]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(python-send-command): Don't wait for the command
[gnu-emacs] / lisp / ChangeLog
1 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/python.el (python-send-command): Don't wait for the command
4 to terminate. Don't fiddle with compilation-parsing-end.
5
6 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
7
8 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9 Insert commentary after first line summary.
10
11 * woman.el (woman-follow): New function, based on `man-follow'.
12 (woman-mode-map): Use it.
13
14 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
15 since ibuffer-do-sort-by-recency does not define a sorter.
16
17 2006-08-28 Kim F. Storm <storm@cua.dk>
18
19 * find-dired.el (find-dired): Use shell-quote-argument to properly
20 escape ( and ) args. Also use it on {} and ; args in default
21 value of find-ls-option string.
22 (find-grep-dired): Use shell-quote-argument on {} and ; args.
23
24 2006-08-27 Michael Olson <mwolson@gnu.org>
25
26 * emacs-lisp/tq.el: Small grammar fix in comments.
27 (tq-enqueue): Check for existence of queue rather than the
28 head queue item's question, which was a no-op.
29 (tq-filter, tq-process-buffer): Make sure the process buffer
30 exists before making it the current buffer.
31
32 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33
34 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
35 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
36 (special-event-map): Apply 2006-08-16 change for x-win.el.
37
38 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
39
40 * progmodes/python.el (python-send-receive): Wait in the
41 process's buffer so as to check the right buffer-local variables.
42
43 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
44
45 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
46 (defgroup checkdoc): Move to beginning.
47
48 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
49 (python-preoutput-continuation): Remove.
50 (python-preoutput-filter): Simplify correspondingly.
51 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
52 Loop around to catch embedded _emacs_out output.
53 (run-python): Send the import&print command on a single line.
54 (python-send-command): Send command&print on a single line.
55 (python-send-string): Only add double \n if needed.
56 (python-send-receive): Loop until the result comes.
57 (python-mode-running): Defvar it.
58 (python-setup-brm): Remove unused var `menu'.
59 Only bind py-mode-map and `features' around brm-init.
60 (python-calculate-indentation): Remove unused var `point'.
61 (python-beginning-of-defun): Remove unused var `def-line'.
62
63 2006-08-25 Richard Stallman <rms@gnu.org>
64
65 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
66
67 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
68
69 * viper.el (viper-set-hooks): Use frame bindings for
70 viper-vi-state-cursor-color.
71 (viper-non-hook-settings): Don't set default
72 mode-line-buffer-identification.
73
74 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
75 (viper-set-cursor-color-according-to-state)
76 (viper-get-saved-cursor-color-in-replace-mode)
77 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
78 viper-emacs-state-cursor-color.
79
80 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
81 (viper-undo): Use point if undo-beg-posn is nil.
82 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
83 (viper-after-change-undo-hook): Don't use
84 viper-emacs-state-cursor-color by default.
85 (viper-undo): More sensible positioning after undo.
86
87 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
88 (viper-emacs-state-cursor-color): Default to nil, since this feature
89 doesn't work well yet.
90
91 * ediff-mult.el (ediff-intersect-directories)
92 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
93 always expand filenames.
94
95 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
96
97 * tumme.el: Remove * in defcustoms's docstrings.
98
99 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
100
101 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
102 Accept internal time format for SECS arg.
103 (timer-relative-time): Doc fix.
104
105 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
106 adapted from Martin Rudalics.
107 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
108 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
109 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
110 using sit-for.
111
112 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
113
114 * cus-start.el (all): Add `overline-margin' and
115 `x-underline-at-descent-line'.
116
117 2006-08-24 Kim F. Storm <storm@cua.dk>
118
119 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
120 to mean "use find -exec"; nil now unambiguously means auto-detect.
121 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
122 Use shell-quote-argument to build grep-find-command and grep-find-template.
123 (rgrep): Use shell-quote-argument to properly quote arguments to find.
124 Reported by Tom Seddon.
125
126 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
127
128 * startup.el (fancy-splash-head): Give instructions for dismissing
129 the splash screen for default startup too.
130 (display-startup-echo-area-message, fancy-splash-screens)
131 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
132 all splash text at once and keep the splash buffer around.
133 (command-line-1): Give display-startup-echo-area-message a t arg.
134
135 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
136
137 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
138 gnus frame is selected.
139
140 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
141
142 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
143
144 2006-08-22 Kim F. Storm <storm@cua.dk>
145
146 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
147 Add suffix matching for subdirs.
148
149 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
150
151 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
152 mouse-yank-at-point is non-nil.
153
154 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
155
156 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
157 a bit wider and remove fringes to fit initial output on line.
158
159 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
160
161 * frame.el (blink-cursor-end): Only ignore the error we care about.
162 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
163
164 2006-08-21 Richard Stallman <rms@gnu.org>
165
166 * whitespace.el (whitespace-cleanup): Doc fix.
167
168 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
169
170 * net/rcirc.el (rcirc-show-maximum-output): New var.
171 (rcirc-buffer-process): If no buffer argument is supplied, use
172 current-buffer.
173 (rcirc-complete-nick): Complete to the last completed nick first.
174 (rcirc-mode): Preserve the value of `rcirc-urls' across
175 connections. Setup scroll function.
176 (rcirc-scroll-to-bottom): New function.
177 (rcirc-print): Use nick syntax around regexp work.
178 Notice dim-nicks speaking only if they say our nick.
179 (rcirc-update-activity-string): Do not show the modeline indicator
180 if there are no live rcirc processes.
181 (rcirc-cmd-ignore): Ignore case.
182 (rcirc-browse-url-at-point): Fix off-by-one error.
183
184 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
185
186 * progmodes/python.el: Remove * in defcustom docstrings.
187 (run-python, python-proc, python-try-complete): Use derived-mode-p.
188 (python-mode): Set tab-width and indent-tabs-mode.
189
190 2006-08-20 Dave Love <fx@gnu.org>
191
192 * progmodes/python.el: Update to Dave Love's latest version.
193 (python-font-lock-keywords, python-mode): Don't use
194 font-lock-syntax-table, but match symbol elements explicitly instead.
195 (python-mode-map): Add help, and a few more key bindings.
196 (python-skip-comments/blanks): Move out of comments as well.
197 (python-continuation-line-p): Behave better with unbalanced parens.
198 (python-blank-line-p): New fun.
199 (python-open-block-statement-p): Don't use a heuristic.
200 (python-outdent-p): Better handle blocks-in-the-same-line.
201 (python-calculate-indentation): Misc improvements.
202 (python-comment-indent): Remove.
203 (python-block-pairs): New var.
204 (python-first-word): New fun.
205 (python-indentation-levels): Handle more common cases.
206 (python-indent-line-1): Add `leave' argument.
207 (python-indent-region): New fun.
208 (python-skip-out): New fun.
209 (python-beginning-of-statement, python-end-of-statement): Use it.
210 (python-next-statement): Return correct count even at eob.
211 (python-end-of-block): Fix paren-typo.
212 (python-imenu-create-index): Add module variables.
213 (run-python): Add `new' arg.
214 Check we're at a prompt before returning.
215 (python-send-command): Move to end of buffer.
216 Wait for prompt to return.
217 (python-set-proc): New fun.
218 (python-imports): New var.
219 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
220 (python-eldoc-function): Try to move out of arg list.
221 (python-outline-level): Offset by 1.
222 (python-find-imports): New fun.
223 (python-symbol-completions): Use python-imports.
224 (python-module-path, ffap-alist): Add support for ffap.
225 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
226 (pythin-insert-*, python-default-template, python-expand-template):
227 Add templates/skeletons.
228 (python-setup-brm): Support for Bicycle Repair Man.
229 (python-abbrev-syntax-table): New var.
230 (python-abbrev-pc-hook, python-pea-hook): New funs.
231
232 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
233
234 * frame.el (blink-cursor-start): Set timer first.
235 (blink-cursor-end): Ignore timer cancelling errors.
236 Suggested by Ken Manheimer.
237
238 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
239
240 * newcomment.el (comment-box): Call `comment-normalize-vars'.
241 Add autoload cookie.
242
243 2006-08-20 Richard Stallman <rms@gnu.org>
244
245 * simple.el (line-number-at-pos): Doc fix.
246
247 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
248 timer-activate-when-idle, so timer can run before Emacs becomes
249 non-idle again.
250
251 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
252
253 * whitespace.el (whitespace-cleanup-internal): New optional arg
254 REGION-ONLY. If it's non-nil, modify the message to the user
255 accordingly.
256 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
257 a non-nil argument.
258
259 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
260
261 * rect.el (spaces-string): Simplify and add doc string.
262
263 2006-08-17 Romain Francoise <romain@orebokech.com>
264
265 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
266
267 2006-08-17 Richard Stallman <rms@gnu.org>
268
269 * compare-w.el (compare-windows): lambda's take an arg and pass
270 it to compare-windows-skip-whitespace.
271
272 2006-08-17 Martin Rudalics <rudalics@gmx.at>
273
274 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
275 the right buffer.
276
277 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
278
279 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
280 removed files.
281
282 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
283
284 * progmodes/gdb-ui.el (gdb-locals-watch-map)
285 (gdb-locals-watch-map-1): Suppress keymap first.
286 (gdb-edit-locals-map-1): New variable.
287 (gdb-edit-locals-value): New function.
288 (gdb-stack-list-locals-handler): Use them.
289
290 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
291
292 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
293 cursor would normally be drawn in the fringe.
294
295 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
296 Reported by Martin Rudalics <rudalics@gmx.at>.
297
298 2006-08-16 Richard Stallman <rms@gnu.org>
299
300 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
301 (special-event-map): Process drag-n-drop events this way.
302
303 * simple.el (move-beginning-of-line): Test whether fields
304 would prevent motion back to line's first visible character.
305 If so, stop where the fields would stop the motion.
306
307 * newcomment.el (comment-indent): Fully update INDENT
308 before checking to see if it will change the text.
309
310 * cus-edit.el (custom-newline): New function.
311 (custom-mode-map): Bind newline to custom-newline.
312
313 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
314 into ignore-whitespace.
315 Check each buffer for its skip-function.
316 Handle compare-windows-skip-whitespace special-case test
317 by returning t from default skip function.
318
319 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
320
321 * textmodes/org.el (org-clock-special-range)
322 (org-clock-update-time-maybe): New functions.
323 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
324 not only a-z.
325 (org-agenda-get-blocks): Allow multiple blocks per headline.
326 (org-timestamp-change): Call `org-clock-update-time-maybe'.
327 (org-export-html-title-format)
328 (org-export-html-toplevel-hlevel): New options.
329 (org-export-language-setup): Add support for Czech.
330 (org-mode, org-insert-todo-heading, org-find-visible)
331 (org-find-invisible, org-invisible-p, org-invisible-p2)
332 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
333 (org-show-subtree, org-show-entry, org-make-options-regexp):
334 Remove compatibility support for old outline-mode.
335 (org-check-occur-regexp): Funtion removed.
336 (org-on-heading-p, org-back-to-heading): Made defalias.
337 (org-set-local): New defsubst.
338 (org-set-regexps-and-options, org-mode)
339 (org-set-font-lock-defaults, org-edit-agenda-file-list)
340 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
341 (org-remember-apply-template, org-table-edit-field)
342 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
343 (org-set-autofill-regexps): Use `org-set-local'.
344 (org-table-eval-formula): Fix bug with parsing of display flags.
345
346 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
347
348 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
349 frame with fringe arrow. Suggested by Simon Marshall
350 <simon.marshall@misys.com>.
351 (gdb-stack-position): New variable.
352 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
353 (gdb-frames-mode): Set gdb-stack-position to nil.
354 Add to overlay-arrow-variable-list
355 (gdb-reset): Delete gdb-stack-position from above list.
356
357 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
358
359 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
360 read only.
361
362 2006-08-13 Romain Francoise <romain@orebokech.com>
363
364 * cus-theme.el (customize-create-theme)
365 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
366
367 * filesets.el (filesets-add-buffer): Ditto.
368
369 * pcvs.el (cvs-change-cvsroot): Ditto.
370
371 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
372
373 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
374 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
375 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
376 expressions.
377 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
378 Only search till end of line.
379 Add face to function names in case of no filename.
380 Add face to variable names of watchpoints.
381
382 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
383
384 * cus-start.el <indent-tabs-mode>: Move to the `indent'
385 customization group.
386
387 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
388
389 * allout.el (allout-prior-bindings, allout-added-bindings):
390 Remove, after long deprecation.
391 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
392 Add customization vars controlling allout-beginning-of-line and
393 allout-end-of-line conveniences.
394 (allout-header-prefix, allout-use-mode-specific-leader)
395 (allout-use-mode-specific-leader, allout-mode-leaders):
396 Revise docstrings.
397 (allout-infer-header-lead): Change to be an alias for
398 allout-infer-header-lead-and-primary-bullet.
399 (allout-infer-header-lead-and-primary-bullet): New version of
400 allout-infer-header-lead which assigns the primary bullet to the
401 same as the header lead, when its being changed.
402 (allout-infer-body-reindent): Apply regexp-quote instead of
403 unconditionally prepending "\\", so that all literal
404 allout-header-prefix and allout-primary-bullet strings are
405 properly handled.
406 (allout-add-resumptions): Add optional qualifier for extending or
407 appending to existing values, rather than replacing them.
408 (allout-view-change-hook): Clarify docstring.
409 (allout-exposure-change-hook): Take explicit arguments, via
410 run-hook-with-args.
411 (allout-structure-added-hook)
412 (allout-structure-deleted-hook)
413 (allout-structure-shifted-hook): New hooks analogous to
414 allout-exposure-change-hook for other kinds of structural outline
415 edits.
416 (allout-encryption-plaintext-sanitization-regexps): New encryption
417 customization variable, by which cooperating modes can provde
418 massage of the plaintext without actually being passed it.
419 (allout-encryption-ciphertext-rejection-regexps)
420 (allout-encryption-ciphertext-rejection-ceiling): New encryption
421 customization variables, by which cooperating modes can prohibit
422 rare but possible ciphertext patterns from fouling their
423 operation, with actually being passed the ciphertext.
424 (allout-mode): Run activation and deactivation hooks after the
425 minor-mode variable has been toggled, to clarify the mode
426 disposition. The new encryption ciphertext rejection variable is
427 used to ensure that the ciphertext does not contain text that
428 would be recognized as outline structural elements by allout.
429 Substite allout-beginning-of-line and allout-end-of-line for
430 conventionall beginning-of-line and end-of-line bindings.
431 If allout-old-style-prefixes is non-nil, don't nullify it on mode
432 activation!
433 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
434 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
435 (allout-chart-subtree): Implement new mode, charting only the
436 visible items in the subtree, when new 'visible' parameter is non-nil.
437 (allout-end-of-subtree): Properly handle the last item in the buffer.
438 (allout-pre-command-business, allout-command-counter):
439 Increment an advertised counter so that cooperating enhancements can
440 track revisions of items.
441 (allout-open-topic): Run allout-structure-added-hook with suitable
442 arguments.
443 (allout-shift-in): Run allout-structure-shifted-hook with suitable
444 arguments.
445 (allout-shift-out): Fix doubling for negative args and ensure call
446 of allout-structure-shifted-hook by solely using allout-shift-in.
447 (allout-kill-line, allout-kill-topic):
448 Run allout-structure-deleted-hook with suitable arguments.
449 (allout-yank-processing): Run allout-structure-added-hook with
450 proper arguments.
451 (allout-yank): Enclose activity in allout-unprotected.
452 (allout-flag-region): Run allout-exposure-change-hook with
453 suitable arguments, instead of making the callee infer the arguments.
454 (allout-encrypt-string):
455 Support allout-encryption-plaintext-sanitization-regexps,
456 allout-encryption-ciphertext-rejection-regexps, and
457 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
458 en/de cryption mode in symmetric encryption failure message.
459 (allout-obtain-passphrase): Use copy-sequence to get a distinct
460 copy of the passphrase, and don't zero it or we'll corrupt the
461 stashed copy.
462 (allout-create-encryption-passphrase-verifier)
463 (allout-verify-passphrase): Respect the new signature for
464 allout-encrypt-string.
465 (allout-get-configvar-values): Convenience for getting a
466 configuration variable value and handling its absence gracefully.
467
468 2006-08-11 Romain Francoise <romain@orebokech.com>
469
470 * obsolete/zone-mode.el: Delete.
471
472 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
473
474 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
475
476 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
477
478 * emacs-lisp/bindat.el (bindat-ip-to-string):
479 Use `format-network-address' if possible.
480
481 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
482
483 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
484
485 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
486
487 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
488 restore unread-command-events here.
489 (edebug-display): Do it here, to detect sit-for interruptions.
490
491 2006-08-10 Romain Francoise <romain@orebokech.com>
492
493 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
494 (dns-mode-soa-auto-increment-serial): New user option.
495 (dns-mode-soa-maybe-increment-serial): New function.
496 (dns-mode): Add the latter to `write-contents-functions'.
497
498 * obsolete/zone-mode.el: Move to obsolete/ from net/.
499 Delete autoload cookies.
500
501 2006-08-10 John Wiegley <johnw@newartisans.com>
502
503 * eshell/em-glob.el (eshell-glob-chars-list)
504 (eshell-glob-translate-alist): Add support for [^g] in character globs.
505
506 2006-08-10 Richard Stallman <rms@gnu.org>
507
508 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
509 (facemenu-set-face): Doc fix.
510 (facemenu-listed-faces): Doc fix.
511
512 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
513
514 * avoid.el (mouse-avoidance-animating-pointer): New var.
515 (mouse-avoidance-nudge-mouse): Use it.
516 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
517 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
518 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
519 Don't activate if currently animating. All callers changed.
520
521 2006-08-09 John Wiegley <johnw@newartisans.com>
522
523 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
524 variable, which causes timeclock to report elapsed time worked,
525 instead of just work remaining.
526
527 2006-08-09 Kenichi Handa <handa@m17n.org>
528
529 * international/latexenc.el (latexenc-find-file-coding-system):
530 Fix for the case that the 2nd element of arg-list is a cons.
531
532 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
533
534 * info.el (Info-fontify-node): Handle preceding `in' for note
535 reference hiding rules.
536
537 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
538
539 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
540 mistake a closing " for an opening one.
541
542 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
543
544 * term/xterm.el (terminal-init-xterm): Add more key bindings.
545
546 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
547
548 * complete.el (PC-do-completion): Filter out completions matching
549 completion-ignored-extensions before checking whether there are
550 multiple completions.
551 Don't use `list' unnecessarily when building completion tables.
552
553 2006-08-06 Richard Stallman <rms@gnu.org>
554
555 * help.el (describe-mode): Make minor mode list more concise.
556
557 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
558
559 * bindings.el: Give mode-line-format, mode-line-modes, and
560 mode-line-position `standard-value' properties.
561
562 2006-08-05 Eli Zaretskii <eliz@gnu.org>
563
564 * buff-menu.el (list-buffers-noselect): For Info buffers, use
565 "(file)node" instead of the file name.
566
567 2006-08-05 Richard Stallman <rms@gnu.org>
568
569 * faces.el (escape-glyph): Doc fix.
570
571 2006-08-04 Kenichi Handa <handa@m17n.org>
572
573 * international/mule-diag.el (describe-font): Improve docstring
574 and error message. Use frame-parameter (not frame-parameters).
575
576 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
577
578 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
579 Correctly mark the end-of-docstring char.
580
581 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
582
583 * simple.el (line-move-to-column): Constrain move-to-column to
584 current field.
585
586 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
587
588 * font-lock.el (font-lock-beg, font-lock-end)
589 (font-lock-extend-region-functions): New vars.
590 (font-lock-extend-region-multiline)
591 (font-lock-extend-region-wholelines): New functions.
592 (font-lock-default-fontify-region): Use them.
593 (font-lock-extend-jit-lock-region-after-change): Only round up
594 if font-lock-default-fontify-region will do it as well.
595
596 * font-lock.el (font-lock-extend-after-change-region-function):
597 Rename from font-lock-extend-region-function.
598 (font-lock-extend-region): Remove by inlining at call sites.
599 (font-lock-after-change-function): Don't needlessly round up to a whole
600 number of lines.
601 (font-lock-extend-jit-lock-region-after-change): Be more careful about
602 the boundary conditions and the interactions between the various ways
603 to extend the region.
604
605 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
606
607 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
608 modification status when forcing the second redisplay.
609
610 2006-08-03 Kim F. Storm <storm@cua.dk>
611
612 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
613
614 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
615
616 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
617 doesn't look like a file name.
618
619 * complete.el (PC-expand-many-files): Avoid signalling an error when
620 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
621
622 2006-08-02 Andreas Schwab <schwab@suse.de>
623
624 * bindings.el (mode-line-format): Simplify reference to vc-mode.
625
626 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
627
628 * bindings.el (map): Make mode-line-buffer-identification-keymap
629 before defining propertized-buffer-identification.
630
631 2006-08-01 Richard Stallman <rms@gnu.org>
632
633 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
634
635 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
636
637 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
638 default value.
639 (gdb-find-source-frame): New function.
640 (menu): Add to menu bar.
641
642 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
643
644 * font-core.el (font-lock-extend-region-function)
645 (font-lock-extend-region): Move to font-lock.el.
646
647 * font-lock.el (font-lock-extend-region-function)
648 (font-lock-extend-region): Move from font-core.el. Simplify.
649
650 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
651 if needed.
652 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
653 (jit-lock-after-change-extend-region-functions): New hook.
654 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
655
656 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
657 (font-lock-turn-on-thing-lock): Use it.
658
659 * longlines.el (longlines-show-region): Make it work on read-only
660 buffers as well.
661
662 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
663
664 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
665
666 2006-07-31 Richard Stallman <rms@gnu.org>
667
668 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
669 (vhdl-speedbar-display-projects): Update old obsolete
670 speedbar variable names.
671
672 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
673
674 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
675 (gdb-stopped): Use it.
676
677 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
678
679 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
680
681 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
682 for load-history elements.
683
684 2006-07-29 Eli Zaretskii <eliz@gnu.org>
685
686 * files.el (convert-standard-filename): For Cygwin, replace
687 characters not allowed in Windows file names.
688 (make-auto-save-file-name): Add Cygwin to the list of systems
689 where the auto-save file name needs to be run through
690 convert-standard-filename.
691
692 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
693
694 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
695
696 2006-07-28 Richard Stallman <rms@gnu.org>
697
698 * bindings.el (mode-line-frame-identification)
699 (propertized-buffer-identification): Centralize the code
700 to initialize the variable.
701
702 * progmodes/grep.el (grep-default-command): Catch errors from
703 wildcard-to-regexp.
704
705 2006-07-29 Kim F. Storm <storm@cua.dk>
706
707 * progmodes/grep.el (grep-tag-default): New function.
708 (grep-default-command, grep-read-regexp): Use it.
709 (grep-read-files): Use car of grep-files-history or grep-files-aliases
710 as default if nothing else applies.
711
712 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
713
714 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
715 Throw error if buffer is not in Dired and Wdired mode, respectively.
716
717 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
718
719 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
720 self-insert-command keys don't activate buttons.
721 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
722
723 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
724
725 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
726 faces for enable character.
727
728 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
729
730 * Makefile.in (recompile): Update comment to reflect change
731 on 2004-04-21.
732
733 2006-07-27 Richard Stallman <rms@gnu.org>
734
735 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
736 (customize-package-emacs-version): Change msg when pkg has no entry.
737 (custom-no-edit): On a button, do like widget-button-press.
738
739 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
740
741 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
742 S-tab and C-S-tab.
743
744 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
745
746 * progmodes/which-func.el (which-function): Fix documentation/
747 comment typo.
748
749 2006-07-26 Richard Stallman <rms@gnu.org>
750
751 * textmodes/ispell.el (ispell-word): If we replace the word,
752 move point to the end. Insert before deleting.
753
754 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
755
756 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
757 a timer.
758
759 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
760
761 * tumme.el (tumme-backward-image): Add prefix argument. Add error
762 when at first image.
763 (tumme-forward-image): Add prefix argument. Add error when at last
764 image.
765
766 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
767
768 * tabify.el (tabify-regexp): Use more specific regexps.
769 (tabify): Avoid modifying the buffer unnecessarily.
770
771 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
772
773 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
774 (tumme-format-properties-string): Handle empty `buf'.
775 (tumme-get-comment): Change variable names inside `let'.
776 Add missing `let' variable that cause font-lock problems.
777 (tumme-write-comments): Change variable names inside `let'.
778 Add missing `let' variable that cause font-lock problems.
779 (tumme-forward-image): Rename from `tumme-forward-char'.
780 (tumme-backward-image): Rename from `tumme-backward-char'.
781
782 2006-07-25 Masatake YAMATO <jet@gyve.org>
783
784 * progmodes/ld-script.el (ld-script-keywords)
785 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
786 and add comments.
787
788 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
789
790 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
791 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
792 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
793 for status indicator.
794
795 2006-07-24 Richard Stallman <rms@gnu.org>
796
797 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
798
799 * subr.el (dolist, dotimes): Use interned symbols for locals.
800 (--dotimes-limit--, --dolist-tail--): New defvars.
801 (looking-back): Doc fix.
802
803 * replace.el (replace-match-string-symbols): Handle dotted lists.
804
805 2006-07-24 mathias <mathias@mattis>
806
807 * tumme.el (tumme-write-tags): Add.
808 (tumme-write-comments): Add.
809 (tumme-tag-files): Change to use `tumme-write-tags'.
810 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
811 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
812 (tumme-save-information-from-widgets): Change to use
813 `tumme-write-comments' and `tumme-write-tags'.
814 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
815 (tumme-write-tag): Remove.
816 (tumme-write-comment): Remove.
817 (tumme-display-previous-thumbnail-original): Remove empty line.
818 (tumme-widget-list): Add punctuation.
819
820 2006-07-24 mathias <mathias.dahl@gmail.com>
821
822 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
823
824 2006-07-24 Daiki Ueno <ueno@unixuser.org>
825
826 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
827 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
828 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
829
830 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
831
832 * mouse.el (mouse-on-link-p): Doc fix.
833
834 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
835
836 * emacs-lisp/find-func.el (find-function-search-for-symbol):
837 Handle "C-h f `".
838
839 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
840
841 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
842 column.
843
844 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
845
846 * textmodes/table.el: Add move-beginning-of-line and
847 move-end-of-line to Point Motion Only Group.
848
849 2006-07-22 Eric Hanchrow <offby1@blarg.net>
850
851 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
852
853 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
854
855 * startup.el (user-mail-address): Initialize from the `EMAIL'
856 environment variable first. Document this.
857 (command-line): Ditto.
858
859 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
860
861 * help-mode.el (help-function-def, help-variable-def)
862 (help-face-def): Print a message in the minibuffer.
863
864 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
865
866 * term/xterm.el (terminal-init-xterm): Fix key bindings
867 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
868
869 2006-07-21 Eli Zaretskii <eliz@gnu.org>
870
871 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
872 where `(nth 1 command)' is a cons cell. Doc fix.
873
874 * textmodes/po.el (po-find-charset): Doc fix.
875
876 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
877
878 * allout.el (allout-unprotected, allout-e-o-prefix-p)
879 (allout-beginning-of-current-line, allout-end-of-current-line)
880 (allout-next-visible-heading, allout-open-topic)
881 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
882 (allout-flag-current-subtree, allout-show-to-offshoot)
883 (allout-hide-current-entry, allout-show-current-branches)
884 (allout-hide-region-body, allout-old-expose-topic)
885 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
886 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
887 containing `beginning-of-line' and `end-of-line' with
888 `inhibit-field-text-motion' t.
889
890 2006-07-21 Eli Zaretskii <eliz@gnu.org>
891
892 * frame.el (focus-follows-mouse): Document that it doesn't have
893 any effect on MS-Windows.
894
895 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
896
897 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
898
899 2006-07-20 Jay Belanger <belanger@truman.edu>
900
901 * calc.el (calc-previous-alg-entry): Remove variable.
902
903 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
904 New variables.
905 (calc-alg-entry): Use `calc-alg-entry-history'.
906 (calc-do-quick-calc): Use `calc-quick-calc-history'.
907 Remove reference to `calc-previous-alg-entry'.
908 (calcAlg-edit, calcAlg-enter): Remove reference to
909 `calc-previous-alg-entry'.
910 (calcAlg-previous): Use `previous-history-element' instead of
911 `calc-previous-alg-entry'.
912 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
913 Change keybinding for `calcAlg-plus-minus', add keybindings for
914 `previous-history-element' and `next-history-element'.
915
916 * calc-rewr.el (calc-match): Remove reference to
917 `calc-previous-alg-entry'.
918
919 * calc-sel.el (calc-selection-history): New variable.
920 (calc-enter-selection, calc-sel-mult-both-sides)
921 (calc-sel-add-both-sides): Use `calc-selection-history'.
922
923 * calc-map.el (calc-get-operator-history): New variable.
924 (calc-get-operator): Use `calc-get-operator-history'.
925
926 * calcalg3.el (calc-curve-fit-history): New variable.
927 (calc-curve-fit): Use `calc-curve-fit-history'.
928
929 2006-07-20 Kenichi Handa <handa@m17n.org>
930
931 * international/mule-cmds.el (select-safe-coding-system): Fix the
932 way of deciding eol-type of the coding system.
933
934 2006-07-20 Alan Mackenzie <acm@muc.de>
935
936 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
937 (c-lang-setvar): New macro.
938 (c-make-init-lang-vars-fun): Use the initialization forms in
939 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
940 (comment-start, comment-end, comment-start-skip): Change these from
941 c-lang-defvar's to c-lang-setvar's.
942
943 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
944 which calls make-local-variable on the elements of
945 c-emacs-variable-inits.
946 (c-init-language-vars-for): Call this new macro.
947
948 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
949
950 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
951 Try to rule out false positives due to time stamps.
952 (compilation-mode-font-lock-keywords): Remove rules made redundant
953 because of the above change. Add `segmentation fault' to the known and
954 highlighted compilation termination messages.
955
956 2006-07-19 Kim F. Storm <storm@cua.dk>
957
958 * progmodes/grep.el (grep-find-ignored-directories):
959 Add .svn and _darcs to list.
960
961 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
962
963 * dired.el (dired-mode-map): Add key binding `C-te' for
964 `tumme-dired-edit-comment-and-tags'.
965
966 * tumme.el (tumme-display-thumbnail-original-image): Make sure
967 image display buffer is displayed before call to
968 `tumme-display-image.
969 (tumme-dired-display-image): Make sure image display buffer is
970 displayed before call to `tumme-display-image.
971 (tumme-mouse-display-image): Make sure image display buffer is
972 displayed before call to `tumme-display-image.
973 (tumme-widget-list): Add.
974 (tumme-dired-edit-comment-and-tags): Add.
975 (tumme-save-information-from-widgets): Add.
976
977 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
978
979 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
980
981 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
982
983 * progmodes/sh-script.el (sh-font-lock-keywords-1):
984 Revert inadvertently installed patch hunk.
985
986 * progmodes/compile.el (compilation-find-file): Handle the
987 cases where the user selects a non-existent file.
988
989 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
990
991 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
992
993 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
994
995 * subr.el (sit-for): Just sleep-for if noninteractive.
996
997 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
998
999 * emacs-lisp/autoload.el (make-autoload): Use new arg.
1000
1001 * custom.el (custom-autoload): Add `noset' argument.
1002 (custom-push-theme): Don't autoload the variable, let callers do it.
1003 (custom-theme-set-variables): Autoload the variable if necessary.
1004
1005 * cus-edit.el (custom-variable-state-set): If the variable was
1006 originally set outside custom, but to the same value as the default,
1007 consider it to be standard.
1008
1009 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
1010 file *before* telling Emacs to add the autoloads, in case it fails.
1011
1012 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
1013 Use `cond', push', and `dolist'.
1014
1015 2006-07-17 Richard Stallman <rms@gnu.org>
1016
1017 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
1018 Add defvars to silence warnings.
1019
1020 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
1021
1022 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1023 Don't highlight "Compiling file" messages as error.
1024
1025 * dired-aux.el (dired-compress-file): Confirm again if gzipped
1026 file already exists.
1027
1028 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
1029
1030 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
1031 entry, don't assign to free var; simply return the extracted filename.
1032 (ff-treat-as-special): Incorporate common preamble from callers.
1033 (ff-other-file-name, ff-find-the-other-file):
1034 Update call to ff-treat-as-special.
1035
1036 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
1037
1038 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
1039
1040 * tumme.el (tumme-get-comment): Fix bug.
1041
1042 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
1043
1044 * files.el: Remove spurious * in docstrings.
1045
1046 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
1047
1048 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
1049 grammar.
1050 (allout-beginning-of-current-line): Beware beginning of buffer.
1051 Also, a comment is simplified.
1052 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
1053 when appropriate. (This fix enables use for other than
1054 bullet-hotspot operation.)
1055 (allout-hide-current-subtree): While escalating to sibling-close,
1056 make sure to situate on a topic.
1057
1058 2006-07-14 Kim F. Storm <storm@cua.dk>
1059
1060 * emulation/cua-base.el (cua-delete-selection)
1061 (cua-toggle-set-mark): New defcustoms.
1062 (cua-rectangle-modifier-key): Add `alt' modifier.
1063 (cua-replace-region): Don't delete if cua-delete-selection is nil.
1064 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
1065 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
1066
1067 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
1068
1069 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
1070
1071 * allout.el: Require 'cl during byte-compilation/interactive load,
1072 for the `assert' macro.
1073 (allout-mode-deactivate-hook): New hook, run when allout mode
1074 deactivates.
1075 (allout-developer): New allout customization subgroup.
1076 (allout-run-unit-tests-on-load): New allout-developer
1077 customization variable, when true allout unit tests are run towards
1078 end of file load/eval.
1079 (allout-inhibit-auto-fill): Disable auto-fill activity even during
1080 auto-fill-mode.
1081 (allout-resumptions): Remove, to be replaced by...
1082 (allout-add-resumptions): Register variable settings to be
1083 reinstated by `allout-do-resumptions'. The settings are made
1084 buffer-local, but the locality/globality of the suspended setting
1085 is restored on resumption.
1086 (allout-do-resumptions): Reinstate all settings suspended using
1087 `allout-add-resumptions'.
1088 (allout-test-resumptions): Unit tests (and intermediate variables)
1089 for resumptions.
1090 (allout-tests-globally-unbound, allout-tests-globally-true)
1091 (allout-tests-locally-true): Intermediate variables for
1092 resumptions unit tests.
1093 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
1094 (allout-exposure-category): Replaces 'allout-overlay-category variable.
1095 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
1096 instead of retired `allout-resumptions'. For hook functions, use
1097 `local' parameter so hook settings are created and removed as
1098 buffer-local settings. Revise (resumptions) setting
1099 auto-fill-function so it is set only if already active. (The
1100 related fill-function settings are all made in either case, so
1101 that activating auto-fill-mode activity will have the custom
1102 allout-mode behaviors (hanging indent on topics, if configured for it).
1103 Remove all allout-exposure-category overlays on mode deactivation.
1104 (allout-hotspot-key-handler): New function extracted from
1105 `allout-pre-command-business', so the functionality can be used
1106 for other purposes, eg as a binding in an overlay.
1107 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
1108 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
1109 customization variable.
1110 (allout-run-unit-tests): Run the (currently quite small)
1111 repertoire of unit tests. Called just before the provide iff user
1112 has customized `allout-run-unit-tests-on-load' non-nil.
1113
1114 2006-07-14 K\e,Aa\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
1115
1116 * emacs-lisp/authors.el (authors-aliases): Update.
1117
1118 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
1119
1120 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
1121 gdb-source-window. Add dedicated argument.
1122 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
1123 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
1124 (gdb-display-threads-buffer, gdb-display-memory-buffer)
1125 (gdb-display-locals-buffer): Use it.
1126
1127 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
1128 Set gdb-source-window.
1129
1130 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
1131
1132 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
1133 minor modes, redundant with the custom-autoload line above.
1134
1135 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
1136
1137 * longlines.el (longlines-post-command-function): Handle open-line too.
1138
1139 2006-07-12 Richard Stallman <rms@gnu.org>
1140
1141 * progmodes/grep.el (grep-last-buffer): Doc fix.
1142
1143 * info.el (Info-try-follow-nearest-node): Doc fix.
1144
1145 * emacs-lisp/edebug.el (edebug-instrument-function):
1146 Err if find-function-noselect gives no position.
1147
1148 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1149 If can't find definition, return nil for position.
1150 (find-function-do-it): Handle new return value
1151 of find-definition-noselect.
1152 (find-definition-noselect, find-variable-noselect): Doc fix.
1153 (find-function-noselect): Doc fix.
1154
1155 * help-mode.el (help-variable-def): Handle find-variable-noselect
1156 returning no position.
1157 (help-function-def): Likewise for find-function-search-for-symbol.
1158 (help-face-def): Likewise.
1159
1160 * help-fns.el (describe-variable): Handle find-variable-noselect
1161 returning no position.
1162
1163 * files.el (locate-file-completion): Avoid duplicates in result.
1164
1165 * cus-edit.el (custom-no-edit): New command.
1166 (custom-mode-map): Remap to custom-no-edit instead of
1167 using suppress-keymap.
1168
1169 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
1170
1171 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1172 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1173 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
1174
1175 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
1176
1177 2006-07-11 Kim F. Storm <storm@cua.dk>
1178
1179 * ido.el (ido-copy-current-file-name): Use buffer-name if
1180 buffer-file-name is nil.
1181
1182 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
1183
1184 * simple.el (undo-ask-before-discard): Set to nil.
1185
1186 * vc.el (vc-exec-after): Don't delete process manually.
1187 (vc-print-log): Run log-view-mode in process sentinel inside
1188 inhibit-read-only. Don't shrink window due to timing issues.
1189
1190 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
1191 Avoid using with-output-to-temp-buffer, which clobbers local vars.
1192
1193 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1194
1195 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1196 Fix ambiguity introduced by last change.
1197 (compilation-find-file): Move save-excursion to where it may
1198 make sense. Fix a left over `find-file'.
1199
1200 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
1201
1202 * textmodes/texinfmt.el (texinfo-format-separate-node):
1203 Insert a string before point, which fits documentation, not after.
1204 (texinfo-multitable-item): In a multitable row, insert any
1205 additional needed @tabs and spaces.
1206
1207 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
1208
1209 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1210 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1211 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
1212 instead of shell-command.
1213 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
1214 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
1215 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
1216 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
1217 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
1218 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
1219
1220 2006-07-11 Kim F. Storm <storm@cua.dk>
1221
1222 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
1223 Remove special case for seconds < 0. Use (redisplay t) instead.
1224
1225 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
1226
1227 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
1228 avoid compilation error.
1229
1230 * subr.el (sit-for): New function.
1231
1232 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
1233
1234 2006-07-10 Richard Stallman <rms@gnu.org>
1235
1236 * ldefs-boot.el (edebug): Update page.
1237
1238 2006-07-10 Kim F. Storm <storm@cua.dk>
1239
1240 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
1241 to FOR-RELEASE and TODO.
1242
1243 2006-07-10 Romain Francoise <romain@orebokech.com>
1244
1245 * emacs-lisp/authors.el (authors-aliases): Update.
1246
1247 2006-07-10 Alan Mackenzie <acm@muc.de>
1248
1249 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
1250 * cc-mode.el: Changes to eradicate eval-after-load.
1251
1252 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
1253
1254 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
1255 on non-char events.
1256
1257 2006-07-09 Romain Francoise <romain@orebokech.com>
1258
1259 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1260 Don't highlight start/end markers as compilation messages.
1261
1262 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
1263 to t.
1264
1265 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
1266
1267 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
1268
1269 2006-07-08 Richard Stallman <rms@gnu.org>
1270
1271 * term/x-win.el (x-handle-display): Add doc string.
1272
1273 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1274
1275 * subr.el (def-edebug-spec): Move here.
1276 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
1277
1278 * imenu.el (imenu-choose-buffer-index): Doc fix.
1279
1280 2006-07-08 Romain Francoise <romain@orebokech.com>
1281
1282 * term/x-win.el (x-display-name): Fix typo.
1283
1284 2006-07-08 Eli Zaretskii <eliz@gnu.org>
1285
1286 * hexl.el (hexl-find-file): Doc fix.
1287
1288 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1289
1290 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
1291
1292 * term/x-win.el (x-display-name): Doc fix.
1293
1294 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
1295
1296 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
1297 long prefixes.
1298 (fill-region-as-paragraph): Don't round up to a whole line.
1299 (fill-comment-paragraph): Don't include the code-before-the-comment
1300 when calling fill-region-as-paragraph.
1301
1302 * international/mule.el (make-char): Remove redundancy.
1303
1304 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
1305 property may contain an anonymous function rather than a symbol.
1306
1307 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
1308
1309 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1310 Use shy regexp. Fix incorrect backref to potentially unmatched group.
1311
1312 * dirtrack.el (dirtrack-default-directory-function): Remove.
1313 (dirtrack-directory-function): Use file-name-as-directory.
1314 (dirtrack-windows-directory-function): Simplify.
1315 (dirtrack-forward-slash, dirtrack-backward-slash)
1316 (dirtrack-replace-slash): Remove.
1317 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
1318 (dirtrack): Fix wrong parenthesizing; use match-string.
1319
1320 * progmodes/octave-inf.el: Remove spurious * in docstrings.
1321 (inferior-octave-mode): Only change the buffer-local value of
1322 comint-dynamic-complete-functions.
1323 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
1324 Move the initialization to the declaration.
1325 (inferior-octave-complete): Remove unused var `filter'.
1326
1327 * shell.el (shell-mode): Only change the buffer-local value of
1328 comint-dynamic-complete-functions.
1329
1330 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
1331
1332 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
1333 entry is skipped because it has been scheduled.
1334 (org-prepare-agenda-buffers): Don't mark buffers as modified when
1335 changing `:org-archived' and `:org-comment' properties.
1336
1337 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
1338
1339 * server.el (server-select-display): Don't make the temp frame
1340 minibuffer-only, in case it's not a temp frame.
1341 (server-process-filter): Don't delete the temp frame if it's the
1342 only one we have on that display.
1343
1344 * files.el (find-alternate-file): Doc fix.
1345
1346 2006-07-05 Richard Stallman <rms@gnu.org>
1347
1348 * files.el (abbreviate-file-name): Add save-match-data.
1349
1350 2006-07-03 Richard Stallman <rms@gnu.org>
1351
1352 * faces.el (read-face-name): Doc fix.
1353
1354 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
1355
1356 * net/goto-addr.el (goto-address): Mark as safe for local evals.
1357
1358 2006-07-05 Andre Spiegel <spiegel@gnu.org>
1359
1360 * vc.el (vc-diff-internal): Fix prev change.
1361
1362 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
1363
1364 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
1365 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
1366
1367 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1368
1369 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
1370 fails if the symbol contains chars like ( or '.
1371 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
1372 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
1373 `short'.
1374
1375 2006-07-04 Kenichi Handa <handa@m17n.org>
1376
1377 * international/mule-cmds.el (set-language-info): If LANG-ENV is
1378 the current one, don't call set-language-environment, but call one
1379 of set-language-environment-XXX to make INFO effective now.
1380 (set-language-environment): Call set-language-environment-XXX
1381 functions instead of doing the various setups directly.
1382 (set-language-environment-coding-systems): Delete argument eol-type.
1383 (set-language-environment-input-method)
1384 (set-language-environment-nonascii-translation)
1385 (set-language-environment-charset)
1386 (set-language-environment-fontset)
1387 (set-language-environment-unibyte): New functions.
1388
1389 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
1390
1391 * locate.el (locate-update-when-revert): New option.
1392 (locate-update-path): New option (suggested by Michael Albinus).
1393 (locate-prompt-for-command): Whitespace change.
1394 (locate-update): No longer offer to update the locate database by
1395 default. Implement the two new options.
1396
1397 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
1398
1399 * tooltip.el: Move comment about track-mouse...
1400
1401 * progmodes/gud.el: ...to here.
1402
1403 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
1404
1405 * facemenu.el (facemenu-listed-faces): New var.
1406 (facemenu-unlisted-faces): Variable deleted.
1407 (facemenu-add-new-face): Use facemenu-listed-faces.
1408
1409 * emulation/viper-init.el, calendar/calendar.el:
1410 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
1411
1412 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
1413
1414 * textmodes/org.el (org-mode): Remove no invalid settings for
1415 calc embedded mode.
1416 (org-mode-p): New defsubst.
1417 (org-save-all-org-buffers): New function.
1418 (org-first-headline-recenter): Enclose outline-regexp in group
1419 delimiters.
1420 (org-set-tags): Keep single space after stars.
1421
1422 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1423
1424 * window.el (set-window-text-height): Only set window-min-height to
1425 1 if that's the requested size.
1426
1427 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
1428 (diff-unified->context, diff-context->unified)
1429 (diff-reverse-direction): Make sure the end marker stays at the end.
1430 (diff-mode): Add the keymap table at the end of docstring.
1431 Use lexical-let rather than constructing a closure manually.
1432
1433 * files.el (find-file-noselect-1): Remove unused var assignment.
1434 (hack-local-variables-confirm): Print lists of strings as lists of
1435 strings rather than lists of symbols.
1436 (abbreviate-file-name, hack-local-variables-prop-line):
1437 Use match-string.
1438 (hack-one-local-variable): Move `make-local-variable' nearer its use.
1439 (recover-session-finish): Use line-end-position.
1440
1441 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
1442
1443 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
1444
1445 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
1446
1447 * progmodes/make-mode.el (makefile-macroassign-regex):
1448 Accept preceding keyword.
1449 (makefile-gmake-statements): Reorganize, now that makepp has
1450 "override" and also handle forgotten "override define".
1451 (makefile-makepp-statements): Add new "global", "override export"
1452 and "override global".
1453
1454 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
1455
1456 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
1457 (ada-compile-mouse-goto-error, ada-deactivate-properties)
1458 (ada-no-auto-case): Fix typos in docstrings.
1459
1460 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
1461
1462 * info.el (Info-find-node-2): Search for makeinfo version more
1463 carefully.
1464
1465 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
1466
1467 * textmodes/org.el (org-prepare-agenda-buffers):
1468 Use `invisible-OK' argument for `org-end-of-subtree'.
1469 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
1470 (org-beginning-of-item): Fix bug in regular expression for white line.
1471 (org-export-as-html): Enforce space after bullet in plain list items.
1472 (org-set-autofill-regexps): Require space after plain list bullet
1473 for paragraph-start.
1474 (org-ts-regexp3): New constant.
1475 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
1476 (org-timestamp-up-day, org-timestamp-down-day)
1477 (org-timestamp-change): Work with inactive timestamps.
1478 (org-ts-regexp1): Don't allow brackets in time stamps.
1479
1480 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
1481
1482 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
1483 for ignoring links.
1484
1485 * faces.el (read-face-name): Use it.
1486
1487 2006-06-28 Juri Linkov <juri@jurta.org>
1488
1489 * buff-menu.el (list-buffers-noselect): Compare Info file
1490 with the string "dir" to detect Info directory.
1491
1492 * complete.el (partial-completion-mode): In lambda for
1493 `choose-completion-string-functions' use full function signature
1494 with 4 args, and move point to the end of the minibuffer only if arg
1495 `mini-p' is non-nil.
1496
1497 2006-06-28 John Paul Wallington <jpw@pobox.com>
1498
1499 * ibuffer.el (ibuffer-mode): Doc fix.
1500
1501 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
1502
1503 * textmodes/org.el (org-context): New contexts :item-bullet,
1504 :latex-fragment, :latex-preview.
1505 (org-overlays-at, org-overlay-start, org-overlay-end):
1506 New compatibility functions.
1507 (org-inside-LaTeX-fragment-p): More accurate matching, using the
1508 exact regexp that will be used during export.
1509 (org-latex-regexps): New variable.
1510 (org-cdlatex-mode): Improve advice for `texmathp'.
1511 (turn-on-org-cdlatex): New function.
1512
1513 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1514
1515 * term/mac-win.el (mac-handle-font-selection): Change keys of
1516 mac-atsu-font-table from strings to numbers.
1517 (mac-ts-caret-position): Use also when cursor-type is nil.
1518 (mac-ts-update-active-input-area): Add Mac OS Classic support.
1519 Relax condition for using overlay strings.
1520 Use mac-ts-caret-position face when cursor-type is nil.
1521
1522 2006-06-26 Kim F. Storm <storm@cua.dk>
1523
1524 * help.el (view-emacs-news): Declare `res' in the right let* form.
1525
1526 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
1527
1528 * net/rcompile.el (remote-compile): Replace ange-ftp based
1529 implementation by Tramp functions.
1530 Suggested by Marc Abramowitz <msabramo@gmail.com>.
1531
1532 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
1533
1534 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
1535
1536 * international/fontset.el (setup-default-fontset): Fix a typo in
1537 the "Oriya-Akruti" registry name.
1538
1539 2006-06-23 Lars Hansen <larsh@soem.dk>
1540
1541 * desktop.el (desktop-full-file-name): New function.
1542 (desktop-kill, desktop-save, desktop-remove, desktop-read)
1543 (desktop-revert): Use it.
1544 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
1545 (desktop-after-read-hook): Add option list-buffers.
1546 (desktop-locals-to-save): Add tab-width.
1547 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
1548 Fix docstring.
1549
1550 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
1551
1552 * textmodes/org.el (org-cdlatex-mode-map)
1553 (org-cdlatex-texmathp-advice-is-done): New variables.
1554 (org-cdlatex-mode): New minor mode.
1555 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
1556 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
1557 (org-export-with-archived-trees): New option.
1558 (org-open-file): Remove the call to `convert-standard-filename'.
1559 (org-archive-tag, org-agenda-skip-archived-trees)
1560 (org-cycle-open-archived-trees)
1561 (org-sparse-tree-open-archived-trees): New options.
1562 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
1563 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
1564 New functions.
1565 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
1566 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
1567 (org-mode-map): Add binding for `org-toggle-archive-tag'.
1568 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1569 Call `org-prepare-agenda-buffers'.
1570 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
1571 (org-file-apps, org-file-apps-defaults-gnu)
1572 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
1573 Handle remote files by forcing them to be opened in Emacs.
1574
1575 2006-06-23 Andre Spiegel <spiegel@gnu.org>
1576
1577 * vc.el (vc-diff-knows-L): New variable.
1578 (vc-diff-internal): Use it to handle "diff" programs that don't
1579 understand -L. This works automatically, no user action is necessary.
1580
1581 2006-06-23 Daniel Brockman <daniel@brockman.se>
1582
1583 * net/rcirc.el (rcirc-default-user-full-name): Default to
1584 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
1585 longer exists).
1586 (rcirc-process-list): Check `buffer-live-p' before attempting to
1587 switch to a buffer.
1588
1589 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
1590
1591 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
1592 based on rcirc-coding-system-alist.
1593
1594 2006-06-23 Martin Rudalics <rudalics@gmx.at>
1595
1596 * cus-edit.el (customize-apropos): A better error message.
1597 (top level) <debug-ignored-errors>: Extend and update the list of
1598 ignored error messages.
1599
1600 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
1601
1602 * complete.el (PC-do-completion): Retain capitalization of user
1603 input, when possible, even if completion-ignore-case is set.
1604
1605 2006-06-23 Eli Zaretskii <eliz@gnu.org>
1606
1607 * generic-x.el (bat-generic-mode): Support .cmd files.
1608
1609 * dos-w32.el (top level): Use find-file-not-found-functions
1610 instead of the obsolete find-file-not-found-hooks.
1611
1612 2006-06-22 Kim F. Storm <storm@cua.dk>
1613
1614 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
1615 to recognize mode name containing submodes, such as Grep/lw.
1616
1617 2006-06-21 Kim F. Storm <storm@cua.dk>
1618
1619 * simple.el (line-move-1): Check for move-end-of-line instead of
1620 end-of-line when setting temporary-goal-column.
1621
1622 2006-06-21 Miles Bader <miles@gnu.org>
1623
1624 * play/cookie1.el (cookie): Work properly when there's only one entry.
1625
1626 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
1627
1628 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
1629 (gdb-frame-handler): Generalize frame regexp for templates.
1630
1631 2006-06-20 Glenn Morris <rgm@gnu.org>
1632
1633 * calendar/appt.el (appt-display-format): Default value must be
1634 one of the customize options.
1635
1636 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
1637
1638 * term/xterm.el (terminal-init-xterm): Update key availability info.
1639 Bind C-return.
1640
1641 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
1642
1643 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
1644
1645 * files.el (hack-local-variables): Run `hack-local-variables-hook'
1646 whether or not a local variables list is defined.
1647
1648 * msb.el (msb): Move `sit-for' hack here to handle both
1649 "mouse-down and drag" and "mouse-up and select" situations.
1650 (mouse-select-buffer): Move `sit-for' hack to `msb'.
1651
1652 2006-06-20 Kenichi Handa <handa@m17n.org>
1653
1654 * international/characters.el (word-combining-categories):
1655 Add entries for 2-byte Han characters.
1656
1657 2006-06-19 Richard Stallman <rms@gnu.org>
1658
1659 * bindings.el (mode-line-format): Save some mode line space.
1660
1661 * files.el (find-file-noselect): Improve the question wording.
1662 (basic-save-buffer-2): Mask UMASK against 666.
1663
1664 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
1665 (mouse-drag-vertical-line): Call it.
1666
1667 * cus-edit.el (customize-option, customize-option-other-window):
1668 Error if SYMBOL is nil.
1669
1670 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
1671
1672 * textmodes/org.el: Require noutline, also on XEmacs.
1673 (org-end-of-subtree): Return point.
1674 (org-dblock-start-re, org-dblock-end-re): New constants.
1675 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
1676 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
1677 (org-update-all-dblocks, org-find-dblock): New functions.
1678 (org-collect-clock-time-entries): New function.
1679 (org-html-handle-time-stamps): Never export CLOCK timeranges.
1680 (org-fixup-indentation): Modify to deal correctly with lines
1681 starting with TAB. Only one argument DIFF now.
1682 (org-demote, org-promote): Call `org-fixup-indentation' with just
1683 one argument, DIFF.
1684 (org-mode): Don't mark buffer as modified when aligning tables.
1685 (org-clock-sum): Don't mark buffer modified when adding time sum
1686 properties.
1687 (org-export-as-html): Add support for a link validation function.
1688 (org-archive-all-done): New function.
1689 (org-archive-subtree): New prefix argument. When set, archive all
1690 done subtrees in this buffer.
1691 (org-remove-clock-overlays)
1692 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
1693 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
1694 (org-put-clock-overlay): Don't swallow last headline character
1695 when displaying overlay.
1696 (org-store-link): Link to `image-mode' with just the file name.
1697
1698 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
1699
1700 * viper-cmd.el (viper-special-read-and-insert-char):
1701 Use read-key-sequence.
1702 (viper-after-change-undo-hook): Misc enhancements.
1703 (viper-after-change-undo-hook): New hook.
1704 (viper-undo): Use viper-after-change-undo-hook.
1705 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
1706 (viper-next-line-at-bol): If point is on a widget or a button, simulate
1707 clicking on that widget/button.
1708
1709 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
1710
1711 * ediff-diff (ediff-test-patch-utility): Catch errors.
1712 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
1713 (ediff-set-actual-diff-options): New function.
1714 (ediff-reset-diff-options, ediff-toggle-ignore-case):
1715 Use ediff-set-actual-diff-options.
1716 (ediff-extract-diffs): Catch errors.
1717 (ediff-whitespace): Add non-breakable space.
1718 (ediff-same-file-contents): Catch errors.
1719
1720 * ediff-mult.el (ediff-collect-custom-diffs):
1721 Save coding-system-for-read.
1722
1723 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
1724 (ediff-vc-internal, ediff-vc-merge-internal):
1725 Use ediff-delete-version-file.
1726 (ediff-delete-version-file): New function.
1727
1728 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
1729
1730 * ediff.el (ediff-directories, ediff-directory-revisions)
1731 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
1732 (ediff-directories-internal, ediff-merge-directory-revisions)
1733 (ediff-merge-directory-revisions-with-ancestor)
1734 (ediff-directories3): Use read-directory-name.
1735
1736 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
1737
1738 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
1739 Remove superfluous part of regexp for brace matching which is handled
1740 by `scan-lists' call.
1741
1742 2006-06-16 Richard Stallman <rms@gnu.org>
1743
1744 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
1745
1746 * files.el (basic-save-buffer-2): For a new precious file,
1747 use the default modes in the return value.
1748
1749 * facemenu.el (facemenu-color-alist): Doc fix.
1750
1751 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
1752
1753 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1754
1755 * cus-start.el (all): Add mac-ts-script-language-on-focus.
1756
1757 * term/mac-win.el (mac-text-encoding-ascii): New constant.
1758 (mac-utxt-to-string): Use it.
1759 (mac-ts-update-active-input-area): Use mac-ae-number.
1760
1761 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
1762
1763 * term.el (term-handle-scroll, term-delete-lines)
1764 (term-insert-lines): Fix off by one errors.
1765
1766 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
1767
1768 * net/tramp.el (tramp-touch): Use UTC to express time.
1769
1770 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
1771
1772 * mail/sendmail.el (mail-send): Search explicitly for
1773 mail-header-separator when checking for corrupted header lines.
1774
1775 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
1776
1777 * progmodes/gdb-ui.el (gdb-same-frame): New option.
1778 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
1779 (gdb-init-1): Initialise them.
1780 (gdb-starting): Reset gdb-printing
1781 (gdb-starting): Save value of gud-overlay-arrow-position.
1782 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
1783 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
1784 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
1785 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
1786
1787 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1788
1789 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
1790
1791 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
1792
1793 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
1794 (ldap-search-internal): Keep error messages, and a regexp fix.
1795
1796 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
1797
1798 * files.el (hack-local-variables-confirm):
1799 Display string value using its printed representation.
1800
1801 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
1802
1803 * server.el (server-edit): No-op if no server buffers exist.
1804
1805 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
1806
1807 * textmodes/page-ext.el (pages-directory-for-addresses):
1808 Including `pages-directory-address-mode' in the function results
1809 in the message "Buffer in which pages were found is deleted".
1810
1811 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
1812
1813 * textmodes/org.el (org-agenda-mode-map): Add bindings for
1814 clocking functions.
1815
1816 (org-agenda-clock-in, org-check-running-clock)
1817 (org-clock-out-if-current, org-remove-clock-overlays)
1818 (org-put-clock-overlay): New functions.
1819 (org-clock-marker, org-clock-file-total-minutes)
1820 (org-clock-overlays): New variables.
1821 (org-clock-display, org-clock-sum, org-clock-cancel)
1822 (org-clock-out, org-clock-in): New commands.
1823 (org-export): New function.
1824 (org-emph-re): New constant.
1825 (org-set-emph-re, org-do-emphasis-faces): New functions.
1826 (org-emphasis-regexp-components, org-emphasis-alist): New options.
1827 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
1828 (org-export-html-convert-emphasize): Use the configurable emphasis.
1829 (org-cleaned-string-for-export): Make multiline emphasis visible
1830 to the exporter. New optional argument PARAMETERS.
1831 (org-export-as-html): Specify :emph-multiline parameter to
1832 `org-cleaned-string-for-export'.
1833
1834 2006-06-10 Richard Stallman <rms@gnu.org>
1835
1836 * help.el (help-for-help-internal): Clean up help text.
1837
1838 2006-06-10 Andreas Schwab <schwab@suse.de>
1839
1840 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
1841 in doc string.
1842
1843 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
1844
1845 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
1846
1847 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
1848 spaces after the comment start.
1849
1850 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1851
1852 * play/pong.el (pong-init-buffer):
1853 Fill buffer with spaces instead of ^A.
1854
1855 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
1856 launched asynchronously, delete its process instead of being cool.
1857 (ispell-async-processp): Check for `delete-process' existence
1858 instead of `kill-process' one for consistency.
1859
1860 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
1861
1862 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
1863 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
1864 in mode line at startup.
1865
1866 2006-06-08 Kim F. Storm <storm@cua.dk>
1867
1868 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
1869 (ido-init-completion-maps): Bind them to M-SPC and M-v.
1870 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
1871 (ido-file-internal): Pass full file name to write-file.
1872 (ido-read-internal): Only pop stack elements automatically if they
1873 actually match an existing directory or file name.
1874
1875 2006-06-07 Kenichi Handa <handa@m17n.org>
1876
1877 * international/mule.el (find-auto-coding): Don't handle the short
1878 name `char-trans'.
1879
1880 * files.el (hack-local-variables-prop-line)
1881 (hack-local-variables): Cancel the previous change.
1882
1883 2006-06-06 Jesper Harder <harder@phys.au.dk>
1884
1885 * ediff-diff.el (ediff-test-utility): Protect against file-error.
1886
1887 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
1888
1889 * diff-mode.el (diff-mode): Set buffer-read-only to t when
1890 diff-default-read-only is non-nil.
1891 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
1892 (diff-refine-hunk): Set inhibit-read-only to t.
1893
1894 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
1895 modifying the *Diff* buffer.
1896 (diff-process-filter): New filter function for diff process that
1897 sets inhibit-read-only to t when modifying the *Diff* buffer.
1898
1899 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
1900
1901 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
1902 insertion point and control the number of empty lines.
1903 (org-paste-subtree): Limit the number of empty lines at the end of
1904 the inserted tree.
1905 (org-agenda): Use buffer name of current file for narrowing.
1906 (org-export-as-xml): Command removed.
1907 (org-export-xml-type): Option removed.
1908 (org-mode-map): Call `org-export-as-xoxo' directly.
1909 (org-get-indentation): New optional argument LINE.
1910 (org-fix-indentation, org-remove-tabs): New functions.
1911 (org-export-as-ascii, org-ascii-level-start): Determine and apply
1912 correct indentation for headlines that are converted it items.
1913 (org-skip-comments): Remove table lines that contain narrowing
1914 cookies but no other non-empty fields.
1915 (org-set-tags): Allow groups of mutually exclusive tags.
1916 (org-cmp-time): Sort 24:21 before items without time.
1917 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
1918 (org-open-at-point): Require double colon also for numbers.
1919
1920 2006-06-06 Kim F. Storm <storm@cua.dk>
1921
1922 * ido.el (ido-default-file-method, ido-default-buffer-method):
1923 Make choice values consistent with corresponding command names.
1924 (ido-visit-buffer): Update accordingly. Default to selected-window.
1925
1926 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
1927
1928 * progmodes/gud.el (gud-running): Fix doc string.
1929 (gud-menu-map): Use :visible instead fo :enable for debugger test.
1930 (gud-tooltip-modes): Add python-mode.
1931 (gud-tooltip-print-command): Add pdb. Remove perldb.
1932
1933 2006-06-05 Eli Zaretskii <eliz@gnu.org>
1934
1935 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
1936 Quote $(EMACS).
1937
1938 2006-06-05 Richard Stallman <rms@gnu.org>
1939
1940 * faces.el (defined-colors): Doc fix.
1941
1942 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
1943
1944 * vc.el (vc-process-filter): Inhibit undo info collection around
1945 call to insert.
1946 (vc-setup-buffer): Likewise for call to erase-buffer.
1947 (vc-do-command): Likewise for call to process-file.
1948
1949 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
1950
1951 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
1952 for gud-go.
1953 (gud-common-init): Other debuggers may trigger error.
1954
1955 2006-06-05 Kenichi Handa <handa@m17n.org>
1956
1957 * international/mule.el (find-auto-coding):
1958 Handle enable-character-translation in file header.
1959
1960 2006-06-04 Kim F. Storm <storm@cua.dk>
1961
1962 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
1963 (authors-fixed-entries): Fix spelling.
1964 (authors-canonical-file-name): Don't report error for wildcards.
1965
1966 * help.el (view-emacs-news): Rewrite to support new NEWS,
1967 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
1968 e.g. version 10 matches 1.10, and don't be confused by version 1.1
1969 being a prefix of 1.12 (etc). A numeric prefix arg also works.
1970
1971 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
1972
1973 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
1974 exec constructs like `foo bar`.
1975 (sh-quoted-subshell): New helper function to search for a possibly
1976 nested subshell (like `` or $()) within a "" quoted string.
1977 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
1978 (sh-apply-quoted-subshell): Flag quote characters inside a
1979 subshell, which is itself already in a quoted region, as
1980 punctuation, since this is the closest to what they actually are.
1981 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
1982 sh-apply-quoted-subshell.
1983 (sh-font-lock-syntactic-face-function): Apply the new face for
1984 text inside `` instead of the old font-lock-string-face.
1985
1986 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1987
1988 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
1989 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
1990 (mac-bytes-to-text-range, mac-ae-text-range-array)
1991 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
1992 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
1993 (mac-ts-unicode-for-key-event): New functions.
1994 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
1995 (mac-handle-font-selection): Use mac-ae-number.
1996 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
1997 New variables.
1998 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
1999 (mac-ts-converted-text, mac-ts-selected-converted-text)
2000 (mac-ts-block-fill-text, mac-ts-outline-text)
2001 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
2002 (mac-ts-hilite-style-faces): New constant.
2003 (mac-apple-event-map): Bind text input events.
2004 (mac-dispatch-apple-event): Use command-execute instead of
2005 call-interactively.
2006 (global-map): Don't bind mac-apple-event.
2007 (special-event-map): Bind mac-apple-event.
2008
2009 2006-06-02 Eli Zaretskii <eliz@gnu.org>
2010
2011 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
2012 file name.
2013 (emacs): Enclose the value of $(EMACS) in quotes.
2014
2015 2006-06-02 Juri Linkov <juri@jurta.org>
2016
2017 * international/mule.el (sgml-html-meta-auto-coding-function):
2018 Remove the condition `(search-forward "<html" size t)'.
2019 Replace `\"' with `[\"']?' in `re-search-forward'.
2020
2021 2006-06-02 Kenichi Handa <handa@m17n.org>
2022
2023 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
2024 as well as `coding'.
2025 (hack-local-variables): Likewise.
2026
2027 * international/mule.el (enable-character-translation):
2028 Put permanent-local and safe-local-variable properties.
2029 (find-auto-coding): Handle char-trans: tag.
2030
2031 2006-06-02 Juri Linkov <juri@jurta.org>
2032
2033 * international/mule.el (sgml-html-meta-auto-coding-function):
2034 Limit the search by the end of the HTML header (if any).
2035
2036 2006-06-01 Richard Stallman <rms@gnu.org>
2037
2038 * subr.el (with-current-buffer): Doc fix.
2039
2040 2006-06-02 Masatake YAMATO <jet@gyve.org>
2041
2042 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
2043 Almost rewrite. Underlines over all lines of gcov output are too
2044 uncomfortable to read. Suggested by Dan Nicolaescu.
2045
2046 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
2047
2048 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
2049
2050 * shell.el (shell-mode): Use shell-mode-map in docstring.
2051
2052 * comint.el (comint-send-input): Do not add help-echo and
2053 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
2054
2055 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2056
2057 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
2058
2059 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
2060
2061 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
2062 (gdb-stopped, gdb-info-stack-custom): If there is no source info
2063 look up the stack and pop up GUD buffer if necessary.
2064 (gdb-frames-select): Remove redundant call to gud-display-frame.
2065 (gdb-info-threads-custom): Keep point at start of buffer.
2066 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
2067
2068 2006-05-31 Juri Linkov <juri@jurta.org>
2069
2070 * replace.el (query-replace-read-from, query-replace-read-to):
2071 Bind `history-add-new-input' to nil. Call `add-to-history'.
2072
2073 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
2074
2075 * textmodes/table.el: Convert all HTML tags to lower case for
2076 XHTML compatibility.
2077
2078 2006-05-31 Masatake YAMATO <jet@gyve.org>
2079
2080 * progmodes/compile.el:
2081 (compilation-error-regexp-alist-alist::gcov-called-line):
2082 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
2083
2084 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
2085
2086 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
2087 Revert inadvertent changes made with last commit.
2088
2089 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
2090
2091 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
2092 New functions.
2093
2094 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
2095
2096 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
2097
2098 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
2099 only matches in the right place.
2100 (org-upcoming-deadline): New face.
2101 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
2102 (org-export-ascii-underline): Rename constant `org-ascii-underline'
2103 and make it an option.
2104 (org-export-ascii-bullets): New option.
2105 (org-export-as-html): Many changes to emit valid XHTML.
2106 (org-par-open): New variable.
2107 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
2108 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
2109 (org-timeline): Pass `org-timeline-show-empty-dates' to
2110 `org-get-all-dates'. Interpret empty dates returned by
2111 `org-get-all-dates'.
2112 (org-get-all-dates): New argument EMPTY. Add dates without
2113 entries to the list, mark large ranges of empty dates.
2114 (org-point-in-group, org-context): New functions.
2115
2116 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
2117
2118 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
2119
2120 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
2121 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
2122 to C-mouse-3 (for 2 button mice).
2123 (gdb-send): Do the right thing for C-d.
2124
2125 * speedbar.el (speedbar-detach): Delete.
2126 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
2127 it breaks things.
2128 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
2129
2130 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
2131
2132 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
2133 Makeppfile.
2134
2135 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2136 Add makepp diagnostic.
2137
2138 2006-05-29 Richard Stallman <rms@gnu.org>
2139
2140 * window.el (fit-window-to-buffer): Doc fix.
2141
2142 * help.el (temp-buffer-max-height): Doc fix.
2143
2144 * subr.el (with-current-buffer): Doc fix.
2145
2146 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2147
2148 * term/x-win.el: Bind F10 to menu-bar-start if available.
2149
2150 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
2151
2152 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
2153 uses with a simple test.
2154 (term-set-escape-char, term-mode, term-check-kill-echo-list)
2155 (term-send-raw-string, term-send-raw, term-mouse-paste)
2156 (term-char-mode, term-line-mode, term-exec, term-sentinel)
2157 (term-handle-exit, term-read-input-ring)
2158 (term-previous-matching-input-string)
2159 (term-previous-matching-input-string-position)
2160 (term-previous-matching-input-from-input)
2161 (term-replace-by-expanded-history, term-send-input)
2162 (term-skip-prompt, term-bol, term-send-invisible)
2163 (term-kill-input, term-delchar-or-maybe-eof)
2164 (term-backward-matching-input, term-check-source)
2165 (term-proc-query, term-emulate-terminal)
2166 (term-handle-colors-array, term-process-pager, term-pager-line)
2167 (term-pager-bob, term-unwrap-line, term-word)
2168 (term-dynamic-complete-filename)
2169 (term-dynamic-complete-as-filename)
2170 (term-dynamic-simple-complete): Replace one arm ifs with whens or
2171 unlesses.
2172
2173 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2174
2175 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
2176 during bootstrapping.
2177
2178 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
2179 Basically undo the change of 2006-05-26: use extra arguments instead of
2180 dynamic scoping.
2181 (ewoc-locate): Remove unused var `footer'.
2182
2183 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2184
2185 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
2186
2187 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
2188 (generate-file-autoloads): Obey it. Return whether autoloads were
2189 added at point or not.
2190 (update-file-autoloads): Use this new return value.
2191 Remove redundant test for the presence of an autoload cookie.
2192
2193 * emacs-lisp/autoload.el (autoload-find-file): New fun.
2194 This one calls hack-local-variables.
2195 (generate-file-autoloads, update-file-autoloads): Use it.
2196
2197 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
2198 (bibtex-sort-entry-class): Add safe-local-variable predicate.
2199 (bibtex-sort-entry-class-alist): Don't set the global value.
2200 (bibtex-init-sort-entry-class-alist): New fun.
2201 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
2202 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
2203 of bibtex-init-sort-entry-class.
2204
2205 2006-05-28 Richard Stallman <rms@gnu.org>
2206
2207 * subr.el (load-history-regexp): If FILE is relative, insist
2208 entire last name component must match it.
2209 (load-history-filename-element, load-history-regexp): Doc fixes.
2210
2211 2006-05-29 Kim F. Storm <storm@cua.dk>
2212
2213 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
2214 `pos' and `raw-data' for clarity, as eval forms may access these.
2215
2216 2006-05-28 Kim F. Storm <storm@cua.dk>
2217
2218 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
2219
2220 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2221
2222 * progmodes/make-mode.el (makefile-browser-map)
2223 (makefile-mode-syntax-table): Move initialization inside declaration.
2224 (makefile-fill-paragraph): Use the default comment-filling code.
2225
2226 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
2227
2228 * replace.el (query-replace-defaults): New variable.
2229 (query-replace-read-from): Use `query-replace-defaults' for
2230 default value, instead of history list.
2231 (query-replace-read-to): Update `query-replace-defaults'.
2232
2233 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
2234
2235 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
2236 with no X toolkit.
2237
2238 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
2239
2240 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
2241 (tumme-show-all-from-dir): Add autoload.
2242
2243 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
2244
2245 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
2246 (tumme-remove-tag): Fix bug.
2247
2248 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
2249
2250 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
2251 FOOTER args. Update unique caller.
2252 (ewoc-delete): Compute last node once before looping.
2253 (ewoc--node-branch): Merge into unique caller.
2254 (ewoc--node): Don't define constructor make-ewoc--node for this
2255 structure.
2256 (ewoc): Add member `hf-pp' to this structure.
2257 (ewoc--wrap): New func.
2258 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
2259 header/footer pretty-printers. Save header/footer pretty-printer.
2260 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
2261
2262 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
2263
2264 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
2265
2266 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
2267 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
2268 Tag'. Change "Compare directories..." to "Change Directories...".
2269 Move tumme commands to Operate, Regexp and Immediate menus.
2270 Change "Add Comment" to "Add Image Comment". Change "Add Image
2271 Tag" to "Add Image Tags".
2272
2273 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
2274 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
2275 `tumme-delete-tag'.
2276
2277 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
2278
2279 * shell.el (shell-mode): Call shell-dirtrack-mode after
2280 list-buffers-directory is made a local variable, to avoid setting
2281 the default value.
2282
2283 2006-05-26 Kevin Ryde <user42@zip.com.au>
2284
2285 * info.el (Info-index-next): Use where-is-internal to report
2286 actual binding of Info-index-next, rather than hard-coded `,'.
2287
2288 2006-05-26 Eli Zaretskii <eliz@gnu.org>
2289
2290 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
2291 and "Find Command in Manual" to here.
2292
2293 * buff-menu.el (list-buffers-noselect): For Info buffers, use
2294 Info-current-file as the file name.
2295
2296 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
2297
2298 * ses.el (defadvice undo-more): Delete this defadvice. The undo
2299 overrides will now be done a different way.
2300 (ses-set-parameter): Reapply this function for undo.
2301 (ses-set-header-row): Reconstruct header row during undo.
2302 (ses-widen): New function.
2303 (ses-goto-data, ses-reconstruct-all): Use new function.
2304 (ses-command-hook): Widen buffer during undo, before unupdating
2305 the cells.
2306 (ses-insert-row, ses-delete-row): Widen buffer during undo.
2307 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
2308 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
2309 formula hasn't been executed yet.
2310
2311 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
2312
2313 * comint.el (comint-kill-whole-line): Rename arg to count.
2314 Fix doc string.
2315
2316 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
2317
2318 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
2319 to copy-file.
2320
2321 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
2322
2323 * simple.el (toggle-truncate-lines): Make arg optional for
2324 backward compatibility.
2325
2326 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
2327
2328 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
2329 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
2330 DLL arg. Instead, use ewoc--current-dll. Update all callers.
2331 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
2332 (ewoc--adjust): Use ewoc--current-dll.
2333 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
2334
2335 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
2336
2337 * textmodes/org.el (org-next-item, org-previous-item): Emit more
2338 compact error message.
2339 (org-tags-view): Refresh category table in each file.
2340 (org-table-justify-field-maybe): Remove superfluous arguments to
2341 `format'.
2342 (org-export-as-html): Insert "<p>" before postamble.
2343 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
2344
2345 2006-05-26 Kenichi Handa <handa@m17n.org>
2346
2347 * textmodes/po.el (po-find-charset): Pay attention to the case
2348 FILENAME is a cons (NAME . BUFFER).
2349 (po-find-file-coding-system-guts): Likewise.
2350
2351 * arc-mode.el (archive-set-buffer-as-visiting-file):
2352 Call find-operation-coding-system with (FILENAME . BUFFER).
2353
2354 * tar-mode.el (tar-extract): Call find-operation-coding-system
2355 with (FILENAME . BUFFER).
2356
2357 * international/mule.el (decode-coding-inserted-region):
2358 Call find-operation-coding-system with (FILENAME . BUFFER).
2359
2360 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
2361
2362 * image-mode.el (image-toggle-display): Use buffer contents to
2363 generate image for a remote file.
2364
2365 2006-05-25 Juri Linkov <juri@jurta.org>
2366
2367 * replace.el (query-replace-read-from, query-replace-read-to):
2368 Remove 8th arg KEEP-ALL in read-from-minibuffer.
2369
2370 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
2371
2372 * whitespace.el (whitespace-cleanup): Change to cleanup
2373 region if one is active.
2374 * whitespace.el (whitespace-cleanup-internal): New internal method.
2375
2376 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2377
2378 * dired.el (dired-mode-map): Add help-echo strings to tumme
2379 commands. Bind `tumme-dired-display-image' to C-t i.
2380
2381 * tumme.el (tumme-display-image): Change documentation string slightly.
2382 (tumme-dired-display-image): Add call to `display-buffer'.
2383
2384 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2385
2386 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
2387 Signal error if RAW-DATA is a multibyte string.
2388
2389 2006-05-24 Richard Stallman <rms@gnu.org>
2390
2391 * subr.el (with-local-quit): When handling `quit' signal,
2392 make a chance for quit-flag to cause a quit.
2393
2394 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
2395 (ad-disable-advice): Add autoloads.
2396
2397 * subr.el (read-passwd): Copy PROMPT before changing its properties.
2398
2399 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2400
2401 * dired.el (dired-mode-map): Change menu items for tumme as per
2402 suggestions in emacs-devel.
2403
2404 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
2405
2406 * dired.el (dired-mode-map): Fix breakage.
2407
2408 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2409
2410 * tumme.el (tumme-display-dired-image): Rename to...
2411 (tumme-dired-display-image): ...this.
2412 (tumme-track-movement): Change default value to t.
2413 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
2414 used from `tumme-next-line-and-display' and similar commands.
2415
2416 * dired.el (dired-mode-map): Add Thumbnail submenu under the
2417 Immediate menu. Add some tumme commands there.
2418
2419 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
2420
2421 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
2422
2423 2006-05-24 Chong Yidong <cyd@mit.edu>
2424
2425 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
2426 menu entries that open submenus.
2427
2428 2006-05-24 Alan Mackenzie <acm@muc.de>
2429
2430 * startup.el (command-line): For names of preloaded files, don't
2431 append ".elc" (now done in Fload), and call file-truename on the
2432 lisp directory.
2433
2434 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
2435 match ANY loaded file with the right name, not just those in
2436 load-path. Put a regexp matching the file name into
2437 after-load-alist, rather than the name itself.
2438
2439 * subr.el: New functions load-history-regexp,
2440 load-history-filename-element, do-after-load-evaluation.
2441
2442 * international/mule.el (load-with-code-conversion): Do the
2443 eval-after-load stuff by calling do-after-load-evaluation.
2444
2445 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
2446
2447 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
2448 has not been killed.
2449
2450 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2451
2452 * term/mac-win.el: Set idle timer to clean up expired Apple events.
2453 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
2454 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
2455 Optionally set error message in reply.
2456
2457 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
2458
2459 * textmodes/org.el (org-open-at-point): Use renamed variable
2460 `org-confirm-shell-link-function'.
2461 (org-confirm-shell-link-function): Rename from
2462 `org-confirm-shell-links'.
2463 (org-export-directory): New function.
2464 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
2465 (org-export-icalendar): Use `org-export-directory'.
2466 (org-indent-item): Keep cursor position.
2467 (org-link-file-path-type): New option.
2468 (org-export-as-html): Fix bug with plain lists starting in
2469 column 0.
2470 (org-export-as-html): Remove deadline formatting, this happens
2471 now already in `org-html-handle-time-stamps'.
2472 (org-export-html-style): Deadline class removed.
2473 (org-insert-labeled-timestamps-at-point): New option.
2474 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
2475 of `hide-sublevels 1', in case the first headline is not level 1.
2476 (org-overview, org-content): New fuction.
2477 (org-cycle-global-status, org-cycle-subtree-status): Make these
2478 variables buffer-local.
2479 (org-global-cycle): New command.
2480 (org-shifttab): Use `org-global-cycle'.
2481 (org-insert-heading, org-insert-item): Go to end of new
2482 headline/item after creating it.
2483 (org-export-visible): Rename from `org-export-copy-visible'.
2484 Now creates a temporary org-file and applies an exporting command
2485 to it.
2486 (org-table-eval-formula): Support for lisp forms.
2487 (org-agenda-todo-ignore-scheduled): New option.
2488 (org-agenda-get-todos): Use new option
2489 `org-agenda-todo-ignore-scheduled'.
2490 (org-export-html-inline-images): New value `maybe'.
2491 (org-export-as-html): Inlining of images dependent on link description.
2492 (org-archive-subtree): Check for end-of-buffer before trying
2493 `kill-line'.
2494 (org-agenda-follow-mode): New option.
2495 (org-export-with-tags, org-export-with-timestamps): New options.
2496 (org-html-handle-time-stamps): New function.
2497 (org-keyword-time-regexp): New variable.
2498 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
2499 (org-agenda-todo-list-sublevels): New option.
2500 (org-html-level-start): When TITLE is nil, just close all levels.
2501 (org-parse-key-lines, org-parse-export-options): Remove functions,
2502 replaced by `org-infile-export-plist'.
2503 (org-combine-plists, org-infile-export-plist)
2504 (org-default-export-plist): New functions.
2505 (org-export-html-preamble, org-export-html-postamble)
2506 (org-export-html-auto-preamble, org-export-html-auto-postamble):
2507 New variables.
2508 (org-export-publishing-directory): New option.
2509 (org-export-as-html, org-export-as-ascii): Use the new property
2510 lists for settings.
2511 (org-export-copy-visible, org-export-as-xoxo):
2512 Respect `org-export-publishing-directory'.
2513 (org-link-search, org-store-link, org-file-apps): Support for
2514 links to BibTeX database entries..
2515 (org-get-current-options, org-set-regexps-and-options):
2516 Implement logging as a startup option.
2517 (org-store-link): Make sure context string is never empty
2518 (org-insert-link): Use relative path when possible.
2519 (org-at-item-checklet-p): New function.
2520 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
2521 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
2522 (org-metaright, org-metaup, org-metadown, org-shiftup)
2523 (org-shiftdown, org-shiftright, org-shiftleft)
2524 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
2525 Dispatch using `call-interactively'.
2526 (org-call-with-arg): New defsubst.
2527 (org-tag-alist, org-use-fast-tag-selection): New options.
2528 (org-complete): Use `org-tag-alist'.
2529 (org-fast-tag-insert, org-fast-tag-selection): New functions.
2530 (org-next-item, org-previous-item): New commands.
2531 (org-beginning-of-item, org-end-of-item): Add (interactive) to
2532 make command.
2533 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
2534
2535 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
2536
2537 * emacs-lisp/ewoc.el (ewoc-delete): New function.
2538 (ewoc-filter): Use `ewoc-delete'.
2539
2540 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
2541
2542 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2543
2544 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
2545 Signal more user-friendly error messages.
2546
2547 * complete.el (PC-do-completion): Undo the addition of implicit
2548 wildcards if they did not lead to finding any match.
2549 (read-file-name-internal): Don't add the final > if the completion is
2550 not finished.
2551
2552 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
2553
2554 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
2555 Quote safe-local-variable predicate.
2556
2557 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
2558
2559 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
2560
2561 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2562
2563 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
2564
2565 * progmodes/make-mode.el (makefile-special-targets-list)
2566 (makefile-macro-table, makefile-target-table): Mark as risky.
2567 (makefile-query-one-target-method): Make this the alias for the
2568 following variable.
2569 (makefile-query-one-target-method-function): Make this the real name.
2570
2571 * textmodes/artist.el (artist-text-renderer): Make this the alias
2572 for the following variable.
2573 (artist-text-renderer-function): Make this the real name.
2574
2575 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
2576 the alias for the following variable.
2577 (flyspell-generic-check-word-predicate): Make this the real name.
2578
2579 * textmodes/ispell.el (ispell-format-word): Make this the alias
2580 for the following variable.
2581 (ispell-format-word-function): Make this the real name.
2582 (ispell-message-text-end): Mark as risky.
2583
2584 * skeleton.el (skeleton-transformation, skeleton-filter)
2585 (skeleton-pair-filter): Make these the aliases for the following
2586 variables.
2587 (skeleton-transformation-function, skeleton-filter-function)
2588 (skeleton-pair-filter-function): Make these the real names.
2589
2590 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
2591 and skeleton-pair-filter-function.
2592
2593 * textmodes/sgml-mode.el (sgml-transformation): Make this the
2594 alias for the following variable.
2595 (sgml-transformation-function): Make this the real name.
2596 (sgml-tag-alist): Mark as risky.
2597
2598 2006-05-21 Richard Stallman <rms@gnu.org>
2599
2600 * simple.el (kill-region): Interactively, pass point, then mark.
2601
2602 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
2603
2604 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
2605
2606 2006-05-21 Romain Francoise <romain@orebokech.com>
2607
2608 * dired-x.el (dired-mode-map): Don't bind M-g.
2609
2610 2006-05-20 Richard Stallman <rms@gnu.org>
2611
2612 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
2613 (dired-goto-file): Doc fix.
2614
2615 2006-05-21 Kim F. Storm <storm@cua.dk>
2616
2617 * emulation/cua-base.el: Mention customizing cua-mode as alternative
2618 way to enable built-in cua-mode if user loads older CUA-mode package.
2619
2620 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
2621 if default-filename is specified.
2622
2623 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2624
2625 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
2626
2627 * info.el (info-apropos): Make sure current-file and current-node
2628 have non-nil values. Speed up by using add-to-list instead of
2629 manual consing.
2630
2631 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2632
2633 * progmodes/make-mode.el (makefile-mode): Doc fix.
2634
2635 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2636
2637 * dired-aux.el (dired-do-shell-command): Doc fix.
2638
2639 2006-05-20 Kevin Ryde <user42@zip.com.au>
2640
2641 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
2642 ``(custom-manual :tag "Foo" "(foo)Node")''.
2643
2644 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
2645
2646 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
2647 value is an integer.
2648
2649 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2650
2651 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
2652 "format".
2653 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
2654
2655 2006-05-20 Martin Rudalics <rudalics@gmx.at>
2656
2657 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
2658 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
2659
2660 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2661
2662 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
2663 regexp for keywords.
2664
2665 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
2666
2667 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
2668 replace-regexp-in-string.
2669
2670 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
2671 encode, and escape file name on conversion to URL.
2672
2673 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2674
2675 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
2676 Don't unescape URL.
2677 (dnd-get-local-file-name): Unescape URL on conversion to file name.
2678
2679 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
2680 on conversion to URLs.
2681
2682 * net/browse-url.el (browse-url-file-url): Encode file name on
2683 conversion to URL.
2684
2685 * term/mac-win.el (mac-ae-open-documents): Escape file name on
2686 conversion to URL.
2687
2688 2006-05-19 Eli Zaretskii <eliz@gnu.org>
2689
2690 * progmodes/cc-styles.el (c-style-alist): Doc fix.
2691
2692 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2693
2694 * term/mac-win.el (mac-bytes-to-digits): Remove function.
2695 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
2696
2697 2006-05-19 Glenn Morris <rgm@gnu.org>
2698
2699 * calendar/diary-lib.el (diary-bahai-date)
2700 (list-bahai-diary-entries, mark-bahai-diary-entries)
2701 (mark-bahai-calendar-date-pattern): Not interactive.
2702 (add-to-diary-list): New optional arg LITERAL. Doc fix.
2703 (diary-entries-list): Change format of 4th element in each entry.
2704 (diary-list-entries): Use add-to-diary-list.
2705 (diary-goto-entry): Handle the case where the buffer visiting the
2706 diary has been killed.
2707 (fancy-diary-display): Add 'locator to button rather than 'marker.
2708 Only generate temp-face when there are marks to apply.
2709 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
2710 (diary-fancy-date-pattern): New variable.
2711 (diary-time-regexp): Doc fix.
2712 (diary-anniversary, diary-time): New faces.
2713 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
2714 diary-time-regexp. Add font-lock-multiline property where needed.
2715 Use new faces diary-anniversary and diary-time.
2716 (diary-fancy-font-lock-fontify-region-function): New function, to
2717 handle multiline font-lock pattern in fancy diary.
2718 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
2719 (diary-font-lock-keywords): Tweak time regexp. Use new face
2720 diary-time.
2721
2722 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
2723
2724 * international/code-pages.el (mik): Table corrected.
2725
2726 2006-05-18 Kim F. Storm <storm@cua.dk>
2727
2728 * progmodes/grep.el (grep-find): Don't check grep-find-command
2729 before running command (breaks non-interactive usage).
2730
2731 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
2732
2733 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
2734 (ewoc--insert-new-node): Don't insert trailing newline.
2735 Instead, adjust successor nodes's start markers.
2736 (ewoc--refresh-node): Delete all text from current node's start
2737 marker to the next one's; adjust successor nodes's start markers.
2738 (ewoc--create): Doc fixes.
2739 (ewoc--refresh): Don't insert newline.
2740 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
2741 * pcvs.el (cvs-make-cvs-buffer):
2742 Specify extra newline for ewoc's header and footer.
2743 (cvs-update-header): Update initial header recognition.
2744 Append newline to final header and footer values.
2745 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
2746
2747 2006-05-17 Richard Stallman <rms@gnu.org>
2748
2749 * files.el (file-name-extension): Doc fix.
2750
2751 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2752
2753 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
2754 we can explicitly enable/disable rather than toggle.
2755 (shell-mode): Use it.
2756 (shell-cd): Don't try to reproduce what `cd' does.
2757
2758 2006-05-17 Kim F. Storm <storm@cua.dk>
2759
2760 * ido.el (ido-read-internal): Use only nondirectory part of
2761 default item.
2762
2763 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
2764
2765 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
2766 (ewoc-nth): Doc fix.
2767
2768 (ewoc-map, ewoc-invalidate): Compute PP before looping.
2769
2770 2006-05-16 Eli Zaretskii <eliz@gnu.org>
2771
2772 * international/mule.el (auto-coding-alist): Add .lha to files
2773 read with no-conversion.
2774
2775 * files.el (auto-mode-alist): Add .lha files to archive file
2776 extensions.
2777
2778 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
2779 Convert csize to integer when computing offsets within the
2780 compressed archive file.
2781
2782 2006-05-16 Kim F. Storm <storm@cua.dk>
2783
2784 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
2785 with read-from-minibuffer.
2786
2787 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
2788
2789 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
2790 (byte-compile-warnings): Fix safe-local-variable property.
2791
2792 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
2793
2794 * allout.el (allout-show-bodies, allout-old-style-prefixes)
2795 (allout-stylish-prefixes, allout-numbered-bullet)
2796 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
2797 predicates to qualify `safe-local-variable' property, when
2798 available, else use equivalent lambda.
2799 (allout-current-topic-collapsed-p): Do the right thing regarding
2800 trailing blank lines.
2801
2802 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2803
2804 * server.el (server-start): Only create a directory if needed.
2805 (server-edit, server-unload-hook): server-start => server-mode.
2806 (kill-emacs-hook): Cleanup upon exit.
2807
2808 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2809
2810 * hexl.el (hexlify-buffer): Encode process arguments manually.
2811
2812 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
2813
2814 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
2815 call to gdb-tooltip-print.
2816
2817 2006-05-15 Romain Francoise <romain@orebokech.com>
2818
2819 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
2820 systems, default to "tar" since those systems probably have GNU tar.
2821
2822 2006-05-14 Lars Hansen <larsh@soem.dk>
2823
2824 * desktop.el (desktop-missing-file-warning): Fix docstring.
2825 (desktop-restore-file-buffer): Correct question asked on missing file.
2826
2827 2006-05-14 Kim F. Storm <storm@cua.dk>
2828
2829 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
2830 Add CUA move property.
2831
2832 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
2833
2834 * custom.el (custom-push-theme): Load the variable before checking
2835 its `standard-value'.
2836
2837 2006-05-13 Lars Hansen <larsh@soem.dk>
2838
2839 * desktop.el (desktop-save): Use with-temp-buffer.
2840
2841 2006-05-12 Glenn Morris <rgm@gnu.org>
2842
2843 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
2844 * calendar/calendar.el (calendar-mode-map):
2845 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
2846 * calendar/appt.el (appt-check, appt-make-list): Refer to
2847 diary-view-entries, diary-list-entries, diary-show-all-entries
2848 rather than obsolete aliases.
2849
2850 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
2851
2852 * simple.el (line-move-finish): Avoid calling point motion hooks
2853 while processing intangibility.
2854
2855 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
2856
2857 * term/xterm.el (terminal-init-xterm): Fix typo.
2858
2859 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
2860
2861 * allout.el (allout-view-change-hook): Mark as being deprecated,
2862 to be replaced by `allout-exposure-change-hook'.
2863 (allout-exposure-change-hook): New, replacing
2864 `allout-view-change-hook'.
2865 (allout-flag-region): Run new hook `allout-exposure-change-hook',
2866 in addition to `allout-view-change-hook'.
2867 (allout-show-bodies, allout-old-style-prefixes)
2868 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
2869 lambda forms to prevent their showing up in variable help
2870 presentations as inscrutable byte-compiled code.
2871 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
2872 Use string-or-null-p to qualify safe-local-variable values.
2873 (allout-reindent-bodies): Use memq to qualify matches against
2874 valid safe-local-variable values. Also, quote the lambda as above.
2875 (allout-use-mode-specific-leader): Add missing candidate-value
2876 symbols, use memq, and quote the lambda.
2877 (allout-overlay-interior-modification-handler): Remove unused
2878 variables `msg' and 'opened'.
2879 (allout-hidden-p): Constrain invisibility consideration to allout's
2880 invisibility spec, disregarding invisibility for other reasons.
2881
2882 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
2883
2884 * files.el (version-control): Correct safe values.
2885
2886 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
2887
2888 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
2889
2890 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
2891 (ewoc--insert-new-node): New func.
2892 Update callers of deleted funcs to use it, instead.
2893
2894 2006-05-11 Glenn Morris <rgm@gnu.org>
2895
2896 * calendar/calendar.el (diary-show-all-entries): Do not refer to
2897 obsolete alias `show-all-diary-entries'.
2898 (make-diary-entry): Not interactive.
2899 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
2900 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
2901 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2902 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2903 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
2904 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
2905
2906 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2907
2908 * calendar/calendar.el (calendar-french-date-string)
2909 (calendar-mayan-date-string, calendar-chinese-date-string)
2910 (calendar-astro-date-string, calendar-iso-date-string)
2911 (calendar-islamic-date-string, calendar-bahai-date-string)
2912 (calendar-hebrew-date-string, calendar-coptic-date-string)
2913 (calendar-ethiopic-date-string, calendar-persian-date-string):
2914 These functions are not interactive.
2915
2916 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
2917
2918 * files.el: Balance parentheses.
2919
2920 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2921
2922 * files.el, newcomment.el, outline.el, simple.el,
2923 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
2924 progmodes/cc-vars.el, progmodes/compile.el:
2925 Move `safe-local-variable' declarations to the respective files.
2926
2927 * help-fns.el (describe-variable): Don't print safe-var if it is
2928 byte-code. Improve wording as suggested by Luc Teirlinck.
2929
2930 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2931
2932 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
2933 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
2934 Use a token for pending-triggers to ensure gdb-var-update
2935 gets called once per user input again for pre-GDB 6.4.
2936 (gdb-var-delete): Match on more complex expressions.
2937 (gdb-var-list-children-handler, gdb-var-create-handler):
2938 Use a token for consistency.
2939
2940 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
2941
2942 * textmodes/org.el (org-read-date, org-goto-calendar)
2943 (org-agenda-goto-calendar):
2944 Bind `view-calendar-holidays-initially' to nil.
2945
2946 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2947
2948 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
2949 Update all callers to do it there, instead.
2950
2951 2006-05-10 Glenn Morris <rgm@gnu.org>
2952
2953 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
2954 prefix arg case, to avoid view-diary-entries-initially error.
2955 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
2956 (calendar-date-is-legal-p): Handle dates with no day part.
2957
2958 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2959
2960 * comint.el (comint-insert-input): Just make it when
2961 comint-use-prompt regexp is nil (default) and with the mouse.
2962 (comint-copy-old-input): Reinstate from 2004-06-23.
2963 (comint-mode-map): Bind C-c C-m to it.
2964
2965 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
2966
2967 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
2968 Remove spurious move to point-max (new comint behavior fixes).
2969
2970 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
2971 compatibility function (Emacs 18/19).
2972 (idlwave-is-continuation-line): Always return point at start of
2973 previous non-blank continuation line.
2974 `keyword-parameters': Fix continued comment font-lock matcher.
2975 (idlwave-font-lock-fontify-region): Written, use as
2976 font-lock-fontify-region-function, to fix continued keyword
2977 fontification issues.
2978
2979 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2980
2981 * term/mac-win.el (mac-font-panel-mode): Doc fix.
2982 (mac-service-selection, mac-service-open-file)
2983 (mac-service-open-selection, mac-service-mail-selection)
2984 (mac-service-mail-to, mac-service-insert-text): Rename from
2985 mac-services-*. All uses changed.
2986 (mac-apple-event-map): Rename event symbol `services' to `service'.
2987
2988 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
2989
2990 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
2991 (ewoc--node-enter-first, ewoc--node-enter-last)
2992 (ewoc--delete-node-internal): Merge funcs into unique callers.
2993
2994 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
2995
2996 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
2997 return value of read-from-minibuffer for empty input.
2998
2999 2006-05-09 Miles Bader <miles@gnu.org>
3000
3001 * comint.el (comint-insert-input): Remove redundant calls to setq
3002 and goto-char.
3003
3004 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
3005
3006 * comint.el (comint-insert-input): Make it work when
3007 comint-use-prompt-regexp is t.
3008
3009 2006-05-10 Miles Bader <miles@gnu.org>
3010
3011 * subr.el (field-at-pos): New function.
3012
3013 * comint.el (comint-insert-input): Use it.
3014
3015 2006-05-09 Juri Linkov <juri@jurta.org>
3016
3017 * battery.el (battery-linux-proc-acpi): Also try
3018 `/proc/acpi/thermal_zone/THR2/temperature'.
3019
3020 * files.el <safe-local-variable>: Remove `eval' and `let' binding
3021 for now unused lambda `string-or-null'.
3022
3023 * add-log.el (change-log-default-name): Put `string-or-null-p'
3024 instead of lambda on `safe-local-variable' property.
3025
3026 * diff-mode.el (diff-context->unified): Use `region-beginning' and
3027 `region-end' instead of `mark' and `point'.
3028 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
3029 Operate on region in Transient Mark mode when the mark is active.
3030 Use `region-beginning' and `region-end' instead of `mark' and
3031 `point'.
3032 (diff-hunk-text, diff-goto-source): Doc fix.
3033
3034 * startup.el (fancy-splash-screens, normal-splash-screen): Use
3035 face `mode-line-buffer-id' for mode-line buffer face instead of
3036 hard-coded `(:weight bold)'.
3037
3038 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
3039 buffer-undo-list to t (undo-ask is reproducible by visiting
3040 nested archives).
3041
3042 2006-05-09 Kim F. Storm <storm@cua.dk>
3043
3044 * progmodes/grep.el (rgrep): Set default directory of *grep*
3045 buffer if we start M-x rgrep in the *grep* buffer and choose
3046 a different base directory.
3047
3048 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
3049
3050 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
3051 completion also when ido is loaded.
3052
3053 2006-05-09 Masatake YAMATO <jet@gyve.org>
3054
3055 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
3056 "warning" and "import".
3057 (cpp-font-lock-keywords): Added "warning".
3058
3059 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
3060
3061 * term/xterm.el (terminal-init-xterm): Add more key bindings.
3062
3063 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3064
3065 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
3066 pages at a time, if we signal the end, we should indeed reach that end.
3067
3068 2006-05-08 David Reitter <david.reitter@gmail.com>
3069
3070 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
3071 output during execution of the body.
3072
3073 2006-05-08 Kim F. Storm <storm@cua.dk>
3074
3075 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
3076
3077 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
3078
3079 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
3080 Use with-current-buffer.
3081
3082 2006-05-07 Kim F. Storm <storm@cua.dk>
3083
3084 * subr.el (add-to-history): Remove keep-dups arg.
3085
3086 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
3087 to nil around call to add-to-history.
3088
3089 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3090
3091 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
3092 than after a buffer modification.
3093
3094 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
3095
3096 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
3097 call to...
3098 (gud-watch): ...here so speedbar is raised for already watched
3099 expressions.
3100 (gdb-speedbar-refresh): Delete function.
3101 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
3102 Use speedbar-timer-fn instead of speedbar-refresh (reverting
3103 earlier change).
3104 (gdb-var-evaluate-expression-handler)
3105 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
3106
3107 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
3108 Update localized contents for all buffers except ignored modes.
3109
3110 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3111
3112 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
3113 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
3114 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
3115 (mac-handle-font-panel-closed, mac-handle-font-selection):
3116 New functions.
3117 (mac-font-panel-mode): New minor mode.
3118 (mac-apple-event-map): Add bindings for toolbar toggle button and
3119 font panel.
3120 (menu-bar-showhide-menu): Add mac-font-panel-mode.
3121
3122 2006-05-07 John Paul Wallington <jpw@pobox.com>
3123
3124 * ibuffer.el (ibuffer-compressed-file-name-regexp):
3125 Avoid `regexp-opt'; simplify regexp for readability.
3126
3127 2006-05-06 Eli Zaretskii <eliz@gnu.org>
3128
3129 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
3130 * files.el (buffer-stale-function):
3131 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3132 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
3133 links to the main manual, not to emacs-xtra.
3134
3135 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3136
3137 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
3138 MacJapanese if text is ASCII-only.
3139
3140 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
3141
3142 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
3143 unless so nil isn't returned.
3144 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
3145
3146 2006-05-06 Kim F. Storm <storm@cua.dk>
3147
3148 * subr.el (add-to-history): New function.
3149
3150 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
3151 (ediff-merge-files-with-ancestor):
3152 * env.el (setenv):
3153 * isearch.el (isearch-update-ring):
3154 * server.el (server-visit-files):
3155 * progmodes/grep.el (lgrep, rgrep):
3156 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
3157 * progmodes/xscheme.el (xscheme-insert-expression):
3158 Use add-to-history.
3159
3160 * kmacro.el (kmacro-push-ring): Use add-to-history.
3161 (kmacro-ring-length): Remove unused defun.
3162 (kmacro-start-macro): Use kmacro-push-ring.
3163
3164 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
3165
3166 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
3167 directly instead of a lambda expression that calls it.
3168
3169 2006-05-06 Kim F. Storm <storm@cua.dk>
3170
3171 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
3172 instead of compute-motion.
3173
3174 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
3175
3176 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
3177 change.
3178
3179 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
3180
3181 * startup.el (command-line-1): Refer to "Pure Storage" on
3182 pure-space-overflow.
3183
3184 2006-05-05 Martin Rudalics <rudalics@gmx.at>
3185
3186 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
3187 provided faces once they all have been used up.
3188
3189 2006-05-05 Eli Zaretskii <eliz@gnu.org>
3190
3191 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
3192 reference to the Lisp manual to the warning about pure space
3193 overflow.
3194
3195 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3196
3197 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
3198 argument to avoid the call to `ispell-internal-change-dictionary'
3199 when not needed.
3200 (ispell-change-dictionary): Use this argument and call
3201 `ispell-internal-change-dictionary' after the possible change
3202 to `ispell-local-dictionary'.
3203 (ispell-internal-change-dictionary): Check for a change in
3204 personal dictionary use too.
3205
3206 2006-05-05 Eli Zaretskii <eliz@gnu.org>
3207
3208 * startup.el (command-line): On MS-Windows, probe "~", not
3209 "~USER", for warning about non-existent home directory
3210
3211 * arc-mode.el (archive-l-e): New optional argument `float' means
3212 generate a float value.
3213 (archive-arc-summarize, archive-lzh-summarize)
3214 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
3215 with 3rd argument non-nil when file's size is being computed.
3216 Format the file sizes with %8.0f instead of %8d.
3217
3218 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3219
3220 * cus-start.el (all): Add mac-dnd-known-types.
3221
3222 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
3223 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
3224 (mac-TIFF-to-string): New functions.
3225 (x-get-selection, x-selection-value)
3226 (mac-select-convert-to-string): Use them.
3227 (mac-text-encoding-mac-japanese-basic-variant): New constant.
3228 (mac-dnd-types-alist): New customization variable.
3229 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
3230 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
3231 (mac-dnd-handle-drag-n-drop-event): New functions.
3232 (mac-drag-n-drop): Remove function.
3233 (global-map): Bind drag-n-drop and M-drag-n-drop to
3234 mac-dnd-handle-drag-n-drop-event.
3235
3236 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
3237
3238 * progmodes/perl-mode.el (perl-beginning-of-function):
3239 Skip anonymous subs.
3240
3241 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
3242
3243 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
3244 regexp-opt at run time.
3245
3246 * term.el (term-handle-ansi-escape): Fix off by one error.
3247
3248 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
3249
3250 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
3251 (gdb-init-1, gdb-post-prompt): ...and references to it.
3252 (gdb-frame-handler): Strip directory name from filename if present.
3253
3254 * progmodes/gud.el (gdb-force-update): Delete defvar
3255 (gud-speedbar-buttons): ...and references to it. Use window-start
3256 to try to keep positon in watch expression.
3257
3258 2006-05-03 Richard Stallman <rms@gnu.org>
3259
3260 * simple.el (next-history-element, previous-history-element): Doc fix.
3261
3262 * isearch.el (isearch-update-ring): Doc fix.
3263
3264 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
3265
3266 * isearch.el (isearch-update-ring): Take history-delete-duplicates
3267 into consideration. Replace one arm ifs with whens.
3268
3269 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
3270
3271 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
3272 (menu): Fix typo.
3273
3274 2006-05-02 Miles Bader <miles@gnu.org>
3275
3276 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
3277
3278 2006-05-02 Jay Belanger <belanger@truman.edu>
3279
3280 * calc/calc-embed.el (calc-override-minor-modes-map)
3281 (calc-override-minor-modes): New variables.
3282 (calc-do-embedded): Make sure that Calc keystrokes aren't
3283 overwritten by minor modes.
3284
3285 2006-05-02 Chong Yidong <cyd@mit.edu>
3286
3287 * msb.el (msb): If EVENT is a down event, read and discard the up event.
3288
3289 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
3290
3291 * startup.el (command-line-1): Refer to Lisp manual when
3292 pure-space-overflow occurs.
3293
3294 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
3295 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
3296 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
3297 (version-control): Don't use `t' for safe-local-variable declarations.
3298
3299 2006-05-01 Richard Stallman <rms@gnu.org>
3300
3301 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
3302 M-r, M-R, M-A, M-SPC or M-DEL.
3303 (diff-mode-map): diff-refine-hunk now on C-c C-w
3304 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
3305
3306 * help-mode.el (help-mode): view-exit-action calls delete-window
3307 only when it is safe and possible.
3308
3309 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
3310 in messages.
3311
3312 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
3313
3314 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
3315 in the default tool-bar-map.
3316
3317 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
3318
3319 * net/tramp.el (tramp-completion-file-name-handler-alist)
3320 (tramp-run-real-handler, tramp-completion-run-real-handler)
3321 (tramp-completion-handle-file-name-all-completions)
3322 (tramp-completion-handle-file-name-completion): Autoload them.
3323 (tramp-completion-handle-file-exists-p)
3324 (tramp-completion-handle-file-name-directory)
3325 (tramp-completion-handle-file-name-nondirectory)
3326 (tramp-completion-handle-expand-file-name): Remove them.
3327 (tramp-handle-file-name-directory): Return the real directory name.
3328 Returning "/" only doesn't need to be necessary any longer.
3329 (tramp-file-name-handler): Make special attention when in hostname
3330 completion mode.
3331 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
3332 (tramp-register-file-name-handlers):
3333 Register `tramp-completion-file-name-handler' only when
3334 `partial-completion-mode' is enabled.
3335 (tramp-completion-handle-file-name-all-completions):
3336 Delete directory part from results.
3337 (tramp-get-completion-methods, tramp-get-completion-user-host):
3338 Discard deleting "/", it doesn't work after the change of
3339 `tramp-handle-file-name-directory' above.
3340
3341 2006-05-01 Kim F. Storm <storm@cua.dk>
3342
3343 * progmodes/grep.el (grep-expand-template): Use save-match-data
3344 and symbol-value.
3345
3346 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3347
3348 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
3349 Use select-frame-set-input-focus instead of raise-frame.
3350 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
3351
3352 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
3353
3354 * progmodes/gud.el (gud-def): Add %c case.
3355 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
3356 (gud-format-command): Make match case sensitive. Match on %F.
3357
3358 2006-04-30 Glenn Morris <rgm@gnu.org>
3359
3360 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
3361 (cal-tex-preamble): Use cal-tex-preamble-extra.
3362 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
3363 than alias `list-diary-entries'.
3364
3365 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
3366
3367 * help-fns.el (describe-variable): Add info about safe local variables.
3368
3369 2006-04-29 Richard Stallman <rms@gnu.org>
3370
3371 * bindings.el (mode-line-format): help-echo doc fixes.
3372
3373 * net/tramp.el (tramp-file-name-handler-alist): Delete
3374 expand-file-name and other operations that can cause spurious loading.
3375
3376 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3377
3378 * files.el (safe-local-variable-p): Remove support for the special
3379 value t.
3380
3381 * textmodes/paragraphs.el (sentence-end-without-space):
3382 Fix safety predicate.
3383 (sentence-end-double-space, sentence-end-without-period)
3384 (paragraph-ignore-fill-prefix):
3385 * textmodes/fill.el (colon-double-space):
3386 * abbrev.el (abbrev-mode): Tighten the safety predicate.
3387
3388 * subr.el (booleanp): New fun.
3389
3390 * textmodes/reftex-vars.el (reftex-guess-label-type):
3391 Tighten the safety predicate.
3392
3393 2006-04-28 Kim F. Storm <storm@cua.dk>
3394
3395 * progmodes/grep.el (defgroup grep): Doc fix.
3396 (grep-auto-highlight): Remove.
3397 (grep-template): New defcustom.
3398 (grep-find-template): Rename from grep-tree-template.
3399 (grep-files-aliases): Rename from grep-tree-files-aliases.
3400 Remove "all" alias, add "l" alias.
3401 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
3402 (grep-find-ignored-directories): New defcustom to replace
3403 grep-tree-ignore-CVS-directories, to facilitate ignoring
3404 subdirectories for multiple version control systems.
3405 (grep-mode-map): Add Recursive grep item to GREP menu.
3406 (grep-regexp-history, grep-files-history): New defvars.
3407 (grep-probe): New helper function.
3408 (grep-compute-defaults): Use it to simplify code.
3409 Adapt to name changes.
3410 Use `.' as base in grep-find-template rather than <D>.
3411 (grep): Remove superfluous highlight-regexp arg. Fix doc.
3412 Call grep-compute-defaults unconditionally.
3413 (grep-expand-keywords): New defconst.
3414 (grep-expand-template): Rename from grep-expand-command-macros.
3415 Simplify via grep-expand-keywords. Look at case-fold-search instead
3416 of grep-tree-ignore-case to add -i option.
3417 Bind case-fold-search to nil while matching keywords.
3418 (grep-tree-last-regexp, grep-tree-last-files): Remove.
3419 (grep-read-regexp, grep-read-files): New helper functions.
3420 (rgrep): Rename from grep-tree. Rework to use proper histories.
3421 Adapt to changes in defcustoms and functions above.
3422 (lgrep): New command, as grep, but using same interactive UI as rgrep.
3423
3424 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
3425
3426 * net/tramp.el (tramp-completion-file-name-handler):
3427 Disable Tramp's functionality while loading Tramp itself.
3428 (tramp-register-file-name-handlers): That's a defsubst now.
3429 Code from `tramp-repair-jka-compr' moved here. Apply it via
3430 `after-init-hook'.
3431 (tramp-repair-jka-compr): Remove.
3432
3433 2006-04-27 Jay Belanger <belanger@truman.edu>
3434
3435 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
3436 read expression when `math-read-big-expr' doesn't work.
3437
3438 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
3439
3440 * startup.el (command-line-1): Display warning when
3441 pure-space-overflow is non-nil.
3442
3443 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3444
3445 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
3446 risky.
3447
3448 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3449
3450 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
3451 Return the URL or nil if none can be generated.
3452
3453 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
3454
3455 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
3456 byte compiler warnings.
3457 (gud-basic-call, gud-find-expr): Let user select an expression
3458 for printing. Print expression as well as value in GUD buffer.
3459
3460 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
3461
3462 * allout.el: Remove local autoload declaration for
3463 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
3464 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
3465 (allout-plain-bullets-string, allout-distinctive-bullets-string)
3466 (allout-use-mode-specific-leader, allout-old-style-prefixes)
3467 (allout-stylish-prefixes, allout-numbered-bullet)
3468 (allout-file-xref-bullet, allout-presentation-padding)
3469 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
3470 safe-local-variable with suitable value spec, and add autoload
3471 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
3472 (move-beginning-of-line, move-end-of-line): Repair so these compat
3473 functions now actually resituate the point, when appropriate.
3474
3475 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3476
3477 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
3478
3479 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
3480 (add-log-iso8601-time-string): Fix call to format-time-string.
3481
3482 2006-04-26 Kim F. Storm <storm@cua.dk>
3483
3484 * subr.el (posn-string, posn-image, posn-object): Doc fix.
3485
3486 2006-04-26 Masatake YAMATO <jet@gyve.org>
3487
3488 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
3489 Add support for "//" style comments. Remove `b' flag
3490 from ?* in `asm-mode-syntax-table'.
3491
3492 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3493
3494 * follow.el: Use (featurep 'xemacs) everywhere.
3495 (follow-mode): Use define-minor-mode.
3496 (follow-mode-map): Move initialization into the declaration.
3497 Use command remapping.
3498 (follow-emacs-version-xemacs-p): Remove.
3499 (follow-submit-feedback): Remove.
3500
3501 * allout.el (allout-layout, allout-passphrase-verifier-string)
3502 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
3503
3504 * textmodes/reftex-vars.el (reftex-vref-is-default)
3505 (reftex-fref-is-default, reftex-guess-label-type):
3506 Tighten up a bit the safety predicate.
3507
3508 * textmodes/paragraphs.el (sentence-end-double-space)
3509 (sentence-end-without-period, sentence-end-without-space)
3510 (page-delimiter, paragraph-ignore-fill-prefix):
3511 Tighten up a bit the safety predicate.
3512
3513 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
3514
3515 * progmodes/python.el (python-continuation-line-p)
3516 (python-beginning-of-statement): syntax-ppss may return
3517 a negative depth.
3518 (python-mode): Don't forcefully enable font-lock.
3519
3520 * time-stamp.el (time-stamp-start, time-stamp-end)
3521 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
3522
3523 * add-log.el: Remove spurious * in docstrings.
3524 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
3525 (add-change-log-entry): Use it here, since it's not specific
3526 to iso8601.
3527 (add-log-iso8601-time-string): Don't use it here any more.
3528 (change-log-indent-text, change-log-indent): Rename from add-log-*.
3529
3530 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
3531
3532 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
3533
3534 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
3535 (rcirc-toggle-low-priority): Doc fix.
3536 (rcirc-handler-NOTICE): Remove beginning of line anchor in
3537 ChanServ regexp.
3538 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
3539 #emacs.
3540 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
3541 (rcirc-decode-coding-system): Use utf-8 as the default.
3542 (rcirc-multiline-minor-mode): Set the fill-column.
3543 (rcirc-format-response-string): Display bright and dim nicks.
3544 (rcirc-browse-url): Update interactive spec to fill ARG.
3545 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
3546 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
3547
3548 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
3549
3550 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
3551 case for @Article, etc.
3552
3553 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
3554
3555 * net/tramp.el (tramp-register-file-name-handlers): New defun.
3556 Added with autoload cookie.
3557 (tramp-unload-file-name-handlers): Rename from
3558 `tramp-unload-file-name-handler-alist'.
3559
3560 2006-04-23 Romain Francoise <romain@orebokech.com>
3561
3562 * comint.el (comint-match-partial-filename): Doc fix.
3563
3564 2006-04-21 Glenn Morris <rgm@gnu.org>
3565
3566 * calendar/cal-menu.el (calendar-mode-map): Refer to
3567 `diary-view-entries' rather than alias `view-diary-entries'.
3568 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
3569
3570 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
3571
3572 * progmodes/antlr-mode.el (antlr-default):
3573 * cus-edit.el (custom-documentation):
3574 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
3575 in defface.
3576
3577 2006-04-21 Kim F. Storm <storm@cua.dk>
3578
3579 * image.el (image-type): New defun split out of create-image.
3580 (create-image): Use it.
3581
3582 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
3583
3584 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
3585 (org-open-at-point): Remove the "...done" message to keep output
3586 in the echo area visible.
3587 (org-export-as-xoxo): Fix call to `indent-region'.
3588
3589 2006-04-21 Kevin Ryde <user42@zip.com.au>
3590
3591 * international/mule.el (keyboard-coding-system): defcustom
3592 info-link fixes: "Specify Coding" has been split, keyboard now in
3593 "Terminal Coding", and "Single-Byte Character Support" is now
3594 "Unibyte Mode".
3595
3596 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
3597
3598 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
3599 Use font-lock-warning-face for any errors e.g. no stack.
3600 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
3601
3602 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3603
3604 * progmodes/sh-script.el (sh-shell): Mark as safe.
3605
3606 * newcomment.el (comment-start, comment-start-skip)
3607 (comment-end-skip, comment-end): Mark as safe.
3608
3609 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
3610
3611 * textmodes/org.el (org-deadline-announce): Face removed.
3612 (org-level-faces, org-n-levels): Convert to constant.
3613 (org-compatible-face): New function.
3614 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
3615 (org-level-5, org-level-6, org-level-7, org-level-8)
3616 (org-special-keyword, org-warning, org-headline-done, org-link)
3617 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
3618 (org-scheduled-today, org-scheduled-previously, org-time-grid):
3619 Face definition revised for better color tty support.
3620 (org-bold-re, org-italic-re, org-underline-re): New constants.
3621 (org-set-font-lock-defaults): Use the new constants.
3622 (org-agenda-highlight-todo): New function.
3623 (org-agenda-todo): Fix bug with point at end of line.
3624 (org-agenda-change-all-lines, org-finalize-agenda-entries):
3625 Fontify TODO keywords.
3626 (org-insert-link): Preserve relative path in ../ links.
3627 (org-export-as-html): Convert links pointing to .org files into
3628 links that will work beteen the exported HTML files.
3629 (org-todo-list): Fix bug when arg=0.
3630 (org-insert-heading): More fine-tuning.
3631
3632 2006-04-19 Romain Francoise <romain@orebokech.com>
3633
3634 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
3635 from `rmail-mime-charset-pattern'.
3636
3637 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
3638
3639 * progmodes/python.el (python-mode): Fix typo.
3640
3641 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
3642
3643 * comint.el (comint-previous-input): Don't clobber input line
3644 when moving off either end of the input history ring.
3645 (comint-delete-input): New function, used by
3646 `comint-previous-input' and others.
3647 (comint-previous-matching-input):
3648 Use `coming-delete-input'. Save the partial input if leaving the
3649 edit line. Goto point-max before deleting input to avoid
3650 partial input fragments hanging around.
3651 (comint-restore-input): New function, used by `comint-previous-input'.
3652
3653 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
3654
3655 * imenu.el (imenu--index-alist): Balance parentheses.
3656
3657 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
3658
3659 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
3660
3661 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
3662
3663 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
3664 file is nil.
3665
3666 2006-04-18 Richard Stallman <rms@gnu.org>
3667
3668 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
3669
3670 * imenu.el (imenu-create-index-function, imenu--index-alist)
3671 (imenu--last-menubar-index-alist, imenu--make-index-alist)
3672 (imenu-default-create-index-function, imenu--generic-function):
3673 Doc fixes.
3674
3675 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
3676
3677 * help-mode.el (help-mode): Set view-exit-action to delete window.
3678
3679 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
3680 now works by passing nil as arg.
3681
3682 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
3683
3684 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
3685 (read-abbrev-file): Provide default when reading filename.
3686
3687 * files.el (enable-local-variables): Allow :all as value.
3688 (hack-local-variables): Implement that value.
3689 (safe-local-variable-values, safe-local-eval-forms)
3690 (enable-local-variables): Mark as risky.
3691 (find-file-visit-truename, kept-old-versions): Mark safe.
3692
3693 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
3694 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
3695 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
3696
3697 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3698
3699 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
3700 Use forward-line so as to get to BOL even in the presence of fields.
3701 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
3702 in return.
3703 (inferior-tcl): Tell tclsh to work in interactive mode.
3704
3705 * complete.el (partial-completion-mode):
3706 Use 'choose-completion-string-functions to make sure that
3707 choose-completion fills the minibuffer properly.
3708
3709 * complete.el (PC-old-read-file-name-internal): Remove.
3710 (PC-read-include-file-name-internal): Remove. Turn it into an advice
3711 of read-file-name-internal.
3712 (partial-completion-mode): Enable/disable this advice.
3713
3714 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
3715
3716 * net/tramp.el (tramp-completion-file-name-handler): Revert change
3717 of 2006-04-17.
3718
3719 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
3720
3721 * textmodes/org.el (org-insert-heading): Insert heading before
3722 current if at beginning of line.
3723 (org-todo, org-date): New faces.
3724 (org-table-align): Make sure tooltip window contains full text.
3725 (org-no-properties): New defsubst.
3726 (org-set-font-lock-defaults): Use new faces.
3727
3728 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
3729
3730 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
3731 for root variables.
3732
3733 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
3734 (gdb-frame-address): Re-use to identify frame for watch expression.
3735 (gdb-var-list, gdb-var-create-handler): Add frame address for root
3736 variables.
3737 (gdb-init-1, gdb-source, gdb-post-prompt)
3738 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
3739 (gdb-frame-handler): Get gdb-frame-address.
3740
3741 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
3742
3743 Sync with Tramp 2.0.53.
3744
3745 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
3746 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
3747 (tramp-completion-file-name-handler): Add autoload cookie for
3748 adding to `file-name-handler-alist'.
3749
3750 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
3751 the prompt. If it returns earlier (when detecting an error
3752 message), the rest of the output will merge accidently with the
3753 output of the next command. Reported by M Jared Finder
3754 <jared@hpalace.com>.
3755
3756 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3757 for `process-file', in order to let it work for older Emacsen too.
3758
3759 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
3760
3761 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
3762 (tex-font-lock-keywords-3): Use it.
3763
3764 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3765
3766 * newcomment.el (comment-add): New function.
3767 (comment-region-default, comment-dwim): Use it.
3768
3769 2006-04-15 Michael Olson <mwolson@gnu.org>
3770
3771 * emacs-lisp/tq.el: Improve comments.
3772 (tq-queue-head-question): New accessor function.
3773 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
3774 Update for modified queue structure.
3775 (tq-queue-add): Accept `question' argument.
3776 (tq-queue-pop): If a question is pending, send it.
3777 (tq-enqueue): Accept new optional argument `delay-question'.
3778 If this is non-nil, and at least one other question is pending a
3779 response, queue the question rather than sending it immediately.
3780
3781 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3782
3783 * calendar/appt.el (appt-add): Check whether an appointment is
3784 already present in appt-time-msg-list. Simplify code.
3785
3786 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3787
3788 * progmodes/cc-langs.el (c-mode-menu):
3789 Don't presume c-subword-mode is bound.
3790
3791 2006-04-13 Bill Wohler <wohler@newt.com>
3792
3793 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
3794 (customize-package-emacs-version): Use cdr instead of cadr now
3795 that alists use dotted pairs.
3796
3797 * custom.el (defcustom): Fix docstring for :package-version.
3798
3799 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
3800
3801 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
3802 (tramp-handle-shell-command): Display output buffer only when
3803 `tramp-display-shell-command-buffer' is true.
3804 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
3805
3806 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3807
3808 * textmodes/org.el (org-set-autofill-regexps): Set only the local
3809 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
3810
3811 2006-04-13 Romain Francoise <romain@orebokech.com>
3812
3813 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
3814 leaving temporary .cvsignore buffers behind.
3815
3816 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3817
3818 * textmodes/org.el (org-set-regexps-and-options)
3819 (org-get-current-options): Better names for the startup folding
3820 options.
3821
3822 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
3823
3824 * vc.el (vc-annotate): Arrange for point to end up at the same
3825 line number as in the original, but only when using a new buffer.
3826
3827 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
3828
3829 * files.el (hack-one-local-variable-eval-safep):
3830 Recognize `edebug-form-spec' for `put', but only if it passes
3831 `edebug-basic-spec'. Generalize `put' handling.
3832
3833 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
3834 vetting file-local form specs.
3835
3836 * allout.el (allout-layout): Autoload its `safe-local-variable'
3837 property.
3838
3839 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3840
3841 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
3842 (org-agenda-mouse-1-follows-link)
3843 (org-mouse-1-follows-link): New options.
3844 (org-format-agenda-item): Fix bug if TAGS is nil.
3845 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
3846
3847 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
3848
3849 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
3850 GDB 6.1+ gives full filename for "info sources" so use
3851 file-name-nondirectory.
3852
3853 2006-04-12 Romain Francoise <romain@orebokech.com>
3854
3855 * subr.el (read-passwd): Bind `message-log-max' to nil.
3856
3857 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3858
3859 * progmodes/perl-mode.el (perl-indent-new-calculate):
3860 Recompute parse-start after jumping backward by a whole sexp.
3861
3862 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3863
3864 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
3865 window configuration.
3866 (vc-annotate-display-select): Select the buffer so that current-buffer
3867 (and selected-window) is the output buffer at the end of vc-annotate.
3868
3869 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
3870
3871 * vc.el (vc-annotate-color-map): Add custom TTY color map for
3872 8-color terminals, to use all of the colors in a sensible order.
3873 256-color terminals work well with the standard map.
3874 (vc-annotate-lines): Only strip the first color character if it
3875 is "#", to allow for terminal-style named colors.
3876 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
3877 the correct buffer is scrolled.
3878
3879 2006-04-11 Richard Stallman <rms@gnu.org>
3880
3881 * emacs-lisp/bytecomp.el (byte-compile-file):
3882 Bind enable-local-variables to :safe, and make normal-mode obey it.
3883
3884 * files.el (enable-local-variables): Allow value :safe.
3885 (normal-mode): Doc fix.
3886 (hack-local-variables): Implement enable-local-variables = :safe.
3887 (hack-local-variables-confirm): Don't prevent quitting.
3888
3889 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3890
3891 * loadhist.el (unload-feature): A bit of sanity check of
3892 load-history entries. Cancel timer-vars before unbinding them.
3893
3894 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
3895 quote special chars, and make the trick work on the hex part of the
3896 buffer as well.
3897 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
3898 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
3899
3900 * startup.el (normal-splash-screen): Fix last change so we don't wait
3901 2 minutes if we don't show the splash screen.
3902
3903 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
3904
3905 * textmodes/org.el (org-export-plain-list-max-depth)
3906 (org-table-spaces-around-separators)
3907 (org-radio-targets, org-activate-camels)
3908 (org-table-spaces-around-invisible-separators): Options removed.
3909 (org-time-stamp-rounding-minutes, org-remember-templates)
3910 (org-ellipsis, org-activate-links, org-descriptive-links):
3911 New options.
3912 (org-remember-apply-template, org-current-time)
3913 (org-finish-edit-table-field)
3914 (org-link-unescape, org-link-escape)
3915 (org-string-width, org-table-clean-line, org-html-do-expand)
3916 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
3917 (org-read-agenda-file-list): New functions.
3918 (org-table-edit-field)
3919 (org-table-create-or-convert-from-region): New commands
3920 (org-table-toggle-vline-visibility): Command removed.
3921 (org-table-convert-region): Made a command.
3922 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
3923 Replace with the normal org- functions.
3924 (org-self-insert-command): Don't trigger realign unnecessarily
3925 when blanking a field that is not full.
3926 (org-mode): `Set buffer-invisibility-spec' for links.
3927 (org-activate-links2): Hide link part and only show descriptive
3928 part of the link.
3929 (org-insert-link): Modify for new linking system.
3930 (org-store-link): Store description separately, for use by
3931 `org-insert-link'.
3932 (org-table-align): Use `org-string-width'.
3933 (defgroup): Completely new group structure for custom variables.
3934 (org-agenda-files): Option: Single file name allowed. Function:
3935 Optional argument unrestrited means ignore any restricitons.
3936 (org-install-agenda-files-menu): Find a buffer in Org-mode before
3937 trying to modify the menu. Use generalized access to
3938 `org-agenda-files.'
3939 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
3940 (org-agenda-file-to-front, org-remove-file, org-diary)
3941 (org-tags-view, org-export-icalendar-all-agenda-files)
3942 (org-export-icalendar-combine-agenda-files): Use generalized
3943 access to `org-agenda-files'.
3944 (org-remember-handler): Correctly preserve heading if present.
3945 (org-table-insert-row, org-table-insert-hline): Deal with
3946 invisible characters.
3947
3948 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
3949
3950 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
3951 (vc-annotate-color-map): New 18 element constant
3952 value/saturation, rotating hue colormap, from red->blue.
3953 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
3954 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
3955 (vc-annotate): To avoid killing the required local variables,
3956 set them before the end of `with-output-to-temp-buffer', and
3957 after first switching to annotate-mode.
3958 (vc-annotate-warp-version): Add buffer argument in goto-line to
3959 ensure annotation, not source, is scrolled.
3960
3961 2006-04-10 Bill Wohler <wohler@newt.com>
3962
3963 * custom.el (defcustom, custom-handle-keyword):
3964 Add :package-version keyword.
3965 (custom-add-package-version): New function. Sets value of new
3966 property 'custom-package-version from :package-version keyword.
3967 (defcustom): Create Common Keywords section in docstring.
3968 (defface, defgroup): Replace definitions of a select few keywords
3969 with a reference to the Common Keywords in defcustom.
3970 (defcustom, defface, defgroup): Replace reference to Customization
3971 chapter in manual with hyperlink.
3972
3973 * cus-edit.el (customize-package-emacs-version-alist):
3974 New variable.
3975 (customize-changed-options): Add check for custom-package-version.
3976 (customize-package-emacs-version): New function to look up Emacs
3977 version corresponding to the given package version.
3978
3979 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
3980 defun name, in similar fashion to find-variable-regexp.
3981
3982 2006-04-10 Eli Zaretskii <eliz@gnu.org>
3983
3984 * international/mule-cmds.el (set-locale-environment): Fix last
3985 change for when the locale's preferences don't specify any encoding.
3986
3987 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3988
3989 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
3990 so the defined var/fun doesn't need to be quoted.
3991
3992 2006-04-10 Richard Stallman <rms@gnu.org>
3993
3994 * finder.el (finder-mode-map): Add n and p bindings.
3995
3996 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
3997
3998 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
3999 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
4000 (gdb-setup-windows): Put something in source window if we can't find
4001 the source file.
4002 (gdb-frame-handler): Make it work again with just assembly.
4003 (gdb-data-list-register-values-handler): Make it work when there is
4004 no stack.
4005
4006 2006-04-09 Richard Stallman <rms@gnu.org>
4007
4008 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
4009 specs while looking for charset.
4010
4011 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
4012
4013 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
4014 Make them faces.
4015 (lm-font-lock-keywords): Update appropriately.
4016
4017 2006-04-10 Kim F. Storm <storm@cua.dk>
4018
4019 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
4020 it can also replace buffer-substring-no-properties.
4021
4022 * emulation/cua-base.el (cua-delete-region, cua-paste)
4023 (cua-repeat-replace-region): Use filter-buffer-substring.
4024
4025 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4026 (cua-cut-region-to-global-mark): Likewise.
4027
4028 * emulation/cua-rect.el (cua--extract-rectangle)
4029 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
4030
4031 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4032
4033 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
4034 entry-type. Add field delimiters to numerical fields if they are
4035 not present.
4036
4037 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4038
4039 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
4040 string-const to return value.
4041 (bibtex-remove-delimiters): Use it.
4042
4043 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4044
4045 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
4046 cl-byte-compile-compiler-macro unless it exists.
4047
4048 2006-04-08 Eli Zaretskii <eliz@gnu.org>
4049
4050 * files.el (hack-local-variables-confirm) <offer-save>:
4051 Clarify message text. Suggested by Ralf Angeli.
4052
4053 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
4054
4055 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
4056 (delete-extract-rectangle-line): Use `filter-buffer-substring'
4057 instead of `buffer-substring' and `delete-region'. (Most of the
4058 code actually copied from `kill-region'.)
4059
4060 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
4061
4062 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
4063 (rcirc-default-port): Rename from rcirc-port.
4064 (rcirc-default-nick): Rename from rcirc-nick.
4065 (rcirc-default-user-name): Rename from rcirc-user-name.
4066 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
4067 (rcirc-low-priority-flag): New variable.
4068 (rcirc-decode-coding-system): New defcustom.
4069 (rcirc-encode-coding-system): New defcustom.
4070 (rcirc-coding-system-alist): New defcustom.
4071 (rcirc-multiline-major-mode): New defcustom.
4072 (rcirc-nick): New internal variable.
4073 (rcirc-process): Remove variable.
4074 (rcirc-server-buffer): New variable.
4075 (rcirc): Update to use rcirc-default-* variables above.
4076 (rcirc-connect): Do not add window-configuration-hook-here.
4077 (rcirc-server): New internal variable.
4078 (rcirc-connect): Do not send keepalive pings if
4079 rcirc-keepalive-seconds is nil.
4080 (with-rcirc-server-buffer): New macro.
4081 (rcirc-send-string): Encode with rcirc-encode-coding-system.
4082 (rcirc-server-name): Rename from rcirc-server.
4083 (rcirc-buffer-process): New function.
4084 (rcirc-buffer-nick): New function.
4085 (rcirc-buffer-target): Remove function.
4086 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
4087 New commands.
4088 (rcirc-mode-map): Change binding of C-c C-l to
4089 rcirc-toggle-low-priority.
4090 (rcirc-mode): Initialize coding system based on
4091 rcirc-coding-system-alist. New change-major-mode-hook to part the
4092 channel on a mode change. Make kill-buffer-hook buffer-local.
4093 (rcirc-change-major-mode-hook): New function.
4094 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
4095 (rcirc-last-post-time): New variable.
4096 (rcirc-process-message): Store the last time user posted a message
4097 to this target.
4098 (rcirc-multiline-minor-mode): New mode.
4099 (rcirc-multiline-minor-mode-map): New mode map.
4100 (rcirc-edit-multiline): Put multiline-edit buffer in
4101 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
4102 (rcirc-print): Ignore any line starting with an ignored nick.
4103 (rcirc-print): Decode using rcirc-decode-coding-system.
4104 (rcirc-track-minor-mode): Update global-mode-string when disabling
4105 this mode.
4106 (minor-mode-alist): Add LowPri indicator.
4107 (rcirc-toggle-low-priority): New function.
4108 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
4109 next lowpriority buffer with activity.
4110 (rcirc-record-activity): Sort buffers in rcirc-activity by the
4111 last time the user posted a message in to the target.
4112 (rcirc-update-activity-string): New formatting for low priority
4113 buffers.
4114 (rcirc-split-activity): New function.
4115 (rcirc-handler-PART, rcirc-handler-KICK)
4116 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
4117 (rcirc-nick-away-alist): New variable.
4118 (rcirc-handler-301): New handler. Away messages are printed once
4119 per change.
4120
4121 2006-04-08 Eli Zaretskii <eliz@gnu.org>
4122
4123 * info.el (Info-follow-nearest-node): Doc fix.
4124
4125 * international/mule-cmds.el (set-locale-environment): Make sure
4126 the coding-system preferred by the locale's language has the same
4127 EOL conversion type as the original buffer-file-coding-system.
4128 (locale-language-names): Add a few MS Windows language codes.
4129
4130 2006-04-07 Richard Stallman <rms@gnu.org>
4131
4132 * simple.el (eval-expression): Doc fix.
4133
4134 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
4135 (eval-defun): Doc fixes.
4136
4137 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4138
4139 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
4140
4141 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
4142
4143 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
4144 GDB list command without argument for greater generality.
4145
4146 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4147
4148 * subr.el (string-or-null-p): New function.
4149
4150 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
4151
4152 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
4153
4154 * files.el: Update comment about safe-local-variable declarations.
4155
4156 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
4157
4158 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
4159 See idlwave.org.
4160
4161 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
4162 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
4163
4164 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
4165 See idlwave.org.
4166
4167 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
4168 version 6.0 (minimal changes). See idlwave.org.
4169
4170 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
4171 6.0 (minimal changes). See idlwave.org.
4172
4173 * progmodes/idlw-rinfo.el: File obsoleted and removed.
4174
4175 2006-04-06 Romain Francoise <romain@orebokech.com>
4176
4177 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
4178 symmetric encryption features and a new asynchronous interface to
4179 GnuPG. This new version is version 1.4, plus whitespace changes.
4180
4181 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4182
4183 * files.el: Move some `safe-local-variable' declarations to the
4184 respective files.
4185
4186 * textmodes/ispell.el (ispell-check-comments)
4187 (ispell-local-dictionary): Mark as safe.
4188
4189 * abbrev.el (abbrev-mode): Mark as safe.
4190
4191 * add-log.el (change-log-default-name): Mark as safe.
4192
4193 * textmodes/reftex-vars.el (reftex-vref-is-default)
4194 (reftex-fref-is-default, reftex-level-indent)
4195 (reftex-guess-label-type): Mark as safe.
4196
4197 * textmodes/fill.el (colon-double-space): Mark as safe.
4198
4199 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
4200 (sentence-end-double-space, sentence-end-without-period)
4201 (sentence-end-without-space, sentence-end, sentence-end-base)
4202 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
4203
4204 2006-04-06 Kim F. Storm <storm@cua.dk>
4205
4206 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
4207 the :set-after list.
4208 (ido-downcase-unc-hosts): New user option. Default on.
4209 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
4210 when it is set, as regexps are now applied on the fly.
4211 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
4212 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
4213 on the fly, but only when ido-process-ignore-lists is set.
4214 Do case insensitive filtering if ido-downcase-unc-hosts is set.
4215 Only downcase names if ido-downcase-unc-hosts is set.
4216
4217 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
4218
4219 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
4220
4221 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
4222
4223 2006-04-05 Kim F. Storm <storm@cua.dk>
4224
4225 * ido.el (ido-mode): Set after ido-unc-hosts and
4226 ido-ignore-unc-host-regexps.
4227 (ido-save-history): Save ido-unc-hosts-cache.
4228 (ido-load-history): Load ido-unc-hosts-cache.
4229 (ido-reread-directory): Refresh unc hosts cache in // dir.
4230
4231 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
4232 to nil while displaying slash screen.
4233
4234 2006-04-05 Daiki Ueno <ueno@unixuser.org>
4235
4236 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
4237 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4238
4239 2006-04-05 Kenichi Handa <handa@m17n.org>
4240
4241 * international/characters.el: Setup cases of Latin, Greek, and
4242 Cyrillic characters in CJK charsets.
4243
4244 2006-03-29 Daiki Ueno <ueno@unixuser.org>
4245
4246 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4247 default-enable-multibyte-characters. This reverts the change from
4248 revision 6.17 which is no longer necessary because the passphrase
4249 is sent separately now. GnuPG messages are unreadable under
4250 multibyte locales with default-enable-multibyte-characters set to nil.
4251
4252 2006-04-04 Andreas Schwab <schwab@suse.de>
4253
4254 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
4255 and `byte-compile-warnings' as `safe-local-variable'.
4256
4257 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
4258
4259 * man.el (Man-mode-map): Restore the \r binding.
4260 (Man-abstract-xref-man-page): If Man-target-string is a function,
4261 call it.
4262 (Man-highlight-references): Use Man-default-man-entry to get the
4263 target. Deal with xrefs too.
4264 (Man-highlight-references0): Don't call the target function.
4265
4266 * woman.el (WoMan-xref-man-page): Strip the section number, woman
4267 cannot deal with it.
4268
4269 2006-04-04 Daiki Ueno <ueno@unixuser.org>
4270
4271 * pgg-gpg.el: Clean up process buffers every time gpg processes
4272 complete.
4273
4274 2006-04-04 Kenichi Handa <handa@m17n.org>
4275
4276 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
4277 here.
4278 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
4279 Temporarily bind inhibit-field-text-motion to t.
4280
4281 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4282
4283 * startup.el (normal-splash-screen): Only set mode-line-format in the
4284 splash buffer, so as not to interfere when debugging the code.
4285 Ignore errors when switching buffer.
4286
4287 2006-04-03 Romain Francoise <romain@orebokech.com>
4288
4289 * dired.el (dired-dnd-protocol-alist): Fix typo.
4290
4291 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
4292
4293 * savehist.el (savehist): Add :version.
4294 (savehist-ignored-variables): New variable.
4295 (savehist-minibuffer-hook): Don't save variables listed in
4296 `savehist-ignored-variables'.
4297
4298 * dired.el (dired-dnd-protocol-alist): Mention that change does
4299 only apply to new buffers in doc string.
4300
4301 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4302
4303 * recentf.el (recentf-open-files-item): Include newline in button
4304 field, so opening a file will work, when the point is at the end
4305 of the file name. Allow, for example, to [i]search a file by
4306 extension and just push RET to open it.
4307
4308 2006-04-03 Daiki Ueno <ueno@unixuser.org>
4309
4310 * pgg-gpg.el (pgg-gpg-process-filter)
4311 (pgg-gpg-wait-for-completion): Check if buffer is alive.
4312
4313 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
4314 lines, temporary fix.
4315
4316 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
4317
4318 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
4319
4320 2006-04-02 Richard Stallman <rms@gnu.org>
4321
4322 * progmodes/compile.el (compilation-message-face): Make it defcustom.
4323
4324 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
4325
4326 * ibuf-macs.el (define-ibuffer-column): Add a new key:
4327 header-mouse-map.
4328
4329 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
4330 (ibuffer-mode-header-map): New keymaps.
4331 (ibuffer-update-title-and-summary): Enable mouse face highlighting
4332 and keybindings for column headers.
4333 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
4334 property.
4335
4336 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
4337
4338 * speedbar.el (speedbar-after-create-hook): Doc fix.
4339
4340 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
4341
4342 * shell.el (shell-directory-tracker)
4343 (shell-dynamic-complete-command): Doc fixes.
4344
4345 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
4346
4347 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
4348 terminals.
4349
4350 2006-04-01 Kim F. Storm <storm@cua.dk>
4351
4352 * ido.el (ido-unc-hosts-cache): New defvar.
4353 (ido-unc-hosts): If value of defcustom is a function, call it to
4354 get list of UNC hosts. Add function-item choices to specify
4355 ido-unc-hosts-net-view or user function.
4356 (ido-ignore-unc-host-regexps): New defcustom.
4357 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
4358 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
4359 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
4360
4361 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4362
4363 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
4364 wwidth.
4365
4366 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
4367
4368 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
4369 (ido-max-work-file-list, ido-switch-buffer)
4370 (ido-read-file-name-as-directory-commands):
4371 Fix typos in docstrings.
4372
4373 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4374
4375 * term/mac-win.el (mac-system-coding-system): Define and use after
4376 Mac-specific coding systems are ready.
4377
4378 2006-03-27 Romain Francoise <romain@orebokech.com>
4379
4380 * net/rcirc.el (rcirc-connect): Add autoload cookie.
4381
4382 * ldefs-boot.el: Update.
4383
4384 2006-03-27 Daiki Ueno <ueno@unixuser.org>
4385
4386 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4387 passphrases when it is not needed.
4388 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4389 passphrase stuff from gpg, should only be necessary when you use
4390 gpg with a smartcard.
4391
4392 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
4393
4394 * comint.el (comint-dynamic-list-completions): Allow user to
4395 select *Completions* buffer.
4396
4397 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
4398
4399 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
4400
4401 2006-03-26 Andreas Schwab <schwab@suse.de>
4402
4403 * progmodes/gud.el (gdb): Only complain about multiple debugging
4404 when the gdb process is still running.
4405
4406 2006-03-25 Eli Zaretskii <eliz@gnu.org>
4407
4408 * mail/rmail.el (tool-bar-map): Defvar it.
4409 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
4410 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
4411
4412 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
4413
4414 * help.el (print-help-return-message): Suggest to use
4415 display-buffer instead of switch-to-buffer-other-window to restore
4416 the previous window without selecting it.
4417
4418 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4419
4420 * frame.el (select-frame-by-name): Call x-focus-frame also when
4421 window-system is mac.
4422
4423 * term/mac-win.el: Adjust Courier font specifications in
4424 x-fixed-font-alist.
4425 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
4426 when directly encoding to UTF-16 in native byte order, no BOM.
4427
4428 2006-03-25 Kim F. Storm <storm@cua.dk>
4429
4430 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
4431 (cua--init-keymaps): Use it instead of fixed C-return.
4432 (cua-mode): Set after it.
4433
4434 * emulation/cua-rect.el (cua--init-rectangles):
4435 Use cua-rectangle-mark-key instead of fixed C-return.
4436
4437 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
4438
4439 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
4440 "run" in .gdbinit.
4441 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
4442
4443 2006-03-24 Romain Francoise <romain@orebokech.com>
4444
4445 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
4446 `display-buffer-other-frame'.
4447
4448 2006-03-24 Kim F. Storm <storm@cua.dk>
4449
4450 * apropos.el (apropos-synonyms): Add selection => region.
4451
4452 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
4453
4454 * progmodes/gdb-ui.el (gdb-var-create-regexp)
4455 (gdb-var-list-children-regexp, gdb-var-update-regexp)
4456 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
4457 (gdb-data-list-register-values-regexp)
4458 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
4459 Future proof against new fields being added to MI output.
4460 (gdb-send): Don't treat backslashes for program input as
4461 continuations.
4462 (gdb-assembler-handler): Don't use window-start for this handler.
4463 (gdb-frame-handler): Don't change to hollow arrow if overlay
4464 arrow doesn't move to new frame.
4465
4466 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
4467
4468 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
4469 prevent compiler warnings.
4470 (gdb-stopped): Check for gud-last-last-frame (case: signal).
4471 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
4472 (gdb-assembler-custom): Use hollow-right-triangle for assembler
4473 buffer too.
4474
4475 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
4476
4477 * pgg-gpg.el (pgg-gpg-update-agent): Check for
4478 make-network-process, so we can use the same code in Gnus v5-10
4479 too and have this file fully synchronized with that release.
4480
4481 2006-03-23 Romain Francoise <romain@orebokech.com>
4482
4483 * ibuf-ext.el (ibuffer-read-filter-group-name):
4484 Use `ibuffer-generate-filter-groups' to make completion list match
4485 the filter groups that are really displayed in the Ibuffer buffer.
4486 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
4487
4488 2006-03-23 Kenichi Handa <handa@m17n.org>
4489
4490 * international/mule-cmds.el (sort-coding-systems): Describe that
4491 the argument is modified in docstring.
4492
4493 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
4494
4495 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4496 (pgg-gpg-update-agent): New function.
4497 (pgg-gpg-use-agent-p): New function.
4498 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
4499 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4500 (pgg-gpg-sign-region): Use it.
4501
4502 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
4503
4504 * cus-edit.el (custom-face-set): Call custom-push-theme before
4505 face-spec set so that `changed' theme is correctly saved.
4506 (custom-face-reset-standard): Reset to recalculated face rather
4507 than defface spec.
4508
4509 * custom.el (custom-push-theme): Only save `changed' theme if the
4510 current face does not match the defface specs.
4511
4512 2006-03-21 Simon Josefsson <jas@extundo.com>
4513
4514 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
4515 <wilde@sha-bang.de>.
4516 (pgg-gpg-use-agent): New variable.
4517 (pgg-gpg-process-region): Use it.
4518 (pgg-gpg-encrypt-region): Likewise.
4519 (pgg-gpg-encrypt-symmetric-region): Likewise.
4520 (pgg-gpg-decrypt-region): Likewise.
4521 (pgg-gpg-sign-region): Likewise.
4522 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4523
4524 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
4525
4526 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
4527 bracket links.
4528
4529 2006-03-21 Kim F. Storm <storm@cua.dk>
4530
4531 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
4532 fringe-indicator-alist instead of modifying global value.
4533 (gdb-frame-handler): Likewise.
4534
4535 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
4536
4537 * diff-mode.el (diff-function): Make it inherit from diff-header
4538 instead of diff-context.
4539
4540 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
4541 bitmap.
4542 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
4543 change names in macro above for consistency.
4544 (gdb-frame-handler): Use hollow-right-triangle for all selected
4545 frames which except the innermost (where execution has stopped).
4546 (gdb-reset): Reset buffer-local values of overlay-arrow.
4547
4548 2006-03-20 Richard Stallman <rms@gnu.org>
4549
4550 * simple.el (set-mark-command): Doc fix.
4551
4552 * files.el (display-buffer-other-frame): New command.
4553 (ctl-x-4-map): Bind C-x 5 C-o to it.
4554
4555 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4556
4557 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
4558 rather than just defer-time, in case defer-time has been changed but
4559 the timer isn't running yet.
4560 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
4561
4562 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4563
4564 * help-mode.el (help-follow-symbol): New function.
4565 Essentially identical to the old `help-follow', but do not let
4566 `push-button' do the work when on an xref.
4567 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
4568
4569 2006-03-19 Richard Stallman <rms@gnu.org>
4570
4571 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
4572 preceded by the word `program'.
4573 (help-follow-mouse, help-follow): Throw error if not on xref.
4574 Delete no longer used args.
4575
4576 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
4577
4578 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
4579 annotation ensure gud-overlay-arrow-position is redisplayed.
4580
4581 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4582
4583 * textmodes/bibtex.el (bibtex-include-OPTkey)
4584 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
4585 (bibtex-autokey-name-case-convert)
4586 (bibtex-autokey-titleword-case-convert): Make these the aliases
4587 for the following two variables.
4588 (bibtex-autokey-name-case-convert-function)
4589 (bibtex-autokey-titleword-case-convert-function): Make these the
4590 real names.
4591 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
4592 bibtex-font-lock-crossref sublists.
4593 (bibtex-mode): Revert 2005-12-30 change (which made
4594 completion-ignore-case buffer-local).
4595 (bibtex-url): Simplify.
4596
4597 2006-03-19 Kim F. Storm <storm@cua.dk>
4598
4599 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
4600 cursor property value to 2 (to align with C level change).
4601
4602 2006-03-19 Bill Wohler <wohler@newt.com>
4603
4604 * image.el (image-load-path-for-library): Shorten first line in
4605 docstring.
4606
4607 2006-03-18 Richard Stallman <rms@gnu.org>
4608
4609 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
4610
4611 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
4612
4613 * isearch.el (isearch-other-meta-char): Handle user bindings for
4614 shifted control characters.
4615
4616 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
4617
4618 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
4619 part that matches email addresses, file names, etc.
4620
4621 2006-03-18 Eli Zaretskii <eliz@gnu.org>
4622
4623 * term/w32-win.el (mouse-set-font):
4624 Mention w32-list-proportional-fonts in the doc string.
4625
4626 2006-03-18 Kim F. Storm <storm@cua.dk>
4627
4628 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
4629 (ido-unc-hosts): New user option to explicitly define list of know
4630 UNC-style hosts for completion.
4631 (ido-cache-unc-host-shares-time): New user option.
4632 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
4633 New helper functions for UNC file-name support.
4634 (ido-may-cache-directory): Check for UNC host. Simplify.
4635 (ido-wash-history): Clean out old UNC hosts.
4636 (ido-nonreadable-directory-p): UNC hosts are always readable.
4637 (ido-directory-too-big-p): UNC hosts are never too big.
4638 (ido-set-current-directory): Handle UNC root path.
4639 (ido-file-name-all-completions): Complete UNC host names from
4640 ido-unc-hosts list. Cache UNC host shares.
4641 (ido-make-file-list-1): Don't filter UNC root.
4642 (ido-exhibit): Check for // in root directory, and switch to UNC
4643 mode by setting ido-current-directory to //.
4644
4645 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
4646
4647 * cus-edit.el (customize-changed-options): Mention explicit
4648 version number as default in prompt.
4649
4650 2006-03-17 Bill Wohler <wohler@newt.com>
4651
4652 * image.el (image-load-path-for-library): Minor docstring fix.
4653
4654 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
4655
4656 * textmodes/org.el (org-read-date): Include subgroup 5 into
4657 replacement text.
4658 (org-popup-calendar-for-date-prompt): Fix customization type.
4659
4660 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
4661
4662 * progmodes/gdb-ui.el (gud-watch): Provide completion.
4663 (gdb-continuation): New variable.
4664 (gdb-send): Deal with continuation lines.
4665
4666 * progmodes/gud.el (gud-gdb-complete-command)
4667 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
4668 expressions.
4669 (gud-tooltip-mode): Use buffer-local value.
4670
4671 2006-03-16 Kim F. Storm <storm@cua.dk>
4672
4673 * ido.el (ido-edit-input): Use selected match, if any.
4674
4675 2006-03-16 Bill Wohler <wohler@newt.com>
4676
4677 * image.el (image-load-path-for-library): Prefer user's images in
4678 image-load-path.
4679
4680 2006-03-16 Martin Rudalics <rudalics@gmx.at>
4681
4682 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
4683 when checking for attempt to drag leftmost or rightmost scrollbar.
4684
4685 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
4686
4687 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
4688 (gdb-force-mode-line-update): New function.
4689 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
4690 (gdb-exited): Use them.
4691 (gdb-signal): New function.
4692 (gdb-annotation-rules): Provide a rule for it.
4693
4694 2006-03-16 Kenichi Handa <handa@m17n.org>
4695
4696 * international/mule.el (auto-coding-regexp-alist): Add entries
4697 for Unicode BOM.
4698
4699 * sort.el (sort-build-lists): Temporarily bind
4700 inhibit-field-text-motion to t.
4701
4702 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
4703
4704 * locate.el (locate-command, locate-make-command-line)
4705 (locate-fcodes-file, locate-update-command)
4706 (locate-prompt-for-command, locate, locate-with-filter)
4707 (locate-get-file-positions): Doc fixes.
4708 (locate-buffer-name, locate-header-face): Remove leading `*' in
4709 defcustom.
4710 (locate-filter-output): Use `keep-lines' instead of its alias
4711 `delete-non-matching-lines'.
4712 (locate-get-filename, locate-get-dirname): Add introductory comment.
4713 (locate-find-directory-other-window): Give appropriate error
4714 message if used outside main listing.
4715
4716 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4717
4718 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
4719 the new extend-region feature.
4720 (font-lock-after-change-function): Update correspondingly.
4721 * jit-lock.el (jit-lock-after-change): Update correspondingly.
4722 * progmodes/grep.el (font-lock-lines-before): Don't disable.
4723
4724 2006-03-15 Bill Wohler <wohler@newt.com>
4725
4726 * image.el (image-load-path-for-library): Fix example by not
4727 recommending that one binds image-load-path. Just defvar it to
4728 placate compiler and only use it if previously defined.
4729
4730 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
4731
4732 * textmodes/org.el (org-insert-centered): Use `string-width' to
4733 make underlining work for wide characters.
4734 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
4735 TAB to `org-cycle', to make sure that no binding in
4736 `outline-mode-map' can supercede it.
4737
4738 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
4739
4740 * allout.el: Increment version to 2.2.1 in file commentary.
4741
4742 (allout-version): Increment to 2.2.1.
4743
4744 (allout-default-layout): New customization variable, used when the
4745 file lacks a specific allout-layout. Uses allout-layout-type for
4746 recursively nested definition.
4747
4748 (allout-layout-type): Widget defining allout layouts, necessary for
4749 self-recursive definition.
4750
4751 (allout-mode): Incorporate allout-default-layout as fallback for
4752 allout-layout.
4753
4754 (allout-layout): Mark as 'safe-local-variable', and refer mention
4755 fallback to `allout-default-layout' in absence of a specified value.
4756 (allout-passphrase-verifier-string)
4757 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
4758
4759 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
4760
4761 (allout-get-encryption-passphrase-verifier): Use correct name of
4762 passphrase verifier in docstring.
4763
4764 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
4765
4766 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
4767 elements.
4768 (gdb-find-watch-expression): Make it work for arrays too.
4769 Follow change to gdb-var-list.
4770 (gud-watch): Allow the user to enter variable name with a prexix
4771 arg. Create keybindings.
4772 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4773 (gdb-var-list-children-handler, gdb-var-update-handler)
4774 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
4775 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
4776 Follow change to gdb-var-list.
4777 (gdb-starting): Don't show the overlay arrows when program is running.
4778
4779 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
4780 gdb-var-list.
4781
4782 2006-03-14 Bill Wohler <wohler@newt.com>
4783
4784 * image.el (image-load-path-for-library): Pass value of path
4785 rather than symbol. Always return list of directories.
4786 Guarantee that image directory comes first.
4787
4788 2006-03-14 Alan Mackenzie <acm@muc.de>
4789
4790 * font-core.el (font-lock-extend-region\(-function\)?.):
4791 New function/variable.
4792
4793 * font-lock.el (font-lock-after-change-function):
4794 Call font-lock-extend-region. Obey font-lock-lines-before.
4795 (font-lock-default-fontify-region): Remove reference to
4796 font-lock-lines-before.
4797
4798 * jit-lock.el (jit-lock-after-change):
4799 Call font-lock-extend-region. Obey font-lock-lines-before.
4800
4801 2006-03-14 David Ponce <david@dponce.com>
4802
4803 * tree-widget.el (tree-widget-themes-load-path)
4804 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4805
4806 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
4807
4808 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
4809 (rcirc-print): Mark the start of text at the end of the prompt.
4810 (rcirc-track-minor-mode): Add autoload cookie.
4811 (rcirc-update-activity-string): Add space to front of mode-line
4812 indicator.
4813
4814 2006-03-13 Miles Bader <miles@gnu.org>
4815
4816 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
4817 (rcirc-abbrev-nick): Remove function.
4818 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
4819
4820 2006-03-13 David Ponce <david@dponce.com>
4821
4822 * tree-widget.el: Handle themes across all occurrences of the main
4823 themes sub-directory found in tree-widget-themes-load-path.
4824 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4825 (tree-widget--locate-sub-directory): Return all occurrences.
4826 (tree-widget-themes-path): New function.
4827 Replace tree-widget-themes-directory, and return a list of directories.
4828 (tree-widget-set-parent-theme)
4829 (tree-widget-lookup-image): Use it.
4830
4831 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
4832
4833 * textmodes/org.el (org-link-search): Avoid self-matching of
4834 links, allow target text to be distributed over several lines.
4835 (org-search-not-link): New function.
4836 (org-set-regexps-and-options, org-get-current-options):
4837 New startup options.
4838 (org-export-as-html): Take odd-level setting from local variable.
4839 (org-fontify-emphasized-text): New option.
4840 (org-set-font-lock-defaults): Include emphasized text.
4841 (org-follow-mhe-link): Allow folder-only links, fix folder name.
4842 (org-font-lock): Customize group renamed from `org-faces'.
4843
4844 2006-03-13 John Paul Wallington <jpw@pobox.com>
4845
4846 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
4847 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
4848
4849 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
4850
4851 * cus-start.el (all): Delete :version keyword for members of the
4852 fringe group, since the entire group is new in 22.1.
4853
4854 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
4855
4856 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
4857 map if value is hexadecimal (an address).
4858 (gud-watch): Only search roots for existing watch expressions.
4859 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
4860 prevent caching problems with speedbar-update-directory-contents.
4861
4862 2006-03-12 Juri Linkov <juri@jurta.org>
4863
4864 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
4865 before comparing with `low' and `warn'.
4866
4867 * info.el (Info-dir-remove-duplicates): Move point to the
4868 beginning of the current line after deleting the entries from
4869 redundant heading. Use marker for `limit' and compare it with
4870 point before calling `re-search-forward'.
4871
4872 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4873
4874 * simple.el (yank): Fix typo in docstring.
4875
4876 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
4877
4878 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
4879 messages, where "D" is the 6th character.
4880
4881 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4882
4883 * simple.el (yank): Fix last change.
4884
4885 2006-03-11 David Ponce <david@dponce.com>
4886
4887 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
4888 merging elements from the standard ispell-dictionary-alist.
4889 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
4890 alist, and return the new alist.
4891
4892 2006-03-11 Richard Stallman <rms@gnu.org>
4893
4894 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
4895
4896 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
4897 the way it is implemented is too unclean.
4898
4899 * simple.el (kill-region, yank): Doc fix.
4900
4901 * battery.el (battery-echo-area-format): Doc fix.
4902 (battery-mode-line-format): Likewise.
4903 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
4904 (battery-linux-proc-acpi): Ignore batteries that say "charged".
4905
4906 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
4907
4908 * progmodes/octave-mod.el (octave-indent-for-comment):
4909 Behave according to do string.
4910
4911 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
4912
4913 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
4914 Be visible only if major mode is Mail Mode.
4915
4916 * textmodes/flyspell.el (flyspell-external-point-words)
4917 (flyspell-process-localwords): Fix last changes.
4918
4919 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4920
4921 * calendar/holidays.el (list-holidays): Doc fix.
4922
4923 * international/mule.el (auto-coding-alist): Add .odt
4924 (OpenOffice's open document) files.
4925
4926 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
4927 document) files. Mention in the doc string the need to sync with
4928 auto-coding-alist.
4929
4930 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
4931
4932 * files.el (hack-local-variables-confirm): Don't prompt for ! if
4933 enable-local-variables is set to always query, or there is no
4934 savable variable.
4935
4936 2006-03-10 Bill Wohler <wohler@newt.com>
4937
4938 * image.el (image-load-path-for-library): Merge at least three
4939 functions from Gnus and MH-E into this one function that can now
4940 be shared.
4941
4942 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
4943
4944 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
4945 gdb-remove-mouse-face and remove help-echo too.
4946 (gdb-enqueue-input): Correct conditional clause.
4947
4948 2006-03-10 Glenn Morris <rgm@gnu.org>
4949
4950 * calendar/calendar.el (calendar-holidays): Doc fix.
4951 * calendar/holidays.el (list-holidays): Doc fix.
4952
4953 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
4954
4955 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
4956 it gets called in gdb-prompt anyway.
4957 (gdb-use-separate-io-buffer): Only restore window arrangement for
4958 gdb-many-windows.
4959 (gdb-enqueue-input): Make it harder to send GDB input when program
4960 is running.
4961 (gdb-buffer-list): New variable.
4962 (gdb-remove-mouse-face): New function.
4963 (gdb-starting): Use it when GDB input won't get sent.
4964
4965 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
4966
4967 * help.el (view-lossage): Remove trailing whitespace before
4968 inserting "\n".
4969
4970 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
4971
4972 * files.el (hack-local-variables-confirm):
4973 Set coding-system-for-read to nil before writing to .emacs.
4974
4975 * arc-mode.el (archive-extract): Check if an existing buffer name
4976 comes from a different archive.
4977
4978 * help.el (describe-key-briefly): If KEY is a down event, read and
4979 discard the up event.
4980
4981 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
4982
4983 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
4984 be edited and use font-lock-warning-face for any changes.
4985
4986 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
4987 (gdb-edit-value): Use it to report any errors.
4988
4989 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
4990
4991 * help.el (describe-key): Remove leftover test code.
4992
4993 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
4994
4995 * textmodes/org.el: Move defvars out of eval-when-compile.
4996 Use buffer-file-name variable.
4997 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
4998 arg `file'.
4999 (org-level-faces): Remove startup dependency.
5000 (org-cycle, org-map-tree, org-scan-tags)
5001 (org-remember-handler): Don't call `outline-level' directly.
5002 (org-mhe-search-all-folders): New option.
5003 (org-mhe-get-message-folder-from-index)
5004 (org-mhe-get-message-folder): Fix indexing search.
5005 (org-format-agenda-item): Handle nil TAGS argument.
5006 (org-cleaned-string-for-export, org-activate-target-links)
5007 (org-make-target-link-regexp): Deal with empty radio target list.
5008 (org-tag): New face.
5009 (org-get-level-face): New function.
5010 (org-set-font-lock-defaults): Simplify setup for headlines.
5011 (org-complete): Pass common substring to `display-completion-list'.
5012
5013 2006-03-06 David Ponce <david@dponce.com>
5014
5015 * tree-widget.el: Update Commentary header.
5016 (tree-widget-theme-name): Ignore parent themes.
5017 (tree-widget-set-parent-theme): New function.
5018 (tree-widget-set-theme): Use it.
5019 (tree-widget-set-image-properties): Move definition. Does nothing
5020 if image properties have already been set.
5021 (tree-widget-image-properties): Move definition. Receive an image
5022 name. Set the :pointer property.
5023 (tree-widget-lookup-image): Doc fix. Search in parent themes.
5024 Don't set the :pointer image property.
5025 (tree-widget-convert-widget): New function. Handle :dynargs
5026 compatibility here.
5027 (tree-widget): Use it to :convert-widget. Add the :expander-p
5028 predicate to control when the :expander function is entered.
5029 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
5030 (tree-widget-value-create): Handle :expander-p. widget-apply
5031 :expander.
5032 (tree-widget-expander-p): New function. Default value of the
5033 :expander-p property.
5034
5035 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
5036
5037 * help.el (describe-key): Properly handle the return value of
5038 read-key-sequence when grabbing an up-event. Cleanup mouse-1
5039 remaps. Handle string and vector `follow-link' values.
5040
5041 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
5042
5043 * complete.el (PC-expand-many-files): Try be more careful when parsing
5044 the shell's output.
5045
5046 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5047
5048 * outline.el (hide-sublevels): Provide better interactive default.
5049
5050 2006-03-06 Kenichi Handa <handa@m17n.org>
5051
5052 * international/fontset.el (create-fontset-from-fontset-spec):
5053 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
5054
5055 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
5056
5057 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
5058 backslashes instead of one in regexp.
5059 (gud-tooltip-dereference): Add missing optional argument.
5060
5061 2006-03-04 John Paul Wallington <jpw@pobox.com>
5062
5063 * wdired.el (toplevel): Require `cl' at compile-time.
5064
5065 2006-03-04 Andreas Schwab <schwab@suse.de>
5066
5067 * server.el (server-process-filter): Handle errors during
5068 evaluation of the argument.
5069
5070 2006-03-03 John Paul Wallington <jpw@pobox.com>
5071
5072 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
5073 escape parentheses at beginning of line.
5074 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
5075 (t-mouse-mode): Remove period from end of error message.
5076
5077 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
5078
5079 * textmodes/flyspell.el (flyspell-process-localwords):
5080 Be case-sensitive.
5081
5082 2006-03-03 Martin Rudalics <rudalics@gmx.at>
5083
5084 * cus-edit.el (custom-quote): Remove function, since it has been
5085 moved to custom.el.
5086
5087 * font-lock.el (lisp-font-lock-keywords-2)
5088 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
5089 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
5090 they have no special meaning.
5091
5092 * midnight.el (clean-buffer-list): Handle case where base-buffer of
5093 indirect buffer gets killed before indirect buffer. Use dolist.
5094
5095 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
5096
5097 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
5098 value instead of a literal constant (1) on more pauses.
5099
5100 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
5101
5102 * textmodes/flyspell.el (flyspell-external-point-words):
5103 Be case-sensitive.
5104
5105 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
5106
5107 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
5108 with "www".
5109
5110 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
5111
5112 * allout.el: Restablish intermediate missing comment header to
5113 preserve outline structure.
5114 (allout-beginning-of-current-entry): Skip invisible text.
5115 (allout-open-topic): Fix opening a topic at end-of-buffer.
5116 (allout-minor-mode): Move nearer to allout-mode function.
5117
5118 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
5119
5120 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
5121
5122 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
5123
5124 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
5125 is nil.
5126
5127 * progmodes/gud.el (gud-speedbar-menu-items):
5128 Use buffer-local-value and add missing :visible keyword.
5129
5130 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
5131
5132 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
5133
5134 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
5135 must be `follow-link'.
5136
5137 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
5138
5139 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
5140 formatting: No nested anchors.
5141 (org-all-targets): Fix bug with XEmacs compatibility.
5142 (org-read-date): Add (require 'parse-time).
5143 (org-set-tags): Fix bug with extra inserted space.
5144 (org-export-html-style): Define a style class for targets.
5145 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
5146 (org-hide-leading-stars): New option.
5147 (org-hide): New face.
5148 (org-set-font-lock-defaults): Allow to hide leading stars.
5149 (org-get-legal-level, org-tr-level): New functions.
5150 (org-odd-levels-only): New option.
5151 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
5152 (org-demote, org-promote): Deal with double-star levels.
5153 (org-convert-to-odd-levels): New command.
5154
5155 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
5156
5157 * speedbar.el (speedbar-update-localized-contents): Try to
5158 preserve window-start.
5159 (speedbar-update-directory-contents): Try to preserve window-start
5160 and window-point.
5161 (speedbar-update-special-contents): Don't move back to start of window.
5162
5163 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
5164 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
5165 speedbar-timer-fn.
5166 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
5167 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
5168 instead of gdb-speedbar-timer-fn.
5169
5170 2006-02-28 Jay Belanger <belanger@truman.edu>
5171
5172 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
5173 (math-compose-expr): Use latex option when calling
5174 `math-compose-tex-matrix' for latex mode.
5175
5176 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
5177
5178 * speedbar.el: Re-instate comments about developing for speedbar
5179 [this is what info and gdb-ui use even if better methods exist now].
5180
5181 * t-mouse.el: New file.
5182 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
5183 (t-mouse-lispy-buffer-posn-from-coords): Remove.
5184 (t-mouse-make-event-element): Use posn-at-x-y instead.
5185 (t-mouse-make-event): Deal with Fedora Core 3.
5186 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
5187 (t-mouse-mouse-position-function): New function. Use it instead
5188 of advising mouse-position.
5189 (t-mouse-mode): New minor mode.
5190 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
5191
5192 2006-02-27 Glenn Morris <rgm@gnu.org>
5193
5194 * calendar/calendar.el (calendar-holidays): Doc fix.
5195
5196 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
5197
5198 * progmodes/gdb-ui.el (gdb-source-window): New variable.
5199 Re-introduce the concept of a source window.
5200 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
5201 consistency with get-buffer-create.
5202 (def-gdb-auto-update-handler, gdb-info-locals-handler)
5203 (gdb-data-list-register-values-handler)
5204 (gdb-stack-list-locals-handler): Try to preserve window-start as
5205 well as window-point.
5206 (gdb-display-source-buffer): New function (old concept).
5207 (gdb-goto-breakpoint): Use it.
5208
5209 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
5210 for gdb-ui/gdb-mi (old concept).
5211
5212 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
5213
5214 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
5215 binding.
5216
5217 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
5218
5219 * textmodes/reftex-sel.el (reftex-select-label-map)
5220 (reftex-select-bib-map): Add `follow-mouse' binding.
5221
5222 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
5223
5224 * jka-cmpr-hook.el (jka-compr-compression-info-list)
5225 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
5226 Give :set functions to provide automatic updating.
5227 Update docstring. Give compiler defvars early in the file
5228 and move the defcustoms to a later spot where all called functions
5229 are defined.
5230 (jka-compr-file-name-handler-entry): Doc fix.
5231 (jka-compr-compression-info-list--internal)
5232 (jka-compr-mode-alist-additions--internal)
5233 (jka-compr-load-suffixes--internal): New variables.
5234 (jka-compr-install): Set the three above variables.
5235 Update `load-file-rep-suffixes' instead of `load-suffixes'.
5236 (jka-compr-update, jka-compr-set): New functions.
5237 (auto-compression-mode): Doc fix.
5238
5239 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
5240 Update `load-file-rep-suffixes' instead of `load-suffixes'.
5241 Use jka-compr-compression-info-list--internal,
5242 jka-compr-mode-alist-additions--internal and
5243 jka-compr-load-suffixes--internal.
5244
5245 * files.el (load-library):
5246 * loadhist.el (file-loadhist-lookup):
5247 * startup.el (command-line):
5248 * subr.el (locate-library):
5249 * emacs-lisp/autoload.el (update-directory-autoloads):
5250 * emacs-lisp/find-func.el (find-library-suffixes):
5251 Use `get-load-suffixes' instead of `load-suffixes'.
5252
5253 * subr.el (locate-library):
5254 * emacs-lisp/find-func.el (find-library-name):
5255 Use `load-file-rep-suffixes' instead of '("").
5256
5257 2006-02-26 Kim F. Storm <storm@cua.dk>
5258
5259 * ido.el (ido-save-history, ido-load-history): Simplify.
5260 Don't use find-file-noselect to avoid interference from other modes.
5261
5262 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
5263
5264 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
5265 to use the default shell if filename is not available.
5266 Reported by Giorgos Keramidas.
5267
5268 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
5269
5270 * progmodes/etags.el (tags-completion-table): Do completion from
5271 all the tables in the current list, as documented in the manual.
5272
5273 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5274
5275 * CC Mode Update to 5.31.3.
5276
5277 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5278
5279 * progmodes/cc-mode.el (c-postprocess-file-styles):
5280 Bind inhibit-read-only to t, around the call to
5281 c-remove-any-local-eval-or-mode-variables, so that it works on a
5282 RO file.
5283
5284 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5285
5286 * progmodes/cc-awk.el: Correct a typo.
5287
5288 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5289
5290 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
5291 c-hungry-delete-backwards, at the request of RMS. Leave the old
5292 name as an alias.
5293
5294 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5295
5296 * progmodes/cc-mode.el: Correct a typo.
5297
5298 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5299
5300 * progmodes/cc-defs.el: Update the version number to 5.31.3.
5301
5302 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5303
5304 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
5305 brace-else-brace (error due to mbeg, mend being undefined).
5306
5307 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5308
5309 * progmodes/cc-mode.el: File Local variables: Solve the problem
5310 where both `mode' and c-file-offsets are specified: `mode' will
5311 overwrite c-f-o's settings:
5312 (c-remove-any-local-eval-or-mode-variables): New function.
5313 (c-postprocess-file-styles): Call the above new function, within
5314 c-tentative-buffer-change, to splat `mode' and `eval' before the
5315 second hack-local-variables.
5316
5317 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5318
5319 * progmodes/cc-mode.el:
5320 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
5321 (c-after-change): Protect the match data with save-match-data.
5322 It was getting corrupted by c-after-change-check-<>-operators.
5323
5324 * cc-defs.el: [Supersedes patch V1.38]:
5325 (top level): Check for a buggy font-lock-compile-keywords ONLY in
5326 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
5327
5328 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
5329 with save-match-data. It was being corrupted when Font Lock was
5330 not enabled.
5331
5332 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5333
5334 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
5335 Mode and Subword Mode.
5336
5337 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
5338 real labels ("case 1:" or "foo:") from non-labels ("public:").
5339 (c-forward-objc-directive): Replace c-forward-token-2 with crude
5340 coding; c-f-t-2 doesn't move over a token at EOB.
5341
5342 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
5343
5344 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
5345 (c-update-modeline): Concatenate the minor mode indicators
5346 directly onto mode-name, removing c-submode-indicators.
5347 Sometimes, c-s-i got separated from the mode name on the mode line.
5348
5349 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
5350 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
5351
5352 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5353
5354 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
5355 error message when there's an evaluation error to show whether
5356 it's loaded from source or not.
5357 (c-filter-ops): Make it available at runtime too to work when
5358 `c-make-init-lang-vars-fun' needs to evaluate from source.
5359
5360 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
5361
5362 * help.el (help): Revert last part of 2006-02-23 change (deletion
5363 of the `provide' call).
5364
5365 2006-02-23 Juri Linkov <juri@jurta.org>
5366
5367 * compare-w.el (compare-windows-highlight): Add new value
5368 `persistent' and change :type from `boolean' to `choice'.
5369 (compare-windows-overlays1, compare-windows-overlays2):
5370 New internal variables.
5371 (compare-windows-highlight): If compare-windows-highlight is
5372 `persistent', add current overlays to compare-windows-overlays[12]
5373 instead of adding compare-windows-dehighlight to pre-command-hook.
5374 (compare-windows-dehighlight): Delete all overlays from
5375 compare-windows-overlays[12].
5376
5377 * info.el (Info-search): Don't bind search-spaces-regexp to
5378 Info-search-whitespace-regexp in non-regexp isearch mode.
5379
5380 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5381
5382 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
5383
5384 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
5385
5386 * textmodes/org.el (org-xemacs-p)
5387 (org-export-html-show-new-buffer, org-table-may-need-update)
5388 (org-insert-item, org-mhe-get-message-real-folder)
5389 (org-mhe-get-message-folder-from-index)
5390 (org-mhe-get-message-folder, org-mhe-get-message-num)
5391 (org-mhe-get-header, org-make-org-heading-search-string)
5392 (org-make-org-heading-camel, org-table-sort-lines)
5393 (org-format-org-table-html, org-format-table-table-html):
5394 Fix typos in docstrings.
5395
5396 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
5397
5398 * textmodes/org.el (org-cleaned-string-for-export)
5399 (org-solidify-link-text): New function.
5400 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
5401 XEmacs, just to silence the compiler.
5402 (org-export-as-ascii, org-export-as-html-and-open):
5403 Use `org-cleaned-string-for-export' and create internal links.
5404 (org-follow-mhe-link): Require mh-e, use folder.
5405
5406 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
5407
5408 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
5409
5410 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
5411 gdb-debug-log-length.
5412 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
5413 it a real ring but...
5414 (gud-gdba-marker-filter): ...make it work like mark-ring.
5415 (gdb-enable-debug): Rename from gdb-enable-debug-log.
5416 (gdb-mouse-jump): New function. Add bindings.
5417
5418 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
5419
5420 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
5421 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
5422 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
5423 (gdb-debug-log-length): Customize it's length.
5424 (gud-watch, gdb-var-create-handler): Display function::var format
5425 but don't use to create variable object.
5426 (gdb-var-create-handler): Use message-box in place of message.
5427 (gdb-stopped): Call gdb-exited if signalled.
5428
5429 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
5430
5431 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
5432
5433 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
5434
5435 * textmodes/reftex.el (reftex-locate-file): Search all extensions
5436 if `reftex-try-all-extensions' is set.
5437
5438 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
5439 fail silently when there is no valid argument at point.
5440 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
5441 `fail-silently' argument. From a patch by David Reiter.
5442
5443 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
5444 New commands.
5445 (org-mark-ring): New variable.
5446 (org-mark-ring-length): New option.
5447 (org-open-at-point, org-goto, org-open-file): Push old position
5448 onto the mark ring.
5449 (org-add-hook): New function.
5450 (org-export-table-remove-special-lines): New option.
5451 (org-skip-comments, org-format-org-table-html): Respect new
5452 option `org-export-table-remove-special-lines'.
5453 (org-open-file): Allow special command configuration for
5454 directory link.
5455 (org-file-apps): Fix bugs in customize type, added setting
5456 for directories.
5457 (org-activate-tags, org-format-agenda-item, org-complete)
5458 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
5459 (org-get-tags, org-get-buffer-tags, org-open-at-point)
5460 (org-link-search, org-make-org-heading-search-string)
5461 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
5462 (org-radio-targets, org-file-link-context-use-camel-case)
5463 (org-activate-camels): New options.
5464 (org-update-radio-target-regexp, org-all-targets)
5465 (org-make-target-link-regexp, org-activate-target-links):
5466 New functions.
5467 (org-make-org-heading-search-string): New function.
5468 (org-store-link, org-insert-link): Use new option
5469 `org-file-link-context-use-camel-case'.
5470 (org-activate-camels): Use new option `org-activate-camels'.
5471 (org-link-regexp): Add mhe prefix.
5472 (org-open-at-point, org-store-link): Support for mhe links.
5473 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
5474 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
5475 (org-mhe-get-header, org-follow-mhe-link): New functions.
5476 (org-remove-angle-brackets, org-add-angle-brackets):
5477 New functions.
5478 (org-bracket-link-regexp): New constant.
5479 (org-read-date): Fix bug that was rejecting all typed dates.
5480 (org-link-search): Make hierarchy above visible after a match.
5481 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
5482 (org-store-link): Fix bug with link creation when cursor is in
5483 an empty line.
5484 (org-open-at-point): Fix bug with matching a link.
5485 Fixed buggy argument sequence in call to `org-view-tags'.
5486 (org-compile-prefix-format): Set `org-prefix-has-tag'.
5487 (org-prefix-has-tag): New variable.
5488 (org-format-agenda-item): Remove tags from headline
5489 if appropriate.
5490 (org-agenda-remove-tags-when-in-prefix): New option.
5491
5492 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
5493
5494 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
5495 Fix the regular expressions.
5496
5497 2006-02-21 Richard M. Stallman <rms@gnu.org>
5498
5499 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
5500 if there's no other specific basis.
5501
5502 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
5503 as variables at all.
5504 (unsafep-variable): Rename arg; doc fix.
5505
5506 * abbrevlist.el (list-one-abbrev-table): Add autoload.
5507
5508 * calendar/appt.el (diary-selective-display): Add defvar.
5509
5510 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
5511
5512 * isearch.el (search-whitespace-regexp): Fix custom type.
5513
5514 * help.el (describe-key-briefly): Compute interactive args
5515 in same was as before previous change.
5516
5517 * files.el (enable-local-variables): Doc fix.
5518
5519 2006-02-21 Kim F. Storm <storm@cua.dk>
5520
5521 * fringe.el: Cleanup as file is now pre-loaded.
5522 (fringe-bitmaps): Initialize unconditionally.
5523 (fringe-mode, set-fringe-style): Remove autoload cookies.
5524
5525 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5526
5527 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
5528 `horizontal-bar'.
5529 (fringe-cursor-alist): Use `horizontal-bar'.
5530
5531 2006-02-20 Kim F. Storm <storm@cua.dk>
5532
5533 * fringe.el (fringe-bitmaps): Update to new bitmap names.
5534 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
5535
5536 * loadup.el: Load "fringe" on window systems.
5537
5538 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
5539
5540 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
5541 out of scope components.
5542
5543 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
5544 default.
5545
5546 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
5547
5548 * custom.el (customize-mark-to-save, customize-mark-as-set):
5549 Load the symbol first.
5550
5551 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
5552
5553 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
5554 strech spec so it doesn't display as "^J" on the header line
5555 when `Buffer-menu-use-header-line' is t.
5556
5557 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
5558
5559 * speedbar.el (speedbar-make-button): Keep text properties
5560 of string arguments if desired.
5561
5562 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
5563 expessions.
5564
5565 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
5566 of speedbar.
5567
5568 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
5569
5570 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
5571 to value of `read-file-name-completion-ignore-case'.
5572
5573 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
5574
5575 * custom.el (customize-mark-as-set): Push to `user' theme.
5576
5577 * cus-edit.el (custom-save-variables): Allow unthemed values.
5578 (customize-set-variable): Push setting to `user' theme.
5579
5580 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
5581
5582 * progmodes/gud.el: Don't require font-lock as it's now
5583 automatically loaded.
5584 (gud-speedbar-buttons): Replace gdb-var-changed with
5585 gdb-force-update.
5586
5587 * progmodes/gdb-ui.el (gdb-force-update): Rename from
5588 gdb-var-changed.
5589 (gdb-post-prompt): Use it.
5590 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5591 (gdb-var-update-handler, gdb-var-delete)
5592 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
5593 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
5594 gdb-force-update in gdb-post-prompt.
5595 (gdb-reset): Clear watch expressions from speedbar when quitting.
5596
5597 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5598
5599 * viper-cmd.el (viper-insert-state-post-command-sentinel)
5600 (viper-change-state-to-vi, viper-change-state-to-emacs):
5601 Make aware of cursor coloring in the Emacs state.
5602 (viper-special-read-and-insert-char): Use read-char-exclusive.
5603 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
5604
5605 * viper-init.el (viper-emacs-state-cursor-color): New variable.
5606
5607 * viper-util.el (viper-save-cursor-color)
5608 (viper-get-saved-cursor-color-in-replace-mode)
5609 (viper-get-saved-cursor-color-in-insert-mode)
5610 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
5611 state.
5612 (viper-get-saved-cursor-color-in-emacs-mode): New function.
5613
5614 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
5615 (ediff-ignore-case-option3, ediff-actual-diff-options)
5616 (ediff-actual-diff3-options): New variables to control case sensitivity.
5617 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
5618 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
5619 (ediff-toggle-ignore-case): New function.
5620 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
5621
5622 * ediff-help.el (ediff-long-help-message-narrow2)
5623 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
5624 (ediff-long-help-message-word-mode): Add ignore-case command.
5625 (ediff-help-for-quick-help): Add ignore-case command.
5626
5627 * ediff-merg.el: Move provide to the end.
5628
5629 * ediff-ptch.el: Move provide to the end.
5630
5631 * ediff-wind.el: Move provide to the end.
5632
5633 * ediff-mult.el: Move provide to the end.
5634 (ediff-set-meta-overlay): Enable follow-link.
5635
5636 * ediff.el: Move provide to the end.
5637 Break recursive load cycle in eval-when-compile.
5638 (ediff-patch-buffer): Better heuristics.
5639
5640 * ediff-util.el: Move provide to the end.
5641 Break recursive load cycle in eval-when-compile.
5642 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
5643 defuns.
5644 (ediff-submit-report): Pass the values of ediff-diff3-program,
5645 ediff-diff3-options.
5646
5647 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
5648
5649 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
5650 the opening bracket of the following bracketing pairs: {}, [], (), <>,
5651 `' (for example, in the docstring of `windmove-default-keybindings').
5652
5653 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
5654
5655 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
5656 shadow face. Don't provide binding to edit variable when it is
5657 out of scope.
5658
5659 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
5660 (gdb-var-update-handler): Detect out of scope variables with pre
5661 GDB 6.4 too.
5662 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
5663 Reset status of variable objects to nil in update handlers.
5664 (gdb-var-update-handler-1): Detect when a variable object comes
5665 in scope. setcar on var changes gdb-var-list directly.
5666
5667 2006-02-17 Juri Linkov <juri@jurta.org>
5668
5669 * ffap.el (ffap) <defface>: Add explicit face declaration.
5670 (ffap-highlight): Use face `ffap' directly instead of checking
5671 for its existence.
5672
5673 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
5674 `visible-ok' of `other-buffer' to find the right original buffer.
5675
5676 * info.el (Info-search): Skip `Local Variables' node.
5677
5678 2006-02-17 Juri Linkov <juri@jurta.org>
5679
5680 * info.el (Info-find-file): Check for symbols `apropos', `history',
5681 `toc' in the input filename, and return these symbols as is.
5682 (Info-find-node-2): Set Info-current-file to symbols `apropos',
5683 `history', `toc' instead of strings.
5684 (Info-set-mode-line): For non-string Info-current-file use the
5685 symbol's name inside **.
5686 (Info-isearch-push-state): Add quote before Info-current-file and
5687 Info-current-node.
5688 (Info-isearch-pop-state): Use `equal' instead of `string='.
5689 (Info-extract-pointer, Info-following-node-name): Use
5690 `match-string-no-properties' instead of `match-string'.
5691 (Info-up): Check `old-file' for `stringp'.
5692 (Info-history): Use `equal' instead of `string-equal'.
5693 Check `file' for `stringp'.
5694 (Info-history): Use symbol `history' instead of string as first arg
5695 of `Info-find-node'.
5696 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
5697 `toc' instead of string.
5698 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
5699 instead of `buffer-substring', and `match-string-no-properties'
5700 instead of `match-string'.
5701 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
5702 instead of strings.
5703 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
5704 Use symbol `apropos' instead of string.
5705 (Info-copy-current-node-name): Check `Info-current-file' for
5706 `stringp' and construct a command with `Info-find-node' from it.
5707 (Info-fontify-node): Use `match-string-no-properties' instead of
5708 `match-string' and check file names for `stringp'.
5709 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
5710 `history', `toc' instead of strings.
5711
5712 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
5713
5714 * files.el: Rearrange functions and variables in the file local
5715 variables section.
5716
5717 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
5718
5719 * files.el: Add truncate-lines, ispell-check-comments and
5720 ispell-local-dictionary as safe local variables.
5721
5722 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
5723
5724 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
5725 out of scope variables.
5726 (gud-speedbar-buttons): Use unless.
5727
5728 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
5729 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
5730 (gdb-show-changed-values): Also use for out of scope variables.
5731 (gdb-var-update-handler-1): Note if variable goes out of scope.
5732
5733 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
5734
5735 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
5736 default to global variable values for unsupplied args.
5737 (rcirc-get-buffer-create): Fix bug with setting the target.
5738 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
5739 test for rcirc-always-use-server-buffer-flag here.
5740 (rcirc-response-formats): Add %N, which is a facified nick. %n
5741 uses the default face. Change the ACTION format string. If the
5742 "nick" is the server, don't print anything for that field.
5743 Comment fixes.
5744 (rcirc-target-buffer): Don't test
5745 rcirc-always-use-server-buffer-flag here.
5746 (rcirc-print): Squeeze extra spaces out of the text before message.
5747 (rcirc-put-nick-channel): Strip potential "@" char from nick
5748 before adding them to nick table.
5749 (rcirc-url-regexp): Improve to match address like "foo.com".
5750
5751 2006-02-17 Eli Zaretskii <eliz@gnu.org>
5752
5753 * allout.el (allout-hidden-p): Move this defsubst before
5754 allout-overlay-interior-modification-handler, where it is first
5755 used.
5756
5757 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
5758
5759 * allout.el: Use allout invisible-text overlays instead of
5760 selective display for concealed text. Also, lots of general
5761 cleanup, and improved compatibility code.
5762
5763 (allout-version) Incremented, corrected, revised, and refined
5764 module commentary.
5765
5766 (provide 'allout): Moved to the bottom, added a require of overlay.
5767
5768 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
5769 `except-current'.
5770 (allout-write-file-hook-handler): Minimize delay.
5771 (count-trailing-whitespace-region): New function so
5772 auto-encryption of current topic can resituate cursor exactly.
5773 PGP/GPG encryption trims trailing whitespace from lines, which
5774 must be accounted for across encryption then decryption.
5775
5776 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
5777 just plain "\C-c", to avoid intruding on user's keybinding space.
5778
5779 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
5780 parameter, so user request to provide a new password is done.
5781
5782 (allout-outside-normal-auto-fill-function, allout-auto-fill):
5783 Refined mechanism for auto-filling behavior while in allout mode.
5784
5785 (allout-mode): Explicitly specify the mode map in the docstring.
5786 Clarify provision for various write-file hook var names.
5787 Adjusted for invisible-text overlays instead of selective-display.
5788
5789 (allout-depth): Really return 0 if not within any topic. This
5790 rectifies `allout-beginning-of-level' and sequence numbering
5791 errors that occur when cutting and pasting numbered topics.
5792 Changed from a in-line subst to a regular function, as well.
5793
5794 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
5795
5796 (allout-end-of-subtree, allout-end-of-subtree)
5797 (allout-end-of-entry, allout-end-of-current-heading)
5798 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
5799 (allout-show-children, allout-show-to-offshoot)
5800 (allout-hide-current-entry, allout-show-current-entry): Rectified
5801 handling of trailing blank lines between items.
5802
5803 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
5804 (allout-current-depth, allout-unprotected, allout-hidden-p)
5805 (allout-on-current-heading-p, allout-listify-exposed)
5806 (allout-chart-subtree, allout-goto-prefix)
5807 (allout-back-to-current-heading, allout-get-body-text)
5808 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
5809 (allout-hide-region-body, allout-toggle-subtree-encryption)
5810 (allout-encrypt-string, allout-encrypted-key-info)
5811 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
5812 (allout-file-vars-section-data): Adjusted for use with
5813 invisible-text overlays instead of selective-display.
5814
5815 (allout-kill-line, allout-kill-topic, allout-yank-processing):
5816 Reworked for use with invisible text overlays.
5817
5818 (allout-current-topic-collapsed-p): New function.
5819
5820 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
5821 to know when to close the containing topic.
5822
5823 (allout-pre-command-business, allout-post-command-business):
5824 Simplify undo-batching and dynamic isearch exposure.
5825
5826 (allout-set-overlay-category): New for invisible-text overlays.
5827 Sets properties of allout-overlay-category, used by
5828 allout-flag-region to set invisible-text overlay properties.
5829 (allout-get-invisibility-overlay): Get the first qualifying
5830 invisibility overlay, so we can find the extent of it.
5831 (allout-back-to-visible-text): Get to just before the beginnining
5832 of the current invisibility overlay, if any.
5833
5834 (allout-overlay-insert-in-front-handler)
5835 (allout-overlay-interior-modification-handler)
5836 (allout-before-change-handler, allout-isearch-end-handler): New
5837 functions to handle extraordinary actions affecting concealed
5838 text.
5839
5840 (allout-flag-region): Use overlays instead of selective-display
5841 for invisible text - by inheritence from the properties of
5842 allout-overlay-category in mainline Emacs, and applied
5843 property-by-property in XEmacs, some recent versions of which
5844 don't inherit the properties from the category. Provisions to
5845 respond to concealed-text edits simplified drastically.
5846
5847 (allout-isearch-rectification, allout-isearch-was-font-lock)
5848 (allout-isearch-expose, allout-enwrap-isearch)
5849 (allout-isearch-abort, allout-pre-was-isearching)
5850 (allout-isearch-prior-pos, allout-isearch-did-quit)
5851 (allout-isearch-dynamic-expose)
5852 (allout-hide-current-entry-completely): Functions deleted.
5853
5854 (allout-undo-aggregation): Explicit undo aggregation no longer
5855 necessary due to transition away from selective-display.
5856
5857 (set-allout-regexp, allout-up-current-level)
5858 (allout-next-visible-heading, allout-forward-current-level)
5859 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
5860 (allout-kill-line, allout-yank-processing, allout-show-children)
5861 (allout-expose-topic, allout-old-expose-topic)
5862 (allout-listify-exposed, allout-insert-latex-header)
5863 (allout-toggle-subtree-encryption, allout-encrypt-string)
5864 (remove-from-invisibility-spec, allout-hide-current-subtree):
5865 Ditched unused variables.
5866
5867 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
5868
5869 * textmodes/ispell.el (ispell-change-dictionary): Call
5870 ispell-buffer-local-dict instead of
5871 ispell-accept-buffer-local-defs.
5872 (ispell-local-dictionary-alist): Accept as valid any coding-system
5873 supported by Emacs.
5874 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
5875 changed to iso-8859-3.
5876
5877 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
5878
5879 * speedbar.el (speedbar-frame-width): Make an inline function
5880 instead of a macro. Use frame-width.
5881 (speedbar-try-completion, speedbar-update-contents)
5882 (speedbar-timer-fn): Use consp.
5883 (speedbar-update-localized-contents): Try to preserve point.
5884
5885 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
5886 (menu): Re-order menu items.
5887 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
5888 field.
5889 (gdb-var-update-handler-1): Use it for GDB 6.4+.
5890 (gdb-post-prompt): Speed things by not forcing update.
5891
5892 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
5893
5894 * wid-edit.el (widget-button-click): For mouse-1, cancel button
5895 press and perform default action if we get a mouse movement event.
5896
5897 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5898
5899 * calendar/icalendar.el (icalendar--get-event-property)
5900 (icalendar--get-event-property-attributes): Fix typos in
5901 docstrings.
5902
5903 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
5904 docstring.
5905
5906 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
5907
5908 * bs.el (bs-mode): Use `buffer-disable-undo'.
5909 (bs--get-file-name): Simplify.
5910 (bs-show-in-buffer): Mark the buffer as not modified.
5911
5912 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5913
5914 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
5915 widget-button-click.
5916
5917 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
5918 (custom-mode): Update docstring.
5919
5920 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
5921 binding.
5922
5923 * files.el (hack-local-variables-confirm): Allow scrolling if the
5924 file variable list is too long. Kill temp buffer after use.
5925
5926 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
5927
5928 * progmodes/gud.el (gdb): Improve doc string.
5929 (gdb-script-font-lock-keywords): Expand allowed character set.
5930
5931 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
5932 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
5933 (gdb-separate-io-interrupt, gdb-separate-io-quit)
5934 (gdb-separate-io-stop, gdb-separate-io-eof):
5935 Rename from gdb-inferior-* to gdb-separate-*.
5936 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
5937
5938 2006-02-14 Jay Belanger <belanger@truman.edu>
5939
5940 * calc/calc-arith.el (math-check-known-scalarp): Make sure
5941 expression is a symbol before checking that it is bound.
5942
5943 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
5944 test to see if equation can be solved.
5945
5946 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5947
5948 * wid-edit.el (widget-button-click): Use :pressed-face property
5949 for overlay face, if it exists.
5950
5951 * cus-edit.el (custom-manual, custom-add-see-also)
5952 (custom-add-parent-links, custom-group-link): Add :pressed-face
5953 property to links.
5954
5955 * files.el (hack-local-variables): Remove ignored variables before
5956 checking if any variables need setting.
5957
5958 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5959
5960 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
5961
5962 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
5963
5964 * help.el (where-is): Fix message for remapped commands.
5965
5966 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
5967 Fix typos in docstrings.
5968
5969 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
5970
5971 * files.el (safe-local-variable-values): New option.
5972 (hack-local-variables-prop-line): Return a list of variable-value
5973 pairs if MODE-ONLY is non-nil.
5974 (hack-local-variables): Construct list of variable-value pairs,
5975 and apply or reject them in one go. Ask for confirmation if
5976 variables are not known safe.
5977 (hack-local-variables-confirm): Complete rewrite. Support
5978 `safe-local-variable-values'.
5979 (enable-local-variables): Update docstring to reflect new
5980 behavior.
5981 (ignored-local-variables): Ignore ignored-local-variables and
5982 safe-local-variable-values.
5983 (safe-local-variable-p): New function.
5984 (risky-local-variable-p): `safe-local-variable' property check
5985 moved to safe-local-variable-p.
5986 (hack-one-local-variable): Checks moved to hack-local-variables.
5987
5988 (byte-compile-dynamic, c-basic-offset, c-file-style)
5989 (c-indent-level, comment-column, fill-column, fill-prefix)
5990 (indent-tabs-mode, kept-new-versions, no-byte-compile)
5991 (no-update-autoloads, outline-regexp, page-delimiter)
5992 (paragraph-start, paragraph-separate, sentence-end)
5993 (sentence-end-double-space tab-width, version-control):
5994 Add `safe-local-variable' property.
5995
5996 * find-lisp.el: Delete nonexistent `autocompile' file variable.
5997
5998 * icomplete.el, play/landmark.el: Change nonexistent
5999 `outline-layout' file variable to `allout-layout'.
6000
6001 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
6002
6003 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
6004 (gdb-get-changed-registers): Test value of gud-minor-mode relative
6005 to gud-comint-buffer.
6006 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
6007 gdb-ui.el for gdb-mi.el.
6008 (gdb-post-prompt, gdb-get-changed-registers): Move test for
6009 registers buffer to gdb-get-changed-registers.
6010 (gdb-breakpoint-regexp): New regexp. Allow toggling and
6011 deletion of catchpoints (throw and catch).
6012 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
6013 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
6014 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
6015 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
6016 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
6017
6018 2006-02-13 Jay Belanger <belanger@truman.edu>
6019
6020 * calc/calc-arith.el (math-check-known-matrixp): Make sure
6021 expression is a symbol before checking that it is bound.
6022
6023 2006-02-13 Richard M. Stallman <rms@gnu.org>
6024
6025 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
6026 for the minibuffer too, but not if resize-mini-windows will interfere.
6027
6028 * help.el (describe-key-briefly, describe-key): Do all arg-reading
6029 inside `interactive' spec.
6030 (describe-key-briefly-internal, describe-key-internal):
6031 Functions merged back into their callers.
6032
6033 2006-02-13 Martin Rudalics <rudalics@gmx.at>
6034
6035 * info.el (info-xref-visited): Inherit from info-xref too.
6036 (Info-set-mode-line): Replace occurrences of `%' by `%%'
6037 when propertizing Info-current-file and Info-current-node.
6038
6039 2006-02-13 Juri Linkov <juri@jurta.org>
6040
6041 * tumme.el (tumme-thumbnail-storage): Fix docstring.
6042 (tumme-thumb-name): Fix per-directory format.
6043
6044 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
6045
6046 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
6047
6048 2006-02-12 Miles Bader <miles@gnu.org>
6049
6050 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
6051
6052 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
6053
6054 * tumme.el: Remove history section. If someone needs the it, it
6055 can always be found in CVS.
6056
6057 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
6058
6059 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
6060 about the Thumbnail Managing Standard option.
6061
6062 2006-02-12 Richard M. Stallman <rms@gnu.org>
6063
6064 * subr.el (substitute-key-definition): Doc fix.
6065
6066 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
6067
6068 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
6069
6070 * info.el (Info-mode): Doc fix.
6071
6072 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
6073
6074 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
6075
6076 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
6077 because on Solaris a POSIX compatible "id" is needed. Reported by
6078 Magnus Henoch <mange@freemail.hu>.
6079
6080 2006-02-12 Juri Linkov <juri@jurta.org>
6081
6082 * tumme.el: Remove todo item about Thumbnail Managing Standard.
6083 (tumme) <defgroup>: Change :group to `multimedia'.
6084 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
6085 Managing Standard.
6086 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
6087 Fix dostring.
6088 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
6089 and %y. Fix docstring.
6090 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
6091 (tumme-cmd-create-standard-thumbnail-command): New user options.
6092 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
6093 is `standard'. Fix docstring.
6094 (tumme-thumb-width, tumme-thumb-height): New user options.
6095 (tumme-external-viewer): Try to find various viewers.
6096 (tumme-get-thumbnail-image): Use `create-image' instead of
6097 constructing the `image' structure.
6098 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
6099 `standard'.
6100 (tumme-thumb-name): Add file name generation for standard storage.
6101 Simplify code for other storages.
6102 (tumme-thumb-name): Use width %w and height %h instead of size %s.
6103 Add modification time %m and thumbnail-nq8 %q.
6104 Use `tumme-cmd-create-standard-thumbnail-command' if
6105 tumme-thumbnail-storage is `standard'.
6106 (tumme-dired-insert-marked-thumbs): New autoload command.
6107 (tumme-dired-after-readin-hook): New function.
6108 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
6109 `tumme-thumb-size'.
6110 (tumme-display-image): Replace size-x %x and size-y %y with
6111 width %w and height %h.
6112
6113 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
6114 `tumme-dired-insert-marked-thumbs'.
6115
6116 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
6117
6118 * tumme.el (tumme-write-tag): Fix small bug (file name did not
6119 include path).
6120 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
6121 matching tag.
6122
6123 2006-02-12 Miles Bader <miles@gnu.org>
6124
6125 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
6126 New variables.
6127 (rcirc-abbrev-nick): New function.
6128 (rcirc-format-response-string): Rewrite to use the formats in
6129 `rcirc-response-formats' and expand escape sequences therein.
6130 A text-property `rcirc-text' is added over the actual response
6131 text to make easy to find inside the returned string.
6132 (rcirc-print): When filling, just look for the `rcirc-text'
6133 text-property to find the appropriate fill prefix, instead of
6134 using hardwired patterns.
6135
6136 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
6137
6138 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
6139 Managing Standard.
6140
6141 2006-02-11 Kim F. Storm <storm@cua.dk>
6142
6143 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
6144 Don't use insert-buffer; do insert-buffer-substring directly.
6145 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
6146
6147 2006-02-11 Martin Rudalics <rudalics@gmx.at>
6148
6149 * files.el (revert-buffer, recover-file): Replace buffer-read-only
6150 with inhibit-read-only. Suggested by Stefan Monnier.
6151 (revert-buffer): Let insert-file-contents discard
6152 buffer-undo-list. Simplify code.
6153 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
6154
6155 2006-02-11 Eli Zaretskii <eliz@gnu.org>
6156
6157 * menu-bar.el (menu-bar-select-yank): Add a doc string.
6158
6159 * help.el (describe-key-briefly): Now a wrapper for
6160 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
6161 to t. Populate yank-menu if empty.
6162 (describe-key-briefly-internal): Renamed from describe-key-briefly.
6163 (describe-key): Now a wrapper for describe-key-internal. Bind
6164 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
6165 (describe-key-internal): Renamed from describe-key.
6166
6167 2006-02-11 Milan Zamazal <pdm@zamazal.org>
6168
6169 * progmodes/glasses.el (glasses-separator): Doc fix.
6170 (glasses-original-separator): New defcustom.
6171 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
6172
6173 2006-02-11 Martin Rudalics <rudalics@gmx.at>
6174
6175 * mwheel.el (mouse-wheel-up-event): Doc fix.
6176
6177 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
6178
6179 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
6180 (tumme-dir): New function. Copied from thumbs.el.
6181
6182 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
6183
6184 * desktop.el (desktop-outvar): Fix typo.
6185 (desktop-save-buffer-p): Doc fix.
6186
6187 * subr.el (substitute-key-definition): Fix typo.
6188
6189 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6190
6191 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
6192 when window-system is mac.
6193
6194 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
6195
6196 2006-02-10 Kim F. Storm <storm@cua.dk>
6197
6198 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
6199 indirect-function instead of using condition-case.
6200
6201 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
6202
6203 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
6204 less `colloquial'...
6205
6206 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
6207
6208 * tumme.el: Add a couple of todo items.
6209
6210 2006-02-09 Lars Hansen <larsh@soem.dk>
6211
6212 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
6213 (highlight-changes-mode): Don't change desktop-locals-to-save.
6214
6215 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
6216
6217 * image-mode.el (image-toggle-display): Clear image cache if using
6218 filename.
6219
6220 2006-02-09 Masatake YAMATO <jet@gyve.org>
6221
6222 * dired-x.el (dired-guess-shell-alist-default): Add .man as
6223 a `dired-man' target.
6224
6225 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
6226 boundary of symbols.
6227
6228 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
6229
6230 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
6231
6232 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
6233
6234 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
6235 `mapcar'; return nil.
6236
6237 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
6238
6239 * mouse.el (mouse-drag-track): Don't change window if we rebind to
6240 some other event.
6241
6242 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
6243
6244 * net/rcirc.el (rcirc-startup-channels-alist):
6245 Add irc.freenode.net and #emacs as defaults.
6246 (rcirc-ignore-all-activity-flag): Remove variable.
6247 (rcirc-authinfo): New variable.
6248 (rcirc-authinfo-filename): Remove variable.
6249 (rcirc-always-use-server-buffer-flag): New flag.
6250 (rcirc): M-x rcirc will automatically connect without prompting.
6251 C-u M-x rcirc will prompt. Use rcirc-connect to create a
6252 connection in lisp.
6253 (rcirc-process-server-response-1): Remove everything but the nick
6254 portion of the sender so it doesn't need to be done everywhere
6255 else. Update related code.
6256 (global-map): Remove global keybindings.
6257 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
6258 (rcirc-send-input): Split into several functions.
6259 (rcirc-process-input-line, rcirc-process-message)
6260 (rcirc-process-command): New functions.
6261 (rcirc-target-buffer): New function to determine where to route
6262 messages.
6263 (rcirc-user-nick): Save match data.
6264 (rcirc-toggle-ignore-buffer-activity)
6265 (rcirc-update-activity-string): Remove global ignore functionality,
6266 which can be done now by toggling rcirc-track-minor-mode.
6267 (rcirc-track-minor-mode-map): New keymap.
6268 (rcirc-track-minor-mode): New minor-mode.
6269 (ignore): Make the ignore output nicer. Always print it when
6270 adding or removing nicks.
6271 (rcirc-url-regexp): Improve.
6272 (rcirc-mangle-text): Remove properties before using text in the
6273 modeline.
6274 (rcirc-authenticate): Authentication data comes from
6275 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
6276 (rcirc-server-prefix): Inherit from rcirc-server.
6277
6278 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
6279
6280 * Makefile.in (compile): Append "|| true" to the end of the `find'
6281 command, like compile-always does.
6282
6283 2006-02-08 Sam Steingold <sds@gnu.org>
6284
6285 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
6286 output from a dead connection.
6287
6288 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
6289
6290 * dired.el (dired-mode-map): Add more bindings for tumme.
6291
6292 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
6293
6294 * wdired.el (wdired-mode-map): Use remap.
6295 (wdired-get-filename): Massage.
6296 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
6297 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
6298 `keymap' property rather than `local-map'.
6299
6300 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
6301
6302 * tumme.el (tumme-get-thumbnail-image): New utility function.
6303 Suggested by from Chong Yidong.
6304 (tumme-dired-with-window-configuration): Rename from
6305 `tumme-dired'. Add code to save window configuration.
6306 (tumme-restore-window-configuration): New command to restore the
6307 window configuration that `tumme-dired-with-window-configuration'
6308 saves before it changes the window configuration.
6309 (tumme-show-all-from-dir): New command to display thumbnails for
6310 all files in a directory entered by the user, like M-x thumbs.
6311 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
6312 have been created.
6313 (tumme-display-thumbnail-original-image): Call `display-buffer'.
6314 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
6315 Remove obsolete test function.
6316
6317 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
6318
6319 * vc.el (small-temporary-file-directory): Remove defvar; there's
6320 a defcustom for it in files.el.
6321
6322 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
6323 Fix typo in message.
6324 (tumme-gallery-generate): Fix typo in `error' message.
6325 (tumme-display-window-height-correction)
6326 (tumme-display-window-width-correction, tumme-line-up-dynamic)
6327 (tumme-line-up-interactive): Dox fixes.
6328 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
6329 (tumme-restore-window-configuration, tumme-format-properties-string)
6330 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
6331 Fix typos in docstrings.
6332
6333 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
6334
6335 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
6336
6337 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
6338
6339 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
6340 User should use hook if desired.
6341
6342 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
6343 buffer if necessary.
6344 (gdb-delete-frame-or-window): New function.
6345 (gdb-breakpoints-mode-map): Bind "q" to it.
6346
6347 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
6348
6349 * textmodes/nroff-mode.el: Clean up name space.
6350 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
6351 (nroff-mode): Obey the global setting of nroff-electric-mode.
6352 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
6353
6354 * calendar/calendar.el (calendar-increment-month): Typo in last change.
6355
6356 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
6357
6358 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
6359
6360 2006-02-06 Lars Hansen <larsh@soem.dk>
6361
6362 * generic-x.el (etc-fstab-generic-mode): Add file system types
6363 cifs and usbdevfs. Allow special chars in file names.
6364
6365 2006-02-05 Jay Belanger <belanger@truman.edu>
6366
6367 Update copyright notices of the files in lisp/calc.
6368
6369 2006-02-05 Romain Francoise <romain@orebokech.com>
6370
6371 Update copyright notices of all files in the lisp/play directory.
6372
6373 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
6374
6375 * ldefs-boot.el: Regenerate.
6376
6377 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
6378
6379 2006-02-05 Kim F. Storm <storm@cua.dk>
6380
6381 * files.el (magic-mode-regexp-match-limit): New defvar.
6382 (set-auto-mode): Use it to limit magic-mode-alist matching.
6383
6384 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
6385
6386 * simple.el (display-message-or-buffer): Compare the number of
6387 characters to the frame width when determining whether a 1-line
6388 message string will fit in the echo area. Count screen lines
6389 instead of buffer lines when determining whether a multi-line
6390 message will fit in the echo area/minibuffer window.
6391
6392 2006-02-04 Eli Zaretskii <eliz@gnu.org>
6393
6394 * info.el (Info-index, Info-mode): Improve the description of the
6395 `i' command.
6396
6397 * ldefs-boot.el: Regenerate.
6398
6399 2006-02-03 Werner Lemberg <wl@gnu.org>
6400
6401 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
6402 greedy to find the closing bracket in \*[...] and similar
6403 expressions. This is a first rough fix -- many additional
6404 refinements are necessary to make nroff mode really usable with groff.
6405
6406 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
6407
6408 * international/mule-cmds.el (set-locale-environment):
6409 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
6410 libX11.
6411
6412 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
6413
6414 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
6415 archive are created in archive-tmpdir.
6416
6417 2006-02-02 John Paul Wallington <jpw@pobox.com>
6418
6419 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
6420 (ibuffer-fontification-alist): Use it.
6421 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
6422 to "* z" and the Ibuffer Mark menu.
6423
6424 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
6425
6426 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6427
6428 * textmodes/table.el (*table--cell-describe-mode)
6429 (*table--cell-describe-bindings): Undo last change since
6430 print-help-return-message is not obsoleted by anything at all.
6431
6432 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
6433
6434 * emulation/cua-base.el (cua-mode): Doc fix.
6435
6436 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
6437
6438 * dframe.el (dframe-handle-make-frame-visible)
6439 (dframe-handle-iconify-frame, dframe-get-focus)
6440 (dframe-select-attached-frame, dframe-power-click)
6441 (dframe-frame-mode): Fix typos in docstrings.
6442
6443 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
6444 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
6445 Fix typos in docstrings.
6446
6447 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
6448 (hi-lock-face-buffer, hi-lock-font-lock-hook)
6449 (hi-lock-archaic-interface-message-used)
6450 (hi-lock-file-patterns-range): Fix typos in docstrings.
6451
6452 * savehist.el (savehist-loaded, savehist-load, savehist-install)
6453 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
6454
6455 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
6456 Fix typo in docstring.
6457
6458 * net/newsticker.el (newsticker--decode-iso8601-date)
6459 (newsticker--set-customvar, newsticker--buffer-insert-item)
6460 (newsticker--do-run-auto-mark-filter)
6461 (newsticker--parse-generic-feed): Doc fixes.
6462 (newsticker--retrieval-timer-list, newsticker-url-list)
6463 (newsticker-hide-immortal-items-in-echo-area)
6464 (newsticker-hide-obsolete-items-in-echo-area)
6465 (newsticker-new-item-face, newsticker--enclosure)
6466 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
6467 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
6468 (newsticker--parse-generic-feed, newsticker--cache-contains)
6469 (newsticker--stat-num-items, newsticker-download-enclosures):
6470 Fix typos in docstrings.
6471
6472 * net/rcirc.el (rcirc-debug): Doc fix.
6473 (rcirc-fill-column, rcirc-receive-message-hooks)
6474 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
6475 (rcirc-mode, rcirc-generate-new-buffer-name)
6476 (rcirc-startup-channels, rcirc-ignore-update-automatic)
6477 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
6478 Fix typos in docstrings.
6479 (rcirc-print): "?\ " -> "?\s".
6480 (rcirc-cmd-join): Improve argument/docstring consistency.
6481
6482 2006-02-01 Mark A. Hershberger <mah@everybody.org>
6483
6484 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
6485 before narrow-to-region.
6486
6487 2006-02-01 Richard M. Stallman <rms@gnu.org>
6488
6489 * simple.el (move-beginning-of-line): Scan properly for invis change.
6490
6491 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
6492
6493 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
6494
6495 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
6496 change bit only when id-format is 'integer. Reported by Matt
6497 Hodges <M.P.Hodges@rl.ac.uk>.
6498
6499 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
6500
6501 * hilit-chg.el (highlight-changes-initial-state)
6502 (highlight-changes-global-initial-state): Doc fixes.
6503 (highlight-changes-global-modes, global-highlight-changes):
6504 Fix typos in docstrings.
6505
6506 2006-02-01 Kim F. Storm <storm@cua.dk>
6507
6508 * emulation/cua-base.el (cua-mode): Mention that CUA enables
6509 transient-mark-mode in doc string.
6510
6511 2006-01-31 Richard M. Stallman <rms@gnu.org>
6512
6513 * replace.el (multi-occur): Doc fix.
6514 (multi-occur-in-matching-buffers): Rename from
6515 multi-occur-by-filename-regexp. Prefix arg says match
6516 buffer names instead of file names.
6517
6518 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
6519
6520 * bs.el: Allow non-default values of `bs-header-lines-length'.
6521 (bs--running-in-xemacs): Remove (not needed anymore).
6522 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
6523 instead of `shrink-window', thus avoiding having to compute the
6524 height of the window.
6525 (bs--up): Wrap around even when there's no header.
6526 (bs--down): Use `forward-line' instead of `next-line'.
6527
6528 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
6529
6530 * image-mode.el (image-toggle-display): Use file name if possible,
6531 instead of unnecessarily allocating a (possibly huge) lisp string.
6532
6533 2006-01-30 John Paul Wallington <jpw@pobox.com>
6534
6535 * subr.el (toplevel): Define `cl-assertion-failed' condition here
6536 because the `assert' macro signals it at runtime.
6537
6538 * emacs-lisp/cl.el (toplevel): Remove definition of
6539 `cl-assertion-failed' condition.
6540
6541 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
6542
6543 * thumbs.el (thumbs-marked-list): Make buffer-local and
6544 permanent-local.
6545 (thumbs-insert-thumb): Make help-echo non-sticky.
6546 (thumbs-file-alist): Use eolp as check for (non)-image.
6547
6548 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
6549
6550 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
6551 (ediff-before-session-group-setup-hooks)
6552 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
6553 Fix typos in docstrings.
6554
6555 * window.el (bw-dir, bw-eqdir, balance-windows)
6556 (split-window-keep-point): Fix typos in docstrings.
6557
6558 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
6559 (org-quote-string, org-calendar-to-agenda-key)
6560 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
6561 (org-show-following-heading, org-tags-column)
6562 (org-use-tag-inheritance, org, org-allow-space-in-links)
6563 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
6564 (org-enable-table-editor, org-calc-default-modes)
6565 (org-table-allow-automatic-line-recalculation)
6566 (org-export-html-style, org-export-with-fixed-width)
6567 (org-export-with-sub-superscripts, org-special-keyword)
6568 (org-formula, org-time-grid, org-table-may-need-update)
6569 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
6570 (org-goto-quit, org-get-indentation, org-end-of-item)
6571 (org-move-item-down, org-move-item-up)
6572 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
6573 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
6574 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
6575 (org-agenda-log-mode, org-agenda-toggle-diary)
6576 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
6577 (org-agenda-file-to-end, org-agenda-no-heading-message)
6578 (org-agenda-get-closed, org-format-agenda-item)
6579 (org-cmp-priority, org-cmp-category, org-cmp-time)
6580 (org-agenda-change-all-lines, org-agenda-diary-entry)
6581 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
6582 (org-link-search, org-camel-to-words, org-open-file)
6583 (org-remember-handler, org-table-convert-region)
6584 (org-table-move-row-down, org-table-move-row-up)
6585 (org-table-copy-region, org-table-wrap-region)
6586 (org-table-toggle-vline-visibility)
6587 (org-table-get-vertical-vector, org-table-modify-formulas)
6588 (org-table-get-specials, org-recalc-commands)
6589 (org-table-rotate-recalc-marks, org-table-eval-formula)
6590 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
6591 (org-level-color-stars-only, org-insert-heading):
6592 Fix typos in docstrings.
6593 (last-arg): Add defvar.
6594
6595 * makefile.w32-in (WINS): Add erc.
6596 (MH_E_SRC): Update (copied from lisp/Makefile.in).
6597
6598 2006-01-29 Bill Wohler <wohler@newt.com>
6599
6600 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
6601 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
6602 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
6603 (mh-autoloads): Don't use comments on otherwise empty lines.
6604
6605 2006-01-29 Edward O'Connor <ted@oconnor.cx>
6606
6607 * emulation/viper.el (viper-major-mode-modifier-list): Add
6608 insert-state and vi-state entries for erc-mode.
6609 (viper-go-away, viper-set-hooks): Add and remove
6610 viper-comint-mode-hook from erc-mode-hook as appropriate.
6611
6612 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
6613
6614 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
6615
6616 * bs.el (bs--format-aux): Implement `middle' alignment as
6617 described in the docstring for `bs-attributes-list'.
6618 (bs--get-name): Simplify. Don't pad the buffer name.
6619
6620 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
6621
6622 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
6623 English aspell dictionary is installed, use the first entry of
6624 ispell-dictionary-alist-1.
6625
6626 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
6627
6628 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6629 Doc fix.
6630
6631 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
6632
6633 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
6634 for `process-file', in order to let it work for older Emacsen too.
6635
6636 2006-01-27 Eli Zaretskii <eliz@gnu.org>
6637
6638 * international/latexenc.el: Add a suitable `coding:' tag.
6639 (latexenc-find-file-coding-system): Undo last change.
6640
6641 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6642
6643 * international/latexenc.el (latexenc-find-file-coding-system):
6644 Make sure latexenc-main-file is a regular file and is readable.
6645
6646 2006-01-27 Andre Spiegel <spiegel@gnu.org>
6647
6648 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
6649 Pass FILE to vc-user-login-name.
6650
6651 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
6652
6653 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
6654
6655 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
6656 there are no more images to display.
6657 (thumbs-mark, thumbs-unmark): Revert change so that they move to
6658 the next image.
6659
6660 2006-01-26 Richard M. Stallman <rms@gnu.org>
6661
6662 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
6663
6664 * wid-edit.el (advertised-widget-backward): New alias.
6665 (widget-keymap): Use advertised-widget-backward for S-TAB.
6666
6667 * tumme.el: Correct the keywords.
6668 (tumme-dir-max-size): Use defvar.
6669 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
6670
6671 * simple.el (move-beginning-of-line): Take account of fields.
6672 (clone-indirect-buffer-other-window): Take args like
6673 clone-indirect-buffer, and work like it.
6674
6675 * help-fns.el (describe-function): Don't pass `nil' as default.
6676
6677 * files.el (risky-local-variable-p): Follow var aliases.
6678
6679 * subr.el (lazy-completion-table): Doc fix.
6680
6681 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
6682 global binding of `line'.
6683
6684 2006-01-25 Andre Spiegel <spiegel@gnu.org>
6685
6686 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
6687 Tramp.
6688
6689 * vc.el (vc-default-dired-state-info): Pass FILE to
6690 vc-user-login-name.
6691 (vc-default-update-changelog): Don't use vc-user-login-name, we
6692 don't need it here.
6693
6694 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
6695 no longer necessary.
6696
6697 2006-01-25 Kenichi Handa <handa@m17n.org>
6698
6699 * international/mule.el (decode-char): Avoid the overhead of
6700 calling utf-lookup-subst-table-for-decode if
6701 utf-translate-cjk-mode is nil.
6702 (encode-char): Avoid the overhead of calling
6703 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
6704 nil.
6705
6706 2006-01-22 Kenichi Handa <handa@m17n.org>
6707
6708 * international/mule.el (make-subsidiary-coding-system): Reset
6709 `coding-system-define-form' property of subsidiaries to nil.
6710 Avoid duplicated entry in coding-system-alist.
6711 (make-coding-system): Avoid duplicated entry in
6712 coding-system-alist.
6713 (define-coding-system-alias): Likewise.
6714
6715 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
6716
6717 * completion.el: Minor fixes in introductory comment.
6718 (completion-def-wrapper): Fix alist.
6719
6720 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
6721
6722 * thumbs.el (thumbs-new-image-size): New function.
6723 (thumbs-increment-image-size-element)
6724 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
6725 (thumbs-decrement-image-size): Delete.
6726 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
6727 temp files and use to resize.
6728 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
6729 Use increment argument to enlarge/shrink. Preserve point.
6730 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
6731 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
6732 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
6733 (thumbs-mark, thumbs-unmark): Preserve point.
6734 (thumbs-modify-image): Keep old temp files and use to modify.
6735 Cleanup old temp files at load time. Preserve point.
6736 (thumbs-view-image-mode-map): Use new command names.
6737
6738 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
6739
6740 * log-view.el (log-view-minor-wrap): First rev is the one at point.
6741
6742 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
6743 the nastiest part of the cyclic dependency.
6744 (cal-menu-update): Use dotimes and calendar-increment-month.
6745
6746 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
6747 (calendar-week-start-day): Add an :initializer.
6748 (calendar-mode-map): Use suppress-keymap, and command remapping.
6749 (describe-calendar-mode): Setup xref-stack info for the back button.
6750 (calendar-star-date): Insert before delete.
6751 (calendar-set-mode-line): Add file-modified info if applicable.
6752 (calendar-increment-month): New function.
6753
6754 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
6755
6756 * font-lock.el (lisp-font-lock-keywords-2):
6757 Recognize "& keywords" only at word boundaries.
6758
6759 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
6760
6761 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
6762 and permanent-local.
6763 (thumbs-max-image-number): New variable.
6764 (thumbs-do-thumbs-insertion): Use them.
6765 (thumbs-per-line): Change default to 4.
6766 (thumbs-marked-list): Rename from thumbs-markedL.
6767 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
6768 (thumbs-rename-images): Use -list instead of L for internal variables.
6769 (thumbs-call-convert): Use call-process instead of shell-command.
6770 (thumbs-insert-thumb): Add filename as help-echo to each image.
6771 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
6772 Give dir to thumbs-show-thumbs-list.
6773 (thumbs-show-thumbs-list): Set default-directory to that of images.
6774 (thumbs-dired-show): Rename from thumbs-dired-show-all.
6775 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
6776 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
6777 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
6778
6779 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6780
6781 * ses.el (ses-read-cell): Provide a default value.
6782
6783 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
6784
6785 * term/w32-win.el (image-library-alist): Add additional names for
6786 GIF library.
6787
6788 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6789
6790 * international/latexenc.el (latexenc-find-file-coding-system):
6791 Add file-regular-p check.
6792
6793 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
6794
6795 * simple.el (clone-buffer): Don't show the new buffer in the same
6796 window.
6797
6798 2006-01-23 Juri Linkov <juri@jurta.org>
6799
6800 * faces.el (link, link-visited): New faces based on default values
6801 of `info-xref' and `info-xref-visited'.
6802
6803 * info.el (info-xref): Inherit from `link'.
6804 (info-xref-visited): Inherit from `link-visited'.
6805
6806 * cus-edit.el (custom-buffer-create-internal): Use widget type
6807 `custom-manual' instead of `info-link' and don't set properties
6808 `button-face' and `mouse-face' explicitly.
6809 (custom-browse-group-tag, custom-browse-variable-tag)
6810 (custom-browse-face-tag): Inherit from widget class
6811 `custom-group-link' instead of `push-button'.
6812 (custom-button-unraised): Inherit from `underline' face.
6813 (custom-link): Inherit from `link' face. Fix doc and group.
6814 (custom-add-parent-links, custom-group-value-create): Don't set
6815 properties `button-face' and `mouse-face' explicitly for
6816 `custom-group-link' widget.
6817 (custom-group-link): Add properties `button-face' and `mouse-face'
6818 to widget definition.
6819 (custom-field-keymap): New variable. Put `custom-field-keymap' to
6820 editable-field's :keymap property.
6821 (custom-mode): Fix docstring: substitute keybindings for
6822 `widget-forward' and `widget-backward' from `widget-keymap',
6823 `widget-complete' from `custom-field-keymap', replace old
6824 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
6825
6826 * desktop.el (desktop-load-file): Check for `fboundp' before
6827 calling `symbol-function'.
6828
6829 * simple.el (clone-buffer, clone-indirect-buffer)
6830 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
6831 `read-string'. Fix prompts.
6832
6833 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
6834
6835 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
6836
6837 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
6838
6839 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
6840
6841 * startup.el (inhibit-splash-screen, initial-scratch-message):
6842 Doc fixes.
6843
6844 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
6845
6846 Sync with Tramp 2.0.52.
6847
6848 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
6849 net/tramp-vc.el: Add code for unloading Tramp. See comment before
6850 `tramp-unload-tramp' for checklist.
6851
6852 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
6853 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
6854 (tramp-unload-file-name-handler-alist)
6855 (tramp-unload-tramp): New defuns.
6856 (tramp-advice-PC-expand-many-files): New defadvice.
6857 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
6858 removed.
6859 (tramp-handle-expand-file-name): Remove double slash.
6860 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
6861 It doesn't matter, because it will be converted later on.
6862 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
6863 implementation was just heuristic.
6864 (tramp-post-connection): Set uid and gid properties.
6865 (tramp-convert-file-attributes): Set file's gid change bit.
6866 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
6867 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
6868 in case of su(do)? methods. The home directory of the local user
6869 will be taken else.
6870 (tramp-open-connection-telnet)
6871 (tramp-open-connection-rsh, tramp-open-connection-su)
6872 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
6873 local shell prompt could hurt. Reported by Romain Francoise
6874 <romain@orebokech.com>.
6875 (tramp-let-maybe): Add `edebug-form-spec' property.
6876 (tramp-handle-expand-file-name): Bind `default-directory' locally
6877 to "/" in order to avoid problems with UNC shares or Cygwin
6878 mounts.
6879 (tramp-md5-function): Fix typo in error message.
6880
6881 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
6882
6883 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
6884 for byte-compiler pacification.
6885
6886 2006-01-22 Andre Spiegel <spiegel@gnu.org>
6887
6888 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
6889 ID-FORMAT `string'. This allows us to get rid of
6890 `vc-user-login-name UID'.
6891
6892 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
6893
6894 2006-01-22 John Paul Wallington <jpw@pobox.com>
6895
6896 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
6897
6898 2006-01-21 Martin Rudalics <rudalics@gmx.at>
6899
6900 * emacs-lisp/find-func.el (find-definition-noselect)
6901 (find-variable-noselect): Search variables in C source code too.
6902 (find-function-C-source, find-function-noselect, find-function)
6903 (find-function-other-frame, find-variable-noselect, find-variable)
6904 (find-variable-other-frame, find-variable-at-point):
6905 Fix docstrings.
6906
6907 2006-01-21 Francesco Potorti` <pot@gnu.org>
6908
6909 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
6910
6911 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
6912
6913 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
6914 Default to disabling the "Save affix" question.
6915
6916 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
6917
6918 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
6919 the first arg to run-python.
6920
6921 2006-01-21 Eli Zaretskii <eliz@gnu.org>
6922
6923 * startup.el (command-line-1): Handle --no-desktop if desktop.el
6924 is not loaded.
6925
6926 2006-01-20 Jay Belanger <belanger@truman.edu>
6927
6928 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
6929 limit is 0.
6930
6931 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
6932 the correct variable.
6933
6934 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
6935
6936 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
6937 link. Fixed buggy argument sequence in call to `org-view-tags'.
6938 (org-compile-prefix-format): Set `org-prefix-has-tag'.
6939 (org-prefix-has-tag): New variable.
6940 (org-format-agenda-item): Remove tags from headline if
6941 appropriate.
6942 (org-agenda-remove-tags-when-in-prefix): New option.
6943 (org-get-tags-at): New function.
6944
6945 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
6946
6947 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
6948 (thumbs-find-image): Move image name and number from buffer name
6949 to mode name. Set thumbs-buffer. Preserve point so that large
6950 images remain visible.
6951 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
6952 order.
6953 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
6954 mode name.
6955 (thumbs-next-image, thumbs-previous-image): Make them work.
6956
6957 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
6958
6959 * cus-edit.el (custom-buffer-create-internal): State in the text above
6960 the whole buffer buttons that they do not operate on hidden items.
6961 (custom-face-menu): Use `custom-face-save' instead of
6962 `custom-face-save-command'.
6963 (custom-face-save-command): Make it an alias for `custom-face-save'
6964 and declare it obsolete.
6965 (custom-face-save): Doc fix.
6966
6967 * dired.el (dired-no-confirm): Add quote.
6968 (dired-subdir-alist-pre-R): Add quote in
6969 `make-variable-buffer-local' form and remove unbalanced parenthesis.
6970
6971 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
6972
6973 * textmodes/table.el (table-mode-indicator): Typo in last change.
6974
6975 2006-01-19 Richard M. Stallman <rms@gnu.org>
6976
6977 * outline.el (hide-leaves): Don't call outline-end-of-heading.
6978 Fixes bug reported in Nov 2005.
6979
6980 * isearch.el (isearch-forward): Doc fix.
6981
6982 * dired.el (dired-move-to-filename-regexp): Define as alias.
6983 (dired-no-confirm): Use defcustom.
6984 (dired-subdir-alist-pre-R): Put defvar at top level.
6985
6986 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
6987
6988 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6989 Mark as risky.
6990
6991 * simple.el (set-mark-command): Doc fix.
6992 (clone-indirect-buffer-other-window):
6993 Read arg like clone-indirect-buffer.
6994 (move-beginning-of-line): Skip invisible newlines.
6995
6996 2006-01-19 Masatake YAMATO <jet@gyve.org>
6997
6998 * progmodes/cpp.el (cpp-edit-load): Make the order of
6999 listed conditions in a base C code buffer and its associate
7000 CPP Edit buffer the same.
7001
7002 2006-01-19 Kenichi Handa <handa@m17n.org>
7003
7004 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
7005 (rmail-mime-feature): Likewise.
7006 (rmail-require-mime-maybe): Use display-warning to show a warning
7007 message.
7008
7009 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
7010 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
7011
7012 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
7013
7014 * array.el: Move defvars out of eval-when-compile.
7015 (array-make-template): Replace undeclared global var with a local one.
7016 (array-mode): Inline initialization functions.
7017 (array-init-local-variables, array-init-max-row)
7018 (array-init-max-column, array-init-columns-per-line)
7019 (array-init-field-width, array-init-rows-numbered)
7020 (array-init-line-length, array-init-lines-per-row): Remove.
7021
7022 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
7023 (doc-mode-map): Define explicitly.
7024 (doctor-txtype): Use mapc.
7025
7026 * textmodes/table.el: Move defvars out of eval-when-compile.
7027 Remove harmful code meant to avoid byte-compiler warnings.
7028 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
7029 specification that checks table-fixed-width-mode directly.
7030 (table-recognize-region, table-recognize-cell):
7031 Use restore-buffer-modified-p.
7032 (table-fixed-width-mode): Remove code that refreshes
7033 table-fixed-mode-indicator.
7034 (*table--cell-describe-bindings, *table--cell-describe-mode):
7035 Avoid obsolete name print-help-return-message.
7036 (table--test-cell-list): Don't use replace-regexp from elisp.
7037 (table--point-entered-cell-function, table--point-left-cell-function):
7038 Don't set table-fixed-mode-indicator, use force-mode-line-update.
7039
7040 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
7041 that was after the end of file. Use buffer-file-name variable.
7042 (org-timestamp-change): Use with-current-buffer.
7043 (org-todo-list): Don't unnecessarily define a new buffer-local var.
7044 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
7045 `file'.
7046
7047 * progmodes/fortran.el: Move defvars out of eval-when-compile.
7048 (fortran-break-line): Remove unused var `opoint'.
7049 (fortran-abbrev-start): Obey help-event-list.
7050
7051 2006-01-18 Jesper Harder <harder@phys.au.dk>
7052
7053 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
7054
7055 2006-01-18 Masatake YAMATO <jet@gyve.org>
7056
7057 * progmodes/make-mode.el (makefile-imake-mode): New mode
7058 derived from makefile-mode.
7059 (makefile-imake-mode-syntax-table): New syntax table
7060 derived from makefile-mode-syntax-table.
7061 (makefile-mode): Write about makefile-imake-mode in doc string.
7062 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
7063 (makefile-imake-font-lock-keywords): New font lock keywords.
7064
7065 * files.el (auto-mode-alist): Add Imakefile.
7066
7067 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
7068
7069 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
7070 loading the file rather than when turning on flyspell-mode.
7071
7072 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
7073
7074 * cus-edit.el (customize-rogue): Minor doc fix.
7075
7076 2006-01-17 Juri Linkov <juri@jurta.org>
7077
7078 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
7079 instead of the file at the mark as default if the file at the mark
7080 is the same as the file at point or if dired-dwim-target-directory
7081 is not the same as the current directory and the mark is not active.
7082
7083 * log-view.el (log-view-minor-wrap): Use the same logic to get
7084 revisions as `log-view-diff'.
7085
7086 * info.el (Info-revert-find-node): Check for Info-current-file
7087 before preserving new-history.
7088
7089 * man.el (Man-heading-regexp): Add `/'.
7090
7091 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
7092 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
7093
7094 2006-01-16 Juri Linkov <juri@jurta.org>
7095
7096 * faces.el (mode-line-faces): New defgroup.
7097 (mode-line-highlight): Move definition after new defgroup.
7098 (mode-line, mode-line-inactive, mode-line-highlight):
7099 Replace :group `modeline' with `mode-line-faces'.
7100 (mode-line-buffer-id): New face.
7101 (modeline-buffer-id): New face alias.
7102 (vertical-border): Remove :group `modeline'.
7103
7104 * bindings.el (propertized-buffer-identification): Use face
7105 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
7106 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
7107 (mode-line-buffer-identification-keymap): For mouse-1 replace
7108 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
7109 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
7110 mouse-3.
7111
7112 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
7113 Buffer-menu-buffer. Doc fix.
7114 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
7115 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
7116 `Buffer-menu-buffer'.
7117
7118 * info.el (Info-mode-line-node-keymap): New defvar.
7119 (Info-set-mode-line): Use `stringp' to check Info-current-file.
7120 Propertize Info-current-node with `mode-line-buffer-id' and
7121 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
7122
7123 * time.el (display-time-mail-face): Replace :group `faces' with
7124 `mode-line-faces'.
7125
7126 2006-01-16 Kenichi Handa <handa@m17n.org>
7127
7128 * international/code-pages.el: Add autoload cookies for cp125[0345678].
7129
7130 * language/european.el (cp1252): New alias for windows-1252.
7131
7132 * international/mule.el (autoload-coding-system): Prepare for EOL
7133 variants.
7134
7135 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
7136
7137 * term.el (term-raw-map): Add mapping for insert.
7138 (term-send-insert): New.
7139 (term-mode): Make variables local here instead of doing it in
7140 `term-emulate-terminal'.
7141 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
7142 Scroll reverse needs to take into account the scroll region.
7143 Saving and restoring the cursor should save the color attributes too.
7144 (term-reset-terminal): Reset the scroll region.
7145 (term-handle-ansi-escape): Cursor up and down should take into
7146 account the scroll region.
7147 (term-set-scroll-region): Rename from `term-scroll-region'.
7148 Move to 0,0 after setting the region.
7149 (term-handle-scroll): Handle scroll up.
7150 (term-down): Fix off by one error.
7151 (term-delete-lines): Do not delete outside the scroll region.
7152 (term-insert-lines): Take into account the scroll region.
7153
7154 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
7155
7156 * textmodes/ispell.el (ispell-internal-change-dictionary)
7157 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
7158 (start, end): Move declaration outside of eval-when-compile.
7159
7160 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
7161 (flyspell-mode-on): Use it.
7162
7163 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
7164 ispell-kill-ispell-hook.
7165
7166 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
7167
7168 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
7169 (Custom-reset-saved): Do not ask for confirmation in single option
7170 buffers.
7171
7172 2006-01-13 Richard M. Stallman <rms@gnu.org>
7173
7174 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
7175
7176 2006-01-13 Romain Francoise <romain@orebokech.com>
7177
7178 * add-log.el (add-change-log-entry, change-log-merge):
7179 Conditionally use `hard-newline'.
7180
7181 2006-01-13 Martin Rudalics <rudalics@gmx.at>
7182
7183 * wid-edit.el (widget-field-end): If the overlay is no longer
7184 associated with a buffer, behave as if the overlay didn't exist.
7185
7186 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
7187 Make sure the links use the `custom-link' face.
7188
7189 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7190
7191 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
7192 (ld-script-mode): Don't set indent-line-function since we don't
7193 have one.
7194
7195 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
7196
7197 * textmodes/org.el (org-open-file): Use mailcap for selecting an
7198 application.
7199 (org-file-apps-defaults-gnu): Use mailcap as the default for
7200 selecting an application on a UNIX system.
7201 (org-agenda-show-tags): New command.
7202 (org-table-insert-hline): Keep cursor in current table line.
7203 (org-table-convert): Offset effect of modifying
7204 `org-table-insert-hline'.
7205 (org-format-agenda-item): New optional argument TAG.
7206 (org-compile-prefix-format): Handle %T format for the tag.
7207 (org-expand-wide-chars): New function.
7208 (org-table-insert-row, org-table-insert-hline):
7209 Use `org-expand-wide-chars'.
7210 (org-open-file): Fix bug in program launch.
7211 (org-get-time-of-day): Fix bug with times before 1am.
7212 (org-agenda-menu): Add tags commands.
7213
7214 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
7215
7216 * textmodes/ispell.el (ispell-init-process): Include the used
7217 dictionary in ispell process start message.
7218 (ispell-internal-change-dictionary): When flyspell-mode is active
7219 and dictionary is changed, make sure ispell process is restarted
7220 and flyspell word cache cleared out for the current buffer.
7221 (ispell-change-dictionary): Make sure flyspell word cache is
7222 cleared out in all buffers with active flyspell mode when
7223 dictionary is globally changed.
7224 Call ispell-internal-change-dictionary after dictionary change.
7225
7226 2006-01-13 Eli Zaretskii <eliz@gnu.org>
7227
7228 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
7229
7230 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
7231 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
7232 years. Fix small differences wrt Makefile.in.
7233 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
7234 Makefile.in does.
7235
7236 2006-01-12 Bill Wohler <wohler@newt.com>
7237
7238 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
7239 mh-search.el.
7240
7241 2006-01-12 Masatake YAMATO <jet@gyve.org>
7242
7243 * progmodes/ld-script.el: Update copyright year.
7244
7245 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
7246
7247 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
7248 Don't add widget if setting undefined.
7249
7250 2006-01-12 John Paul Wallington <jpw@pobox.com>
7251
7252 * help-fns.el (describe-variable): Remove newlines from void
7253 variable output.
7254
7255 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
7256
7257 * wdired.el (wdired-mode-map): Add help echo for
7258 wdired-abort-changes.
7259
7260 * man.el (Man-file-name-regexp): Adjust for a list of files.
7261
7262 2006-01-12 Masatake YAMATO <jet@gyve.org>
7263
7264 * progmodes/ld-script.el (auto-mode-alist): Support
7265 suffix conventions used in netbsd and eCos.
7266
7267 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
7268
7269 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
7270 (custom-variable-menu, custom-face-menu, custom-group-menu)
7271 (Custom-mode-menu): Change names of menu items. (As discussed on
7272 emacs-devel.)
7273 (custom-face-menu): Add "Undo Edits" item.
7274
7275 * startup.el (init-file-user): defcustom -> defvar.
7276
7277 * tooltip.el (tooltip-mode): Doc fix.
7278
7279 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7280
7281 * reveal.el (reveal-post-command): window-buffer signals an error on
7282 dead windows rather than returning nil.
7283 (reveal-open-new-overlays): An overlay might die while we open others.
7284
7285 2006-01-11 Bill Wohler <wohler@newt.com>
7286
7287 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
7288 phrasing in docstring.
7289
7290 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
7291 can give some systems gas. Add new file mh-buffers.el.
7292
7293 2006-01-06 Masatake YAMATO <jet@gyve.org>
7294
7295 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
7296 C preprocessor forward ported from GNU Emacs 21.2.
7297
7298 * progmodes/asm-mode.el (asm-font-lock-keywords):
7299 Use `cpp-font-lock-keywords'.
7300
7301 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
7302
7303 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
7304 of $ for "\\.ld[s]?".
7305
7306 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
7307
7308 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
7309 (tcl-indent-line): Return `noindent' if inside a string.
7310
7311 * progmodes/flymake.el (flymake-split-string): Remove more than one
7312 empty string at beg/end of the result.
7313 (flymake-find-buildfile, flymake-find-possible-master-files):
7314 Use expand-file-name.
7315 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
7316 since expand-file-name does it for us. Use directory-file-name.
7317 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
7318 (flymake-ler-get-type, flymake-ler-get-text)
7319 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
7320 (flymake-current-line-no): Remove spurious interactive spec.
7321 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
7322 (flymake-check-include): Remove arg inc-path merged into inc-name.
7323 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
7324 Arg regexp-list replaced by a simple regexp.
7325 (flymake-master-make-header-init, flymake-master-tex-init):
7326 Correspondingly replace regexp-list with a regexp. Fix regexp.
7327
7328 2006-01-10 Simon Josefsson <jas@extundo.com>
7329
7330 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
7331 describing AUTH PLAIN fix.
7332
7333 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7334
7335 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
7336 (report-emacs-bug): Don't record initial prompt text.
7337 Instead, add text properties to prompting text.
7338 (report-emacs-bug-hook): Delete prompting text.
7339
7340 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7341
7342 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
7343 `dirs'. Adjust callers.
7344
7345 2006-01-09 John Paul Wallington <jpw@gnu.org>
7346
7347 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
7348
7349 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7350
7351 * reveal.el (reveal-open-new-overlays): New extracted fun.
7352 (reveal-close-old-overlays): Idem. Check overlays's liveness before
7353 using them. Simplify the code.
7354 (reveal-post-command): Use them. Fix up obsolete windows in
7355 reveal-open-spots.
7356
7357 * progmodes/flymake.el: Use `require' rather than autoload for
7358 XEmacs's overlays.
7359 (flymake-get-common-file-prefix, flymake-build-relative-filename):
7360 Delete. Use file-relative-name instead.
7361 (flymake-get-syntax-check-program-args, flymake-perl-init):
7362 Simplify the resulting code.
7363
7364 * log-view.el (log-view-file-re, log-view-message-re): Add support
7365 for DaRCS output.
7366
7367 2006-01-09 Alex Schroeder <alex@gnu.org>
7368
7369 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
7370 identifiers sometimes added in square brackets at the beginning of
7371 subject lines.
7372
7373 2006-01-07 Richard M. Stallman <rms@gnu.org>
7374
7375 * cus-edit.el (Custom-set, Custom-save): Doc fix.
7376 (Custom-reset-current, Custom-reset-saved): Change question text.
7377 (Custom-reset-standard): Likewise.
7378 (custom-variable-reset-saved): Doc fix.
7379
7380 2006-01-07 Eli Zaretskii <eliz@gnu.org>
7381
7382 * startup.el (init-file-user): Doc fix.
7383
7384 2006-01-07 Alex Schroeder <alex@gnu.org>
7385
7386 * mail/rmail.el (rmail-current-subject): New function.
7387 (rmail-current-subject-regexp): New function.
7388 (rmail-next-same-subject): Use it.
7389
7390 * mail/rmailsum.el (rmail-summary-by-topic):
7391 Use rmail-current-subject and rmail-current-subject-regexp.
7392 (rmail-summary-next-same-subject): Ditto.
7393
7394 * net/rcirc.el (rcirc-send-input): No longer check whether the
7395 process is open, since not all commands need an open process.
7396 (rcirc-send-string): Check whether the process is open before
7397 sending anything.
7398 (rcirc-ignore-list): New option.
7399 (rcirc-ignore-list-automatic): New variable.
7400 (rcirc-print): Take rcirc-ignore-list into account.
7401 (rcirc-cmd-ignore): New command.
7402 (rcirc-ignore-update-automatic): New function.
7403 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
7404 list if ignored nicks.
7405 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
7406
7407 2006-01-06 David Reitter <david.reitter@gmail.com>
7408
7409 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
7410 reflect the address to which the report will be sent.
7411
7412 2006-01-06 Eli Zaretskii <eliz@gnu.org>
7413
7414 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
7415 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
7416
7417 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
7418
7419 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
7420
7421 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
7422 the doc string: "functoin" => "function".
7423 * ldefs-boot.el: Likewise.
7424
7425 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
7426 message text: "Duplicat" => "Duplicate".
7427
7428 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
7429
7430 * files.el (basic-save-buffer-2): If backing-up failed, reset
7431 buffer-backed-up to nil.
7432
7433 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
7434
7435 * progmodes/gud.el (gdb-script-skip-to-head)
7436 (gdb-script-calculate-indentation): Indent for breakpoint command
7437 lists also.
7438
7439 2006-01-05 Bill Wohler <wohler@newt.com>
7440
7441 * Makefile.in (compile-always): Add mh-autoloads dependency.
7442 (bootstrap): Remove mh-autoloads dependency, as compile dependency
7443 provides it.
7444 (updates): Remove mh-autoloads dependency, since it probably has
7445 already run recently (via recompile).
7446
7447 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7448
7449 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
7450 argument `force' to disable the flyspell-last-buffer optimization.
7451 (flyspell-mode-on): Use it.
7452
7453 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
7454 flymake-simple-cleanup.
7455 (flymake-allowed-file-name-masks): Use this new default.
7456 All the functions are now called in the right buffer rather than
7457 passing the buffer as argument.
7458 (flymake-process-sentinel): Switch to buffer before calling cleanup.
7459 (flymake-parse-err-lines): Remove redundant buffer arg.
7460 (flymake-get-program-dir): Comment out unused function.
7461 (flymake-start-syntax-check, flymake-start-syntax-check-process):
7462 Remove redundant buffer argument.
7463 (flymake-get-real-file-name, flymake-simple-java-cleanup)
7464 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
7465
7466 2006-01-05 Richard M. Stallman <rms@gnu.org>
7467
7468 * info.el (Info-find-node): Don't record previous node if have none.
7469 (info): Go to directory only if history is empty.
7470
7471 * simple.el (mark): Doc fix.
7472
7473 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7474
7475 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
7476 already of desired type.
7477 (mac-ae-list): Coerce parameter to "list" type.
7478 (mac-dispatch-apple-event): Replace cadr part of event with a
7479 dummy position so that event-start returns it.
7480
7481 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
7482
7483 * textmodes/org.el (org-end-of-subtree): New function.
7484 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
7485 Use `org-end-of-subtree'.
7486 (org-agenda, org-agenda-convert-date): Protect calls to
7487 `fit-window-to-buffer'.
7488 (org-tags-view): Force matching of sublevels when doing a
7489 todo-only search. Define the correct redo command, including the
7490 arguments.
7491 (org-agenda-redo): Display message.
7492 (org-check-for-org-mode): New function.
7493 (org-agenda-type): New variable.
7494 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
7495 Set `org-agenda-type'.
7496 (org-agenda-check-type): New function.
7497 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7498 (org-agenda-week-view, org-agenda-day-view)
7499 (org-agenda-next-date-line, org-agenda-previous-date-line)
7500 (org-agenda-log-mode, org-agenda-toggle-diary)
7501 (org-agenda-toggle-time-grid, org-agenda-date-later)
7502 (org-agenda-date-prompt, org-agenda-diary-entry)
7503 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
7504 (org-agenda-convert-date, org-agenda-menu):
7505 Use `org-agenda-check-type'.
7506 (org-make-overlay, org-delete-overlay)
7507 (org-detatch-overlay, org-move-overlay, org-overlay-put):
7508 New compatibility functions.
7509 (org-calendar-select-mouse): New command.
7510
7511 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
7512
7513 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
7514 (Custom-reset-standard): Fix y-or-n-p messages.
7515 (custom-link): New face for links.
7516 (custom-buffer-create-internal, custom-manual): Use it.
7517 (custom-face-save): Push to theme-face before setting face spec.
7518
7519 * wid-edit.el (widget-default-mouse-face-get): New function.
7520 (widget-specify-button): Handle mouse-face like button-face.
7521
7522 * custom.el (load-theme): Clear old theme settings if reloading.
7523
7524 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
7525
7526 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
7527 "Erase Customization" button back to same position it occupies in
7528 the individual State menus.
7529
7530 2006-01-04 Kim F. Storm <storm@cua.dk>
7531
7532 * wid-edit.el (key-sequence): Rework widget to read key binding
7533 using `kbd' syntax. Use C-q to insert literal key, event, or code.
7534 (widget-key-sequence-default-value): Default value for empty sequence.
7535 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
7536 (widget-key-sequence-read-event): New command for C-q.
7537 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
7538 (widget-key-sequence-value-to-external): New functions.
7539
7540 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7541
7542 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
7543 Use expand-file-name.
7544 (flymake-delete-temp-directory): Use expand-file-name,
7545 file-name-directory, and directory-file-name.
7546 (flymake-strrchr): Delete.
7547 (flymake-start-syntax-check): Don't pass the redundant buffer argument
7548 to the init-f function.
7549 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
7550 (flymake-init-find-buildfile-dir)
7551 (flymake-init-create-temp-source-and-master-buffer-copy)
7552 (flymake-simple-make-init-impl, flymake-simple-make-init)
7553 (flymake-master-make-init, flymake-master-make-header-init)
7554 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
7555 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
7556 (flymake-xml-init): Remove corresponding redundant buffer argument.
7557 (flymake-allowed-file-name-masks): Remove last elems that are equal to
7558 the default anyway. Clean up regexps.
7559
7560 * progmodes/flymake.el (flymake-temp-source-file-name)
7561 (flymake-master-file-name, flymake-temp-master-file-name)
7562 (flymake-base-dir): New buffer-local vars.
7563 (flymake-buffer-data, flymake-get-buffer-value)
7564 (flymake-set-buffer-value): Replace those hash-tables by the new
7565 buffer-local vars. Update callers.
7566
7567 * progmodes/flymake.el (flymake-check-start-time)
7568 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
7569 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
7570 Move definition, so we can remove redundant earlier declaration.
7571 (flymake-replace-regexp-in-string, flymake-split-string)
7572 (flymake-get-temp-dir): Use defalias.
7573 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
7574 (flymake-xemacs-window-edges): Remove unused function.
7575 (flymake-get-point-pixel-pos): Move.
7576 (flymake-pid-to-names, flymake-reg-names)
7577 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
7578 Replace by a simple list flymake-processes and by process-buffer.
7579 Update callers. Other than simplify the code, it uses buffers rather
7580 than buffer-names so it doesn't get confused by uniquify.
7581 (flymake-buffer-data): The global value should just be nil.
7582
7583 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
7584 Optimize the body of a defalias like any other code.
7585
7586 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
7587 Make sure we've setup font-lock's vars. It may influence which
7588 function we then call.
7589 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
7590 here since it's too late anyway.
7591
7592 2006-01-03 Romain Francoise <romain@orebokech.com>
7593
7594 * startup.el (fancy-splash-tail, normal-splash-screen):
7595 Update copyright year.
7596
7597 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
7598
7599 * mouse.el (mouse-drag-track): Rename, from
7600 `mouse-drag-region-1'. Includes optional argument required to
7601 enable post-drag event processing (e.g. delete region keys).
7602 Can be used without this argument to track a mouse region and operate
7603 on it as soon as the drag completes.
7604 (mouse-drag-region): Use `mouse-drag-track'.
7605
7606 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
7607
7608 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
7609 Move to `custom-buffer' group.
7610
7611 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
7612 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
7613 (custom-theme-insert-face-marker, custom-theme-variable-menu)
7614 (custom-theme-face-menu): New variables.
7615 (custom-theme-add-variable, custom-theme-variable-action)
7616 (custom-variable-reset-theme, custom-theme-delete-variable)
7617 (custom-face-reset-theme, custom-theme-face-action)
7618 (custom-theme-delete-face, custom-theme-merge-theme)
7619 (custom-theme-add-face, custom-theme-visit-theme): New functions.
7620
7621 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
7622
7623 * custom.el: Move Custom Themes commentary to start of theme code.
7624 (custom-known-themes): Rename `standard' theme to `changed'.
7625 (custom-push-theme): Caller no longer specifies what theme to use
7626 when doing `reset'---the setting is simply removed from the theme.
7627 Delete MODE from `theme-value' and `theme-settings' properties.
7628 (custom-declare-theme): Ignore &rest args since we don't use them.
7629
7630 (custom-loaded-themes): Delete variable.
7631 (custom-theme-load-themes, custom-theme-loaded-p)
7632 (custom-theme-value): Delete functions.
7633
7634 (custom-declare-theme): Signal error on invalid theme names.
7635 (provide-theme): custom-loaded-themes was deleted.
7636 (load-theme): Load the file unconditionally.
7637 (enable-theme): Call `load-theme' if theme is undefined.
7638 (custom-enabled-themes): Only update value for successful loads.
7639 (disable-theme): Complete from enabled themes when interactive.
7640 (custom-variable-theme-value): Calculate theme value directly.
7641
7642 (custom-theme-reset-variables, custom-reset-variables): Mark as
7643 XEmacs compatibility functions. We don't actually use these.
7644
7645 * cus-edit.el (custom-variable-state-set):
7646 Use custom-variable-theme-value instead of custom-theme-value.
7647 (custom-face-state-set): Rename `standard' theme to `changed'.
7648 (custom-save-variables, custom-save-faces): Delete unneeded
7649 references to custom-reset-variables.
7650 (custom-save-resets): Delete function.
7651 (custom-save-variables, custom-save-faces): MODE argument deleted.
7652 (custom-save-variables, custom-save-faces): Ignore theme values.
7653
7654 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
7655 compatibility function.
7656
7657 2006-01-01 Richard M. Stallman <rms@gnu.org>
7658
7659 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
7660 (Custom-reset-current, Custom-reset-saved): Likewise.
7661 (Custom-reset-standard): Show message if aborted.
7662 (custom-mode): Doc fix, describing those commands.
7663
7664 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
7665 put on event-kind property.
7666
7667 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
7668
7669 * custom.el (provide-theme): Ban `user' theme name.
7670 (custom-enabling-themes): New variable.
7671 (enable-theme): Don't enable user if custom-enabling-themes is t.
7672 (custom-enabled-themes): Make it a defcustom.
7673 (custom-theme-recalc-face): No-op if face is undefined.
7674
7675 * cus-edit.el (custom-button-mouse): New variable.
7676 (custom-button-mouse): New face.
7677 (custom-raised-buttons, custom-mode): Use it.
7678
7679 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
7680
7681 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7682
7683 * progmodes/gud.el (gud-display-line): Support hl-line in the
7684 source buffer.
7685
7686 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
7687
7688 * mouse.el (mouse-drag-window-above): Verify that the found window
7689 overlaps with the given window in the horizontal dimension.
7690
7691 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7692
7693 * Makefile.in (cvs-update): New target.
7694
7695 * makefile.w32-in (cvs-update): Ditto.
7696
7697 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
7698
7699 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
7700 (custom-new-theme-mode-map): New variable.
7701
7702 2005-12-30 Richard M. Stallman <rms@gnu.org>
7703
7704 * custom.el (custom-load-themes): Function deleted.
7705
7706 * cus-edit.el (custom-save-loaded-themes): Function deleted.
7707 (custom-save-variables): Don't delete or add custom-load-themes call.
7708
7709 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
7710
7711 * cus-start.el: Add `visible-cursor'.
7712
7713 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
7714 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
7715 (flymake-process-filter): Switch to buffer before calling it instead.
7716 (flymake-post-syntax-check, flymake-highlight-err-lines)
7717 (flymake-delete-own-overlays, flymake-parse-err-lines)
7718 (flymake-start-syntax-check, flymake-start-syntax-check-process)
7719 (flymake-count-lines, flymake-parse-residual):
7720 Remove constant buffer argument.
7721 (flymake-start-syntax-check-for-current-buffer): Remove.
7722 Update callers to use flymake-start-syntax-check instead.
7723 (flymake-display-err-menu-for-current-line):
7724 Remove unused var `mouse-pos'.
7725 (flymake-restore-formatting): Comment out unused function.
7726 (flymake-report-status, flymake-report-fatal-status): Remove buffer
7727 argument, use current-buffer instead. Update callers.
7728
7729 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7730
7731 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
7732 buffer-local because choose-completion-delete-max-match requires
7733 that we set completion-ignore-case (i.e., binding via let is not
7734 sufficient).
7735 (bibtex-complete): Always set completion-ignore-case and
7736 choose-completion-string-functions. The latter is needed because
7737 choose-completion-string-functions keeps its value if we quit the
7738 *Completions* buffer without requesting a completion.
7739
7740 2005-12-30 Andreas Schwab <schwab@suse.de>
7741
7742 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
7743
7744 2005-12-30 Eli Zaretskii <eliz@gnu.org>
7745
7746 * jit-lock.el (jit-lock-chunk-size): Doc fix.
7747
7748 2005-12-30 Juri Linkov <juri@jurta.org>
7749
7750 * locate.el (locate-fcodes-file, locate-header-face)
7751 * progmodes/delphi.el (delphi-other-face)
7752 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
7753
7754 * paren.el (show-paren-match, show-paren-mismatch): Use existing
7755 group `paren-showing-faces'.
7756
7757 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
7758 (goto-address): Fix docstring.
7759
7760 * net/webjump.el (webjump-sample-sites): Update URLs.
7761
7762 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
7763
7764 * subr.el (cancel-change-group): Add listp around pending-undo-list.
7765
7766 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
7767
7768 * font-lock.el (font-lock-compile-keywords): Signal an error when
7769 font-lock-set-defaults hasn't been called.
7770
7771 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
7772
7773 * subr.el (noreturn, 1value): Doc fixes.
7774
7775 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7776
7777 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
7778 that assoc-string returns nil.
7779
7780 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7781
7782 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
7783 (bibtex-entry-type-str, bibtex-empty-field-re)
7784 (bibtex-search-backward-string, bibtex-preamble-prefix)
7785 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
7786 (bibtex-any-valid-entry-type): New variable.
7787 (bibtex-parse-field-name): Simplify.
7788 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
7789 (bibtex-preamble-prefix): Include left delimiter.
7790 (bibtex-search-forward-field, bibtex-search-backward-field):
7791 Allow unbounded search past entry boundaries (required by bibtex-pop).
7792 (bibtex-text-in-field-bounds): Use push.
7793 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
7794 (bibtex-parse-preamble, bibtex-valid-entry)
7795 (bibtex-beginning-first-field): New functions.
7796 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
7797 (bibtex-map-entries): Fix docstring.
7798 (bibtex-flash-head): New arg prompt. Simplify.
7799 (bibtex-enclosing-field): Include code of bibtex-inside-field.
7800 (bibtex-insert-kill): Simplify. Always insert text past the
7801 current field or entry.
7802 (bibtex-format-entry): Use bibtex-parse-field.
7803 (bibtex-pop): Use bibtex-beginning-of-entry and
7804 bibtex-end-of-entry to initiate the search. Insert empty field if
7805 we found ourselves.
7806 (bibtex-print-help-message): New args field and comma.
7807 Handle entry keys.
7808 (bibtex-make-field): Use bibtex-beginning-of-entry.
7809 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
7810 invalid entry.
7811 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
7812 Handle preambles. Simplify code for thorough test.
7813 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
7814 New arg comma. Handle entry heads.
7815 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
7816 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
7817 New arg comma.
7818 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
7819 (bibtex-fill-field): Simplify.
7820 (bibtex-fill-entry): Use bibtex-beginning-first-field and
7821 bibtex-parse-field.
7822 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
7823 (bibtex-complete): Use bibtex-parse-preamble.
7824
7825 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
7826
7827 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
7828 Display name of expression instead of convenience variable.
7829 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
7830
7831 * progmodes/gud.el (gud-tooltip-dereference): Rename from
7832 toggle-gud-tooltip-dereference.
7833 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
7834 (gud-tooltip-tips): ...here when dereferencing.
7835
7836 2005-12-28 Bill Wohler <wohler@newt.com>
7837
7838 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
7839
7840 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
7841
7842 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
7843 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
7844 (vc-annotate-display-autoscale): Adjust call.
7845 (vc-annotate-display-default): Adjust call. Make arg compulsory.
7846 Fix interactive spec.
7847 (vc-annotate-time-span): Remove.
7848 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
7849 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
7850 (vc-annotate-display-select): Use new name.
7851
7852 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
7853 (vc-annotate-mode-menu): Remove left-over redundant declaration.
7854 Correct the construction of span entries. Simplify.
7855 (vc-annotate-display-select): Fix the nil case.
7856 (vc-annotate): Remove obsolete (and now broken) code.
7857 (vc-annotate-extract-revision-at-line): Remove obsolete code.
7858 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
7859
7860 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7861
7862 * subr.el (lazy-completion-table): Correct typo in docstring.
7863
7864 * startup.el (command-line): Use `custom-reevaluate-setting' for
7865 `send-mail-function'.
7866
7867 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
7868
7869 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
7870
7871 * mail/smtpmail.el (smtpmail-try-auth-methods):
7872 Send credentials together with "AUTH PLAIN" command.
7873
7874 2005-12-27 Richard M. Stallman <rms@gnu.org>
7875
7876 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
7877 mouse-2, go back to previously selected window, so it's selected
7878 when mouse-2 command runs.
7879
7880 2005-12-27 Juri Linkov <juri@jurta.org>
7881
7882 * descr-text.el (describe-text-sexp): Use square brackets for
7883 button [Show] to distinguish it from the property value `show'.
7884 (describe-property-list): Use `insert-text-button' with
7885 `help-face' type instead of putting face in quotes, because button
7886 is not created automatically for a list of faces.
7887 (describe-text-properties-1): Put button-type value in quotes to
7888 distinguish from plain text "button".
7889 (describe-char): Display code point values in hex. Don't use
7890 `symbol-name' for `current-input-method' because it is a string.
7891 Use `insert-text-button' with `help-face' type instead of putting
7892 hardcoded face in quotes, because button is not created automatically.
7893
7894 2005-12-27 Richard M. Stallman <rms@gnu.org>
7895
7896 * progmodes/glasses.el (glasses-face): More specific custom type.
7897
7898 * files.el (set-visited-file-name): Doc fix.
7899
7900 * textmodes/flyspell.el (flyspell-external-point-words):
7901 Use local var buffer-scan-pos to advance scan for next misspelling.
7902 Advance it only after we find the misspelling.
7903
7904 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
7905
7906 * textmodes/flyspell.el (flyspell-external-point-words):
7907 New criteria for finding the misspelling in the buffer.
7908
7909 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
7910
7911 * help-mode.el (help-insert-string): Set help-xref-stack-item
7912 rather than call help-setup-xref.
7913
7914 * descr-text.el (describe-char): Revert previous changes for
7915 optional buffer argument.
7916
7917 2005-12-27 Juri Linkov <juri@jurta.org>
7918
7919 * help-mode.el (help-insert-string): New function. Save buffer
7920 contents in cases where it is impossible to recompute the old contents.
7921
7922 * descr-text.el (describe-char): Set help-xref-stack-item
7923 explicitly after buffer has been generated.
7924
7925 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7926
7927 * cus-start.el (all): Add x-gtk-show-hidden-files.
7928
7929 2005-12-26 Richard M. Stallman <rms@gnu.org>
7930
7931 * replace.el (perform-replace): Calculate match-again
7932 before skipping read-only matches.
7933
7934 * paren.el (paren-showing-faces): New group.
7935 (show-paren-match, show-paren-mismatch): Move to that group.
7936
7937 * button.el (button): Put into group `basic-faces'.
7938
7939 * progmodes/make-mode.el: Remove faces from group `faces'.
7940
7941 * apropos.el (apropos, apropos-value): Doc fix.
7942 (apropos-documentation): Doc fix.
7943
7944 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
7945
7946 * subr.el (lazy-completion-table): Remove argument `args'.
7947
7948 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7949 Don't use the `args' argument of lazy-completion-table.
7950
7951 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
7952
7953 * descr-text.el (describe-char): Add optional argument for buffer.
7954 Set buffer appropriately. Call help-setup-xref.
7955 Suggested by Stefan Monnier.
7956
7957 2005-12-26 Juri Linkov <juri@jurta.org>
7958
7959 * descr-text.el: Require `help-fns' at runtime. Don't require
7960 `button' for byte compilation.
7961 (describe-text-widget): Add `help-echo' for first button.
7962 Use `help-info' for second.
7963 (describe-property-list): Use `help-argument-name' instead of `italic'.
7964 (describe-text-category): Add prompt to interactive spec.
7965 Call `help-setup-xref'.
7966 (describe-char): Use `help-character-set'. Add `help-echo' for
7967 code point. Use `help-input-method'. Remove superfluous insert.
7968
7969 2005-12-25 Richard M. Stallman <rms@gnu.org>
7970
7971 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
7972 at point, in case of narrowing.
7973
7974 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
7975
7976 * locate.el (locate-header-face): Allow nil in type.
7977
7978 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
7979
7980 2005-12-25 Romain Francoise <romain@orebokech.com>
7981
7982 * battery.el (battery-linux-proc-acpi): Also try
7983 `/proc/acpi/thermal_zone/THM0/temperature'.
7984
7985 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
7986
7987 * custom.el (custom-push-theme): Fix docstring.
7988
7989 * cus-edit.el (custom-variable-set, custom-variable-save)
7990 (custom-variable-save): Custom-quote widget values.
7991 (customize-save-variable): Fix custom-push-theme call.
7992
7993 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7994
7995 * w32-fns.el (w32-batch-update-autoloads): New function.
7996
7997 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
7998 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
7999 from the command line.
8000
8001 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
8002
8003 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
8004 reset means to remove setting from theme entirely. Don't keep
8005 expanding theme-settings list; delete old entries if necessary.
8006
8007 * cus-edit.el (custom-buffer-create-internal): Move "Erase
8008 customization" button one line up.
8009 (custom-themed): New face.
8010 (custom-magic-alist): New value, THEMED, for theme settings.
8011 (custom-variable-state-set, custom-face-state-set):
8012 Check theme-value instead of saved-value.
8013 (custom-variable-reset-standard, custom-face-reset-standard):
8014 Remove theme setting entirely. Recalculate new values.
8015 (custom-variable-set, custom-variable-set)
8016 (custom-variable-reset-saved, custom-variable-reset-backup)
8017 (custom-face-set, custom-face-reset-saved): Update `user' theme.
8018 (custom-variable-save): Fix typos.
8019
8020 2005-12-23 Juri Linkov <juri@jurta.org>
8021
8022 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
8023 Add autoload cookies.
8024 (edebug-outside-d-c-i-n-s-w): New variable.
8025 (edebug-display, edebug-outside-excursion): Use it to save the
8026 original value of default-cursor-in-non-selected-windows.
8027 Set default-cursor-in-non-selected-windows to t while Edebug
8028 is active.
8029 (edebug-mode, edebug-eval-mode): Doc fix.
8030
8031 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
8032 with `buffer-substring-no-properties' to remove common substring
8033 highlighting.
8034
8035 * info.el (info-other-window, info): Rename function argument
8036 `file' to `file-or-node'.
8037 (Info-complete-menu-item): Use local variable `complete-nodes' to
8038 keep the global value of `Info-complete-nodes' unchanged for
8039 subsequent completions.
8040 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
8041
8042 * simple.el (get-next-valid-buffer, last-buffer)
8043 (next-error-buffer-p, next-error-find-buffer)
8044 (minibuffer-history-sexp-flag): Doc fix.
8045
8046 * savehist.el (savehist-mode-hook): Add `:group'.
8047
8048 * log-view.el: Call autoload for vc-find-version.
8049 (log-view-current-file): Adjust subgroup numbers.
8050 (log-view-current-tag): Add `length'.
8051
8052 2005-12-23 Richard M. Stallman <rms@gnu.org>
8053
8054 * vc.el (vc-annotate-car-last-cons): Defn moved up.
8055
8056 2005-12-23 Juri Linkov <juri@jurta.org>
8057
8058 * hi-lock.el (hi-lock-archaic-interface-message-used)
8059 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
8060 (hi-lock-mode): Display "Hi" in the mode line only when
8061 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
8062 (hi-lock-write-interactive-patterns):
8063 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
8064 (hi-lock-set-pattern, hi-lock-set-file-patterns)
8065 (hi-lock-font-lock-hook): Set 3rd arg `how' of
8066 font-lock-add-keywords to t.
8067
8068 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
8069
8070 * hi-lock.el (hi-lock-highlight-range): New variable.
8071 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
8072 only if font-lock-fontified is non-nil. Remove overlays.
8073 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
8074 font-lock-fontified is non-nil, otherwise use overlays (instead of
8075 text properties).
8076 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
8077 New variables.
8078 (hi-lock-string-serialize) New function.
8079
8080 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8081
8082 * menu-bar.el (menu-find-file-existing): New function.
8083 (menu-bar-file-menu): Use menu-find-file-existing for Open.
8084
8085 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
8086
8087 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
8088
8089 * vc.el: Remove unnecessary leading * in docstrings.
8090 (vc-annotate-mode-map): Move initialization into declaration.
8091 (vc-static-header-alist): Nitpick on the regexp.
8092 (vc-default-init-version): New fun.
8093 (vc-register): Use it.
8094 (vc-insert-headers): Use dolist.
8095 (vc-annotate-get-backend): Remove unused function.
8096 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
8097 (vc-annotate-mode): Remove corresponding call.
8098 (vc-annotate-car-last-cons): Simplify.
8099 (vc-annotate-buffers): Remove var.
8100 (vc-annotate-backend): Make it buffer-local.
8101 (vc-annotate): Move the interaction to the interactive spec.
8102 Add a `buf' argument.
8103 (vc-annotate-warp-version): Use this new `buf' argument to avoid
8104 killing&creating a vc-annotate buffer, which is very disruptive when
8105 the buffers are shown in dedicated frames.
8106
8107 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
8108
8109 * descr-text.el: Add FSF as maintainer.
8110 (describe-text-mode, describe-text-mode-map)
8111 (describe-text-mode-hook, describe-text-done): Delete. Use normal
8112 help-mode.
8113 (describe-text-widget, describe-text-sexp)
8114 (describe-property-list, describe-text-category)
8115 (describe-text-properties, describe-text-properties-1)
8116 (describe-char): Use help buttons instead of widgets.
8117 (describe-char-unicodedata-file): Make URL link in doc string.
8118
8119 2005-12-22 Richard M. Stallman <rms@gnu.org>
8120
8121 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
8122 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
8123 Don't include buttons that write a file when there's no file.
8124 (custom-variable-menu, custom-face-menu, custom-group-menu):
8125 Don't include commands that write a file when there's no file.
8126 (customize-browse): Reword the top-of-buffer help intro.
8127 (custom-buffer-create-internal): Fix previous change.
8128 (customize-changed-options-previous-release): Prev release is 21.1.
8129 (customize-changed-options): Doc fix.
8130 (customize-changed): New alias.
8131 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
8132 Say "standard values".
8133 (Custom-reset-standard): Doc fix.
8134 (custom-face-reset-standard): Doc fix.
8135
8136 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
8137
8138 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
8139 even if font-lock-mode is non-nil since it may be t without having
8140 turned on font-lock-mode-internal.
8141 (font-lock-choose-keywords): Minor optimization.
8142 (font-lock-add-keywords, font-lock-remove-keywords)
8143 (font-lock-set-defaults): Don't call make-local-variable on a variable
8144 that we know to already be local.
8145
8146 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8147
8148 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
8149 messages if in the minibuffer.
8150
8151 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
8152
8153 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
8154 (tex-mode-flyspell-verify, flyspell-get-word)
8155 (flyspell-external-point-words): Don't use point-min/max uselessly.
8156
8157 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
8158 by Kevin Rodgers. Instead, just hide the completions buffer if we
8159 don't need to show it.
8160
8161 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
8162
8163 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
8164
8165 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
8166
8167 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
8168 delete-windows-on with an inexistent buffer.
8169
8170 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
8171
8172 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8173 Delete defcustom variable :tag names.
8174
8175 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
8176
8177 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
8178 (log-view-font-lock-keywords): Ajust subgroup numbers.
8179 (log-view-current-tag): Don't hard code the number of subgroups.
8180
8181 2005-12-20 Juri Linkov <juri@jurta.org>
8182
8183 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
8184 (tooltip-x-offset, tooltip-y-offset): Doc fix.
8185
8186 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
8187 (menu-bar-non-minibuffer-window-p): Instead of checking
8188 display-multi-frame-p, use selected-frame when menu-updating-frame
8189 is nil.
8190
8191 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
8192
8193 * align.el (align-rules-list): Use [ \t] instead of \s-
8194 for column separators in text mode.
8195
8196 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
8197
8198 * help-mode.el (help-customize-variable, help-customize-face):
8199 Don't pop help-xref-stack as help-follow no longer pushes
8200 anything on to it.
8201
8202 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
8203
8204 * textmodes/org.el (org-agenda-custom-commands): New option.
8205 (org-agenda): Offer custom commands on splash screen.
8206 (org-make-tags-matcher): Parser for Boolean logic added.
8207 (org-agenda-set-tags): New command.
8208 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
8209 (org-set-tags): Efficiency improvements.
8210 (org-auto-align-tags): New option.
8211 (org-todo, org-demote, org-promote): Realign tags.
8212 (org-tags-completion-function): Use also "&" and "|" as separators.
8213 (org-org-menu): Agenda commands simplified.
8214
8215 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
8216
8217 * cus-edit.el (customize-apropos, customize-apropos-options):
8218 Docstring changes.
8219
8220 * font-lock.el (font-lock): Add tags to the links in the defgroup.
8221
8222 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
8223
8224 * longlines.el (longlines-mode): Wrap while widened.
8225 (longlines-decode-region, longlines-encode-region): Compute max
8226 just once.
8227
8228 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8229
8230 * cus-edit.el (mac): New group.
8231
8232 * cus-start.el (all): Add user options in macterm.c. Add test for
8233 Mac-related built-ins. Fix test for GTK-related built-ins.
8234
8235 * term/mac-win.el (mac-handle-language-change)
8236 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
8237 (mac-services-open-selection, mac-services-mail-selection)
8238 (mac-services-mail-to, mac-services-insert-text)
8239 (mac-dispatch-apple-event): Add docstrings.
8240 (x-get-selection, mac-select-convert-to-string): Select coding
8241 system from `utf-16be' and `utf-16le' using `byteorder'.
8242
8243 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
8244
8245 * subr.el (lazy-completion-table): Don't be fooled if the var holds
8246 a "list" (lambda ...) rather than a real completion list.
8247
8248 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
8249 lexical-let when encountering ((lambda (...) ...) ...).
8250
8251 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
8252
8253 * progmodes/sh-script.el (sh-mode):
8254 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
8255 * textmodes/picture.el (picture-mode): Update docstrings.
8256
8257 2005-12-17 Eli Zaretskii <eliz@gnu.org>
8258
8259 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
8260 commands enclosed in $(ARGQUOTE)s should not be split between two
8261 lines, as that will break with GNU Make >3.80, when sh.exe is used
8262 and arg quoting is with '..'.
8263 (autoloads): Don't break the quoted --eval expression between
8264 several lines.
8265
8266 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
8267
8268 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
8269 Capture error from printing circular structures.
8270
8271 2005-12-17 Martin Rudalics <rudalics@gmx.at>
8272
8273 * wid-edit.el (widget-checkbox-action): Clear undo info.
8274
8275 2005-12-16 Bill Wohler <wohler@newt.com>
8276
8277 * menu-bar.el (kill-this-buffer): Set a good example by using menu
8278 bar, not menubar in comment.
8279
8280 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
8281
8282 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
8283 After-change-functions should not clobber the match data.
8284
8285 2005-12-16 Juri Linkov <juri@jurta.org>
8286
8287 * simple.el (choose-completion): Use `buffer-substring-no-properties'
8288 instead of `buffer-substring'.
8289 (completion-common-substring): Doc fix.
8290 (completion-setup-function): Use minibuffer-completion-contents
8291 instead of minibuffer-contents. Don't set common-string-length
8292 initially. Remove special handling of partial-completion-mode.
8293 Move computation of completion-base-size into one cond.
8294 Call completion-base-size-function in mainbuf. In computation of
8295 completion-base-size for file name completion don't move point to
8296 the end of the minibuffer. Move computation of common-string-length
8297 into one cond. Start putting faces only when common-string-length>=0.
8298 Add condition to put completions-common-part when
8299 common-string-length>0.
8300
8301 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
8302 place point at the first different character in the minibuffer
8303 even if this position is at the beginning of the minibuffer.
8304
8305 * info.el (Info-read-node-name-1): In completion-base-size-function's
8306 lambda return 1 if common-substring or minibuffer-completion-contents
8307 starts with (, and 0 otherwise.
8308
8309 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
8310 Use `crm-current-element' for second arg of `display-completion-list'.
8311
8312 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
8313
8314 * files.el (set-auto-mode): Look for an interpreter specified on
8315 the first line also if search for mode specification succeeded,
8316 but the mode is not known.
8317
8318 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
8319
8320 * textmodes/org.el (org-tags-match-list-sublevels): New option.
8321 (org-open-at-point): Implement tag searches as links.
8322 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
8323 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
8324 (org-tags-sparse-tree, org-tags-view, org-set-tags)
8325 (org-agenda-dispatch): New commands.
8326 (org-use-tag-inheritance, org-tags-column): New options.
8327 (org-tab-follows-link, org-return-follows-link): New options.
8328 (org-tags): New customize group.
8329 (org-start-icalendar-file): Get local time zone.
8330 (org-tags-completion-function): New function.
8331 (org-set-font-lock-defaults): Make sure links will also be
8332 highlighted inside headlines.
8333
8334 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
8335
8336 * term.el (term-emulate-terminal):
8337 Let term-handle-ansi-terminal-messages override what Bash says about
8338 its current directory.
8339
8340 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
8341
8342 * bindings.el (last-buffer): Move to simple.el.
8343 * simple.el (last-buffer): Move here.
8344 (get-next-valid-buffer): New function.
8345 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
8346 (prev-buffer): Ditto. Rename to `previous-buffer'.
8347
8348 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
8349 * bindings.el (global-map): Ditto.
8350
8351 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
8352
8353 * cus-edit.el: Introductory comment change.
8354 (custom-magic-alist): Change message string for the `rogue' state.
8355
8356 2005-12-15 Richard M. Stallman <rms@gnu.org>
8357
8358 * tooltip.el: Delete defcustom variable :tag names.
8359
8360 * complete.el (partial-completion-mode): Doc fix.
8361
8362 * textmodes/flyspell.el (flyspell-external-point-words):
8363 Use save-excursion to ensure we don't move backward in the
8364 search loop, not even one character.
8365 (flyspell-delete-all-overlays): Use remove-overlays directly.
8366
8367 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
8368 (ispell-start-process): Set that variable.
8369 Clear ispell-buffer-local-name.
8370 (ispell-internal-change-dictionary):
8371 Set ispell-current-dictionary after killing process.
8372 (ispell-buffer-local-dict):
8373 Don't set spell-personal-dictionary after killing process.
8374 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
8375 (ispell-tex-skip-alists, ispell-html-skip-alists)
8376 (ispell-skip-region-alist): Mark as risky.
8377
8378 * net/newsticker.el (newsticker--retrieval-timer-list)
8379 (newsticker--display-timer, newsticker-running-p)
8380 (newsticker-ticker-running-p): Definitions moved up.
8381
8382 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
8383
8384 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
8385
8386 2005-12-15 David Ponce <david@dponce.com>
8387
8388 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
8389 (recentf-edit-list, recentf-open-files): Signal an error when
8390 there is no recent file.
8391
8392 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
8393
8394 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
8395 read-only except for texinfo-format-region evaluation.
8396
8397 2005-12-14 Richard M. Stallman <rms@gnu.org>
8398
8399 * vc.el (vc-default-previous-version, vc-default-next-version)
8400 (vc-do-command): Doc fixes.
8401
8402 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8403
8404 * textmodes/bibtex.el (bibtex-expand-strings)
8405 (bibtex-autokey-expand-string, bibtex-name-part)
8406 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
8407 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
8408 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
8409 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
8410 (bibtex-entry-postfix, bibtex-known-entry-type-re)
8411 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
8412 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
8413 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
8414 (bibtex-beginning-of-last-entry): Remove.
8415 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
8416 message if comma is missing but buffer is read-only.
8417 (bibtex-parse-field-text): Handle whitespaces at the end of field
8418 text. Return 3-element list with beginning and end of field text
8419 and end of field.
8420 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
8421 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
8422 (bibtex-search-forward-field, bibtex-search-backward-field):
8423 Search always delimited by limits of entry. Use more efficient
8424 search algorithms.
8425 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
8426 bibtex-end-of-name-in-field.
8427 (bibtex-text-in-field-bounds): Handle BibTeX strings when
8428 extracting the content of a field.
8429 (bibtex-text-in-field): Use search limits.
8430 (bibtex-parse-string-prefix): Handle empty string keys based on
8431 bibtex-string-empty-key.
8432 (bibtex-parse-string): Fix docstring.
8433 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
8434 (bibtex-preamble-prefix, bibtex-strings): New functions.
8435 (bibtex-skip-to-valid-entry): Include preceding whitespace in
8436 BibTeX entries (consistent with other BibTeX functions).
8437 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
8438 (bibtex-search-entry): Fix docstring. Simplify.
8439 (bibtex-flash-head, bibtex-complete-string-cleanup)
8440 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
8441 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
8442 (bibtex-parse-entry): New optional arg content.
8443 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
8444 Use bibtex-text-in-field-bounds.
8445 (bibtex-print-help-message): Handle BibTeX strings and preambles.
8446 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
8447 bibtex-parse-string-postfix.
8448 (bibtex-find-text-internal): New function.
8449 (bibtex-remove-delimiters): Use it.
8450 (bibtex-find-text): Use it. New optional arg help.
8451 (bibtex-complete): Handle BibTeX string and preamble entries.
8452 (bibtex-Preamble): Fix order of closing delimiters.
8453
8454 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
8455
8456 * vc.el (vc-default-revert): New fun.
8457
8458 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
8459
8460 2005-12-14 Romain Francoise <romain@orebokech.com>
8461
8462 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
8463 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
8464 (font-lock-remove-keywords): Likewise.
8465
8466 2005-12-14 Juri Linkov <juri@jurta.org>
8467
8468 * log-view.el (log-view-diff): Doc fix.
8469
8470 * isearch.el (isearch-query-replace): Use (mark) instead of
8471 isearch-opoint if mark is active in transient-mark-mode.
8472
8473 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
8474
8475 * isearch.el (isearch-query-replace): Check for isearch-other-end.
8476
8477 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
8478
8479 * progmodes/cpp.el (cpp-face): New widget.
8480 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
8481
8482 2005-12-14 Juri Linkov <juri@jurta.org>
8483
8484 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
8485 around `erase-buffer' and `insert'.
8486
8487 * descr-text.el (describe-text-properties): Replace buffer name
8488 "*Help-2*" with "*Help*<2>".
8489 (describe-char): Add functions print-help-return-message,
8490 toggle-read-only. Use help-setup-xref with nil to not store
8491 describe-char in help-xref-stack. Use help-make-xrefs to
8492 make [back] button.
8493
8494 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
8495
8496 * wdired.el (wdired-old-point): New internal variable.
8497 (wdired-change-to-wdired-mode): Set it buffer-locally.
8498 (wdired-abort-changes): Restore point after aborting changes.
8499
8500 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8501
8502 * vc.el (vc-do-command): Add a new value t for okstatus.
8503
8504 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
8505 frame in case of errors.
8506
8507 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8508
8509 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
8510 so it comes after "On the Left" in the menu.
8511
8512 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
8513
8514 * cus-edit.el (customize-apropos, customize-apropos-options)
8515 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
8516
8517 2005-12-12 Bill Wohler <wohler@newt.com>
8518
8519 * vc-svn.el (vc-svn-registered): Fix problem of visiting
8520 non-writable Subversion-controlled files by saving window
8521 configuration before calling vc-do-command. vc-do-command calls
8522 pop-to-buffer on error which is unexpected during registration.
8523
8524 2005-12-12 Jay Belanger <belanger@truman.edu>
8525
8526 * calc/README: Update the summary of changes.
8527
8528 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8529
8530 * descr-text.el (describe-char): Rework last fix to solve the problem
8531 is the same way it's solved for everything else in that function
8532 (i.e. by extracting the info before setting up the *Help* buffer).
8533
8534 2005-12-12 Kim F. Storm <storm@cua.dk>
8535
8536 * subr.el (version-regexp-alist): Allow space as separator before
8537 non-numeric part, e.g. "1.0 alpha".
8538 (version-to-list): Interpret .X.Y version as 0.X.Y version.
8539
8540 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
8541
8542 * textmodes/org.el (org-agenda, org-timeline, org-todo):
8543 Implement Logging and the keep-modes setting.
8544 (org-get-category): Make sure a string is returned.
8545 (org-log-done): New function.
8546 (org-log-done, org-closed-string): New options.
8547
8548 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8549
8550 * tooltip.el (tooltip-y-offset): Change default to 20.
8551
8552 2005-12-12 Richard M. Stallman <rms@gnu.org>
8553
8554 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
8555
8556 * frame.el (display-hourglass): Doc fix.
8557
8558 * help.el (help-for-help-internal): Simplify entry for `a'.
8559
8560 * info.el (Info-on-current-buffer): Doc fix.
8561 (info-insert-file-contents): Don't test (featurep 'jka-compr).
8562
8563 * startup.el (inhibit-splash-screen): Make this the real name.
8564 (inhibit-startup-message): Make this the alias.
8565 (command-line): Find only simple.el, and use its directory
8566 to fill in other preloaded files' names.
8567 (command-line): Deactivate the mark if deactivate-mark is set.
8568
8569 * international/mule.el (load-with-code-conversion):
8570 Bind deactivate-mark.
8571
8572 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
8573
8574 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
8575
8576 * cus-edit.el (customize-apropos): Avoid listing an option more
8577 than once under different aliases. No longer list user options
8578 that are not defined with defcustom (unless a prefix arg is given).
8579 Doc fix.
8580 (customize-apropos-options): Doc fix.
8581
8582 2005-12-11 Juri Linkov <juri@jurta.org>
8583
8584 * frame.el (set-background-color, set-foreground-color)
8585 (set-cursor-color, set-mouse-color, set-border-color):
8586 Add explicit prompts to read colors by `facemenu-read-color'.
8587 (show-trailing-whitespace, blink-cursor-delay)
8588 (blink-cursor-interval, display-hourglass, hourglass-delay):
8589 Remove tags.
8590 (display-hourglass, hourglass-delay): Doc fix.
8591 (cursor-in-non-selected-windows): Capitalize words in tag.
8592
8593 * faces.el (frame-background-mode): Replace `choice-item' keywords
8594 with `const' to not make [default] button. Change default value tag
8595 from `default' to `automatic'. Doc fix.
8596 (trailing-whitespace) <defface>: Change group `whitespace' to
8597 `whitespace-faces'.
8598
8599 2005-12-11 Richard M. Stallman <rms@gnu.org>
8600
8601 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
8602
8603 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8604
8605 * term/mac-win.el: Create keymap for mac-apple-event-map.
8606
8607 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
8608
8609 * tooltip.el (tooltip-mode): Move to start of file so that it
8610 appears at top of customize buffer.
8611
8612 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8613 Add the gud groupname.
8614 (gud-tooltip-mode): Add the tooltip groupname.
8615 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
8616 avoid conflict with tooltip-use-echo-area.
8617
8618 2005-12-10 Romain Francoise <romain@orebokech.com>
8619
8620 * help.el (help-for-help-internal): Add `r' in doc string.
8621
8622 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8623
8624 * align.el (align-regexp, align-highlight-rule):
8625 Use region-beginning and region-end instead of point and mark, so that
8626 repetition (with `repeat-complex-command') recomputes the region
8627 bounds.
8628
8629 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
8630
8631 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8632 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8633 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
8634 (balance-windows): Rewrite using the above new functions.
8635
8636 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
8637
8638 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
8639 react if global-hi-lock-mode seems intended.
8640 (global-hi-lock-mode) Renamed from hi-lock-mode.
8641 (hi-lock-archaic-interface-message-used)
8642 (hi-lock-archaic-interface-deduce): New variables.
8643 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
8644 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
8645 (hi-lock-find-patterns, hi-lock-font-lock-hook):
8646 Replace hi-lock-buffer-mode with hi-lock-mode.
8647
8648 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
8649
8650 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
8651 completion list, even after a partial completion has been
8652 inserted in the current buffer. If there are more than 1
8653 completion, redisplay the *Completions* buffer; if the
8654 completion is unique, delete the *Completions* window.
8655
8656 2005-12-10 Eli Zaretskii <eliz@gnu.org>
8657
8658 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
8659 strings and long subject lines that were broken into multiple
8660 lines at arbitrary places. Handle subjects that have "Re: " in
8661 the middle.
8662
8663 2005-12-10 John W. Eaton <jwe@octave.org>
8664
8665 * emacs/octave-mod.el (octave-electric-space): Don't indent
8666 comments or strings if octave-auto-indent is nil.
8667
8668 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8669
8670 * term/mac-win.el: Require url when compiling.
8671 Call mac-process-deferred-apple-events after loading init files.
8672 (mac-apple-event-map): New defvar. Define event handlers in it.
8673 (core-event, internet-event): New Apple event class symbols.
8674 (open-application, reopen-application, open-documents)
8675 (print-documents, open-contents, quit-application)
8676 (application-died, show-preferences, autosave-now, get-url):
8677 New Apple event ID symbols.
8678 (about): New HICommand ID symbol.
8679 (mac-event-spec, mac-event-ae): New macros.
8680 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
8681 (mac-ae-selection-range, mac-ae-text-for-search)
8682 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
8683 (mac-application-menu-map): Remove keymap. Handlers for HICommand
8684 and Services menu events are now defined in mac-apple-event-map.
8685 (mac-drag-n-drop): Remove selection range handling.
8686
8687 2005-12-10 Kenichi Handa <handa@m17n.org>
8688
8689 * simple.el (zap-to-char):
8690 * isearch.el (isearch-process-search-char): Translate CHAR by
8691 translation-table-for-input.
8692
8693 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
8694
8695 * foldout.el (foldout-exit-fold): Properly hide subtree.
8696
8697 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
8698
8699 * files.el (save-buffer):
8700 * international/ucs-tables.el (ucs-set-table-for-input):
8701 * mail/mail-extr.el (mail-extract-address-components):
8702 * mail/sendmail.el (mail-mode): Reformat doc string.
8703
8704 2005-12-09 Juri Linkov <juri@jurta.org>
8705
8706 * isearch.el (isearch-highlight): Change main overlay priority
8707 from 1 to 1001. Simplify.
8708 (isearch-lazy-highlight-update): Change lazy overlay priority
8709 from 0 to 1000.
8710
8711 * replace.el (replace-highlight): Change overlay priority from
8712 1 to 1001.
8713
8714 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
8715 Change overlay priority from 1 to 1001. Reuse existing overlay.
8716
8717 * compare-w.el (compare-windows-highlight): Change overlay
8718 priority from 1 to 1000.
8719
8720 * menu-bar.el (menu-bar-edit-menu): Add listp around
8721 pending-undo-list to disable menu item "undo" when pending
8722 undo list is empty.
8723
8724 * locate.el (locate): Disable undo in *Locate* buffer.
8725
8726 2005-12-09 Kim F. Storm <storm@cua.dk>
8727
8728 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
8729
8730 2005-12-09 David Ponce <david@dponce.com>
8731
8732 * recentf.el: Improvement of the menu code.
8733 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
8734 instead of menu hook.
8735 (recentf-show-menu, recentf-hide-menu): New functions.
8736 (recentf-menu-customization-changed, recentf-mode): Use them.
8737 (recentf-menu-action, recentf-max-menu-items)
8738 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
8739 (recentf-arrange-by-rule-others)
8740 (recentf-arrange-by-rules-min-items)
8741 (recentf-arrange-by-rule-subfilter) : Don't use
8742 `recentf-menu-customization-changed'.
8743 (recentf-arrange-rules): Likewise. Accept functions to compute
8744 sub-menu titles.
8745 (recentf-menu-filter): Likewise. Doc fix.
8746 (recentf-menu-value-shortcut): Doc fix.
8747 (recentf-dump-variable): Quote atom value.
8748 (recentf-make-menu-items): Update to use it as a menu filter.
8749 (recentf-match-rule): New function.
8750 (recentf-arrange-by-rule): Use it.
8751 (recentf-indirect-mode-rule): New function.
8752 (recentf-build-mode-rules): Use it.
8753 (recentf-dir-rule): New function.
8754 (recentf-arrange-by-dir): Use it.
8755 (recentf-filter-changer-current): Rename from
8756 `recentf-filter-changer-state'. All references updated.
8757 (recentf-filter-changer-alist): Update filter names.
8758 (recentf-filter-changer-select): New function.
8759 (recentf-filter-changer): Use it. Make a sub-menu from filters
8760 available in `recentf-filter-changer-alist'.
8761 (recentf-data-cache, recentf-clear-data)
8762 (recentf-update-menu): Remove. All references updated.
8763 (recentf-match-rule-p, recentf-build-dir-rules)
8764 (recentf-filter-changer-goto-next)
8765 (recentf-filter-changer-get-current)
8766 (recentf-filter-changer-get-next): Remove.
8767
8768 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
8769
8770 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
8771 buffer "Reset" button to "Reset to Current" for consistency with
8772 the State buttons.
8773
8774 2005-12-08 John Paul Wallington <jpw@pobox.com>
8775
8776 * ibuf-ext.el (define-ibuffer-filter filename):
8777 If `dired-directory' is a list then really use its car.
8778
8779 2005-12-08 Kim F. Storm <storm@cua.dk>
8780
8781 * emulation/cua-rect.el (cua--rectangle-aux-replace):
8782 Fix indention of text on right side of replaced rectangle.
8783
8784 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
8785
8786 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
8787 No need to check gud-comint-buffer is bound.
8788 (gdb): Prevent multiple debugging when first session uses gdba.
8789
8790 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8791
8792 CC Mode update to 5.31.
8793
8794 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
8795 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
8796 We might do this function properly in the future).
8797
8798 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
8799 New macros c-sentence-end and c-default-value-sentence end, to cope
8800 with Emacs 22's new function `sentence-end'.
8801
8802 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8803
8804 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
8805 compat issue using `c-put-overlay' and `c-delete-overlay'.
8806
8807 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
8808 New compat macros to handle overlays/extents.
8809
8810 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8811
8812 * progmodes/cc-fix.el: Add definitions of the macros push and pop
8813 (for GNU Emacs 20.4)
8814
8815 * progmodes/cc-defs.el:
8816 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
8817
8818 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
8819 highlighting mechanism so it will work in XEmacs too.
8820
8821 * progmodes/cc-defs.el: Insert c-int-to-char.
8822
8823 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
8824 call to the new macro c-int-to-char. This solves XEmacs's
8825 regarding characters as different from integers.
8826
8827 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8828
8829 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
8830 New internal helper.
8831
8832 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
8833 construct to make the indirect face lookup work in XEmacs.
8834
8835 (c-cpp-matchers): Append the negation char face to the existing
8836 fontification, so that the cpp face doesn't disappear.
8837 Use `c-make-syntactic-matcher' to avoid negation chars in comments
8838 and strings.
8839
8840 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
8841 to map to `font-lock-negation-char-face' in emacsen where it exists.
8842
8843 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8844
8845 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
8846
8847 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
8848 Rename "c-subword-move-mode" as "c-subword-mode".
8849
8850 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
8851 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
8852
8853 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8854
8855 * progmodes/cc-mode.el: Added autoload directive for
8856 `c-subword-move-mode' for use in older emacsen.
8857
8858 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8859
8860 * progmodes/cc-mode.el:
8861 (i) Insert a binding for C-c C-backspace into
8862 c-bind-special-erase-keys which works in TTYs.
8863 (ii) Make sure that when file styles are used, any explicitly
8864 given style variables take priority over those in the style.
8865 Do this by calling `hack-local-variables' a second time.
8866
8867 * progmodes/cc-vars.el: Add language specific customization
8868 widgets for AWK to c-doc-comment-style, c-require-final-newline
8869 and c-default-style. Add a defcustom for awk-mode-hook.
8870 Give c-syntactic-element and c-syntactic-context doc-strings by
8871 directly setting their `variable-documentation' propery.
8872 This allows Emacs 22.1 to read these with C-h v.
8873
8874 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
8875
8876 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8877
8878 * progmodes/cc-fonts.el, cc-vars.el
8879 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
8880 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
8881 Masatake YAMATO.
8882
8883 (c-doc-comment-style): Made GtkDoc default in C mode.
8884
8885 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
8886 and C-c C-<delete>.
8887
8888 (c-bind-special-erase-keys): New function for use on
8889 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
8890
8891 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
8892 <delete> key behavior in XEmacs according to `delete-forward-p'.
8893 C.f. `c-electric-delete'.
8894
8895 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8896
8897 * progmodes/cc-mode.el: Give c-hungry-backspace and
8898 c-hungry-delete-forward permanent key bindings.
8899
8900 * progmodes/cc-cmds.el (c-electric-semi&comma):
8901 Bind c-syntactic-context for calls to "criteria functions", for
8902 consistency with other calls to user functions.
8903
8904 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
8905 `current-prefix-arg', since this might be the prefix arg to a
8906 command which calls c-indent-command as a function. Change the
8907 interactive spec from "p" to "P".
8908
8909 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
8910 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
8911 was difficult to understand.
8912
8913 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8914
8915 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
8916 first char of an identifier.
8917
8918 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
8919 +" syntax in C++.
8920
8921 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8922
8923 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
8924 auto-fill doesn't split a c-comment's last word from a hanging
8925 "*/" when a space is typed between them after fill-column.
8926
8927 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
8928
8929 * progmodes/cc-styles.el (c-set-style)
8930 (c-setup-paragraph-variables): Abort the command if we're not in a
8931 CC Mode buffer.
8932
8933 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
8934 with blank comment-prefix, and a blank line as the comment's
8935 second line.
8936
8937 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8938
8939 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
8940 Incorporate the patterns added in the Emacs development branch
8941 for the new Emacs 22 face `font-lock-negation-char-face'.
8942
8943 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
8944 of "red" since it stands out better in xterms and DOS terminals.
8945
8946 * progmodes/cc-engine.el (c-literal-faces):
8947 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
8948
8949 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8950
8951 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
8952 forcibly enable c-electric-flag.
8953
8954 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
8955 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
8956 after the comment-prefix of a C-style comment will close that comment.
8957
8958 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8959
8960 * progmodes/cc-fonts.el (c-basic-matchers-before)
8961 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
8962 in Pike.
8963
8964 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
8965 digraphs.
8966
8967 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
8968 (c-cpp-message-directives, c-cpp-include-directives)
8969 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
8970 (c-cpp-expr-directives): Introduce new language constants to
8971 control cpp syntax in a cleaner way.
8972
8973 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
8974
8975 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
8976
8977 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
8978 (c-multiline-string-start-char): New language constants and
8979 variables to specify how newlines in string literals work.
8980
8981 (c-font-lock-invalid-string): Use them.
8982
8983 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
8984 unbalanced close brace is entered. Optimization by avoiding going
8985 back over arbitrarily large blocks. Removed hints that this
8986 function only would be relevant/useful in AWK.
8987
8988 (c-electric-brace): Indent syntactically after the cleanups since
8989 lineup functions might do it differently then.
8990
8991 * progmodes/cc-engine.el, cc-langs.el
8992 (c-opt-op-identifier-prefix): New language constant and variable.
8993
8994 (c-just-after-func-arglist-p, c-after-special-operator-id)
8995 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
8996
8997 * progmodes/cc-align.el, cc-engine.el
8998 (c-after-special-operator-id): New helper to handle C++ operator
8999 identifiers.
9000
9001 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
9002 (c-guess-basic-syntax): Handle C++ operator identifiers in
9003 declarations.
9004
9005 * progmodes/cc-langs.el (c-assignment-operators): Add the
9006 trigraph version of ^= too.
9007
9008 * progmodes/cc-langs.el (c-assignment-operators): Add the
9009 trigraph version of |= in C++.
9010
9011 * progmodes/cc-fonts.el (c-font-lock-declarators):
9012 Handle `c-decl-hangon-kwds' after the identifier name.
9013
9014 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
9015 whether an arglist is "nonempty", ignore a comment after the open
9016 paren if it isn't followed by a non-comment token on the same line.
9017
9018 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
9019 Enable heuristics below the point to cope with classes inside special
9020 brace lists in Pike.
9021
9022 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9023
9024 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
9025
9026 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9027
9028 * progmodes/cc-guess.el (cc-guess-install): New function to
9029 install an already guessed style in another buffer.
9030
9031 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
9032 sets `inhibit-read-only' - `c-save-buffer-state' should be used
9033 anyway if the change always is undone.
9034
9035 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9036
9037 Implement togglable electricity:
9038
9039 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
9040 saying when it should be used.
9041
9042 * progmodes/cc-engine.el: Add the new buffer-local variable,
9043 c-electric-flag.
9044
9045 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
9046 c-toggle-auto-newline.
9047
9048 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
9049 c-toggle-auto-newline. Remove the binding for
9050 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
9051 c-toggle-electric-state.
9052
9053 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
9054
9055 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
9056 c-\(forward\|backward\)-subword.
9057 (c-update-modeline): Add the new modeline flag `l' for
9058 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
9059 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
9060 Make the old name an alias of the new name.
9061 (c-toggle-electric-state): New function.
9062 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
9063 Adapt these functions to do electric things only when
9064 c-electric-flag is non-nil.
9065 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
9066 new functions from c-electric-brace.
9067 (c-point-syntax): Add a check for "virtual semicolons" in AWK
9068 mode, so that the tentative extra newline doesn't change the
9069 syntax of the following brace.
9070 (c-electric-brace): Restructure by extracting the above functions.
9071 Tidy up the coding somewhat.
9072 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
9073 restructure a bit.
9074
9075 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9076
9077 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
9078 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
9079
9080 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
9081 (c-submode-indicators): Change name from `c-auto-hungry-string'
9082 since it's now used to track another submode.
9083
9084 (c-update-modeline): Convert to function and extended to check
9085 `c-subword-move-mode'.
9086
9087 (c-forward-into-nomenclature, c-backward-into-nomenclature):
9088 Convert to compat aliases for `c-forward-subword' and
9089 `c-backward-subword'.
9090
9091 * progmodes/cc-subword.el: New functions and minor mode to handle
9092 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
9093
9094 (c-forward-subword, c-backward-subword, c-mark-subword)
9095 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
9096 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
9097 Functions corresponding to the standard word handling functions.
9098
9099 (c-subword-move-mode): Minor mode that replaces all the standard
9100 word handling functions with their subword equivalences.
9101
9102 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9103
9104 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
9105 entry for one-liner-defun.
9106
9107 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
9108 name in its def-edebug-spec.
9109
9110 * progmodes/cc-cmds.el (c-electric-brace): Make the
9111 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
9112 compacts space before a comment, if this will make things fit on
9113 one line.
9114
9115 Introduce an "awk" style, mainly for auto-newline and clean-ups.
9116
9117 * progmodes/cc-align.el: New function c-snug-1line-defun-close
9118
9119 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
9120 clean-up one-liner-defun.
9121
9122 * progmodes/cc-styles.el: Add the new "awk" style.
9123
9124 * progmodes/cc-vars.el: Add description of one-liner-defun to
9125 c-cleanup-list's doc-string. New user options,
9126 c-max-one-liner-length. In c-default-style, set the default style
9127 for AWK to "awk".
9128
9129 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9130
9131 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
9132 macros inside labels.
9133
9134 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
9135 `c-at-statement-start-p' and `c-at-expression-start-p'.
9136
9137 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
9138 error if the mark isn't set.
9139
9140 * progmodes/cc-engine.el (c-guess-continued-construct)
9141 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
9142 accurately detect functions inside functions.
9143
9144 * progmodes/cc-engine.el (c-at-expression-start-p): New function
9145 like `c-at-statement-start-p' that additionally recognizes commas
9146 and expression parentheses as delimiters.
9147
9148 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
9149 to avoid heuristics that doesn't work for unclosed blocks.
9150 (c-at-statement-start-p): New function.
9151
9152 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
9153 Objective-C directives, e.g. directives spanning lines should work
9154 reasonably well now.
9155
9156 (c-put-c-type-property, c-clear-c-type-property): New helpers.
9157
9158 (c-forward-objc-directive): New function to move over any ObjC
9159 directive.
9160
9161 (c-just-after-func-arglist-p, c-guess-basic-syntax)
9162 (c-basic-matchers-before): Use it.
9163
9164 (c-font-lock-objc-iip-decl): Remove.
9165
9166 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
9167 in the template arglist recognition.
9168
9169 * progmodes/cc-styles.el (c-style-alist): Fix several
9170 inconsistencies in the Whitesmith style.
9171
9172 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
9173 New lineup function to get lines after Whitesmith style blocks
9174 correctly indented.
9175
9176 (c-lineup-whitesmith-in-block): Back out the compensation for
9177 opening parens since it's done using `add' lists in the style
9178 definition instead. Don't use the anchor position since it varies
9179 too much between the syntactic symbols. :P
9180
9181 * progmodes/cc-vars.el (c-valid-offset): Update.
9182
9183 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
9184 lists where the offsets are combined according to several
9185 different methods: `first', `min', `max', and `add'.
9186 Report offset evaluation errors with `c-benign-error' so that some kind
9187 of reindentation still is done.
9188
9189 * progmodes/cc-engine.el (c-guess-basic-syntax):
9190 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
9191 `arglist-close'.
9192
9193 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
9194 situations for `arglist-cont-nonempty' and `arglist-close'.
9195
9196 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
9197
9198 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
9199 cc-bytecomp-boundp' in a number of places.
9200
9201 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
9202 macro related issue.
9203
9204 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9205
9206 * progmodes/cc-awk.el: Change the terminology of regexps: A char
9207 list is now [asdf], a char class [:alpha:].
9208 Include code for char classes.
9209 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
9210 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
9211
9212 Remove (nearly all of) the cruft associated with AWK Mode's former
9213 concept of "virtual semicolons":
9214
9215 Adapt c-beginning-of-statement, c-end-of-statement (together with
9216 subfunctions) to use the new notion of "virtual semicolon" in
9217 place of the old awkward special handling for AWK. There remains
9218 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
9219 * progmodes/cc-cmds.el:
9220 (c-ascertain-adjacent-literal): In the backwards direction, now
9221 recognises AWK regexp delimiters as string delimiters.
9222 (c-after-statement-terminator-p): Adapt for virtual semicolons;
9223 check more rigorously for "end of macro".
9224 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
9225 virtual semicolons;
9226 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
9227 out the code for forward movement into ...
9228 (c-end-of-statement): Now contains the code for forward movement,
9229 adapted for virtual semicolons.
9230
9231 * progmodes/cc-engine.el:
9232 (c-ws*-string-limit-regexp): New regexp.
9233 (c-forward-single-comment, c-backward-single-comment): Comment out
9234 the (now redundant) "special" AWK stuff.
9235
9236 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
9237 c-string-par-start, c-string-par-separate to be more like Text
9238 Mode than Fundamental Mode.
9239
9240 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9241
9242 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
9243 to the fontified region so that fontification doesn't occur
9244 outside it (could happen e.g. when fontifying a line with an
9245 unfinished declaration).
9246
9247 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9248
9249 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
9250 start of the file. ^L now separate sections of the file.
9251 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
9252 (c-awk-one-line-possibly-open-string-re)
9253 (c-awk-regexp-one-line-possibly-open-char-class-re)
9254 (c-awk-one-line-possibly-open-regexp-re)
9255 (c-awk-one-line-non-syn-ws*-re): New defonsts.
9256 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
9257
9258 Amend the concept of "virtual semicolons" (in the indentation
9259 engine) for languages like AWK, such that they are now
9260 conceptually attached to end of the last token of a statement, not
9261 the end of the line. (In AWK Mode, however, the pertinent text
9262 property is still physically set on the EOL.) Remove the specific
9263 tests for awk-mode, thus facilitating the introduction of other
9264 language modes where EOLs can end statements.
9265 (Note: The funtionality in cc-cmds.el, specifically
9266 c-beginning/end-of-statement has yet to be amended.)
9267
9268 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
9269 New macros.
9270
9271 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
9272 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
9273 c-vsemi-status-unknown-p-fn (in a new page).
9274
9275 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
9276 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
9277 numerous awkward forms like
9278 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
9279 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
9280 variable before-ws-ip, the place just after char-before-ip appears.
9281
9282 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
9283 a comment.
9284
9285 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9286
9287 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
9288 `c-tentative-buffer-changes'.
9289
9290 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
9291 convert to macro to choose between Emacs and XEmacs at compile time.
9292
9293 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
9294
9295 (c-tentative-buffer-changes): New macro to handle temporary buffer
9296 changes in a convenient way.
9297
9298 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
9299 for `c-tentative-buffer-changes'.
9300
9301 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
9302 the checks for paren sexps between the point and the keyword, to
9303 avoid some false alarms.
9304
9305 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
9306 Fixed a situation where an error could be thrown for unbalanced
9307 parens. Changed to make use of c-keyword-member' to avoid some
9308 repeated regexp matches.
9309
9310 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
9311 These language variable are no longer necessary.
9312
9313 (c-block-stmt-kwds): New language constant used by
9314 c-looking-at-inexpr-block'.
9315
9316 (c-guess-basic-syntax): Remove an optional check that looked at
9317 the existence of the now removed language variables.
9318
9319 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
9320 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
9321 object instantiation expressions as declarations in some contexts.
9322 This bug only affected languages where the declarator can't be
9323 enclosed in parentheses.
9324
9325 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
9326 insert newlines before and after substatement braces.
9327
9328 * progmodes/cc-engine.el: Improved the heuristics for recognizing
9329 function declaration headers and the handling of C++ style member
9330 init lists.
9331
9332 (c-just-after-func-arglist-p): Rewritten to use
9333 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
9334
9335 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
9336
9337 (c-guess-basic-syntax): Adapt case 5B for the new
9338 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
9339 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
9340 covers all cases now).
9341
9342 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
9343
9344 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9345
9346 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
9347 c-string-par-start/separate c-sentence-end-with-esc-eol,
9348 initialised in c-setup-paragraph-variables, used in string
9349 scanning subroutines of c-beginning-of-statement.
9350
9351 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
9352 which precedes the newly inserted `{'.
9353
9354 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9355
9356 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
9357 function for declaration level blocks. It should now cope with
9358 templates better and also be a lot more comprehensible.
9359
9360 (c-looking-at-decl-block): The new function.
9361
9362 (c-search-uplist-for-classkey): The old one. It's now a wrapper
9363 for compatibility.
9364
9365 (c-add-class-syntax, c-guess-continued-construct)
9366 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
9367
9368 (c-decl-block-key): Change to tell apart ambiguous and
9369 unambiguous keywords. Pike specials are now handled directly in
9370 the code instead.
9371
9372 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
9373 New language constants and variables to make the backward skip in
9374 `c-looking-at-decl-block' as tight as possible.
9375
9376 (c-nonsymbol-token-char-list): New language constant.
9377
9378 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
9379 find balanced template arglists backwards.
9380
9381 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
9382 making char classes for `c-syntactic-skip-backward'.
9383
9384 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
9385 16D - can't be a class-close at that point.
9386
9387 * progmodes/cc-engine.el (c-guess-basic-syntax)
9388 (c-add-class-syntax): Don't narrow out the enclosing declaration
9389 level. This makes everything a lot easier, and it was actually
9390 only four small places that needed it to work. Some places that
9391 previously did `widen' are removed now, which has the effect that
9392 `c-guess-basic-syntax' never will look at things outside the
9393 current narrowment now. The anchor position for `topmost-intro'
9394 is affected by this, but it was so bogus it was basically useless
9395 before, and now it's equally bogus but in a slightly different way.
9396
9397 (c-narrow-out-enclosing-class): Gone.
9398
9399 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
9400 the narrowed region.
9401
9402 (c-least-enclosing-brace): Remove silly optional argument.
9403
9404 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
9405 the point could be left directly after an open paren when finding
9406 the beginning of the first decl in the block.
9407
9408 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
9409 Specify which submatch to use.
9410
9411 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
9412
9413 (c-decl-start-re): No longer any need for special treatment of
9414 ObjC due to the above.
9415
9416 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
9417 presumably follows C in that regard.
9418
9419 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
9420 New language constants to specify operator tokens inside
9421 identifiers in a more high level way.
9422
9423 (c-opt-identifier-prefix-key): New internal language constant.
9424
9425 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
9426 (c-identifier-start, c-identifier-key): Now completely calculated
9427 from other constants.
9428
9429 (c-identifier-last-sym-match): Decommission since it's no longer used.
9430
9431 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
9432
9433 * progmodes/cc-engine.el (c-forward-name): Remove the
9434 optimization when c-identifier-key is equal to c-symbol-key since
9435 it doesn't work in byte compiled files. Don't record empty
9436 regions as identifiers.
9437
9438 * progmodes/cc-langs.el (c-filter-ops): New helper function to
9439 simplify access to `c-operators' and its likes.
9440
9441 (c-operator-list, c-all-op-syntax-tokens)
9442 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
9443 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
9444 (c-primary-expr-regexp, c-cast-parens): Use it.
9445
9446 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
9447 an explicit language in functions.
9448
9449 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
9450 variant of adornment.
9451
9452 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
9453 variable.
9454
9455 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
9456 the Pike value.
9457
9458 * progmodes/cc-engine.el (c-on-identifier)
9459 (c-simple-skip-symbol-backward): Small fix for handling "-"
9460 correctly in `skip-chars-backward'. Affected the operator lfun
9461 syntax in Pike.
9462
9463 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
9464 diagnostic message about precompiled language vars not being used.
9465
9466 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
9467 "__attribute__" is followed by a parenthesis.
9468
9469 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
9470 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
9471 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
9472
9473 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
9474 Internal cleanups to properly detect the declared identifiers in
9475 various declarations.
9476
9477 (c-decl-start-kwds): New language constant to recognize
9478 declarations that can start anywhere. Used for class declarations
9479 in Pike.
9480
9481 (c-specifier-key, c-not-decl-init-keywords)
9482 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
9483 (c-find-decl-spots): Implement `c-decl-start-kwds'.
9484
9485 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
9486 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
9487 handling of the compiler specific extension keywords into a new
9488 language constant `c-decl-hangon-kwds' that defines keyword
9489 clauses to be ignored in declarations.
9490
9491 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
9492 past unrecognized tokens when handling `c-colon-type-list-kwds'.
9493 Necessary to stop at the declared identifier in e.g. IDL valuetype
9494 declarations.
9495
9496 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
9497 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
9498 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
9499 (c-forward-decl-or-cast-1): Recognize the declared identifier in
9500 class and enum declarations as such and not as part of the type.
9501
9502 (c-forward-decl-or-cast-1, c-forward-label): Relax the
9503 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
9504
9505 (c-forward-decl-or-cast-1): Don't disregard sure signs of
9506 declarations when there's some syntax error later on.
9507
9508 (c-complex-decl-matchers): Did away with a reference to
9509 `c-specifier-key'.
9510
9511 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
9512 value - this variable is always dynamically bound.
9513
9514 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
9515 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
9516 * cc-cmds.el, cc-defs.el: Change the policy for marking up
9517 functions that might do hidden buffer changes: All such internal
9518 functions are now marked instead of those that don't.
9519
9520 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
9521 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
9522 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
9523 (c-literal-type): Allow these functions to make hidden buffer changes,
9524 so that they are free to use text property caching later on.
9525
9526 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
9527 (c-electric-brace, c-electric-slash, c-electric-star)
9528 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
9529 (c-electric-paren, c-electric-continued-statement, c-indent-command)
9530 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
9531 (c-context-line-break): Add `c-save-buffer-state' calls to comply
9532 with the changed semantics of the functions above.
9533
9534 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
9535 when macros occur in obscure places. Optimized the sexp movement
9536 a bit.
9537
9538 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9539
9540 Enhancements for c-beginning-of-statement to work in AWK Mode:
9541
9542 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
9543 (completed statement) with `}' (statement completed by closing
9544 brace or semicolon) and `$' (statement completed by EOL).
9545
9546 (c-awk-virtual-semicolon-ends-prev-line-p)
9547 (c-awk-virtual-semicolon-ends-line-p)
9548 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
9549 (c-awk-at-statement-end-p): New functions.
9550
9551 * progmodes/cc-cmds.el: Simplify the structure of functions
9552 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
9553 two functions and c-beginning-of-statement to handle AWK Mode.
9554
9555 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
9556 c-backward-single-comment for AWK mode. Attempt to clarify their
9557 doc-strings.
9558
9559 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
9560
9561 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9562
9563 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
9564 label handling. Labels are now recognized in a uniform and more
9565 robust way, regardless of context. Text properties are put on all
9566 labels to recognize the following declarations better.
9567 Multiword labels are handled both in indentation and fontification for
9568 the benefit of language extensions like Qt. For consistency, keywords
9569 in labels are now fontified with the label face instead.
9570 That also applies to "case" and "default".
9571
9572 (c-beginning-of-statement-1): Fix some bugs in the label
9573 handling. Disregard `c-nonlabel-token-key' in labels that begin
9574 with `c-label-kwds'.
9575
9576 (c-find-decl-spots): Support that the callback adds more
9577 `c-decl-end' spots to find.
9578
9579 (c-forward-decl-or-cast-1): Don't treat a list of plain
9580 identifiers followed by a colon as a declaration.
9581
9582 (c-forward-label): New function to recognize labels.
9583
9584 (c-guess-basic-syntax): Replace uses of `c-label-key' with
9585 `c-forward-label'. Moved the label recognition cases (14 and 15)
9586 earlier since they aren't so context sensitive now. Handle labels
9587 on the top level gracefully. Moved access label recognition to
9588 the generic label case (CASE 15) - removed CASE 5E.
9589
9590 (c-font-lock-declarations): Add recognition of labels in the
9591 same round since we need to handle labels in parallell with other
9592 declarations to recognize both accurately. It should also improve
9593 speed.
9594
9595 (c-simple-decl-matchers, c-basic-matchers-after):
9596 Move `c-font-lock-labels' so that it only is used on decoration level 2
9597 since `c-font-lock-declarations' handles it otherwise.
9598
9599 (c-complex-decl-matchers): Remove the simplistic recognition of
9600 access labels.
9601
9602 (c-decl-prefix-re): Remove the kludges that was necessary to cope
9603 with labels earlier.
9604
9605 (c-decl-start-re): New language variable to make
9606 `c-font-lock-declarations' stop for the special protection labels
9607 in Objective-C that start with `@'.
9608
9609 (c-label-key): Remove since it's no longer used.
9610
9611 (c-recognize-colon-labels, c-label-prefix-re): New language
9612 constants to support recognition of generic colon-terminated labels.
9613
9614 (c-type-decl-end-used): `c-decl-end' is now used whenever there
9615 are colon terminated labels.
9616
9617 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
9618 first argument starts with a special brace list.
9619
9620 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
9621 (c-font-lock-declarations): Break out the declaration and cast
9622 recognition from `c-font-lock-declarations' to a new function, so
9623 that it can be used in the indentation engine.
9624
9625 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
9626 up to the start of the literal. Fixed bug with the point on the
9627 wrong side of the search limit that could happen when the start
9628 position is inside a literal.
9629
9630 * progmodes/cc-engine.el (c-parse-state)
9631 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
9632 so that it's kept a little bit back to increase the hit rate.
9633
9634 (c-parse-state): Change the macro handling and fixed some
9635 glitches. Macro context is checked more often than necessary now,
9636 but otoh less garbage conses are generated.
9637
9638 * progmodes/cc-engine.el (c-parse-state)
9639 (c-invalidate-state-cache): Cache the last position where
9640 `c-state-cache' applies. This can speed up refontification quite
9641 a bit in blocks where there are many non-brace parens before the point.
9642
9643 (c-state-cache-end): New variable for this.
9644
9645 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
9646 cache variable.
9647
9648 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
9649 get close initial continue positions when the start position is
9650 inside a literal or macro. Do not call the callback for spots
9651 before the start position (which can happen e.g. for `c-decl-end'
9652 spots inside comments). Optimize better in special cases when the
9653 region is a single line inside a literal or macro (typically when
9654 the current line is refontified).
9655
9656 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
9657 to `c-add-stmt-syntax' - there's no need to explicitly whack off
9658 entries from the paren state.
9659
9660 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
9661 special case for "else if" clauses.
9662
9663 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
9664 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
9665
9666 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
9667 New language variable to recognize the gcc extension with statement
9668 blocks inside expressions.
9669
9670 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
9671 it somewhat more comprehensible. The argument AT-BLOCK-START is
9672 no longer used and hence removed.
9673
9674 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
9675 to `c-add-stmt-syntax'.
9676
9677 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
9678 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
9679 This fixes bogus label recognition.
9680
9681 * progmodes/cc-engine.el (c-add-type, c-check-type)
9682 (c-forward-name, c-forward-type): Improve storage of template
9683 types in `c-found-types' so that they can be recognized better.
9684
9685 (c-syntactic-content): Add option to skip past nested parens.
9686
9687 * progmodes/cc-engine.el (c-forward-name):
9688 Set `c-last-identifier-range' all the time. It's less work that way.
9689 Handle that there might not be an identifier to store in
9690 `c-last-identifier-range'.
9691
9692 (c-forward-type): Handle that `c-last-identifier-range' might be
9693 nil from `c-forward-name'.
9694
9695 * progmodes/cc-defs.el (c-safe-scan-lists)
9696 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
9697
9698 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
9699 to work even if the form fails.
9700
9701 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
9702 down in a large file in one go.
9703
9704 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
9705
9706 * progmodes/cc-align.el (c-lineup-assignments): New lineup
9707 function which is like `c-lineup-math' but returns nil instead of
9708 `c-basic-offset' when it doesn't match.
9709
9710 (c-lineup-math): Change to use `c-lineup-assignments'.
9711
9712 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9713
9714 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
9715 c-beginning-of-statement. New subfunctions
9716 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
9717
9718 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9719
9720 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
9721 hardcoded char classes whereever possible. Changed a couple of
9722 places to use skip by syntax instead of skip by char class.
9723
9724 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
9725 Fix a bug in the regexp that caused extreme backtracking.
9726
9727 * progmodes/cc-langs.el (c-block-comment-starter)
9728 (c-block-comment-ender): New language constants to specify in a
9729 single place how block comments look.
9730
9731 (c-comment-start-regexp, c-block-comment-start-regexp)
9732 (comment-start, comment-end, comment-start-skip)
9733 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
9734 (c-syntactic-ws, c-nonempty-syntactic-ws)
9735 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
9736 `c-line-comment-starter', `c-block-comment-starter' and
9737 `c-block-comment-ender'.
9738
9739 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
9740 New language constants to break up things a bit.
9741
9742 (c-simple-ws): New language constant for simple whitespace.
9743
9744 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
9745
9746 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
9747 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
9748 newlines. Allow and ignore nil elements in the list.
9749
9750 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9751
9752 * progmodes/cc-cmds.el: Comment out a (n almost certainly
9753 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
9754
9755 * progmodes/cc-cmds.el: Tidy up the comments in
9756 c-beginning-of-statement and subfunctions.
9757
9758 * progmodes/cc-awk.el: Replace calls to put-text-property to the
9759 more flexible c-put-char-property and c-clear-char-properties.
9760 Add the author's email address.
9761
9762 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
9763
9764 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
9765 closing "*/" of a block comment.
9766
9767 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
9768 subfunctions) so that it works at BOB and EOB.
9769
9770 * progmodes/cc-cmds.el, cc-vars.el: More updating of
9771 c-beginning-of-statement, including new variable
9772 c-block-comment-start-regexp.
9773
9774 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9775
9776 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
9777 symbols from `*-font-lock-extra-types' so that there's no need to
9778 use `regexp-opt' on those lists.
9779
9780 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
9781 `c-type-modifier-kwds' is empty.
9782
9783 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
9784 there are several strings on the same line.
9785
9786 * progmodes/cc-engine.el (c-literal-limits): Remove the
9787 compatibility function for older emacsen. `c-literal-limits-fast'
9788 has now taken the place of this function.
9789
9790 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
9791 with older emacsen: We now require `pps-extended-state'.
9792
9793 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9794
9795 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
9796 which obviates the need to hack sentence-end. This now handles
9797 escaped newlines in strings correctly. Correct minor bugs in
9798 c-move-over-sentence and in c-beginning-of-statement.
9799
9800 * progmodes/cc-cmds.el (c-beginning-of-statement (and
9801 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
9802 that movement over macros and code are rigorously separated from
9803 eachother. Correct a few incidental bugs.
9804
9805 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
9806 Improve its doc-string. Improve the handling of certain specific cases.
9807
9808 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9809
9810 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
9811 (c-guess-basic-syntax): Change the way class-level labels are
9812 recognized; they can now contain essentially any symbols.
9813
9814 (c-opt-extra-label-key): New language variable to cope with the
9815 special protection label syntax in Objective-C.
9816
9817 (c-opt-access-key): Remove; this is now handled better by
9818 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
9819
9820 (c-complex-decl-matchers): Update to handle that
9821 `c-opt-access-key' no longer exists.
9822
9823 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
9824 improved label recognition in `c-beginning-of-statement-1'.
9825
9826 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
9827 Recognize bitfields better.
9828
9829 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
9830 Remove some cruft and fixed a bug that could cause it to go to a
9831 position further down.
9832
9833 * progmodes/cc-langs.el, cc-engine.el
9834 (c-beginning-of-statement-1): Improve detection of labels in
9835 declaration contexts.
9836
9837 (c-beginning-of-decl-1): Use it.
9838
9839 (c-nonlabel-token-key): New language constant and variable needed
9840 by `c-beginning-of-statement-1'.
9841
9842 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
9843 manifested itself due to the correction in `c-forward-sexp'.
9844
9845 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
9846 Make these behave as documented when used at the buffer limits.
9847
9848 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
9849 (c-type-decl-end-used): Made this a language variable.
9850
9851 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
9852 correctly when `combine-after-change-calls' is used together with
9853 temporary narrowings.
9854
9855 * progmodes/cc-engine.el (c-beginning-of-statement-1):
9856 Report labels correctly when the start point is immediately after the
9857 colon.
9858
9859 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
9860 Remove since it isn't used anymore.
9861
9862 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
9863 bracket arglists such as template parens in C++.
9864
9865 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
9866 in the last check-in. Some optimization.
9867
9868 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
9869 where it could stop at the same level in a preceding sexp when
9870 PAREN-LEVEL is set.
9871
9872 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
9873 text property lookup only when it's needed.
9874
9875 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
9876 Change the policy for paren marked angle brackets to be more
9877 persistent; once marked they remain marked even when they're found
9878 to be unbalanced in the searched region. This should keep the
9879 paren syntax around even when individual lines are refontified in
9880 multiline template arglists.
9881
9882 (c-parse-and-markup-<>-arglists): New dynamically bound variable
9883 to control markup so that incorrect angle bracket arglists aren't
9884 marked in contexts where the correct value for
9885 `c-disallow-comma-in-<>-arglists' isn't known.
9886
9887 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
9888 argument has become `c-parse-and-markup-<>-arglists'.
9889
9890 (c-remove-<>-arglist-properties): Remove - no longer used.
9891
9892 (c-after-change-check-<>-operators): New function used on
9893 `after-change-functions' to avoid that "<" and ">" characters that
9894 are part of longer operators have paren syntax.
9895
9896 (c-<>-multichar-token-regexp): New language variable used by
9897 `c-after-change-check-<>-operators'.
9898
9899 (c-after-change): Call `c-after-change-check-<>-operators'.
9900
9901 (c-font-lock-<>-arglists): Use the context properties set by
9902 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
9903 correctly to avoid doing invalid markup.
9904
9905 (c-font-lock-declarations): Remove code that undoes the invalid
9906 markup done by `c-font-lock-<>-arglists'.
9907
9908 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
9909 after `c-font-lock-declarations'.
9910
9911 * progmodes/cc-engine.el (c-syntactic-skip-backward):
9912 Add paren-level feature.
9913
9914 (c-guess-basic-syntax): Improve the anchor position for
9915 `template-args-cont' in nested template arglists. There's still
9916 much to be desired in this area, though.
9917
9918 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9919
9920 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
9921 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
9922
9923 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9924
9925 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
9926 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
9927
9928 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
9929 it doesn't work no longer are supported.
9930
9931 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
9932 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
9933 requires support for the syntax-table' text property, which rules
9934 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
9935 cruft associated with those versions.
9936
9937 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
9938 for the `syntax-table' text property, which rules out Emacs 19 and
9939 XEmacs < 21.4. Removed various compatibility cruft associated
9940 with those versions.
9941
9942 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
9943 support for the `syntax-table' text property.
9944
9945 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
9946 variable and use an extra quoted face name instead. All the
9947 emacsen flavors handle that correctly.
9948
9949 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
9950 (c-font-lock-declarators, c-font-lock-declarations)
9951 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
9952 property to mark the items in in declarator lists to handle
9953 refontification inside multiline declarations better.
9954
9955 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
9956 construct like "a * b = c;" as a declaration.
9957
9958 2005-12-08 Kim F. Storm <storm@cua.dk>
9959
9960 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
9961 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
9962 select either meta, hyper, or super modifier for rectangle commands.
9963 (cua--rectangle-modifier-key): New defvar.
9964 (cua--M/H-key): Use it. Remove special case for `space'.
9965 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
9966 on X, to meta otherwise. Always bind C-return to toggle
9967 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
9968
9969 * emulation/cua-rect.el (cua-help-for-rectangle):
9970 Use cua--rectangle-modifier-key. Handle super modifier too.
9971 (cua--init-rectangles): Always bind C-return to toggle rectangle.
9972 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
9973
9974 * ido.el: Move Acknowledgements and History after Commentary.
9975 Minor changes to Commentary.
9976
9977 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
9978 keymap if cua--prefix-override-timer is `shift'.
9979 (cua--shift-control-prefix): New function; emulate "type prefix
9980 key twice" functionality to handle shifted prefix key override.
9981 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
9982 New commands.
9983 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
9984
9985 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
9986
9987 * textmodes/org.el (org-insert-heading): Try to do items before
9988 headings.
9989 (org-agenda-mode): Quote `org-agenda-mode-hook'.
9990 (org-insert-item): New function.
9991 (org-renumber-ordered-list): Don't skip to higher level lists.
9992
9993 2005-12-08 Juri Linkov <juri@jurta.org>
9994
9995 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
9996
9997 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
9998
9999 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
10000
10001 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
10002 the constructed function name fun-1.
10003
10004 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
10005 because such links don't lead to parent documentation.
10006
10007 2005-12-08 Kenichi Handa <handa@m17n.org>
10008
10009 * descr-text.el (describe-char): Use *Help-2* buffer if the
10010 current buffer is *Help*. Call describe-text-properties while
10011 setting the original buffer.
10012
10013 2005-12-07 Bill Wohler <wohler@newt.com>
10014
10015 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
10016 and causes problems with non-MH users (such as Gnus users).
10017
10018 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
10019
10020 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
10021 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
10022 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
10023 command "info sources". Move calls to GDB command "list".
10024 (gdb-find-file-hook): Just use gdb-source-file-list.
10025 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
10026 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
10027 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
10028 (gdb-data-list-register-values-handler): Use correct trigger name.
10029
10030 2005-12-07 Kim F. Storm <storm@cua.dk>
10031
10032 * ido.el (ido-completion-map): Rename from ido-mode-map.
10033 (ido-common-completion-map, ido-file-completion-map)
10034 (ido-file-dir-completion-map, ido-buffer-completion-map):
10035 Rename from ido-mode-....-map.
10036 (ido-init-completion-maps): Rename from ido-init-mode-maps.
10037 (ido-setup-completion-map): Rename from ido-define-mode-map.
10038 (ido-read-internal): Bind minibuffer-local-filename-completion-map
10039 to ido-completion-map.
10040
10041 2005-12-07 Kenichi Handa <handa@m17n.org>
10042
10043 * international/mule-cmds.el
10044 (set-display-table-and-terminal-coding-system): If the coding
10045 system specified in `unibyte-display' property is different from
10046 the arg coding-system, don't setup standard-display-table.
10047
10048 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10049
10050 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
10051 that comments end at \n, regardless of selective-display.
10052
10053 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
10054
10055 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
10056 (gdb-version): New variables.
10057 (gdb-source-file-list, gdb-register-names)
10058 (gdb-changed-registers): New variables for use with GDB 6.4+.
10059 (gdb-ann3): Replace with...
10060 (gdb-init-1, gdb-init-2): ...two new functions.
10061 (gdba, gdb-prompt): Call gdb-init-1.
10062 (gdb-get-version): New function. Call gdb-init-2 from here.
10063 (gud-watch): Make it work with mouse events too.
10064 (gdb-post-prompt): Don't add to queue until GDB version is known.
10065 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
10066 (gdb-locals-mode): Use gdb-version.
10067 (gdb-memory-format-map, gdb-memory-unit-map)
10068 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
10069 (gdb-locals-font-lock-keywords-1)
10070 (gdb-locals-font-lock-keywords-2): New variables.
10071 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
10072 (gdb-set-gud-minor-mode-existing-buffers-1)
10073 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
10074 (gdb-var-update-1, gdb-var-update-handler-1)
10075 (gdb-data-list-register-values-handler)
10076 (gdb-data-list-register-values-custom)
10077 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
10078 (gdb-stack-list-locals-handler, gdb-get-register-names):
10079 New functions for use with GDB 6.4+.
10080 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
10081 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
10082 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
10083 (gdb-stack-list-locals-regexp)
10084 (gdb-data-list-register-names-regexp): New regexps for use with
10085 GDB 6.4+.
10086
10087 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10088
10089 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
10090
10091 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
10092
10093 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
10094 prompts work for AUTH PLAIN. Also reported by Steve Allan
10095 <seallan@verizon.net>.
10096
10097 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
10098
10099 * frame.el (set-frame-parameter): Add doc string.
10100
10101 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
10102
10103 * textmodes/org.el (org-occur-highlights): New variable.
10104 (org-highlight-new-match, org-remove-occur-highlights): New functions.
10105 (org-highlight-sparse-tree-matches): New option.
10106 (org-do-occur): New function.
10107 (org-get-heading): Make it work also at beginning of line.
10108 (org-category-table): New variable.
10109 (org-get-category-table, org-get-category)
10110 (org-camel-to-words, org-link-search): New functions.
10111 (org-select-this-todo-keyword): New variable.
10112 (org-todo-list): New command.
10113 (org-shiftright, org-shiftleft): New commands.
10114 (org-agenda-todo): Add prefix argument.
10115 (org-show-hierarchy-above): New option.
10116 (org-show-todo-tree): Numerical prefix creates tree for specific
10117 TODO keyword.
10118 (org-outline-level): New function, to assign a level to plain
10119 lists items.
10120 (org-cycle-include-plain-lists): New option.
10121 (org-mode): Use `org-outline-level' as value of `outline-level'.
10122 (org-cycle): Temporarily switch `outline-regexp' if
10123 `org-cycle-include-plain-lists' is non-nil.
10124 (org-start-icalendar-file): Fix format bug.
10125 (org-agenda-get-day-entries): Create category table.
10126 (org-agenda-get-todos, org-agenda-get-timestamps)
10127 (org-agenda-get-deadlines, org-agenda-get-scheduled)
10128 (org-agenda-get-blocks): Use `org-get-category'.
10129 (org-context-in-file-links): Rename from
10130 `org-line-numbers-in-file-links'.
10131
10132 2005-12-06 Romain Francoise <romain@orebokech.com>
10133
10134 * window.el (balance-windows): Delete extraneous third arg in call
10135 to `enlarge-window'.
10136
10137 2005-12-06 Kenichi Handa <handa@m17n.org>
10138
10139 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
10140
10141 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
10142
10143 * progmodes/gdb-ui.el (gdb-var-create-handler)
10144 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
10145 (gdb-var-list-children-handler, gdb-var-update-handler):
10146 Current buffer is already gdb-partial-output-buffer, don't
10147 make it current again.
10148
10149 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
10150
10151 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
10152 (list-buffers-noselect): Use it.
10153
10154 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
10155
10156 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
10157 (mail-yank-ignored-headers): Use regexp-opt.
10158 (mail-mode-map): Move initialization into declaration.
10159 (mail-sent-via): Remove unused shadowed var `to-line'.
10160 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
10161 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
10162 (mail-do-fcc): Use dolist and push.
10163 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
10164 (mail-yank-ignored-headers): Don't autoload.
10165
10166 2005-12-05 Kenichi Handa <handa@m17n.org>
10167
10168 * international/mule-cmds.el (set-language-info-internal): New fun.
10169 (set-language-info): Call set-language-info-internal to update
10170 language-info-alist. If LANG-ENV is the current one, call
10171 set-language-environment to make INFO effective now.
10172 (set-language-info-alist): Likewise.
10173 (locale-language-names): With locale "en", use English
10174 lang. env. but set the default codings to iso-8859-1.
10175
10176 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
10177
10178 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
10179 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
10180 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
10181 for plain strings.
10182 (gdb-frames-mode): Remove redundant call to font-lock-mode.
10183 (gdb-all-registers): Rename from toggle-gdb-all-registers.
10184 Create registers buffer if necessary. Echo new state in minibuffer.
10185 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
10186
10187 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
10188
10189 * info.el (Info-fontify-node): Match external links using
10190 non-directory part of filename.
10191
10192 2005-12-04 Juri Linkov <juri@jurta.org>
10193
10194 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
10195 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
10196 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
10197 because there is no customization option for it.
10198
10199 * font-lock.el (lisp-font-lock-keywords-1):
10200 Add define-global-minor-mode.
10201
10202 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
10203
10204 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
10205 properties on the constructed variable names.
10206
10207 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10208 Put `definition-name' properties on the constructed function names
10209 next-sym and prev-sym.
10210
10211 * emacs-lisp/find-func.el (find-function-regexp):
10212 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
10213 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
10214 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
10215 and easy-menu-define.
10216
10217 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
10218 easy-mmode-define-global-mode and define-global-minor-mode.
10219 (lisp-imenu-generic-expression): Add define-global-minor-mode.
10220
10221 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
10222 instead of easy-mmode-define-global-mode.
10223
10224 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
10225 Use define-minor-mode instead of easy-mmode-define-minor-mode.
10226
10227 * cus-edit.el (customize-group, customize-group-other-window):
10228 Filter out autoloaded options from the group completion list by
10229 using heuristics that autoloaded groups don't have `custom-autoload'
10230 property on their symbols (they have only `custom-loads').
10231
10232 * simple.el (completion-setup-function): Put completions-common-part
10233 face on complete completion string too (i.e. completion string
10234 without completions-first-difference face).
10235
10236 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
10237
10238 2005-12-03 Eli Zaretskii <eliz@gnu.org>
10239
10240 * view.el (view-mode): Doc fix.
10241
10242 * disp-table.el (standard-display-european): Add to the warning
10243 message a reference to the doc string.
10244
10245 * play/yow.el (apropos-zippy): Call print-help-return-message,
10246 similar to other Help and Apropos commands.
10247
10248 * help.el (print-help-return-message): If pop-up-frames is
10249 non-nil, set up help-return-method to delete the help window and,
10250 possibly, its frame as well, and don't display message about
10251 scrolling the help window. Doc fix.
10252 (help-return-method): Doc fix.
10253
10254 2005-12-03 Martin Rudalics <rudalics@gmx.at>
10255
10256 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
10257 whereby names of length one or names starting with a
10258 symbol-constituent character would not be returned.
10259
10260 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10261
10262 * subr.el (atomic-change-group): Add edebug and indentation spec.
10263
10264 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10265
10266 * completion.el (save-completions-file-name): Fix typo in last change.
10267
10268 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10269
10270 * info.el: Move back/forward history to the beginning of the tool bar.
10271
10272 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
10273
10274 * allout.el (eval-when-compile): Remove unnecessary load of cl.
10275 Add fset of allout-real-isearch-abort during compile to fix
10276 byte-compilation warnings.
10277 (allout-mode-p): Move definition of this macro above all uses, or
10278 byte compilation in barren emacs (eg, during emacs build) will
10279 lack the definition.
10280 (allout-mode): Move this variable above any uses, or byte
10281 compilation will fail.
10282 (allout-resolve-xref): Remove use of personal file-reference function.
10283 (allout-toggle-current-subtree-encryption): Do the current (ie,
10284 visible containing) topic, rather than nearest around point. Doc fix.
10285 (allout-toggle-subtree-encryption): New function, workhorse that
10286 works on nearest topic containing point.
10287 (allout-encrypt-string): Signal requirement for newer version of pgg.
10288 (allout-resumptions): Doc fix.
10289
10290 2005-12-02 Eli Zaretskii <eliz@gnu.org>
10291
10292 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
10293
10294 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
10295
10296 * textmodes/flyspell.el (flyspell-external-point-words):
10297 Consider a misspelling as found in the string search if: (a) misspelling
10298 and found string lengths match, or (b) misspelling is found as
10299 element in a boundary-chars separated longer string, or (c)
10300 ispell-program-name is really ispell and misspelling is found as
10301 part of a TeX string. After successful match move beginning of
10302 search region to end of match. Warn about not found misspellings
10303 once the process is done.
10304 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
10305
10306 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
10307
10308 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
10309 tool bar (removed inadvertently).
10310
10311 2005-12-02 Juri Linkov <juri@jurta.org>
10312
10313 * log-view.el (log-view-diff): Clarify doc string.
10314
10315 2005-12-01 Bill Wohler <wohler@newt.com>
10316
10317 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
10318 triggers lm-verify errors.
10319
10320 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
10321
10322 * simple.el (transient-mark-mode, line-number-mode)
10323 (column-number-mode, size-indication-mode): Remove `:require nil'.
10324
10325 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
10326
10327 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
10328 in the margin also.
10329 (gdb-breakpoints-mode-map): Use D instead of d for
10330 gdb-delete-breakpoint.
10331 (gdb-get-frame-number): Require a number to match on.
10332 (gdb-threads-mode-map): Add follow-link binding.
10333
10334 2005-11-30 Jason Rumney <jasonr@gnu.org>
10335
10336 * isearch.el (isearch-mode-map): Avoid exiting search on
10337 language-change event.
10338
10339 2005-11-30 Romain Francoise <romain@orebokech.com>
10340
10341 * speedbar.el (speedbar-default-position): New defcustom.
10342 (speedbar-frame-reposition-smartly): Use it.
10343
10344 * dframe.el (dframe-reposition-frame-emacs): Fix position
10345 computation for `left' location.
10346 Update copyright year.
10347
10348 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
10349
10350 * help.el (help-map): Move initialization into declaration.
10351
10352 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
10353
10354 * help-fns.el (help-argument-name): Don't autoload.
10355 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
10356 to be re-loaded when customizing the `help' group.
10357
10358 2005-11-30 John Paul Wallington <jpw@gnu.org>
10359
10360 * help-fns.el (describe-function-1): Fill arglist output.
10361
10362 2005-11-30 Kim F. Storm <storm@cua.dk>
10363
10364 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
10365 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
10366 after revert-buffer (or anything else which kills all local variables).
10367
10368 * apropos.el (apropos-parse-pattern): Doc fix.
10369 Set apropos-regexp directly, rather than expecting callers to do so.
10370 (apropos-command, apropos, apropos-value, apropos-documentation):
10371 Simplify calls to apropos-parse-pattern.
10372
10373 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
10374
10375 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
10376 (hi-lock-face-phrase-buffer): Use hi-yellow face.
10377 (hi-lock-write-interactive-patterns): Use comment-region.
10378
10379 * longlines.el (longlines-mode): Add mail-setup-hook.
10380
10381 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
10382
10383 * simple.el (sendmail-user-agent-compose, next-line):
10384 Conditionally use hard-newline.
10385
10386 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
10387
10388 * international/latexenc.el (latex-inputenc-coding-alist):
10389 Reword doc string.
10390
10391 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
10392
10393 * help.el (describe-key-briefly, describe-key): Recognize default
10394 bindings.
10395
10396 2005-11-29 Romain Francoise <romain@orebokech.com>
10397
10398 * view.el (view-inhibit-help-message): New defcustom.
10399 (view-mode-enter): Use it.
10400
10401 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
10402
10403 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
10404 Preserve user position.
10405
10406 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
10407
10408 * font-lock.el: Throw error if facemenu is not loaded to prevent
10409 accidental change of loading order in loadup.el. (Suggested by RMS.)
10410
10411 * loadup.el: Add comment explaining why facemenu must be loaded
10412 before font-lock.
10413
10414 2005-11-28 Jay Belanger <belanger@truman.edu>
10415
10416 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
10417 (calc-dispatch-map): Add more keys for `calc-same-interface'.
10418
10419 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
10420
10421 * calc/calc-embed.el (calc-do-embedded): Update help message.
10422
10423 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
10424
10425 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10426
10427 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
10428
10429 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
10430 called-interactively-p.
10431 (elp-profilable-p): Rename from elp-not-profilable-p.
10432 Invert result and take into account macros and autoloaded functions.
10433 (elp-instrument-function): Update call.
10434 (elp-instrument-package): Update call. Add completion.
10435 (elp-pack-number): Use match-string.
10436 (elp-results-jump-to-definition-by-mouse): Merge into
10437 elp-results-jump-to-definition and then remove.
10438 (elp-output-insert-symname): Make help echo text single-line.
10439
10440 * replace.el (query-replace-map): Move initialization into declaration.
10441 (occur-engine): Use with-current-buffer.
10442 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
10443 (occur-mode-mouse-goto): Replace with an alias.
10444
10445 2005-11-28 Juri Linkov <juri@jurta.org>
10446
10447 * simple.el (quoted-insert): Let-bind input-method-function to nil.
10448
10449 * term/w32-win.el: Bind [S-tab] to [backtab].
10450
10451 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
10452 `Info-find-file' to t.
10453
10454 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
10455 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
10456 and same-window-regexps.
10457 (occur-next-error): Don't move point for arg 0.
10458
10459 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
10460
10461 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
10462
10463 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10464
10465 * log-edit.el (log-edit-changelog-use-first): New var.
10466 (log-edit-changelog-ours-p): Use it.
10467 (log-edit-insert-changelog): Set it with new arg `use-first'.
10468 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
10469 (log-edit-hook): Add them to the list of suggested options.
10470
10471 * textmodes/flyspell.el (flyspell-last-buffer): New var.
10472 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
10473 redundant work.
10474 (flyspell-mode-on): Use add-hook for after-change-functions.
10475 (flyspell-mode-off): Use remove-hook for after-change-functions.
10476 (flyspell-changes): Make it buffer-local.
10477 (flyspell-after-change-function): Make it non-interactive. Use push.
10478 (flyspell-post-command-hook): Check input-pending-p while processing
10479 the potentially long list of buffer changes.
10480
10481 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
10482
10483 * buff-menu.el (list-buffers-noselect): Display the selected
10484 frame's buffer list, not the global one.
10485
10486 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
10487
10488 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
10489 that (list last-input-event) works as in interactive spec.
10490
10491 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10492
10493 * loadup.el ("facemenu"): Load facemenu before font-lock, because
10494 `facemenu-keymap' needs to be defined when font-lock is loaded.
10495 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
10496
10497 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
10498
10499 * completion.el: Remove useless leading * in defcustom docstrings.
10500 (save-completions-file-name): Use ~/.emacs.d if available.
10501 (completion-standard-syntax-table): Rename from
10502 cmpl-standard-syntax-table and fold initialization into declaration,
10503 thus removing cmpl-make-standard-completion-syntax-table.
10504 (completion-lisp-syntax-table, completion-c-syntax-table)
10505 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
10506 (cmpl-saved-syntax, cmpl-saved-point): Remove.
10507 (symbol-under-point, symbol-before-point)
10508 (symbol-under-or-before-point, symbol-before-point-for-complete)
10509 (add-completions-from-c-buffer): Use with-syntax-table.
10510 (make-completion): Don't return a list of completion entries.
10511 Update callers.
10512 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
10513 (completion-initialize): Rename from initialize-completions.
10514 (completion-find-file-hook): Rename from cmpl-find-file-hook.
10515 (kill-emacs-save-completions): Collect stats here.
10516 (save-completions-to-file, load-completions-from-file):
10517 Use with-current-buffer.
10518 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
10519 into a function. Move all calls to toplevel.
10520 (completion-lisp-mode-hook): New fun.
10521 (completion-c-mode-hook, completion-setup-fortran-mode):
10522 Set the syntax-table here. Use local-set-key.
10523 (completion-saved-bindings): New var.
10524 (dynamic-completion-mode): Make it into a proper minor mode.
10525 (load-completions-from-file): Remove unused var `num-uses'.
10526
10527 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
10528 constructor if it is explicitly overridden.
10529
10530 * complete.el (PC-completion-as-file-name-predicate):
10531 Use minibuffer-completing-file-name.
10532 (partial-completion-mode): Use find-file-not-found-functions.
10533 (PC-lisp-complete-symbol): Use with-syntax-table.
10534 (PC-look-for-include-file): Remove dead setq.
10535 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
10536 (PC-complete): Use with-current-buffer.
10537
10538 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
10539 escape single quotes.
10540
10541 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10542
10543 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
10544 of `if' whose condition always returned nil. Doc fix.
10545
10546 * buff-menu.el (Buffer-menu-revert-function): Make the selected
10547 window's buffer the current buffer around the call to
10548 `list-buffers-noselect'. This is necessary to mark that buffer
10549 with a `.' in the Buffer Menu when called from Lisp, for instance
10550 by Auto Revert Mode.
10551
10552 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
10553
10554 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
10555 attaching to it.
10556 (gdb-pre-prompt): Make sure gdb-error is reset.
10557
10558 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
10559 with a child process, detect it.
10560 (gud-speedbar-buttons): Match regexp more carefully.
10561
10562 2005-11-27 Richard M. Stallman <rms@gnu.org>
10563
10564 * mouse.el (mouse-drag-move-window-bottom):
10565 Use adjust-window-trailing-edge.
10566
10567 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10568
10569 * simple.el (blink-matching-open): Ignore
10570 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
10571 (blink-matching-paren-on-screen): Update docstring.
10572
10573 * paren.el (show-paren-mode): No longer change
10574 `blink-matching-paren-on-screen'.
10575
10576 2005-11-27 John Paul Wallington <jpw@pobox.com>
10577
10578 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
10579 (gdb-threads-select, gdb-edit-register-value):
10580 Use `posn-set-point' instead of `mouse-set-point' because the
10581 latter is not fbound when configured without X.
10582
10583 2005-11-27 Kim F. Storm <storm@cua.dk>
10584
10585 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
10586 existing face when partially highlighting a TAB in a rectangle.
10587
10588 2005-11-26 Kim F. Storm <storm@cua.dk>
10589
10590 * ido.el (ido-mode-map): Doc fix.
10591 (ido-mode-common-map, ido-mode-file-map)
10592 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
10593 (ido-define-mode-map): Rewrite. Select one of the new maps as
10594 parent for ido-mode-map instead of building from scratch.
10595 (ido-init-mode-maps): New defun to initialize new maps.
10596 (ido-mode): Call it.
10597 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
10598 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
10599
10600 2005-11-26 John Paul Wallington <jpw@pobox.com>
10601
10602 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
10603 `mouse-set-point' because the latter is not fbound when configured
10604 without X.
10605
10606 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
10607
10608 * files.el (file-relative-name): Doc fix.
10609
10610 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
10611
10612 * progmodes/octave-inf.el (inferior-octave-startup): Force a
10613 non-empty string for secondary prompt PS2.
10614
10615 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
10616
10617 * progmodes/compile.el (compilation-setup): Fix last change.
10618
10619 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
10620
10621 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
10622 (gdb-mouse-toggle-breakpoint-margin)
10623 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
10624 Add gdb-server-prefix to keep out of command history.
10625 (gdb-edit-register-value): New function.
10626 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
10627 (gdb-info-registers-custom): Use above map.
10628
10629 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
10630
10631 * custom.el (enable-theme): Signal error if argument is not a
10632 theme. Don't recalculate a face if it's not loaded yet.
10633
10634 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
10635 the `user' theme is in effect.
10636
10637 * info.el (Info-on-current-buffer): Record actual filename in
10638 Info-current-file, instead of t, or a fake filename if a non-file
10639 buffer. Make autoload.
10640 (Info-find-node, Info-revert-find-node): No need to check for
10641 Info-current-file nil.
10642 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
10643 Info-current-file is now never `t'.
10644 (Info-fontify-node): Many simplifications due to Info-current-file
10645 always being valid. Use Info-find-file to find node filename.
10646
10647 2005-11-25 David Kastrup <dak@gnu.org>
10648
10649 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
10650 new character, then delete" in order to preserve markers.
10651
10652 2005-11-25 David Ponce <david@dponce.com>
10653
10654 * recentf.el (recentf-arrange-by-rule): Handle a special
10655 `auto-mode-alist'-like "strip suffix" rule.
10656 (recentf-build-mode-rules): Handle second level auto-mode entries.
10657
10658 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
10659
10660 * viper-keym.el (viper-ESC-key): Use different values in terminal and
10661 window modes.
10662
10663 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
10664 jde-javadoc-checker-report-mode.
10665
10666 * ediff-wind (ediff-make-wide-display): Slight simplification.
10667
10668 * ediff.el (ediff-date): Change the date of last update.
10669
10670 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
10671
10672 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
10673 Use define-minor-mode, and make it a local mode. Turn on font-lock.
10674 (hi-lock-mode): New global minor mode.
10675 (turn-on-hi-lock-if-enabled): New function.
10676 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
10677 Change arguments to regexp and face instead of a font-lock pattern.
10678 Directly set face property, instead of refontifying.
10679 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
10680 (hi-lock-find-patterns): Use line-number-at-pos.
10681
10682 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
10683 arguments for hi-lock-set-pattern.
10684 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
10685 Call font-lock-fontify-buffer.
10686 (hi-lock-find-file-hook, hi-lock-current-line)
10687 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
10688
10689 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
10690 turned off.
10691
10692 * progmodes/compile.el (compilation-setup): Don't fiddle with
10693 font-lock-defaults.
10694
10695 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
10696
10697 * progmodes/gdb-ui.el (gdb-var-create-handler)
10698 (gdb-var-list-children-handler): Find values for all variable
10699 objects. gud-speedbar-buttons decides whether to display them.
10700
10701 2005-11-24 Romain Francoise <romain@orebokech.com>
10702
10703 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
10704 buffer name with a space.
10705
10706 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
10707
10708 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
10709 `org-export-local-list-max-depth'. Change default value to 3.
10710 (org-auto-renumber-ordered-lists)
10711 (org-plain-list-ordered-item-terminator): New options.
10712 (org-at-item-p, org-beginning-of-item, org-end-of-item)
10713 (org-get-indentation, org-get-string-indentation)
10714 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
10715 New functions.
10716 (org-move-item-down, org-move-item-up): New commands.
10717 (org-export-as-html): New classes for CSS support. Bug fix in
10718 regular expression detecting fixed-width regions. Respect
10719 `org-local-list-ordered-item-terminator'.
10720 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
10721 also a list item.
10722 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
10723 New item moving functions.
10724
10725 2005-11-24 Juri Linkov <juri@jurta.org>
10726
10727 * isearch.el (isearch-repeat): With empty search ring set
10728 `isearch-error' to the error string instead of signaling error
10729 with the function `error'.
10730
10731 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10732
10733 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
10734
10735 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
10736
10737 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
10738 and variable.
10739 (gdb-var-create-handler, gdb-var-list-children-handler):
10740 Don't match on "char **...".
10741 (gdb-var-update-handler): Find values for all variable objects.
10742 (gdb-info-frames-custom): Identify frames by leading "#".
10743
10744 * progmodes/gud.el (gud-speedbar-menu-items): Add
10745 gdb-speedbar-auto-raise as radio button.
10746 (gud-speedbar-buttons): Raise speedbar if requested.
10747 Don't match on "char **...".
10748 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
10749 Make it editable.
10750
10751 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
10752
10753 * info.el (Info-fontify-node): Handle the case where
10754 Info-current-file is t.
10755
10756 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10757
10758 * simple.el (blink-matching-open): Fix off-by-one in last change.
10759
10760 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10761
10762 * term/mac-win.el: Don't change default directory.
10763
10764 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
10765
10766 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
10767 buffers correctly. (It used to throw an error in such buffers.)
10768 Make it ask for confirmation in group buffers and other Custom
10769 buffers containing more than one customization item.
10770
10771 2005-11-22 John Paul Wallington <jpw@gnu.org>
10772
10773 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
10774 property on mail and url overlays.
10775 (goto-address-at-point): Use `posn-set-point' instead of
10776 `mouse-set-point' because the latter is not fbound when configured
10777 without X.
10778
10779 2005-11-22 Lars Hansen <larsh@soem.dk>
10780
10781 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
10782 (ls-lisp-classify, ls-lisp-format): Delete call to
10783 ls-lisp-parse-symlink.
10784 (ls-lisp-handle-switches): Handle symlinks to directories as
10785 directories when ls-lisp-dirs-first in non-nil.
10786
10787 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
10788
10789 * startup.el (command-line): Make sure that loaddefs.el is handled
10790 correctly in load-history.
10791
10792 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
10793
10794 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
10795 (gdb-struct-string, gdb-array-string): New constants.
10796 (gdb-info-locals-handler): Use them.
10797 (gdb-reset): Reset gdb-var-list to nil.
10798
10799 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10800
10801 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
10802 in patterns.
10803
10804 2005-11-21 Juri Linkov <juri@jurta.org>
10805
10806 * custom.el (defcustom): Update link types in docstring.
10807
10808 2005-11-20 Martin Rudalics <rudalics@gmx.at>
10809
10810 * custom.el (defgroup): Add doc-string-elt info.
10811
10812 * widget.el (define-widget): Don't use declare for the doc-string-elt.
10813
10814 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10815
10816 * newcomment.el (comment-enter-backward): Fix last fix.
10817
10818 * simple.el (blink-matching-open):
10819 * paren.el (show-paren-function): Allow new paren-class info.
10820
10821 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
10822
10823 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
10824 handled automagically.
10825
10826 2005-11-20 Andreas Schwab <schwab@suse.de>
10827
10828 * descr-text.el (describe-char): When copying overlays put them
10829 over the full char description instead of just the first character
10830 of it.
10831
10832 2005-11-20 Juri Linkov <juri@jurta.org>
10833
10834 * simple.el (what-cursor-position):
10835 * descr-text.el (describe-char): Use Lisp-readable syntax
10836 for octal and hex. Reorder decimal, octal and hex values.
10837 Remove excess whitespace in the output. Use `=' in `column='
10838 like in `point=' and `Hscroll='.
10839
10840 * international/mule-cmds.el (encoded-string-description):
10841 Use Lisp-readable syntax for hex.
10842
10843 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10844
10845 * newcomment.el (comment-enter-backward): Handle the case where the
10846 comment is closed by EOB.
10847
10848 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
10849
10850 * longlines.el (longlines-before-revert-hook)
10851 (longlines-after-revert-hook): New functions.
10852 (longlines-mode): Turn off longlines temporarily when reverting.
10853 Add a message-setup-hook.
10854 (longlines-decode-buffer): New function.
10855 (longlines-wrap-line): Preserve marker positions.
10856
10857 2005-11-19 Andreas Schwab <schwab@suse.de>
10858
10859 * emacs-lisp/shadow.el: Handle compressed files.
10860
10861 2005-11-19 Romain Francoise <romain@orebokech.com>
10862
10863 * net/browse-url.el (browse-url-default-browser): Signal an error
10864 if no usable browser can be found, rather than try to load w3.
10865
10866 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
10867
10868 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
10869 replacing existing properties.
10870 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10871 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
10872 tty specs.
10873 (rcirc-server-prefix, rcirc-server): New faces.
10874 (rcirc-url-regexp): Generate with rx macro.
10875 (rcirc-last-server-message-time): New variable.
10876 (rcirc-filter): Record time of last message.
10877 (rcirc-keepalive): Kill processes that did not send a message
10878 since the last ping.
10879 (rcirc-mode): Give rcirc-topic a local binding here.
10880
10881 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
10882
10883 * subr.el (read-passwd): Fontify the prompt as we do with other
10884 prompts.
10885
10886 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
10887
10888 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
10889 binding buffer-read-only to nil.
10890
10891 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10892
10893 * complete.el (partial-completion-mode):
10894 Mention completion-auto-help in the doc string.
10895
10896 * man.el (Man-highlight-references): Doc fix. Reformat code in a
10897 more Lisp-ish way.
10898
10899 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
10900
10901 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
10902 digits, not 8, to avoid misalignment for files larger than 100MB.
10903
10904 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10905
10906 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
10907 Mention "keyboard shortcuts" in the help text.
10908
10909 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10910
10911 * startup.el (fancy-splash-default-action): Discard only
10912 mouse-down and succeeding mouse-up events in the splash screen
10913 window so that drag-n-drop event can be processed.
10914
10915 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
10916
10917 * longlines.el (longlines-mode): Add hacks for mail-mode and
10918 message-mode.
10919
10920 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
10921
10922 * textmodes/org.el (org-table-sort-lines): New command.
10923 (org-tbl-menu): Add entry for `org-table-sort-lines'.
10924 (org-add-file): Command removed, use `org-agenda-file-to-front'
10925 instead.
10926 (org-export-icalendar): Use `org-icalendar-combined-name'.
10927 (org-cycle-agenda-files, org-agenda-file-to-end)
10928 (org-agenda-file-to-front): New commands.
10929 (org-table-tab-jumps-over-hlines, org-export-html-style):
10930 New options.
10931 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
10932 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
10933 New functions.
10934 (org-fill-paragraph): Call `org-table-align' in tables.
10935 (org-mode): Call `org-set-autofill-regexps'.
10936 (org-export-as-html): Support for local handformatted lists.
10937 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
10938 (org-export-local-list-max-depth): New option.
10939 (org-html-expand): Use `org-html-protect'.
10940
10941 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
10942
10943 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
10944 to "p".
10945 (gdb): Move definition of gud-pp to...
10946
10947 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
10948 speedbar.
10949 (gdb-find-watch-expression): New function.
10950
10951 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10952
10953 * faces.el (face-attribute, set-face-attribute): Mention existence
10954 of `:ignore-defface' setting in docstring.
10955
10956 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
10957
10958 * simple.el (completion-setup-function): Fix last change.
10959
10960 2005-11-17 John Paul Wallington <jpw@pobox.com>
10961
10962 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
10963 Use `posn-set-point' instead of `mouse-set-point' because the
10964 latter is not fbound when configured without X.
10965
10966 * comint.el (comint-insert-input): Likewise.
10967
10968 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10969
10970 * simple.el (hard-newline): New variable.
10971 (sendmail-user-agent-compose, next-line): Use it.
10972
10973 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
10974 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
10975 (mail-mail-reply-to, mail-mail-followup-to)
10976 (mail-position-on-field, mail-signature, mail-yank-original)
10977 (mail-attach-file): Likewise.
10978
10979 * mail/mailheader.el (mail-header-format)
10980 (mail-header-format-function): Likewise.
10981
10982 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
10983
10984 2005-11-17 Juri Linkov <juri@jurta.org>
10985
10986 * font-lock.el (font-lock-faces): Rename this defgroup from
10987 `font-lock-highlighting-faces'.
10988 (font-lock-comment-face, font-lock-comment-delimiter-face)
10989 (font-lock-string-face, font-lock-doc-face)
10990 (font-lock-keyword-face, font-lock-builtin-face)
10991 (font-lock-function-name-face, font-lock-variable-name-face)
10992 (font-lock-type-face, font-lock-constant-face)
10993 (font-lock-warning-face, font-lock-negation-char-face)
10994 (font-lock-preprocessor-face)
10995 (font-lock-regexp-grouping-backslash)
10996 (font-lock-regexp-grouping-construct): Rename :group from
10997 `font-lock-highlighting-faces' to `font-lock-faces'.
10998
10999 * cus-edit.el (lisp, c, tex):
11000 * progmodes/ada-mode.el (ada):
11001 * progmodes/asm-mode.el (asm):
11002 * progmodes/cperl-mode.el (cperl-faces):
11003 * progmodes/cpp.el (cpp):
11004 * progmodes/dcl-mode.el (dcl):
11005 * progmodes/f90.el (f90):
11006 * progmodes/fortran.el (fortran):
11007 * progmodes/icon.el (icon):
11008 * progmodes/idlwave.el (idlwave-misc):
11009 * progmodes/m4-mode.el (m4):
11010 * progmodes/make-mode.el (makefile):
11011 * progmodes/meta-mode.el (meta-font):
11012 * progmodes/modula2.el (modula2):
11013 * progmodes/octave-mod.el (octave):
11014 * progmodes/pascal.el (pascal):
11015 * progmodes/perl-mode.el (perl):
11016 * progmodes/prolog.el (prolog):
11017 * progmodes/ps-mode.el (PostScript-edit):
11018 * progmodes/scheme.el (scheme):
11019 * progmodes/sh-script.el (sh-script):
11020 * progmodes/simula.el (simula):
11021 * progmodes/tcl.el (tcl):
11022 * textmodes/nroff-mode.el (nroff):
11023 * textmodes/reftex-vars.el (reftex-fontification-configurations):
11024 * textmodes/sgml-mode.el (sgml):
11025 * textmodes/texinfo.el (texinfo):
11026 Add :link (custom-group-link font-lock-faces) to defgroup.
11027
11028 * hi-lock.el (hi-lock): Rename this defgroup from
11029 `hi-lock-interactive-text-highlighting'. Change parent group from
11030 `faces' to `font-lock'. Add link to the manual.
11031 (hi-lock-mode, hi-lock-file-patterns-range)
11032 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
11033 `hi-lock-interactive-text-highlighting' to `hi-lock'.
11034 (hi-lock-faces): Add :group `faces'.
11035
11036 * cus-edit.el (custom-variable-prompt): Clarify the code.
11037
11038 * faces.el (face-read-string): Set the default value arg of
11039 completing-read.
11040
11041 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
11042
11043 * rfn-eshadow.el (file-name-shadow-properties)
11044 (file-name-shadow-tty-properties, file-name-shadow-mode):
11045 Remove autoloads, because the file is now preloaded.
11046
11047 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11048
11049 * printing.el (easy-menu-intern): Don't define.
11050 (pr-get-symbol): Use easy-menu-intern only if defined.
11051
11052 * simple.el (blink-matching-open): Simplify a bit.
11053 (completion-setup-function): Fix the case of partial-completion-mode
11054 when the minibuffer's contents start with "-".
11055 Obey completion-base-size-function even when
11056 minibuffer-completing-file-name is non-nil.
11057
11058 2005-11-16 Richard M. Stallman <rms@gnu.org>
11059
11060 * net/eudcb-ph.el (eudc-ph-open-session):
11061 Use set-process-query-on-exit-flag.
11062
11063 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
11064
11065 * international/ucs-tables.el (ucs-set-table-for-input):
11066 Use make-local-variable, not make-variable-buffer-local.
11067
11068 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11069 Improve warning message text.
11070
11071 * savehist.el (savehist-save-hook): Add :group.
11072
11073 * menu-bar.el (menu-bar-help-menu):
11074 Rename Find Extra Packages to External Packages.
11075
11076 * cus-edit.el (Custom-reset-standard): Verify that
11077 :custom-standard-value prop exists before calling it.
11078
11079 * apropos.el (apropos-calc-scores): Use apropos-pattern.
11080
11081 2005-11-16 Martin Rudalics <rudalics@gmx.at>
11082
11083 * wid-edit.el (color): Enclose %t in %{...%}.
11084
11085 * cus-edit.el (face): Enclose %t in %{...%}.
11086
11087 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
11088
11089 * savehist.el (savehist-mode-hook): Re-add the var.
11090 (savehist-mode): Use it.
11091
11092 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11093
11094 * textmodes/flyspell.el: Fix commenting convention.
11095 Remove unnecessary leading * in custom docstrings.
11096 (flyspell-emacs): Remove unused var.
11097 (flyspell-delete-region-overlays): Use remove-overlays.
11098 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
11099 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
11100 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
11101 (flyspell-debug-signal-word-checked): Use with-current-buffer.
11102 (make-flyspell-overlay): Don't locally reuse a global name.
11103 (flyspell-highlight-incorrect-region)
11104 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
11105 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
11106 (flyspell-notify-misspell): Remove unused args `start' and `end'.
11107 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
11108 Wrap calls to accept-process-output inside with-local-quit since it's
11109 often called from a post-command-hook.
11110 (flyspell-correct-word, flyspell-auto-correct-word):
11111 Use ispell-send-string.
11112 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
11113
11114 * calendar/diary-lib.el (diary-list-entries): Also hide the
11115 terminating newline.
11116
11117 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
11118
11119 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
11120 window-system, to allow fonts on tty.
11121
11122 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
11123
11124 * progmodes/gud.el (gud-speedbar-item-info): New function.
11125 (gud-install-speedbar-variables): Use it to display data type
11126 of watch expression as a tooltip in speedbar.
11127
11128 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
11129
11130 * font-core.el (global-font-lock-mode): Add :version keyword,
11131 because default was changed.
11132
11133 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
11134
11135 * startup.el (command-line): Use `custom-reevaluate-setting' for
11136 `file-name-shadow-mode'.
11137
11138 * loadup.el: Preload rfn-eshadow.
11139
11140 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
11141 Add :version keyword.
11142 (file-name-shadow-properties, file-name-shadow-tty-properties)
11143 (file-name-shadow): Add :version keyword.
11144
11145 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
11146 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
11147 in the custom-group property of the symbol frames and the fringe
11148 group got no link to its parent group frames.
11149 Doc fix.
11150
11151 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11152
11153 * progmodes/gud.el (gud-stop-subjob): New function.
11154 (gud-menu-map, gud-tool-bar-map): Use it.
11155
11156 2005-11-16 Kim F. Storm <storm@cua.dk>
11157
11158 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
11159 than kill it.
11160 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
11161 to a more useful/logical place.
11162
11163 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11164
11165 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
11166 go buttons complementary.
11167
11168 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11169
11170 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
11171 (rfn-eshadow-sifn-equal): New function.
11172 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
11173
11174 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
11175
11176 * viper-utils.el (viper-non-word-characters-reformed-vi):
11177 Quote `-' in string.
11178
11179 * viper.el (viper-emacs-state-mode-list): Ensure that
11180 rcirc-mode buffers come up in Emacs state.
11181
11182 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
11183 operation.
11184
11185 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
11186
11187 * term.el (term-termcap-format): Fix typos.
11188 (term-down): Fix the negative argument case.
11189
11190 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11191
11192 * progmodes/gdb-ui.el: Remove face-alias left over from change on
11193 2005-08-15.
11194 (gdb-ann3): New command gud-go.
11195 (menu): Accomodate gdb-mi.el.
11196 (gdb-assembler-custom): Make buffer of selected window current
11197 so that set-window-point works.
11198
11199 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
11200 buttons and include new ones.
11201
11202 2005-11-16 Kim F. Storm <storm@cua.dk>
11203
11204 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
11205 (gud-menu-map): Use it.
11206
11207 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
11208
11209 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
11210 that works correctly for Custom and that does not override a user
11211 who disables it.
11212
11213 * help-mode.el (help-make-xrefs, help-xref-on-pp)
11214 (help-xref-interned, help-follow): Make hyperlinks for variables
11215 that are unbound, but have a non-nil variable-documentation property.
11216
11217 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
11218 mode hook. (It conflicted with defcustoms for some mode hooks.)
11219 Use the `variable-documentation' property to give the mode hook a
11220 docstring and expand that docstring.
11221
11222 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
11223
11224 * savehist.el (savehist-mode): Don't bother with
11225 `custom-set-minor-mode'.
11226 (savehist-coding-system): Check XEmacs version.
11227 (history-length): Declare also at run time.
11228 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
11229 Don't set the customize state.
11230 (savehist-minibuffer-hook): Special case for when
11231 minibuffer-history-variable is equal to t.
11232
11233 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11234
11235 * files.el (write-file): Refresh VC status.
11236
11237 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
11238 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
11239 than fundamental-mode to see if the mode was set.
11240
11241 2005-11-14 Romain Francoise <romain@orebokech.com>
11242
11243 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
11244 dummy function in `eval-when-compile' to avoid compiler warning.
11245 Require `man' at compile time.
11246
11247 2005-11-14 Jay Belanger <belanger@truman.edu>
11248
11249 * calc-alg.el (calcFunc-write-out-power): Rename it to
11250 calcFunc-powerexpand.
11251 (math-write-out-power): Rename it to math-powerexpand; have it
11252 handle negative exponents.
11253 (calc-writeoutpower): Rename it to calc-powerexpand.
11254
11255 * calc-ext.el: Change calcFunc-writeoutpower and
11256 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
11257 autoloads.
11258 Add calcFunc-ldiv to autoloads.
11259
11260 * calc-arith.el (calcFunc-ldiv): New function.
11261
11262 * calc.el (calc-left-divide): New function.
11263
11264 2005-11-14 Juri Linkov <juri@jurta.org>
11265
11266 * cus-edit.el (custom-variable-prompt): Set the default value arg
11267 of completing-read.
11268
11269 * cus-dep.el (custom-make-dependencies): Reverse the list of
11270 found dependencies.
11271
11272 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
11273
11274 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
11275 Highlighting" entry, it is on by default now.
11276 (menu-bar-options-save): Do not save global-font-lock-mode.
11277
11278 2005-11-13 Richard M. Stallman <rms@gnu.org>
11279
11280 * textmodes/flyspell.el (flyspell-large-region):
11281 Call flyspell-accept-buffer-local-defs.
11282
11283 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
11284
11285 * textmodes/flyspell.el (flyspell-notify-misspell):
11286 Fix misspelling of "Misspelling".
11287 (flyspell-process-localwords): New function.
11288 (flyspell-large-region): Call flyspell-process-localwords and
11289 flyspell-delete-region-overlays.
11290 (flyspell-delete-region-overlays): New function.
11291 (flyspell-delete-all-overlays): Call that.
11292
11293 2005-11-13 Richard M. Stallman <rms@gnu.org>
11294
11295 * help.el (help-for-help-internal): Improve doc of C-h a.
11296 (describe-key): Improve prompt; doc fix.
11297
11298 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
11299
11300 * vc-svn.el (vc-svn-registered): Catch all errors.
11301
11302 * cus-dep.el (custom-make-dependencies): Typo.
11303
11304 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
11305
11306 * net/tramp-util.el (top): Fix compilation warning.
11307
11308 2005-11-13 Kim F. Storm <storm@cua.dk>
11309
11310 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
11311
11312 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
11313
11314 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
11315 (gud-speedbar-buttons): Match on "const char *" too.
11316
11317 * progmodes/gdb-ui.el (gdb-var-create-handler)
11318 (gdb-var-list-children-handler): Match on "const char *" too.
11319 (gdb-var-evaluate-expression-handler): Match on empty string.
11320 (gdb-var-update-handler): Only call
11321 gdb-var-evaluate-expression-handler when required.
11322
11323 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
11324
11325 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
11326 selected window. This still doesn't work for speedbar.
11327 (gud-speedbar-buttons): Handle string expressions properly.
11328
11329 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
11330 (gdb-var-create-handler): Handle string expressions properly.
11331 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
11332 Handle string expressions properly. Move "type" field into regexp.
11333
11334 2005-11-12 Karl Fogel <kfogel@red-bean.com>
11335
11336 * bookmark.el (bookmark-maybe-message): New function to reduce
11337 code duplication: invokes `message' iff baud-rate is high enough.
11338 (bookmark-write-file): Use above instead of an inline conditional.
11339 (bookmark-load): Same.
11340
11341 2005-11-12 Karl Fogel <kfogel@red-bean.com>
11342
11343 * bookmark.el (bookmark-write-file): Don't visit the destination
11344 file, just write the data to it using write-region. This is
11345 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
11346 change to avoid visiting the file in the first place.
11347
11348 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
11349
11350 * hi-lock.el (hi-lock-mode): Set the default value of
11351 font-lock-defaults.
11352
11353 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
11354
11355 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
11356 arg to `file-attributes'.
11357 (find-lisp-format): The UID and GID can now be strings.
11358
11359 2005-11-12 Kim F. Storm <storm@cua.dk>
11360
11361 * help.el (help-map): Bind C-h d to apropos-documentation.
11362
11363 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
11364 when point is at end-of-buffer.
11365
11366 * apropos.el (apropos-match-face): Doc fix.
11367 (apropos-sort-by-scores): Add new choice `verbose'.
11368 (apropos-documentation-sort-by-scores): New defcustom.
11369 (apropos-pattern): Now contains the pattern entered by the user.
11370 (apropos-pattern-quoted): New defvar.
11371 (apropos-regexp): New defvar, containing the regexp corresponding
11372 to apropos-pattern.
11373 (apropos-all-words-regexp): Rename from apropos-all-regexp.
11374 (apropos-read-pattern): New defun. Use it to read pattern arg in
11375 interactive calls; returns list of words for a word list, and
11376 string for a regexp.
11377 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
11378 parses a list of words or regexp as returned by apropos-read-pattern.
11379 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
11380 (apropos-score-doc): Return a very high score if the string
11381 entered by the user matches literally.
11382 (apropos-variable): Doc fix. Use apropos-read-pattern.
11383 (apropos-command): Doc fix. Use apropos-read-pattern and
11384 apropos-parse-pattern. Call apropos-print with nosubst=t.
11385 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
11386 apropos-parse-pattern.
11387 (apropos-documentation): Doc fix. Use apropos-read-pattern and
11388 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
11389 apropos-documentation-sort-by-scores. Call apropos-print with
11390 nosubst=t.
11391 (apropos-documentation-internal): Pass doc string through
11392 substitute-key-definition before adding text properties.
11393 Highlight substring matching literal user input if possible.
11394 (apropos-documentation-check-doc-file): Remove locals beg and end.
11395 Fix calculation of score (as added twice). Pass doc string through
11396 substitute-key-definition before adding text properties.
11397 (apropos-documentation-check-elc-file): Pass doc string through
11398 substitute-key-definition before adding text properties.
11399 Highlight substring matching literal user input if possible.
11400 (apropos-print): Add new arg NOSUBST; if set, command and variable
11401 doc strings have already been passed through substitute-key-definition.
11402 Add code to handle apropos-accumulator items without score element
11403 for backwards compatibility (e.g. with woman package).
11404 Only show scores if apropos-sort-by-scores is `verbose'.
11405
11406 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11407
11408 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
11409 Add jka-compr-load-suffixes to load-suffixes.
11410
11411 * jka-compr.el: Require jka-cmpr-hook.
11412 (jka-compr-info-compress-message, jka-compr-info-compress-program)
11413 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
11414 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
11415 (jka-compr-info-can-append, jka-compr-info-strip-extension)
11416 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
11417 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
11418 (jka-compr-uninstall): Remove entries from
11419 jka-compr-added-to-file-coding-system-alist after they are used.
11420 (jka-compr-error): Remove unused var `curbuf'.
11421 (jka-compr-file-local-copy): Remove unused var `notfound'.
11422
11423 2005-11-10 Romain Francoise <romain@orebokech.com>
11424
11425 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
11426
11427 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
11428
11429 * progmodes/gud.el (gud-menu-map): Move parentheses.
11430 (gdb): New command gud-pv.
11431
11432 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11433
11434 * tar-mode.el: Remove spurious or unnecessary leading stars
11435 in docstrings.
11436 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
11437 (tar-parse-octal-integer-safe): Use mapc.
11438 (tar-header-block-summarize): Remove unused var `ck'.
11439 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
11440 cleared before. Obey default-enable-multibyte-characters.
11441 Use mapconcat. Simplify setting of tar-header-offset.
11442 (tar-mode-map): Move initialization inside delcaration.
11443 (tar-flag-deleted): Use `abs'.
11444 (tar-expunge-internal): Remove unused var `line'.
11445 (tar-expunge-internal): Don't hardcode point-min==1.
11446 (tar-expunge): Widen while doing set-buffer-multibyte.
11447 (tar-rename-entry): Use file-name-coding-system.
11448 (tar-alter-one-field): Don't hardcode point-min==1.
11449 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
11450 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
11451
11452 2005-11-10 Masatake YAMATO <jet@gyve.org>
11453
11454 * add-log.el (add-log-current-defun): Handle class::method
11455 notation of c++. Fix incorrect comment.
11456
11457 2005-11-10 Alan Mackenzie <acm@muc.de>
11458
11459 * help-fns.el (describe-variable): Make C-h v work when a variable
11460 has variable documentation yet is unbound.
11461
11462 2005-11-10 Masatake YAMATO <jet@gyve.org>
11463
11464 * man.el (Man-highlight-references): Set an empty
11465 string to `Man-arguments' if it is nil.
11466 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
11467
11468 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11469
11470 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
11471 commenting conventions.
11472
11473 * cus-dep.el (custom-make-dependencies): Simplify.
11474 Better follow the commenting conventions.
11475
11476 2005-11-09 Richard M. Stallman <rms@gnu.org>
11477
11478 * apropos.el (apropos-pattern): Rename from apropos-regexp.
11479 (apropos-orig-pattern): Rename from apropos-orig-regexp.
11480 All uses changed.
11481 (apropos-rewrite-regexp): Doc fix.
11482 (apropos-variable, apropos-command, apropos, apropos-value):
11483 Change prompt; carry through the argument renaming.
11484
11485 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
11486
11487 * find-lisp.el: Require dired.
11488 (find-lisp-find-dired-internal): Do not call
11489 `abbreviate-file-name' on DIR.
11490
11491 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
11492
11493 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
11494
11495 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
11496
11497 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
11498 when using the speedbar.
11499 (gdb): New command gud-pp.
11500 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
11501
11502 2005-11-09 Juri Linkov <juri@jurta.org>
11503
11504 * replace.el (occur-excluded-properties): New defcustom.
11505 (occur-1, occur-engine, occur-accumulate-lines): Use it.
11506
11507 2005-11-08 Jay Belanger <belanger@truman.edu>
11508
11509 * calc/calc-units.el (math-convert-units): Replace any composite
11510 unit by its definition.
11511
11512 2005-11-08 Lars Hansen <larsh@soem.dk>
11513
11514 * emacs-lisp/autoload.el (update-directory-autoloads):
11515 Add obsolete function alias.
11516
11517 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
11518
11519 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
11520 comment-indent-function.
11521 (lisp-comment-indent): Replace by an alias for comment-indent-default.
11522
11523 * reveal.el (reveal-post-command): Rework the handling of
11524 reveal-open-spots, so as to be more reliable. There were several
11525 tricky corner cases where an open spot might be lost, or where
11526 a closed spot might end up on the list of open spots.
11527 Only reveal text that's ellipsised.
11528
11529 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
11530
11531 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
11532
11533 2005-11-07 John Paul Wallington <jpw@gnu.org>
11534
11535 * ibuffer.el (ibuffer): Search iconified frames too when
11536 getting Ibuffer buffer's window.
11537
11538 2005-11-06 Richard M. Stallman <rms@gnu.org>
11539
11540 * progmodes/compile.el (compilation-internal-error-properties):
11541 save-excursion around the computation of MARKER.
11542
11543 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
11544
11545 * textmodes/flyspell.el (flyspell-external-point-words):
11546 flyspell-get-word returns a list, not just a string.
11547
11548 2005-11-06 John Paul Wallington <jpw@pobox.com>
11549
11550 * ibuffer.el (ibuffer): Search all visible frames when getting
11551 Ibuffer buffer's window.
11552
11553 2005-11-07 Masatake YAMATO <jet@gyve.org>
11554
11555 * man.el (Man-reference-regexp): Accept spaces between
11556 `Man-name-regexp' and `Man-section-regexp'.
11557 (Man-apropos-regexp): New variable.
11558 (Man-abstract-xref-man-page): Use value for `Man-target-string'
11559 if available.
11560 (Man-highlight-references, Man-highlight-references0):
11561 Handle the case when `Man-arguments' includes "-k".
11562 (Man-highlight-references0): Rename the argument `TARGET-POS' to
11563 `TARGET'. `TARGET' can be a number, function or nil.
11564
11565 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
11566
11567 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
11568 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
11569 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
11570 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
11571 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
11572 (gdb-send-item): Use buffer-local-value and simplify.
11573
11574 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
11575
11576 * startup.el (command-line): Use `custom-reevaluate-setting' for
11577 `global-font-lock-mode'.
11578
11579 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
11580 by default, except in batch mode or when the -D option is given.
11581
11582 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
11583 specified keyword args on to `define-minor-mode'. Update docstring.
11584
11585 2005-11-05 Romain Francoise <romain@orebokech.com>
11586
11587 * replace.el (occur-engine): Add marker at end of line, too.
11588
11589 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11590
11591 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11592 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11593 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11594 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11595 argument to all these routines, so the passphrase can be managed
11596 externally and passed in to the system.
11597 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11598 pgg-add-passphrase-to-cache function.
11599
11600 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11601 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11602 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11603 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11604 argument to all these routines, so the passphrase can be managed
11605 externally and passed in to the system.
11606 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11607 function.
11608
11609 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
11610
11611 * font-lock.el: Don't deal with font-lock-face-attributes here,
11612 move the code ...
11613
11614 * startup.el (command-line): ... here. Use face-spec-set instead
11615 of custom-declare-face.
11616
11617 * faces.el (face-spec-set): Reset the face if spec is not nil.
11618
11619 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11620
11621 * newcomment.el (comment-region-internal): Box more tightly in the
11622 common case where there's no TAB in the boxed text.
11623
11624 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11625
11626 * info.el (info-tool-bar-map): Use images prev-node, next-node and
11627 up-node.
11628
11629 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
11630
11631 * newsticker.el: Commentary updated. Code formatting changed.
11632 (newsticker-version): Change to "1.9".
11633 (newsticker, newsticker-feed): Doc fix.
11634 (newsticker-url-list): Doc fix. Add option "Weekly".
11635 (newsticker-retrieval-interval): Add option "Weekly".
11636 (newsticker-headline-processing): Doc fix.
11637 (newsticker-auto-mark-filter): Remove.
11638 (newsticker-auto-mark-filter-list): New.
11639 (newsticker-layout, newsticker-sort-method): Doc fix.
11640 (newsticker-hide-old-items-in-newsticker-buffer)
11641 (newsticker-heading-format, newsticker-item-format)
11642 (newsticker-desc-format): Doc fix.
11643 (newsticker-show-all-rss-elements): Remove.
11644 (newsticker-show-all-news-elements): New.
11645 (newsticker-faces, newsticker-ticker): Doc fix.
11646 (remove-from-invisibility-spec): Code formatting.
11647 (newsticker--process-ids): New.
11648 (newsticker-mode): Doc fix.
11649 (newsticker-mode): Change mode-line-format.
11650 (newsticker-start): Remove debug output.
11651 (newsticker-start-ticker): Doc fix. Add autoload cookie.
11652 (newsticker-w3m-show-inline-images): Code formatting.
11653 (newsticker-next-item): Call `force-mode-line-update'.
11654 (newsticker-previous-item): Call `force-mode-line-update'.
11655 (newsticker-next-feed): Call `force-mode-line-update'.
11656 (newsticker-previous-feed): Call `force-mode-line-update'.
11657 (newsticker-mark-all-items-at-point-as-read): Code formatting.
11658 (newsticker-show-old-items): Do not show descs.
11659 (newsticker-hide-entry): Hide too much.
11660 (newsticker-hide-entry, newsticker-show-entry)
11661 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
11662 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
11663 (newsticker-toggle-auto-narrow-to-item): Code formatting.
11664 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
11665 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
11666 (newsticker-get-news): Call `force-mode-line-update'.
11667 Collect process ids.
11668 (newsticker--sentinel): Change coding system handling.
11669 Move image retrieval to new functions newsticker--get-logo-url-*.
11670 Move feed parsing to new functions newsticker--parse-*.
11671 Update list of process ids.
11672 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
11673 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
11674 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
11675 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
11676 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11677 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
11678 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
11679 (newsticker--decode-coding-string): Remove.
11680 (newsticker--decode-numeric-entities): Check input. Format code.
11681 (newsticker--remove-whitespace): Check input.
11682 (newsticker--do-forget-preformatted): Doc fix.
11683 (newsticker--decode-rfc822-date): Allow for missing time.
11684 (newsticker--update-process-ids): New.
11685 (newsticker--image-sentinel): Change comment.
11686 (newsticker--image-read): Change error message.
11687 (newsticker--imenu-goto): Doc fix. Show headline title.
11688 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
11689 (newsticker--buffer-do-insert-text): Clean whitespace in
11690 html-rendered headline title. Code formatting.
11691 Call `newsticker--buffer-print-extra-elements'.
11692 (newsticker--buffer-print-extra-element): Remove.
11693 (newsticker--buffer-print-extra-elements): New.
11694 (newsticker--buffer-do-print-extra-element): New.
11695 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
11696 large sizes.
11697 (newsticker--run-auto-mark-filter)
11698 (newsticker--do-run-auto-mark-filter):
11699 Use `newsticker-auto-mark-filter-list'.
11700
11701 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
11702
11703 * net/rcirc.el: Use split-string OMIT-NULLS argument.
11704 (rcirc-print): Force redisplay before running hooks. Do long
11705 buffer truncation after making new text read-only. Deal with nil
11706 text when decoding strings. If TARGET is nil, use either the
11707 currently selected buffer, if it is an rcirc buffer and of the
11708 same process or the process buffer.
11709 (rcirc-mode): Remove header-line. Recompute short buffer names.
11710 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
11711 (rcirc-short-buffer-name): Add variable.
11712 (rcirc-kill-buffer-hook): Recompute short buffer names.
11713 Remove nick from private channel.
11714 (rcirc-send-input): Send command text to current-buffer.
11715 Don't clear overlay arrow here.
11716 (rcirc-short-buffer-name): Return a short buffer name.
11717 (rcirc-update-short-buffer-names, rcirc-abbreviate)
11718 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
11719 buffer-name abbreviations.
11720 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
11721 Do not touch nick-table when killing a parted channel.
11722 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
11723 Clear arrow from current buffer if it is now hidden.
11724 (rcirc-current-buffer): Add variable.
11725 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11726 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
11727 Remove -face from names.
11728 (rcirc-update-activity-string): Print "DND" when globally ignoring
11729 activity.
11730 (rcirc-ignore-buffer-activity-flag): Rename from
11731 rcirc-ignore-channel-activity.
11732 (rcirc-ignore-all-activity-flag): Doc fix.
11733 (rcirc-channels): Remove variable.
11734 (rcirc-kill-buffer-hook):
11735 (rcirc-get-buffer-create): Add nick to private channel.
11736 (rcirc-multiline-edit-submit): Remove tabs.
11737 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
11738 folded.
11739 (rcirc-remove-nick-channel): Bug fix.
11740 (rcirc-toggle-ignore-buffer-activity): Rename from
11741 rcirc-toggle-ignore-channel-activity.
11742 (rcirc-record-activity): Add buffers to the front of the list.
11743 (rcirc-update-activity): Remove killed buffers from list.
11744 (rcirc-process-server-response-1): Remove last argument if it is
11745 null before calling handler.
11746 (rcirc): Add "rcirc" defcustom prefix.
11747 (rcirc-prompt): Simplify default prompt.
11748 Use custom-initialize-default.
11749 (rcirc-private-chats): Remove variable.
11750 (rcirc-prompt): Change initialization.
11751 (rcirc-version): Remove function.
11752 (rcirc-id-string): Add constant.
11753 (rcirc-last-buffer): Remove variable.
11754 (rcirc-buffer-alist): Add variable.
11755 (rcirc-connect): Update variable setup.
11756 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
11757 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
11758 default.
11759 (rcirc-handler-generic): Trigger activity.
11760 (rcirc-send-message): Create the buffor of the target.
11761 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
11762 (rcirc-get-buffer): Just return nil if there is no matching buffer.
11763 (rcirc-multiline-edit-cancel): Remove function.
11764 (rcirc-set-last-buffer): Remove function.
11765 (rcirc-get-any-buffer): Add function.
11766 (rcirc-join-channels): Don't print /join text.
11767 (rcirc-toggle-ignore-channel-activity): Add and update echo area
11768 messages.
11769 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
11770 (rcirc-handler-NOTICE): Recognize CTCP responses.
11771 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
11772 constructing TOPIC string for buffers we are not JOINed.
11773 (rcirc-handler-CTCP-response): Add handler.
11774 (rcirc-multiline-edit-submit): Restore the window-configuration
11775 before adjusting point.
11776 (rcirc): Add customization group.
11777 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
11778 (rcirc-user-full-name, rcirc-startup-channels-alist)
11779 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
11780 (rcirc-ignore-all-activity-flag, rcirc-time-format)
11781 (rcirc-input-ring-size, rcirc-read-only-flag)
11782 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
11783 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
11784 Change defvar to defcustom.
11785 (rcirc-update-prompt): Add optional ALL arg, which will update
11786 prompts in all rcirc buffers. Regexp quote replacement text.
11787 (rcirc-fill-column): Accept frame-width as a value.
11788 (rcirc-set-changed): Add function.
11789 (rcirc-next-active-buffer): Write more meaningful messages.
11790 (rcirc-faces): Add customization group.
11791 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
11792 (rcirc-nick-in-message-face, rcirc-prompt-face)
11793 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
11794 (with-rcirc-process-buffer): Move before first usage.
11795 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
11796 (rcirc-debug-flag): Rename from `rcirc-log-p'.
11797 (rcirc-debug): Rename from `rcirc-log'.
11798 (rcirc-format-response-string): Do not print `-' chars for a
11799 NOTICE with no sender. Simplify output of server responses.
11800
11801 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11802
11803 (rcirc-browse-url-map, rcirc-browse-url-at-point)
11804 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
11805 Make urls mouse and RET clickable.
11806
11807 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11808
11809 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
11810
11811 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11812
11813 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11814 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11815 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11816 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11817 argument to all these routines, so the passphrase can be managed
11818 externally and passed in to the system.
11819 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11820 pgg-add-passphrase-to-cache function.
11821
11822 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11823 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11824 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11825 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11826 argument to all these routines, so the passphrase can be managed
11827 externally and passed in to the system.
11828 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11829 function.
11830
11831 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
11832
11833 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
11834 from goto-address-url-regexp.
11835
11836 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
11837
11838 * textmodes/org.el (org-read-date, org-goto-calendar)
11839 (org-recenter-calendar, org-agenda-goto-calendar):
11840 Temporarily clear `calendar-move-hook'.
11841
11842 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
11843
11844 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
11845 merging.
11846
11847 * ediff-util.el (ediff-previous-difference): Don't skip regions that
11848 have merge clashes.
11849
11850 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11851
11852 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11853 Undo previous change.
11854
11855 * startup.el (command-line): Use `custom-reevaluate-setting' for
11856 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
11857 tty-register-default-colors on Mac.
11858
11859 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11860
11861 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
11862 (gdb-buffer-type): Make it automatically buffer local...
11863 (gdb-get-create-buffer): ...and set it accordingly.
11864 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
11865 actually work.
11866
11867 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
11868
11869 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
11870 not red.
11871
11872 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11873
11874 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
11875 case GUD buffer is not visible.
11876 (gdb-goto-breakpoint): Try to force display in source buffer.
11877 (gdb-frame-gdb-buffer): Copy other similar functions.
11878 (gdb-restore-windows): Don't display source if not asked for.
11879 (gdb-assembler-buffer-name): Don't capitalise.
11880
11881 2005-11-03 Richard M. Stallman <rms@gnu.org>
11882
11883 * wid-edit.el (key-sequence): New widget type.
11884
11885 * simple.el (set-mark-command-repeat-pop): New variable.
11886 (set-mark-command): Only interpret plan C-@ after a pop as a pop
11887 if set-mark-command-repeat-pop is true.
11888
11889 * info.el (Info-fontify-node): Don't display extra "see" if there
11890 already is one here.
11891
11892 * mouse.el: Fix special handling of DEL after dragging a region:
11893 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
11894 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
11895
11896 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
11897
11898 * textmodes/ispell.el (ispell-command-loop): Change `i' description
11899 not to assume it pertains to an affix.
11900
11901 * textmodes/flyspell.el (flyspell-post-command-hook):
11902 Bind deactivate-mark to prevent deactivation.
11903
11904 2005-11-03 Lars Hansen <larsh@soem.dk>
11905
11906 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
11907 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
11908 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
11909
11910 2005-11-03 Romain Francoise <romain@orebokech.com>
11911
11912 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
11913 Update copyright years.
11914
11915 2005-11-03 Sam Steingold <sds@gnu.org>
11916
11917 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11918 Use system-type instead of window-system because window-system is not
11919 correctly defined during loadup.
11920
11921 2005-11-02 Mark A. Hershberger <mah@everybody.org>
11922
11923 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
11924 (xml-parse-tag): Join strings separated by a comment properly.
11925
11926 2005-11-02 Andreas Schwab <schwab@suse.de>
11927
11928 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
11929
11930 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
11931
11932 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
11933 (byte-optimize-pure-func): Quote the eval'd value.
11934
11935 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
11936 Rename from perl-font-lock-syntactic-face-function.
11937 Change the calling convention so it can be used as a font-lock MATCHER.
11938 Do the parse-partial-sexp loop outselves.
11939 (perl-font-lock-syntactic-keywords): Use it.
11940 (perl-mode): Don't set font-lock-syntactic-face-function any more.
11941
11942 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
11943
11944 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
11945 disassembly buffer too.
11946 (gdb-exited): Remove overlay arrows when execution has finished.
11947 (gdb-info-frames-custom, gdb-info-threads-custom)
11948 (gdb-info-registers-custom): Don't add inappropriate text
11949 properties if inferior is not active.
11950
11951 2005-11-02 Glenn Morris <rgm@gnu.org>
11952
11953 * progmodes/fortran.el (fortran-blink-match):
11954 Use `blink-matching-delay'.
11955
11956 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
11957
11958 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
11959
11960 2005-11-02 Lars Hansen <larsh@soem.dk>
11961
11962 * net/tramp.el (tramp-action-out-of-band): Handle scp message
11963 "Permission denied".
11964
11965 2005-11-01 Richard M. Stallman <rms@gnu.org>
11966
11967 * textmodes/flyspell.el (flyspell-external-point-words):
11968 Pass nil to flyspell-get-word.
11969
11970 2005-11-02 Kim F. Storm <storm@cua.dk>
11971
11972 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
11973 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
11974
11975 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11976
11977 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
11978 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
11979 (calendar-mouse-print-dates): Add optional `event' argument.
11980 Update interactive-spec.
11981 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
11982 Use `calendar-event-to-date' instead of `event'.
11983
11984 2005-11-02 Masatake YAMATO <jet@gyve.org>
11985
11986 * progmodes/ld-script.el (ld-script-builtins):
11987 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
11988 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
11989 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
11990
11991 2005-11-01 Romain Francoise <romain@orebokech.com>
11992
11993 * vc-sccs.el: Update copyright year.
11994 * ezimage.el: Likewise.
11995
11996 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
11997
11998 * info.el (Info-fontify-node): Use `string-width' for fontifying
11999 underlined titles.
12000
12001 2005-11-01 Juri Linkov <juri@jurta.org>
12002
12003 * info.el (Info-fontify-node): Downcase node header keywords Node,
12004 Prev, Next, Up before comparison.
12005 (Info-history): Insert absolute directory name, and put invisible
12006 property on it.
12007
12008 2005-11-01 Juri Linkov <juri@jurta.org>
12009
12010 * info.el (Info-file-supports-index-cookies): New variable.
12011 (Info-find-node-2): Check makeinfo version for index cookie support.
12012 (Info-index-nodes): Search for nodes with index cookies only when
12013 Info-file-supports-index-cookies is t. Otherwise, search nodes
12014 with "Index" in the node name.
12015 (Info-index-node): Search index cookie in the current node only when
12016 Info-file-supports-index-cookies is t. Otherwise, check the word
12017 "Index" in the node name.
12018 (Info-find-emacs-command-nodes): Remove code that searches nodes
12019 with "Index" node name in the top menu.
12020
12021 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
12022
12023 * progmodes/scheme.el (scheme-mode-variables): Use the default
12024 comment-indent-function.
12025
12026 * faces.el (face-attribute): Handle the case where a face inherits from
12027 a non-existent face.
12028
12029 * simple.el (eval-expression-print-format): Use lisp-readable syntax
12030 for octal and hexa output, and merge the char into the paren.
12031 (kill-new): Use push.
12032 (copy-to-buffer): Use with-current-buffer.
12033 (completion-setup-function): Move code in loop to remove redundancy.
12034 (minibuffer-local-must-match-map): Don't add bindings that duplicate
12035 those inherited from minibuffer-local-completion-map.
12036
12037 * savehist.el (savehist-mode) <defcustom>:
12038 Use custom-set-minor-mode if available.
12039 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
12040 and emit a message if applicable.
12041
12042 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
12043
12044 * savehist.el: Sync up to version 19.
12045 (savehist-mode): New minor mode.
12046 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
12047 (savehist-length): Remove (use history-length instead).
12048 (savehist-file-modes): Rename from savehist-modes.
12049 (savehist-save-hook, savehist-loaded): New vars.
12050 (savehist-load): Use savehist-mode. Try to smooth up transition from
12051 old format to new format.
12052 (savehist-install): Allow savehist-autosave-interval to be nil.
12053 (savehist-save): Run the new hook. Be more careful to only trim the
12054 history variables.
12055 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
12056 (savehist-printable): Print into a buffer rather than char-by-char.
12057
12058 2005-11-01 John Wiegley <johnw@newartisans.com>
12059
12060 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
12061 toggle-ignore keybinding (C-a). The author said it had been
12062 disabled much earlier due to a possible incompatibility, but after
12063 many months of usage I have encountered no problems (and it is a
12064 rather useful option, especially for switching to " *temp*").
12065
12066 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
12067 support for OS/X's AddressBook, by calling out to the open source
12068 program "contacts" (installable through Fink).
12069
12070 * net/eudc.el (eudc-expand-inline): If the
12071 `eudc-multiple-match-handling-method' is set to `all', delete the
12072 query string before inserting the query result.
12073
12074 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
12075 flag, to prevent Eshell from using the system ls when
12076 `eshell-ls-insert-directory' is in used.
12077 (eshell-ls-insert-directory): Disable font-lock in directory
12078 buffer so that Eshell's own fontification is seen. This broke
12079 recently due to changes in font-lock, so this goes back to version
12080 21 behavior.
12081
12082 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
12083
12084 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
12085 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
12086 (gdb-many-windows): Doc fix.
12087
12088 2005-10-31 Romain Francoise <romain@orebokech.com>
12089
12090 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
12091
12092 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
12093
12094 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
12095 that global-font-lock-mode can be enabled by default.
12096
12097 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
12098 (font-lock-add-keywords, font-lock-remove-keywords)
12099 (font-lock-fontify-buffer): Remove autoload cookies.
12100
12101 * jit-lock.el (jit-lock-register): Likewise.
12102
12103 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
12104
12105 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
12106
12107 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
12108 intact if there is no gud-comint-buffer.
12109
12110 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
12111
12112 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
12113 old prompt comint-prompt-read-only is t and GDB commands are
12114 issued from tool bar etc.
12115
12116 2005-10-31 Masatake YAMATO <jet@gyve.org>
12117
12118 * vc.el (vc-directory-exclusion-list): Add "{arch}".
12119
12120 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
12121
12122 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
12123 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
12124
12125 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
12126
12127 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
12128 starting at beginning of line. Fontification is messed up when
12129 `open-paren-in-column-0-is-defun-start' set to t.
12130 Reported by John Paul Wallington <jpw@pobox.com>.
12131
12132 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
12133
12134 * comint.el (comint-send-input): Call `comint-update-fence' when
12135 `comint-process-echoes' and `comint-prompt-read-only' are both
12136 non-nil, to avoid leftover read-only newline.
12137
12138 2005-10-30 Richard M. Stallman <rms@gnu.org>
12139
12140 * textmodes/flyspell.el (flyspell-external-point-words):
12141 Detect when WORD can't be checked properly because
12142 flyspell-get-word finds just part of it, and move on.
12143
12144 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
12145 boundarychar for Polish.
12146 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
12147 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
12148
12149 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
12150
12151 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
12152 (gdb-registers-font-lock-keywords): Delete.
12153 (gdb-registers-mode): Don't fontify.
12154 (gdb-info-registers-custom): Use text properties instead as, in
12155 future, changed register values will use font-lock-warning-face.
12156 (gdb-local-font-lock-keywords): Rename to...
12157 (gdb-locals-font-lock-keywords): ...for consistency.
12158
12159 2005-10-30 Andre Spiegel <spiegel@gnu.org>
12160
12161 * vc.el (vc-switch-backend): Better error message if the buffer is
12162 not visiting a file under version control.
12163
12164 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
12165
12166 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
12167
12168 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
12169 ~/.emacs.d/.emacs.
12170
12171 2005-10-29 Richard M. Stallman <rms@gnu.org>
12172
12173 * replace.el (occur-mode-mouse-goto): Always go to other window.
12174 (occur-mode-goto-occurrence): Always switch in same window.
12175
12176 * simple.el (undo): Display message at end, not at start.
12177
12178 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
12179 New arg REUSE-CELL.
12180 (cancel-timer-internal): New function.
12181 (timer-event-handler): Use cancel-timer-internal,
12182 and pass the cell it returns to timer-activate...
12183
12184 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
12185 (jit-lock-deferred-fontify, jit-lock-context-fontify)
12186 (jit-lock-after-change): Test memory-full.
12187
12188 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
12189
12190 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12191 part of the decoded armor to find the key-identifier.
12192 (pgg-gpg-lookup-key-owner): New function to return the
12193 human-readable identifier of a key owner.
12194 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12195 key itself.
12196 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12197 the key value) if we have a key and can match it against a secret
12198 key. Also, added a note pointing out fact that the prompt only
12199 indicates the first matching key.
12200
12201 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12202 pgg-decrypt-region.
12203 (pgg-pending-timers): A new hash for tracking the passphrase cache
12204 timers, so that new ones supercede old ones.
12205 (pgg-add-passphrase-to-cache): Rename from
12206 `pgg-add-passphrase-cache' to reduce confusion (all callers
12207 changed). Modified to cancel old timers when new ones are added.
12208 (pgg-remove-passphrase-from-cache): Rename from
12209 `pgg-remove-passphrase-cache' to reduce confusion (all callers
12210 changed). Modified to cancel old timers when their keys are
12211 removed from the cache.
12212 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12213 XEmacs, an indirection to delete-itimer.
12214 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12215 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12216 users can only check cache without risk of prompting. Correct bug in
12217 notruncate behavior.
12218 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12219 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12220 Add informative docstrings.
12221 (pgg-decrypt): Convey provided passphrase in subordinate call to
12222 pgg-decrypt-region.
12223
12224 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12225 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12226 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12227 `passphrase' argument, so the passphrase can be managed externally
12228 and then passed in to the system.
12229
12230 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12231 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12232 so the passphrase cache can be used reliably with identifiers
12233 besides a pgp packet's key id.
12234
12235 * pgg-gpg.el (pgg-pgp-encrypt-region)
12236 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12237 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12238 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12239 argument to all these routines, so the passphrase can be managed
12240 externally and passed in to the system.
12241
12242 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12243 `notruncate' argument, so the passphrase cache can be used
12244 reliably with identifiers besides a pgp packet's key id.
12245
12246 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
12247
12248 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12249 symmetric encryption.
12250 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12251 encrypted session key.
12252 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12253 message ask for the passphrase in a proper way.
12254
12255 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12256 New user commands for symmetric encryption.
12257
12258 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
12259
12260 * textmodes/conf-mode.el (conf-assignment-sign)
12261 (conf-assignment-regexp): Fix docstrings.
12262 (conf-mode-initialize): New function.
12263 (conf-mode): Remove optional args. Use delay-mode-hooks to
12264 recognize recursive calls.
12265 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
12266 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
12267 (conf-xdefaults-mode): Use define-derived-mode and
12268 conf-mode-initialize.
12269
12270 2005-10-29 Romain Francoise <romain@orebokech.com>
12271
12272 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
12273
12274 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
12275
12276 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12277 part of the decoded armor to find the key-identifier.
12278 (pgg-gpg-lookup-key-owner): New function to return the
12279 human-readable identifier of a key owner.
12280 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12281 key itself.
12282 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12283 the key value) if we have a key and can match it against a secret
12284 key. Also, added a note pointing out fact that the prompt only
12285 indicates the first matching key.
12286
12287 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12288 pgg-decrypt-region.
12289 (pgg-pending-timers): A new hash for tracking the passphrase cache
12290 timers, so that new ones supercede old ones.
12291 (pgg-add-passphrase-to-cache): Rename from
12292 `pgg-add-passphrase-cache' to reduce confusion (all callers
12293 changed). Modified to cancel old timers when new ones are added.
12294 (pgg-remove-passphrase-from-cache): Rename from
12295 `pgg-remove-passphrase-cache' to reduce confusion (all callers
12296 changed). Modified to cancel old timers when their keys are
12297 removed from the cache.
12298 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12299 XEmacs, an indirection to delete-itimer.
12300 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12301 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12302 users can only check cache without risk of prompting. Correct bug in
12303 notruncate behavior.
12304 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12305 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12306 Add informative docstrings.
12307 (pgg-decrypt): Convey provided passphrase in subordinate call to
12308 pgg-decrypt-region.
12309
12310 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
12311
12312 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12313 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12314 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12315 `passphrase' argument, so the passphrase can be managed externally
12316 and then passed in to the system.
12317
12318 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12319 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12320 so the passphrase cache can be used reliably with identifiers
12321 besides a pgp packet's key id.
12322
12323 * pgg-gpg.el (pgg-pgp-encrypt-region)
12324 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12325 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12326 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12327 argument to all these routines, so the passphrase can be managed
12328 externally and passed in to the system.
12329
12330 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12331 `notruncate' argument, so the passphrase cache can be used
12332 reliably with identifiers besides a pgp packet's key id.
12333
12334 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
12335
12336 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12337 symmetric encryption.
12338 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12339 encrypted session key.
12340 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12341 message ask for the passphrase in a proper way.
12342
12343 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12344 New user commands for symmetric encryption.
12345
12346 2005-10-28 Bill Wohler <wohler@newt.com>
12347
12348 * help-mode.el (help-url): New button type. Calls browse-url.
12349 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
12350 Similar to Info nodes: URL `url'.
12351 (help-make-xrefs): Create help-url buttons for
12352 help-xref-url-regexp matches.
12353
12354 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
12355
12356 * tool-bar.el (tool-bar-add-item-from-menu)
12357 (tool-bar-local-item-from-menu): Fix doc strings.
12358
12359 2005-10-28 Romain Francoise <romain@orebokech.com>
12360
12361 * ldefs-boot.el: Update.
12362
12363 * subr.el (locate-library): Move from help-fns.el.
12364 * help-fns.el (locate-library): Move to subr.el.
12365
12366 2005-10-28 Richard M. Stallman <rms@gnu.org>
12367
12368 * net/tramp.el (tramp-completion-mode): defvar moved up.
12369
12370 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
12371
12372 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
12373
12374 * files.el (find-file-noselect): Use %d to format large file size.
12375
12376 * bindings.el (mode-line-format): Add %e.
12377
12378 * loadup.el ("facemenu"): Load unconditionally.
12379 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
12380 ("x-dnd"): Load, when appropriate.
12381
12382 * startup.el (command-line): Call before-init-hook earlier.
12383 Warn about some bad characters in -u user name.
12384
12385 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
12386 (flyspell-external-point-words): Error if misspelled word is not found.
12387 Set flyspell-large-region-beg at end of word.
12388
12389 2005-10-28 Andreas Schwab <schwab@suse.de>
12390
12391 * view.el (View-revert-buffer-scroll-page-forward):
12392 Use view-page-size-default.
12393
12394 2005-10-28 Juri Linkov <juri@jurta.org>
12395
12396 * international/quail.el (quail-get-current-str): Translate last
12397 raw character for deterministic input methods.
12398
12399 2005-10-27 Jay Belanger <belanger@truman.edu>
12400
12401 * calc/calc-ext.el: Add functions to autoloads.
12402 (math-identity-matrix-p, math-ident-row-p): New functions.
12403
12404 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
12405 multiplication by an identity matrix; don't turn multiplication by
12406 an inverse matrix into division.
12407 (math-div-symbol-fancy): Replace division by matrices with
12408 multiplication by inverse.
12409
12410 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
12411
12412 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
12413 (calc-writeoutpower): New functions.
12414
12415 2005-10-27 Romain Francoise <romain@orebokech.com>
12416
12417 * replace.el (occur-engine): Include colon in mouse-face highlight.
12418
12419 * dired-x.el: Change Maintainer field.
12420
12421 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
12422
12423 * longlines.el (longlines-mode): Bind after-change-functions to
12424 nil during initial decoding and final encoding.
12425
12426 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
12427
12428 * term.el (term-emulate-terminal, term-handle-colors-array)
12429 (term-handle-ansi-escape): Specify the terminfo capabilities
12430 implemented.
12431
12432 2005-10-26 Richard M. Stallman <rms@gnu.org>
12433
12434 * info.el (Info-fontify-node): Fix detection of sentence-break
12435 before *Note.
12436
12437 2005-10-26 Romain Francoise <romain@orebokech.com>
12438
12439 * smerge-mode.el: Add `tools' to file keywords.
12440
12441 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
12442
12443 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
12444 when the fringe is not available.
12445
12446 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
12447 (def-gdb-auto-update-trigger): Simplify construction.
12448 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
12449 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
12450 defined explicitly.
12451 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
12452 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
12453 defined explicitly.
12454 (gdb-info-locals-custom): Remove as it's a no-op.
12455
12456 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
12457
12458 * longlines.el (longlines-mode): Remove narrowing before
12459 performing the initial decoding or final encoding.
12460
12461 2005-10-25 Romain Francoise <romain@orebokech.com>
12462
12463 * emacs-lisp/find-func.el (find-library-name): Also strip
12464 extension if library name ends in .el, to take advantage of
12465 `find-library-suffixes'.
12466
12467 2005-10-25 Richard M. Stallman <rms@gnu.org>
12468
12469 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
12470
12471 2005-10-25 Juri Linkov <juri@jurta.org>
12472
12473 * textmodes/texinfo.el (texinfo-mode): Change charset of one
12474 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
12475
12476 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12477
12478 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
12479 (blackbox-redefine-key): Add argument `map'.
12480
12481 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
12482 regions when moving the jit-lock-context-unfontify-pos boundary.
12483
12484 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
12485
12486 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
12487
12488 2005-10-25 Masatake YAMATO <jet@gyve.org>
12489
12490 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
12491
12492 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
12493
12494 * play/blackbox.el (blackbox-redefine-key): New function.
12495 (blackbox-mode-map): Use it to remap existing bindings for cursor
12496 motion instead of binding literal keys.
12497
12498 2005-10-25 Glenn Morris <rgm@gnu.org>
12499
12500 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
12501 diary does not end in a newline. Do not assume a blank line at
12502 the start of the diary file.
12503
12504 2005-10-25 Kenichi Handa <handa@m17n.org>
12505
12506 * international/quail.el (quail-translate-key): If the input
12507 method is deterministic and failed to handle the last key, restart
12508 the key handling loop from an appropriate key.
12509
12510 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
12511
12512 * vc.el (vc-dired-mode): Extend comment for binding of
12513 `directory-listing-before-filename-regexp'.
12514
12515 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12516
12517 * textmodes/texinfo.el (texinfo-mode):
12518 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
12519 not to unnecessarily expose emacs-mule's internal char codes.
12520
12521 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
12522
12523 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
12524 Display hand pointer and help-echo on disabled icon too.
12525 (gdb-mouse-until): New function.
12526 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
12527
12528 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
12529
12530 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
12531 with 2005-10-23 change to doctor.el.
12532
12533 * finder.el (finder-mode-map): Add follow-link binding.
12534
12535 2005-10-25 Kim F. Storm <storm@cua.dk>
12536
12537 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
12538 to gdb-mouse-toggle-breakpoint-fringe.
12539 (gdb-mouse-toggle-breakpoint-margin): Rename from
12540 gdb-mouse-toggle-breakpoint. Fix doc.
12541 (gdb-mouse-toggle-breakpoint-fringe): New defun.
12542 (gdb-put-string): Add optional SPROPS arg. Add props to string.
12543 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
12544 string properties also for fringe breakpoint bitmaps.
12545
12546 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
12547
12548 * textmodes/org.el (org-start-icalendar-file): Fix format form.
12549
12550 2005-10-25 Masatake YAMATO <jet@gyve.org>
12551
12552 * simple.el (completion-common-substring):
12553 Use `completion-common-substring' prior to `completion-base-size'.
12554
12555 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
12556
12557 * savehist.el: Require CL while compiling.
12558 (savehist-history-variables): Remove.
12559 (savehist-save-minibuffer-history, savehist-additional-variables)
12560 (savehist-minibuffer-history-variables): New vars.
12561 (savehist-save): Use them.
12562 (savehist-uninstall, savehist-minibuffer-hook): New funs.
12563 (savehist-install): New fun, extracted from savehist-load.
12564 (savehist-load): Use them.
12565
12566 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12567
12568 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
12569 a dummy doc-string-elt property.
12570 (defalias, defvaralias, define-category): Add a docstring property.
12571
12572 * image.el (defimage):
12573 * widget.el (define-widget):
12574 * custom.el (defface, defcustom): Add `doc-string' declaration.
12575
12576 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
12577 (defadvice): Add `doc-string' declaration.
12578
12579 * emacs-lisp/byte-run.el (macro-declaration-function):
12580 Handle `doc-string' declarations.
12581 (define-obsolete-function-alias, define-obsolete-variable-alias):
12582 Add `doc-string' declaration.
12583
12584 2005-10-24 Kenichi Handa <handa@m17n.org>
12585
12586 * international/utf-7.el (utf-7): Add autoload cookie.
12587
12588 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
12589
12590 2005-10-24 Eli Zaretskii <eliz@gnu.org>
12591
12592 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
12593 list of directories passed to batch-update-autoloads. Add "." to
12594 the list of the echoed directories.
12595
12596 * pgg-def.el:
12597 * pgg-gpg.el:
12598 * pgg-parse.el:
12599 * pgg-pgp.el:
12600 * pgg-pgp5.el:
12601 * pgg.el: Moved here from the gnus subdirectory.
12602
12603 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
12604
12605 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
12606 in case comint-prompt-read-only is set to t.
12607
12608 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
12609 in case comint-prompt-read-only is set to t.
12610
12611 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
12612
12613 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
12614 Now a string.
12615 (icalendar-import-format): Handle CLASS, STATUS, URL.
12616 Rename `subject' to `summary'.
12617 (icalendar-import-format-summary): Rename from
12618 `icalendar-import-format-subject'.
12619 (icalendar-import-format-url, icalendar-import-format-status)
12620 (icalendar-import-format-class): New variables.
12621 (icalendar--rris): Take variable argument list.
12622 (icalendar--datestring-to-isodate): Remove unnecessary
12623 calendar-style check when converting dates with explicit month names.
12624 (icalendar-export-region): Change return type of conversion
12625 subroutines. Bury current buffer unless error occurred.
12626 (icalendar--convert-to-ical)
12627 (icalendar--parse-summary-and-rest): New functions.
12628 (icalendar--convert-ordinary-to-ical)
12629 (icalendar--convert-weekly-to-ical)
12630 (icalendar--convert-yearly-to-ical)
12631 (icalendar--convert-block-to-ical)
12632 (icalendar--convert-cyclic-to-ical)
12633 (icalendar--convert-anniversary-to-ical): Change return type.
12634 Strip trailing blanks from subject.
12635 (icalendar--convert-sexp-to-ical): Change return type.
12636 Strip trailing blanks from subject. Handle simple sexp
12637 entries as generated by icalendar.el.
12638 (icalendar--convert-float-to-ical)
12639 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
12640 (icalendar-import-file): Doc fix.
12641 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
12642 Correct call to icalendar--rris.
12643 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
12644 `summary'.
12645 (icalendar--add-diary-entry): Rename `subject' to `summary'.
12646
12647 2005-10-24 Romain Francoise <romain@orebokech.com>
12648
12649 * server.el (server-sentinel): Set query-on-exit flag to nil on
12650 new client processes (it isn't inherited from the server process).
12651
12652 * replace.el (occur-engine): Rearrange text properties.
12653
12654 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12655
12656 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
12657 case-fold-search is nil.
12658 (debug-help-follow): Use help-xref-interned directly.
12659
12660 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12661
12662 * thumbs.el (thumbs-image-type): Add .pbm.
12663
12664 2005-10-23 Richard M. Stallman <rms@gnu.org>
12665
12666 * faces.el (inhibit-face-set-after-frame-default): New variable.
12667 (set-face-attribute): Bind it.
12668 (face-set-after-frame-default): Test it.
12669
12670 * help-fns.el (describe-simplify-lib-file-name): New function.
12671 (describe-function-1, describe-variable): Use it.
12672
12673 * faces.el (describe-face): Use describe-simplify-lib-file-name.
12674
12675 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
12676 Eliminate nil as possible value.
12677 (tooltip-hide-delay): Reduce internal-border-width.
12678
12679 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
12680 (menu-bar-file-menu) <new-file>: Likewise.
12681
12682 * simple.el (line-move-finish): Ignore fields computing LINE-END.
12683
12684 * international/mule.el (load-with-code-conversion):
12685 Pass full file name to `eval-buffer' unless preloading.
12686
12687 * textmodes/flyspell.el (flyspell-large-region):
12688 Call ispell-check-version.
12689
12690 * textmodes/ispell.el (ispell-local-dictionary-overridden):
12691 Fix the make-variable-buffer-local call that was supposed
12692 to be for this variable.
12693 (ispell-aspell-supports-utf8): Doc fix.
12694 (ispell-find-aspell-dictionaries): Preserve elements of
12695 ispell-dictionary-alist for dictionaries that aspell doesn't report.
12696 (ispell-aspell-find-dictionary): Return nil on error.
12697
12698 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
12699 (doctor-symptoms): Likewise.
12700
12701 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
12702
12703 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12704
12705 * cus-edit.el (custom-button, custom-button-pressed): New vars.
12706 (custom-raised-buttons): Add :set spec.
12707 (custom-button-unraised, custom-button-pressed-unraised):
12708 New faces, so that custom-raised-buttons actually does something.
12709 (custom-mode): Use custom-button and custom-button-pressed.
12710
12711 * wid-edit.el (widget-specify-button): Don't ignore
12712 widget-mouse-face on graphic terminals.
12713 (widget-move-and-invoke): Cleanup.
12714
12715 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
12716
12717 * whitespace.el (whitespace-cleanup): Doc fix.
12718
12719 2005-10-23 Romain Francoise <romain@orebokech.com>
12720
12721 * emulation/viper.el (viper-set-hooks): Quote forms passed to
12722 `eval-after-load' to avoid evaluating their result.
12723
12724 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
12725
12726 * files.el (directory-listing-before-filename-regexp):
12727 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
12728
12729 * dired.el (dired-move-to-filename-regexp): Remove.
12730 All occurences replaced by `directory-listing-before-filename-regexp'.
12731
12732 * dired-x.el, locate.el, vc.el:
12733 Replace `dired-move-to-filename-regexp' by
12734 `directory-listing-before-filename-regexp'. In vc.el it is
12735 overwritten locally; maybe this can be handled in files.el too.
12736
12737 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
12738 replaced by `directory-listing-before-filename-regexp'.
12739
12740 2005-10-23 Andreas Schwab <schwab@suse.de>
12741
12742 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
12743 and eval-next-after-load.
12744
12745 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
12746
12747 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
12748 exist, create it.
12749
12750 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
12751
12752 * allout.el: Remove autoloads for mailcrypt and crypt++.
12753 Require pgg, pgg-gpg during compilation.
12754 (allout-version): Increment version number to 2.1, and use a literal
12755 rather than RCS Id.
12756 (allout-default-encryption-scheme): Remove.
12757 (allout-passphrase-verifier-handling)
12758 (allout-passphrase-verifier-string)
12759 (allout-file-passphrase-verifier-string)
12760 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
12761 (allout-passphrase-hint-handling): Rename and simplify.
12762 (allout-init): Use `find-file-hook' if available, otherwise
12763 `find-file-hooks'.
12764 (allout-mode): Use `write-file-functions' if available, otherwise
12765 `local-write-file-hooks' and, instead of making auto-save-hook
12766 buffer local, make the write-file-hook activity contingent to
12767 allout-mode.
12768 (allout-mode): Use key-binding substitution in the docstring.
12769 (allout-kill-line): Spell-out kill ring data structure mutation
12770 instead of using byte-compiler-complaint-provoking `pop'.
12771 (allout-insert-listified): Use `insert' rather than `insert-string'
12772 (allout-toggle-current-subtree-encryption): Update docstring, adjust
12773 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
12774 (allout-encrypt-string): Totally revamped vis new underlying
12775 encryption facilities.
12776 (allout-mc-activate-passwd): Remove.
12777 (allout-obtain-passphrase): New, more or less replaces
12778 allout-mc-activate-passwd.
12779 (allout-encrypted-key-info): More or less replaces
12780 allout-encrypted-text-type.
12781 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
12782 (my-mark-marker): Use `(featurep 'xemacs)'.
12783
12784 2005-10-23 Lars Hansen <larsh@soem.dk>
12785
12786 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
12787 (byte-compile-file-form-defmumble, byte-compile-defun)
12788 (byte-compile-defmacro): Use it.
12789 (byte-compile-form): Don't call byte-compile-set-symbol-position
12790 when a byte-compile handler is called.
12791
12792 2005-10-22 Romain Francoise <romain@orebokech.com>
12793
12794 * savehist.el (savehist-history-variables): Add `grep-find-history'.
12795
12796 * subr.el (eval-after-load): Convert library name to an absolute
12797 file name using locate-library, since load-history no longer has
12798 library names in it.
12799
12800 2005-10-22 Richard M. Stallman <rms@gnu.org>
12801
12802 * files.el (make-temp-file): Move from subr.el.
12803 * subr.el (make-temp-file): Move to files.el.
12804
12805 * window.el (get-buffer-window-list): Move from subr.el.
12806 * subr.el (get-buffer-window-list): Move to window.el.
12807
12808 * image.el (image-load-path): Use eval-at-startup to initialize.
12809
12810 * subr.el (eval-at-startup): New macro.
12811
12812 * subr.el: Much rearrangement of functions and division
12813 into pages. No code changes.
12814
12815 2005-10-22 Kenichi Handa <handa@m17n.org>
12816
12817 * tar-mode.el (tar-extract): Be sure to call
12818 find-operation-coding-system if set-auto-coding doesn't find a
12819 coding system.
12820
12821 2005-10-22 Kim F. Storm <storm@cua.dk>
12822
12823 * image.el (image-type-header-regexps): Rename from image-type-regexps.
12824 Change users.
12825 (image-type-file-name-regexps): New defconst.
12826 (image-type-from-data): Simplify loop.
12827 (image-type-from-buffer): New defun.
12828 (image-type-from-file-header): Use it instead of image-type-from-data.
12829 Use image-search-load-path instead of only looking in data-directory.
12830 (image-type-from-file-name): New defun.
12831 (image-search-load-path): Change `pathname' to `filename'.
12832 Make PATH arg optional, default to image-load-path.
12833
12834 2005-10-21 Richard M. Stallman <rms@gnu.org>
12835
12836 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
12837
12838 * textmodes/paragraphs.el (sentence-end-base): New variable.
12839 (sentence-end): Use sentence-end-base.
12840
12841 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12842
12843 * font-lock.el (font-lock-default-fontify-region): Check the multiline
12844 property independently from the font-lock-multiline variable.
12845
12846 2005-10-21 Richard M. Stallman <rms@gnu.org>
12847
12848 * emacs-lisp/find-func.el (find-library-name): Doc fix.
12849
12850 * startup.el (command-line): Convert library names
12851 in `load-history' to absolute file names.
12852
12853 * subr.el (symbol-file): Doc fix.
12854
12855 * loadhist.el (file-loadhist-lookup): Call locate-library
12856 instead of find-library-name. Don't try converting
12857 abs file names to library names, since load-history no longer
12858 has library names in it.
12859 (file-dependents, file-provides, file-requires): Doc fixes.
12860
12861 2005-10-21 Juri Linkov <juri@jurta.org>
12862
12863 * progmodes/etags.el (tags-table-mode): New function.
12864 (tags-verify-table): Replace initialize-new-tags-table with
12865 tags-table-mode.
12866
12867 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
12868 default value.
12869 (desktop-modes-not-to-save): Add tags-table-mode to the
12870 default value.
12871
12872 * info.el (Info-index-next): Add total number of index
12873 alternatives to the message.
12874
12875 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
12876 backward only space (instead of space and period) before looking
12877 at sentence end.
12878
12879 * simple.el (set-variable): Use user-variable-p instead of symbolp.
12880 Add the old variable value as 4th default-value arg of read-string.
12881
12882 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12883
12884 * cus-face.el (custom-declare-face): Make face from X resources
12885 also on Mac.
12886
12887 * disp-table.el (standard-display-g1, standard-display-graphic):
12888 Refuse to use string glyphs also on Mac.
12889 (standard-display-european): Don't set terminal coding system also
12890 on Mac.
12891
12892 * frame.el (display-screens): Use x-display-screens also on Mac.
12893
12894 2005-10-21 Romain Francoise <romain@orebokech.com>
12895
12896 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
12897
12898 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12899
12900 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
12901 and $? into sexps.
12902
12903 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
12904 warning face on open-paren-in-column-0.
12905
12906 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
12907 boundary case. Fix typo.
12908 Suggested by Martin Rudalics <rudalics@gmx.at>.
12909
12910 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
12911
12912 * textmodes/org.el (org-combined-agenda-icalendar-file)
12913 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
12914 (org-export-icalendar-this-file)
12915 (org-export-icalendar-all-agenda-files)
12916 (org-export-icalendar-combine-agenda-files): New commands.
12917 (org-export-icalendar, org-print-icalendar-entries)
12918 (org-start-icalendar-file, org-finish-icalendar-file)
12919 (org-ical-ts-to-string): New functions.
12920 (org-read-date, org-goto-calendar)
12921 (org-agenda-goto-calendar): Inhibit displaying diary entries by
12922 call to `calendar'.
12923 (orgtbl-setup): Remove the :keys arguments from the menu description.
12924 (org-after-save-iCalendar-file-hook): New variable.
12925
12926 2005-10-21 Kenichi Handa <handa@m17n.org>
12927
12928 * language/vietnamese.el (tcvn-5712): Make it an alias of
12929 vietnamese-tcvn coding-system.
12930
12931 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
12932
12933 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
12934 group id is given.
12935
12936 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12937
12938 * progmodes/sh-script.el (sh-escaped-line-re): New var.
12939 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
12940 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
12941 whose line is either continued or ends with a comment.
12942
12943 2005-10-20 Romain Francoise <romain@orebokech.com>
12944
12945 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
12946
12947 * replace.el (occur-engine): Add follow-link property.
12948
12949 * font-core.el (font-lock-mode): Doc fix.
12950
12951 2005-10-20 Richard M. Stallman <rms@gnu.org>
12952
12953 * net/rcirc.el: New file.
12954
12955 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
12956
12957 * term.el (term-term-name): Initialize to "eterm-color".
12958
12959 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
12960
12961 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
12962 for encryption functionality.
12963 Move allout customization subgroup from `editing' to `outlines' group.
12964 Fix commentary keywords to legitimate ones.
12965 Update author info (using my current email address, obscurified).
12966 (allout-encrypt-string, allout-encryption-produce-work-buffer)
12967 (allout-encrypted-topic-p, allout-encrypted-text-type)
12968 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
12969 (allout-situate-encryption-key-verifier)
12970 (allout-get-encryption-key-verifier, allout-verify-key)
12971 (allout-next-topic-pending-encryption)
12972 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
12973 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
12974 (outline-key-verifier-handling, outline-key-hint-handling)
12975 (outline-encrypt-unencrypted-on-saves): New defcustoms.
12976 (allout-file-key-verifier-string, allout-encryption-scheme)
12977 (allout-key-verifier-string, allout-key-hint-string)
12978 (allout-after-save-decrypt): New variables.
12979 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
12980 (allout-after-saves-handler): New hook functions.
12981 (allout-post-command-business): Do allout-after-save-decrypt.
12982 (allout-enable-file-variable-adjustment): Custom var to enable
12983 mechanism for adding and adjusting settings of Emacs file variables.
12984 (allout-adjust-file-variable, allout-file-vars-section-data):
12985 New functions, implement the mechanism.
12986 (outlineify-sticky): Use the file vars mechanism.
12987 (allout-inhibit-protection, allout-during-write-cue)
12988 (allout-override-protect, allout-before-change-protect): Remove.
12989 (allout-flag-region, allout-open-topic): Adjust read-only text.
12990 (allout-open-line-not-read-only): Add to facilitate read-only
12991 text based protection.
12992 (allout-kill-line): Revise to adjust read-only text, clue the
12993 user about the inhibition.
12994 (allout-unprotected): Use unwind-protect.
12995 (allout-shift-in, allout-shift-out): Disallow manually shifting a
12996 topic deeper than the offspring depth of the previous topic -
12997 avoiding confusing "containment discontinuities".
12998 (allout-reindent-bodies): Fix retention of body relative hanging
12999 indent during promotion of collapsed bodies.
13000 (allout-open-topic): Make it easy to open new topic with same
13001 bullet as current topic - topic creation functions provided with
13002 any universal argument provokes now prompt for bullet, defaulting
13003 to the bullet of the previous topic.
13004 (allout-plain-bullets-string, allout-distinctive-bullets-string):
13005 Plain bullet alternates `.' period and `,' comma only. All other
13006 bullets are relegated to special status (but customizable).
13007 (allout-end-of-entry): Rename from allout-end-of-current-entry
13008 since it actually operates w.r.t. most immediately containing
13009 entry, visible or not.
13010 (allout-hide-current-entry, allout-show-current-entry): Use the
13011 revised version.
13012 (allout-old-expose-topic): Solidify deprecation.
13013 (allout-end-of-subtree): Add so we can span concealed as well
13014 as visible topics.
13015 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
13016 (allout-end-of-current-heading): Tweak to just respect the first line.
13017 (allout-get-body-text): Add.
13018 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
13019 when invoked interactively.
13020 (allout-up-current-level): Use `interactive-p'.
13021 (allout-mode, allout-init): Miscellaneous docstring and
13022 operational refinements, as well as hookups of new encryption stuff.
13023 (allout-beginning-of-current-entry): Now works as advertised.
13024 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
13025 (allout-isearch-rectification): Refine condition for isearching.
13026 (allout-isearch-abort, allout-enwrap-isearch)
13027 (allout-flag-region, my-region-active-p): Relocate some macros.
13028 (allout-title): Fallback title is (buffer-name), not
13029 non-existing (current-buffer-name).
13030 (subst-char-in-string): Define if absent (for some XEmacs versions).
13031
13032 2005-10-20 Jari Aalto <jari.aalto@cante.net>
13033
13034 * mail/sendmail.el (mail-setup-hook, mail-aliases)
13035 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
13036 (mail-citation-prefix-regexp, mail-signature-file)
13037 (mail-default-headers, mail-bury-selects-summary)
13038 (mail-send-nonascii): Add autoload cookies.
13039
13040 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13041
13042 * frame.el (blink-cursor-mode): Add `mac' to the list of
13043 window-system's that support blinking cursor.
13044
13045 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
13046
13047 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
13048
13049 2005-10-20 Eli Zaretskii <eliz@gnu.org>
13050
13051 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
13052 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
13053 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
13054
13055 2005-10-20 Kim F. Storm <storm@cua.dk>
13056
13057 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
13058 (ido-set-current-directory): Don't add / after final @.
13059 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
13060 Explicitly handle ange-ftp completion oddities.
13061 (ido-make-file-list): Don't rotate list at tramp root to avoid
13062 triggering tramp file handler for expand-file-name via get-file-buffer.
13063
13064 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13065
13066 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
13067
13068 2005-10-19 Jay Belanger <belanger@truman.edu>
13069
13070 * calc/calc-units.el (math-standard-units): Add units, adjust
13071 symbols and update values.
13072 (math-unit-prefixes): Add more prefixes.
13073
13074 2005-10-19 Romain Francoise <romain@orebokech.com>
13075
13076 * bookmark.el (bookmark-menu-heading): New face.
13077 (bookmark-bmenu-list): Use it.
13078 Don't fiddle with `baud-rate' at top-level.
13079
13080 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
13081
13082 * image.el (create-image, find-image): Mention max-image-size in
13083 docstring.
13084
13085 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13086
13087 * savehist.el (savehist-load): Revert to checking XEmacs.
13088
13089 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
13090 Various docstring and line-width fixups.
13091 (conf-mode): Use cond.
13092 Set font-lock-defaults. Don't set comment-use-syntax.
13093
13094 2005-10-18 David Ponce <david@dponce.com>
13095
13096 * tree-widget.el (tree-widget-button-click): New function.
13097 (tree-widget-button-keymap): Use it.
13098
13099 2005-10-18 Romain Francoise <romain@orebokech.com>
13100
13101 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13102 (bookmark-bmenu-hide-filenames): Add follow-link property.
13103 Improve help-echo text.
13104
13105 * ffap.el (find-file-at-point): Doc fix.
13106
13107 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13108
13109 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
13110
13111 2005-10-18 Masatake YAMATO <jet@gyve.org>
13112
13113 Install to the CVS repository what I forgot to install in my
13114 2005-10-16 changes.
13115
13116 * progmodes/python.el (python-complete-symbol): Pass the common
13117 prefix substring of completion to `display-completion-list'.
13118
13119 * textmodes/org.el (org-complete): Ditto.
13120
13121 2005-10-18 Masatake YAMATO <jet@gyve.org>
13122
13123 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
13124
13125 * woman.el (WoMan-xref-man-page): New button type derived
13126 from `Man-abstract-xref-man-page'.
13127 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
13128
13129 * man.el (Man-abstract-xref-man-page): New button type.
13130 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
13131 (Man-highlight-references): Add new optional argument `xref-man-type'.
13132
13133 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
13134
13135 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
13136
13137 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
13138
13139 * cus-edit.el (Custom-move-and-invoke): Delete.
13140 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
13141
13142 * wid-edit.el (widget-move-and-invoke): New function, from
13143 Custom-move-and-invoke.
13144
13145 2005-10-17 Bill Wohler <wohler@newt.com>
13146
13147 Move all remaining images from lisp/toolbar to etc/images, move
13148 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
13149 the low resolution images in their own directory (low-color).
13150
13151 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
13152 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
13153 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
13154 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
13155 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
13156 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
13157 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
13158
13159 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
13160 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
13161 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
13162 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
13163 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
13164 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
13165 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
13166 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
13167 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
13168 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
13169 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
13170 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
13171 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
13172 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
13173 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
13174
13175 To conform with convention, replace the underscore (_) in the
13176 following image names with dash (-) or (/) as appropriate.
13177
13178 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
13179 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
13180 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
13181 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
13182 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
13183 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
13184 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
13185 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
13186 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
13187 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
13188 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
13189 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
13190 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
13191 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
13192 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
13193
13194 * info.el (info-tool-bar-map): Replace underscores in image names
13195 with dashes.
13196
13197 * makefile.w32-in (WINS): Remove toolbar.
13198
13199 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
13200
13201 * tool-bar.el: Move to lisp from toolbar. Now that
13202 toolbar is empty, it should be deleted when folks run "cvs up -P".
13203
13204 2005-10-18 Jay Belanger <belanger@truman.edu>
13205
13206 * calc/calc-store.el (calc-store-into): Get the proper variable name
13207 to display in message.
13208
13209 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
13210
13211 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
13212 expressions display in speedbar for all buffers when debugging.
13213 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
13214
13215 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
13216 (speedbar-insert-button, speedbar-make-button):
13217 Use add-text-properties.
13218 (speedbar-update-localized-contents)
13219 (speedbar-update-directory-contents)
13220 (speedbar-update-special-contents): Use dolist.
13221 (speedbar-buffer-easymenu-definition): Add a menu separator.
13222
13223 2005-10-17 Jason Rumney <jasonr@gnu.org>
13224
13225 * makefile.w32-in: Use $(lisp) consistently.
13226 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
13227 for shell specific generation of mh-autoloads.
13228
13229 2005-10-17 Richard M. Stallman <rms@gnu.org>
13230
13231 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
13232
13233 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13234
13235 * jit-lock.el (jit-lock-fontify-now):
13236 Move jit-lock-context-unfontify-pos to avoid wasted work.
13237
13238 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
13239
13240 * net/tramp.el (tramp-completion-mode): New defvar. Used in
13241 `tramp-completion-mode' for checking if we are in completion mode.
13242 (tramp-completion-handle-file-name-all-completions): Reorder code
13243 in order to complete for file names only in case there are no
13244 method/user/host completions. This is necessary for cooperation
13245 with ido. Reported by Kim F. Storm <storm@cua.dk>.
13246
13247 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
13248
13249 * longlines.el (longlines-search-forward)
13250 (longlines-search-backward): Match any number of spaces.
13251
13252 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
13253
13254 * diff-mode.el (diff-mode): Doc fix.
13255
13256 2005-10-16 David Reitter <david.reitter@gmail.com>
13257
13258 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
13259 as default on darwin and windows systems.
13260
13261 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
13262
13263 * arc-mode.el (archive-zip-extract): Doc fix.
13264
13265 2005-10-16 Romain Francoise <romain@orebokech.com>
13266
13267 * mouse.el (mouse-1-click-follows-link): Doc fix.
13268
13269 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13270
13271 * savehist.el: Don't require CL at runtime.
13272 (savehist-xemacs): Remove.
13273 (savehist-coding-system): Use utf-8 if present, regardless of religion.
13274 (savehist-no-conversion): Use (featurep 'xemacs).
13275 (savehist-load): Check existence of start-itimer rather than XEmacs.
13276 Use an idle timer.
13277 (savehist-process-for-saving): Replace use of CL funs `subseq' and
13278 `delete-if-not'.
13279
13280 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
13281
13282 * savehist.el: Newer version.
13283 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
13284 (savehist-last-checksum, savehist-no-conversion): New vars.
13285 (savehist-autosave, savehist-process-for-saving, savehist-printable):
13286 New functions.
13287 (savehist-load, savehist-save): Use them.
13288 (savehist-delimit): Remove.
13289
13290 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13291
13292 * progmodes/compile.el (compilation-goto-locus): Display the
13293 compilation buffer first and the source buffer second, in case they're
13294 in overlapping frames. Don't raise the compilation frame if it was the
13295 selected window upon entry. Pass the `other-window' arg to
13296 pop-to-buffer.
13297
13298 * info.el (Info-fontify-node): Use dolist.
13299 Change add-text-properties to put-text-property.
13300
13301 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13302
13303 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
13304 bound of search.
13305
13306 2005-10-16 Masatake YAMATO <jet@gyve.org>
13307
13308 * dabbrev.el (dabbrev-completion): Pass the common
13309 prefix substring of completion to `display-completion-list'.
13310
13311 * filecache.el (file-cache-minibuffer-complete)
13312 (file-cache-complete): Ditto.
13313
13314 * tempo.el (tempo-display-completions): Ditto.
13315
13316 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
13317
13318 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
13319
13320 * eshell/em-hist.el (eshell-list-history): Ditto.
13321
13322 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
13323
13324 * mail/mailalias.el (mail-complete): Ditto.
13325
13326 * progmodes/etags.el (complete-tag): Ditto.
13327
13328 * progmodes/make-mode.el (makefile-complete): Ditto.
13329
13330 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
13331
13332 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
13333
13334 * progmodes/pascal.el (pascal-complete-word)
13335 (pascal-show-completions): Ditto.
13336
13337 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
13338
13339 * simple.el (completion-common-substring): New variable.
13340 (completion-setup-function): Use `completion-common-substring'
13341 to put faces.
13342
13343 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13344
13345 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
13346 (x-get-selection, mac-select-convert-to-string): Convert from/to
13347 UTF-16 clipboard data as in native byte order, no BOM.
13348
13349 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
13350
13351 * progmodes/gud.el (gud-tool-bar-map): Rename the images
13352 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
13353 (gud-sentinel): Use speedbar-frame to check for speedbar.
13354
13355 2005-10-15 Richard M. Stallman <rms@gnu.org>
13356
13357 * savehist.el: New file.
13358
13359 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
13360
13361 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
13362 Fix bug in \bf fontification.
13363
13364 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
13365
13366 * pcvs.el (cvs-edit-log-files): New var.
13367 (cvs-mode-edit-log): New arg `file'.
13368 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
13369 Instead force the use of the original file and nothing else.
13370 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
13371 the cvs-minor-wrap-function is set.
13372 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
13373
13374 2005-10-14 Bill Wohler <wohler@newt.com>
13375
13376 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
13377 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
13378 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
13379 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
13380 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
13381 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
13382 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
13383 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
13384 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
13385 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
13386 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
13387 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
13388 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
13389 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
13390 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
13391
13392 * progmodes/gud.el (gud-tool-bar-map): Rename the images
13393 appropriately (for example, gud-break to gud/break).
13394
13395 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
13396
13397 * longlines.el (longlinges-search-function)
13398 (longlines-search-forward, longlines-search-backward): New functions.
13399 (longlines-mode): Set isearch-search-fun-function to
13400 longlinges-search-function.
13401
13402 * mouse.el (mouse-drag-region-1): Handle the case where a
13403 double-click event is bound to an arbitrary function.
13404
13405 2005-10-14 David Ponce <david@dponce.com>
13406
13407 * recentf.el (recentf-track-opened-file)
13408 (recentf-track-closed-file, recentf-update-menu)
13409 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
13410 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
13411 mouse-1-click-follows-link.
13412
13413 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13414
13415 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
13416 Gnome file-manager.png. Suggested by
13417 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
13418
13419 * toolbar/README: Add diropen.xpm.
13420
13421 2005-10-13 Bill Wohler <wohler@newt.com>
13422
13423 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
13424 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
13425
13426 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13427
13428 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
13429 Don't waste the byte-compiler's time on constant data.
13430
13431 2005-10-13 Kenichi Handa <handa@m17n.org>
13432
13433 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
13434 byte with `escape-glyph' face.
13435
13436 * international/fontset.el (ccl-encode-unicode-font):
13437 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
13438 Handle the case that ucs-mule-to-mule-unicode translates a character to
13439 ASCII (usually for IPA characters).
13440
13441 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13442
13443 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
13444 Don't hide the underline of titles if font-lock-mode is disabled.
13445
13446 2005-10-12 Bill Wohler <wohler@newt.com>
13447
13448 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
13449 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
13450 files in MH-E-SRC have been updated.
13451 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
13452
13453 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13454
13455 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
13456 (mixal-mode-syntax-table): Add \n as end-comment.
13457 (mixal-operation-codes-alist): Immediately initialize to full value.
13458 (mixal-add-operation-code): Remove.
13459 (mixal-describe-operation-code): Make the arg non-optional.
13460 Use the interactive spec instead.
13461 Use mixal-operation-codes-alist rather than mixal-operation-codes.
13462 (mixal-font-lock-keywords): Don't highlight comments here any more.
13463 (mixal-font-lock-syntactic-keywords): New var.
13464 (mixal-mode): Use it. Fix comment-start-skip.
13465
13466 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13467
13468 * startup.el (command-line-x-option-alist): -nb => -nbi
13469
13470 2005-10-12 Kim F. Storm <storm@cua.dk>
13471
13472 * startup.el (fancy-splash-default-action): Discard mouse click in
13473 the splash screen window, as it has no sensible meaning in the
13474 next window to be selected. Fixes error reported by Jan D.
13475
13476 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
13477
13478 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
13479
13480 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13481
13482 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
13483 Try to fix up minor layout issues like indentation, line break, etc...
13484 (mixal-mode-syntax-table): Don't try to specify comment syntax,
13485 because it doesn't work.
13486 (mixal-operation-codes): Add some more codes.
13487 (mixal-font-lock-keywords): Process comments here.
13488 (mixal-mode): mixasm no longer needs -g option.
13489
13490 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
13491
13492 * progmodes/sh-script.el (sh-tmp-file):
13493 Use mktemp -t. Finish support for es and rc shells.
13494
13495 2005-10-11 Jay Belanger <belanger@truman.edu>
13496
13497 * calc/calcalg2.el (calc-integral): With an argument, compute the
13498 definite integral.
13499
13500 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
13501
13502 * mouse.el (mouse-drag-region-1): Don't try to catch a
13503 double-click when doing follow-link (it's overridden anyway).
13504
13505 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
13506
13507 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
13508 (autoload-print-form-outbuf): Add docstring.
13509
13510 2005-10-11 Juri Linkov <juri@jurta.org>
13511
13512 * info.el (Info-mode-menu): Delete menu item "Edit".
13513 (Info-mode): Delete description of Info-edit from docstring,
13514 and rearrange descriptions of Info commands in the order
13515 they are documented in the Info manual.
13516
13517 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13518
13519 * calendar/appt.el (appt-check): Use diary-selective-display var.
13520
13521 2005-10-10 Richard M. Stallman <rms@gnu.org>
13522
13523 * net/newsticker.el (newsticker-start, newsticker-show-news):
13524 Add autoload cookies.
13525
13526 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
13527
13528 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
13529
13530 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
13531
13532 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
13533
13534 2005-10-10 Jay Belanger <belanger@truman.edu>
13535
13536 * calc/calc-arith.el (math-check-known-scalarp)
13537 (math-check-known-matrixp): Check the values of arguments that are
13538 variables.
13539 (math-check-known-square-matrixp): New function.
13540 (math-known-square-matrixp): Use math-check-known-square-matrixp.
13541 (math-super-types): Add sqmatrix type.
13542
13543 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
13544 mode name `square' to `sqmatrix'.
13545
13546 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
13547 mode name `square' to `sqmatrix'.
13548
13549 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13550
13551 * progmodes/etags.el (select-tags-table-mode): Don't use
13552 selective-display.
13553 (tags-select-tags-table): Pass `button' to the action function.
13554 (select-tags-table): Place the side-info on button properties rather
13555 than in hidden text. Abbreviate file names.
13556 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
13557 (select-tags-table-select): Add `button' argument.
13558 Get side-info from the button property rather than from hidden text.
13559
13560 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
13561
13562 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
13563 (gud-speedbar-buttons): Preserve point if possible.
13564 (gud-sentinel): Restore previous speedbar display type.
13565
13566 * progmodes/gdb-ui.el (gdba): Improve diagram.
13567 (def-gdb-auto-update-handler, gdb-info-locals-handler)
13568 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
13569 Call get-buffer-window once.
13570
13571 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13572
13573 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
13574 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
13575 (pascal-indent-command): Remove unused var `ind'.
13576 (pascal-indent-case): Remove unused var `oldpos'.
13577 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
13578 since it's now used as a proper minor mode map.
13579 (pascal-outline): Rename to pascal-outline-mode.
13580 (pascal-outline-mode): Use define-minor-mode.
13581 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
13582 selective-display.
13583
13584 2005-10-10 Andreas Schwab <schwab@suse.de>
13585
13586 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
13587 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
13588
13589 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
13590 outside source directory.
13591
13592 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
13593
13594 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
13595 C-x' as a prefix.
13596 (orgtbl-mode-map): Full keymap instead of sparse, because all
13597 `self-insert-command' keys are redefined in this map.
13598 (org-export-as-html): Specify charset for HTML file, by taking it
13599 from the coding system.
13600
13601 2005-10-10 Kenichi Handa <handa@m17n.org>
13602
13603 * textmodes/flyspell.el (flyspell-check-word-p):
13604 If unread-command-events is non-empty, don't call sit-for.
13605
13606 2005-10-09 Richard M. Stallman <rms@gnu.org>
13607
13608 * font-lock.el (font-lock-syntactic-keywords)
13609 (font-lock-keywords): Doc fixes.
13610
13611 * textmodes/flyspell.el (flyspell-external-point-words):
13612 Simplify logic, and don't try to check for consecutive appearances
13613 of one incorrect word.
13614
13615 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
13616
13617 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
13618 separator.
13619
13620 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
13621 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
13622 (gud-expansion-speedbar-buttons): New function.
13623 (gud-speedbar-buttons): Check for gud-comint-buffer.
13624
13625 2005-10-09 Bill Wohler <wohler@newt.com>
13626
13627 * Makefile.in (updates): Add mh-loaddefs dependency.
13628
13629 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
13630
13631 * speedbar.el (speedbar-file-key-map): Fix typo.
13632
13633 2005-10-09 Daniel Brockman <daniel@brockman.se>
13634
13635 * cus-start.el (line-spacing): Add custom spec.
13636
13637 2005-10-09 Romain Francoise <romain@orebokech.com>
13638
13639 * textmodes/ispell.el (ispell-check-version): Fix last change.
13640
13641 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13642
13643 * term/x-win.el: Remove -i, --icon-type from comment.
13644
13645 * startup.el (command-line-x-option-alist): Remove options -i,
13646 -itype, --icon-type, added -nb, --no-bitmap-icon
13647
13648 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
13649
13650 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
13651 instead of :active.
13652
13653 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
13654
13655 * textmodes/ispell.el (ispell-check-version):
13656 Ignore hyphen, and all that follows, in aspell's version text.
13657
13658 2005-10-08 Jay Belanger <belanger@truman.edu>
13659
13660 * calc/calc-arith.el (math-known-square-matrixp): New function.
13661 (math-pow-fancy): Check for matrices before distributing exponent
13662 across products.
13663
13664 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
13665 fullscreen keypad. Suggested by Luc Teirlinck.
13666 (calc-keypad-show-input): Add space for formatting.
13667
13668 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
13669 Add square matrix option.
13670
13671 * calc/calc-poly.el (math-expand-term): Check for matrices instead
13672 of checking calc-matrix-mode when deciding how to expand.
13673
13674 * calc/calc.el (calc-set-mode-line): Add square matrix option.
13675
13676 2005-10-08 Lars Hansen <larsh@soem.dk>
13677
13678 * net/tramp.el (tramp-perl-directory-files-and-attributes):
13679 Add error handling.
13680 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
13681
13682 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
13683
13684 Sync with Tramp 2.0.51.
13685
13686 * net/tramp.el (tramp-handle-set-visited-file-modtime)
13687 (tramp-handle-insert-file-contents, tramp-handle-write-region):
13688 Insert special handling for `last-coding-system-used', again
13689 it still seems to be necessary (unlike stated before).
13690 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
13691 (tramp-password-prompt-regexp): There might be other words before
13692 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
13693 (tramp-chunksize): Improve docstring.
13694 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
13695 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
13696 Christian Joergensen <bugs@razor.dk>.
13697
13698 2005-10-07 Glenn Morris <rgm@gnu.org>
13699
13700 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
13701 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
13702 precision'.
13703
13704 2005-10-07 Romain Francoise <romain@orebokech.com>
13705
13706 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
13707 (ibuffer-do-shell-command-pipe-replace)
13708 (ibuffer-do-shell-command-file, ibuffer-do-eval)
13709 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
13710 (ibuffer-do-revert, ibuffer-do-replace-regexp)
13711 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
13712 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13713 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
13714 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
13715 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
13716 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
13717 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
13718 Autoload file sans suffix.
13719
13720 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
13721
13722 2005-10-07 David Ponce <david@dponce.com>
13723
13724 * recentf.el (recentf-menu-open-all-flag): New option.
13725 (recentf-digit-shortcut-command-name): New function.
13726 (recentf--shortcuts-keymap): New variable.
13727 (recentf-menu-shortcuts): New variable.
13728 (recentf-make-menu-items): Initialize it. Replace the "More..."
13729 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
13730 (recentf-menu-value-shortcut): New function.
13731 (recentf-make-menu-item): Use it. No more in-lined.
13732 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
13733 (recentf-open-most-recent-file): Rename from
13734 `recentf-open-file-with-key'. Don't depend on key binding.
13735 (recentf-mode-map): New variable.
13736 (recentf-mode): Use it.
13737
13738 2005-10-06 Bill Wohler <wohler@newt.com>
13739
13740 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
13741
13742 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
13743 (MH-E-SRC): New. Used by mh-autoloads.
13744 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
13745 files in MH-E-SRC have been updated.
13746 (compile, recompile, bootstrap): Depend on mh-autoloads.
13747
13748 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
13749
13750 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
13751 gud-break and gud-remove icons when the fringe is not available.
13752
13753 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
13754 Typo.
13755
13756 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
13757
13758 * play/zone.el (zone): Wrap body with save-window-excursion.
13759
13760 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
13761
13762 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
13763 Use the new `list-only' arg to diary-list-entries.
13764
13765 * calendar/diary-lib.el: Use overlays rather than selective-display.
13766 (diary-selective-display): New var.
13767 (diary-header-line-format): Use it.
13768 (diary-list-entries): Add argument `list-only'.
13769 Put the buffer in diary-mode. Don't add \^M at beg and end.
13770 Replace \^M by invisible overlays.
13771 (diary-unhide-everything): Replace \^M by invisible overlays.
13772 (print-diary-entries): Look for overlays rather than \^M.
13773 Add a space to the temp buffer name.
13774 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
13775 Put the buffer in diary-mode.
13776 (list-sexp-diary-entries): Replace \^M by invisible overlays.
13777 (diary-anniversary): Make the year arg optional.
13778 (diary-time-regexp): New const.
13779 (diary-font-lock-keywords): Use it to accept a few more time formats.
13780
13781 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
13782
13783 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
13784
13785 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
13786 Fix bug introduced 2005-07-03: Use (car (last ...))
13787 to faithfully reproduce replaced artist-last.
13788 (artist-set-arrow-points-for-poly): Likewise.
13789 Suggested by Johan Bockg\e,Ae\e(Brd.
13790
13791 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
13792
13793 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
13794 * wid-edit.el (widget):
13795 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
13796 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
13797
13798 2005-10-06 Kenichi Handa <handa@m17n.org>
13799
13800 * international/mule-cmds.el (set-language-environment):
13801 Fix setting up of case-table for unibyte mode.
13802
13803 * simple.el (what-cursor-position): If the character is displayed
13804 by some `display' text property, show that. Don't use
13805 single-key-description for eight-bit characters in multibyte mode.
13806
13807 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
13808
13809 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
13810 (gdb-ann3): Set it.
13811 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
13812 (gdb-info-frames-custom): Use inverse-video for first five
13813 characters of selected frame only.
13814 (gdb-get-frame-number): Select frame even when point is on frame
13815 number.
13816
13817 2005-10-06 Masatake YAMATO <jet@gyve.org>
13818
13819 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
13820 Put `font-lock-function-name-face'.
13821 (gdb-info-frames-custom): Put `font-lock-function-name-face'
13822 and `font-lock-variable-name-face'
13823 (gdb-registers-font-lock-keywords): New font lock keywords definition.
13824 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
13825 (gdb-memory-font-lock-keywords): New font lock keywords definition.
13826 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
13827 (gdb-local-font-lock-keywords): New font lock keywords definition.
13828 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
13829 (gdb-threads-font-lock-keywords): New font lock keywords definition.
13830 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
13831
13832 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
13833
13834 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
13835 (ediff-merge-region-is-non-clash-to-skip): Previously called
13836 ediff-merge-region-is-non-clash.
13837
13838 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
13839 Use insert-buffer-substring.
13840
13841 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
13842 selecting files to patch. Also bug fixes.
13843
13844 * ediff-util.el (ediff-setup): Bug fix.
13845 (ediff-next-difference): Never skip clashes that differ in white
13846 space only.
13847
13848 * ediff-wind.el (ediff-setup-control-frame)
13849 (ediff-destroy-control-frame): Check the menubar feature.
13850
13851 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
13852 (viper-refresh-mode-line): Use make-local-variable to localize
13853 some vars instead of make-variable-buffer-local. Suggested by
13854 Stefan Monnier.
13855
13856 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
13857 (viper-restore-cursor-type, viper-set-insert-cursor-type):
13858 Use make-local-variable instead of make-variable-buffer-local.
13859 Suggested by Stefan Monnier.
13860
13861 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
13862 (viper-comint-mode-hook): Use make-local-variable on
13863 require-final-newline.
13864 (viper-non-hook-settings): Don't use make-variable-buffer-local.
13865
13866 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13867
13868 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
13869 also the second char of a comment-start sequence.
13870 (scheme-sexp-comment-syntax-table): New var.
13871 (lambda, define): Set their scheme-doc-string-elt property.
13872 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
13873 Use lisp-font-lock-syntactic-face-function now that it properly
13874 handles |...| symbols.
13875 (scheme-mode-variables): Set lisp-doc-string-elt-property,
13876 parse-sexp-lookup-properties and font-lock-extra-managed-props.
13877
13878 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
13879 bit from # to |.
13880 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
13881
13882 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
13883 (lisp-doc-string-elt-property): New var.
13884 (lisp-font-lock-syntactic-face-function): Use it.
13885 Rewrite to recognize docstrings even for forms not at toplevel.
13886
13887 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
13888 annotation on the | part of #| rather than on the # part.
13889 (scheme-font-lock-syntactic-face-function): New function, to
13890 distinguish strings from |...| symbols.
13891 (scheme-mode-variables): Use it. Also fix up the font-lock-time
13892 syntax-table so that #|...|# is properly highlighted.
13893
13894 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
13895 Don't mark as docstring the 3rd elem of an unknown toplevel form.
13896
13897 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
13898
13899 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
13900 and C-e.
13901
13902 * emacs-lisp/eldoc.el: Move comments into docstrings.
13903 (eldoc-message-commands): Initialize in its declaration.
13904 Add move-beginning-of-line and move-end-of-line.
13905 (eldoc-add-command, eldoc-add-command-completions)
13906 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
13907
13908 * outline.el (outline-mark-subtree): Activate the mark.
13909
13910 * calendar/appt.el (appt-time-regexp): New var.
13911 (appt-add, appt-make-list): Use it.
13912 (appt-convert-time): Clean up.
13913
13914 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
13915 Don't set any syntax-table property here.
13916 (tex-font-lock-verb): New function. Do it here.
13917 (tex-font-lock-syntactic-keywords): Use it.
13918
13919 2005-10-04 Richard M. Stallman <rms@gnu.org>
13920
13921 * wid-edit.el (widget-file-complete): Get the widget start point
13922 the right way. Default directory to `/' if file has none.
13923
13924 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
13925
13926 * textmodes/flyspell.el (flyspell-mode-on):
13927 Call ispell-maybe-find-aspell-dictionaries.
13928
13929 * textmodes/ispell.el (ispell-word, ispell-region):
13930 Call ispell-maybe-find-aspell-dictionaries.
13931 (ispell-accept-buffer-local-defs):
13932 Don't call ispell-maybe-find-aspell-dictionaries
13933
13934 2005-10-04 Richard M. Stallman <rms@gnu.org>
13935
13936 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
13937
13938 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
13939
13940 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
13941 instead of `fboundp' in order to allow for anonymous functions.
13942
13943 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
13944
13945 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
13946 case the user clicks on the link while another window is selected.
13947 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
13948
13949 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
13950 functionality.
13951 (dframe-help-echo): Save point in case mouse tracking is off.
13952
13953 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
13954
13955 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
13956
13957 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13958
13959 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
13960 not change the global value of those vars.
13961
13962 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
13963 make-local-variable which we do not need any more.
13964
13965 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
13966
13967 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
13968 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
13969 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
13970 (speedbar-path-line): Define obsolete aliases.
13971 (speedbar-line-directory): Doc fix.
13972
13973 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
13974 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
13975 instead of speedbar-line-path.
13976
13977 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13978
13979 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
13980 to nil if dropping on a window. Handle dropping on a minibuffer window
13981 like dropping on a non-window part of Emacs.
13982
13983 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13984
13985 * net/ange-ftp.el: Use with-current-buffer.
13986 (ange-ftp-insert-directory): Do not follow symlinks any more.
13987
13988 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13989 Remove interactive spec.
13990
13991 2005-10-03 Kim F. Storm <storm@cua.dk>
13992
13993 * ido.el (ido-mode): Use custom-initialize-set.
13994
13995 2005-10-02 Richard M. Stallman <rms@gnu.org>
13996
13997 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
13998 Use insert-buffer-substring.
13999
14000 * net/tramp.el: Pacify byte compiler warnings in pacification code.
14001 (tramp-handle-file-local-copy): Use insert-buffer-substring.
14002
14003 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14004
14005 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
14006 in last change.
14007 (ange-ftp-insert-directory): Fix up the search for the case where
14008 `file' is absolute.
14009
14010 2005-10-02 Romain Francoise <romain@orebokech.com>
14011
14012 * progmodes/compile.el (compile-goto-error): Delete extra paren.
14013
14014 2005-10-02 Andreas Schwab <schwab@suse.de>
14015
14016 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
14017 directory component in the session info.
14018
14019 2005-10-01 Richard M. Stallman <rms@gnu.org>
14020
14021 * comint.el (comint-redirect-subvert-readonly): Doc fix.
14022
14023 * simple.el (next-error-internal): New function.
14024
14025 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
14026 (compilation-start): Pass new arg to compilation-buffer-name.
14027 (compile-goto-error): Use next-error-internal.
14028
14029 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
14030
14031 * speedbar.el: Remove RCS tag.
14032 (speedbar-check-read-only): Handle non-existent files.
14033
14034 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
14035
14036 * info.el (Info-speedbar-hierarchy-buttons)
14037 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
14038
14039 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14040
14041 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
14042 Do not match newline.
14043 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
14044 (bibtex-summary): Remove unnecessary save-excursion.
14045 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
14046
14047 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14048
14049 * term/mac-win.el: Add charset info for "iso10646-1".
14050 Modify default fontset to use ATSUI-compatible fonts for some charsets
14051 if available.
14052
14053 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
14054
14055 * speedbar.el: Re-apply arch tag.
14056 (speedbar-version): Rename to version 1.0. Suggested by Eric
14057 M. Ludlam.
14058 Reapply two changes from Emacs CVS' version of speedbar lost
14059 during the merge:
14060 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
14061 (speedbar-frame-parameters): Improve customize type.
14062
14063 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
14064
14065 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
14066 (ange-ftp-file-directory-p): Fix the symlink case.
14067 (ange-ftp-insert-directory): When listing a single file, get a list of
14068 the parent buffer and extract the relevant line. Inspired from a patch
14069 by Katsumi Yamaoka <yamaoka@jpl.org>.
14070 (ange-ftp-file-name-sans-versions): Simplify.
14071
14072 2005-09-30 Bill Wohler <wohler@newt.com>
14073
14074 Move MH-E image files from toolbar and mail directories into
14075 etc/images.
14076
14077 * mail/reply2.*: Move to etc/images/mail/reply*.
14078
14079 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
14080 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
14081 etc/images.
14082
14083 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
14084 * toolbar/reply*: Move to etc/images/mail.
14085
14086 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
14087
14088 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
14089
14090 * speedbar.el: New version 1.0pre3.
14091
14092 Frame management code (including timer, and mouse click specifics)
14093 moved to dframe.el:
14094 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
14095 (speedbar-timer): Removed. Use dframe-timer.
14096 (speedbar-close-frame): Removed. Use dframe-close-frame.
14097 (speedbar-activity-change-focus-flag): Removed. Use
14098 dframe-activity-change-focus-flag.
14099 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
14100 dframe-update-speed.
14101
14102 (speedbar-current-frame): New macro. Use this instead of the
14103 variable speedbar-frame.
14104
14105 (speedbar-use-images, speedbar-expand-image-button-alist)
14106 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
14107
14108 (speedbar-find-image-on-load-path): Removed. Replaced by
14109 defezimage in ezimage.el.
14110 (speedbar-expand-image-button-alist): Removed. Replaced by
14111 ezimage-expand-image-button-alist in ezimage.el.
14112
14113 (speedbar-ignored-directory-regexp)
14114 (speedbar-add-ignored-directory-regexp)
14115 (speedbar-ignored-directory-expressions)
14116 (speedbar-line-directory, speedbar-buffers-line-directory)
14117 (speedbar-directory-line, speedbar-buffers-line-directory):
14118 Renamed, replacing `path' with `directory'.
14119
14120 (speedbar-create-directory, speedbar-expand-line-descendants)
14121 (speedbar-toggle-line-expansion)
14122 (speedbar-contract-line-descendants): New commands.
14123
14124 (speedbar-query-confirmation-method, speedbar-select-frame-method)
14125 (speedbar-use-tool-tips-flag): New options.
14126
14127 (speedbar-check-read-only, speedbar-require-version)
14128 (speedbar-insert-separator, speedbar-buffers-tail-notes)
14129 (speedbar-handle-delete-frame, speedbar-try-completion)
14130 (speedbar-update-localized-contents): New functions.
14131
14132 (speedbar-incompatible-version, speedbar-ro-to-do-point)
14133 (speedbar-object-read-only-indicator): New variables.
14134
14135 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
14136 New hooks.
14137
14138 (speedbar-separator-face): New face.
14139
14140 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
14141 (speedbar-ignored-modes): Add fundamental-mode.
14142 (speedbar-directory-unshown-regexp): Add . directories.
14143
14144 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
14145 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
14146 `]' for full expand/close.
14147 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
14148
14149 (speedbar-check-vc): Support hidden files.
14150 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
14151 (speedbar-this-file-in-vc): Use vc-state if available. If VC
14152 state is nil, it is not checked out.
14153
14154 (speedbar-line-text, speedbar-line-token): Support expand buttons
14155 with no text.
14156 (speedbar-refresh): Universal argument acts as power-click.
14157 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
14158 that buffer to get variable values.
14159
14160 And many other bugfixes.
14161
14162 * dframe.el, ezimage.el, sb-image.el: New files.
14163
14164 * sb-*.xpm: Remove files. New image files installed into
14165 etc/images/ezimage.
14166
14167 2005-09-30 Kenichi Handa <handa@m17n.org>
14168
14169 * ps-mule.el (ps-mule-show-warning): If a character is in
14170 ps-print-translation-table, don't treat it as non-printable.
14171
14172 2005-09-30 David Ponce <david@dponce.com>
14173
14174 * tree-widget.el (tree-widget-themes-load-path): New variable.
14175 (tree-widget-themes-directory): Doc fix.
14176 (tree-widget-image-formats) [Emacs]: Doc fix.
14177 (tree-widget--locate-sub-directory): New function.
14178 (tree-widget-themes-directory): Use it.
14179
14180 * recentf.el (recentf-filename-handlers): Rename from
14181 `recentf-filename-handler'. Allow a list of functions.
14182 (recentf-menu-items-for-commands): Fix :help strings.
14183 (recentf-apply-filename-handlers): New function.
14184 (recentf-expand-file-name): Use it.
14185 (recentf-cleanup): Remove duplicates too.
14186
14187 2005-09-29 Juri Linkov <juri@jurta.org>
14188
14189 * faces.el: Rearrange face definitions to be in the same order as
14190 their face descriptions in "(emacs)Standard Faces".
14191
14192 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
14193
14194 * tooltip.el (tooltip): Add group `basic-faces'.
14195
14196 * buff-menu.el (Buffer-menu-buffer): Remove group
14197 `font-lock-highlighting-faces'.
14198
14199 * progmodes/compile.el (compilation-error, compilation-warning)
14200 (compilation-info, compilation-line-number, compilation-column-number):
14201 Change group from `font-lock-highlighting-faces' to `compilation'.
14202
14203 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14204 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
14205 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
14206 (vhdl-font-lock-reserved-words-face)
14207 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
14208 `font-lock-highlighting-faces'.
14209
14210 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
14211
14212 2005-09-28 Kim F. Storm <storm@cua.dk>
14213
14214 * emulation/cua-base.el: Set CUA move property on additional commands:
14215 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
14216 forward-sexp, backward-sexp, forward-list, backward-list.
14217
14218 2005-09-28 Romain Francoise <romain@orebokech.com>
14219
14220 * comint.el (comint-show-output): Really set point at the
14221 beginning of the output when not using `comint-use-prompt-regexp'.
14222
14223 2005-09-27 Jay Belanger <belanger@truman.edu>
14224
14225 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
14226 in TeX mode.
14227
14228 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
14229
14230 * textmodes/org.el (org-table-sum): Fix format string.
14231
14232 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
14233 Quote face names.
14234
14235 2005-09-26 Romain Francoise <romain@orebokech.com>
14236
14237 * isearch.el (isearch-forward-regexp): Close doc string.
14238
14239 2005-09-25 Richard M. Stallman <rms@gnu.org>
14240
14241 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
14242
14243 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
14244
14245 * progmodes/compile.el (compilation-error-properties):
14246 When getting the file from the previous error message,
14247 correctly decode the new data format.
14248
14249 * progmodes/cc-cmds.el (c-electric-paren):
14250 Call old-blink-paren only for close-paren.
14251
14252 2005-09-24 Andreas Schwab <schwab@suse.de>
14253
14254 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
14255 condition.
14256
14257 2005-09-25 Romain Francoise <romain@orebokech.com>
14258
14259 * dired-aux.el (dired-copy-file-recursive):
14260 * dired.el (dired-delete-file):
14261 * ediff-mult.el (ediff-dir-diff-copy-file):
14262 * ediff-util.el (ediff-test-save-region):
14263 * forms.el (forms-mode):
14264 * ido.el (ido-file-internal, ido-delete-file-at-head):
14265 * log-edit.el (log-edit-done):
14266 * ses.el (ses-yank-resize):
14267 * play/gomoku.el (gomoku-human-plays, gomoku)
14268 (gomoku-human-resigns, gomoku-prompt-for-other-game)
14269 (gomoku-offer-a-draw):
14270 * play/landmark.el (lm-human-resigns, lm):
14271 * net/eudcb-ldap.el (eudc-ldap-check-base):
14272 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
14273 * progmodes/ebrowse.el (ebrowse-find-pattern):
14274 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
14275 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
14276 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
14277
14278 * vc.el (vc-delete-file):
14279 * play/gomoku.el (gomoku-terminate-game, gomoku)
14280 (gomoku-prompt-for-move, gomoku-human-takes-back):
14281 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
14282 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
14283
14284 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
14285
14286 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
14287 color rxvt terminals by using the code xterm.el used to use before
14288 2005-04-09 in order to match the colors used by rxvt.
14289
14290 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14291
14292 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
14293 colors rxvt-unicode terminals by using the same code as xterm.el.
14294
14295 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
14296
14297 * textmodes/tex-mode.el (tex-font-lock-append-prop)
14298 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
14299 new symbol used for the tex-verbatim face.
14300
14301 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
14302
14303 * woman.el (woman-file-name):
14304 * wid-edit.el (widget-file-prompt-value)
14305 (widget-coding-system-prompt-value):
14306 * w32-fns.el (set-w32-system-coding-system):
14307 * vc.el (vc-version-diff, vc-annotate):
14308 * textmodes/reftex-auc.el (reftex-arg-cite)
14309 (reftex-arg-index-tag):
14310 * textmodes/refer.el (refer-get-bib-files):
14311 * textmodes/artist.el (artist-figlet-choose-font):
14312 * terminal.el (terminal-emulator):
14313 * replace.el (occur-read-primary-args):
14314 * rect.el (string-rectangle, string-insert-rectangle):
14315 * ps-print.el (ps-print-preprint):
14316 * progmodes/pascal.el (pascal-goto-defun):
14317 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
14318 * progmodes/compile.el (compilation-find-file):
14319 * printing.el (pr-interactive-n-up):
14320 * play/animate.el (animate-birthday-present):
14321 * net/rcompile.el (remote-compile):
14322 * man.el (man, Man-goto-section, Man-follow-manual-reference):
14323 * mail/rmailsum.el (rmail-summary-search-backward)
14324 (rmail-summary-search):
14325 * mail/rmailout.el (rmail-output-read-rmail-file-name)
14326 (rmail-output-read-file-name):
14327 * mail/rmail.el (rmail-search, rmail-search-backwards):
14328 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
14329 * locate.el (locate):
14330 * international/quail.el (quail-show-keyboard-layout):
14331 * international/mule.el (set-buffer-file-coding-system)
14332 (revert-buffer-with-coding-system, set-file-name-coding-system)
14333 (set-terminal-coding-system, set-keyboard-coding-system)
14334 (set-next-selection-coding-system):
14335 * international/mule-diag.el (describe-coding-system)
14336 (describe-font, describe-fontset):
14337 * international/mule-cmds.el (universal-coding-system-argument)
14338 (search-unencodable-char, describe-input-method)
14339 (set-language-environment, describe-language-environment):
14340 * international/codepage.el (codepage-setup):
14341 * international/code-pages.el (codepage-setup):
14342 * info.el (Info-search, Info-follow-reference)
14343 (Info-search-backward):
14344 * emacs-lisp/advice.el (ad-read-advised-function)
14345 (ad-read-advice-class, ad-clear-cache, ad-activate)
14346 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
14347 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
14348 (ad-read-regexp):
14349 * ediff-util.el (ediff-toggle-regexp-match):
14350 * ediff-ptch.el (ediff-prompt-for-patch-file):
14351 * dired-aux.el (dired-diff):
14352 * diff.el (diff):
14353 * cus-edit.el (custom-variable-prompt):
14354 * calendar/timeclock.el (timeclock-ask-for-project):
14355 * calc/calcalg3.el (calc-get-fit-variables):
14356 * calc/calc-store.el (calc-edit-variable)
14357 (calc-permanent-variable):
14358 * vc-mcvs.el (vc-mcvs-register):
14359 * shadowfile.el (shadow-define-literal-group):
14360 * woman.el (woman-file-name):
14361 * vc.el (vc-version-diff, vc-merge):
14362 * textmodes/reftex-index.el (reftex-index-complete-tag):
14363 * format.el (format-decode-buffer, format-decode-region):
14364 * emulation/viper-cmd.el (viper-read-string-with-history):
14365 * emacs-lisp/debug.el (cancel-debug-on-entry):
14366 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14367 * ediff.el (ediff-merge-revisions)
14368 (ediff-merge-revisions-with-ancestor, ediff-revision):
14369 * completion.el (interactive-completion-string-reader):
14370 * calc/calc-prog.el (calc-user-define-formula):
14371 Follow convention for reading with the minibuffer.
14372
14373 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
14374
14375 * progmodes/python.el (python-describe-symbol): Add globals() and
14376 locals() to the arguments of emacs.ehelp.
14377
14378 2005-09-24 Magnus Henoch <mange@freemail.hu>
14379
14380 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
14381 New function, code extracted from ispell-valid-dictionary-list.
14382 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
14383 Call it.
14384
14385 2005-09-24 Eli Zaretskii <eliz@gnu.org>
14386
14387 * subr.el (version-regexp-alist): Extend valid syntax for version
14388 strings: allow any of the characters -,_,+ to separate the
14389 alpha/beta/rc part from the version part. Doc fix.
14390 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
14391
14392 2005-09-23 David Reitter <david.reitter@gmail.com>
14393
14394 * mail/mailclient.el: New file.
14395
14396 2005-09-23 Richard M. Stallman <rms@gnu.org>
14397
14398 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
14399 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
14400 Doc fixes.
14401
14402 * progmodes/cc-mode.el (c-font-lock-init):
14403 Specify font-lock-lines-before.
14404
14405 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14406
14407 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
14408 whole conflict.
14409
14410 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
14411
14412 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
14413 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
14414 of `remap' feature when available. Additional key bindings for
14415 better tty support.
14416 (org-mode-restart, org-force-self-insert): New commands.
14417 (org-time-stamp-inactive): New command.
14418 (org-remap): New function.
14419 (org-table-auto-blank-field, org-level-color-stars-only): New options.
14420 (org-enable-fixed-width-editor): Move to `org-structure'
14421 customization group.
14422 (org-self-insert-command, orgtbl-self-insert-command): Modify to
14423 blank field after field motion commands.
14424
14425 2005-09-23 Kenichi Handa <handa@m17n.org>
14426
14427 * international/mule-cmds.el (set-language-environment):
14428 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
14429 have to call utf-translate-cjk-load-tables.
14430
14431 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
14432
14433 * mouse.el (mouse-move-drag-overlay): Fix last change.
14434
14435 2005-09-22 David Ponce <david@dponce.com>
14436
14437 * tree-widget.el (tree-widget-value-create): Fix previous change.
14438
14439 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14440
14441 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
14442
14443 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14444
14445 * mouse.el (mouse-move-drag-overlay): New function.
14446 (mouse-drag-region-1): Use it.
14447 Try to simplify a bit the state handling. Handle clicks on links
14448 inside intangible areas.
14449 (mouse-save-then-kill): Minor simplification.
14450 (mouse-secondary-overlay): Make it always non-nil instead of
14451 recreating it each time.
14452 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
14453 (mouse-kill-secondary, mouse-secondary-save-then-kill):
14454 Simplify accordingly.
14455
14456 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14457
14458 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
14459
14460 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
14461
14462 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
14463 (ediff-file-name-sans-prefix): Treat nil as an empty string.
14464 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
14465 to patch.
14466
14467 * ediff-util.el: Use insert-buffer-substring.
14468
14469 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
14470
14471 * emulation/viper-cmd.el (viper-change-state): Don't move over the
14472 field boundaries in the minibuffer.
14473 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
14474 (viper-minibuffer-post-command-hook): New hook.
14475 (viper-line): Don't move cursor at bolp.
14476
14477 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
14478
14479 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
14480 avoid compiler warnings.
14481
14482 * emulation/viper-macs.el (ex-map): Better messages.
14483
14484 * emulation/viper-utils.el (viper-beginning-of-field): New function.
14485
14486 * emulation/viper.el: Replace make-variable-buffer-local with
14487 viper-make-variable-buffer-local everywhere, to avoid warnings.
14488
14489 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14490
14491 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
14492 Delete unused var `old-selected-window'.
14493 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
14494 (mouse-drag-secondary): Delete unused var `start-frame'.
14495
14496 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14497
14498 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
14499
14500 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14501
14502 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
14503 Re-indent within 80 columns. Use inhibit-read-only.
14504
14505 2005-09-19 Romain Francoise <romain@orebokech.com>
14506
14507 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
14508
14509 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14510
14511 * font-lock.el (font-lock-default-fontify-region): Don't add a line
14512 unconditionally, since the after-change-function already did it.
14513
14514 2005-09-19 Miles Bader <miles@gnu.org>
14515
14516 * net/newsticker.el: Get rid of CVS keyword.
14517
14518 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
14519
14520 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
14521 The prompt is formatted later.
14522
14523 2005-09-19 David Ponce <david@dponce.com>
14524
14525 * tree-widget.el (tree-widget-value-create): Save the converted
14526 tree :node widget.
14527
14528 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
14529
14530 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
14531 variable `message'.
14532
14533 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
14534
14535 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
14536 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
14537 <slawomir.nowaczyk.847@student.lu.se>.
14538
14539 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
14540
14541 * image.el (image-load-path): Use symbol `data-directory' instead
14542 of its value, for backward compatibility with packages that bind
14543 it during `find-image'. Suggested by Katsumi Yamaoka.
14544 (image-search-load-path): Handle symbols whose values are strings.
14545
14546 2005-09-18 Romain Francoise <romain@orebokech.com>
14547
14548 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
14549 with-current-buffer form in save-excursion.
14550
14551 2005-09-18 Deepak Goel <deego@gnufans.org>
14552
14553 * apropos.el (apropos-command): Fix `message' call: first arg
14554 should be a format spec. In this and all other cases that appear
14555 below and elsewhere in the source code, I made a change only when
14556 two conditions were satisfied: [1] I can think of a possibility
14557 that the arguments would cause an error, for example, the code in
14558 question relies on external variables such as filenames. [2] I
14559 was sure that the arg to `message' could not have been nil in the code.
14560
14561 * textmodes/tildify.el (tildify-region): Ditto.
14562
14563 * textmodes/reftex-index.el (reftex-index-change-entry)
14564 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
14565 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
14566 * textmodes/org.el (org-complete, org-deadline, org-schedule)
14567 (org-priority, org-table-sum):
14568 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
14569 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
14570 (flyspell-word, flyspell-display-next-corrections):
14571 * textmodes/bibtex.el (bibtex-print-help-message):
14572 * textmodes/artist.el (artist-key-set-point-poly):
14573 * term/mac-win.el (mac-services-insert-text):
14574 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
14575 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
14576 (vhdl-port-paste-testbench, vhdl-compose-new-component)
14577 (vhdl-compose-configuration):
14578 * progmodes/sh-script.el (sh-blink, sh-show-indent)
14579 (sh-set-indent, sh-learn-line-indent):
14580 * progmodes/ps-mode.el (ps-mode-target-column):
14581 * progmodes/idlwave.el (idlwave-make-tags)
14582 (idlwave-scan-library-catalogs):
14583 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
14584 * progmodes/gud.el (gud-jdb-analyze-source):
14585 * progmodes/flymake.el (flymake-log):
14586 * progmodes/ebnf2ps.el (ebnf-generate-region):
14587 * progmodes/cmacexp.el (c-macro-expansion):
14588 * progmodes/ada-xref.el (ada-treat-cmd-string):
14589 * progmodes/ada-mode.el (ada-create-case-exception-substring)
14590 (ada-justified-indent-current, ada-batch-reformat):
14591 * play/zone.el (zone):
14592 * play/landmark.el (lm-move):
14593 * play/decipher.el (decipher-show-alphabet):
14594 * net/newsticker.el (newsticker--display-jump)
14595 (newsticker--display-scroll):
14596 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
14597 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
14598 * mail/feedmail.el (feedmail-dump-message-to-queue):
14599 * eshell/esh-proc.el (eshell-remove-process-entry):
14600 * emulation/ws-mode.el (ws-last-error):
14601 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
14602 (viper-record-kbd-macro):
14603 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
14604 * emacs-lisp/lisp-mnt.el (lm-report-bug):
14605 * emacs-lisp/find-func.el (find-function-noselect):
14606 * calendar/timeclock.el (timeclock-status-string)
14607 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
14608 (timeclock-when-to-leave-string):
14609 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
14610 * calc/calc-units.el (calc-enter-units-table):
14611 * calc/calc-mode.el (calc-mode-record-mode):
14612 * woman.el (woman-mini-help):
14613 * wdired.el (wdired-change-to-wdired-mode):
14614 * vc.el (vc-retrieve-snapshot):
14615 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
14616 * startup.el (display-startup-echo-area-message):
14617 * simple.el (set-goal-column):
14618 * ses.el (ses-command-hook, ses-recalculate-cell):
14619 * server.el (server-process-filter):
14620 * printing.el (pr-interface-txt-print, pr-interface-printify)
14621 (pr-interface-ps):
14622 * pcvs.el (cvs-help):
14623 * log-edit.el (log-edit, log-edit-mode-help):
14624 * iswitchb.el (iswitchb-possible-new-buffer):
14625 * isearch.el (isearch-edit-string):
14626 * image-mode.el (image-mode, image-minor-mode):
14627 * ibuf-macs.el (define-ibuffer-filter):
14628 * hi-lock.el (hi-lock-find-patterns):
14629 * files.el (toggle-read-only):
14630 * ediff-util.el (ediff-copy-diff)
14631 (ediff-write-merge-buffer-and-maybe-kill):
14632 * echistory.el (Electric-history-undefined):
14633 * dnd.el (dnd-insert-text):
14634 * dired-aux.el (dired-query):
14635 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
14636 * bookmark.el (bookmark-bmenu-locate):
14637 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
14638 Fix `message' calls to ensure first arg is a format string.
14639 The change was made only when these two conditions were satisfied:
14640 [1] when there is a possibility that the arguments would cause an error
14641 for example, if the code in question relies on external variables
14642 such as filenames, and
14643 [2] if the arg to `message' could not have been nil in the code.
14644
14645 * pcomplete.el (pcomplete--help): Fix `message' format spec.
14646 Not having a %s would be weird, though not technically wrong.
14647
14648 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14649
14650 * term/mac-win.el (mac-add-charset-info): Doc fix.
14651
14652 2005-09-17 Romain Francoise <romain@orebokech.com>
14653
14654 * shell.el (shell-resync-dirs): Handle echoing processes more
14655 reliably. Don't insert resync command if `comint-process-echoes'
14656 is non-nil.
14657
14658 2005-09-17 Magnus Henoch <mange@freemail.hu>
14659
14660 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
14661 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
14662 aspell versions >= 0.60.
14663 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
14664 only if ispell-aspell-supports-utf8 is non-nil.
14665
14666 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
14667
14668 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
14669 buffer-local value to lisp-indent-function.
14670
14671 2005-09-17 Milan Zamazal <pdm@zamazal.org>
14672
14673 * progmodes/glasses.el (glasses-make-readable): If
14674 glasses-separator differs from underscore, put appropriate
14675 overlays over underscore characters.
14676 (glasses-convert-to-unreadable): If glasses-separator differs from
14677 underscore, try to convert glasses-separator characters to
14678 underscores.
14679
14680 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14681
14682 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
14683 Use with-syntax-table and dolist.
14684
14685 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
14686
14687 * textmodes/reftex-auc.el:
14688 * textmodes/reftex-cite.el:
14689 * textmodes/reftex-dcr.el:
14690 * textmodes/reftex-global.el:
14691 * textmodes/reftex-parse.el:
14692 * textmodes/reftex-ref.el:
14693 * textmodes/reftex-sel.el:
14694 * textmodes/reftex-toc.el:
14695 * textmodes/reftex-vars.el:
14696 * textmodes/reftex.el: Small changes to remove compiler warnings.
14697
14698 * textmodes/reftex-index.el: Likewise.
14699 (reftex-query-index-phrase): More efficient use of markers.
14700
14701 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14702
14703 * image.el (image-load-path): New variable.
14704 (image-search-load-path): New function.
14705 (find-image): Search for images in `image-load-path'.
14706
14707 2005-09-15 Richard M. Stallman <rms@gnu.org>
14708
14709 * follow.el: Change Maintainer field.
14710
14711 2005-09-15 David Ponce <david@dponce.com>
14712
14713 * recentf.el (recentf-save-file-modes): New option.
14714 (recentf-save-list): Use it.
14715
14716 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
14717
14718 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
14719 (mode-line-mule-info, mode-line-modified): Move bindings from
14720 mouse-3 to mouse-1.
14721
14722 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14723
14724 * simple.el (sendmail-user-agent-compose): Revert last change.
14725
14726 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14727
14728 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
14729 Use with-current-buffer.
14730 (ange-ftp-gwp-start): Remove unused var `gw-user'.
14731 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
14732 (ange-ftp-insert-directory): Remove unused var `short'.
14733 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
14734
14735 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
14736 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
14737
14738 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
14739 (check-calendar-holidays, diary-list-entries): Autoload.
14740 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
14741 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
14742
14743 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
14744 which mistakenly removed a call to display-buffer.
14745
14746 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
14747
14748 * obsolete/iso-insert.el: Move to obsolete/ from international/.
14749
14750 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
14751
14752 * progmodes/hideshow.el
14753 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
14754 (hs-allow-nesting): New user var.
14755 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
14756 (hs-hide-block-at-point): When nesting allowed,
14757 if there is already an overlay in place, delete it.
14758 (hs-safety-is-job-n): Delete func; remove call sites.
14759 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
14760 (hs-overlay-at): New func.
14761 (hs-already-hidden-p, hs-show-block): Use it.
14762 (hs-hide-all): Don't pre-clean if nesting allowed.
14763 (hs-show-all): Temporarily disallow
14764 nesting around call to `hs-discard-overlays'.
14765
14766 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
14767
14768 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
14769 Delete unused local var.
14770
14771 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
14772
14773 * help-fns.el (describe-categories): "?\ " -> "?\s".
14774 (help-do-arg-highlight): Recognize also ARG-n, as in
14775 `move-to-left-margin' (ARG+n is already recognized). Simplify.
14776
14777 * international/codepage.el (dos-unsupported-char-glyph):
14778 * net/newsticker.el (tool-bar-map, w3-mode-map)
14779 (w3m-minor-mode-map):
14780 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
14781 (ent-alist):
14782 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
14783
14784 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
14785
14786 * custom.el (custom-push-theme): Handle the case where a symbol is
14787 bound but face properties have not yet been assigned.
14788
14789 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
14790 Fix behavior if noerase is `t' and there is no mail buffer.
14791
14792 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
14793 if `continue' is nil, rather than signal an error.
14794
14795 2005-09-12 Richard M. Stallman <rms@gnu.org>
14796
14797 * font-lock.el (font-lock-keywords): Add autoload.
14798
14799 * help-fns.el (describe-variable): Rearrange to put source link
14800 in a predictable place.
14801
14802 * net/newsticker.el: New file.
14803
14804 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14805
14806 * calendar/calendar.el (calendar-for-loop): Add edebug info.
14807 (calendar-basic-setup): Use the new nil arg.
14808 (number-of-diary-entries): Move to diary-lib.el.
14809
14810 * calendar/diary-lib.el: Use with-current-buffer, match-string.
14811 (diary-list-entries): Use with-syntax-table and dolist.
14812 Rename from list-diary-entries.
14813 Use number-of-diary-entries if `number' is nil.
14814 (diary, diary-view-entries): Use this new name and new nil arg value.
14815 (number-of-diary-entries): Move from calendar.el.
14816 (diary-unhide-everything): New function.
14817 (include-other-diary-files, fancy-diary-display)
14818 (diary-show-all-entries, make-diary-entry): Use it.
14819 (diary-mail-entries): Use buffer-string.
14820 (mark-diary-entries): Fix long standing paren typo.
14821 (diary-sexp-entry): Use count-lines.
14822 (make-diary-entry): Avoid `previous-line'.
14823 (diary-mode-map): New var.
14824 (diary-mode): Redraw cal after saving. Setup header-line.
14825 (fancy-diary-display-mode): Use local-set-key.
14826
14827 * startup.el (command-line): Try calling various terminal-init-foo-bar
14828 functions by stripping hyphenated suffixes from $TERM.
14829
14830 * files.el (normal-mode): Check boundness of font-lock-keywords.
14831
14832 2005-09-12 Richard M. Stallman <rms@gnu.org>
14833
14834 * progmodes/compile.el: Don't decide a file's directory
14835 until the user actually tries to go there.
14836 (compilation-next-error-function):
14837 Pass compilation-find-file the directory from the file-struct.
14838 (compilation-internal-error-properties): Separate local FILE-STRUCT
14839 from FILE. Doc the args better. Rename arg FMT to FMTS.
14840 (compilation-find-file): Arg DIR renamed to DIRECTORY.
14841 Expand it, and if nil, use default-directory.
14842 (compilation-get-file-structure): Don't mix specified directory
14843 with default directory. Put specified directory into
14844 file-struct. Don't make the file name absolute.
14845
14846 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
14847 (compile-command): Add autoload.
14848 (compilation-disable-input): Add autoload.
14849
14850 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
14851
14852 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
14853 strings of the variables it can override.
14854 (time-stamp): New (as yet undocumented) time-stamp-format escapes
14855 %Q and %q, for fully-qualified domain name and unqualified host name.
14856
14857 2005-09-11 Kim F. Storm <storm@cua.dk>
14858
14859 * emacs-lisp/authors.el (authors-aliases): Update list.
14860 (authors-fixed-entries): Update mldrag.el entry.
14861
14862 2005-09-10 Alan Mackenzie <acm@muc.de>
14863
14864 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
14865 from the region narrowed to.
14866
14867 2005-09-10 Magnus Henoch <mange@freemail.hu>
14868
14869 * textmodes/ispell.el (ispell-check-version): Signal an error if
14870 aspell version is less than 0.60.
14871
14872 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
14873
14874 * progmodes/octave-inf.el (inferior-octave-startup):
14875 Resync current dir at the end.
14876
14877 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
14878
14879 * woman.el (woman-topic-at-point-default):
14880 Rename to woman-use-topic-at-point-default.
14881 (woman-topic-at-point): Rename to woman-use-topic-at-point.
14882 (woman-file-name): Reflect renames above. Automatically use the
14883 word at point as topic if woman-use-topic-at-point is non-nil.
14884 Otherwise offer it as default but don't insert it in the
14885 minibuffer. Also use `test-completion' instead of `assoc' as
14886 suggested by Stefan Monnier.
14887
14888 2005-09-10 Andre Spiegel <spiegel@gnu.org>
14889
14890 * vc.el (vc-directory, vc-update-change-log): Throw an error on
14891 the attempt to do it over Tramp. This is not yet supported.
14892
14893 2005-09-10 Eli Zaretskii <eliz@gnu.org>
14894
14895 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14896 (menu-bar-non-minibuffer-window-p): New functions.
14897 ("Split Window", "Save As..."): Use them.
14898 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
14899 ("Print Buffer", "Truncate Long Lines in this Buffer"):
14900 Use menu-bar-menu-frame-live-and-visible-p.
14901 ("Save Buffer", "Insert File", "Open Directory...")
14902 ("Open File...", "Visit New File..."):
14903 Use menu-bar-non-minibuffer-window-p.
14904 (kill-this-buffer-enabled-p, dired <menu-enable>):
14905 Use menu-bar-non-minibuffer-window-p.
14906
14907 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14908
14909 * cus-start.el (all): Don't complain about fringe-related
14910 built-ins if fringes are not supported. Ditto about
14911 selection-related built-ins. Fix the test for GTK-related built-ins.
14912
14913 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
14914 ("Postscript Print Buffer", "Print Region", "Save As...")
14915 ("Save", "Insert File...", "Open Directory...")
14916 ("Open File...", "Visit New File..."")
14917 ("Truncate Long Lines in this Buffer"): Don't look at
14918 menu-updating-frame if this display does not support multiple frames.
14919
14920 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14921
14922 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
14923
14924 2005-09-09 Emilio Lopes <eclig@gmx.net>
14925
14926 * woman.el: Format- and whitespace-related changes.
14927
14928 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14929
14930 * woman.el: Fix my email address.
14931
14932 2005-09-08 Richard M. Stallman <rms@gnu.org>
14933
14934 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
14935 (sh-mode): Locally set skeleton-pair-default-alist.
14936
14937 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
14938
14939 * progmodes/flymake.el: Require `compile' unconditionally.
14940
14941 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
14942
14943 * woman.el (woman-file-name): Provide a default, not initial input.
14944
14945 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
14946
14947 * font-lock.el (font-lock-support-mode): Doc fix.
14948
14949 * descr-text.el (describe-property-list): Handle non-symbol prop names.
14950
14951 2005-09-08 Richard M. Stallman <rms@gnu.org>
14952
14953 * simple.el (blink-matching-open): Get rid of text props from
14954 the string shown in echo area. Don't permanently set point.
14955 Some rearrangements.
14956
14957 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
14958
14959 * recentf.el (recentf-filename-handler): Add custom choice
14960 `abbreviate-file-name'.
14961
14962 * msb.el (msb--very-many-menus): Fix typo.
14963
14964 * disp-table.el (standard-display-european): Don't set
14965 enable-multibyte-characters to nil.
14966
14967 2005-09-08 David Ponce <david@dponce.com>
14968
14969 * recentf.el (recentf-show-file-shortcuts-flag): New option.
14970 (recentf-expand-file-name): Doc fix.
14971 (recentf-dialog-mode-map): Define digit shortcuts.
14972 (recentf--files-with-key): New variable.
14973 (recentf-show-digit-shortcut-filter): New function.
14974 (recentf-open-files-items): New function.
14975 (recentf-open-files): Use it.
14976 (recentf-open-file-with-key): New command.
14977
14978 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
14979
14980 * buff-menu.el (Buffer-menu-sort-by-column): New function.
14981 Suggested by Kim F. Storm.
14982 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
14983 (Buffer-menu-make-sort-button): Use global keymap.
14984
14985 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
14986
14987 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
14988 (Man-getpage-in-background-advice): Remove defadvice; it isn't
14989 necessary any longer with the remapped command.
14990 (Man-bgproc-sentinel-advice): Remove defadvice which counts
14991 formatting time only.
14992
14993 * net/tramp.el (tramp-action-password)
14994 (tramp-multi-action-password): Compile the password prompt from
14995 `method', `user' and `host'. Sometimes it isn't obvious which
14996 password to enter, for example with remote files offered by
14997 recentf.el, or with multiple steps. Suggested by Robert Marshall
14998 <robert@chezmarshall.freeserve.co.uk>.
14999
15000 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15001
15002 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15003 Fix regexp for when "s///" is at the beginning of line.
15004
15005 2005-09-07 Jay Belanger <belanger@truman.edu>
15006
15007 * calc/calc-poly.el (math-expand-term): Multiply out any powers
15008 when in matrix mode.
15009
15010 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
15011
15012 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
15013 non-anonymous functions.
15014
15015 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
15016
15017 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
15018 when using a header line. Otherwise, use mouse-1-click-follows-link.
15019
15020 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
15021 can't be moved; don't signal an error.
15022
15023 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
15024
15025 * cus-theme.el (custom-theme-write-faces): Save the current face
15026 spec, not the defface spec.
15027
15028 * custom.el (custom-known-themes): Clarify meaning of "standard".
15029 (custom-push-theme): Save old values in the standard theme.
15030 (disable-theme): Correct typo.
15031 (custom-face-theme-value) Deleted unused function.
15032 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
15033
15034 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
15035
15036 * progmodes/compile.el (compilation-goto-locus): Take into account
15037 iconified frames when determining whether the buffer is
15038 already visible.
15039 Don't reset window height if the window already existed.
15040
15041 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
15042
15043 * custom.el (load-theme): Rename from require-theme.
15044 Add interactive spec.
15045 (enable-theme): Rename from custom-enable-theme.
15046 Add interactive spec.
15047 (disable-theme): Rename from custom-disable-theme.
15048 Add interactive spec.
15049 (custom-make-theme-feature): Doc fix.
15050 (custom-theme-directory): Doc fix.
15051 (provide-theme): Call enable-theme.
15052
15053 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
15054
15055 * obsolete/lazy-lock.el (lazy-lock-mode):
15056 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
15057 font-lock-mode if it's off. Print a warning instead.
15058
15059 * progmodes/compile.el (compilation-start): Ignore errors if the
15060 process died before we get to send-eof.
15061
15062 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
15063 Undo last change. Enclosing the result in quotes broke things on Unix
15064 since tex-send-command passes it through shell-quote-argument.
15065 (tex-send-command): Pass `file' through convert-standard-filename
15066 when possible.
15067 (tex-uptodate-p): Handle the case where TeX hasn't put additional
15068 info in a transcript.
15069
15070 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
15071
15072 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
15073 fix compilation warning. Reorder the key definitions to group
15074 together keys emitted by the current version of xterm.
15075
15076 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
15077 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
15078 Reorder predicates to correct min-color usage.
15079
15080 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
15081
15082 * longlines.el (longlines-mode): Inhibit read-only when encoding.
15083 Kill local variables when longlines-mode is turned off.
15084
15085 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
15086
15087 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
15088
15089 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
15090
15091 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
15092
15093 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
15094 (font-lock-lines-before): Change default to being inactive.
15095 (font-lock-default-fontify-region): Obey font-lock-lines-before.
15096 (font-lock-after-change-function): Don't handle f-l-lines-before here.
15097
15098 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
15099
15100 * net/tramp.el (tramp-handle-make-auto-save-file-name):
15101 Deactivate temporarily advice if active (not needed for Emacs 22,
15102 but for backwards compatibility).
15103 (tramp-exists-file-name-handler): Rewrite. First implementation
15104 was too simple.
15105 (tramp-advice-make-auto-save-file-name):
15106 Call `tramp-handle-make-auto-save-file-name' (again, just for
15107 backwards compatibility).
15108
15109 2005-08-31 Reto Zimmermann <reto@gnu.org>
15110
15111 * progmodes/vhdl-mode.el
15112 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
15113 (vhdl-end-p): Fix indentation bug "else" after "-- when".
15114 (vhdl-set-default-project): New function (easier setting of default).
15115 (vhdl-port-copy): Handle extended identifiers for generics.
15116 (vhdl-compiler-alist): Better description for error message regexp.
15117 (vhdl-make): Query for target, use previous as default.
15118 (vhdl-port-copy): Fix port copy for port names starting with "signal".
15119 (vhdl-font-lock-keywords-2): Fix fontification for record
15120 el. assign.
15121 (vhdl-speedbar-make-subpack-line): Add package body link.
15122 (vhdl-generate-makefile-1): Not include itself as dependency.
15123 (vhdl-font-lock-init): Highlight c-preprocessor directives.
15124 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
15125 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
15126 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
15127 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
15128 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
15129 (vhdl-import-project): Add string argument for `error'.
15130 (vhdl-compose-configuration)
15131 (vhdl-compose-configuration-architecture): Add configuration
15132 declaration generation.
15133 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
15134 (vhdl-trailer-re): Add "record" keyword (better indentation).
15135 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
15136 "[^ \t-\"]+".
15137 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
15138 (vhdl-testbench-entity-file-name)
15139 (vhdl-testbench-architecture-file-name): Allow separate
15140 customization of testbench file names.
15141 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
15142 (vhdl-get-visible-signals): Allow newline within alias declaration.
15143 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
15144 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
15145 (member-ignore-case): Alias for missing function in XEmacs.
15146 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
15147 (vhdl-update-sensitivity-list): Ignore case on read signals.
15148 (vhdl-replace-string): Adjust case only for file names.
15149 (vhdl-update-sensitivity-list): Fix search for read signals.
15150 (vhdl-update-sensitivity-list): Exclude formal parameters.
15151 (vhdl-get-visible-signals): Include aliases of signals.
15152 (vhdl-get-visible-signals): Fix signal name searching.
15153 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
15154 (vhdl-fixup-whitespace-region): Fix for character
15155 literals (e.g. `:').
15156
15157 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
15158
15159 * ansi-color.el (comint-last-output-start):
15160 * bs.el (font-lock-verbose):
15161 * diff-mode.el (add-log-buffer-file-name-function):
15162 * dired-x.el (vm-folder-directory):
15163 * faces.el (help-xref-stack-item):
15164 * files.el (font-lock-keywords):
15165 * find-lisp.el (dired-buffers, dired-subdir-alist):
15166 * ido.el (cua-inhibit-cua-keys):
15167 * log-view.el (cvs-minor-wrap-function):
15168 * outline.el (font-lock-warning-face):
15169 * simple.el (compilation-current-error):
15170 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
15171 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
15172 * tooltip.el (comint-prompt-regexp):
15173 * w32-fns.el (explicit-shell-file-name):
15174 * term/mac-win.el (mac-charset-info-alist)
15175 (mac-services-selection, mac-system-script-code):
15176 * term/tty-colors.el (msdos-color-values):
15177 * term/w32-win.el (xlfd-regexp-registry-subnum):
15178 * term/x-win.el (x-keysym-table, x-selection-timeout)
15179 (x-session-id, x-session-previous-id):
15180 * textmodes/ispell.el (mail-yank-prefix):
15181 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
15182 * textmodes/org.el (calc-embedded-close-formula)
15183 (calc-embedded-open-formula)
15184 (font-lock-unfontify-region-function):
15185 * textmodes/reftex-global.el (isearch-next-buffer-function)
15186 (TeX-master):
15187 * textmodes/reftex.el (font-lock-keywords):
15188 * textmodes/tex-mode.el (font-lock-comment-face)
15189 (font-lock-doc-face):
15190 * textmodes/texinfo.el (outline-heading-alist):
15191 Add defvars.
15192
15193 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
15194 (artist-spray-chars, artist-mode-init, artist-replace-string)
15195 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
15196 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
15197 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
15198
15199 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
15200 (conf-align-assignments): "?\ " -> "?\s".
15201
15202 * textmodes/reftex-index.el (TeX-master): Add defvar.
15203 (reftex-index-phrases-marker): Move up defvar.
15204
15205 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
15206 (reftex-toc-include-labels-indicator)
15207 (reftex-toc-include-index-indicator)
15208 (reftex-toc-max-level-indicator): Move up declarations.
15209
15210 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
15211 of args to `tramp-run-real-handler', even if it's empty in this case.
15212
15213 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15214
15215 * dired.el (dired-move-to-filename-regexp): Add date format for
15216 Mac OS X 10.3 in East Asian locales.
15217
15218 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
15219
15220 * files.el (make-auto-save-file-name): Add file name handler call
15221 if applicable.
15222
15223 * net/tramp.el (tramp-file-name-handler-alist)
15224 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
15225 (tramp-handle-make-auto-save-file-name): Rename from
15226 `tramp-make-auto-save-file-name'.
15227 (tramp-exists-file-name-handler): New defun.
15228 (tramp-advice-make-auto-save-file-name): Make defadvice only when
15229 `make-auto-save-file-name' is not a magic file name operation.
15230
15231 2005-08-30 Richard M. Stallman <rms@gnu.org>
15232
15233 * files.el (risky-local-variable-p):
15234 Match `-predicates' and `-commands.
15235
15236 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
15237 (custom-save-all): Visit the file if necessary;
15238 kill the buffer if we created it.
15239 (custom-save-delete): Don't visit file or kill buffer here.
15240
15241 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
15242
15243 * textmodes/org.el (org-special-keyword): New face.
15244 (org-table-copy-down, org-table-eval-formula)
15245 (org-table-recalculate, org-init-section-numbers):
15246 Use `string-to-number' instead of `string-to-int'.
15247 (org-get-location): Use `insert-buffer-substring' instead of
15248 `insert-buffer'.
15249 (org-modify-diary-entry-string): New function.
15250 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
15251 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
15252 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
15253 active region.
15254 (org-export-as-html): Handle QUOTE keyword.
15255 (org-quote-string): New option.
15256 (org-bookmark-jump-unhide): New function, used for
15257 `bookmark-after-jump-hook'.
15258 (org-diary-default-entry): Apply only when not called through
15259 `org-agenda'.
15260
15261 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
15262
15263 * net/eudc.el (mode-popup-menu):
15264 * play/handwrite.el (ps-printer-name, ps-lpr-command):
15265 * progmodes/ada-mode.el (compile-auto-highlight)
15266 (skeleton-further-elements):
15267 * progmodes/autoconf.el (font-lock-syntactic-keywords):
15268 * progmodes/cmacexp.el (msdos-shells):
15269 * progmodes/compile.el (font-lock-extra-managed-props)
15270 (font-lock-keywords, font-lock-maximum-size)
15271 (font-lock-support-mode):
15272 * progmodes/grep.el (font-lock-lines-before):
15273 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
15274 * progmodes/mixal-mode.el (compile-command):
15275 * progmodes/perl-mode.el (font-lock-comment-face)
15276 (font-lock-doc-face, font-lock-string-face):
15277 * progmodes/prolog.el (comint-prompt-regexp):
15278 * progmodes/sh-script.el (font-lock-comment-face)
15279 (font-lock-set-defaults, font-lock-string-face):
15280 * progmodes/sql.el (font-lock-keyword-face)
15281 (font-lock-set-defaults, font-lock-string-face):
15282 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
15283 (itimer-version, lazy-lock-defer-contextually)
15284 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
15285 Add defvars.
15286
15287 * progmodes/cperl-mode.el (cperl-electric-lbrace)
15288 (cperl-electric-keyword, cperl-electric-pod)
15289 (cperl-electric-backspace, cperl-forward-re)
15290 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
15291 (vc-rcs-header, vc-sccs-header): Add defvars.
15292
15293 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
15294 (font-lock-syntactic-keywords, gud-find-expr-function):
15295 Add defvars.
15296
15297 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
15298 (gdb-frame-parameters): Declare before use.
15299
15300 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
15301 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
15302 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
15303 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
15304
15305 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
15306 (idlwave-help-with-source): Use `insert-buffer-substring', not
15307 `insert-buffer'.
15308
15309 2005-08-29 Juri Linkov <juri@jurta.org>
15310
15311 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
15312 Put outline-back-to-heading function call inside save-excursion.
15313
15314 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
15315
15316 * man.el (Man-init-defvars, Man-translate-references)
15317 (Man-support-local-filenames, Man-highlight-references):
15318 * progmodes/sql.el (sql-interactive-mode):
15319 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
15320
15321 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
15322 (compilation-mode-font-lock-keywords): Add defvars.
15323 (checkdoc-interactive-loop): "?\ " -> "?\s".
15324
15325 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
15326 (font-lock-doc-face, font-lock-string-face)
15327 (font-lock-keywords-case-fold-search): Add defvars.
15328 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
15329
15330 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
15331 Don't pass X and Y (they are ignored anyway).
15332 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
15333 (mouse-delete-window): Make arguments optional.
15334
15335 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
15336 (caesar-translate-table, minor-modes, news-buffer-save)
15337 (news-group-name, news-minor-modes): Add defvars.
15338
15339 * emacs-lisp/lselect.el (mouse-highlight-priority)
15340 (x-lost-selection-functions, zmacs-regions):
15341 * emacs-lisp/pp.el (font-lock-verbose):
15342 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
15343 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
15344 (ses-mode-map):
15345 * emacs-lisp/tcover-unsafep.el (safe-functions):
15346 * international/mule-cmds.el (mac-system-coding-system)
15347 (mac-system-locale):
15348 * language/ethio-util.el (rmail-current-message)
15349 (rmail-message-vector):
15350 * language/thai-util.el (thai-auto-composition-mode):
15351 * mail/metamail.el (rmail-current-message, rmail-message-vector):
15352 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
15353 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
15354 (vm-primary-inbox, vm-spool-files):
15355 * mail/rmail.el (deleted-head, font-lock-fontified)
15356 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
15357 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
15358 (total-messages):
15359 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
15360 (rmail-summary-mode-map):
15361 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
15362 (rmail-last-label, rmail-last-multi-labels)
15363 (rmail-summary-vector, rmail-total-messages):
15364 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
15365 * mail/rmailsum.el (msgnum):
15366 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
15367 (rmail-current-message):
15368 * obsolete/fast-lock.el (font-lock-face-list):
15369 * obsolete/rnewspost.el (mail-reply-buffer):
15370 * obsolete/scribe.el (compile-command):
15371 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
15372
15373 2005-08-28 John Paul Wallington <jpw@gnu.org>
15374
15375 * ibuf-ext.el (ibuffer-auto-update-changed):
15376 Use `frame-or-buffer-changed-p' to check whether we need to update.
15377 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
15378 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
15379 as a `frame-or-buffer-changed-p' state vector instead.
15380
15381 2005-08-27 Romain Francoise <romain@orebokech.com>
15382
15383 * textmodes/makeinfo.el (makeinfo-compile):
15384 Use `compilation-start'. Set `next-error-function' according to
15385 `disable-errors'.
15386 (makeinfo-next-error): New function.
15387 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
15388 (makeinfo-buffer): Likewise.
15389
15390 * progmodes/compile.el (compilation-start): Add autoload cookie.
15391
15392 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
15393 * textmodes/sgml-mode.el: Likewise.
15394 * progmodes/python.el: Likewise.
15395
15396 2005-08-27 Eli Zaretskii <eliz@gnu.org>
15397
15398 * simple.el (blink-matching-paren-distance): Document the meaning
15399 of nil value, and allow to customize to nil.
15400
15401 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
15402 command.com, not command.exe.
15403
15404 2005-08-26 John Wiegley <johnw@newartisans.com>
15405
15406 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
15407 code around a bit so that an extraneous nil argument is not added
15408 to a command when no args are given.
15409
15410 * eshell/esh-arg.el (eshell-parse-double-quote): If a
15411 double-quoted argument resolves to nil, return it as an empty
15412 string rather than as nil. This made it impossible to pass "" to
15413 a shell script as a null string argument.
15414
15415 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
15416
15417 * outline.el (outline-invent-heading): New fun.
15418 (outline-promote, outline-demote): Use it.
15419 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
15420 (outline-end-of-subtree): Remove unused var `opoint'.
15421
15422 2005-08-26 David Reitter <david.reitter@gmail.com>
15423
15424 * menu-bar.el (truncate-lines, write-file, print-buffer)
15425 (ps-print-buffer-faces, ps-print-buffer, split-window):
15426 Disable menu items when the frame they refer to is invisible, or when
15427 they refer to a buffer and the minibuffer is selected.
15428
15429 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
15430
15431 * progmodes/flymake.el (flymake-highlight-err-lines):
15432 Use save-excursion around flymake-highlight-line to preserve point.
15433
15434 2005-08-26 Eli Zaretskii <eliz@gnu.org>
15435
15436 * progmodes/octave-mod.el: Change Author and Maintainer address.
15437 (octave-maintainer-address): Change Kurt's email address.
15438 * progmodes/octave-inf.el: Change Author and Maintainer address.
15439 * progmodes/octave-hlp.el: Change Author and Maintainer address.
15440
15441 2005-08-26 Kim F. Storm <storm@cua.dk>
15442
15443 * subr.el (version-list-<, version-list-<=, version-list-=):
15444 Rename from integer-list-*.
15445 (version-list-not-zero): Likewise. Fix while loop.
15446 (version=): Use version-list-= instead of string-equal.
15447
15448 2005-08-26 Richard M. Stallman <rms@gnu.org>
15449
15450 * outline.el (outline-promote): Try shortening the heading.
15451 As last resort, read the heading to use.
15452 (outline-demote): As last resort, read the heading to use.
15453
15454 2005-08-26 Romain Francoise <romain@orebokech.com>
15455
15456 * progmodes/compile.el (compilation-start): Doc fix.
15457
15458 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
15459 (antlr-font-lock-additional-keywords): Fix reference to
15460 `antlr-font-lock-literal-regexp' erroneously changed during the
15461 mass face rename.
15462 (antlr-run-tool): Use `compilation-start'.
15463
15464 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
15465 instead of the obsolete `compile-internal'.
15466
15467 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
15468
15469 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
15470 (number, original-date):
15471 * calendar/cal-china.el (date):
15472 * calendar/cal-coptic.el (date):
15473 * calendar/cal-french.el (date):
15474 * calendar/cal-hebrew.el (date, entry, number, original-date):
15475 * calendar/cal-islam.el (date, number, original-date):
15476 * calendar/cal-iso.el (date):
15477 * calendar/cal-julian.el (date):
15478 * calendar/cal-mayan.el (date):
15479 * calendar/cal-menu.el (date, event):
15480 * calendar/cal-persia.el (date):
15481 * calendar/lunar.el (date):
15482 * calendar/solar.el (date): Add defvars.
15483
15484 * emerge.el:
15485 * ibuffer.el:
15486 * info-xref.el:
15487 * obsolete/bg-mouse.el:
15488 * obsolete/sun-curs.el:
15489 * obsolete/swedish.el: Move the `defvar's to the top level.
15490
15491 * smerge-mode.el (smerge-refined-change): Add :group.
15492
15493 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
15494
15495 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
15496 (smerge-keep-n): Remove props.
15497 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
15498 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
15499 now that it's done in smerge-keep-n.
15500 (smerge-refined-change): New face.
15501 (smerge-refine-chopup-region, smerge-refine-highlight-change)
15502 (smerge-refine): New funs.
15503 (smerge-basic-map): Bind smerge-refine.
15504
15505 2005-08-25 Juri Linkov <juri@jurta.org>
15506
15507 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
15508 compilation-process-setup-function and compilation-disable-input
15509 in grep-mode instead of let-bindings in grep.
15510
15511 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
15512 Delete "Automatic File De/compression" (auto-compression-mode).
15513
15514 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
15515
15516 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
15517 Silence warning about non-existent variable.
15518
15519 2005-08-25 Richard M. Stallman <rms@gnu.org>
15520
15521 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
15522 Rename "Describe Key" to "Describe Key or Mouse Operation".
15523
15524 * mail/mailalias.el (build-mail-aliases): Delete comments
15525 from the contents before processing them.
15526
15527 * isearch.el (isearch-edit-string): Erase the Search prompt
15528 if user enters an empty string and there is no default.
15529
15530 * comint.el (comint-file-name-prefix): Add autoload.
15531
15532 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
15533
15534 * subr.el (play-sound): Rearrange to avoid warning.
15535
15536 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
15537
15538 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
15539 New hook.
15540 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
15541
15542 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15543
15544 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
15545
15546 * custom.el (custom-theme-set-variables): Sort minor modes last.
15547
15548 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15549
15550 * subr.el (version-separator, version-regexp-alist): New vars used by
15551 version comparison funs.
15552 (integer-list-<, integer-list-=, integer-list-<=)
15553 (integer-list-not-zero): New funs for integer list comparison.
15554 (version-to-list, version=, version<, version<=): New funs for version
15555 comparison.
15556
15557 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
15558
15559 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
15560 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
15561 time to silence the byte-compiler.
15562
15563 * ibuffer.el (ibuffer-compile-make-eliding-form)
15564 (ibuffer-check-formats): Use `with-no-warnings' to hide references
15565 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
15566 so it's silly to get warnings for it).
15567 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
15568 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
15569 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
15570 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
15571 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
15572 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
15573 Defvar at compile time.
15574 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
15575 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
15576 Declare them before use.
15577
15578 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
15579 (info-xref-good, info-xref-bad): Defvar at compile time.
15580
15581 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
15582 Use `let*' instead of `let'.
15583
15584 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
15585 (*mouse-y*, menu, char): Defvar at compile time.
15586 (sc::menu): Declare it before use.
15587 (sc::pack-one-line): Use `let', not `let*'.
15588
15589 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
15590 (mail-send-hook): Defvar at compile time.
15591
15592 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
15593 Defvar at compile time.
15594
15595 * term/sun-mouse.el (current-global-mousemap)
15596 (current-local-mousemap): Declare them before use.
15597
15598 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
15599
15600 * bookmark.el (bookmark-after-jump-hook): New hook.
15601 (bookmark-jump): Run `bookmark-after-jump-hook'.
15602
15603 2005-08-23 Juri Linkov <juri@jurta.org>
15604
15605 * faces.el (minibuffer-prompt): Doc fix.
15606
15607 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
15608
15609 * progmodes/xscheme.el: Trivial changes to silence warnings.
15610 (xscheme-previous-mode, xscheme-previous-process-state):
15611 Add defvars.
15612 (xscheme-last-input-end, xscheme-process-command-line)
15613 (xscheme-process-name, xscheme-buffer-name)
15614 (xscheme-expressions-ring-max, xscheme-expressions-ring)
15615 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
15616 (xscheme-control-g-synchronization-p)
15617 (xscheme-control-g-disabled-p, xscheme-string-receiver)
15618 (default-xscheme-runlight, xscheme-runlight)
15619 (xscheme-runlight-string, xscheme-process-filter-state)
15620 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
15621 Move to beginning of file.
15622 (scheme-interaction-mode-commands-alist)
15623 (scheme-interaction-mode-map, scheme-debugger-mode-map):
15624 Declare them before use. Note: the initialization code for the variables
15625 has not been moved because it uses functions that reference the variables.
15626 (xscheme-control-g-message-string, xscheme-process-filter-alist)
15627 (xscheme-prompt-for-expression-map): Declare them before use.
15628 (scheme-debugger-mode-commands): "?\ " -> "?\s".
15629
15630 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
15631
15632 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
15633
15634 2005-08-22 Juri Linkov <juri@jurta.org>
15635
15636 * faces.el (set-face-underline): Delete this duplicate function
15637 and make an obsolete alias to set-face-underline-p.
15638 (set-face-underline-p): Use docstring of set-face-underline.
15639 (describe-face): Create hyperlink to parent face.
15640
15641 * info.el (Info-insert-dir): Use save-excursion around
15642 insert-buffer-substring.
15643 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
15644 (Info-escape-percent): Delete function.
15645 (Info-fontify-node): Replace Info-escape-percent by
15646 replace-regexp-in-string with REP arg set to lambda that
15647 duplicates `%' and preserves text properties.
15648
15649 * progmodes/compile.el (compilation-disable-input): Doc fix.
15650 (define-compilation-mode): Doc fix and refill.
15651 (kill-compilation): Use `mode-name' in the error message.
15652 (compilation-find-file): Use `compilation-error' in the
15653 read-file-name's prompt.
15654
15655 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15656
15657 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
15658 (smerge-auto-leave): Make undo re-enable the mode.
15659 (debug-ignored-errors): Add the user-error of impossible resolution.
15660 (smerge-resolve): Move things around a bit, in preparation for later.
15661 (smerge-diff): Don't fail if the buffer has no associated file.
15662 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
15663 (smerge-conflict-overlay): New function.
15664 (smerge-match-conflict): Don't add text properties here.
15665 (smerge-find-conflict): Instead, add an overlay here.
15666 Also check for the case where we're inside a conflict already, so as to
15667 obviate the need for font-lock-multiline, which is unbearably slow with
15668 large conflicts and ciomplex font-lock patterns.
15669 (smerge-remove-props): Remove overlay rather than text-properties.
15670 (smerge-mode): Don't set font-lock-multiline.
15671 Remove overlays when turned off.
15672
15673 2005-08-21 Kim F. Storm <storm@cua.dk>
15674
15675 * ido.el (ido-ignore-item-p): Use save-match-data.
15676 Bind case-fold-search to ido-case-fold locally.
15677
15678 2005-08-20 Richard M. Stallman <rms@gnu.org>
15679
15680 * files.el (normal-mode): If font lock is on, turn it off and on.
15681
15682 * subr.el (replace-regexp-in-string): Doc fix.
15683
15684 * startup.el (command-line-1): Don't suppress startup screen
15685 due to existing processes.
15686
15687 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
15688
15689 * progmodes/compile.el (compilation-disable-input): Default to nil.
15690
15691 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15692
15693 * progmodes/compile.el (compilation-disable-input): New defcustom.
15694 (compilation-start): If compilation-disable-input is non-nil, send
15695 EOF to the compilation process.
15696
15697 2005-08-20 Eli Zaretskii <eliz@gnu.org>
15698
15699 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
15700 Run the argument of tex-shell-cd-command through
15701 convert-standard-filename, to get the correct style of slashes on
15702 Windows, and enclose the result in quotes, in case the file name
15703 includes whitespace or other special characters.
15704
15705 2005-08-19 Andreas Schwab <schwab@suse.de>
15706
15707 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
15708 process.
15709
15710 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
15711
15712 * cus-start.el (minibuffer-prompt-properties): Correct typo.
15713
15714 2005-08-18 Kim F. Storm <storm@cua.dk>
15715
15716 * scroll-lock.el: Fix errors due to incorrect line wrapping.
15717
15718 2005-08-18 Richard M. Stallman <rms@gnu.org>
15719
15720 * scroll-lock.el: New file.
15721
15722 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
15723
15724 * dired.el (dired-move-to-end-of-filename):
15725 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
15726
15727 2005-08-18 Kim F. Storm <storm@cua.dk>
15728
15729 * ido.el (ido-everywhere): Fix defcustom :set function to disable
15730 rather than toggle mode when custom value is nil.
15731 (ido-everywhere): Fix defun doc string.
15732
15733 2005-08-17 Richard M. Stallman <rms@gnu.org>
15734
15735 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
15736 as tag instead of "Inviolable".
15737
15738 2005-08-17 Kim F. Storm <storm@cua.dk>
15739
15740 * windmove.el (windmove-coordinates-of-position): Remove.
15741 (windmove-coordinates-of-window-position): Remove.
15742 (windmove-reference-loc): Use posn-at-point instead.
15743
15744 * subr.el (insert-for-yank-1): Doc fix.
15745
15746 * ido.el (ido-enter-matching-directory): Rename from
15747 ido-enter-single-matching-directory. Change `slash' choice to
15748 `only'. Add `first' choice.
15749 (ido-exhibit): Adapt to above changes.
15750
15751 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
15752
15753 * Makefile.in: Expand comment about building loaddefs.el.
15754
15755 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
15756
15757 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
15758 Comment use of defadvice.
15759
15760 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
15761
15762 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
15763
15764 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
15765 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
15766 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
15767 * progmodes/idlw-shell.el, progmodes/ld-script.el,
15768 * progmodes/which-func.el, ruler-mode.el, strokes.el,
15769 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
15770 for backward compatibility for faces that did not appear in the
15771 previous Emacs release.
15772
15773 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
15774
15775 2005-08-15 Kim F. Storm <storm@cua.dk>
15776
15777 * emulation/cua-base.el (cua-delete-region): Return t if
15778 deleted region was non-empty.
15779 (cua-replace-region): Inhibit overwrite-mode for
15780 self-insert-command if replaced region was non-empty.
15781 (cua--explicit-region-start, cua--status-string): Make them
15782 buffer-local at top-level...
15783 (cua-mode): ...rather than when mode is enabled.
15784
15785 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
15786
15787 * progmodes/vhdl-mode.el (vhdl-emacs-21):
15788 Set t for Emacs 21, 22, and so on.
15789
15790 2005-08-15 David Ponce <david@dponce.com>
15791
15792 * tree-widget.el: Update Commentary header.
15793 (tree-widget-theme): Doc fix.
15794 (tree-widget-space-width): New option.
15795 (tree-widget-image-properties): Look up in the default theme too.
15796 (tree-widget--cursors): Only for images with arrow pointer shape.
15797 (tree-widget-lookup-image): Pointer shape is hand by default.
15798 (tree-widget-icon): Rename generic icon widget from
15799 `tree-widget-control'.
15800 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
15801 derive from `tree-widget-icon'.
15802 (tree-widget-handle): Improve default look and feel of the text
15803 representation.
15804 (tree-widget): Rename :*-control properties to :*-icon properties.
15805 Add :action and :help-echo properties.
15806 (tree-widget-after-toggle-functions): Move.
15807 (tree-widget-close-node, tree-widget-open-node): Remove.
15808 (tree-widget-before-create-icon-functions): New hook.
15809 (tree-widget-value-create): Update to allow customization of icons
15810 and nodes at run-time via that new hook.
15811 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
15812 (tree-widget-icon-action, tree-widget-icon-help-echo)
15813 (tree-widget-action, tree-widget-help-echo): New functions.
15814
15815 2005-08-15 Kim F. Storm <storm@cua.dk>
15816
15817 * ido.el (ido-buffer-internal): Use with-no-warnings.
15818 (ido-make-merged-file-list): Use while-no-input.
15819
15820 2005-08-15 Richard M. Stallman <rms@gnu.org>
15821
15822 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
15823 (flyspell-large-region): Fix doc and custom type.
15824
15825 2005-08-14 Richard M. Stallman <rms@gnu.org>
15826
15827 * files.el (interpreter-mode-alist): Doc fix.
15828
15829 * mail/rmail.el (rmail-nonignored-headers): New variable.
15830 (rmail-clear-headers): Use it.
15831 (rmail-reply): Better handling of mail-followup-to header.
15832
15833 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15834 Rename variable from sh-font-lock-keywords. In the `shell' entry,
15835 don't try to refer to executable-font-lock-keywords.
15836 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
15837 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
15838 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
15839 (sh-mode): Set comment-start-skip, local-abbrev-table,
15840 imenu-case-fold-search.
15841 (sh-set-shell): Don't set them here.
15842 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
15843 Don't cache the results in the original alist; don't ever modify
15844 that alist.
15845
15846 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
15847
15848 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
15849 empty.
15850
15851 2005-08-15 Andreas Schwab <schwab@suse.de>
15852
15853 * desktop.el: Put autoload cookie at risky-local-variable declarations.
15854
15855 * dired.el, info.el, mail/rmail.el: Revert last change.
15856
15857 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
15858
15859 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
15860 modification in `eval-after-load' form.
15861 * info.el: Likewise.
15862 * mail/rmail.el: Likewise.
15863
15864 2005-08-14 Juri Linkov <juri@jurta.org>
15865
15866 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15867 Remove highlighting of "Compilation started". Highlight only
15868 the word "finished" in "Compilation finished". Add highlighting
15869 of "interrupt", "killed", "terminated" and the exit code.
15870 (compilation-start): Add newline after header. Use exactly the
15871 same time stamp format as the finishing message.
15872 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
15873
15874 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
15875 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
15876 Add highlighting of "interrupt", "killed", "terminated".
15877
15878 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
15879 enabled and the current command is self-insert-command, call it
15880 explicitly with overwrite-mode bound to nil, to not allow it
15881 to delete the character after the selected region.
15882
15883 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
15884
15885 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
15886 move-end-of-line, end-of-line, and beginning-of-line to the list
15887 of commands after which the echo area is updated.
15888
15889 2005-08-12 Eli Zaretskii <eliz@gnu.org>
15890
15891 * cus-edit.el (custom-save-all, custom-save-delete):
15892 Bind recentf-exclude to exclude custom-file.
15893
15894 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
15895
15896 * mail/rmailsum.el (rmail-summary-end-of-message): New command
15897 to go to the bottom of the mail message. Added to
15898 `rmail-summary-mode-map' with key "/".
15899 (rmail-summary-show-message): New (internal) function for use by
15900 both `rmail-summary-beginning/end-of-message'.
15901 (rmail-summary-beginning-of-message): Change to use
15902 rmail-summary-show-message.
15903
15904 * mail/rmail.el (rmail-end-of-message): New command to go to the
15905 end of the current message. Added to `rmail-mode-map' with key "/".
15906 (rmail-beginning-of-message): Fix to work as documented.
15907 (rmail-mode): Change documentation.
15908
15909 * progmodes/compile.el (compilation-start): Add the line
15910 "Compilation started" with compilation start time.
15911 (compilation-mode-font-lock-keywords): Add `started' to keywords.
15912
15913 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
15914
15915 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
15916 of menu items.
15917
15918 2005-08-11 Richard M. Stallman <rms@gnu.org>
15919
15920 * simple.el (pop-global-mark): Reverse test of widen-automatically.
15921
15922 * battery.el (battery-status-function): Don't use ignore-errors.
15923
15924 2005-08-11 Lute Kamstra <lute@gnu.org>
15925
15926 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
15927 define-obsolete-variable-alias.
15928
15929 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
15930
15931 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
15932 (ange-ftp-send-cmd): Revert last change, and expand
15933 the comment explaining the problem.
15934
15935 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
15936
15937 * ldefs-boot.el: Update.
15938
15939 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
15940 item to "Time, Load and Mail". Change help echo text.
15941
15942 * time.el (display-time-use-mail-icon, display-time-format)
15943 (display-time-string-forms): Shorten first line of docstrings.
15944
15945 2005-08-10 Lars Hansen <larsh@soem.dk>
15946
15947 * desktop.el (desktop-buffer-mode-handlers):
15948 Make non-customizable. Add autoload cookie. Change initial value to
15949 nil; add elements in respective modules instead. Fix doc string.
15950 (desktop-load-file): New function.
15951 (desktop-minor-mode-handlers): New autoloaded variable.
15952 (desktop-create-buffer): Call minor mode handlers.
15953 Use desktop-load-file to load major and minor mode modules prior to
15954 checking for a handler.
15955 (desktop-save): Don't add nil to desktop-minor-modes for minor
15956 modes with nil function in desktop-minor-mode-table. Don't delete
15957 desktop file before rewriting it.
15958 (desktop-locals-to-save): Add autoload cookie. Don't make
15959 automatically buffer-local. Add variables column-number-mode,
15960 size-indication-mode, indent-tabs-mode,
15961 indicate-buffer-boundaries, indicate-empty-lines and
15962 show-trailing-whitespace.
15963 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
15964 regexps. Don't use desktop-clear-preserve-buffers-regexp.
15965 (desktop-clear-preserve-buffers-regexp): Delete.
15966 (desktop-clear-preserve-buffers): Update initial value and docstring.
15967 (desktop-save-buffer): Fix doc string.
15968
15969 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
15970 (hilit-chg-desktop-restore): New function.
15971 (highlight-changes-mode): Add highlight-changes-mode to
15972 desktop-locals-to-save.
15973
15974 * dired.el: Add handler to desktop-buffer-mode-handlers.
15975 (dired-restore-desktop-buffer): Remove autoload cookie.
15976 (dired-mode): Add autoload cookie.
15977
15978 * info.el: Add handler to desktop-buffer-mode-handlers.
15979 (Info-restore-desktop-buffer): Remove autoload cookie.
15980 (Info-mode): Add autoload cookie.
15981
15982 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
15983 (mh-restore-desktop-buffer): Remove autoload cookie.
15984 (mh-folder-mode): Add autoload cookie.
15985
15986 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
15987 (rmail-restore-desktop-buffer): Remove autoload cookie.
15988
15989 2005-08-11 Masatake YAMATO <jet@gyve.org>
15990
15991 * hexl.el (hexl-address-region):
15992 (hexl-ascii-region, hexl-font-lock-keywords):
15993 (hexl-highlight-line-range): Use the term "region"
15994 instead of "area" for consistency with the other symbols
15995 defined in hexl.el.
15996
15997 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
15998
15999 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
16000 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
16001 out by Juri Linkov). Add `display-battery-mode'.
16002
16003 2005-08-09 Juri Linkov <juri@jurta.org>
16004
16005 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16006 Remove `-text' from face variable names.
16007 (compilation-error-file-name, compilation-warning-file-name)
16008 (compilation-info-file-name): Delete faces.
16009 (compilation-line-number, compilation-column-number):
16010 Remove face underlining.
16011 (compilation-message-face): Set to `underline' value by default.
16012 (compilation-error-face, compilation-warning-face)
16013 (compilation-info-face): Remove `-file-name' from face names.
16014 (compilation-error-text-face, compilation-warning-text-face)
16015 (compilation-info-text-face): Delete face variables.
16016 (compilation-text-face): Delete function.
16017
16018 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
16019 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
16020 (grep-error-face): Set to `compilation-error' instead of
16021 `compilation-error-face' (which is redefined to `grep-hit-face' in
16022 grep buffers).
16023 (grep-mode-font-lock-keywords): Remove `-text' from face variable
16024 names. Use `grep-error-face' instead of `compilation-error-text-face'.
16025
16026 * dired-aux.el (dired-do-query-replace-regexp):
16027 Use `query-replace-read-args'.
16028
16029 * replace.el (query-replace-read-from, query-replace-read-to)
16030 (query-replace-read-args): Rename arg `string' to `prompt'.
16031
16032 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
16033
16034 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
16035
16036 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
16037 uploading files.
16038 (ange-ftp-canonize-filename): Handle file names beginning with ~
16039 correctly.
16040
16041 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
16042
16043 * textmodes/fill.el (canonically-space-region)
16044 (fill-context-prefix, fill-french-nobreak-p)
16045 (fill-delete-newlines, fill-comment-paragraph)
16046 (justify-current-line): "?\ " -> "?\s".
16047
16048 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
16049
16050 * textmodes/fill.el (fill-nonuniform-paragraphs):
16051 Improve argument/docstring consistency.
16052
16053 2005-08-09 Richard M. Stallman <rms@gnu.org>
16054
16055 * textmodes/ispell.el (ispell-word): More fboundp checks.
16056
16057 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
16058 (find-file-noselect-1): Call it here, only if RAWFILE.
16059 (normal-mode): Always set some major mode.
16060 (save-some-buffers-action-alist): Change some explanation strings.
16061 (file-name-non-special): In the `quote' method, use unwind-protect.
16062
16063 2005-08-09 Magnus Henoch <mange@freemail.hu>
16064
16065 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
16066 (ispell-have-aspell-dictionaries): New variable.
16067 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
16068 (ispell-get-aspell-config-value): New function.
16069 (ispell-aspell-find-dictionary): New function.
16070 (ispell-aspell-add-aliases): New function.
16071 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
16072 appropriate. Don't look for ispell dictionaries if we use aspell.
16073 (ispell-menu-map): Don't build a submenu of dictionaries.
16074
16075 2005-08-09 Richard M. Stallman <rms@gnu.org>
16076
16077 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
16078 (sql-read-passwd): Use read-passwd.
16079
16080 * progmodes/idlw-toolbar.el (idlwave-toolbar)
16081 (idlwave-toolbar-is-possible): Add defvars.
16082
16083 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
16084 Avoid warnings.
16085
16086 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
16087 (idlwave-system-class-info, idlwave-executive-commands-alist):
16088 Use defvar.
16089
16090 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
16091
16092 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
16093 Avoid warnings.
16094
16095 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
16096 and content-type: headers.
16097
16098 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
16099
16100 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
16101 and rename some of them to be more self-explanatory.
16102
16103 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
16104
16105 * startup.el (command-line-1): Implement -scriptload.
16106
16107 * replace.el (occur-engine): Initial *Occur* output not undoable.
16108
16109 * menu-bar.el (menu-bar-file-menu): Rename some menu items
16110 and improve help strings.
16111
16112 * isearch.el (isearch-repeat): When changing direction,
16113 mark search successful.
16114
16115 * ediff-init.el: Use (featurep 'xemacs).
16116
16117 * comint.el (send-invisible): Identify buffer, if not selected.
16118
16119 * align.el: Delete autoload for c-guess-basic-syntax.
16120
16121 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
16122
16123 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
16124 Improve argument/docstring consistency. Doc fixes.
16125 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
16126 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
16127 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
16128 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
16129 (r2bv-organization, r2bv-pages, r2bv-primary-author)
16130 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
16131 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
16132 Defvar at compile time.
16133
16134 2005-08-09 Juri Linkov <juri@jurta.org>
16135
16136 * info.el: Replace `info' with upper-case `Info' where appropriate.
16137 (info-title-1, info-title-2, info-title-3, info-title-4)
16138 (info-menu-header): Move up face definitions.
16139 (info-menu-star): Rename from `info-menu-5'.
16140 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
16141 (Info-fontify-visited-nodes): Fix docstring.
16142 (Info-hide-note-references): Fix docstring.
16143 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
16144 menu items in the same way as on cross-references.
16145 (info-apropos): Fix sorting order and formatting to be like in the
16146 stand-alone Info browser. Display error messages for 1 sec.
16147 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
16148 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
16149 from the menu bar.
16150 (Info-insert-dir): Restore point after calling
16151 `insert-buffer-substring'.
16152
16153 2005-08-08 Richard M. Stallman <rms@gnu.org>
16154
16155 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
16156 (recompute-lucid-menubar): Add defvars.
16157
16158 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
16159
16160 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
16161
16162 * net/net-utils.el (run-dig): Rename from `dig'.
16163
16164 * play/gametree.el (gametree-mode): Use make-local-variable,
16165 not make-variable-buffer-local.
16166
16167 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
16168
16169 * ansi-color.el (ansi-color-make-extent)
16170 (ansi-color-set-extent-face): Use fboundp, not functionp.
16171
16172 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
16173 not make-variable-buffer-local.
16174
16175 * bookmark.el (Info-current-file): Add defvar.
16176 (bookmark-jump-noselect): Use with-no-warnings.
16177
16178 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
16179
16180 * ebuff-menu.el (Helper-return-blurb): Add defvar.
16181
16182 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
16183
16184 * find-file.el (ada-procedure-start-regexp)
16185 (ada-package-start-regexp): Add defvars.
16186
16187 * info.el (Info-insert-dir): Use insert-buffer-substring.
16188
16189 * xml.el (xml-att-def-re): Add defvar.
16190
16191 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
16192 calling convention.
16193
16194 * subr.el (while-no-input): Return t if there is input.
16195
16196 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
16197
16198 * cus-start.el (all): Add `overflow-newline-into-fringe'.
16199
16200 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
16201
16202 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
16203 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
16204
16205 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
16206
16207 * cmuscheme.el (scheme-start-file): Replace reference to
16208 `user-emacs-directory' by "~/.emacs.d/".
16209
16210 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
16211
16212 * info.el (Info-dir-remove-duplicates): Avoid case folding
16213 in loop; instead, keep downcased strings for comparison.
16214 Suggested by Helmut Eller.
16215
16216 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
16217
16218 Sync with Tramp 2.0.50.
16219
16220 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
16221 XEmacs case; not necessary anymore.
16222 (tramp-user-regexp): Allow "@" as part of user name.
16223 (tramp-handle-set-visited-file-modtime)
16224 (tramp-handle-insert-file-contents)
16225 (tramp-handle-write-region): No special handling for
16226 `last-coding-system-used, because this is done in
16227 `tramp-accept-process-output' now.
16228 (tramp-accept-process-output): New defun.
16229 (tramp-process-one-action, tramp-process-one-multi-action)
16230 (tramp-wait-for-regexp, tramp-wait-for-output)
16231 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
16232 Howells <dhowells@redhat.com>.
16233 (clear-visited-file-modtime): Defadvice removed. The check for
16234 unset buffer's modtime does not need to be based on
16235 `tramp-buffer-file-attributes'. Suggested by RMS.
16236 (tramp-message): Insert "\n" if not being at beginning of line.
16237 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
16238 sequence with same logic.
16239 (tramp-completion-handle-expand-file-name): Discard call of
16240 `tramp-drop-volume-letter'. It is not necessary, and there have
16241 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
16242 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
16243 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
16244 should always be visible.
16245 (tramp-handle-insert-directory, tramp-setup-complete)
16246 (tramp-set-process-query-on-exit-flag)
16247 (tramp-append-tramp-buffers): Pacify byte-compiler.
16248 (tramp-bug): Delete non-existing variables from list.
16249 Apply `tramp-load-report-modules' as pre-hook.
16250 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
16251 `shell-prompt-pattern' because of non-7bit characters.
16252 Reported by Sebastian Luque <sluque@mun.ca>.
16253 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
16254 (tramp-match-string-list): Remove function.
16255 (tramp-wait-for-regexp): Remove call of that function.
16256 Suggested by Kim F. Storm <storm@cua.dk>.
16257 (tramp-set-auto-save-file-modes): Use octal integer code #o600
16258 instead of octal character code ?\600. The latter resulted in a
16259 syntax error with XEmacs.
16260
16261 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
16262 XEmacs case; not necessary anymore.
16263 (tramp-smb-handle-write-region): No special handling for
16264 `last-coding-system-used, because this is done in
16265 `tramp-accept-process-output' now.
16266 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
16267
16268 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
16269
16270 * wid-edit.el (widget-choice-value-create):
16271 Unconditionally respect user choice. Set :explicit-choice back to nil
16272 when no longer needed.
16273 (widget-choice-action): Unconditionally respect user choice.
16274 Eliminate :explicit-choice-value.
16275
16276 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
16277
16278 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
16279 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
16280 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
16281 running new function `toggle-indicate-empty-lines'.
16282 Rename "Customize" item to "Customize fringe".
16283 Rename "Indicators" item to "Buffer boundaries" and change help echo.
16284 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
16285 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
16286 Delete "Empty lines only" item.
16287 (menu-bar-showhide-fringe-ind-customize): New function.
16288 (menu-bar-showhide-fringe-ind-mixed)
16289 (menu-bar-showhide-fringe-ind-box)
16290 (menu-bar-showhide-fringe-ind-right)
16291 (menu-bar-showhide-fringe-ind-left)
16292 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
16293 instead of `fringe-indicators'.
16294
16295 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
16296
16297 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
16298 Change the date of last update.
16299
16300 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
16301
16302 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
16303 (viper-exec-yank, viper-put-back): Don't display modification msg
16304 if in the minibuffer.
16305
16306 * viper-init.el (viper-replace-overlay-cursor-color)
16307 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
16308 Make variables frame local.
16309
16310 * viper-util.el (viper-append-filter-alist): Use append instead of
16311 nconc.
16312
16313 * viper.el (viper-vi-state-mode-list)
16314 (viper-emacs-state-mode-list): Move help-mode and
16315 completion-list-mode from the first list to the second.
16316 (viper-mode): Docstring.
16317 (viper-go-away, viper-non-hook-settings): Don't localize
16318 minor-mode-alist in newer Emacsen. Add advice to
16319 set-cursor-color. Don't bind "\C-c\\".
16320
16321 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
16322
16323 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
16324 (scheme-macro-expand-command): New user options.
16325 (scheme-trace-procedure, scheme-expand-current-form): New commands.
16326 (scheme-form-at-point, scheme-start-file)
16327 (scheme-interactively-start-process): New functions.
16328 (scheme-get-process): New function, extracted from `scheme-proc'.
16329 (run-scheme): Call `scheme-start-file' to get start file, and pass
16330 it to `make-comint'.
16331 (switch-to-scheme, scheme-proc):
16332 Call `scheme-interactively-start-process' if no Scheme buffer/process
16333 is available.
16334
16335 2005-08-06 Juri Linkov <juri@jurta.org>
16336
16337 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16338 Use `compilation-text-face', `compilation-info-text-face' and
16339 `compilation-error-text-face' instead of `font-lock-keyword-face'.
16340 (compilation-error): New face.
16341 (compilation-error-file-name): Inherit from
16342 `compilation-error' instead of `font-lock-warning-face'.
16343 (compilation-warning-file-name): Inherit from
16344 `compilation-warning' instead of `font-lock-warning-face'.
16345 (compilation-info, compilation-error-file-name)
16346 (compilation-warning-file-name, compilation-info-file-name)
16347 (compilation-line-number, compilation-column-number): Doc fix.
16348 (compilation-error-text-face, compilation-warning-text-face)
16349 (compilation-info-text-face): New face variables.
16350 (compilation-line-face, compilation-column-face)
16351 (compilation-enter-directory-face)
16352 (compilation-leave-directory-face): Doc fix.
16353 (compilation-text-face): New function.
16354
16355 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
16356 instead of 1 to display binary file names as info file links.
16357 (grep-error-face): Use `compilation-error-face' instead of
16358 `font-lock-keyword-face'.
16359 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
16360 and `compilation-warning-text-face' instead of
16361 `font-lock-keyword-face'. Use `compilation-error-text-face'
16362 instead of `grep-error-face'.
16363
16364 2005-08-05 Kenichi Handa <handa@m17n.org>
16365
16366 * international/code-pages.el: Add autoload cookies for all coding
16367 systems.
16368
16369 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
16370
16371 * cus-start.el (all): Put undo.c where it alphabetically belongs.
16372
16373 2005-08-04 Juri Linkov <juri@jurta.org>
16374
16375 * progmodes/compile.el (compilation-mode-map):
16376 * progmodes/grep.el (grep-mode-map):
16377 Bind TAB to `compilation-next-error' and [backtab] to
16378 `compilation-previous-error'.
16379
16380 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
16381 matching line numbers, column numbers and their ranges with regexp
16382 matching only line numbers.
16383 (grep-context-face): New face variable.
16384 (grep-mode-font-lock-keywords): Use it.
16385
16386 * faces.el (read-face-name): Delete duplicate faces.
16387
16388 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
16389
16390 * thumbs.el (thumbs-find-image): Don't make variables
16391 automatically buffer local.
16392 (thumbs-current-tmp-filename, thumbs-current-image-filename)
16393 (thumbs-image-num): Make automatically buffer local.
16394 (thumbs-show-thumbs-list): Use `make-local-variable', not
16395 `make-variable-buffer-local'.
16396 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
16397
16398 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
16399 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
16400 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
16401 (bother, bye, canyou, chatlst, continue, deathlst, describe)
16402 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
16403 (feelings-about, foullst, found, hello, history, howareyoulst)
16404 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
16405 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
16406 (neglst, obj, object, owner, please, problems, qlist)
16407 (random-adjective, relation, remlst, repetitive-shortness)
16408 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
16409 (shortlst, something, sportslst, stallmanlst, states, subj)
16410 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
16411 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
16412 Defvar at compile time.
16413
16414 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
16415 not `make-variable-buffer-local'.
16416
16417 2005-08-02 Kim F. Storm <storm@cua.dk>
16418
16419 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
16420 rectangle overlay in selected window.
16421
16422 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
16423
16424 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
16425 instead of display group. Make `indicate-buffer-boundaries'
16426 customizable through Custom.
16427
16428 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
16429
16430 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
16431 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
16432 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
16433 (gdb-put-string): Fix typos in docstrings.
16434
16435 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
16436
16437 Update copyright notices of files in progmodes directory for
16438 release of Emacs 22.1.
16439
16440 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
16441
16442 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
16443 Don't barf if the GUD buffer has been killed.
16444
16445 2005-08-01 Kim F. Storm <storm@cua.dk>
16446
16447 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
16448
16449 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
16450
16451 * simple.el (next-error-follow-minor-mode):
16452 make-variable-buffer-local -> make-local-variable.
16453
16454 * emacs-lisp/cl-extra.el: Require CL also when compiling.
16455
16456 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
16457 (byte-compile-form-make-variable-buffer-local): New functions to warn
16458 about misuses of make-variable-buffer-local where make-local-variable
16459 was meant.
16460
16461 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
16462
16463 * bs.el (bs-attributes-list): Doc fix.
16464 (bs): Update url-link.
16465
16466 * desktop.el (desktop-save-buffer): Fix typos in docstring.
16467 (desktop-load-default): Simplify.
16468
16469 * ibuffer.el (ibuffer-columnize-and-insert-list)
16470 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
16471 (ibuffer-unmark-all, ibuffer-toggle-marks)
16472 (ibuffer-unmark-forward, ibuffer-unmark-backward)
16473 (ibuffer-compile-make-format-form, ibuffer-format-column)
16474 (ibuffer-current-buffers-with-marks)
16475 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
16476 (ibuffer): Doc fix.
16477 (ibuffer-mode): Fix typo in docstring.
16478 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
16479 with `define-obsolete-variable-alias'.
16480 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
16481
16482 2005-07-29 Kenichi Handa <handa@m17n.org>
16483
16484 * international/mule-cmds.el (select-message-coding-system):
16485 Be sure to use LF for end-of-line. If no coding system is decided,
16486 return iso-8859-1-unix.
16487
16488 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
16489
16490 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
16491 (ange-ftp-pending-error-line): New vars.
16492 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
16493 to handle the non-fatal no-route-to-host messages.
16494 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
16495
16496 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
16497
16498 * isearch.el (isearch-mode-map, isearch-other-meta-char)
16499 (isearch-quote-char, isearch-printing-char)
16500 (isearch-text-char-description): "?\ " -> "?\s".
16501 (isearch-lazy-highlight-cleanup)
16502 (isearch-lazy-highlight-initial-delay)
16503 (isearch-lazy-highlight-interval)
16504 (isearch-lazy-highlight-max-at-a-time)
16505 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
16506 Declare with define-obsolete-*-alias macros.
16507 (isearch-forward): Fix typo in docstring.
16508 (search-invisible, search-ring-yank-pointer)
16509 (regexp-search-ring-yank-pointer): Doc fixes.
16510
16511 * recentf.el (recentf-menu-append-commands-p): Declare with
16512 `define-obsolete-variable-alias'.
16513 (recentf-max-saved-items, recentf-menu-filter)
16514 (recentf-arrange-by-rule-subfilter): Doc fixes.
16515 (recentf-menu-append-commands-flag)
16516 (recentf-initialize-file-name-history, recentf-expand-file-name)
16517 (recentf-clear-data): Fix typos in docstrings.
16518
16519 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
16520
16521 * progmodes/gdb-ui.el: Smarten comments.
16522 (gdb-info-breakpoints-custom): Use nowarn when finding file.
16523
16524 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
16525
16526 * term/apollo.el (terminal-init-apollo): New function containing
16527 all former top level forms in the file.
16528 * term/bobcat.el (terminal-init-bobcat):
16529 * term/cygwin.el (terminal-init-cygwin):
16530 * term/iris-ansi.el (terminal-init-iris-ansi):
16531 * term/linux.el (terminal-init-linux):
16532 * term/news.el (terminal-init-news):
16533 * term/rxvt.el (terminal-init-rxvt):
16534 * term/sun.el (terminal-init-sun):
16535 * term/tvi970.el (terminal-init-tvi970):
16536 * term/vt100.el (terminal-init-vt100):
16537 * term/vt102.el (terminal-init-vt102):
16538 * term/vt125.el (terminal-init-vt125):
16539 * term/vt200.el (terminal-init-vt200):
16540 * term/vt201.el (terminal-init-vt201):
16541 * term/vt220.el (terminal-init-vt220):
16542 * term/vt240.el (terminal-init-vt240):
16543 * term/vt300.el (terminal-init-vt300):
16544 * term/vt320.el (terminal-init-vt320):
16545 * term/vt400.el (terminal-init-vt400):
16546 * term/vt420.el (terminal-init-vt420):
16547 * term/wyse50.el (terminal-init-wyse50):
16548 * term/xterm.el (terminal-init-xterm): Likewise.
16549
16550 * term/README: Describe the terminal-init-* functionality.
16551
16552 * startup.el (command-line): After loading the terminal initialization
16553 file call the corresponding terminal initialization function.
16554
16555 2005-07-27 Kenichi Handa <handa@m17n.org>
16556
16557 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
16558 negative.
16559
16560 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
16561 (ps-mule-composition-prologue): Fix for the case that
16562 RelativeCompose is false.
16563
16564 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
16565
16566 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
16567
16568 * descr-text.el (describe-char): Handle the case where the list of
16569 chars is displayed in a separate frame.
16570 Be a bit more discriminating when looking for the char.
16571
16572 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
16573
16574 * bookmark.el (bookmark-automatically-show-annotations)
16575 (bookmark-read-annotation-text-func): Doc fixes.
16576 (bookmark-save): Improve argument/docstring consistency.
16577 (bookmark-get-bookmark, bookmark-get-bookmark-record)
16578 (bookmark-alist-from-buffer)
16579 (bookmark-upgrade-file-format-from-0)
16580 (bookmark-grok-file-format-version)
16581 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
16582 (bookmark-read-annotation-mode)
16583 (bookmark-insert-current-bookmark, bookmark-jump)
16584 (bookmark-exit-hook): Fix typos in docstrings.
16585 (bookmark-exit-hooks): Define as obsolete alias.
16586 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
16587 not `bookmark-exit-hooks'. Fix docstring.
16588 (bookmark-bmenu-select): "?\ " -> "?\s".
16589
16590 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
16591
16592 * startup.el (command-line): Fix typo.
16593
16594 2005-07-24 Richard M. Stallman <rms@gnu.org>
16595
16596 * tooltip.el (tooltip-mode): Test emacs-basic-display,
16597 not emacs-quick-startup.
16598
16599 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
16600
16601 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
16602 (reb-next-match, reb-show-subexp): Use `with-selected-window'
16603 instead of `reb-with-current-window'.
16604 (reb-prev-match): Likewise. Also, don't move left if the search
16605 was unsuccessful.
16606 (reb-initialize-buffer): New function.
16607 (re-builder, reb-change-syntax): Use it.
16608
16609 * man.el (Man-goto-page): Make second argument NOERROR optional.
16610
16611 2005-07-23 Richard M. Stallman <rms@gnu.org>
16612
16613 * man.el (Man-bgproc-sentinel): Check here for failure to find
16614 any man page in the output, and report the error here.
16615 (Man-arguments): Make it permanent local.
16616 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
16617 (Man-mode): Pass t for NOERROR.
16618
16619 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
16620 (grep-mode-font-lock-keywords):
16621 Don't use compilation-...-face for messages that are not file names.
16622
16623 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16624 Don't use compilation-...-face for messages that are not file names.
16625
16626 2005-07-22 Juri Linkov <juri@jurta.org>
16627
16628 * startup.el (normal-splash-screen): Update menu name.
16629
16630 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
16631
16632 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
16633
16634 * term/xterm.el: Load term/rxvt if the terminal is actually an
16635 rxvt terminal.
16636 (xterm-rxvt-set-background-mode): Remove, not used anymore.
16637
16638 * term/rxvt.el (function-key-map): Use substitute-key-definition
16639 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
16640
16641 * term/cygwin.el: New file.
16642
16643 2005-07-22 Kim F. Storm <storm@cua.dk>
16644
16645 * image-file.el (insert-image-file, image-file-yank-handler):
16646 Fix last change to maintain a (unique) yank-handler on yanked images.
16647
16648 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
16649
16650 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
16651 of the file size (as in "177B" for 177 bytes). This happens with
16652 "ls -lh" on FreeBSD.
16653
16654 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
16655
16656 * hilit-chg.el (highlight-changes-global-initial-state)
16657 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
16658 (hilit-chg-fixup, highlight-changes-mode):
16659 Fix typos in docstrings.
16660 (highlight-changes-global-modes, highlight-changes-rotate-faces):
16661 Doc fixes.
16662
16663 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
16664
16665 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
16666 mode function using `eval-after-load'.
16667
16668 2005-07-21 Kim F. Storm <storm@cua.dk>
16669
16670 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
16671 included when reporting an emacs crash, and tell about the DEBUG file.
16672
16673 * image-file.el (insert-image-file): Add yank-handler.
16674 (image-file-yank-handler): Yank handler to make unique copies of
16675 images when they are yanked into a buffer next to each other.
16676
16677 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
16678
16679 * comint.el (comint-use-prompt-regexp, comint-send-input)
16680 (comint-source-default, comint-extract-string)
16681 (comint-get-source, comint-word, comint-completion)
16682 (comint-source, comint-prompt-read-only, comint-update-fence):
16683 Fix typos in docstrings.
16684 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
16685 Declare with define-obsolete-*-alias macros.
16686 (comint-previous-matching-input-from-input)
16687 (comint-next-matching-input-from-input)
16688 (comint-previous-matching-input, comint-next-matching-input)
16689 (comint-forward-matching-input):
16690 Improve argument/docstring consistency.
16691
16692 * desktop.el (desktop-clear-preserve-buffers-regexp):
16693 Also preserve the *server* buffer.
16694
16695 * simple.el (clone-indirect-buffer): Doc fix.
16696 (fixup-whitespace, just-one-space)
16697 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
16698 (next-error, next-error-highlight)
16699 (next-error-highlight-no-select, next-error-last-buffer)
16700 (next-error-buffer-p, next-error-find-buffer, next-error)
16701 (previous-error, next-error-no-select, previous-error-no-select)
16702 (open-line, split-line, minibuffer-prompt-width, kill-new)
16703 (binary-overwrite-mode): Fix typos in docstrings.
16704 (set-fill-column): Fix typo in message.
16705
16706 * skeleton.el (skeleton-proxy-new): Doc fix.
16707
16708 * strokes.el (strokes-load-hook): Doc fix.
16709 (strokes-grid-resolution, strokes-get-grid-position)
16710 (strokes-renormalize-to-grid, strokes-read-stroke)
16711 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
16712 (strokes-global-map): Fix typos in docstrings.
16713 (strokes-help): Doc fix. Fix help message and pass it through
16714 `substitute-command-keys'.
16715
16716 * tempo.el (tempo-insert-prompt, tempo-interactive)
16717 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
16718 (tempo-insert-string-functions, tempo-local-tags)
16719 (tempo-define-template, tempo-insert-template)
16720 (tempo-insert-prompt-compat, tempo-is-user-element)
16721 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
16722 Fix typos in docstrings.
16723
16724 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
16725 (vcursor-key-bindings, vcursor-use-vcursor-map)
16726 (vcursor-find-window, vcursor-scroll-down)
16727 (vcursor-disable, vcursor-beginning-of-buffer)
16728 (vcursor-end-of-buffer): Fix typos in docstrings.
16729 (vcursor-relative-move, vcursor-get-char-count):
16730 Improve argument/docstring consistency.
16731
16732 * version.el: "?\ " -> "?\s".
16733
16734 * wid-edit.el (widget-default-create, widget-after-change)
16735 (widget-default-format-handler, widget-checklist-add-item)
16736 (widget-radio-add-item, widget-choose, widget-specify-secret)
16737 (widget-field-value-create, widget-field-value-get)
16738 (widget-editable-list-format-handler)
16739 (widget-editable-list-entry-create, widget-group-value-create)
16740 (widget-documentation-link-add)
16741 (widget-documentation-string-value-create): "?\ " -> "?\s".
16742 (widget-convert-text): Doc fix.
16743 (widget-narrow-to-field, widget-field-find)
16744 (widget-url-link-action, widget-emacs-library-link-action)
16745 (widget-color-notify): Fix typos in docstrings.
16746
16747 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
16748 (x-select-text, set-w32-system-coding-system)
16749 (w32-add-charset-info): Fix typos in docstrings.
16750
16751 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
16752 (cua-enable-cua-keys, cua-use-hyper-key)
16753 (cua-virtual-rectangle-edges): Fix typos in docstrings.
16754 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
16755
16756 * net/tramp.el (tramp-handle-load): Fix typo in error message.
16757
16758 * emacs-lisp/re-builder.el (regexp-builder): Declare with
16759 `defalias' instead of faking it.
16760
16761 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
16762 (eshell-ls-missing, eshell-ls-dired-initial-args)
16763 (eshell-ls-use-in-dired): Fix typos in docstrings.
16764
16765 2005-07-20 Kim F. Storm <storm@cua.dk>
16766
16767 * emulation/cua-base.el (cua-mode): Improve doc string.
16768
16769 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
16770
16771 * abbrev.el (expand-region-abbrevs): Doc fix.
16772 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
16773 Improve argument/docstring consistency.
16774
16775 * arc-mode.el (archive-get-descr, archive-alternate-display):
16776 Doc fixes.
16777 (archive-l-e): Improve argument/docstring consistency.
16778 (archive-tmpdir, archive-unixdate, archive-unixtime)
16779 (archive-chmod-entry): Fix typos in docstrings.
16780 (archive-unflag, archive-unflag-backwards)
16781 (archive-unmark-all-files): "?\ " -> "?\s".
16782
16783 * buff-menu.el (Buffer-menu-unmark): Doc fix.
16784 (Buffer-menu-not-modified, Buffer-menu-execute)
16785 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
16786 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
16787
16788 * composite.el (compose-string, encode-composition-rule)
16789 (compose-last-chars): Fix typos in docstrings.
16790
16791 * desktop.el (desktop-enable, desktop-basefilename):
16792 Declare with `define-obsolete-variable-alias'.
16793 (desktop-internal-v2s): Don't quote keywords.
16794 (desktop-clear): "?\ " -> "?\s".
16795
16796 * dired.el (dired-align-file, dired-flag-backup-files)
16797 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
16798 (dired-listing-switches, dired-ls-F-marks-symlinks)
16799 (dired-dwim-target, dired-load-hook, dired-mode-hook)
16800 (dired-directory, dired-faces, dired, dired-revert)
16801 (dired-mode, dired-summary, dired-view-file)
16802 (dired-copy-filename-as-kill, dired-delete-file)
16803 (dired-no-confirm, dired-unmark-all-marks)
16804 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
16805 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
16806 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
16807 Fix typos in message strings.
16808
16809 * dired-x.el (virtual-dired): Declare with `defalias'.
16810 (dired-mark-unmarked-files, dired-local-variables-file)
16811 (dired-omit-here-always): Doc fix.
16812 (dired-omit-mode, dired-find-subdir)
16813 (dired-enable-local-variables, dired-clean-up-buffers-too)
16814 (dired-extra-startup, dired-mark-extension, dired-jump)
16815 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
16816 (dired-smart-shell-command, dired-guess-shell-alist-user)
16817 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
16818 (dired-x-bind-find-file, dired-x-submit-report):
16819 Fix typos in docstrings.
16820 (dired-mark-unmarked-files): "?\ " -> "?\s".
16821
16822 * dirtrack.el (dirtrack-list): Fix typos in docstring.
16823
16824 * faces.el (describe-face): "?\ " -> "?\s".
16825 (read-all-face-attributes, read-face-font, modify-face)
16826 (face-attr-construct, italic): Fix typos in docstrings.
16827 (frame-update-face-colors): Declare with
16828 `define-obsolete-function-alias'.
16829
16830 * files.el (find-file-noselect, recode-file-name): Doc fixes.
16831 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
16832 (magic-mode-alist, buffer-file-numbers-unique)
16833 (write-file-functions, get-free-disk-space):
16834 Fix typos in docstrings.
16835 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
16836 (write-contents-hooks, write-file-hooks):
16837 Declare with `define-obsolete-variable-alias'.
16838
16839 * forms-d2.el (arch-rj): Fix typo in docstrings.
16840 (arch-tocol): Likewise. "?\ " -> "?\s".
16841
16842 * frame.el (set-frame-font, cursor-in-non-selected-windows):
16843 Fix typo in docstring.
16844 (set-screen-width, set-screen-height): Delete redundant info in
16845 doctrings.
16846 (new-frame, screen-height, screen-width): Declare with
16847 `define-obsolete-function-alias'.
16848 (delete-frame-hook, blink-cursor): Declare with
16849 `define-obsolete-variable-alias'.
16850
16851 * paths.el (prune-directory-list): Fix typos in docstring.
16852
16853 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
16854 (cvs-prefix-get): Fix typos in docstrings.
16855
16856 * ps-print.el (ps-extend-face-list, ps-extend-face)
16857 (ps-print-background-image): Fix typos in docstrings.
16858 (ps-default-fg, ps-default-bg): Doc fixes.
16859
16860 * s-region.el (s-region-bind): Doc fix.
16861 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
16862
16863 * textmodes/org.el (org-table-formula-substitute-names)
16864 (org-table-get-vertical-vector): Doc fixes.
16865 (org-table-recalculate): Remove unused argument to `message'.
16866
16867 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
16868
16869 * textmodes/org.el (org-table-column-names)
16870 (org-table-column-name-regexp)
16871 (org-table-named-field-locations): New variables.
16872 (org-archive-subtree): Protect `this-command' when calling
16873 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
16874 the kill buffer.
16875 (org-complete): Remove fixed-formula completion.
16876 (org-edit-formulas-map): New variable.
16877 (org-table-edit-formulas): New command.
16878 (org-finish-edit-formulas, org-abort-edit-formulas)
16879 (org-show-variable, org-table-get-vertical-vector): New functions.
16880 (org-table-maybe-eval-formula): Handle `:=' fields.
16881 (org-table-get-stored-formulas, org-table-store-formulas)
16882 (org-table-get-formula, org-table-modify-formulas)
16883 (org-table-replace-in-formulas): Handle named field formulas.
16884 (org-table-get-specials): Store locations of named fields.
16885
16886 2005-07-19 Juri Linkov <juri@jurta.org>
16887
16888 * progmodes/grep.el (grep-regexp-alist)
16889 (grep-mode-font-lock-keywords, grep-process-setup):
16890 Use default GNU grep match color "01;31m" instead of "01;41m".
16891 (grep-regexp-alist, grep-mode-font-lock-keywords):
16892 Use `\\[[0-9]*m' instead of `\\[00m'.
16893 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
16894 sgr_start where its handling is more important. Use the real
16895 length of sgr_start instead of constant 8.
16896 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
16897 specially. Delete all remaining escape sequences.
16898 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
16899 (grep-regexp-alist): Make hyperlink only for binary file name
16900 instead of the whole line.
16901 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
16902 (grep-mode): Add autoload.
16903
16904 * emacs-lisp/find-func.el (find-function-regexp):
16905 Add `define-compilation-mode'.
16906
16907 2005-07-19 Juri Linkov <juri@jurta.org>
16908
16909 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
16910 (compare-windows-sync-string-size, compare-windows-recenter)
16911 (compare-windows-highlight, compare-windows): Add version 22.1.
16912 (compare-windows) <defface>: Inherit from lazy-highlight instead
16913 of duplicating its default value.
16914
16915 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
16916 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
16917
16918 * descr-text.el (describe-char): Create link buttons for `charset'
16919 and `code point'. Add the current input method name with a link
16920 button to `to input' field. Print face names of display table
16921 characters in `The display table entry is displayed by' section
16922 instead of printing face-id in the `display' field.
16923 Guess hardcoded faces and create a link button for them.
16924 Skip empty fields when calculating max-width.
16925 Treat `widget-create' specially while inserting strings from the
16926 collected field list.
16927 (describe-char-after): Made obsolete in version 22.1, not 21.5.
16928
16929 * diff-mode.el (diff-file-header): Change foreground color from
16930 yellow to green on light backgrounds.
16931 (diff-context): Inherit from `shadow' only for color/grayscale
16932 with more than 88 colors.
16933 (diff-indicator-removed, diff-indicator-added)
16934 (diff-indicator-changed): New faces.
16935 (diff-font-lock-keywords): Use new faces. Regroup rules.
16936 Add "^---$" for `normal' diff format. Fontify `#' lines with
16937 font-lock-comment-delimiter-face and font-lock-comment-face.
16938 Add `#' to ^[^...] in the rule for `diff-context-face'.
16939
16940 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
16941 a button-like box. Inherit from `highlight' on low colors.
16942 (shadow): Use shades of gray only for color/grayscale with
16943 more than 88 colors. Use green for light backgrounds with
16944 8 colors, and yellow for dark backgrounds with 8 colors.
16945
16946 * font-lock.el (font-lock-regexp-grouping-backslash):
16947 Don't inherit from escape-glyph (use bold for all cases).
16948
16949 * info.el (info-xref-visited): Use light foreground color `violet'
16950 for dark backgrounds instead of dark color `magenta3'.
16951 (info-title-1): Use `yellow' color for dark backgrounds.
16952
16953 * isearch.el (isearch): Use not-too-dark magenta3 instead of
16954 too-light magenta2.
16955
16956 * replace.el (match): Use slightly more light RoyalBlue3 instead
16957 of dark RoyalBlue4.
16958
16959 * wid-edit.el (widget-inactive): Inherit from `shadow'.
16960
16961 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
16962
16963 * novice.el (disabled-command-hook): Declare it with
16964 `define-obsolete-variable-alias'.
16965
16966 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
16967 (desktop-buffer-misc-functions, desktop-buffer-handlers)
16968 (desktop-load-default): Add release to obsolescence info.
16969 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
16970 (desktop-append-buffer-args, desktop-read):
16971 Fix typos in docstrings.
16972 (desktop-kill): Fix typo in message.
16973 (desktop-save): Doc fix.
16974
16975 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
16976
16977 * viper-cmd.el (viper-escape-to-state): Bug fix.
16978 (viper-envelop-ESC-key): Change the definition of fast
16979 keysequence so it'll work with keyboard macros.
16980
16981 * ediff.el (ediff-patch-buffer): Change the docstring.
16982
16983 2005-07-19 Kenichi Handa <handa@m17n.org>
16984
16985 * international/mule-cmds.el (select-safe-coding-system): Try to
16986 use an auto-coding (if any) before anything else. If the found
16987 auto-coding is invalid, show a warning message.
16988
16989 * international/mule.el (find-auto-coding): New function created
16990 by modifying the body of set-auto-coding.
16991 (set-auto-coding): Use find-auto-coding to find a coding.
16992
16993 2005-07-18 Richard M. Stallman <rms@gnu.org>
16994
16995 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
16996 not isearch-mode-end-hook-error.
16997 (allout-before-change-protect): Fix error message.
16998
16999 2005-07-18 Juri Linkov <juri@jurta.org>
17000
17001 * allout.el (allout-mode):
17002 * calculator.el (calculator-copy):
17003 * custom.el (custom-known-themes):
17004 * dired.el (dired-desktop-buffer-misc-data)
17005 (dired-restore-desktop-buffer):
17006 * dired-x.el (dired-omit-marker-char):
17007 * files.el (basic-save-buffer):
17008 * font-core.el (font-lock-mode):
17009 * calendar/calendar.el (calendar-goto-hebrew-date)
17010 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
17011 (calendar-goto-persian-date):
17012 * language/ethio-util.el (ethio-sera-to-fidel-region):
17013 * textmodes/picture.el (picture-mode):
17014 Delete duplicate duplicate words.
17015
17016 2005-07-18 Juri Linkov <juri@jurta.org>
17017
17018 * isearch.el (isearch-mode-map): Remove key bindings for regexp
17019 chars * ? } |.
17020 (isearch-fallback): Don't call `isearch-process-search-char'.
17021 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
17022 (isearch-process-search-char): Call `isearch-fallback' for regexp
17023 chars * ? } |.
17024 (isearch-return-char): Make obsolete with `make-obsolete' instead
17025 of simply documenting it as obsolete in the docstring.
17026 (isearch-fallback): Refill docstring.
17027
17028 * international/isearch-x.el
17029 (isearch-process-search-multibyte-characters): Remove unneeded
17030 `concat'. Add intermediate values to `junk-hist' instead of
17031 `minibuffer-history'. Test the length of `str'.
17032
17033 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
17034
17035 * allout.el (allout-resolve-xref): Fix typos in error strings.
17036 (allout-before-change-protect): Remove unneeded `concat'.
17037
17038 * array.el (array-mode, array-reconfigure-rows)
17039 (untabify-backward): Fix typos in docstrings.
17040 (array-reconfigure-rows): Use `insert-buffer-substring', not
17041 `insert-buffer'.
17042
17043 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
17044 * progmodes/ada-mode.el (ada-make-body):
17045 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
17046
17047 * dired.el (dired-log):
17048 * tar-mode.el (tar-subfile-save-buffer):
17049 * play/zone.el (zone-pgm-stress-destress):
17050 Use `insert-buffer-substring', not `insert-buffer'.
17051
17052 2005-07-17 Simon Josefsson <jas@extundo.com>
17053
17054 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
17055
17056 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
17057
17058 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
17059 Add plain auth method.
17060 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
17061
17062 2005-07-17 Kim F. Storm <storm@cua.dk>
17063
17064 * ido.el (dired-other-window): Add ido property.
17065
17066 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
17067
17068 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17069 Fix typo in docstring.
17070 (byte-compile-interactive-only-functions): Add `insert-buffer' and
17071 `insert-file-literally'.
17072
17073 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
17074 info and delete redundant message. Doc fix.
17075 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
17076 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
17077
17078 2005-07-16 Richard M. Stallman <rms@gnu.org>
17079
17080 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
17081 (byte-compile-and): Use byte-compile-and-recursion.
17082 (byte-compile-or-recursion): New function.
17083 (byte-compile-or): Use that.
17084 (byte-compile-if): Guard the else-clause too.
17085 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
17086
17087 * isearch.el (isearch-mode-end-hook-quit): New variable.
17088 (isearch-done): Bind it.
17089 (isearch-mode-end-hook): Doc fix.
17090
17091 * allout.el (allout-isearch-did-quit): Variable deleted.
17092 (allout-real-isearch-abort): Function name no longer used.
17093 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
17094 (allout-isearch-rectification): isearch-mode always exists.
17095 Don't set allout-isearch-did-quit.
17096 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
17097 allout-isearch-did-quit.
17098 (allout-enwrap-isearch): Just add the hook.
17099 (allout-isearch-abort): Function deleted.
17100 (allout-pre-command-business): Avoid warning.
17101
17102 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
17103 Correctly avoid warnings.
17104 (pascal-outline): Likewise.
17105
17106 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
17107
17108 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
17109
17110 * play/tetris.el (tetris-mode): Avoid warning.
17111
17112 * play/snake.el (snake-mode): Avoid warning.
17113
17114 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
17115 (gamegrid-set-display-table): Avoid warning.
17116 (gamegrid-set-timer): Likewise.
17117 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
17118 (gamegrid-add-score-with-update-game-score-1): Take FILE
17119 as argument.
17120 (gamegrid-add-score-with-update-game-score): Pass that argument.
17121 Rename have-shared-game-dir to gamegrid-shared-game-dir.
17122
17123 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
17124
17125 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
17126 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
17127
17128 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
17129 and insert-file.
17130
17131 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
17132 (sc-ask): Avoid warnings.
17133
17134 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
17135 (eshell-hist-initialize): Use that var the natural way.
17136
17137 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
17138
17139 * emacs-lisp/re-builder.el (reb-cook-regexp):
17140 Avoid warning calling lre-compile-string.
17141 (reb-color-display-p): Avoid warning.
17142
17143 * calculator.el (calculator-last-input): Guard uses
17144 of event-key and key-press-event-p.
17145 (event-key, key-press-event-p): Delete definitions.
17146
17147 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
17148 (find-gc-source-directory, find-gc-subrs-callers)
17149 (find-gc-noreturn-list, find-gc-source-files)
17150 (find-gc-subrs-called): Vars renamed and defvar'd.
17151
17152 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
17153 (checkdoc-overlay-put, checkdoc-delete-overlay)
17154 (checkdoc-overlay-start, checkdoc-overlay-end)
17155 (checkdoc-mode-line-update, checkdoc-char=):
17156 Define such that compiler knows they are defined.
17157 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
17158 (checkdoc-read-event): Delete. Use read-event directly.
17159
17160 * whitespace.el (whitespace-make-overlay)
17161 (whitespace-overlay-put, whitespace-delete-overlay)
17162 (whitespace-overlay-start, whitespace-overlay-end):
17163 Define such that compiler knows they are defined.
17164 (whitespace): Move conditional inside.
17165
17166 * tempo.el (tempo-insert-template): Suppress warning.
17167
17168 * ediff-diff.el (longlines-mode): Add defvar.
17169
17170 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
17171
17172 * server.el: Bind "C-x #" in a way that works even if C-x is
17173 redefined to a command key, not a prefix key.
17174
17175 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
17176
17177 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
17178 cl-make-type-test till execution time.
17179
17180 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
17181
17182 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
17183 arg ARG and use it.
17184
17185 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
17186
17187 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
17188
17189 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
17190
17191 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17192 a defcustom with two :set or :type keywords.
17193
17194 2005-07-15 Richard M. Stallman <rms@gnu.org>
17195
17196 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17197 Don't give ^M comment-end syntax.
17198
17199 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
17200
17201 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
17202 Don't consider gdbmi (gdb-mi.el has its own update functions).
17203 (gdb-var-delete): Make it work for gdbmi as well.
17204 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
17205
17206 * progmodes/gud.el (etags, sdb): Only require etags when needed.
17207 (gud-speedbar-menu-items): Correct logic for enabling items.
17208
17209 2005-07-15 Kim F. Storm <storm@cua.dk>
17210
17211 * ido.el: Fix commentary.
17212 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
17213 Use with-no-warnings around ffap-guesser.
17214 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
17215 Let bind minibuffer-completing-file-name to t.
17216
17217 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
17218
17219 * startup.el (site-run-file, keyboard-type): Doc fixes.
17220 (command-line): Check for "--basic-display" argument; also for
17221 "--quick", not "--bare-bones" (which was renamed).
17222 (fancy-splash-text): Add missing item "Getting New Versions".
17223 (normal-splash-screen): Fix typos and improve consistency with
17224 `fancy-splash-text'. Update copyright year.
17225
17226 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
17227 valid binding for `help-char'.
17228
17229 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
17230
17231 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
17232
17233 * term.el (term-mode): Disable cua-mode for term buffers.
17234
17235 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
17236
17237 * add-log.el (add-log-mailing-address, change-log-merge):
17238 Doc fixes.
17239 (change-log-get-method-definition): Fix typo in docstring.
17240
17241 2005-07-14 Kim F. Storm <storm@cua.dk>
17242
17243 * emulation/cua-base.el:
17244 (cua--pre-command-handler-1, cua--pre-command-handler)
17245 (cua--post-command-handler-1, cua--post-command-handler):
17246 Split in two. Check (buffer local) value of cua-mode.
17247 (cua-selection-mode): New command.
17248
17249 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
17250
17251 * custom.el (custom-initialize-safe-set)
17252 (custom-initialize-safe-default): Doc fixes.
17253
17254 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17255 and simplify :init-value again.
17256
17257 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17258 and simplify :init-value again. Delete autoload.
17259
17260 * startup.el (command-line): Use `custom-reevaluate-setting' again
17261 for tooltip-mode.
17262
17263 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17264 a defcustom with two :initialize keywords.
17265
17266 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
17267
17268 * allout.el (my-mark-marker, allout-isearch-prior-pos)
17269 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
17270 (allout-post-command-business, allout-flag-region)
17271 (isearch-reenable-font-lock, allout-yank)
17272 (allout-insert-latex-header, allout-insert-latex-trailer)
17273 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
17274 (allout-latex-verb-quote): Fix typos in docstrings.
17275 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
17276 (allout-unprotected, allout-prefix-data):
17277 Improve argument/docstring consistency.
17278 (allout-chart-subtree): Fix argument spec.
17279 (allout-open-topic): Rename `use_sib_bullet' argument to
17280 `use-sib-bullet'. Doc fix.
17281
17282 * whitespace.el (whitespace-check-buffer-leading)
17283 (whitespace-check-buffer-trailing)
17284 (whitespace-check-buffer-indent)
17285 (whitespace-check-buffer-spacetab)
17286 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
17287 (whitespace-check-leading-whitespace)
17288 (whitespace-check-trailing-whitespace)
17289 (whitespace-check-spacetab-whitespace)
17290 (whitespace-check-indent-whitespace)
17291 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
17292 (whitespace-modes): Fix typos in docstrings.
17293 (defgroup, defcustom): Doc fixes.
17294
17295 * winner.el (winner-mode, winner-boring-buffers)
17296 (winner-pending-undo-ring): Doc fixes.
17297 (winner-ring): Remove unneeded `progn'.
17298 (winner-equal): `defsubst' it.
17299 (winner-redo): Fix message.
17300
17301 2005-07-13 Kim F. Storm <storm@cua.dk>
17302
17303 * simple.el (line-move-1): Always use vertical-motion to
17304 do the last (or only) line move to ensure some movement.
17305 Undo 2005-06-23 change--don't check for overlays.
17306
17307 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17308
17309 * term/mac-win.el (ccl-encode-mac-roman-font)
17310 (ccl-encode-mac-centraleurroman-font)
17311 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
17312 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
17313 Change charset-id boundary of dimension to ?\xef.
17314 (mac-char-fontspec-list): New constant.
17315 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
17316 argument. Nil uses itself as family in font-spec. Previous
17317 behavior for nil is now provided by non-nil non-string argument.
17318 All callers changed. Add font-specs for Mac fonts to
17319 "fontset-default" unless iso8859-1 fonts are installed.
17320
17321 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
17322
17323 * progmodes/sh-script.el (sh-get-indent-info): Only indent
17324 a continuation line if the \ is preceded by SPC or TAB.
17325 (sh-get-indent-info): Simplify.
17326 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
17327 Use with-current-buffer.
17328
17329 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
17330 when the matched text is empty.
17331
17332 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
17333
17334 * startup.el (command-line): Revert to previous handling of
17335 tooltip-mode. Explain in comment why the complexity is needed.
17336
17337 * tooltip.el (tooltip-mode): Revert to previous implementation of
17338 its defcustom.
17339
17340 * frame.el (blink-cursor-mode): Revert to previous implementation
17341 of its defcustom. Update comment.
17342
17343 2005-07-12 Lars Hansen <larsh@soem.dk>
17344
17345 * desktop.el: Update e-mail address.
17346
17347 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17348
17349 * term/mac-win.el (mac-services-mail-selection)
17350 (mac-services-mail-to): New functions.
17351 (mac-application-menu-map): Bind them.
17352
17353 2005-07-12 wulei <milton@wulei.net> (tiny change)
17354
17355 * progmodes/gdb-ui.el: Add note about buffering with Windows.
17356
17357 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
17358
17359 * custom.el (custom-reevaluate-setting): Doc fix.
17360
17361 2005-07-11 Jay Belanger <belanger@truman.edu>
17362
17363 * calc/calc.el (calc-embedded-announce-formula-alist)
17364 (calc-embedded-open-close-plain-alist)
17365 (calc-embedded-open-close-mode-alist): Add checks for additional
17366 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
17367
17368 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
17369
17370 * custom.el (custom-enable-theme): Don't add theme to
17371 `custom-enabled-themes' with `push' because there is no
17372 setf-method for `delq'.
17373
17374 2005-07-11 Richard M. Stallman <rms@gnu.org>
17375
17376 * custom.el (custom-declare-variable): Doc fix.
17377
17378 * dired-aux.el (dired-compare-directories): Remove "." and ".."
17379 from the alists.
17380
17381 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
17382 Do nothing if edebug-active.
17383
17384 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
17385 (edebug-display): Do it here instead.
17386
17387 2005-07-10 Richard M. Stallman <rms@gnu.org>
17388
17389 * cus-face.el (custom-theme-set-faces): Make it work.
17390 (custom-reset-faces): Doc fix.
17391 (custom-theme-reset-internal-face, custom-theme-face-value):
17392 Functions deleted.
17393
17394 * custom.el (custom-push-theme): Maintain list of the settings
17395 of a given theme in its theme-settings property.
17396 Maintain position of old settings in the theme-value
17397 or theme-face property.
17398 (custom-enabled-themes): New variable.
17399 (custom-theme-enabled-p): New function.
17400 (provide-theme): Update custom-enabled-themes.
17401 Disable and reenable the `user' theme.
17402 (require-theme): Doc fix.
17403 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
17404 (custom-theme-value, custom-theme-variable-value): Likewise.
17405 (custom-theme-reset-internal): Likewise.
17406 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
17407 (custom-enable-theme, custom-disable-theme): New functions.
17408 (custom-variable-theme-value, custom-face-theme-value): Likewise.
17409 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
17410 (custom-theme-reset-variables): Simplify.
17411 (deftheme, custom-declare-theme, custom-make-theme-feature):
17412 Definitions moved.
17413
17414 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
17415
17416 * longlines.el (longlines-show-region)
17417 (longlines-unshow-hard-newlines): Recognize hard newlines by
17418 non-nil hard property, instead of t.
17419
17420 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
17421
17422 * viper-cmd.el (viper--key-maps): New variable.
17423 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
17424 emulation-mode-map-alists.
17425 (viper-envelop-ESC-key): Use viper-subseq.
17426 (viper-search-forward/backward/next): Disable debug-on-error.
17427
17428 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
17429 (viper-ESC-key): New defcustoms.
17430
17431 * viper-macs.el (ex-map-read-args): Use viper-subseq.
17432
17433 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
17434 (viper-subseq): Copy of subseq from cl.el.
17435
17436 * viper.el (viper-go-away, viper-set-hooks): Use
17437 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
17438
17439 * viper-mous.el (viper-current-frame-saved): Use defvar.
17440
17441 * viper-init.el: Get rid of -face in face names.
17442
17443 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
17444 Make it work with longlines mode
17445
17446 * ediff-mult.el (ediff-meta-mode-hook): New variable.
17447
17448 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
17449
17450 * ediff-init.el: Get rid of -face in face names.
17451
17452 2005-07-10 Richard M. Stallman <rms@gnu.org>
17453
17454 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
17455 and with-timeout-unsuspend.
17456
17457 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
17458 and with-timeout-unsuspend.
17459
17460 * emacs-lisp/timer.el (with-timeout-timers): New variable.
17461 (with-timeout): Bind that variable to record timers.
17462 (with-timeout-suspend, with-timeout-unsuspend): New functions.
17463
17464 * emacs-lisp/debug.el (debug-help-follow): New function.
17465 (debugger-mode-map): Use that instead of help-follow.
17466 (debugger-setup-buffer): Use eval-buffer-list
17467 to handle eval-buffer frames.
17468
17469 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
17470
17471 * timezone.el (timezone-parse-date): Change first regexp
17472 so it will not mistakenly match dates with no time zone.
17473
17474 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
17475
17476 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
17477
17478 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
17479
17480 * custom.el (custom-initialize-safe-set)
17481 (custom-initialize-safe-default): New functions.
17482
17483 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17484 and simplify :init-value.
17485
17486 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17487 and simplify :init-value. Delete obsolete comment.
17488
17489 * startup.el (command-line): Use `custom-reevaluate-setting' to
17490 handle `tooltip-mode'. Delete obsolete comment.
17491
17492 * files.el (set-visited-file-name): Avoid calling
17493 `file-name-nondirectory' with a nil argument.
17494
17495 2005-07-09 Richard M. Stallman <rms@gnu.org>
17496
17497 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
17498 was called with nil for the buffer, handle the read position right.
17499 Handle read position for eval-region, too.
17500
17501 2005-07-09 Juri Linkov <juri@jurta.org>
17502
17503 * fringe.el (fringe-mode): Add period in docstring.
17504 (fringe-query-style): Build prompt depending on `all-frames' arg.
17505
17506 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
17507 to not create links to unrelated functions in the Help buffer.
17508
17509 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
17510 Doc fix.
17511
17512 * simple.el (next-error-hook): New variable.
17513 (next-error): Use it. Doc fix.
17514
17515 * textmodes/ispell.el (ispell-command-loop): Add current
17516 dictionary name and program name to mode-line-format.
17517 (ispell-region, ispell-process-line): Add current dictionary name
17518 and program name to messages.
17519
17520 2005-07-08 Jay Belanger <belanger@truman.edu>
17521
17522 * calc/calc.el (calc-embedded-announce-formula-alist)
17523 (calc-embedded-open-close-formula-alist)
17524 (calc-embedded-open-close-word-alist)
17525 (calc-embedded-open-close-plain-alist)
17526 (calc-embedded-open-close-new-formula-alist)
17527 (calc-embedded-open-close-mode-alist)
17528 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
17529 (calc-embedded-mode-hook): New variables.
17530
17531 * calc/calc-embed.el (calc-embedded-firsttime)
17532 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
17533 New variables.
17534 (calc-do-embedded): Use calc-embedded-firsttime,
17535 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
17536 determine whether or not to run hooks.
17537 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
17538 calc-embedded-firsttime-formula appropriately.
17539 Set calc-embedded delimiter variables according to mode.
17540
17541 2005-07-08 Richard M. Stallman <rms@gnu.org>
17542
17543 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
17544 Check for "emacs", etc., as entire symbol, not just as word.
17545 (checkdoc-file-comments-engine): Use regexp-quote on FN.
17546
17547 * files.el (set-visited-file-name): Report the error
17548 for "empty filename" earlier.
17549 (kill-some-buffers): Ignore buffers already dead.
17550
17551 * fringe.el (fringe-mode): Doc fix.
17552
17553 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17554 Check for (featurep 'xemacs) and turn off warnings in what it guards.
17555 Use unwind-protect to ensure byte-compile-unresolved-functions
17556 is updated.
17557
17558 * whitespace.el (whitespace-buffer-leading-cleanup):
17559 Simplify w/ skip-chars-forward.
17560 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
17561
17562 * mail/rmail.el (rmail-only-expunge): Fix paren error.
17563 Unconditionally try to leave point at the same old place.
17564
17565 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
17566
17567 * comint.el (comint-postoutput-scroll-to-bottom)
17568 (comint-show-maximum-output): Take scroll-margin into consideration.
17569
17570 2005-07-08 Kim F. Storm <storm@cua.dk>
17571
17572 * ido.el (ido-use-filename-at-point): New choice `guess'.
17573 (ido-file-internal): Try ffap-guesser if selected.
17574
17575 * ido.el (ido-before-fallback-functions): New hook.
17576 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
17577 (ido-read-file-name): Run it.
17578
17579 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
17580
17581 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
17582 strings rather than a list of symbols to the completion function.
17583
17584 2005-07-07 Jay Belanger <belanger@truman.edu>
17585
17586 * calc/calc-units.el (math-apply-units): Change the places in
17587 which units are simplified.
17588
17589 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
17590
17591 * cus-edit.el (customize-option, customize-option-other-window):
17592 Make them handle aliases.
17593
17594 * custom.el (custom-variable-p): Make it recursively follow
17595 aliases. Mention that in the docstring.
17596
17597 2005-07-07 Richard M. Stallman <rms@gnu.org>
17598
17599 * cus-start.el (exec-path): Use `directory' instead of `file'.
17600 Fix tag for nil.
17601
17602 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
17603
17604 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
17605 when called non-interactively. Doc fix.
17606
17607 2005-07-07 Lute Kamstra <lute@gnu.org>
17608
17609 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
17610 new address as well.
17611
17612 2005-07-07 Kenichi Handa <handa@m17n.org>
17613
17614 * international/mule.el (make-coding-system):
17615 Describe `ascii-incompatible' property in the docstring.
17616 (set-file-name-coding-system): Signal an error if coding-system is
17617 ascii-incompatible.
17618 (set-keyboard-coding-system): Likewise.
17619
17620 * international/mule-cmds.el (set-default-coding-systems):
17621 Don't set default-file-name-coding-system and
17622 default-keyboard-coding-system if coding-system is ASCII-incompatible.
17623
17624 * international/utf-16.el: Declare that all UTF-16-based coding
17625 systems are ASCII-incompatible.
17626
17627 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
17628
17629 * progmodes/gud.el: Require font-lock for displaying errors.
17630 Used by gdb-ui.el.
17631
17632 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
17633
17634 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
17635 values for the pattern lists which are `read'able but not
17636 `append'able (like symbols).
17637
17638 2005-07-06 Richard M. Stallman <rms@gnu.org>
17639
17640 * progmodes/flymake.el (flymake-float-time): Instead of
17641 with-no-warnings, test for xemacs.
17642 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
17643 to avoid warning.
17644
17645 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
17646
17647 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
17648
17649 2005-07-05 Lute Kamstra <lute@gnu.org>
17650
17651 * battery.el: Add support for Darwin (with much debugging help
17652 from Samuel Lauber <sam124@operamail.com>).
17653 (battery-status-function, battery-echo-area-format)
17654 (battery-mode-line-format): Add support for pmset on Darwin.
17655 (battery-load-low, battery-load-critical): New user options.
17656 (battery-pmset): New function.
17657
17658 2005-07-05 Lute Kamstra <lute@gnu.org>
17659
17660 Update FSF's address in GPL notices.
17661
17662 * textmodes/page-ext.el: Update FSF's address.
17663
17664 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
17665
17666 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
17667 filling from using prefix when filling a single-line docstring.
17668
17669 * progmodes/flymake.el: Remove useless eval-when-compile.
17670
17671 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
17672
17673 2005-07-04 Richard M. Stallman <rms@gnu.org>
17674
17675 * textmodes/org.el (org-file-apps-defaults-gnu):
17676 Rename from org-file-apps-defaults-linux.
17677 (org-default-apps): Don't test system-type for `linux'.
17678 (org-file-apps): Doc fix.
17679
17680 2005-07-04 David Ponce <david@dponce.com>
17681
17682 * tree-widget.el: Improve header Commentary section.
17683 (tree-widget) [defgroup]
17684 (tree-widget-image-enable, tree-widget-themes-directory)
17685 (tree-widget-theme, tree-widget-image-properties-emacs)
17686 (tree-widget-image-properties-xemacs, tree-widget-create-image)
17687 (tree-widget-image-formats, tree-widget-control)
17688 (tree-widget-empty-control, tree-widget-leaf-control
17689 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
17690 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
17691 (tree-widget-keep, tree-widget-after-toggle-functions)
17692 (tree-widget-open-node, tree-widget-close-node): Doc fix.
17693 (tree-widget-open-control, tree-widget-close-control): Fix doc and
17694 :help-echo message.
17695 (tree-widget-set-theme): Doc fix. Use `string-equal'.
17696 (tree-widget-image-properties): Doc fix. Clearer implementation.
17697 (tree-widget--cursors): New constant.
17698 (tree-widget-lookup-image): New function split from
17699 `tree-widget-find-image'. Clearer implementation.
17700 (tree-widget-find-image): Use it.
17701 (tree-widget-button-keymap): Use `set-keymap-parent'.
17702 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
17703 Define the sub-widgets here.
17704 (tree-widget-node): Check that :node is not a tree-widget.
17705 (tree-widget-get-super, tree-widget-open-control)
17706 (tree-widget-close-control, tree-widget-empty-control)
17707 (tree-widget-leaf-control, tree-widget-guide)
17708 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
17709 (tree-widget-no-handle, tree-widget-value-delete)
17710 (tree-widget-map): Remove.
17711 (tree-widget-children-value-save): Doc fix. Simplified.
17712 (tree-widget-value-create): Update according to previous changes.
17713
17714 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
17715
17716 * textmodes/org.el: Leading space replaced by TABS.
17717 (org-recalc-marks, org-table-rotate-recalc-marks)
17718 (org-table-get-specials): Treat "^" and "_" marks.
17719 (org-table-justify-field-maybe): Optional argument NEW.
17720 (org-table-eval-formula): Parsing of the format simplified.
17721 New modes C,I. Honor the %= parameter in the current table.
17722 Avoid unnecessary re-align by using the NEW argument to
17723 `org-table-justify-field-maybe'.
17724 (org-calc-default-modes): Default for date-format mimicks org-mode.
17725 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
17726
17727 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
17728
17729 * cus-face.el (custom-theme-set-faces): Make it handle face
17730 aliases whose alias declarations are pre- or autoloaded.
17731
17732 2005-07-04 Juri Linkov <juri@jurta.org>
17733
17734 * faces.el (read-face-name): Put the code for getting a face name
17735 from the buffer before adding the faces from the `face' property.
17736 Use `completing-read-multiple' instead of `completing-read'.
17737 Require `crm'. Add default value and post-process the returned
17738 list of faces.
17739
17740 * emacs-lisp/crm.el (crm-find-current-element)
17741 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
17742
17743 * emacs-lisp/lisp-mode.el (eval-defun-1):
17744 * emacs-lisp/edebug.el (edebug-eval-defun):
17745 Remove unnecessary quotes.
17746
17747 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
17748
17749 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
17750 (prolog-indent-level): Fix typo in docstring.
17751
17752 * info.el (Info-history, Info-history-forward)
17753 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
17754
17755 * add-log.el (add-change-log-entry):
17756 * comint.el (comint-dynamic-list-input-ring)
17757 (comint-dynamic-list-completions):
17758 * dabbrev.el (dabbrev-expand):
17759 * delim-col.el (delimit-columns-rectangle-line):
17760 * diff-mode.el (diff-context->unified, diff-reverse-direction)
17761 (diff-unified->context):
17762 * ediff-init.el (ediff-abbrev-jobname):
17763 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
17764 (ediff-replace-session-activity-marker-in-meta-buffer):
17765 * info.el (Info-summary):
17766 * lpr.el (printify-region):
17767 * printing.el (pr-create-interface):
17768 * ps-print.el (ps-print-quote):
17769 * ses.el (ses-column-widths, ses-print-cell)
17770 (ses-adjust-print-width, ses-center):
17771 * shell.el (shell-file-name-quote-list):
17772 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
17773 (strokes-fill-current-buffer-with-whitespace)
17774 (strokes-xpm-for-stroke, strokes-list-strokes)
17775 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
17776 * term.el (term-dynamic-list-input-ring)
17777 (term-dynamic-list-completions):
17778 * calc/calc.el (math-format-stack-value):
17779 * emacs-lisp/edebug.el (edebug-display-freq-count):
17780 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
17781 (delphi-new-comment-line):
17782 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
17783 * progmodes/executable.el (executable-set-magic):
17784 * progmodes/python.el (inferior-python-mode):
17785 * progmodes/scheme.el (scheme-mode-syntax-table):
17786 * progmodes/sh-script.el (sh-maybe-here-document):
17787 * progmodes/sql.el (sql-copy-column):
17788 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
17789 * textmodes/bibtex.el (bibtex-mode):
17790 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
17791 (sgml-auto-attributes):
17792 * textmodes/table.el (table-insert, table-shorten-cell)
17793 (table--generate-source-scan-lines, table-delete-row)
17794 (*table--cell-delete-char, table--spacify-frame)
17795 (table--horizontally-shift-above-and-below)
17796 (table--cell-insert-char, table--cell-blank-str)
17797 (table--fill-region-strictly):
17798 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
17799 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
17800
17801 * add-log.el (change-log):
17802 * apropos.el (apropos):
17803 * comint.el (comint-completion, comint-source):
17804 * dabbrev.el (dabbrev):
17805 * delim-col.el (columns):
17806 * diff-mode.el (diff-mode):
17807 * ediff.el (ediff):
17808 * ediff-diff.el (ediff-diff):
17809 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
17810 * ediff-mult.el (ediff-mult):
17811 * ediff-ptch.el (ediff-ptch):
17812 * ediff-wind.el (ediff-window):
17813 * facemenu.el (facemenu):
17814 * indent.el (indent):
17815 * info.el (info):
17816 * jka-cmpr-hook.el (compression, jka-compr):
17817 * lpr.el (lpr):
17818 * outline.el (outlines):
17819 * pcmpl-cvs.el (pcmpl-cvs):
17820 * pcmpl-rpm.el (pcmpl-rpm):
17821 * printing.el (printing):
17822 * ps-print.el (postscript, ps-print, ps-print-horizontal)
17823 (ps-print-vertical, ps-print-headers, ps-print-font)
17824 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
17825 (ps-print-background, ps-print-printer, ps-print-page)
17826 (ps-print-miscellany):
17827 * ses.el (ses):
17828 * shell.el (shell, shell-directories, shell-faces):
17829 * startup.el (initialization):
17830 * strokes.el (strokes):
17831 * term.el (term):
17832 * uniquify.el (uniquify):
17833 * w32-vars.el (w32):
17834 * calc/calc.el (calc):
17835 * emacs-lisp/bytecomp.el (bytecomp):
17836 * emacs-lisp/cl-indent.el (lisp-indent):
17837 * emacs-lisp/edebug.el (edebug):
17838 * emacs-lisp/elp.el (elp):
17839 * emacs-lisp/testcover.el (testcover):
17840 * emacs-lisp/trace.el (trace):
17841 * emulation/viper-ex.el (viper-ex):
17842 * emulation/viper-mous.el (viper-mouse):
17843 * mail/mailalias.el (mailalias):
17844 * mail/supercite.el (supercite, supercite-frames)
17845 (supercite-attr, supercite-cite, supercite-hooks):
17846 * net/rcompile.el (remote-compile):
17847 * net/rlogin.el (rlogin):
17848 * obsolete/ooutline.el (outlines):
17849 * progmodes/delphi.el (delphi):
17850 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
17851 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
17852 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
17853 (ebnf-optimization):
17854 * progmodes/etags.el (etags):
17855 * progmodes/executable.el (executable):
17856 * progmodes/idlwave.el (idlwave):
17857 * progmodes/pascal.el (pascal):
17858 * progmodes/prolog.el (prolog):
17859 * progmodes/python.el (python):
17860 * progmodes/scheme.el (scheme):
17861 * progmodes/sh-script.el (sh, sh-script):
17862 * progmodes/sql.el (SQL):
17863 * progmodes/tcl.el (tcl):
17864 * textmodes/bibtex.el (bibtex, bibtex-autokey):
17865 * textmodes/enriched.el (enriched):
17866 * textmodes/makeinfo.el (makeinfo):
17867 * textmodes/sgml-mode.el (sgml):
17868 * textmodes/table.el (table-hooks):
17869 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
17870 * textmodes/texinfo.el (texinfo):
17871 * textmodes/two-column.el (two-column):
17872 Finish `defgroup' description with period.
17873
17874 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
17875 * eshell/esh-var.el (eshell-var):
17876 * progmodes/vhdl-mode.el (vhdl-testbench):
17877 * textmodes/org.el (org): Fix typos in docstrings.
17878
17879 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
17880 consistency.
17881
17882 * progmodes/flymake.el (flymake-find-file): Remove.
17883 (flymake-float-time): Use `with-no-warnings'.
17884 (flymake-check-start-time, flymake-check-was-interrupted)
17885 (flymake-err-info, flymake-is-running, flymake-last-change-time)
17886 (flymake-new-err-info): `defvar' at compile time.
17887
17888 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
17889
17890 * replace.el (occur-hook): Doc fix.
17891 (occur-1): Don't call `occur-hook' if there are no matches.
17892
17893 2005-07-03 Richard M. Stallman <rms@gnu.org>
17894
17895 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
17896 global-map, save the same map.
17897 (global-map): Don't alter it at top level.
17898 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
17899 Then alter it here instead.
17900 (tpu-edt-off): Set global-map to the saved one.
17901
17902 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
17903 All references simplified.
17904 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
17905 (zmacs-regions): Add defvar.
17906 (repeat-complex-command-map): Everything about that deleted.
17907
17908 * textmodes/artist.el (artist-key-is-drawing)
17909 (artist-key-endpoint1, artist-key-poly-point-list)
17910 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
17911 (artist-key-compl-table, artist-rb-save-data)
17912 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
17913 Don't put them in eval-when-compile.
17914 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
17915
17916 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
17917 Use with-no-warnings.
17918
17919 * net/browse-url.el (dos-windows-version): Add defvar.
17920
17921 * mail/supercite.el (filladapt-prefix-table): Add defvar.
17922
17923 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
17924 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
17925 (rmail-new-summary-line-count): Rename from new-summary-line-count.
17926 Add defvar.
17927 (rmail-summary-beginning-of-message): Use with-no-warnings.
17928 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
17929
17930 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
17931 Use with-no-warnings.
17932
17933 * emulation/vi.el (vi-mark-region): Use c-mark-function.
17934 (c-mark-function): Add point-moving-unit property.
17935 (vi-goto-line): Use with-no-warnings.
17936
17937 * emulation/edt.el (edt-last-copied-word): Add defvar.
17938 (zmacs-region-stays): Likewise.
17939 (edt-mark-section-wisely): Use c-mark-function for C.
17940 Use makr-defun for Fortran.
17941 (time-string): defvar deleted.
17942 (edt-display-the-time): Don't set time-string.
17943
17944 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
17945
17946 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
17947 Don't warn when name is not constant
17948 or for defining the group `emacs'.
17949
17950 * tooltip.el (gud-tooltip-mode): Add defvar.
17951
17952 * startup.el (default-frame-background-mode): Add defvar.
17953
17954 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
17955
17956 * info.el (tool-bar-map): Add defvar.
17957
17958 * dired.el (dnd-protocol-alist): Add defvar.
17959
17960 * dired-aux.el (dired-query): Display question with answer, when
17961 the user answers.
17962
17963 * custom.el (custom-add-option): Doc fix.
17964
17965 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
17966
17967 2005-07-03 Eli Zaretskii <eliz@gnu.org>
17968
17969 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
17970 bogus name from the last change.
17971
17972 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
17973
17974 * custom.el (custom-declare-variable): Fix typos in comment.
17975 (custom-known-themes): Doc fix.
17976 (custom-theme-directory): New defcustom.
17977 (require-theme): Make it check `custom-theme-directory'.
17978
17979 * cus-theme.el (custom-new-theme-mode): New function.
17980 (custom-theme-name, custom-theme-variables, custom-theme-faces)
17981 (custom-theme-description): Add compiler defvars.
17982 (customize-create-theme): Add doc to the "*New Custom Theme*"
17983 buffer. Use `custom-new-theme-mode'.
17984 (custom-theme-write): Put the created buffer in emacs-lisp-mode
17985 and save it to the `custom-theme-directory'. Make this the
17986 default directory of the buffer.
17987
17988 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
17989
17990 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
17991 Fix unbalanced parentheses.
17992
17993 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
17994
17995 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
17996 into flymake-mode and delegate to flymake-mode.
17997
17998 * find-file.el (ff-which-function-are-we-in): Clean up.
17999
18000 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
18001
18002 * replace.el (occur-rename-buffer): Fix docstring.
18003
18004 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
18005 (edt-last-copied-word, edt-learn-macro-count)
18006 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
18007 (edt-rect-start-point, edt-user-global-map, rect-start-point)
18008 (time-string, zmacs-region-stays):
18009 * emulation/edt-mapper.el (edt-save-function-key-map)
18010 (EDT-key-name): `defvar' to silence the byte-compiler.
18011
18012 2005-07-02 Martin Rudalics <rudalics@gmx.at>
18013
18014 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
18015 font-lock-regexp-backslash. Doc fix.
18016 (font-lock-regexp-backslash-grouping-construct): Rename from
18017 font-lock-regexp-backslash-construct. Doc fix.
18018 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
18019 grouping constructs.
18020
18021 2005-07-02 Eli Zaretskii <eliz@gnu.org>
18022
18023 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
18024 updating all the prerequisites.
18025
18026 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
18027
18028 * textmodes/org.el (org-agenda-start-on-weekday)
18029 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
18030 (org-agenda-use-time-grid, org-archive-location)
18031 (org-allow-space-in-links, org-usenet-links-prefer-google)
18032 (org-enable-table-editor, org-export-default-language)
18033 (org-export-html-show-new-buffer, org-fill-paragraph)
18034 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
18035 (org-goto-quit, org-occur, org-eval-in-calendar)
18036 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
18037 (org-agenda-diary-entry, org-remember-help)
18038 (org-table-convert-region, org-at-table-p)
18039 (org-table-move-row-down, org-table-move-row-up)
18040 (org-table-copy-region, org-table-toggle-vline-visibility)
18041 (org-table-get-stored-formulas, org-table-get-specials)
18042 (org-recalc-commands, org-table-eval-formula)
18043 (org-table-formula-substitute-names, orgtbl-make-binding)
18044 (org-format-org-table-html, org-format-table-table-html)
18045 (org-format-table-table-html-using-table-generate-source)
18046 (org-customize): Fix typos in docstrings.
18047 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
18048 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
18049 (org-back-to-heading): Doc fixes.
18050 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
18051 (org-agenda-change-all-lines, org-get-header):
18052 Improve argument/docstring consistency.
18053 (orgtbl-error): Fix error message.
18054
18055 * progmodes/flymake.el (flymake-find-possible-master-files)
18056 (flymake-master-file-compare, flymake-get-line-err-count)
18057 (flymake-highlight-line, flymake-gui-warnings-enabled):
18058 Fix typos in docstrings.
18059 (flymake-parse-line, flymake-get-project-include-dirs-function)
18060 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
18061 Doc fixes.
18062 (flymake-get-project-include-dirs-function)
18063 (flymake-make-err-menu-data):
18064 Improve argument/docstring consistency.
18065
18066 2005-07-01 Lute Kamstra <lute@gnu.org>
18067
18068 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
18069 Catch errors with ignore-errors. Use temporary buffer.
18070 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
18071
18072 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
18073 background color faces.
18074 (facemenu-set-foreground, facemenu-set-background):
18075 Use facemenu-set-face-from-menu.
18076 (facemenu-set-face-from-menu): Treat face names that start with
18077 "fg:" or "bg:" as special.
18078 (facemenu-add-new-color): Don't create faces. Simplify.
18079
18080 2005-06-30 Richard M. Stallman <rms@gnu.org>
18081
18082 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
18083 (crm-find-current-element): Likewise.
18084
18085 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
18086
18087 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
18088
18089 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
18090
18091 * arc-mode.el (archive-extract): Make it work as a mouse binding.
18092 (archive-mouse-extract): Make it an obsolete alias.
18093 (archive-mode-map): Don't use archive-mouse-extract any more.
18094 (archive-mode, archive-extract): write-contents-hooks ->
18095 write-contents-functions.
18096 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
18097 first arg.
18098 (archive-rename-entry): Update the call.
18099 (archive-zip-summarize): Remove unused var `method'.
18100 (archive-lzh-summarize): Remove unused var `creator'.
18101
18102 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
18103 dedicated frame upon exit.
18104
18105 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
18106 (archive-zip-extract, archive-zip-expunge)
18107 (archive-zip-update, archive-zip-update-case): Use executable-find.
18108 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
18109 Use restore-buffer-modified-p.
18110 (archive-extract, archive-add-new-member, archive-write-file-member):
18111 Use with-current-buffer.
18112 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
18113
18114 2005-06-30 Andreas Schwab <schwab@suse.de>
18115
18116 * progmodes/gud.el (gud-filter): Remove unneeded progn.
18117
18118 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18119
18120 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
18121
18122 2005-06-30 Juri Linkov <juri@jurta.org>
18123
18124 * faces.el (vertical-border): Inherit from mode-line-inactive
18125 only on tty.
18126
18127 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
18128
18129 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
18130 example, -NLINES in the `occur' docstring).
18131
18132 * replace.el (occur-1): When no matches are found, do not set the
18133 `buffer-read-only' and modified flags for the occur buffer,
18134 because it is deleted.
18135
18136 * emulation/cua-base.el (cua-check-pending-input)
18137 (cua-repeat-replace-region, cua-mode, cua-debug)
18138 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
18139 Fix typos in docstrings.
18140
18141 * emulation/cua-gmrk.el (cua-toggle-global-mark)
18142 (cua-cut-region-to-global-mark)
18143 (cua--cut-rectangle-to-global-mark):
18144 Remove period from end of messages.
18145
18146 * emulation/cua-rect.el (cua-do-rectangle-padding):
18147 Remove period from end of messages.
18148 (cua--rectangle-seq-format): Fix typo in docstring.
18149 (cua-sequence-rectangle, cua-fill-char-rectangle):
18150 Improve argument/docstring consistency.
18151
18152 2005-06-29 Juri Linkov <juri@jurta.org>
18153
18154 * faces.el (default-frame-background-mode): New internal variable.
18155 (frame-set-background-mode): Use it.
18156
18157 * startup.el (normal-top-level): Set default-frame-background-mode
18158 instead of frame-background-mode. Before setting it, test for its
18159 nil value. Remove tests for frame-background-mode and frame
18160 parameter `reverse'. Add test for "unspecified-fg".
18161
18162 * term/xterm.el (xterm-rxvt-set-background-mode):
18163 * term/rxvt.el (rxvt-set-background-mode):
18164 Set default-frame-background-mode instead of frame-background-mode.
18165
18166 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
18167
18168 * simple.el (set-variable): Warn about obsolete user variables.
18169
18170 * imenu.el (imenu--completion-buffer):
18171 * mouse.el (mouse-buffer-menu-alist):
18172 * msb.el (msb-invisible-buffer-p):
18173 * calendar/diary-lib.el (diary-header-line-format):
18174 * emacs-lisp/pp.el (pp-buffer):
18175 * progmodes/cperl-mode.el (cperl-do-auto-fill):
18176 * textmodes/picture.el (picture-replace-match):
18177 Change space constants followed by a sexp to "?\s ".
18178
18179 * play/decipher.el (decipher-loop-with-breaks):
18180 * textmodes/texinfo.el (texinfo-insert-@item): Change space
18181 constants "protected" from end of line by a comment to "?\s".
18182
18183 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
18184
18185 * font-lock.el (save-buffer-state): Use `declare'.
18186
18187 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
18188 reset the syntax-table to cperl-mode-syntax-table.
18189 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
18190 "foo_print_bar" is not matched as a reserved keyword.
18191
18192 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
18193
18194 * textmodes/org.el (orgtbl-setup): New function, for delayed
18195 setup for the orgtbl commands.
18196 (org-calc-default-modes): New option.
18197 (orgtbl-make-binding): Use `defun' to get better help display.
18198 (org-diary): Call `org-compile-prefix-format'.
18199 (org-table-formula-substitute-names): New function.
18200 (org-agenda-day-view, org-agenda-week-view): New commands.
18201 (org-agenda-toggle-week-view): Command removed.
18202 (org-tbl-menu): Split off from org-org-menu.
18203 (org-mode): Move removal of outline-mode menus to here.
18204 (org-table-formula-debug): New option.
18205 (org-table-insert-row): Keep first field if just "#" or "*".
18206 (org-mode): Paragraph regexps fixed.
18207 (org-table-recalculate-regexp): New constant.
18208 (org-table-justify-field-maybe): Avoid replace if not necessary.
18209 (org-copy-special, org-cut-special): Use `call-interactively'.
18210 (org-table-copy-region): Take region from `interactive' call.
18211 (org-trim): Return string even if no match.
18212 (org-formula): New face.
18213 (org-set-font-lock-defaults): No longer highlight "FIXME".
18214 But highlight formula-related fields in table.
18215 (org-table-p): Use regexp, not fontification.
18216 (org-table-align): Handle white space at end of line.
18217 (org-table-formula-evaluate-inline): New option.
18218 (org-mode): Auto-wrapping in comment lines turned off.
18219 (org-table-copy-down): Evaluate only in copied field, not in
18220 destination.
18221 (org-table-current-formula): Variable removed.
18222 (org-table-store-formulas, org-table-get-stored-formulas)
18223 (org-table-modify-formulas, org-table-replace-in-formulas)
18224 (org-table-maybe-eval-formula): New functions.
18225 (org-table-get-formula): Modify to use stored formulas.
18226 (org-table-insert-column, org-table-delete-column)
18227 (org-table-move-column): Call `org-table-modify-formulas'.
18228 (org-complete): Add completion for keyword formulas.
18229 (orgtbl-mode): Pull orgtbl-mode-map to start of
18230 minor-mode-map-alist.
18231
18232 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
18233
18234 * progmodes/python.el (python-check): Require `compile' before
18235 modifying its variables.
18236
18237 * newcomment.el (comment-indent-default): Don't get fooled by an early
18238 end of buffer.
18239
18240 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18241
18242 * ps-print.el (ps-print-version): Fix version number.
18243
18244 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
18245
18246 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
18247
18248 2005-06-28 Richard M. Stallman <rms@gnu.org>
18249
18250 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
18251 (flyspell-local-mouse-map): Declaration deleted.
18252 (flyspell-mouse-map): Bind only mouse-2.
18253 (flyspell-mode-map): Don't test flyspell-use-local-map.
18254 (flyspell-overlay-keymap-property-name): Var deleted.
18255 (flyspell-mode-on): Don't make local bindings for
18256 flyspell-mouse-map and flyspell-mode-map.
18257 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
18258
18259 * textmodes/ispell.el (ispell-word): Do not ignore short words.
18260
18261 * progmodes/compile.el (compilation-next-error-function):
18262 Don't switch buffers; operate on the current buffer.
18263
18264 * progmodes/compile.el (compilation-error-file-name)
18265 (compilation-warning-file-name, compilation-info-file-name)
18266 (compilation-line-number, compilation-column-number): New faces.
18267 (compilation-error-face, compilation-warning-face)
18268 (compilation-info-face, compilation-line-face)
18269 (compilation-column-face): Use them.
18270
18271 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
18272
18273 * comint.el (comint-password-prompt-regexp): Accept ", try again".
18274
18275 * bindings.el (global-map): Bind insertchar and its variants.
18276
18277 2005-06-27 Richard M. Stallman <rms@gnu.org>
18278
18279 * textmodes/artist.el (artist-text-overwrite)
18280 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
18281
18282 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18283
18284 * ps-print.el: It was not working the page selection for printing.
18285 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
18286 (ps-print-version): New version 6.6.7.
18287 (ps-end-sheet): New fun.
18288 (ps-header-sheet, ps-end-job): Call it.
18289
18290 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
18291
18292 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
18293
18294 2005-06-27 Lute Kamstra <lute@gnu.org>
18295
18296 * facemenu.el (facemenu-unlisted-faces): Add foreground and
18297 background color faces.
18298 (facemenu-get-face): Delete function.
18299 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
18300 (facemenu-add-new-color): Make second argument mandatory.
18301 Create the appropriate face and return it. Simplify.
18302 (facemenu-set-foreground, facemenu-set-background): Don't check if
18303 color is defined. Use return value of facemenu-add-new-color.
18304
18305 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
18306
18307 * progmodes/gud.el (gud-filter): Add missing argument to
18308 with-selected-window.
18309
18310 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
18311
18312 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
18313 a :require to the defcustom.
18314
18315 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
18316 defcustoms corresponding to minor modes.
18317
18318 2005-06-26 David Ponce <david@dponce.com>
18319
18320 * recentf.el: Require tree-widget instead of wid-edit.
18321 (recentf-filename-handler): Fix widget :type.
18322 (recentf-cancel-dialog, recentf-open-more-files)
18323 (recentf-open-files-action): Doc fix.
18324 (recentf-dialog-goto-first): New function.
18325 (recentf-dialog-mode-map): Set parent keymap first.
18326 (recentf-dialog-mode): Define with define-derived-mode.
18327 Don't display continuation lines in dialogs.
18328 (recentf-edit-list): Rename from recentf-edit-selected-items.
18329 (recentf-edit-list-select): Rename from recentf-edit-list-action.
18330 Simplify.
18331 (recentf-edit-list-validate): New function.
18332 (recentf-edit-list): Update accordingly.
18333 (recentf-open-files-item-shift): Remove.
18334 (recentf-open-files-item): Convert menu elements into tree and
18335 link widgets. Don't create the widgets.
18336 (recentf-open-files): Update accordingly.
18337 (recentf-save-list): Untabify.
18338
18339 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
18340
18341 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
18342 (keep-lines): Add INTERACTIVE arg. Never delete lines only
18343 partially contained in the active region. Do not take active
18344 region into account when called from Lisp, unless INTERACTIVE arg
18345 is non-nil. Use `forward-line' instead of `beginning-of-line' to
18346 avoid trouble with fields. Make marker point nowhere when no
18347 longer used. Always return nil. Doc fix.
18348 (flush-lines): Add INTERACTIVE arg. Do not take active region
18349 into account when called from Lisp, unless INTERACTIVE arg is
18350 non-nil. Use `forward-line' instead of `beginning-of-line' to
18351 avoid trouble with fields. Make marker point nowhere when no
18352 longer used. Always return nil. Doc fix.
18353 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
18354 interchangeable. Do not take active region into account when
18355 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
18356 message in echo area when called from Lisp, unless INTERACTIVE arg
18357 is non-nil. Avoid saying "1 occurrences". Do not use markers.
18358 Return the number of matches. Doc fix.
18359 (occur): Doc fix.
18360 (perform-replace): Make comment follow double space convention for
18361 the sake of `outline-minor-mode'.
18362
18363 * faces.el (facep): Doc fix.
18364
18365 2005-06-25 Richard M. Stallman <rms@gnu.org>
18366
18367 * facemenu.el (facemenu-enable-faces-p): New function.
18368 (facemenu-background-menu, facemenu-foreground-menu)
18369 (facemenu-face-menu): Add menu-enable property.
18370
18371 * jka-compr.el (jka-compr-insert-file-contents):
18372 Special handling if cannot find the uncompression program.
18373
18374 * cus-face.el (custom-face-attributes): Add autoload.
18375
18376 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18377 Bind comment-indent-function locally.
18378
18379 * window.el (save-selected-window): Use save-current-buffer.
18380
18381 * subr.el (with-selected-window): Use save-current-buffer.
18382
18383 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
18384 and with-current-buffer.
18385
18386 2005-06-24 Richard M. Stallman <rms@gnu.org>
18387
18388 * simple.el (line-move-1): Fix previous change.
18389
18390 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
18391
18392 * replace.el (occur-1): Set `buffer-read-only' and the
18393 buffer-modified flag before running `occur-hook' to protect
18394 against unintentional buffer switches that can lead to data loss.
18395
18396 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
18397
18398 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
18399 (gud-gdb-marker-filter): Use font-lock-warning-face for any
18400 initial error.
18401
18402 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
18403 after fresh input.
18404 (gdb-var-create-handler): Put name of expression in quotes.
18405
18406 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
18407
18408 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
18409 elements of RING in order, and without bogus nil elements.
18410
18411 2005-06-23 Richard M. Stallman <rms@gnu.org>
18412
18413 * simple.el (set-variable): Args renamed; doc fix.
18414 (line-move-1): When there are overlays around, use vertical-motion.
18415
18416 * faces.el (escape-glyph): Use brown against light background.
18417 (nobreak-space): Rename from no-break-space.
18418 Fix previous change.
18419
18420 * dired-aux.el (dired-do-copy): Fix arg prompt.
18421
18422 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
18423
18424 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
18425
18426 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
18427 rather than "Distributor".
18428
18429 2005-06-23 Lute Kamstra <lute@gnu.org>
18430
18431 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
18432 (debug-on-entry): Use it. New interactive declaration that uses
18433 function-called-at-point.
18434
18435 2005-06-23 Kim F. Storm <storm@cua.dk>
18436
18437 * subr.el (save-match-data): Add comment about using evaporate arg
18438 to set-match-data.
18439
18440 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
18441
18442 * cus-edit.el (customize-face)
18443 (customize-face-other-window): Handle face aliases.
18444
18445 * faces.el (face-documentation, set-face-attribute)
18446 (face-spec-set): Handle face aliases.
18447
18448 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
18449
18450 * help-mode.el (help-make-xrefs): If a symbol representing a face
18451 name is not followed by the word "face", it could still be a
18452 function or variable name, so don't bypass other checks.
18453
18454 2005-06-22 Juri Linkov <juri@jurta.org>
18455
18456 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
18457 Replace aliased functions with calls where second arg `inherit' is t.
18458
18459 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
18460
18461 * progmodes/gdb-ui.el (gdb-error): New variable.
18462 (gdb-error): New function.
18463 (gdb-annotation-rules): Act on error-begin and error annotations.
18464 (gdb-concat-output): Use font-lock-warning-face for errors.
18465
18466 2005-06-22 Miles Bader <miles@gnu.org>
18467
18468 * bindings.el (propertized-buffer-identification): Use renamed
18469 `Buffer-menu-buffer' face.
18470
18471 * faces.el (vertical-border): Rename from `vertical-divider'.
18472 (escape-glyph): Change dark-background color back to `cyan'.
18473
18474 2005-06-21 Juri Linkov <juri@jurta.org>
18475
18476 * faces.el (face-user-default-spec): Try getting `customized-face'
18477 prior to `saved-face'.
18478 (frame-background-mode): Refill docstring.
18479
18480 * emacs-lisp/lisp-mode.el (eval-defun-1):
18481 * emacs-lisp/edebug.el (edebug-eval-defun):
18482 Set `saved-face' temporarily to nil before calling form.
18483 Set `customized-face' to the new spec after that.
18484
18485 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
18486
18487 * subr.el (1value, lambda, key-substitution-in-progress):
18488 Doc fixes.
18489
18490 * autoinsert.el (auto-insert-alist):
18491 * ses.el (ses-call-printer):
18492 * subr.el (noreturn):
18493 * emacs-lisp/lisp.el (check-parens):
18494 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
18495 * net/browse-url.el (browse-url-mosaic):
18496 * progmodes/cc-defs.el (c-safe-scan-lists):
18497 * progmodes/ebnf-abn.el (ebnf-abn-lex):
18498 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
18499 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
18500 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
18501 * progmodes/ebnf-iso.el (ebnf-iso-lex):
18502 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
18503
18504 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
18505
18506 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
18507
18508 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
18509
18510 * calendar/appt.el (appt-make-list): Activate the package, if
18511 not already active (for backwards compatibility).
18512
18513 2005-06-20 Kim F. Storm <storm@cua.dk>
18514
18515 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
18516
18517 2005-06-20 Miles Bader <miles@gnu.org>
18518
18519 * faces.el (vertical-divider): New face.
18520
18521 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
18522
18523 * simple.el (kill-whole-line): Doc fix.
18524 (next-error-buffer-p, next-error-find-buffer)
18525 (clone-indirect-buffer): Fix typos in docstrings.
18526 (comment-line-break-function): Doc fix: don't say variable
18527 is automatically buffer-local (it isn't).
18528
18529 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
18530
18531 * net/tramp-ftp.el (top):
18532 * net/tramp-smb.el (top):
18533 * net/tramp-util.el (top):
18534 * net/tramp-uu.el (top):
18535 * net/tramp-vc.el (top):
18536 * net/tramp.el (top): Revert copyright years back to original
18537 ones. Tramp has a life outside GNU Emacs.
18538
18539 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
18540
18541 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
18542
18543 2005-06-18 Juri Linkov <juri@jurta.org>
18544
18545 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
18546 end of first regexp to limit the match to the position between
18547 line number and source line with same separator character as used
18548 between file name and line number. In the second regexp limit
18549 mouse-face area to file name and line number by adding new group
18550 for them and referring it in HYPERLINK arg.
18551 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
18552 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
18553 previous line where grep markers may be already removed.
18554
18555 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
18556
18557 * progmodes/ps-mode.el: Update version and maintainer's email address.
18558
18559 2005-06-18 Steve Youngs <steve@xemacs.org>
18560
18561 * net/browse-url.el (browse-url-browser-function)
18562 (browse-url-default-browser): Add firefox.
18563 (browse-url-firefox-program, browse-url-firefox-arguments)
18564 (browse-url-firefox-startup-arguments)
18565 (browse-url-firefox-new-window-is-tab): New defcustoms.
18566 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
18567
18568 2005-06-17 Richard M. Stallman <rms@gnu.org>
18569
18570 * startup.el (command-line): Warn if specified user name has
18571 no home directory.
18572
18573 * term.el (term-get-old-input, term-input-filter, term-input-sender)
18574 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
18575
18576 * longlines.el (longlines-mode, longlines-show-hard-newlines):
18577 Doc fixes.
18578
18579 * faces.el (underline): Try bold if terminal doesn't support underline.
18580
18581 * mail/sendmail.el (mail-setup-with-from): New variable.
18582 (mail-insert-from-field): New function.
18583 (sendmail-send-it): Call it.
18584 (mail-setup): Optionally call it here.
18585
18586 * term/linux.el: Call tty-no-underline.
18587
18588 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
18589
18590 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
18591
18592 2005-06-17 Miles Bader <miles@gnu.org>
18593
18594 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
18595 (ediff-current-diff-C, ediff-current-diff-Ancestor)
18596 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
18597 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
18598 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
18599 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
18600 Remove "-face" suffix from face names.
18601 (ediff-current-diff-face-A, ediff-current-diff-face-B)
18602 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18603 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18604 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18605 (ediff-even-diff-face-A, ediff-even-diff-face-B)
18606 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18607 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18608 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18609 New backward-compatibility aliases for renamed faces.
18610 (ediff-current-diff-face-A, ediff-current-diff-face-B)
18611 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18612 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18613 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18614 (ediff-even-diff-face-A, ediff-even-diff-face-B)
18615 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18616 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18617 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18618 Use renamed ediff faces.
18619
18620 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
18621 Remove "-face" suffix from face names.
18622 (eshell-test-ok-face, eshell-test-failed-face):
18623 New backward-compatibility aliases for renamed faces.
18624 (eshell-run-test): Use renamed eshell-test faces.
18625
18626 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
18627 face name.
18628 (eshell-prompt-face): New backward-compatibility alias for renamed
18629 face.
18630 (eshell-emit-prompt): Use renamed eshell-prompt face.
18631
18632 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
18633 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
18634 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
18635 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
18636 Remove "-face" suffix from face names.
18637 (eshell-ls-directory-face, eshell-ls-symlink-face)
18638 (eshell-ls-executable-face, eshell-ls-readonly-face)
18639 (eshell-ls-unreadable-face, eshell-ls-special-face)
18640 (eshell-ls-missing-face, eshell-ls-archive-face)
18641 (eshell-ls-backup-face, eshell-ls-product-face)
18642 (eshell-ls-clutter-face):
18643 New backward-compatibility aliases for renamed faces.
18644 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
18645
18646 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
18647 Remove "-face" suffix from face name.
18648 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
18649 instead of literal face.
18650
18651 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
18652
18653 * emacs-lisp/warnings.el (display-warning, lwarn)
18654 (warning-minimum-log-level): Doc fixes.
18655 (warning-minimum-level, warning-minimum-log-level):
18656 Add :debug to :type choices.
18657
18658 * progmodes/ada-mode.el (ada-format-paramlist)
18659 (ada-get-indent-case, ada-check-matching-start)
18660 (ada-check-defun-name, ada-goto-matching-decl-start)
18661 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
18662 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
18663 (ada-make-subprogram-body): Follow error conventions.
18664 (ada-case-exception-file, ada-indent-comment-as-code)
18665 (ada-indent-handle-comment-special, ada-indent-renames)
18666 (ada-indent-return, ada-search-directories-internal)
18667 (ada-tab-policy, ada-case-exception-substring)
18668 (ada-other-file-alist, ada-matching-start-re)
18669 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
18670 (ada-imenu-generic-expression, ada-compile-goto-error)
18671 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
18672 (ada-popup-menu, ada-add-extensions, ada-mode)
18673 (ada-region-selected, ada-create-case-exception)
18674 (ada-create-case-exception-substring, ada-after-keyword-p)
18675 (ada-activate-keys-for-case, ada-adjust-case-region)
18676 (ada-adjust-case-buffer, ada-format-paramlist)
18677 (ada-scan-paramlist, ada-insert-paramlist)
18678 (ada-indent-newline-indent)
18679 (ada-indent-newline-indent-conditional)
18680 (ada-justified-indent-current, ada-goto-previous-word)
18681 (ada-indent-current, ada-get-indent-open-paren)
18682 (ada-get-indent-paramlist, ada-get-indent-end)
18683 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
18684 (ada-get-indent-block-start, ada-get-indent-subprog)
18685 (ada-get-indent-noindent, ada-get-indent-label)
18686 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
18687 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
18688 (ada-goto-stmt-end, ada-goto-next-word)
18689 (ada-check-matching-start, ada-check-defun-name)
18690 (ada-goto-matching-decl-start, ada-goto-matching-start)
18691 (ada-goto-matching-end, ada-search-ignore-string-comment)
18692 (ada-in-decl-p, ada-looking-at-semi-or)
18693 (ada-looking-at-semi-private, ada-in-paramlist-p)
18694 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
18695 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
18696 (ada-next-procedure, ada-previous-procedure, ada-next-package)
18697 (ada-previous-package, ada-create-menu)
18698 (ada-fill-comment-paragraph-justify)
18699 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
18700 (ada-other-file-name, ada-last-which-function-line)
18701 (ada-last-which-function-subprog, ada-which-function)
18702 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
18703 (ada-gen-treat-proc, ada-check-emacs-version)
18704 (ada-continuation-indent, ada-align-region-separate):
18705 Fix typos in docstrings.
18706 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
18707
18708 2005-06-16 Lute Kamstra <lute@gnu.org>
18709
18710 * simple.el (fundamental-mode): Run after-change-major-mode-hook
18711 conditionally.
18712
18713 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
18714
18715 * comint.el (comint-replace-by-expanded-filename)
18716 (comint-prompt-regexp, comint-delimiter-argument-list)
18717 (comint-preinput-scroll-to-bottom):
18718 * info.el (Info-hide-cookies-node):
18719 * ls-lisp.el (ls-lisp-classify):
18720 * find-file.el (ff-search-directories, ff-special-constructs)
18721 (ff-find-other-file):
18722 * font-lock.el (font-lock-keywords):
18723 * shell.el (shell-prompt-pattern)
18724 (shell-dynamic-complete-functions, shell-mode)
18725 (shell-delimiter-argument-list):
18726 * term.el (term-replace-by-expanded-filename)
18727 (term-prompt-regexp, term-delimiter-argument-list):
18728 * woman.el (woman-ignore, woman0-if):
18729 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
18730 * emacs-lisp/elint.el (elint-init-env):
18731 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
18732 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
18733 * language/ethio-util.el (ethio-tilde-escape)
18734 (ethio-use-three-dot-question):
18735 * net/zone-mode.el (zone-mode-load-time-setup):
18736 * progmodes/cc-align.el (c-lineup-argcont):
18737 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
18738 * progmodes/cperl-mode.el (cperl-set-style-back):
18739 * progmodes/inf-lisp.el (inferior-lisp-prompt):
18740 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
18741 Fix spellings in docstrings.
18742
18743 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
18744 * progmodes/modula2.el (m2-for): Fix spellings.
18745
18746 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
18747
18748 * simple.el (undo-more): Don't use `format' on `error' arguments.
18749 Improve argument/docstring consistency.
18750 (pending-undo-list): Doc fix.
18751
18752 * smerge-mode.el (smerge-ensure-match):
18753 * emulation/vip.el (vip-ex):
18754 * net/zone-mode.el (zone-mode-update-serial):
18755 * progmodes/idlwave.el (idlwave-complete):
18756 * progmodes/vhdl-mode.el (vhdl-visit-file)
18757 (vhdl-compose-wire-components):
18758 Don't use `format' on `error' arguments.
18759
18760 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
18761 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
18762 (tooltip-help-tips): Fix typos in docstrings.
18763
18764 2005-06-16 David Ponce <david@dponce.com>
18765
18766 * tree-widget.el (tree-widget-value-create): Simplify last change.
18767
18768 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
18769
18770 * ido.el (ido-incomplete-regexp): New variable.
18771 (ido-set-matches-1): Handle invalid-regexp error and set
18772 ido-incomplete-regexp.
18773 (ido-incomplete-regexp): New face.
18774 (ido-completions): Use it.
18775 (ido-complete, ido-exit-minibuffer, ido-completions):
18776 Handle incomplete regexps.
18777 (ido-completions): Add check for complete match when entering a regexp.
18778
18779 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18780
18781 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
18782
18783 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18784
18785 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
18786 by field delimiters.
18787
18788 2005-06-15 David Ponce <david@dponce.com>
18789
18790 * tree-widget.el: eval-and-compile inlined functions so they will
18791 be available at run-time too.
18792 (tree-widget-super-format-handler)
18793 (tree-widget-format-handler): Remove.
18794 (tree-widget-value-create): Handle the :indent property.
18795
18796 2005-06-15 Miles Bader <miles@gnu.org>
18797
18798 * progmodes/which-func.el (which-func): Only inherit
18799 `font-lock-function-name-face' when that makes sense against the
18800 default mode-line face, otherwise set the face color explicitly.
18801
18802 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
18803 faces instead of (non-existent) variables.
18804
18805 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
18806
18807 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
18808 (iswitchb-get-matched-buffers): Likewise. Simplify.
18809
18810 2005-06-14 Miles Bader <miles@gnu.org>
18811
18812 * progmodes/ld-script.el (ld-script-location-counter):
18813 Remove "-face" suffix from face name.
18814 (ld-script-location-counter-face):
18815 New backward-compatibility alias for renamed face.
18816 (ld-script-location-counter-face): Use renamed face.
18817
18818 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
18819 (cperl-hash): Remove "-face" suffix from face names.
18820 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
18821 New backward-compatibility aliases for renamed faces.
18822 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
18823 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
18824
18825 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
18826 name.
18827 (which-func-face): New backward-compatibility alias for renamed face.
18828 (which-func-format): Use renamed which-func face.
18829
18830 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
18831 (vhdl-function, vhdl-directive, vhdl-reserved-word)
18832 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
18833 names.
18834 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
18835 (vhdl-speedbar-configuration, vhdl-speedbar-package)
18836 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
18837 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
18838 (vhdl-speedbar-architecture-selected)
18839 (vhdl-speedbar-configuration-selected)
18840 (vhdl-speedbar-package-selected)
18841 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
18842 names.
18843 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
18844 Use renamed faces.
18845 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
18846 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
18847 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
18848 Use renamed faces.
18849 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
18850 names.
18851 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
18852 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
18853 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
18854 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
18855 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
18856 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
18857
18858 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
18859 face name.
18860 (sh-heredoc-face): New backward-compatibility alias for renamed face.
18861 (sh-heredoc-face): Use renamed sh-heredoc face.
18862
18863 * progmodes/idlw-help.el (idlwave-help-link):
18864 Remove "-face" suffix from face name.
18865 (idlwave-help-link-face):
18866 New backward-compatibility alias for renamed face.
18867 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
18868
18869 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
18870 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
18871 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
18872 New backward-compatibility aliases for renamed faces.
18873 (idlwave-shell-disabled-breakpoint-face)
18874 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
18875
18876 * progmodes/flymake.el (flymake-errline, flymake-warnline):
18877 Remove "-face" suffix from face names.
18878 (flymake-errline-face, flymake-warnline-face):
18879 New backward-compatibility aliases for renamed faces.
18880 (flymake-highlight-line): Use renamed flymake faces.
18881
18882 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
18883 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
18884 (ebrowse-member-class, ebrowse-progress):
18885 Remove "-face" suffix from face names.
18886 (ebrowse-tree-mark-face, ebrowse-root-class-face)
18887 (ebrowse-file-name-face, ebrowse-default-face)
18888 (ebrowse-member-attribute-face, ebrowse-member-class-face)
18889 (ebrowse-progress-face):
18890 New backward-compatibility aliases for renamed faces.
18891 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
18892 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
18893 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
18894 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
18895
18896 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
18897 antlr-syntax)
18898 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
18899 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
18900 names.
18901 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
18902 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
18903 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
18904 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
18905 backward-compatibility aliases for renamed faces.
18906 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
18907 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
18908 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
18909 remove "font-lock-". Use renamed antlr-mode faces.
18910 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
18911 literal face-names with face variable references.
18912
18913 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
18914 face name.
18915 (Buffer-menu-buffer-face): New backward-compatibility alias for
18916 renamed face.
18917 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
18918
18919 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
18920
18921 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
18922 Eliminate "-face" suffix.
18923 (makefile-targets): Inherit from font-lock-function-name-face and
18924 eliminate "-face" suffix.
18925 (makefile-shell): Remove attributes and eliminate "-face" suffix.
18926 (makefile-*-font-lock-keywords): Append makefile-targets in rule
18927 actions, instead of prepending, to make it less visible.
18928 (makefile-previous-dependency, makefile-match-dependency):
18929 Don't match a target on a continuation line.
18930
18931 * files.el (auto-mode-alist): Put Makefile in gmake mode.
18932
18933 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
18934
18935 * progmodes/gdb-ui.el (menu): Re-order menu items.
18936 (gdb-tooltip-print): Respect tooltip-use-echo-area.
18937
18938 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
18939 Define in tooltip.el.
18940 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
18941 (gud-tooltip-tips): Respect tooltip-use-echo-area and
18942 gud-tooltip-echo-area.
18943
18944 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
18945 backward compatibility and make obsolete.
18946 (tooltip-help-tips): Use tooltip-use-echo-area.
18947 (tooltip-show-help-function): Rename to...
18948 (tooltip-show-help): ...this, because it is a function.
18949 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
18950
18951 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
18952
18953 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
18954 (edebug-print-length, edebug-print-level, edebug-print-circle)
18955 (edebug-modify-breakpoint, edebug-eval-last-sexp)
18956 (edebug-eval-print-last-sexp): Doc fixes.
18957
18958 2005-06-14 Kim F. Storm <storm@cua.dk>
18959
18960 * ido.el (ido-mode): Make a new keymap every time we enable ido,
18961 as the coverage buffer/file/both may change.
18962
18963 2005-06-14 Lute Kamstra <lute@gnu.org>
18964
18965 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
18966 and run-mode-hooks. Simplify.
18967
18968 * mail/rmailedit.el (rmail-edit-mode):
18969 * progmodes/octave-inf.el (inferior-octave-mode):
18970 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
18971
18972 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
18973 and run-mode-hooks.
18974 (recentf-edit-list, recentf-open-files): Don't call
18975 kill-all-local-variables directly.
18976
18977 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
18978
18979 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
18980
18981 * emacs-lisp/byte-run.el (make-obsolete)
18982 (define-obsolete-function-alias): Rename arguments FUNCTION and
18983 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
18984 (make-obsolete-variable, define-obsolete-variable-alias):
18985 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
18986 respectively.
18987
18988 * isearchb.el (isearchb-activate):
18989 * pcvs.el (cvs-mode):
18990 * ses.el (ses-load):
18991 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
18992 * net/tramp.el (tramp-find-file-exists-command)
18993 (tramp-find-shell):
18994 * progmodes/ada-mode.el (ada-create-case-exception)
18995 (ada-create-case-exception-substring, ada-make-subprogram-body):
18996 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
18997 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
18998 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
18999 * textmodes/org.el (org-promote, org-evaluate-time-range)
19000 (org-agenda-next-date-line, org-agenda-previous-date-line)
19001 (org-agenda-error, org-open-at-point, org-table-move-row)
19002 (org-format-table-table-html-using-table-generate-source)
19003 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
19004 * textmodes/reftex.el (reftex-access-scan-info):
19005 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
19006 (reftex-toc-promote-prepare): Follow error conventions.
19007
19008 * diff-mode.el (diff-mode): Fix typo in docstring.
19009
19010 * forms.el (forms--intuit-from-file): Fix reference to
19011 `forms-number-of-fields' in error message.
19012 (forms-print): Fix quoting in error message.
19013
19014 * forms.el (forms-mode):
19015 * emulation/vi.el (vi-goto-insert-state):
19016 * progmodes/flymake.el (flymake-new-err-info)
19017 (flymake-start-syntax-check-for-current-buffer)
19018 (flymake-simple-cleanup):
19019 * eshell/esh-var.el (eshell/export):
19020 * progmodes/gud.el (xdb):
19021 * textmodes/flyspell.el (flyspell-incorrect-hook)
19022 (flyspell-maybe-correct-transposition)
19023 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
19024
19025 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
19026
19027 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
19028 minibuffer prompt.
19029
19030 2005-06-13 Kim F. Storm <storm@cua.dk>
19031
19032 * subr.el (add-to-ordered-list): New defun.
19033
19034 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
19035 add cua--keymap-alist to emulation-mode-map-alists.
19036
19037 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
19038
19039 * subr.el (complete-in-turn): New macro.
19040 (dynamic-completion-table, lazy-completion-table): Add debug info.
19041
19042 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
19043 in preference to face aliases.
19044
19045 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
19046 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
19047 Remove unused vars `start' and `firstline'.
19048 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
19049 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
19050
19051 2005-06-13 Eli Zaretskii <eliz@gnu.org>
19052
19053 * cus-start.el (all): Don't complain about missing GTK-related
19054 variables, unless either `gtk' is boundp or this isn't a
19055 `windows-nt' build.
19056
19057 2005-06-13 Lute Kamstra <lute@gnu.org>
19058
19059 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
19060 run-mode-hooks.
19061
19062 * ediff-mult.el (ediff-meta-mode):
19063 * ediff-util.el (ediff-mode): Use run-mode-hooks.
19064
19065 * ledit.el (ledit-mode): Use delay-mode-hooks.
19066
19067 * woman.el (woman-mode-line-format): Delete constant.
19068 (woman-mode-map): Initialize it properly.
19069 (woman-mode): Set mode-class property to special.
19070 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
19071 Set major-mode and mode-name. Don't set mode-line-format directly.
19072 (Man-getpage-in-background): Don't reference woman-mode-line-format.
19073
19074 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
19075 string argument obsolete.
19076
19077 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
19078
19079 * textmodes/org.el (org-CUA-compatible): New option.
19080 (org-disputed-keys): New variable.
19081 (org-key): New function.
19082 (orgtbl-make-binding): Add docstring to the created function.
19083 (org-mode): Set paragraph start/separate regexps.
19084 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
19085 (org-archive-location, org-archive-mark-done)
19086 (org-archive-stamp-time): New options.
19087 (org-archive-subtree): New command.
19088 (org-fill-paragraph): New function.
19089 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
19090 (org-fake-empty-table-line): Function removed.
19091 (org-format-org-table-html): Do not create empty table lines at
19092 separator lines. Improved table header treatment.
19093 (org-link-format): New option.
19094 (org-make-link): New function.
19095 (org-insert-link, org-store-link): Use org-make-link.
19096 (org-open-file): Quote file name for shell command, to allow
19097 spaces in file names.
19098 (org-link-regexp): Fix bug with mailto link.
19099 (org-link-maybe-angles-regexp, org-protected-link-regexp):
19100 New constants.
19101 (org-export-as-html): Deal with the optional angles around a link.
19102 Better treatment of file: links.
19103 (org-open-at-point): Replace @{ and @} with < and >.
19104 (org-run-mode-hooks): Function removed.
19105 (org-agenda-mode): No longer use `org-run-mode-hooks'.
19106
19107 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
19108
19109 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
19110 MI command -data-list-register-values.
19111 (gdb-post-prompt): Indent properly.
19112
19113 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
19114
19115 * hilit-chg.el (highlight-changes-colors): Rename from
19116 `highlight-changes-colours'.
19117 (highlight-changes-colours): Keep as obsolete alias.
19118 (highlight-changes-face-list): Doc fix.
19119 (hilit-chg-make-list): Use `highlight-changes-colors'.
19120
19121 2005-06-12 Mark A. Hershberger <mah@everybody.org>
19122
19123 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
19124 defun-prompt-regexp.
19125
19126 2005-06-12 Eli Zaretskii <eliz@gnu.org>
19127
19128 * loadup.el: Don't say we are dumping under 2 names on windows-nt
19129 and cygwin.
19130
19131 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
19132 Don't use an old loaddefs.el, as in Makefile.in.
19133
19134 2005-06-12 Lute Kamstra <lute@gnu.org>
19135
19136 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
19137
19138 * man.el (Man-mode-map): Initialize it properly.
19139 (Man-mode): Set mode-class property to special.
19140
19141 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
19142
19143 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
19144
19145 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
19146 A newline is needed in the docstring there.
19147
19148 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
19149 Doc fixes.
19150
19151 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19152
19153 * printing.el: Doc fix. The menubar is no more changed when printing
19154 is loaded, it only changes when pr-menu-bind or pr-update-menus is
19155 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
19156 (pr-version): New version number (6.8.4).
19157 (pr-menu-bind): New command.
19158 (pr-update-menus): Docstring and code fix.
19159 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
19160 Docstring fix.
19161 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
19162 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
19163
19164 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
19165
19166 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
19167 "Returns" to "return", document useful return values, etc.
19168
19169 2005-06-11 Alan Mackenzie <acm@muc.de>
19170
19171 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
19172 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
19173 (adaptive-file-function): Minor amendment to doc-string.
19174
19175 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19176
19177 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
19178 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
19179 Fix :type--it is `integer', not `string'.
19180
19181 * faces.el (modeline-highlight): Rename from (the erroneous)
19182 `modeline-higilight'.
19183
19184 2005-06-11 Lute Kamstra <lute@gnu.org>
19185
19186 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
19187 lisp-interaction-mode-map but make it the parent.
19188 (edebug-eval-mode): Use define-derived-mode.
19189
19190 2005-06-11 Andreas Schwab <schwab@suse.de>
19191
19192 * bindings.el: Add binding of `ESC functionkey' for every
19193 `M-functionkey'.
19194 * hexl.el (hexl-mode-map): Likewise.
19195
19196 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
19197
19198 * progmodes/compile.el (compilation-error-regexp-alist-alist)
19199 [msft]: update regexp for newer msft compilers.
19200
19201 2005-06-10 Mark A. Hershberger <mah@everybody.org>
19202
19203 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
19204 ATTLIST portions of included DTDs.
19205 (xml-parse-dtd): Eliminate use of inefficient match-data.
19206
19207 2005-06-10 Miles Bader <miles@gnu.org>
19208
19209 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
19210 (mpuz-text): Remove "-face" suffix from face names.
19211 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
19212 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
19213 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
19214
19215 * play/gomoku.el (gomoku-O, gomoku-X):
19216 Remove "-face" suffix from face names.
19217 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
19218 New backward-compatibility aliases for renamed faces.
19219 (gomoku-font-lock-keywords): Use renamed gomoku faces.
19220
19221 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
19222
19223 * thumbs.el: Fixes for changes of 2005-06-09.
19224 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
19225 as a directory.
19226 (thumbs-thumbname): Remove directory separator from format string;
19227 `thumbs-thumbsdir' now returns a valid directory name.
19228 (thumbs-temp-dir): New defsubst.
19229 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
19230 Use it.
19231
19232 * cus-edit.el (minibuffer):
19233 * files.el (make-backup-file-name-function):
19234 * filesets.el (filesets-external-viewers):
19235 * hilit-chg.el (highlight-changes-colours)
19236 (highlight-changes-face-list, highlight-changes-rotate-faces):
19237 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
19238 * kmacro.el (kmacro-call-macro):
19239 * log-edit.el (log-edit-changelog-full-paragraphs):
19240 * mouse.el (mouse-1-click-follows-link):
19241 * skeleton.el (skeleton-autowrap):
19242 * subr.el (insert-for-yank-1):
19243 * tempo.el (tempo-insert-region):
19244 * terminal.el (terminal-emulator):
19245 * time.el (display-time-mail-face):
19246 * vc.el (vc-annotate):
19247 * vcursor.el (vcursor-copy-line):
19248 * woman.el (woman-bold-headings, woman-ignore)
19249 (woman-default-faces, woman-monochrome-faces):
19250 * calendar/todo-mode.el (todo-insert-threshold):
19251 * emulation/pc-select.el (pc-select-selection-keys-only)
19252 (pc-selection-mode):
19253 * emulation/vip.el (vip-find-char-forward):
19254 * emulation/viper-cmd.el (viper-find-char-forward):
19255 * international/mule-cmds.el
19256 (select-safe-coding-system-accept-default-p)
19257 (input-method-exit-on-invalid-key):
19258 * international/mule-diag.el (describe-coding-system):
19259 * international/ucs-tables.el (unify-8859-on-encoding-mode):
19260 * net/browse-url.el (browse-url-xterm-program):
19261 * obsolete/lazy-lock.el (lazy-lock-mode):
19262 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
19263 (cperl-mode):
19264 * progmodes/cpp.el (cpp-face-light-name-list)
19265 (cpp-face-dark-name-list):
19266 * progmodes/delphi.el (delphi-newline-always-indents):
19267 Fix spellings in docstrings.
19268
19269 * ido.el (ido-mode, ido-file-extensions-order)
19270 (ido-default-file-method, ido-default-buffer-method)
19271 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
19272 (ido-decorations, ido-read-file-name-as-directory-commands)
19273 (ido-read-file-name-non-ido, ido-work-directory-list)
19274 (ido-ignore-item-temp-list, ido-current-directory)
19275 (ido-magic-forward-char, ido-enter-find-file)
19276 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
19277 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
19278
19279 2005-06-10 Lute Kamstra <lute@gnu.org>
19280
19281 * play/dunnet.el (dun-mode): Use define-derived-mode.
19282 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
19283 obsolete alias.
19284
19285 * play/doctor.el (doctor-mode-map): Remove defvar.
19286 (doctor-mode): Use define-derived-mode.
19287
19288 * mail/mspools.el (mspools-mode):
19289 * net/eudc-hotlist.el (eudc-hotlist-mode):
19290 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
19291
19292 2005-06-10 Miles Bader <miles@gnu.org>
19293
19294 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
19295 Remove "-face" suffix from face names.
19296 (flyspell-incorrect-face, flyspell-duplicate-face):
19297 New backward-compatibility aliases for renamed faces.
19298 (flyspell-mode-on, make-flyspell-overlay)
19299 (flyspell-highlight-incorrect-region)
19300 (flyspell-highlight-duplicate-region)
19301 (flyspell-display-next-corrections)
19302 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
19303
19304 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
19305 from face name.
19306 (texinfo-heading-face): New backward-compatibility alias for
19307 renamed face.
19308 (texinfo-heading-face): Use renamed texinfo-heading face.
19309
19310 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
19311 suffix from face names.
19312 (tex-math-face, tex-verbatim-face):
19313 New backward-compatibility aliases for renamed faces.
19314 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
19315 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
19316 literal face name.
19317
19318 * textmodes/table.el (table-cell): Remove "-face" suffix from face
19319 name.
19320 (table-cell-face): New backward-compatibility alias for renamed face.
19321 (table--put-cell-face-property, table--update-cell-face):
19322 Use renamed table-cell face.
19323
19324 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
19325 from face name.
19326 (sgml-namespace-face): New backward-compatibility alias for
19327 renamed face.
19328 (sgml-namespace-face): Use renamed sgml-namespace face.
19329
19330 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
19331 (org-level-4, org-level-5, org-level-6, org-level-7)
19332 (org-level-8, org-warning, org-headline-done)
19333 (org-deadline-announce, org-scheduled-today)
19334 (org-scheduled-previously, org-link, org-done, org-table)
19335 (org-time-grid): Remove "-face" suffix from face names.
19336 (org-level-1-face, org-level-2-face, org-level-3-face)
19337 (org-level-4-face, org-level-5-face, org-level-6-face)
19338 (org-level-7-face, org-level-8-face, org-warning-face)
19339 (org-headline-done-face, org-deadline-announce-face)
19340 (org-scheduled-today-face, org-scheduled-previously-face)
19341 (org-link-face, org-done-face, org-table-face)
19342 (org-time-grid-face):
19343 New backward-compatibility aliases for renamed faces.
19344 (org-level-faces, org-set-font-lock-defaults, org-timeline)
19345 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
19346 (org-agenda-get-timestamps, org-agenda-get-scheduled)
19347 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
19348
19349 * emulation/viper-init.el (viper-search, viper-replace-overlay)
19350 (viper-minibuffer-emacs, viper-minibuffer-insert)
19351 (viper-minibuffer-vi): Remove "-face" suffix from face names.
19352 (viper-search-face, viper-replace-overlay-face)
19353 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19354 (viper-minibuffer-vi-face):
19355 New backward-compatibility aliases for renamed faces.
19356 (viper-search-face, viper-replace-overlay-face)
19357 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19358 (viper-minibuffer-vi-face): Use renamed viper faces.
19359
19360 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
19361 Remove "-face" suffix from face names.
19362 (testcover-nohits-face, testcover-1value-face):
19363 New backward-compatibility aliases for renamed faces.
19364 (testcover-mark): Use renamed testcover faces.
19365
19366 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
19367 face name.
19368 (diary-button-face): New backward-compatibility alias for renamed face.
19369 (diary-entry): Use renamed diary-button face.
19370
19371 * calendar/calendar.el (diary, calendar-today, holiday)
19372 (mark-visible-calendar-date): Remove "-face" suffix from face names.
19373 (diary-face, calendar-today-face, holiday-face):
19374 New backward-compatibility aliases for renamed faces.
19375 (eval-after-load "facemenu", diary-entry-marker)
19376 (calendar-today-marker, calendar-holiday-marker, diary-face):
19377 Use renamed calendar faces.
19378
19379 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
19380 (compare-windows-face): New backward-compatibility alias for
19381 renamed face.
19382 (compare-windows-highlight): Use renamed compare-windows face.
19383
19384 * strokes.el (strokes-char): Remove "-face" suffix from face name.
19385 (strokes-char-face): New backward-compatibility alias for renamed face.
19386 (strokes-encode-buffer): Use renamed strokes-char face.
19387
19388 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
19389 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
19390 Remove "-face" suffix from face names.
19391 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19392 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19393 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
19394 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
19395 Use renamed pcvs faces.
19396 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
19397 * pcvs-defs.el (cvs-mode-map): Likewise.
19398 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
19399
19400 * info.el (info-title-1, info-title-2, info-title-3)
19401 (info-title-4): Remove "-face" suffix from and downcase face names.
19402 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19403 (Info-title-4-face):
19404 New backward-compatibility aliases for renamed faces.
19405 (Info-fontify-node): Use renamed info faces.
19406
19407 * hilit-chg.el (highlight-changes, highlight-changes-delete):
19408 Remove "-face" suffix from face names.
19409 (highlight-changes-face, highlight-changes-delete-face):
19410 New backward-compatibility aliases for renamed faces.
19411 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
19412 (hilit-chg-make-list): Use renamed highlight-changes faces.
19413
19414 * generic-x.el (show-tabs-tab, show-tabs-space):
19415 Remove "-face" suffix from face names.
19416 (show-tabs-tab-face, show-tabs-space-face):
19417 New backward-compatibility aliases for renamed faces.
19418 (show-tabs-generic-mode-font-lock-defaults-1)
19419 (show-tabs-generic-mode-font-lock-defaults-2):
19420 Use renamed show-tabs faces.
19421
19422 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
19423 (smerge-markers): Remove "-face" suffix from face names.
19424 (smerge-mine-face, smerge-other-face, smerge-base-face)
19425 (smerge-markers-face):
19426 New backward-compatibility aliases for renamed faces.
19427 (smerge-mine-face, smerge-other-face, smerge-base-face)
19428 (smerge-markers-face): Use renamed smerge faces.
19429
19430 * log-view.el (log-view-file, log-view-message): Remove "-face"
19431 suffix from face names.
19432 (log-view-file-face, log-view-message-face):
19433 New backward-compatibility aliases for renamed faces.
19434 (log-view-file-face, log-view-message-face): Use renamed log-view
19435 faces.
19436
19437 * paren.el (show-paren-match, show-paren-mismatch):
19438 Remove "-face" suffix from face names.
19439 (show-paren-match-face, show-paren-mismatch-face):
19440 New backward-compatibility aliases for renamed faces.
19441 (show-paren-function): Use renamed show-paren faces.
19442
19443 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
19444 (ruler-mode-margins, ruler-mode-fringes)
19445 (ruler-mode-column-number, ruler-mode-fill-column)
19446 (ruler-mode-comment-column, ruler-mode-goal-column)
19447 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
19448 suffix from face names.
19449 (ruler-mode-default-face, ruler-mode-pad-face)
19450 (ruler-mode-margins-face, ruler-mode-fringes-face)
19451 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
19452 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
19453 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
19454 New backward-compatibility aliases for renamed faces.
19455 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
19456 (ruler-mode-column-number, ruler-mode-fill-column)
19457 (ruler-mode-comment-column, ruler-mode-goal-column)
19458 (ruler-mode-tab-stop, ruler-mode-current-column)
19459 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
19460 faces.
19461
19462 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
19463 face name.
19464 (whitespace-highlight-the-space): Use renamed face.
19465 (whitespace-highlight-face): New backward-compatibility alias for
19466 renamed face.
19467
19468 * woman.el (woman-italic, woman-bold, woman-unknown)
19469 (woman-addition, woman-symbol-face):
19470 Remove "-face" suffix from face names.
19471 (woman-italic-face, woman-bold-face, woman-unknown-face)
19472 (woman-addition-face):
19473 New backward-compatibility aliases for renamed faces.
19474 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
19475 (woman-decode-region, woman-replace-match)
19476 (woman-display-extended-fonts, woman-special-characters)
19477 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
19478 Use renamed woman faces.
19479
19480 * longlines.el (longlines-visible-face): Face removed.
19481
19482 * diff-mode.el (diff-header, diff-file-header, diff-index)
19483 (diff-hunk-header, diff-removed, diff-added, diff-changed)
19484 (diff-function, diff-context, diff-nonexistent): Remove "-face"
19485 suffix from face names.
19486 (diff-header-face, diff-file-header-face, diff-index-face)
19487 (diff-hunk-header-face, diff-removed-face, diff-added-face)
19488 (diff-changed-face, diff-function-face, diff-context-face)
19489 (diff-nonexistent-face): New backward-compatibility aliases for
19490 renamed faces.
19491 (diff-header-face, diff-file-header-face)
19492 (diff-index, diff-index-face, diff-hunk-header)
19493 (diff-hunk-header-face, diff-removed, diff-removed-face)
19494 (diff-added, diff-added-face, diff-changed-face, diff-function)
19495 (diff-function-face, diff-context-face, diff-nonexistent)
19496 (diff-nonexistent-face): Use renamed diff-mode faces.
19497
19498 * progmodes/compile.el (compilation-warning-face)
19499 (compilation-info-face): Remove "-face" suffix from face names.
19500 (compilation-warning-face, compilation-info-face):
19501 New backward-compatibility aliases for renamed faces.
19502 (compilation-warning-face, compilation-info-face):
19503 Use renamed compilation faces.
19504
19505 * add-log.el (change-log-date, change-log-name)
19506 (change-log-email, change-log-file, change-log-list)
19507 (change-log-conditionals, change-log-function)
19508 (change-log-acknowledgement): Remove "-face" suffix from face names.
19509 (change-log-date-face, change-log-name-face)
19510 (change-log-email-face, change-log-file-face)
19511 (change-log-list-face, change-log-conditionals-face)
19512 (change-log-function-face, change-log-acknowledgement-face):
19513 New backward-compatibility aliases for renamed faces.
19514 (change-log-font-lock-keywords): Use renamed change-log faces.
19515
19516 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
19517 (custom-set, custom-changed, custom-saved, custom-button)
19518 (custom-button-pressed, custom-documentation, custom-state)
19519 (custom-comment, custom-comment-tag, custom-variable-tag)
19520 (custom-variable-button, custom-face-tag, custom-group-tag-1)
19521 (custom-group-tag): Remove "-face" suffix from face names.
19522 (custom-magic-alist, custom-magic-value-create)
19523 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
19524 (custom-invalid-face, custom-rogue-face, custom-modified-face)
19525 (custom-set-face, custom-changed-face, custom-saved-face)
19526 (custom-button-face, custom-button-pressed-face)
19527 (custom-documentation-face, custom-state-face)
19528 (custom-comment-face, custom-comment-tag-face)
19529 (custom-variable-tag-face, custom-variable-button-face)
19530 (custom-face-tag-face, custom-group-tag-face-1)
19531 (custom-group-tag-face):
19532 New backward-compatibility aliases for renamed faces.
19533
19534 * wid-edit.el (widget-documentation, widget-button)
19535 (widget-field, widget-single-line-field, widget-inactive)
19536 (widget-button-pressed): "-face" suffix removed from face names.
19537 (widget-documentation-face, widget-button-face)
19538 (widget-field-face, widget-single-line-field-face)
19539 (widget-inactive-face, widget-button-pressed-face):
19540 New backward-compatibility aliases for renamed faces.
19541 (widget-documentation-face, widget-button-face)
19542 (widget-button-pressed-face, widget-specify-field)
19543 (widget-specify-inactive): Use renamed widget faces.
19544
19545 2005-06-10 Kenichi Handa <handa@m17n.org>
19546
19547 * term/x-win.el (x-clipboard-yank): Remove condition-case
19548 wrapping.
19549
19550 2005-06-11 Kenichi Handa <handa@m17n.org>
19551
19552 * add-log.el (change-log-font-lock-keywords): Make the regexp for
19553 date lines stricter.
19554
19555 2005-06-10 Zhang Wei <id.brep@gmail.com>
19556
19557 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
19558 of x-get-selection.
19559
19560 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
19561
19562 * comint.el (comint-mode, comint-snapshot-last-prompt):
19563 * frame.el (frame-current-scroll-bars):
19564 * term.el (term-mode, term-check-proc, term-input-sender)
19565 (term-simple-send, term-extract-string, term-word)
19566 (term-match-partial-filename):
19567 * window.el (window-current-scroll-bars):
19568 * emulation/cua-base.el (cua-normal-cursor-color)
19569 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
19570 (cua-global-mark-cursor-color):
19571 * mail/undigest.el (rmail-forward-separator-regex):
19572 Fix typos in docstrings.
19573
19574 * comint.el (comint-check-proc, make-comint-in-buffer)
19575 (comint-source-default): Doc fixes.
19576
19577 * term.el (term-send-string): Improve argument/docstring consistency.
19578
19579 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
19580
19581 * comint.el (comint-send-input): Bind `inhibit-read-only' around
19582 call to `delete-region'.
19583 (comint-mode-hook): Do not enable Font Lock by default.
19584
19585 2005-06-09 Lute Kamstra <lute@gnu.org>
19586
19587 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
19588 could be void.
19589
19590 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
19591
19592 * emacs-lisp/debug.el (debugger-will-be-back): New var.
19593 (debug): Use it.
19594 (debugger-step-through, debugger-continue, debugger-jump)
19595 (debugger-return-value): Set it when needed.
19596 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
19597 Use inhibit-read-only.
19598
19599 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
19600
19601 * window.el (shrink-window-if-larger-than-buffer)
19602 (window-size-fixed): Fix typo in docstring.
19603
19604 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
19605 thumbnails directory on loading.
19606 (thumbs-conversion-program): Use `eq' to check the system type,
19607 not `equal'.
19608 (thumbs-temp-dir): Initialize to `temporary-file-directory',
19609 not "/tmp". Fix docstring.
19610 (thumbs-thumbsdir): New function to return the thumbnails
19611 directory, creating it if needed.
19612 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
19613 (thumbs-temp-file): Delete variable and make it into a function.
19614 (thumbs-resize-image, thumbs-modify-image): Use it.
19615 (thumbs-kill-buffer): Simplify.
19616 (thumbs-gensym): Defalias or duplicate CL `gensym'.
19617 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
19618 docstrings.
19619
19620 2005-06-09 Kim F. Storm <storm@cua.dk>
19621
19622 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
19623 set-match-data to free markers in match-data.
19624
19625 * replace.el (replace-match-data): Pass RESEAT arg `t' to
19626 match-data to unchain markers in match-data.
19627
19628 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
19629
19630 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
19631 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
19632 unnecessary now.
19633
19634 2005-06-08 Richard M. Stallman <rms@gnu.org>
19635
19636 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
19637 give the variable a doc string that doesn't say don't set it directly.
19638
19639 * textmodes/ispell.el (ispell-check-version):
19640 Use match-string-no-properties.
19641 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
19642 (ispell-buffer-local-words): Likewise.
19643
19644 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
19645 except on terminals with enough colors to really display it.
19646 (makefile-dependency-regex): Delete spurious `bb'.
19647
19648 * faces.el (escape-glyph): Use blue once again in last case.
19649 (no-break-space): Redefine so that it isn't invisible on a tty.
19650
19651 2005-06-08 Kim F. Storm <storm@cua.dk>
19652
19653 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
19654 also when reading directory name.
19655
19656 2005-06-08 Lute Kamstra <lute@gnu.org>
19657
19658 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
19659 (flyspell-mode-line-string): Remove autoload cookie.
19660 (flyspell-mode): Remove defvar.
19661
19662 2005-06-07 Lute Kamstra <lute@gnu.org>
19663
19664 * textmodes/org.el (org-run-mode-hooks): New function.
19665 (org-agenda-mode): Use it.
19666
19667 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
19668
19669 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
19670
19671 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19672
19673 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
19674
19675 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
19676
19677 * font-lock.el (font-lock-add-keywords): Doc fix.
19678
19679 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19680
19681 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
19682 (tex-compile-default): In the absence of any history, use the order in
19683 tex-compile-alist to choose the preferred command.
19684 (tex-compile-commands): Reorder a bit.
19685
19686 * textmodes/flyspell.el (flyspell-auto-correct-binding)
19687 (flyspell-incorrect-face, flyspell-duplicate-face):
19688 Use (X)Emacs-agnostic code.
19689 (flyspell-mode-map): Don't overwrite at each load. Remove code
19690 redundant with the subsequent add-minor-mode. Merge Emacs and
19691 XEmacs code.
19692 (flyspell-word): Minor simplification.
19693 (flyspell-math-tex-command-p): Quieten the byte-compiler.
19694 (flyspell-external-point-words): Remove unused vars `size' and `start'.
19695 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
19696 Merge the corresponding Emacs code.
19697 (flyspell-correct-word, flyspell-xemacs-popup):
19698 Use flyspell-do-correct.
19699
19700 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
19701 a dedicated window.
19702
19703 * international/latexenc.el (latexenc-find-file-coding-system):
19704 Undo part of last patch, to turn off a compiler warning.
19705
19706 2005-06-06 Juri Linkov <juri@jurta.org>
19707
19708 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
19709 Rename `tmm-inactive-face' to `tmm-inactive'.
19710
19711 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
19712
19713 * iswitchb.el: Rename faces.
19714
19715 2005-06-06 Kim F. Storm <storm@cua.dk>
19716
19717 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
19718 (cua-global-mark): Remove -face suffix from face names.
19719
19720 * emulation/cua-gmrk.el (cua--init-global-mark):
19721 Remove cua-global-mark face setup.
19722
19723 2005-06-06 Richard M. Stallman <rms@gnu.org>
19724
19725 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
19726 just like other allowed characters.
19727 (makefile-match-dependency): Exclude leading and training whitespace
19728 from the range of regexp subexp 1.
19729 (makefile-macroassign-regex): Don't try to match the body,
19730 just the name of the macro being defined.
19731
19732 * info.el (Info-read-node-name-2): New function.
19733 (Info-read-node-name-1): Use that.
19734 Add a completion-base-size-function property.
19735
19736 * simple.el (completion-setup-function): Look for
19737 completion-base-size-function property of minibuffer-completion-table.
19738
19739 * files.el (locate-file-completion): Doc fix.
19740
19741 * printing.el: Don't call pr-update-menus; user must do that.
19742
19743 * emacs-lisp/debug.el (debugger-window): New variable.
19744 (debug): Use debugger-window if it is set and still alive.
19745 Record debugger-window for next entry.
19746
19747 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
19748
19749 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
19750
19751 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
19752 (hack-one-local-variable, hack-local-variables)
19753 (hack-local-variables-prop-line): Pass that arg.
19754
19755 2005-06-06 Kim F. Storm <storm@cua.dk>
19756
19757 * ido.el (ido-first-match, ido-only-match, ido-subdir)
19758 (ido-indicator): Remove -face suffix from face names.
19759
19760 2005-06-06 Juri Linkov <juri@jurta.org>
19761
19762 * font-lock.el (font-lock-regexp-backslash)
19763 (font-lock-regexp-backslash-construct): New faces.
19764 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
19765 after `('. Add `while-no-input' to control structures.
19766
19767 * faces.el (no-break-space, shadow): New faces.
19768 (escape-glyph): Use less loud colors pink2 and red4.
19769
19770 * diff-mode.el (diff-context-face)
19771 * dired.el (dired-ignored)
19772 * rfn-eshadow.el (file-name-shadow)
19773 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
19774
19775 * info.el (Info-title-1-face): Use green instead of yellow because
19776 bold yellow is not readable on light backgrounds.
19777
19778 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
19779 before selecting the desired mode to not spend time fontifying
19780 old contents.
19781
19782 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
19783
19784 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
19785 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
19786
19787 * ps-print.el (ps-default-fg, ps-default-bg):
19788 Fix typos in docstrings.
19789
19790 * isearchb.el (isearchb): Don't pass a spurious second argument to
19791 `iswitchb-completions'.
19792
19793 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
19794
19795 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
19796 to preserve point.
19797 (gdb-find-file-hook): Add doc string.
19798
19799 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
19800 C dereferenced pointer expression.
19801 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
19802
19803 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
19804
19805 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
19806 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
19807 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
19808 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
19809 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
19810 Make background transparent.
19811
19812 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
19813
19814 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
19815 (font-lock-remove-keywords): Doc fix.
19816 (font-lock-mode-major-mode): Compiler defvar.
19817 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
19818
19819 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
19820 (font-lock-mode): Update `font-lock-mode-major-mode'.
19821 (font-lock-set-defaults): Compiler defvar.
19822 (font-lock-default-function): Take `font-lock-mode-major-mode'
19823 into account.
19824
19825 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
19826 keep track of which major mode it enabled the minor mode for.
19827 Use find-file-hook again. Update docstring.
19828
19829 * simple.el (eval-expression-print-level)
19830 (eval-expression-print-length, eval-expression-debug-on-error):
19831 Doc fixes.
19832
19833 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
19834
19835 * iswitchb.el (iswitchb-single-match-face)
19836 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
19837 (iswitchb-invalid-regexp-face): New faces.
19838 (iswitchb-completions): Use them.
19839 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
19840 now marked as an obsolete alias.
19841 (iswitchb-read-buffer): Remove check for bound font variables.
19842 (iswitchb-invalid-regexp): New free variable.
19843 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
19844 set iswitchb-invalid-regexp.
19845 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
19846 invalid regexps.
19847 (iswitchb-completions): Add check for complete match when entering
19848 a regexp.
19849 (iswitchb-completions): Remove require-match argument.
19850 (iswitchb-exhibit): Fix caller.
19851 (iswitchb-common-match-inserted): New variable.
19852 (iswitchb-complete, iswitchb-completion-help): Use it.
19853
19854 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
19855
19856 * url-http.el (url-http-chunked-encoding-after-change-function):
19857 Use `url-http-debug' instead of `message'.
19858
19859 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
19860
19861 * url-http.el (url-http-parse-headers): Pass redirected URL as a
19862 callback argument.
19863
19864 2005-06-04 Kim F. Storm <storm@cua.dk>
19865
19866 * simple.el (line-move): Only call sit-for when moving backwards.
19867
19868 * ido.el (ido-make-merged-file-list-1): New defun split from
19869 ido-make-merged-file-list.
19870 (ido-make-merged-file-list): Bind throw-on-input around call to
19871 ido-make-merged-file-list-1. Return input-pending-p if
19872 interrupted by more input available.
19873 (ido-read-internal): Handle input-pending-p return value from
19874 ido-make-merged-file-list.
19875
19876 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
19877
19878 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
19879 compatibility code.
19880
19881 * international/latexenc.el (latexenc-find-file-coding-system):
19882 Don't inherit the EOL part of the coding-system from the
19883 tex-main buffer. Fit within 80 columns.
19884
19885 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
19886
19887 * tmm.el (tmm-inactive-face): New face.
19888 (tmm-remove-inactive-mouse-face): New function.
19889 (tmm-prompt, tmm-add-one-shortcut)
19890 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
19891 but not selectable.
19892
19893 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
19894
19895 * faces.el (face-equal): Improve argument/docstring consistency.
19896
19897 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
19898
19899 * progmodes/make-mode.el (makefile-targets-face)
19900 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
19901 (makefile-bsdmake-dependency-regex)
19902 (makefile-makepp-rule-action-regex)
19903 (makefile-bsdmake-rule-action-regex): New constants.
19904 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
19905
19906 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19907 Allow (...) within `...' for makepp messages.
19908
19909 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
19910
19911 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
19912
19913 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
19914 "." files are deleted from all file lists before comparison.
19915
19916 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
19917 (viper-ESC-key): Made them customizable.
19918
19919 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
19920
19921 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
19922
19923 * autorevert.el (auto-revert-buffers): Use save-match-data.
19924
19925 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
19926
19927 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
19928 menu items with a nil command binding.
19929
19930 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
19931
19932 * emacs-lisp/cl-macs.el (defsetf):
19933 Improve argument/docstring consistency.
19934
19935 * faces.el (list-faces-display): Improve the formatting by
19936 computing the maximum length required for any face-name (reworked
19937 patch of 1999-01-11, accidentally deleted on 1999-07-21).
19938 (internal-find-face): Remove redundant info in docstring.
19939
19940 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
19941
19942 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
19943 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
19944 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
19945 (gdb-assembler-custom): Improve regexps.
19946 (def-gdb-auto-update-handler): Use window point to preserve point.
19947
19948 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19949
19950 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
19951
19952 2005-05-31 Jay Belanger <belanger@truman.edu>
19953
19954 * calc/calc-embed.el (calc-embedded-word): Change argument passed
19955 to calc-embedded.
19956 (calc-embedded-make-info): Have plain prefix argument select
19957 entire line.
19958
19959 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
19960
19961 * faces.el (list-faces-display): Signal error if passed a regexp
19962 that matches no face name.
19963
19964 * simple.el (filter-buffer-substring): Fix typo in docstring.
19965
19966 2005-05-31 Richard M. Stallman <rms@gnu.org>
19967
19968 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
19969 (vhdl-emacs-21): Doc fix.
19970 (vhdl-mode): Unconditionally set comment-padding.
19971 (vhdl-fixup-whitespace-region): Insert spaces only where
19972 there are none.
19973 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
19974
19975 2005-05-30 John Wiegley <johnw@newartisans.com>
19976
19977 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
19978 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
19979 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
19980 `directory-sep-char' to ?/, and all uses of `string-to-int' to
19981 `string-to-number'.
19982
19983 2005-05-30 Jay Belanger <belanger@truman.edu>
19984
19985 * calc/calc.el (calc-bug-address): Fix docstring.
19986 (calc-window-hook, calc-trail-window-hook): New variables.
19987 (calc-trail-display): Restore use of calc-trail-window-hook.
19988 (calc): Restore use of calc-window-hook.
19989
19990 2005-05-31 Masatake YAMATO <jet@gyve.org>
19991
19992 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
19993
19994 * help-fns.el (help-C-file-name): Add autoload mark for
19995 `find-function-noselect'.
19996
19997 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
19998
19999 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
20000 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
20001
20002 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
20003
20004 * calendar/diary-lib.el (mark-included-diary-files): Only kill
20005 included diary buffer if it was not already being visited.
20006 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
20007
20008 * calendar/icalendar.el (top-level): Do not require appt.
20009
20010 * mail/supercite.el (sc-select-attribution): Only use a list
20011 element from sc-attrib-selection-list if it returns a string.
20012 Reported by Davide G. M. Salvetti <salve@debian.org>.
20013
20014 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
20015
20016 * thumbs.el (thumbs-thumbname): The resulting thumbname now
20017 includes a hash value to improve its uniqueness, and has a ".jpg"
20018 extension. Also, it is now a valid filename on all systems.
20019 (thumbs-make-thumb): Use `let', not `let*'.
20020 (thumbs-show-thumbs-list): Check for JPEG availability.
20021
20022 2005-05-30 Richard M. Stallman <rms@gnu.org>
20023
20024 * filesets.el (filesets-menu-ensure-use-cached):
20025 Prevent warning when emacs-version>= is undefined.
20026
20027 * printing.el (pr-interactive-n-up): Use string-to-number.
20028
20029 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
20030
20031 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
20032 Warn only when name to be defined is quoted.
20033
20034 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
20035
20036 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
20037 Make regexp more robust.
20038 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
20039 Force regeneration of disassembly.
20040
20041 2005-05-29 Jay Belanger <belanger@truman.edu>
20042
20043 * calc/calc.el (calc-user-invocation): Check if
20044 calc-invocation-macro is non-nil.
20045
20046 2005-05-29 Juri Linkov <juri@jurta.org>
20047
20048 * add-log.el (change-log-font-lock-keywords):
20049 Add `+' to e-mail regexp to accept mail address with keywords.
20050
20051 * man.el (Man-name-regexp): Add `:' to accept qualified names.
20052
20053 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
20054
20055 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
20056
20057 * ielm.el (inferior-emacs-lisp-mode): Ditto.
20058
20059 2005-05-29 Richard M. Stallman <rms@gnu.org>
20060
20061 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
20062 Undo the change that moves to end of the current word.
20063
20064 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
20065
20066 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
20067 Throw error when count <= 0 to ensure input is a number.
20068 (gdb-read-memory-custom): Pick up address from buffer.
20069 (gdb-memory-mode): Allow user to increment and decrement
20070 memory address from header line.
20071
20072 2005-05-29 Richard M. Stallman <rms@gnu.org>
20073
20074 * flyspell.el (flyspell-version): Function deleted.
20075 (flyspell-auto-correct-previous-hook): Doc fix.
20076
20077 * jit-lock.el (jit-lock-function, jit-lock-after-change):
20078 Do nothing if memory is full.
20079
20080 * font-lock.el (font-lock-fontify-syntactically-region):
20081 Pass t for GREEDY to looking-back.
20082
20083 * saveplace.el (save-place-alist-to-file): Write the file
20084 using write-region.
20085
20086 * subr.el (looking-back): New argument GREEDY.
20087
20088 * progmodes/compile.el (compilation-start): Set the mode
20089 before inserting the initial text.
20090
20091 * progmodes/which-func.el (which-func-update-1): Turn the mode
20092 off in case of error by setting which-func-mode.
20093
20094 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
20095
20096 * flyspell.el (flyspell-auto-correct-previous-word):
20097 Narrow down to what's on the screen, and recenter overlays
20098 at the end of the next word.
20099
20100 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
20101
20102 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
20103 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
20104 (flyspell-abbrev-p): Default to nil.
20105 (flyspell-use-global-abbrev-table-p): Doc fix.
20106 (flyspell-large-region): Allow nil as value.
20107 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
20108
20109 (mail-mode-flyspell-verify): More robust handling
20110 of `mail-header-separator'. More efficient signature detection.
20111 Allow for regexp metacharacters in message-header-separator.
20112 Adding `To' not to be checked in mail-mode-flyspell-verify.
20113
20114 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
20115 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
20116 Bind flyspell-auto-correct-binding.
20117 Bind C-. and C-, .
20118 (flyspell-mode-map): Likewise.
20119 (flyspell-mode): Doc fix.
20120 (flyspell-accept-buffer-local-defs): Preserve current buffer.
20121 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
20122 (flyspell-word-cache-result): New var, always local.
20123 (flyspell-check-pre-word-p): Doc fix.
20124 (flyspell-check-changed-word-p): Handle spc like newline.
20125 (flyspell-post-command-hook): Set flyspell-word-cache-result.
20126 (flyspell-word-search-backward, flyspell-word-search-forward):
20127 New functions.
20128 (flyspell-word): Return t if nothing to check.
20129 When parsing TeX code, check for after } or \.
20130 Use flyspell-word-search-backward to find previous word.
20131 Return nil if duplicated word.
20132 For word already checked, return same value as last time.
20133 Set flyspell-word-cache-result after checking.
20134 Don't clobber the return value.
20135 (flyspell-get-word): Major rewrite.
20136 (flyspell-external-point-words): New locals pword, pcount.
20137 Fix size used in progress message.
20138 Find the proper corresponding word in flyspell-large-region-buffer.
20139 (flyspell-region): Check for flyspell-large-region = nil.
20140 (flyspell-highlight-incorrect-region): Clean up overlays in region.
20141 (flyspell-auto-correct-word): Check that WORD is a cons.
20142 (flyspell-correct-word): Likewise.
20143
20144 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
20145
20146 * progmodes/make-mode.el (makefile-rule-action-regex)
20147 (makefile-macroassign-regex, makefile-makepp-mode)
20148 (makefile-bsdmake-mode): Continuation lines may be empty.
20149 Reported by Joshua Varner.
20150 (makefile-makepp-font-lock-keywords): Add $(stem).
20151
20152 2005-05-28 Karl Berry <karl@gnu.org>
20153
20154 * textmodes/tex-mode.el: Now that tex-send-command calls
20155 shell-quote-argument (2005-03-31 change), remove all calls to
20156 shell-quote-argument; they all end up invoking tex-send-command.
20157 The double quoting loses on filenames with non-safe characters,
20158 such as "@". Reported by Frederik Fouvry.
20159
20160 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
20161
20162 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
20163 about preserving point.
20164
20165 2005-05-27 Jay Belanger <belanger@truman.edu>
20166
20167 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
20168 Info-goto-node.
20169
20170 * calc/calc-embed.el (calc-embed-arg): New variable.
20171 (calc-do-embedded-activate, calc-embedded-activate-formula)
20172 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
20173 variable by new variable.
20174 (calc-embedded-make-info): Replace undeclared variable by new
20175 variable. When selecting region with positive prefix
20176 argument, use end of previous line instead of beginning of line.
20177
20178 * calc/calc-aent.el (calc-arg-values): Declare it.
20179
20180 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
20181 Declare them.
20182
20183 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
20184
20185 * calc/calc.el (calc-alg-map): Declare it.
20186
20187 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
20188
20189 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
20190
20191 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
20192 (gdb-registers-buffer, toggle-gdb-all-registers):
20193 Toggle display of floating point registers.
20194 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
20195
20196 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
20197 (toggle-gud-tooltip-dereference):
20198 Rename from gud-toggle-tooltip-dereference.
20199
20200 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
20201
20202 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
20203
20204 2005-05-27 Jay Belanger <belanger@truman.edu>
20205
20206 * calc/calc-prog.el (calc-kbd-report): Remove.
20207 (calc-kbd-query): Rewrite.
20208
20209 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
20210
20211 * image.el (image-library-alist): Move to image.c.
20212 (image-type-available-p): Doc fix.
20213
20214 2005-05-27 Lute Kamstra <lute@gnu.org>
20215
20216 * calc/calc.el (calc):
20217 * outline.el (outline-1, outline-2, outline-3, outline-4)
20218 (outline-5, outline-6, outline-7, outline-8):
20219 * textmodes/dns-mode.el (dns-mode):
20220 * textmodes/sgml-mode.el (sgml-namespace-face):
20221 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
20222 (tex-verbatim-face, tex-use-reftex):
20223 * textmodes/texinfo.el (texinfo-heading-face):
20224 Specify customization group.
20225
20226 * longlines.el: Don't require easy-mmode.
20227 (longlines-visible-face): Specify customization group.
20228
20229 2005-05-27 Kenichi Handa <handa@m17n.org>
20230
20231 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
20232 encoding table of windows-1251.
20233
20234 * international/ucs-tables.el (ucs-set-table-for-input):
20235 If translation-table-for-input of a coding system is a symbol, get
20236 its translation-table property.
20237
20238 * international/code-pages.el: Don't register a coding system into
20239 non-iso-charset-alist more than once.
20240 (cp-make-coding-system): Likewise.
20241
20242 2005-05-26 John Wiegley <johnw@newartisans.com>
20243
20244 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
20245 `eshell-resume-eval' is wrapped in a list, it indicates that the
20246 command was run asynchronously. In that case, unwrap the value
20247 before checking the delimiter value.
20248
20249 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
20250 character before a space at the end of a line is \, assume the space
20251 is part of the last argument rather than a final argument separator.
20252
20253 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
20254 is in use, and the target is `t' or `nil' (which are the most common
20255 values), don't assume that the symbol target is a buffer.
20256
20257 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
20258
20259 * calendar/calendar.el (calendar-mode-line-format):
20260 Use mode-line-highlight as mouse-face.
20261
20262 * time.el (display-time-string-forms, display-time-update):
20263 Use mode-line-highlight as mouse-face.
20264
20265 2005-05-26 Jay Belanger <belanger@truman.edu>
20266
20267 * calc/calc.el (calc-language-alist): Remove extra defvar.
20268
20269 2005-05-26 Lute Kamstra <lute@gnu.org>
20270
20271 * arc-mode.el (archive-mode):
20272 * bookmark.el (bookmark-read-annotation-mode)
20273 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
20274 * bs.el (bs-mode):
20275 * calc/calc-yank.el (calc-edit-mode):
20276 * calc/calc.el (calc-mode, calc-trail-mode):
20277 * calculator.el (calculator-mode):
20278 * chistory.el (command-history-mode):
20279 * comint.el:
20280 * cus-edit.el (custom-mode):
20281 * descr-text.el (describe-text-mode):
20282 * ebuff-menu.el (Electric-buffer-menu-mode):
20283 * ediff-util.el (ediff-mode):
20284 * emacs-lisp/re-builder.el (reb-mode):
20285 * emulation/vi.el (vi-mode-setup):
20286 * emulation/ws-mode.el (wordstar-mode):
20287 * eshell/esh-mode.el (eshell-mode):
20288 * forms.el (forms-mode):
20289 * help-mode.el (help-mode):
20290 * hexl.el (hexl-mode):
20291 * ibuffer.el (ibuffer-mode):
20292 * ielm.el (inferior-emacs-lisp-mode):
20293 * info.el (Info-mode, Info-edit-mode):
20294 * international/swedish.el:
20295 * ledit.el (ledit-from-lisp-mode):
20296 * locate.el (locate-mode):
20297 * mail/rmail.el (rmail-mode):
20298 * mail/rmailedit.el (rmail-edit-mode):
20299 * mail/rmailsum.el (rmail-summary-mode):
20300 * mail/supercite.el (sc-electric-mode):
20301 * net/eudc.el (eudc-mode):
20302 * net/quickurl.el (quickurl-list-mode):
20303 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
20304 * obsolete/ooutline.el (outline-mode):
20305 * obsolete/options.el (Edit-options-mode):
20306 * obsolete/rnews.el (news-mode):
20307 * obsolete/rnewspost.el (news-reply-mode):
20308 * play/5x5.el (5x5-mode):
20309 * play/decipher.el (decipher-mode, decipher-stats-mode):
20310 * play/gomoku.el (gomoku-mode):
20311 * play/snake.el (snake-mode):
20312 * play/solitaire.el (solitaire-mode):
20313 * play/tetris.el (tetris-mode):
20314 * progmodes/ada-mode.el (ada-mode):
20315 * progmodes/antlr-mode.el (antlr-mode):
20316 * progmodes/autoconf.el (autoconf-mode):
20317 * progmodes/dcl-mode.el (dcl-mode):
20318 * progmodes/delphi.el (delphi-mode):
20319 * progmodes/ebrowse.el (ebrowse-tree-mode)
20320 (ebrowse-electric-list-mode, ebrowse-member-mode)
20321 (ebrowse-electric-position-mode):
20322 * progmodes/f90.el (f90-mode):
20323 * progmodes/fortran.el (fortran-mode):
20324 * progmodes/icon.el (icon-mode):
20325 * progmodes/idlw-help.el (idlwave-help-mode):
20326 * progmodes/idlw-shell.el (idlwave-shell-mode):
20327 * progmodes/idlwave.el (idlwave-mode):
20328 * progmodes/inf-lisp.el (inferior-lisp-mode):
20329 * progmodes/m4-mode.el (m4-mode):
20330 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
20331 * progmodes/modula2.el (modula-2-mode):
20332 * progmodes/octave-inf.el (inferior-octave-mode):
20333 * progmodes/octave-mod.el (octave-mode):
20334 * progmodes/pascal.el (pascal-mode):
20335 * progmodes/sh-script.el (sh-mode):
20336 * progmodes/sql.el (sql-mode, sql-interactive-mode):
20337 * progmodes/vhdl-mode.el (vhdl-mode):
20338 * progmodes/xscheme.el (scheme-interaction-mode):
20339 * replace.el (occur-mode):
20340 * ses.el (ses-mode):
20341 * simple.el (completion-list-mode):
20342 * skeleton.el:
20343 * speedbar.el (speedbar-mode):
20344 * term.el (term-mode):
20345 * terminal.el (terminal-edit-mode):
20346 * textmodes/reftex-index.el (reftex-index-mode)
20347 (reftex-index-phrases-mode):
20348 * textmodes/reftex-sel.el (reftex-select-label-mode)
20349 (reftex-select-bib-mode):
20350 * textmodes/reftex-toc.el (reftex-toc-mode):
20351 * wdired.el (wdired-change-to-wdired-mode):
20352 * wid-browse.el (widget-browse-mode):
20353 Use run-mode-hooks.
20354
20355 * array.el (array-mode):
20356 * calendar/todo-mode.el (todo-mode):
20357 * man.el (Man-mode):
20358 * play/landmark.el (lm-mode):
20359 * play/mpuz.el (mpuz-mode):
20360 Use kill-all-local-variables and run-mode-hooks.
20361
20362 * subr.el (delay-mode-hooks): Specify indentation.
20363
20364 2005-05-26 Mark A. Hershberger <mah@everybody.org>
20365
20366 * xml.el (xml-substitute-special): Don't die for undefined xml
20367 entities.
20368
20369 2005-05-26 Jay Belanger <belanger@truman.edu>
20370
20371 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
20372 of nil.
20373
20374 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
20375
20376 * progmodes/gdb-ui.el (gdb-frame-address):
20377 Rename from gdb-current-address.
20378 (gdb-previous-frame-address): Rename from gdb-previous-address.
20379 (gdb-selected-frame): Rename from gdb-current-frame.
20380 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
20381 (gdb-frame-number): Rename from gdb-current-stack-level.
20382 (gdb-ann3): Match new mode-name for disassembly buffer.
20383 Extend initialization of variables.
20384 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
20385 (gdb-memory-mode): Use mouse-face in header line.
20386 (gdb-assembler-buffer-name): Call it disassembly and give frame
20387 in mode line.
20388 (gdb-source-spec-regexp, gdb-assembler-custom)
20389 (gdb-invalidate-assembler, gdb-frame-handler):
20390 Make robust to leading zeroes in address format.
20391
20392 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
20393
20394 * textmodes/org.el (org-mode): Use `define-derived-mode' to
20395 define `org-mode'.
20396 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
20397
20398 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
20399
20400 * log-edit.el (log-edit-changelog-entries): Distinguish between
20401 filenames like xfns.c and fns.c.
20402
20403 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
20404
20405 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
20406 point after reverting.
20407 (Buffer-menu-make-sort-button): Handle the case where
20408 `Buffer-menu-use-header-line' is nil.
20409
20410 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
20411
20412 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
20413 New funcs. In minibuffer-local-completion-map bind `]', `/'
20414 and `:' to them.
20415
20416 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
20417
20418 * startup.el (normal-top-level): Allow modification of load-path while
20419 we're iterating over it.
20420
20421 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
20422
20423 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
20424 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
20425 (thumbs-resize-interactive, thumbs-insert-image)
20426 (thumbs-insert-thumb, thumbs-dired-show-marked)
20427 (thumbs-find-image-at-point, thumbs-delete-images)
20428 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
20429 (thumbs-increment-image-size, thumbs-decrement-image-size):
20430 Fix typos in docstrings.
20431
20432 2005-05-24 Andre Spiegel <spiegel@gnu.org>
20433
20434 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
20435 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
20436 (cperl-mode): Use them.
20437
20438 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
20439
20440 * window.el (quit-window, shrink-window-if-larger-than-buffer):
20441 Doc fixes.
20442
20443 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
20444
20445 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
20446 Bind C-d to gdb-inferior-io-eof.
20447
20448 * dired.el (dired-dnd-popup-notice): Use message-box.
20449
20450 2005-05-23 Masatake YAMATO <jet@gyve.org>
20451
20452 * bindings.el (mode-line-major-mode-keymap):
20453 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
20454
20455 * faces.el (mode-line-highlight): New face.
20456
20457 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
20458 as mouse-face.
20459
20460 * bindings.el (top-level, help-echo, mode-line-modified)
20461 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
20462 as mouse-face.
20463
20464 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
20465
20466 * progmodes/cc-engine.el (c-guess-basic-syntax):
20467 Remove spurious call to `zerop'.
20468
20469 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
20470
20471 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
20472
20473 CC Mode update to 5.30.10:
20474
20475 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
20476 could go past the limit in decoration level 2, thereby causing
20477 errors during interactive fontification.
20478
20479 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
20480 the file is evaluated interactively.
20481
20482 * cc-engine.el (c-guess-basic-syntax): Handle operator
20483 declarations somewhat better in C++.
20484
20485 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
20486 make use of `run-mode-hooks' which has been added in Emacs 21.1.
20487 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
20488 (awk-mode): Use it.
20489 (make-local-hook): Suppress warning about obsoleteness.
20490
20491 * cc-engine.el, cc-align.el, cc-cmds.el
20492 (c-append-backslashes-forward, c-delete-backslashes-forward)
20493 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
20494 Compensate for return value from `forward-line' when it has moved
20495 but not to a different line due to eob.
20496
20497 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
20498 `objc-method-intro' and `objc-method-args-cont'.
20499
20500 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
20501
20502 CC Mode update to 5.30.10:
20503
20504 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
20505 in the copyright statement. Incidentally, change "along with GNU
20506 Emacs" to "along with this program" where it occurs.
20507
20508 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
20509 so that it is interactive, hence can be found by M-x awk-mode
20510 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
20511 <gmorris+emacs@ast.cam.ac.uk>.
20512
20513 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
20514 Mode's regexps.
20515
20516 2005-05-23 Kevin Ryde <user42@zip.com.au>
20517
20518 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
20519 c-parse-state, to avoid a lisp error (on bad code).
20520
20521 2005-05-23 Lute Kamstra <lute@gnu.org>
20522
20523 * subr.el (font-lock-defaults): Remove defvar as it's already
20524 defined in font-core.el.
20525
20526 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
20527
20528 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
20529
20530 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
20531 more general and work when GDB variable "print pretty" is on,
20532 as with Emacs, for example.
20533
20534 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
20535
20536 * font-core.el: Update comment.
20537
20538 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
20539 Use `after-change-major-mode-hook' instead of `find-file-hook'.
20540
20541 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
20542
20543 2005-05-22 Eli Zaretskii <eliz@gnu.org>
20544
20545 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
20546 and `yank-handler' in the doc strings.
20547
20548 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
20549
20550 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
20551
20552 2005-05-22 Richard M. Stallman <rms@gnu.org>
20553
20554 * help.el (describe-key): Move print-help-return-message call
20555 out of conditional.
20556
20557 * progmodes/etags.el (list-tags): Use with-no-warnings.
20558
20559 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
20560 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
20561 (starttls-extra-args, starttls-extra-arguments): Add defvars.
20562
20563 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
20564
20565 * language/viet-util.el (viet-viscii-nonascii-translation-table):
20566 Add defvar.
20567
20568 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
20569 Use defvar, not defconst.
20570
20571 * hexl.el (hexl-follow-line): Use with-no-warnings.
20572
20573 * emulation/tpu-extras.el: Use write-file-functions instead of
20574 write-file-hooks.
20575
20576 * dired.el (dired-font-lock-keywords): Fontify files with junk
20577 extensions even if marked by -F.
20578
20579 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
20580
20581 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
20582 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
20583 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
20584 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
20585 (concatenate, list-length, get*, getf, cl-remprop):
20586 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
20587 (etypecase, progv, lexical-let, lexical-let*)
20588 (multiple-value-bind, multiple-value-setq, shiftf):
20589 Improve argument/docstring consistency.
20590
20591 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
20592
20593 2005-05-22 Andre Spiegel <spiegel@gnu.org>
20594
20595 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
20596 doesn't exist.
20597
20598 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
20599 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
20600
20601 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
20602
20603 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
20604 already deleted variables: auto-fill-hook, blink-paren-hook,
20605 lisp-indent-hook, inhibit-local-variables, unread-command-event,
20606 suspend-hooks, comment-indent-hook, meta-flag,
20607 before-change-function, after-change-function,
20608 font-lock-doc-string-face.
20609
20610 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
20611
20612 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20613
20614 2005-05-21 Eli Zaretskii <eliz@gnu.org>
20615
20616 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
20617 rmail-dont-reply-to.
20618
20619 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20620
20621 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
20622 literal blank when splitting new-header-values.
20623
20624 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
20625
20626 * calendar/cal-menu.el (cal-menu-update): Add separator as a
20627 string so that tmm doesn't create a completion entry for it.
20628
20629 * textmodes/table.el (table-disable-menu): Ditto.
20630
20631 2005-05-21 Richard M. Stallman <rms@gnu.org>
20632
20633 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
20634
20635 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
20636
20637 * net/rcompile.el (remote-compile): Use compilation-start.
20638
20639 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
20640
20641 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
20642
20643 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
20644 Default to makefile-bsdmake-mode on BSD systems.
20645
20646 * imenu.el (imenu-generic-expression, imenu--generic-function'):
20647 REGEXP may also be a search function now. The part of doc-string
20648 for describing the structure was 95% identical to that of
20649 `imenu--generic-function'. Unify it there.
20650
20651 * progmodes/make-mode.el (makefile-imenu-generic-expression):
20652 Use function to find dependencies, because regexp alone is so complex,
20653 it easily goes into an endless loop.
20654 (makefile-makepp-mode): Also add submenu for Perl functions
20655 defined in the makefile.
20656 (makefile-bsdmake-mode): Special imenu-generic-expression no
20657 longer needed, due to function call.
20658 (makefile-match-dependency): Take BOUND into account when checking
20659 if we're through.
20660
20661 2005-05-20 Jay Belanger <belanger@truman.edu>
20662
20663 * calc/calc-units.el (calc-invalidate-units-table):
20664 Use inhibit-read-only.
20665 (math-build-units-table-buffer): Use view-mode.
20666
20667 2005-05-20 David Kastrup <dak@gnu.org>
20668
20669 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
20670 easy-menu-add is not a nop on Emacs; and clarify when to call it.
20671
20672 2005-05-20 Lute Kamstra <lute@gnu.org>
20673
20674 * diff-mode.el (diff-header-face, diff-file-header-face)
20675 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20676 (diff-added-face, diff-changed-face, diff-function-face)
20677 (diff-context-face, diff-nonexistent-face): Put them in the
20678 diff-mode customization group.
20679
20680 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
20681
20682 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
20683
20684 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
20685
20686 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
20687 Minor regexp-optimization.
20688
20689 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
20690
20691 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
20692 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
20693 (org-agenda-add-time-grid-maybe): New function.
20694 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
20695 (org-table-create): `dotimes' instead of `mapcar'.
20696 (org-xor): Simplify implementation.
20697 (org-agenda): `inhibit-redisplay' turned on.
20698 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
20699 a consistent line after a state change.
20700 (org-agenda-remove-times-when-in-prefix): New option.
20701 (org-prefix-has-time): New variable.
20702 (org-parse-time-string): Optional argument NODEFAULT.
20703 (org-format-agenda-item): Parse items for time-of-day
20704 specifications and move these into the prefix if possible.
20705 (org-agenda-priority): Get current heading, not previous heading
20706 during agenda remote editing.
20707
20708 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
20709
20710 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
20711 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
20712 (remove-duplicates, delete-duplicates, substitute)
20713 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
20714 (nsubstitute-if-not, find, find-if, find-if-not, position)
20715 (position-if, position-if-not, count, count-if, count-if-not)
20716 (mismatch, search, sort*, stable-sort, merge, member*)
20717 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
20718 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
20719 (intersection, nintersection, set-difference, nset-difference)
20720 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
20721 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
20722 (nsublis, tree-equal): Improve argument/docstring consistency.
20723
20724 * subr.el (send-string, send-region): Remove obsolescence declaration.
20725 (window-dot, set-window-dot, read-input, show-buffer)
20726 (eval-current-buffer, string-to-int):
20727 Add release number to obsolescence declarations.
20728
20729 2005-05-19 Kim F. Storm <storm@cua.dk>
20730
20731 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
20732 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
20733
20734 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
20735
20736 * faces.el (list-faces-display): Make back button respect optional
20737 regexp arg.
20738
20739 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
20740
20741 * calculator.el (calculator-radix-grouping-mode)
20742 (calculator-radix-grouping-digits, calculator-displayer)
20743 (calculator-radix-grouping-separator, calculator-copy-displayer):
20744 * dabbrev.el (dabbrev-search-these-buffers-only):
20745 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
20746 (diff-advance-after-apply-hunk, diff-mode-hook)
20747 (diff-minor-mode-prefix):
20748 * imenu.el (imenu-use-popup-menu):
20749 * jit-lock.el (jit-lock-context-time):
20750 * newcomment.el (comment-fill-column, comment-column)
20751 (comment-style, comment-padding, comment-multi-line)
20752 (comment-empty-lines, comment-auto-fill-only-comments):
20753 * reveal.el (reveal-around-mark):
20754 * uniquify.el (uniquify-buffer-name-style)
20755 (uniquify-after-kill-buffer-p)
20756 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
20757 (uniquify-min-dir-content, uniquify-separator)
20758 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
20759 * w32-vars.el (w32-fixed-font-alist):
20760 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
20761 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
20762 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
20763 * progmodes/perl-mode.el (perl-indent-level)
20764 (perl-continued-statement-offset, perl-continued-brace-offset)
20765 (perl-brace-offset, perl-brace-imaginary-offset)
20766 (perl-label-offset, perl-indent-continued-arguments)
20767 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
20768 * progmodes/tcl.el (tcl-indent-level)
20769 (tcl-continued-indent-level, tcl-auto-newline)
20770 (tcl-tab-always-indent, tcl-electric-hash-style)
20771 (tcl-help-directory-list, tcl-use-smart-word-finder)
20772 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
20773 (inferior-tcl-source-command):
20774 * textmodes/fill.el (enable-kinsoku):
20775 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
20776 * textmodes/table.el (table-yank-handler):
20777 Specify missing group (and type, if simple) in defcustom.
20778
20779 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
20780
20781 * progmodes/compile.el (compilation-finish-function): Fix defvar.
20782
20783 2005-05-19 Richard M. Stallman <rms@gnu.org>
20784
20785 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
20786
20787 * subr.el (event-basic-type): Don't get an error.
20788 (left-fringe-p): Function deleted.
20789
20790 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
20791 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
20792
20793 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
20794 in recursive copy.
20795
20796 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
20797
20798 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
20799
20800 * emacs-lisp/bytecomp.el
20801 (byte-compile-file-form-custom-declare-variable):
20802 Call byte-compile-nogroup-warn if appropriate.
20803
20804 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
20805 (compilation-set-window): Don't call left-fringe-p; do it directly.
20806
20807 2005-05-19 Jay Belanger <belanger@truman.edu>
20808
20809 * calc/calc-graph.el (calc-graph-format-data): Make sure
20810 var-PlotRejects is bound before trying to check its value.
20811
20812 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
20813
20814 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
20815 definition of this variable from reftex-global.el to reftex.el,
20816 because it is needed in the menu.
20817
20818 2005-05-19 Lute Kamstra <lute@gnu.org>
20819
20820 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
20821 years are fixed. Don't insert a space after a dash.
20822
20823 2005-05-19 Kim F. Storm <storm@cua.dk>
20824
20825 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
20826
20827 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
20828
20829 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
20830 strings, because (eq ... ?\\) is fairly frequent.
20831
20832 * progmodes/make-mode.el (makefile-add-this-line-targets):
20833 Simplify and integrate into `makefile-pickup-targets'.
20834 (makefile-add-this-line-macro): Simplify and integrate into
20835 `makefile-pickup-macros.
20836 (makefile-pickup-filenames-as-targets): Simplify.
20837 (makefile-previous-dependency, makefile-match-dependency):
20838 Don't stumble over `::'.
20839
20840 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
20841
20842 * subr.el (post-command-idle-hook, post-command-idle-delay):
20843 Remove obsoletion of post-command-idle-hook and
20844 post-command-idle-delay.
20845
20846 * faces.el (list-faces-display): Provide button when describe-face
20847 is called to take user back to the list of faces.
20848
20849 * help-fns.el (describe-variable): Remove hyperlinks in a
20850 variable's value as these are quite frequently inappropriate.
20851
20852 * follow.el (follow-submit-feedback, follow-mode):
20853 Remove references to post-command-idle-hook.
20854
20855 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
20856
20857 * progmodes/make-mode.el (makefile-previous-dependency)
20858 (makefile-match-dependency): Check for := (and in bsd mode also
20859 !=) to give a better result, even when font-lock is not on.
20860
20861 2005-05-18 Jay Belanger <belanger@truman.edu>
20862
20863 * calc/calc-help.el (calc-s-prefix-help):
20864 Add `calc-copy-special-constant' to help string.
20865
20866 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
20867
20868 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20869
20870 2005-05-18 Jay Belanger <belanger@truman.edu>
20871
20872 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
20873 in linear factors are in proper order.
20874
20875 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
20876
20877 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20878 Support for jurabib.
20879
20880 * textmodes/reftex.el (featurep): Define aliases for overlay
20881 commands, for XEmacs compatibility, and use these aliases in
20882 overlay initializations.
20883 (reftex-highlight): Use `reftex-move-overlay'.
20884 (reftex-unhighlight): Use `reftex-delete-overlay'.
20885 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
20886 (reftex-access-search-path): Use `reftex-uniquify' instead of
20887 `reftex-uniq'
20888
20889 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
20890 `before-string' property modification enables for Emacs as well.
20891 (reftex-select-item): Use `reftex-delete-overlay'.
20892 (reftex-select-mark): Use `reftex-make-overlay' and
20893 `reftex-overlay-put'.
20894 (reftex-select-unmark): Use `reftex-delete-overlay' and
20895 `reftex-overlay-put'.
20896
20897 2005-05-18 Lute Kamstra <lute@gnu.org>
20898
20899 * emacs-lisp/lisp.el (check-parens): Fix docstring.
20900
20901 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
20902
20903 * add-log.el (add-change-log-entry):
20904 * array.el (array-make-template, array-reconfigure-rows)
20905 (array-init-max-row, array-init-max-column)
20906 (array-init-columns-per-line, array-init-field-width):
20907 * replace.el (replace-match-maybe-edit, perform-replace):
20908 * textmodes/spell.el (spell-region):
20909 Replace `read-input' by `read-string'.
20910
20911 * forms.el (forms-mode):
20912 * finder.el (finder-compile-keywords):
20913 * shadowfile.el (shadow-read-files):
20914 Replace `eval-current-buffer' by `eval-buffer'.
20915
20916 * terminal.el (te-pass-through):
20917 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
20918 (ange-ftp-raw-send-cmd):
20919 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
20920 (send-process-next-char, telnet-initial-filter, telnet):
20921 Replace `send-string' by `process-send-string'.
20922
20923 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
20924 (prolog-consult-region): Replace `send-string' by
20925 `process-send-string'; replace `send-region' by `process-send-region'.
20926
20927 * progmodes/delphi.el (delphi-log-msg):
20928 Replace `set-window-dot' by `set-window-point'.
20929
20930 * subr.el (window-dot, set-window-dot, read-input, send-string)
20931 (send-region, show-buffer, eval-current-buffer):
20932 Make really obsolete, as the comment says.
20933
20934 2005-05-17 Kim F. Storm <storm@cua.dk>
20935
20936 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
20937 (cua--init-keymaps): Bind C-return instead of S-return to set
20938 rectangle mark.
20939
20940 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
20941 instead of S-return to toggle/clear rectangle mark.
20942
20943 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
20944
20945 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
20946 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
20947 Also fontify plain strings assigned to variables, mostly so that a
20948 colon has a face and is thus not taken as a dependency separator.
20949 (makefile-previous-dependency): Inline the new matcher, because it
20950 is too complex to work in both directions.
20951 (makefile-match-dependency): Eliminate `backward' arg (see above).
20952 Completely reimplemented so as to not sometimes go into an endless
20953 loop. It should also be more efficient, because first it only
20954 searches for `:', instead of applying the very complex regexp.
20955 (makefile-mode): Cancel `font-lock-support-mode', because blocks
20956 to be fontified in one piece can be too long for JIT.
20957 Makefiles are never *that* big.
20958
20959 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
20960
20961 * dired.el (dired-mode): Simplify.
20962
20963 2005-05-17 Lute Kamstra <lute@gnu.org>
20964
20965 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
20966 defcustom for the mode hook variable.
20967
20968 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
20969 Emacs Lisp Reference Manual.
20970
20971 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
20972
20973 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
20974 (evenp, list*):
20975 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
20976 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
20977
20978 * net/tramp-smb.el (tramp-smb-open-connection):
20979 Pass `tramp-chunksize' as fifth (required) argument.
20980
20981 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
20982
20983 * font-lock.el (lisp-font-lock-keywords-1):
20984 Set `font-lock-negation-char-face' for [^...] char group.
20985 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
20986
20987 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
20988 a var, and refine it to mask one more level of nested vars.
20989 (makefile-rule-action-regex): Turn it into a var, and refine it so
20990 it recognizes backslashed continuation lines as belonging to the
20991 same command.
20992 (makefile-macroassign-regex): Refine it so it recognizes
20993 backslashed continuation lines as belonging to the same command.
20994 (makefile-var-use-regex): Don't look at the next char, because it
20995 might be the same one to be skipped by the initial [^$], leading
20996 to an overlooked variable use.
20997 (makefile-make-font-lock-keywords): Remove two parameters, which
20998 are now variables that some of the modes set locally.
20999 Handle dependency and rule action matching through functions, because
21000 regexps alone match too often. Dependency matching now comes
21001 last, so it can check, whether a colon already matched something else.
21002 (makefile-mode): Inform that font-lock improves makefile parsing
21003 capabilities.
21004 (makefile-match-dependency, makefile-match-action): New functions.
21005
21006 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
21007
21008 * emacs-lisp/cl-extra.el (equalp): Doc fix.
21009
21010 * align.el (align-regexp):
21011 * ansi-color.el (ansi-color-get-face):
21012 * array.el (array-reconfigure-rows, array-init-max-row)
21013 (array-init-max-column, array-init-columns-per-line)
21014 (array-init-field-width):
21015 * dired-aux.el (dired-trample-file-versions):
21016 * dired-x.el (dired-mark-sexp):
21017 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
21018 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
21019 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
21020 * faces.el (face-read-integer):
21021 * files.el (backup-extract-version, insert-directory):
21022 * hexl.el (hexl-insert-decimal-char):
21023 * server.el (server-process-filter):
21024 * shell.el (shell-extract-num):
21025 * startup.el (command-line-1):
21026 * term.el (term-command-hook):
21027 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
21028 (time-stamp-do-number):
21029 * time.el (display-time-update):
21030 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
21031 (timezone-fix-time):
21032 * vms-patch.el (vms-suspend-resume-hook):
21033 * calendar/appt.el (appt-convert-time):
21034 * calendar/cal-bahai.el (mark-bahai-diary-entries):
21035 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
21036 * calendar/cal-islam.el (mark-islamic-diary-entries):
21037 * calendar/calendar.el (calendar-cursor-to-date)
21038 (calendar-star-date):
21039 * calendar/diary-lib.el (diary-attrtype-convert)
21040 (mark-diary-entries, diary-entry-time):
21041 * calendar/solar.el (solar-get-number):
21042 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
21043 * emacs-lisp/re-builder.el (reb-display-subexp):
21044 * emulation/edt.el (edt-set-scroll-margins):
21045 * emulation/tpu-extras.el (tpu-set-scroll-margins):
21046 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
21047 (vip-get-ex-count):
21048 * emulation/viper-ex.el (viper-get-ex-token)
21049 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
21050 * international/fontset.el (fontset-plain-name):
21051 * mail/feedmail.el (feedmail-look-at-queue-directory):
21052 * mail/mailalias.el (mail-get-names):
21053 * mail/rmail.el (rmail-convert-to-babyl-format):
21054 * mail/rmailsum.el (rmail-make-basic-summary-line)
21055 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
21056 (rmail-summary-goto-msg):
21057 * mail/smtpmail.el (smtpmail-read-response):
21058 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
21059 (ange-ftp-vms-add-file-entry):
21060 * play/gametree.el (gametree-looking-at-ply)
21061 (gametree-current-branch-score):
21062 * progmodes/ada-xref.el (ada-prj-find-prj-file)
21063 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
21064 * progmodes/cperl-mode.el (condition-case):
21065 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
21066 (ebrowse-set-member-buffer-column-width)
21067 (ebrowse-select-1st-to-9nth):
21068 * progmodes/etags.el (etags-snarf-tag):
21069 * progmodes/flymake.el (flymake-parse-line):
21070 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
21071 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
21072 (idlwave-shell-menu-def):
21073 * progmodes/ps-mode.el (ps-run-goto-error):
21074 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
21075 (vhdl-speedbar-contract-level):
21076 * term/mac-win.el (x-handle-numeric-switch):
21077 * term/sun-mouse.el (sun-get-frame-data):
21078 * term/w32-win.el (x-handle-numeric-switch):
21079 * term/x-win.el (x-handle-numeric-switch):
21080 * textmodes/ispell.el (ispell-parse-output):
21081 * textmodes/nroff-mode.el (nroff-outline-level):
21082 * textmodes/reftex-cite.el (reftex-bib-sort-year)
21083 (reftex-bib-sort-year-reverse, reftex-format-citation):
21084 * textmodes/reftex-parse.el (reftex-init-section-numbers)
21085 (reftex-section-number):
21086 * textmodes/texinfmt.el (texinfo-paragraphindent):
21087 Replace `string-to-int' by `string-to-number'.
21088
21089 * international/latexenc.el: Add page marker to force the "Local
21090 Variables:" string out of the last page.
21091
21092 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
21093
21094 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
21095 tooltip-change-major-mode.
21096 (gud-tooltip-print-command): Remove case where gud-minor-mode
21097 is gdb ("--fullname").
21098 (gud-tooltip-tips): Turn GUD tooltips off for this case and
21099 explain to user.
21100
21101 2005-05-16 Jay Belanger <belanger@truman.edu>
21102
21103 * calc/calc-store.el (calc-copy-special-constant): New function.
21104
21105 * calc/calc-ext.el (calc-init-extensions): Add binding for
21106 `calc-copy-special-constant'.
21107
21108 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
21109 for the `calc-copy-special-constant' command.
21110
21111 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
21112
21113 * subr.el (left-fringe-p): New function.
21114
21115 * progmodes/compile.el (compilation-setup): Set local value of
21116 overlay-arrow-string to "" always.
21117 (compilation-set-window): Left fringe then don't scroll.
21118 No left fringe then no arrow and scroll message to top.
21119 (compilation-context-lines): Adjust doc string accordingly.
21120
21121 2005-05-16 Kim F. Storm <storm@cua.dk>
21122
21123 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
21124 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
21125 (ido-wide-find-dir-or-delete-dir): New command for M-d.
21126 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
21127 (ido-read-file-name): Handle commands with ido property value
21128 equal to find-file as reading a file name, to allow C-d to enter dired.
21129 (ibuffer-find-file): Add ido property with value find-file.
21130
21131 2005-05-15 Kim F. Storm <storm@cua.dk>
21132
21133 * subr.el (open-network-stream-nowait): Remove.
21134 (open-network-stream-server): Remove.
21135
21136 2005-05-15 Richard M. Stallman <rms@gnu.org>
21137
21138 * faces.el (describe-face): Output a definition link button.
21139
21140 * help-mode.el (help-face-def): New button type.
21141
21142 * emacs-lisp/copyright.el (copyright-fix-years):
21143 Match properly if the first year is 2-digit.
21144 Don't mess up the whitespace after the years by filling.
21145
21146 * dired-aux.el (dired-mark-confirm):
21147 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
21148
21149 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
21150 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
21151 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
21152
21153 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21154 Set font-lock-comment-start-skip.
21155
21156 * font-lock.el (font-lock-comment-start-skip): New variable.
21157 (font-lock-comment-end-skip): New variable.
21158 (font-lock-fontify-syntactically-region): Use them if non-nil.
21159
21160 2005-05-15 Jay Belanger <belanger@truman.edu>
21161
21162 * calc/calc-store.el (calc-store-value): Return a string rather
21163 than display it as a message.
21164 Use calc-var-name for variable name.
21165 (calc-store-into): Add the result of calc-store-value to message.
21166 (calc-copy-variable): Add a message.
21167 (calc-store-exchange): Improve error messages.
21168 (calc-store-binary, calc-store-map): Don't reset the values of
21169 special constants.
21170
21171 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
21172
21173 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
21174 manual to docstring.
21175
21176 * files.el (hack-local-variables-confirm): Add STRING argument.
21177 Make the function handle non file visiting buffers correctly.
21178 (hack-local-variables-prop-line, hack-local-variables)
21179 (hack-one-local-variable): Use STRING arg of
21180 `hack-local-variables-confirm'.
21181
21182 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
21183
21184 Sync with Tramp 2.0.49.
21185
21186 * net/tramp.el (tramp-handle-dired-call-process)
21187 (tramp-handle-insert-directory):`insert-buffer' cannot be used
21188 because the contents of the Tramp buffer is changed before
21189 insertion (`expand-file' and alike).
21190 (tramp-handle-insert-directory): If `localname' has an empty
21191 nondirectory name, it must not be quoted.
21192 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
21193 variable `tramp-chunksize'. Change callees.
21194 (tramp-open-connection-setup-interactive-shell): Check remote host
21195 for buggy `send-process-string' implementation.
21196 Set `tramp-chunksize' if found. Reported by Michael Kifer
21197 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
21198 (tramp-handle-shell-command): `insert-buffer' cannot be used
21199 because the contents of the Tramp buffer is changed before
21200 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
21201 <frederic.bothamy@free.fr>.
21202 (tramp-set-auto-save): Actions should be done for Tramp file name
21203 handler only. Ange-FTP has its own auto-save mechanism.
21204 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
21205 (tramp-set-auto-save-file-modes): Set file modes of
21206 `buffer-auto-save-file-name' to ?\600 as fallback solution.
21207 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
21208 (tramp-bug): Remove obsolete variable.
21209 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
21210 for presence of `mml-mode'. Make it running for older Emacsen as well.
21211
21212 2005-05-14 John Paul Wallington <jpw@pobox.com>
21213
21214 * ibuf-ext.el (define-ibuffer-filter filename):
21215 If `dired-directory' is a list, use its car.
21216
21217 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
21218
21219 * ibuffer.el (define-ibuffer-column filename):
21220 If `dired-directory' is a list, use its car.
21221
21222 2005-05-14 Richard M. Stallman <rms@gnu.org>
21223
21224 * subr.el (symbol-file): Doc fix.
21225
21226 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
21227 (byte-compile-form): Call byte-compile-nogroup-warn.
21228 (byte-compile-warning-types): Doc fix.
21229
21230 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
21231
21232 * progmodes/cc-engine.el (c-literal-faces):
21233 Add font-lock-comment-delimiter-face.
21234
21235 * net/net-utils.el (dig): Use with-no-warnings.
21236
21237 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
21238 (sc-recite-frame-alist, sc-default-cite-frame)
21239 (sc-default-uncite-frame, sc-default-recite-frame)
21240 (sc-attrib-selection-list, sc-rewrite-header-list):
21241 Mark as risky-local-variable.
21242
21243 * international/ogonek.el (ogonek-jak, ogonek-how):
21244 Don't use beginning-of-buffer.
21245
21246 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
21247
21248 * calendar/solar.el (solar-data-list): Move definition up.
21249
21250 * dnd.el (dnd-protocol-alist): Add autoload.
21251
21252 * progmodes/sh-script.el: Many doc usage fixes.
21253 (sh-indent-after-do): Change default to match common styles.
21254
21255 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
21256
21257 * files.el (interpreter-mode-alist)
21258 (auto-mode-interpreter-regexp): Doc fixes.
21259
21260 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
21261
21262 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
21263
21264 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
21265
21266 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21267
21268 * dired.el (dired-mode): make-variable-buffer-local =>
21269 make-local-variable.
21270
21271 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21272
21273 * term/mac-win.el (mac-select-convert-to-string): Try coding
21274 systems in mac-script-code-coding-systems if specified one cannot
21275 encode string for `com.apple.traditional-mac-plain-text'.
21276
21277 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
21278
21279 * progmodes/make-mode.el (makefile-targets-face)
21280 (makefile-shell-face, makefile-makepp-perl-face): New faces.
21281 (makefile-dependency-regex): Fix it to not make the colon in
21282 $(var:a=b) special.
21283 (makefile-rule-action-regex): New regexp for highlighting embedded
21284 Shell strings.
21285 (makefile-macroassign-regex): Handle != for highlighting as
21286 embedded Shell strings.
21287 (makefile-var-use-regex): New const.
21288 (makefile-statements, makefile-automake-statements)
21289 (makefile-gmake-statements, makefile-makepp-statements)
21290 (makefile-bsdmake-statements): New consts.
21291 (makefile-make-font-lock-keywords): New function.
21292 (makefile-automake-font-lock-keywords)
21293 (makefile-gmake-font-lock-keywords)
21294 (makefile-makepp-font-lock-keywords)
21295 (makefile-bsdmake-font-lock-keywords): New consts.
21296 (makefile-mode-map): Add switchers between the various submodes.
21297 (makefile-mode): Document the availability of the variants.
21298 (makefile-automake-mode, makefile-gmake-mode)
21299 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
21300
21301 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
21302 new variants of makefile-mode.
21303
21304 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21305
21306 * font-lock.el (font-lock-comment-delimiter-face): Fix up
21307 the inheritance.
21308
21309 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
21310
21311 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
21312 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
21313
21314 * files.el (normal-mode): Extend the scope of the
21315 `enable-local-variables' binding to include the `set-auto-mode' call.
21316 (magic-mode-alist): Doc fix.
21317
21318 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21319
21320 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
21321 font-lock-comment-face rather than copying its setting.
21322
21323 2005-05-12 Andreas Schwab <schwab@suse.de>
21324
21325 * eshell/esh-mode.el (eshell-send-input): Doc fix.
21326
21327 2005-05-12 Lute Kamstra <lute@gnu.org>
21328
21329 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
21330 defcustom for the mode hook variable. Delete the last argument.
21331 * generic-x.el: Fix callers of define-generic-mode.
21332 (generic-x-modes): Delete group.
21333 (show-tabs-tab-face, show-tabs-space-face): Put them in the
21334 generic-x customization group.
21335
21336 2005-05-12 Kim F. Storm <storm@cua.dk>
21337
21338 * font-lock.el (font-lock-negation-char-face): Default to "off".
21339
21340 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
21341 font-lock-negation-char-face to ! in !=.
21342
21343 2005-05-12 Masatake YAMATO <jet@gyve.org>
21344
21345 * add-log.el (find-change-log): Fix typos in the docstring
21346 of function.
21347
21348 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
21349
21350 * international/latexenc.el (latexenc-find-file-coding-system):
21351 Avoid `re-search-forward' when looking for input encoding because
21352 of speed and safety. Better regular expressions for recognizing
21353 input encoding. Limit a search for TeX-master/tex-main-file to
21354 the local variable section.
21355
21356 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
21357
21358 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
21359 syntax of $ to "'" (quote).
21360
21361 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
21362
21363 * dnd.el (dnd-protocol-alist): Improve custom type.
21364
21365 * dired.el (dired-dnd-protocol-alist): New variable.
21366 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
21367 `dired-mode-hook' to the end.
21368
21369 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
21370
21371 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
21372 comment-end if comment-start-skip is not set.
21373 Obey the font-lock-comment-delimiter-face variables.
21374
21375 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
21376
21377 * files.el (executable-find): Move from executable.el. Use
21378 locate-file.
21379 * progmodes/executable.el (executable-find): Move to files.el.
21380
21381 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
21382 when trying to ensure forward progress.
21383
21384 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
21385
21386 * mouse-sel.el (mouse-sel-follow-link-p): New function.
21387 (mouse-select, mouse-select-internal, mouse-extend-internal):
21388 Use it to implement mouse-1-click-follows-link functionality.
21389
21390 2005-05-11 Richard M. Stallman <rms@gnu.org>
21391
21392 * font-lock.el (font-lock-fontify-syntactically-region):
21393 Use font-lock-comment-delimiter-face for comment delimiters.
21394
21395 2005-05-10 Jay Belanger <belanger@truman.edu>
21396
21397 * calc/calc-help.el (calc-m-prefix-help): Add mention of
21398 preserving embedded modes.
21399
21400 2005-05-10 Richard M. Stallman <rms@gnu.org>
21401
21402 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
21403
21404 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
21405 Move from ada-stmt.el.
21406 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
21407
21408 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
21409 Move to ada-mode.el.
21410 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
21411
21412 * cus-edit.el (custom-file): Call file-chase-links.
21413
21414 * files.el (read-directory-name): Fix previous change.
21415 (hack-local-variables-confirm): New function.
21416 (hack-local-variables-prop-line, hack-local-variables)
21417 (hack-one-local-variable): Use it.
21418
21419 2005-05-10 Lute Kamstra <lute@gnu.org>
21420
21421 * font-lock.el (font-lock-keywords-alist)
21422 (font-lock-removed-keywords-alist): Clarify docstrings.
21423
21424 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
21425
21426 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
21427 (gdb-source-info): Check for preprocessor info.
21428 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
21429 a macro for a function.
21430 (gdb-info-breakpoints-custom): Try to find file again if not already
21431 found (user might have used GDB dir command).
21432 (gdb-get-location): Update gdb-location-alist correctly for change
21433 to gdb-info-breakpoints-custom.
21434
21435 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
21436 (gud-tooltip-print-command): Add gdbmi case.
21437 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
21438 preprocessor info.
21439
21440 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
21441
21442 * startup.el (fancy-splash-insert): Fix typo in doc string.
21443
21444 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
21445
21446 * obsolete/float.el (string-to-float):
21447 * obsolete/hilit19.el (hilit-add-pattern):
21448 * obsolete/rnews.el (news-parse-range, news-select-message)
21449 (news-get-pruned-list-of-files): Replace `string-to-int' by
21450 `string-to-number'.
21451
21452 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
21453 `find-file-not-found-hooks'; use `add-hook'.
21454 (uncompress-while-visiting): Set `write-file-functions', not
21455 `write-file-hooks'; use `add-hook'.
21456
21457 2005-05-09 Kim F. Storm <storm@cua.dk>
21458
21459 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
21460 (cua-paste): Handle clipboard action.
21461 (cua--init-keymaps): Remap clipboard-kill-region and
21462 clipboard-kill-ring-save.
21463
21464 2005-05-08 Eli Zaretskii <eliz@gnu.org>
21465
21466 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21467 Improve commentary.
21468
21469 * simple.el (next-error-overlay-arrow-position): Revert the change
21470 made on 2005-04-30.
21471
21472 2005-05-07 Jay Belanger <belanger@truman.edu>
21473
21474 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
21475 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
21476 `calc-sel-reselect'.
21477
21478 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
21479 Calc is in embedded mode.
21480
21481 2005-05-07 Eli Zaretskii <eliz@gnu.org>
21482
21483 * progmodes/compile.el (compilation-setup):
21484 Set overlay-arrow-string to an empty string on text terminals.
21485
21486 * textmodes/ispell.el (ispell-program-name): Try looking for
21487 "aspell" along exec-path, and if found, use it as the default
21488 speller program.
21489
21490 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
21491
21492 * international/mule.el (sgml-xml-auto-coding-function):
21493 Recognize encoding='FOO' in single quotes as well as in double quotes.
21494
21495 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21496
21497 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
21498 as well as `interactive', so that defmacro* would recognize
21499 `declare' forms.
21500
21501 2005-05-07 Eli Zaretskii <eliz@gnu.org>
21502
21503 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21504 Explain more about the LIGHTER arg's usage in the doc string.
21505 Add commentary to clarify what the code does. Fix the regexp that
21506 strips whitespace from LIGHTER. Quote LIGHTER before using it,
21507 since it could have characters special to regular expressions.
21508
21509 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21510
21511 * replace.el (occur-1): Bind inhibit-read-only so that
21512 erase-buffer doesn't barf on read-only text properties (likewise
21513 for add-text-properties in occur-engine). Mark buffer as unmodified.
21514 (occur-engine): Don't set buffer-read-only here.
21515
21516 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21517
21518 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
21519 list-buffers-directory. This caused the *cvs-commit* buffer to be
21520 sometimes mistakenly reused as a *cvs* buffer.
21521
21522 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
21523
21524 * tooltip.el: Move code for GUD tooltips into gud.el.
21525 (require): CL no longer needed to compile case.
21526 (tooltip-mode): Do not toggle functions for GUD tooltips.
21527 (tooltip-gud-tips-p): Remove. Replace with minor mode
21528 gud-tooltip-mode in gud.el.
21529 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
21530 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
21531 tooltip-gud prefix with gud-tooltip and obsolete.
21532 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
21533 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
21534 (tooltip-mouse-motion): Mouse movement functions/variable.
21535 Rename in gud.el by adding gud prefix.
21536 (tooltip-gud-original-filter, tooltip-gud-dereference)
21537 (tooltip-gud-event, tooltip-toggle-gud-tips)
21538 (tooltip-gud-process-output, tooltip-gud-print-command)
21539 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
21540 gud.el by replacing tooltip-gud prefix with gud-tooltip.
21541 (gdb-tooltip-print): Move to gdb-ui.el.
21542
21543 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
21544 (require): CL needed to compile case.
21545 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
21546 tooltip-gud-tips-p. Make it a minor-mode.
21547 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
21548 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
21549 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
21550 (gud-tooltip-change-major-mode)
21551 (gud-tooltip-activate-mouse-motions-if-enabled)
21552 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
21553 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
21554 (gud-tooltip-original-filter, gud-tooltip-dereference)
21555 (gud-tooltip-event, tooltip-toggle-gud-tips)
21556 (gud-tooltip-process-output, gud-tooltip-print-command)
21557 (gud-tooltip-tips): Move from tooltip.el.
21558
21559 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
21560 (gdb-cpp-define-alist-flags): Doc fix.
21561 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
21562 gud-tooltip-mode is t.
21563
21564 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21565
21566 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
21567 evaporate if their text is deleted.
21568 (goto-address-at-point): Make it work as a mouse binding as well.
21569 (goto-address-at-mouse): Obsolete it. Update users.
21570
21571 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
21572
21573 * calendar/appt.el (top-level): No longer activate on load.
21574
21575 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
21576
21577 * calendar/cal-bahai.el (mark-bahai-diary-entries):
21578 * net/webjump.el (webjump):
21579 * progmodes/idlw-help.el (idlwave-do-context-help1)
21580 (idlwave-highlight-linked-completions):
21581 * textmodes/po.el (po-find-file-coding-system-guts):
21582 Replace `assoc-ignore-case' by `assoc-string'.
21583
21584 2005-05-06 Eli Zaretskii <eliz@gnu.org>
21585
21586 * files.el (locate-file): Doc fix.
21587
21588 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
21589 Remove the redundant test for ms-dos.
21590
21591 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
21592 look for the preprocessor with exec-suffixes. If not found in
21593 standard places, look in exec-path. Remove most of the tests that
21594 used system-type.
21595
21596 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
21597
21598 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
21599
21600 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
21601 file-name clash with jka-compr.el on 8+3 filesystems.
21602
21603 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21604
21605 * term/mac-win.el: Don't define or bind scroll bar functions if
21606 x-toolkit-scroll-bars is t.
21607 (x-select-text, x-get-selection-value): Clear
21608 x-last-selected-text-clipboard if x-select-enable-clipboard is
21609 nil.
21610 (PRIMARY): Put mac-scrap-name property.
21611 (mac-select-convert-to-file-url): New function.
21612 (public.file-url): New selection target type. Add to
21613 selection-converter-alist.
21614 (x-get-selection, x-selection-value): Handle it.
21615 (x-cut-buffer-or-selection-value): New alias.
21616
21617 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21618
21619 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
21620 entry to avoid calling bibtex-find-entry with arg global
21621 being t. Remove arg key.
21622 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
21623 (bibtex-copy-summary-as-kill): Change accordingly.
21624
21625 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
21626
21627 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
21628 (org-agenda-date-later): Use with-current-buffer.
21629
21630 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
21631
21632 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
21633 (define-obsolete-variable-alias): Doc Fixes.
21634
21635 2005-05-06 Kim F. Storm <storm@cua.dk>
21636
21637 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
21638 vertical-motion when selective-display is active.
21639
21640 * ido.el (ido-setup-hook): New hook.
21641 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
21642 (ido-input-stack): New var.
21643 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
21644 ido-next-work-file binding to M-O.
21645 Bind M-f to ido-wide-find-file-or-pop-dir.
21646 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
21647 (ido-read-internal): Run ido-setup-hook.
21648 Catch quit in read-file-name and read-string to cancel edit.
21649 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
21650 Automatically pop-all when completing a directory name (RET).
21651 (ido-file-internal): Add with-no-warnings around ffap and dired code.
21652 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
21653 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
21654 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
21655 New functions for M-b/M-f to move among the directory components.
21656 (ido-make-merged-file-list): Catch quit to cancel merge.
21657 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
21658 (ido-completion-help): No warnings for ido-completion-buffer-full.
21659
21660 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
21661
21662 * font-lock.el (font-lock-negation-char-face): New face and variable.
21663 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
21664 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
21665 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
21666 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
21667
21668 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
21669
21670 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
21671 Fix typo in docstring.
21672
21673 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
21674 (ebrowse-print-statistics-line)
21675 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
21676
21677 * term/w32-win.el (image-library-alist): Add additional name for
21678 Xpm library.
21679
21680 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
21681
21682 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
21683 use gcc instead of cpp.
21684
21685 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
21686 (gdb-create-define-alist): Use it.
21687 (gdb-cpp-define-alist-program): Update for MS-DOS.
21688
21689 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
21690
21691 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
21692
21693 2005-05-04 Richard M. Stallman <rms@gnu.org>
21694
21695 * help.el (describe-key): No error when UNTRANSLATED is nil.
21696
21697 * simple.el (line-move-1): Fix previous change to signal errors
21698 appropriately.
21699
21700 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
21701
21702 * calendar/icalendar.el (icalendar-version): Now at 0.12.
21703 (icalendar-duration-correction): Remove.
21704 (icalendar--get-event-properties): Split result at commas.
21705 (icalendar--decode-isoduration): New optional argument
21706 DURATION-CORRECTION.
21707 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
21708 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
21709 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
21710 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
21711 (icalendar--convert-anniversary-to-ical): New functions, extracted
21712 from icalendar-export-region, with bug fixes.
21713 (icalendar-export-region): Use the above functions.
21714 (icalendar-import-buffer): Check before saving diary file.
21715 (icalendar--convert-recurring-to-diary)
21716 (icalendar--convert-non-recurring-all-day-to-diary)
21717 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
21718 extracted from icalendar--convert-ical-to-diary, with bug fixes.
21719 (icalendar--convert-ical-to-diary): Use the above functions.
21720
21721 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
21722
21723 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
21724 Remove these recent additions.
21725 (c-mode): Restore to before 2005-04-28.
21726
21727 * progmodes/cc-vars.el (cc-define-list-program): Remove this
21728 recent addition.
21729
21730 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
21731 (gdb-define-alist): New variables.
21732 (gdb-create-define-alist): New function.
21733 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
21734 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
21735 with string-to-number.
21736 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
21737
21738 * progmodes/gud.el: Replace string-to-int with string-to-number.
21739 (gud-find-file): Handle gdb-define-alist.
21740
21741 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
21742
21743 2005-05-02 Jay Belanger <belanger@truman.edu>
21744
21745 * calc/calc-aent.el (math-read-token):
21746 * calc/calc-bin.el (calc-word-size):
21747 * calc/calc-ext.el (calc-read-number-fancy):
21748 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
21749 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
21750 * calc/calc-frac.el (calc-over-notation):
21751 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
21752 (calc-graph-num-points, calc-graph-init):
21753 * calc/calc-prog.el (calc-read-parse-table-part)
21754 (calc-edit-macro-repeats):
21755 * calc/calc-yank.el (calc-do-grab-rectangle):
21756 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
21757 Replace `string-to-int' by `string-to-number'.
21758
21759 2005-05-02 Kim F. Storm <storm@cua.dk>
21760
21761 * kmacro.el: Use executing-kbd-macro-index variable.
21762
21763 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
21764
21765 * net/rlogin.el (rlogin-parse-words): Delete func.
21766 (rlogin): Use split-string, not rlogin-parse-words.
21767 Also, if there are option-like elements in the parsed args,
21768 take the host to be the first arg immediately following them.
21769 Suggested by Michael Mauger.
21770
21771 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21772
21773 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
21774
21775 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21776
21777 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
21778 (cc-mode-cpp-program): Rename to cc-define-list-program and
21779 move to cc-vars.el.
21780
21781 * progmodes/cc-vars.el (cc-define-list-program):
21782 Change to "gcc -E -dM -". Make customizable.
21783
21784 2005-05-02 Kim F. Storm <storm@cua.dk>
21785
21786 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
21787
21788 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21789
21790 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
21791
21792 * international/mule-util.el (truncate-string): Remove alias and
21793 obsolete declaration.
21794
21795 * international/mule-cmds.el (update-iso-coding-systems):
21796 Remove alias and obsolete declaration.
21797
21798 * international/mule.el (coding-system-parent): Remove alias and
21799 obsolete declaration.
21800
21801 * subr.el (define-function, sref): Remove aliases and obsolete
21802 declarations.
21803 (chars-in-region): Remove obsolete declaration.
21804
21805 2005-05-01 Richard M. Stallman <rms@gnu.org>
21806
21807 * info.el (Info-mode): Set widen-automatically to nil, locally.
21808
21809 * simple.el (widen-automatically): New variable.
21810 (pop-global-mark): Obey widen-automatically.
21811
21812 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
21813
21814 * term/xterm.el (function-key-map): Call substitute-key-definition
21815 before the keymap size is increased by a lot of define-key calls.
21816
21817 2005-05-01 Richard M. Stallman <rms@gnu.org>
21818
21819 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
21820 Rename ARG to ELEMENT. Doc fix.
21821
21822 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21823
21824 * allout.el (allout-exposure): Remove macro and obsolete declaration.
21825 Remove references to allout-exposure/change to allout-new-exposure.
21826
21827 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
21828 bytecode symbols.
21829
21830 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
21831 (compiled-function-p, focus-frame, unfocus-frame):
21832 Remove aliases and obsolete declarations.
21833 Back out inadvertent changes from previous commit.
21834
21835 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21836
21837 * files.el (require-final-newline): Make Custom tags consistent
21838 with mode-require-final-newline.
21839 (mode-require-final-newline): Doc fix.
21840
21841 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
21842
21843 * international/latexenc.el (latexenc-find-file-coding-system):
21844 Fix regular expressions.
21845
21846 2005-05-01 David Kastrup <dak@gnu.org>
21847
21848 * international/latexenc.el (latexenc-find-file-coding-system):
21849 Fix regular expressions.
21850
21851 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21852
21853 * subr.el (string-to-int): Make obsolete.
21854
21855 2005-04-30 Richard M. Stallman <rms@gnu.org>
21856
21857 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
21858
21859 * loadup.el: load jka-comp-hook.
21860
21861 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
21862 (jka-compr-handler): Add autoload. `put' calls moved
21863 to jka-comp-hook.el.
21864 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
21865 (jka-compr-inhibit): Autoload.
21866
21867 * jka-comp-hook.el: New file.
21868 Enable the mode by default.
21869
21870 * files.el (backup-buffer-copy): Use copy-file instead
21871 of write-region, and put back the 'excl.
21872
21873 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
21874
21875 * progmodes/flymake.el (flymake-split-string)
21876 (flymake-split-string, flymake-log, flymake-pid-to-names)
21877 (flymake-reg-names, flymake-get-source-buffer-name)
21878 (flymake-unreg-names, flymake-add-line-err-info)
21879 (flymake-add-err-info): Clarify docstrings.
21880 (flymake-popup-menu, flymake-make-emacs-menu)
21881 (flymake-make-xemacs-menu): Add docstrings.
21882 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
21883 Set variables directly throughout.
21884
21885 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
21886
21887 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
21888 exists. Initialize cc-define-alist.
21889 (c-mode): Add cc-create-define-alist locally to after-save-hook.
21890 If there is no file (Macroexpansion) don't create an alist.
21891
21892 2005-04-29 Sam Steingold <sds@gnu.org>
21893
21894 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
21895 (cc-create-define-alist): Use it instead of the hard-coded string.
21896
21897 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
21898
21899 * international/mule-conf.el (file-coding-system-alist): Fix regexp
21900 for latexenc.
21901
21902 2005-04-29 Lute Kamstra <lute@gnu.org>
21903
21904 * emacs-lisp/generic.el: Improve commentary section.
21905 (define-generic-mode): Improve docstring.
21906
21907 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
21908
21909 * textmodes/org.el (many places): Change to quiet the byte compiler.
21910 (org-prefix-format-compiled): New variable.
21911 (org-compile-prefix-format): New function.
21912 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
21913 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
21914 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
21915 (org-get-entries-from-diary): Use `org-get-time-of-day' for
21916 consistency with entries from `org-mode' files.
21917 (org-get-time-of-day): Fix bug with partial matches early in a line.
21918 (org-non-link-chars): New constant.
21919 (org-link-regexp): Respect `org-non-link-chars'.
21920 (org-agenda-day-view): Remove command.
21921 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
21922 (org-follow-bbdb-link, org-store-link): Search also company field.
21923 (org-highlight-overlay): New variable.
21924 (org-highlight, org-unhighlight): New functions.
21925 (org-agenda-mode): Add pre-command-hook to remove highlight.
21926 (org-evaluate-time-range): Behavior depends upon whether time stamp
21927 contains a time or not.
21928 (org-show-subtree, org-show-entry): New functions.
21929 (org-agenda-cleanup-fancy-diary): Remove empty lines.
21930
21931 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
21932
21933 * comint.el (comint-output-filter-functions): Add autoload cookie.
21934
21935 2005-04-28 Kim F. Storm <storm@cua.dk>
21936
21937 * ido.el (ido-everywhere): Fix last change.
21938
21939 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
21940
21941 * international/latexenc.el: New file.
21942 * international/mule-conf.el (file-coding-system-alist): For .tex,
21943 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
21944
21945 2005-04-28 Lute Kamstra <lute@gnu.org>
21946
21947 * font-lock.el (font-lock-add-keywords)
21948 (font-lock-remove-keywords): Clarify docstring.
21949 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
21950 Don't start docstrings with a `*'.
21951 (font-lock-update-removed-keyword-alist): Give it a docstring.
21952
21953 * generic-x.el: Update commentary section.
21954 Only require font-lock when compiling.
21955 Define all modes conditionally.
21956 Place all generic modes in the generic-x-modes customization group.
21957 (generic-x-modes): New customization group.
21958 (generic-default-modes, generic-mswindows-modes)
21959 (generic-unix-modes, generic-other-modes): New constants.
21960 (generic-define-mswindows-modes, generic-define-unix-modes):
21961 Update docstrings. Make them obsolete.
21962 (generic-extras-enable-list): New default value. Update docstring.
21963 Improve :type. Change :set function.
21964 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
21965 Fix docstring.
21966
21967 * emacs-lisp/generic.el (generic-mode-internal):
21968 Simplify font-lock-defaults.
21969 (define-generic-mode): Fix docstring.
21970
21971 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
21972
21973 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
21974 font-lock-face property to highlight matches.
21975
21976 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
21977
21978 * progmodes/cc-mode.el (cc-create-define-alist): New function.
21979 (cc-define-alist): New variable.
21980 (c-mode): Make it local and initialize it.
21981
21982 * progmodes/gdb-ui.el (gdb-active-process): New variable.
21983 (gdb-exited): New function.
21984 (gdb-annotation-rules): Use it.
21985 (gdb-starting): Set gdb-active-process to t.
21986 (gdb-stopping): Amend doc string.
21987 (gdb-reset): Set gdb-active-process to nil.
21988
21989 * tooltip.el (tooltip-gud-tips): Show the associated #define
21990 directives when a C program under GDB is not executing.
21991
21992 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
21993
21994 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
21995 font-lock-fontify-syntactic-keywords.
21996
21997 * font-lock.el (font-lock-default-fontify-region): Don't force
21998 parse-sexp-lookup-properties to nil.
21999
22000 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
22001
22002 * man.el (man-mode-syntax-table): Set up `:' to have
22003 word-constituent syntax.
22004
22005 2005-04-27 Lute Kamstra <lute@gnu.org>
22006
22007 * novice.el (disable-command): Don't add spurious newlines to the
22008 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
22009
22010 2005-04-26 Jay Belanger <belanger@truman.edu>
22011
22012 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
22013 than one window before deleting window.
22014
22015 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
22016
22017 * shell.el (shell-prompt-pattern): Doc fix.
22018 (shell-mode): Set paragraph-separate buffer locally to "\\'".
22019
22020 * comint.el (comint-prompt-regexp, comint-get-old-input)
22021 (comint-use-prompt-regexp)
22022 (comint-use-prompt-regexp-instead-of-fields)
22023 (comint-replace-by-expanded-history, comint-send-input)
22024 (comint-output-filter, comint-get-old-input-default)
22025 (comint-line-beginning-position, comint-bol, comint-show-output)
22026 (comint-backward-matching-input, comint-forward-matching-input)
22027 (comint-next-prompt, comint-previous-prompt):
22028 Rename `comint-use-prompt-regexp-instead-of-fields' to
22029 `comint-use-prompt-regexp'. Keep old name as alias and declare
22030 obsolete.
22031 (comint-use-prompt-regexp): Shorten first line of doc string.
22032
22033 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
22034 Set paragraph-separate buffer locally to "\\'".
22035
22036 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
22037 Adapt to above name change.
22038
22039 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
22040 (smbclient-prompt-regexp): Ditto.
22041
22042 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
22043
22044 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
22045
22046 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
22047 gdb-location-list.
22048 Break lines that are over 80 characters wide.
22049
22050 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
22051
22052 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
22053 New fun and var, to preserve compatibility.
22054
22055 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
22056
22057 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
22058
22059 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
22060 name to file-newer-than-file-p.
22061
22062 2005-04-26 Richard M. Stallman <rms@gnu.org>
22063
22064 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
22065
22066 * progmodes/python.el (python-mode):
22067 Use new name eldoc-documentation-function.
22068
22069 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
22070
22071 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
22072 (eldoc-documentation-function):
22073 Rename from eldoc-print-current-symbol-info-function. Calls changed.
22074
22075 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
22076
22077 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
22078
22079 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
22080
22081 * term/xterm.el (function-key-map): Fix strings for
22082 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
22083 {C,S,A,C-S}-{f1-f12}.
22084
22085 2005-04-26 Kenichi Handa <handa@m17n.org>
22086
22087 * international/mule-cmds.el (select-safe-coding-system):
22088 Fix previous change.
22089
22090 2005-04-26 Lute Kamstra <lute@gnu.org>
22091
22092 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
22093
22094 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
22095 (font-lock-comment-delimiter-face): Ditto.
22096
22097 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
22098
22099 2005-04-25 Jay Belanger <belanger@truman.edu>
22100
22101 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
22102 to t while inserting information; use help-mode.
22103
22104 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
22105
22106 * term.el (ansi-term-color-vector): Use the xterm colors.
22107 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
22108
22109 2005-04-25 Lute Kamstra <lute@gnu.org>
22110
22111 * font-core.el (font-lock-defaults): Fix docstring.
22112
22113 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
22114
22115 2005-04-25 Kenichi Handa <handa@m17n.org>
22116
22117 * international/mule-cmds.el (select-safe-coding-system):
22118 Don't check consistency with coding: spec, etc if raw-text or
22119 no-conversion was found to be safe.
22120
22121 2005-04-24 Richard M. Stallman <rms@gnu.org>
22122
22123 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
22124 citation markers at start of each line.
22125
22126 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
22127 citation markers at start of each line.
22128
22129 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
22130
22131 * files.el (mode-require-final-newline): Fix previous change.
22132 (require-final-newline): Fix type label.
22133
22134 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
22135
22136 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
22137 statement in buffer (broken by 2004-11-24 change).
22138
22139 2005-04-24 Kim F. Storm <storm@cua.dk>
22140
22141 * ido.el (ido-everywhere): Save and restore old read-buffer-function
22142 and read-file-name-function values. Don't overwrite existing
22143 non-nil values if ido-mode is enabled without ido-everywhere.
22144
22145 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
22146
22147 * files.el (mode-require-final-newline): Minor doc fix.
22148
22149 2005-04-24 Eli Zaretskii <eliz@gnu.org>
22150
22151 * subr.el (syntax-after): Doc fix.
22152 (syntax-class): If argument is nil, return nil. Mask off upper 16
22153 bits, not 8 bits.
22154
22155 * files.el (mode-require-final-newline): Doc fix.
22156 (backup-buffer-copy): Fix last change.
22157
22158 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22159
22160 * term/mac-win.el: Require select. Set selection-coding-system to
22161 mac-system-coding-system. Call menu-bar-enable-clipboard.
22162 (x-last-selected-text-clipboard, x-last-selected-text-primary)
22163 (x-select-enable-clipboard): New variables.
22164 (x-select-text, x-get-selection, x-selection-value)
22165 (x-get-selection-value, mac-select-convert-to-string)
22166 (mac-services-open-file, mac-services-open-selection)
22167 (mac-services-insert-text): New functions.
22168 (CLIPBOARD, FIND): Put mac-scrap-name property.
22169 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
22170 (public.tiff): Put mac-ostype property.
22171 (selection-converter-alist): Add entries for them.
22172 (mac-application-menu-map): New keymap.
22173 (interprogram-cut-function, interprogram-paste-function): Set to
22174 x-select-text and x-get-selection-value, respectively.
22175 (split-window-keep-point): Set to t.
22176
22177 2005-04-23 Richard M. Stallman <rms@gnu.org>
22178
22179 * files.el (read-directory-name): Always pass non-nil
22180 DEFAULT-FILENAME arg to read-file-name.
22181 (backup-buffer-copy, basic-save-buffer-2): Take care against
22182 writing thru an unexpected existing symlink.
22183 (revert-buffer): In indirect buffer, revert the base buffer.
22184 (magic-mode-alist): Doc fix.
22185 (buffer-stale-function): Doc fix.
22186 (minibuffer-with-setup-hook): Avoid warning.
22187 (mode-require-final-newline): Doc and custom fix.
22188
22189 * follow.el (follow-end-of-buffer): Use with-no-warnings.
22190
22191 * font-lock.el (font-lock-comment-face): On terminals with few colors,
22192 use the default appearance.
22193 (font-lock-comment-delimiter-face): New face, new variable.
22194
22195 * imenu.el (imenu--generic-function): The official position of a
22196 definition is the start of the line that BEG is in.
22197
22198 * midnight.el (midnight-timer): Move defvar up.
22199
22200 * mouse.el (mouse-drag-region-1): Delete some debugging code.
22201
22202 * saveplace.el (save-place-to-alist): Use with-no-warnings.
22203
22204 * startup.el (command-line): Use with-no-warnings.
22205
22206 * window.el (window-size-fixed): New defvar.
22207
22208 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
22209
22210 * mail/rmail.el (rmail-font-lock-keywords):
22211 Use font-lock-comment-delimiter-face.
22212
22213 * mail/sendmail.el (mail-font-lock-keywords):
22214 Use font-lock-comment-delimiter-face.
22215
22216 * progmodes/compile.el (next-error-highlight-timer): New defvar.
22217
22218 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
22219
22220 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22221 Specify t for LAXMATCH when matching directories.
22222 Save match data around compilation-compat-error-properties form.
22223
22224 2005-04-23 David Kastrup <dak@gnu.org>
22225
22226 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
22227 Mention that the autoloaded aliases should be kept for AUCTeX.
22228
22229 2005-04-23 Andreas Schwab <schwab@suse.de>
22230
22231 * isearch.el (isearch-forward): Doc fix.
22232
22233 2005-04-23 Eli Zaretskii <eliz@gnu.org>
22234
22235 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
22236 (jit-lock-stealth-nice): Change default value to 0.5.
22237
22238 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
22239
22240 * abbrev.el (write-abbrev-file): Write table entries in
22241 alphabetical order by table name.
22242
22243 2005-04-22 Kim F. Storm <storm@cua.dk>
22244
22245 * ido.el (ido-read-internal): Fix `list' completion.
22246
22247 2005-04-22 Kenichi Handa <handa@m17n.org>
22248
22249 * recentf.el (recentf-save-file-coding-system): New variable.
22250 (recentf-save-list): Encode the file by
22251 recentf-save-file-coding-system and add coding: tag.
22252
22253 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
22254
22255 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
22256
22257 2005-04-21 Lute Kamstra <lute@gnu.org>
22258
22259 * loadhist.el (unload-feature): Don't remove a function from hooks
22260 if it is about to be restored to an autoload . Remove functions
22261 that will become unbound from auto-mode-alist. Simplify the code.
22262
22263 * subr.el (assq-delete-all): New implementation that is linear,
22264 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
22265 (rassq-delete-all): New function.
22266
22267 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
22268 Add size-indication-mode.
22269
22270 2005-04-21 Kenichi Handa <handa@m17n.org>
22271
22272 * international/mule-cmds.el: Add autoload for widget-value in
22273 eval-when-compile.
22274
22275 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
22276
22277 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
22278 Add tooltip-mode.
22279
22280 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
22281
22282 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
22283
22284 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
22285 (inferior-lisp-filter-regexp, inferior-lisp-program)
22286 (inferior-lisp-load-command, inferior-lisp-prompt)
22287 (inferior-lisp-mode-hook, lisp-source-modes)
22288 (inferior-lisp-load-hook): defvar->defcustom.
22289 (inferior-lisp-program, inferior-lisp-prompt)
22290 (inferior-lisp-load-hook): Doc fixes.
22291 (inferior-lisp-install-letter-bindings): Small change in
22292 introductory comment.
22293
22294 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
22295
22296 * vc.el (vc-annotate-color-map): Change some colors so that text
22297 using them as foreground is readable on both white and black
22298 backgrounds.
22299
22300 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22301
22302 * international/mule-conf.el (translation-table-for-input):
22303 Remove redundant declaration.
22304
22305 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
22306
22307 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
22308
22309 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
22310 (tooltip-toggle-gud-tips): New function.
22311
22312 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22313
22314 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
22315 right angle brackets.
22316
22317 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
22318
22319 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
22320
22321 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
22322
22323 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
22324 Remove. Update callers to use expand-file-name instead.
22325
22326 * subr.el (syntax-class): New function.
22327
22328 * simple.el (blink-matching-open): Use it.
22329
22330 * paren.el (show-paren-function): Use it to recognize parens that are
22331 also used in 2-char comment markers.
22332
22333 2005-04-19 Lute Kamstra <lute@gnu.org>
22334
22335 * loadhist.el (unload-feature): Update for new format of
22336 load-history. Simplify the code.
22337
22338 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22339
22340 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
22341 (mac-add-charset-info): New function. Initialize variable
22342 mac-charset-info-alist using it.
22343 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
22344 for translation.
22345 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
22346 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
22347 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
22348 New CCL programs.
22349
22350 2005-04-19 Kim F. Storm <storm@cua.dk>
22351
22352 * simple.el (next-buffer, prev-buffer, next-error)
22353 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22354 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
22355
22356 * bindings.el (next-buffer, prev-buffer, next-error)
22357 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22358 (clone-indirect-buffer-other-window): Move bindings from simple.el.
22359 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
22360 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
22361
22362 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
22363
22364 * isearch.el (isearch-edit-string): Make the search-ring available for
22365 minibuffer history commands.
22366 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
22367 the default history commands now work just as well.
22368 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
22369
22370 2005-04-18 Kim F. Storm <storm@cua.dk>
22371
22372 * emulation/cua-base.el (cua--pre-command-handler): Add more
22373 elaborate check for shift modifier on non-window systems.
22374
22375 2005-04-18 Lars Hansen <larsh@math.ku.dk>
22376
22377 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
22378
22379 2005-04-18 Kim F. Storm <storm@cua.dk>
22380
22381 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
22382 and make it optional. Don't test tooltip-gud-echo-area here.
22383 (tooltip-gud-process-output, gdb-tooltip-print):
22384 Pass tooltip-gud-echo-area to tooltip-show.
22385 (tooltip-help-tips): Remove second optional arg to tooltip-show.
22386
22387 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22388
22389 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
22390 `display-graphic-p' may not be bound yet.
22391
22392 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
22393
22394 * startup.el (command-line): No longer enable Xterm Mouse mode by
22395 default in terminals compatible with xterm.
22396
22397 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
22398
22399 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
22400
22401 * tooltip.el (tooltip-gud-echo-area): Rename from
22402 tooltip-use-echo-area.
22403 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
22404 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
22405 area independently of where help tooltips are displayed.
22406
22407 2005-04-17 David Kastrup <dak@gnu.org>
22408
22409 * cus-theme.el (custom-theme-write-variables): Quote variables
22410 where necessary.
22411
22412 2005-04-17 Richard M. Stallman <rms@gnu.org>
22413
22414 * simple.el (yank-excluded-properties): Add follow-link to value.
22415
22416 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
22417
22418 * startup.el (fancy-splash-max-time): Just 30 seconds.
22419 (fancy-splash-delay): Just 7.
22420 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
22421
22422 * loadhist.el (unload-feature): Update for new format of load-history.
22423 Simplify the code.
22424
22425 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
22426 (rmail-font-lock-keywords): Don't fontify the text of a citation.
22427
22428 * mail/sendmail.el (mail-font-lock-keywords):
22429 Don't fontify subject text.
22430 Don't fontify the text of a citation.
22431
22432 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
22433
22434 * comint.el (comint-output-filter): Run comint-output-filter-functions
22435 with point where the user had it.
22436
22437 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
22438
22439 * international/ucs-tables.el (ucs-set-table-for-input):
22440 Disable when using unify-on-decoding.
22441
22442 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
22443
22444 * emulation/cua-base.el (cua-global-mark-face): Add special case
22445 for displays supporting a high number of colors.
22446
22447 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
22448
22449 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
22450
22451 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
22452
22453 * filesets.el (filesets-add-buffer): If user supplies a name of a
22454 non-existing fileset, create a new fileset.
22455
22456 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
22457
22458 * textmodes/org.el (org-up-heading-all): Fix bug with
22459 `outline-up-heading-all'.
22460
22461 2005-04-16 Andreas Schwab <schwab@suse.de>
22462
22463 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
22464 /etc/permissions.d/* and /etc/aliases.d/*.
22465
22466 2005-04-16 Kenichi Handa <handa@m17n.org>
22467
22468 * international/code-pages.el (cp-make-coding-system):
22469 Set `translation-table-for-input' property value to the symbol
22470 ucs-mule-to-mule-unicode, not to that value.
22471 (pt154): Escape guillemet by `\'.
22472
22473 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
22474
22475 * loadup.el: Load tooltip if x-show-tip is fboundp.
22476
22477 * startup.el (command-line): Add comment.
22478
22479 * tooltip.el (tooltip-mode): Specify correct standard value for
22480 Custom in init-value.
22481
22482 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
22483
22484 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
22485 possible.
22486
22487 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
22488
22489 * textmodes/org.el (org-agenda-date-prompt): Rename from
22490 `org-agenda-date-today'.
22491 (org-evaluate-time-range): Insert at point instead of directly
22492 after time range.
22493 (org-first-headline-recenter, org-subtree-end-visible-p)
22494 (org-optimize-window-after-visibility-change): New functions
22495 (org-agenda-post-command-hook): Don't allow point at end of line,
22496 to make sure it always hits the text properties.
22497 (org-agenda-next-date-line, org-agenda-previous-date-line):
22498 New commands.
22499 (org-set-regexps-and-options): Category may contain white space.
22500 (org-agenda-get-deadlines, org-agenda-get-scheduled):
22501 Improve marker positions.
22502 (org-agenda-new-marker): Argument POS made optional.
22503 (org-agenda-get-timestamps): Deadlines which are done are listed
22504 in org-done-face now.
22505 (org-agenda-get-todos, org-agenda-get-timestamps)
22506 (org-agenda-get-deadlines, org-agenda-get-scheduled):
22507 Set `undone-face' and `done-face' properties.
22508 (org-last-todo-state-is-todo): New variable.
22509 (org-todo): Set `org-last-todo-state-is-todo'.
22510 (org-agenda-todo): Change face according to
22511 `org-last-todo-state-is-todo'. And change other lines referring to
22512 the same entry.
22513 (org-calendar-goto-agenda): New command.
22514 (org-calendar-to-agenda-key): New option.
22515 (org-startup-folded): New allowed value `content'.
22516 (org-set-regexps-and-options): Accept new value `content' for
22517 `org-startup-folded'.
22518 (org-get-current-options): Handle new value `content' for
22519 `org-startup-folded'.
22520 (org-insert-todo-heading): New command.
22521 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
22522 interactively in empty file and option
22523 `org-insert-mode-line-in-empty-file' has been set.
22524 (org-agenda-todo, org-agenda-priority): Modify to use
22525 `org-agenda-change-all-lines'.
22526 (org-warning-face): Change color on dark background
22527
22528 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22529
22530 * international/mule-cmds.el (set-locale-environment): On Mac OS,
22531 use preferences AppleLocale and AppleLanguages, and variable
22532 mac-system-locale for default locale. On Mac OS Classic, use
22533 mac-system-coding-system for default coding systems.
22534
22535 * term/mac-win.el: Don't set file-name-coding-system.
22536 Decode variables system-name, emacs-build-system, user-login-name, and
22537 user-full-name by mac-system-coding-system on Mac OS Classic.
22538 (mac-system-coding-system): New variable.
22539
22540 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
22541
22542 * startup.el (command-line): Handle `xterm-mouse-mode' before
22543 reading init file.
22544
22545 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
22546
22547 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
22548
22549 * progmodes/sh-script.el (sh-here-document-word): Make it a
22550 defcustom. Doc fix.
22551 (sh-add): Bash uses $(( )) for arithmetic.
22552 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
22553 (sh-maybe-here-document): Remove quotes and leading whitespace
22554 from heredoc word when closing. Indent heredoc with tabs if word
22555 starts with "-".
22556
22557 2005-04-13 Richard M. Stallman <rms@gnu.org>
22558
22559 * simple.el (undo): Fix previous change.
22560
22561 * custom.el (defface): Doc fix.
22562
22563 2005-04-13 Lute Kamstra <lute@gnu.org>
22564
22565 * Makefile.in (DONTCOMPILE): Remove list.
22566 (compile, compile-always): Don't use DONTCOMPILE.
22567 (update-authors): Load the library in which batch-update-authors
22568 is defined.
22569 * makefile.w32-in (DONTCOMPILE): Remove list.
22570 (compile, compile-always): Fix comments.
22571 (update-authors): Load the library in which batch-update-authors
22572 is defined.
22573
22574 * generic-x.el (generic-mode-ini-file-find-file-hook):
22575 Rename to ini-generic-mode-find-file-hook.
22576 Keep generic-mode-ini-file-find-file-hook as an alias.
22577 (ini-generic-mode-find-file-hook): Rename from
22578 generic-mode-ini-file-find-file-hook. Fix docstring.
22579 (ini-generic-mode): Docstring change.
22580 (bat-generic-mode-run-as-comint): Silence the byte compiler.
22581
22582 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
22583 called from lisp.
22584
22585 * generic.el: Move to the emacs-lisp subdir.
22586
22587 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
22588
22589 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
22590 and C-S- function and cursor motion keys.
22591
22592 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
22593
22594 * startup.el (command-line): Enable Xterm Mouse mode by default.
22595 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
22596 for Custom. No longer show "Mouse" in mode line when enabled.
22597 Doc fix.
22598
22599 2005-04-12 Kim F. Storm <storm@cua.dk>
22600
22601 * emulation/cua-base.el (cua-rectangle-face)
22602 (cua-rectangle-noselect-face): Define face attributes here.
22603
22604 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
22605
22606 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22607
22608 * startup.el (command-line): Turn off blinking cursor if
22609 cursorBlink in resources is off or false.
22610
22611 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22612
22613 * term/mac-win.el (dnd): Require dnd.
22614 (mac-drag-n-drop): Call dnd-handle-one-url.
22615 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
22616 (kTextEncodingISOLatin2): Remove constants.
22617 (mac-script-code-coding-systems): New constant.
22618 (mac-handle-language-change): New function.
22619 (special-event-map): Bind it to `language-change' event.
22620 (mac-centraleurroman, mac-cyrillic): New coding systems.
22621 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
22622 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
22623 and mac-cyrillic-encoder to encode-mac-centraleurroman and
22624 encode-mac-cyrillic, respectively.
22625
22626 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22627
22628 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
22629 Don't set overlay-arrow-string to "=>" as this is done
22630 globally in C now.
22631
22632 2005-04-12 Lute Kamstra <lute@gnu.org>
22633
22634 * generic-x.el (rc-generic-mode, rul-generic-mode):
22635 Fix auto-mode-alist entries.
22636 (etc-fstab-generic-mode): Tweak fontification.
22637
22638 * generic.el (generic-make-keywords-list): Fix docstring.
22639 (generic-mode-internal): Simplify generic-font-lock-keywords.
22640
22641 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
22642
22643 * whitespace.el (whitespace-buffer-leading)
22644 (whitespace-buffer-trailing): Revert the incorrect test inversion.
22645 However, fix the highlight area for the leading and
22646 trailing whitespaces to show space.
22647
22648 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
22649
22650 * whitespace.el (whitespace-version): Bump to 3.5
22651
22652 (whitespace-buffer-leading, whitespace-buffer-trailing):
22653 Invert sense of the test to highlight the whitespace.
22654
22655 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22656
22657 * progmodes/gud.el (gud-display-line): GUD uses its own
22658 overlay arrow now so don't set overlay-arrow-string.
22659 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
22660
22661 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
22662
22663 * term.el (term-ansi-current-bold, term-ansi-current-underline)
22664 (term-ansi-current-reverse, term-ansi-current-invisible)
22665 (term-ansi-face-already-done): Change to boolean.
22666 (term-reset-terminal, term-handle-colors-array): Handle the above
22667 vars accordingly.
22668 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
22669 (term-emulate-terminal): Use the new name.
22670
22671 * faces.el (secondary-selection): Use yellow1, not yellow.
22672 (trailing-whitespace): Use red1, not red.
22673
22674 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22675
22676 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
22677 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
22678 (dired-dnd-handle-file): Call dnd-get-local-file-uri
22679
22680 * cus-edit.el (dnd): New group.
22681
22682 * term/w32-win.el (dnd): Require dnd
22683 (w32-drag-n-drop): Call dnd-handle-one-url.
22684
22685 * x-dnd.el: Require dnd.
22686 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
22687 Call dnd-handle-one-url.
22688 (x-dnd-types-alist, x-dnd-insert-utf8-text)
22689 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
22690 to dnd-insert-text.
22691 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
22692 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
22693 (x-dnd-get-local-file-name, x-dnd-open-local-file)
22694 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
22695
22696 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
22697
22698 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22699
22700 * wdired.el: Doc fixes.
22701 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
22702 (wdired-use-dired-vertical-movement): Rename from
22703 wdired-always-move-to-filename-beginning.
22704 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
22705 (wdired-change-to-wdired-mode): Change mode name.
22706 (wdired-newline): Delete.
22707
22708 2005-04-11 Richard M. Stallman <rms@gnu.org>
22709
22710 * whitespace.el (whitespace-highlight-the-space):
22711 Don't call whitespace-unhighlight-the-space here.
22712
22713 * simple.el (undo): Record t in undo-equiv-table
22714 for the redo record made by an undo-in-region.
22715
22716 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22717
22718 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
22719 (gdb-frame-inferior-io-buffer): New Functions to control
22720 display of separate IO buffer.
22721 (menu): Add them to menu-bar.
22722 (gdb-display-buffer): Check for buffer another frame.
22723 Protect GUD buffer.
22724 (gdb-setup-windows): Create IO buffer if not already there.
22725 (gdb-memory-mode): Remove purecopy noops.
22726
22727 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22728
22729 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
22730 and pass to self-insert-command.
22731
22732 2005-04-11 Lute Kamstra <lute@gnu.org>
22733
22734 * generic.el: Commentary section cleanup.
22735 (generic): Delete.
22736 (generic-use-find-file-hook, generic-lines-to-scan)
22737 (generic-find-file-regexp, generic-ignore-files-regexp)
22738 (default-generic-mode, generic-mode-find-file-hook)
22739 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
22740 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
22741 (generic-use-find-file-hook, generic-lines-to-scan)
22742 (generic-find-file-regexp, generic-ignore-files-regexp)
22743 (default-generic-mode, generic-mode-find-file-hook)
22744 (generic-mode-ini-file-find-file-hook): Move from generic.el.
22745
22746 2005-04-10 Karl Fogel <kfogel@red-bean.com>
22747
22748 * bookmark.el (bookmark-write-file): Catch errors writing file.
22749 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
22750
22751 2005-04-10 Richard M. Stallman <rms@gnu.org>
22752
22753 * startup.el (fancy-splash-tail): Update copyright year.
22754 (command-line): Split part of -Q into -D.
22755 (emacs-basic-display): New defvar.
22756 (fancy-splash-text): Correct name of menu item.
22757
22758 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
22759
22760 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
22761 lines in one node.
22762
22763 * comint.el (comint-send-input): New arg ARTIFICIAL.
22764 Callers in this file changed.
22765
22766 * abbrev.el (define-abbrevs): Read system abbrevs properly.
22767
22768 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
22769
22770 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
22771
22772 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
22773 `ldap-search-internal'.
22774
22775 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22776
22777 * files.el (set-auto-mode-1): Use line-end-position.
22778
22779 * international/latin-1.el:
22780 * international/latin-2.el:
22781 * international/latin-3.el:
22782 * international/latin-4.el:
22783 * international/latin-5.el:
22784 * international/latin-8.el:
22785 * international/latin-9.el: Give punctuation syntax to NBSP.
22786
22787 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
22788 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
22789 Use char-classes to accept non-ascii letters, accepted in some recent
22790 bibtex implementations.
22791
22792 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
22793
22794 * custom.el (custom-set-minor-mode): Any non-nil value for the
22795 variable should enable the mode when set through Custom.
22796
22797 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22798
22799 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
22800 TAB binding so tab-always-indent is obeyed.
22801 (vhdl-minibuffer-local-map): Move initialization into declaration.
22802 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
22803 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
22804 (vhdl-hooked-abbrev): Avoid test for XEmacs.
22805 (vhdl-current-line): Use line-beginning-position.
22806 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
22807 with-output-to-temp-buffer, so the current position can be recorded.
22808
22809 2005-04-10 Masatake YAMATO <jet@gyve.org>
22810
22811 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22812 Add regexp for gcov.
22813
22814 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
22815
22816 * calendar/time-date.el (time-to-seconds, seconds-to-time)
22817 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
22818 syntax which Emacs 20 doesn't support.
22819
22820 2005-04-09 Richard M. Stallman <rms@gnu.org>
22821
22822 * help.el (describe-key-briefly, describe-key):
22823 Replace strings as event types with "(any string)".
22824
22825 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
22826
22827 * arc-mode.el (archive-mode-map): Move initialization into
22828 the declaration. Override *all* bindings of `undo'.
22829 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
22830
22831 2005-04-09 Jay Belanger <belanger@truman.edu>
22832
22833 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
22834
22835 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
22836
22837 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
22838 (xterm-register-default-colors): Update color values computation
22839 to match xterm-200.
22840
22841 2005-04-09 Kenichi Handa <handa@m17n.org>
22842
22843 * international/code-pages.el (iso-latin-7): Fix the map.
22844
22845 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
22846
22847 * emacs-lisp/lisp.el (defun-prompt-regexp)
22848 (parens-require-spaces, buffer-end, end-of-defun)
22849 (insert-parentheses): Doc fixes.
22850
22851 2005-04-08 Kim F. Storm <storm@cua.dk>
22852
22853 * comint.el (comint-highlight-prompt): Fix face spec.
22854 * hi-lock.el (hi-green): Likewise.
22855
22856 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22857
22858 * cus-edit.el (custom-modified-face):
22859 * comint.el (comint-highlight-input): Fix previous changes.
22860 * term.el (term-handle-ansi-escape): Add a comment.
22861
22862 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
22863
22864 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
22865 in the buffer and in whitespace-highlighted-space.
22866 (whitespace-unhighlight-the-space): Simplify.
22867 (whitespace-buffer): Simplify.
22868
22869 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22870
22871 * textmodes/table.el (table-cell-face): Add special case for
22872 displays supporting a high number of colors.
22873 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22874 (vhdl-font-lock-reserved-words-face)
22875 (vhdl-speedbar-architecture-face)
22876 (vhdl-speedbar-instantiation-face)
22877 (vhdl-speedbar-architecture-selected-face)
22878 (vhdl-speedbar-instantiation-selected-face): Likewise.
22879 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
22880 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
22881 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
22882 (ebrowse-root-class-face, ebrowse-member-attribute-face)
22883 (ebrowse-progress-face): Likewise.
22884 * progmodes/compile.el (compilation-info-face): Likewise.
22885 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
22886 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
22887 * calendar/calendar.el (diary-face): Likewise.
22888 * woman.el (woman-italic-face, woman-bold-face)
22889 (woman-unknown-face): Likewise.
22890 * wid-edit.el (widget-button-pressed-face): Likewise.
22891 * whitespace.el (whitespace-highlight-face): Likewise.
22892 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
22893 * pcvs-info.el (cvs-marked-face): Likewise.
22894 * info.el (info-xref): Likewise.
22895 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
22896 * hilit-chg.el (highlight-changes-face)
22897 (highlight-changes-delete-face): Likewise.
22898 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
22899 (hi-red-b): Likewise.
22900 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
22901 * font-lock.el (font-lock-keyword-face)
22902 (font-lock-function-name-face, font-lock-warning-face): Likewise.
22903 * cus-edit.el (custom-invalid-face, custom-modified-face)
22904 (custom-set-face, custom-changed-face, custom-variable-tag-face)
22905 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
22906 * comint.el (comint-highlight-prompt): Likewise.
22907
22908 2005-04-08 Lute Kamstra <lute@gnu.org>
22909
22910 * font-lock.el (font-lock-keywords): Docstring fixes.
22911
22912 2005-04-08 Kenichi Handa <handa@m17n.org>
22913
22914 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
22915 chars are more than a limit, print " and more..." at the tail.
22916
22917 2005-04-08 Kim F. Storm <storm@cua.dk>
22918
22919 * emacs-lisp/authors.el (authors-aliases): Update list.
22920 (authors-ignored-files): New list.
22921 (authors-fixed-entries): Fix typo.
22922 (authors-renamed-files-alist): Update list.
22923 (authors-add): Check authors-ignored-files.
22924
22925 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
22926
22927 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
22928 optional, to ensure backward compatibility.
22929
22930 2005-04-08 Stephen Eglen <stephen@gnu.org>
22931
22932 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
22933
22934 2005-04-08 Kim F. Storm <storm@cua.dk>
22935
22936 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
22937
22938 * mouse.el (mouse-on-link-p): Doc fix.
22939
22940 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
22941
22942 * ielm.el (ielm-prompt-read-only): Doc fix.
22943
22944 * comint.el (comint-prompt-read-only): Doc fix.
22945
22946 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
22947
22948 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
22949 ensure dired always handles wildcards passed to ffap.
22950 (find-file-at-point): Use it.
22951 (ffap-dired-wildcards): Doc fix.
22952
22953 2005-04-07 Juri Linkov <juri@jurta.org>
22954
22955 * simple.el (next-error-overlay-arrow-position): New defvar.
22956 Put "=>" on its property `overlay-arrow-string'. Add it to
22957 `overlay-arrow-variable-list'.
22958
22959 * progmodes/compile.el (compilation-setup):
22960 Set `next-error-overlay-arrow-position' to nil. Also set it to
22961 nil in the local hook `kill-buffer-hook'. Make local variable
22962 `overlay-arrow-string' and set it to "=>".
22963 (compilation-goto-locus): Set BOL position to
22964 `next-error-overlay-arrow-position' instead of
22965 `overlay-arrow-position'.
22966
22967 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
22968 locally instead of adding it to the global hook.
22969 (Info-kill-buffer): Move up.
22970
22971 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
22972
22973 * term/xterm.el (xterm-standard-colors): Update color values from
22974 xterm-200.
22975
22976 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
22977
22978 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
22979
22980 * fast-lock.el:
22981 * lazy-lock.el: Move them to the obsolete subdir.
22982
22983 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22984
22985 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
22986 (wdired-add-replace-advice): Remove.
22987 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
22988
22989 2005-04-06 Kim F. Storm <storm@cua.dk>
22990
22991 * startup.el (command-line): Add --bare-bones alias for -Q.
22992
22993 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22994
22995 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
22996 create the startup fontset if a font specification ends with
22997 `mac-roman'.
22998
22999 2005-04-06 Lute Kamstra <lute@gnu.org>
23000
23001 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
23002 change.
23003
23004 * emacs-lisp/copyright.el (copyright-update-year): Replace the
23005 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
23006
23007 2005-04-05 Lute Kamstra <lute@gnu.org>
23008
23009 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
23010 (define-generic-mode): Ditto. Fix debug declaration.
23011
23012 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
23013 Put them in the generic-x group.
23014
23015 * calendar/timeclock.el (timeclock): Doc fix.
23016
23017 * generic.el (define-generic-mode): Don't use custom-current-group.
23018 Document default :group value.
23019 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
23020 (define-global-minor-mode): Don't use custom-current-group.
23021
23022 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
23023
23024 * startup.el (command-line-1): Display startup-echo-area-message
23025 when fancy splash screen is in use.
23026
23027 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
23028 (sh-escaped-newline): New face.
23029 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
23030 newline, and use sh-escaped-newline face.
23031
23032 * progmodes/tcl.el (tcl-escaped-newline): New face.
23033 (tcl-builtin-list): New variable.
23034 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
23035 newlines. Fix keywords subexpression number.
23036
23037 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
23038
23039 * textmodes/org.el (org-diary-default-entry): Fix call to
23040 `add-to-diary-entry'.
23041
23042 2005-04-05 Kim F. Storm <storm@cua.dk>
23043
23044 * ediff-init.el: Use (featurep 'xemacs).
23045
23046 2005-04-05 David Ponce <david@dponce.com>
23047
23048 * cus-edit.el (face): Derive from symbol widget. Display sample
23049 of the current face on the fly.
23050 (widget-face-sample-face-get, widget-face-notify): New functions.
23051 (widget-face-value-create): Remove.
23052
23053 * wid-edit.el (widget-field-end): Temporarily remove field
23054 narrowing before to call `get-char-property'.
23055
23056 2005-04-04 Jay Belanger <belanger@truman.edu>
23057
23058 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
23059 (math-read-subscripts): New variable.
23060 (math-read-preprocess-string): Process subscripts.
23061
23062 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
23063
23064 * comint.el (comint-prompt-read-only): Doc fix.
23065
23066 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
23067 `-1'. Doc fix.
23068
23069 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
23070
23071 * textmodes/org.el (org-insert-mode-line-in-empty-file):
23072 Change default value to nil.
23073
23074 2005-04-04 Lute Kamstra <lute@gnu.org>
23075
23076 * autorevert.el (auto-revert-mode): Specify :group.
23077 * battery.el (display-battery-mode): Specify :group.
23078 * diff-mode.el (diff-minor-mode): Specify :group.
23079 * font-core.el (font-lock-mode): Specify :group.
23080 * hl-line.el (hl-line-mode): Specify :group.
23081 * iimage.el (iimage): New customization group.
23082 (iimage-mode): Specify :group.
23083 * longlines.el (longlines-mode): Specify :group.
23084 * master.el: Don't require easy-mmode.
23085 (master): New customization group.
23086 (master-mode): Specify :group.
23087 * msb.el (msb-mode): Specify :group.
23088 * reveal.el (reveal-mode): Specify :group.
23089 * simple.el (next-error-follow-minor-mode): Specify :group.
23090 * smerge-mode.el (smerge-mode): Specify :group.
23091 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
23092 * emulation/cua-base.el (cua-mode): Specify :group.
23093 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
23094 * language/thai-util.el (thai-auto-composition-mode)
23095 (thai-word-mode): Specify :group.
23096 * mail/supercite.el (sc-minor-mode): Specify :group.
23097 * progmodes/cwarn.el (cwarn-mode): Specify :group.
23098 * progmodes/flymake.el (flymake-mode): Specify :group.
23099 * progmodes/glasses.el (glasses-mode): Specify :group.
23100 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
23101 * textmodes/enriched.el (enriched-mode): Specify :group.
23102 * textmodes/refill.el (refill-mode): Specify :group.
23103
23104 * add-log.el (change-log-font-lock-keywords): Names in
23105 parenthesized lists can contain spaces.
23106
23107 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
23108
23109 * startup.el (fancy-splash-text): Shorten default text of
23110 "Emacs Tutorial" line. Also, if the current language env
23111 indicates an available tutorial file other than TUTORIAL,
23112 extract its title and append it to the line in parentheses.
23113 (fancy-splash-insert): If arg is a thunk, funcall it.
23114
23115 2005-04-04 Jay Belanger <belanger@truman.edu>
23116
23117 * calc.el (calc-language-alist): Add tags to customization type.
23118
23119 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
23120
23121 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
23122 Doc fix.
23123
23124 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
23125
23126 * add-log.el (change-log-font-lock-keywords): The manual
23127 describing a Change Log entry, says: (...) "Aside from these
23128 header lines, every line in the change log starts with a space or
23129 a tab.". The font-lock was not highlighting lines started with
23130 spaces, added support for it.
23131
23132 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23133
23134 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
23135 (bibtex-generate-url-list): Update docstring accordingly. Put the
23136 complex example in the docstring.
23137 (bibtex-font-lock-url): Use pop.
23138
23139 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
23140
23141 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
23142
23143 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
23144
23145 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
23146
23147 * filesets.el (filesets-set-default): Doc fix.
23148
23149 2005-04-03 Lute Kamstra <lute@gnu.org>
23150
23151 * generic.el (define-generic-mode): Add argument to specify
23152 keywords for defcustom.
23153 (default-generic-mode): Specify :group.
23154
23155 * generic-x.el: Specify :group for all generic modes.
23156
23157 * desktop.el (desktop-no-desktop-file-hook)
23158 (desktop-after-read-hook): Doc fix.
23159
23160 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
23161
23162 * simple.el (visible-mode): Use explicit :group keyword.
23163 This changes the group of `visible-mode-hook' from paren-blinking
23164 to editing-basics.
23165
23166 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
23167
23168 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
23169 mailbox specifications as well as URLs.
23170 (rmail-insert-inbox-text): Remove unused conditional branches.
23171
23172 2005-04-01 Jay Belanger <belanger@truman.edu>
23173
23174 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
23175 (calc-gnuplot-print-command): Move definitions to calc.el.
23176
23177 * calc/calc-embed.el (calc-embedded-announce-formula)
23178 (calc-embedded-open-formula, calc-embedded-close-formula)
23179 (calc-embedded-open-word, calc-embedded-close-word)
23180 (calc-embedded-open-plain, calc-embedded-close-plain)
23181 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
23182 (calc-embedded-open-mode, calc-embedded-close-mode):
23183 Move definitions to calc.el.
23184
23185 * calc/calc.el (calc-settings-file, calc-language-alist):
23186 Make customizable.
23187 (calc-embedded-announce-formula, calc-embedded-open-formula)
23188 (calc-embedded-close-formula, calc-embedded-open-word)
23189 (calc-embedded-close-word, calc-embedded-open-plain)
23190 (calc-embedded-close-plain, calc-embedded-open-new-formula)
23191 (calc-embedded-close-new-formula, calc-embedded-open-mode)
23192 (calc-embedded-close-mode, calc-gnuplot-name)
23193 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
23194 from other files and make customizable.
23195
23196 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
23197
23198 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
23199 Use buffer-live-p.
23200 (cvs-mode-run): Don't call cvs-update-header here.
23201 (cvs-run-process): Call cvs-update-header.
23202 Use process properties for cvs-postprocess and cvs-buffer so that
23203 the sentinel can behave better if the temp buffer is killed.
23204 Use a pipe rather than a tty, to better handle unexpected prompts.
23205 (cvs-sentinel): Rewrite. Call cvs-update-header.
23206
23207 2005-04-01 Andre Spiegel <spiegel@gnu.org>
23208
23209 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
23210 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
23211
23212 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
23213
23214 * generic.el (define-generic-mode): Add indentation rule.
23215
23216 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
23217
23218 * files.el (mode-require-final-newline): Make Custom correctly
23219 report a nil value and allow to set it to nil via Custom.
23220 Doc fix.
23221
23222 2005-04-01 Kenichi Handa <handa@m17n.org>
23223
23224 * international/characters.el: Enable the correct case setting for
23225 dotless-i and dotted-I.
23226
23227 2005-04-01 Kim F. Storm <storm@cua.dk>
23228
23229 * ido.el (ido-file-internal): Fall back to non-ido command if
23230 initial directory is on slow ftp (or tramp) host.
23231
23232 2005-03-31 Richard M. Stallman <rms@gnu.org>
23233
23234 * emacs-lisp/autoload.el (make-autoload):
23235 Handle define-global-minor-mode.
23236
23237 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
23238 Rename from easy-mmode-define-global-mode.
23239 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
23240
23241 * progmodes/scheme.el (scheme-mode-syntax-table):
23242 Update syntax of | and # for two-character comment syntax.
23243
23244 2005-03-31 Lute Kamstra <lute@gnu.org>
23245
23246 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
23247 (define-minor-mode): Call custom-current-group at load-time.
23248
23249 * generic.el (define-generic-mode): Add debug declaration.
23250 Add defcustom for the mode hook.
23251 (generic-mode-internal): Use run-mode-hooks.
23252
23253 2005-03-31 Kim F. Storm <storm@cua.dk>
23254
23255 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
23256 (mouse-fixup-help-message): New defun called by show_help_echo
23257 to fixup mouse-2 prefix in help messages when applicable.
23258
23259 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
23260
23261 2005-03-31 Kenichi Handa <handa@m17n.org>
23262
23263 * language/thai-word.el (thai-find-word-ends): Pay attention to
23264 the case that we reach the end of buffer.
23265
23266 * textmodes/fill.el (fill-text-properties-at): New function.
23267 (fill-newline): Use fill-text-properties-at instead of
23268 text-properties-at.
23269
23270 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
23271
23272 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
23273 not comint-quote-filename.
23274
23275 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
23276
23277 * help-fns.el (help-with-tutorial): Revert last change.
23278
23279 2005-03-31 Kim F. Storm <storm@cua.dk>
23280
23281 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
23282
23283 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
23284
23285 * calendar/cal-china.el: Update reference to "Calendrical
23286 Calculations" book; there's a new edition.
23287 * calendar/cal-coptic.el: Likewise.
23288 * calendar/cal-french.el: Likewise.
23289 * calendar/cal-hebrew.el: Likewise.
23290 * calendar/cal-islam.el: Likewise.
23291 * calendar/cal-iso.el: Likewise.
23292 * calendar/cal-julian.el: Likewise.
23293 * calendar/cal-mayan.el: Likewise.
23294 * calendar/cal-persia.el: Likewise.
23295 * calendar/calendar.el: Likewise.
23296 * calendar/holidays.el: Likewise.
23297 * calendar/lunar.el: Likewise.
23298 * calendar/solar.el: Likewise.
23299
23300 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
23301 white space from doc string.
23302
23303 2005-03-30 Jay Belanger <belanger@truman.edu>
23304
23305 * calc/calc-help.el (calc-full-help): Remove email address.
23306
23307 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
23308
23309 * help-fns.el (help-with-tutorial): Delete title line.
23310
23311 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
23312
23313 * calendar/cal-x.el (calendar-one-frame-setup)
23314 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
23315 rather than `symbol' for set-window-dedicated-p.
23316
23317 * calendar/appt.el (appt-buffer-name): Make it a constant.
23318 (appt-add): Doc fix.
23319
23320 * filesets.el (filesets-menu-path, filesets-menu-before)
23321 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
23322 (filesets-menu-cache-file): Use directory ~/.emacs.d.
23323 (filesets-add-submenu): Delete and use add-submenu instead.
23324
23325 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
23326
23327 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
23328 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
23329 (org-diary-default-entry): New function.
23330 (org-get-entries-from-diary): Better parsing of diary entries.
23331 (org-agenda-check-no-diary): New function.
23332 ("diary-lib"): Advice to function `add-to-diary-list', to allow
23333 linking to diary entries.
23334 (org-agenda-execute-calendar-command): New function.
23335 (org-agenda): Improve visible section in window.
23336 Use `org-fit-agenda-window'.
23337 (org-fit-agenda-window): New option.
23338 (org-move-subtree-down): Better handling of empty lines
23339 at end of subtree.
23340 (org-cycle): Numeric prefix is interpreted now as show-subtree N
23341 levels up.
23342 (org-fontify-done-headline): New option.
23343 (org-headline-done-face): New face.
23344 (org-set-font-lock-defaults): Use `org-headline-done-face'.
23345 (org-table-copy-down): Rename from `org-table-copy-from-above'.
23346 When current field is non-empty, it is copied to next row.
23347 (org-table-copy-from-above): Fix bug which made it
23348 impossible to copy fields containing only a single non-white character.
23349
23350 2005-03-30 Kim F. Storm <storm@cua.dk>
23351
23352 * kmacro.el (kmacro-end-macro): Isearch may store this command
23353 into the macro -- so ignore it when executing keyboard macro.
23354
23355 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
23356
23357 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
23358
23359 2005-03-29 Kenichi Handa <handa@m17n.org>
23360
23361 * language/thai.el ("Thai"): Set setup-function and exit-function
23362 for Thai language environment.
23363
23364 * language/thai-util.el: Require thai-word.
23365 (thai-word-mode-map): New variable.
23366 (thai-word-mode): New minor mode.
23367 (setup-thai-language-environment-internal): New function.
23368 (exit-thai-language-environment-internal): New function.
23369
23370 * language/thai-word.el (thai-word-table): Declare it by defvar,
23371 use dolist to initialize it.
23372 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
23373 (thai-fill-find-break-point): New functions.
23374
23375 2005-03-29 Richard M. Stallman <rms@gnu.org>
23376
23377 * simple.el (idle-update-delay): Move definition up.
23378 (set-mark): Doc fix.
23379
23380 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
23381
23382 * longlines.el: New file.
23383
23384 * simple.el (buffer-substring-filters): New variable.
23385 (filter-buffer-substring): New function.
23386 (kill-region, copy-region-as-kill): Use it.
23387
23388 * register.el (copy-to-register, append-to-register)
23389 (prepend-to-register): Use filter-buffer-substring.
23390
23391 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
23392
23393 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
23394 (gud-filter-pending-text): Move in front of gdb.
23395 (gud-overlay-arrow-position): New variable.
23396 (gud-sentinel, gud-display-line): Use it in place of
23397 overlay-arrow-position.
23398
23399 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
23400
23401 * progmodes/fortran.el (fortran-if-indent): Doc fix.
23402 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
23403 (fortran-font-lock-keywords-4): New variable.
23404 (fortran-blocks-re, fortran-end-block-re)
23405 (fortran-start-block-re): New constants, for hideshow.
23406 (hs-special-modes-alist): Add a Fortran entry.
23407 (fortran-mode-map): Bind fortran-end-of-block,
23408 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
23409 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
23410 (fortran-looking-at-if-then, fortran-end-of-block)
23411 (fortran-beginning-of-block): New functions, for hideshow.
23412
23413 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
23414 Doc fix. Tweak regexp.
23415 (f90-beginning-of-block): Push mark first.
23416
23417 2005-03-29 Jay Belanger <belanger@truman.edu>
23418
23419 * calc/calc.el: Update copyright date.
23420 (calc-version): Increase to 2.1.
23421 (calc-version-date): Remove.
23422
23423 * calc/calc-help.el: Update copyright date.
23424 (calc-full-help): Remove reference to calc-version-date.
23425 Update copyright date.
23426
23427 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
23428
23429 * vc.el (vc-do-command): Use a pipe for async processes, so password
23430 prompts don't show up at places where the user can't reply.
23431
23432 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
23433
23434 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
23435 on the file name we pass to the inferior shell.
23436
23437 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
23438
23439 * progmodes/which-func.el (which-function): Be robust in the face of an
23440 imenu--make-index-alist failure.
23441
23442 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
23443
23444 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
23445
23446 * progmodes/python.el (python-preoutput-filter): Fix last change.
23447
23448 2005-03-29 Lute Kamstra <lute@gnu.org>
23449
23450 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
23451 functions and compiled macros.
23452 (debug-convert-byte-code): Handle macros too.
23453 (debug-on-entry-1): Don't signal an error when trying to clear a
23454 function that is not set to debug on entry.
23455
23456 2005-03-29 Jay Belanger <belanger@truman.edu>
23457
23458 * calc/calc-lang.el: Add functions to math-function-table
23459 properties of tex and math.
23460
23461 2005-03-29 Kenichi Handa <handa@m17n.org>
23462
23463 * ps-mule.el (ps-mule-plot-string): Translate characters by
23464 ps-print-translation-table.
23465 (ps-mule-begin-job): Call find-charset-region/string with
23466 ps-print-translation-table.
23467 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
23468
23469 * ps-print.el (ps-print-translation-table): New variable.
23470 (ps-plot-region): Translate characters by ps-print-translation-table.
23471
23472 2005-03-29 Juri Linkov <juri@jurta.org>
23473
23474 * simple.el (next-error-highlight-timer): New variable.
23475
23476 * progmodes/compile.el (compilation-goto-locus):
23477 Use `next-error-highlight-timer' instead of `sit-for'.
23478
23479 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
23480
23481 * mail/supercite.el (sc-mail-field): Use assoc-string.
23482 (sc-get-address): Simplify regexps.
23483
23484 * files.el (minibuffer-with-setup-hook): New macro.
23485 (find-file-read-args): Use it to avoid let-binding
23486 minibuffer-with-setup-hook (which breaks turning on/off
23487 file-name-shadow-mode while in the prompt).
23488
23489 * complete.el (PC-read-include-file-name-internal):
23490 Use test-completion.
23491
23492 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
23493
23494 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
23495
23496 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
23497
23498 * window.el (window-buffer-height): Use count-screen-lines.
23499
23500 * progmodes/python.el (python-preoutput-leftover): New var.
23501 (python-preoutput-filter): Use it.
23502 (python-send-receive): Loop until all the result has been received.
23503
23504 2005-03-28 Juri Linkov <juri@jurta.org>
23505
23506 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
23507
23508 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
23509 "Recover Crashed Session".
23510 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
23511 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
23512 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
23513 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
23514 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
23515 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
23516 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
23517 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
23518
23519 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
23520 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
23521 Ediff Sessions", "Toggle use of separate control buffer frame",
23522 "Use separate frame for Ediff control buffer".
23523
23524 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
23525 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
23526 "Rename Bookmark", "Delete Bookmark".
23527
23528 * info.el (Info-mode-menu): Remove ellipsis from "Index".
23529 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
23530 Add `:active Info-index-alternatives' to "Next Matching Item".
23531
23532 * wdired.el (wdired-change-to-wdired-mode):
23533 Mention `wdired-abort-changes' key in the initial message.
23534
23535 * international/mule.el (auto-coding-alist): Associate non-ascii
23536 image filename extensions with `no-conversion'.
23537
23538 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
23539
23540 * international/iso-acc.el:
23541 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
23542
23543 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
23544
23545 * textmodes/sgml-mode.el (html-mode): Doc update.
23546
23547 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
23548
23549 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
23550
23551 * term.el (term-move-columns): Fix face after extending a line.
23552 (term-insert-spaces): Likewise.
23553 (term-reset-terminal): Fix off by one error.
23554
23555 2005-03-26 Eli Zaretskii <eliz@gnu.org>
23556
23557 * international/mule.el (auto-coding-alist): Add .xpi files.
23558
23559 * files.el (auto-mode-alist): Add .xpi files.
23560
23561 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
23562
23563 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
23564
23565 2005-03-26 Eli Zaretskii <eliz@gnu.org>
23566
23567 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
23568
23569 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
23570
23571 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
23572 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
23573
23574 * calendar/cal-move.el (calendar-beginning-of-year): Move the
23575 cursor to Jan 1 when needed.
23576 (calendar-end-of-year): Fix -/+ typo.
23577 Reported by Chong Yidong <cyd@stupidchicken.com>.
23578
23579 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
23580
23581 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
23582
23583 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
23584 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
23585
23586 2005-03-25 Richard M. Stallman <rms@gnu.org>
23587
23588 * filesets.el (filesets-init): Add autoload.
23589
23590 * mail/mailalias.el (mail-directory): Doc fix.
23591
23592 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23593
23594 * mail/mailalias.el (mail-directory-process): Do nothing if
23595 mail-directory-process is an atom.
23596 (mail-get-names): Ignore mail-directory-names if it is an atom.
23597 (mail-directory-process defvar): Doc fix.
23598 (mail-names): Doc fix.
23599
23600 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
23601
23602 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
23603
23604 2005-03-26 Kenichi Handa <handa@m17n.org>
23605
23606 * international/mule-util.el (detect-coding-with-priority):
23607 Call update-coding-systems-internal before detect-coding-region.
23608
23609 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
23610
23611 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
23612 (gdb-frames-mode-map): Add follow-link property.
23613
23614 2005-03-25 Jay Belanger <belanger@truman.edu>
23615
23616 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
23617 for variables.
23618
23619 2005-03-25 Juri Linkov <juri@jurta.org>
23620
23621 * image-mode.el: Optimize image filename extension regexps in
23622 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
23623 in `auto-mode-alist'.
23624 (image-mode): Add `image-toggle-display-text' to local hook
23625 `change-major-mode-hook'. Display the image as an image by
23626 default. Set `cursor-type' and `truncate-lines' if the image
23627 is already displayed. Take into account the current mode (image
23628 or text) in message.
23629 (image-minor-mode): New minor mode.
23630 (image-mode-maybe, image-toggle-display-text): New functions.
23631 (image-toggle-display): Use called-interactively-p.
23632 Let-bind `inhibit-read-only' to t.
23633
23634 * image-mode.el (image-minor-mode): Set `cursor-type' and
23635 `truncate-lines' if the image is already displayed. Add turning
23636 image-minor-mode off to `change-major-mode-hook'. Add message.
23637 Call `image-toggle-display-text' after turning image-minor-mode off.
23638
23639 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
23640
23641 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
23642 Terminal.app, use utf-8.
23643 (set-display-table-and-terminal-coding-system): Add coding-system arg.
23644 (set-locale-environment): Use it.
23645
23646 * term/xterm.el: Undo last change, better done in mule-cmds.el.
23647
23648 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
23649
23650 * progmodes/python.el (python-close-block-statement-p)
23651 (python-outdent-p, python-current-defun): Use symbol-end.
23652
23653 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
23654
23655 * files.el (save-some-buffers): Doc fix.
23656
23657 2005-03-25 Werner Lemberg <wl@gnu.org>
23658
23659 * complete.el, thumbs.el: Replace `legal' with `valid'.
23660 * calendar/calendar.el: Replace `legal' with `valid'.
23661 * emacs-lisp/advice.el: Replace `legal' with `valid'.
23662 * mail/supercite.el: Replace `legal' with `valid'.
23663 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
23664 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
23665 Replace `legal' with `valid'.
23666 * textmodes/reftex-vars.el, textmodes/reftex.el:
23667 Replace `legal' with `valid'.
23668
23669 2005-03-25 Werner Lemberg <wl@gnu.org>
23670
23671 * calc/calc-forms.el, calc/calc-sel.el
23672 * midnight.el, vc-cvs.el
23673 * emacs-lisp/cl-macs.el
23674 * emulation/vip.el
23675 * eshell/esh-io.el, eshell/esh-var.el
23676 * mail/supercite.el
23677 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
23678 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
23679 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
23680 * progmodes/sh-script.el, progmodes/xscheme.el
23681 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
23682 * textmodes/reftex-index.el, textmodes/reftex-parse.el
23683 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
23684 * textmodes/reftex.el, textmodes/org.el:
23685 Replace `illegal' with `invalid'.
23686
23687 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23688
23689 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
23690 (flymake-find-buildfile, flymake-find-possible-master-files)
23691 (flymake-check-include, flymake-parse-line): Replace loops over the
23692 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
23693
23694 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
23695 Substitute file-name-as-directory in the rest of the file.
23696 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
23697 (flymake-replace-region): Remove unused arg `buffer'.
23698 (flymake-check-patch-master-file-buffer): Update calls to it.
23699 (flymake-add-err-info): Remove unused var `count'.
23700 (flymake-mode): Use define-minor-mode.
23701
23702 * progmodes/flymake.el: Use with-current-buffer.
23703 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
23704 flymake-replace-regexp-in-string, flymake-line-beginning-position)
23705 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
23706 Avoid testing for `xemacs'.
23707 (flymake-nop): Move.
23708 (flymake-region-has-flymake-overlays): Return the computed value.
23709 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
23710 Remove unused var `endline'.
23711 (flymake-get-line-count): Remove unused function.
23712 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
23713
23714 * emulation/vi.el:
23715 * generic.el:
23716 * hilit-chg.el (global-highlight-changes):
23717 * hi-lock.el (hi-lock-mode):
23718 * follow.el: find-file-hooks -> find-file-hook.
23719
23720 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
23721
23722 2005-03-24 Juri Linkov <juri@jurta.org>
23723
23724 * dired.el (dired-mode-map): Add menu item "Compare directories"
23725 for dired-compare-directories.
23726
23727 * dired-aux.el (dired-compare-directories): Add autoload cookie.
23728 Doc fix. Replace `read-file-name' with `read-directory-name'.
23729
23730 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23731
23732 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
23733
23734 2005-03-24 Jay Belanger <belanger@truman.edu>
23735
23736 * calc/calc-embed.el (calc-embedded-mode-change): Save all
23737 relevant mode settings in calc-embedded-original-modes when modes
23738 are permanently changed.
23739
23740 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23741
23742 * autoinsert.el: find-file-hooks -> find-file-hook.
23743
23744 2005-03-24 Lute Kamstra <lute@gnu.org>
23745
23746 * generic.el (generic-font-lock-defaults): Make it obsolete.
23747 (generic-font-lock-keywords): New variable to replace
23748 generic-font-lock-defaults.
23749 (generic-mode-set-font-lock): Delete it.
23750 (generic-mode-internal): Don't call generic-mode-set-font-lock.
23751 (generic-bracket-support): Add docstring.
23752
23753 * generic-x.el: Rename generic-font-lock-defaults to
23754 generic-font-lock-keywords throughout.
23755 (mailagent-rules-setup-function): Delete it.
23756 (mailagent-rules-generic-mode): Use anonymous function instead.
23757 (show-tabs-generic-mode-font-lock-defaults-1)
23758 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
23759 Quote faces.
23760 (show-tabs-tab-face, show-tabs-space-face): Specify background,
23761 not foreground.
23762
23763 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
23764 Recognize define-generic-mode.
23765
23766 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
23767
23768 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
23769 if there's no completion table.
23770
23771 2005-03-23 Miles Bader <miles@gnu.org>
23772
23773 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23774 Remove tty-specific variants, as they're no longer needed.
23775
23776 2005-03-23 Lute Kamstra <lute@gnu.org>
23777
23778 * generic-x.el: Code cleanup: make args constant whenever possible.
23779 (installshield-statement-keyword-list)
23780 (installshield-system-functions-list)
23781 (installshield-system-variables-list, installshield-types-list)
23782 (installshield-funarg-constants-list): Make them constants.
23783
23784 * generic.el (generic-make-keywords-list): Add autoload cookie.
23785
23786 * calendar/time-date.el: Add comment on time value formats.
23787 Don't require parse-time.
23788 (with-decoded-time-value): New macro.
23789 (encode-time-value): New function.
23790 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23791 (days-to-time): Return a valid time value when arg is huge.
23792 (time-since): Use time-subtract.
23793 (time-to-number-of-days): Use time-to-seconds.
23794
23795 2005-03-23 David Ponce <david@dponce.com>
23796
23797 * recentf.el (recentf-keep): New option.
23798 (recentf-menu-action): Default to `find-file'.
23799 (recentf-keep-non-readable-files-flag)
23800 (recentf-keep-non-readable-files-p)
23801 (recentf-file-readable-p, recentf-find-file)
23802 (recentf-cleanup-remote): Remove.
23803 (recentf-include-p): More robust.
23804 (recentf-keep-p): New function.
23805 (recentf-remove-if-non-kept): Rename from
23806 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
23807 All callers updated.
23808 (recentf-menu-items-for-commands): Fix help string.
23809 (recentf-track-closed-file): Update. Doc fix.
23810 (recentf-cleanup): Update. Count removed files. Doc fix.
23811
23812 2005-03-23 Kim F. Storm <storm@cua.dk>
23813
23814 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23815 Don't inherit from fringe face (now happens automatically).
23816
23817 2005-03-22 Kim F. Storm <storm@cua.dk>
23818
23819 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
23820 position values.
23821
23822 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
23823
23824 * menu-bar.el (showhide-date-time): Remove.
23825 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
23826 (menu-bar-make-mm-toggle): Simplify.
23827
23828 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23829
23830 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
23831 Accept qualified variable and function names.
23832
23833 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
23834
23835 * bindings.el (completion-ignored-extensions):
23836 Remove ".lis" for `vax-vms'.
23837
23838 2005-03-22 Andreas Schwab <schwab@suse.de>
23839
23840 * generic-x.el: Revert last change.
23841 * ldefs-boot.el: Update.
23842
23843 2005-03-22 Jay Belanger <belanger@truman.edu>
23844
23845 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
23846 (calc-embedded-save-original-modes)
23847 (calc-embedded-restore-original-modes): New functions.
23848 (calc-do-embedded): Save original modes when entering embedded mode
23849 and restore when leaving embedded mode.
23850 (calc-embedded-modes-change): Change the value of
23851 calc-embedded-original-modes to reflect permanent changes.
23852
23853 2005-03-22 Lute Kamstra <lute@gnu.org>
23854
23855 * generic-x.el: Require generic again.
23856
23857 2005-03-22 Miles Bader <miles@gnu.org>
23858
23859 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23860 Tweak details to look good on both ttys and bitmap displays, light
23861 or dark background, etc.
23862
23863 2005-03-21 Kim F. Storm <storm@cua.dk>
23864
23865 * tooltip.el (tooltip-show-help-function): Check car and cdr of
23866 mouse position.
23867
23868 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
23869
23870 * icomplete.el: Don't forcibly turn on the mode upon load.
23871 (icomplete-mode): Use define-minor-mode.
23872 (icomplete-eoinput): Default to nil.
23873 (icomplete-minibuffer-setup): Remove autoload.
23874 (icomplete-tidy): Simplify.
23875 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
23876 in the initial state or if the user has modified the field.
23877 Fix handling of icomplete-max-delay-chars.
23878 Remove code that handles the oddball case where
23879 minibuffer-completion-table is an integer.
23880 Wrap icomplete-completions in while-no-input in case building
23881 completions takes more time than expected.
23882 (icomplete-completions): Simplify.
23883
23884 2005-03-21 Richard M. Stallman <rms@gnu.org>
23885
23886 * jka-compr.el (jka-compr-really-do-compress):
23887 Make variable buffer-local.
23888
23889 * image-mode.el: Handle .xpm files too.
23890 (image-toggle-display): Preserve modification flag.
23891
23892 * help.el (where-is): Don't mention aliases with no key bindings.
23893
23894 2005-03-21 Lute Kamstra <lute@gnu.org>
23895
23896 * generic.el: Fix commentary section. Don't require cl for
23897 compilation.
23898 (generic-mode-list): Add autoload cookie.
23899 (generic-use-find-file-hook, generic-lines-to-scan)
23900 (generic-find-file-regexp, generic-ignore-files-regexp)
23901 (generic-mode, generic-mode-find-file-hook)
23902 (generic-mode-ini-file-find-file-hook): Fix docstrings.
23903 (define-generic-mode): Make it a defmacro. Fix docstring.
23904 (generic-mode-internal): Code cleanup. Add autoload cookie.
23905 (generic-mode-set-comments): Code cleanup.
23906 * generic-x.el: Don't prevent compilation. Don't require generic.
23907 Follow coding conventions. Minor code cleanup.
23908 (etc-fstab-generic-mode): Add some keywords.
23909 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
23910 define-generic-mode like a function declaration.
23911
23912 2005-03-21 Jay Belanger <belanger@truman.edu>
23913
23914 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
23915 changing modes.
23916
23917 2005-03-21 Sam Steingold <sds@gnu.org>
23918
23919 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
23920
23921 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
23922
23923 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
23924 Add underscore to "f$ lexicals" regexp.
23925
23926 2005-03-20 Juri Linkov <juri@jurta.org>
23927
23928 * subr.el (progress-reporter-do-update): When `min-value' is equal
23929 to `max-value', set `percentage' to 0 and prevent division by zero.
23930
23931 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
23932
23933 Sync with Tramp 2.0.48.
23934
23935 * net/tramp.el (all): Change all addresses to .gnu.org.
23936 (tramp-append-tramp-buffers): New defun.
23937 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
23938 Catch `dont-send' signal.
23939 (tramp-set-auto-save-file-modes): Set always permissions, because
23940 there might be an old auto-saved file belonging to another
23941 original file. This could be a security threat. Reported by
23942 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
23943 Check for Emacs 21.3.50 removed.
23944
23945 * net/tramp-smb.el (all): Remove debug construct for
23946 `with-parsed-tramp-file-name'.
23947 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
23948 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
23949 No error message if DIRECTORY or FILENAME doesn't exist.
23950 (tramp-smb-open-connection): Check existence of
23951 `tramp-smb-program'.
23952
23953 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
23954
23955 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
23956 Properly handle the case where the `m' or `s' command's argument is not
23957 yet terminated.
23958 (perl-indent-new-calculate): New function.
23959 (perl-indent-line): Use it.
23960
23961 2005-03-20 Miles Bader <miles@gnu.org>
23962
23963 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
23964 in text-mode too. Change to new face names.
23965 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
23966 Add `:weight bold' attribute.
23967 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
23968
23969 2005-03-19 Juri Linkov <juri@jurta.org>
23970
23971 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
23972
23973 * international/mule.el (auto-coding-alist): Sync with
23974 `auto-mode-alist' by adding upper case archive file extensions
23975 and adding ear/war to jar extension.
23976
23977 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
23978
23979 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
23980 running, restart it.
23981
23982 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
23983
23984 * finder.el (finder-current-item): Throw an error on an empty line.
23985
23986 * man.el (Man-follow-manual-reference): If current-word returns
23987 nil, use "".
23988
23989 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
23990
23991 * simple.el (goto-line): Doc fix.
23992
23993 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
23994
23995 * files.el (save-buffer): Doc fix.
23996
23997 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
23998
23999 * recentf.el (recentf-cleanup-remote): New variable.
24000 (recentf-cleanup): Use it to conditionally check availability of
24001 remote files.
24002
24003 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
24004
24005 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
24006 function names.
24007
24008 2005-03-19 Eli Zaretskii <eliz@gnu.org>
24009
24010 * language/thai-word.el: New file.
24011
24012 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
24013
24014 * files.el (backup-buffer): If the file's directory is not
24015 writable, use copy instead of move to backup the file.
24016
24017 2005-03-19 Eli Zaretskii <eliz@gnu.org>
24018
24019 * obsolete/keyswap.el: Moved to obsolete/ from term/.
24020
24021 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24022
24023 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
24024 Use functionp instead of symbolp and fboundp. Reported by Drkm
24025 <darkman_spam@yahoo.fr>.
24026 (ps-print-version): New version 6.6.6.
24027
24028 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
24029
24030 * textmodes/table.el (table--line-column-position): New idiom.
24031 (table--row-column-insertion-point-p): New function to test
24032 validity of row and column insertion operation at a location.
24033 (table-global-menu, table-cell-menu): Use above functions for
24034 deterministic test operation.
24035 (table--editable-cell-p): Behave in deterministic fashion.
24036
24037 2005-03-18 Juri Linkov <juri@jurta.org>
24038
24039 * isearch.el (isearch-lazy-highlight-new-loop):
24040 Make arguments beg and end optional.
24041 (isearch-update): Remove optional arguments nil from
24042 isearch-lazy-highlight-new-loop.
24043 (isearch-lazy-highlight-search): Let-bind case-fold-search to
24044 isearch-lazy-highlight-case-fold-search instead of
24045 isearch-case-fold-search, and let-bind isearch-regexp to
24046 isearch-lazy-highlight-regexp.
24047 Use isearch-lazy-highlight-last-string instead of isearch-string.
24048
24049 * replace.el (perform-replace): Remove bindings of global
24050 variables isearch-string, isearch-regexp, isearch-case-fold-search.
24051 Add three new arguments to `replace-highlight'.
24052 (replace-highlight): Add arguments string, regexp, case-fold.
24053 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
24054 to allow isearch-lazy-highlight-new-loop to use these values
24055 to set corresponding isearch-lazy-highlight-* internal
24056 variables whose values lazy highlighting will use regardless of
24057 changes to global variables isearch-string, isearch-regexp,
24058 isearch-case-fold-search during lazy highlighting loop.
24059 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
24060 to `lazy-highlight-cleanup'.
24061
24062 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
24063 (ispell-highlight-face): Set default face to `isearch' when
24064 lazy highlighting is enabled.
24065 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
24066 priority to 1. Add lazy highlighting.
24067 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
24068 from `isearch-dehighlight'.
24069
24070 2005-03-18 David Ponce <david@dponce.com>
24071
24072 * files.el (hack-local-variables): Do a case-insensitive search
24073 for End.
24074
24075 2005-03-18 Juri Linkov <juri@jurta.org>
24076
24077 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
24078 `isearch-lazy-highlight-cleanup', add alias to old name and
24079 declare obsolete. Add release numbers to other obsolete vars.
24080 (isearch-done, isearch-lazy-highlight-new-loop):
24081 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
24082 (lazy-highlight-cleanup) <variable>: Doc fix.
24083 (isearch-lazy-highlight-update): Rename obsolete
24084 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
24085
24086 2005-03-18 Kenichi Handa <handa@m17n.org>
24087
24088 * language/thai-util.el: Fix categorization of Thai characters in
24089 thai-category-table.
24090 (thai-composition-pattern): Adjust it for the above change.
24091 (thai-self-insert-command, thai-compose-syllable): New functions.
24092 (thai-compose-region): Use thai-compose-syllable.
24093 (thai-compose-string): Likewise.
24094 (thai-composition-function): Likewise.
24095 (thai-auto-composition): New function.
24096 (thai-auto-composition-mode): New minor mode.
24097
24098 * language/thai.el: Fix patterns to be registered in
24099 composition-function-table.
24100
24101 * international/quail.el (quail-input-method): Locally bind
24102 inhibit-modification-hooks to t.
24103
24104 2005-03-17 Richard M. Stallman <rms@gnu.org>
24105
24106 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
24107 (perl-mode): Use run-mode-hooks.
24108
24109 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
24110 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
24111 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
24112
24113 * mail/sendmail.el (sendmail-send-it): Reenable the code
24114 to compute resend-to-address and use it.
24115
24116 * tar-mode.el (tar-mode): Turn off undo unconditionally.
24117
24118 * image-mode.el: New file.
24119
24120 * image.el (insert-sliced-image): Add autoload cookie.
24121
24122 * font-lock.el (font-lock-lines-before): New user option.
24123 (font-lock-after-change-function): Obey it.
24124
24125 * bindings.el (esc-map): Make M-g a prefix.
24126 Bind M-g g and M-g M-g to goto-line.
24127
24128 * faces.el (face-id): Doc fix.
24129
24130 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24131
24132 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
24133 (rmail-show-message): Use rmail-unknown-mail-followup-to.
24134 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
24135
24136 * mail/sendmail.el (mail-yank-ignored-headers)
24137 (mail-font-lock-keywords, mail-mode-fill-paragraph):
24138 Add Mail-Followup-To and Mail-Reply-To headers.
24139 (mail-citation-hook): Add autoload cookie.
24140 (mail-mode): Doc fix.
24141 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
24142 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
24143 (mail-mode-fill-paragraph): Handle those headers.
24144 (mail-mailing-lists): New variable.
24145 (mail-mail-reply-to, mail-mail-followup-to): New functions.
24146
24147 2005-03-17 Juri Linkov <juri@jurta.org>
24148
24149 * isearch.el (isearch-fallback): Check for `(car previous)'
24150 before calling `isearch-other-end-state'.
24151
24152 2005-03-17 Kim F. Storm <storm@cua.dk>
24153
24154 * simple.el (move-beginning-of-line): Move to beginning of buffer
24155 line, as well as beginning of screen line.
24156
24157 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
24158
24159 * calendar/diary-lib.el (mark-diary-entries): Use new optional
24160 argument REDRAW rather than calendar-redrawing variable.
24161 * calendar/calendar.el (calendar-redrawing): Delete.
24162 (redraw-calendar): Do not bind calendar-redrawing.
24163
24164 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
24165
24166 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
24167 diary-file buffer.
24168
24169 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
24170
24171 * help.el (describe-mode): Allow a :minor-mode-function property to
24172 specify a different minor mode toggle function than the variable.
24173 * simple.el (auto-fill-function):
24174 * subr.el (add-minor-mode): Use it.
24175
24176 2005-03-16 Kenichi Handa <handa@m17n.org>
24177
24178 * language/ethio-util.el (sera-being-called-by-w3): New variable.
24179 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
24180 (ethio-fidel-to-sera-buffer): Likewise.
24181
24182 2005-03-16 Juri Linkov <juri@jurta.org>
24183
24184 * emacs-lisp/find-func.el (find-function-regexp):
24185 Add defun-emitting macro `menu-bar-make-toggle'.
24186
24187 * isearch.el: Put `isearch-scroll' property to
24188 `split-window-horizontally'.
24189
24190 * info.el: Update error messages for `debug-ignored-errors'.
24191 (Info-isearch-search): Doc fix.
24192 (Info-find-node): Move up code to go into info buffer before
24193 recording the node to the history.
24194 (Info-fontify-node): Fontify titles only if the next line
24195 has two or more `*', `=', `-', `.'.
24196 Display "go to this node" for empty (match-string 3).
24197
24198 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24199
24200 * term/mac-win.el: Add mouse pointer shape constants.
24201
24202 2005-03-15 Kim F. Storm <storm@cua.dk>
24203
24204 * simple.el (move-beginning-of-line): Use vertical-motion.
24205
24206 2005-03-15 Juri Linkov <juri@jurta.org>
24207
24208 * isearch.el (isearch-error): New variable.
24209 (isearch-invalid-regexp, isearch-within-brackets): Remove.
24210 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
24211 (isearch-within-brackets-state): Remove.
24212 (isearch-case-fold-search-state, isearch-pop-fun-state):
24213 Decrease frame index.
24214 (isearch-mode, isearch-top-state, isearch-push-state)
24215 (isearch-edit-string, isearch-abort, isearch-search-and-update)
24216 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
24217 (isearch-search, isearch-lazy-highlight-new-loop):
24218 Replace `isearch-invalid-regexp' with `isearch-error'.
24219 Remove `isearch-within-brackets'.
24220 (isearch-search): Add `search-failed' handler to `condition-case'.
24221 (isearch-lazy-highlight-search): Add `condition-case' to catch
24222 errors and allow `isearch-lazy-highlight-update' to try
24223 highlighting from the beginning of the window.
24224 (isearch-repeat): Move up code to set isearch-wrapped to t
24225 before calling isearch-wrap-function.
24226
24227 * info.el (Info-isearch-initial-node): New internal variable.
24228 (Info-search): Signal an error in isearch mode when search leaves
24229 the initial node. Signal an error when `bound' is non-nil and
24230 nothing was found in the current subfile.
24231 (Info-isearch-search): Remove `condition-case'.
24232 (Info-isearch-wrap): Don't wrap when search failed during leaving
24233 the initial node. If `Info-isearch-search' is nil, wrap around
24234 the current node.
24235 (Info-isearch-start): New fun.
24236 (Info-mode): Add buffer-local hook `Info-isearch-start' to
24237 `isearch-mode-hook'.
24238
24239 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24240
24241 * simple.el (normal-erase-is-backspace): Set default to t if
24242 running on Mac.
24243
24244 * term/mac-win.el (function-key-map): Sync with x-win.el.
24245
24246 2005-03-15 Kenichi Handa <handa@m17n.org>
24247
24248 * international/mule-cmds.el (locale-language-names): Modify the
24249 format of elements and add more entries.
24250 (locale-preferred-coding-systems): Add more entries.
24251 (set-locale-environment): Adjust for the change of
24252 locale-language-names.
24253
24254 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
24255
24256 * pcvs.el (smerge-ediff): Remove bogus autoload.
24257
24258 2005-03-14 Lute Kamstra <lute@gnu.org>
24259
24260 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
24261 Ignore a `*' at the beginning of a line.
24262
24263 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
24264 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
24265 subr.el.
24266 (dont-compile, eval-when-compile, eval-and-compile): Use declare
24267 to specify indentation.
24268
24269 * generic.el (define-generic-mode): Let generic-mode-list be a
24270 list of strings; test membership with equal.
24271
24272 2005-03-14 Kim F. Storm <storm@cua.dk>
24273
24274 * simple.el (next-line, previous-line): Add optional try-vscroll
24275 arg to recognize interactive use. Pass it on to line-move.
24276 (line-move): Don't perform auto-window-vscroll when defining or
24277 executing keyboard macro to ensure consistent behavior.
24278
24279 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
24280
24281 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
24282
24283 2005-03-13 Lute Kamstra <lute@gnu.org>
24284
24285 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
24286 debugger-setup-buffer so that backtrace marks the frames set to
24287 debug-on-exit and we don't have to do it manually. Set an extra
24288 debug-on-exit for macro's.
24289 (debugger-setup-buffer): Don't mark the top frame manually.
24290
24291 2005-03-12 Lute Kamstra <lute@gnu.org>
24292
24293 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
24294 lisp-indent-function throughout.
24295 (with-no-warnings): Set lisp-indent-function property.
24296
24297 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
24298
24299 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
24300 Add entry for backslash.
24301
24302 2005-03-12 Juri Linkov <juri@jurta.org>
24303
24304 * info.el (Info-search): Four fixes for backward search.
24305
24306 2005-03-11 Jay Belanger <belanger@truman.edu>
24307
24308 * calc/calc.el (calc-language-alist): New variable.
24309 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
24310 (calc-embedded-find-modes): Use calc-language-alist instead of
24311 calc-embedded-language-alist.
24312
24313 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
24314
24315 * calendar/calendar.el (calendar-redrawing): New internal
24316 variable.
24317 (redraw-calendar): Remove bogus save-excursion from previous
24318 change. Bind calendar-redrawing to t for mark-diary-entries.
24319 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
24320 calendar if that is why we were called.
24321
24322 2005-03-11 Kenichi Handa <handa@m17n.org>
24323
24324 * international/mule.el (make-coding-system): Set property
24325 coding-system-define-form to nil.
24326 (define-coding-system-alias): Likewise.
24327
24328 2005-03-11 Kenichi Handa <handa@m17n.org>
24329
24330 These changes are suggested by Dave Love <fx@gnu.org>.
24331
24332 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
24333 coding: tag.
24334 (adaptive-fill-regexp): Add more bullets.
24335 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
24336 regexps.
24337
24338 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
24339
24340 * help.el (describe-mode): Properly handle non-trivial lighters.
24341 Don't ignore minor modes that are not listed in minor-mode-list.
24342
24343 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
24344 feature ON when the user requests to turn it OFF.
24345
24346 2005-03-10 Lute Kamstra <lute@gnu.org>
24347
24348 * emacs-lisp/debug.el (debug-entry-code): Delete it.
24349 (implement-debug-on-entry): New function to replace debug-entry-code.
24350 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
24351 second argument as the 2005-03-07 change makes it obsolete.
24352 (debug-on-entry, cancel-debug-on-entry): Update call to
24353 debug-on-entry-1.
24354 (debug, debugger-setup-buffer): Comment update.
24355 (debugger-frame-number): Update to work with implement-debug-on-entry.
24356
24357 2005-03-10 Jay Belanger <belanger@truman.edu>
24358
24359 * calc/calc-embed.el (math-ms-args): Declare it.
24360 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
24361 math-ms-args.
24362 (calc-embedded-subst): Use math-multi-subst-rec to substitute
24363 variables.
24364
24365 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
24366
24367 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
24368 Use message-box.
24369
24370 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
24371 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
24372 (tooltip-gud-tips): Simplify.
24373 (tooltip-gud-tips-p): Remove superfluous :set.
24374 (tooltip-gud-modes): Add fortran-mode.
24375 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
24376
24377 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
24378
24379 2005-03-09 Kim F. Storm <storm@cua.dk>
24380
24381 * play/animate.el (animate-place-char): Use forward-line instead
24382 of next-line to improve performance.
24383
24384 2005-03-09 Simon Josefsson <jas@extundo.com>
24385
24386 * net/browse-url.el (browse-url-default-browser): Doc fix.
24387
24388 2005-03-09 Miles Bader <miles@gnu.org>
24389
24390 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
24391 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
24392
24393 2005-03-09 Kenichi Handa <handa@m17n.org>
24394
24395 * international/latin-1.el: Set case and syntax for 255 only if
24396 set-case-syntax-set-multibyte is nil.
24397
24398 * textmodes/ispell.el (ispell-insert-word): New function.
24399 (ispell-word): Use ispell-insert-word to insert a new word.
24400 (ispell-process-line): Likewise.
24401 (ispell-complete-word): Likewise.
24402
24403 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
24404
24405 * calendar/calendar.el (redraw-calendar): Preserve point.
24406 Reported by Matt Hodges <MPHodges@member.fsf.org>.
24407 (calendar-week-start-day): Move after definition of
24408 redraw-calendar. Delete buffer test, since redraw-calendar has
24409 that now.
24410
24411 * calendar/diary-lib.el (mark-diary-entries): Only call
24412 redraw-calendar in the first of any recursive calls.
24413 Reported by Alan Shutko <ats@acm.org>.
24414
24415 2005-03-08 Juri Linkov <juri@jurta.org>
24416
24417 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
24418 (html-horizontal-rule, html-line, html-image, html-checkboxes)
24419 (html-radio-buttons): Add a space before the trailing `/>' where
24420 sgml-xml-mode is non-nil.
24421 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
24422 the subsequent tag of the empty XML tag.
24423 (html-href-anchor): Don't set initial input to "http:".
24424 (html-image): Ask for the image URL and set point inside alt="".
24425 (html-name-anchor): Duplicate the name in the `id' attribute when
24426 sgml-xml-mode is non-nil.
24427 (html-paragraph): Remove \n before <p>.
24428 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
24429 instead of `checked' when sgml-xml-mode is non-nil.
24430
24431 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
24432 Remove 1 space before #RRGGBB to not truncate it on terminal
24433 windows w/o fringes. Remove 1 space between bg and fg examples
24434 to get more space.
24435 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
24436 avoid byte-compile warnings.
24437
24438 * image-file.el (image-file-handler): Put `safe-magic' property to
24439 `image-file-handler'.
24440
24441 * info.el (Info-isearch-search): Emulate word search in
24442 isearching through multiple Info nodes with Info-search.
24443 (Info-isearch-wrap): Allow isearch-word.
24444
24445 2005-03-08 Lute Kamstra <lute@gnu.org>
24446
24447 * emacs-lisp/debug.el (debugger-step-through): Make sure that
24448 stepping into the debugger's code is not possible.
24449 (debugger-jumping-flag): Docstring update.
24450
24451 2005-03-08 Jay Belanger <belanger@truman.edu>
24452
24453 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
24454 embedded mode begins.
24455 (calc-embedded-language-alist): New variable.
24456 (calc-embedded-find-modes): Use calc-embedded-language-alist to
24457 set default language mode.
24458
24459 2005-03-08 Kenichi Handa <handa@m17n.org>
24460
24461 * international/ccl.el (define-ccl-program): Fix docstring about
24462 extra 256 bytes assured for the output buffer.
24463
24464 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24465 Fix BUFFER_MAGNIFICATION to 2.
24466 (ccl-encode-mule-utf-16be-with-signature): Likewise.
24467
24468 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
24469
24470 * align.el (align-rules-list): Added an alignment rule for CSS
24471 declarations (applies to css-mode and html-mode buffers).
24472
24473 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
24474
24475 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
24476
24477 2005-03-07 Kim F. Storm <storm@cua.dk>
24478
24479 * simple.el (move-beginning-of-line): New command.
24480
24481 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
24482
24483 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
24484
24485 * emulation/cua-base.el: Put CUA move property on move-end-of-line
24486 and move-beginning-of-line.
24487
24488 * apropos.el (apropos-print): Omit command from M-x ... RET.
24489
24490 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
24491
24492 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
24493 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
24494
24495 2005-03-06 Richard M. Stallman <rms@gnu.org>
24496
24497 * bindings.el (esc-map): Bind M-g to goto-line.
24498
24499 * facemenu.el (global-map): Bind M-o, not M-g.
24500
24501 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24502
24503 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
24504 "Open Directory" as for "Open File".
24505
24506 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
24507
24508 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
24509 (push-mark-command): Run activate-mark-hook.
24510
24511 2005-03-06 Richard M. Stallman <rms@gnu.org>
24512
24513 * help-mode.el (help-mode-finish): Don't alter the element
24514 in view-return-to-alist if there already is one.
24515
24516 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
24517 make sure the current buffer is the expected one.
24518
24519 * novice.el (disabled-command-function): Output in *Disabled Command*.
24520 Explicitly ignore non-keyboard events, and explicitly handle C-g.
24521
24522 * textmodes/flyspell.el (flyspell-large-region):
24523 Pass args differently for aspell.
24524
24525 * files.el (mode-require-final-newline): Doc fix.
24526
24527 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
24528
24529 * progmodes/which-func.el (which-function):
24530 Specify NOERROR when calling imenu--make-index-alist.
24531
24532 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
24533
24534 * simple.el (normal-erase-is-backspace): Define default value.
24535
24536 * custom.el (custom-theme-set-variables): Remove unused var
24537 `immediate'.
24538 (custom-reevaluate-setting): Simple function to handle variables
24539 that are defined before their default value can really be
24540 computed.
24541
24542 * startup.el (command-line): Use it for temporary-file-directory,
24543 small-emporary-file-directory, auto-save-file-name-transforms,
24544 blink-cursor-mode, and normal-erase-is-backspace.
24545
24546 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
24547 progress, even with buggy anchored keywords.
24548
24549 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
24550
24551 * simple.el (goto-line): Remove unbalanced final parenthesis.
24552
24553 2005-03-05 Richard M. Stallman <rms@gnu.org>
24554
24555 * simple.el (goto-line): Use a number at point as the default.
24556 With C-u as arg, switch buffers.
24557
24558 2005-03-05 Juri Linkov <juri@jurta.org>
24559
24560 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
24561 with `no-blinking-cursor'.
24562
24563 * startup.el (no-blinking-cursor): New defvar.
24564 (command-line): Add `--no-blinking-cursor' to longopts.
24565 Set `no-blinking-cursor' to t for command line arguments
24566 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
24567 with `no-blinking-cursor' in the condition for calling
24568 `blink-cursor-mode'.
24569
24570 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
24571
24572 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
24573 (menu-bar-options-save): Add blink-cursor-mode.
24574 (menu-bar-options-menu): Add blink-cursor-mode.
24575
24576 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
24577
24578 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
24579 (icalendar-export-file, icalendar-export-region)
24580 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
24581 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
24582
24583 2005-03-04 Lute Kamstra <lute@gnu.org>
24584
24585 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
24586 (debug-function-list): Ditto.
24587
24588 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
24589
24590 * textmodes/texinfmt.el (texinfo-append-refill):
24591 Redefine the types of line to which @refill
24592 is not appended by replacing a search for `@refill\\|@bye' with
24593 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
24594 itemize@refill' bug and the unfilled long lines bug.
24595 (texinfmt-version): Update number and date.
24596
24597 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
24598
24599 * international/code-pages.el (windows-1250, windows-125[2-8])
24600 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
24601
24602 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
24603
24604 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
24605 bound yet.
24606
24607 2005-03-02 Romain Francoise <romain@orebokech.com>
24608
24609 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
24610 buffer after removing limits.
24611 (ibuffer-pop-filter): Ditto.
24612 Update copyright.
24613
24614 2005-03-02 Miles Bader <miles@gnu.org>
24615
24616 * button.el (make-text-button): If the user doesn't specify a
24617 type, use the default. Rewrite to use `add-text-properties' and
24618 plist functions.
24619
24620 2005-03-01 Lute Kamstra <lute@gnu.org>
24621
24622 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
24623 (debugger-jumping-flag): New var.
24624 (debug-entry-code): Use it.
24625 (debugger-jump): Use debugger-jumping-flag and add
24626 debugger-reenable to post-command-hook.
24627 (debugger-reenable): Use debugger-jumping-flag and remove itself
24628 from post-command-hook.
24629 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
24630 debugger-reenable.
24631
24632 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
24633
24634 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
24635 inclusion of "itemize\\|", which may be unnecessary, is certainly
24636 inelegant, and stops refilling in itemize lists when formatting
24637 Japanese Texinfo files to Info.
24638 Update copyright to 2005.
24639
24640 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
24641
24642 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
24643 of an error if GDB can't find the source file.
24644
24645 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
24646
24647 * calendar/calendar.el (redraw-calendar): Work from any buffer,
24648 not just the calendar.
24649
24650 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
24651 first.
24652 (diary-redraw-calendar): New function.
24653 (make-diary-entry): Add diary-redraw-calendar to local
24654 write-contents-functions. Turn off selective display before
24655 inserting in diary.
24656
24657 2005-03-01 Kim F. Storm <storm@cua.dk>
24658
24659 * emacs-lisp/copyright.el (copyright-fix-years): New command.
24660
24661 2005-03-01 Lute Kamstra <lute@gnu.org>
24662
24663 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
24664 that debug-entry-code can be safely removed from a function while
24665 this code is being evaluated. Revert the 2005-02-27 change as the
24666 new implementation no longer requires it. Make sure that a
24667 function body containing just a string is not mistaken for a docstring.
24668 (debug): Skip one more frame in case of debug on entry.
24669 (debugger-setup-buffer): Delete one more frame line in case of
24670 debug on entry.
24671 (debugger-frame-number): Update to use the new text introduced by
24672 the 1999-11-03 change. Skip one more frame in case of debug on entry.
24673
24674 2005-02-28 Kim F. Storm <storm@cua.dk>
24675
24676 * double.el (double-translate-key): Call force-window-update after
24677 read-event to avoid crash in redisplay.
24678
24679 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
24680
24681 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
24682 (debug): Use it. Move the inhibit-trace earlier.
24683 (debug-entry-code): New const.
24684 (debug-on-entry-1): Use it.
24685
24686 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
24687
24688 * international/utf-16.el (ccl-encode-mule-utf-16le):
24689 Fix BUFFER_MAGNIFICATION to 2.
24690 (ccl-encode-mule-utf-16be): Likewise.
24691
24692 2005-02-28 Kenichi Handa <handa@m17n.org>
24693
24694 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24695 Fix BUFFER_MAGNIFICATION to 4.
24696 (ccl-encode-mule-utf-16be-with-signature): Likewise.
24697
24698 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
24699
24700 * speedbar.el (speedbar-update-flag): Doc fix.
24701 (speedbar-show-info-under-mouse): Give set-mouse-position the right
24702 argument.
24703
24704 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
24705
24706 * reveal.el (reveal-post-command): Don't try to reveal overlays which
24707 have a non-nil `invisible' property but are actually visible.
24708
24709 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
24710 for perldoc sections.
24711 (perl-outline-regexp, perl-outline-level): New var and function.
24712 (perl-mode): Use them.
24713
24714 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
24715
24716 * calendar/diary-lib.el (diary-remind): Discard any mark portion
24717 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
24718
24719 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
24720
24721 * cus-edit.el: Comment change.
24722 (custom-buffer-create-internal): Slightly reword text at top of
24723 Custom buffers. Mention there that saving an option edits the
24724 init file. Add link to Emacs manual node on `custom-file'.
24725 (custom-magic-alist): Rewrite individual State messages to use
24726 capitalized keywords. Doc fix.
24727
24728 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
24729
24730 * calendar/calendar.el (calendar-buffer): Move above
24731 calendar-week-start-day.
24732 (calendar-week-start-day): Doc fix. Add :set function.
24733 (calendar-minimum-window-height): New variable.
24734 (generate-calendar-window): Only resize window if selected-window
24735 is displaying the calendar buffer. Use new variable
24736 calendar-minimum-window-height.
24737 (generate-calendar): Reword error message.
24738 (calendar-mode-map): Bind DEL to scroll-other-window-down.
24739
24740 2005-02-27 Andreas Schwab <schwab@suse.de>
24741
24742 * vc.el (vc-do-command): Don't run command asynchronously when
24743 operating in a remote directory.
24744
24745 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
24746 change from sync with Tramp 2.0.47.
24747
24748 2005-02-27 Richard M. Stallman <rms@gnu.org>
24749
24750 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
24751
24752 * textmodes/flyspell.el (flyspell-mode-on):
24753 Call ispell-change-dictionary only if necessary.
24754
24755 * emacs-lisp/re-builder.el (regexp-builder): New function.
24756
24757 * register.el (describe-register-1): Explicitly handle
24758 yank-excluded-properties = t.
24759
24760 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
24761 (custom-magic-alist): Change the status descriptions again.
24762 (face widget-type): Total rewrite based on `restricted-sexp'
24763 to eliminate the confusing double hiding levels.
24764
24765 * emacs-lisp/debug.el (debug-on-entry-1):
24766 If function body is empty, add nil as body form.
24767
24768 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
24769
24770 * emacs-lisp/trace.el (inhibit-trace): New var.
24771 (trace-make-advice): Use it.
24772
24773 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
24774
24775 2005-02-26 Kim F. Storm <storm@cua.dk>
24776
24777 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
24778 (mouse-on-link-p, mouse-drag-region-1): Use it.
24779
24780 2005-02-25 Lute Kamstra <lute@gnu.org>
24781
24782 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
24783
24784 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
24785
24786 * frame.el (blink-cursor-mode): Add :group keyword.
24787
24788 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
24789
24790 * calendar/icalendar.el (icalendar--decode-isodatetime):
24791 New optional argument DAY-SHIFT.
24792 (icalendar-export-region): Fix coding-system-for-write.
24793 (icalendar--convert-ical-to-diary): Shift end-day of all-day
24794 events by one.
24795
24796 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
24797
24798 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
24799
24800 2005-02-24 Kim F. Storm <storm@cua.dk>
24801
24802 * international/iso-acc.el (iso-accents-compose): Fix crash
24803 during redisplay. Call force-window-update after read-event
24804 and delete-region to signal that window is not accurate.
24805
24806 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
24807
24808 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
24809 Remove unused and inexistent var `inhibit-trace'.
24810 (debugger-mode): Use run-mode-hooks.
24811 (debugger-list-functions): Add buttons; setup xref stack.
24812
24813 2005-02-23 Richard M. Stallman <rms@gnu.org>
24814
24815 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
24816 appointment says it was explicitly made.
24817 (appt-add): Set the 3rd element.
24818 (appt-make-list): Preserve explicit appointments.
24819
24820 * subr.el (find-tag-default): Catch errors in forward-sexp.
24821
24822 2005-02-23 Juri Linkov <juri@jurta.org>
24823
24824 * info.el (Info-isearch-search): New defcustom.
24825 (Info-isearch-search): Call the default isearch function
24826 when Info-isearch-search is nil.
24827 (Info-isearch-wrap): Use variable Info-isearch-search.
24828
24829 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
24830
24831 * cus-edit.el: Comment change.
24832
24833 2005-02-22 Kim F. Storm <storm@cua.dk>
24834
24835 * progmodes/hideif.el (hide-ifdef-use-define-alist):
24836 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
24837
24838 2005-02-22 Simon Josefsson <jas@extundo.com>
24839
24840 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
24841 New variable.
24842 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
24843 Oskarsson" <myrkraverk@users.sourceforget.net>.
24844
24845 2005-02-22 Kim F. Storm <storm@cua.dk>
24846
24847 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
24848 check that window of that event is the selected window.
24849 (mouse-drag-region-1): Compare mouse event window to selected
24850 window before setting point.
24851
24852 * tooltip.el (tooltip-show-help-function): Pass event to
24853 mouse-on-link-p so it can check selected window.
24854
24855 2005-02-22 Kenichi Handa <handa@m17n.org>
24856
24857 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
24858 (ps-mule-show-warning): New function.
24859 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
24860 characters are found.
24861
24862 * ps-print.el (ps-header-footer-string): Return a list of header
24863 and footer strings.
24864
24865 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
24866
24867 * pcvs.el (cvs-retrieve-revision): Fix thinko.
24868
24869 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
24870
24871 * frame.el (blink-cursor-mode): Use define-minor-mode.
24872
24873 * term/mac-win.el (function-key-map): Use char-names more consistently.
24874 (file-name-coding-system): Only set it for MacOS-9. The other case is
24875 already handled in mule-cmds.el (where it also works when mac-win.el
24876 is not used).
24877
24878 2005-02-21 Kenichi Handa <handa@m17n.org>
24879
24880 * international/mule.el (ctext-pre-write-conversion): Always use
24881 " *code-converting-work*" buffer for work.
24882
24883 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
24884
24885 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
24886
24887 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
24888
24889 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
24890
24891 * ses.el (undo-more): Restore defadvice, but only the part that
24892 allows changes outside the restricted area of the buffer.
24893
24894 2005-02-20 Kim F. Storm <storm@cua.dk>
24895
24896 * simple.el (line-move): Add fourth optional arg try-vscroll which
24897 must be set to perform auto-window-vscroll.
24898 When moving backwards and doing auto-window-vscroll, automatically
24899 vscroll to the last part of lines which are taller than the window.
24900 (next-line, previous-line): Set try-vscroll arg on line-move.
24901
24902 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
24903
24904 * replace.el (query-replace, query-replace-regexp)
24905 (replace-string, replace-regexp): When operating on region, make
24906 the minibuffer prompt say so.
24907
24908 * isearch.el (isearch-forward): Document isearch-query-replace and
24909 isearch-query-replace-regexp keybindings.
24910
24911 2005-02-19 Jay Belanger <belanger@truman.edu>
24912
24913 * calc/calc-aent.el (math-read-token): Add local variable.
24914
24915 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
24916 (calc-edit-top): Move declaration to earlier in file.
24917 (calc-edit-macro-repeats): Add local variables.
24918
24919 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
24920 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
24921 calcFunc-tanh.
24922 Adjust integration rule for calcFunc-tan.
24923
24924 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24925
24926 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
24927 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
24928 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
24929 (viper-skip-separators): Bug fix.
24930 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
24931 particular major mode.
24932 (viper-del-backward-char-in-replace): Don't put deleted char on the
24933 kill ring.
24934
24935 * viper-ex.el (viper-color-display-p): New function.
24936 (viper-has-face-support-p): Use viper-color-display-p.
24937
24938 * viper-keym.el (viper-gnus-modifier-map): New keymap.
24939
24940 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
24941
24942 * viper-util.el (viper-glob-unix-files): Fix shell status check.
24943 (viper-file-remote-p): Make equivalent to file-remote-p.
24944
24945 * viper.el (viper-major-mode-modifier-list):
24946 Use viper-gnus-modifier-map.
24947
24948 2005-02-19 David Kastrup <dak@gnu.org>
24949
24950 * subr.el (subregexp-context-p): Fix garbled doc string by adding
24951 quoting.
24952
24953 2005-02-19 Jay Belanger <belanger@truman.edu>
24954
24955 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
24956 Remove extra definitions.
24957 (calc-coth): New function.
24958 (calcFunc-cot): Fix `let'.
24959
24960 2005-02-19 Eli Zaretskii <eliz@gnu.org>
24961
24962 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
24963 the reasons we use "type pc" in these faces.
24964
24965 * button.el (button): Ditto.
24966
24967 2005-02-19 Michael Mauger <mmaug@yahoo.com>
24968
24969 * replace.el (query-replace-read-from): Set the value of
24970 query-replace-from-history-variable to handle the case of an empty
24971 string entered to accept the suggested default.
24972
24973 * net/tramp.el (tramp-file-name-for-operation):
24974 Use dired-call-process instead of dired-call-process-command.
24975
24976 2005-02-19 Jay Belanger <belanger@truman.edu>
24977
24978 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
24979 (math-div-non-trig): New variables.
24980 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
24981 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
24982 (math-combine-prod, math-div-symb-fancy): Add simplifications for
24983 trig expressions.
24984
24985 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
24986
24987 * progmodes/gdb-ui.el (gdb-var-update-handler)
24988 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
24989 for watch expressions,
24990 (gdb-var-create-handler): Don't set speedbar-update-flag.
24991 (gdb-post-prompt): Simplify test for speedbar.
24992
24993 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24994
24995 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
24996 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
24997 we use the syntax table of the correct buffer.
24998 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
24999 Felix Gatzemeier.
25000
25001 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
25002 (ediff-file-remote-p): Make synonymous with file-remote-p.
25003 In all deffaces ediff-*-face-*, use min-colors.
25004
25005 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
25006 ediff-recurse-to-subdirectories.
25007 (ediff-mark-if-equal): Check that the arguments are strings, use
25008 ediff-same-contents (after to Felix Gatzemeier).
25009
25010 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
25011 nil.
25012
25013 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
25014
25015 * log-view.el (log-view-message-re): Fix up Subversion regexp.
25016
25017 2005-02-18 David Kastrup <dak@gnu.org>
25018
25019 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
25020 use `mark-active' when defined.
25021
25022 2005-02-18 Kenichi Handa <handa@m17n.org>
25023
25024 * ps-print.el (ps-font-info-database): New entry
25025 ZapfChancery-MediumItalic with correct font name. Fix font name
25026 of the entry Zapf-Chancery-MediumItalic.
25027
25028 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
25029
25030 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
25031
25032 2005-02-16 Kim F. Storm <storm@cua.dk>
25033
25034 * ido.el (ido-fallback-command): Pass user input to fallback command.
25035
25036 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
25037
25038 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
25039 (gdb-find-file-hook): Add server prefix.
25040
25041 2005-02-16 Richard M. Stallman <rms@gnu.org>
25042
25043 * replace.el (perform-replace): Pass new args to replace-highlight.
25044 (replace-highlight): Take region args,
25045 and pass them to isearch-lazy-highlight-new-loop.
25046
25047 * novice.el (disabled-command-hook): Autoload the defalias
25048 and the make-obsolete-variable call.
25049
25050 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
25051
25052 * isearch.el (isearch-lazy-highlight-start-limit)
25053 (isearch-lazy-highlight-end-limit): New variables limit
25054 the region for highlighting.
25055 (isearch-lazy-highlight-new-loop): New args BEG and END.
25056 (isearch-lazy-highlight-search): Use the new vars.
25057 (isearch-lazy-highlight-update): Likewise.
25058
25059 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
25060
25061 * cus-start.el (all): Use default-boundp.
25062
25063 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
25064
25065 * menu-bar.el (menu-bar-select-frame): Handle current frame.
25066
25067 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
25068
25069 * autorevert.el (auto-revert-stop-on-user-input)
25070 (auto-revert-verbose): Doc fixes.
25071
25072 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
25073
25074 * international/mule-cmds.el (set-locale-environment): Remove call
25075 to set-selection-coding-system on Windows.
25076
25077 2005-02-15 Jay Belanger <belanger@truman.edu>
25078
25079 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
25080 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
25081 calcFunc-coth.
25082 (math-simplify-sqrt): Add simplifications.
25083
25084 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
25085 to list.
25086
25087 * calc/calc-ext.el: Add functions to autoloads.
25088
25089 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
25090 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
25091 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
25092 (math-csc-raw, math-cot-raw): New functions.
25093
25094 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
25095
25096 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
25097 the variable name in a message.
25098
25099 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
25100 calcFunc-csc, calcFunc-cot.
25101
25102 * calc/calcalg2.el: Add derivative and integration rules for
25103 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
25104 calcFunc-csch, calcFunc-coth.
25105 (math-do-integral-methods): Add to checks for when to use
25106 substitutions.
25107
25108 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
25109
25110 2005-02-15 Lute Kamstra <lute@gnu.org>
25111
25112 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25113 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
25114 <monnier@iro.umontreal.ca>
25115 (lisp-outline-level): Improve efficiency. Suggested by David
25116 Kastrup <dak@gnu.org>.
25117
25118 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
25119
25120 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
25121 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
25122 (gdb-set-gud-minor-mode-existing-buffers): New functions.
25123 (gdb-find-file-hook): New hook. Add it to find-file-hook.
25124 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
25125
25126 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
25127
25128 * cus-start.el (all): Comment change.
25129
25130 2005-02-14 Lute Kamstra <lute@gnu.org>
25131
25132 * cus-start.el (all): Check if symbol is void.
25133
25134 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
25135
25136 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
25137 optional argument to \cite.
25138
25139 2005-02-14 Richard M. Stallman <rms@gnu.org>
25140
25141 * cus-edit.el (custom-buffer-create-internal): Update help message.
25142 (custom-magic-alist): Update help messages.
25143
25144 * cus-start.el (all): Allow a var to specify a standard value.
25145
25146 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
25147
25148 * custom.el (custom-theme-set-variables): Handle variable aliases.
25149
25150 * frame.el (blink-cursor-timer): Doc fix.
25151 (blink-cursor): Make it an alias for `blink-cursor-mode' and
25152 declare obsolete.
25153 (blink-cursor-mode): Define with defcustom and use correct
25154 standard expression in that defcustom.
25155 * startup.el (command-line): Adapt to above changes in frame.el.
25156
25157 2005-02-11 Lute Kamstra <lute@gnu.org>
25158
25159 * apropos.el (apropos-score-doc): Prevent division by zero.
25160
25161 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
25162
25163 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
25164 (icalendar--get-event-property-attributes)
25165 (icalendar--get-event-properties)
25166 (icalendar--datetime-to-diary-date): New functions.
25167 (icalendar--split-value): Doc fix.
25168 (icalendar--datetime-to-noneuropean-date)
25169 (icalendar--datetime-to-european-date): New optional argument
25170 SEPARATOR. Return result as a string instead of a list.
25171 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
25172 (icalendar--convert-string-for-export): Rename arg S to STRING.
25173 (icalendar-export-region): Doc fix. Change name of error buffer.
25174 Save output buffer.
25175 (icalendar-import-file): Add blank at end of prompt.
25176 (icalendar-import-buffer): Doc fix. Do not switch to error
25177 buffer. Indicate status in return value.
25178 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
25179 buffer. Save output buffer. Handle exception from recurrence
25180 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
25181 events. Fix problems with weekly all-day events.
25182
25183 2005-02-10 Richard M. Stallman <rms@gnu.org>
25184
25185 * simple.el (eval-expression-print-format):
25186 Avoid warning about edebug-active.
25187
25188 * help.el (help-for-help-internal): Rename from help-for-help.
25189 (help-for-help): Define with defalias.
25190
25191 * font-core.el (font-lock-default-function): Use with-no-warnings.
25192
25193 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
25194
25195 * custom.el (defface): Doc fix.
25196
25197 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
25198
25199 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
25200 width 0" to prevent word wrapping problems.
25201
25202 2005-02-09 Kim F. Storm <storm@cua.dk>
25203
25204 * ido.el (ido-file-extensions-order): New defcustom.
25205 (ido-file-extension-lessp, ido-file-extension-aux)
25206 (ido-file-extension-order): New advanced file ordering.
25207 (ido-file-lessp): New simple file ordering.
25208 (ido-sort-list): Remove.
25209 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
25210 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
25211
25212 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
25213
25214 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
25215 that some versions of grep produce.
25216 (grep-mode-font-lock-keywords): Likewise.
25217
25218 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
25219
25220 * progmodes/gdb-ui.el (gdb-location-list): New variable.
25221 (gdb-cdir): Delete.
25222 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
25223 (gdb-source-info): Treat case when source file is in another
25224 directory properly.
25225 (gdb-get-location): New function.
25226
25227 2005-02-07 Jay Belanger <belanger@truman.edu>
25228
25229 * calc/calc-prog.el (calc-write-parse-table-part)
25230 (calc-fix-token-name): Fix a check for language type.
25231
25232 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
25233
25234 2005-02-07 Andre Spiegel <spiegel@gnu.org>
25235
25236 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
25237 as directory not writable.
25238
25239 2005-02-07 Kim F. Storm <storm@cua.dk>
25240
25241 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
25242 (cua--standard-movement-commands): Remove list.
25243 Instead, set CUA property value to move for movement commands.
25244 (cua-movement-commands): Remove. Users must set CUA prop instead.
25245 (cua--pre-command-handler): Check CUA property.
25246 (cua--init-keymaps): Don't remap undo commands.
25247 (cua-mode): Don't call cua--rectangle-on-off.
25248
25249 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
25250 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
25251 (cua--rect-undo-set-point): New var.
25252 (cua--rectangle-undo-boundary): Setup undo apply entry.
25253 (cua--rect-undo-handler): New function for rectangle undo.
25254 (cua--rect-start-position, cua--rect-end-position): Add.
25255 (cua--rectangle-post-command): Call cua--rectangle-set-corners
25256 for restored rectangle. Set point if cua--rect-undo-set-point.
25257
25258 2005-02-06 Jay Belanger <belanger@truman.edu>
25259
25260 * calc/calc-lang.el (calc-tex-language): Display more information
25261 in messages.
25262
25263 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
25264 in TeX mode.
25265
25266 2005-02-06 Richard M. Stallman <rms@gnu.org>
25267
25268 * emacs-lisp/lisp.el (buffer-end): Doc fix.
25269
25270 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
25271
25272 * net/ldap.el (ldap-search-internal): Support attributes with
25273 optional descriptions separated by a semi-colon, as in
25274 "userCertificate;binary".
25275
25276 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25277
25278 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
25279 isn't a cons (i.e. the version is 0).
25280
25281 2005-02-05 Eli Zaretskii <eliz@gnu.org>
25282
25283 * help.el (help-for-help): Doc fix.
25284
25285 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
25286
25287 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
25288 GDB-Windows on the menu-bar as this works better.
25289
25290 2005-02-04 Jay Belanger <belanger@truman.edu>
25291
25292 * calc/calc-embed.el (calc-embedded-update): Don't put in
25293 unnecessary newlines. Adjust the end of formula marker.
25294
25295 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
25296 (math-latex-parse-two-args): New function.
25297
25298 2005-02-03 Lute Kamstra <lute@gnu.org>
25299
25300 * help-fns.el (help-with-tutorial): Make sure that users cannot
25301 remove the entire text of the tutorial by means of `undo'.
25302
25303 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
25304
25305 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
25306 in recent changes, where the ispell process was repeatedly
25307 killed & restarted.
25308
25309 * international/mule-cmds.el (set-locale-environment): Set file-name
25310 coding system to utf-8 on Darwin systems.
25311 (set-default-coding-systems): Don't set default-file-name-coding-system
25312 on Darwin systems.
25313
25314 2005-02-03 Richard M. Stallman <rms@gnu.org>
25315
25316 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
25317
25318 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
25319
25320 * faces.el (list-faces-display): Add optional argument.
25321
25322 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
25323
25324 * font-core.el (font-lock-default-function): Handle the rare case where
25325 only font-lock-keywords is set.
25326
25327 2005-02-02 Kenichi Handa <handa@m17n.org>
25328
25329 * international/characters.el: Cancel previous change for
25330 I-WITH-DOT-ABOVE and DOTLESS-i.
25331
25332 * international/latin-5.el: Cancel previous change.
25333
25334 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
25335
25336 * progmodes/gud.el: Correction to syntax in gud-menu-map.
25337
25338 2005-02-02 Kenichi Handa <handa@m17n.org>
25339
25340 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
25341 DOTLESS-i.
25342
25343 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
25344 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
25345
25346 * case-table.el (get-upcase-table): New function.
25347 (copy-case-table): Copy upcaes table too if non-nil.
25348 (set-case-syntax-delims): Maintain upcase table too.
25349 (set-case-syntax-pair): Likewise.
25350 (set-upcase-syntax, set-downcase-syntax): New functions.
25351 (set-case-syntax): Maintain upcase table too.
25352
25353 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
25354
25355 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
25356
25357 * progmodes/gud.el (gud-goto-info): New function.
25358 (gud-tool-bar-map): Use correct icon.
25359
25360 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
25361
25362 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
25363 When delegating, order args in the funcall correctly.
25364
25365 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
25366
25367 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
25368
25369 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
25370
25371 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
25372 buffer not visiting a file.
25373
25374 2005-01-31 Jay Belanger <belanger@truman.edu>
25375
25376 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
25377 bound on the line with the formula.
25378
25379 2005-01-31 Kim F. Storm <storm@cua.dk>
25380
25381 * ses.el (ses-create-cell-variable-range)
25382 (ses-destroy-cell-variable-range, ses-reset-header-string)
25383 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
25384 (ses-insert-row): Fix format of apply undo entries.
25385
25386 2005-01-31 Jay Belanger <belanger@truman.edu>
25387
25388 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
25389 parts.
25390
25391 * calc/calc-embed.el (calc-embedded-open-formula)
25392 (calc-embedded-close-formula): Ignore matrix environments.
25393
25394 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
25395 TeX mode.
25396
25397 * calc/calc-lang.el (math-function-table, math-oper-table)
25398 (math-variable-table): Adjust the LaTeX portions.
25399
25400 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
25401 (math-latex-ignore-words): New constant.
25402
25403 2005-01-31 Richard M. Stallman <rms@gnu.org>
25404
25405 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
25406 (ispell-local-dictionary): Doc fix.
25407 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
25408 Don't reinitialize at run time. Don't defcustom.
25409 All uses changed to append ispell-local-dictionary-alist,
25410 or check it first.
25411 (ispell-current-dictionary): New variable for dictionary in use.
25412 (ispell-dictionary): Now used only for global default.
25413 (ispell-start-process): Set ispell-current-dictionary,
25414 not ispell-dictionary.
25415 (ispell-change-dictionary): Use this only for setting
25416 user preferences.
25417 (ispell-internal-change-dictionary): New function
25418 to change the current dictionary in use.
25419 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
25420 Use ispell-current-dictionary.
25421 Handle ispell-local-dictionary-overridden.
25422 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
25423
25424 2005-01-31 Jay Belanger <belanger@truman.edu>
25425
25426 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
25427
25428 * calc/calc-ext.el: Add calc-latex-language to autoloads.
25429 (calc-mode-map): Add calc-latex-language.
25430
25431 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
25432 (math-latex-print-frac): New functions.
25433 (math-oper-table, math-function-table, math-variable-table)
25434 (math-complex-format, math-input-filter): Add latex properties.
25435 (calc-set-language): Set math-expr-special-function-mapping.
25436
25437 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
25438 (calc-write-parse-table-part): Add LaTeX support.
25439
25440 * calc/calc.el (calc-language): Adjust docstring.
25441 (calc-set-mode-line): Add LaTeX support.
25442 (math-expr-special-function-mapping): New variable.
25443 (math-tex-ignore-words): Add to list.
25444
25445 * calc/calccomp.el (math-compose-expr, math-compose-rows):
25446 Add LaTeX support.
25447 (math-compose-expr): Add support for special functions.
25448
25449 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
25450
25451 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
25452
25453 * progmodes/gdb-ui.el (gdb-memory-address)
25454 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
25455 (gdb-memory-mode-map, gdb-memory-format-keymap)
25456 (gdb-memory-format-menu, gdb-memory-unit-keymap)
25457 (gdb-memory-unit-menu): New variables for a buffer
25458 that lets the user examine program memory.
25459 (gdb-memory-set-address, gdb-memory-set-repeat-count)
25460 (gdb-memory-format-binary, gdb-memory-format-octal)
25461 (gdb-memory-format-unsigned, gdb-memory-format-signed)
25462 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
25463 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
25464 (gdb-memory-unit-word, gdb-memory-unit-halfword)
25465 (gdb-memory-unit-byte, gdb-memory-unit-menu)
25466 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
25467 (gdb-memory-mode, gdb-memory-buffer-name)
25468 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
25469 New functions for above buffer.
25470
25471 2005-01-30 Richard M. Stallman <rms@gnu.org>
25472
25473 * cus-edit.el (custom-bury-buffer): Function deleted.
25474 (custom-buffer-done-function): Option deleted.
25475 (custom-buffer-done-kill): New replacement option.
25476 (Custom-buffer-done): Call quit-window.
25477 (custom-buffer-create-internal): Update for above changes.
25478
25479 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
25480
25481 * simple.el (undo-ask-before-discard): New var.
25482 (undo-outer-limit-truncate): Implement it.
25483 (undo-extra-outer-limit): Doc update.
25484
25485 2005-01-29 Richard M. Stallman <rms@gnu.org>
25486
25487 * ses.el (undo-more): Delete defadvice.
25488 (ses-begin-change): Doc fix.
25489
25490 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
25491 instead of rebinding C-x u and C-_.
25492
25493 * files.el (normal-backup-enable-predicate): Return nil for files
25494 in /tmp, regardless of temporary-file-directory.
25495
25496 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
25497
25498 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
25499 (open-rectangle, delete-whitespace-rectangle-line)
25500 (clear-rectangle-line): If FILL, pass t instead of FILL
25501 for move-to-column's 2nd arg.
25502
25503 * simple.el (undo): Fix the test for continuing a series of undos.
25504 (undo-more): Set pending-undo-list to t when we reach end.
25505 (pending-undo-list): Move up defvar.
25506
25507 * wid-edit.el (widget-button-click):
25508 Shorten the range of the track-mouse binding.
25509
25510 * comint.el (comint-insert-input): Undo previous changes;
25511 use last-input-event in interactive spec.
25512
25513 2005-01-29 Eli Zaretskii <eliz@gnu.org>
25514
25515 * progmodes/compile.el (compilation-start): Bind buffer-read-only
25516 to nil before invoking call-process. Reset buffer's modified flag
25517 after fontifying it in the no-async branch.
25518
25519 * wid-edit.el (widget-specify-button): If mouse pointer shape
25520 cannot be changed, use mouse face instead.
25521
25522 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
25523
25524 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
25525 (gdb-goto-breakpoint): Make breakpoint handling work on template
25526 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
25527 (gdb-assembler-custom): Update to recognize breakpoint information
25528 added on 2005-01-19.
25529
25530 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
25531
25532 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
25533 (dsssl-mode): Use define-derived-mode.
25534 (scheme-mode-initialize): Remove.
25535 (scheme-mode): Use run-mode-hooks.
25536
25537 * cus-edit.el (customize-group-other-window)
25538 (custom-buffer-create-other-window): Don't override special-display-*.
25539 (custom-mode-map): Make it dense.
25540
25541 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
25542 sets the default value.
25543
25544 2005-01-28 Eli Zaretskii <eliz@gnu.org>
25545
25546 * descr-text.el: Add more keywords.
25547
25548 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
25549
25550 * speedbar.el: Avoid unnecessary use of locate-library.
25551
25552 * international/mule-cmds.el (standard-display-european-internal):
25553 Don't fiddle with latin-1 non-break space any more since it's now
25554 special cased in the C code.
25555 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
25556
25557 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
25558
25559 * cus-start.el (all): Add `undo-outer-limit'.
25560
25561 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25562
25563 * textmodes/bibtex.el (bibtex-format-entry):
25564 Use `bibtex-empty-field-re' only on the text of fields, not on entire
25565 field lines.
25566 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
25567 not on part of a buffer.
25568
25569 2005-01-25 Lute Kamstra <lute@gnu.org>
25570
25571 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
25572 nonempty field text strings like "{letters\\macro{}more letters}".
25573 Clarify docstring.
25574 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
25575 (bibtex-entry-offset, bibtex-parse-association)
25576 (bibtex-parse-field-name): Fix typos in docstrings.
25577 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
25578
25579 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
25580
25581 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
25582 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
25583 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
25584 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
25585
25586 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
25587 isearch minor mode.
25588
25589 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
25590
25591 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
25592
25593 2005-01-24 Lute Kamstra <lute@gnu.org>
25594
25595 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
25596 CASECHARS and NOT-CASECHARS regular expressions of the
25597 "nederlands" and "nederlands8" dictionaries to prevent a "Range
25598 striding over charsets" error.
25599
25600 2005-01-24 Jay Belanger <belanger@truman.edu>
25601
25602 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
25603 display variable name.
25604
25605 2005-01-24 Kenichi Handa <handa@m17n.org>
25606
25607 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
25608 Fix setting of the element of encoded-kbd-iso2022-invocations.
25609
25610 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
25611
25612 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
25613 (gdb-threads-select): Change to also accept mouse events.
25614 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
25615 (gdb-threads-mouse-select): Delete.
25616
25617 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
25618
25619 * files.el (insert-directory): Take care of empty directory,
25620 listed without -a switch.
25621
25622 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
25623
25624 * textmodes/refill.el (refill-post-command-function):
25625 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
25626 to the list of functions that we should be careful not to undo.
25627 (refill-late-fill-paragraph-function): Remove.
25628 (refill-saved-state): New var.
25629 (refill-mode): Use it to save fill-paragraph-function.
25630 Save also the value of auto-fill-function.
25631
25632 * term/w32-win.el: Simplify code.
25633
25634 2005-01-23 Kim F. Storm <storm@cua.dk>
25635
25636 * simple.el (line-move): Adapt to new return value from
25637 pos-visible-in-window-p.
25638
25639 * simple.el (line-move): Fix last change. Check partial
25640 visibility at point rather than at window-start.
25641
25642 2005-01-22 Jason Rumney <jasonr@gnu.org>
25643
25644 * term/w32-win.el (xw-defined-colors): Remove debug-message.
25645
25646 2005-01-22 David Kastrup <dak@gnu.org>
25647
25648 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
25649
25650 2005-01-22 Eli Zaretskii <eliz@gnu.org>
25651
25652 * type-break.el (type-break-mode): Add a test for
25653 type-break-file-name being non-nil.
25654
25655 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
25656
25657 * net/eudc.el (top level): Call (message "") via progn, so that
25658 eudc-options-file is loaded.
25659
25660 2005-01-22 Kim F. Storm <storm@cua.dk>
25661
25662 * simple.el (line-move-1): Rename from line-move.
25663 (line-move): New function that adjusts vscroll for partially
25664 visible rows, and calls line-move-1 otherwise.
25665
25666 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
25667
25668 * pcomplete.el: Define pcomplete-read-event instead of read-event,
25669 since it's not a complete read-event implementation
25670
25671 2005-01-20 Jay Belanger <belanger@truman.edu>
25672
25673 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
25674 for called function.
25675
25676 2005-01-20 Steven Tamm <steventamm@mac.com>
25677
25678 * term/mac-win.el (process-connection-type): Remove.
25679 Controlled now by s/darwin.h:PTY_ITERATION.
25680
25681 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
25682
25683 * window.el (handle-select-window): Don't switch window when we're
25684 in the minibuffer.
25685
25686 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
25687
25688 * subr.el (dotimes-with-progress-reporter): New macro.
25689
25690 * ses.el (ses-dotimes-msg): Remove macro.
25691 Use `dotimes-with-progress-reporter' instead.
25692
25693 2005-01-19 Steven Tamm <steventamm@mac.com>
25694
25695 * term/mac-win.el (process-connection-type): Use new
25696 operating-system-release variable to use ptys on Darwin 7 (OS X
25697 10.3) when using carbon build.
25698
25699 2005-01-19 Jay Belanger <belanger@truman.edu>
25700
25701 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
25702 flags if the last command was a tab or M-tab.
25703
25704 * calc/calc-prog.el (calc-user-define-edit): Put original formula
25705 in formula editing buffer.
25706
25707 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25708
25709 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
25710 breakpoint image symbol in margin.
25711
25712 2005-01-19 Jay Belanger <belanger@truman.edu>
25713
25714 * calc/calc-prog.el (calc-execute-kbd-macro):
25715 Ignore calc-keep-arg-flag.
25716
25717 2005-01-19 Kenichi Handa <handa@m17n.org>
25718
25719 * textmodes/ispell.el (ispell-looking-at): New function.
25720 (ispell-process-line): Use ispell-looking-at to compare the ispell
25721 output and the buffer contents.
25722
25723 2005-01-18 Jay Belanger <belanger@truman.edu>
25724
25725 * calc/calc.el (calc-display-raw): Fix docstring.
25726
25727 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
25728
25729 * simple.el (blink-matching-open): Strip extra info from syntax.
25730
25731 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
25732 funny chars in the end-of-here-doc marker.
25733
25734 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25735
25736 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
25737 that enable/disabled state of breakpoints is shown correctly in
25738 fringe and on ttys.
25739 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
25740 Add breakpoint information as text properties.
25741 (gdb-mouse-toggle-breakpoint):
25742 Rename to gdb-mouse-set-clear-breakpoint.
25743 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
25744 breakpoints in the margin.
25745 (gdb-remove-strings): Simplify.
25746
25747 2005-01-17 Jay Belanger <belanger@truman.edu>
25748
25749 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
25750 erasing buffer.
25751
25752 2005-01-17 Richard M. Stallman <rms@gnu.org>
25753
25754 * progmodes/grep.el (grep-find): Copy from `grep' the condition
25755 for calling grep-compute-defaults.
25756
25757 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
25758 if buffer is empty.
25759
25760 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
25761
25762 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
25763
25764 * hilit-chg.el (highlight-changes-mode): Don't autoload.
25765
25766 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
25767 non-preloaded variables.
25768
25769 2005-01-17 Steven Tamm <steventamm@mac.com>
25770
25771 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
25772 tex-shell cause to force interactivity when using pipes.
25773
25774 2005-01-17 Kim F. Storm <storm@cua.dk>
25775
25776 * simple.el (just-one-space): Make arg optional.
25777
25778 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
25779
25780 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
25781 posn-at-x-y to t to access left-margin.
25782
25783 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
25784
25785 Sync with Tramp 2.0.47.
25786
25787 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
25788 catching keep-date problems in cp/scp operations.
25789 (tramp-handle-copy-file): Don't call `set-file-modes'
25790 unconditionally. Specialized functions should know better what is
25791 necessary. This improves performance a little bit, and the
25792 functions could catch errors with `cp -p' and `scp -p'.
25793 (tramp-do-copy-or-rename-file-via-buffer)
25794 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
25795 when appropriate.
25796 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
25797 Call `set-file-modes' when appropriate.
25798 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
25799 Johnsson <isak@hypergene.com>
25800 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
25801 of both Tramp buffer and debug buffer. Reported by Joakim Verona
25802 <joakim@verona.se>
25803 (tramp-file-name-for-operation): Mark `shell-command' as magic for
25804 Emacs only.
25805
25806 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
25807 `find-file-hooks' and `dired-mode-hook'.
25808 (tramp-minor-mode-map): Respective map. Add remapping for
25809 `compile' and `recompile'.
25810 (tramp-remap-command, tramp-recompile): New defuns.
25811 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
25812 in buffer "*Compilation*". Call the commands asynchronously.
25813
25814 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
25815 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
25816 `shell-command', because it isn't magic in XEmacs. Reported by
25817 Adrian Aichner <adrian@xemacs.org>.
25818
25819 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
25820 `substitute-in-file-name.
25821 (tramp-smb-handle-substitute-in-file-name): New defun.
25822 (tramp-smb-advice-PC-do-completion): Delete advice.
25823
25824 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
25825
25826 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
25827 Fix error in deleting region.
25828
25829 2005-01-15 Richard M. Stallman <rms@gnu.org>
25830
25831 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
25832 In non-temp buffer, switch syntax table temporarily.
25833
25834 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
25835
25836 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
25837
25838 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
25839
25840 * imenu.el (imenu--split-menu): Copy menulist before sorting.
25841 (imenu--generic-function): Use START, not BEG, as pos of definition.
25842
25843 * simple.el (just-one-space): Argument specifies number of spaces.
25844
25845 * simple.el (eval-expression-print-format): Avoid warning
25846 about edebug-active.
25847
25848 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
25849
25850 * progmodes/sh-script.el: Code copied from make-mode.el
25851 with small changes,
25852 (sh-mode-map): Bind C-c C-\.
25853 (sh-backslash-column, sh-backslash-align): New variables.
25854 (sh-backslash-region, sh-append-backslash): New functions.
25855
25856 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
25857
25858 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
25859 (rmail-pop-password, rmail-pop-password-required): Move to
25860 rmail-obsolete group.
25861 (rmail-set-pop-password): Rename to rmail-set-remote-password.
25862 All callers updated.
25863 (rmail-get-pop-password): Rename to rmail-get-remote-password.
25864 Take an argument specifying whether it is POP or IMAP mailbox we
25865 are using. All callers updated.
25866 (rmail-pop-password-error): Rename to
25867 rmail-remote-password-error. Added mailutils-specific error message.
25868 (rmail-movemail-search-path)
25869 (rmail-movemail-variant-in-use): New variables.
25870 (rmail-remote-password, rmail-remote-password-required):
25871 New customization variables.
25872 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
25873 (rmail-parse-url): New function.
25874 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
25875 with GNU mailutils movemail.
25876
25877 2005-01-15 Kevin Ryde <user42@zip.com.au>
25878
25879 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
25880 suffix to space, $ or '$, to correctly position point when going
25881 to @table style constants like DBL_MAX.
25882
25883 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
25884
25885 * type-break.el (type-break-mode, type-break-file-time)
25886 (type-break-file-keystroke-count, type-break-choose-file):
25887 Don't store data in or load data from the file if type-break-file-name
25888 is nil.
25889 (type-break-file-name): Doc update as per the above.
25890
25891 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
25892
25893 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
25894 lookup-key might return nil; handle that.
25895
25896 2005-01-15 Alan Mackenzie <acm@muc.de>
25897
25898 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
25899 rather than the element found, thus enabling the tree to be setcar'd.
25900
25901 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25902
25903 * textmodes/org.el (org-show-following-heading): New option.
25904 (org-show-hierarchy-above): Use `org-show-following-heading'.
25905 (org-cycle): Documentation fix.
25906
25907 * textmodes/org.el (orgtbl-optimized): New option
25908 (orgtbl-mode): New command, a minor mode.
25909 (orgtbl-mode-map): New variable.
25910 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
25911 (orgtbl-error, orgtbl-self-insert-command)
25912 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
25913
25914 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
25915 a local variable in each org-mode buffer.
25916
25917 * textmodes/org.el (org-set-regexps-and-options): Rename from
25918 `org-set-regexps'. Added checking for STARTUP keyword.
25919 (org-get-current-options): Add STARTUP options.
25920 (org-table-insert-row): Make mode intelligent about when
25921 realignment is needed.
25922 (org-self-insert-command, org-delete-backward-char, org-delete-char):
25923 New commands.
25924 (org-enable-table-editor): New default value `optimized'.
25925 (org-table-blank-field): Support blanking regions if active.
25926
25927 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25928
25929 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
25930 if the year is not given.
25931
25932 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
25933 Add new escapes %m and %M, fixed bug with %F by adding
25934 save-match-data.
25935 (reftex-reference): Remove ?. from list of spaces.
25936 (reftex-label-info): Add automatic label prefix recognition.
25937
25938 * textmodes/reftex-index.el (reftex-index-next-phrase):
25939 Add slave parameter to call of `reftex-index-this-phrase'.
25940 (reftex-index-this-phrase): New optional argument.
25941 (reftex-index-region-phrases): Add slave parameter to call of
25942 `reftex-index-this-phrase'.
25943 (reftex-display-index): New argument redo.
25944 (reftex-index-rescan): Add `redo' to arguments of
25945 `reftex-display-index'.
25946 (reftex-index-Rescan, reftex-index-revert)
25947 (reftex-index-switch-index-tag): Add `redo' to arguments of
25948 `reftex-display-index'.
25949 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
25950 indexing. Fix bug with matching is there is a quote before or
25951 after the word.
25952
25953 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
25954 Fix bug when collecting citation keys in lines with comments.
25955 (reftex-citation): Prefix argument no longer rescans the document,
25956 but forces prompting for optional arguments of cite macros.
25957 (reftex-do-citation): Prompting for optional arguments implemented.
25958
25959 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
25960 Add optional arguments to most cite commands.
25961 (reftex-cite-cleanup-optional-args): New option
25962 (reftex-cite-prompt-optional-args): New option.
25963 (reftex-trust-label-prefix): New option.
25964
25965 * textmodes/reftex-toc.el (reftex-toc-find-section):
25966 Add push-mark before changing the position in the buffer.
25967
25968 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
25969 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
25970
25971 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
25972
25973 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
25974 more carefully.
25975
25976 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
25977
25978 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
25979 (sgml-mode): Use it.
25980 (sgml-get-context): Better keep track of implicitly closed tags.
25981
25982 2005-01-13 Kenichi Handa <handa@m17n.org>
25983
25984 * textmodes/ispell.el: These changes are to fix misalignment error
25985 caused by equivalent characters of different Emacs charsets.
25986 (ispell-unified-chars-table): New variable.
25987 (ispell-get-decoded-string): New function.
25988 (ispell-get-casechars, ispell-get-not-casechars)
25989 (ispell-get-otherchars): Call ispell-get-decoded-string.
25990
25991 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
25992
25993 * custom.el (custom-declare-variable): Just put symbol instead
25994 of (defvar . symbol) in `current-load-list'.
25995
25996 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
25997
25998 * emacs-lisp/elint.el: Fixed typo in Commentary section.
25999
26000 2005-01-12 Jay Belanger <belanger@truman.edu>
26001
26002 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
26003 to create a Calc summary.
26004
26005 2005-01-12 Kim F. Storm <storm@cua.dk>
26006
26007 * mouse.el (mouse-on-link-p): Change functionality and doc
26008 string to comply with latest description in lisp ref.
26009
26010 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
26011
26012 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
26013 Enable mouse clicks on mode-line, header-line and margin.
26014 (event-type): Give mouse event symbols an `event-kind' property
26015 with value `mouse-click'.
26016
26017 2005-01-12 Juri Linkov <juri@jurta.org>
26018
26019 * facemenu.el (list-colors-display): Add new arg buffer-name.
26020 Use it. Fix docstring. Replace code for identifying duplicate
26021 colors by the name with call to `list-colors-duplicates' which
26022 identifies duplicate colors by the value unless the color
26023 is one of special Windows colors. Set truncate-lines to t.
26024 Print sorted duplicate color names on each line. Indent to 22
26025 \(the longest color name in rgb.txt) instead of 20. Optimize.
26026 (list-colors-duplicates): New function.
26027 (facemenu-color-name-equal): Delete function.
26028
26029 * facemenu.el (list-colors-print): New function created from code
26030 in list-colors-display. Print #RRGGBB at the window right edge.
26031 (list-colors-display): When temp-buffer-show-function is not
26032 defined, call list-colors-print from temp-buffer-show-hook
26033 to get the right value of window-width in list-colors-print
26034 after the buffer is displayed.
26035
26036 * simple.el (pop-mark): Move deactivate-mark out of conditional
26037 part to deactivate the active mark regardless of the state of the
26038 mark ring.
26039
26040 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
26041 variables line in desktop files.
26042
26043 2005-01-12 Juri Linkov <juri@jurta.org>
26044
26045 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
26046 Bring together isearch highlight related options.
26047 (lazy-highlight): Replace group `replace' by `matching'.
26048 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26049 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26050 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
26051 and declare them obsolete.
26052 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
26053 (isearch-faces): Remove defgroup.
26054 (isearch-overlay, isearch-highlight, isearch-dehighlight):
26055 Move isearch highlighting code closer to lazy highlighting code.
26056
26057 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
26058 (query-replace-highlight, query-replace-lazy-highlight)
26059 (query-replace): Move definitions to the beginning of the file.
26060
26061 2005-01-11 Juri Linkov <juri@jurta.org>
26062
26063 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
26064 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
26065 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
26066
26067 * info.el (Info-history-forward): New variable.
26068 (Info-select-node): Reset Info-history-forward to nil.
26069 (Info-last): Turn into defalias.
26070 (Info-history-back): Rename from Info-last.
26071 Add current node to Info-history-forward.
26072 (Info-history-forward): New fun.
26073 (Info-mode-map): Replace Info-last by Info-history-back.
26074 Bind Info-history-forward to "r".
26075 (Info-mode-menu): Replace Info-last by Info-history-back.
26076 Fix menu item text. Add menu item for Info-history-forward.
26077 (info-tool-bar-map): Replace Info-last by Info-history-back.
26078 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
26079 for Info-history-forward.
26080 (Info-mode): Replace Info-last by Info-history-back in docstring.
26081 Add local variable Info-history-forward.
26082 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
26083
26084 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
26085
26086 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
26087 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
26088 Ignore select-window events rather than fiddle with
26089 mouse-autoselect-window.
26090
26091 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
26092
26093 * type-break.el (type-break-mode): Fix previous change.
26094
26095 2005-01-10 Jay Belanger <belanger@truman.edu>
26096
26097 * calc/calc-ext.el (calc-reset): Reset when inside embedded
26098 calculator; only reset when point is inside a calculator.
26099 Don't adjust the window height if the window takes up the whole height
26100 of the frame.
26101
26102 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
26103
26104 * ebuff-menu.el (Electric-buffer-menu-mode):
26105 Preserve value of buffer-local var header-line-format.
26106
26107 2005-01-09 Jay Belanger <belanger@truman.edu>
26108
26109 * calc/calc.el (calc-mode-var-list-restore-saved-values):
26110 Make sure settings file exists before accessing it.
26111
26112 * calc/calc-embed.el (calc-embedded-subst):
26113 Replace math-multi-subst-rec, which is only supposed to be called
26114 by math-multi-subst, by math-multi-subst.
26115
26116 2005-01-09 Andre Spiegel <spiegel@gnu.org>
26117
26118 * vc.el (vc-allow-async-revert): New user option.
26119 (vc-disable-async-diff): New internal variable.
26120 (vc-revert-buffer): Use them to disable asynchronous diff.
26121
26122 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
26123 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
26124 asynchronously if vc-disable-async-diff is t.
26125
26126 2005-01-09 Jay Belanger <belanger@truman.edu>
26127
26128 * calc/calc.el (defcalcmodevar): New macro.
26129 (calc-mode-var-list-restore-default-values)
26130 (calc-mode-var-list-restore-saved-values): New functions.
26131 (calc-mode-var-list): Use defcalcmodevar to define it.
26132 (calc-always-load-extensions, calc-line-numbering)
26133 (calc-line-breaking, calc-display-just, calc-display-origin)
26134 (calc-number-radix, calc-leading-zeros, calc-group-digits)
26135 (calc-group-char, calc-point-char, calc-frac-format)
26136 (calc-prefer-frac, calc-hms-format, calc-date-format)
26137 (calc-float-format, calc-full-float-format, calc-complex-format)
26138 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
26139 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
26140 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
26141 (calc-matrix-brackets, calc-language, calc-language-option)
26142 (calc-left-label, calc-right-label, calc-word-size)
26143 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
26144 (calc-display-raw, calc-internal-prec, calc-angle-mode)
26145 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
26146 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
26147 (calc-window-height, calc-display-trail, calc-show-selections)
26148 (calc-use-selections, calc-assoc-selections)
26149 (calc-display-working-message, calc-auto-why, calc-timing)
26150 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
26151 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
26152 (calc-gnuplot-default-device, calc-gnuplot-default-output)
26153 (calc-gnuplot-print-device, calc-gnuplot-print-output)
26154 (calc-gnuplot-geometry, calc-graph-default-resolution)
26155 (calc-graph-default-resolution-3d, calc-invocation-macro)
26156 (calc-show-banner): Use defcalcmodevar to declare them and set
26157 their default values.
26158
26159 * calc/calc-ext.el (calc-reset): Restore saved values of variables
26160 instead of default values (but restore default values if there is
26161 an argument of 0).
26162
26163 2005-01-09 David Kastrup <dak@gnu.org>
26164
26165 * desktop.el (desktop-restore-eager): Fix typo in type.
26166
26167 2005-01-08 Richard M. Stallman <rms@gnu.org>
26168
26169 * cus-edit.el (customize): Delete :link.
26170
26171 2005-01-08 Jay Belanger <belanger@truman.edu>
26172
26173 * calc/calc.el (calc-mode): Remove the extension from the
26174 `calc-settings-file' file name when loading it.
26175
26176 2005-01-08 Kim F. Storm <storm@cua.dk>
26177
26178 * info.el (Info-mode-map, Info-next-link-keymap)
26179 (Info-prev-link-keymap, Info-up-link-keymap):
26180 Map follow-link to mouse-face.
26181 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
26182
26183 2005-01-08 Jay Belanger <belanger@truman.edu>
26184
26185 * calc/calc.el (calc-settings-file): Change default value.
26186 Suggested by cgw in a comment in calc-mode.el.
26187
26188 * calc/calc-mode.el (calc-settings-file-name):
26189 Compare calc-settings-file to user-init-file instead of ~/.emacs.
26190 Replace ~/.emacs in a prompt by calc-settings-file.
26191
26192 2005-01-07 Lars Hansen <larsh@math.ku.dk>
26193
26194 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
26195 (desktop-lazy-idle-delay): New customizable variables.
26196 (desktop-buffer-args-list): New variable.
26197 (desktop-append-buffer-args): New function.
26198 (desktop-save): Call desktop-append-buffer-args for some buffers.
26199 (desktop-lazy-create-buffer): New function.
26200 (desktop-idle-create-buffers): New function.
26201 (desktop-read): Add message about buffers to restore lazily.
26202 (desktop-lazy-abort): New command.
26203 (desktop-clear): Call desktop-lazy-abort.
26204 (desktop-lazy-complete): New command.
26205
26206 2005-01-06 Richard M. Stallman <rms@gnu.org>
26207
26208 * emacs-lisp/find-func.el (find-face-definition):
26209 Rename from find-face.
26210
26211 2005-01-06 Kim F. Storm <storm@cua.dk>
26212
26213 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
26214
26215 * man.el (Man-xref-man-page, Man-xref-header-file)
26216 (Man-xref-normal-file): Add follow-link property.
26217
26218 2005-01-06 Jay Belanger <belanger@truman.edu>
26219
26220 * calc/calc-units.el: Make sure the proper macro definitions are
26221 available when compiling.
26222
26223 2005-01-06 Juri Linkov <juri@jurta.org>
26224
26225 * isearch.el (isearch-lazy-highlight-update):
26226 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
26227
26228 2005-01-06 Miles Bader <miles@gnu.org>
26229
26230 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
26231 (isearch-lazy-highlight-face): Use new name.
26232
26233 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
26234
26235 * uniquify.el (uniquify-rationalize-file-buffer-names):
26236 Re-add an interactive spec.
26237 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
26238 to the same name.
26239
26240 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
26241 (isearch-update, isearch-done): Adjust calls accordingly.
26242
26243 2005-01-05 Richard M. Stallman <rms@gnu.org>
26244
26245 * custom.el (custom-set-variables, custom-theme-set-variables):
26246 Clarify documentation.
26247
26248 * emacs-lisp/find-func.el (find-variable)
26249 (find-variable-other-window, find-variable-other-frame):
26250 Fix the TYPE args to find-function-read and find-function-do-it.
26251 (find-function): Doc fix.
26252 (find-function-at-point): Replace function-at-point alias.
26253
26254 2005-01-04 Richard M. Stallman <rms@gnu.org>
26255
26256 * cus-face.el (custom-declare-face):
26257 Record defface in current-load-list.
26258
26259 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
26260
26261 * emacs-lisp/find-func.el: Doc fixes.
26262 (find-face-regexp): New variable.
26263 (find-function-regexp-alist): New variable.
26264 (find-function-C-source): Third arg is now TYPE.
26265 (find-function-search-for-symbol): Handle general TYPE.
26266 (find-function-read, find-function-do-it): Handle general TYPE.
26267 (find-definition-noselect, find-face): New functions.
26268 (function-at-point): Alias deleted.
26269
26270 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
26271
26272 * battery.el (display-battery-mode): Rename from display-battery.
26273 Handle the case where it gets turned off.
26274
26275 2005-01-04 Richard M. Stallman <rms@gnu.org>
26276
26277 * cus-edit.el (customize): Make :link point to user doc.
26278
26279 * man.el (Man-fontify-manpage): Turn off undo generation.
26280
26281 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
26282
26283 2005-01-04 Andreas Schwab <schwab@suse.de>
26284
26285 * files.el (insert-directory): Only look for error lines in
26286 inserted text. Don't move too far after processing --dired markers.
26287
26288 2005-01-04 Richard M. Stallman <rms@gnu.org>
26289
26290 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
26291 Don't expand if the character is @, period, dash, etc.
26292 (define-mail-abbrev): Quote names that contain problem characters.
26293
26294 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
26295
26296 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
26297
26298 2005-01-03 Richard M. Stallman <rms@gnu.org>
26299
26300 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
26301 (query-replace-highlight, query-replace-lazy-highlight)
26302 (query-replace): Definitions moved up. Doc fix.
26303
26304 2005-01-03 Richard M. Stallman <rms@gnu.org>
26305
26306 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
26307 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26308 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26309 (lazy-highlight-face): Rename from isearch-lazy-...
26310 Change all references to them.
26311
26312 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
26313
26314 * cus-edit.el (custom-file): Doc fix for defcustom.
26315 (custom-file): The function no longer sets the variable
26316 `custom-file' to its return value.
26317
26318 * startup.el (command-line): No longer load `custom-file'.
26319
26320 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
26321
26322 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
26323
26324 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
26325 Don't confuse module-prefixed identifiers for labels.
26326 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
26327
26328 2005-01-02 Richard M. Stallman <rms@gnu.org>
26329
26330 * files.el (basic-save-buffer-1): Fix previous change.
26331
26332 * loadhist.el (file-loadhist-lookup): New function.
26333 (file-provides, file-requires): Use it.
26334
26335 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
26336 instead of calculating the right size.
26337
26338 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
26339
26340 * vc-svn.el (vc-svn-diff): Stay local if possible.
26341
26342 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
26343
26344 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
26345
26346 * files.el (hack-local-variables): Fix last change.
26347
26348 2005-01-02 Jay Belanger <belanger@truman.edu>
26349
26350 * calc/calc-yank.el (calc-edit-top): New variable.
26351 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
26352 object. Change header properties.
26353 (calc-edit-finish, calc-edit-finish-stack-object)
26354 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
26355 edited object.
26356 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
26357 for the beginning of the edited object.
26358 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
26359 for the beginning of the edited object.
26360 * calc/calc-prog.el (calc-edit-macro-finish-edit)
26361 (calc-finish-formula-edit, calc-macro-repeats)
26362 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
26363 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
26364 beginning of the edited object.
26365 (calc-user-define-edit): Change the header for editing macros.
26366 Remove unnecessary variable.
26367
26368 2005-01-01 Jay Belanger <belanger@truman.edu>
26369
26370 * calc/calc-yank.el (calc-edit-mode): Change default header.
26371 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
26372 * calc/calc-store.el (calc-edit-variable): Change title to match new
26373 header.
26374 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
26375 mode to match new header.
26376 (calc-user-define-edit): Change titles to include names of commands.
26377 (calc-finish-formula-edit): Adjust to handle new header.
26378 (calc-finish-macro-edit): Remove.
26379 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
26380 (calc-edit-macro-command, calc-edit-macro-command-type)
26381 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
26382 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
26383 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
26384 (calc-edit-macro-finish-edit): New functions.
26385 (calc-user-define-edit): Use new functions to edit named calc macros.
26386
26387 2005-01-01 Stefan <monnier@iro.umontreal.ca>
26388
26389 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
26390
26391 * ses.el (copy-region-as-kill): Deactivate mark.
26392
26393 2005-01-01 Richard M. Stallman <rms@gnu.org>
26394
26395 * replace.el (occur-1): If the output buffer is also an input,
26396 don't kill it, rename it.
26397
26398 * faces.el (set-face-background, set-face-foreground): Doc fix.
26399
26400 * cus-face.el (custom-face-attributes): Fix :help-echo strings
26401 for :foreground and :background.
26402
26403 * dired.el (dired-view-command-alist): Variable deleted.
26404 (dired-view-file, dired-mouse-find-file-other-window):
26405 Delete the code to use it.
26406
26407 2005-01-01 Kim F. Storm <storm@cua.dk>
26408
26409 * image.el (insert-sliced-image): Use t for line-height property.
26410
26411 See ChangeLog.11 for earlier changes.
26412
26413 ;; Local Variables:
26414 ;; coding: iso-2022-7bit
26415 ;; End:
26416
26417 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
26418 Copying and distribution of this file, with or without modification,
26419 are permitted provided the copyright notice and this notice are preserved.
26420
26421 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1