]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Remove * in defcustoms.
[gnu-emacs] / lisp / ChangeLog
1 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
4 (defgroup checkdoc): Move to beginning.
5
6 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
7 (python-preoutput-continuation): Remove.
8 (python-preoutput-filter): Simplify correspondingly.
9 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
10 Loop around to catch embedded _emacs_out output.
11 (run-python): Send the import&print command on a single line.
12 (python-send-command): Send command&print on a single line.
13 (python-send-string): Only add double \n if needed.
14 (python-send-receive): Loop until the result comes.
15 (python-mode-running): Defvar it.
16 (python-setup-brm): Remove unused var `menu'.
17 Only bind py-mode-map and `features' around brm-init.
18 (python-calculate-indentation): Remove unused var `point'.
19 (python-beginning-of-defun): Remove unused var `def-line'.
20
21 2006-08-25 Richard Stallman <rms@gnu.org>
22
23 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
24
25 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
26
27 * viper.el (viper-set-hooks): Use frame bindings for
28 viper-vi-state-cursor-color.
29 (viper-non-hook-settings): Don't set default
30 mode-line-buffer-identification.
31
32 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
33 (viper-set-cursor-color-according-to-state)
34 (viper-get-saved-cursor-color-in-replace-mode)
35 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
36 viper-emacs-state-cursor-color.
37
38 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
39 (viper-undo): Use point if undo-beg-posn is nil.
40 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
41 (viper-after-change-undo-hook): Don't use
42 viper-emacs-state-cursor-color by default.
43 (viper-undo): More sensible positioning after undo.
44
45 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
46 (viper-emacs-state-cursor-color): Default to nil, since this feature
47 doesn't work well yet.
48
49 * ediff-mult.el (ediff-intersect-directories)
50 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
51 always expand filenames.
52
53 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
54
55 * tumme.el: Remove * in defcustoms's docstrings.
56
57 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
58
59 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
60 Accept internal time format for SECS arg.
61 (timer-relative-time): Doc fix.
62
63 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
64 adapted from Martin Rudalics.
65 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
66 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
67 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
68 using sit-for.
69
70 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
71
72 * cus-start.el (all): Add `overline-margin' and
73 `x-underline-at-descent-line'.
74
75 2006-08-24 Kim F. Storm <storm@cua.dk>
76
77 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
78 to mean "use find -exec"; nil now unambiguously means auto-detect.
79 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
80 Use shell-quote-argument to build grep-find-command and grep-find-template.
81 (rgrep): Use shell-quote-argument to properly quote arguments to find.
82 Reported by Tom Seddon.
83
84 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
85
86 * startup.el (fancy-splash-head): Give instructions for dismissing
87 the splash screen for default startup too.
88 (display-startup-echo-area-message, fancy-splash-screens)
89 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
90 all splash text at once and keep the splash buffer around.
91 (command-line-1): Give display-startup-echo-area-message a t arg.
92
93 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
94
95 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
96 gnus frame is selected.
97
98 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
99
100 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
101
102 2006-08-22 Kim F. Storm <storm@cua.dk>
103
104 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
105 Add suffix matching for subdirs.
106
107 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
108
109 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
110 mouse-yank-at-point is non-nil.
111
112 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
113
114 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
115 a bit wider and remove fringes to fit initial output on line.
116
117 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
118
119 * frame.el (blink-cursor-end): Only ignore the error we care about.
120 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
121
122 2006-08-21 Richard Stallman <rms@gnu.org>
123
124 * whitespace.el (whitespace-cleanup): Doc fix.
125
126 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
127
128 * net/rcirc.el (rcirc-show-maximum-output): New var.
129 (rcirc-buffer-process): If no buffer argument is supplied, use
130 current-buffer.
131 (rcirc-complete-nick): Complete to the last completed nick first.
132 (rcirc-mode): Preserve the value of `rcirc-urls' across
133 connections. Setup scroll function.
134 (rcirc-scroll-to-bottom): New function.
135 (rcirc-print): Use nick syntax around regexp work.
136 Notice dim-nicks speaking only if they say our nick.
137 (rcirc-update-activity-string): Do not show the modeline indicator
138 if there are no live rcirc processes.
139 (rcirc-cmd-ignore): Ignore case.
140 (rcirc-browse-url-at-point): Fix off-by-one error.
141
142 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
143
144 * progmodes/python.el: Remove * in defcustom docstrings.
145 (run-python, python-proc, python-try-complete): Use derived-mode-p.
146 (python-mode): Set tab-width and indent-tabs-mode.
147
148 2006-08-20 Dave Love <fx@gnu.org>
149
150 * progmodes/python.el: Update to Dave Love's latest version.
151 (python-font-lock-keywords, python-mode): Don't use
152 font-lock-syntax-table, but match symbol elements explicitly instead.
153 (python-mode-map): Add help, and a few more key bindings.
154 (python-skip-comments/blanks): Move out of comments as well.
155 (python-continuation-line-p): Behave better with unbalanced parens.
156 (python-blank-line-p): New fun.
157 (python-open-block-statement-p): Don't use a heuristic.
158 (python-outdent-p): Better handle blocks-in-the-same-line.
159 (python-calculate-indentation): Misc improvements.
160 (python-comment-indent): Remove.
161 (python-block-pairs): New var.
162 (python-first-word): New fun.
163 (python-indentation-levels): Handle more common cases.
164 (python-indent-line-1): Add `leave' argument.
165 (python-indent-region): New fun.
166 (python-skip-out): New fun.
167 (python-beginning-of-statement, python-end-of-statement): Use it.
168 (python-next-statement): Return correct count even at eob.
169 (python-end-of-block): Fix paren-typo.
170 (python-imenu-create-index): Add module variables.
171 (run-python): Add `new' arg.
172 Check we're at a prompt before returning.
173 (python-send-command): Move to end of buffer.
174 Wait for prompt to return.
175 (python-set-proc): New fun.
176 (python-imports): New var.
177 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
178 (python-eldoc-function): Try to move out of arg list.
179 (python-outline-level): Offset by 1.
180 (python-find-imports): New fun.
181 (python-symbol-completions): Use python-imports.
182 (python-module-path, ffap-alist): Add support for ffap.
183 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
184 (pythin-insert-*, python-default-template, python-expand-template):
185 Add templates/skeletons.
186 (python-setup-brm): Support for Bicycle Repair Man.
187 (python-abbrev-syntax-table): New var.
188 (python-abbrev-pc-hook, python-pea-hook): New funs.
189
190 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
191
192 * frame.el (blink-cursor-start): Set timer first.
193 (blink-cursor-end): Ignore timer cancelling errors.
194 Suggested by Ken Manheimer.
195
196 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
197
198 * newcomment.el (comment-box): Call `comment-normalize-vars'.
199 Add autoload cookie.
200
201 2006-08-20 Richard Stallman <rms@gnu.org>
202
203 * simple.el (line-number-at-pos): Doc fix.
204
205 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
206 timer-activate-when-idle, so timer can run before Emacs becomes
207 non-idle again.
208
209 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
210
211 * whitespace.el (whitespace-cleanup-internal): New optional arg
212 REGION-ONLY. If it's non-nil, modify the message to the user
213 accordingly.
214 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
215 a non-nil argument.
216
217 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
218
219 * rect.el (spaces-string): Simplify and add doc string.
220
221 2006-08-17 Romain Francoise <romain@orebokech.com>
222
223 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
224
225 2006-08-17 Richard Stallman <rms@gnu.org>
226
227 * compare-w.el (compare-windows): lambda's take an arg and pass
228 it to compare-windows-skip-whitespace.
229
230 2006-08-17 Martin Rudalics <rudalics@gmx.at>
231
232 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
233 the right buffer.
234
235 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
236
237 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
238 removed files.
239
240 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
241
242 * progmodes/gdb-ui.el (gdb-locals-watch-map)
243 (gdb-locals-watch-map-1): Suppress keymap first.
244 (gdb-edit-locals-map-1): New variable.
245 (gdb-edit-locals-value): New function.
246 (gdb-stack-list-locals-handler): Use them.
247
248 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
249
250 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
251 cursor would normally be drawn in the fringe.
252
253 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
254 Reported by Martin Rudalics <rudalics@gmx.at>.
255
256 2006-08-16 Richard Stallman <rms@gnu.org>
257
258 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
259 (special-event-map): Process drag-n-drop events this way.
260
261 * simple.el (move-beginning-of-line): Test whether fields
262 would prevent motion back to line's first visible character.
263 If so, stop where the fields would stop the motion.
264
265 * newcomment.el (comment-indent): Fully update INDENT
266 before checking to see if it will change the text.
267
268 * cus-edit.el (custom-newline): New function.
269 (custom-mode-map): Bind newline to custom-newline.
270
271 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
272 into ignore-whitespace.
273 Check each buffer for its skip-function.
274 Handle compare-windows-skip-whitespace special-case test
275 by returning t from default skip function.
276
277 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
278
279 * textmodes/org.el (org-clock-special-range)
280 (org-clock-update-time-maybe): New functions.
281 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
282 not only a-z.
283 (org-agenda-get-blocks): Allow multiple blocks per headline.
284 (org-timestamp-change): Call `org-clock-update-time-maybe'.
285 (org-export-html-title-format)
286 (org-export-html-toplevel-hlevel): New options.
287 (org-export-language-setup): Add support for Czech.
288 (org-mode, org-insert-todo-heading, org-find-visible)
289 (org-find-invisible, org-invisible-p, org-invisible-p2)
290 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
291 (org-show-subtree, org-show-entry, org-make-options-regexp):
292 Remove compatibility support for old outline-mode.
293 (org-check-occur-regexp): Funtion removed.
294 (org-on-heading-p, org-back-to-heading): Made defalias.
295 (org-set-local): New defsubst.
296 (org-set-regexps-and-options, org-mode)
297 (org-set-font-lock-defaults, org-edit-agenda-file-list)
298 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
299 (org-remember-apply-template, org-table-edit-field)
300 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
301 (org-set-autofill-regexps): Use `org-set-local'.
302 (org-table-eval-formula): Fix bug with parsing of display flags.
303
304 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
305
306 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
307 frame with fringe arrow. Suggested by Simon Marshall
308 <simon.marshall@misys.com>.
309 (gdb-stack-position): New variable.
310 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
311 (gdb-frames-mode): Set gdb-stack-position to nil.
312 Add to overlay-arrow-variable-list
313 (gdb-reset): Delete gdb-stack-position from above list.
314
315 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
316
317 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
318 read only.
319
320 2006-08-13 Romain Francoise <romain@orebokech.com>
321
322 * cus-theme.el (customize-create-theme)
323 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
324
325 * filesets.el (filesets-add-buffer): Ditto.
326
327 * pcvs.el (cvs-change-cvsroot): Ditto.
328
329 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
330
331 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
332 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
333 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
334 expressions.
335 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
336 Only search till end of line.
337 Add face to function names in case of no filename.
338 Add face to variable names of watchpoints.
339
340 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
341
342 * cus-start.el <indent-tabs-mode>: Move to the `indent'
343 customization group.
344
345 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
346
347 * allout.el (allout-prior-bindings, allout-added-bindings):
348 Remove, after long deprecation.
349 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
350 Add customization vars controlling allout-beginning-of-line and
351 allout-end-of-line conveniences.
352 (allout-header-prefix, allout-use-mode-specific-leader)
353 (allout-use-mode-specific-leader, allout-mode-leaders):
354 Revise docstrings.
355 (allout-infer-header-lead): Change to be an alias for
356 allout-infer-header-lead-and-primary-bullet.
357 (allout-infer-header-lead-and-primary-bullet): New version of
358 allout-infer-header-lead which assigns the primary bullet to the
359 same as the header lead, when its being changed.
360 (allout-infer-body-reindent): Apply regexp-quote instead of
361 unconditionally prepending "\\", so that all literal
362 allout-header-prefix and allout-primary-bullet strings are
363 properly handled.
364 (allout-add-resumptions): Add optional qualifier for extending or
365 appending to existing values, rather than replacing them.
366 (allout-view-change-hook): Clarify docstring.
367 (allout-exposure-change-hook): Take explicit arguments, via
368 run-hook-with-args.
369 (allout-structure-added-hook)
370 (allout-structure-deleted-hook)
371 (allout-structure-shifted-hook): New hooks analogous to
372 allout-exposure-change-hook for other kinds of structural outline
373 edits.
374 (allout-encryption-plaintext-sanitization-regexps): New encryption
375 customization variable, by which cooperating modes can provde
376 massage of the plaintext without actually being passed it.
377 (allout-encryption-ciphertext-rejection-regexps)
378 (allout-encryption-ciphertext-rejection-ceiling): New encryption
379 customization variables, by which cooperating modes can prohibit
380 rare but possible ciphertext patterns from fouling their
381 operation, with actually being passed the ciphertext.
382 (allout-mode): Run activation and deactivation hooks after the
383 minor-mode variable has been toggled, to clarify the mode
384 disposition. The new encryption ciphertext rejection variable is
385 used to ensure that the ciphertext does not contain text that
386 would be recognized as outline structural elements by allout.
387 Substite allout-beginning-of-line and allout-end-of-line for
388 conventionall beginning-of-line and end-of-line bindings.
389 If allout-old-style-prefixes is non-nil, don't nullify it on mode
390 activation!
391 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
392 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
393 (allout-chart-subtree): Implement new mode, charting only the
394 visible items in the subtree, when new 'visible' parameter is non-nil.
395 (allout-end-of-subtree): Properly handle the last item in the buffer.
396 (allout-pre-command-business, allout-command-counter):
397 Increment an advertised counter so that cooperating enhancements can
398 track revisions of items.
399 (allout-open-topic): Run allout-structure-added-hook with suitable
400 arguments.
401 (allout-shift-in): Run allout-structure-shifted-hook with suitable
402 arguments.
403 (allout-shift-out): Fix doubling for negative args and ensure call
404 of allout-structure-shifted-hook by solely using allout-shift-in.
405 (allout-kill-line, allout-kill-topic):
406 Run allout-structure-deleted-hook with suitable arguments.
407 (allout-yank-processing): Run allout-structure-added-hook with
408 proper arguments.
409 (allout-yank): Enclose activity in allout-unprotected.
410 (allout-flag-region): Run allout-exposure-change-hook with
411 suitable arguments, instead of making the callee infer the arguments.
412 (allout-encrypt-string):
413 Support allout-encryption-plaintext-sanitization-regexps,
414 allout-encryption-ciphertext-rejection-regexps, and
415 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
416 en/de cryption mode in symmetric encryption failure message.
417 (allout-obtain-passphrase): Use copy-sequence to get a distinct
418 copy of the passphrase, and don't zero it or we'll corrupt the
419 stashed copy.
420 (allout-create-encryption-passphrase-verifier)
421 (allout-verify-passphrase): Respect the new signature for
422 allout-encrypt-string.
423 (allout-get-configvar-values): Convenience for getting a
424 configuration variable value and handling its absence gracefully.
425
426 2006-08-11 Romain Francoise <romain@orebokech.com>
427
428 * obsolete/zone-mode.el: Delete.
429
430 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
431
432 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
433
434 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
435
436 * emacs-lisp/bindat.el (bindat-ip-to-string):
437 Use `format-network-address' if possible.
438
439 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
440
441 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
442
443 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
444
445 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
446 restore unread-command-events here.
447 (edebug-display): Do it here, to detect sit-for interruptions.
448
449 2006-08-10 Romain Francoise <romain@orebokech.com>
450
451 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
452 (dns-mode-soa-auto-increment-serial): New user option.
453 (dns-mode-soa-maybe-increment-serial): New function.
454 (dns-mode): Add the latter to `write-contents-functions'.
455
456 * obsolete/zone-mode.el: Move to obsolete/ from net/.
457 Delete autoload cookies.
458
459 2006-08-10 John Wiegley <johnw@newartisans.com>
460
461 * eshell/em-glob.el (eshell-glob-chars-list)
462 (eshell-glob-translate-alist): Add support for [^g] in character globs.
463
464 2006-08-10 Richard Stallman <rms@gnu.org>
465
466 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
467 (facemenu-set-face): Doc fix.
468 (facemenu-listed-faces): Doc fix.
469
470 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
471
472 * avoid.el (mouse-avoidance-animating-pointer): New var.
473 (mouse-avoidance-nudge-mouse): Use it.
474 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
475 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
476 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
477 Don't activate if currently animating. All callers changed.
478
479 2006-08-09 John Wiegley <johnw@newartisans.com>
480
481 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
482 variable, which causes timeclock to report elapsed time worked,
483 instead of just work remaining.
484
485 2006-08-09 Kenichi Handa <handa@m17n.org>
486
487 * international/latexenc.el (latexenc-find-file-coding-system):
488 Fix for the case that the 2nd element of arg-list is a cons.
489
490 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
491
492 * info.el (Info-fontify-node): Handle preceding `in' for note
493 reference hiding rules.
494
495 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
496
497 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
498 mistake a closing " for an opening one.
499
500 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
501
502 * term/xterm.el (terminal-init-xterm): Add more key bindings.
503
504 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
505
506 * complete.el (PC-do-completion): Filter out completions matching
507 completion-ignored-extensions before checking whether there are
508 multiple completions.
509 Don't use `list' unnecessarily when building completion tables.
510
511 2006-08-06 Richard Stallman <rms@gnu.org>
512
513 * help.el (describe-mode): Make minor mode list more concise.
514
515 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
516
517 * bindings.el: Give mode-line-format, mode-line-modes, and
518 mode-line-position `standard-value' properties.
519
520 2006-08-05 Eli Zaretskii <eliz@gnu.org>
521
522 * buff-menu.el (list-buffers-noselect): For Info buffers, use
523 "(file)node" instead of the file name.
524
525 2006-08-05 Richard Stallman <rms@gnu.org>
526
527 * faces.el (escape-glyph): Doc fix.
528
529 2006-08-04 Kenichi Handa <handa@m17n.org>
530
531 * international/mule-diag.el (describe-font): Improve docstring
532 and error message. Use frame-parameter (not frame-parameters).
533
534 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
535
536 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
537 Correctly mark the end-of-docstring char.
538
539 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
540
541 * simple.el (line-move-to-column): Constrain move-to-column to
542 current field.
543
544 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
545
546 * font-lock.el (font-lock-beg, font-lock-end)
547 (font-lock-extend-region-functions): New vars.
548 (font-lock-extend-region-multiline)
549 (font-lock-extend-region-wholelines): New functions.
550 (font-lock-default-fontify-region): Use them.
551 (font-lock-extend-jit-lock-region-after-change): Only round up
552 if font-lock-default-fontify-region will do it as well.
553
554 * font-lock.el (font-lock-extend-after-change-region-function):
555 Rename from font-lock-extend-region-function.
556 (font-lock-extend-region): Remove by inlining at call sites.
557 (font-lock-after-change-function): Don't needlessly round up to a whole
558 number of lines.
559 (font-lock-extend-jit-lock-region-after-change): Be more careful about
560 the boundary conditions and the interactions between the various ways
561 to extend the region.
562
563 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
564
565 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
566 modification status when forcing the second redisplay.
567
568 2006-08-03 Kim F. Storm <storm@cua.dk>
569
570 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
571
572 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
573
574 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
575 doesn't look like a file name.
576
577 * complete.el (PC-expand-many-files): Avoid signalling an error when
578 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
579
580 2006-08-02 Andreas Schwab <schwab@suse.de>
581
582 * bindings.el (mode-line-format): Simplify reference to vc-mode.
583
584 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
585
586 * bindings.el (map): Make mode-line-buffer-identification-keymap
587 before defining propertized-buffer-identification.
588
589 2006-08-01 Richard Stallman <rms@gnu.org>
590
591 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
592
593 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
594
595 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
596 default value.
597 (gdb-find-source-frame): New function.
598 (menu): Add to menu bar.
599
600 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
601
602 * font-core.el (font-lock-extend-region-function)
603 (font-lock-extend-region): Move to font-lock.el.
604
605 * font-lock.el (font-lock-extend-region-function)
606 (font-lock-extend-region): Move from font-core.el. Simplify.
607
608 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
609 if needed.
610 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
611 (jit-lock-after-change-extend-region-functions): New hook.
612 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
613
614 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
615 (font-lock-turn-on-thing-lock): Use it.
616
617 * longlines.el (longlines-show-region): Make it work on read-only
618 buffers as well.
619
620 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
621
622 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
623
624 2006-07-31 Richard Stallman <rms@gnu.org>
625
626 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
627 (vhdl-speedbar-display-projects): Update old obsolete
628 speedbar variable names.
629
630 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
631
632 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
633 (gdb-stopped): Use it.
634
635 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
636
637 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
638
639 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
640 for load-history elements.
641
642 2006-07-29 Eli Zaretskii <eliz@gnu.org>
643
644 * files.el (convert-standard-filename): For Cygwin, replace
645 characters not allowed in Windows file names.
646 (make-auto-save-file-name): Add Cygwin to the list of systems
647 where the auto-save file name needs to be run through
648 convert-standard-filename.
649
650 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
651
652 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
653
654 2006-07-28 Richard Stallman <rms@gnu.org>
655
656 * bindings.el (mode-line-frame-identification)
657 (propertized-buffer-identification): Centralize the code
658 to initialize the variable.
659
660 * progmodes/grep.el (grep-default-command): Catch errors from
661 wildcard-to-regexp.
662
663 2006-07-29 Kim F. Storm <storm@cua.dk>
664
665 * progmodes/grep.el (grep-tag-default): New function.
666 (grep-default-command, grep-read-regexp): Use it.
667 (grep-read-files): Use car of grep-files-history or grep-files-aliases
668 as default if nothing else applies.
669
670 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
671
672 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
673 Throw error if buffer is not in Dired and Wdired mode, respectively.
674
675 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
676
677 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
678 self-insert-command keys don't activate buttons.
679 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
680
681 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
682
683 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
684 faces for enable character.
685
686 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
687
688 * Makefile.in (recompile): Update comment to reflect change
689 on 2004-04-21.
690
691 2006-07-27 Richard Stallman <rms@gnu.org>
692
693 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
694 (customize-package-emacs-version): Change msg when pkg has no entry.
695 (custom-no-edit): On a button, do like widget-button-press.
696
697 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
698
699 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
700 S-tab and C-S-tab.
701
702 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
703
704 * progmodes/which-func.el (which-function): Fix documentation/
705 comment typo.
706
707 2006-07-26 Richard Stallman <rms@gnu.org>
708
709 * textmodes/ispell.el (ispell-word): If we replace the word,
710 move point to the end. Insert before deleting.
711
712 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
713
714 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
715 a timer.
716
717 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
718
719 * tumme.el (tumme-backward-image): Add prefix argument. Add error
720 when at first image.
721 (tumme-forward-image): Add prefix argument. Add error when at last
722 image.
723
724 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
725
726 * tabify.el (tabify-regexp): Use more specific regexps.
727 (tabify): Avoid modifying the buffer unnecessarily.
728
729 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
730
731 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
732 (tumme-format-properties-string): Handle empty `buf'.
733 (tumme-get-comment): Change variable names inside `let'.
734 Add missing `let' variable that cause font-lock problems.
735 (tumme-write-comments): Change variable names inside `let'.
736 Add missing `let' variable that cause font-lock problems.
737 (tumme-forward-image): Rename from `tumme-forward-char'.
738 (tumme-backward-image): Rename from `tumme-backward-char'.
739
740 2006-07-25 Masatake YAMATO <jet@gyve.org>
741
742 * progmodes/ld-script.el (ld-script-keywords)
743 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
744 and add comments.
745
746 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
747
748 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
749 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
750 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
751 for status indicator.
752
753 2006-07-24 Richard Stallman <rms@gnu.org>
754
755 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
756
757 * subr.el (dolist, dotimes): Use interned symbols for locals.
758 (--dotimes-limit--, --dolist-tail--): New defvars.
759 (looking-back): Doc fix.
760
761 * replace.el (replace-match-string-symbols): Handle dotted lists.
762
763 2006-07-24 mathias <mathias@mattis>
764
765 * tumme.el (tumme-write-tags): Add.
766 (tumme-write-comments): Add.
767 (tumme-tag-files): Change to use `tumme-write-tags'.
768 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
769 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
770 (tumme-save-information-from-widgets): Change to use
771 `tumme-write-comments' and `tumme-write-tags'.
772 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
773 (tumme-write-tag): Remove.
774 (tumme-write-comment): Remove.
775 (tumme-display-previous-thumbnail-original): Remove empty line.
776 (tumme-widget-list): Add punctuation.
777
778 2006-07-24 mathias <mathias.dahl@gmail.com>
779
780 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
781
782 2006-07-24 Daiki Ueno <ueno@unixuser.org>
783
784 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
785 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
786 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
787
788 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
789
790 * mouse.el (mouse-on-link-p): Doc fix.
791
792 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
793
794 * emacs-lisp/find-func.el (find-function-search-for-symbol):
795 Handle "C-h f `".
796
797 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
798
799 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
800 column.
801
802 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
803
804 * textmodes/table.el: Add move-beginning-of-line and
805 move-end-of-line to Point Motion Only Group.
806
807 2006-07-22 Eric Hanchrow <offby1@blarg.net>
808
809 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
810
811 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
812
813 * startup.el (user-mail-address): Initialize from the `EMAIL'
814 environment variable first. Document this.
815 (command-line): Ditto.
816
817 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
818
819 * help-mode.el (help-function-def, help-variable-def)
820 (help-face-def): Print a message in the minibuffer.
821
822 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
823
824 * term/xterm.el (terminal-init-xterm): Fix key bindings
825 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
826
827 2006-07-21 Eli Zaretskii <eliz@gnu.org>
828
829 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
830 where `(nth 1 command)' is a cons cell. Doc fix.
831
832 * textmodes/po.el (po-find-charset): Doc fix.
833
834 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
835
836 * allout.el (allout-unprotected, allout-e-o-prefix-p)
837 (allout-beginning-of-current-line, allout-end-of-current-line)
838 (allout-next-visible-heading, allout-open-topic)
839 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
840 (allout-flag-current-subtree, allout-show-to-offshoot)
841 (allout-hide-current-entry, allout-show-current-branches)
842 (allout-hide-region-body, allout-old-expose-topic)
843 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
844 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
845 containing `beginning-of-line' and `end-of-line' with
846 `inhibit-field-text-motion' t.
847
848 2006-07-21 Eli Zaretskii <eliz@gnu.org>
849
850 * frame.el (focus-follows-mouse): Document that it doesn't have
851 any effect on MS-Windows.
852
853 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
854
855 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
856
857 2006-07-20 Jay Belanger <belanger@truman.edu>
858
859 * calc.el (calc-previous-alg-entry): Remove variable.
860
861 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
862 New variables.
863 (calc-alg-entry): Use `calc-alg-entry-history'.
864 (calc-do-quick-calc): Use `calc-quick-calc-history'.
865 Remove reference to `calc-previous-alg-entry'.
866 (calcAlg-edit, calcAlg-enter): Remove reference to
867 `calc-previous-alg-entry'.
868 (calcAlg-previous): Use `previous-history-element' instead of
869 `calc-previous-alg-entry'.
870 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
871 Change keybinding for `calcAlg-plus-minus', add keybindings for
872 `previous-history-element' and `next-history-element'.
873
874 * calc-rewr.el (calc-match): Remove reference to
875 `calc-previous-alg-entry'.
876
877 * calc-sel.el (calc-selection-history): New variable.
878 (calc-enter-selection, calc-sel-mult-both-sides)
879 (calc-sel-add-both-sides): Use `calc-selection-history'.
880
881 * calc-map.el (calc-get-operator-history): New variable.
882 (calc-get-operator): Use `calc-get-operator-history'.
883
884 * calcalg3.el (calc-curve-fit-history): New variable.
885 (calc-curve-fit): Use `calc-curve-fit-history'.
886
887 2006-07-20 Kenichi Handa <handa@m17n.org>
888
889 * international/mule-cmds.el (select-safe-coding-system): Fix the
890 way of deciding eol-type of the coding system.
891
892 2006-07-20 Alan Mackenzie <acm@muc.de>
893
894 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
895 (c-lang-setvar): New macro.
896 (c-make-init-lang-vars-fun): Use the initialization forms in
897 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
898 (comment-start, comment-end, comment-start-skip): Change these from
899 c-lang-defvar's to c-lang-setvar's.
900
901 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
902 which calls make-local-variable on the elements of
903 c-emacs-variable-inits.
904 (c-init-language-vars-for): Call this new macro.
905
906 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
907
908 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
909 Try to rule out false positives due to time stamps.
910 (compilation-mode-font-lock-keywords): Remove rules made redundant
911 because of the above change. Add `segmentation fault' to the known and
912 highlighted compilation termination messages.
913
914 2006-07-19 Kim F. Storm <storm@cua.dk>
915
916 * progmodes/grep.el (grep-find-ignored-directories):
917 Add .svn and _darcs to list.
918
919 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
920
921 * dired.el (dired-mode-map): Add key binding `C-te' for
922 `tumme-dired-edit-comment-and-tags'.
923
924 * tumme.el (tumme-display-thumbnail-original-image): Make sure
925 image display buffer is displayed before call to
926 `tumme-display-image.
927 (tumme-dired-display-image): Make sure image display buffer is
928 displayed before call to `tumme-display-image.
929 (tumme-mouse-display-image): Make sure image display buffer is
930 displayed before call to `tumme-display-image.
931 (tumme-widget-list): Add.
932 (tumme-dired-edit-comment-and-tags): Add.
933 (tumme-save-information-from-widgets): Add.
934
935 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
936
937 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
938
939 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
940
941 * progmodes/sh-script.el (sh-font-lock-keywords-1):
942 Revert inadvertently installed patch hunk.
943
944 * progmodes/compile.el (compilation-find-file): Handle the
945 cases where the user selects a non-existent file.
946
947 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
948
949 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
950
951 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
952
953 * subr.el (sit-for): Just sleep-for if noninteractive.
954
955 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
956
957 * emacs-lisp/autoload.el (make-autoload): Use new arg.
958
959 * custom.el (custom-autoload): Add `noset' argument.
960 (custom-push-theme): Don't autoload the variable, let callers do it.
961 (custom-theme-set-variables): Autoload the variable if necessary.
962
963 * cus-edit.el (custom-variable-state-set): If the variable was
964 originally set outside custom, but to the same value as the default,
965 consider it to be standard.
966
967 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
968 file *before* telling Emacs to add the autoloads, in case it fails.
969
970 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
971 Use `cond', push', and `dolist'.
972
973 2006-07-17 Richard Stallman <rms@gnu.org>
974
975 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
976 Add defvars to silence warnings.
977
978 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
979
980 * progmodes/compile.el (compilation-mode-font-lock-keywords):
981 Don't highlight "Compiling file" messages as error.
982
983 * dired-aux.el (dired-compress-file): Confirm again if gzipped
984 file already exists.
985
986 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
987
988 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
989 entry, don't assign to free var; simply return the extracted filename.
990 (ff-treat-as-special): Incorporate common preamble from callers.
991 (ff-other-file-name, ff-find-the-other-file):
992 Update call to ff-treat-as-special.
993
994 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
995
996 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
997
998 * tumme.el (tumme-get-comment): Fix bug.
999
1000 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
1001
1002 * files.el: Remove spurious * in docstrings.
1003
1004 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
1005
1006 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
1007 grammar.
1008 (allout-beginning-of-current-line): Beware beginning of buffer.
1009 Also, a comment is simplified.
1010 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
1011 when appropriate. (This fix enables use for other than
1012 bullet-hotspot operation.)
1013 (allout-hide-current-subtree): While escalating to sibling-close,
1014 make sure to situate on a topic.
1015
1016 2006-07-14 Kim F. Storm <storm@cua.dk>
1017
1018 * emulation/cua-base.el (cua-delete-selection)
1019 (cua-toggle-set-mark): New defcustoms.
1020 (cua-rectangle-modifier-key): Add `alt' modifier.
1021 (cua-replace-region): Don't delete if cua-delete-selection is nil.
1022 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
1023 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
1024
1025 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
1026
1027 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
1028
1029 * allout.el: Require 'cl during byte-compilation/interactive load,
1030 for the `assert' macro.
1031 (allout-mode-deactivate-hook): New hook, run when allout mode
1032 deactivates.
1033 (allout-developer): New allout customization subgroup.
1034 (allout-run-unit-tests-on-load): New allout-developer
1035 customization variable, when true allout unit tests are run towards
1036 end of file load/eval.
1037 (allout-inhibit-auto-fill): Disable auto-fill activity even during
1038 auto-fill-mode.
1039 (allout-resumptions): Remove, to be replaced by...
1040 (allout-add-resumptions): Register variable settings to be
1041 reinstated by `allout-do-resumptions'. The settings are made
1042 buffer-local, but the locality/globality of the suspended setting
1043 is restored on resumption.
1044 (allout-do-resumptions): Reinstate all settings suspended using
1045 `allout-add-resumptions'.
1046 (allout-test-resumptions): Unit tests (and intermediate variables)
1047 for resumptions.
1048 (allout-tests-globally-unbound, allout-tests-globally-true)
1049 (allout-tests-locally-true): Intermediate variables for
1050 resumptions unit tests.
1051 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
1052 (allout-exposure-category): Replaces 'allout-overlay-category variable.
1053 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
1054 instead of retired `allout-resumptions'. For hook functions, use
1055 `local' parameter so hook settings are created and removed as
1056 buffer-local settings. Revise (resumptions) setting
1057 auto-fill-function so it is set only if already active. (The
1058 related fill-function settings are all made in either case, so
1059 that activating auto-fill-mode activity will have the custom
1060 allout-mode behaviors (hanging indent on topics, if configured for it).
1061 Remove all allout-exposure-category overlays on mode deactivation.
1062 (allout-hotspot-key-handler): New function extracted from
1063 `allout-pre-command-business', so the functionality can be used
1064 for other purposes, eg as a binding in an overlay.
1065 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
1066 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
1067 customization variable.
1068 (allout-run-unit-tests): Run the (currently quite small)
1069 repertoire of unit tests. Called just before the provide iff user
1070 has customized `allout-run-unit-tests-on-load' non-nil.
1071
1072 2006-07-14 K\e,Aa\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
1073
1074 * emacs-lisp/authors.el (authors-aliases): Update.
1075
1076 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
1077
1078 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
1079 gdb-source-window. Add dedicated argument.
1080 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
1081 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
1082 (gdb-display-threads-buffer, gdb-display-memory-buffer)
1083 (gdb-display-locals-buffer): Use it.
1084
1085 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
1086 Set gdb-source-window.
1087
1088 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
1089
1090 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
1091 minor modes, redundant with the custom-autoload line above.
1092
1093 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
1094
1095 * longlines.el (longlines-post-command-function): Handle open-line too.
1096
1097 2006-07-12 Richard Stallman <rms@gnu.org>
1098
1099 * progmodes/grep.el (grep-last-buffer): Doc fix.
1100
1101 * info.el (Info-try-follow-nearest-node): Doc fix.
1102
1103 * emacs-lisp/edebug.el (edebug-instrument-function):
1104 Err if find-function-noselect gives no position.
1105
1106 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1107 If can't find definition, return nil for position.
1108 (find-function-do-it): Handle new return value
1109 of find-definition-noselect.
1110 (find-definition-noselect, find-variable-noselect): Doc fix.
1111 (find-function-noselect): Doc fix.
1112
1113 * help-mode.el (help-variable-def): Handle find-variable-noselect
1114 returning no position.
1115 (help-function-def): Likewise for find-function-search-for-symbol.
1116 (help-face-def): Likewise.
1117
1118 * help-fns.el (describe-variable): Handle find-variable-noselect
1119 returning no position.
1120
1121 * files.el (locate-file-completion): Avoid duplicates in result.
1122
1123 * cus-edit.el (custom-no-edit): New command.
1124 (custom-mode-map): Remap to custom-no-edit instead of
1125 using suppress-keymap.
1126
1127 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
1128
1129 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1130 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1131 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
1132
1133 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
1134
1135 2006-07-11 Kim F. Storm <storm@cua.dk>
1136
1137 * ido.el (ido-copy-current-file-name): Use buffer-name if
1138 buffer-file-name is nil.
1139
1140 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
1141
1142 * simple.el (undo-ask-before-discard): Set to nil.
1143
1144 * vc.el (vc-exec-after): Don't delete process manually.
1145 (vc-print-log): Run log-view-mode in process sentinel inside
1146 inhibit-read-only. Don't shrink window due to timing issues.
1147
1148 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
1149 Avoid using with-output-to-temp-buffer, which clobbers local vars.
1150
1151 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1152
1153 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1154 Fix ambiguity introduced by last change.
1155 (compilation-find-file): Move save-excursion to where it may
1156 make sense. Fix a left over `find-file'.
1157
1158 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
1159
1160 * textmodes/texinfmt.el (texinfo-format-separate-node):
1161 Insert a string before point, which fits documentation, not after.
1162 (texinfo-multitable-item): In a multitable row, insert any
1163 additional needed @tabs and spaces.
1164
1165 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
1166
1167 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1168 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1169 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
1170 instead of shell-command.
1171 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
1172 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
1173 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
1174 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
1175 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
1176 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
1177
1178 2006-07-11 Kim F. Storm <storm@cua.dk>
1179
1180 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
1181 Remove special case for seconds < 0. Use (redisplay t) instead.
1182
1183 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
1184
1185 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
1186 avoid compilation error.
1187
1188 * subr.el (sit-for): New function.
1189
1190 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
1191
1192 2006-07-10 Richard Stallman <rms@gnu.org>
1193
1194 * ldefs-boot.el (edebug): Update page.
1195
1196 2006-07-10 Kim F. Storm <storm@cua.dk>
1197
1198 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
1199 to FOR-RELEASE and TODO.
1200
1201 2006-07-10 Romain Francoise <romain@orebokech.com>
1202
1203 * emacs-lisp/authors.el (authors-aliases): Update.
1204
1205 2006-07-10 Alan Mackenzie <acm@muc.de>
1206
1207 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
1208 * cc-mode.el: Changes to eradicate eval-after-load.
1209
1210 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
1211
1212 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
1213 on non-char events.
1214
1215 2006-07-09 Romain Francoise <romain@orebokech.com>
1216
1217 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1218 Don't highlight start/end markers as compilation messages.
1219
1220 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
1221 to t.
1222
1223 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
1224
1225 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
1226
1227 2006-07-08 Richard Stallman <rms@gnu.org>
1228
1229 * term/x-win.el (x-handle-display): Add doc string.
1230
1231 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1232
1233 * subr.el (def-edebug-spec): Move here.
1234 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
1235
1236 * imenu.el (imenu-choose-buffer-index): Doc fix.
1237
1238 2006-07-08 Romain Francoise <romain@orebokech.com>
1239
1240 * term/x-win.el (x-display-name): Fix typo.
1241
1242 2006-07-08 Eli Zaretskii <eliz@gnu.org>
1243
1244 * hexl.el (hexl-find-file): Doc fix.
1245
1246 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1247
1248 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
1249
1250 * term/x-win.el (x-display-name): Doc fix.
1251
1252 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
1253
1254 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
1255 long prefixes.
1256 (fill-region-as-paragraph): Don't round up to a whole line.
1257 (fill-comment-paragraph): Don't include the code-before-the-comment
1258 when calling fill-region-as-paragraph.
1259
1260 * international/mule.el (make-char): Remove redundancy.
1261
1262 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
1263 property may contain an anonymous function rather than a symbol.
1264
1265 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
1266
1267 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1268 Use shy regexp. Fix incorrect backref to potentially unmatched group.
1269
1270 * dirtrack.el (dirtrack-default-directory-function): Remove.
1271 (dirtrack-directory-function): Use file-name-as-directory.
1272 (dirtrack-windows-directory-function): Simplify.
1273 (dirtrack-forward-slash, dirtrack-backward-slash)
1274 (dirtrack-replace-slash): Remove.
1275 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
1276 (dirtrack): Fix wrong parenthesizing; use match-string.
1277
1278 * progmodes/octave-inf.el: Remove spurious * in docstrings.
1279 (inferior-octave-mode): Only change the buffer-local value of
1280 comint-dynamic-complete-functions.
1281 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
1282 Move the initialization to the declaration.
1283 (inferior-octave-complete): Remove unused var `filter'.
1284
1285 * shell.el (shell-mode): Only change the buffer-local value of
1286 comint-dynamic-complete-functions.
1287
1288 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
1289
1290 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
1291 entry is skipped because it has been scheduled.
1292 (org-prepare-agenda-buffers): Don't mark buffers as modified when
1293 changing `:org-archived' and `:org-comment' properties.
1294
1295 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
1296
1297 * server.el (server-select-display): Don't make the temp frame
1298 minibuffer-only, in case it's not a temp frame.
1299 (server-process-filter): Don't delete the temp frame if it's the
1300 only one we have on that display.
1301
1302 * files.el (find-alternate-file): Doc fix.
1303
1304 2006-07-05 Richard Stallman <rms@gnu.org>
1305
1306 * files.el (abbreviate-file-name): Add save-match-data.
1307
1308 2006-07-03 Richard Stallman <rms@gnu.org>
1309
1310 * faces.el (read-face-name): Doc fix.
1311
1312 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
1313
1314 * net/goto-addr.el (goto-address): Mark as safe for local evals.
1315
1316 2006-07-05 Andre Spiegel <spiegel@gnu.org>
1317
1318 * vc.el (vc-diff-internal): Fix prev change.
1319
1320 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
1321
1322 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
1323 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
1324
1325 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1326
1327 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
1328 fails if the symbol contains chars like ( or '.
1329 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
1330 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
1331 `short'.
1332
1333 2006-07-04 Kenichi Handa <handa@m17n.org>
1334
1335 * international/mule-cmds.el (set-language-info): If LANG-ENV is
1336 the current one, don't call set-language-environment, but call one
1337 of set-language-environment-XXX to make INFO effective now.
1338 (set-language-environment): Call set-language-environment-XXX
1339 functions instead of doing the various setups directly.
1340 (set-language-environment-coding-systems): Delete argument eol-type.
1341 (set-language-environment-input-method)
1342 (set-language-environment-nonascii-translation)
1343 (set-language-environment-charset)
1344 (set-language-environment-fontset)
1345 (set-language-environment-unibyte): New functions.
1346
1347 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
1348
1349 * locate.el (locate-update-when-revert): New option.
1350 (locate-update-path): New option (suggested by Michael Albinus).
1351 (locate-prompt-for-command): Whitespace change.
1352 (locate-update): No longer offer to update the locate database by
1353 default. Implement the two new options.
1354
1355 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
1356
1357 * tooltip.el: Move comment about track-mouse...
1358
1359 * progmodes/gud.el: ...to here.
1360
1361 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
1362
1363 * facemenu.el (facemenu-listed-faces): New var.
1364 (facemenu-unlisted-faces): Variable deleted.
1365 (facemenu-add-new-face): Use facemenu-listed-faces.
1366
1367 * emulation/viper-init.el, calendar/calendar.el:
1368 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
1369
1370 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
1371
1372 * textmodes/org.el (org-mode): Remove no invalid settings for
1373 calc embedded mode.
1374 (org-mode-p): New defsubst.
1375 (org-save-all-org-buffers): New function.
1376 (org-first-headline-recenter): Enclose outline-regexp in group
1377 delimiters.
1378 (org-set-tags): Keep single space after stars.
1379
1380 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1381
1382 * window.el (set-window-text-height): Only set window-min-height to
1383 1 if that's the requested size.
1384
1385 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
1386 (diff-unified->context, diff-context->unified)
1387 (diff-reverse-direction): Make sure the end marker stays at the end.
1388 (diff-mode): Add the keymap table at the end of docstring.
1389 Use lexical-let rather than constructing a closure manually.
1390
1391 * files.el (find-file-noselect-1): Remove unused var assignment.
1392 (hack-local-variables-confirm): Print lists of strings as lists of
1393 strings rather than lists of symbols.
1394 (abbreviate-file-name, hack-local-variables-prop-line):
1395 Use match-string.
1396 (hack-one-local-variable): Move `make-local-variable' nearer its use.
1397 (recover-session-finish): Use line-end-position.
1398
1399 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
1400
1401 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
1402
1403 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
1404
1405 * progmodes/make-mode.el (makefile-macroassign-regex):
1406 Accept preceding keyword.
1407 (makefile-gmake-statements): Reorganize, now that makepp has
1408 "override" and also handle forgotten "override define".
1409 (makefile-makepp-statements): Add new "global", "override export"
1410 and "override global".
1411
1412 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
1413
1414 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
1415 (ada-compile-mouse-goto-error, ada-deactivate-properties)
1416 (ada-no-auto-case): Fix typos in docstrings.
1417
1418 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
1419
1420 * info.el (Info-find-node-2): Search for makeinfo version more
1421 carefully.
1422
1423 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
1424
1425 * textmodes/org.el (org-prepare-agenda-buffers):
1426 Use `invisible-OK' argument for `org-end-of-subtree'.
1427 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
1428 (org-beginning-of-item): Fix bug in regular expression for white line.
1429 (org-export-as-html): Enforce space after bullet in plain list items.
1430 (org-set-autofill-regexps): Require space after plain list bullet
1431 for paragraph-start.
1432 (org-ts-regexp3): New constant.
1433 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
1434 (org-timestamp-up-day, org-timestamp-down-day)
1435 (org-timestamp-change): Work with inactive timestamps.
1436 (org-ts-regexp1): Don't allow brackets in time stamps.
1437
1438 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
1439
1440 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
1441 for ignoring links.
1442
1443 * faces.el (read-face-name): Use it.
1444
1445 2006-06-28 Juri Linkov <juri@jurta.org>
1446
1447 * buff-menu.el (list-buffers-noselect): Compare Info file
1448 with the string "dir" to detect Info directory.
1449
1450 * complete.el (partial-completion-mode): In lambda for
1451 `choose-completion-string-functions' use full function signature
1452 with 4 args, and move point to the end of the minibuffer only if arg
1453 `mini-p' is non-nil.
1454
1455 2006-06-28 John Paul Wallington <jpw@pobox.com>
1456
1457 * ibuffer.el (ibuffer-mode): Doc fix.
1458
1459 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
1460
1461 * textmodes/org.el (org-context): New contexts :item-bullet,
1462 :latex-fragment, :latex-preview.
1463 (org-overlays-at, org-overlay-start, org-overlay-end):
1464 New compatibility functions.
1465 (org-inside-LaTeX-fragment-p): More accurate matching, using the
1466 exact regexp that will be used during export.
1467 (org-latex-regexps): New variable.
1468 (org-cdlatex-mode): Improve advice for `texmathp'.
1469 (turn-on-org-cdlatex): New function.
1470
1471 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1472
1473 * term/mac-win.el (mac-handle-font-selection): Change keys of
1474 mac-atsu-font-table from strings to numbers.
1475 (mac-ts-caret-position): Use also when cursor-type is nil.
1476 (mac-ts-update-active-input-area): Add Mac OS Classic support.
1477 Relax condition for using overlay strings.
1478 Use mac-ts-caret-position face when cursor-type is nil.
1479
1480 2006-06-26 Kim F. Storm <storm@cua.dk>
1481
1482 * help.el (view-emacs-news): Declare `res' in the right let* form.
1483
1484 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
1485
1486 * net/rcompile.el (remote-compile): Replace ange-ftp based
1487 implementation by Tramp functions.
1488 Suggested by Marc Abramowitz <msabramo@gmail.com>.
1489
1490 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
1491
1492 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
1493
1494 * international/fontset.el (setup-default-fontset): Fix a typo in
1495 the "Oriya-Akruti" registry name.
1496
1497 2006-06-23 Lars Hansen <larsh@soem.dk>
1498
1499 * desktop.el (desktop-full-file-name): New function.
1500 (desktop-kill, desktop-save, desktop-remove, desktop-read)
1501 (desktop-revert): Use it.
1502 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
1503 (desktop-after-read-hook): Add option list-buffers.
1504 (desktop-locals-to-save): Add tab-width.
1505 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
1506 Fix docstring.
1507
1508 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
1509
1510 * textmodes/org.el (org-cdlatex-mode-map)
1511 (org-cdlatex-texmathp-advice-is-done): New variables.
1512 (org-cdlatex-mode): New minor mode.
1513 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
1514 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
1515 (org-export-with-archived-trees): New option.
1516 (org-open-file): Remove the call to `convert-standard-filename'.
1517 (org-archive-tag, org-agenda-skip-archived-trees)
1518 (org-cycle-open-archived-trees)
1519 (org-sparse-tree-open-archived-trees): New options.
1520 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
1521 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
1522 New functions.
1523 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
1524 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
1525 (org-mode-map): Add binding for `org-toggle-archive-tag'.
1526 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1527 Call `org-prepare-agenda-buffers'.
1528 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
1529 (org-file-apps, org-file-apps-defaults-gnu)
1530 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
1531 Handle remote files by forcing them to be opened in Emacs.
1532
1533 2006-06-23 Andre Spiegel <spiegel@gnu.org>
1534
1535 * vc.el (vc-diff-knows-L): New variable.
1536 (vc-diff-internal): Use it to handle "diff" programs that don't
1537 understand -L. This works automatically, no user action is necessary.
1538
1539 2006-06-23 Daniel Brockman <daniel@brockman.se>
1540
1541 * net/rcirc.el (rcirc-default-user-full-name): Default to
1542 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
1543 longer exists).
1544 (rcirc-process-list): Check `buffer-live-p' before attempting to
1545 switch to a buffer.
1546
1547 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
1548
1549 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
1550 based on rcirc-coding-system-alist.
1551
1552 2006-06-23 Martin Rudalics <rudalics@gmx.at>
1553
1554 * cus-edit.el (customize-apropos): A better error message.
1555 (top level) <debug-ignored-errors>: Extend and update the list of
1556 ignored error messages.
1557
1558 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
1559
1560 * complete.el (PC-do-completion): Retain capitalization of user
1561 input, when possible, even if completion-ignore-case is set.
1562
1563 2006-06-23 Eli Zaretskii <eliz@gnu.org>
1564
1565 * generic-x.el (bat-generic-mode): Support .cmd files.
1566
1567 * dos-w32.el (top level): Use find-file-not-found-functions
1568 instead of the obsolete find-file-not-found-hooks.
1569
1570 2006-06-22 Kim F. Storm <storm@cua.dk>
1571
1572 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
1573 to recognize mode name containing submodes, such as Grep/lw.
1574
1575 2006-06-21 Kim F. Storm <storm@cua.dk>
1576
1577 * simple.el (line-move-1): Check for move-end-of-line instead of
1578 end-of-line when setting temporary-goal-column.
1579
1580 2006-06-21 Miles Bader <miles@gnu.org>
1581
1582 * play/cookie1.el (cookie): Work properly when there's only one entry.
1583
1584 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
1585
1586 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
1587 (gdb-frame-handler): Generalize frame regexp for templates.
1588
1589 2006-06-20 Glenn Morris <rgm@gnu.org>
1590
1591 * calendar/appt.el (appt-display-format): Default value must be
1592 one of the customize options.
1593
1594 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
1595
1596 * term/xterm.el (terminal-init-xterm): Update key availability info.
1597 Bind C-return.
1598
1599 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
1600
1601 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
1602
1603 * files.el (hack-local-variables): Run `hack-local-variables-hook'
1604 whether or not a local variables list is defined.
1605
1606 * msb.el (msb): Move `sit-for' hack here to handle both
1607 "mouse-down and drag" and "mouse-up and select" situations.
1608 (mouse-select-buffer): Move `sit-for' hack to `msb'.
1609
1610 2006-06-20 Kenichi Handa <handa@m17n.org>
1611
1612 * international/characters.el (word-combining-categories):
1613 Add entries for 2-byte Han characters.
1614
1615 2006-06-19 Richard Stallman <rms@gnu.org>
1616
1617 * bindings.el (mode-line-format): Save some mode line space.
1618
1619 * files.el (find-file-noselect): Improve the question wording.
1620 (basic-save-buffer-2): Mask UMASK against 666.
1621
1622 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
1623 (mouse-drag-vertical-line): Call it.
1624
1625 * cus-edit.el (customize-option, customize-option-other-window):
1626 Error if SYMBOL is nil.
1627
1628 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
1629
1630 * textmodes/org.el: Require noutline, also on XEmacs.
1631 (org-end-of-subtree): Return point.
1632 (org-dblock-start-re, org-dblock-end-re): New constants.
1633 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
1634 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
1635 (org-update-all-dblocks, org-find-dblock): New functions.
1636 (org-collect-clock-time-entries): New function.
1637 (org-html-handle-time-stamps): Never export CLOCK timeranges.
1638 (org-fixup-indentation): Modify to deal correctly with lines
1639 starting with TAB. Only one argument DIFF now.
1640 (org-demote, org-promote): Call `org-fixup-indentation' with just
1641 one argument, DIFF.
1642 (org-mode): Don't mark buffer as modified when aligning tables.
1643 (org-clock-sum): Don't mark buffer modified when adding time sum
1644 properties.
1645 (org-export-as-html): Add support for a link validation function.
1646 (org-archive-all-done): New function.
1647 (org-archive-subtree): New prefix argument. When set, archive all
1648 done subtrees in this buffer.
1649 (org-remove-clock-overlays)
1650 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
1651 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
1652 (org-put-clock-overlay): Don't swallow last headline character
1653 when displaying overlay.
1654 (org-store-link): Link to `image-mode' with just the file name.
1655
1656 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
1657
1658 * viper-cmd.el (viper-special-read-and-insert-char):
1659 Use read-key-sequence.
1660 (viper-after-change-undo-hook): Misc enhancements.
1661 (viper-after-change-undo-hook): New hook.
1662 (viper-undo): Use viper-after-change-undo-hook.
1663 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
1664 (viper-next-line-at-bol): If point is on a widget or a button, simulate
1665 clicking on that widget/button.
1666
1667 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
1668
1669 * ediff-diff (ediff-test-patch-utility): Catch errors.
1670 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
1671 (ediff-set-actual-diff-options): New function.
1672 (ediff-reset-diff-options, ediff-toggle-ignore-case):
1673 Use ediff-set-actual-diff-options.
1674 (ediff-extract-diffs): Catch errors.
1675 (ediff-whitespace): Add non-breakable space.
1676 (ediff-same-file-contents): Catch errors.
1677
1678 * ediff-mult.el (ediff-collect-custom-diffs):
1679 Save coding-system-for-read.
1680
1681 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
1682 (ediff-vc-internal, ediff-vc-merge-internal):
1683 Use ediff-delete-version-file.
1684 (ediff-delete-version-file): New function.
1685
1686 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
1687
1688 * ediff.el (ediff-directories, ediff-directory-revisions)
1689 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
1690 (ediff-directories-internal, ediff-merge-directory-revisions)
1691 (ediff-merge-directory-revisions-with-ancestor)
1692 (ediff-directories3): Use read-directory-name.
1693
1694 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
1695
1696 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
1697 Remove superfluous part of regexp for brace matching which is handled
1698 by `scan-lists' call.
1699
1700 2006-06-16 Richard Stallman <rms@gnu.org>
1701
1702 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
1703
1704 * files.el (basic-save-buffer-2): For a new precious file,
1705 use the default modes in the return value.
1706
1707 * facemenu.el (facemenu-color-alist): Doc fix.
1708
1709 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
1710
1711 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1712
1713 * cus-start.el (all): Add mac-ts-script-language-on-focus.
1714
1715 * term/mac-win.el (mac-text-encoding-ascii): New constant.
1716 (mac-utxt-to-string): Use it.
1717 (mac-ts-update-active-input-area): Use mac-ae-number.
1718
1719 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
1720
1721 * term.el (term-handle-scroll, term-delete-lines)
1722 (term-insert-lines): Fix off by one errors.
1723
1724 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
1725
1726 * net/tramp.el (tramp-touch): Use UTC to express time.
1727
1728 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
1729
1730 * mail/sendmail.el (mail-send): Search explicitly for
1731 mail-header-separator when checking for corrupted header lines.
1732
1733 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
1734
1735 * progmodes/gdb-ui.el (gdb-same-frame): New option.
1736 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
1737 (gdb-init-1): Initialise them.
1738 (gdb-starting): Reset gdb-printing
1739 (gdb-starting): Save value of gud-overlay-arrow-position.
1740 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
1741 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
1742 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
1743 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
1744
1745 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1746
1747 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
1748
1749 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
1750
1751 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
1752 (ldap-search-internal): Keep error messages, and a regexp fix.
1753
1754 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
1755
1756 * files.el (hack-local-variables-confirm):
1757 Display string value using its printed representation.
1758
1759 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
1760
1761 * server.el (server-edit): No-op if no server buffers exist.
1762
1763 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
1764
1765 * textmodes/page-ext.el (pages-directory-for-addresses):
1766 Including `pages-directory-address-mode' in the function results
1767 in the message "Buffer in which pages were found is deleted".
1768
1769 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
1770
1771 * textmodes/org.el (org-agenda-mode-map): Add bindings for
1772 clocking functions.
1773
1774 (org-agenda-clock-in, org-check-running-clock)
1775 (org-clock-out-if-current, org-remove-clock-overlays)
1776 (org-put-clock-overlay): New functions.
1777 (org-clock-marker, org-clock-file-total-minutes)
1778 (org-clock-overlays): New variables.
1779 (org-clock-display, org-clock-sum, org-clock-cancel)
1780 (org-clock-out, org-clock-in): New commands.
1781 (org-export): New function.
1782 (org-emph-re): New constant.
1783 (org-set-emph-re, org-do-emphasis-faces): New functions.
1784 (org-emphasis-regexp-components, org-emphasis-alist): New options.
1785 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
1786 (org-export-html-convert-emphasize): Use the configurable emphasis.
1787 (org-cleaned-string-for-export): Make multiline emphasis visible
1788 to the exporter. New optional argument PARAMETERS.
1789 (org-export-as-html): Specify :emph-multiline parameter to
1790 `org-cleaned-string-for-export'.
1791
1792 2006-06-10 Richard Stallman <rms@gnu.org>
1793
1794 * help.el (help-for-help-internal): Clean up help text.
1795
1796 2006-06-10 Andreas Schwab <schwab@suse.de>
1797
1798 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
1799 in doc string.
1800
1801 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
1802
1803 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
1804
1805 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
1806 spaces after the comment start.
1807
1808 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1809
1810 * play/pong.el (pong-init-buffer):
1811 Fill buffer with spaces instead of ^A.
1812
1813 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
1814 launched asynchronously, delete its process instead of being cool.
1815 (ispell-async-processp): Check for `delete-process' existence
1816 instead of `kill-process' one for consistency.
1817
1818 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
1819
1820 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
1821 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
1822 in mode line at startup.
1823
1824 2006-06-08 Kim F. Storm <storm@cua.dk>
1825
1826 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
1827 (ido-init-completion-maps): Bind them to M-SPC and M-v.
1828 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
1829 (ido-file-internal): Pass full file name to write-file.
1830 (ido-read-internal): Only pop stack elements automatically if they
1831 actually match an existing directory or file name.
1832
1833 2006-06-07 Kenichi Handa <handa@m17n.org>
1834
1835 * international/mule.el (find-auto-coding): Don't handle the short
1836 name `char-trans'.
1837
1838 * files.el (hack-local-variables-prop-line)
1839 (hack-local-variables): Cancel the previous change.
1840
1841 2006-06-06 Jesper Harder <harder@phys.au.dk>
1842
1843 * ediff-diff.el (ediff-test-utility): Protect against file-error.
1844
1845 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
1846
1847 * diff-mode.el (diff-mode): Set buffer-read-only to t when
1848 diff-default-read-only is non-nil.
1849 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
1850 (diff-refine-hunk): Set inhibit-read-only to t.
1851
1852 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
1853 modifying the *Diff* buffer.
1854 (diff-process-filter): New filter function for diff process that
1855 sets inhibit-read-only to t when modifying the *Diff* buffer.
1856
1857 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
1858
1859 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
1860 insertion point and control the number of empty lines.
1861 (org-paste-subtree): Limit the number of empty lines at the end of
1862 the inserted tree.
1863 (org-agenda): Use buffer name of current file for narrowing.
1864 (org-export-as-xml): Command removed.
1865 (org-export-xml-type): Option removed.
1866 (org-mode-map): Call `org-export-as-xoxo' directly.
1867 (org-get-indentation): New optional argument LINE.
1868 (org-fix-indentation, org-remove-tabs): New functions.
1869 (org-export-as-ascii, org-ascii-level-start): Determine and apply
1870 correct indentation for headlines that are converted it items.
1871 (org-skip-comments): Remove table lines that contain narrowing
1872 cookies but no other non-empty fields.
1873 (org-set-tags): Allow groups of mutually exclusive tags.
1874 (org-cmp-time): Sort 24:21 before items without time.
1875 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
1876 (org-open-at-point): Require double colon also for numbers.
1877
1878 2006-06-06 Kim F. Storm <storm@cua.dk>
1879
1880 * ido.el (ido-default-file-method, ido-default-buffer-method):
1881 Make choice values consistent with corresponding command names.
1882 (ido-visit-buffer): Update accordingly. Default to selected-window.
1883
1884 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
1885
1886 * progmodes/gud.el (gud-running): Fix doc string.
1887 (gud-menu-map): Use :visible instead fo :enable for debugger test.
1888 (gud-tooltip-modes): Add python-mode.
1889 (gud-tooltip-print-command): Add pdb. Remove perldb.
1890
1891 2006-06-05 Eli Zaretskii <eliz@gnu.org>
1892
1893 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
1894 Quote $(EMACS).
1895
1896 2006-06-05 Richard Stallman <rms@gnu.org>
1897
1898 * faces.el (defined-colors): Doc fix.
1899
1900 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
1901
1902 * vc.el (vc-process-filter): Inhibit undo info collection around
1903 call to insert.
1904 (vc-setup-buffer): Likewise for call to erase-buffer.
1905 (vc-do-command): Likewise for call to process-file.
1906
1907 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
1908
1909 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
1910 for gud-go.
1911 (gud-common-init): Other debuggers may trigger error.
1912
1913 2006-06-05 Kenichi Handa <handa@m17n.org>
1914
1915 * international/mule.el (find-auto-coding):
1916 Handle enable-character-translation in file header.
1917
1918 2006-06-04 Kim F. Storm <storm@cua.dk>
1919
1920 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
1921 (authors-fixed-entries): Fix spelling.
1922 (authors-canonical-file-name): Don't report error for wildcards.
1923
1924 * help.el (view-emacs-news): Rewrite to support new NEWS,
1925 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
1926 e.g. version 10 matches 1.10, and don't be confused by version 1.1
1927 being a prefix of 1.12 (etc). A numeric prefix arg also works.
1928
1929 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
1930
1931 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
1932 exec constructs like `foo bar`.
1933 (sh-quoted-subshell): New helper function to search for a possibly
1934 nested subshell (like `` or $()) within a "" quoted string.
1935 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
1936 (sh-apply-quoted-subshell): Flag quote characters inside a
1937 subshell, which is itself already in a quoted region, as
1938 punctuation, since this is the closest to what they actually are.
1939 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
1940 sh-apply-quoted-subshell.
1941 (sh-font-lock-syntactic-face-function): Apply the new face for
1942 text inside `` instead of the old font-lock-string-face.
1943
1944 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1945
1946 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
1947 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
1948 (mac-bytes-to-text-range, mac-ae-text-range-array)
1949 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
1950 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
1951 (mac-ts-unicode-for-key-event): New functions.
1952 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
1953 (mac-handle-font-selection): Use mac-ae-number.
1954 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
1955 New variables.
1956 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
1957 (mac-ts-converted-text, mac-ts-selected-converted-text)
1958 (mac-ts-block-fill-text, mac-ts-outline-text)
1959 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
1960 (mac-ts-hilite-style-faces): New constant.
1961 (mac-apple-event-map): Bind text input events.
1962 (mac-dispatch-apple-event): Use command-execute instead of
1963 call-interactively.
1964 (global-map): Don't bind mac-apple-event.
1965 (special-event-map): Bind mac-apple-event.
1966
1967 2006-06-02 Eli Zaretskii <eliz@gnu.org>
1968
1969 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
1970 file name.
1971 (emacs): Enclose the value of $(EMACS) in quotes.
1972
1973 2006-06-02 Juri Linkov <juri@jurta.org>
1974
1975 * international/mule.el (sgml-html-meta-auto-coding-function):
1976 Remove the condition `(search-forward "<html" size t)'.
1977 Replace `\"' with `[\"']?' in `re-search-forward'.
1978
1979 2006-06-02 Kenichi Handa <handa@m17n.org>
1980
1981 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
1982 as well as `coding'.
1983 (hack-local-variables): Likewise.
1984
1985 * international/mule.el (enable-character-translation):
1986 Put permanent-local and safe-local-variable properties.
1987 (find-auto-coding): Handle char-trans: tag.
1988
1989 2006-06-02 Juri Linkov <juri@jurta.org>
1990
1991 * international/mule.el (sgml-html-meta-auto-coding-function):
1992 Limit the search by the end of the HTML header (if any).
1993
1994 2006-06-01 Richard Stallman <rms@gnu.org>
1995
1996 * subr.el (with-current-buffer): Doc fix.
1997
1998 2006-06-02 Masatake YAMATO <jet@gyve.org>
1999
2000 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
2001 Almost rewrite. Underlines over all lines of gcov output are too
2002 uncomfortable to read. Suggested by Dan Nicolaescu.
2003
2004 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
2005
2006 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
2007
2008 * shell.el (shell-mode): Use shell-mode-map in docstring.
2009
2010 * comint.el (comint-send-input): Do not add help-echo and
2011 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
2012
2013 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2014
2015 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
2016
2017 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
2018
2019 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
2020 (gdb-stopped, gdb-info-stack-custom): If there is no source info
2021 look up the stack and pop up GUD buffer if necessary.
2022 (gdb-frames-select): Remove redundant call to gud-display-frame.
2023 (gdb-info-threads-custom): Keep point at start of buffer.
2024 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
2025
2026 2006-05-31 Juri Linkov <juri@jurta.org>
2027
2028 * replace.el (query-replace-read-from, query-replace-read-to):
2029 Bind `history-add-new-input' to nil. Call `add-to-history'.
2030
2031 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
2032
2033 * textmodes/table.el: Convert all HTML tags to lower case for
2034 XHTML compatibility.
2035
2036 2006-05-31 Masatake YAMATO <jet@gyve.org>
2037
2038 * progmodes/compile.el:
2039 (compilation-error-regexp-alist-alist::gcov-called-line):
2040 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
2041
2042 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
2043
2044 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
2045 Revert inadvertent changes made with last commit.
2046
2047 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
2048
2049 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
2050 New functions.
2051
2052 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
2053
2054 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
2055
2056 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
2057 only matches in the right place.
2058 (org-upcoming-deadline): New face.
2059 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
2060 (org-export-ascii-underline): Rename constant `org-ascii-underline'
2061 and make it an option.
2062 (org-export-ascii-bullets): New option.
2063 (org-export-as-html): Many changes to emit valid XHTML.
2064 (org-par-open): New variable.
2065 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
2066 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
2067 (org-timeline): Pass `org-timeline-show-empty-dates' to
2068 `org-get-all-dates'. Interpret empty dates returned by
2069 `org-get-all-dates'.
2070 (org-get-all-dates): New argument EMPTY. Add dates without
2071 entries to the list, mark large ranges of empty dates.
2072 (org-point-in-group, org-context): New functions.
2073
2074 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
2075
2076 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
2077
2078 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
2079 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
2080 to C-mouse-3 (for 2 button mice).
2081 (gdb-send): Do the right thing for C-d.
2082
2083 * speedbar.el (speedbar-detach): Delete.
2084 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
2085 it breaks things.
2086 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
2087
2088 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
2089
2090 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
2091 Makeppfile.
2092
2093 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2094 Add makepp diagnostic.
2095
2096 2006-05-29 Richard Stallman <rms@gnu.org>
2097
2098 * window.el (fit-window-to-buffer): Doc fix.
2099
2100 * help.el (temp-buffer-max-height): Doc fix.
2101
2102 * subr.el (with-current-buffer): Doc fix.
2103
2104 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2105
2106 * term/x-win.el: Bind F10 to menu-bar-start if available.
2107
2108 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
2109
2110 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
2111 uses with a simple test.
2112 (term-set-escape-char, term-mode, term-check-kill-echo-list)
2113 (term-send-raw-string, term-send-raw, term-mouse-paste)
2114 (term-char-mode, term-line-mode, term-exec, term-sentinel)
2115 (term-handle-exit, term-read-input-ring)
2116 (term-previous-matching-input-string)
2117 (term-previous-matching-input-string-position)
2118 (term-previous-matching-input-from-input)
2119 (term-replace-by-expanded-history, term-send-input)
2120 (term-skip-prompt, term-bol, term-send-invisible)
2121 (term-kill-input, term-delchar-or-maybe-eof)
2122 (term-backward-matching-input, term-check-source)
2123 (term-proc-query, term-emulate-terminal)
2124 (term-handle-colors-array, term-process-pager, term-pager-line)
2125 (term-pager-bob, term-unwrap-line, term-word)
2126 (term-dynamic-complete-filename)
2127 (term-dynamic-complete-as-filename)
2128 (term-dynamic-simple-complete): Replace one arm ifs with whens or
2129 unlesses.
2130
2131 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2132
2133 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
2134 during bootstrapping.
2135
2136 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
2137 Basically undo the change of 2006-05-26: use extra arguments instead of
2138 dynamic scoping.
2139 (ewoc-locate): Remove unused var `footer'.
2140
2141 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2142
2143 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
2144
2145 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
2146 (generate-file-autoloads): Obey it. Return whether autoloads were
2147 added at point or not.
2148 (update-file-autoloads): Use this new return value.
2149 Remove redundant test for the presence of an autoload cookie.
2150
2151 * emacs-lisp/autoload.el (autoload-find-file): New fun.
2152 This one calls hack-local-variables.
2153 (generate-file-autoloads, update-file-autoloads): Use it.
2154
2155 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
2156 (bibtex-sort-entry-class): Add safe-local-variable predicate.
2157 (bibtex-sort-entry-class-alist): Don't set the global value.
2158 (bibtex-init-sort-entry-class-alist): New fun.
2159 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
2160 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
2161 of bibtex-init-sort-entry-class.
2162
2163 2006-05-28 Richard Stallman <rms@gnu.org>
2164
2165 * subr.el (load-history-regexp): If FILE is relative, insist
2166 entire last name component must match it.
2167 (load-history-filename-element, load-history-regexp): Doc fixes.
2168
2169 2006-05-29 Kim F. Storm <storm@cua.dk>
2170
2171 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
2172 `pos' and `raw-data' for clarity, as eval forms may access these.
2173
2174 2006-05-28 Kim F. Storm <storm@cua.dk>
2175
2176 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
2177
2178 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2179
2180 * progmodes/make-mode.el (makefile-browser-map)
2181 (makefile-mode-syntax-table): Move initialization inside declaration.
2182 (makefile-fill-paragraph): Use the default comment-filling code.
2183
2184 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
2185
2186 * replace.el (query-replace-defaults): New variable.
2187 (query-replace-read-from): Use `query-replace-defaults' for
2188 default value, instead of history list.
2189 (query-replace-read-to): Update `query-replace-defaults'.
2190
2191 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
2192
2193 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
2194 with no X toolkit.
2195
2196 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
2197
2198 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
2199 (tumme-show-all-from-dir): Add autoload.
2200
2201 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
2202
2203 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
2204 (tumme-remove-tag): Fix bug.
2205
2206 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
2207
2208 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
2209 FOOTER args. Update unique caller.
2210 (ewoc-delete): Compute last node once before looping.
2211 (ewoc--node-branch): Merge into unique caller.
2212 (ewoc--node): Don't define constructor make-ewoc--node for this
2213 structure.
2214 (ewoc): Add member `hf-pp' to this structure.
2215 (ewoc--wrap): New func.
2216 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
2217 header/footer pretty-printers. Save header/footer pretty-printer.
2218 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
2219
2220 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
2221
2222 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
2223
2224 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
2225 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
2226 Tag'. Change "Compare directories..." to "Change Directories...".
2227 Move tumme commands to Operate, Regexp and Immediate menus.
2228 Change "Add Comment" to "Add Image Comment". Change "Add Image
2229 Tag" to "Add Image Tags".
2230
2231 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
2232 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
2233 `tumme-delete-tag'.
2234
2235 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
2236
2237 * shell.el (shell-mode): Call shell-dirtrack-mode after
2238 list-buffers-directory is made a local variable, to avoid setting
2239 the default value.
2240
2241 2006-05-26 Kevin Ryde <user42@zip.com.au>
2242
2243 * info.el (Info-index-next): Use where-is-internal to report
2244 actual binding of Info-index-next, rather than hard-coded `,'.
2245
2246 2006-05-26 Eli Zaretskii <eliz@gnu.org>
2247
2248 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
2249 and "Find Command in Manual" to here.
2250
2251 * buff-menu.el (list-buffers-noselect): For Info buffers, use
2252 Info-current-file as the file name.
2253
2254 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
2255
2256 * ses.el (defadvice undo-more): Delete this defadvice. The undo
2257 overrides will now be done a different way.
2258 (ses-set-parameter): Reapply this function for undo.
2259 (ses-set-header-row): Reconstruct header row during undo.
2260 (ses-widen): New function.
2261 (ses-goto-data, ses-reconstruct-all): Use new function.
2262 (ses-command-hook): Widen buffer during undo, before unupdating
2263 the cells.
2264 (ses-insert-row, ses-delete-row): Widen buffer during undo.
2265 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
2266 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
2267 formula hasn't been executed yet.
2268
2269 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
2270
2271 * comint.el (comint-kill-whole-line): Rename arg to count.
2272 Fix doc string.
2273
2274 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
2275
2276 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
2277 to copy-file.
2278
2279 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
2280
2281 * simple.el (toggle-truncate-lines): Make arg optional for
2282 backward compatibility.
2283
2284 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
2285
2286 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
2287 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
2288 DLL arg. Instead, use ewoc--current-dll. Update all callers.
2289 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
2290 (ewoc--adjust): Use ewoc--current-dll.
2291 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
2292
2293 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
2294
2295 * textmodes/org.el (org-next-item, org-previous-item): Emit more
2296 compact error message.
2297 (org-tags-view): Refresh category table in each file.
2298 (org-table-justify-field-maybe): Remove superfluous arguments to
2299 `format'.
2300 (org-export-as-html): Insert "<p>" before postamble.
2301 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
2302
2303 2006-05-26 Kenichi Handa <handa@m17n.org>
2304
2305 * textmodes/po.el (po-find-charset): Pay attention to the case
2306 FILENAME is a cons (NAME . BUFFER).
2307 (po-find-file-coding-system-guts): Likewise.
2308
2309 * arc-mode.el (archive-set-buffer-as-visiting-file):
2310 Call find-operation-coding-system with (FILENAME . BUFFER).
2311
2312 * tar-mode.el (tar-extract): Call find-operation-coding-system
2313 with (FILENAME . BUFFER).
2314
2315 * international/mule.el (decode-coding-inserted-region):
2316 Call find-operation-coding-system with (FILENAME . BUFFER).
2317
2318 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
2319
2320 * image-mode.el (image-toggle-display): Use buffer contents to
2321 generate image for a remote file.
2322
2323 2006-05-25 Juri Linkov <juri@jurta.org>
2324
2325 * replace.el (query-replace-read-from, query-replace-read-to):
2326 Remove 8th arg KEEP-ALL in read-from-minibuffer.
2327
2328 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
2329
2330 * whitespace.el (whitespace-cleanup): Change to cleanup
2331 region if one is active.
2332 * whitespace.el (whitespace-cleanup-internal): New internal method.
2333
2334 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2335
2336 * dired.el (dired-mode-map): Add help-echo strings to tumme
2337 commands. Bind `tumme-dired-display-image' to C-t i.
2338
2339 * tumme.el (tumme-display-image): Change documentation string slightly.
2340 (tumme-dired-display-image): Add call to `display-buffer'.
2341
2342 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2343
2344 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
2345 Signal error if RAW-DATA is a multibyte string.
2346
2347 2006-05-24 Richard Stallman <rms@gnu.org>
2348
2349 * subr.el (with-local-quit): When handling `quit' signal,
2350 make a chance for quit-flag to cause a quit.
2351
2352 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
2353 (ad-disable-advice): Add autoloads.
2354
2355 * subr.el (read-passwd): Copy PROMPT before changing its properties.
2356
2357 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2358
2359 * dired.el (dired-mode-map): Change menu items for tumme as per
2360 suggestions in emacs-devel.
2361
2362 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
2363
2364 * dired.el (dired-mode-map): Fix breakage.
2365
2366 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2367
2368 * tumme.el (tumme-display-dired-image): Rename to...
2369 (tumme-dired-display-image): ...this.
2370 (tumme-track-movement): Change default value to t.
2371 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
2372 used from `tumme-next-line-and-display' and similar commands.
2373
2374 * dired.el (dired-mode-map): Add Thumbnail submenu under the
2375 Immediate menu. Add some tumme commands there.
2376
2377 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
2378
2379 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
2380
2381 2006-05-24 Chong Yidong <cyd@mit.edu>
2382
2383 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
2384 menu entries that open submenus.
2385
2386 2006-05-24 Alan Mackenzie <acm@muc.de>
2387
2388 * startup.el (command-line): For names of preloaded files, don't
2389 append ".elc" (now done in Fload), and call file-truename on the
2390 lisp directory.
2391
2392 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
2393 match ANY loaded file with the right name, not just those in
2394 load-path. Put a regexp matching the file name into
2395 after-load-alist, rather than the name itself.
2396
2397 * subr.el: New functions load-history-regexp,
2398 load-history-filename-element, do-after-load-evaluation.
2399
2400 * international/mule.el (load-with-code-conversion): Do the
2401 eval-after-load stuff by calling do-after-load-evaluation.
2402
2403 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
2404
2405 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
2406 has not been killed.
2407
2408 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2409
2410 * term/mac-win.el: Set idle timer to clean up expired Apple events.
2411 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
2412 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
2413 Optionally set error message in reply.
2414
2415 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
2416
2417 * textmodes/org.el (org-open-at-point): Use renamed variable
2418 `org-confirm-shell-link-function'.
2419 (org-confirm-shell-link-function): Rename from
2420 `org-confirm-shell-links'.
2421 (org-export-directory): New function.
2422 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
2423 (org-export-icalendar): Use `org-export-directory'.
2424 (org-indent-item): Keep cursor position.
2425 (org-link-file-path-type): New option.
2426 (org-export-as-html): Fix bug with plain lists starting in
2427 column 0.
2428 (org-export-as-html): Remove deadline formatting, this happens
2429 now already in `org-html-handle-time-stamps'.
2430 (org-export-html-style): Deadline class removed.
2431 (org-insert-labeled-timestamps-at-point): New option.
2432 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
2433 of `hide-sublevels 1', in case the first headline is not level 1.
2434 (org-overview, org-content): New fuction.
2435 (org-cycle-global-status, org-cycle-subtree-status): Make these
2436 variables buffer-local.
2437 (org-global-cycle): New command.
2438 (org-shifttab): Use `org-global-cycle'.
2439 (org-insert-heading, org-insert-item): Go to end of new
2440 headline/item after creating it.
2441 (org-export-visible): Rename from `org-export-copy-visible'.
2442 Now creates a temporary org-file and applies an exporting command
2443 to it.
2444 (org-table-eval-formula): Support for lisp forms.
2445 (org-agenda-todo-ignore-scheduled): New option.
2446 (org-agenda-get-todos): Use new option
2447 `org-agenda-todo-ignore-scheduled'.
2448 (org-export-html-inline-images): New value `maybe'.
2449 (org-export-as-html): Inlining of images dependent on link description.
2450 (org-archive-subtree): Check for end-of-buffer before trying
2451 `kill-line'.
2452 (org-agenda-follow-mode): New option.
2453 (org-export-with-tags, org-export-with-timestamps): New options.
2454 (org-html-handle-time-stamps): New function.
2455 (org-keyword-time-regexp): New variable.
2456 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
2457 (org-agenda-todo-list-sublevels): New option.
2458 (org-html-level-start): When TITLE is nil, just close all levels.
2459 (org-parse-key-lines, org-parse-export-options): Remove functions,
2460 replaced by `org-infile-export-plist'.
2461 (org-combine-plists, org-infile-export-plist)
2462 (org-default-export-plist): New functions.
2463 (org-export-html-preamble, org-export-html-postamble)
2464 (org-export-html-auto-preamble, org-export-html-auto-postamble):
2465 New variables.
2466 (org-export-publishing-directory): New option.
2467 (org-export-as-html, org-export-as-ascii): Use the new property
2468 lists for settings.
2469 (org-export-copy-visible, org-export-as-xoxo):
2470 Respect `org-export-publishing-directory'.
2471 (org-link-search, org-store-link, org-file-apps): Support for
2472 links to BibTeX database entries..
2473 (org-get-current-options, org-set-regexps-and-options):
2474 Implement logging as a startup option.
2475 (org-store-link): Make sure context string is never empty
2476 (org-insert-link): Use relative path when possible.
2477 (org-at-item-checklet-p): New function.
2478 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
2479 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
2480 (org-metaright, org-metaup, org-metadown, org-shiftup)
2481 (org-shiftdown, org-shiftright, org-shiftleft)
2482 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
2483 Dispatch using `call-interactively'.
2484 (org-call-with-arg): New defsubst.
2485 (org-tag-alist, org-use-fast-tag-selection): New options.
2486 (org-complete): Use `org-tag-alist'.
2487 (org-fast-tag-insert, org-fast-tag-selection): New functions.
2488 (org-next-item, org-previous-item): New commands.
2489 (org-beginning-of-item, org-end-of-item): Add (interactive) to
2490 make command.
2491 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
2492
2493 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
2494
2495 * emacs-lisp/ewoc.el (ewoc-delete): New function.
2496 (ewoc-filter): Use `ewoc-delete'.
2497
2498 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
2499
2500 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2501
2502 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
2503 Signal more user-friendly error messages.
2504
2505 * complete.el (PC-do-completion): Undo the addition of implicit
2506 wildcards if they did not lead to finding any match.
2507 (read-file-name-internal): Don't add the final > if the completion is
2508 not finished.
2509
2510 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
2511
2512 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
2513 Quote safe-local-variable predicate.
2514
2515 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
2516
2517 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
2518
2519 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2520
2521 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
2522
2523 * progmodes/make-mode.el (makefile-special-targets-list)
2524 (makefile-macro-table, makefile-target-table): Mark as risky.
2525 (makefile-query-one-target-method): Make this the alias for the
2526 following variable.
2527 (makefile-query-one-target-method-function): Make this the real name.
2528
2529 * textmodes/artist.el (artist-text-renderer): Make this the alias
2530 for the following variable.
2531 (artist-text-renderer-function): Make this the real name.
2532
2533 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
2534 the alias for the following variable.
2535 (flyspell-generic-check-word-predicate): Make this the real name.
2536
2537 * textmodes/ispell.el (ispell-format-word): Make this the alias
2538 for the following variable.
2539 (ispell-format-word-function): Make this the real name.
2540 (ispell-message-text-end): Mark as risky.
2541
2542 * skeleton.el (skeleton-transformation, skeleton-filter)
2543 (skeleton-pair-filter): Make these the aliases for the following
2544 variables.
2545 (skeleton-transformation-function, skeleton-filter-function)
2546 (skeleton-pair-filter-function): Make these the real names.
2547
2548 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
2549 and skeleton-pair-filter-function.
2550
2551 * textmodes/sgml-mode.el (sgml-transformation): Make this the
2552 alias for the following variable.
2553 (sgml-transformation-function): Make this the real name.
2554 (sgml-tag-alist): Mark as risky.
2555
2556 2006-05-21 Richard Stallman <rms@gnu.org>
2557
2558 * simple.el (kill-region): Interactively, pass point, then mark.
2559
2560 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
2561
2562 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
2563
2564 2006-05-21 Romain Francoise <romain@orebokech.com>
2565
2566 * dired-x.el (dired-mode-map): Don't bind M-g.
2567
2568 2006-05-20 Richard Stallman <rms@gnu.org>
2569
2570 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
2571 (dired-goto-file): Doc fix.
2572
2573 2006-05-21 Kim F. Storm <storm@cua.dk>
2574
2575 * emulation/cua-base.el: Mention customizing cua-mode as alternative
2576 way to enable built-in cua-mode if user loads older CUA-mode package.
2577
2578 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
2579 if default-filename is specified.
2580
2581 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2582
2583 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
2584
2585 * info.el (info-apropos): Make sure current-file and current-node
2586 have non-nil values. Speed up by using add-to-list instead of
2587 manual consing.
2588
2589 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2590
2591 * progmodes/make-mode.el (makefile-mode): Doc fix.
2592
2593 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2594
2595 * dired-aux.el (dired-do-shell-command): Doc fix.
2596
2597 2006-05-20 Kevin Ryde <user42@zip.com.au>
2598
2599 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
2600 ``(custom-manual :tag "Foo" "(foo)Node")''.
2601
2602 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
2603
2604 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
2605 value is an integer.
2606
2607 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2608
2609 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
2610 "format".
2611 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
2612
2613 2006-05-20 Martin Rudalics <rudalics@gmx.at>
2614
2615 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
2616 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
2617
2618 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2619
2620 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
2621 regexp for keywords.
2622
2623 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
2624
2625 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
2626 replace-regexp-in-string.
2627
2628 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
2629 encode, and escape file name on conversion to URL.
2630
2631 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2632
2633 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
2634 Don't unescape URL.
2635 (dnd-get-local-file-name): Unescape URL on conversion to file name.
2636
2637 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
2638 on conversion to URLs.
2639
2640 * net/browse-url.el (browse-url-file-url): Encode file name on
2641 conversion to URL.
2642
2643 * term/mac-win.el (mac-ae-open-documents): Escape file name on
2644 conversion to URL.
2645
2646 2006-05-19 Eli Zaretskii <eliz@gnu.org>
2647
2648 * progmodes/cc-styles.el (c-style-alist): Doc fix.
2649
2650 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2651
2652 * term/mac-win.el (mac-bytes-to-digits): Remove function.
2653 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
2654
2655 2006-05-19 Glenn Morris <rgm@gnu.org>
2656
2657 * calendar/diary-lib.el (diary-bahai-date)
2658 (list-bahai-diary-entries, mark-bahai-diary-entries)
2659 (mark-bahai-calendar-date-pattern): Not interactive.
2660 (add-to-diary-list): New optional arg LITERAL. Doc fix.
2661 (diary-entries-list): Change format of 4th element in each entry.
2662 (diary-list-entries): Use add-to-diary-list.
2663 (diary-goto-entry): Handle the case where the buffer visiting the
2664 diary has been killed.
2665 (fancy-diary-display): Add 'locator to button rather than 'marker.
2666 Only generate temp-face when there are marks to apply.
2667 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
2668 (diary-fancy-date-pattern): New variable.
2669 (diary-time-regexp): Doc fix.
2670 (diary-anniversary, diary-time): New faces.
2671 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
2672 diary-time-regexp. Add font-lock-multiline property where needed.
2673 Use new faces diary-anniversary and diary-time.
2674 (diary-fancy-font-lock-fontify-region-function): New function, to
2675 handle multiline font-lock pattern in fancy diary.
2676 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
2677 (diary-font-lock-keywords): Tweak time regexp. Use new face
2678 diary-time.
2679
2680 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
2681
2682 * international/code-pages.el (mik): Table corrected.
2683
2684 2006-05-18 Kim F. Storm <storm@cua.dk>
2685
2686 * progmodes/grep.el (grep-find): Don't check grep-find-command
2687 before running command (breaks non-interactive usage).
2688
2689 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
2690
2691 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
2692 (ewoc--insert-new-node): Don't insert trailing newline.
2693 Instead, adjust successor nodes's start markers.
2694 (ewoc--refresh-node): Delete all text from current node's start
2695 marker to the next one's; adjust successor nodes's start markers.
2696 (ewoc--create): Doc fixes.
2697 (ewoc--refresh): Don't insert newline.
2698 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
2699 * pcvs.el (cvs-make-cvs-buffer):
2700 Specify extra newline for ewoc's header and footer.
2701 (cvs-update-header): Update initial header recognition.
2702 Append newline to final header and footer values.
2703 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
2704
2705 2006-05-17 Richard Stallman <rms@gnu.org>
2706
2707 * files.el (file-name-extension): Doc fix.
2708
2709 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2710
2711 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
2712 we can explicitly enable/disable rather than toggle.
2713 (shell-mode): Use it.
2714 (shell-cd): Don't try to reproduce what `cd' does.
2715
2716 2006-05-17 Kim F. Storm <storm@cua.dk>
2717
2718 * ido.el (ido-read-internal): Use only nondirectory part of
2719 default item.
2720
2721 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
2722
2723 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
2724 (ewoc-nth): Doc fix.
2725
2726 (ewoc-map, ewoc-invalidate): Compute PP before looping.
2727
2728 2006-05-16 Eli Zaretskii <eliz@gnu.org>
2729
2730 * international/mule.el (auto-coding-alist): Add .lha to files
2731 read with no-conversion.
2732
2733 * files.el (auto-mode-alist): Add .lha files to archive file
2734 extensions.
2735
2736 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
2737 Convert csize to integer when computing offsets within the
2738 compressed archive file.
2739
2740 2006-05-16 Kim F. Storm <storm@cua.dk>
2741
2742 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
2743 with read-from-minibuffer.
2744
2745 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
2746
2747 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
2748 (byte-compile-warnings): Fix safe-local-variable property.
2749
2750 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
2751
2752 * allout.el (allout-show-bodies, allout-old-style-prefixes)
2753 (allout-stylish-prefixes, allout-numbered-bullet)
2754 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
2755 predicates to qualify `safe-local-variable' property, when
2756 available, else use equivalent lambda.
2757 (allout-current-topic-collapsed-p): Do the right thing regarding
2758 trailing blank lines.
2759
2760 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2761
2762 * server.el (server-start): Only create a directory if needed.
2763 (server-edit, server-unload-hook): server-start => server-mode.
2764 (kill-emacs-hook): Cleanup upon exit.
2765
2766 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2767
2768 * hexl.el (hexlify-buffer): Encode process arguments manually.
2769
2770 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
2771
2772 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
2773 call to gdb-tooltip-print.
2774
2775 2006-05-15 Romain Francoise <romain@orebokech.com>
2776
2777 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
2778 systems, default to "tar" since those systems probably have GNU tar.
2779
2780 2006-05-14 Lars Hansen <larsh@soem.dk>
2781
2782 * desktop.el (desktop-missing-file-warning): Fix docstring.
2783 (desktop-restore-file-buffer): Correct question asked on missing file.
2784
2785 2006-05-14 Kim F. Storm <storm@cua.dk>
2786
2787 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
2788 Add CUA move property.
2789
2790 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
2791
2792 * custom.el (custom-push-theme): Load the variable before checking
2793 its `standard-value'.
2794
2795 2006-05-13 Lars Hansen <larsh@soem.dk>
2796
2797 * desktop.el (desktop-save): Use with-temp-buffer.
2798
2799 2006-05-12 Glenn Morris <rgm@gnu.org>
2800
2801 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
2802 * calendar/calendar.el (calendar-mode-map):
2803 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
2804 * calendar/appt.el (appt-check, appt-make-list): Refer to
2805 diary-view-entries, diary-list-entries, diary-show-all-entries
2806 rather than obsolete aliases.
2807
2808 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
2809
2810 * simple.el (line-move-finish): Avoid calling point motion hooks
2811 while processing intangibility.
2812
2813 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
2814
2815 * term/xterm.el (terminal-init-xterm): Fix typo.
2816
2817 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
2818
2819 * allout.el (allout-view-change-hook): Mark as being deprecated,
2820 to be replaced by `allout-exposure-change-hook'.
2821 (allout-exposure-change-hook): New, replacing
2822 `allout-view-change-hook'.
2823 (allout-flag-region): Run new hook `allout-exposure-change-hook',
2824 in addition to `allout-view-change-hook'.
2825 (allout-show-bodies, allout-old-style-prefixes)
2826 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
2827 lambda forms to prevent their showing up in variable help
2828 presentations as inscrutable byte-compiled code.
2829 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
2830 Use string-or-null-p to qualify safe-local-variable values.
2831 (allout-reindent-bodies): Use memq to qualify matches against
2832 valid safe-local-variable values. Also, quote the lambda as above.
2833 (allout-use-mode-specific-leader): Add missing candidate-value
2834 symbols, use memq, and quote the lambda.
2835 (allout-overlay-interior-modification-handler): Remove unused
2836 variables `msg' and 'opened'.
2837 (allout-hidden-p): Constrain invisibility consideration to allout's
2838 invisibility spec, disregarding invisibility for other reasons.
2839
2840 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
2841
2842 * files.el (version-control): Correct safe values.
2843
2844 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
2845
2846 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
2847
2848 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
2849 (ewoc--insert-new-node): New func.
2850 Update callers of deleted funcs to use it, instead.
2851
2852 2006-05-11 Glenn Morris <rgm@gnu.org>
2853
2854 * calendar/calendar.el (diary-show-all-entries): Do not refer to
2855 obsolete alias `show-all-diary-entries'.
2856 (make-diary-entry): Not interactive.
2857 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
2858 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
2859 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2860 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2861 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
2862 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
2863
2864 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2865
2866 * calendar/calendar.el (calendar-french-date-string)
2867 (calendar-mayan-date-string, calendar-chinese-date-string)
2868 (calendar-astro-date-string, calendar-iso-date-string)
2869 (calendar-islamic-date-string, calendar-bahai-date-string)
2870 (calendar-hebrew-date-string, calendar-coptic-date-string)
2871 (calendar-ethiopic-date-string, calendar-persian-date-string):
2872 These functions are not interactive.
2873
2874 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
2875
2876 * files.el: Balance parentheses.
2877
2878 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2879
2880 * files.el, newcomment.el, outline.el, simple.el,
2881 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
2882 progmodes/cc-vars.el, progmodes/compile.el:
2883 Move `safe-local-variable' declarations to the respective files.
2884
2885 * help-fns.el (describe-variable): Don't print safe-var if it is
2886 byte-code. Improve wording as suggested by Luc Teirlinck.
2887
2888 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2889
2890 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
2891 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
2892 Use a token for pending-triggers to ensure gdb-var-update
2893 gets called once per user input again for pre-GDB 6.4.
2894 (gdb-var-delete): Match on more complex expressions.
2895 (gdb-var-list-children-handler, gdb-var-create-handler):
2896 Use a token for consistency.
2897
2898 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
2899
2900 * textmodes/org.el (org-read-date, org-goto-calendar)
2901 (org-agenda-goto-calendar):
2902 Bind `view-calendar-holidays-initially' to nil.
2903
2904 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2905
2906 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
2907 Update all callers to do it there, instead.
2908
2909 2006-05-10 Glenn Morris <rgm@gnu.org>
2910
2911 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
2912 prefix arg case, to avoid view-diary-entries-initially error.
2913 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
2914 (calendar-date-is-legal-p): Handle dates with no day part.
2915
2916 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2917
2918 * comint.el (comint-insert-input): Just make it when
2919 comint-use-prompt regexp is nil (default) and with the mouse.
2920 (comint-copy-old-input): Reinstate from 2004-06-23.
2921 (comint-mode-map): Bind C-c C-m to it.
2922
2923 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
2924
2925 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
2926 Remove spurious move to point-max (new comint behavior fixes).
2927
2928 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
2929 compatibility function (Emacs 18/19).
2930 (idlwave-is-continuation-line): Always return point at start of
2931 previous non-blank continuation line.
2932 `keyword-parameters': Fix continued comment font-lock matcher.
2933 (idlwave-font-lock-fontify-region): Written, use as
2934 font-lock-fontify-region-function, to fix continued keyword
2935 fontification issues.
2936
2937 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2938
2939 * term/mac-win.el (mac-font-panel-mode): Doc fix.
2940 (mac-service-selection, mac-service-open-file)
2941 (mac-service-open-selection, mac-service-mail-selection)
2942 (mac-service-mail-to, mac-service-insert-text): Rename from
2943 mac-services-*. All uses changed.
2944 (mac-apple-event-map): Rename event symbol `services' to `service'.
2945
2946 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
2947
2948 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
2949 (ewoc--node-enter-first, ewoc--node-enter-last)
2950 (ewoc--delete-node-internal): Merge funcs into unique callers.
2951
2952 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
2953
2954 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
2955 return value of read-from-minibuffer for empty input.
2956
2957 2006-05-09 Miles Bader <miles@gnu.org>
2958
2959 * comint.el (comint-insert-input): Remove redundant calls to setq
2960 and goto-char.
2961
2962 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
2963
2964 * comint.el (comint-insert-input): Make it work when
2965 comint-use-prompt-regexp is t.
2966
2967 2006-05-10 Miles Bader <miles@gnu.org>
2968
2969 * subr.el (field-at-pos): New function.
2970
2971 * comint.el (comint-insert-input): Use it.
2972
2973 2006-05-09 Juri Linkov <juri@jurta.org>
2974
2975 * battery.el (battery-linux-proc-acpi): Also try
2976 `/proc/acpi/thermal_zone/THR2/temperature'.
2977
2978 * files.el <safe-local-variable>: Remove `eval' and `let' binding
2979 for now unused lambda `string-or-null'.
2980
2981 * add-log.el (change-log-default-name): Put `string-or-null-p'
2982 instead of lambda on `safe-local-variable' property.
2983
2984 * diff-mode.el (diff-context->unified): Use `region-beginning' and
2985 `region-end' instead of `mark' and `point'.
2986 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
2987 Operate on region in Transient Mark mode when the mark is active.
2988 Use `region-beginning' and `region-end' instead of `mark' and
2989 `point'.
2990 (diff-hunk-text, diff-goto-source): Doc fix.
2991
2992 * startup.el (fancy-splash-screens, normal-splash-screen): Use
2993 face `mode-line-buffer-id' for mode-line buffer face instead of
2994 hard-coded `(:weight bold)'.
2995
2996 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
2997 buffer-undo-list to t (undo-ask is reproducible by visiting
2998 nested archives).
2999
3000 2006-05-09 Kim F. Storm <storm@cua.dk>
3001
3002 * progmodes/grep.el (rgrep): Set default directory of *grep*
3003 buffer if we start M-x rgrep in the *grep* buffer and choose
3004 a different base directory.
3005
3006 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
3007
3008 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
3009 completion also when ido is loaded.
3010
3011 2006-05-09 Masatake YAMATO <jet@gyve.org>
3012
3013 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
3014 "warning" and "import".
3015 (cpp-font-lock-keywords): Added "warning".
3016
3017 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
3018
3019 * term/xterm.el (terminal-init-xterm): Add more key bindings.
3020
3021 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3022
3023 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
3024 pages at a time, if we signal the end, we should indeed reach that end.
3025
3026 2006-05-08 David Reitter <david.reitter@gmail.com>
3027
3028 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
3029 output during execution of the body.
3030
3031 2006-05-08 Kim F. Storm <storm@cua.dk>
3032
3033 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
3034
3035 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
3036
3037 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
3038 Use with-current-buffer.
3039
3040 2006-05-07 Kim F. Storm <storm@cua.dk>
3041
3042 * subr.el (add-to-history): Remove keep-dups arg.
3043
3044 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
3045 to nil around call to add-to-history.
3046
3047 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3048
3049 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
3050 than after a buffer modification.
3051
3052 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
3053
3054 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
3055 call to...
3056 (gud-watch): ...here so speedbar is raised for already watched
3057 expressions.
3058 (gdb-speedbar-refresh): Delete function.
3059 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
3060 Use speedbar-timer-fn instead of speedbar-refresh (reverting
3061 earlier change).
3062 (gdb-var-evaluate-expression-handler)
3063 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
3064
3065 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
3066 Update localized contents for all buffers except ignored modes.
3067
3068 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3069
3070 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
3071 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
3072 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
3073 (mac-handle-font-panel-closed, mac-handle-font-selection):
3074 New functions.
3075 (mac-font-panel-mode): New minor mode.
3076 (mac-apple-event-map): Add bindings for toolbar toggle button and
3077 font panel.
3078 (menu-bar-showhide-menu): Add mac-font-panel-mode.
3079
3080 2006-05-07 John Paul Wallington <jpw@pobox.com>
3081
3082 * ibuffer.el (ibuffer-compressed-file-name-regexp):
3083 Avoid `regexp-opt'; simplify regexp for readability.
3084
3085 2006-05-06 Eli Zaretskii <eliz@gnu.org>
3086
3087 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
3088 * files.el (buffer-stale-function):
3089 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3090 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
3091 links to the main manual, not to emacs-xtra.
3092
3093 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3094
3095 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
3096 MacJapanese if text is ASCII-only.
3097
3098 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
3099
3100 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
3101 unless so nil isn't returned.
3102 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
3103
3104 2006-05-06 Kim F. Storm <storm@cua.dk>
3105
3106 * subr.el (add-to-history): New function.
3107
3108 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
3109 (ediff-merge-files-with-ancestor):
3110 * env.el (setenv):
3111 * isearch.el (isearch-update-ring):
3112 * server.el (server-visit-files):
3113 * progmodes/grep.el (lgrep, rgrep):
3114 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
3115 * progmodes/xscheme.el (xscheme-insert-expression):
3116 Use add-to-history.
3117
3118 * kmacro.el (kmacro-push-ring): Use add-to-history.
3119 (kmacro-ring-length): Remove unused defun.
3120 (kmacro-start-macro): Use kmacro-push-ring.
3121
3122 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
3123
3124 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
3125 directly instead of a lambda expression that calls it.
3126
3127 2006-05-06 Kim F. Storm <storm@cua.dk>
3128
3129 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
3130 instead of compute-motion.
3131
3132 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
3133
3134 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
3135 change.
3136
3137 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
3138
3139 * startup.el (command-line-1): Refer to "Pure Storage" on
3140 pure-space-overflow.
3141
3142 2006-05-05 Martin Rudalics <rudalics@gmx.at>
3143
3144 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
3145 provided faces once they all have been used up.
3146
3147 2006-05-05 Eli Zaretskii <eliz@gnu.org>
3148
3149 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
3150 reference to the Lisp manual to the warning about pure space
3151 overflow.
3152
3153 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3154
3155 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
3156 argument to avoid the call to `ispell-internal-change-dictionary'
3157 when not needed.
3158 (ispell-change-dictionary): Use this argument and call
3159 `ispell-internal-change-dictionary' after the possible change
3160 to `ispell-local-dictionary'.
3161 (ispell-internal-change-dictionary): Check for a change in
3162 personal dictionary use too.
3163
3164 2006-05-05 Eli Zaretskii <eliz@gnu.org>
3165
3166 * startup.el (command-line): On MS-Windows, probe "~", not
3167 "~USER", for warning about non-existent home directory
3168
3169 * arc-mode.el (archive-l-e): New optional argument `float' means
3170 generate a float value.
3171 (archive-arc-summarize, archive-lzh-summarize)
3172 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
3173 with 3rd argument non-nil when file's size is being computed.
3174 Format the file sizes with %8.0f instead of %8d.
3175
3176 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3177
3178 * cus-start.el (all): Add mac-dnd-known-types.
3179
3180 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
3181 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
3182 (mac-TIFF-to-string): New functions.
3183 (x-get-selection, x-selection-value)
3184 (mac-select-convert-to-string): Use them.
3185 (mac-text-encoding-mac-japanese-basic-variant): New constant.
3186 (mac-dnd-types-alist): New customization variable.
3187 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
3188 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
3189 (mac-dnd-handle-drag-n-drop-event): New functions.
3190 (mac-drag-n-drop): Remove function.
3191 (global-map): Bind drag-n-drop and M-drag-n-drop to
3192 mac-dnd-handle-drag-n-drop-event.
3193
3194 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
3195
3196 * progmodes/perl-mode.el (perl-beginning-of-function):
3197 Skip anonymous subs.
3198
3199 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
3200
3201 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
3202 regexp-opt at run time.
3203
3204 * term.el (term-handle-ansi-escape): Fix off by one error.
3205
3206 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
3207
3208 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
3209 (gdb-init-1, gdb-post-prompt): ...and references to it.
3210 (gdb-frame-handler): Strip directory name from filename if present.
3211
3212 * progmodes/gud.el (gdb-force-update): Delete defvar
3213 (gud-speedbar-buttons): ...and references to it. Use window-start
3214 to try to keep positon in watch expression.
3215
3216 2006-05-03 Richard Stallman <rms@gnu.org>
3217
3218 * simple.el (next-history-element, previous-history-element): Doc fix.
3219
3220 * isearch.el (isearch-update-ring): Doc fix.
3221
3222 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
3223
3224 * isearch.el (isearch-update-ring): Take history-delete-duplicates
3225 into consideration. Replace one arm ifs with whens.
3226
3227 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
3228
3229 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
3230 (menu): Fix typo.
3231
3232 2006-05-02 Miles Bader <miles@gnu.org>
3233
3234 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
3235
3236 2006-05-02 Jay Belanger <belanger@truman.edu>
3237
3238 * calc/calc-embed.el (calc-override-minor-modes-map)
3239 (calc-override-minor-modes): New variables.
3240 (calc-do-embedded): Make sure that Calc keystrokes aren't
3241 overwritten by minor modes.
3242
3243 2006-05-02 Chong Yidong <cyd@mit.edu>
3244
3245 * msb.el (msb): If EVENT is a down event, read and discard the up event.
3246
3247 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
3248
3249 * startup.el (command-line-1): Refer to Lisp manual when
3250 pure-space-overflow occurs.
3251
3252 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
3253 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
3254 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
3255 (version-control): Don't use `t' for safe-local-variable declarations.
3256
3257 2006-05-01 Richard Stallman <rms@gnu.org>
3258
3259 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
3260 M-r, M-R, M-A, M-SPC or M-DEL.
3261 (diff-mode-map): diff-refine-hunk now on C-c C-w
3262 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
3263
3264 * help-mode.el (help-mode): view-exit-action calls delete-window
3265 only when it is safe and possible.
3266
3267 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
3268 in messages.
3269
3270 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
3271
3272 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
3273 in the default tool-bar-map.
3274
3275 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
3276
3277 * net/tramp.el (tramp-completion-file-name-handler-alist)
3278 (tramp-run-real-handler, tramp-completion-run-real-handler)
3279 (tramp-completion-handle-file-name-all-completions)
3280 (tramp-completion-handle-file-name-completion): Autoload them.
3281 (tramp-completion-handle-file-exists-p)
3282 (tramp-completion-handle-file-name-directory)
3283 (tramp-completion-handle-file-name-nondirectory)
3284 (tramp-completion-handle-expand-file-name): Remove them.
3285 (tramp-handle-file-name-directory): Return the real directory name.
3286 Returning "/" only doesn't need to be necessary any longer.
3287 (tramp-file-name-handler): Make special attention when in hostname
3288 completion mode.
3289 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
3290 (tramp-register-file-name-handlers):
3291 Register `tramp-completion-file-name-handler' only when
3292 `partial-completion-mode' is enabled.
3293 (tramp-completion-handle-file-name-all-completions):
3294 Delete directory part from results.
3295 (tramp-get-completion-methods, tramp-get-completion-user-host):
3296 Discard deleting "/", it doesn't work after the change of
3297 `tramp-handle-file-name-directory' above.
3298
3299 2006-05-01 Kim F. Storm <storm@cua.dk>
3300
3301 * progmodes/grep.el (grep-expand-template): Use save-match-data
3302 and symbol-value.
3303
3304 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3305
3306 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
3307 Use select-frame-set-input-focus instead of raise-frame.
3308 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
3309
3310 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
3311
3312 * progmodes/gud.el (gud-def): Add %c case.
3313 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
3314 (gud-format-command): Make match case sensitive. Match on %F.
3315
3316 2006-04-30 Glenn Morris <rgm@gnu.org>
3317
3318 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
3319 (cal-tex-preamble): Use cal-tex-preamble-extra.
3320 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
3321 than alias `list-diary-entries'.
3322
3323 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
3324
3325 * help-fns.el (describe-variable): Add info about safe local variables.
3326
3327 2006-04-29 Richard Stallman <rms@gnu.org>
3328
3329 * bindings.el (mode-line-format): help-echo doc fixes.
3330
3331 * net/tramp.el (tramp-file-name-handler-alist): Delete
3332 expand-file-name and other operations that can cause spurious loading.
3333
3334 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3335
3336 * files.el (safe-local-variable-p): Remove support for the special
3337 value t.
3338
3339 * textmodes/paragraphs.el (sentence-end-without-space):
3340 Fix safety predicate.
3341 (sentence-end-double-space, sentence-end-without-period)
3342 (paragraph-ignore-fill-prefix):
3343 * textmodes/fill.el (colon-double-space):
3344 * abbrev.el (abbrev-mode): Tighten the safety predicate.
3345
3346 * subr.el (booleanp): New fun.
3347
3348 * textmodes/reftex-vars.el (reftex-guess-label-type):
3349 Tighten the safety predicate.
3350
3351 2006-04-28 Kim F. Storm <storm@cua.dk>
3352
3353 * progmodes/grep.el (defgroup grep): Doc fix.
3354 (grep-auto-highlight): Remove.
3355 (grep-template): New defcustom.
3356 (grep-find-template): Rename from grep-tree-template.
3357 (grep-files-aliases): Rename from grep-tree-files-aliases.
3358 Remove "all" alias, add "l" alias.
3359 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
3360 (grep-find-ignored-directories): New defcustom to replace
3361 grep-tree-ignore-CVS-directories, to facilitate ignoring
3362 subdirectories for multiple version control systems.
3363 (grep-mode-map): Add Recursive grep item to GREP menu.
3364 (grep-regexp-history, grep-files-history): New defvars.
3365 (grep-probe): New helper function.
3366 (grep-compute-defaults): Use it to simplify code.
3367 Adapt to name changes.
3368 Use `.' as base in grep-find-template rather than <D>.
3369 (grep): Remove superfluous highlight-regexp arg. Fix doc.
3370 Call grep-compute-defaults unconditionally.
3371 (grep-expand-keywords): New defconst.
3372 (grep-expand-template): Rename from grep-expand-command-macros.
3373 Simplify via grep-expand-keywords. Look at case-fold-search instead
3374 of grep-tree-ignore-case to add -i option.
3375 Bind case-fold-search to nil while matching keywords.
3376 (grep-tree-last-regexp, grep-tree-last-files): Remove.
3377 (grep-read-regexp, grep-read-files): New helper functions.
3378 (rgrep): Rename from grep-tree. Rework to use proper histories.
3379 Adapt to changes in defcustoms and functions above.
3380 (lgrep): New command, as grep, but using same interactive UI as rgrep.
3381
3382 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
3383
3384 * net/tramp.el (tramp-completion-file-name-handler):
3385 Disable Tramp's functionality while loading Tramp itself.
3386 (tramp-register-file-name-handlers): That's a defsubst now.
3387 Code from `tramp-repair-jka-compr' moved here. Apply it via
3388 `after-init-hook'.
3389 (tramp-repair-jka-compr): Remove.
3390
3391 2006-04-27 Jay Belanger <belanger@truman.edu>
3392
3393 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
3394 read expression when `math-read-big-expr' doesn't work.
3395
3396 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
3397
3398 * startup.el (command-line-1): Display warning when
3399 pure-space-overflow is non-nil.
3400
3401 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3402
3403 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
3404 risky.
3405
3406 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3407
3408 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
3409 Return the URL or nil if none can be generated.
3410
3411 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
3412
3413 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
3414 byte compiler warnings.
3415 (gud-basic-call, gud-find-expr): Let user select an expression
3416 for printing. Print expression as well as value in GUD buffer.
3417
3418 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
3419
3420 * allout.el: Remove local autoload declaration for
3421 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
3422 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
3423 (allout-plain-bullets-string, allout-distinctive-bullets-string)
3424 (allout-use-mode-specific-leader, allout-old-style-prefixes)
3425 (allout-stylish-prefixes, allout-numbered-bullet)
3426 (allout-file-xref-bullet, allout-presentation-padding)
3427 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
3428 safe-local-variable with suitable value spec, and add autoload
3429 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
3430 (move-beginning-of-line, move-end-of-line): Repair so these compat
3431 functions now actually resituate the point, when appropriate.
3432
3433 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3434
3435 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
3436
3437 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
3438 (add-log-iso8601-time-string): Fix call to format-time-string.
3439
3440 2006-04-26 Kim F. Storm <storm@cua.dk>
3441
3442 * subr.el (posn-string, posn-image, posn-object): Doc fix.
3443
3444 2006-04-26 Masatake YAMATO <jet@gyve.org>
3445
3446 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
3447 Add support for "//" style comments. Remove `b' flag
3448 from ?* in `asm-mode-syntax-table'.
3449
3450 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3451
3452 * follow.el: Use (featurep 'xemacs) everywhere.
3453 (follow-mode): Use define-minor-mode.
3454 (follow-mode-map): Move initialization into the declaration.
3455 Use command remapping.
3456 (follow-emacs-version-xemacs-p): Remove.
3457 (follow-submit-feedback): Remove.
3458
3459 * allout.el (allout-layout, allout-passphrase-verifier-string)
3460 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
3461
3462 * textmodes/reftex-vars.el (reftex-vref-is-default)
3463 (reftex-fref-is-default, reftex-guess-label-type):
3464 Tighten up a bit the safety predicate.
3465
3466 * textmodes/paragraphs.el (sentence-end-double-space)
3467 (sentence-end-without-period, sentence-end-without-space)
3468 (page-delimiter, paragraph-ignore-fill-prefix):
3469 Tighten up a bit the safety predicate.
3470
3471 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
3472
3473 * progmodes/python.el (python-continuation-line-p)
3474 (python-beginning-of-statement): syntax-ppss may return
3475 a negative depth.
3476 (python-mode): Don't forcefully enable font-lock.
3477
3478 * time-stamp.el (time-stamp-start, time-stamp-end)
3479 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
3480
3481 * add-log.el: Remove spurious * in docstrings.
3482 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
3483 (add-change-log-entry): Use it here, since it's not specific
3484 to iso8601.
3485 (add-log-iso8601-time-string): Don't use it here any more.
3486 (change-log-indent-text, change-log-indent): Rename from add-log-*.
3487
3488 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
3489
3490 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
3491
3492 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
3493 (rcirc-toggle-low-priority): Doc fix.
3494 (rcirc-handler-NOTICE): Remove beginning of line anchor in
3495 ChanServ regexp.
3496 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
3497 #emacs.
3498 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
3499 (rcirc-decode-coding-system): Use utf-8 as the default.
3500 (rcirc-multiline-minor-mode): Set the fill-column.
3501 (rcirc-format-response-string): Display bright and dim nicks.
3502 (rcirc-browse-url): Update interactive spec to fill ARG.
3503 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
3504 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
3505
3506 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
3507
3508 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
3509 case for @Article, etc.
3510
3511 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
3512
3513 * net/tramp.el (tramp-register-file-name-handlers): New defun.
3514 Added with autoload cookie.
3515 (tramp-unload-file-name-handlers): Rename from
3516 `tramp-unload-file-name-handler-alist'.
3517
3518 2006-04-23 Romain Francoise <romain@orebokech.com>
3519
3520 * comint.el (comint-match-partial-filename): Doc fix.
3521
3522 2006-04-21 Glenn Morris <rgm@gnu.org>
3523
3524 * calendar/cal-menu.el (calendar-mode-map): Refer to
3525 `diary-view-entries' rather than alias `view-diary-entries'.
3526 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
3527
3528 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
3529
3530 * progmodes/antlr-mode.el (antlr-default):
3531 * cus-edit.el (custom-documentation):
3532 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
3533 in defface.
3534
3535 2006-04-21 Kim F. Storm <storm@cua.dk>
3536
3537 * image.el (image-type): New defun split out of create-image.
3538 (create-image): Use it.
3539
3540 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
3541
3542 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
3543 (org-open-at-point): Remove the "...done" message to keep output
3544 in the echo area visible.
3545 (org-export-as-xoxo): Fix call to `indent-region'.
3546
3547 2006-04-21 Kevin Ryde <user42@zip.com.au>
3548
3549 * international/mule.el (keyboard-coding-system): defcustom
3550 info-link fixes: "Specify Coding" has been split, keyboard now in
3551 "Terminal Coding", and "Single-Byte Character Support" is now
3552 "Unibyte Mode".
3553
3554 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
3555
3556 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
3557 Use font-lock-warning-face for any errors e.g. no stack.
3558 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
3559
3560 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3561
3562 * progmodes/sh-script.el (sh-shell): Mark as safe.
3563
3564 * newcomment.el (comment-start, comment-start-skip)
3565 (comment-end-skip, comment-end): Mark as safe.
3566
3567 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
3568
3569 * textmodes/org.el (org-deadline-announce): Face removed.
3570 (org-level-faces, org-n-levels): Convert to constant.
3571 (org-compatible-face): New function.
3572 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
3573 (org-level-5, org-level-6, org-level-7, org-level-8)
3574 (org-special-keyword, org-warning, org-headline-done, org-link)
3575 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
3576 (org-scheduled-today, org-scheduled-previously, org-time-grid):
3577 Face definition revised for better color tty support.
3578 (org-bold-re, org-italic-re, org-underline-re): New constants.
3579 (org-set-font-lock-defaults): Use the new constants.
3580 (org-agenda-highlight-todo): New function.
3581 (org-agenda-todo): Fix bug with point at end of line.
3582 (org-agenda-change-all-lines, org-finalize-agenda-entries):
3583 Fontify TODO keywords.
3584 (org-insert-link): Preserve relative path in ../ links.
3585 (org-export-as-html): Convert links pointing to .org files into
3586 links that will work beteen the exported HTML files.
3587 (org-todo-list): Fix bug when arg=0.
3588 (org-insert-heading): More fine-tuning.
3589
3590 2006-04-19 Romain Francoise <romain@orebokech.com>
3591
3592 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
3593 from `rmail-mime-charset-pattern'.
3594
3595 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
3596
3597 * progmodes/python.el (python-mode): Fix typo.
3598
3599 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
3600
3601 * comint.el (comint-previous-input): Don't clobber input line
3602 when moving off either end of the input history ring.
3603 (comint-delete-input): New function, used by
3604 `comint-previous-input' and others.
3605 (comint-previous-matching-input):
3606 Use `coming-delete-input'. Save the partial input if leaving the
3607 edit line. Goto point-max before deleting input to avoid
3608 partial input fragments hanging around.
3609 (comint-restore-input): New function, used by `comint-previous-input'.
3610
3611 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
3612
3613 * imenu.el (imenu--index-alist): Balance parentheses.
3614
3615 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
3616
3617 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
3618
3619 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
3620
3621 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
3622 file is nil.
3623
3624 2006-04-18 Richard Stallman <rms@gnu.org>
3625
3626 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
3627
3628 * imenu.el (imenu-create-index-function, imenu--index-alist)
3629 (imenu--last-menubar-index-alist, imenu--make-index-alist)
3630 (imenu-default-create-index-function, imenu--generic-function):
3631 Doc fixes.
3632
3633 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
3634
3635 * help-mode.el (help-mode): Set view-exit-action to delete window.
3636
3637 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
3638 now works by passing nil as arg.
3639
3640 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
3641
3642 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
3643 (read-abbrev-file): Provide default when reading filename.
3644
3645 * files.el (enable-local-variables): Allow :all as value.
3646 (hack-local-variables): Implement that value.
3647 (safe-local-variable-values, safe-local-eval-forms)
3648 (enable-local-variables): Mark as risky.
3649 (find-file-visit-truename, kept-old-versions): Mark safe.
3650
3651 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
3652 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
3653 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
3654
3655 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3656
3657 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
3658 Use forward-line so as to get to BOL even in the presence of fields.
3659 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
3660 in return.
3661 (inferior-tcl): Tell tclsh to work in interactive mode.
3662
3663 * complete.el (partial-completion-mode):
3664 Use 'choose-completion-string-functions to make sure that
3665 choose-completion fills the minibuffer properly.
3666
3667 * complete.el (PC-old-read-file-name-internal): Remove.
3668 (PC-read-include-file-name-internal): Remove. Turn it into an advice
3669 of read-file-name-internal.
3670 (partial-completion-mode): Enable/disable this advice.
3671
3672 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
3673
3674 * net/tramp.el (tramp-completion-file-name-handler): Revert change
3675 of 2006-04-17.
3676
3677 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
3678
3679 * textmodes/org.el (org-insert-heading): Insert heading before
3680 current if at beginning of line.
3681 (org-todo, org-date): New faces.
3682 (org-table-align): Make sure tooltip window contains full text.
3683 (org-no-properties): New defsubst.
3684 (org-set-font-lock-defaults): Use new faces.
3685
3686 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
3687
3688 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
3689 for root variables.
3690
3691 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
3692 (gdb-frame-address): Re-use to identify frame for watch expression.
3693 (gdb-var-list, gdb-var-create-handler): Add frame address for root
3694 variables.
3695 (gdb-init-1, gdb-source, gdb-post-prompt)
3696 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
3697 (gdb-frame-handler): Get gdb-frame-address.
3698
3699 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
3700
3701 Sync with Tramp 2.0.53.
3702
3703 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
3704 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
3705 (tramp-completion-file-name-handler): Add autoload cookie for
3706 adding to `file-name-handler-alist'.
3707
3708 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
3709 the prompt. If it returns earlier (when detecting an error
3710 message), the rest of the output will merge accidently with the
3711 output of the next command. Reported by M Jared Finder
3712 <jared@hpalace.com>.
3713
3714 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3715 for `process-file', in order to let it work for older Emacsen too.
3716
3717 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
3718
3719 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
3720 (tex-font-lock-keywords-3): Use it.
3721
3722 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3723
3724 * newcomment.el (comment-add): New function.
3725 (comment-region-default, comment-dwim): Use it.
3726
3727 2006-04-15 Michael Olson <mwolson@gnu.org>
3728
3729 * emacs-lisp/tq.el: Improve comments.
3730 (tq-queue-head-question): New accessor function.
3731 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
3732 Update for modified queue structure.
3733 (tq-queue-add): Accept `question' argument.
3734 (tq-queue-pop): If a question is pending, send it.
3735 (tq-enqueue): Accept new optional argument `delay-question'.
3736 If this is non-nil, and at least one other question is pending a
3737 response, queue the question rather than sending it immediately.
3738
3739 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3740
3741 * calendar/appt.el (appt-add): Check whether an appointment is
3742 already present in appt-time-msg-list. Simplify code.
3743
3744 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3745
3746 * progmodes/cc-langs.el (c-mode-menu):
3747 Don't presume c-subword-mode is bound.
3748
3749 2006-04-13 Bill Wohler <wohler@newt.com>
3750
3751 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
3752 (customize-package-emacs-version): Use cdr instead of cadr now
3753 that alists use dotted pairs.
3754
3755 * custom.el (defcustom): Fix docstring for :package-version.
3756
3757 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
3758
3759 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
3760 (tramp-handle-shell-command): Display output buffer only when
3761 `tramp-display-shell-command-buffer' is true.
3762 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
3763
3764 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3765
3766 * textmodes/org.el (org-set-autofill-regexps): Set only the local
3767 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
3768
3769 2006-04-13 Romain Francoise <romain@orebokech.com>
3770
3771 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
3772 leaving temporary .cvsignore buffers behind.
3773
3774 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3775
3776 * textmodes/org.el (org-set-regexps-and-options)
3777 (org-get-current-options): Better names for the startup folding
3778 options.
3779
3780 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
3781
3782 * vc.el (vc-annotate): Arrange for point to end up at the same
3783 line number as in the original, but only when using a new buffer.
3784
3785 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
3786
3787 * files.el (hack-one-local-variable-eval-safep):
3788 Recognize `edebug-form-spec' for `put', but only if it passes
3789 `edebug-basic-spec'. Generalize `put' handling.
3790
3791 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
3792 vetting file-local form specs.
3793
3794 * allout.el (allout-layout): Autoload its `safe-local-variable'
3795 property.
3796
3797 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3798
3799 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
3800 (org-agenda-mouse-1-follows-link)
3801 (org-mouse-1-follows-link): New options.
3802 (org-format-agenda-item): Fix bug if TAGS is nil.
3803 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
3804
3805 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
3806
3807 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
3808 GDB 6.1+ gives full filename for "info sources" so use
3809 file-name-nondirectory.
3810
3811 2006-04-12 Romain Francoise <romain@orebokech.com>
3812
3813 * subr.el (read-passwd): Bind `message-log-max' to nil.
3814
3815 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3816
3817 * progmodes/perl-mode.el (perl-indent-new-calculate):
3818 Recompute parse-start after jumping backward by a whole sexp.
3819
3820 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3821
3822 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
3823 window configuration.
3824 (vc-annotate-display-select): Select the buffer so that current-buffer
3825 (and selected-window) is the output buffer at the end of vc-annotate.
3826
3827 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
3828
3829 * vc.el (vc-annotate-color-map): Add custom TTY color map for
3830 8-color terminals, to use all of the colors in a sensible order.
3831 256-color terminals work well with the standard map.
3832 (vc-annotate-lines): Only strip the first color character if it
3833 is "#", to allow for terminal-style named colors.
3834 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
3835 the correct buffer is scrolled.
3836
3837 2006-04-11 Richard Stallman <rms@gnu.org>
3838
3839 * emacs-lisp/bytecomp.el (byte-compile-file):
3840 Bind enable-local-variables to :safe, and make normal-mode obey it.
3841
3842 * files.el (enable-local-variables): Allow value :safe.
3843 (normal-mode): Doc fix.
3844 (hack-local-variables): Implement enable-local-variables = :safe.
3845 (hack-local-variables-confirm): Don't prevent quitting.
3846
3847 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3848
3849 * loadhist.el (unload-feature): A bit of sanity check of
3850 load-history entries. Cancel timer-vars before unbinding them.
3851
3852 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
3853 quote special chars, and make the trick work on the hex part of the
3854 buffer as well.
3855 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
3856 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
3857
3858 * startup.el (normal-splash-screen): Fix last change so we don't wait
3859 2 minutes if we don't show the splash screen.
3860
3861 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
3862
3863 * textmodes/org.el (org-export-plain-list-max-depth)
3864 (org-table-spaces-around-separators)
3865 (org-radio-targets, org-activate-camels)
3866 (org-table-spaces-around-invisible-separators): Options removed.
3867 (org-time-stamp-rounding-minutes, org-remember-templates)
3868 (org-ellipsis, org-activate-links, org-descriptive-links):
3869 New options.
3870 (org-remember-apply-template, org-current-time)
3871 (org-finish-edit-table-field)
3872 (org-link-unescape, org-link-escape)
3873 (org-string-width, org-table-clean-line, org-html-do-expand)
3874 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
3875 (org-read-agenda-file-list): New functions.
3876 (org-table-edit-field)
3877 (org-table-create-or-convert-from-region): New commands
3878 (org-table-toggle-vline-visibility): Command removed.
3879 (org-table-convert-region): Made a command.
3880 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
3881 Replace with the normal org- functions.
3882 (org-self-insert-command): Don't trigger realign unnecessarily
3883 when blanking a field that is not full.
3884 (org-mode): `Set buffer-invisibility-spec' for links.
3885 (org-activate-links2): Hide link part and only show descriptive
3886 part of the link.
3887 (org-insert-link): Modify for new linking system.
3888 (org-store-link): Store description separately, for use by
3889 `org-insert-link'.
3890 (org-table-align): Use `org-string-width'.
3891 (defgroup): Completely new group structure for custom variables.
3892 (org-agenda-files): Option: Single file name allowed. Function:
3893 Optional argument unrestrited means ignore any restricitons.
3894 (org-install-agenda-files-menu): Find a buffer in Org-mode before
3895 trying to modify the menu. Use generalized access to
3896 `org-agenda-files.'
3897 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
3898 (org-agenda-file-to-front, org-remove-file, org-diary)
3899 (org-tags-view, org-export-icalendar-all-agenda-files)
3900 (org-export-icalendar-combine-agenda-files): Use generalized
3901 access to `org-agenda-files'.
3902 (org-remember-handler): Correctly preserve heading if present.
3903 (org-table-insert-row, org-table-insert-hline): Deal with
3904 invisible characters.
3905
3906 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
3907
3908 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
3909 (vc-annotate-color-map): New 18 element constant
3910 value/saturation, rotating hue colormap, from red->blue.
3911 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
3912 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
3913 (vc-annotate): To avoid killing the required local variables,
3914 set them before the end of `with-output-to-temp-buffer', and
3915 after first switching to annotate-mode.
3916 (vc-annotate-warp-version): Add buffer argument in goto-line to
3917 ensure annotation, not source, is scrolled.
3918
3919 2006-04-10 Bill Wohler <wohler@newt.com>
3920
3921 * custom.el (defcustom, custom-handle-keyword):
3922 Add :package-version keyword.
3923 (custom-add-package-version): New function. Sets value of new
3924 property 'custom-package-version from :package-version keyword.
3925 (defcustom): Create Common Keywords section in docstring.
3926 (defface, defgroup): Replace definitions of a select few keywords
3927 with a reference to the Common Keywords in defcustom.
3928 (defcustom, defface, defgroup): Replace reference to Customization
3929 chapter in manual with hyperlink.
3930
3931 * cus-edit.el (customize-package-emacs-version-alist):
3932 New variable.
3933 (customize-changed-options): Add check for custom-package-version.
3934 (customize-package-emacs-version): New function to look up Emacs
3935 version corresponding to the given package version.
3936
3937 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
3938 defun name, in similar fashion to find-variable-regexp.
3939
3940 2006-04-10 Eli Zaretskii <eliz@gnu.org>
3941
3942 * international/mule-cmds.el (set-locale-environment): Fix last
3943 change for when the locale's preferences don't specify any encoding.
3944
3945 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3946
3947 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
3948 so the defined var/fun doesn't need to be quoted.
3949
3950 2006-04-10 Richard Stallman <rms@gnu.org>
3951
3952 * finder.el (finder-mode-map): Add n and p bindings.
3953
3954 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
3955
3956 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
3957 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
3958 (gdb-setup-windows): Put something in source window if we can't find
3959 the source file.
3960 (gdb-frame-handler): Make it work again with just assembly.
3961 (gdb-data-list-register-values-handler): Make it work when there is
3962 no stack.
3963
3964 2006-04-09 Richard Stallman <rms@gnu.org>
3965
3966 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
3967 specs while looking for charset.
3968
3969 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
3970
3971 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
3972 Make them faces.
3973 (lm-font-lock-keywords): Update appropriately.
3974
3975 2006-04-10 Kim F. Storm <storm@cua.dk>
3976
3977 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
3978 it can also replace buffer-substring-no-properties.
3979
3980 * emulation/cua-base.el (cua-delete-region, cua-paste)
3981 (cua-repeat-replace-region): Use filter-buffer-substring.
3982
3983 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3984 (cua-cut-region-to-global-mark): Likewise.
3985
3986 * emulation/cua-rect.el (cua--extract-rectangle)
3987 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
3988
3989 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3990
3991 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
3992 entry-type. Add field delimiters to numerical fields if they are
3993 not present.
3994
3995 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3996
3997 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
3998 string-const to return value.
3999 (bibtex-remove-delimiters): Use it.
4000
4001 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4002
4003 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
4004 cl-byte-compile-compiler-macro unless it exists.
4005
4006 2006-04-08 Eli Zaretskii <eliz@gnu.org>
4007
4008 * files.el (hack-local-variables-confirm) <offer-save>:
4009 Clarify message text. Suggested by Ralf Angeli.
4010
4011 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
4012
4013 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
4014 (delete-extract-rectangle-line): Use `filter-buffer-substring'
4015 instead of `buffer-substring' and `delete-region'. (Most of the
4016 code actually copied from `kill-region'.)
4017
4018 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
4019
4020 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
4021 (rcirc-default-port): Rename from rcirc-port.
4022 (rcirc-default-nick): Rename from rcirc-nick.
4023 (rcirc-default-user-name): Rename from rcirc-user-name.
4024 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
4025 (rcirc-low-priority-flag): New variable.
4026 (rcirc-decode-coding-system): New defcustom.
4027 (rcirc-encode-coding-system): New defcustom.
4028 (rcirc-coding-system-alist): New defcustom.
4029 (rcirc-multiline-major-mode): New defcustom.
4030 (rcirc-nick): New internal variable.
4031 (rcirc-process): Remove variable.
4032 (rcirc-server-buffer): New variable.
4033 (rcirc): Update to use rcirc-default-* variables above.
4034 (rcirc-connect): Do not add window-configuration-hook-here.
4035 (rcirc-server): New internal variable.
4036 (rcirc-connect): Do not send keepalive pings if
4037 rcirc-keepalive-seconds is nil.
4038 (with-rcirc-server-buffer): New macro.
4039 (rcirc-send-string): Encode with rcirc-encode-coding-system.
4040 (rcirc-server-name): Rename from rcirc-server.
4041 (rcirc-buffer-process): New function.
4042 (rcirc-buffer-nick): New function.
4043 (rcirc-buffer-target): Remove function.
4044 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
4045 New commands.
4046 (rcirc-mode-map): Change binding of C-c C-l to
4047 rcirc-toggle-low-priority.
4048 (rcirc-mode): Initialize coding system based on
4049 rcirc-coding-system-alist. New change-major-mode-hook to part the
4050 channel on a mode change. Make kill-buffer-hook buffer-local.
4051 (rcirc-change-major-mode-hook): New function.
4052 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
4053 (rcirc-last-post-time): New variable.
4054 (rcirc-process-message): Store the last time user posted a message
4055 to this target.
4056 (rcirc-multiline-minor-mode): New mode.
4057 (rcirc-multiline-minor-mode-map): New mode map.
4058 (rcirc-edit-multiline): Put multiline-edit buffer in
4059 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
4060 (rcirc-print): Ignore any line starting with an ignored nick.
4061 (rcirc-print): Decode using rcirc-decode-coding-system.
4062 (rcirc-track-minor-mode): Update global-mode-string when disabling
4063 this mode.
4064 (minor-mode-alist): Add LowPri indicator.
4065 (rcirc-toggle-low-priority): New function.
4066 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
4067 next lowpriority buffer with activity.
4068 (rcirc-record-activity): Sort buffers in rcirc-activity by the
4069 last time the user posted a message in to the target.
4070 (rcirc-update-activity-string): New formatting for low priority
4071 buffers.
4072 (rcirc-split-activity): New function.
4073 (rcirc-handler-PART, rcirc-handler-KICK)
4074 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
4075 (rcirc-nick-away-alist): New variable.
4076 (rcirc-handler-301): New handler. Away messages are printed once
4077 per change.
4078
4079 2006-04-08 Eli Zaretskii <eliz@gnu.org>
4080
4081 * info.el (Info-follow-nearest-node): Doc fix.
4082
4083 * international/mule-cmds.el (set-locale-environment): Make sure
4084 the coding-system preferred by the locale's language has the same
4085 EOL conversion type as the original buffer-file-coding-system.
4086 (locale-language-names): Add a few MS Windows language codes.
4087
4088 2006-04-07 Richard Stallman <rms@gnu.org>
4089
4090 * simple.el (eval-expression): Doc fix.
4091
4092 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
4093 (eval-defun): Doc fixes.
4094
4095 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4096
4097 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
4098
4099 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
4100
4101 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
4102 GDB list command without argument for greater generality.
4103
4104 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4105
4106 * subr.el (string-or-null-p): New function.
4107
4108 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
4109
4110 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
4111
4112 * files.el: Update comment about safe-local-variable declarations.
4113
4114 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
4115
4116 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
4117 See idlwave.org.
4118
4119 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
4120 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
4121
4122 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
4123 See idlwave.org.
4124
4125 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
4126 version 6.0 (minimal changes). See idlwave.org.
4127
4128 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
4129 6.0 (minimal changes). See idlwave.org.
4130
4131 * progmodes/idlw-rinfo.el: File obsoleted and removed.
4132
4133 2006-04-06 Romain Francoise <romain@orebokech.com>
4134
4135 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
4136 symmetric encryption features and a new asynchronous interface to
4137 GnuPG. This new version is version 1.4, plus whitespace changes.
4138
4139 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4140
4141 * files.el: Move some `safe-local-variable' declarations to the
4142 respective files.
4143
4144 * textmodes/ispell.el (ispell-check-comments)
4145 (ispell-local-dictionary): Mark as safe.
4146
4147 * abbrev.el (abbrev-mode): Mark as safe.
4148
4149 * add-log.el (change-log-default-name): Mark as safe.
4150
4151 * textmodes/reftex-vars.el (reftex-vref-is-default)
4152 (reftex-fref-is-default, reftex-level-indent)
4153 (reftex-guess-label-type): Mark as safe.
4154
4155 * textmodes/fill.el (colon-double-space): Mark as safe.
4156
4157 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
4158 (sentence-end-double-space, sentence-end-without-period)
4159 (sentence-end-without-space, sentence-end, sentence-end-base)
4160 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
4161
4162 2006-04-06 Kim F. Storm <storm@cua.dk>
4163
4164 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
4165 the :set-after list.
4166 (ido-downcase-unc-hosts): New user option. Default on.
4167 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
4168 when it is set, as regexps are now applied on the fly.
4169 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
4170 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
4171 on the fly, but only when ido-process-ignore-lists is set.
4172 Do case insensitive filtering if ido-downcase-unc-hosts is set.
4173 Only downcase names if ido-downcase-unc-hosts is set.
4174
4175 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
4176
4177 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
4178
4179 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
4180
4181 2006-04-05 Kim F. Storm <storm@cua.dk>
4182
4183 * ido.el (ido-mode): Set after ido-unc-hosts and
4184 ido-ignore-unc-host-regexps.
4185 (ido-save-history): Save ido-unc-hosts-cache.
4186 (ido-load-history): Load ido-unc-hosts-cache.
4187 (ido-reread-directory): Refresh unc hosts cache in // dir.
4188
4189 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
4190 to nil while displaying slash screen.
4191
4192 2006-04-05 Daiki Ueno <ueno@unixuser.org>
4193
4194 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
4195 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4196
4197 2006-04-05 Kenichi Handa <handa@m17n.org>
4198
4199 * international/characters.el: Setup cases of Latin, Greek, and
4200 Cyrillic characters in CJK charsets.
4201
4202 2006-03-29 Daiki Ueno <ueno@unixuser.org>
4203
4204 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4205 default-enable-multibyte-characters. This reverts the change from
4206 revision 6.17 which is no longer necessary because the passphrase
4207 is sent separately now. GnuPG messages are unreadable under
4208 multibyte locales with default-enable-multibyte-characters set to nil.
4209
4210 2006-04-04 Andreas Schwab <schwab@suse.de>
4211
4212 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
4213 and `byte-compile-warnings' as `safe-local-variable'.
4214
4215 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
4216
4217 * man.el (Man-mode-map): Restore the \r binding.
4218 (Man-abstract-xref-man-page): If Man-target-string is a function,
4219 call it.
4220 (Man-highlight-references): Use Man-default-man-entry to get the
4221 target. Deal with xrefs too.
4222 (Man-highlight-references0): Don't call the target function.
4223
4224 * woman.el (WoMan-xref-man-page): Strip the section number, woman
4225 cannot deal with it.
4226
4227 2006-04-04 Daiki Ueno <ueno@unixuser.org>
4228
4229 * pgg-gpg.el: Clean up process buffers every time gpg processes
4230 complete.
4231
4232 2006-04-04 Kenichi Handa <handa@m17n.org>
4233
4234 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
4235 here.
4236 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
4237 Temporarily bind inhibit-field-text-motion to t.
4238
4239 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4240
4241 * startup.el (normal-splash-screen): Only set mode-line-format in the
4242 splash buffer, so as not to interfere when debugging the code.
4243 Ignore errors when switching buffer.
4244
4245 2006-04-03 Romain Francoise <romain@orebokech.com>
4246
4247 * dired.el (dired-dnd-protocol-alist): Fix typo.
4248
4249 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
4250
4251 * savehist.el (savehist): Add :version.
4252 (savehist-ignored-variables): New variable.
4253 (savehist-minibuffer-hook): Don't save variables listed in
4254 `savehist-ignored-variables'.
4255
4256 * dired.el (dired-dnd-protocol-alist): Mention that change does
4257 only apply to new buffers in doc string.
4258
4259 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4260
4261 * recentf.el (recentf-open-files-item): Include newline in button
4262 field, so opening a file will work, when the point is at the end
4263 of the file name. Allow, for example, to [i]search a file by
4264 extension and just push RET to open it.
4265
4266 2006-04-03 Daiki Ueno <ueno@unixuser.org>
4267
4268 * pgg-gpg.el (pgg-gpg-process-filter)
4269 (pgg-gpg-wait-for-completion): Check if buffer is alive.
4270
4271 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
4272 lines, temporary fix.
4273
4274 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
4275
4276 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
4277
4278 2006-04-02 Richard Stallman <rms@gnu.org>
4279
4280 * progmodes/compile.el (compilation-message-face): Make it defcustom.
4281
4282 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
4283
4284 * ibuf-macs.el (define-ibuffer-column): Add a new key:
4285 header-mouse-map.
4286
4287 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
4288 (ibuffer-mode-header-map): New keymaps.
4289 (ibuffer-update-title-and-summary): Enable mouse face highlighting
4290 and keybindings for column headers.
4291 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
4292 property.
4293
4294 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
4295
4296 * speedbar.el (speedbar-after-create-hook): Doc fix.
4297
4298 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
4299
4300 * shell.el (shell-directory-tracker)
4301 (shell-dynamic-complete-command): Doc fixes.
4302
4303 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
4304
4305 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
4306 terminals.
4307
4308 2006-04-01 Kim F. Storm <storm@cua.dk>
4309
4310 * ido.el (ido-unc-hosts-cache): New defvar.
4311 (ido-unc-hosts): If value of defcustom is a function, call it to
4312 get list of UNC hosts. Add function-item choices to specify
4313 ido-unc-hosts-net-view or user function.
4314 (ido-ignore-unc-host-regexps): New defcustom.
4315 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
4316 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
4317 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
4318
4319 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4320
4321 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
4322 wwidth.
4323
4324 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
4325
4326 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
4327 (ido-max-work-file-list, ido-switch-buffer)
4328 (ido-read-file-name-as-directory-commands):
4329 Fix typos in docstrings.
4330
4331 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4332
4333 * term/mac-win.el (mac-system-coding-system): Define and use after
4334 Mac-specific coding systems are ready.
4335
4336 2006-03-27 Romain Francoise <romain@orebokech.com>
4337
4338 * net/rcirc.el (rcirc-connect): Add autoload cookie.
4339
4340 * ldefs-boot.el: Update.
4341
4342 2006-03-27 Daiki Ueno <ueno@unixuser.org>
4343
4344 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4345 passphrases when it is not needed.
4346 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4347 passphrase stuff from gpg, should only be necessary when you use
4348 gpg with a smartcard.
4349
4350 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
4351
4352 * comint.el (comint-dynamic-list-completions): Allow user to
4353 select *Completions* buffer.
4354
4355 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
4356
4357 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
4358
4359 2006-03-26 Andreas Schwab <schwab@suse.de>
4360
4361 * progmodes/gud.el (gdb): Only complain about multiple debugging
4362 when the gdb process is still running.
4363
4364 2006-03-25 Eli Zaretskii <eliz@gnu.org>
4365
4366 * mail/rmail.el (tool-bar-map): Defvar it.
4367 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
4368 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
4369
4370 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
4371
4372 * help.el (print-help-return-message): Suggest to use
4373 display-buffer instead of switch-to-buffer-other-window to restore
4374 the previous window without selecting it.
4375
4376 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4377
4378 * frame.el (select-frame-by-name): Call x-focus-frame also when
4379 window-system is mac.
4380
4381 * term/mac-win.el: Adjust Courier font specifications in
4382 x-fixed-font-alist.
4383 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
4384 when directly encoding to UTF-16 in native byte order, no BOM.
4385
4386 2006-03-25 Kim F. Storm <storm@cua.dk>
4387
4388 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
4389 (cua--init-keymaps): Use it instead of fixed C-return.
4390 (cua-mode): Set after it.
4391
4392 * emulation/cua-rect.el (cua--init-rectangles):
4393 Use cua-rectangle-mark-key instead of fixed C-return.
4394
4395 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
4396
4397 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
4398 "run" in .gdbinit.
4399 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
4400
4401 2006-03-24 Romain Francoise <romain@orebokech.com>
4402
4403 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
4404 `display-buffer-other-frame'.
4405
4406 2006-03-24 Kim F. Storm <storm@cua.dk>
4407
4408 * apropos.el (apropos-synonyms): Add selection => region.
4409
4410 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
4411
4412 * progmodes/gdb-ui.el (gdb-var-create-regexp)
4413 (gdb-var-list-children-regexp, gdb-var-update-regexp)
4414 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
4415 (gdb-data-list-register-values-regexp)
4416 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
4417 Future proof against new fields being added to MI output.
4418 (gdb-send): Don't treat backslashes for program input as
4419 continuations.
4420 (gdb-assembler-handler): Don't use window-start for this handler.
4421 (gdb-frame-handler): Don't change to hollow arrow if overlay
4422 arrow doesn't move to new frame.
4423
4424 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
4425
4426 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
4427 prevent compiler warnings.
4428 (gdb-stopped): Check for gud-last-last-frame (case: signal).
4429 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
4430 (gdb-assembler-custom): Use hollow-right-triangle for assembler
4431 buffer too.
4432
4433 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
4434
4435 * pgg-gpg.el (pgg-gpg-update-agent): Check for
4436 make-network-process, so we can use the same code in Gnus v5-10
4437 too and have this file fully synchronized with that release.
4438
4439 2006-03-23 Romain Francoise <romain@orebokech.com>
4440
4441 * ibuf-ext.el (ibuffer-read-filter-group-name):
4442 Use `ibuffer-generate-filter-groups' to make completion list match
4443 the filter groups that are really displayed in the Ibuffer buffer.
4444 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
4445
4446 2006-03-23 Kenichi Handa <handa@m17n.org>
4447
4448 * international/mule-cmds.el (sort-coding-systems): Describe that
4449 the argument is modified in docstring.
4450
4451 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
4452
4453 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4454 (pgg-gpg-update-agent): New function.
4455 (pgg-gpg-use-agent-p): New function.
4456 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
4457 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4458 (pgg-gpg-sign-region): Use it.
4459
4460 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
4461
4462 * cus-edit.el (custom-face-set): Call custom-push-theme before
4463 face-spec set so that `changed' theme is correctly saved.
4464 (custom-face-reset-standard): Reset to recalculated face rather
4465 than defface spec.
4466
4467 * custom.el (custom-push-theme): Only save `changed' theme if the
4468 current face does not match the defface specs.
4469
4470 2006-03-21 Simon Josefsson <jas@extundo.com>
4471
4472 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
4473 <wilde@sha-bang.de>.
4474 (pgg-gpg-use-agent): New variable.
4475 (pgg-gpg-process-region): Use it.
4476 (pgg-gpg-encrypt-region): Likewise.
4477 (pgg-gpg-encrypt-symmetric-region): Likewise.
4478 (pgg-gpg-decrypt-region): Likewise.
4479 (pgg-gpg-sign-region): Likewise.
4480 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4481
4482 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
4483
4484 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
4485 bracket links.
4486
4487 2006-03-21 Kim F. Storm <storm@cua.dk>
4488
4489 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
4490 fringe-indicator-alist instead of modifying global value.
4491 (gdb-frame-handler): Likewise.
4492
4493 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
4494
4495 * diff-mode.el (diff-function): Make it inherit from diff-header
4496 instead of diff-context.
4497
4498 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
4499 bitmap.
4500 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
4501 change names in macro above for consistency.
4502 (gdb-frame-handler): Use hollow-right-triangle for all selected
4503 frames which except the innermost (where execution has stopped).
4504 (gdb-reset): Reset buffer-local values of overlay-arrow.
4505
4506 2006-03-20 Richard Stallman <rms@gnu.org>
4507
4508 * simple.el (set-mark-command): Doc fix.
4509
4510 * files.el (display-buffer-other-frame): New command.
4511 (ctl-x-4-map): Bind C-x 5 C-o to it.
4512
4513 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4514
4515 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
4516 rather than just defer-time, in case defer-time has been changed but
4517 the timer isn't running yet.
4518 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
4519
4520 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4521
4522 * help-mode.el (help-follow-symbol): New function.
4523 Essentially identical to the old `help-follow', but do not let
4524 `push-button' do the work when on an xref.
4525 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
4526
4527 2006-03-19 Richard Stallman <rms@gnu.org>
4528
4529 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
4530 preceded by the word `program'.
4531 (help-follow-mouse, help-follow): Throw error if not on xref.
4532 Delete no longer used args.
4533
4534 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
4535
4536 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
4537 annotation ensure gud-overlay-arrow-position is redisplayed.
4538
4539 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4540
4541 * textmodes/bibtex.el (bibtex-include-OPTkey)
4542 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
4543 (bibtex-autokey-name-case-convert)
4544 (bibtex-autokey-titleword-case-convert): Make these the aliases
4545 for the following two variables.
4546 (bibtex-autokey-name-case-convert-function)
4547 (bibtex-autokey-titleword-case-convert-function): Make these the
4548 real names.
4549 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
4550 bibtex-font-lock-crossref sublists.
4551 (bibtex-mode): Revert 2005-12-30 change (which made
4552 completion-ignore-case buffer-local).
4553 (bibtex-url): Simplify.
4554
4555 2006-03-19 Kim F. Storm <storm@cua.dk>
4556
4557 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
4558 cursor property value to 2 (to align with C level change).
4559
4560 2006-03-19 Bill Wohler <wohler@newt.com>
4561
4562 * image.el (image-load-path-for-library): Shorten first line in
4563 docstring.
4564
4565 2006-03-18 Richard Stallman <rms@gnu.org>
4566
4567 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
4568
4569 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
4570
4571 * isearch.el (isearch-other-meta-char): Handle user bindings for
4572 shifted control characters.
4573
4574 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
4575
4576 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
4577 part that matches email addresses, file names, etc.
4578
4579 2006-03-18 Eli Zaretskii <eliz@gnu.org>
4580
4581 * term/w32-win.el (mouse-set-font):
4582 Mention w32-list-proportional-fonts in the doc string.
4583
4584 2006-03-18 Kim F. Storm <storm@cua.dk>
4585
4586 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
4587 (ido-unc-hosts): New user option to explicitly define list of know
4588 UNC-style hosts for completion.
4589 (ido-cache-unc-host-shares-time): New user option.
4590 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
4591 New helper functions for UNC file-name support.
4592 (ido-may-cache-directory): Check for UNC host. Simplify.
4593 (ido-wash-history): Clean out old UNC hosts.
4594 (ido-nonreadable-directory-p): UNC hosts are always readable.
4595 (ido-directory-too-big-p): UNC hosts are never too big.
4596 (ido-set-current-directory): Handle UNC root path.
4597 (ido-file-name-all-completions): Complete UNC host names from
4598 ido-unc-hosts list. Cache UNC host shares.
4599 (ido-make-file-list-1): Don't filter UNC root.
4600 (ido-exhibit): Check for // in root directory, and switch to UNC
4601 mode by setting ido-current-directory to //.
4602
4603 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
4604
4605 * cus-edit.el (customize-changed-options): Mention explicit
4606 version number as default in prompt.
4607
4608 2006-03-17 Bill Wohler <wohler@newt.com>
4609
4610 * image.el (image-load-path-for-library): Minor docstring fix.
4611
4612 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
4613
4614 * textmodes/org.el (org-read-date): Include subgroup 5 into
4615 replacement text.
4616 (org-popup-calendar-for-date-prompt): Fix customization type.
4617
4618 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
4619
4620 * progmodes/gdb-ui.el (gud-watch): Provide completion.
4621 (gdb-continuation): New variable.
4622 (gdb-send): Deal with continuation lines.
4623
4624 * progmodes/gud.el (gud-gdb-complete-command)
4625 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
4626 expressions.
4627 (gud-tooltip-mode): Use buffer-local value.
4628
4629 2006-03-16 Kim F. Storm <storm@cua.dk>
4630
4631 * ido.el (ido-edit-input): Use selected match, if any.
4632
4633 2006-03-16 Bill Wohler <wohler@newt.com>
4634
4635 * image.el (image-load-path-for-library): Prefer user's images in
4636 image-load-path.
4637
4638 2006-03-16 Martin Rudalics <rudalics@gmx.at>
4639
4640 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
4641 when checking for attempt to drag leftmost or rightmost scrollbar.
4642
4643 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
4644
4645 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
4646 (gdb-force-mode-line-update): New function.
4647 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
4648 (gdb-exited): Use them.
4649 (gdb-signal): New function.
4650 (gdb-annotation-rules): Provide a rule for it.
4651
4652 2006-03-16 Kenichi Handa <handa@m17n.org>
4653
4654 * international/mule.el (auto-coding-regexp-alist): Add entries
4655 for Unicode BOM.
4656
4657 * sort.el (sort-build-lists): Temporarily bind
4658 inhibit-field-text-motion to t.
4659
4660 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
4661
4662 * locate.el (locate-command, locate-make-command-line)
4663 (locate-fcodes-file, locate-update-command)
4664 (locate-prompt-for-command, locate, locate-with-filter)
4665 (locate-get-file-positions): Doc fixes.
4666 (locate-buffer-name, locate-header-face): Remove leading `*' in
4667 defcustom.
4668 (locate-filter-output): Use `keep-lines' instead of its alias
4669 `delete-non-matching-lines'.
4670 (locate-get-filename, locate-get-dirname): Add introductory comment.
4671 (locate-find-directory-other-window): Give appropriate error
4672 message if used outside main listing.
4673
4674 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4675
4676 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
4677 the new extend-region feature.
4678 (font-lock-after-change-function): Update correspondingly.
4679 * jit-lock.el (jit-lock-after-change): Update correspondingly.
4680 * progmodes/grep.el (font-lock-lines-before): Don't disable.
4681
4682 2006-03-15 Bill Wohler <wohler@newt.com>
4683
4684 * image.el (image-load-path-for-library): Fix example by not
4685 recommending that one binds image-load-path. Just defvar it to
4686 placate compiler and only use it if previously defined.
4687
4688 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
4689
4690 * textmodes/org.el (org-insert-centered): Use `string-width' to
4691 make underlining work for wide characters.
4692 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
4693 TAB to `org-cycle', to make sure that no binding in
4694 `outline-mode-map' can supercede it.
4695
4696 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
4697
4698 * allout.el: Increment version to 2.2.1 in file commentary.
4699
4700 (allout-version): Increment to 2.2.1.
4701
4702 (allout-default-layout): New customization variable, used when the
4703 file lacks a specific allout-layout. Uses allout-layout-type for
4704 recursively nested definition.
4705
4706 (allout-layout-type): Widget defining allout layouts, necessary for
4707 self-recursive definition.
4708
4709 (allout-mode): Incorporate allout-default-layout as fallback for
4710 allout-layout.
4711
4712 (allout-layout): Mark as 'safe-local-variable', and refer mention
4713 fallback to `allout-default-layout' in absence of a specified value.
4714 (allout-passphrase-verifier-string)
4715 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
4716
4717 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
4718
4719 (allout-get-encryption-passphrase-verifier): Use correct name of
4720 passphrase verifier in docstring.
4721
4722 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
4723
4724 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
4725 elements.
4726 (gdb-find-watch-expression): Make it work for arrays too.
4727 Follow change to gdb-var-list.
4728 (gud-watch): Allow the user to enter variable name with a prexix
4729 arg. Create keybindings.
4730 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4731 (gdb-var-list-children-handler, gdb-var-update-handler)
4732 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
4733 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
4734 Follow change to gdb-var-list.
4735 (gdb-starting): Don't show the overlay arrows when program is running.
4736
4737 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
4738 gdb-var-list.
4739
4740 2006-03-14 Bill Wohler <wohler@newt.com>
4741
4742 * image.el (image-load-path-for-library): Pass value of path
4743 rather than symbol. Always return list of directories.
4744 Guarantee that image directory comes first.
4745
4746 2006-03-14 Alan Mackenzie <acm@muc.de>
4747
4748 * font-core.el (font-lock-extend-region\(-function\)?.):
4749 New function/variable.
4750
4751 * font-lock.el (font-lock-after-change-function):
4752 Call font-lock-extend-region. Obey font-lock-lines-before.
4753 (font-lock-default-fontify-region): Remove reference to
4754 font-lock-lines-before.
4755
4756 * jit-lock.el (jit-lock-after-change):
4757 Call font-lock-extend-region. Obey font-lock-lines-before.
4758
4759 2006-03-14 David Ponce <david@dponce.com>
4760
4761 * tree-widget.el (tree-widget-themes-load-path)
4762 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4763
4764 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
4765
4766 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
4767 (rcirc-print): Mark the start of text at the end of the prompt.
4768 (rcirc-track-minor-mode): Add autoload cookie.
4769 (rcirc-update-activity-string): Add space to front of mode-line
4770 indicator.
4771
4772 2006-03-13 Miles Bader <miles@gnu.org>
4773
4774 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
4775 (rcirc-abbrev-nick): Remove function.
4776 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
4777
4778 2006-03-13 David Ponce <david@dponce.com>
4779
4780 * tree-widget.el: Handle themes across all occurrences of the main
4781 themes sub-directory found in tree-widget-themes-load-path.
4782 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4783 (tree-widget--locate-sub-directory): Return all occurrences.
4784 (tree-widget-themes-path): New function.
4785 Replace tree-widget-themes-directory, and return a list of directories.
4786 (tree-widget-set-parent-theme)
4787 (tree-widget-lookup-image): Use it.
4788
4789 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
4790
4791 * textmodes/org.el (org-link-search): Avoid self-matching of
4792 links, allow target text to be distributed over several lines.
4793 (org-search-not-link): New function.
4794 (org-set-regexps-and-options, org-get-current-options):
4795 New startup options.
4796 (org-export-as-html): Take odd-level setting from local variable.
4797 (org-fontify-emphasized-text): New option.
4798 (org-set-font-lock-defaults): Include emphasized text.
4799 (org-follow-mhe-link): Allow folder-only links, fix folder name.
4800 (org-font-lock): Customize group renamed from `org-faces'.
4801
4802 2006-03-13 John Paul Wallington <jpw@pobox.com>
4803
4804 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
4805 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
4806
4807 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
4808
4809 * cus-start.el (all): Delete :version keyword for members of the
4810 fringe group, since the entire group is new in 22.1.
4811
4812 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
4813
4814 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
4815 map if value is hexadecimal (an address).
4816 (gud-watch): Only search roots for existing watch expressions.
4817 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
4818 prevent caching problems with speedbar-update-directory-contents.
4819
4820 2006-03-12 Juri Linkov <juri@jurta.org>
4821
4822 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
4823 before comparing with `low' and `warn'.
4824
4825 * info.el (Info-dir-remove-duplicates): Move point to the
4826 beginning of the current line after deleting the entries from
4827 redundant heading. Use marker for `limit' and compare it with
4828 point before calling `re-search-forward'.
4829
4830 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4831
4832 * simple.el (yank): Fix typo in docstring.
4833
4834 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
4835
4836 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
4837 messages, where "D" is the 6th character.
4838
4839 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4840
4841 * simple.el (yank): Fix last change.
4842
4843 2006-03-11 David Ponce <david@dponce.com>
4844
4845 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
4846 merging elements from the standard ispell-dictionary-alist.
4847 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
4848 alist, and return the new alist.
4849
4850 2006-03-11 Richard Stallman <rms@gnu.org>
4851
4852 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
4853
4854 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
4855 the way it is implemented is too unclean.
4856
4857 * simple.el (kill-region, yank): Doc fix.
4858
4859 * battery.el (battery-echo-area-format): Doc fix.
4860 (battery-mode-line-format): Likewise.
4861 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
4862 (battery-linux-proc-acpi): Ignore batteries that say "charged".
4863
4864 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
4865
4866 * progmodes/octave-mod.el (octave-indent-for-comment):
4867 Behave according to do string.
4868
4869 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
4870
4871 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
4872 Be visible only if major mode is Mail Mode.
4873
4874 * textmodes/flyspell.el (flyspell-external-point-words)
4875 (flyspell-process-localwords): Fix last changes.
4876
4877 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4878
4879 * calendar/holidays.el (list-holidays): Doc fix.
4880
4881 * international/mule.el (auto-coding-alist): Add .odt
4882 (OpenOffice's open document) files.
4883
4884 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
4885 document) files. Mention in the doc string the need to sync with
4886 auto-coding-alist.
4887
4888 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
4889
4890 * files.el (hack-local-variables-confirm): Don't prompt for ! if
4891 enable-local-variables is set to always query, or there is no
4892 savable variable.
4893
4894 2006-03-10 Bill Wohler <wohler@newt.com>
4895
4896 * image.el (image-load-path-for-library): Merge at least three
4897 functions from Gnus and MH-E into this one function that can now
4898 be shared.
4899
4900 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
4901
4902 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
4903 gdb-remove-mouse-face and remove help-echo too.
4904 (gdb-enqueue-input): Correct conditional clause.
4905
4906 2006-03-10 Glenn Morris <rgm@gnu.org>
4907
4908 * calendar/calendar.el (calendar-holidays): Doc fix.
4909 * calendar/holidays.el (list-holidays): Doc fix.
4910
4911 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
4912
4913 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
4914 it gets called in gdb-prompt anyway.
4915 (gdb-use-separate-io-buffer): Only restore window arrangement for
4916 gdb-many-windows.
4917 (gdb-enqueue-input): Make it harder to send GDB input when program
4918 is running.
4919 (gdb-buffer-list): New variable.
4920 (gdb-remove-mouse-face): New function.
4921 (gdb-starting): Use it when GDB input won't get sent.
4922
4923 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
4924
4925 * help.el (view-lossage): Remove trailing whitespace before
4926 inserting "\n".
4927
4928 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
4929
4930 * files.el (hack-local-variables-confirm):
4931 Set coding-system-for-read to nil before writing to .emacs.
4932
4933 * arc-mode.el (archive-extract): Check if an existing buffer name
4934 comes from a different archive.
4935
4936 * help.el (describe-key-briefly): If KEY is a down event, read and
4937 discard the up event.
4938
4939 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
4940
4941 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
4942 be edited and use font-lock-warning-face for any changes.
4943
4944 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
4945 (gdb-edit-value): Use it to report any errors.
4946
4947 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
4948
4949 * help.el (describe-key): Remove leftover test code.
4950
4951 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
4952
4953 * textmodes/org.el: Move defvars out of eval-when-compile.
4954 Use buffer-file-name variable.
4955 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
4956 arg `file'.
4957 (org-level-faces): Remove startup dependency.
4958 (org-cycle, org-map-tree, org-scan-tags)
4959 (org-remember-handler): Don't call `outline-level' directly.
4960 (org-mhe-search-all-folders): New option.
4961 (org-mhe-get-message-folder-from-index)
4962 (org-mhe-get-message-folder): Fix indexing search.
4963 (org-format-agenda-item): Handle nil TAGS argument.
4964 (org-cleaned-string-for-export, org-activate-target-links)
4965 (org-make-target-link-regexp): Deal with empty radio target list.
4966 (org-tag): New face.
4967 (org-get-level-face): New function.
4968 (org-set-font-lock-defaults): Simplify setup for headlines.
4969 (org-complete): Pass common substring to `display-completion-list'.
4970
4971 2006-03-06 David Ponce <david@dponce.com>
4972
4973 * tree-widget.el: Update Commentary header.
4974 (tree-widget-theme-name): Ignore parent themes.
4975 (tree-widget-set-parent-theme): New function.
4976 (tree-widget-set-theme): Use it.
4977 (tree-widget-set-image-properties): Move definition. Does nothing
4978 if image properties have already been set.
4979 (tree-widget-image-properties): Move definition. Receive an image
4980 name. Set the :pointer property.
4981 (tree-widget-lookup-image): Doc fix. Search in parent themes.
4982 Don't set the :pointer image property.
4983 (tree-widget-convert-widget): New function. Handle :dynargs
4984 compatibility here.
4985 (tree-widget): Use it to :convert-widget. Add the :expander-p
4986 predicate to control when the :expander function is entered.
4987 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
4988 (tree-widget-value-create): Handle :expander-p. widget-apply
4989 :expander.
4990 (tree-widget-expander-p): New function. Default value of the
4991 :expander-p property.
4992
4993 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
4994
4995 * help.el (describe-key): Properly handle the return value of
4996 read-key-sequence when grabbing an up-event. Cleanup mouse-1
4997 remaps. Handle string and vector `follow-link' values.
4998
4999 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
5000
5001 * complete.el (PC-expand-many-files): Try be more careful when parsing
5002 the shell's output.
5003
5004 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5005
5006 * outline.el (hide-sublevels): Provide better interactive default.
5007
5008 2006-03-06 Kenichi Handa <handa@m17n.org>
5009
5010 * international/fontset.el (create-fontset-from-fontset-spec):
5011 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
5012
5013 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
5014
5015 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
5016 backslashes instead of one in regexp.
5017 (gud-tooltip-dereference): Add missing optional argument.
5018
5019 2006-03-04 John Paul Wallington <jpw@pobox.com>
5020
5021 * wdired.el (toplevel): Require `cl' at compile-time.
5022
5023 2006-03-04 Andreas Schwab <schwab@suse.de>
5024
5025 * server.el (server-process-filter): Handle errors during
5026 evaluation of the argument.
5027
5028 2006-03-03 John Paul Wallington <jpw@pobox.com>
5029
5030 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
5031 escape parentheses at beginning of line.
5032 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
5033 (t-mouse-mode): Remove period from end of error message.
5034
5035 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
5036
5037 * textmodes/flyspell.el (flyspell-process-localwords):
5038 Be case-sensitive.
5039
5040 2006-03-03 Martin Rudalics <rudalics@gmx.at>
5041
5042 * cus-edit.el (custom-quote): Remove function, since it has been
5043 moved to custom.el.
5044
5045 * font-lock.el (lisp-font-lock-keywords-2)
5046 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
5047 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
5048 they have no special meaning.
5049
5050 * midnight.el (clean-buffer-list): Handle case where base-buffer of
5051 indirect buffer gets killed before indirect buffer. Use dolist.
5052
5053 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
5054
5055 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
5056 value instead of a literal constant (1) on more pauses.
5057
5058 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
5059
5060 * textmodes/flyspell.el (flyspell-external-point-words):
5061 Be case-sensitive.
5062
5063 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
5064
5065 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
5066 with "www".
5067
5068 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
5069
5070 * allout.el: Restablish intermediate missing comment header to
5071 preserve outline structure.
5072 (allout-beginning-of-current-entry): Skip invisible text.
5073 (allout-open-topic): Fix opening a topic at end-of-buffer.
5074 (allout-minor-mode): Move nearer to allout-mode function.
5075
5076 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
5077
5078 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
5079
5080 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
5081
5082 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
5083 is nil.
5084
5085 * progmodes/gud.el (gud-speedbar-menu-items):
5086 Use buffer-local-value and add missing :visible keyword.
5087
5088 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
5089
5090 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
5091
5092 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
5093 must be `follow-link'.
5094
5095 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
5096
5097 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
5098 formatting: No nested anchors.
5099 (org-all-targets): Fix bug with XEmacs compatibility.
5100 (org-read-date): Add (require 'parse-time).
5101 (org-set-tags): Fix bug with extra inserted space.
5102 (org-export-html-style): Define a style class for targets.
5103 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
5104 (org-hide-leading-stars): New option.
5105 (org-hide): New face.
5106 (org-set-font-lock-defaults): Allow to hide leading stars.
5107 (org-get-legal-level, org-tr-level): New functions.
5108 (org-odd-levels-only): New option.
5109 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
5110 (org-demote, org-promote): Deal with double-star levels.
5111 (org-convert-to-odd-levels): New command.
5112
5113 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
5114
5115 * speedbar.el (speedbar-update-localized-contents): Try to
5116 preserve window-start.
5117 (speedbar-update-directory-contents): Try to preserve window-start
5118 and window-point.
5119 (speedbar-update-special-contents): Don't move back to start of window.
5120
5121 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
5122 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
5123 speedbar-timer-fn.
5124 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
5125 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
5126 instead of gdb-speedbar-timer-fn.
5127
5128 2006-02-28 Jay Belanger <belanger@truman.edu>
5129
5130 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
5131 (math-compose-expr): Use latex option when calling
5132 `math-compose-tex-matrix' for latex mode.
5133
5134 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
5135
5136 * speedbar.el: Re-instate comments about developing for speedbar
5137 [this is what info and gdb-ui use even if better methods exist now].
5138
5139 * t-mouse.el: New file.
5140 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
5141 (t-mouse-lispy-buffer-posn-from-coords): Remove.
5142 (t-mouse-make-event-element): Use posn-at-x-y instead.
5143 (t-mouse-make-event): Deal with Fedora Core 3.
5144 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
5145 (t-mouse-mouse-position-function): New function. Use it instead
5146 of advising mouse-position.
5147 (t-mouse-mode): New minor mode.
5148 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
5149
5150 2006-02-27 Glenn Morris <rgm@gnu.org>
5151
5152 * calendar/calendar.el (calendar-holidays): Doc fix.
5153
5154 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
5155
5156 * progmodes/gdb-ui.el (gdb-source-window): New variable.
5157 Re-introduce the concept of a source window.
5158 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
5159 consistency with get-buffer-create.
5160 (def-gdb-auto-update-handler, gdb-info-locals-handler)
5161 (gdb-data-list-register-values-handler)
5162 (gdb-stack-list-locals-handler): Try to preserve window-start as
5163 well as window-point.
5164 (gdb-display-source-buffer): New function (old concept).
5165 (gdb-goto-breakpoint): Use it.
5166
5167 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
5168 for gdb-ui/gdb-mi (old concept).
5169
5170 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
5171
5172 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
5173 binding.
5174
5175 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
5176
5177 * textmodes/reftex-sel.el (reftex-select-label-map)
5178 (reftex-select-bib-map): Add `follow-mouse' binding.
5179
5180 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
5181
5182 * jka-cmpr-hook.el (jka-compr-compression-info-list)
5183 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
5184 Give :set functions to provide automatic updating.
5185 Update docstring. Give compiler defvars early in the file
5186 and move the defcustoms to a later spot where all called functions
5187 are defined.
5188 (jka-compr-file-name-handler-entry): Doc fix.
5189 (jka-compr-compression-info-list--internal)
5190 (jka-compr-mode-alist-additions--internal)
5191 (jka-compr-load-suffixes--internal): New variables.
5192 (jka-compr-install): Set the three above variables.
5193 Update `load-file-rep-suffixes' instead of `load-suffixes'.
5194 (jka-compr-update, jka-compr-set): New functions.
5195 (auto-compression-mode): Doc fix.
5196
5197 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
5198 Update `load-file-rep-suffixes' instead of `load-suffixes'.
5199 Use jka-compr-compression-info-list--internal,
5200 jka-compr-mode-alist-additions--internal and
5201 jka-compr-load-suffixes--internal.
5202
5203 * files.el (load-library):
5204 * loadhist.el (file-loadhist-lookup):
5205 * startup.el (command-line):
5206 * subr.el (locate-library):
5207 * emacs-lisp/autoload.el (update-directory-autoloads):
5208 * emacs-lisp/find-func.el (find-library-suffixes):
5209 Use `get-load-suffixes' instead of `load-suffixes'.
5210
5211 * subr.el (locate-library):
5212 * emacs-lisp/find-func.el (find-library-name):
5213 Use `load-file-rep-suffixes' instead of '("").
5214
5215 2006-02-26 Kim F. Storm <storm@cua.dk>
5216
5217 * ido.el (ido-save-history, ido-load-history): Simplify.
5218 Don't use find-file-noselect to avoid interference from other modes.
5219
5220 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
5221
5222 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
5223 to use the default shell if filename is not available.
5224 Reported by Giorgos Keramidas.
5225
5226 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
5227
5228 * progmodes/etags.el (tags-completion-table): Do completion from
5229 all the tables in the current list, as documented in the manual.
5230
5231 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5232
5233 * CC Mode Update to 5.31.3.
5234
5235 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5236
5237 * progmodes/cc-mode.el (c-postprocess-file-styles):
5238 Bind inhibit-read-only to t, around the call to
5239 c-remove-any-local-eval-or-mode-variables, so that it works on a
5240 RO file.
5241
5242 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5243
5244 * progmodes/cc-awk.el: Correct a typo.
5245
5246 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5247
5248 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
5249 c-hungry-delete-backwards, at the request of RMS. Leave the old
5250 name as an alias.
5251
5252 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5253
5254 * progmodes/cc-mode.el: Correct a typo.
5255
5256 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5257
5258 * progmodes/cc-defs.el: Update the version number to 5.31.3.
5259
5260 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5261
5262 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
5263 brace-else-brace (error due to mbeg, mend being undefined).
5264
5265 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5266
5267 * progmodes/cc-mode.el: File Local variables: Solve the problem
5268 where both `mode' and c-file-offsets are specified: `mode' will
5269 overwrite c-f-o's settings:
5270 (c-remove-any-local-eval-or-mode-variables): New function.
5271 (c-postprocess-file-styles): Call the above new function, within
5272 c-tentative-buffer-change, to splat `mode' and `eval' before the
5273 second hack-local-variables.
5274
5275 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5276
5277 * progmodes/cc-mode.el:
5278 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
5279 (c-after-change): Protect the match data with save-match-data.
5280 It was getting corrupted by c-after-change-check-<>-operators.
5281
5282 * cc-defs.el: [Supersedes patch V1.38]:
5283 (top level): Check for a buggy font-lock-compile-keywords ONLY in
5284 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
5285
5286 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
5287 with save-match-data. It was being corrupted when Font Lock was
5288 not enabled.
5289
5290 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5291
5292 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
5293 Mode and Subword Mode.
5294
5295 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
5296 real labels ("case 1:" or "foo:") from non-labels ("public:").
5297 (c-forward-objc-directive): Replace c-forward-token-2 with crude
5298 coding; c-f-t-2 doesn't move over a token at EOB.
5299
5300 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
5301
5302 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
5303 (c-update-modeline): Concatenate the minor mode indicators
5304 directly onto mode-name, removing c-submode-indicators.
5305 Sometimes, c-s-i got separated from the mode name on the mode line.
5306
5307 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
5308 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
5309
5310 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5311
5312 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
5313 error message when there's an evaluation error to show whether
5314 it's loaded from source or not.
5315 (c-filter-ops): Make it available at runtime too to work when
5316 `c-make-init-lang-vars-fun' needs to evaluate from source.
5317
5318 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
5319
5320 * help.el (help): Revert last part of 2006-02-23 change (deletion
5321 of the `provide' call).
5322
5323 2006-02-23 Juri Linkov <juri@jurta.org>
5324
5325 * compare-w.el (compare-windows-highlight): Add new value
5326 `persistent' and change :type from `boolean' to `choice'.
5327 (compare-windows-overlays1, compare-windows-overlays2):
5328 New internal variables.
5329 (compare-windows-highlight): If compare-windows-highlight is
5330 `persistent', add current overlays to compare-windows-overlays[12]
5331 instead of adding compare-windows-dehighlight to pre-command-hook.
5332 (compare-windows-dehighlight): Delete all overlays from
5333 compare-windows-overlays[12].
5334
5335 * info.el (Info-search): Don't bind search-spaces-regexp to
5336 Info-search-whitespace-regexp in non-regexp isearch mode.
5337
5338 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5339
5340 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
5341
5342 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
5343
5344 * textmodes/org.el (org-xemacs-p)
5345 (org-export-html-show-new-buffer, org-table-may-need-update)
5346 (org-insert-item, org-mhe-get-message-real-folder)
5347 (org-mhe-get-message-folder-from-index)
5348 (org-mhe-get-message-folder, org-mhe-get-message-num)
5349 (org-mhe-get-header, org-make-org-heading-search-string)
5350 (org-make-org-heading-camel, org-table-sort-lines)
5351 (org-format-org-table-html, org-format-table-table-html):
5352 Fix typos in docstrings.
5353
5354 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
5355
5356 * textmodes/org.el (org-cleaned-string-for-export)
5357 (org-solidify-link-text): New function.
5358 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
5359 XEmacs, just to silence the compiler.
5360 (org-export-as-ascii, org-export-as-html-and-open):
5361 Use `org-cleaned-string-for-export' and create internal links.
5362 (org-follow-mhe-link): Require mh-e, use folder.
5363
5364 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
5365
5366 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
5367
5368 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
5369 gdb-debug-log-length.
5370 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
5371 it a real ring but...
5372 (gud-gdba-marker-filter): ...make it work like mark-ring.
5373 (gdb-enable-debug): Rename from gdb-enable-debug-log.
5374 (gdb-mouse-jump): New function. Add bindings.
5375
5376 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
5377
5378 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
5379 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
5380 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
5381 (gdb-debug-log-length): Customize it's length.
5382 (gud-watch, gdb-var-create-handler): Display function::var format
5383 but don't use to create variable object.
5384 (gdb-var-create-handler): Use message-box in place of message.
5385 (gdb-stopped): Call gdb-exited if signalled.
5386
5387 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
5388
5389 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
5390
5391 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
5392
5393 * textmodes/reftex.el (reftex-locate-file): Search all extensions
5394 if `reftex-try-all-extensions' is set.
5395
5396 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
5397 fail silently when there is no valid argument at point.
5398 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
5399 `fail-silently' argument. From a patch by David Reiter.
5400
5401 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
5402 New commands.
5403 (org-mark-ring): New variable.
5404 (org-mark-ring-length): New option.
5405 (org-open-at-point, org-goto, org-open-file): Push old position
5406 onto the mark ring.
5407 (org-add-hook): New function.
5408 (org-export-table-remove-special-lines): New option.
5409 (org-skip-comments, org-format-org-table-html): Respect new
5410 option `org-export-table-remove-special-lines'.
5411 (org-open-file): Allow special command configuration for
5412 directory link.
5413 (org-file-apps): Fix bugs in customize type, added setting
5414 for directories.
5415 (org-activate-tags, org-format-agenda-item, org-complete)
5416 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
5417 (org-get-tags, org-get-buffer-tags, org-open-at-point)
5418 (org-link-search, org-make-org-heading-search-string)
5419 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
5420 (org-radio-targets, org-file-link-context-use-camel-case)
5421 (org-activate-camels): New options.
5422 (org-update-radio-target-regexp, org-all-targets)
5423 (org-make-target-link-regexp, org-activate-target-links):
5424 New functions.
5425 (org-make-org-heading-search-string): New function.
5426 (org-store-link, org-insert-link): Use new option
5427 `org-file-link-context-use-camel-case'.
5428 (org-activate-camels): Use new option `org-activate-camels'.
5429 (org-link-regexp): Add mhe prefix.
5430 (org-open-at-point, org-store-link): Support for mhe links.
5431 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
5432 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
5433 (org-mhe-get-header, org-follow-mhe-link): New functions.
5434 (org-remove-angle-brackets, org-add-angle-brackets):
5435 New functions.
5436 (org-bracket-link-regexp): New constant.
5437 (org-read-date): Fix bug that was rejecting all typed dates.
5438 (org-link-search): Make hierarchy above visible after a match.
5439 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
5440 (org-store-link): Fix bug with link creation when cursor is in
5441 an empty line.
5442 (org-open-at-point): Fix bug with matching a link.
5443 Fixed buggy argument sequence in call to `org-view-tags'.
5444 (org-compile-prefix-format): Set `org-prefix-has-tag'.
5445 (org-prefix-has-tag): New variable.
5446 (org-format-agenda-item): Remove tags from headline
5447 if appropriate.
5448 (org-agenda-remove-tags-when-in-prefix): New option.
5449
5450 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
5451
5452 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
5453 Fix the regular expressions.
5454
5455 2006-02-21 Richard M. Stallman <rms@gnu.org>
5456
5457 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
5458 if there's no other specific basis.
5459
5460 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
5461 as variables at all.
5462 (unsafep-variable): Rename arg; doc fix.
5463
5464 * abbrevlist.el (list-one-abbrev-table): Add autoload.
5465
5466 * calendar/appt.el (diary-selective-display): Add defvar.
5467
5468 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
5469
5470 * isearch.el (search-whitespace-regexp): Fix custom type.
5471
5472 * help.el (describe-key-briefly): Compute interactive args
5473 in same was as before previous change.
5474
5475 * files.el (enable-local-variables): Doc fix.
5476
5477 2006-02-21 Kim F. Storm <storm@cua.dk>
5478
5479 * fringe.el: Cleanup as file is now pre-loaded.
5480 (fringe-bitmaps): Initialize unconditionally.
5481 (fringe-mode, set-fringe-style): Remove autoload cookies.
5482
5483 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5484
5485 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
5486 `horizontal-bar'.
5487 (fringe-cursor-alist): Use `horizontal-bar'.
5488
5489 2006-02-20 Kim F. Storm <storm@cua.dk>
5490
5491 * fringe.el (fringe-bitmaps): Update to new bitmap names.
5492 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
5493
5494 * loadup.el: Load "fringe" on window systems.
5495
5496 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
5497
5498 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
5499 out of scope components.
5500
5501 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
5502 default.
5503
5504 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
5505
5506 * custom.el (customize-mark-to-save, customize-mark-as-set):
5507 Load the symbol first.
5508
5509 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
5510
5511 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
5512 strech spec so it doesn't display as "^J" on the header line
5513 when `Buffer-menu-use-header-line' is t.
5514
5515 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
5516
5517 * speedbar.el (speedbar-make-button): Keep text properties
5518 of string arguments if desired.
5519
5520 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
5521 expessions.
5522
5523 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
5524 of speedbar.
5525
5526 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
5527
5528 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
5529 to value of `read-file-name-completion-ignore-case'.
5530
5531 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
5532
5533 * custom.el (customize-mark-as-set): Push to `user' theme.
5534
5535 * cus-edit.el (custom-save-variables): Allow unthemed values.
5536 (customize-set-variable): Push setting to `user' theme.
5537
5538 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
5539
5540 * progmodes/gud.el: Don't require font-lock as it's now
5541 automatically loaded.
5542 (gud-speedbar-buttons): Replace gdb-var-changed with
5543 gdb-force-update.
5544
5545 * progmodes/gdb-ui.el (gdb-force-update): Rename from
5546 gdb-var-changed.
5547 (gdb-post-prompt): Use it.
5548 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5549 (gdb-var-update-handler, gdb-var-delete)
5550 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
5551 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
5552 gdb-force-update in gdb-post-prompt.
5553 (gdb-reset): Clear watch expressions from speedbar when quitting.
5554
5555 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5556
5557 * viper-cmd.el (viper-insert-state-post-command-sentinel)
5558 (viper-change-state-to-vi, viper-change-state-to-emacs):
5559 Make aware of cursor coloring in the Emacs state.
5560 (viper-special-read-and-insert-char): Use read-char-exclusive.
5561 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
5562
5563 * viper-init.el (viper-emacs-state-cursor-color): New variable.
5564
5565 * viper-util.el (viper-save-cursor-color)
5566 (viper-get-saved-cursor-color-in-replace-mode)
5567 (viper-get-saved-cursor-color-in-insert-mode)
5568 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
5569 state.
5570 (viper-get-saved-cursor-color-in-emacs-mode): New function.
5571
5572 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
5573 (ediff-ignore-case-option3, ediff-actual-diff-options)
5574 (ediff-actual-diff3-options): New variables to control case sensitivity.
5575 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
5576 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
5577 (ediff-toggle-ignore-case): New function.
5578 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
5579
5580 * ediff-help.el (ediff-long-help-message-narrow2)
5581 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
5582 (ediff-long-help-message-word-mode): Add ignore-case command.
5583 (ediff-help-for-quick-help): Add ignore-case command.
5584
5585 * ediff-merg.el: Move provide to the end.
5586
5587 * ediff-ptch.el: Move provide to the end.
5588
5589 * ediff-wind.el: Move provide to the end.
5590
5591 * ediff-mult.el: Move provide to the end.
5592 (ediff-set-meta-overlay): Enable follow-link.
5593
5594 * ediff.el: Move provide to the end.
5595 Break recursive load cycle in eval-when-compile.
5596 (ediff-patch-buffer): Better heuristics.
5597
5598 * ediff-util.el: Move provide to the end.
5599 Break recursive load cycle in eval-when-compile.
5600 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
5601 defuns.
5602 (ediff-submit-report): Pass the values of ediff-diff3-program,
5603 ediff-diff3-options.
5604
5605 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
5606
5607 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
5608 the opening bracket of the following bracketing pairs: {}, [], (), <>,
5609 `' (for example, in the docstring of `windmove-default-keybindings').
5610
5611 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
5612
5613 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
5614 shadow face. Don't provide binding to edit variable when it is
5615 out of scope.
5616
5617 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
5618 (gdb-var-update-handler): Detect out of scope variables with pre
5619 GDB 6.4 too.
5620 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
5621 Reset status of variable objects to nil in update handlers.
5622 (gdb-var-update-handler-1): Detect when a variable object comes
5623 in scope. setcar on var changes gdb-var-list directly.
5624
5625 2006-02-17 Juri Linkov <juri@jurta.org>
5626
5627 * ffap.el (ffap) <defface>: Add explicit face declaration.
5628 (ffap-highlight): Use face `ffap' directly instead of checking
5629 for its existence.
5630
5631 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
5632 `visible-ok' of `other-buffer' to find the right original buffer.
5633
5634 * info.el (Info-search): Skip `Local Variables' node.
5635
5636 2006-02-17 Juri Linkov <juri@jurta.org>
5637
5638 * info.el (Info-find-file): Check for symbols `apropos', `history',
5639 `toc' in the input filename, and return these symbols as is.
5640 (Info-find-node-2): Set Info-current-file to symbols `apropos',
5641 `history', `toc' instead of strings.
5642 (Info-set-mode-line): For non-string Info-current-file use the
5643 symbol's name inside **.
5644 (Info-isearch-push-state): Add quote before Info-current-file and
5645 Info-current-node.
5646 (Info-isearch-pop-state): Use `equal' instead of `string='.
5647 (Info-extract-pointer, Info-following-node-name): Use
5648 `match-string-no-properties' instead of `match-string'.
5649 (Info-up): Check `old-file' for `stringp'.
5650 (Info-history): Use `equal' instead of `string-equal'.
5651 Check `file' for `stringp'.
5652 (Info-history): Use symbol `history' instead of string as first arg
5653 of `Info-find-node'.
5654 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
5655 `toc' instead of string.
5656 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
5657 instead of `buffer-substring', and `match-string-no-properties'
5658 instead of `match-string'.
5659 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
5660 instead of strings.
5661 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
5662 Use symbol `apropos' instead of string.
5663 (Info-copy-current-node-name): Check `Info-current-file' for
5664 `stringp' and construct a command with `Info-find-node' from it.
5665 (Info-fontify-node): Use `match-string-no-properties' instead of
5666 `match-string' and check file names for `stringp'.
5667 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
5668 `history', `toc' instead of strings.
5669
5670 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
5671
5672 * files.el: Rearrange functions and variables in the file local
5673 variables section.
5674
5675 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
5676
5677 * files.el: Add truncate-lines, ispell-check-comments and
5678 ispell-local-dictionary as safe local variables.
5679
5680 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
5681
5682 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
5683 out of scope variables.
5684 (gud-speedbar-buttons): Use unless.
5685
5686 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
5687 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
5688 (gdb-show-changed-values): Also use for out of scope variables.
5689 (gdb-var-update-handler-1): Note if variable goes out of scope.
5690
5691 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
5692
5693 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
5694 default to global variable values for unsupplied args.
5695 (rcirc-get-buffer-create): Fix bug with setting the target.
5696 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
5697 test for rcirc-always-use-server-buffer-flag here.
5698 (rcirc-response-formats): Add %N, which is a facified nick. %n
5699 uses the default face. Change the ACTION format string. If the
5700 "nick" is the server, don't print anything for that field.
5701 Comment fixes.
5702 (rcirc-target-buffer): Don't test
5703 rcirc-always-use-server-buffer-flag here.
5704 (rcirc-print): Squeeze extra spaces out of the text before message.
5705 (rcirc-put-nick-channel): Strip potential "@" char from nick
5706 before adding them to nick table.
5707 (rcirc-url-regexp): Improve to match address like "foo.com".
5708
5709 2006-02-17 Eli Zaretskii <eliz@gnu.org>
5710
5711 * allout.el (allout-hidden-p): Move this defsubst before
5712 allout-overlay-interior-modification-handler, where it is first
5713 used.
5714
5715 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
5716
5717 * allout.el: Use allout invisible-text overlays instead of
5718 selective display for concealed text. Also, lots of general
5719 cleanup, and improved compatibility code.
5720
5721 (allout-version) Incremented, corrected, revised, and refined
5722 module commentary.
5723
5724 (provide 'allout): Moved to the bottom, added a require of overlay.
5725
5726 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
5727 `except-current'.
5728 (allout-write-file-hook-handler): Minimize delay.
5729 (count-trailing-whitespace-region): New function so
5730 auto-encryption of current topic can resituate cursor exactly.
5731 PGP/GPG encryption trims trailing whitespace from lines, which
5732 must be accounted for across encryption then decryption.
5733
5734 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
5735 just plain "\C-c", to avoid intruding on user's keybinding space.
5736
5737 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
5738 parameter, so user request to provide a new password is done.
5739
5740 (allout-outside-normal-auto-fill-function, allout-auto-fill):
5741 Refined mechanism for auto-filling behavior while in allout mode.
5742
5743 (allout-mode): Explicitly specify the mode map in the docstring.
5744 Clarify provision for various write-file hook var names.
5745 Adjusted for invisible-text overlays instead of selective-display.
5746
5747 (allout-depth): Really return 0 if not within any topic. This
5748 rectifies `allout-beginning-of-level' and sequence numbering
5749 errors that occur when cutting and pasting numbered topics.
5750 Changed from a in-line subst to a regular function, as well.
5751
5752 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
5753
5754 (allout-end-of-subtree, allout-end-of-subtree)
5755 (allout-end-of-entry, allout-end-of-current-heading)
5756 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
5757 (allout-show-children, allout-show-to-offshoot)
5758 (allout-hide-current-entry, allout-show-current-entry): Rectified
5759 handling of trailing blank lines between items.
5760
5761 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
5762 (allout-current-depth, allout-unprotected, allout-hidden-p)
5763 (allout-on-current-heading-p, allout-listify-exposed)
5764 (allout-chart-subtree, allout-goto-prefix)
5765 (allout-back-to-current-heading, allout-get-body-text)
5766 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
5767 (allout-hide-region-body, allout-toggle-subtree-encryption)
5768 (allout-encrypt-string, allout-encrypted-key-info)
5769 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
5770 (allout-file-vars-section-data): Adjusted for use with
5771 invisible-text overlays instead of selective-display.
5772
5773 (allout-kill-line, allout-kill-topic, allout-yank-processing):
5774 Reworked for use with invisible text overlays.
5775
5776 (allout-current-topic-collapsed-p): New function.
5777
5778 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
5779 to know when to close the containing topic.
5780
5781 (allout-pre-command-business, allout-post-command-business):
5782 Simplify undo-batching and dynamic isearch exposure.
5783
5784 (allout-set-overlay-category): New for invisible-text overlays.
5785 Sets properties of allout-overlay-category, used by
5786 allout-flag-region to set invisible-text overlay properties.
5787 (allout-get-invisibility-overlay): Get the first qualifying
5788 invisibility overlay, so we can find the extent of it.
5789 (allout-back-to-visible-text): Get to just before the beginnining
5790 of the current invisibility overlay, if any.
5791
5792 (allout-overlay-insert-in-front-handler)
5793 (allout-overlay-interior-modification-handler)
5794 (allout-before-change-handler, allout-isearch-end-handler): New
5795 functions to handle extraordinary actions affecting concealed
5796 text.
5797
5798 (allout-flag-region): Use overlays instead of selective-display
5799 for invisible text - by inheritence from the properties of
5800 allout-overlay-category in mainline Emacs, and applied
5801 property-by-property in XEmacs, some recent versions of which
5802 don't inherit the properties from the category. Provisions to
5803 respond to concealed-text edits simplified drastically.
5804
5805 (allout-isearch-rectification, allout-isearch-was-font-lock)
5806 (allout-isearch-expose, allout-enwrap-isearch)
5807 (allout-isearch-abort, allout-pre-was-isearching)
5808 (allout-isearch-prior-pos, allout-isearch-did-quit)
5809 (allout-isearch-dynamic-expose)
5810 (allout-hide-current-entry-completely): Functions deleted.
5811
5812 (allout-undo-aggregation): Explicit undo aggregation no longer
5813 necessary due to transition away from selective-display.
5814
5815 (set-allout-regexp, allout-up-current-level)
5816 (allout-next-visible-heading, allout-forward-current-level)
5817 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
5818 (allout-kill-line, allout-yank-processing, allout-show-children)
5819 (allout-expose-topic, allout-old-expose-topic)
5820 (allout-listify-exposed, allout-insert-latex-header)
5821 (allout-toggle-subtree-encryption, allout-encrypt-string)
5822 (remove-from-invisibility-spec, allout-hide-current-subtree):
5823 Ditched unused variables.
5824
5825 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
5826
5827 * textmodes/ispell.el (ispell-change-dictionary): Call
5828 ispell-buffer-local-dict instead of
5829 ispell-accept-buffer-local-defs.
5830 (ispell-local-dictionary-alist): Accept as valid any coding-system
5831 supported by Emacs.
5832 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
5833 changed to iso-8859-3.
5834
5835 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
5836
5837 * speedbar.el (speedbar-frame-width): Make an inline function
5838 instead of a macro. Use frame-width.
5839 (speedbar-try-completion, speedbar-update-contents)
5840 (speedbar-timer-fn): Use consp.
5841 (speedbar-update-localized-contents): Try to preserve point.
5842
5843 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
5844 (menu): Re-order menu items.
5845 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
5846 field.
5847 (gdb-var-update-handler-1): Use it for GDB 6.4+.
5848 (gdb-post-prompt): Speed things by not forcing update.
5849
5850 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
5851
5852 * wid-edit.el (widget-button-click): For mouse-1, cancel button
5853 press and perform default action if we get a mouse movement event.
5854
5855 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5856
5857 * calendar/icalendar.el (icalendar--get-event-property)
5858 (icalendar--get-event-property-attributes): Fix typos in
5859 docstrings.
5860
5861 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
5862 docstring.
5863
5864 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
5865
5866 * bs.el (bs-mode): Use `buffer-disable-undo'.
5867 (bs--get-file-name): Simplify.
5868 (bs-show-in-buffer): Mark the buffer as not modified.
5869
5870 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5871
5872 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
5873 widget-button-click.
5874
5875 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
5876 (custom-mode): Update docstring.
5877
5878 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
5879 binding.
5880
5881 * files.el (hack-local-variables-confirm): Allow scrolling if the
5882 file variable list is too long. Kill temp buffer after use.
5883
5884 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
5885
5886 * progmodes/gud.el (gdb): Improve doc string.
5887 (gdb-script-font-lock-keywords): Expand allowed character set.
5888
5889 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
5890 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
5891 (gdb-separate-io-interrupt, gdb-separate-io-quit)
5892 (gdb-separate-io-stop, gdb-separate-io-eof):
5893 Rename from gdb-inferior-* to gdb-separate-*.
5894 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
5895
5896 2006-02-14 Jay Belanger <belanger@truman.edu>
5897
5898 * calc/calc-arith.el (math-check-known-scalarp): Make sure
5899 expression is a symbol before checking that it is bound.
5900
5901 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
5902 test to see if equation can be solved.
5903
5904 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5905
5906 * wid-edit.el (widget-button-click): Use :pressed-face property
5907 for overlay face, if it exists.
5908
5909 * cus-edit.el (custom-manual, custom-add-see-also)
5910 (custom-add-parent-links, custom-group-link): Add :pressed-face
5911 property to links.
5912
5913 * files.el (hack-local-variables): Remove ignored variables before
5914 checking if any variables need setting.
5915
5916 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5917
5918 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
5919
5920 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
5921
5922 * help.el (where-is): Fix message for remapped commands.
5923
5924 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
5925 Fix typos in docstrings.
5926
5927 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
5928
5929 * files.el (safe-local-variable-values): New option.
5930 (hack-local-variables-prop-line): Return a list of variable-value
5931 pairs if MODE-ONLY is non-nil.
5932 (hack-local-variables): Construct list of variable-value pairs,
5933 and apply or reject them in one go. Ask for confirmation if
5934 variables are not known safe.
5935 (hack-local-variables-confirm): Complete rewrite. Support
5936 `safe-local-variable-values'.
5937 (enable-local-variables): Update docstring to reflect new
5938 behavior.
5939 (ignored-local-variables): Ignore ignored-local-variables and
5940 safe-local-variable-values.
5941 (safe-local-variable-p): New function.
5942 (risky-local-variable-p): `safe-local-variable' property check
5943 moved to safe-local-variable-p.
5944 (hack-one-local-variable): Checks moved to hack-local-variables.
5945
5946 (byte-compile-dynamic, c-basic-offset, c-file-style)
5947 (c-indent-level, comment-column, fill-column, fill-prefix)
5948 (indent-tabs-mode, kept-new-versions, no-byte-compile)
5949 (no-update-autoloads, outline-regexp, page-delimiter)
5950 (paragraph-start, paragraph-separate, sentence-end)
5951 (sentence-end-double-space tab-width, version-control):
5952 Add `safe-local-variable' property.
5953
5954 * find-lisp.el: Delete nonexistent `autocompile' file variable.
5955
5956 * icomplete.el, play/landmark.el: Change nonexistent
5957 `outline-layout' file variable to `allout-layout'.
5958
5959 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
5960
5961 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
5962 (gdb-get-changed-registers): Test value of gud-minor-mode relative
5963 to gud-comint-buffer.
5964 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
5965 gdb-ui.el for gdb-mi.el.
5966 (gdb-post-prompt, gdb-get-changed-registers): Move test for
5967 registers buffer to gdb-get-changed-registers.
5968 (gdb-breakpoint-regexp): New regexp. Allow toggling and
5969 deletion of catchpoints (throw and catch).
5970 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
5971 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
5972 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
5973 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
5974 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
5975
5976 2006-02-13 Jay Belanger <belanger@truman.edu>
5977
5978 * calc/calc-arith.el (math-check-known-matrixp): Make sure
5979 expression is a symbol before checking that it is bound.
5980
5981 2006-02-13 Richard M. Stallman <rms@gnu.org>
5982
5983 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
5984 for the minibuffer too, but not if resize-mini-windows will interfere.
5985
5986 * help.el (describe-key-briefly, describe-key): Do all arg-reading
5987 inside `interactive' spec.
5988 (describe-key-briefly-internal, describe-key-internal):
5989 Functions merged back into their callers.
5990
5991 2006-02-13 Martin Rudalics <rudalics@gmx.at>
5992
5993 * info.el (info-xref-visited): Inherit from info-xref too.
5994 (Info-set-mode-line): Replace occurrences of `%' by `%%'
5995 when propertizing Info-current-file and Info-current-node.
5996
5997 2006-02-13 Juri Linkov <juri@jurta.org>
5998
5999 * tumme.el (tumme-thumbnail-storage): Fix docstring.
6000 (tumme-thumb-name): Fix per-directory format.
6001
6002 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
6003
6004 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
6005
6006 2006-02-12 Miles Bader <miles@gnu.org>
6007
6008 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
6009
6010 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
6011
6012 * tumme.el: Remove history section. If someone needs the it, it
6013 can always be found in CVS.
6014
6015 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
6016
6017 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
6018 about the Thumbnail Managing Standard option.
6019
6020 2006-02-12 Richard M. Stallman <rms@gnu.org>
6021
6022 * subr.el (substitute-key-definition): Doc fix.
6023
6024 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
6025
6026 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
6027
6028 * info.el (Info-mode): Doc fix.
6029
6030 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
6031
6032 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
6033
6034 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
6035 because on Solaris a POSIX compatible "id" is needed. Reported by
6036 Magnus Henoch <mange@freemail.hu>.
6037
6038 2006-02-12 Juri Linkov <juri@jurta.org>
6039
6040 * tumme.el: Remove todo item about Thumbnail Managing Standard.
6041 (tumme) <defgroup>: Change :group to `multimedia'.
6042 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
6043 Managing Standard.
6044 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
6045 Fix dostring.
6046 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
6047 and %y. Fix docstring.
6048 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
6049 (tumme-cmd-create-standard-thumbnail-command): New user options.
6050 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
6051 is `standard'. Fix docstring.
6052 (tumme-thumb-width, tumme-thumb-height): New user options.
6053 (tumme-external-viewer): Try to find various viewers.
6054 (tumme-get-thumbnail-image): Use `create-image' instead of
6055 constructing the `image' structure.
6056 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
6057 `standard'.
6058 (tumme-thumb-name): Add file name generation for standard storage.
6059 Simplify code for other storages.
6060 (tumme-thumb-name): Use width %w and height %h instead of size %s.
6061 Add modification time %m and thumbnail-nq8 %q.
6062 Use `tumme-cmd-create-standard-thumbnail-command' if
6063 tumme-thumbnail-storage is `standard'.
6064 (tumme-dired-insert-marked-thumbs): New autoload command.
6065 (tumme-dired-after-readin-hook): New function.
6066 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
6067 `tumme-thumb-size'.
6068 (tumme-display-image): Replace size-x %x and size-y %y with
6069 width %w and height %h.
6070
6071 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
6072 `tumme-dired-insert-marked-thumbs'.
6073
6074 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
6075
6076 * tumme.el (tumme-write-tag): Fix small bug (file name did not
6077 include path).
6078 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
6079 matching tag.
6080
6081 2006-02-12 Miles Bader <miles@gnu.org>
6082
6083 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
6084 New variables.
6085 (rcirc-abbrev-nick): New function.
6086 (rcirc-format-response-string): Rewrite to use the formats in
6087 `rcirc-response-formats' and expand escape sequences therein.
6088 A text-property `rcirc-text' is added over the actual response
6089 text to make easy to find inside the returned string.
6090 (rcirc-print): When filling, just look for the `rcirc-text'
6091 text-property to find the appropriate fill prefix, instead of
6092 using hardwired patterns.
6093
6094 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
6095
6096 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
6097 Managing Standard.
6098
6099 2006-02-11 Kim F. Storm <storm@cua.dk>
6100
6101 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
6102 Don't use insert-buffer; do insert-buffer-substring directly.
6103 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
6104
6105 2006-02-11 Martin Rudalics <rudalics@gmx.at>
6106
6107 * files.el (revert-buffer, recover-file): Replace buffer-read-only
6108 with inhibit-read-only. Suggested by Stefan Monnier.
6109 (revert-buffer): Let insert-file-contents discard
6110 buffer-undo-list. Simplify code.
6111 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
6112
6113 2006-02-11 Eli Zaretskii <eliz@gnu.org>
6114
6115 * menu-bar.el (menu-bar-select-yank): Add a doc string.
6116
6117 * help.el (describe-key-briefly): Now a wrapper for
6118 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
6119 to t. Populate yank-menu if empty.
6120 (describe-key-briefly-internal): Renamed from describe-key-briefly.
6121 (describe-key): Now a wrapper for describe-key-internal. Bind
6122 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
6123 (describe-key-internal): Renamed from describe-key.
6124
6125 2006-02-11 Milan Zamazal <pdm@zamazal.org>
6126
6127 * progmodes/glasses.el (glasses-separator): Doc fix.
6128 (glasses-original-separator): New defcustom.
6129 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
6130
6131 2006-02-11 Martin Rudalics <rudalics@gmx.at>
6132
6133 * mwheel.el (mouse-wheel-up-event): Doc fix.
6134
6135 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
6136
6137 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
6138 (tumme-dir): New function. Copied from thumbs.el.
6139
6140 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
6141
6142 * desktop.el (desktop-outvar): Fix typo.
6143 (desktop-save-buffer-p): Doc fix.
6144
6145 * subr.el (substitute-key-definition): Fix typo.
6146
6147 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6148
6149 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
6150 when window-system is mac.
6151
6152 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
6153
6154 2006-02-10 Kim F. Storm <storm@cua.dk>
6155
6156 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
6157 indirect-function instead of using condition-case.
6158
6159 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
6160
6161 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
6162 less `colloquial'...
6163
6164 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
6165
6166 * tumme.el: Add a couple of todo items.
6167
6168 2006-02-09 Lars Hansen <larsh@soem.dk>
6169
6170 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
6171 (highlight-changes-mode): Don't change desktop-locals-to-save.
6172
6173 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
6174
6175 * image-mode.el (image-toggle-display): Clear image cache if using
6176 filename.
6177
6178 2006-02-09 Masatake YAMATO <jet@gyve.org>
6179
6180 * dired-x.el (dired-guess-shell-alist-default): Add .man as
6181 a `dired-man' target.
6182
6183 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
6184 boundary of symbols.
6185
6186 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
6187
6188 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
6189
6190 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
6191
6192 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
6193 `mapcar'; return nil.
6194
6195 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
6196
6197 * mouse.el (mouse-drag-track): Don't change window if we rebind to
6198 some other event.
6199
6200 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
6201
6202 * net/rcirc.el (rcirc-startup-channels-alist):
6203 Add irc.freenode.net and #emacs as defaults.
6204 (rcirc-ignore-all-activity-flag): Remove variable.
6205 (rcirc-authinfo): New variable.
6206 (rcirc-authinfo-filename): Remove variable.
6207 (rcirc-always-use-server-buffer-flag): New flag.
6208 (rcirc): M-x rcirc will automatically connect without prompting.
6209 C-u M-x rcirc will prompt. Use rcirc-connect to create a
6210 connection in lisp.
6211 (rcirc-process-server-response-1): Remove everything but the nick
6212 portion of the sender so it doesn't need to be done everywhere
6213 else. Update related code.
6214 (global-map): Remove global keybindings.
6215 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
6216 (rcirc-send-input): Split into several functions.
6217 (rcirc-process-input-line, rcirc-process-message)
6218 (rcirc-process-command): New functions.
6219 (rcirc-target-buffer): New function to determine where to route
6220 messages.
6221 (rcirc-user-nick): Save match data.
6222 (rcirc-toggle-ignore-buffer-activity)
6223 (rcirc-update-activity-string): Remove global ignore functionality,
6224 which can be done now by toggling rcirc-track-minor-mode.
6225 (rcirc-track-minor-mode-map): New keymap.
6226 (rcirc-track-minor-mode): New minor-mode.
6227 (ignore): Make the ignore output nicer. Always print it when
6228 adding or removing nicks.
6229 (rcirc-url-regexp): Improve.
6230 (rcirc-mangle-text): Remove properties before using text in the
6231 modeline.
6232 (rcirc-authenticate): Authentication data comes from
6233 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
6234 (rcirc-server-prefix): Inherit from rcirc-server.
6235
6236 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
6237
6238 * Makefile.in (compile): Append "|| true" to the end of the `find'
6239 command, like compile-always does.
6240
6241 2006-02-08 Sam Steingold <sds@gnu.org>
6242
6243 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
6244 output from a dead connection.
6245
6246 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
6247
6248 * dired.el (dired-mode-map): Add more bindings for tumme.
6249
6250 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
6251
6252 * wdired.el (wdired-mode-map): Use remap.
6253 (wdired-get-filename): Massage.
6254 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
6255 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
6256 `keymap' property rather than `local-map'.
6257
6258 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
6259
6260 * tumme.el (tumme-get-thumbnail-image): New utility function.
6261 Suggested by from Chong Yidong.
6262 (tumme-dired-with-window-configuration): Rename from
6263 `tumme-dired'. Add code to save window configuration.
6264 (tumme-restore-window-configuration): New command to restore the
6265 window configuration that `tumme-dired-with-window-configuration'
6266 saves before it changes the window configuration.
6267 (tumme-show-all-from-dir): New command to display thumbnails for
6268 all files in a directory entered by the user, like M-x thumbs.
6269 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
6270 have been created.
6271 (tumme-display-thumbnail-original-image): Call `display-buffer'.
6272 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
6273 Remove obsolete test function.
6274
6275 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
6276
6277 * vc.el (small-temporary-file-directory): Remove defvar; there's
6278 a defcustom for it in files.el.
6279
6280 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
6281 Fix typo in message.
6282 (tumme-gallery-generate): Fix typo in `error' message.
6283 (tumme-display-window-height-correction)
6284 (tumme-display-window-width-correction, tumme-line-up-dynamic)
6285 (tumme-line-up-interactive): Dox fixes.
6286 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
6287 (tumme-restore-window-configuration, tumme-format-properties-string)
6288 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
6289 Fix typos in docstrings.
6290
6291 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
6292
6293 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
6294
6295 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
6296
6297 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
6298 User should use hook if desired.
6299
6300 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
6301 buffer if necessary.
6302 (gdb-delete-frame-or-window): New function.
6303 (gdb-breakpoints-mode-map): Bind "q" to it.
6304
6305 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
6306
6307 * textmodes/nroff-mode.el: Clean up name space.
6308 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
6309 (nroff-mode): Obey the global setting of nroff-electric-mode.
6310 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
6311
6312 * calendar/calendar.el (calendar-increment-month): Typo in last change.
6313
6314 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
6315
6316 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
6317
6318 2006-02-06 Lars Hansen <larsh@soem.dk>
6319
6320 * generic-x.el (etc-fstab-generic-mode): Add file system types
6321 cifs and usbdevfs. Allow special chars in file names.
6322
6323 2006-02-05 Jay Belanger <belanger@truman.edu>
6324
6325 Update copyright notices of the files in lisp/calc.
6326
6327 2006-02-05 Romain Francoise <romain@orebokech.com>
6328
6329 Update copyright notices of all files in the lisp/play directory.
6330
6331 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
6332
6333 * ldefs-boot.el: Regenerate.
6334
6335 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
6336
6337 2006-02-05 Kim F. Storm <storm@cua.dk>
6338
6339 * files.el (magic-mode-regexp-match-limit): New defvar.
6340 (set-auto-mode): Use it to limit magic-mode-alist matching.
6341
6342 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
6343
6344 * simple.el (display-message-or-buffer): Compare the number of
6345 characters to the frame width when determining whether a 1-line
6346 message string will fit in the echo area. Count screen lines
6347 instead of buffer lines when determining whether a multi-line
6348 message will fit in the echo area/minibuffer window.
6349
6350 2006-02-04 Eli Zaretskii <eliz@gnu.org>
6351
6352 * info.el (Info-index, Info-mode): Improve the description of the
6353 `i' command.
6354
6355 * ldefs-boot.el: Regenerate.
6356
6357 2006-02-03 Werner Lemberg <wl@gnu.org>
6358
6359 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
6360 greedy to find the closing bracket in \*[...] and similar
6361 expressions. This is a first rough fix -- many additional
6362 refinements are necessary to make nroff mode really usable with groff.
6363
6364 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
6365
6366 * international/mule-cmds.el (set-locale-environment):
6367 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
6368 libX11.
6369
6370 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
6371
6372 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
6373 archive are created in archive-tmpdir.
6374
6375 2006-02-02 John Paul Wallington <jpw@pobox.com>
6376
6377 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
6378 (ibuffer-fontification-alist): Use it.
6379 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
6380 to "* z" and the Ibuffer Mark menu.
6381
6382 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
6383
6384 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6385
6386 * textmodes/table.el (*table--cell-describe-mode)
6387 (*table--cell-describe-bindings): Undo last change since
6388 print-help-return-message is not obsoleted by anything at all.
6389
6390 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
6391
6392 * emulation/cua-base.el (cua-mode): Doc fix.
6393
6394 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
6395
6396 * dframe.el (dframe-handle-make-frame-visible)
6397 (dframe-handle-iconify-frame, dframe-get-focus)
6398 (dframe-select-attached-frame, dframe-power-click)
6399 (dframe-frame-mode): Fix typos in docstrings.
6400
6401 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
6402 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
6403 Fix typos in docstrings.
6404
6405 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
6406 (hi-lock-face-buffer, hi-lock-font-lock-hook)
6407 (hi-lock-archaic-interface-message-used)
6408 (hi-lock-file-patterns-range): Fix typos in docstrings.
6409
6410 * savehist.el (savehist-loaded, savehist-load, savehist-install)
6411 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
6412
6413 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
6414 Fix typo in docstring.
6415
6416 * net/newsticker.el (newsticker--decode-iso8601-date)
6417 (newsticker--set-customvar, newsticker--buffer-insert-item)
6418 (newsticker--do-run-auto-mark-filter)
6419 (newsticker--parse-generic-feed): Doc fixes.
6420 (newsticker--retrieval-timer-list, newsticker-url-list)
6421 (newsticker-hide-immortal-items-in-echo-area)
6422 (newsticker-hide-obsolete-items-in-echo-area)
6423 (newsticker-new-item-face, newsticker--enclosure)
6424 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
6425 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
6426 (newsticker--parse-generic-feed, newsticker--cache-contains)
6427 (newsticker--stat-num-items, newsticker-download-enclosures):
6428 Fix typos in docstrings.
6429
6430 * net/rcirc.el (rcirc-debug): Doc fix.
6431 (rcirc-fill-column, rcirc-receive-message-hooks)
6432 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
6433 (rcirc-mode, rcirc-generate-new-buffer-name)
6434 (rcirc-startup-channels, rcirc-ignore-update-automatic)
6435 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
6436 Fix typos in docstrings.
6437 (rcirc-print): "?\ " -> "?\s".
6438 (rcirc-cmd-join): Improve argument/docstring consistency.
6439
6440 2006-02-01 Mark A. Hershberger <mah@everybody.org>
6441
6442 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
6443 before narrow-to-region.
6444
6445 2006-02-01 Richard M. Stallman <rms@gnu.org>
6446
6447 * simple.el (move-beginning-of-line): Scan properly for invis change.
6448
6449 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
6450
6451 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
6452
6453 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
6454 change bit only when id-format is 'integer. Reported by Matt
6455 Hodges <M.P.Hodges@rl.ac.uk>.
6456
6457 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
6458
6459 * hilit-chg.el (highlight-changes-initial-state)
6460 (highlight-changes-global-initial-state): Doc fixes.
6461 (highlight-changes-global-modes, global-highlight-changes):
6462 Fix typos in docstrings.
6463
6464 2006-02-01 Kim F. Storm <storm@cua.dk>
6465
6466 * emulation/cua-base.el (cua-mode): Mention that CUA enables
6467 transient-mark-mode in doc string.
6468
6469 2006-01-31 Richard M. Stallman <rms@gnu.org>
6470
6471 * replace.el (multi-occur): Doc fix.
6472 (multi-occur-in-matching-buffers): Rename from
6473 multi-occur-by-filename-regexp. Prefix arg says match
6474 buffer names instead of file names.
6475
6476 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
6477
6478 * bs.el: Allow non-default values of `bs-header-lines-length'.
6479 (bs--running-in-xemacs): Remove (not needed anymore).
6480 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
6481 instead of `shrink-window', thus avoiding having to compute the
6482 height of the window.
6483 (bs--up): Wrap around even when there's no header.
6484 (bs--down): Use `forward-line' instead of `next-line'.
6485
6486 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
6487
6488 * image-mode.el (image-toggle-display): Use file name if possible,
6489 instead of unnecessarily allocating a (possibly huge) lisp string.
6490
6491 2006-01-30 John Paul Wallington <jpw@pobox.com>
6492
6493 * subr.el (toplevel): Define `cl-assertion-failed' condition here
6494 because the `assert' macro signals it at runtime.
6495
6496 * emacs-lisp/cl.el (toplevel): Remove definition of
6497 `cl-assertion-failed' condition.
6498
6499 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
6500
6501 * thumbs.el (thumbs-marked-list): Make buffer-local and
6502 permanent-local.
6503 (thumbs-insert-thumb): Make help-echo non-sticky.
6504 (thumbs-file-alist): Use eolp as check for (non)-image.
6505
6506 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
6507
6508 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
6509 (ediff-before-session-group-setup-hooks)
6510 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
6511 Fix typos in docstrings.
6512
6513 * window.el (bw-dir, bw-eqdir, balance-windows)
6514 (split-window-keep-point): Fix typos in docstrings.
6515
6516 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
6517 (org-quote-string, org-calendar-to-agenda-key)
6518 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
6519 (org-show-following-heading, org-tags-column)
6520 (org-use-tag-inheritance, org, org-allow-space-in-links)
6521 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
6522 (org-enable-table-editor, org-calc-default-modes)
6523 (org-table-allow-automatic-line-recalculation)
6524 (org-export-html-style, org-export-with-fixed-width)
6525 (org-export-with-sub-superscripts, org-special-keyword)
6526 (org-formula, org-time-grid, org-table-may-need-update)
6527 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
6528 (org-goto-quit, org-get-indentation, org-end-of-item)
6529 (org-move-item-down, org-move-item-up)
6530 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
6531 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
6532 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
6533 (org-agenda-log-mode, org-agenda-toggle-diary)
6534 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
6535 (org-agenda-file-to-end, org-agenda-no-heading-message)
6536 (org-agenda-get-closed, org-format-agenda-item)
6537 (org-cmp-priority, org-cmp-category, org-cmp-time)
6538 (org-agenda-change-all-lines, org-agenda-diary-entry)
6539 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
6540 (org-link-search, org-camel-to-words, org-open-file)
6541 (org-remember-handler, org-table-convert-region)
6542 (org-table-move-row-down, org-table-move-row-up)
6543 (org-table-copy-region, org-table-wrap-region)
6544 (org-table-toggle-vline-visibility)
6545 (org-table-get-vertical-vector, org-table-modify-formulas)
6546 (org-table-get-specials, org-recalc-commands)
6547 (org-table-rotate-recalc-marks, org-table-eval-formula)
6548 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
6549 (org-level-color-stars-only, org-insert-heading):
6550 Fix typos in docstrings.
6551 (last-arg): Add defvar.
6552
6553 * makefile.w32-in (WINS): Add erc.
6554 (MH_E_SRC): Update (copied from lisp/Makefile.in).
6555
6556 2006-01-29 Bill Wohler <wohler@newt.com>
6557
6558 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
6559 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
6560 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
6561 (mh-autoloads): Don't use comments on otherwise empty lines.
6562
6563 2006-01-29 Edward O'Connor <ted@oconnor.cx>
6564
6565 * emulation/viper.el (viper-major-mode-modifier-list): Add
6566 insert-state and vi-state entries for erc-mode.
6567 (viper-go-away, viper-set-hooks): Add and remove
6568 viper-comint-mode-hook from erc-mode-hook as appropriate.
6569
6570 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
6571
6572 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
6573
6574 * bs.el (bs--format-aux): Implement `middle' alignment as
6575 described in the docstring for `bs-attributes-list'.
6576 (bs--get-name): Simplify. Don't pad the buffer name.
6577
6578 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
6579
6580 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
6581 English aspell dictionary is installed, use the first entry of
6582 ispell-dictionary-alist-1.
6583
6584 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
6585
6586 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6587 Doc fix.
6588
6589 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
6590
6591 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
6592 for `process-file', in order to let it work for older Emacsen too.
6593
6594 2006-01-27 Eli Zaretskii <eliz@gnu.org>
6595
6596 * international/latexenc.el: Add a suitable `coding:' tag.
6597 (latexenc-find-file-coding-system): Undo last change.
6598
6599 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6600
6601 * international/latexenc.el (latexenc-find-file-coding-system):
6602 Make sure latexenc-main-file is a regular file and is readable.
6603
6604 2006-01-27 Andre Spiegel <spiegel@gnu.org>
6605
6606 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
6607 Pass FILE to vc-user-login-name.
6608
6609 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
6610
6611 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
6612
6613 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
6614 there are no more images to display.
6615 (thumbs-mark, thumbs-unmark): Revert change so that they move to
6616 the next image.
6617
6618 2006-01-26 Richard M. Stallman <rms@gnu.org>
6619
6620 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
6621
6622 * wid-edit.el (advertised-widget-backward): New alias.
6623 (widget-keymap): Use advertised-widget-backward for S-TAB.
6624
6625 * tumme.el: Correct the keywords.
6626 (tumme-dir-max-size): Use defvar.
6627 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
6628
6629 * simple.el (move-beginning-of-line): Take account of fields.
6630 (clone-indirect-buffer-other-window): Take args like
6631 clone-indirect-buffer, and work like it.
6632
6633 * help-fns.el (describe-function): Don't pass `nil' as default.
6634
6635 * files.el (risky-local-variable-p): Follow var aliases.
6636
6637 * subr.el (lazy-completion-table): Doc fix.
6638
6639 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
6640 global binding of `line'.
6641
6642 2006-01-25 Andre Spiegel <spiegel@gnu.org>
6643
6644 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
6645 Tramp.
6646
6647 * vc.el (vc-default-dired-state-info): Pass FILE to
6648 vc-user-login-name.
6649 (vc-default-update-changelog): Don't use vc-user-login-name, we
6650 don't need it here.
6651
6652 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
6653 no longer necessary.
6654
6655 2006-01-25 Kenichi Handa <handa@m17n.org>
6656
6657 * international/mule.el (decode-char): Avoid the overhead of
6658 calling utf-lookup-subst-table-for-decode if
6659 utf-translate-cjk-mode is nil.
6660 (encode-char): Avoid the overhead of calling
6661 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
6662 nil.
6663
6664 2006-01-22 Kenichi Handa <handa@m17n.org>
6665
6666 * international/mule.el (make-subsidiary-coding-system): Reset
6667 `coding-system-define-form' property of subsidiaries to nil.
6668 Avoid duplicated entry in coding-system-alist.
6669 (make-coding-system): Avoid duplicated entry in
6670 coding-system-alist.
6671 (define-coding-system-alias): Likewise.
6672
6673 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
6674
6675 * completion.el: Minor fixes in introductory comment.
6676 (completion-def-wrapper): Fix alist.
6677
6678 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
6679
6680 * thumbs.el (thumbs-new-image-size): New function.
6681 (thumbs-increment-image-size-element)
6682 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
6683 (thumbs-decrement-image-size): Delete.
6684 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
6685 temp files and use to resize.
6686 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
6687 Use increment argument to enlarge/shrink. Preserve point.
6688 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
6689 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
6690 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
6691 (thumbs-mark, thumbs-unmark): Preserve point.
6692 (thumbs-modify-image): Keep old temp files and use to modify.
6693 Cleanup old temp files at load time. Preserve point.
6694 (thumbs-view-image-mode-map): Use new command names.
6695
6696 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
6697
6698 * log-view.el (log-view-minor-wrap): First rev is the one at point.
6699
6700 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
6701 the nastiest part of the cyclic dependency.
6702 (cal-menu-update): Use dotimes and calendar-increment-month.
6703
6704 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
6705 (calendar-week-start-day): Add an :initializer.
6706 (calendar-mode-map): Use suppress-keymap, and command remapping.
6707 (describe-calendar-mode): Setup xref-stack info for the back button.
6708 (calendar-star-date): Insert before delete.
6709 (calendar-set-mode-line): Add file-modified info if applicable.
6710 (calendar-increment-month): New function.
6711
6712 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
6713
6714 * font-lock.el (lisp-font-lock-keywords-2):
6715 Recognize "& keywords" only at word boundaries.
6716
6717 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
6718
6719 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
6720 and permanent-local.
6721 (thumbs-max-image-number): New variable.
6722 (thumbs-do-thumbs-insertion): Use them.
6723 (thumbs-per-line): Change default to 4.
6724 (thumbs-marked-list): Rename from thumbs-markedL.
6725 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
6726 (thumbs-rename-images): Use -list instead of L for internal variables.
6727 (thumbs-call-convert): Use call-process instead of shell-command.
6728 (thumbs-insert-thumb): Add filename as help-echo to each image.
6729 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
6730 Give dir to thumbs-show-thumbs-list.
6731 (thumbs-show-thumbs-list): Set default-directory to that of images.
6732 (thumbs-dired-show): Rename from thumbs-dired-show-all.
6733 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
6734 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
6735 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
6736
6737 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6738
6739 * ses.el (ses-read-cell): Provide a default value.
6740
6741 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
6742
6743 * term/w32-win.el (image-library-alist): Add additional names for
6744 GIF library.
6745
6746 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6747
6748 * international/latexenc.el (latexenc-find-file-coding-system):
6749 Add file-regular-p check.
6750
6751 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
6752
6753 * simple.el (clone-buffer): Don't show the new buffer in the same
6754 window.
6755
6756 2006-01-23 Juri Linkov <juri@jurta.org>
6757
6758 * faces.el (link, link-visited): New faces based on default values
6759 of `info-xref' and `info-xref-visited'.
6760
6761 * info.el (info-xref): Inherit from `link'.
6762 (info-xref-visited): Inherit from `link-visited'.
6763
6764 * cus-edit.el (custom-buffer-create-internal): Use widget type
6765 `custom-manual' instead of `info-link' and don't set properties
6766 `button-face' and `mouse-face' explicitly.
6767 (custom-browse-group-tag, custom-browse-variable-tag)
6768 (custom-browse-face-tag): Inherit from widget class
6769 `custom-group-link' instead of `push-button'.
6770 (custom-button-unraised): Inherit from `underline' face.
6771 (custom-link): Inherit from `link' face. Fix doc and group.
6772 (custom-add-parent-links, custom-group-value-create): Don't set
6773 properties `button-face' and `mouse-face' explicitly for
6774 `custom-group-link' widget.
6775 (custom-group-link): Add properties `button-face' and `mouse-face'
6776 to widget definition.
6777 (custom-field-keymap): New variable. Put `custom-field-keymap' to
6778 editable-field's :keymap property.
6779 (custom-mode): Fix docstring: substitute keybindings for
6780 `widget-forward' and `widget-backward' from `widget-keymap',
6781 `widget-complete' from `custom-field-keymap', replace old
6782 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
6783
6784 * desktop.el (desktop-load-file): Check for `fboundp' before
6785 calling `symbol-function'.
6786
6787 * simple.el (clone-buffer, clone-indirect-buffer)
6788 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
6789 `read-string'. Fix prompts.
6790
6791 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
6792
6793 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
6794
6795 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
6796
6797 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
6798
6799 * startup.el (inhibit-splash-screen, initial-scratch-message):
6800 Doc fixes.
6801
6802 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
6803
6804 Sync with Tramp 2.0.52.
6805
6806 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
6807 net/tramp-vc.el: Add code for unloading Tramp. See comment before
6808 `tramp-unload-tramp' for checklist.
6809
6810 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
6811 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
6812 (tramp-unload-file-name-handler-alist)
6813 (tramp-unload-tramp): New defuns.
6814 (tramp-advice-PC-expand-many-files): New defadvice.
6815 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
6816 removed.
6817 (tramp-handle-expand-file-name): Remove double slash.
6818 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
6819 It doesn't matter, because it will be converted later on.
6820 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
6821 implementation was just heuristic.
6822 (tramp-post-connection): Set uid and gid properties.
6823 (tramp-convert-file-attributes): Set file's gid change bit.
6824 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
6825 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
6826 in case of su(do)? methods. The home directory of the local user
6827 will be taken else.
6828 (tramp-open-connection-telnet)
6829 (tramp-open-connection-rsh, tramp-open-connection-su)
6830 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
6831 local shell prompt could hurt. Reported by Romain Francoise
6832 <romain@orebokech.com>.
6833 (tramp-let-maybe): Add `edebug-form-spec' property.
6834 (tramp-handle-expand-file-name): Bind `default-directory' locally
6835 to "/" in order to avoid problems with UNC shares or Cygwin
6836 mounts.
6837 (tramp-md5-function): Fix typo in error message.
6838
6839 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
6840
6841 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
6842 for byte-compiler pacification.
6843
6844 2006-01-22 Andre Spiegel <spiegel@gnu.org>
6845
6846 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
6847 ID-FORMAT `string'. This allows us to get rid of
6848 `vc-user-login-name UID'.
6849
6850 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
6851
6852 2006-01-22 John Paul Wallington <jpw@pobox.com>
6853
6854 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
6855
6856 2006-01-21 Martin Rudalics <rudalics@gmx.at>
6857
6858 * emacs-lisp/find-func.el (find-definition-noselect)
6859 (find-variable-noselect): Search variables in C source code too.
6860 (find-function-C-source, find-function-noselect, find-function)
6861 (find-function-other-frame, find-variable-noselect, find-variable)
6862 (find-variable-other-frame, find-variable-at-point):
6863 Fix docstrings.
6864
6865 2006-01-21 Francesco Potorti` <pot@gnu.org>
6866
6867 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
6868
6869 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
6870
6871 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
6872 Default to disabling the "Save affix" question.
6873
6874 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
6875
6876 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
6877 the first arg to run-python.
6878
6879 2006-01-21 Eli Zaretskii <eliz@gnu.org>
6880
6881 * startup.el (command-line-1): Handle --no-desktop if desktop.el
6882 is not loaded.
6883
6884 2006-01-20 Jay Belanger <belanger@truman.edu>
6885
6886 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
6887 limit is 0.
6888
6889 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
6890 the correct variable.
6891
6892 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
6893
6894 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
6895 link. Fixed buggy argument sequence in call to `org-view-tags'.
6896 (org-compile-prefix-format): Set `org-prefix-has-tag'.
6897 (org-prefix-has-tag): New variable.
6898 (org-format-agenda-item): Remove tags from headline if
6899 appropriate.
6900 (org-agenda-remove-tags-when-in-prefix): New option.
6901 (org-get-tags-at): New function.
6902
6903 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
6904
6905 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
6906 (thumbs-find-image): Move image name and number from buffer name
6907 to mode name. Set thumbs-buffer. Preserve point so that large
6908 images remain visible.
6909 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
6910 order.
6911 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
6912 mode name.
6913 (thumbs-next-image, thumbs-previous-image): Make them work.
6914
6915 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
6916
6917 * cus-edit.el (custom-buffer-create-internal): State in the text above
6918 the whole buffer buttons that they do not operate on hidden items.
6919 (custom-face-menu): Use `custom-face-save' instead of
6920 `custom-face-save-command'.
6921 (custom-face-save-command): Make it an alias for `custom-face-save'
6922 and declare it obsolete.
6923 (custom-face-save): Doc fix.
6924
6925 * dired.el (dired-no-confirm): Add quote.
6926 (dired-subdir-alist-pre-R): Add quote in
6927 `make-variable-buffer-local' form and remove unbalanced parenthesis.
6928
6929 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
6930
6931 * textmodes/table.el (table-mode-indicator): Typo in last change.
6932
6933 2006-01-19 Richard M. Stallman <rms@gnu.org>
6934
6935 * outline.el (hide-leaves): Don't call outline-end-of-heading.
6936 Fixes bug reported in Nov 2005.
6937
6938 * isearch.el (isearch-forward): Doc fix.
6939
6940 * dired.el (dired-move-to-filename-regexp): Define as alias.
6941 (dired-no-confirm): Use defcustom.
6942 (dired-subdir-alist-pre-R): Put defvar at top level.
6943
6944 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
6945
6946 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6947 Mark as risky.
6948
6949 * simple.el (set-mark-command): Doc fix.
6950 (clone-indirect-buffer-other-window):
6951 Read arg like clone-indirect-buffer.
6952 (move-beginning-of-line): Skip invisible newlines.
6953
6954 2006-01-19 Masatake YAMATO <jet@gyve.org>
6955
6956 * progmodes/cpp.el (cpp-edit-load): Make the order of
6957 listed conditions in a base C code buffer and its associate
6958 CPP Edit buffer the same.
6959
6960 2006-01-19 Kenichi Handa <handa@m17n.org>
6961
6962 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
6963 (rmail-mime-feature): Likewise.
6964 (rmail-require-mime-maybe): Use display-warning to show a warning
6965 message.
6966
6967 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
6968 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
6969
6970 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6971
6972 * array.el: Move defvars out of eval-when-compile.
6973 (array-make-template): Replace undeclared global var with a local one.
6974 (array-mode): Inline initialization functions.
6975 (array-init-local-variables, array-init-max-row)
6976 (array-init-max-column, array-init-columns-per-line)
6977 (array-init-field-width, array-init-rows-numbered)
6978 (array-init-line-length, array-init-lines-per-row): Remove.
6979
6980 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
6981 (doc-mode-map): Define explicitly.
6982 (doctor-txtype): Use mapc.
6983
6984 * textmodes/table.el: Move defvars out of eval-when-compile.
6985 Remove harmful code meant to avoid byte-compiler warnings.
6986 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
6987 specification that checks table-fixed-width-mode directly.
6988 (table-recognize-region, table-recognize-cell):
6989 Use restore-buffer-modified-p.
6990 (table-fixed-width-mode): Remove code that refreshes
6991 table-fixed-mode-indicator.
6992 (*table--cell-describe-bindings, *table--cell-describe-mode):
6993 Avoid obsolete name print-help-return-message.
6994 (table--test-cell-list): Don't use replace-regexp from elisp.
6995 (table--point-entered-cell-function, table--point-left-cell-function):
6996 Don't set table-fixed-mode-indicator, use force-mode-line-update.
6997
6998 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
6999 that was after the end of file. Use buffer-file-name variable.
7000 (org-timestamp-change): Use with-current-buffer.
7001 (org-todo-list): Don't unnecessarily define a new buffer-local var.
7002 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
7003 `file'.
7004
7005 * progmodes/fortran.el: Move defvars out of eval-when-compile.
7006 (fortran-break-line): Remove unused var `opoint'.
7007 (fortran-abbrev-start): Obey help-event-list.
7008
7009 2006-01-18 Jesper Harder <harder@phys.au.dk>
7010
7011 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
7012
7013 2006-01-18 Masatake YAMATO <jet@gyve.org>
7014
7015 * progmodes/make-mode.el (makefile-imake-mode): New mode
7016 derived from makefile-mode.
7017 (makefile-imake-mode-syntax-table): New syntax table
7018 derived from makefile-mode-syntax-table.
7019 (makefile-mode): Write about makefile-imake-mode in doc string.
7020 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
7021 (makefile-imake-font-lock-keywords): New font lock keywords.
7022
7023 * files.el (auto-mode-alist): Add Imakefile.
7024
7025 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
7026
7027 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
7028 loading the file rather than when turning on flyspell-mode.
7029
7030 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
7031
7032 * cus-edit.el (customize-rogue): Minor doc fix.
7033
7034 2006-01-17 Juri Linkov <juri@jurta.org>
7035
7036 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
7037 instead of the file at the mark as default if the file at the mark
7038 is the same as the file at point or if dired-dwim-target-directory
7039 is not the same as the current directory and the mark is not active.
7040
7041 * log-view.el (log-view-minor-wrap): Use the same logic to get
7042 revisions as `log-view-diff'.
7043
7044 * info.el (Info-revert-find-node): Check for Info-current-file
7045 before preserving new-history.
7046
7047 * man.el (Man-heading-regexp): Add `/'.
7048
7049 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
7050 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
7051
7052 2006-01-16 Juri Linkov <juri@jurta.org>
7053
7054 * faces.el (mode-line-faces): New defgroup.
7055 (mode-line-highlight): Move definition after new defgroup.
7056 (mode-line, mode-line-inactive, mode-line-highlight):
7057 Replace :group `modeline' with `mode-line-faces'.
7058 (mode-line-buffer-id): New face.
7059 (modeline-buffer-id): New face alias.
7060 (vertical-border): Remove :group `modeline'.
7061
7062 * bindings.el (propertized-buffer-identification): Use face
7063 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
7064 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
7065 (mode-line-buffer-identification-keymap): For mouse-1 replace
7066 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
7067 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
7068 mouse-3.
7069
7070 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
7071 Buffer-menu-buffer. Doc fix.
7072 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
7073 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
7074 `Buffer-menu-buffer'.
7075
7076 * info.el (Info-mode-line-node-keymap): New defvar.
7077 (Info-set-mode-line): Use `stringp' to check Info-current-file.
7078 Propertize Info-current-node with `mode-line-buffer-id' and
7079 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
7080
7081 * time.el (display-time-mail-face): Replace :group `faces' with
7082 `mode-line-faces'.
7083
7084 2006-01-16 Kenichi Handa <handa@m17n.org>
7085
7086 * international/code-pages.el: Add autoload cookies for cp125[0345678].
7087
7088 * language/european.el (cp1252): New alias for windows-1252.
7089
7090 * international/mule.el (autoload-coding-system): Prepare for EOL
7091 variants.
7092
7093 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
7094
7095 * term.el (term-raw-map): Add mapping for insert.
7096 (term-send-insert): New.
7097 (term-mode): Make variables local here instead of doing it in
7098 `term-emulate-terminal'.
7099 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
7100 Scroll reverse needs to take into account the scroll region.
7101 Saving and restoring the cursor should save the color attributes too.
7102 (term-reset-terminal): Reset the scroll region.
7103 (term-handle-ansi-escape): Cursor up and down should take into
7104 account the scroll region.
7105 (term-set-scroll-region): Rename from `term-scroll-region'.
7106 Move to 0,0 after setting the region.
7107 (term-handle-scroll): Handle scroll up.
7108 (term-down): Fix off by one error.
7109 (term-delete-lines): Do not delete outside the scroll region.
7110 (term-insert-lines): Take into account the scroll region.
7111
7112 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
7113
7114 * textmodes/ispell.el (ispell-internal-change-dictionary)
7115 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
7116 (start, end): Move declaration outside of eval-when-compile.
7117
7118 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
7119 (flyspell-mode-on): Use it.
7120
7121 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
7122 ispell-kill-ispell-hook.
7123
7124 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
7125
7126 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
7127 (Custom-reset-saved): Do not ask for confirmation in single option
7128 buffers.
7129
7130 2006-01-13 Richard M. Stallman <rms@gnu.org>
7131
7132 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
7133
7134 2006-01-13 Romain Francoise <romain@orebokech.com>
7135
7136 * add-log.el (add-change-log-entry, change-log-merge):
7137 Conditionally use `hard-newline'.
7138
7139 2006-01-13 Martin Rudalics <rudalics@gmx.at>
7140
7141 * wid-edit.el (widget-field-end): If the overlay is no longer
7142 associated with a buffer, behave as if the overlay didn't exist.
7143
7144 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
7145 Make sure the links use the `custom-link' face.
7146
7147 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7148
7149 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
7150 (ld-script-mode): Don't set indent-line-function since we don't
7151 have one.
7152
7153 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
7154
7155 * textmodes/org.el (org-open-file): Use mailcap for selecting an
7156 application.
7157 (org-file-apps-defaults-gnu): Use mailcap as the default for
7158 selecting an application on a UNIX system.
7159 (org-agenda-show-tags): New command.
7160 (org-table-insert-hline): Keep cursor in current table line.
7161 (org-table-convert): Offset effect of modifying
7162 `org-table-insert-hline'.
7163 (org-format-agenda-item): New optional argument TAG.
7164 (org-compile-prefix-format): Handle %T format for the tag.
7165 (org-expand-wide-chars): New function.
7166 (org-table-insert-row, org-table-insert-hline):
7167 Use `org-expand-wide-chars'.
7168 (org-open-file): Fix bug in program launch.
7169 (org-get-time-of-day): Fix bug with times before 1am.
7170 (org-agenda-menu): Add tags commands.
7171
7172 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
7173
7174 * textmodes/ispell.el (ispell-init-process): Include the used
7175 dictionary in ispell process start message.
7176 (ispell-internal-change-dictionary): When flyspell-mode is active
7177 and dictionary is changed, make sure ispell process is restarted
7178 and flyspell word cache cleared out for the current buffer.
7179 (ispell-change-dictionary): Make sure flyspell word cache is
7180 cleared out in all buffers with active flyspell mode when
7181 dictionary is globally changed.
7182 Call ispell-internal-change-dictionary after dictionary change.
7183
7184 2006-01-13 Eli Zaretskii <eliz@gnu.org>
7185
7186 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
7187
7188 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
7189 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
7190 years. Fix small differences wrt Makefile.in.
7191 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
7192 Makefile.in does.
7193
7194 2006-01-12 Bill Wohler <wohler@newt.com>
7195
7196 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
7197 mh-search.el.
7198
7199 2006-01-12 Masatake YAMATO <jet@gyve.org>
7200
7201 * progmodes/ld-script.el: Update copyright year.
7202
7203 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
7204
7205 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
7206 Don't add widget if setting undefined.
7207
7208 2006-01-12 John Paul Wallington <jpw@pobox.com>
7209
7210 * help-fns.el (describe-variable): Remove newlines from void
7211 variable output.
7212
7213 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
7214
7215 * wdired.el (wdired-mode-map): Add help echo for
7216 wdired-abort-changes.
7217
7218 * man.el (Man-file-name-regexp): Adjust for a list of files.
7219
7220 2006-01-12 Masatake YAMATO <jet@gyve.org>
7221
7222 * progmodes/ld-script.el (auto-mode-alist): Support
7223 suffix conventions used in netbsd and eCos.
7224
7225 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
7226
7227 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
7228 (custom-variable-menu, custom-face-menu, custom-group-menu)
7229 (Custom-mode-menu): Change names of menu items. (As discussed on
7230 emacs-devel.)
7231 (custom-face-menu): Add "Undo Edits" item.
7232
7233 * startup.el (init-file-user): defcustom -> defvar.
7234
7235 * tooltip.el (tooltip-mode): Doc fix.
7236
7237 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7238
7239 * reveal.el (reveal-post-command): window-buffer signals an error on
7240 dead windows rather than returning nil.
7241 (reveal-open-new-overlays): An overlay might die while we open others.
7242
7243 2006-01-11 Bill Wohler <wohler@newt.com>
7244
7245 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
7246 phrasing in docstring.
7247
7248 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
7249 can give some systems gas. Add new file mh-buffers.el.
7250
7251 2006-01-06 Masatake YAMATO <jet@gyve.org>
7252
7253 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
7254 C preprocessor forward ported from GNU Emacs 21.2.
7255
7256 * progmodes/asm-mode.el (asm-font-lock-keywords):
7257 Use `cpp-font-lock-keywords'.
7258
7259 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
7260
7261 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
7262 of $ for "\\.ld[s]?".
7263
7264 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
7265
7266 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
7267 (tcl-indent-line): Return `noindent' if inside a string.
7268
7269 * progmodes/flymake.el (flymake-split-string): Remove more than one
7270 empty string at beg/end of the result.
7271 (flymake-find-buildfile, flymake-find-possible-master-files):
7272 Use expand-file-name.
7273 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
7274 since expand-file-name does it for us. Use directory-file-name.
7275 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
7276 (flymake-ler-get-type, flymake-ler-get-text)
7277 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
7278 (flymake-current-line-no): Remove spurious interactive spec.
7279 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
7280 (flymake-check-include): Remove arg inc-path merged into inc-name.
7281 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
7282 Arg regexp-list replaced by a simple regexp.
7283 (flymake-master-make-header-init, flymake-master-tex-init):
7284 Correspondingly replace regexp-list with a regexp. Fix regexp.
7285
7286 2006-01-10 Simon Josefsson <jas@extundo.com>
7287
7288 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
7289 describing AUTH PLAIN fix.
7290
7291 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7292
7293 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
7294 (report-emacs-bug): Don't record initial prompt text.
7295 Instead, add text properties to prompting text.
7296 (report-emacs-bug-hook): Delete prompting text.
7297
7298 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7299
7300 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
7301 `dirs'. Adjust callers.
7302
7303 2006-01-09 John Paul Wallington <jpw@gnu.org>
7304
7305 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
7306
7307 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7308
7309 * reveal.el (reveal-open-new-overlays): New extracted fun.
7310 (reveal-close-old-overlays): Idem. Check overlays's liveness before
7311 using them. Simplify the code.
7312 (reveal-post-command): Use them. Fix up obsolete windows in
7313 reveal-open-spots.
7314
7315 * progmodes/flymake.el: Use `require' rather than autoload for
7316 XEmacs's overlays.
7317 (flymake-get-common-file-prefix, flymake-build-relative-filename):
7318 Delete. Use file-relative-name instead.
7319 (flymake-get-syntax-check-program-args, flymake-perl-init):
7320 Simplify the resulting code.
7321
7322 * log-view.el (log-view-file-re, log-view-message-re): Add support
7323 for DaRCS output.
7324
7325 2006-01-09 Alex Schroeder <alex@gnu.org>
7326
7327 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
7328 identifiers sometimes added in square brackets at the beginning of
7329 subject lines.
7330
7331 2006-01-07 Richard M. Stallman <rms@gnu.org>
7332
7333 * cus-edit.el (Custom-set, Custom-save): Doc fix.
7334 (Custom-reset-current, Custom-reset-saved): Change question text.
7335 (Custom-reset-standard): Likewise.
7336 (custom-variable-reset-saved): Doc fix.
7337
7338 2006-01-07 Eli Zaretskii <eliz@gnu.org>
7339
7340 * startup.el (init-file-user): Doc fix.
7341
7342 2006-01-07 Alex Schroeder <alex@gnu.org>
7343
7344 * mail/rmail.el (rmail-current-subject): New function.
7345 (rmail-current-subject-regexp): New function.
7346 (rmail-next-same-subject): Use it.
7347
7348 * mail/rmailsum.el (rmail-summary-by-topic):
7349 Use rmail-current-subject and rmail-current-subject-regexp.
7350 (rmail-summary-next-same-subject): Ditto.
7351
7352 * net/rcirc.el (rcirc-send-input): No longer check whether the
7353 process is open, since not all commands need an open process.
7354 (rcirc-send-string): Check whether the process is open before
7355 sending anything.
7356 (rcirc-ignore-list): New option.
7357 (rcirc-ignore-list-automatic): New variable.
7358 (rcirc-print): Take rcirc-ignore-list into account.
7359 (rcirc-cmd-ignore): New command.
7360 (rcirc-ignore-update-automatic): New function.
7361 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
7362 list if ignored nicks.
7363 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
7364
7365 2006-01-06 David Reitter <david.reitter@gmail.com>
7366
7367 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
7368 reflect the address to which the report will be sent.
7369
7370 2006-01-06 Eli Zaretskii <eliz@gnu.org>
7371
7372 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
7373 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
7374
7375 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
7376
7377 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
7378
7379 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
7380 the doc string: "functoin" => "function".
7381 * ldefs-boot.el: Likewise.
7382
7383 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
7384 message text: "Duplicat" => "Duplicate".
7385
7386 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
7387
7388 * files.el (basic-save-buffer-2): If backing-up failed, reset
7389 buffer-backed-up to nil.
7390
7391 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
7392
7393 * progmodes/gud.el (gdb-script-skip-to-head)
7394 (gdb-script-calculate-indentation): Indent for breakpoint command
7395 lists also.
7396
7397 2006-01-05 Bill Wohler <wohler@newt.com>
7398
7399 * Makefile.in (compile-always): Add mh-autoloads dependency.
7400 (bootstrap): Remove mh-autoloads dependency, as compile dependency
7401 provides it.
7402 (updates): Remove mh-autoloads dependency, since it probably has
7403 already run recently (via recompile).
7404
7405 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7406
7407 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
7408 argument `force' to disable the flyspell-last-buffer optimization.
7409 (flyspell-mode-on): Use it.
7410
7411 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
7412 flymake-simple-cleanup.
7413 (flymake-allowed-file-name-masks): Use this new default.
7414 All the functions are now called in the right buffer rather than
7415 passing the buffer as argument.
7416 (flymake-process-sentinel): Switch to buffer before calling cleanup.
7417 (flymake-parse-err-lines): Remove redundant buffer arg.
7418 (flymake-get-program-dir): Comment out unused function.
7419 (flymake-start-syntax-check, flymake-start-syntax-check-process):
7420 Remove redundant buffer argument.
7421 (flymake-get-real-file-name, flymake-simple-java-cleanup)
7422 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
7423
7424 2006-01-05 Richard M. Stallman <rms@gnu.org>
7425
7426 * info.el (Info-find-node): Don't record previous node if have none.
7427 (info): Go to directory only if history is empty.
7428
7429 * simple.el (mark): Doc fix.
7430
7431 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7432
7433 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
7434 already of desired type.
7435 (mac-ae-list): Coerce parameter to "list" type.
7436 (mac-dispatch-apple-event): Replace cadr part of event with a
7437 dummy position so that event-start returns it.
7438
7439 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
7440
7441 * textmodes/org.el (org-end-of-subtree): New function.
7442 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
7443 Use `org-end-of-subtree'.
7444 (org-agenda, org-agenda-convert-date): Protect calls to
7445 `fit-window-to-buffer'.
7446 (org-tags-view): Force matching of sublevels when doing a
7447 todo-only search. Define the correct redo command, including the
7448 arguments.
7449 (org-agenda-redo): Display message.
7450 (org-check-for-org-mode): New function.
7451 (org-agenda-type): New variable.
7452 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
7453 Set `org-agenda-type'.
7454 (org-agenda-check-type): New function.
7455 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7456 (org-agenda-week-view, org-agenda-day-view)
7457 (org-agenda-next-date-line, org-agenda-previous-date-line)
7458 (org-agenda-log-mode, org-agenda-toggle-diary)
7459 (org-agenda-toggle-time-grid, org-agenda-date-later)
7460 (org-agenda-date-prompt, org-agenda-diary-entry)
7461 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
7462 (org-agenda-convert-date, org-agenda-menu):
7463 Use `org-agenda-check-type'.
7464 (org-make-overlay, org-delete-overlay)
7465 (org-detatch-overlay, org-move-overlay, org-overlay-put):
7466 New compatibility functions.
7467 (org-calendar-select-mouse): New command.
7468
7469 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
7470
7471 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
7472 (Custom-reset-standard): Fix y-or-n-p messages.
7473 (custom-link): New face for links.
7474 (custom-buffer-create-internal, custom-manual): Use it.
7475 (custom-face-save): Push to theme-face before setting face spec.
7476
7477 * wid-edit.el (widget-default-mouse-face-get): New function.
7478 (widget-specify-button): Handle mouse-face like button-face.
7479
7480 * custom.el (load-theme): Clear old theme settings if reloading.
7481
7482 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
7483
7484 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
7485 "Erase Customization" button back to same position it occupies in
7486 the individual State menus.
7487
7488 2006-01-04 Kim F. Storm <storm@cua.dk>
7489
7490 * wid-edit.el (key-sequence): Rework widget to read key binding
7491 using `kbd' syntax. Use C-q to insert literal key, event, or code.
7492 (widget-key-sequence-default-value): Default value for empty sequence.
7493 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
7494 (widget-key-sequence-read-event): New command for C-q.
7495 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
7496 (widget-key-sequence-value-to-external): New functions.
7497
7498 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7499
7500 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
7501 Use expand-file-name.
7502 (flymake-delete-temp-directory): Use expand-file-name,
7503 file-name-directory, and directory-file-name.
7504 (flymake-strrchr): Delete.
7505 (flymake-start-syntax-check): Don't pass the redundant buffer argument
7506 to the init-f function.
7507 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
7508 (flymake-init-find-buildfile-dir)
7509 (flymake-init-create-temp-source-and-master-buffer-copy)
7510 (flymake-simple-make-init-impl, flymake-simple-make-init)
7511 (flymake-master-make-init, flymake-master-make-header-init)
7512 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
7513 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
7514 (flymake-xml-init): Remove corresponding redundant buffer argument.
7515 (flymake-allowed-file-name-masks): Remove last elems that are equal to
7516 the default anyway. Clean up regexps.
7517
7518 * progmodes/flymake.el (flymake-temp-source-file-name)
7519 (flymake-master-file-name, flymake-temp-master-file-name)
7520 (flymake-base-dir): New buffer-local vars.
7521 (flymake-buffer-data, flymake-get-buffer-value)
7522 (flymake-set-buffer-value): Replace those hash-tables by the new
7523 buffer-local vars. Update callers.
7524
7525 * progmodes/flymake.el (flymake-check-start-time)
7526 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
7527 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
7528 Move definition, so we can remove redundant earlier declaration.
7529 (flymake-replace-regexp-in-string, flymake-split-string)
7530 (flymake-get-temp-dir): Use defalias.
7531 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
7532 (flymake-xemacs-window-edges): Remove unused function.
7533 (flymake-get-point-pixel-pos): Move.
7534 (flymake-pid-to-names, flymake-reg-names)
7535 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
7536 Replace by a simple list flymake-processes and by process-buffer.
7537 Update callers. Other than simplify the code, it uses buffers rather
7538 than buffer-names so it doesn't get confused by uniquify.
7539 (flymake-buffer-data): The global value should just be nil.
7540
7541 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
7542 Optimize the body of a defalias like any other code.
7543
7544 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
7545 Make sure we've setup font-lock's vars. It may influence which
7546 function we then call.
7547 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
7548 here since it's too late anyway.
7549
7550 2006-01-03 Romain Francoise <romain@orebokech.com>
7551
7552 * startup.el (fancy-splash-tail, normal-splash-screen):
7553 Update copyright year.
7554
7555 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
7556
7557 * mouse.el (mouse-drag-track): Rename, from
7558 `mouse-drag-region-1'. Includes optional argument required to
7559 enable post-drag event processing (e.g. delete region keys).
7560 Can be used without this argument to track a mouse region and operate
7561 on it as soon as the drag completes.
7562 (mouse-drag-region): Use `mouse-drag-track'.
7563
7564 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
7565
7566 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
7567 Move to `custom-buffer' group.
7568
7569 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
7570 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
7571 (custom-theme-insert-face-marker, custom-theme-variable-menu)
7572 (custom-theme-face-menu): New variables.
7573 (custom-theme-add-variable, custom-theme-variable-action)
7574 (custom-variable-reset-theme, custom-theme-delete-variable)
7575 (custom-face-reset-theme, custom-theme-face-action)
7576 (custom-theme-delete-face, custom-theme-merge-theme)
7577 (custom-theme-add-face, custom-theme-visit-theme): New functions.
7578
7579 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
7580
7581 * custom.el: Move Custom Themes commentary to start of theme code.
7582 (custom-known-themes): Rename `standard' theme to `changed'.
7583 (custom-push-theme): Caller no longer specifies what theme to use
7584 when doing `reset'---the setting is simply removed from the theme.
7585 Delete MODE from `theme-value' and `theme-settings' properties.
7586 (custom-declare-theme): Ignore &rest args since we don't use them.
7587
7588 (custom-loaded-themes): Delete variable.
7589 (custom-theme-load-themes, custom-theme-loaded-p)
7590 (custom-theme-value): Delete functions.
7591
7592 (custom-declare-theme): Signal error on invalid theme names.
7593 (provide-theme): custom-loaded-themes was deleted.
7594 (load-theme): Load the file unconditionally.
7595 (enable-theme): Call `load-theme' if theme is undefined.
7596 (custom-enabled-themes): Only update value for successful loads.
7597 (disable-theme): Complete from enabled themes when interactive.
7598 (custom-variable-theme-value): Calculate theme value directly.
7599
7600 (custom-theme-reset-variables, custom-reset-variables): Mark as
7601 XEmacs compatibility functions. We don't actually use these.
7602
7603 * cus-edit.el (custom-variable-state-set):
7604 Use custom-variable-theme-value instead of custom-theme-value.
7605 (custom-face-state-set): Rename `standard' theme to `changed'.
7606 (custom-save-variables, custom-save-faces): Delete unneeded
7607 references to custom-reset-variables.
7608 (custom-save-resets): Delete function.
7609 (custom-save-variables, custom-save-faces): MODE argument deleted.
7610 (custom-save-variables, custom-save-faces): Ignore theme values.
7611
7612 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
7613 compatibility function.
7614
7615 2006-01-01 Richard M. Stallman <rms@gnu.org>
7616
7617 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
7618 (Custom-reset-current, Custom-reset-saved): Likewise.
7619 (Custom-reset-standard): Show message if aborted.
7620 (custom-mode): Doc fix, describing those commands.
7621
7622 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
7623 put on event-kind property.
7624
7625 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
7626
7627 * custom.el (provide-theme): Ban `user' theme name.
7628 (custom-enabling-themes): New variable.
7629 (enable-theme): Don't enable user if custom-enabling-themes is t.
7630 (custom-enabled-themes): Make it a defcustom.
7631 (custom-theme-recalc-face): No-op if face is undefined.
7632
7633 * cus-edit.el (custom-button-mouse): New variable.
7634 (custom-button-mouse): New face.
7635 (custom-raised-buttons, custom-mode): Use it.
7636
7637 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
7638
7639 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7640
7641 * progmodes/gud.el (gud-display-line): Support hl-line in the
7642 source buffer.
7643
7644 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
7645
7646 * mouse.el (mouse-drag-window-above): Verify that the found window
7647 overlaps with the given window in the horizontal dimension.
7648
7649 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7650
7651 * Makefile.in (cvs-update): New target.
7652
7653 * makefile.w32-in (cvs-update): Ditto.
7654
7655 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
7656
7657 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
7658 (custom-new-theme-mode-map): New variable.
7659
7660 2005-12-30 Richard M. Stallman <rms@gnu.org>
7661
7662 * custom.el (custom-load-themes): Function deleted.
7663
7664 * cus-edit.el (custom-save-loaded-themes): Function deleted.
7665 (custom-save-variables): Don't delete or add custom-load-themes call.
7666
7667 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
7668
7669 * cus-start.el: Add `visible-cursor'.
7670
7671 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
7672 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
7673 (flymake-process-filter): Switch to buffer before calling it instead.
7674 (flymake-post-syntax-check, flymake-highlight-err-lines)
7675 (flymake-delete-own-overlays, flymake-parse-err-lines)
7676 (flymake-start-syntax-check, flymake-start-syntax-check-process)
7677 (flymake-count-lines, flymake-parse-residual):
7678 Remove constant buffer argument.
7679 (flymake-start-syntax-check-for-current-buffer): Remove.
7680 Update callers to use flymake-start-syntax-check instead.
7681 (flymake-display-err-menu-for-current-line):
7682 Remove unused var `mouse-pos'.
7683 (flymake-restore-formatting): Comment out unused function.
7684 (flymake-report-status, flymake-report-fatal-status): Remove buffer
7685 argument, use current-buffer instead. Update callers.
7686
7687 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7688
7689 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
7690 buffer-local because choose-completion-delete-max-match requires
7691 that we set completion-ignore-case (i.e., binding via let is not
7692 sufficient).
7693 (bibtex-complete): Always set completion-ignore-case and
7694 choose-completion-string-functions. The latter is needed because
7695 choose-completion-string-functions keeps its value if we quit the
7696 *Completions* buffer without requesting a completion.
7697
7698 2005-12-30 Andreas Schwab <schwab@suse.de>
7699
7700 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
7701
7702 2005-12-30 Eli Zaretskii <eliz@gnu.org>
7703
7704 * jit-lock.el (jit-lock-chunk-size): Doc fix.
7705
7706 2005-12-30 Juri Linkov <juri@jurta.org>
7707
7708 * locate.el (locate-fcodes-file, locate-header-face)
7709 * progmodes/delphi.el (delphi-other-face)
7710 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
7711
7712 * paren.el (show-paren-match, show-paren-mismatch): Use existing
7713 group `paren-showing-faces'.
7714
7715 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
7716 (goto-address): Fix docstring.
7717
7718 * net/webjump.el (webjump-sample-sites): Update URLs.
7719
7720 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
7721
7722 * subr.el (cancel-change-group): Add listp around pending-undo-list.
7723
7724 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
7725
7726 * font-lock.el (font-lock-compile-keywords): Signal an error when
7727 font-lock-set-defaults hasn't been called.
7728
7729 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
7730
7731 * subr.el (noreturn, 1value): Doc fixes.
7732
7733 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7734
7735 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
7736 that assoc-string returns nil.
7737
7738 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7739
7740 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
7741 (bibtex-entry-type-str, bibtex-empty-field-re)
7742 (bibtex-search-backward-string, bibtex-preamble-prefix)
7743 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
7744 (bibtex-any-valid-entry-type): New variable.
7745 (bibtex-parse-field-name): Simplify.
7746 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
7747 (bibtex-preamble-prefix): Include left delimiter.
7748 (bibtex-search-forward-field, bibtex-search-backward-field):
7749 Allow unbounded search past entry boundaries (required by bibtex-pop).
7750 (bibtex-text-in-field-bounds): Use push.
7751 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
7752 (bibtex-parse-preamble, bibtex-valid-entry)
7753 (bibtex-beginning-first-field): New functions.
7754 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
7755 (bibtex-map-entries): Fix docstring.
7756 (bibtex-flash-head): New arg prompt. Simplify.
7757 (bibtex-enclosing-field): Include code of bibtex-inside-field.
7758 (bibtex-insert-kill): Simplify. Always insert text past the
7759 current field or entry.
7760 (bibtex-format-entry): Use bibtex-parse-field.
7761 (bibtex-pop): Use bibtex-beginning-of-entry and
7762 bibtex-end-of-entry to initiate the search. Insert empty field if
7763 we found ourselves.
7764 (bibtex-print-help-message): New args field and comma.
7765 Handle entry keys.
7766 (bibtex-make-field): Use bibtex-beginning-of-entry.
7767 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
7768 invalid entry.
7769 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
7770 Handle preambles. Simplify code for thorough test.
7771 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
7772 New arg comma. Handle entry heads.
7773 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
7774 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
7775 New arg comma.
7776 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
7777 (bibtex-fill-field): Simplify.
7778 (bibtex-fill-entry): Use bibtex-beginning-first-field and
7779 bibtex-parse-field.
7780 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
7781 (bibtex-complete): Use bibtex-parse-preamble.
7782
7783 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
7784
7785 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
7786 Display name of expression instead of convenience variable.
7787 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
7788
7789 * progmodes/gud.el (gud-tooltip-dereference): Rename from
7790 toggle-gud-tooltip-dereference.
7791 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
7792 (gud-tooltip-tips): ...here when dereferencing.
7793
7794 2005-12-28 Bill Wohler <wohler@newt.com>
7795
7796 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
7797
7798 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
7799
7800 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
7801 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
7802 (vc-annotate-display-autoscale): Adjust call.
7803 (vc-annotate-display-default): Adjust call. Make arg compulsory.
7804 Fix interactive spec.
7805 (vc-annotate-time-span): Remove.
7806 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
7807 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
7808 (vc-annotate-display-select): Use new name.
7809
7810 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
7811 (vc-annotate-mode-menu): Remove left-over redundant declaration.
7812 Correct the construction of span entries. Simplify.
7813 (vc-annotate-display-select): Fix the nil case.
7814 (vc-annotate): Remove obsolete (and now broken) code.
7815 (vc-annotate-extract-revision-at-line): Remove obsolete code.
7816 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
7817
7818 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7819
7820 * subr.el (lazy-completion-table): Correct typo in docstring.
7821
7822 * startup.el (command-line): Use `custom-reevaluate-setting' for
7823 `send-mail-function'.
7824
7825 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
7826
7827 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
7828
7829 * mail/smtpmail.el (smtpmail-try-auth-methods):
7830 Send credentials together with "AUTH PLAIN" command.
7831
7832 2005-12-27 Richard M. Stallman <rms@gnu.org>
7833
7834 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
7835 mouse-2, go back to previously selected window, so it's selected
7836 when mouse-2 command runs.
7837
7838 2005-12-27 Juri Linkov <juri@jurta.org>
7839
7840 * descr-text.el (describe-text-sexp): Use square brackets for
7841 button [Show] to distinguish it from the property value `show'.
7842 (describe-property-list): Use `insert-text-button' with
7843 `help-face' type instead of putting face in quotes, because button
7844 is not created automatically for a list of faces.
7845 (describe-text-properties-1): Put button-type value in quotes to
7846 distinguish from plain text "button".
7847 (describe-char): Display code point values in hex. Don't use
7848 `symbol-name' for `current-input-method' because it is a string.
7849 Use `insert-text-button' with `help-face' type instead of putting
7850 hardcoded face in quotes, because button is not created automatically.
7851
7852 2005-12-27 Richard M. Stallman <rms@gnu.org>
7853
7854 * progmodes/glasses.el (glasses-face): More specific custom type.
7855
7856 * files.el (set-visited-file-name): Doc fix.
7857
7858 * textmodes/flyspell.el (flyspell-external-point-words):
7859 Use local var buffer-scan-pos to advance scan for next misspelling.
7860 Advance it only after we find the misspelling.
7861
7862 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
7863
7864 * textmodes/flyspell.el (flyspell-external-point-words):
7865 New criteria for finding the misspelling in the buffer.
7866
7867 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
7868
7869 * help-mode.el (help-insert-string): Set help-xref-stack-item
7870 rather than call help-setup-xref.
7871
7872 * descr-text.el (describe-char): Revert previous changes for
7873 optional buffer argument.
7874
7875 2005-12-27 Juri Linkov <juri@jurta.org>
7876
7877 * help-mode.el (help-insert-string): New function. Save buffer
7878 contents in cases where it is impossible to recompute the old contents.
7879
7880 * descr-text.el (describe-char): Set help-xref-stack-item
7881 explicitly after buffer has been generated.
7882
7883 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7884
7885 * cus-start.el (all): Add x-gtk-show-hidden-files.
7886
7887 2005-12-26 Richard M. Stallman <rms@gnu.org>
7888
7889 * replace.el (perform-replace): Calculate match-again
7890 before skipping read-only matches.
7891
7892 * paren.el (paren-showing-faces): New group.
7893 (show-paren-match, show-paren-mismatch): Move to that group.
7894
7895 * button.el (button): Put into group `basic-faces'.
7896
7897 * progmodes/make-mode.el: Remove faces from group `faces'.
7898
7899 * apropos.el (apropos, apropos-value): Doc fix.
7900 (apropos-documentation): Doc fix.
7901
7902 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
7903
7904 * subr.el (lazy-completion-table): Remove argument `args'.
7905
7906 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7907 Don't use the `args' argument of lazy-completion-table.
7908
7909 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
7910
7911 * descr-text.el (describe-char): Add optional argument for buffer.
7912 Set buffer appropriately. Call help-setup-xref.
7913 Suggested by Stefan Monnier.
7914
7915 2005-12-26 Juri Linkov <juri@jurta.org>
7916
7917 * descr-text.el: Require `help-fns' at runtime. Don't require
7918 `button' for byte compilation.
7919 (describe-text-widget): Add `help-echo' for first button.
7920 Use `help-info' for second.
7921 (describe-property-list): Use `help-argument-name' instead of `italic'.
7922 (describe-text-category): Add prompt to interactive spec.
7923 Call `help-setup-xref'.
7924 (describe-char): Use `help-character-set'. Add `help-echo' for
7925 code point. Use `help-input-method'. Remove superfluous insert.
7926
7927 2005-12-25 Richard M. Stallman <rms@gnu.org>
7928
7929 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
7930 at point, in case of narrowing.
7931
7932 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
7933
7934 * locate.el (locate-header-face): Allow nil in type.
7935
7936 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
7937
7938 2005-12-25 Romain Francoise <romain@orebokech.com>
7939
7940 * battery.el (battery-linux-proc-acpi): Also try
7941 `/proc/acpi/thermal_zone/THM0/temperature'.
7942
7943 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
7944
7945 * custom.el (custom-push-theme): Fix docstring.
7946
7947 * cus-edit.el (custom-variable-set, custom-variable-save)
7948 (custom-variable-save): Custom-quote widget values.
7949 (customize-save-variable): Fix custom-push-theme call.
7950
7951 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7952
7953 * w32-fns.el (w32-batch-update-autoloads): New function.
7954
7955 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
7956 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
7957 from the command line.
7958
7959 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
7960
7961 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
7962 reset means to remove setting from theme entirely. Don't keep
7963 expanding theme-settings list; delete old entries if necessary.
7964
7965 * cus-edit.el (custom-buffer-create-internal): Move "Erase
7966 customization" button one line up.
7967 (custom-themed): New face.
7968 (custom-magic-alist): New value, THEMED, for theme settings.
7969 (custom-variable-state-set, custom-face-state-set):
7970 Check theme-value instead of saved-value.
7971 (custom-variable-reset-standard, custom-face-reset-standard):
7972 Remove theme setting entirely. Recalculate new values.
7973 (custom-variable-set, custom-variable-set)
7974 (custom-variable-reset-saved, custom-variable-reset-backup)
7975 (custom-face-set, custom-face-reset-saved): Update `user' theme.
7976 (custom-variable-save): Fix typos.
7977
7978 2005-12-23 Juri Linkov <juri@jurta.org>
7979
7980 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
7981 Add autoload cookies.
7982 (edebug-outside-d-c-i-n-s-w): New variable.
7983 (edebug-display, edebug-outside-excursion): Use it to save the
7984 original value of default-cursor-in-non-selected-windows.
7985 Set default-cursor-in-non-selected-windows to t while Edebug
7986 is active.
7987 (edebug-mode, edebug-eval-mode): Doc fix.
7988
7989 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
7990 with `buffer-substring-no-properties' to remove common substring
7991 highlighting.
7992
7993 * info.el (info-other-window, info): Rename function argument
7994 `file' to `file-or-node'.
7995 (Info-complete-menu-item): Use local variable `complete-nodes' to
7996 keep the global value of `Info-complete-nodes' unchanged for
7997 subsequent completions.
7998 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
7999
8000 * simple.el (get-next-valid-buffer, last-buffer)
8001 (next-error-buffer-p, next-error-find-buffer)
8002 (minibuffer-history-sexp-flag): Doc fix.
8003
8004 * savehist.el (savehist-mode-hook): Add `:group'.
8005
8006 * log-view.el: Call autoload for vc-find-version.
8007 (log-view-current-file): Adjust subgroup numbers.
8008 (log-view-current-tag): Add `length'.
8009
8010 2005-12-23 Richard M. Stallman <rms@gnu.org>
8011
8012 * vc.el (vc-annotate-car-last-cons): Defn moved up.
8013
8014 2005-12-23 Juri Linkov <juri@jurta.org>
8015
8016 * hi-lock.el (hi-lock-archaic-interface-message-used)
8017 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
8018 (hi-lock-mode): Display "Hi" in the mode line only when
8019 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
8020 (hi-lock-write-interactive-patterns):
8021 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
8022 (hi-lock-set-pattern, hi-lock-set-file-patterns)
8023 (hi-lock-font-lock-hook): Set 3rd arg `how' of
8024 font-lock-add-keywords to t.
8025
8026 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
8027
8028 * hi-lock.el (hi-lock-highlight-range): New variable.
8029 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
8030 only if font-lock-fontified is non-nil. Remove overlays.
8031 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
8032 font-lock-fontified is non-nil, otherwise use overlays (instead of
8033 text properties).
8034 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
8035 New variables.
8036 (hi-lock-string-serialize) New function.
8037
8038 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8039
8040 * menu-bar.el (menu-find-file-existing): New function.
8041 (menu-bar-file-menu): Use menu-find-file-existing for Open.
8042
8043 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
8044
8045 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
8046
8047 * vc.el: Remove unnecessary leading * in docstrings.
8048 (vc-annotate-mode-map): Move initialization into declaration.
8049 (vc-static-header-alist): Nitpick on the regexp.
8050 (vc-default-init-version): New fun.
8051 (vc-register): Use it.
8052 (vc-insert-headers): Use dolist.
8053 (vc-annotate-get-backend): Remove unused function.
8054 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
8055 (vc-annotate-mode): Remove corresponding call.
8056 (vc-annotate-car-last-cons): Simplify.
8057 (vc-annotate-buffers): Remove var.
8058 (vc-annotate-backend): Make it buffer-local.
8059 (vc-annotate): Move the interaction to the interactive spec.
8060 Add a `buf' argument.
8061 (vc-annotate-warp-version): Use this new `buf' argument to avoid
8062 killing&creating a vc-annotate buffer, which is very disruptive when
8063 the buffers are shown in dedicated frames.
8064
8065 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
8066
8067 * descr-text.el: Add FSF as maintainer.
8068 (describe-text-mode, describe-text-mode-map)
8069 (describe-text-mode-hook, describe-text-done): Delete. Use normal
8070 help-mode.
8071 (describe-text-widget, describe-text-sexp)
8072 (describe-property-list, describe-text-category)
8073 (describe-text-properties, describe-text-properties-1)
8074 (describe-char): Use help buttons instead of widgets.
8075 (describe-char-unicodedata-file): Make URL link in doc string.
8076
8077 2005-12-22 Richard M. Stallman <rms@gnu.org>
8078
8079 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
8080 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
8081 Don't include buttons that write a file when there's no file.
8082 (custom-variable-menu, custom-face-menu, custom-group-menu):
8083 Don't include commands that write a file when there's no file.
8084 (customize-browse): Reword the top-of-buffer help intro.
8085 (custom-buffer-create-internal): Fix previous change.
8086 (customize-changed-options-previous-release): Prev release is 21.1.
8087 (customize-changed-options): Doc fix.
8088 (customize-changed): New alias.
8089 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
8090 Say "standard values".
8091 (Custom-reset-standard): Doc fix.
8092 (custom-face-reset-standard): Doc fix.
8093
8094 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
8095
8096 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
8097 even if font-lock-mode is non-nil since it may be t without having
8098 turned on font-lock-mode-internal.
8099 (font-lock-choose-keywords): Minor optimization.
8100 (font-lock-add-keywords, font-lock-remove-keywords)
8101 (font-lock-set-defaults): Don't call make-local-variable on a variable
8102 that we know to already be local.
8103
8104 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8105
8106 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
8107 messages if in the minibuffer.
8108
8109 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
8110
8111 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
8112 (tex-mode-flyspell-verify, flyspell-get-word)
8113 (flyspell-external-point-words): Don't use point-min/max uselessly.
8114
8115 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
8116 by Kevin Rodgers. Instead, just hide the completions buffer if we
8117 don't need to show it.
8118
8119 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
8120
8121 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
8122
8123 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
8124
8125 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
8126 delete-windows-on with an inexistent buffer.
8127
8128 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
8129
8130 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8131 Delete defcustom variable :tag names.
8132
8133 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
8134
8135 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
8136 (log-view-font-lock-keywords): Ajust subgroup numbers.
8137 (log-view-current-tag): Don't hard code the number of subgroups.
8138
8139 2005-12-20 Juri Linkov <juri@jurta.org>
8140
8141 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
8142 (tooltip-x-offset, tooltip-y-offset): Doc fix.
8143
8144 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
8145 (menu-bar-non-minibuffer-window-p): Instead of checking
8146 display-multi-frame-p, use selected-frame when menu-updating-frame
8147 is nil.
8148
8149 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
8150
8151 * align.el (align-rules-list): Use [ \t] instead of \s-
8152 for column separators in text mode.
8153
8154 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
8155
8156 * help-mode.el (help-customize-variable, help-customize-face):
8157 Don't pop help-xref-stack as help-follow no longer pushes
8158 anything on to it.
8159
8160 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
8161
8162 * textmodes/org.el (org-agenda-custom-commands): New option.
8163 (org-agenda): Offer custom commands on splash screen.
8164 (org-make-tags-matcher): Parser for Boolean logic added.
8165 (org-agenda-set-tags): New command.
8166 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
8167 (org-set-tags): Efficiency improvements.
8168 (org-auto-align-tags): New option.
8169 (org-todo, org-demote, org-promote): Realign tags.
8170 (org-tags-completion-function): Use also "&" and "|" as separators.
8171 (org-org-menu): Agenda commands simplified.
8172
8173 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
8174
8175 * cus-edit.el (customize-apropos, customize-apropos-options):
8176 Docstring changes.
8177
8178 * font-lock.el (font-lock): Add tags to the links in the defgroup.
8179
8180 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
8181
8182 * longlines.el (longlines-mode): Wrap while widened.
8183 (longlines-decode-region, longlines-encode-region): Compute max
8184 just once.
8185
8186 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8187
8188 * cus-edit.el (mac): New group.
8189
8190 * cus-start.el (all): Add user options in macterm.c. Add test for
8191 Mac-related built-ins. Fix test for GTK-related built-ins.
8192
8193 * term/mac-win.el (mac-handle-language-change)
8194 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
8195 (mac-services-open-selection, mac-services-mail-selection)
8196 (mac-services-mail-to, mac-services-insert-text)
8197 (mac-dispatch-apple-event): Add docstrings.
8198 (x-get-selection, mac-select-convert-to-string): Select coding
8199 system from `utf-16be' and `utf-16le' using `byteorder'.
8200
8201 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
8202
8203 * subr.el (lazy-completion-table): Don't be fooled if the var holds
8204 a "list" (lambda ...) rather than a real completion list.
8205
8206 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
8207 lexical-let when encountering ((lambda (...) ...) ...).
8208
8209 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
8210
8211 * progmodes/sh-script.el (sh-mode):
8212 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
8213 * textmodes/picture.el (picture-mode): Update docstrings.
8214
8215 2005-12-17 Eli Zaretskii <eliz@gnu.org>
8216
8217 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
8218 commands enclosed in $(ARGQUOTE)s should not be split between two
8219 lines, as that will break with GNU Make >3.80, when sh.exe is used
8220 and arg quoting is with '..'.
8221 (autoloads): Don't break the quoted --eval expression between
8222 several lines.
8223
8224 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
8225
8226 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
8227 Capture error from printing circular structures.
8228
8229 2005-12-17 Martin Rudalics <rudalics@gmx.at>
8230
8231 * wid-edit.el (widget-checkbox-action): Clear undo info.
8232
8233 2005-12-16 Bill Wohler <wohler@newt.com>
8234
8235 * menu-bar.el (kill-this-buffer): Set a good example by using menu
8236 bar, not menubar in comment.
8237
8238 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
8239
8240 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
8241 After-change-functions should not clobber the match data.
8242
8243 2005-12-16 Juri Linkov <juri@jurta.org>
8244
8245 * simple.el (choose-completion): Use `buffer-substring-no-properties'
8246 instead of `buffer-substring'.
8247 (completion-common-substring): Doc fix.
8248 (completion-setup-function): Use minibuffer-completion-contents
8249 instead of minibuffer-contents. Don't set common-string-length
8250 initially. Remove special handling of partial-completion-mode.
8251 Move computation of completion-base-size into one cond.
8252 Call completion-base-size-function in mainbuf. In computation of
8253 completion-base-size for file name completion don't move point to
8254 the end of the minibuffer. Move computation of common-string-length
8255 into one cond. Start putting faces only when common-string-length>=0.
8256 Add condition to put completions-common-part when
8257 common-string-length>0.
8258
8259 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
8260 place point at the first different character in the minibuffer
8261 even if this position is at the beginning of the minibuffer.
8262
8263 * info.el (Info-read-node-name-1): In completion-base-size-function's
8264 lambda return 1 if common-substring or minibuffer-completion-contents
8265 starts with (, and 0 otherwise.
8266
8267 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
8268 Use `crm-current-element' for second arg of `display-completion-list'.
8269
8270 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
8271
8272 * files.el (set-auto-mode): Look for an interpreter specified on
8273 the first line also if search for mode specification succeeded,
8274 but the mode is not known.
8275
8276 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
8277
8278 * textmodes/org.el (org-tags-match-list-sublevels): New option.
8279 (org-open-at-point): Implement tag searches as links.
8280 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
8281 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
8282 (org-tags-sparse-tree, org-tags-view, org-set-tags)
8283 (org-agenda-dispatch): New commands.
8284 (org-use-tag-inheritance, org-tags-column): New options.
8285 (org-tab-follows-link, org-return-follows-link): New options.
8286 (org-tags): New customize group.
8287 (org-start-icalendar-file): Get local time zone.
8288 (org-tags-completion-function): New function.
8289 (org-set-font-lock-defaults): Make sure links will also be
8290 highlighted inside headlines.
8291
8292 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
8293
8294 * term.el (term-emulate-terminal):
8295 Let term-handle-ansi-terminal-messages override what Bash says about
8296 its current directory.
8297
8298 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
8299
8300 * bindings.el (last-buffer): Move to simple.el.
8301 * simple.el (last-buffer): Move here.
8302 (get-next-valid-buffer): New function.
8303 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
8304 (prev-buffer): Ditto. Rename to `previous-buffer'.
8305
8306 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
8307 * bindings.el (global-map): Ditto.
8308
8309 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
8310
8311 * cus-edit.el: Introductory comment change.
8312 (custom-magic-alist): Change message string for the `rogue' state.
8313
8314 2005-12-15 Richard M. Stallman <rms@gnu.org>
8315
8316 * tooltip.el: Delete defcustom variable :tag names.
8317
8318 * complete.el (partial-completion-mode): Doc fix.
8319
8320 * textmodes/flyspell.el (flyspell-external-point-words):
8321 Use save-excursion to ensure we don't move backward in the
8322 search loop, not even one character.
8323 (flyspell-delete-all-overlays): Use remove-overlays directly.
8324
8325 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
8326 (ispell-start-process): Set that variable.
8327 Clear ispell-buffer-local-name.
8328 (ispell-internal-change-dictionary):
8329 Set ispell-current-dictionary after killing process.
8330 (ispell-buffer-local-dict):
8331 Don't set spell-personal-dictionary after killing process.
8332 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
8333 (ispell-tex-skip-alists, ispell-html-skip-alists)
8334 (ispell-skip-region-alist): Mark as risky.
8335
8336 * net/newsticker.el (newsticker--retrieval-timer-list)
8337 (newsticker--display-timer, newsticker-running-p)
8338 (newsticker-ticker-running-p): Definitions moved up.
8339
8340 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
8341
8342 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
8343
8344 2005-12-15 David Ponce <david@dponce.com>
8345
8346 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
8347 (recentf-edit-list, recentf-open-files): Signal an error when
8348 there is no recent file.
8349
8350 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
8351
8352 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
8353 read-only except for texinfo-format-region evaluation.
8354
8355 2005-12-14 Richard M. Stallman <rms@gnu.org>
8356
8357 * vc.el (vc-default-previous-version, vc-default-next-version)
8358 (vc-do-command): Doc fixes.
8359
8360 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8361
8362 * textmodes/bibtex.el (bibtex-expand-strings)
8363 (bibtex-autokey-expand-string, bibtex-name-part)
8364 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
8365 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
8366 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
8367 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
8368 (bibtex-entry-postfix, bibtex-known-entry-type-re)
8369 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
8370 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
8371 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
8372 (bibtex-beginning-of-last-entry): Remove.
8373 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
8374 message if comma is missing but buffer is read-only.
8375 (bibtex-parse-field-text): Handle whitespaces at the end of field
8376 text. Return 3-element list with beginning and end of field text
8377 and end of field.
8378 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
8379 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
8380 (bibtex-search-forward-field, bibtex-search-backward-field):
8381 Search always delimited by limits of entry. Use more efficient
8382 search algorithms.
8383 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
8384 bibtex-end-of-name-in-field.
8385 (bibtex-text-in-field-bounds): Handle BibTeX strings when
8386 extracting the content of a field.
8387 (bibtex-text-in-field): Use search limits.
8388 (bibtex-parse-string-prefix): Handle empty string keys based on
8389 bibtex-string-empty-key.
8390 (bibtex-parse-string): Fix docstring.
8391 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
8392 (bibtex-preamble-prefix, bibtex-strings): New functions.
8393 (bibtex-skip-to-valid-entry): Include preceding whitespace in
8394 BibTeX entries (consistent with other BibTeX functions).
8395 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
8396 (bibtex-search-entry): Fix docstring. Simplify.
8397 (bibtex-flash-head, bibtex-complete-string-cleanup)
8398 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
8399 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
8400 (bibtex-parse-entry): New optional arg content.
8401 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
8402 Use bibtex-text-in-field-bounds.
8403 (bibtex-print-help-message): Handle BibTeX strings and preambles.
8404 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
8405 bibtex-parse-string-postfix.
8406 (bibtex-find-text-internal): New function.
8407 (bibtex-remove-delimiters): Use it.
8408 (bibtex-find-text): Use it. New optional arg help.
8409 (bibtex-complete): Handle BibTeX string and preamble entries.
8410 (bibtex-Preamble): Fix order of closing delimiters.
8411
8412 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
8413
8414 * vc.el (vc-default-revert): New fun.
8415
8416 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
8417
8418 2005-12-14 Romain Francoise <romain@orebokech.com>
8419
8420 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
8421 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
8422 (font-lock-remove-keywords): Likewise.
8423
8424 2005-12-14 Juri Linkov <juri@jurta.org>
8425
8426 * log-view.el (log-view-diff): Doc fix.
8427
8428 * isearch.el (isearch-query-replace): Use (mark) instead of
8429 isearch-opoint if mark is active in transient-mark-mode.
8430
8431 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
8432
8433 * isearch.el (isearch-query-replace): Check for isearch-other-end.
8434
8435 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
8436
8437 * progmodes/cpp.el (cpp-face): New widget.
8438 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
8439
8440 2005-12-14 Juri Linkov <juri@jurta.org>
8441
8442 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
8443 around `erase-buffer' and `insert'.
8444
8445 * descr-text.el (describe-text-properties): Replace buffer name
8446 "*Help-2*" with "*Help*<2>".
8447 (describe-char): Add functions print-help-return-message,
8448 toggle-read-only. Use help-setup-xref with nil to not store
8449 describe-char in help-xref-stack. Use help-make-xrefs to
8450 make [back] button.
8451
8452 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
8453
8454 * wdired.el (wdired-old-point): New internal variable.
8455 (wdired-change-to-wdired-mode): Set it buffer-locally.
8456 (wdired-abort-changes): Restore point after aborting changes.
8457
8458 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8459
8460 * vc.el (vc-do-command): Add a new value t for okstatus.
8461
8462 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
8463 frame in case of errors.
8464
8465 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8466
8467 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
8468 so it comes after "On the Left" in the menu.
8469
8470 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
8471
8472 * cus-edit.el (customize-apropos, customize-apropos-options)
8473 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
8474
8475 2005-12-12 Bill Wohler <wohler@newt.com>
8476
8477 * vc-svn.el (vc-svn-registered): Fix problem of visiting
8478 non-writable Subversion-controlled files by saving window
8479 configuration before calling vc-do-command. vc-do-command calls
8480 pop-to-buffer on error which is unexpected during registration.
8481
8482 2005-12-12 Jay Belanger <belanger@truman.edu>
8483
8484 * calc/README: Update the summary of changes.
8485
8486 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8487
8488 * descr-text.el (describe-char): Rework last fix to solve the problem
8489 is the same way it's solved for everything else in that function
8490 (i.e. by extracting the info before setting up the *Help* buffer).
8491
8492 2005-12-12 Kim F. Storm <storm@cua.dk>
8493
8494 * subr.el (version-regexp-alist): Allow space as separator before
8495 non-numeric part, e.g. "1.0 alpha".
8496 (version-to-list): Interpret .X.Y version as 0.X.Y version.
8497
8498 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
8499
8500 * textmodes/org.el (org-agenda, org-timeline, org-todo):
8501 Implement Logging and the keep-modes setting.
8502 (org-get-category): Make sure a string is returned.
8503 (org-log-done): New function.
8504 (org-log-done, org-closed-string): New options.
8505
8506 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8507
8508 * tooltip.el (tooltip-y-offset): Change default to 20.
8509
8510 2005-12-12 Richard M. Stallman <rms@gnu.org>
8511
8512 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
8513
8514 * frame.el (display-hourglass): Doc fix.
8515
8516 * help.el (help-for-help-internal): Simplify entry for `a'.
8517
8518 * info.el (Info-on-current-buffer): Doc fix.
8519 (info-insert-file-contents): Don't test (featurep 'jka-compr).
8520
8521 * startup.el (inhibit-splash-screen): Make this the real name.
8522 (inhibit-startup-message): Make this the alias.
8523 (command-line): Find only simple.el, and use its directory
8524 to fill in other preloaded files' names.
8525 (command-line): Deactivate the mark if deactivate-mark is set.
8526
8527 * international/mule.el (load-with-code-conversion):
8528 Bind deactivate-mark.
8529
8530 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
8531
8532 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
8533
8534 * cus-edit.el (customize-apropos): Avoid listing an option more
8535 than once under different aliases. No longer list user options
8536 that are not defined with defcustom (unless a prefix arg is given).
8537 Doc fix.
8538 (customize-apropos-options): Doc fix.
8539
8540 2005-12-11 Juri Linkov <juri@jurta.org>
8541
8542 * frame.el (set-background-color, set-foreground-color)
8543 (set-cursor-color, set-mouse-color, set-border-color):
8544 Add explicit prompts to read colors by `facemenu-read-color'.
8545 (show-trailing-whitespace, blink-cursor-delay)
8546 (blink-cursor-interval, display-hourglass, hourglass-delay):
8547 Remove tags.
8548 (display-hourglass, hourglass-delay): Doc fix.
8549 (cursor-in-non-selected-windows): Capitalize words in tag.
8550
8551 * faces.el (frame-background-mode): Replace `choice-item' keywords
8552 with `const' to not make [default] button. Change default value tag
8553 from `default' to `automatic'. Doc fix.
8554 (trailing-whitespace) <defface>: Change group `whitespace' to
8555 `whitespace-faces'.
8556
8557 2005-12-11 Richard M. Stallman <rms@gnu.org>
8558
8559 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
8560
8561 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8562
8563 * term/mac-win.el: Create keymap for mac-apple-event-map.
8564
8565 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
8566
8567 * tooltip.el (tooltip-mode): Move to start of file so that it
8568 appears at top of customize buffer.
8569
8570 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8571 Add the gud groupname.
8572 (gud-tooltip-mode): Add the tooltip groupname.
8573 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
8574 avoid conflict with tooltip-use-echo-area.
8575
8576 2005-12-10 Romain Francoise <romain@orebokech.com>
8577
8578 * help.el (help-for-help-internal): Add `r' in doc string.
8579
8580 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8581
8582 * align.el (align-regexp, align-highlight-rule):
8583 Use region-beginning and region-end instead of point and mark, so that
8584 repetition (with `repeat-complex-command') recomputes the region
8585 bounds.
8586
8587 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
8588
8589 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8590 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8591 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
8592 (balance-windows): Rewrite using the above new functions.
8593
8594 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
8595
8596 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
8597 react if global-hi-lock-mode seems intended.
8598 (global-hi-lock-mode) Renamed from hi-lock-mode.
8599 (hi-lock-archaic-interface-message-used)
8600 (hi-lock-archaic-interface-deduce): New variables.
8601 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
8602 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
8603 (hi-lock-find-patterns, hi-lock-font-lock-hook):
8604 Replace hi-lock-buffer-mode with hi-lock-mode.
8605
8606 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
8607
8608 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
8609 completion list, even after a partial completion has been
8610 inserted in the current buffer. If there are more than 1
8611 completion, redisplay the *Completions* buffer; if the
8612 completion is unique, delete the *Completions* window.
8613
8614 2005-12-10 Eli Zaretskii <eliz@gnu.org>
8615
8616 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
8617 strings and long subject lines that were broken into multiple
8618 lines at arbitrary places. Handle subjects that have "Re: " in
8619 the middle.
8620
8621 2005-12-10 John W. Eaton <jwe@octave.org>
8622
8623 * emacs/octave-mod.el (octave-electric-space): Don't indent
8624 comments or strings if octave-auto-indent is nil.
8625
8626 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8627
8628 * term/mac-win.el: Require url when compiling.
8629 Call mac-process-deferred-apple-events after loading init files.
8630 (mac-apple-event-map): New defvar. Define event handlers in it.
8631 (core-event, internet-event): New Apple event class symbols.
8632 (open-application, reopen-application, open-documents)
8633 (print-documents, open-contents, quit-application)
8634 (application-died, show-preferences, autosave-now, get-url):
8635 New Apple event ID symbols.
8636 (about): New HICommand ID symbol.
8637 (mac-event-spec, mac-event-ae): New macros.
8638 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
8639 (mac-ae-selection-range, mac-ae-text-for-search)
8640 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
8641 (mac-application-menu-map): Remove keymap. Handlers for HICommand
8642 and Services menu events are now defined in mac-apple-event-map.
8643 (mac-drag-n-drop): Remove selection range handling.
8644
8645 2005-12-10 Kenichi Handa <handa@m17n.org>
8646
8647 * simple.el (zap-to-char):
8648 * isearch.el (isearch-process-search-char): Translate CHAR by
8649 translation-table-for-input.
8650
8651 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
8652
8653 * foldout.el (foldout-exit-fold): Properly hide subtree.
8654
8655 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
8656
8657 * files.el (save-buffer):
8658 * international/ucs-tables.el (ucs-set-table-for-input):
8659 * mail/mail-extr.el (mail-extract-address-components):
8660 * mail/sendmail.el (mail-mode): Reformat doc string.
8661
8662 2005-12-09 Juri Linkov <juri@jurta.org>
8663
8664 * isearch.el (isearch-highlight): Change main overlay priority
8665 from 1 to 1001. Simplify.
8666 (isearch-lazy-highlight-update): Change lazy overlay priority
8667 from 0 to 1000.
8668
8669 * replace.el (replace-highlight): Change overlay priority from
8670 1 to 1001.
8671
8672 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
8673 Change overlay priority from 1 to 1001. Reuse existing overlay.
8674
8675 * compare-w.el (compare-windows-highlight): Change overlay
8676 priority from 1 to 1000.
8677
8678 * menu-bar.el (menu-bar-edit-menu): Add listp around
8679 pending-undo-list to disable menu item "undo" when pending
8680 undo list is empty.
8681
8682 * locate.el (locate): Disable undo in *Locate* buffer.
8683
8684 2005-12-09 Kim F. Storm <storm@cua.dk>
8685
8686 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
8687
8688 2005-12-09 David Ponce <david@dponce.com>
8689
8690 * recentf.el: Improvement of the menu code.
8691 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
8692 instead of menu hook.
8693 (recentf-show-menu, recentf-hide-menu): New functions.
8694 (recentf-menu-customization-changed, recentf-mode): Use them.
8695 (recentf-menu-action, recentf-max-menu-items)
8696 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
8697 (recentf-arrange-by-rule-others)
8698 (recentf-arrange-by-rules-min-items)
8699 (recentf-arrange-by-rule-subfilter) : Don't use
8700 `recentf-menu-customization-changed'.
8701 (recentf-arrange-rules): Likewise. Accept functions to compute
8702 sub-menu titles.
8703 (recentf-menu-filter): Likewise. Doc fix.
8704 (recentf-menu-value-shortcut): Doc fix.
8705 (recentf-dump-variable): Quote atom value.
8706 (recentf-make-menu-items): Update to use it as a menu filter.
8707 (recentf-match-rule): New function.
8708 (recentf-arrange-by-rule): Use it.
8709 (recentf-indirect-mode-rule): New function.
8710 (recentf-build-mode-rules): Use it.
8711 (recentf-dir-rule): New function.
8712 (recentf-arrange-by-dir): Use it.
8713 (recentf-filter-changer-current): Rename from
8714 `recentf-filter-changer-state'. All references updated.
8715 (recentf-filter-changer-alist): Update filter names.
8716 (recentf-filter-changer-select): New function.
8717 (recentf-filter-changer): Use it. Make a sub-menu from filters
8718 available in `recentf-filter-changer-alist'.
8719 (recentf-data-cache, recentf-clear-data)
8720 (recentf-update-menu): Remove. All references updated.
8721 (recentf-match-rule-p, recentf-build-dir-rules)
8722 (recentf-filter-changer-goto-next)
8723 (recentf-filter-changer-get-current)
8724 (recentf-filter-changer-get-next): Remove.
8725
8726 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
8727
8728 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
8729 buffer "Reset" button to "Reset to Current" for consistency with
8730 the State buttons.
8731
8732 2005-12-08 John Paul Wallington <jpw@pobox.com>
8733
8734 * ibuf-ext.el (define-ibuffer-filter filename):
8735 If `dired-directory' is a list then really use its car.
8736
8737 2005-12-08 Kim F. Storm <storm@cua.dk>
8738
8739 * emulation/cua-rect.el (cua--rectangle-aux-replace):
8740 Fix indention of text on right side of replaced rectangle.
8741
8742 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
8743
8744 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
8745 No need to check gud-comint-buffer is bound.
8746 (gdb): Prevent multiple debugging when first session uses gdba.
8747
8748 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8749
8750 CC Mode update to 5.31.
8751
8752 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
8753 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
8754 We might do this function properly in the future).
8755
8756 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
8757 New macros c-sentence-end and c-default-value-sentence end, to cope
8758 with Emacs 22's new function `sentence-end'.
8759
8760 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8761
8762 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
8763 compat issue using `c-put-overlay' and `c-delete-overlay'.
8764
8765 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
8766 New compat macros to handle overlays/extents.
8767
8768 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8769
8770 * progmodes/cc-fix.el: Add definitions of the macros push and pop
8771 (for GNU Emacs 20.4)
8772
8773 * progmodes/cc-defs.el:
8774 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
8775
8776 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
8777 highlighting mechanism so it will work in XEmacs too.
8778
8779 * progmodes/cc-defs.el: Insert c-int-to-char.
8780
8781 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
8782 call to the new macro c-int-to-char. This solves XEmacs's
8783 regarding characters as different from integers.
8784
8785 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8786
8787 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
8788 New internal helper.
8789
8790 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
8791 construct to make the indirect face lookup work in XEmacs.
8792
8793 (c-cpp-matchers): Append the negation char face to the existing
8794 fontification, so that the cpp face doesn't disappear.
8795 Use `c-make-syntactic-matcher' to avoid negation chars in comments
8796 and strings.
8797
8798 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
8799 to map to `font-lock-negation-char-face' in emacsen where it exists.
8800
8801 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8802
8803 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
8804
8805 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
8806 Rename "c-subword-move-mode" as "c-subword-mode".
8807
8808 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
8809 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
8810
8811 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8812
8813 * progmodes/cc-mode.el: Added autoload directive for
8814 `c-subword-move-mode' for use in older emacsen.
8815
8816 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8817
8818 * progmodes/cc-mode.el:
8819 (i) Insert a binding for C-c C-backspace into
8820 c-bind-special-erase-keys which works in TTYs.
8821 (ii) Make sure that when file styles are used, any explicitly
8822 given style variables take priority over those in the style.
8823 Do this by calling `hack-local-variables' a second time.
8824
8825 * progmodes/cc-vars.el: Add language specific customization
8826 widgets for AWK to c-doc-comment-style, c-require-final-newline
8827 and c-default-style. Add a defcustom for awk-mode-hook.
8828 Give c-syntactic-element and c-syntactic-context doc-strings by
8829 directly setting their `variable-documentation' propery.
8830 This allows Emacs 22.1 to read these with C-h v.
8831
8832 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
8833
8834 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8835
8836 * progmodes/cc-fonts.el, cc-vars.el
8837 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
8838 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
8839 Masatake YAMATO.
8840
8841 (c-doc-comment-style): Made GtkDoc default in C mode.
8842
8843 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
8844 and C-c C-<delete>.
8845
8846 (c-bind-special-erase-keys): New function for use on
8847 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
8848
8849 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
8850 <delete> key behavior in XEmacs according to `delete-forward-p'.
8851 C.f. `c-electric-delete'.
8852
8853 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8854
8855 * progmodes/cc-mode.el: Give c-hungry-backspace and
8856 c-hungry-delete-forward permanent key bindings.
8857
8858 * progmodes/cc-cmds.el (c-electric-semi&comma):
8859 Bind c-syntactic-context for calls to "criteria functions", for
8860 consistency with other calls to user functions.
8861
8862 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
8863 `current-prefix-arg', since this might be the prefix arg to a
8864 command which calls c-indent-command as a function. Change the
8865 interactive spec from "p" to "P".
8866
8867 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
8868 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
8869 was difficult to understand.
8870
8871 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8872
8873 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
8874 first char of an identifier.
8875
8876 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
8877 +" syntax in C++.
8878
8879 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8880
8881 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
8882 auto-fill doesn't split a c-comment's last word from a hanging
8883 "*/" when a space is typed between them after fill-column.
8884
8885 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
8886
8887 * progmodes/cc-styles.el (c-set-style)
8888 (c-setup-paragraph-variables): Abort the command if we're not in a
8889 CC Mode buffer.
8890
8891 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
8892 with blank comment-prefix, and a blank line as the comment's
8893 second line.
8894
8895 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8896
8897 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
8898 Incorporate the patterns added in the Emacs development branch
8899 for the new Emacs 22 face `font-lock-negation-char-face'.
8900
8901 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
8902 of "red" since it stands out better in xterms and DOS terminals.
8903
8904 * progmodes/cc-engine.el (c-literal-faces):
8905 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
8906
8907 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8908
8909 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
8910 forcibly enable c-electric-flag.
8911
8912 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
8913 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
8914 after the comment-prefix of a C-style comment will close that comment.
8915
8916 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8917
8918 * progmodes/cc-fonts.el (c-basic-matchers-before)
8919 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
8920 in Pike.
8921
8922 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
8923 digraphs.
8924
8925 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
8926 (c-cpp-message-directives, c-cpp-include-directives)
8927 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
8928 (c-cpp-expr-directives): Introduce new language constants to
8929 control cpp syntax in a cleaner way.
8930
8931 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
8932
8933 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
8934
8935 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
8936 (c-multiline-string-start-char): New language constants and
8937 variables to specify how newlines in string literals work.
8938
8939 (c-font-lock-invalid-string): Use them.
8940
8941 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
8942 unbalanced close brace is entered. Optimization by avoiding going
8943 back over arbitrarily large blocks. Removed hints that this
8944 function only would be relevant/useful in AWK.
8945
8946 (c-electric-brace): Indent syntactically after the cleanups since
8947 lineup functions might do it differently then.
8948
8949 * progmodes/cc-engine.el, cc-langs.el
8950 (c-opt-op-identifier-prefix): New language constant and variable.
8951
8952 (c-just-after-func-arglist-p, c-after-special-operator-id)
8953 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
8954
8955 * progmodes/cc-align.el, cc-engine.el
8956 (c-after-special-operator-id): New helper to handle C++ operator
8957 identifiers.
8958
8959 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
8960 (c-guess-basic-syntax): Handle C++ operator identifiers in
8961 declarations.
8962
8963 * progmodes/cc-langs.el (c-assignment-operators): Add the
8964 trigraph version of ^= too.
8965
8966 * progmodes/cc-langs.el (c-assignment-operators): Add the
8967 trigraph version of |= in C++.
8968
8969 * progmodes/cc-fonts.el (c-font-lock-declarators):
8970 Handle `c-decl-hangon-kwds' after the identifier name.
8971
8972 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
8973 whether an arglist is "nonempty", ignore a comment after the open
8974 paren if it isn't followed by a non-comment token on the same line.
8975
8976 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
8977 Enable heuristics below the point to cope with classes inside special
8978 brace lists in Pike.
8979
8980 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8981
8982 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
8983
8984 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8985
8986 * progmodes/cc-guess.el (cc-guess-install): New function to
8987 install an already guessed style in another buffer.
8988
8989 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
8990 sets `inhibit-read-only' - `c-save-buffer-state' should be used
8991 anyway if the change always is undone.
8992
8993 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8994
8995 Implement togglable electricity:
8996
8997 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
8998 saying when it should be used.
8999
9000 * progmodes/cc-engine.el: Add the new buffer-local variable,
9001 c-electric-flag.
9002
9003 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
9004 c-toggle-auto-newline.
9005
9006 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
9007 c-toggle-auto-newline. Remove the binding for
9008 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
9009 c-toggle-electric-state.
9010
9011 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
9012
9013 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
9014 c-\(forward\|backward\)-subword.
9015 (c-update-modeline): Add the new modeline flag `l' for
9016 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
9017 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
9018 Make the old name an alias of the new name.
9019 (c-toggle-electric-state): New function.
9020 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
9021 Adapt these functions to do electric things only when
9022 c-electric-flag is non-nil.
9023 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
9024 new functions from c-electric-brace.
9025 (c-point-syntax): Add a check for "virtual semicolons" in AWK
9026 mode, so that the tentative extra newline doesn't change the
9027 syntax of the following brace.
9028 (c-electric-brace): Restructure by extracting the above functions.
9029 Tidy up the coding somewhat.
9030 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
9031 restructure a bit.
9032
9033 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9034
9035 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
9036 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
9037
9038 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
9039 (c-submode-indicators): Change name from `c-auto-hungry-string'
9040 since it's now used to track another submode.
9041
9042 (c-update-modeline): Convert to function and extended to check
9043 `c-subword-move-mode'.
9044
9045 (c-forward-into-nomenclature, c-backward-into-nomenclature):
9046 Convert to compat aliases for `c-forward-subword' and
9047 `c-backward-subword'.
9048
9049 * progmodes/cc-subword.el: New functions and minor mode to handle
9050 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
9051
9052 (c-forward-subword, c-backward-subword, c-mark-subword)
9053 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
9054 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
9055 Functions corresponding to the standard word handling functions.
9056
9057 (c-subword-move-mode): Minor mode that replaces all the standard
9058 word handling functions with their subword equivalences.
9059
9060 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9061
9062 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
9063 entry for one-liner-defun.
9064
9065 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
9066 name in its def-edebug-spec.
9067
9068 * progmodes/cc-cmds.el (c-electric-brace): Make the
9069 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
9070 compacts space before a comment, if this will make things fit on
9071 one line.
9072
9073 Introduce an "awk" style, mainly for auto-newline and clean-ups.
9074
9075 * progmodes/cc-align.el: New function c-snug-1line-defun-close
9076
9077 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
9078 clean-up one-liner-defun.
9079
9080 * progmodes/cc-styles.el: Add the new "awk" style.
9081
9082 * progmodes/cc-vars.el: Add description of one-liner-defun to
9083 c-cleanup-list's doc-string. New user options,
9084 c-max-one-liner-length. In c-default-style, set the default style
9085 for AWK to "awk".
9086
9087 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9088
9089 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
9090 macros inside labels.
9091
9092 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
9093 `c-at-statement-start-p' and `c-at-expression-start-p'.
9094
9095 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
9096 error if the mark isn't set.
9097
9098 * progmodes/cc-engine.el (c-guess-continued-construct)
9099 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
9100 accurately detect functions inside functions.
9101
9102 * progmodes/cc-engine.el (c-at-expression-start-p): New function
9103 like `c-at-statement-start-p' that additionally recognizes commas
9104 and expression parentheses as delimiters.
9105
9106 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
9107 to avoid heuristics that doesn't work for unclosed blocks.
9108 (c-at-statement-start-p): New function.
9109
9110 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
9111 Objective-C directives, e.g. directives spanning lines should work
9112 reasonably well now.
9113
9114 (c-put-c-type-property, c-clear-c-type-property): New helpers.
9115
9116 (c-forward-objc-directive): New function to move over any ObjC
9117 directive.
9118
9119 (c-just-after-func-arglist-p, c-guess-basic-syntax)
9120 (c-basic-matchers-before): Use it.
9121
9122 (c-font-lock-objc-iip-decl): Remove.
9123
9124 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
9125 in the template arglist recognition.
9126
9127 * progmodes/cc-styles.el (c-style-alist): Fix several
9128 inconsistencies in the Whitesmith style.
9129
9130 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
9131 New lineup function to get lines after Whitesmith style blocks
9132 correctly indented.
9133
9134 (c-lineup-whitesmith-in-block): Back out the compensation for
9135 opening parens since it's done using `add' lists in the style
9136 definition instead. Don't use the anchor position since it varies
9137 too much between the syntactic symbols. :P
9138
9139 * progmodes/cc-vars.el (c-valid-offset): Update.
9140
9141 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
9142 lists where the offsets are combined according to several
9143 different methods: `first', `min', `max', and `add'.
9144 Report offset evaluation errors with `c-benign-error' so that some kind
9145 of reindentation still is done.
9146
9147 * progmodes/cc-engine.el (c-guess-basic-syntax):
9148 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
9149 `arglist-close'.
9150
9151 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
9152 situations for `arglist-cont-nonempty' and `arglist-close'.
9153
9154 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
9155
9156 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
9157 cc-bytecomp-boundp' in a number of places.
9158
9159 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
9160 macro related issue.
9161
9162 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9163
9164 * progmodes/cc-awk.el: Change the terminology of regexps: A char
9165 list is now [asdf], a char class [:alpha:].
9166 Include code for char classes.
9167 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
9168 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
9169
9170 Remove (nearly all of) the cruft associated with AWK Mode's former
9171 concept of "virtual semicolons":
9172
9173 Adapt c-beginning-of-statement, c-end-of-statement (together with
9174 subfunctions) to use the new notion of "virtual semicolon" in
9175 place of the old awkward special handling for AWK. There remains
9176 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
9177 * progmodes/cc-cmds.el:
9178 (c-ascertain-adjacent-literal): In the backwards direction, now
9179 recognises AWK regexp delimiters as string delimiters.
9180 (c-after-statement-terminator-p): Adapt for virtual semicolons;
9181 check more rigorously for "end of macro".
9182 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
9183 virtual semicolons;
9184 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
9185 out the code for forward movement into ...
9186 (c-end-of-statement): Now contains the code for forward movement,
9187 adapted for virtual semicolons.
9188
9189 * progmodes/cc-engine.el:
9190 (c-ws*-string-limit-regexp): New regexp.
9191 (c-forward-single-comment, c-backward-single-comment): Comment out
9192 the (now redundant) "special" AWK stuff.
9193
9194 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
9195 c-string-par-start, c-string-par-separate to be more like Text
9196 Mode than Fundamental Mode.
9197
9198 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9199
9200 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
9201 to the fontified region so that fontification doesn't occur
9202 outside it (could happen e.g. when fontifying a line with an
9203 unfinished declaration).
9204
9205 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9206
9207 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
9208 start of the file. ^L now separate sections of the file.
9209 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
9210 (c-awk-one-line-possibly-open-string-re)
9211 (c-awk-regexp-one-line-possibly-open-char-class-re)
9212 (c-awk-one-line-possibly-open-regexp-re)
9213 (c-awk-one-line-non-syn-ws*-re): New defonsts.
9214 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
9215
9216 Amend the concept of "virtual semicolons" (in the indentation
9217 engine) for languages like AWK, such that they are now
9218 conceptually attached to end of the last token of a statement, not
9219 the end of the line. (In AWK Mode, however, the pertinent text
9220 property is still physically set on the EOL.) Remove the specific
9221 tests for awk-mode, thus facilitating the introduction of other
9222 language modes where EOLs can end statements.
9223 (Note: The funtionality in cc-cmds.el, specifically
9224 c-beginning/end-of-statement has yet to be amended.)
9225
9226 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
9227 New macros.
9228
9229 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
9230 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
9231 c-vsemi-status-unknown-p-fn (in a new page).
9232
9233 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
9234 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
9235 numerous awkward forms like
9236 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
9237 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
9238 variable before-ws-ip, the place just after char-before-ip appears.
9239
9240 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
9241 a comment.
9242
9243 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9244
9245 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
9246 `c-tentative-buffer-changes'.
9247
9248 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
9249 convert to macro to choose between Emacs and XEmacs at compile time.
9250
9251 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
9252
9253 (c-tentative-buffer-changes): New macro to handle temporary buffer
9254 changes in a convenient way.
9255
9256 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
9257 for `c-tentative-buffer-changes'.
9258
9259 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
9260 the checks for paren sexps between the point and the keyword, to
9261 avoid some false alarms.
9262
9263 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
9264 Fixed a situation where an error could be thrown for unbalanced
9265 parens. Changed to make use of c-keyword-member' to avoid some
9266 repeated regexp matches.
9267
9268 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
9269 These language variable are no longer necessary.
9270
9271 (c-block-stmt-kwds): New language constant used by
9272 c-looking-at-inexpr-block'.
9273
9274 (c-guess-basic-syntax): Remove an optional check that looked at
9275 the existence of the now removed language variables.
9276
9277 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
9278 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
9279 object instantiation expressions as declarations in some contexts.
9280 This bug only affected languages where the declarator can't be
9281 enclosed in parentheses.
9282
9283 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
9284 insert newlines before and after substatement braces.
9285
9286 * progmodes/cc-engine.el: Improved the heuristics for recognizing
9287 function declaration headers and the handling of C++ style member
9288 init lists.
9289
9290 (c-just-after-func-arglist-p): Rewritten to use
9291 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
9292
9293 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
9294
9295 (c-guess-basic-syntax): Adapt case 5B for the new
9296 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
9297 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
9298 covers all cases now).
9299
9300 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
9301
9302 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9303
9304 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
9305 c-string-par-start/separate c-sentence-end-with-esc-eol,
9306 initialised in c-setup-paragraph-variables, used in string
9307 scanning subroutines of c-beginning-of-statement.
9308
9309 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
9310 which precedes the newly inserted `{'.
9311
9312 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9313
9314 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
9315 function for declaration level blocks. It should now cope with
9316 templates better and also be a lot more comprehensible.
9317
9318 (c-looking-at-decl-block): The new function.
9319
9320 (c-search-uplist-for-classkey): The old one. It's now a wrapper
9321 for compatibility.
9322
9323 (c-add-class-syntax, c-guess-continued-construct)
9324 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
9325
9326 (c-decl-block-key): Change to tell apart ambiguous and
9327 unambiguous keywords. Pike specials are now handled directly in
9328 the code instead.
9329
9330 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
9331 New language constants and variables to make the backward skip in
9332 `c-looking-at-decl-block' as tight as possible.
9333
9334 (c-nonsymbol-token-char-list): New language constant.
9335
9336 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
9337 find balanced template arglists backwards.
9338
9339 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
9340 making char classes for `c-syntactic-skip-backward'.
9341
9342 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
9343 16D - can't be a class-close at that point.
9344
9345 * progmodes/cc-engine.el (c-guess-basic-syntax)
9346 (c-add-class-syntax): Don't narrow out the enclosing declaration
9347 level. This makes everything a lot easier, and it was actually
9348 only four small places that needed it to work. Some places that
9349 previously did `widen' are removed now, which has the effect that
9350 `c-guess-basic-syntax' never will look at things outside the
9351 current narrowment now. The anchor position for `topmost-intro'
9352 is affected by this, but it was so bogus it was basically useless
9353 before, and now it's equally bogus but in a slightly different way.
9354
9355 (c-narrow-out-enclosing-class): Gone.
9356
9357 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
9358 the narrowed region.
9359
9360 (c-least-enclosing-brace): Remove silly optional argument.
9361
9362 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
9363 the point could be left directly after an open paren when finding
9364 the beginning of the first decl in the block.
9365
9366 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
9367 Specify which submatch to use.
9368
9369 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
9370
9371 (c-decl-start-re): No longer any need for special treatment of
9372 ObjC due to the above.
9373
9374 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
9375 presumably follows C in that regard.
9376
9377 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
9378 New language constants to specify operator tokens inside
9379 identifiers in a more high level way.
9380
9381 (c-opt-identifier-prefix-key): New internal language constant.
9382
9383 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
9384 (c-identifier-start, c-identifier-key): Now completely calculated
9385 from other constants.
9386
9387 (c-identifier-last-sym-match): Decommission since it's no longer used.
9388
9389 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
9390
9391 * progmodes/cc-engine.el (c-forward-name): Remove the
9392 optimization when c-identifier-key is equal to c-symbol-key since
9393 it doesn't work in byte compiled files. Don't record empty
9394 regions as identifiers.
9395
9396 * progmodes/cc-langs.el (c-filter-ops): New helper function to
9397 simplify access to `c-operators' and its likes.
9398
9399 (c-operator-list, c-all-op-syntax-tokens)
9400 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
9401 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
9402 (c-primary-expr-regexp, c-cast-parens): Use it.
9403
9404 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
9405 an explicit language in functions.
9406
9407 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
9408 variant of adornment.
9409
9410 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
9411 variable.
9412
9413 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
9414 the Pike value.
9415
9416 * progmodes/cc-engine.el (c-on-identifier)
9417 (c-simple-skip-symbol-backward): Small fix for handling "-"
9418 correctly in `skip-chars-backward'. Affected the operator lfun
9419 syntax in Pike.
9420
9421 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
9422 diagnostic message about precompiled language vars not being used.
9423
9424 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
9425 "__attribute__" is followed by a parenthesis.
9426
9427 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
9428 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
9429 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
9430
9431 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
9432 Internal cleanups to properly detect the declared identifiers in
9433 various declarations.
9434
9435 (c-decl-start-kwds): New language constant to recognize
9436 declarations that can start anywhere. Used for class declarations
9437 in Pike.
9438
9439 (c-specifier-key, c-not-decl-init-keywords)
9440 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
9441 (c-find-decl-spots): Implement `c-decl-start-kwds'.
9442
9443 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
9444 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
9445 handling of the compiler specific extension keywords into a new
9446 language constant `c-decl-hangon-kwds' that defines keyword
9447 clauses to be ignored in declarations.
9448
9449 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
9450 past unrecognized tokens when handling `c-colon-type-list-kwds'.
9451 Necessary to stop at the declared identifier in e.g. IDL valuetype
9452 declarations.
9453
9454 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
9455 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
9456 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
9457 (c-forward-decl-or-cast-1): Recognize the declared identifier in
9458 class and enum declarations as such and not as part of the type.
9459
9460 (c-forward-decl-or-cast-1, c-forward-label): Relax the
9461 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
9462
9463 (c-forward-decl-or-cast-1): Don't disregard sure signs of
9464 declarations when there's some syntax error later on.
9465
9466 (c-complex-decl-matchers): Did away with a reference to
9467 `c-specifier-key'.
9468
9469 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
9470 value - this variable is always dynamically bound.
9471
9472 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
9473 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
9474 * cc-cmds.el, cc-defs.el: Change the policy for marking up
9475 functions that might do hidden buffer changes: All such internal
9476 functions are now marked instead of those that don't.
9477
9478 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
9479 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
9480 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
9481 (c-literal-type): Allow these functions to make hidden buffer changes,
9482 so that they are free to use text property caching later on.
9483
9484 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
9485 (c-electric-brace, c-electric-slash, c-electric-star)
9486 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
9487 (c-electric-paren, c-electric-continued-statement, c-indent-command)
9488 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
9489 (c-context-line-break): Add `c-save-buffer-state' calls to comply
9490 with the changed semantics of the functions above.
9491
9492 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
9493 when macros occur in obscure places. Optimized the sexp movement
9494 a bit.
9495
9496 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9497
9498 Enhancements for c-beginning-of-statement to work in AWK Mode:
9499
9500 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
9501 (completed statement) with `}' (statement completed by closing
9502 brace or semicolon) and `$' (statement completed by EOL).
9503
9504 (c-awk-virtual-semicolon-ends-prev-line-p)
9505 (c-awk-virtual-semicolon-ends-line-p)
9506 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
9507 (c-awk-at-statement-end-p): New functions.
9508
9509 * progmodes/cc-cmds.el: Simplify the structure of functions
9510 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
9511 two functions and c-beginning-of-statement to handle AWK Mode.
9512
9513 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
9514 c-backward-single-comment for AWK mode. Attempt to clarify their
9515 doc-strings.
9516
9517 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
9518
9519 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9520
9521 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
9522 label handling. Labels are now recognized in a uniform and more
9523 robust way, regardless of context. Text properties are put on all
9524 labels to recognize the following declarations better.
9525 Multiword labels are handled both in indentation and fontification for
9526 the benefit of language extensions like Qt. For consistency, keywords
9527 in labels are now fontified with the label face instead.
9528 That also applies to "case" and "default".
9529
9530 (c-beginning-of-statement-1): Fix some bugs in the label
9531 handling. Disregard `c-nonlabel-token-key' in labels that begin
9532 with `c-label-kwds'.
9533
9534 (c-find-decl-spots): Support that the callback adds more
9535 `c-decl-end' spots to find.
9536
9537 (c-forward-decl-or-cast-1): Don't treat a list of plain
9538 identifiers followed by a colon as a declaration.
9539
9540 (c-forward-label): New function to recognize labels.
9541
9542 (c-guess-basic-syntax): Replace uses of `c-label-key' with
9543 `c-forward-label'. Moved the label recognition cases (14 and 15)
9544 earlier since they aren't so context sensitive now. Handle labels
9545 on the top level gracefully. Moved access label recognition to
9546 the generic label case (CASE 15) - removed CASE 5E.
9547
9548 (c-font-lock-declarations): Add recognition of labels in the
9549 same round since we need to handle labels in parallell with other
9550 declarations to recognize both accurately. It should also improve
9551 speed.
9552
9553 (c-simple-decl-matchers, c-basic-matchers-after):
9554 Move `c-font-lock-labels' so that it only is used on decoration level 2
9555 since `c-font-lock-declarations' handles it otherwise.
9556
9557 (c-complex-decl-matchers): Remove the simplistic recognition of
9558 access labels.
9559
9560 (c-decl-prefix-re): Remove the kludges that was necessary to cope
9561 with labels earlier.
9562
9563 (c-decl-start-re): New language variable to make
9564 `c-font-lock-declarations' stop for the special protection labels
9565 in Objective-C that start with `@'.
9566
9567 (c-label-key): Remove since it's no longer used.
9568
9569 (c-recognize-colon-labels, c-label-prefix-re): New language
9570 constants to support recognition of generic colon-terminated labels.
9571
9572 (c-type-decl-end-used): `c-decl-end' is now used whenever there
9573 are colon terminated labels.
9574
9575 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
9576 first argument starts with a special brace list.
9577
9578 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
9579 (c-font-lock-declarations): Break out the declaration and cast
9580 recognition from `c-font-lock-declarations' to a new function, so
9581 that it can be used in the indentation engine.
9582
9583 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
9584 up to the start of the literal. Fixed bug with the point on the
9585 wrong side of the search limit that could happen when the start
9586 position is inside a literal.
9587
9588 * progmodes/cc-engine.el (c-parse-state)
9589 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
9590 so that it's kept a little bit back to increase the hit rate.
9591
9592 (c-parse-state): Change the macro handling and fixed some
9593 glitches. Macro context is checked more often than necessary now,
9594 but otoh less garbage conses are generated.
9595
9596 * progmodes/cc-engine.el (c-parse-state)
9597 (c-invalidate-state-cache): Cache the last position where
9598 `c-state-cache' applies. This can speed up refontification quite
9599 a bit in blocks where there are many non-brace parens before the point.
9600
9601 (c-state-cache-end): New variable for this.
9602
9603 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
9604 cache variable.
9605
9606 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
9607 get close initial continue positions when the start position is
9608 inside a literal or macro. Do not call the callback for spots
9609 before the start position (which can happen e.g. for `c-decl-end'
9610 spots inside comments). Optimize better in special cases when the
9611 region is a single line inside a literal or macro (typically when
9612 the current line is refontified).
9613
9614 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
9615 to `c-add-stmt-syntax' - there's no need to explicitly whack off
9616 entries from the paren state.
9617
9618 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
9619 special case for "else if" clauses.
9620
9621 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
9622 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
9623
9624 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
9625 New language variable to recognize the gcc extension with statement
9626 blocks inside expressions.
9627
9628 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
9629 it somewhat more comprehensible. The argument AT-BLOCK-START is
9630 no longer used and hence removed.
9631
9632 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
9633 to `c-add-stmt-syntax'.
9634
9635 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
9636 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
9637 This fixes bogus label recognition.
9638
9639 * progmodes/cc-engine.el (c-add-type, c-check-type)
9640 (c-forward-name, c-forward-type): Improve storage of template
9641 types in `c-found-types' so that they can be recognized better.
9642
9643 (c-syntactic-content): Add option to skip past nested parens.
9644
9645 * progmodes/cc-engine.el (c-forward-name):
9646 Set `c-last-identifier-range' all the time. It's less work that way.
9647 Handle that there might not be an identifier to store in
9648 `c-last-identifier-range'.
9649
9650 (c-forward-type): Handle that `c-last-identifier-range' might be
9651 nil from `c-forward-name'.
9652
9653 * progmodes/cc-defs.el (c-safe-scan-lists)
9654 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
9655
9656 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
9657 to work even if the form fails.
9658
9659 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
9660 down in a large file in one go.
9661
9662 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
9663
9664 * progmodes/cc-align.el (c-lineup-assignments): New lineup
9665 function which is like `c-lineup-math' but returns nil instead of
9666 `c-basic-offset' when it doesn't match.
9667
9668 (c-lineup-math): Change to use `c-lineup-assignments'.
9669
9670 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9671
9672 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
9673 c-beginning-of-statement. New subfunctions
9674 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
9675
9676 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9677
9678 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
9679 hardcoded char classes whereever possible. Changed a couple of
9680 places to use skip by syntax instead of skip by char class.
9681
9682 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
9683 Fix a bug in the regexp that caused extreme backtracking.
9684
9685 * progmodes/cc-langs.el (c-block-comment-starter)
9686 (c-block-comment-ender): New language constants to specify in a
9687 single place how block comments look.
9688
9689 (c-comment-start-regexp, c-block-comment-start-regexp)
9690 (comment-start, comment-end, comment-start-skip)
9691 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
9692 (c-syntactic-ws, c-nonempty-syntactic-ws)
9693 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
9694 `c-line-comment-starter', `c-block-comment-starter' and
9695 `c-block-comment-ender'.
9696
9697 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
9698 New language constants to break up things a bit.
9699
9700 (c-simple-ws): New language constant for simple whitespace.
9701
9702 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
9703
9704 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
9705 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
9706 newlines. Allow and ignore nil elements in the list.
9707
9708 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9709
9710 * progmodes/cc-cmds.el: Comment out a (n almost certainly
9711 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
9712
9713 * progmodes/cc-cmds.el: Tidy up the comments in
9714 c-beginning-of-statement and subfunctions.
9715
9716 * progmodes/cc-awk.el: Replace calls to put-text-property to the
9717 more flexible c-put-char-property and c-clear-char-properties.
9718 Add the author's email address.
9719
9720 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
9721
9722 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
9723 closing "*/" of a block comment.
9724
9725 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
9726 subfunctions) so that it works at BOB and EOB.
9727
9728 * progmodes/cc-cmds.el, cc-vars.el: More updating of
9729 c-beginning-of-statement, including new variable
9730 c-block-comment-start-regexp.
9731
9732 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9733
9734 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
9735 symbols from `*-font-lock-extra-types' so that there's no need to
9736 use `regexp-opt' on those lists.
9737
9738 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
9739 `c-type-modifier-kwds' is empty.
9740
9741 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
9742 there are several strings on the same line.
9743
9744 * progmodes/cc-engine.el (c-literal-limits): Remove the
9745 compatibility function for older emacsen. `c-literal-limits-fast'
9746 has now taken the place of this function.
9747
9748 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
9749 with older emacsen: We now require `pps-extended-state'.
9750
9751 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9752
9753 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
9754 which obviates the need to hack sentence-end. This now handles
9755 escaped newlines in strings correctly. Correct minor bugs in
9756 c-move-over-sentence and in c-beginning-of-statement.
9757
9758 * progmodes/cc-cmds.el (c-beginning-of-statement (and
9759 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
9760 that movement over macros and code are rigorously separated from
9761 eachother. Correct a few incidental bugs.
9762
9763 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
9764 Improve its doc-string. Improve the handling of certain specific cases.
9765
9766 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9767
9768 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
9769 (c-guess-basic-syntax): Change the way class-level labels are
9770 recognized; they can now contain essentially any symbols.
9771
9772 (c-opt-extra-label-key): New language variable to cope with the
9773 special protection label syntax in Objective-C.
9774
9775 (c-opt-access-key): Remove; this is now handled better by
9776 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
9777
9778 (c-complex-decl-matchers): Update to handle that
9779 `c-opt-access-key' no longer exists.
9780
9781 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
9782 improved label recognition in `c-beginning-of-statement-1'.
9783
9784 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
9785 Recognize bitfields better.
9786
9787 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
9788 Remove some cruft and fixed a bug that could cause it to go to a
9789 position further down.
9790
9791 * progmodes/cc-langs.el, cc-engine.el
9792 (c-beginning-of-statement-1): Improve detection of labels in
9793 declaration contexts.
9794
9795 (c-beginning-of-decl-1): Use it.
9796
9797 (c-nonlabel-token-key): New language constant and variable needed
9798 by `c-beginning-of-statement-1'.
9799
9800 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
9801 manifested itself due to the correction in `c-forward-sexp'.
9802
9803 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
9804 Make these behave as documented when used at the buffer limits.
9805
9806 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
9807 (c-type-decl-end-used): Made this a language variable.
9808
9809 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
9810 correctly when `combine-after-change-calls' is used together with
9811 temporary narrowings.
9812
9813 * progmodes/cc-engine.el (c-beginning-of-statement-1):
9814 Report labels correctly when the start point is immediately after the
9815 colon.
9816
9817 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
9818 Remove since it isn't used anymore.
9819
9820 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
9821 bracket arglists such as template parens in C++.
9822
9823 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
9824 in the last check-in. Some optimization.
9825
9826 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
9827 where it could stop at the same level in a preceding sexp when
9828 PAREN-LEVEL is set.
9829
9830 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
9831 text property lookup only when it's needed.
9832
9833 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
9834 Change the policy for paren marked angle brackets to be more
9835 persistent; once marked they remain marked even when they're found
9836 to be unbalanced in the searched region. This should keep the
9837 paren syntax around even when individual lines are refontified in
9838 multiline template arglists.
9839
9840 (c-parse-and-markup-<>-arglists): New dynamically bound variable
9841 to control markup so that incorrect angle bracket arglists aren't
9842 marked in contexts where the correct value for
9843 `c-disallow-comma-in-<>-arglists' isn't known.
9844
9845 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
9846 argument has become `c-parse-and-markup-<>-arglists'.
9847
9848 (c-remove-<>-arglist-properties): Remove - no longer used.
9849
9850 (c-after-change-check-<>-operators): New function used on
9851 `after-change-functions' to avoid that "<" and ">" characters that
9852 are part of longer operators have paren syntax.
9853
9854 (c-<>-multichar-token-regexp): New language variable used by
9855 `c-after-change-check-<>-operators'.
9856
9857 (c-after-change): Call `c-after-change-check-<>-operators'.
9858
9859 (c-font-lock-<>-arglists): Use the context properties set by
9860 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
9861 correctly to avoid doing invalid markup.
9862
9863 (c-font-lock-declarations): Remove code that undoes the invalid
9864 markup done by `c-font-lock-<>-arglists'.
9865
9866 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
9867 after `c-font-lock-declarations'.
9868
9869 * progmodes/cc-engine.el (c-syntactic-skip-backward):
9870 Add paren-level feature.
9871
9872 (c-guess-basic-syntax): Improve the anchor position for
9873 `template-args-cont' in nested template arglists. There's still
9874 much to be desired in this area, though.
9875
9876 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9877
9878 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
9879 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
9880
9881 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9882
9883 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
9884 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
9885
9886 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
9887 it doesn't work no longer are supported.
9888
9889 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
9890 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
9891 requires support for the syntax-table' text property, which rules
9892 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
9893 cruft associated with those versions.
9894
9895 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
9896 for the `syntax-table' text property, which rules out Emacs 19 and
9897 XEmacs < 21.4. Removed various compatibility cruft associated
9898 with those versions.
9899
9900 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
9901 support for the `syntax-table' text property.
9902
9903 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
9904 variable and use an extra quoted face name instead. All the
9905 emacsen flavors handle that correctly.
9906
9907 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
9908 (c-font-lock-declarators, c-font-lock-declarations)
9909 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
9910 property to mark the items in in declarator lists to handle
9911 refontification inside multiline declarations better.
9912
9913 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
9914 construct like "a * b = c;" as a declaration.
9915
9916 2005-12-08 Kim F. Storm <storm@cua.dk>
9917
9918 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
9919 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
9920 select either meta, hyper, or super modifier for rectangle commands.
9921 (cua--rectangle-modifier-key): New defvar.
9922 (cua--M/H-key): Use it. Remove special case for `space'.
9923 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
9924 on X, to meta otherwise. Always bind C-return to toggle
9925 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
9926
9927 * emulation/cua-rect.el (cua-help-for-rectangle):
9928 Use cua--rectangle-modifier-key. Handle super modifier too.
9929 (cua--init-rectangles): Always bind C-return to toggle rectangle.
9930 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
9931
9932 * ido.el: Move Acknowledgements and History after Commentary.
9933 Minor changes to Commentary.
9934
9935 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
9936 keymap if cua--prefix-override-timer is `shift'.
9937 (cua--shift-control-prefix): New function; emulate "type prefix
9938 key twice" functionality to handle shifted prefix key override.
9939 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
9940 New commands.
9941 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
9942
9943 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
9944
9945 * textmodes/org.el (org-insert-heading): Try to do items before
9946 headings.
9947 (org-agenda-mode): Quote `org-agenda-mode-hook'.
9948 (org-insert-item): New function.
9949 (org-renumber-ordered-list): Don't skip to higher level lists.
9950
9951 2005-12-08 Juri Linkov <juri@jurta.org>
9952
9953 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
9954
9955 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
9956
9957 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
9958
9959 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
9960 the constructed function name fun-1.
9961
9962 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
9963 because such links don't lead to parent documentation.
9964
9965 2005-12-08 Kenichi Handa <handa@m17n.org>
9966
9967 * descr-text.el (describe-char): Use *Help-2* buffer if the
9968 current buffer is *Help*. Call describe-text-properties while
9969 setting the original buffer.
9970
9971 2005-12-07 Bill Wohler <wohler@newt.com>
9972
9973 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
9974 and causes problems with non-MH users (such as Gnus users).
9975
9976 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
9977
9978 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
9979 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
9980 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
9981 command "info sources". Move calls to GDB command "list".
9982 (gdb-find-file-hook): Just use gdb-source-file-list.
9983 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
9984 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
9985 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9986 (gdb-data-list-register-values-handler): Use correct trigger name.
9987
9988 2005-12-07 Kim F. Storm <storm@cua.dk>
9989
9990 * ido.el (ido-completion-map): Rename from ido-mode-map.
9991 (ido-common-completion-map, ido-file-completion-map)
9992 (ido-file-dir-completion-map, ido-buffer-completion-map):
9993 Rename from ido-mode-....-map.
9994 (ido-init-completion-maps): Rename from ido-init-mode-maps.
9995 (ido-setup-completion-map): Rename from ido-define-mode-map.
9996 (ido-read-internal): Bind minibuffer-local-filename-completion-map
9997 to ido-completion-map.
9998
9999 2005-12-07 Kenichi Handa <handa@m17n.org>
10000
10001 * international/mule-cmds.el
10002 (set-display-table-and-terminal-coding-system): If the coding
10003 system specified in `unibyte-display' property is different from
10004 the arg coding-system, don't setup standard-display-table.
10005
10006 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10007
10008 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
10009 that comments end at \n, regardless of selective-display.
10010
10011 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
10012
10013 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
10014 (gdb-version): New variables.
10015 (gdb-source-file-list, gdb-register-names)
10016 (gdb-changed-registers): New variables for use with GDB 6.4+.
10017 (gdb-ann3): Replace with...
10018 (gdb-init-1, gdb-init-2): ...two new functions.
10019 (gdba, gdb-prompt): Call gdb-init-1.
10020 (gdb-get-version): New function. Call gdb-init-2 from here.
10021 (gud-watch): Make it work with mouse events too.
10022 (gdb-post-prompt): Don't add to queue until GDB version is known.
10023 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
10024 (gdb-locals-mode): Use gdb-version.
10025 (gdb-memory-format-map, gdb-memory-unit-map)
10026 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
10027 (gdb-locals-font-lock-keywords-1)
10028 (gdb-locals-font-lock-keywords-2): New variables.
10029 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
10030 (gdb-set-gud-minor-mode-existing-buffers-1)
10031 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
10032 (gdb-var-update-1, gdb-var-update-handler-1)
10033 (gdb-data-list-register-values-handler)
10034 (gdb-data-list-register-values-custom)
10035 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
10036 (gdb-stack-list-locals-handler, gdb-get-register-names):
10037 New functions for use with GDB 6.4+.
10038 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
10039 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
10040 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
10041 (gdb-stack-list-locals-regexp)
10042 (gdb-data-list-register-names-regexp): New regexps for use with
10043 GDB 6.4+.
10044
10045 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10046
10047 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
10048
10049 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
10050
10051 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
10052 prompts work for AUTH PLAIN. Also reported by Steve Allan
10053 <seallan@verizon.net>.
10054
10055 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
10056
10057 * frame.el (set-frame-parameter): Add doc string.
10058
10059 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
10060
10061 * textmodes/org.el (org-occur-highlights): New variable.
10062 (org-highlight-new-match, org-remove-occur-highlights): New functions.
10063 (org-highlight-sparse-tree-matches): New option.
10064 (org-do-occur): New function.
10065 (org-get-heading): Make it work also at beginning of line.
10066 (org-category-table): New variable.
10067 (org-get-category-table, org-get-category)
10068 (org-camel-to-words, org-link-search): New functions.
10069 (org-select-this-todo-keyword): New variable.
10070 (org-todo-list): New command.
10071 (org-shiftright, org-shiftleft): New commands.
10072 (org-agenda-todo): Add prefix argument.
10073 (org-show-hierarchy-above): New option.
10074 (org-show-todo-tree): Numerical prefix creates tree for specific
10075 TODO keyword.
10076 (org-outline-level): New function, to assign a level to plain
10077 lists items.
10078 (org-cycle-include-plain-lists): New option.
10079 (org-mode): Use `org-outline-level' as value of `outline-level'.
10080 (org-cycle): Temporarily switch `outline-regexp' if
10081 `org-cycle-include-plain-lists' is non-nil.
10082 (org-start-icalendar-file): Fix format bug.
10083 (org-agenda-get-day-entries): Create category table.
10084 (org-agenda-get-todos, org-agenda-get-timestamps)
10085 (org-agenda-get-deadlines, org-agenda-get-scheduled)
10086 (org-agenda-get-blocks): Use `org-get-category'.
10087 (org-context-in-file-links): Rename from
10088 `org-line-numbers-in-file-links'.
10089
10090 2005-12-06 Romain Francoise <romain@orebokech.com>
10091
10092 * window.el (balance-windows): Delete extraneous third arg in call
10093 to `enlarge-window'.
10094
10095 2005-12-06 Kenichi Handa <handa@m17n.org>
10096
10097 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
10098
10099 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
10100
10101 * progmodes/gdb-ui.el (gdb-var-create-handler)
10102 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
10103 (gdb-var-list-children-handler, gdb-var-update-handler):
10104 Current buffer is already gdb-partial-output-buffer, don't
10105 make it current again.
10106
10107 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
10108
10109 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
10110 (list-buffers-noselect): Use it.
10111
10112 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
10113
10114 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
10115 (mail-yank-ignored-headers): Use regexp-opt.
10116 (mail-mode-map): Move initialization into declaration.
10117 (mail-sent-via): Remove unused shadowed var `to-line'.
10118 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
10119 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
10120 (mail-do-fcc): Use dolist and push.
10121 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
10122 (mail-yank-ignored-headers): Don't autoload.
10123
10124 2005-12-05 Kenichi Handa <handa@m17n.org>
10125
10126 * international/mule-cmds.el (set-language-info-internal): New fun.
10127 (set-language-info): Call set-language-info-internal to update
10128 language-info-alist. If LANG-ENV is the current one, call
10129 set-language-environment to make INFO effective now.
10130 (set-language-info-alist): Likewise.
10131 (locale-language-names): With locale "en", use English
10132 lang. env. but set the default codings to iso-8859-1.
10133
10134 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
10135
10136 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
10137 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
10138 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
10139 for plain strings.
10140 (gdb-frames-mode): Remove redundant call to font-lock-mode.
10141 (gdb-all-registers): Rename from toggle-gdb-all-registers.
10142 Create registers buffer if necessary. Echo new state in minibuffer.
10143 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
10144
10145 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
10146
10147 * info.el (Info-fontify-node): Match external links using
10148 non-directory part of filename.
10149
10150 2005-12-04 Juri Linkov <juri@jurta.org>
10151
10152 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
10153 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
10154 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
10155 because there is no customization option for it.
10156
10157 * font-lock.el (lisp-font-lock-keywords-1):
10158 Add define-global-minor-mode.
10159
10160 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
10161
10162 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
10163 properties on the constructed variable names.
10164
10165 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10166 Put `definition-name' properties on the constructed function names
10167 next-sym and prev-sym.
10168
10169 * emacs-lisp/find-func.el (find-function-regexp):
10170 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
10171 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
10172 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
10173 and easy-menu-define.
10174
10175 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
10176 easy-mmode-define-global-mode and define-global-minor-mode.
10177 (lisp-imenu-generic-expression): Add define-global-minor-mode.
10178
10179 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
10180 instead of easy-mmode-define-global-mode.
10181
10182 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
10183 Use define-minor-mode instead of easy-mmode-define-minor-mode.
10184
10185 * cus-edit.el (customize-group, customize-group-other-window):
10186 Filter out autoloaded options from the group completion list by
10187 using heuristics that autoloaded groups don't have `custom-autoload'
10188 property on their symbols (they have only `custom-loads').
10189
10190 * simple.el (completion-setup-function): Put completions-common-part
10191 face on complete completion string too (i.e. completion string
10192 without completions-first-difference face).
10193
10194 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
10195
10196 2005-12-03 Eli Zaretskii <eliz@gnu.org>
10197
10198 * view.el (view-mode): Doc fix.
10199
10200 * disp-table.el (standard-display-european): Add to the warning
10201 message a reference to the doc string.
10202
10203 * play/yow.el (apropos-zippy): Call print-help-return-message,
10204 similar to other Help and Apropos commands.
10205
10206 * help.el (print-help-return-message): If pop-up-frames is
10207 non-nil, set up help-return-method to delete the help window and,
10208 possibly, its frame as well, and don't display message about
10209 scrolling the help window. Doc fix.
10210 (help-return-method): Doc fix.
10211
10212 2005-12-03 Martin Rudalics <rudalics@gmx.at>
10213
10214 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
10215 whereby names of length one or names starting with a
10216 symbol-constituent character would not be returned.
10217
10218 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10219
10220 * subr.el (atomic-change-group): Add edebug and indentation spec.
10221
10222 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10223
10224 * completion.el (save-completions-file-name): Fix typo in last change.
10225
10226 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10227
10228 * info.el: Move back/forward history to the beginning of the tool bar.
10229
10230 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
10231
10232 * allout.el (eval-when-compile): Remove unnecessary load of cl.
10233 Add fset of allout-real-isearch-abort during compile to fix
10234 byte-compilation warnings.
10235 (allout-mode-p): Move definition of this macro above all uses, or
10236 byte compilation in barren emacs (eg, during emacs build) will
10237 lack the definition.
10238 (allout-mode): Move this variable above any uses, or byte
10239 compilation will fail.
10240 (allout-resolve-xref): Remove use of personal file-reference function.
10241 (allout-toggle-current-subtree-encryption): Do the current (ie,
10242 visible containing) topic, rather than nearest around point. Doc fix.
10243 (allout-toggle-subtree-encryption): New function, workhorse that
10244 works on nearest topic containing point.
10245 (allout-encrypt-string): Signal requirement for newer version of pgg.
10246 (allout-resumptions): Doc fix.
10247
10248 2005-12-02 Eli Zaretskii <eliz@gnu.org>
10249
10250 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
10251
10252 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
10253
10254 * textmodes/flyspell.el (flyspell-external-point-words):
10255 Consider a misspelling as found in the string search if: (a) misspelling
10256 and found string lengths match, or (b) misspelling is found as
10257 element in a boundary-chars separated longer string, or (c)
10258 ispell-program-name is really ispell and misspelling is found as
10259 part of a TeX string. After successful match move beginning of
10260 search region to end of match. Warn about not found misspellings
10261 once the process is done.
10262 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
10263
10264 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
10265
10266 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
10267 tool bar (removed inadvertently).
10268
10269 2005-12-02 Juri Linkov <juri@jurta.org>
10270
10271 * log-view.el (log-view-diff): Clarify doc string.
10272
10273 2005-12-01 Bill Wohler <wohler@newt.com>
10274
10275 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
10276 triggers lm-verify errors.
10277
10278 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
10279
10280 * simple.el (transient-mark-mode, line-number-mode)
10281 (column-number-mode, size-indication-mode): Remove `:require nil'.
10282
10283 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
10284
10285 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
10286 in the margin also.
10287 (gdb-breakpoints-mode-map): Use D instead of d for
10288 gdb-delete-breakpoint.
10289 (gdb-get-frame-number): Require a number to match on.
10290 (gdb-threads-mode-map): Add follow-link binding.
10291
10292 2005-11-30 Jason Rumney <jasonr@gnu.org>
10293
10294 * isearch.el (isearch-mode-map): Avoid exiting search on
10295 language-change event.
10296
10297 2005-11-30 Romain Francoise <romain@orebokech.com>
10298
10299 * speedbar.el (speedbar-default-position): New defcustom.
10300 (speedbar-frame-reposition-smartly): Use it.
10301
10302 * dframe.el (dframe-reposition-frame-emacs): Fix position
10303 computation for `left' location.
10304 Update copyright year.
10305
10306 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
10307
10308 * help.el (help-map): Move initialization into declaration.
10309
10310 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
10311
10312 * help-fns.el (help-argument-name): Don't autoload.
10313 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
10314 to be re-loaded when customizing the `help' group.
10315
10316 2005-11-30 John Paul Wallington <jpw@gnu.org>
10317
10318 * help-fns.el (describe-function-1): Fill arglist output.
10319
10320 2005-11-30 Kim F. Storm <storm@cua.dk>
10321
10322 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
10323 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
10324 after revert-buffer (or anything else which kills all local variables).
10325
10326 * apropos.el (apropos-parse-pattern): Doc fix.
10327 Set apropos-regexp directly, rather than expecting callers to do so.
10328 (apropos-command, apropos, apropos-value, apropos-documentation):
10329 Simplify calls to apropos-parse-pattern.
10330
10331 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
10332
10333 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
10334 (hi-lock-face-phrase-buffer): Use hi-yellow face.
10335 (hi-lock-write-interactive-patterns): Use comment-region.
10336
10337 * longlines.el (longlines-mode): Add mail-setup-hook.
10338
10339 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
10340
10341 * simple.el (sendmail-user-agent-compose, next-line):
10342 Conditionally use hard-newline.
10343
10344 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
10345
10346 * international/latexenc.el (latex-inputenc-coding-alist):
10347 Reword doc string.
10348
10349 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
10350
10351 * help.el (describe-key-briefly, describe-key): Recognize default
10352 bindings.
10353
10354 2005-11-29 Romain Francoise <romain@orebokech.com>
10355
10356 * view.el (view-inhibit-help-message): New defcustom.
10357 (view-mode-enter): Use it.
10358
10359 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
10360
10361 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
10362 Preserve user position.
10363
10364 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
10365
10366 * font-lock.el: Throw error if facemenu is not loaded to prevent
10367 accidental change of loading order in loadup.el. (Suggested by RMS.)
10368
10369 * loadup.el: Add comment explaining why facemenu must be loaded
10370 before font-lock.
10371
10372 2005-11-28 Jay Belanger <belanger@truman.edu>
10373
10374 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
10375 (calc-dispatch-map): Add more keys for `calc-same-interface'.
10376
10377 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
10378
10379 * calc/calc-embed.el (calc-do-embedded): Update help message.
10380
10381 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
10382
10383 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10384
10385 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
10386
10387 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
10388 called-interactively-p.
10389 (elp-profilable-p): Rename from elp-not-profilable-p.
10390 Invert result and take into account macros and autoloaded functions.
10391 (elp-instrument-function): Update call.
10392 (elp-instrument-package): Update call. Add completion.
10393 (elp-pack-number): Use match-string.
10394 (elp-results-jump-to-definition-by-mouse): Merge into
10395 elp-results-jump-to-definition and then remove.
10396 (elp-output-insert-symname): Make help echo text single-line.
10397
10398 * replace.el (query-replace-map): Move initialization into declaration.
10399 (occur-engine): Use with-current-buffer.
10400 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
10401 (occur-mode-mouse-goto): Replace with an alias.
10402
10403 2005-11-28 Juri Linkov <juri@jurta.org>
10404
10405 * simple.el (quoted-insert): Let-bind input-method-function to nil.
10406
10407 * term/w32-win.el: Bind [S-tab] to [backtab].
10408
10409 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
10410 `Info-find-file' to t.
10411
10412 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
10413 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
10414 and same-window-regexps.
10415 (occur-next-error): Don't move point for arg 0.
10416
10417 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
10418
10419 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
10420
10421 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10422
10423 * log-edit.el (log-edit-changelog-use-first): New var.
10424 (log-edit-changelog-ours-p): Use it.
10425 (log-edit-insert-changelog): Set it with new arg `use-first'.
10426 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
10427 (log-edit-hook): Add them to the list of suggested options.
10428
10429 * textmodes/flyspell.el (flyspell-last-buffer): New var.
10430 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
10431 redundant work.
10432 (flyspell-mode-on): Use add-hook for after-change-functions.
10433 (flyspell-mode-off): Use remove-hook for after-change-functions.
10434 (flyspell-changes): Make it buffer-local.
10435 (flyspell-after-change-function): Make it non-interactive. Use push.
10436 (flyspell-post-command-hook): Check input-pending-p while processing
10437 the potentially long list of buffer changes.
10438
10439 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
10440
10441 * buff-menu.el (list-buffers-noselect): Display the selected
10442 frame's buffer list, not the global one.
10443
10444 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
10445
10446 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
10447 that (list last-input-event) works as in interactive spec.
10448
10449 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10450
10451 * loadup.el ("facemenu"): Load facemenu before font-lock, because
10452 `facemenu-keymap' needs to be defined when font-lock is loaded.
10453 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
10454
10455 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
10456
10457 * completion.el: Remove useless leading * in defcustom docstrings.
10458 (save-completions-file-name): Use ~/.emacs.d if available.
10459 (completion-standard-syntax-table): Rename from
10460 cmpl-standard-syntax-table and fold initialization into declaration,
10461 thus removing cmpl-make-standard-completion-syntax-table.
10462 (completion-lisp-syntax-table, completion-c-syntax-table)
10463 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
10464 (cmpl-saved-syntax, cmpl-saved-point): Remove.
10465 (symbol-under-point, symbol-before-point)
10466 (symbol-under-or-before-point, symbol-before-point-for-complete)
10467 (add-completions-from-c-buffer): Use with-syntax-table.
10468 (make-completion): Don't return a list of completion entries.
10469 Update callers.
10470 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
10471 (completion-initialize): Rename from initialize-completions.
10472 (completion-find-file-hook): Rename from cmpl-find-file-hook.
10473 (kill-emacs-save-completions): Collect stats here.
10474 (save-completions-to-file, load-completions-from-file):
10475 Use with-current-buffer.
10476 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
10477 into a function. Move all calls to toplevel.
10478 (completion-lisp-mode-hook): New fun.
10479 (completion-c-mode-hook, completion-setup-fortran-mode):
10480 Set the syntax-table here. Use local-set-key.
10481 (completion-saved-bindings): New var.
10482 (dynamic-completion-mode): Make it into a proper minor mode.
10483 (load-completions-from-file): Remove unused var `num-uses'.
10484
10485 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
10486 constructor if it is explicitly overridden.
10487
10488 * complete.el (PC-completion-as-file-name-predicate):
10489 Use minibuffer-completing-file-name.
10490 (partial-completion-mode): Use find-file-not-found-functions.
10491 (PC-lisp-complete-symbol): Use with-syntax-table.
10492 (PC-look-for-include-file): Remove dead setq.
10493 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
10494 (PC-complete): Use with-current-buffer.
10495
10496 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
10497 escape single quotes.
10498
10499 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10500
10501 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
10502 of `if' whose condition always returned nil. Doc fix.
10503
10504 * buff-menu.el (Buffer-menu-revert-function): Make the selected
10505 window's buffer the current buffer around the call to
10506 `list-buffers-noselect'. This is necessary to mark that buffer
10507 with a `.' in the Buffer Menu when called from Lisp, for instance
10508 by Auto Revert Mode.
10509
10510 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
10511
10512 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
10513 attaching to it.
10514 (gdb-pre-prompt): Make sure gdb-error is reset.
10515
10516 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
10517 with a child process, detect it.
10518 (gud-speedbar-buttons): Match regexp more carefully.
10519
10520 2005-11-27 Richard M. Stallman <rms@gnu.org>
10521
10522 * mouse.el (mouse-drag-move-window-bottom):
10523 Use adjust-window-trailing-edge.
10524
10525 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10526
10527 * simple.el (blink-matching-open): Ignore
10528 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
10529 (blink-matching-paren-on-screen): Update docstring.
10530
10531 * paren.el (show-paren-mode): No longer change
10532 `blink-matching-paren-on-screen'.
10533
10534 2005-11-27 John Paul Wallington <jpw@pobox.com>
10535
10536 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
10537 (gdb-threads-select, gdb-edit-register-value):
10538 Use `posn-set-point' instead of `mouse-set-point' because the
10539 latter is not fbound when configured without X.
10540
10541 2005-11-27 Kim F. Storm <storm@cua.dk>
10542
10543 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
10544 existing face when partially highlighting a TAB in a rectangle.
10545
10546 2005-11-26 Kim F. Storm <storm@cua.dk>
10547
10548 * ido.el (ido-mode-map): Doc fix.
10549 (ido-mode-common-map, ido-mode-file-map)
10550 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
10551 (ido-define-mode-map): Rewrite. Select one of the new maps as
10552 parent for ido-mode-map instead of building from scratch.
10553 (ido-init-mode-maps): New defun to initialize new maps.
10554 (ido-mode): Call it.
10555 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
10556 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
10557
10558 2005-11-26 John Paul Wallington <jpw@pobox.com>
10559
10560 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
10561 `mouse-set-point' because the latter is not fbound when configured
10562 without X.
10563
10564 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
10565
10566 * files.el (file-relative-name): Doc fix.
10567
10568 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
10569
10570 * progmodes/octave-inf.el (inferior-octave-startup): Force a
10571 non-empty string for secondary prompt PS2.
10572
10573 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
10574
10575 * progmodes/compile.el (compilation-setup): Fix last change.
10576
10577 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
10578
10579 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
10580 (gdb-mouse-toggle-breakpoint-margin)
10581 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
10582 Add gdb-server-prefix to keep out of command history.
10583 (gdb-edit-register-value): New function.
10584 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
10585 (gdb-info-registers-custom): Use above map.
10586
10587 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
10588
10589 * custom.el (enable-theme): Signal error if argument is not a
10590 theme. Don't recalculate a face if it's not loaded yet.
10591
10592 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
10593 the `user' theme is in effect.
10594
10595 * info.el (Info-on-current-buffer): Record actual filename in
10596 Info-current-file, instead of t, or a fake filename if a non-file
10597 buffer. Make autoload.
10598 (Info-find-node, Info-revert-find-node): No need to check for
10599 Info-current-file nil.
10600 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
10601 Info-current-file is now never `t'.
10602 (Info-fontify-node): Many simplifications due to Info-current-file
10603 always being valid. Use Info-find-file to find node filename.
10604
10605 2005-11-25 David Kastrup <dak@gnu.org>
10606
10607 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
10608 new character, then delete" in order to preserve markers.
10609
10610 2005-11-25 David Ponce <david@dponce.com>
10611
10612 * recentf.el (recentf-arrange-by-rule): Handle a special
10613 `auto-mode-alist'-like "strip suffix" rule.
10614 (recentf-build-mode-rules): Handle second level auto-mode entries.
10615
10616 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
10617
10618 * viper-keym.el (viper-ESC-key): Use different values in terminal and
10619 window modes.
10620
10621 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
10622 jde-javadoc-checker-report-mode.
10623
10624 * ediff-wind (ediff-make-wide-display): Slight simplification.
10625
10626 * ediff.el (ediff-date): Change the date of last update.
10627
10628 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
10629
10630 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
10631 Use define-minor-mode, and make it a local mode. Turn on font-lock.
10632 (hi-lock-mode): New global minor mode.
10633 (turn-on-hi-lock-if-enabled): New function.
10634 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
10635 Change arguments to regexp and face instead of a font-lock pattern.
10636 Directly set face property, instead of refontifying.
10637 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
10638 (hi-lock-find-patterns): Use line-number-at-pos.
10639
10640 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
10641 arguments for hi-lock-set-pattern.
10642 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
10643 Call font-lock-fontify-buffer.
10644 (hi-lock-find-file-hook, hi-lock-current-line)
10645 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
10646
10647 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
10648 turned off.
10649
10650 * progmodes/compile.el (compilation-setup): Don't fiddle with
10651 font-lock-defaults.
10652
10653 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
10654
10655 * progmodes/gdb-ui.el (gdb-var-create-handler)
10656 (gdb-var-list-children-handler): Find values for all variable
10657 objects. gud-speedbar-buttons decides whether to display them.
10658
10659 2005-11-24 Romain Francoise <romain@orebokech.com>
10660
10661 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
10662 buffer name with a space.
10663
10664 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
10665
10666 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
10667 `org-export-local-list-max-depth'. Change default value to 3.
10668 (org-auto-renumber-ordered-lists)
10669 (org-plain-list-ordered-item-terminator): New options.
10670 (org-at-item-p, org-beginning-of-item, org-end-of-item)
10671 (org-get-indentation, org-get-string-indentation)
10672 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
10673 New functions.
10674 (org-move-item-down, org-move-item-up): New commands.
10675 (org-export-as-html): New classes for CSS support. Bug fix in
10676 regular expression detecting fixed-width regions. Respect
10677 `org-local-list-ordered-item-terminator'.
10678 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
10679 also a list item.
10680 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
10681 New item moving functions.
10682
10683 2005-11-24 Juri Linkov <juri@jurta.org>
10684
10685 * isearch.el (isearch-repeat): With empty search ring set
10686 `isearch-error' to the error string instead of signaling error
10687 with the function `error'.
10688
10689 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10690
10691 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
10692
10693 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
10694
10695 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
10696 and variable.
10697 (gdb-var-create-handler, gdb-var-list-children-handler):
10698 Don't match on "char **...".
10699 (gdb-var-update-handler): Find values for all variable objects.
10700 (gdb-info-frames-custom): Identify frames by leading "#".
10701
10702 * progmodes/gud.el (gud-speedbar-menu-items): Add
10703 gdb-speedbar-auto-raise as radio button.
10704 (gud-speedbar-buttons): Raise speedbar if requested.
10705 Don't match on "char **...".
10706 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
10707 Make it editable.
10708
10709 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
10710
10711 * info.el (Info-fontify-node): Handle the case where
10712 Info-current-file is t.
10713
10714 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10715
10716 * simple.el (blink-matching-open): Fix off-by-one in last change.
10717
10718 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10719
10720 * term/mac-win.el: Don't change default directory.
10721
10722 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
10723
10724 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
10725 buffers correctly. (It used to throw an error in such buffers.)
10726 Make it ask for confirmation in group buffers and other Custom
10727 buffers containing more than one customization item.
10728
10729 2005-11-22 John Paul Wallington <jpw@gnu.org>
10730
10731 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
10732 property on mail and url overlays.
10733 (goto-address-at-point): Use `posn-set-point' instead of
10734 `mouse-set-point' because the latter is not fbound when configured
10735 without X.
10736
10737 2005-11-22 Lars Hansen <larsh@soem.dk>
10738
10739 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
10740 (ls-lisp-classify, ls-lisp-format): Delete call to
10741 ls-lisp-parse-symlink.
10742 (ls-lisp-handle-switches): Handle symlinks to directories as
10743 directories when ls-lisp-dirs-first in non-nil.
10744
10745 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
10746
10747 * startup.el (command-line): Make sure that loaddefs.el is handled
10748 correctly in load-history.
10749
10750 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
10751
10752 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
10753 (gdb-struct-string, gdb-array-string): New constants.
10754 (gdb-info-locals-handler): Use them.
10755 (gdb-reset): Reset gdb-var-list to nil.
10756
10757 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10758
10759 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
10760 in patterns.
10761
10762 2005-11-21 Juri Linkov <juri@jurta.org>
10763
10764 * custom.el (defcustom): Update link types in docstring.
10765
10766 2005-11-20 Martin Rudalics <rudalics@gmx.at>
10767
10768 * custom.el (defgroup): Add doc-string-elt info.
10769
10770 * widget.el (define-widget): Don't use declare for the doc-string-elt.
10771
10772 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10773
10774 * newcomment.el (comment-enter-backward): Fix last fix.
10775
10776 * simple.el (blink-matching-open):
10777 * paren.el (show-paren-function): Allow new paren-class info.
10778
10779 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
10780
10781 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
10782 handled automagically.
10783
10784 2005-11-20 Andreas Schwab <schwab@suse.de>
10785
10786 * descr-text.el (describe-char): When copying overlays put them
10787 over the full char description instead of just the first character
10788 of it.
10789
10790 2005-11-20 Juri Linkov <juri@jurta.org>
10791
10792 * simple.el (what-cursor-position):
10793 * descr-text.el (describe-char): Use Lisp-readable syntax
10794 for octal and hex. Reorder decimal, octal and hex values.
10795 Remove excess whitespace in the output. Use `=' in `column='
10796 like in `point=' and `Hscroll='.
10797
10798 * international/mule-cmds.el (encoded-string-description):
10799 Use Lisp-readable syntax for hex.
10800
10801 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10802
10803 * newcomment.el (comment-enter-backward): Handle the case where the
10804 comment is closed by EOB.
10805
10806 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
10807
10808 * longlines.el (longlines-before-revert-hook)
10809 (longlines-after-revert-hook): New functions.
10810 (longlines-mode): Turn off longlines temporarily when reverting.
10811 Add a message-setup-hook.
10812 (longlines-decode-buffer): New function.
10813 (longlines-wrap-line): Preserve marker positions.
10814
10815 2005-11-19 Andreas Schwab <schwab@suse.de>
10816
10817 * emacs-lisp/shadow.el: Handle compressed files.
10818
10819 2005-11-19 Romain Francoise <romain@orebokech.com>
10820
10821 * net/browse-url.el (browse-url-default-browser): Signal an error
10822 if no usable browser can be found, rather than try to load w3.
10823
10824 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
10825
10826 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
10827 replacing existing properties.
10828 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10829 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
10830 tty specs.
10831 (rcirc-server-prefix, rcirc-server): New faces.
10832 (rcirc-url-regexp): Generate with rx macro.
10833 (rcirc-last-server-message-time): New variable.
10834 (rcirc-filter): Record time of last message.
10835 (rcirc-keepalive): Kill processes that did not send a message
10836 since the last ping.
10837 (rcirc-mode): Give rcirc-topic a local binding here.
10838
10839 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
10840
10841 * subr.el (read-passwd): Fontify the prompt as we do with other
10842 prompts.
10843
10844 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
10845
10846 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
10847 binding buffer-read-only to nil.
10848
10849 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10850
10851 * complete.el (partial-completion-mode):
10852 Mention completion-auto-help in the doc string.
10853
10854 * man.el (Man-highlight-references): Doc fix. Reformat code in a
10855 more Lisp-ish way.
10856
10857 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
10858
10859 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
10860 digits, not 8, to avoid misalignment for files larger than 100MB.
10861
10862 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10863
10864 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
10865 Mention "keyboard shortcuts" in the help text.
10866
10867 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10868
10869 * startup.el (fancy-splash-default-action): Discard only
10870 mouse-down and succeeding mouse-up events in the splash screen
10871 window so that drag-n-drop event can be processed.
10872
10873 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
10874
10875 * longlines.el (longlines-mode): Add hacks for mail-mode and
10876 message-mode.
10877
10878 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
10879
10880 * textmodes/org.el (org-table-sort-lines): New command.
10881 (org-tbl-menu): Add entry for `org-table-sort-lines'.
10882 (org-add-file): Command removed, use `org-agenda-file-to-front'
10883 instead.
10884 (org-export-icalendar): Use `org-icalendar-combined-name'.
10885 (org-cycle-agenda-files, org-agenda-file-to-end)
10886 (org-agenda-file-to-front): New commands.
10887 (org-table-tab-jumps-over-hlines, org-export-html-style):
10888 New options.
10889 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
10890 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
10891 New functions.
10892 (org-fill-paragraph): Call `org-table-align' in tables.
10893 (org-mode): Call `org-set-autofill-regexps'.
10894 (org-export-as-html): Support for local handformatted lists.
10895 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
10896 (org-export-local-list-max-depth): New option.
10897 (org-html-expand): Use `org-html-protect'.
10898
10899 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
10900
10901 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
10902 to "p".
10903 (gdb): Move definition of gud-pp to...
10904
10905 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
10906 speedbar.
10907 (gdb-find-watch-expression): New function.
10908
10909 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10910
10911 * faces.el (face-attribute, set-face-attribute): Mention existence
10912 of `:ignore-defface' setting in docstring.
10913
10914 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
10915
10916 * simple.el (completion-setup-function): Fix last change.
10917
10918 2005-11-17 John Paul Wallington <jpw@pobox.com>
10919
10920 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
10921 Use `posn-set-point' instead of `mouse-set-point' because the
10922 latter is not fbound when configured without X.
10923
10924 * comint.el (comint-insert-input): Likewise.
10925
10926 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10927
10928 * simple.el (hard-newline): New variable.
10929 (sendmail-user-agent-compose, next-line): Use it.
10930
10931 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
10932 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
10933 (mail-mail-reply-to, mail-mail-followup-to)
10934 (mail-position-on-field, mail-signature, mail-yank-original)
10935 (mail-attach-file): Likewise.
10936
10937 * mail/mailheader.el (mail-header-format)
10938 (mail-header-format-function): Likewise.
10939
10940 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
10941
10942 2005-11-17 Juri Linkov <juri@jurta.org>
10943
10944 * font-lock.el (font-lock-faces): Rename this defgroup from
10945 `font-lock-highlighting-faces'.
10946 (font-lock-comment-face, font-lock-comment-delimiter-face)
10947 (font-lock-string-face, font-lock-doc-face)
10948 (font-lock-keyword-face, font-lock-builtin-face)
10949 (font-lock-function-name-face, font-lock-variable-name-face)
10950 (font-lock-type-face, font-lock-constant-face)
10951 (font-lock-warning-face, font-lock-negation-char-face)
10952 (font-lock-preprocessor-face)
10953 (font-lock-regexp-grouping-backslash)
10954 (font-lock-regexp-grouping-construct): Rename :group from
10955 `font-lock-highlighting-faces' to `font-lock-faces'.
10956
10957 * cus-edit.el (lisp, c, tex):
10958 * progmodes/ada-mode.el (ada):
10959 * progmodes/asm-mode.el (asm):
10960 * progmodes/cperl-mode.el (cperl-faces):
10961 * progmodes/cpp.el (cpp):
10962 * progmodes/dcl-mode.el (dcl):
10963 * progmodes/f90.el (f90):
10964 * progmodes/fortran.el (fortran):
10965 * progmodes/icon.el (icon):
10966 * progmodes/idlwave.el (idlwave-misc):
10967 * progmodes/m4-mode.el (m4):
10968 * progmodes/make-mode.el (makefile):
10969 * progmodes/meta-mode.el (meta-font):
10970 * progmodes/modula2.el (modula2):
10971 * progmodes/octave-mod.el (octave):
10972 * progmodes/pascal.el (pascal):
10973 * progmodes/perl-mode.el (perl):
10974 * progmodes/prolog.el (prolog):
10975 * progmodes/ps-mode.el (PostScript-edit):
10976 * progmodes/scheme.el (scheme):
10977 * progmodes/sh-script.el (sh-script):
10978 * progmodes/simula.el (simula):
10979 * progmodes/tcl.el (tcl):
10980 * textmodes/nroff-mode.el (nroff):
10981 * textmodes/reftex-vars.el (reftex-fontification-configurations):
10982 * textmodes/sgml-mode.el (sgml):
10983 * textmodes/texinfo.el (texinfo):
10984 Add :link (custom-group-link font-lock-faces) to defgroup.
10985
10986 * hi-lock.el (hi-lock): Rename this defgroup from
10987 `hi-lock-interactive-text-highlighting'. Change parent group from
10988 `faces' to `font-lock'. Add link to the manual.
10989 (hi-lock-mode, hi-lock-file-patterns-range)
10990 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
10991 `hi-lock-interactive-text-highlighting' to `hi-lock'.
10992 (hi-lock-faces): Add :group `faces'.
10993
10994 * cus-edit.el (custom-variable-prompt): Clarify the code.
10995
10996 * faces.el (face-read-string): Set the default value arg of
10997 completing-read.
10998
10999 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
11000
11001 * rfn-eshadow.el (file-name-shadow-properties)
11002 (file-name-shadow-tty-properties, file-name-shadow-mode):
11003 Remove autoloads, because the file is now preloaded.
11004
11005 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11006
11007 * printing.el (easy-menu-intern): Don't define.
11008 (pr-get-symbol): Use easy-menu-intern only if defined.
11009
11010 * simple.el (blink-matching-open): Simplify a bit.
11011 (completion-setup-function): Fix the case of partial-completion-mode
11012 when the minibuffer's contents start with "-".
11013 Obey completion-base-size-function even when
11014 minibuffer-completing-file-name is non-nil.
11015
11016 2005-11-16 Richard M. Stallman <rms@gnu.org>
11017
11018 * net/eudcb-ph.el (eudc-ph-open-session):
11019 Use set-process-query-on-exit-flag.
11020
11021 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
11022
11023 * international/ucs-tables.el (ucs-set-table-for-input):
11024 Use make-local-variable, not make-variable-buffer-local.
11025
11026 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11027 Improve warning message text.
11028
11029 * savehist.el (savehist-save-hook): Add :group.
11030
11031 * menu-bar.el (menu-bar-help-menu):
11032 Rename Find Extra Packages to External Packages.
11033
11034 * cus-edit.el (Custom-reset-standard): Verify that
11035 :custom-standard-value prop exists before calling it.
11036
11037 * apropos.el (apropos-calc-scores): Use apropos-pattern.
11038
11039 2005-11-16 Martin Rudalics <rudalics@gmx.at>
11040
11041 * wid-edit.el (color): Enclose %t in %{...%}.
11042
11043 * cus-edit.el (face): Enclose %t in %{...%}.
11044
11045 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
11046
11047 * savehist.el (savehist-mode-hook): Re-add the var.
11048 (savehist-mode): Use it.
11049
11050 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11051
11052 * textmodes/flyspell.el: Fix commenting convention.
11053 Remove unnecessary leading * in custom docstrings.
11054 (flyspell-emacs): Remove unused var.
11055 (flyspell-delete-region-overlays): Use remove-overlays.
11056 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
11057 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
11058 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
11059 (flyspell-debug-signal-word-checked): Use with-current-buffer.
11060 (make-flyspell-overlay): Don't locally reuse a global name.
11061 (flyspell-highlight-incorrect-region)
11062 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
11063 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
11064 (flyspell-notify-misspell): Remove unused args `start' and `end'.
11065 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
11066 Wrap calls to accept-process-output inside with-local-quit since it's
11067 often called from a post-command-hook.
11068 (flyspell-correct-word, flyspell-auto-correct-word):
11069 Use ispell-send-string.
11070 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
11071
11072 * calendar/diary-lib.el (diary-list-entries): Also hide the
11073 terminating newline.
11074
11075 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
11076
11077 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
11078 window-system, to allow fonts on tty.
11079
11080 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
11081
11082 * progmodes/gud.el (gud-speedbar-item-info): New function.
11083 (gud-install-speedbar-variables): Use it to display data type
11084 of watch expression as a tooltip in speedbar.
11085
11086 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
11087
11088 * font-core.el (global-font-lock-mode): Add :version keyword,
11089 because default was changed.
11090
11091 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
11092
11093 * startup.el (command-line): Use `custom-reevaluate-setting' for
11094 `file-name-shadow-mode'.
11095
11096 * loadup.el: Preload rfn-eshadow.
11097
11098 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
11099 Add :version keyword.
11100 (file-name-shadow-properties, file-name-shadow-tty-properties)
11101 (file-name-shadow): Add :version keyword.
11102
11103 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
11104 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
11105 in the custom-group property of the symbol frames and the fringe
11106 group got no link to its parent group frames.
11107 Doc fix.
11108
11109 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11110
11111 * progmodes/gud.el (gud-stop-subjob): New function.
11112 (gud-menu-map, gud-tool-bar-map): Use it.
11113
11114 2005-11-16 Kim F. Storm <storm@cua.dk>
11115
11116 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
11117 than kill it.
11118 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
11119 to a more useful/logical place.
11120
11121 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11122
11123 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
11124 go buttons complementary.
11125
11126 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11127
11128 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
11129 (rfn-eshadow-sifn-equal): New function.
11130 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
11131
11132 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
11133
11134 * viper-utils.el (viper-non-word-characters-reformed-vi):
11135 Quote `-' in string.
11136
11137 * viper.el (viper-emacs-state-mode-list): Ensure that
11138 rcirc-mode buffers come up in Emacs state.
11139
11140 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
11141 operation.
11142
11143 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
11144
11145 * term.el (term-termcap-format): Fix typos.
11146 (term-down): Fix the negative argument case.
11147
11148 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11149
11150 * progmodes/gdb-ui.el: Remove face-alias left over from change on
11151 2005-08-15.
11152 (gdb-ann3): New command gud-go.
11153 (menu): Accomodate gdb-mi.el.
11154 (gdb-assembler-custom): Make buffer of selected window current
11155 so that set-window-point works.
11156
11157 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
11158 buttons and include new ones.
11159
11160 2005-11-16 Kim F. Storm <storm@cua.dk>
11161
11162 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
11163 (gud-menu-map): Use it.
11164
11165 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
11166
11167 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
11168 that works correctly for Custom and that does not override a user
11169 who disables it.
11170
11171 * help-mode.el (help-make-xrefs, help-xref-on-pp)
11172 (help-xref-interned, help-follow): Make hyperlinks for variables
11173 that are unbound, but have a non-nil variable-documentation property.
11174
11175 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
11176 mode hook. (It conflicted with defcustoms for some mode hooks.)
11177 Use the `variable-documentation' property to give the mode hook a
11178 docstring and expand that docstring.
11179
11180 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
11181
11182 * savehist.el (savehist-mode): Don't bother with
11183 `custom-set-minor-mode'.
11184 (savehist-coding-system): Check XEmacs version.
11185 (history-length): Declare also at run time.
11186 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
11187 Don't set the customize state.
11188 (savehist-minibuffer-hook): Special case for when
11189 minibuffer-history-variable is equal to t.
11190
11191 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11192
11193 * files.el (write-file): Refresh VC status.
11194
11195 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
11196 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
11197 than fundamental-mode to see if the mode was set.
11198
11199 2005-11-14 Romain Francoise <romain@orebokech.com>
11200
11201 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
11202 dummy function in `eval-when-compile' to avoid compiler warning.
11203 Require `man' at compile time.
11204
11205 2005-11-14 Jay Belanger <belanger@truman.edu>
11206
11207 * calc-alg.el (calcFunc-write-out-power): Rename it to
11208 calcFunc-powerexpand.
11209 (math-write-out-power): Rename it to math-powerexpand; have it
11210 handle negative exponents.
11211 (calc-writeoutpower): Rename it to calc-powerexpand.
11212
11213 * calc-ext.el: Change calcFunc-writeoutpower and
11214 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
11215 autoloads.
11216 Add calcFunc-ldiv to autoloads.
11217
11218 * calc-arith.el (calcFunc-ldiv): New function.
11219
11220 * calc.el (calc-left-divide): New function.
11221
11222 2005-11-14 Juri Linkov <juri@jurta.org>
11223
11224 * cus-edit.el (custom-variable-prompt): Set the default value arg
11225 of completing-read.
11226
11227 * cus-dep.el (custom-make-dependencies): Reverse the list of
11228 found dependencies.
11229
11230 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
11231
11232 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
11233 Highlighting" entry, it is on by default now.
11234 (menu-bar-options-save): Do not save global-font-lock-mode.
11235
11236 2005-11-13 Richard M. Stallman <rms@gnu.org>
11237
11238 * textmodes/flyspell.el (flyspell-large-region):
11239 Call flyspell-accept-buffer-local-defs.
11240
11241 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
11242
11243 * textmodes/flyspell.el (flyspell-notify-misspell):
11244 Fix misspelling of "Misspelling".
11245 (flyspell-process-localwords): New function.
11246 (flyspell-large-region): Call flyspell-process-localwords and
11247 flyspell-delete-region-overlays.
11248 (flyspell-delete-region-overlays): New function.
11249 (flyspell-delete-all-overlays): Call that.
11250
11251 2005-11-13 Richard M. Stallman <rms@gnu.org>
11252
11253 * help.el (help-for-help-internal): Improve doc of C-h a.
11254 (describe-key): Improve prompt; doc fix.
11255
11256 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
11257
11258 * vc-svn.el (vc-svn-registered): Catch all errors.
11259
11260 * cus-dep.el (custom-make-dependencies): Typo.
11261
11262 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
11263
11264 * net/tramp-util.el (top): Fix compilation warning.
11265
11266 2005-11-13 Kim F. Storm <storm@cua.dk>
11267
11268 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
11269
11270 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
11271
11272 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
11273 (gud-speedbar-buttons): Match on "const char *" too.
11274
11275 * progmodes/gdb-ui.el (gdb-var-create-handler)
11276 (gdb-var-list-children-handler): Match on "const char *" too.
11277 (gdb-var-evaluate-expression-handler): Match on empty string.
11278 (gdb-var-update-handler): Only call
11279 gdb-var-evaluate-expression-handler when required.
11280
11281 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
11282
11283 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
11284 selected window. This still doesn't work for speedbar.
11285 (gud-speedbar-buttons): Handle string expressions properly.
11286
11287 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
11288 (gdb-var-create-handler): Handle string expressions properly.
11289 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
11290 Handle string expressions properly. Move "type" field into regexp.
11291
11292 2005-11-12 Karl Fogel <kfogel@red-bean.com>
11293
11294 * bookmark.el (bookmark-maybe-message): New function to reduce
11295 code duplication: invokes `message' iff baud-rate is high enough.
11296 (bookmark-write-file): Use above instead of an inline conditional.
11297 (bookmark-load): Same.
11298
11299 2005-11-12 Karl Fogel <kfogel@red-bean.com>
11300
11301 * bookmark.el (bookmark-write-file): Don't visit the destination
11302 file, just write the data to it using write-region. This is
11303 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
11304 change to avoid visiting the file in the first place.
11305
11306 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
11307
11308 * hi-lock.el (hi-lock-mode): Set the default value of
11309 font-lock-defaults.
11310
11311 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
11312
11313 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
11314 arg to `file-attributes'.
11315 (find-lisp-format): The UID and GID can now be strings.
11316
11317 2005-11-12 Kim F. Storm <storm@cua.dk>
11318
11319 * help.el (help-map): Bind C-h d to apropos-documentation.
11320
11321 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
11322 when point is at end-of-buffer.
11323
11324 * apropos.el (apropos-match-face): Doc fix.
11325 (apropos-sort-by-scores): Add new choice `verbose'.
11326 (apropos-documentation-sort-by-scores): New defcustom.
11327 (apropos-pattern): Now contains the pattern entered by the user.
11328 (apropos-pattern-quoted): New defvar.
11329 (apropos-regexp): New defvar, containing the regexp corresponding
11330 to apropos-pattern.
11331 (apropos-all-words-regexp): Rename from apropos-all-regexp.
11332 (apropos-read-pattern): New defun. Use it to read pattern arg in
11333 interactive calls; returns list of words for a word list, and
11334 string for a regexp.
11335 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
11336 parses a list of words or regexp as returned by apropos-read-pattern.
11337 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
11338 (apropos-score-doc): Return a very high score if the string
11339 entered by the user matches literally.
11340 (apropos-variable): Doc fix. Use apropos-read-pattern.
11341 (apropos-command): Doc fix. Use apropos-read-pattern and
11342 apropos-parse-pattern. Call apropos-print with nosubst=t.
11343 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
11344 apropos-parse-pattern.
11345 (apropos-documentation): Doc fix. Use apropos-read-pattern and
11346 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
11347 apropos-documentation-sort-by-scores. Call apropos-print with
11348 nosubst=t.
11349 (apropos-documentation-internal): Pass doc string through
11350 substitute-key-definition before adding text properties.
11351 Highlight substring matching literal user input if possible.
11352 (apropos-documentation-check-doc-file): Remove locals beg and end.
11353 Fix calculation of score (as added twice). Pass doc string through
11354 substitute-key-definition before adding text properties.
11355 (apropos-documentation-check-elc-file): Pass doc string through
11356 substitute-key-definition before adding text properties.
11357 Highlight substring matching literal user input if possible.
11358 (apropos-print): Add new arg NOSUBST; if set, command and variable
11359 doc strings have already been passed through substitute-key-definition.
11360 Add code to handle apropos-accumulator items without score element
11361 for backwards compatibility (e.g. with woman package).
11362 Only show scores if apropos-sort-by-scores is `verbose'.
11363
11364 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11365
11366 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
11367 Add jka-compr-load-suffixes to load-suffixes.
11368
11369 * jka-compr.el: Require jka-cmpr-hook.
11370 (jka-compr-info-compress-message, jka-compr-info-compress-program)
11371 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
11372 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
11373 (jka-compr-info-can-append, jka-compr-info-strip-extension)
11374 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
11375 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
11376 (jka-compr-uninstall): Remove entries from
11377 jka-compr-added-to-file-coding-system-alist after they are used.
11378 (jka-compr-error): Remove unused var `curbuf'.
11379 (jka-compr-file-local-copy): Remove unused var `notfound'.
11380
11381 2005-11-10 Romain Francoise <romain@orebokech.com>
11382
11383 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
11384
11385 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
11386
11387 * progmodes/gud.el (gud-menu-map): Move parentheses.
11388 (gdb): New command gud-pv.
11389
11390 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11391
11392 * tar-mode.el: Remove spurious or unnecessary leading stars
11393 in docstrings.
11394 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
11395 (tar-parse-octal-integer-safe): Use mapc.
11396 (tar-header-block-summarize): Remove unused var `ck'.
11397 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
11398 cleared before. Obey default-enable-multibyte-characters.
11399 Use mapconcat. Simplify setting of tar-header-offset.
11400 (tar-mode-map): Move initialization inside delcaration.
11401 (tar-flag-deleted): Use `abs'.
11402 (tar-expunge-internal): Remove unused var `line'.
11403 (tar-expunge-internal): Don't hardcode point-min==1.
11404 (tar-expunge): Widen while doing set-buffer-multibyte.
11405 (tar-rename-entry): Use file-name-coding-system.
11406 (tar-alter-one-field): Don't hardcode point-min==1.
11407 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
11408 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
11409
11410 2005-11-10 Masatake YAMATO <jet@gyve.org>
11411
11412 * add-log.el (add-log-current-defun): Handle class::method
11413 notation of c++. Fix incorrect comment.
11414
11415 2005-11-10 Alan Mackenzie <acm@muc.de>
11416
11417 * help-fns.el (describe-variable): Make C-h v work when a variable
11418 has variable documentation yet is unbound.
11419
11420 2005-11-10 Masatake YAMATO <jet@gyve.org>
11421
11422 * man.el (Man-highlight-references): Set an empty
11423 string to `Man-arguments' if it is nil.
11424 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
11425
11426 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11427
11428 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
11429 commenting conventions.
11430
11431 * cus-dep.el (custom-make-dependencies): Simplify.
11432 Better follow the commenting conventions.
11433
11434 2005-11-09 Richard M. Stallman <rms@gnu.org>
11435
11436 * apropos.el (apropos-pattern): Rename from apropos-regexp.
11437 (apropos-orig-pattern): Rename from apropos-orig-regexp.
11438 All uses changed.
11439 (apropos-rewrite-regexp): Doc fix.
11440 (apropos-variable, apropos-command, apropos, apropos-value):
11441 Change prompt; carry through the argument renaming.
11442
11443 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
11444
11445 * find-lisp.el: Require dired.
11446 (find-lisp-find-dired-internal): Do not call
11447 `abbreviate-file-name' on DIR.
11448
11449 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
11450
11451 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
11452
11453 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
11454
11455 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
11456 when using the speedbar.
11457 (gdb): New command gud-pp.
11458 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
11459
11460 2005-11-09 Juri Linkov <juri@jurta.org>
11461
11462 * replace.el (occur-excluded-properties): New defcustom.
11463 (occur-1, occur-engine, occur-accumulate-lines): Use it.
11464
11465 2005-11-08 Jay Belanger <belanger@truman.edu>
11466
11467 * calc/calc-units.el (math-convert-units): Replace any composite
11468 unit by its definition.
11469
11470 2005-11-08 Lars Hansen <larsh@soem.dk>
11471
11472 * emacs-lisp/autoload.el (update-directory-autoloads):
11473 Add obsolete function alias.
11474
11475 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
11476
11477 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
11478 comment-indent-function.
11479 (lisp-comment-indent): Replace by an alias for comment-indent-default.
11480
11481 * reveal.el (reveal-post-command): Rework the handling of
11482 reveal-open-spots, so as to be more reliable. There were several
11483 tricky corner cases where an open spot might be lost, or where
11484 a closed spot might end up on the list of open spots.
11485 Only reveal text that's ellipsised.
11486
11487 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
11488
11489 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
11490
11491 2005-11-07 John Paul Wallington <jpw@gnu.org>
11492
11493 * ibuffer.el (ibuffer): Search iconified frames too when
11494 getting Ibuffer buffer's window.
11495
11496 2005-11-06 Richard M. Stallman <rms@gnu.org>
11497
11498 * progmodes/compile.el (compilation-internal-error-properties):
11499 save-excursion around the computation of MARKER.
11500
11501 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
11502
11503 * textmodes/flyspell.el (flyspell-external-point-words):
11504 flyspell-get-word returns a list, not just a string.
11505
11506 2005-11-06 John Paul Wallington <jpw@pobox.com>
11507
11508 * ibuffer.el (ibuffer): Search all visible frames when getting
11509 Ibuffer buffer's window.
11510
11511 2005-11-07 Masatake YAMATO <jet@gyve.org>
11512
11513 * man.el (Man-reference-regexp): Accept spaces between
11514 `Man-name-regexp' and `Man-section-regexp'.
11515 (Man-apropos-regexp): New variable.
11516 (Man-abstract-xref-man-page): Use value for `Man-target-string'
11517 if available.
11518 (Man-highlight-references, Man-highlight-references0):
11519 Handle the case when `Man-arguments' includes "-k".
11520 (Man-highlight-references0): Rename the argument `TARGET-POS' to
11521 `TARGET'. `TARGET' can be a number, function or nil.
11522
11523 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
11524
11525 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
11526 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
11527 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
11528 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
11529 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
11530 (gdb-send-item): Use buffer-local-value and simplify.
11531
11532 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
11533
11534 * startup.el (command-line): Use `custom-reevaluate-setting' for
11535 `global-font-lock-mode'.
11536
11537 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
11538 by default, except in batch mode or when the -D option is given.
11539
11540 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
11541 specified keyword args on to `define-minor-mode'. Update docstring.
11542
11543 2005-11-05 Romain Francoise <romain@orebokech.com>
11544
11545 * replace.el (occur-engine): Add marker at end of line, too.
11546
11547 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11548
11549 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11550 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11551 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11552 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11553 argument to all these routines, so the passphrase can be managed
11554 externally and passed in to the system.
11555 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11556 pgg-add-passphrase-to-cache function.
11557
11558 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11559 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11560 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11561 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11562 argument to all these routines, so the passphrase can be managed
11563 externally and passed in to the system.
11564 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11565 function.
11566
11567 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
11568
11569 * font-lock.el: Don't deal with font-lock-face-attributes here,
11570 move the code ...
11571
11572 * startup.el (command-line): ... here. Use face-spec-set instead
11573 of custom-declare-face.
11574
11575 * faces.el (face-spec-set): Reset the face if spec is not nil.
11576
11577 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11578
11579 * newcomment.el (comment-region-internal): Box more tightly in the
11580 common case where there's no TAB in the boxed text.
11581
11582 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11583
11584 * info.el (info-tool-bar-map): Use images prev-node, next-node and
11585 up-node.
11586
11587 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
11588
11589 * newsticker.el: Commentary updated. Code formatting changed.
11590 (newsticker-version): Change to "1.9".
11591 (newsticker, newsticker-feed): Doc fix.
11592 (newsticker-url-list): Doc fix. Add option "Weekly".
11593 (newsticker-retrieval-interval): Add option "Weekly".
11594 (newsticker-headline-processing): Doc fix.
11595 (newsticker-auto-mark-filter): Remove.
11596 (newsticker-auto-mark-filter-list): New.
11597 (newsticker-layout, newsticker-sort-method): Doc fix.
11598 (newsticker-hide-old-items-in-newsticker-buffer)
11599 (newsticker-heading-format, newsticker-item-format)
11600 (newsticker-desc-format): Doc fix.
11601 (newsticker-show-all-rss-elements): Remove.
11602 (newsticker-show-all-news-elements): New.
11603 (newsticker-faces, newsticker-ticker): Doc fix.
11604 (remove-from-invisibility-spec): Code formatting.
11605 (newsticker--process-ids): New.
11606 (newsticker-mode): Doc fix.
11607 (newsticker-mode): Change mode-line-format.
11608 (newsticker-start): Remove debug output.
11609 (newsticker-start-ticker): Doc fix. Add autoload cookie.
11610 (newsticker-w3m-show-inline-images): Code formatting.
11611 (newsticker-next-item): Call `force-mode-line-update'.
11612 (newsticker-previous-item): Call `force-mode-line-update'.
11613 (newsticker-next-feed): Call `force-mode-line-update'.
11614 (newsticker-previous-feed): Call `force-mode-line-update'.
11615 (newsticker-mark-all-items-at-point-as-read): Code formatting.
11616 (newsticker-show-old-items): Do not show descs.
11617 (newsticker-hide-entry): Hide too much.
11618 (newsticker-hide-entry, newsticker-show-entry)
11619 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
11620 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
11621 (newsticker-toggle-auto-narrow-to-item): Code formatting.
11622 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
11623 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
11624 (newsticker-get-news): Call `force-mode-line-update'.
11625 Collect process ids.
11626 (newsticker--sentinel): Change coding system handling.
11627 Move image retrieval to new functions newsticker--get-logo-url-*.
11628 Move feed parsing to new functions newsticker--parse-*.
11629 Update list of process ids.
11630 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
11631 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
11632 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
11633 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
11634 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11635 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
11636 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
11637 (newsticker--decode-coding-string): Remove.
11638 (newsticker--decode-numeric-entities): Check input. Format code.
11639 (newsticker--remove-whitespace): Check input.
11640 (newsticker--do-forget-preformatted): Doc fix.
11641 (newsticker--decode-rfc822-date): Allow for missing time.
11642 (newsticker--update-process-ids): New.
11643 (newsticker--image-sentinel): Change comment.
11644 (newsticker--image-read): Change error message.
11645 (newsticker--imenu-goto): Doc fix. Show headline title.
11646 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
11647 (newsticker--buffer-do-insert-text): Clean whitespace in
11648 html-rendered headline title. Code formatting.
11649 Call `newsticker--buffer-print-extra-elements'.
11650 (newsticker--buffer-print-extra-element): Remove.
11651 (newsticker--buffer-print-extra-elements): New.
11652 (newsticker--buffer-do-print-extra-element): New.
11653 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
11654 large sizes.
11655 (newsticker--run-auto-mark-filter)
11656 (newsticker--do-run-auto-mark-filter):
11657 Use `newsticker-auto-mark-filter-list'.
11658
11659 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
11660
11661 * net/rcirc.el: Use split-string OMIT-NULLS argument.
11662 (rcirc-print): Force redisplay before running hooks. Do long
11663 buffer truncation after making new text read-only. Deal with nil
11664 text when decoding strings. If TARGET is nil, use either the
11665 currently selected buffer, if it is an rcirc buffer and of the
11666 same process or the process buffer.
11667 (rcirc-mode): Remove header-line. Recompute short buffer names.
11668 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
11669 (rcirc-short-buffer-name): Add variable.
11670 (rcirc-kill-buffer-hook): Recompute short buffer names.
11671 Remove nick from private channel.
11672 (rcirc-send-input): Send command text to current-buffer.
11673 Don't clear overlay arrow here.
11674 (rcirc-short-buffer-name): Return a short buffer name.
11675 (rcirc-update-short-buffer-names, rcirc-abbreviate)
11676 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
11677 buffer-name abbreviations.
11678 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
11679 Do not touch nick-table when killing a parted channel.
11680 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
11681 Clear arrow from current buffer if it is now hidden.
11682 (rcirc-current-buffer): Add variable.
11683 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11684 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
11685 Remove -face from names.
11686 (rcirc-update-activity-string): Print "DND" when globally ignoring
11687 activity.
11688 (rcirc-ignore-buffer-activity-flag): Rename from
11689 rcirc-ignore-channel-activity.
11690 (rcirc-ignore-all-activity-flag): Doc fix.
11691 (rcirc-channels): Remove variable.
11692 (rcirc-kill-buffer-hook):
11693 (rcirc-get-buffer-create): Add nick to private channel.
11694 (rcirc-multiline-edit-submit): Remove tabs.
11695 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
11696 folded.
11697 (rcirc-remove-nick-channel): Bug fix.
11698 (rcirc-toggle-ignore-buffer-activity): Rename from
11699 rcirc-toggle-ignore-channel-activity.
11700 (rcirc-record-activity): Add buffers to the front of the list.
11701 (rcirc-update-activity): Remove killed buffers from list.
11702 (rcirc-process-server-response-1): Remove last argument if it is
11703 null before calling handler.
11704 (rcirc): Add "rcirc" defcustom prefix.
11705 (rcirc-prompt): Simplify default prompt.
11706 Use custom-initialize-default.
11707 (rcirc-private-chats): Remove variable.
11708 (rcirc-prompt): Change initialization.
11709 (rcirc-version): Remove function.
11710 (rcirc-id-string): Add constant.
11711 (rcirc-last-buffer): Remove variable.
11712 (rcirc-buffer-alist): Add variable.
11713 (rcirc-connect): Update variable setup.
11714 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
11715 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
11716 default.
11717 (rcirc-handler-generic): Trigger activity.
11718 (rcirc-send-message): Create the buffor of the target.
11719 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
11720 (rcirc-get-buffer): Just return nil if there is no matching buffer.
11721 (rcirc-multiline-edit-cancel): Remove function.
11722 (rcirc-set-last-buffer): Remove function.
11723 (rcirc-get-any-buffer): Add function.
11724 (rcirc-join-channels): Don't print /join text.
11725 (rcirc-toggle-ignore-channel-activity): Add and update echo area
11726 messages.
11727 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
11728 (rcirc-handler-NOTICE): Recognize CTCP responses.
11729 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
11730 constructing TOPIC string for buffers we are not JOINed.
11731 (rcirc-handler-CTCP-response): Add handler.
11732 (rcirc-multiline-edit-submit): Restore the window-configuration
11733 before adjusting point.
11734 (rcirc): Add customization group.
11735 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
11736 (rcirc-user-full-name, rcirc-startup-channels-alist)
11737 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
11738 (rcirc-ignore-all-activity-flag, rcirc-time-format)
11739 (rcirc-input-ring-size, rcirc-read-only-flag)
11740 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
11741 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
11742 Change defvar to defcustom.
11743 (rcirc-update-prompt): Add optional ALL arg, which will update
11744 prompts in all rcirc buffers. Regexp quote replacement text.
11745 (rcirc-fill-column): Accept frame-width as a value.
11746 (rcirc-set-changed): Add function.
11747 (rcirc-next-active-buffer): Write more meaningful messages.
11748 (rcirc-faces): Add customization group.
11749 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
11750 (rcirc-nick-in-message-face, rcirc-prompt-face)
11751 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
11752 (with-rcirc-process-buffer): Move before first usage.
11753 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
11754 (rcirc-debug-flag): Rename from `rcirc-log-p'.
11755 (rcirc-debug): Rename from `rcirc-log'.
11756 (rcirc-format-response-string): Do not print `-' chars for a
11757 NOTICE with no sender. Simplify output of server responses.
11758
11759 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11760
11761 (rcirc-browse-url-map, rcirc-browse-url-at-point)
11762 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
11763 Make urls mouse and RET clickable.
11764
11765 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11766
11767 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
11768
11769 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11770
11771 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11772 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11773 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11774 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11775 argument to all these routines, so the passphrase can be managed
11776 externally and passed in to the system.
11777 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11778 pgg-add-passphrase-to-cache function.
11779
11780 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11781 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11782 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11783 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11784 argument to all these routines, so the passphrase can be managed
11785 externally and passed in to the system.
11786 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11787 function.
11788
11789 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
11790
11791 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
11792 from goto-address-url-regexp.
11793
11794 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
11795
11796 * textmodes/org.el (org-read-date, org-goto-calendar)
11797 (org-recenter-calendar, org-agenda-goto-calendar):
11798 Temporarily clear `calendar-move-hook'.
11799
11800 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
11801
11802 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
11803 merging.
11804
11805 * ediff-util.el (ediff-previous-difference): Don't skip regions that
11806 have merge clashes.
11807
11808 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11809
11810 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11811 Undo previous change.
11812
11813 * startup.el (command-line): Use `custom-reevaluate-setting' for
11814 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
11815 tty-register-default-colors on Mac.
11816
11817 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11818
11819 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
11820 (gdb-buffer-type): Make it automatically buffer local...
11821 (gdb-get-create-buffer): ...and set it accordingly.
11822 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
11823 actually work.
11824
11825 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
11826
11827 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
11828 not red.
11829
11830 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11831
11832 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
11833 case GUD buffer is not visible.
11834 (gdb-goto-breakpoint): Try to force display in source buffer.
11835 (gdb-frame-gdb-buffer): Copy other similar functions.
11836 (gdb-restore-windows): Don't display source if not asked for.
11837 (gdb-assembler-buffer-name): Don't capitalise.
11838
11839 2005-11-03 Richard M. Stallman <rms@gnu.org>
11840
11841 * wid-edit.el (key-sequence): New widget type.
11842
11843 * simple.el (set-mark-command-repeat-pop): New variable.
11844 (set-mark-command): Only interpret plan C-@ after a pop as a pop
11845 if set-mark-command-repeat-pop is true.
11846
11847 * info.el (Info-fontify-node): Don't display extra "see" if there
11848 already is one here.
11849
11850 * mouse.el: Fix special handling of DEL after dragging a region:
11851 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
11852 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
11853
11854 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
11855
11856 * textmodes/ispell.el (ispell-command-loop): Change `i' description
11857 not to assume it pertains to an affix.
11858
11859 * textmodes/flyspell.el (flyspell-post-command-hook):
11860 Bind deactivate-mark to prevent deactivation.
11861
11862 2005-11-03 Lars Hansen <larsh@soem.dk>
11863
11864 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
11865 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
11866 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
11867
11868 2005-11-03 Romain Francoise <romain@orebokech.com>
11869
11870 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
11871 Update copyright years.
11872
11873 2005-11-03 Sam Steingold <sds@gnu.org>
11874
11875 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11876 Use system-type instead of window-system because window-system is not
11877 correctly defined during loadup.
11878
11879 2005-11-02 Mark A. Hershberger <mah@everybody.org>
11880
11881 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
11882 (xml-parse-tag): Join strings separated by a comment properly.
11883
11884 2005-11-02 Andreas Schwab <schwab@suse.de>
11885
11886 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
11887
11888 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
11889
11890 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
11891 (byte-optimize-pure-func): Quote the eval'd value.
11892
11893 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
11894 Rename from perl-font-lock-syntactic-face-function.
11895 Change the calling convention so it can be used as a font-lock MATCHER.
11896 Do the parse-partial-sexp loop outselves.
11897 (perl-font-lock-syntactic-keywords): Use it.
11898 (perl-mode): Don't set font-lock-syntactic-face-function any more.
11899
11900 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
11901
11902 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
11903 disassembly buffer too.
11904 (gdb-exited): Remove overlay arrows when execution has finished.
11905 (gdb-info-frames-custom, gdb-info-threads-custom)
11906 (gdb-info-registers-custom): Don't add inappropriate text
11907 properties if inferior is not active.
11908
11909 2005-11-02 Glenn Morris <rgm@gnu.org>
11910
11911 * progmodes/fortran.el (fortran-blink-match):
11912 Use `blink-matching-delay'.
11913
11914 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
11915
11916 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
11917
11918 2005-11-02 Lars Hansen <larsh@soem.dk>
11919
11920 * net/tramp.el (tramp-action-out-of-band): Handle scp message
11921 "Permission denied".
11922
11923 2005-11-01 Richard M. Stallman <rms@gnu.org>
11924
11925 * textmodes/flyspell.el (flyspell-external-point-words):
11926 Pass nil to flyspell-get-word.
11927
11928 2005-11-02 Kim F. Storm <storm@cua.dk>
11929
11930 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
11931 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
11932
11933 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11934
11935 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
11936 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
11937 (calendar-mouse-print-dates): Add optional `event' argument.
11938 Update interactive-spec.
11939 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
11940 Use `calendar-event-to-date' instead of `event'.
11941
11942 2005-11-02 Masatake YAMATO <jet@gyve.org>
11943
11944 * progmodes/ld-script.el (ld-script-builtins):
11945 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
11946 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
11947 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
11948
11949 2005-11-01 Romain Francoise <romain@orebokech.com>
11950
11951 * vc-sccs.el: Update copyright year.
11952 * ezimage.el: Likewise.
11953
11954 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
11955
11956 * info.el (Info-fontify-node): Use `string-width' for fontifying
11957 underlined titles.
11958
11959 2005-11-01 Juri Linkov <juri@jurta.org>
11960
11961 * info.el (Info-fontify-node): Downcase node header keywords Node,
11962 Prev, Next, Up before comparison.
11963 (Info-history): Insert absolute directory name, and put invisible
11964 property on it.
11965
11966 2005-11-01 Juri Linkov <juri@jurta.org>
11967
11968 * info.el (Info-file-supports-index-cookies): New variable.
11969 (Info-find-node-2): Check makeinfo version for index cookie support.
11970 (Info-index-nodes): Search for nodes with index cookies only when
11971 Info-file-supports-index-cookies is t. Otherwise, search nodes
11972 with "Index" in the node name.
11973 (Info-index-node): Search index cookie in the current node only when
11974 Info-file-supports-index-cookies is t. Otherwise, check the word
11975 "Index" in the node name.
11976 (Info-find-emacs-command-nodes): Remove code that searches nodes
11977 with "Index" node name in the top menu.
11978
11979 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11980
11981 * progmodes/scheme.el (scheme-mode-variables): Use the default
11982 comment-indent-function.
11983
11984 * faces.el (face-attribute): Handle the case where a face inherits from
11985 a non-existent face.
11986
11987 * simple.el (eval-expression-print-format): Use lisp-readable syntax
11988 for octal and hexa output, and merge the char into the paren.
11989 (kill-new): Use push.
11990 (copy-to-buffer): Use with-current-buffer.
11991 (completion-setup-function): Move code in loop to remove redundancy.
11992 (minibuffer-local-must-match-map): Don't add bindings that duplicate
11993 those inherited from minibuffer-local-completion-map.
11994
11995 * savehist.el (savehist-mode) <defcustom>:
11996 Use custom-set-minor-mode if available.
11997 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
11998 and emit a message if applicable.
11999
12000 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
12001
12002 * savehist.el: Sync up to version 19.
12003 (savehist-mode): New minor mode.
12004 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
12005 (savehist-length): Remove (use history-length instead).
12006 (savehist-file-modes): Rename from savehist-modes.
12007 (savehist-save-hook, savehist-loaded): New vars.
12008 (savehist-load): Use savehist-mode. Try to smooth up transition from
12009 old format to new format.
12010 (savehist-install): Allow savehist-autosave-interval to be nil.
12011 (savehist-save): Run the new hook. Be more careful to only trim the
12012 history variables.
12013 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
12014 (savehist-printable): Print into a buffer rather than char-by-char.
12015
12016 2005-11-01 John Wiegley <johnw@newartisans.com>
12017
12018 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
12019 toggle-ignore keybinding (C-a). The author said it had been
12020 disabled much earlier due to a possible incompatibility, but after
12021 many months of usage I have encountered no problems (and it is a
12022 rather useful option, especially for switching to " *temp*").
12023
12024 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
12025 support for OS/X's AddressBook, by calling out to the open source
12026 program "contacts" (installable through Fink).
12027
12028 * net/eudc.el (eudc-expand-inline): If the
12029 `eudc-multiple-match-handling-method' is set to `all', delete the
12030 query string before inserting the query result.
12031
12032 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
12033 flag, to prevent Eshell from using the system ls when
12034 `eshell-ls-insert-directory' is in used.
12035 (eshell-ls-insert-directory): Disable font-lock in directory
12036 buffer so that Eshell's own fontification is seen. This broke
12037 recently due to changes in font-lock, so this goes back to version
12038 21 behavior.
12039
12040 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
12041
12042 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
12043 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
12044 (gdb-many-windows): Doc fix.
12045
12046 2005-10-31 Romain Francoise <romain@orebokech.com>
12047
12048 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
12049
12050 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
12051
12052 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
12053 that global-font-lock-mode can be enabled by default.
12054
12055 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
12056 (font-lock-add-keywords, font-lock-remove-keywords)
12057 (font-lock-fontify-buffer): Remove autoload cookies.
12058
12059 * jit-lock.el (jit-lock-register): Likewise.
12060
12061 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
12062
12063 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
12064
12065 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
12066 intact if there is no gud-comint-buffer.
12067
12068 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
12069
12070 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
12071 old prompt comint-prompt-read-only is t and GDB commands are
12072 issued from tool bar etc.
12073
12074 2005-10-31 Masatake YAMATO <jet@gyve.org>
12075
12076 * vc.el (vc-directory-exclusion-list): Add "{arch}".
12077
12078 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
12079
12080 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
12081 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
12082
12083 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
12084
12085 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
12086 starting at beginning of line. Fontification is messed up when
12087 `open-paren-in-column-0-is-defun-start' set to t.
12088 Reported by John Paul Wallington <jpw@pobox.com>.
12089
12090 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
12091
12092 * comint.el (comint-send-input): Call `comint-update-fence' when
12093 `comint-process-echoes' and `comint-prompt-read-only' are both
12094 non-nil, to avoid leftover read-only newline.
12095
12096 2005-10-30 Richard M. Stallman <rms@gnu.org>
12097
12098 * textmodes/flyspell.el (flyspell-external-point-words):
12099 Detect when WORD can't be checked properly because
12100 flyspell-get-word finds just part of it, and move on.
12101
12102 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
12103 boundarychar for Polish.
12104 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
12105 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
12106
12107 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
12108
12109 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
12110 (gdb-registers-font-lock-keywords): Delete.
12111 (gdb-registers-mode): Don't fontify.
12112 (gdb-info-registers-custom): Use text properties instead as, in
12113 future, changed register values will use font-lock-warning-face.
12114 (gdb-local-font-lock-keywords): Rename to...
12115 (gdb-locals-font-lock-keywords): ...for consistency.
12116
12117 2005-10-30 Andre Spiegel <spiegel@gnu.org>
12118
12119 * vc.el (vc-switch-backend): Better error message if the buffer is
12120 not visiting a file under version control.
12121
12122 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
12123
12124 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
12125
12126 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
12127 ~/.emacs.d/.emacs.
12128
12129 2005-10-29 Richard M. Stallman <rms@gnu.org>
12130
12131 * replace.el (occur-mode-mouse-goto): Always go to other window.
12132 (occur-mode-goto-occurrence): Always switch in same window.
12133
12134 * simple.el (undo): Display message at end, not at start.
12135
12136 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
12137 New arg REUSE-CELL.
12138 (cancel-timer-internal): New function.
12139 (timer-event-handler): Use cancel-timer-internal,
12140 and pass the cell it returns to timer-activate...
12141
12142 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
12143 (jit-lock-deferred-fontify, jit-lock-context-fontify)
12144 (jit-lock-after-change): Test memory-full.
12145
12146 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
12147
12148 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12149 part of the decoded armor to find the key-identifier.
12150 (pgg-gpg-lookup-key-owner): New function to return the
12151 human-readable identifier of a key owner.
12152 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12153 key itself.
12154 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12155 the key value) if we have a key and can match it against a secret
12156 key. Also, added a note pointing out fact that the prompt only
12157 indicates the first matching key.
12158
12159 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12160 pgg-decrypt-region.
12161 (pgg-pending-timers): A new hash for tracking the passphrase cache
12162 timers, so that new ones supercede old ones.
12163 (pgg-add-passphrase-to-cache): Rename from
12164 `pgg-add-passphrase-cache' to reduce confusion (all callers
12165 changed). Modified to cancel old timers when new ones are added.
12166 (pgg-remove-passphrase-from-cache): Rename from
12167 `pgg-remove-passphrase-cache' to reduce confusion (all callers
12168 changed). Modified to cancel old timers when their keys are
12169 removed from the cache.
12170 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12171 XEmacs, an indirection to delete-itimer.
12172 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12173 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12174 users can only check cache without risk of prompting. Correct bug in
12175 notruncate behavior.
12176 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12177 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12178 Add informative docstrings.
12179 (pgg-decrypt): Convey provided passphrase in subordinate call to
12180 pgg-decrypt-region.
12181
12182 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12183 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12184 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12185 `passphrase' argument, so the passphrase can be managed externally
12186 and then passed in to the system.
12187
12188 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12189 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12190 so the passphrase cache can be used reliably with identifiers
12191 besides a pgp packet's key id.
12192
12193 * pgg-gpg.el (pgg-pgp-encrypt-region)
12194 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12195 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12196 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12197 argument to all these routines, so the passphrase can be managed
12198 externally and passed in to the system.
12199
12200 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12201 `notruncate' argument, so the passphrase cache can be used
12202 reliably with identifiers besides a pgp packet's key id.
12203
12204 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
12205
12206 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12207 symmetric encryption.
12208 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12209 encrypted session key.
12210 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12211 message ask for the passphrase in a proper way.
12212
12213 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12214 New user commands for symmetric encryption.
12215
12216 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
12217
12218 * textmodes/conf-mode.el (conf-assignment-sign)
12219 (conf-assignment-regexp): Fix docstrings.
12220 (conf-mode-initialize): New function.
12221 (conf-mode): Remove optional args. Use delay-mode-hooks to
12222 recognize recursive calls.
12223 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
12224 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
12225 (conf-xdefaults-mode): Use define-derived-mode and
12226 conf-mode-initialize.
12227
12228 2005-10-29 Romain Francoise <romain@orebokech.com>
12229
12230 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
12231
12232 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
12233
12234 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12235 part of the decoded armor to find the key-identifier.
12236 (pgg-gpg-lookup-key-owner): New function to return the
12237 human-readable identifier of a key owner.
12238 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12239 key itself.
12240 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12241 the key value) if we have a key and can match it against a secret
12242 key. Also, added a note pointing out fact that the prompt only
12243 indicates the first matching key.
12244
12245 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12246 pgg-decrypt-region.
12247 (pgg-pending-timers): A new hash for tracking the passphrase cache
12248 timers, so that new ones supercede old ones.
12249 (pgg-add-passphrase-to-cache): Rename from
12250 `pgg-add-passphrase-cache' to reduce confusion (all callers
12251 changed). Modified to cancel old timers when new ones are added.
12252 (pgg-remove-passphrase-from-cache): Rename from
12253 `pgg-remove-passphrase-cache' to reduce confusion (all callers
12254 changed). Modified to cancel old timers when their keys are
12255 removed from the cache.
12256 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12257 XEmacs, an indirection to delete-itimer.
12258 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12259 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12260 users can only check cache without risk of prompting. Correct bug in
12261 notruncate behavior.
12262 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12263 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12264 Add informative docstrings.
12265 (pgg-decrypt): Convey provided passphrase in subordinate call to
12266 pgg-decrypt-region.
12267
12268 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
12269
12270 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12271 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12272 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12273 `passphrase' argument, so the passphrase can be managed externally
12274 and then passed in to the system.
12275
12276 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12277 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12278 so the passphrase cache can be used reliably with identifiers
12279 besides a pgp packet's key id.
12280
12281 * pgg-gpg.el (pgg-pgp-encrypt-region)
12282 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12283 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12284 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12285 argument to all these routines, so the passphrase can be managed
12286 externally and passed in to the system.
12287
12288 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12289 `notruncate' argument, so the passphrase cache can be used
12290 reliably with identifiers besides a pgp packet's key id.
12291
12292 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
12293
12294 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12295 symmetric encryption.
12296 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12297 encrypted session key.
12298 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12299 message ask for the passphrase in a proper way.
12300
12301 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12302 New user commands for symmetric encryption.
12303
12304 2005-10-28 Bill Wohler <wohler@newt.com>
12305
12306 * help-mode.el (help-url): New button type. Calls browse-url.
12307 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
12308 Similar to Info nodes: URL `url'.
12309 (help-make-xrefs): Create help-url buttons for
12310 help-xref-url-regexp matches.
12311
12312 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
12313
12314 * tool-bar.el (tool-bar-add-item-from-menu)
12315 (tool-bar-local-item-from-menu): Fix doc strings.
12316
12317 2005-10-28 Romain Francoise <romain@orebokech.com>
12318
12319 * ldefs-boot.el: Update.
12320
12321 * subr.el (locate-library): Move from help-fns.el.
12322 * help-fns.el (locate-library): Move to subr.el.
12323
12324 2005-10-28 Richard M. Stallman <rms@gnu.org>
12325
12326 * net/tramp.el (tramp-completion-mode): defvar moved up.
12327
12328 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
12329
12330 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
12331
12332 * files.el (find-file-noselect): Use %d to format large file size.
12333
12334 * bindings.el (mode-line-format): Add %e.
12335
12336 * loadup.el ("facemenu"): Load unconditionally.
12337 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
12338 ("x-dnd"): Load, when appropriate.
12339
12340 * startup.el (command-line): Call before-init-hook earlier.
12341 Warn about some bad characters in -u user name.
12342
12343 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
12344 (flyspell-external-point-words): Error if misspelled word is not found.
12345 Set flyspell-large-region-beg at end of word.
12346
12347 2005-10-28 Andreas Schwab <schwab@suse.de>
12348
12349 * view.el (View-revert-buffer-scroll-page-forward):
12350 Use view-page-size-default.
12351
12352 2005-10-28 Juri Linkov <juri@jurta.org>
12353
12354 * international/quail.el (quail-get-current-str): Translate last
12355 raw character for deterministic input methods.
12356
12357 2005-10-27 Jay Belanger <belanger@truman.edu>
12358
12359 * calc/calc-ext.el: Add functions to autoloads.
12360 (math-identity-matrix-p, math-ident-row-p): New functions.
12361
12362 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
12363 multiplication by an identity matrix; don't turn multiplication by
12364 an inverse matrix into division.
12365 (math-div-symbol-fancy): Replace division by matrices with
12366 multiplication by inverse.
12367
12368 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
12369
12370 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
12371 (calc-writeoutpower): New functions.
12372
12373 2005-10-27 Romain Francoise <romain@orebokech.com>
12374
12375 * replace.el (occur-engine): Include colon in mouse-face highlight.
12376
12377 * dired-x.el: Change Maintainer field.
12378
12379 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
12380
12381 * longlines.el (longlines-mode): Bind after-change-functions to
12382 nil during initial decoding and final encoding.
12383
12384 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
12385
12386 * term.el (term-emulate-terminal, term-handle-colors-array)
12387 (term-handle-ansi-escape): Specify the terminfo capabilities
12388 implemented.
12389
12390 2005-10-26 Richard M. Stallman <rms@gnu.org>
12391
12392 * info.el (Info-fontify-node): Fix detection of sentence-break
12393 before *Note.
12394
12395 2005-10-26 Romain Francoise <romain@orebokech.com>
12396
12397 * smerge-mode.el: Add `tools' to file keywords.
12398
12399 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
12400
12401 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
12402 when the fringe is not available.
12403
12404 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
12405 (def-gdb-auto-update-trigger): Simplify construction.
12406 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
12407 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
12408 defined explicitly.
12409 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
12410 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
12411 defined explicitly.
12412 (gdb-info-locals-custom): Remove as it's a no-op.
12413
12414 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
12415
12416 * longlines.el (longlines-mode): Remove narrowing before
12417 performing the initial decoding or final encoding.
12418
12419 2005-10-25 Romain Francoise <romain@orebokech.com>
12420
12421 * emacs-lisp/find-func.el (find-library-name): Also strip
12422 extension if library name ends in .el, to take advantage of
12423 `find-library-suffixes'.
12424
12425 2005-10-25 Richard M. Stallman <rms@gnu.org>
12426
12427 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
12428
12429 2005-10-25 Juri Linkov <juri@jurta.org>
12430
12431 * textmodes/texinfo.el (texinfo-mode): Change charset of one
12432 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
12433
12434 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12435
12436 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
12437 (blackbox-redefine-key): Add argument `map'.
12438
12439 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
12440 regions when moving the jit-lock-context-unfontify-pos boundary.
12441
12442 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
12443
12444 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
12445
12446 2005-10-25 Masatake YAMATO <jet@gyve.org>
12447
12448 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
12449
12450 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
12451
12452 * play/blackbox.el (blackbox-redefine-key): New function.
12453 (blackbox-mode-map): Use it to remap existing bindings for cursor
12454 motion instead of binding literal keys.
12455
12456 2005-10-25 Glenn Morris <rgm@gnu.org>
12457
12458 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
12459 diary does not end in a newline. Do not assume a blank line at
12460 the start of the diary file.
12461
12462 2005-10-25 Kenichi Handa <handa@m17n.org>
12463
12464 * international/quail.el (quail-translate-key): If the input
12465 method is deterministic and failed to handle the last key, restart
12466 the key handling loop from an appropriate key.
12467
12468 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
12469
12470 * vc.el (vc-dired-mode): Extend comment for binding of
12471 `directory-listing-before-filename-regexp'.
12472
12473 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12474
12475 * textmodes/texinfo.el (texinfo-mode):
12476 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
12477 not to unnecessarily expose emacs-mule's internal char codes.
12478
12479 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
12480
12481 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
12482 Display hand pointer and help-echo on disabled icon too.
12483 (gdb-mouse-until): New function.
12484 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
12485
12486 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
12487
12488 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
12489 with 2005-10-23 change to doctor.el.
12490
12491 * finder.el (finder-mode-map): Add follow-link binding.
12492
12493 2005-10-25 Kim F. Storm <storm@cua.dk>
12494
12495 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
12496 to gdb-mouse-toggle-breakpoint-fringe.
12497 (gdb-mouse-toggle-breakpoint-margin): Rename from
12498 gdb-mouse-toggle-breakpoint. Fix doc.
12499 (gdb-mouse-toggle-breakpoint-fringe): New defun.
12500 (gdb-put-string): Add optional SPROPS arg. Add props to string.
12501 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
12502 string properties also for fringe breakpoint bitmaps.
12503
12504 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
12505
12506 * textmodes/org.el (org-start-icalendar-file): Fix format form.
12507
12508 2005-10-25 Masatake YAMATO <jet@gyve.org>
12509
12510 * simple.el (completion-common-substring):
12511 Use `completion-common-substring' prior to `completion-base-size'.
12512
12513 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
12514
12515 * savehist.el: Require CL while compiling.
12516 (savehist-history-variables): Remove.
12517 (savehist-save-minibuffer-history, savehist-additional-variables)
12518 (savehist-minibuffer-history-variables): New vars.
12519 (savehist-save): Use them.
12520 (savehist-uninstall, savehist-minibuffer-hook): New funs.
12521 (savehist-install): New fun, extracted from savehist-load.
12522 (savehist-load): Use them.
12523
12524 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12525
12526 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
12527 a dummy doc-string-elt property.
12528 (defalias, defvaralias, define-category): Add a docstring property.
12529
12530 * image.el (defimage):
12531 * widget.el (define-widget):
12532 * custom.el (defface, defcustom): Add `doc-string' declaration.
12533
12534 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
12535 (defadvice): Add `doc-string' declaration.
12536
12537 * emacs-lisp/byte-run.el (macro-declaration-function):
12538 Handle `doc-string' declarations.
12539 (define-obsolete-function-alias, define-obsolete-variable-alias):
12540 Add `doc-string' declaration.
12541
12542 2005-10-24 Kenichi Handa <handa@m17n.org>
12543
12544 * international/utf-7.el (utf-7): Add autoload cookie.
12545
12546 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
12547
12548 2005-10-24 Eli Zaretskii <eliz@gnu.org>
12549
12550 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
12551 list of directories passed to batch-update-autoloads. Add "." to
12552 the list of the echoed directories.
12553
12554 * pgg-def.el:
12555 * pgg-gpg.el:
12556 * pgg-parse.el:
12557 * pgg-pgp.el:
12558 * pgg-pgp5.el:
12559 * pgg.el: Moved here from the gnus subdirectory.
12560
12561 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
12562
12563 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
12564 in case comint-prompt-read-only is set to t.
12565
12566 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
12567 in case comint-prompt-read-only is set to t.
12568
12569 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
12570
12571 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
12572 Now a string.
12573 (icalendar-import-format): Handle CLASS, STATUS, URL.
12574 Rename `subject' to `summary'.
12575 (icalendar-import-format-summary): Rename from
12576 `icalendar-import-format-subject'.
12577 (icalendar-import-format-url, icalendar-import-format-status)
12578 (icalendar-import-format-class): New variables.
12579 (icalendar--rris): Take variable argument list.
12580 (icalendar--datestring-to-isodate): Remove unnecessary
12581 calendar-style check when converting dates with explicit month names.
12582 (icalendar-export-region): Change return type of conversion
12583 subroutines. Bury current buffer unless error occurred.
12584 (icalendar--convert-to-ical)
12585 (icalendar--parse-summary-and-rest): New functions.
12586 (icalendar--convert-ordinary-to-ical)
12587 (icalendar--convert-weekly-to-ical)
12588 (icalendar--convert-yearly-to-ical)
12589 (icalendar--convert-block-to-ical)
12590 (icalendar--convert-cyclic-to-ical)
12591 (icalendar--convert-anniversary-to-ical): Change return type.
12592 Strip trailing blanks from subject.
12593 (icalendar--convert-sexp-to-ical): Change return type.
12594 Strip trailing blanks from subject. Handle simple sexp
12595 entries as generated by icalendar.el.
12596 (icalendar--convert-float-to-ical)
12597 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
12598 (icalendar-import-file): Doc fix.
12599 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
12600 Correct call to icalendar--rris.
12601 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
12602 `summary'.
12603 (icalendar--add-diary-entry): Rename `subject' to `summary'.
12604
12605 2005-10-24 Romain Francoise <romain@orebokech.com>
12606
12607 * server.el (server-sentinel): Set query-on-exit flag to nil on
12608 new client processes (it isn't inherited from the server process).
12609
12610 * replace.el (occur-engine): Rearrange text properties.
12611
12612 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12613
12614 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
12615 case-fold-search is nil.
12616 (debug-help-follow): Use help-xref-interned directly.
12617
12618 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12619
12620 * thumbs.el (thumbs-image-type): Add .pbm.
12621
12622 2005-10-23 Richard M. Stallman <rms@gnu.org>
12623
12624 * faces.el (inhibit-face-set-after-frame-default): New variable.
12625 (set-face-attribute): Bind it.
12626 (face-set-after-frame-default): Test it.
12627
12628 * help-fns.el (describe-simplify-lib-file-name): New function.
12629 (describe-function-1, describe-variable): Use it.
12630
12631 * faces.el (describe-face): Use describe-simplify-lib-file-name.
12632
12633 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
12634 Eliminate nil as possible value.
12635 (tooltip-hide-delay): Reduce internal-border-width.
12636
12637 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
12638 (menu-bar-file-menu) <new-file>: Likewise.
12639
12640 * simple.el (line-move-finish): Ignore fields computing LINE-END.
12641
12642 * international/mule.el (load-with-code-conversion):
12643 Pass full file name to `eval-buffer' unless preloading.
12644
12645 * textmodes/flyspell.el (flyspell-large-region):
12646 Call ispell-check-version.
12647
12648 * textmodes/ispell.el (ispell-local-dictionary-overridden):
12649 Fix the make-variable-buffer-local call that was supposed
12650 to be for this variable.
12651 (ispell-aspell-supports-utf8): Doc fix.
12652 (ispell-find-aspell-dictionaries): Preserve elements of
12653 ispell-dictionary-alist for dictionaries that aspell doesn't report.
12654 (ispell-aspell-find-dictionary): Return nil on error.
12655
12656 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
12657 (doctor-symptoms): Likewise.
12658
12659 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
12660
12661 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12662
12663 * cus-edit.el (custom-button, custom-button-pressed): New vars.
12664 (custom-raised-buttons): Add :set spec.
12665 (custom-button-unraised, custom-button-pressed-unraised):
12666 New faces, so that custom-raised-buttons actually does something.
12667 (custom-mode): Use custom-button and custom-button-pressed.
12668
12669 * wid-edit.el (widget-specify-button): Don't ignore
12670 widget-mouse-face on graphic terminals.
12671 (widget-move-and-invoke): Cleanup.
12672
12673 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
12674
12675 * whitespace.el (whitespace-cleanup): Doc fix.
12676
12677 2005-10-23 Romain Francoise <romain@orebokech.com>
12678
12679 * emulation/viper.el (viper-set-hooks): Quote forms passed to
12680 `eval-after-load' to avoid evaluating their result.
12681
12682 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
12683
12684 * files.el (directory-listing-before-filename-regexp):
12685 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
12686
12687 * dired.el (dired-move-to-filename-regexp): Remove.
12688 All occurences replaced by `directory-listing-before-filename-regexp'.
12689
12690 * dired-x.el, locate.el, vc.el:
12691 Replace `dired-move-to-filename-regexp' by
12692 `directory-listing-before-filename-regexp'. In vc.el it is
12693 overwritten locally; maybe this can be handled in files.el too.
12694
12695 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
12696 replaced by `directory-listing-before-filename-regexp'.
12697
12698 2005-10-23 Andreas Schwab <schwab@suse.de>
12699
12700 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
12701 and eval-next-after-load.
12702
12703 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
12704
12705 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
12706 exist, create it.
12707
12708 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
12709
12710 * allout.el: Remove autoloads for mailcrypt and crypt++.
12711 Require pgg, pgg-gpg during compilation.
12712 (allout-version): Increment version number to 2.1, and use a literal
12713 rather than RCS Id.
12714 (allout-default-encryption-scheme): Remove.
12715 (allout-passphrase-verifier-handling)
12716 (allout-passphrase-verifier-string)
12717 (allout-file-passphrase-verifier-string)
12718 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
12719 (allout-passphrase-hint-handling): Rename and simplify.
12720 (allout-init): Use `find-file-hook' if available, otherwise
12721 `find-file-hooks'.
12722 (allout-mode): Use `write-file-functions' if available, otherwise
12723 `local-write-file-hooks' and, instead of making auto-save-hook
12724 buffer local, make the write-file-hook activity contingent to
12725 allout-mode.
12726 (allout-mode): Use key-binding substitution in the docstring.
12727 (allout-kill-line): Spell-out kill ring data structure mutation
12728 instead of using byte-compiler-complaint-provoking `pop'.
12729 (allout-insert-listified): Use `insert' rather than `insert-string'
12730 (allout-toggle-current-subtree-encryption): Update docstring, adjust
12731 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
12732 (allout-encrypt-string): Totally revamped vis new underlying
12733 encryption facilities.
12734 (allout-mc-activate-passwd): Remove.
12735 (allout-obtain-passphrase): New, more or less replaces
12736 allout-mc-activate-passwd.
12737 (allout-encrypted-key-info): More or less replaces
12738 allout-encrypted-text-type.
12739 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
12740 (my-mark-marker): Use `(featurep 'xemacs)'.
12741
12742 2005-10-23 Lars Hansen <larsh@soem.dk>
12743
12744 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
12745 (byte-compile-file-form-defmumble, byte-compile-defun)
12746 (byte-compile-defmacro): Use it.
12747 (byte-compile-form): Don't call byte-compile-set-symbol-position
12748 when a byte-compile handler is called.
12749
12750 2005-10-22 Romain Francoise <romain@orebokech.com>
12751
12752 * savehist.el (savehist-history-variables): Add `grep-find-history'.
12753
12754 * subr.el (eval-after-load): Convert library name to an absolute
12755 file name using locate-library, since load-history no longer has
12756 library names in it.
12757
12758 2005-10-22 Richard M. Stallman <rms@gnu.org>
12759
12760 * files.el (make-temp-file): Move from subr.el.
12761 * subr.el (make-temp-file): Move to files.el.
12762
12763 * window.el (get-buffer-window-list): Move from subr.el.
12764 * subr.el (get-buffer-window-list): Move to window.el.
12765
12766 * image.el (image-load-path): Use eval-at-startup to initialize.
12767
12768 * subr.el (eval-at-startup): New macro.
12769
12770 * subr.el: Much rearrangement of functions and division
12771 into pages. No code changes.
12772
12773 2005-10-22 Kenichi Handa <handa@m17n.org>
12774
12775 * tar-mode.el (tar-extract): Be sure to call
12776 find-operation-coding-system if set-auto-coding doesn't find a
12777 coding system.
12778
12779 2005-10-22 Kim F. Storm <storm@cua.dk>
12780
12781 * image.el (image-type-header-regexps): Rename from image-type-regexps.
12782 Change users.
12783 (image-type-file-name-regexps): New defconst.
12784 (image-type-from-data): Simplify loop.
12785 (image-type-from-buffer): New defun.
12786 (image-type-from-file-header): Use it instead of image-type-from-data.
12787 Use image-search-load-path instead of only looking in data-directory.
12788 (image-type-from-file-name): New defun.
12789 (image-search-load-path): Change `pathname' to `filename'.
12790 Make PATH arg optional, default to image-load-path.
12791
12792 2005-10-21 Richard M. Stallman <rms@gnu.org>
12793
12794 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
12795
12796 * textmodes/paragraphs.el (sentence-end-base): New variable.
12797 (sentence-end): Use sentence-end-base.
12798
12799 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12800
12801 * font-lock.el (font-lock-default-fontify-region): Check the multiline
12802 property independently from the font-lock-multiline variable.
12803
12804 2005-10-21 Richard M. Stallman <rms@gnu.org>
12805
12806 * emacs-lisp/find-func.el (find-library-name): Doc fix.
12807
12808 * startup.el (command-line): Convert library names
12809 in `load-history' to absolute file names.
12810
12811 * subr.el (symbol-file): Doc fix.
12812
12813 * loadhist.el (file-loadhist-lookup): Call locate-library
12814 instead of find-library-name. Don't try converting
12815 abs file names to library names, since load-history no longer
12816 has library names in it.
12817 (file-dependents, file-provides, file-requires): Doc fixes.
12818
12819 2005-10-21 Juri Linkov <juri@jurta.org>
12820
12821 * progmodes/etags.el (tags-table-mode): New function.
12822 (tags-verify-table): Replace initialize-new-tags-table with
12823 tags-table-mode.
12824
12825 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
12826 default value.
12827 (desktop-modes-not-to-save): Add tags-table-mode to the
12828 default value.
12829
12830 * info.el (Info-index-next): Add total number of index
12831 alternatives to the message.
12832
12833 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
12834 backward only space (instead of space and period) before looking
12835 at sentence end.
12836
12837 * simple.el (set-variable): Use user-variable-p instead of symbolp.
12838 Add the old variable value as 4th default-value arg of read-string.
12839
12840 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12841
12842 * cus-face.el (custom-declare-face): Make face from X resources
12843 also on Mac.
12844
12845 * disp-table.el (standard-display-g1, standard-display-graphic):
12846 Refuse to use string glyphs also on Mac.
12847 (standard-display-european): Don't set terminal coding system also
12848 on Mac.
12849
12850 * frame.el (display-screens): Use x-display-screens also on Mac.
12851
12852 2005-10-21 Romain Francoise <romain@orebokech.com>
12853
12854 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
12855
12856 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12857
12858 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
12859 and $? into sexps.
12860
12861 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
12862 warning face on open-paren-in-column-0.
12863
12864 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
12865 boundary case. Fix typo.
12866 Suggested by Martin Rudalics <rudalics@gmx.at>.
12867
12868 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
12869
12870 * textmodes/org.el (org-combined-agenda-icalendar-file)
12871 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
12872 (org-export-icalendar-this-file)
12873 (org-export-icalendar-all-agenda-files)
12874 (org-export-icalendar-combine-agenda-files): New commands.
12875 (org-export-icalendar, org-print-icalendar-entries)
12876 (org-start-icalendar-file, org-finish-icalendar-file)
12877 (org-ical-ts-to-string): New functions.
12878 (org-read-date, org-goto-calendar)
12879 (org-agenda-goto-calendar): Inhibit displaying diary entries by
12880 call to `calendar'.
12881 (orgtbl-setup): Remove the :keys arguments from the menu description.
12882 (org-after-save-iCalendar-file-hook): New variable.
12883
12884 2005-10-21 Kenichi Handa <handa@m17n.org>
12885
12886 * language/vietnamese.el (tcvn-5712): Make it an alias of
12887 vietnamese-tcvn coding-system.
12888
12889 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
12890
12891 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
12892 group id is given.
12893
12894 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12895
12896 * progmodes/sh-script.el (sh-escaped-line-re): New var.
12897 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
12898 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
12899 whose line is either continued or ends with a comment.
12900
12901 2005-10-20 Romain Francoise <romain@orebokech.com>
12902
12903 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
12904
12905 * replace.el (occur-engine): Add follow-link property.
12906
12907 * font-core.el (font-lock-mode): Doc fix.
12908
12909 2005-10-20 Richard M. Stallman <rms@gnu.org>
12910
12911 * net/rcirc.el: New file.
12912
12913 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
12914
12915 * term.el (term-term-name): Initialize to "eterm-color".
12916
12917 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
12918
12919 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
12920 for encryption functionality.
12921 Move allout customization subgroup from `editing' to `outlines' group.
12922 Fix commentary keywords to legitimate ones.
12923 Update author info (using my current email address, obscurified).
12924 (allout-encrypt-string, allout-encryption-produce-work-buffer)
12925 (allout-encrypted-topic-p, allout-encrypted-text-type)
12926 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
12927 (allout-situate-encryption-key-verifier)
12928 (allout-get-encryption-key-verifier, allout-verify-key)
12929 (allout-next-topic-pending-encryption)
12930 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
12931 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
12932 (outline-key-verifier-handling, outline-key-hint-handling)
12933 (outline-encrypt-unencrypted-on-saves): New defcustoms.
12934 (allout-file-key-verifier-string, allout-encryption-scheme)
12935 (allout-key-verifier-string, allout-key-hint-string)
12936 (allout-after-save-decrypt): New variables.
12937 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
12938 (allout-after-saves-handler): New hook functions.
12939 (allout-post-command-business): Do allout-after-save-decrypt.
12940 (allout-enable-file-variable-adjustment): Custom var to enable
12941 mechanism for adding and adjusting settings of Emacs file variables.
12942 (allout-adjust-file-variable, allout-file-vars-section-data):
12943 New functions, implement the mechanism.
12944 (outlineify-sticky): Use the file vars mechanism.
12945 (allout-inhibit-protection, allout-during-write-cue)
12946 (allout-override-protect, allout-before-change-protect): Remove.
12947 (allout-flag-region, allout-open-topic): Adjust read-only text.
12948 (allout-open-line-not-read-only): Add to facilitate read-only
12949 text based protection.
12950 (allout-kill-line): Revise to adjust read-only text, clue the
12951 user about the inhibition.
12952 (allout-unprotected): Use unwind-protect.
12953 (allout-shift-in, allout-shift-out): Disallow manually shifting a
12954 topic deeper than the offspring depth of the previous topic -
12955 avoiding confusing "containment discontinuities".
12956 (allout-reindent-bodies): Fix retention of body relative hanging
12957 indent during promotion of collapsed bodies.
12958 (allout-open-topic): Make it easy to open new topic with same
12959 bullet as current topic - topic creation functions provided with
12960 any universal argument provokes now prompt for bullet, defaulting
12961 to the bullet of the previous topic.
12962 (allout-plain-bullets-string, allout-distinctive-bullets-string):
12963 Plain bullet alternates `.' period and `,' comma only. All other
12964 bullets are relegated to special status (but customizable).
12965 (allout-end-of-entry): Rename from allout-end-of-current-entry
12966 since it actually operates w.r.t. most immediately containing
12967 entry, visible or not.
12968 (allout-hide-current-entry, allout-show-current-entry): Use the
12969 revised version.
12970 (allout-old-expose-topic): Solidify deprecation.
12971 (allout-end-of-subtree): Add so we can span concealed as well
12972 as visible topics.
12973 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
12974 (allout-end-of-current-heading): Tweak to just respect the first line.
12975 (allout-get-body-text): Add.
12976 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
12977 when invoked interactively.
12978 (allout-up-current-level): Use `interactive-p'.
12979 (allout-mode, allout-init): Miscellaneous docstring and
12980 operational refinements, as well as hookups of new encryption stuff.
12981 (allout-beginning-of-current-entry): Now works as advertised.
12982 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
12983 (allout-isearch-rectification): Refine condition for isearching.
12984 (allout-isearch-abort, allout-enwrap-isearch)
12985 (allout-flag-region, my-region-active-p): Relocate some macros.
12986 (allout-title): Fallback title is (buffer-name), not
12987 non-existing (current-buffer-name).
12988 (subst-char-in-string): Define if absent (for some XEmacs versions).
12989
12990 2005-10-20 Jari Aalto <jari.aalto@cante.net>
12991
12992 * mail/sendmail.el (mail-setup-hook, mail-aliases)
12993 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
12994 (mail-citation-prefix-regexp, mail-signature-file)
12995 (mail-default-headers, mail-bury-selects-summary)
12996 (mail-send-nonascii): Add autoload cookies.
12997
12998 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12999
13000 * frame.el (blink-cursor-mode): Add `mac' to the list of
13001 window-system's that support blinking cursor.
13002
13003 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
13004
13005 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
13006
13007 2005-10-20 Eli Zaretskii <eliz@gnu.org>
13008
13009 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
13010 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
13011 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
13012
13013 2005-10-20 Kim F. Storm <storm@cua.dk>
13014
13015 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
13016 (ido-set-current-directory): Don't add / after final @.
13017 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
13018 Explicitly handle ange-ftp completion oddities.
13019 (ido-make-file-list): Don't rotate list at tramp root to avoid
13020 triggering tramp file handler for expand-file-name via get-file-buffer.
13021
13022 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13023
13024 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
13025
13026 2005-10-19 Jay Belanger <belanger@truman.edu>
13027
13028 * calc/calc-units.el (math-standard-units): Add units, adjust
13029 symbols and update values.
13030 (math-unit-prefixes): Add more prefixes.
13031
13032 2005-10-19 Romain Francoise <romain@orebokech.com>
13033
13034 * bookmark.el (bookmark-menu-heading): New face.
13035 (bookmark-bmenu-list): Use it.
13036 Don't fiddle with `baud-rate' at top-level.
13037
13038 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
13039
13040 * image.el (create-image, find-image): Mention max-image-size in
13041 docstring.
13042
13043 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13044
13045 * savehist.el (savehist-load): Revert to checking XEmacs.
13046
13047 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
13048 Various docstring and line-width fixups.
13049 (conf-mode): Use cond.
13050 Set font-lock-defaults. Don't set comment-use-syntax.
13051
13052 2005-10-18 David Ponce <david@dponce.com>
13053
13054 * tree-widget.el (tree-widget-button-click): New function.
13055 (tree-widget-button-keymap): Use it.
13056
13057 2005-10-18 Romain Francoise <romain@orebokech.com>
13058
13059 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13060 (bookmark-bmenu-hide-filenames): Add follow-link property.
13061 Improve help-echo text.
13062
13063 * ffap.el (find-file-at-point): Doc fix.
13064
13065 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13066
13067 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
13068
13069 2005-10-18 Masatake YAMATO <jet@gyve.org>
13070
13071 Install to the CVS repository what I forgot to install in my
13072 2005-10-16 changes.
13073
13074 * progmodes/python.el (python-complete-symbol): Pass the common
13075 prefix substring of completion to `display-completion-list'.
13076
13077 * textmodes/org.el (org-complete): Ditto.
13078
13079 2005-10-18 Masatake YAMATO <jet@gyve.org>
13080
13081 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
13082
13083 * woman.el (WoMan-xref-man-page): New button type derived
13084 from `Man-abstract-xref-man-page'.
13085 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
13086
13087 * man.el (Man-abstract-xref-man-page): New button type.
13088 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
13089 (Man-highlight-references): Add new optional argument `xref-man-type'.
13090
13091 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
13092
13093 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
13094
13095 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
13096
13097 * cus-edit.el (Custom-move-and-invoke): Delete.
13098 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
13099
13100 * wid-edit.el (widget-move-and-invoke): New function, from
13101 Custom-move-and-invoke.
13102
13103 2005-10-17 Bill Wohler <wohler@newt.com>
13104
13105 Move all remaining images from lisp/toolbar to etc/images, move
13106 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
13107 the low resolution images in their own directory (low-color).
13108
13109 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
13110 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
13111 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
13112 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
13113 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
13114 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
13115 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
13116
13117 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
13118 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
13119 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
13120 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
13121 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
13122 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
13123 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
13124 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
13125 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
13126 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
13127 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
13128 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
13129 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
13130 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
13131 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
13132
13133 To conform with convention, replace the underscore (_) in the
13134 following image names with dash (-) or (/) as appropriate.
13135
13136 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
13137 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
13138 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
13139 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
13140 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
13141 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
13142 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
13143 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
13144 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
13145 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
13146 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
13147 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
13148 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
13149 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
13150 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
13151
13152 * info.el (info-tool-bar-map): Replace underscores in image names
13153 with dashes.
13154
13155 * makefile.w32-in (WINS): Remove toolbar.
13156
13157 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
13158
13159 * tool-bar.el: Move to lisp from toolbar. Now that
13160 toolbar is empty, it should be deleted when folks run "cvs up -P".
13161
13162 2005-10-18 Jay Belanger <belanger@truman.edu>
13163
13164 * calc/calc-store.el (calc-store-into): Get the proper variable name
13165 to display in message.
13166
13167 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
13168
13169 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
13170 expressions display in speedbar for all buffers when debugging.
13171 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
13172
13173 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
13174 (speedbar-insert-button, speedbar-make-button):
13175 Use add-text-properties.
13176 (speedbar-update-localized-contents)
13177 (speedbar-update-directory-contents)
13178 (speedbar-update-special-contents): Use dolist.
13179 (speedbar-buffer-easymenu-definition): Add a menu separator.
13180
13181 2005-10-17 Jason Rumney <jasonr@gnu.org>
13182
13183 * makefile.w32-in: Use $(lisp) consistently.
13184 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
13185 for shell specific generation of mh-autoloads.
13186
13187 2005-10-17 Richard M. Stallman <rms@gnu.org>
13188
13189 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
13190
13191 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13192
13193 * jit-lock.el (jit-lock-fontify-now):
13194 Move jit-lock-context-unfontify-pos to avoid wasted work.
13195
13196 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
13197
13198 * net/tramp.el (tramp-completion-mode): New defvar. Used in
13199 `tramp-completion-mode' for checking if we are in completion mode.
13200 (tramp-completion-handle-file-name-all-completions): Reorder code
13201 in order to complete for file names only in case there are no
13202 method/user/host completions. This is necessary for cooperation
13203 with ido. Reported by Kim F. Storm <storm@cua.dk>.
13204
13205 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
13206
13207 * longlines.el (longlines-search-forward)
13208 (longlines-search-backward): Match any number of spaces.
13209
13210 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
13211
13212 * diff-mode.el (diff-mode): Doc fix.
13213
13214 2005-10-16 David Reitter <david.reitter@gmail.com>
13215
13216 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
13217 as default on darwin and windows systems.
13218
13219 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
13220
13221 * arc-mode.el (archive-zip-extract): Doc fix.
13222
13223 2005-10-16 Romain Francoise <romain@orebokech.com>
13224
13225 * mouse.el (mouse-1-click-follows-link): Doc fix.
13226
13227 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13228
13229 * savehist.el: Don't require CL at runtime.
13230 (savehist-xemacs): Remove.
13231 (savehist-coding-system): Use utf-8 if present, regardless of religion.
13232 (savehist-no-conversion): Use (featurep 'xemacs).
13233 (savehist-load): Check existence of start-itimer rather than XEmacs.
13234 Use an idle timer.
13235 (savehist-process-for-saving): Replace use of CL funs `subseq' and
13236 `delete-if-not'.
13237
13238 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
13239
13240 * savehist.el: Newer version.
13241 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
13242 (savehist-last-checksum, savehist-no-conversion): New vars.
13243 (savehist-autosave, savehist-process-for-saving, savehist-printable):
13244 New functions.
13245 (savehist-load, savehist-save): Use them.
13246 (savehist-delimit): Remove.
13247
13248 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13249
13250 * progmodes/compile.el (compilation-goto-locus): Display the
13251 compilation buffer first and the source buffer second, in case they're
13252 in overlapping frames. Don't raise the compilation frame if it was the
13253 selected window upon entry. Pass the `other-window' arg to
13254 pop-to-buffer.
13255
13256 * info.el (Info-fontify-node): Use dolist.
13257 Change add-text-properties to put-text-property.
13258
13259 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13260
13261 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
13262 bound of search.
13263
13264 2005-10-16 Masatake YAMATO <jet@gyve.org>
13265
13266 * dabbrev.el (dabbrev-completion): Pass the common
13267 prefix substring of completion to `display-completion-list'.
13268
13269 * filecache.el (file-cache-minibuffer-complete)
13270 (file-cache-complete): Ditto.
13271
13272 * tempo.el (tempo-display-completions): Ditto.
13273
13274 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
13275
13276 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
13277
13278 * eshell/em-hist.el (eshell-list-history): Ditto.
13279
13280 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
13281
13282 * mail/mailalias.el (mail-complete): Ditto.
13283
13284 * progmodes/etags.el (complete-tag): Ditto.
13285
13286 * progmodes/make-mode.el (makefile-complete): Ditto.
13287
13288 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
13289
13290 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
13291
13292 * progmodes/pascal.el (pascal-complete-word)
13293 (pascal-show-completions): Ditto.
13294
13295 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
13296
13297 * simple.el (completion-common-substring): New variable.
13298 (completion-setup-function): Use `completion-common-substring'
13299 to put faces.
13300
13301 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13302
13303 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
13304 (x-get-selection, mac-select-convert-to-string): Convert from/to
13305 UTF-16 clipboard data as in native byte order, no BOM.
13306
13307 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
13308
13309 * progmodes/gud.el (gud-tool-bar-map): Rename the images
13310 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
13311 (gud-sentinel): Use speedbar-frame to check for speedbar.
13312
13313 2005-10-15 Richard M. Stallman <rms@gnu.org>
13314
13315 * savehist.el: New file.
13316
13317 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
13318
13319 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
13320 Fix bug in \bf fontification.
13321
13322 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
13323
13324 * pcvs.el (cvs-edit-log-files): New var.
13325 (cvs-mode-edit-log): New arg `file'.
13326 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
13327 Instead force the use of the original file and nothing else.
13328 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
13329 the cvs-minor-wrap-function is set.
13330 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
13331
13332 2005-10-14 Bill Wohler <wohler@newt.com>
13333
13334 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
13335 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
13336 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
13337 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
13338 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
13339 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
13340 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
13341 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
13342 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
13343 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
13344 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
13345 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
13346 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
13347 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
13348 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
13349
13350 * progmodes/gud.el (gud-tool-bar-map): Rename the images
13351 appropriately (for example, gud-break to gud/break).
13352
13353 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
13354
13355 * longlines.el (longlinges-search-function)
13356 (longlines-search-forward, longlines-search-backward): New functions.
13357 (longlines-mode): Set isearch-search-fun-function to
13358 longlinges-search-function.
13359
13360 * mouse.el (mouse-drag-region-1): Handle the case where a
13361 double-click event is bound to an arbitrary function.
13362
13363 2005-10-14 David Ponce <david@dponce.com>
13364
13365 * recentf.el (recentf-track-opened-file)
13366 (recentf-track-closed-file, recentf-update-menu)
13367 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
13368 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
13369 mouse-1-click-follows-link.
13370
13371 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13372
13373 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
13374 Gnome file-manager.png. Suggested by
13375 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
13376
13377 * toolbar/README: Add diropen.xpm.
13378
13379 2005-10-13 Bill Wohler <wohler@newt.com>
13380
13381 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
13382 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
13383
13384 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13385
13386 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
13387 Don't waste the byte-compiler's time on constant data.
13388
13389 2005-10-13 Kenichi Handa <handa@m17n.org>
13390
13391 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
13392 byte with `escape-glyph' face.
13393
13394 * international/fontset.el (ccl-encode-unicode-font):
13395 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
13396 Handle the case that ucs-mule-to-mule-unicode translates a character to
13397 ASCII (usually for IPA characters).
13398
13399 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13400
13401 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
13402 Don't hide the underline of titles if font-lock-mode is disabled.
13403
13404 2005-10-12 Bill Wohler <wohler@newt.com>
13405
13406 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
13407 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
13408 files in MH-E-SRC have been updated.
13409 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
13410
13411 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13412
13413 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
13414 (mixal-mode-syntax-table): Add \n as end-comment.
13415 (mixal-operation-codes-alist): Immediately initialize to full value.
13416 (mixal-add-operation-code): Remove.
13417 (mixal-describe-operation-code): Make the arg non-optional.
13418 Use the interactive spec instead.
13419 Use mixal-operation-codes-alist rather than mixal-operation-codes.
13420 (mixal-font-lock-keywords): Don't highlight comments here any more.
13421 (mixal-font-lock-syntactic-keywords): New var.
13422 (mixal-mode): Use it. Fix comment-start-skip.
13423
13424 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13425
13426 * startup.el (command-line-x-option-alist): -nb => -nbi
13427
13428 2005-10-12 Kim F. Storm <storm@cua.dk>
13429
13430 * startup.el (fancy-splash-default-action): Discard mouse click in
13431 the splash screen window, as it has no sensible meaning in the
13432 next window to be selected. Fixes error reported by Jan D.
13433
13434 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
13435
13436 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
13437
13438 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13439
13440 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
13441 Try to fix up minor layout issues like indentation, line break, etc...
13442 (mixal-mode-syntax-table): Don't try to specify comment syntax,
13443 because it doesn't work.
13444 (mixal-operation-codes): Add some more codes.
13445 (mixal-font-lock-keywords): Process comments here.
13446 (mixal-mode): mixasm no longer needs -g option.
13447
13448 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
13449
13450 * progmodes/sh-script.el (sh-tmp-file):
13451 Use mktemp -t. Finish support for es and rc shells.
13452
13453 2005-10-11 Jay Belanger <belanger@truman.edu>
13454
13455 * calc/calcalg2.el (calc-integral): With an argument, compute the
13456 definite integral.
13457
13458 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
13459
13460 * mouse.el (mouse-drag-region-1): Don't try to catch a
13461 double-click when doing follow-link (it's overridden anyway).
13462
13463 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
13464
13465 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
13466 (autoload-print-form-outbuf): Add docstring.
13467
13468 2005-10-11 Juri Linkov <juri@jurta.org>
13469
13470 * info.el (Info-mode-menu): Delete menu item "Edit".
13471 (Info-mode): Delete description of Info-edit from docstring,
13472 and rearrange descriptions of Info commands in the order
13473 they are documented in the Info manual.
13474
13475 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13476
13477 * calendar/appt.el (appt-check): Use diary-selective-display var.
13478
13479 2005-10-10 Richard M. Stallman <rms@gnu.org>
13480
13481 * net/newsticker.el (newsticker-start, newsticker-show-news):
13482 Add autoload cookies.
13483
13484 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
13485
13486 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
13487
13488 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
13489
13490 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
13491
13492 2005-10-10 Jay Belanger <belanger@truman.edu>
13493
13494 * calc/calc-arith.el (math-check-known-scalarp)
13495 (math-check-known-matrixp): Check the values of arguments that are
13496 variables.
13497 (math-check-known-square-matrixp): New function.
13498 (math-known-square-matrixp): Use math-check-known-square-matrixp.
13499 (math-super-types): Add sqmatrix type.
13500
13501 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
13502 mode name `square' to `sqmatrix'.
13503
13504 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
13505 mode name `square' to `sqmatrix'.
13506
13507 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13508
13509 * progmodes/etags.el (select-tags-table-mode): Don't use
13510 selective-display.
13511 (tags-select-tags-table): Pass `button' to the action function.
13512 (select-tags-table): Place the side-info on button properties rather
13513 than in hidden text. Abbreviate file names.
13514 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
13515 (select-tags-table-select): Add `button' argument.
13516 Get side-info from the button property rather than from hidden text.
13517
13518 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
13519
13520 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
13521 (gud-speedbar-buttons): Preserve point if possible.
13522 (gud-sentinel): Restore previous speedbar display type.
13523
13524 * progmodes/gdb-ui.el (gdba): Improve diagram.
13525 (def-gdb-auto-update-handler, gdb-info-locals-handler)
13526 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
13527 Call get-buffer-window once.
13528
13529 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13530
13531 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
13532 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
13533 (pascal-indent-command): Remove unused var `ind'.
13534 (pascal-indent-case): Remove unused var `oldpos'.
13535 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
13536 since it's now used as a proper minor mode map.
13537 (pascal-outline): Rename to pascal-outline-mode.
13538 (pascal-outline-mode): Use define-minor-mode.
13539 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
13540 selective-display.
13541
13542 2005-10-10 Andreas Schwab <schwab@suse.de>
13543
13544 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
13545 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
13546
13547 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
13548 outside source directory.
13549
13550 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
13551
13552 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
13553 C-x' as a prefix.
13554 (orgtbl-mode-map): Full keymap instead of sparse, because all
13555 `self-insert-command' keys are redefined in this map.
13556 (org-export-as-html): Specify charset for HTML file, by taking it
13557 from the coding system.
13558
13559 2005-10-10 Kenichi Handa <handa@m17n.org>
13560
13561 * textmodes/flyspell.el (flyspell-check-word-p):
13562 If unread-command-events is non-empty, don't call sit-for.
13563
13564 2005-10-09 Richard M. Stallman <rms@gnu.org>
13565
13566 * font-lock.el (font-lock-syntactic-keywords)
13567 (font-lock-keywords): Doc fixes.
13568
13569 * textmodes/flyspell.el (flyspell-external-point-words):
13570 Simplify logic, and don't try to check for consecutive appearances
13571 of one incorrect word.
13572
13573 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
13574
13575 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
13576 separator.
13577
13578 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
13579 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
13580 (gud-expansion-speedbar-buttons): New function.
13581 (gud-speedbar-buttons): Check for gud-comint-buffer.
13582
13583 2005-10-09 Bill Wohler <wohler@newt.com>
13584
13585 * Makefile.in (updates): Add mh-loaddefs dependency.
13586
13587 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
13588
13589 * speedbar.el (speedbar-file-key-map): Fix typo.
13590
13591 2005-10-09 Daniel Brockman <daniel@brockman.se>
13592
13593 * cus-start.el (line-spacing): Add custom spec.
13594
13595 2005-10-09 Romain Francoise <romain@orebokech.com>
13596
13597 * textmodes/ispell.el (ispell-check-version): Fix last change.
13598
13599 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13600
13601 * term/x-win.el: Remove -i, --icon-type from comment.
13602
13603 * startup.el (command-line-x-option-alist): Remove options -i,
13604 -itype, --icon-type, added -nb, --no-bitmap-icon
13605
13606 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
13607
13608 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
13609 instead of :active.
13610
13611 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
13612
13613 * textmodes/ispell.el (ispell-check-version):
13614 Ignore hyphen, and all that follows, in aspell's version text.
13615
13616 2005-10-08 Jay Belanger <belanger@truman.edu>
13617
13618 * calc/calc-arith.el (math-known-square-matrixp): New function.
13619 (math-pow-fancy): Check for matrices before distributing exponent
13620 across products.
13621
13622 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
13623 fullscreen keypad. Suggested by Luc Teirlinck.
13624 (calc-keypad-show-input): Add space for formatting.
13625
13626 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
13627 Add square matrix option.
13628
13629 * calc/calc-poly.el (math-expand-term): Check for matrices instead
13630 of checking calc-matrix-mode when deciding how to expand.
13631
13632 * calc/calc.el (calc-set-mode-line): Add square matrix option.
13633
13634 2005-10-08 Lars Hansen <larsh@soem.dk>
13635
13636 * net/tramp.el (tramp-perl-directory-files-and-attributes):
13637 Add error handling.
13638 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
13639
13640 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
13641
13642 Sync with Tramp 2.0.51.
13643
13644 * net/tramp.el (tramp-handle-set-visited-file-modtime)
13645 (tramp-handle-insert-file-contents, tramp-handle-write-region):
13646 Insert special handling for `last-coding-system-used', again
13647 it still seems to be necessary (unlike stated before).
13648 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
13649 (tramp-password-prompt-regexp): There might be other words before
13650 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
13651 (tramp-chunksize): Improve docstring.
13652 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
13653 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
13654 Christian Joergensen <bugs@razor.dk>.
13655
13656 2005-10-07 Glenn Morris <rgm@gnu.org>
13657
13658 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
13659 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
13660 precision'.
13661
13662 2005-10-07 Romain Francoise <romain@orebokech.com>
13663
13664 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
13665 (ibuffer-do-shell-command-pipe-replace)
13666 (ibuffer-do-shell-command-file, ibuffer-do-eval)
13667 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
13668 (ibuffer-do-revert, ibuffer-do-replace-regexp)
13669 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
13670 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13671 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
13672 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
13673 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
13674 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
13675 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
13676 Autoload file sans suffix.
13677
13678 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
13679
13680 2005-10-07 David Ponce <david@dponce.com>
13681
13682 * recentf.el (recentf-menu-open-all-flag): New option.
13683 (recentf-digit-shortcut-command-name): New function.
13684 (recentf--shortcuts-keymap): New variable.
13685 (recentf-menu-shortcuts): New variable.
13686 (recentf-make-menu-items): Initialize it. Replace the "More..."
13687 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
13688 (recentf-menu-value-shortcut): New function.
13689 (recentf-make-menu-item): Use it. No more in-lined.
13690 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
13691 (recentf-open-most-recent-file): Rename from
13692 `recentf-open-file-with-key'. Don't depend on key binding.
13693 (recentf-mode-map): New variable.
13694 (recentf-mode): Use it.
13695
13696 2005-10-06 Bill Wohler <wohler@newt.com>
13697
13698 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
13699
13700 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
13701 (MH-E-SRC): New. Used by mh-autoloads.
13702 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
13703 files in MH-E-SRC have been updated.
13704 (compile, recompile, bootstrap): Depend on mh-autoloads.
13705
13706 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
13707
13708 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
13709 gud-break and gud-remove icons when the fringe is not available.
13710
13711 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
13712 Typo.
13713
13714 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
13715
13716 * play/zone.el (zone): Wrap body with save-window-excursion.
13717
13718 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
13719
13720 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
13721 Use the new `list-only' arg to diary-list-entries.
13722
13723 * calendar/diary-lib.el: Use overlays rather than selective-display.
13724 (diary-selective-display): New var.
13725 (diary-header-line-format): Use it.
13726 (diary-list-entries): Add argument `list-only'.
13727 Put the buffer in diary-mode. Don't add \^M at beg and end.
13728 Replace \^M by invisible overlays.
13729 (diary-unhide-everything): Replace \^M by invisible overlays.
13730 (print-diary-entries): Look for overlays rather than \^M.
13731 Add a space to the temp buffer name.
13732 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
13733 Put the buffer in diary-mode.
13734 (list-sexp-diary-entries): Replace \^M by invisible overlays.
13735 (diary-anniversary): Make the year arg optional.
13736 (diary-time-regexp): New const.
13737 (diary-font-lock-keywords): Use it to accept a few more time formats.
13738
13739 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
13740
13741 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
13742
13743 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
13744 Fix bug introduced 2005-07-03: Use (car (last ...))
13745 to faithfully reproduce replaced artist-last.
13746 (artist-set-arrow-points-for-poly): Likewise.
13747 Suggested by Johan Bockg\e,Ae\e(Brd.
13748
13749 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
13750
13751 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
13752 * wid-edit.el (widget):
13753 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
13754 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
13755
13756 2005-10-06 Kenichi Handa <handa@m17n.org>
13757
13758 * international/mule-cmds.el (set-language-environment):
13759 Fix setting up of case-table for unibyte mode.
13760
13761 * simple.el (what-cursor-position): If the character is displayed
13762 by some `display' text property, show that. Don't use
13763 single-key-description for eight-bit characters in multibyte mode.
13764
13765 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
13766
13767 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
13768 (gdb-ann3): Set it.
13769 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
13770 (gdb-info-frames-custom): Use inverse-video for first five
13771 characters of selected frame only.
13772 (gdb-get-frame-number): Select frame even when point is on frame
13773 number.
13774
13775 2005-10-06 Masatake YAMATO <jet@gyve.org>
13776
13777 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
13778 Put `font-lock-function-name-face'.
13779 (gdb-info-frames-custom): Put `font-lock-function-name-face'
13780 and `font-lock-variable-name-face'
13781 (gdb-registers-font-lock-keywords): New font lock keywords definition.
13782 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
13783 (gdb-memory-font-lock-keywords): New font lock keywords definition.
13784 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
13785 (gdb-local-font-lock-keywords): New font lock keywords definition.
13786 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
13787 (gdb-threads-font-lock-keywords): New font lock keywords definition.
13788 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
13789
13790 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
13791
13792 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
13793 (ediff-merge-region-is-non-clash-to-skip): Previously called
13794 ediff-merge-region-is-non-clash.
13795
13796 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
13797 Use insert-buffer-substring.
13798
13799 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
13800 selecting files to patch. Also bug fixes.
13801
13802 * ediff-util.el (ediff-setup): Bug fix.
13803 (ediff-next-difference): Never skip clashes that differ in white
13804 space only.
13805
13806 * ediff-wind.el (ediff-setup-control-frame)
13807 (ediff-destroy-control-frame): Check the menubar feature.
13808
13809 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
13810 (viper-refresh-mode-line): Use make-local-variable to localize
13811 some vars instead of make-variable-buffer-local. Suggested by
13812 Stefan Monnier.
13813
13814 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
13815 (viper-restore-cursor-type, viper-set-insert-cursor-type):
13816 Use make-local-variable instead of make-variable-buffer-local.
13817 Suggested by Stefan Monnier.
13818
13819 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
13820 (viper-comint-mode-hook): Use make-local-variable on
13821 require-final-newline.
13822 (viper-non-hook-settings): Don't use make-variable-buffer-local.
13823
13824 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13825
13826 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
13827 also the second char of a comment-start sequence.
13828 (scheme-sexp-comment-syntax-table): New var.
13829 (lambda, define): Set their scheme-doc-string-elt property.
13830 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
13831 Use lisp-font-lock-syntactic-face-function now that it properly
13832 handles |...| symbols.
13833 (scheme-mode-variables): Set lisp-doc-string-elt-property,
13834 parse-sexp-lookup-properties and font-lock-extra-managed-props.
13835
13836 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
13837 bit from # to |.
13838 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
13839
13840 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
13841 (lisp-doc-string-elt-property): New var.
13842 (lisp-font-lock-syntactic-face-function): Use it.
13843 Rewrite to recognize docstrings even for forms not at toplevel.
13844
13845 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
13846 annotation on the | part of #| rather than on the # part.
13847 (scheme-font-lock-syntactic-face-function): New function, to
13848 distinguish strings from |...| symbols.
13849 (scheme-mode-variables): Use it. Also fix up the font-lock-time
13850 syntax-table so that #|...|# is properly highlighted.
13851
13852 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
13853 Don't mark as docstring the 3rd elem of an unknown toplevel form.
13854
13855 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
13856
13857 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
13858 and C-e.
13859
13860 * emacs-lisp/eldoc.el: Move comments into docstrings.
13861 (eldoc-message-commands): Initialize in its declaration.
13862 Add move-beginning-of-line and move-end-of-line.
13863 (eldoc-add-command, eldoc-add-command-completions)
13864 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
13865
13866 * outline.el (outline-mark-subtree): Activate the mark.
13867
13868 * calendar/appt.el (appt-time-regexp): New var.
13869 (appt-add, appt-make-list): Use it.
13870 (appt-convert-time): Clean up.
13871
13872 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
13873 Don't set any syntax-table property here.
13874 (tex-font-lock-verb): New function. Do it here.
13875 (tex-font-lock-syntactic-keywords): Use it.
13876
13877 2005-10-04 Richard M. Stallman <rms@gnu.org>
13878
13879 * wid-edit.el (widget-file-complete): Get the widget start point
13880 the right way. Default directory to `/' if file has none.
13881
13882 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
13883
13884 * textmodes/flyspell.el (flyspell-mode-on):
13885 Call ispell-maybe-find-aspell-dictionaries.
13886
13887 * textmodes/ispell.el (ispell-word, ispell-region):
13888 Call ispell-maybe-find-aspell-dictionaries.
13889 (ispell-accept-buffer-local-defs):
13890 Don't call ispell-maybe-find-aspell-dictionaries
13891
13892 2005-10-04 Richard M. Stallman <rms@gnu.org>
13893
13894 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
13895
13896 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
13897
13898 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
13899 instead of `fboundp' in order to allow for anonymous functions.
13900
13901 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
13902
13903 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
13904 case the user clicks on the link while another window is selected.
13905 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
13906
13907 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
13908 functionality.
13909 (dframe-help-echo): Save point in case mouse tracking is off.
13910
13911 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
13912
13913 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
13914
13915 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13916
13917 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
13918 not change the global value of those vars.
13919
13920 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
13921 make-local-variable which we do not need any more.
13922
13923 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
13924
13925 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
13926 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
13927 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
13928 (speedbar-path-line): Define obsolete aliases.
13929 (speedbar-line-directory): Doc fix.
13930
13931 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
13932 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
13933 instead of speedbar-line-path.
13934
13935 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13936
13937 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
13938 to nil if dropping on a window. Handle dropping on a minibuffer window
13939 like dropping on a non-window part of Emacs.
13940
13941 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13942
13943 * net/ange-ftp.el: Use with-current-buffer.
13944 (ange-ftp-insert-directory): Do not follow symlinks any more.
13945
13946 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13947 Remove interactive spec.
13948
13949 2005-10-03 Kim F. Storm <storm@cua.dk>
13950
13951 * ido.el (ido-mode): Use custom-initialize-set.
13952
13953 2005-10-02 Richard M. Stallman <rms@gnu.org>
13954
13955 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
13956 Use insert-buffer-substring.
13957
13958 * net/tramp.el: Pacify byte compiler warnings in pacification code.
13959 (tramp-handle-file-local-copy): Use insert-buffer-substring.
13960
13961 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13962
13963 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
13964 in last change.
13965 (ange-ftp-insert-directory): Fix up the search for the case where
13966 `file' is absolute.
13967
13968 2005-10-02 Romain Francoise <romain@orebokech.com>
13969
13970 * progmodes/compile.el (compile-goto-error): Delete extra paren.
13971
13972 2005-10-02 Andreas Schwab <schwab@suse.de>
13973
13974 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
13975 directory component in the session info.
13976
13977 2005-10-01 Richard M. Stallman <rms@gnu.org>
13978
13979 * comint.el (comint-redirect-subvert-readonly): Doc fix.
13980
13981 * simple.el (next-error-internal): New function.
13982
13983 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
13984 (compilation-start): Pass new arg to compilation-buffer-name.
13985 (compile-goto-error): Use next-error-internal.
13986
13987 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13988
13989 * speedbar.el: Remove RCS tag.
13990 (speedbar-check-read-only): Handle non-existent files.
13991
13992 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
13993
13994 * info.el (Info-speedbar-hierarchy-buttons)
13995 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
13996
13997 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13998
13999 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
14000 Do not match newline.
14001 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
14002 (bibtex-summary): Remove unnecessary save-excursion.
14003 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
14004
14005 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14006
14007 * term/mac-win.el: Add charset info for "iso10646-1".
14008 Modify default fontset to use ATSUI-compatible fonts for some charsets
14009 if available.
14010
14011 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
14012
14013 * speedbar.el: Re-apply arch tag.
14014 (speedbar-version): Rename to version 1.0. Suggested by Eric
14015 M. Ludlam.
14016 Reapply two changes from Emacs CVS' version of speedbar lost
14017 during the merge:
14018 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
14019 (speedbar-frame-parameters): Improve customize type.
14020
14021 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
14022
14023 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
14024 (ange-ftp-file-directory-p): Fix the symlink case.
14025 (ange-ftp-insert-directory): When listing a single file, get a list of
14026 the parent buffer and extract the relevant line. Inspired from a patch
14027 by Katsumi Yamaoka <yamaoka@jpl.org>.
14028 (ange-ftp-file-name-sans-versions): Simplify.
14029
14030 2005-09-30 Bill Wohler <wohler@newt.com>
14031
14032 Move MH-E image files from toolbar and mail directories into
14033 etc/images.
14034
14035 * mail/reply2.*: Move to etc/images/mail/reply*.
14036
14037 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
14038 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
14039 etc/images.
14040
14041 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
14042 * toolbar/reply*: Move to etc/images/mail.
14043
14044 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
14045
14046 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
14047
14048 * speedbar.el: New version 1.0pre3.
14049
14050 Frame management code (including timer, and mouse click specifics)
14051 moved to dframe.el:
14052 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
14053 (speedbar-timer): Removed. Use dframe-timer.
14054 (speedbar-close-frame): Removed. Use dframe-close-frame.
14055 (speedbar-activity-change-focus-flag): Removed. Use
14056 dframe-activity-change-focus-flag.
14057 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
14058 dframe-update-speed.
14059
14060 (speedbar-current-frame): New macro. Use this instead of the
14061 variable speedbar-frame.
14062
14063 (speedbar-use-images, speedbar-expand-image-button-alist)
14064 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
14065
14066 (speedbar-find-image-on-load-path): Removed. Replaced by
14067 defezimage in ezimage.el.
14068 (speedbar-expand-image-button-alist): Removed. Replaced by
14069 ezimage-expand-image-button-alist in ezimage.el.
14070
14071 (speedbar-ignored-directory-regexp)
14072 (speedbar-add-ignored-directory-regexp)
14073 (speedbar-ignored-directory-expressions)
14074 (speedbar-line-directory, speedbar-buffers-line-directory)
14075 (speedbar-directory-line, speedbar-buffers-line-directory):
14076 Renamed, replacing `path' with `directory'.
14077
14078 (speedbar-create-directory, speedbar-expand-line-descendants)
14079 (speedbar-toggle-line-expansion)
14080 (speedbar-contract-line-descendants): New commands.
14081
14082 (speedbar-query-confirmation-method, speedbar-select-frame-method)
14083 (speedbar-use-tool-tips-flag): New options.
14084
14085 (speedbar-check-read-only, speedbar-require-version)
14086 (speedbar-insert-separator, speedbar-buffers-tail-notes)
14087 (speedbar-handle-delete-frame, speedbar-try-completion)
14088 (speedbar-update-localized-contents): New functions.
14089
14090 (speedbar-incompatible-version, speedbar-ro-to-do-point)
14091 (speedbar-object-read-only-indicator): New variables.
14092
14093 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
14094 New hooks.
14095
14096 (speedbar-separator-face): New face.
14097
14098 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
14099 (speedbar-ignored-modes): Add fundamental-mode.
14100 (speedbar-directory-unshown-regexp): Add . directories.
14101
14102 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
14103 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
14104 `]' for full expand/close.
14105 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
14106
14107 (speedbar-check-vc): Support hidden files.
14108 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
14109 (speedbar-this-file-in-vc): Use vc-state if available. If VC
14110 state is nil, it is not checked out.
14111
14112 (speedbar-line-text, speedbar-line-token): Support expand buttons
14113 with no text.
14114 (speedbar-refresh): Universal argument acts as power-click.
14115 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
14116 that buffer to get variable values.
14117
14118 And many other bugfixes.
14119
14120 * dframe.el, ezimage.el, sb-image.el: New files.
14121
14122 * sb-*.xpm: Remove files. New image files installed into
14123 etc/images/ezimage.
14124
14125 2005-09-30 Kenichi Handa <handa@m17n.org>
14126
14127 * ps-mule.el (ps-mule-show-warning): If a character is in
14128 ps-print-translation-table, don't treat it as non-printable.
14129
14130 2005-09-30 David Ponce <david@dponce.com>
14131
14132 * tree-widget.el (tree-widget-themes-load-path): New variable.
14133 (tree-widget-themes-directory): Doc fix.
14134 (tree-widget-image-formats) [Emacs]: Doc fix.
14135 (tree-widget--locate-sub-directory): New function.
14136 (tree-widget-themes-directory): Use it.
14137
14138 * recentf.el (recentf-filename-handlers): Rename from
14139 `recentf-filename-handler'. Allow a list of functions.
14140 (recentf-menu-items-for-commands): Fix :help strings.
14141 (recentf-apply-filename-handlers): New function.
14142 (recentf-expand-file-name): Use it.
14143 (recentf-cleanup): Remove duplicates too.
14144
14145 2005-09-29 Juri Linkov <juri@jurta.org>
14146
14147 * faces.el: Rearrange face definitions to be in the same order as
14148 their face descriptions in "(emacs)Standard Faces".
14149
14150 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
14151
14152 * tooltip.el (tooltip): Add group `basic-faces'.
14153
14154 * buff-menu.el (Buffer-menu-buffer): Remove group
14155 `font-lock-highlighting-faces'.
14156
14157 * progmodes/compile.el (compilation-error, compilation-warning)
14158 (compilation-info, compilation-line-number, compilation-column-number):
14159 Change group from `font-lock-highlighting-faces' to `compilation'.
14160
14161 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14162 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
14163 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
14164 (vhdl-font-lock-reserved-words-face)
14165 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
14166 `font-lock-highlighting-faces'.
14167
14168 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
14169
14170 2005-09-28 Kim F. Storm <storm@cua.dk>
14171
14172 * emulation/cua-base.el: Set CUA move property on additional commands:
14173 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
14174 forward-sexp, backward-sexp, forward-list, backward-list.
14175
14176 2005-09-28 Romain Francoise <romain@orebokech.com>
14177
14178 * comint.el (comint-show-output): Really set point at the
14179 beginning of the output when not using `comint-use-prompt-regexp'.
14180
14181 2005-09-27 Jay Belanger <belanger@truman.edu>
14182
14183 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
14184 in TeX mode.
14185
14186 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
14187
14188 * textmodes/org.el (org-table-sum): Fix format string.
14189
14190 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
14191 Quote face names.
14192
14193 2005-09-26 Romain Francoise <romain@orebokech.com>
14194
14195 * isearch.el (isearch-forward-regexp): Close doc string.
14196
14197 2005-09-25 Richard M. Stallman <rms@gnu.org>
14198
14199 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
14200
14201 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
14202
14203 * progmodes/compile.el (compilation-error-properties):
14204 When getting the file from the previous error message,
14205 correctly decode the new data format.
14206
14207 * progmodes/cc-cmds.el (c-electric-paren):
14208 Call old-blink-paren only for close-paren.
14209
14210 2005-09-24 Andreas Schwab <schwab@suse.de>
14211
14212 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
14213 condition.
14214
14215 2005-09-25 Romain Francoise <romain@orebokech.com>
14216
14217 * dired-aux.el (dired-copy-file-recursive):
14218 * dired.el (dired-delete-file):
14219 * ediff-mult.el (ediff-dir-diff-copy-file):
14220 * ediff-util.el (ediff-test-save-region):
14221 * forms.el (forms-mode):
14222 * ido.el (ido-file-internal, ido-delete-file-at-head):
14223 * log-edit.el (log-edit-done):
14224 * ses.el (ses-yank-resize):
14225 * play/gomoku.el (gomoku-human-plays, gomoku)
14226 (gomoku-human-resigns, gomoku-prompt-for-other-game)
14227 (gomoku-offer-a-draw):
14228 * play/landmark.el (lm-human-resigns, lm):
14229 * net/eudcb-ldap.el (eudc-ldap-check-base):
14230 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
14231 * progmodes/ebrowse.el (ebrowse-find-pattern):
14232 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
14233 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
14234 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
14235
14236 * vc.el (vc-delete-file):
14237 * play/gomoku.el (gomoku-terminate-game, gomoku)
14238 (gomoku-prompt-for-move, gomoku-human-takes-back):
14239 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
14240 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
14241
14242 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
14243
14244 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
14245 color rxvt terminals by using the code xterm.el used to use before
14246 2005-04-09 in order to match the colors used by rxvt.
14247
14248 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14249
14250 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
14251 colors rxvt-unicode terminals by using the same code as xterm.el.
14252
14253 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
14254
14255 * textmodes/tex-mode.el (tex-font-lock-append-prop)
14256 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
14257 new symbol used for the tex-verbatim face.
14258
14259 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
14260
14261 * woman.el (woman-file-name):
14262 * wid-edit.el (widget-file-prompt-value)
14263 (widget-coding-system-prompt-value):
14264 * w32-fns.el (set-w32-system-coding-system):
14265 * vc.el (vc-version-diff, vc-annotate):
14266 * textmodes/reftex-auc.el (reftex-arg-cite)
14267 (reftex-arg-index-tag):
14268 * textmodes/refer.el (refer-get-bib-files):
14269 * textmodes/artist.el (artist-figlet-choose-font):
14270 * terminal.el (terminal-emulator):
14271 * replace.el (occur-read-primary-args):
14272 * rect.el (string-rectangle, string-insert-rectangle):
14273 * ps-print.el (ps-print-preprint):
14274 * progmodes/pascal.el (pascal-goto-defun):
14275 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
14276 * progmodes/compile.el (compilation-find-file):
14277 * printing.el (pr-interactive-n-up):
14278 * play/animate.el (animate-birthday-present):
14279 * net/rcompile.el (remote-compile):
14280 * man.el (man, Man-goto-section, Man-follow-manual-reference):
14281 * mail/rmailsum.el (rmail-summary-search-backward)
14282 (rmail-summary-search):
14283 * mail/rmailout.el (rmail-output-read-rmail-file-name)
14284 (rmail-output-read-file-name):
14285 * mail/rmail.el (rmail-search, rmail-search-backwards):
14286 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
14287 * locate.el (locate):
14288 * international/quail.el (quail-show-keyboard-layout):
14289 * international/mule.el (set-buffer-file-coding-system)
14290 (revert-buffer-with-coding-system, set-file-name-coding-system)
14291 (set-terminal-coding-system, set-keyboard-coding-system)
14292 (set-next-selection-coding-system):
14293 * international/mule-diag.el (describe-coding-system)
14294 (describe-font, describe-fontset):
14295 * international/mule-cmds.el (universal-coding-system-argument)
14296 (search-unencodable-char, describe-input-method)
14297 (set-language-environment, describe-language-environment):
14298 * international/codepage.el (codepage-setup):
14299 * international/code-pages.el (codepage-setup):
14300 * info.el (Info-search, Info-follow-reference)
14301 (Info-search-backward):
14302 * emacs-lisp/advice.el (ad-read-advised-function)
14303 (ad-read-advice-class, ad-clear-cache, ad-activate)
14304 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
14305 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
14306 (ad-read-regexp):
14307 * ediff-util.el (ediff-toggle-regexp-match):
14308 * ediff-ptch.el (ediff-prompt-for-patch-file):
14309 * dired-aux.el (dired-diff):
14310 * diff.el (diff):
14311 * cus-edit.el (custom-variable-prompt):
14312 * calendar/timeclock.el (timeclock-ask-for-project):
14313 * calc/calcalg3.el (calc-get-fit-variables):
14314 * calc/calc-store.el (calc-edit-variable)
14315 (calc-permanent-variable):
14316 * vc-mcvs.el (vc-mcvs-register):
14317 * shadowfile.el (shadow-define-literal-group):
14318 * woman.el (woman-file-name):
14319 * vc.el (vc-version-diff, vc-merge):
14320 * textmodes/reftex-index.el (reftex-index-complete-tag):
14321 * format.el (format-decode-buffer, format-decode-region):
14322 * emulation/viper-cmd.el (viper-read-string-with-history):
14323 * emacs-lisp/debug.el (cancel-debug-on-entry):
14324 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14325 * ediff.el (ediff-merge-revisions)
14326 (ediff-merge-revisions-with-ancestor, ediff-revision):
14327 * completion.el (interactive-completion-string-reader):
14328 * calc/calc-prog.el (calc-user-define-formula):
14329 Follow convention for reading with the minibuffer.
14330
14331 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
14332
14333 * progmodes/python.el (python-describe-symbol): Add globals() and
14334 locals() to the arguments of emacs.ehelp.
14335
14336 2005-09-24 Magnus Henoch <mange@freemail.hu>
14337
14338 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
14339 New function, code extracted from ispell-valid-dictionary-list.
14340 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
14341 Call it.
14342
14343 2005-09-24 Eli Zaretskii <eliz@gnu.org>
14344
14345 * subr.el (version-regexp-alist): Extend valid syntax for version
14346 strings: allow any of the characters -,_,+ to separate the
14347 alpha/beta/rc part from the version part. Doc fix.
14348 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
14349
14350 2005-09-23 David Reitter <david.reitter@gmail.com>
14351
14352 * mail/mailclient.el: New file.
14353
14354 2005-09-23 Richard M. Stallman <rms@gnu.org>
14355
14356 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
14357 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
14358 Doc fixes.
14359
14360 * progmodes/cc-mode.el (c-font-lock-init):
14361 Specify font-lock-lines-before.
14362
14363 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14364
14365 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
14366 whole conflict.
14367
14368 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
14369
14370 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
14371 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
14372 of `remap' feature when available. Additional key bindings for
14373 better tty support.
14374 (org-mode-restart, org-force-self-insert): New commands.
14375 (org-time-stamp-inactive): New command.
14376 (org-remap): New function.
14377 (org-table-auto-blank-field, org-level-color-stars-only): New options.
14378 (org-enable-fixed-width-editor): Move to `org-structure'
14379 customization group.
14380 (org-self-insert-command, orgtbl-self-insert-command): Modify to
14381 blank field after field motion commands.
14382
14383 2005-09-23 Kenichi Handa <handa@m17n.org>
14384
14385 * international/mule-cmds.el (set-language-environment):
14386 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
14387 have to call utf-translate-cjk-load-tables.
14388
14389 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
14390
14391 * mouse.el (mouse-move-drag-overlay): Fix last change.
14392
14393 2005-09-22 David Ponce <david@dponce.com>
14394
14395 * tree-widget.el (tree-widget-value-create): Fix previous change.
14396
14397 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14398
14399 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
14400
14401 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14402
14403 * mouse.el (mouse-move-drag-overlay): New function.
14404 (mouse-drag-region-1): Use it.
14405 Try to simplify a bit the state handling. Handle clicks on links
14406 inside intangible areas.
14407 (mouse-save-then-kill): Minor simplification.
14408 (mouse-secondary-overlay): Make it always non-nil instead of
14409 recreating it each time.
14410 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
14411 (mouse-kill-secondary, mouse-secondary-save-then-kill):
14412 Simplify accordingly.
14413
14414 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14415
14416 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
14417
14418 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
14419
14420 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
14421 (ediff-file-name-sans-prefix): Treat nil as an empty string.
14422 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
14423 to patch.
14424
14425 * ediff-util.el: Use insert-buffer-substring.
14426
14427 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
14428
14429 * emulation/viper-cmd.el (viper-change-state): Don't move over the
14430 field boundaries in the minibuffer.
14431 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
14432 (viper-minibuffer-post-command-hook): New hook.
14433 (viper-line): Don't move cursor at bolp.
14434
14435 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
14436
14437 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
14438 avoid compiler warnings.
14439
14440 * emulation/viper-macs.el (ex-map): Better messages.
14441
14442 * emulation/viper-utils.el (viper-beginning-of-field): New function.
14443
14444 * emulation/viper.el: Replace make-variable-buffer-local with
14445 viper-make-variable-buffer-local everywhere, to avoid warnings.
14446
14447 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14448
14449 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
14450 Delete unused var `old-selected-window'.
14451 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
14452 (mouse-drag-secondary): Delete unused var `start-frame'.
14453
14454 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14455
14456 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
14457
14458 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14459
14460 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
14461 Re-indent within 80 columns. Use inhibit-read-only.
14462
14463 2005-09-19 Romain Francoise <romain@orebokech.com>
14464
14465 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
14466
14467 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14468
14469 * font-lock.el (font-lock-default-fontify-region): Don't add a line
14470 unconditionally, since the after-change-function already did it.
14471
14472 2005-09-19 Miles Bader <miles@gnu.org>
14473
14474 * net/newsticker.el: Get rid of CVS keyword.
14475
14476 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
14477
14478 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
14479 The prompt is formatted later.
14480
14481 2005-09-19 David Ponce <david@dponce.com>
14482
14483 * tree-widget.el (tree-widget-value-create): Save the converted
14484 tree :node widget.
14485
14486 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
14487
14488 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
14489 variable `message'.
14490
14491 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
14492
14493 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
14494 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
14495 <slawomir.nowaczyk.847@student.lu.se>.
14496
14497 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
14498
14499 * image.el (image-load-path): Use symbol `data-directory' instead
14500 of its value, for backward compatibility with packages that bind
14501 it during `find-image'. Suggested by Katsumi Yamaoka.
14502 (image-search-load-path): Handle symbols whose values are strings.
14503
14504 2005-09-18 Romain Francoise <romain@orebokech.com>
14505
14506 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
14507 with-current-buffer form in save-excursion.
14508
14509 2005-09-18 Deepak Goel <deego@gnufans.org>
14510
14511 * apropos.el (apropos-command): Fix `message' call: first arg
14512 should be a format spec. In this and all other cases that appear
14513 below and elsewhere in the source code, I made a change only when
14514 two conditions were satisfied: [1] I can think of a possibility
14515 that the arguments would cause an error, for example, the code in
14516 question relies on external variables such as filenames. [2] I
14517 was sure that the arg to `message' could not have been nil in the code.
14518
14519 * textmodes/tildify.el (tildify-region): Ditto.
14520
14521 * textmodes/reftex-index.el (reftex-index-change-entry)
14522 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
14523 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
14524 * textmodes/org.el (org-complete, org-deadline, org-schedule)
14525 (org-priority, org-table-sum):
14526 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
14527 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
14528 (flyspell-word, flyspell-display-next-corrections):
14529 * textmodes/bibtex.el (bibtex-print-help-message):
14530 * textmodes/artist.el (artist-key-set-point-poly):
14531 * term/mac-win.el (mac-services-insert-text):
14532 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
14533 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
14534 (vhdl-port-paste-testbench, vhdl-compose-new-component)
14535 (vhdl-compose-configuration):
14536 * progmodes/sh-script.el (sh-blink, sh-show-indent)
14537 (sh-set-indent, sh-learn-line-indent):
14538 * progmodes/ps-mode.el (ps-mode-target-column):
14539 * progmodes/idlwave.el (idlwave-make-tags)
14540 (idlwave-scan-library-catalogs):
14541 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
14542 * progmodes/gud.el (gud-jdb-analyze-source):
14543 * progmodes/flymake.el (flymake-log):
14544 * progmodes/ebnf2ps.el (ebnf-generate-region):
14545 * progmodes/cmacexp.el (c-macro-expansion):
14546 * progmodes/ada-xref.el (ada-treat-cmd-string):
14547 * progmodes/ada-mode.el (ada-create-case-exception-substring)
14548 (ada-justified-indent-current, ada-batch-reformat):
14549 * play/zone.el (zone):
14550 * play/landmark.el (lm-move):
14551 * play/decipher.el (decipher-show-alphabet):
14552 * net/newsticker.el (newsticker--display-jump)
14553 (newsticker--display-scroll):
14554 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
14555 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
14556 * mail/feedmail.el (feedmail-dump-message-to-queue):
14557 * eshell/esh-proc.el (eshell-remove-process-entry):
14558 * emulation/ws-mode.el (ws-last-error):
14559 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
14560 (viper-record-kbd-macro):
14561 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
14562 * emacs-lisp/lisp-mnt.el (lm-report-bug):
14563 * emacs-lisp/find-func.el (find-function-noselect):
14564 * calendar/timeclock.el (timeclock-status-string)
14565 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
14566 (timeclock-when-to-leave-string):
14567 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
14568 * calc/calc-units.el (calc-enter-units-table):
14569 * calc/calc-mode.el (calc-mode-record-mode):
14570 * woman.el (woman-mini-help):
14571 * wdired.el (wdired-change-to-wdired-mode):
14572 * vc.el (vc-retrieve-snapshot):
14573 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
14574 * startup.el (display-startup-echo-area-message):
14575 * simple.el (set-goal-column):
14576 * ses.el (ses-command-hook, ses-recalculate-cell):
14577 * server.el (server-process-filter):
14578 * printing.el (pr-interface-txt-print, pr-interface-printify)
14579 (pr-interface-ps):
14580 * pcvs.el (cvs-help):
14581 * log-edit.el (log-edit, log-edit-mode-help):
14582 * iswitchb.el (iswitchb-possible-new-buffer):
14583 * isearch.el (isearch-edit-string):
14584 * image-mode.el (image-mode, image-minor-mode):
14585 * ibuf-macs.el (define-ibuffer-filter):
14586 * hi-lock.el (hi-lock-find-patterns):
14587 * files.el (toggle-read-only):
14588 * ediff-util.el (ediff-copy-diff)
14589 (ediff-write-merge-buffer-and-maybe-kill):
14590 * echistory.el (Electric-history-undefined):
14591 * dnd.el (dnd-insert-text):
14592 * dired-aux.el (dired-query):
14593 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
14594 * bookmark.el (bookmark-bmenu-locate):
14595 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
14596 Fix `message' calls to ensure first arg is a format string.
14597 The change was made only when these two conditions were satisfied:
14598 [1] when there is a possibility that the arguments would cause an error
14599 for example, if the code in question relies on external variables
14600 such as filenames, and
14601 [2] if the arg to `message' could not have been nil in the code.
14602
14603 * pcomplete.el (pcomplete--help): Fix `message' format spec.
14604 Not having a %s would be weird, though not technically wrong.
14605
14606 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14607
14608 * term/mac-win.el (mac-add-charset-info): Doc fix.
14609
14610 2005-09-17 Romain Francoise <romain@orebokech.com>
14611
14612 * shell.el (shell-resync-dirs): Handle echoing processes more
14613 reliably. Don't insert resync command if `comint-process-echoes'
14614 is non-nil.
14615
14616 2005-09-17 Magnus Henoch <mange@freemail.hu>
14617
14618 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
14619 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
14620 aspell versions >= 0.60.
14621 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
14622 only if ispell-aspell-supports-utf8 is non-nil.
14623
14624 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
14625
14626 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
14627 buffer-local value to lisp-indent-function.
14628
14629 2005-09-17 Milan Zamazal <pdm@zamazal.org>
14630
14631 * progmodes/glasses.el (glasses-make-readable): If
14632 glasses-separator differs from underscore, put appropriate
14633 overlays over underscore characters.
14634 (glasses-convert-to-unreadable): If glasses-separator differs from
14635 underscore, try to convert glasses-separator characters to
14636 underscores.
14637
14638 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14639
14640 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
14641 Use with-syntax-table and dolist.
14642
14643 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
14644
14645 * textmodes/reftex-auc.el:
14646 * textmodes/reftex-cite.el:
14647 * textmodes/reftex-dcr.el:
14648 * textmodes/reftex-global.el:
14649 * textmodes/reftex-parse.el:
14650 * textmodes/reftex-ref.el:
14651 * textmodes/reftex-sel.el:
14652 * textmodes/reftex-toc.el:
14653 * textmodes/reftex-vars.el:
14654 * textmodes/reftex.el: Small changes to remove compiler warnings.
14655
14656 * textmodes/reftex-index.el: Likewise.
14657 (reftex-query-index-phrase): More efficient use of markers.
14658
14659 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14660
14661 * image.el (image-load-path): New variable.
14662 (image-search-load-path): New function.
14663 (find-image): Search for images in `image-load-path'.
14664
14665 2005-09-15 Richard M. Stallman <rms@gnu.org>
14666
14667 * follow.el: Change Maintainer field.
14668
14669 2005-09-15 David Ponce <david@dponce.com>
14670
14671 * recentf.el (recentf-save-file-modes): New option.
14672 (recentf-save-list): Use it.
14673
14674 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
14675
14676 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
14677 (mode-line-mule-info, mode-line-modified): Move bindings from
14678 mouse-3 to mouse-1.
14679
14680 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14681
14682 * simple.el (sendmail-user-agent-compose): Revert last change.
14683
14684 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14685
14686 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
14687 Use with-current-buffer.
14688 (ange-ftp-gwp-start): Remove unused var `gw-user'.
14689 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
14690 (ange-ftp-insert-directory): Remove unused var `short'.
14691 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
14692
14693 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
14694 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
14695
14696 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
14697 (check-calendar-holidays, diary-list-entries): Autoload.
14698 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
14699 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
14700
14701 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
14702 which mistakenly removed a call to display-buffer.
14703
14704 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
14705
14706 * obsolete/iso-insert.el: Move to obsolete/ from international/.
14707
14708 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
14709
14710 * progmodes/hideshow.el
14711 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
14712 (hs-allow-nesting): New user var.
14713 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
14714 (hs-hide-block-at-point): When nesting allowed,
14715 if there is already an overlay in place, delete it.
14716 (hs-safety-is-job-n): Delete func; remove call sites.
14717 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
14718 (hs-overlay-at): New func.
14719 (hs-already-hidden-p, hs-show-block): Use it.
14720 (hs-hide-all): Don't pre-clean if nesting allowed.
14721 (hs-show-all): Temporarily disallow
14722 nesting around call to `hs-discard-overlays'.
14723
14724 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
14725
14726 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
14727 Delete unused local var.
14728
14729 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
14730
14731 * help-fns.el (describe-categories): "?\ " -> "?\s".
14732 (help-do-arg-highlight): Recognize also ARG-n, as in
14733 `move-to-left-margin' (ARG+n is already recognized). Simplify.
14734
14735 * international/codepage.el (dos-unsupported-char-glyph):
14736 * net/newsticker.el (tool-bar-map, w3-mode-map)
14737 (w3m-minor-mode-map):
14738 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
14739 (ent-alist):
14740 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
14741
14742 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
14743
14744 * custom.el (custom-push-theme): Handle the case where a symbol is
14745 bound but face properties have not yet been assigned.
14746
14747 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
14748 Fix behavior if noerase is `t' and there is no mail buffer.
14749
14750 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
14751 if `continue' is nil, rather than signal an error.
14752
14753 2005-09-12 Richard M. Stallman <rms@gnu.org>
14754
14755 * font-lock.el (font-lock-keywords): Add autoload.
14756
14757 * help-fns.el (describe-variable): Rearrange to put source link
14758 in a predictable place.
14759
14760 * net/newsticker.el: New file.
14761
14762 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14763
14764 * calendar/calendar.el (calendar-for-loop): Add edebug info.
14765 (calendar-basic-setup): Use the new nil arg.
14766 (number-of-diary-entries): Move to diary-lib.el.
14767
14768 * calendar/diary-lib.el: Use with-current-buffer, match-string.
14769 (diary-list-entries): Use with-syntax-table and dolist.
14770 Rename from list-diary-entries.
14771 Use number-of-diary-entries if `number' is nil.
14772 (diary, diary-view-entries): Use this new name and new nil arg value.
14773 (number-of-diary-entries): Move from calendar.el.
14774 (diary-unhide-everything): New function.
14775 (include-other-diary-files, fancy-diary-display)
14776 (diary-show-all-entries, make-diary-entry): Use it.
14777 (diary-mail-entries): Use buffer-string.
14778 (mark-diary-entries): Fix long standing paren typo.
14779 (diary-sexp-entry): Use count-lines.
14780 (make-diary-entry): Avoid `previous-line'.
14781 (diary-mode-map): New var.
14782 (diary-mode): Redraw cal after saving. Setup header-line.
14783 (fancy-diary-display-mode): Use local-set-key.
14784
14785 * startup.el (command-line): Try calling various terminal-init-foo-bar
14786 functions by stripping hyphenated suffixes from $TERM.
14787
14788 * files.el (normal-mode): Check boundness of font-lock-keywords.
14789
14790 2005-09-12 Richard M. Stallman <rms@gnu.org>
14791
14792 * progmodes/compile.el: Don't decide a file's directory
14793 until the user actually tries to go there.
14794 (compilation-next-error-function):
14795 Pass compilation-find-file the directory from the file-struct.
14796 (compilation-internal-error-properties): Separate local FILE-STRUCT
14797 from FILE. Doc the args better. Rename arg FMT to FMTS.
14798 (compilation-find-file): Arg DIR renamed to DIRECTORY.
14799 Expand it, and if nil, use default-directory.
14800 (compilation-get-file-structure): Don't mix specified directory
14801 with default directory. Put specified directory into
14802 file-struct. Don't make the file name absolute.
14803
14804 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
14805 (compile-command): Add autoload.
14806 (compilation-disable-input): Add autoload.
14807
14808 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
14809
14810 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
14811 strings of the variables it can override.
14812 (time-stamp): New (as yet undocumented) time-stamp-format escapes
14813 %Q and %q, for fully-qualified domain name and unqualified host name.
14814
14815 2005-09-11 Kim F. Storm <storm@cua.dk>
14816
14817 * emacs-lisp/authors.el (authors-aliases): Update list.
14818 (authors-fixed-entries): Update mldrag.el entry.
14819
14820 2005-09-10 Alan Mackenzie <acm@muc.de>
14821
14822 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
14823 from the region narrowed to.
14824
14825 2005-09-10 Magnus Henoch <mange@freemail.hu>
14826
14827 * textmodes/ispell.el (ispell-check-version): Signal an error if
14828 aspell version is less than 0.60.
14829
14830 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
14831
14832 * progmodes/octave-inf.el (inferior-octave-startup):
14833 Resync current dir at the end.
14834
14835 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
14836
14837 * woman.el (woman-topic-at-point-default):
14838 Rename to woman-use-topic-at-point-default.
14839 (woman-topic-at-point): Rename to woman-use-topic-at-point.
14840 (woman-file-name): Reflect renames above. Automatically use the
14841 word at point as topic if woman-use-topic-at-point is non-nil.
14842 Otherwise offer it as default but don't insert it in the
14843 minibuffer. Also use `test-completion' instead of `assoc' as
14844 suggested by Stefan Monnier.
14845
14846 2005-09-10 Andre Spiegel <spiegel@gnu.org>
14847
14848 * vc.el (vc-directory, vc-update-change-log): Throw an error on
14849 the attempt to do it over Tramp. This is not yet supported.
14850
14851 2005-09-10 Eli Zaretskii <eliz@gnu.org>
14852
14853 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14854 (menu-bar-non-minibuffer-window-p): New functions.
14855 ("Split Window", "Save As..."): Use them.
14856 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
14857 ("Print Buffer", "Truncate Long Lines in this Buffer"):
14858 Use menu-bar-menu-frame-live-and-visible-p.
14859 ("Save Buffer", "Insert File", "Open Directory...")
14860 ("Open File...", "Visit New File..."):
14861 Use menu-bar-non-minibuffer-window-p.
14862 (kill-this-buffer-enabled-p, dired <menu-enable>):
14863 Use menu-bar-non-minibuffer-window-p.
14864
14865 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14866
14867 * cus-start.el (all): Don't complain about fringe-related
14868 built-ins if fringes are not supported. Ditto about
14869 selection-related built-ins. Fix the test for GTK-related built-ins.
14870
14871 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
14872 ("Postscript Print Buffer", "Print Region", "Save As...")
14873 ("Save", "Insert File...", "Open Directory...")
14874 ("Open File...", "Visit New File..."")
14875 ("Truncate Long Lines in this Buffer"): Don't look at
14876 menu-updating-frame if this display does not support multiple frames.
14877
14878 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14879
14880 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
14881
14882 2005-09-09 Emilio Lopes <eclig@gmx.net>
14883
14884 * woman.el: Format- and whitespace-related changes.
14885
14886 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14887
14888 * woman.el: Fix my email address.
14889
14890 2005-09-08 Richard M. Stallman <rms@gnu.org>
14891
14892 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
14893 (sh-mode): Locally set skeleton-pair-default-alist.
14894
14895 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
14896
14897 * progmodes/flymake.el: Require `compile' unconditionally.
14898
14899 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
14900
14901 * woman.el (woman-file-name): Provide a default, not initial input.
14902
14903 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
14904
14905 * font-lock.el (font-lock-support-mode): Doc fix.
14906
14907 * descr-text.el (describe-property-list): Handle non-symbol prop names.
14908
14909 2005-09-08 Richard M. Stallman <rms@gnu.org>
14910
14911 * simple.el (blink-matching-open): Get rid of text props from
14912 the string shown in echo area. Don't permanently set point.
14913 Some rearrangements.
14914
14915 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
14916
14917 * recentf.el (recentf-filename-handler): Add custom choice
14918 `abbreviate-file-name'.
14919
14920 * msb.el (msb--very-many-menus): Fix typo.
14921
14922 * disp-table.el (standard-display-european): Don't set
14923 enable-multibyte-characters to nil.
14924
14925 2005-09-08 David Ponce <david@dponce.com>
14926
14927 * recentf.el (recentf-show-file-shortcuts-flag): New option.
14928 (recentf-expand-file-name): Doc fix.
14929 (recentf-dialog-mode-map): Define digit shortcuts.
14930 (recentf--files-with-key): New variable.
14931 (recentf-show-digit-shortcut-filter): New function.
14932 (recentf-open-files-items): New function.
14933 (recentf-open-files): Use it.
14934 (recentf-open-file-with-key): New command.
14935
14936 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
14937
14938 * buff-menu.el (Buffer-menu-sort-by-column): New function.
14939 Suggested by Kim F. Storm.
14940 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
14941 (Buffer-menu-make-sort-button): Use global keymap.
14942
14943 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
14944
14945 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
14946 (Man-getpage-in-background-advice): Remove defadvice; it isn't
14947 necessary any longer with the remapped command.
14948 (Man-bgproc-sentinel-advice): Remove defadvice which counts
14949 formatting time only.
14950
14951 * net/tramp.el (tramp-action-password)
14952 (tramp-multi-action-password): Compile the password prompt from
14953 `method', `user' and `host'. Sometimes it isn't obvious which
14954 password to enter, for example with remote files offered by
14955 recentf.el, or with multiple steps. Suggested by Robert Marshall
14956 <robert@chezmarshall.freeserve.co.uk>.
14957
14958 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14959
14960 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14961 Fix regexp for when "s///" is at the beginning of line.
14962
14963 2005-09-07 Jay Belanger <belanger@truman.edu>
14964
14965 * calc/calc-poly.el (math-expand-term): Multiply out any powers
14966 when in matrix mode.
14967
14968 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
14969
14970 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
14971 non-anonymous functions.
14972
14973 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
14974
14975 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
14976 when using a header line. Otherwise, use mouse-1-click-follows-link.
14977
14978 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
14979 can't be moved; don't signal an error.
14980
14981 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
14982
14983 * cus-theme.el (custom-theme-write-faces): Save the current face
14984 spec, not the defface spec.
14985
14986 * custom.el (custom-known-themes): Clarify meaning of "standard".
14987 (custom-push-theme): Save old values in the standard theme.
14988 (disable-theme): Correct typo.
14989 (custom-face-theme-value) Deleted unused function.
14990 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
14991
14992 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
14993
14994 * progmodes/compile.el (compilation-goto-locus): Take into account
14995 iconified frames when determining whether the buffer is
14996 already visible.
14997 Don't reset window height if the window already existed.
14998
14999 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
15000
15001 * custom.el (load-theme): Rename from require-theme.
15002 Add interactive spec.
15003 (enable-theme): Rename from custom-enable-theme.
15004 Add interactive spec.
15005 (disable-theme): Rename from custom-disable-theme.
15006 Add interactive spec.
15007 (custom-make-theme-feature): Doc fix.
15008 (custom-theme-directory): Doc fix.
15009 (provide-theme): Call enable-theme.
15010
15011 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
15012
15013 * obsolete/lazy-lock.el (lazy-lock-mode):
15014 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
15015 font-lock-mode if it's off. Print a warning instead.
15016
15017 * progmodes/compile.el (compilation-start): Ignore errors if the
15018 process died before we get to send-eof.
15019
15020 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
15021 Undo last change. Enclosing the result in quotes broke things on Unix
15022 since tex-send-command passes it through shell-quote-argument.
15023 (tex-send-command): Pass `file' through convert-standard-filename
15024 when possible.
15025 (tex-uptodate-p): Handle the case where TeX hasn't put additional
15026 info in a transcript.
15027
15028 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
15029
15030 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
15031 fix compilation warning. Reorder the key definitions to group
15032 together keys emitted by the current version of xterm.
15033
15034 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
15035 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
15036 Reorder predicates to correct min-color usage.
15037
15038 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
15039
15040 * longlines.el (longlines-mode): Inhibit read-only when encoding.
15041 Kill local variables when longlines-mode is turned off.
15042
15043 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
15044
15045 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
15046
15047 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
15048
15049 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
15050
15051 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
15052 (font-lock-lines-before): Change default to being inactive.
15053 (font-lock-default-fontify-region): Obey font-lock-lines-before.
15054 (font-lock-after-change-function): Don't handle f-l-lines-before here.
15055
15056 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
15057
15058 * net/tramp.el (tramp-handle-make-auto-save-file-name):
15059 Deactivate temporarily advice if active (not needed for Emacs 22,
15060 but for backwards compatibility).
15061 (tramp-exists-file-name-handler): Rewrite. First implementation
15062 was too simple.
15063 (tramp-advice-make-auto-save-file-name):
15064 Call `tramp-handle-make-auto-save-file-name' (again, just for
15065 backwards compatibility).
15066
15067 2005-08-31 Reto Zimmermann <reto@gnu.org>
15068
15069 * progmodes/vhdl-mode.el
15070 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
15071 (vhdl-end-p): Fix indentation bug "else" after "-- when".
15072 (vhdl-set-default-project): New function (easier setting of default).
15073 (vhdl-port-copy): Handle extended identifiers for generics.
15074 (vhdl-compiler-alist): Better description for error message regexp.
15075 (vhdl-make): Query for target, use previous as default.
15076 (vhdl-port-copy): Fix port copy for port names starting with "signal".
15077 (vhdl-font-lock-keywords-2): Fix fontification for record
15078 el. assign.
15079 (vhdl-speedbar-make-subpack-line): Add package body link.
15080 (vhdl-generate-makefile-1): Not include itself as dependency.
15081 (vhdl-font-lock-init): Highlight c-preprocessor directives.
15082 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
15083 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
15084 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
15085 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
15086 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
15087 (vhdl-import-project): Add string argument for `error'.
15088 (vhdl-compose-configuration)
15089 (vhdl-compose-configuration-architecture): Add configuration
15090 declaration generation.
15091 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
15092 (vhdl-trailer-re): Add "record" keyword (better indentation).
15093 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
15094 "[^ \t-\"]+".
15095 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
15096 (vhdl-testbench-entity-file-name)
15097 (vhdl-testbench-architecture-file-name): Allow separate
15098 customization of testbench file names.
15099 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
15100 (vhdl-get-visible-signals): Allow newline within alias declaration.
15101 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
15102 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
15103 (member-ignore-case): Alias for missing function in XEmacs.
15104 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
15105 (vhdl-update-sensitivity-list): Ignore case on read signals.
15106 (vhdl-replace-string): Adjust case only for file names.
15107 (vhdl-update-sensitivity-list): Fix search for read signals.
15108 (vhdl-update-sensitivity-list): Exclude formal parameters.
15109 (vhdl-get-visible-signals): Include aliases of signals.
15110 (vhdl-get-visible-signals): Fix signal name searching.
15111 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
15112 (vhdl-fixup-whitespace-region): Fix for character
15113 literals (e.g. `:').
15114
15115 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
15116
15117 * ansi-color.el (comint-last-output-start):
15118 * bs.el (font-lock-verbose):
15119 * diff-mode.el (add-log-buffer-file-name-function):
15120 * dired-x.el (vm-folder-directory):
15121 * faces.el (help-xref-stack-item):
15122 * files.el (font-lock-keywords):
15123 * find-lisp.el (dired-buffers, dired-subdir-alist):
15124 * ido.el (cua-inhibit-cua-keys):
15125 * log-view.el (cvs-minor-wrap-function):
15126 * outline.el (font-lock-warning-face):
15127 * simple.el (compilation-current-error):
15128 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
15129 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
15130 * tooltip.el (comint-prompt-regexp):
15131 * w32-fns.el (explicit-shell-file-name):
15132 * term/mac-win.el (mac-charset-info-alist)
15133 (mac-services-selection, mac-system-script-code):
15134 * term/tty-colors.el (msdos-color-values):
15135 * term/w32-win.el (xlfd-regexp-registry-subnum):
15136 * term/x-win.el (x-keysym-table, x-selection-timeout)
15137 (x-session-id, x-session-previous-id):
15138 * textmodes/ispell.el (mail-yank-prefix):
15139 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
15140 * textmodes/org.el (calc-embedded-close-formula)
15141 (calc-embedded-open-formula)
15142 (font-lock-unfontify-region-function):
15143 * textmodes/reftex-global.el (isearch-next-buffer-function)
15144 (TeX-master):
15145 * textmodes/reftex.el (font-lock-keywords):
15146 * textmodes/tex-mode.el (font-lock-comment-face)
15147 (font-lock-doc-face):
15148 * textmodes/texinfo.el (outline-heading-alist):
15149 Add defvars.
15150
15151 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
15152 (artist-spray-chars, artist-mode-init, artist-replace-string)
15153 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
15154 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
15155 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
15156
15157 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
15158 (conf-align-assignments): "?\ " -> "?\s".
15159
15160 * textmodes/reftex-index.el (TeX-master): Add defvar.
15161 (reftex-index-phrases-marker): Move up defvar.
15162
15163 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
15164 (reftex-toc-include-labels-indicator)
15165 (reftex-toc-include-index-indicator)
15166 (reftex-toc-max-level-indicator): Move up declarations.
15167
15168 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
15169 of args to `tramp-run-real-handler', even if it's empty in this case.
15170
15171 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15172
15173 * dired.el (dired-move-to-filename-regexp): Add date format for
15174 Mac OS X 10.3 in East Asian locales.
15175
15176 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
15177
15178 * files.el (make-auto-save-file-name): Add file name handler call
15179 if applicable.
15180
15181 * net/tramp.el (tramp-file-name-handler-alist)
15182 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
15183 (tramp-handle-make-auto-save-file-name): Rename from
15184 `tramp-make-auto-save-file-name'.
15185 (tramp-exists-file-name-handler): New defun.
15186 (tramp-advice-make-auto-save-file-name): Make defadvice only when
15187 `make-auto-save-file-name' is not a magic file name operation.
15188
15189 2005-08-30 Richard M. Stallman <rms@gnu.org>
15190
15191 * files.el (risky-local-variable-p):
15192 Match `-predicates' and `-commands.
15193
15194 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
15195 (custom-save-all): Visit the file if necessary;
15196 kill the buffer if we created it.
15197 (custom-save-delete): Don't visit file or kill buffer here.
15198
15199 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
15200
15201 * textmodes/org.el (org-special-keyword): New face.
15202 (org-table-copy-down, org-table-eval-formula)
15203 (org-table-recalculate, org-init-section-numbers):
15204 Use `string-to-number' instead of `string-to-int'.
15205 (org-get-location): Use `insert-buffer-substring' instead of
15206 `insert-buffer'.
15207 (org-modify-diary-entry-string): New function.
15208 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
15209 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
15210 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
15211 active region.
15212 (org-export-as-html): Handle QUOTE keyword.
15213 (org-quote-string): New option.
15214 (org-bookmark-jump-unhide): New function, used for
15215 `bookmark-after-jump-hook'.
15216 (org-diary-default-entry): Apply only when not called through
15217 `org-agenda'.
15218
15219 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
15220
15221 * net/eudc.el (mode-popup-menu):
15222 * play/handwrite.el (ps-printer-name, ps-lpr-command):
15223 * progmodes/ada-mode.el (compile-auto-highlight)
15224 (skeleton-further-elements):
15225 * progmodes/autoconf.el (font-lock-syntactic-keywords):
15226 * progmodes/cmacexp.el (msdos-shells):
15227 * progmodes/compile.el (font-lock-extra-managed-props)
15228 (font-lock-keywords, font-lock-maximum-size)
15229 (font-lock-support-mode):
15230 * progmodes/grep.el (font-lock-lines-before):
15231 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
15232 * progmodes/mixal-mode.el (compile-command):
15233 * progmodes/perl-mode.el (font-lock-comment-face)
15234 (font-lock-doc-face, font-lock-string-face):
15235 * progmodes/prolog.el (comint-prompt-regexp):
15236 * progmodes/sh-script.el (font-lock-comment-face)
15237 (font-lock-set-defaults, font-lock-string-face):
15238 * progmodes/sql.el (font-lock-keyword-face)
15239 (font-lock-set-defaults, font-lock-string-face):
15240 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
15241 (itimer-version, lazy-lock-defer-contextually)
15242 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
15243 Add defvars.
15244
15245 * progmodes/cperl-mode.el (cperl-electric-lbrace)
15246 (cperl-electric-keyword, cperl-electric-pod)
15247 (cperl-electric-backspace, cperl-forward-re)
15248 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
15249 (vc-rcs-header, vc-sccs-header): Add defvars.
15250
15251 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
15252 (font-lock-syntactic-keywords, gud-find-expr-function):
15253 Add defvars.
15254
15255 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
15256 (gdb-frame-parameters): Declare before use.
15257
15258 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
15259 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
15260 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
15261 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
15262
15263 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
15264 (idlwave-help-with-source): Use `insert-buffer-substring', not
15265 `insert-buffer'.
15266
15267 2005-08-29 Juri Linkov <juri@jurta.org>
15268
15269 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
15270 Put outline-back-to-heading function call inside save-excursion.
15271
15272 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
15273
15274 * man.el (Man-init-defvars, Man-translate-references)
15275 (Man-support-local-filenames, Man-highlight-references):
15276 * progmodes/sql.el (sql-interactive-mode):
15277 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
15278
15279 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
15280 (compilation-mode-font-lock-keywords): Add defvars.
15281 (checkdoc-interactive-loop): "?\ " -> "?\s".
15282
15283 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
15284 (font-lock-doc-face, font-lock-string-face)
15285 (font-lock-keywords-case-fold-search): Add defvars.
15286 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
15287
15288 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
15289 Don't pass X and Y (they are ignored anyway).
15290 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
15291 (mouse-delete-window): Make arguments optional.
15292
15293 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
15294 (caesar-translate-table, minor-modes, news-buffer-save)
15295 (news-group-name, news-minor-modes): Add defvars.
15296
15297 * emacs-lisp/lselect.el (mouse-highlight-priority)
15298 (x-lost-selection-functions, zmacs-regions):
15299 * emacs-lisp/pp.el (font-lock-verbose):
15300 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
15301 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
15302 (ses-mode-map):
15303 * emacs-lisp/tcover-unsafep.el (safe-functions):
15304 * international/mule-cmds.el (mac-system-coding-system)
15305 (mac-system-locale):
15306 * language/ethio-util.el (rmail-current-message)
15307 (rmail-message-vector):
15308 * language/thai-util.el (thai-auto-composition-mode):
15309 * mail/metamail.el (rmail-current-message, rmail-message-vector):
15310 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
15311 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
15312 (vm-primary-inbox, vm-spool-files):
15313 * mail/rmail.el (deleted-head, font-lock-fontified)
15314 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
15315 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
15316 (total-messages):
15317 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
15318 (rmail-summary-mode-map):
15319 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
15320 (rmail-last-label, rmail-last-multi-labels)
15321 (rmail-summary-vector, rmail-total-messages):
15322 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
15323 * mail/rmailsum.el (msgnum):
15324 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
15325 (rmail-current-message):
15326 * obsolete/fast-lock.el (font-lock-face-list):
15327 * obsolete/rnewspost.el (mail-reply-buffer):
15328 * obsolete/scribe.el (compile-command):
15329 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
15330
15331 2005-08-28 John Paul Wallington <jpw@gnu.org>
15332
15333 * ibuf-ext.el (ibuffer-auto-update-changed):
15334 Use `frame-or-buffer-changed-p' to check whether we need to update.
15335 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
15336 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
15337 as a `frame-or-buffer-changed-p' state vector instead.
15338
15339 2005-08-27 Romain Francoise <romain@orebokech.com>
15340
15341 * textmodes/makeinfo.el (makeinfo-compile):
15342 Use `compilation-start'. Set `next-error-function' according to
15343 `disable-errors'.
15344 (makeinfo-next-error): New function.
15345 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
15346 (makeinfo-buffer): Likewise.
15347
15348 * progmodes/compile.el (compilation-start): Add autoload cookie.
15349
15350 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
15351 * textmodes/sgml-mode.el: Likewise.
15352 * progmodes/python.el: Likewise.
15353
15354 2005-08-27 Eli Zaretskii <eliz@gnu.org>
15355
15356 * simple.el (blink-matching-paren-distance): Document the meaning
15357 of nil value, and allow to customize to nil.
15358
15359 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
15360 command.com, not command.exe.
15361
15362 2005-08-26 John Wiegley <johnw@newartisans.com>
15363
15364 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
15365 code around a bit so that an extraneous nil argument is not added
15366 to a command when no args are given.
15367
15368 * eshell/esh-arg.el (eshell-parse-double-quote): If a
15369 double-quoted argument resolves to nil, return it as an empty
15370 string rather than as nil. This made it impossible to pass "" to
15371 a shell script as a null string argument.
15372
15373 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
15374
15375 * outline.el (outline-invent-heading): New fun.
15376 (outline-promote, outline-demote): Use it.
15377 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
15378 (outline-end-of-subtree): Remove unused var `opoint'.
15379
15380 2005-08-26 David Reitter <david.reitter@gmail.com>
15381
15382 * menu-bar.el (truncate-lines, write-file, print-buffer)
15383 (ps-print-buffer-faces, ps-print-buffer, split-window):
15384 Disable menu items when the frame they refer to is invisible, or when
15385 they refer to a buffer and the minibuffer is selected.
15386
15387 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
15388
15389 * progmodes/flymake.el (flymake-highlight-err-lines):
15390 Use save-excursion around flymake-highlight-line to preserve point.
15391
15392 2005-08-26 Eli Zaretskii <eliz@gnu.org>
15393
15394 * progmodes/octave-mod.el: Change Author and Maintainer address.
15395 (octave-maintainer-address): Change Kurt's email address.
15396 * progmodes/octave-inf.el: Change Author and Maintainer address.
15397 * progmodes/octave-hlp.el: Change Author and Maintainer address.
15398
15399 2005-08-26 Kim F. Storm <storm@cua.dk>
15400
15401 * subr.el (version-list-<, version-list-<=, version-list-=):
15402 Rename from integer-list-*.
15403 (version-list-not-zero): Likewise. Fix while loop.
15404 (version=): Use version-list-= instead of string-equal.
15405
15406 2005-08-26 Richard M. Stallman <rms@gnu.org>
15407
15408 * outline.el (outline-promote): Try shortening the heading.
15409 As last resort, read the heading to use.
15410 (outline-demote): As last resort, read the heading to use.
15411
15412 2005-08-26 Romain Francoise <romain@orebokech.com>
15413
15414 * progmodes/compile.el (compilation-start): Doc fix.
15415
15416 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
15417 (antlr-font-lock-additional-keywords): Fix reference to
15418 `antlr-font-lock-literal-regexp' erroneously changed during the
15419 mass face rename.
15420 (antlr-run-tool): Use `compilation-start'.
15421
15422 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
15423 instead of the obsolete `compile-internal'.
15424
15425 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
15426
15427 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
15428 (number, original-date):
15429 * calendar/cal-china.el (date):
15430 * calendar/cal-coptic.el (date):
15431 * calendar/cal-french.el (date):
15432 * calendar/cal-hebrew.el (date, entry, number, original-date):
15433 * calendar/cal-islam.el (date, number, original-date):
15434 * calendar/cal-iso.el (date):
15435 * calendar/cal-julian.el (date):
15436 * calendar/cal-mayan.el (date):
15437 * calendar/cal-menu.el (date, event):
15438 * calendar/cal-persia.el (date):
15439 * calendar/lunar.el (date):
15440 * calendar/solar.el (date): Add defvars.
15441
15442 * emerge.el:
15443 * ibuffer.el:
15444 * info-xref.el:
15445 * obsolete/bg-mouse.el:
15446 * obsolete/sun-curs.el:
15447 * obsolete/swedish.el: Move the `defvar's to the top level.
15448
15449 * smerge-mode.el (smerge-refined-change): Add :group.
15450
15451 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
15452
15453 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
15454 (smerge-keep-n): Remove props.
15455 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
15456 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
15457 now that it's done in smerge-keep-n.
15458 (smerge-refined-change): New face.
15459 (smerge-refine-chopup-region, smerge-refine-highlight-change)
15460 (smerge-refine): New funs.
15461 (smerge-basic-map): Bind smerge-refine.
15462
15463 2005-08-25 Juri Linkov <juri@jurta.org>
15464
15465 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
15466 compilation-process-setup-function and compilation-disable-input
15467 in grep-mode instead of let-bindings in grep.
15468
15469 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
15470 Delete "Automatic File De/compression" (auto-compression-mode).
15471
15472 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
15473
15474 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
15475 Silence warning about non-existent variable.
15476
15477 2005-08-25 Richard M. Stallman <rms@gnu.org>
15478
15479 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
15480 Rename "Describe Key" to "Describe Key or Mouse Operation".
15481
15482 * mail/mailalias.el (build-mail-aliases): Delete comments
15483 from the contents before processing them.
15484
15485 * isearch.el (isearch-edit-string): Erase the Search prompt
15486 if user enters an empty string and there is no default.
15487
15488 * comint.el (comint-file-name-prefix): Add autoload.
15489
15490 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
15491
15492 * subr.el (play-sound): Rearrange to avoid warning.
15493
15494 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
15495
15496 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
15497 New hook.
15498 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
15499
15500 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15501
15502 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
15503
15504 * custom.el (custom-theme-set-variables): Sort minor modes last.
15505
15506 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15507
15508 * subr.el (version-separator, version-regexp-alist): New vars used by
15509 version comparison funs.
15510 (integer-list-<, integer-list-=, integer-list-<=)
15511 (integer-list-not-zero): New funs for integer list comparison.
15512 (version-to-list, version=, version<, version<=): New funs for version
15513 comparison.
15514
15515 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
15516
15517 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
15518 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
15519 time to silence the byte-compiler.
15520
15521 * ibuffer.el (ibuffer-compile-make-eliding-form)
15522 (ibuffer-check-formats): Use `with-no-warnings' to hide references
15523 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
15524 so it's silly to get warnings for it).
15525 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
15526 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
15527 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
15528 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
15529 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
15530 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
15531 Defvar at compile time.
15532 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
15533 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
15534 Declare them before use.
15535
15536 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
15537 (info-xref-good, info-xref-bad): Defvar at compile time.
15538
15539 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
15540 Use `let*' instead of `let'.
15541
15542 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
15543 (*mouse-y*, menu, char): Defvar at compile time.
15544 (sc::menu): Declare it before use.
15545 (sc::pack-one-line): Use `let', not `let*'.
15546
15547 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
15548 (mail-send-hook): Defvar at compile time.
15549
15550 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
15551 Defvar at compile time.
15552
15553 * term/sun-mouse.el (current-global-mousemap)
15554 (current-local-mousemap): Declare them before use.
15555
15556 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
15557
15558 * bookmark.el (bookmark-after-jump-hook): New hook.
15559 (bookmark-jump): Run `bookmark-after-jump-hook'.
15560
15561 2005-08-23 Juri Linkov <juri@jurta.org>
15562
15563 * faces.el (minibuffer-prompt): Doc fix.
15564
15565 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
15566
15567 * progmodes/xscheme.el: Trivial changes to silence warnings.
15568 (xscheme-previous-mode, xscheme-previous-process-state):
15569 Add defvars.
15570 (xscheme-last-input-end, xscheme-process-command-line)
15571 (xscheme-process-name, xscheme-buffer-name)
15572 (xscheme-expressions-ring-max, xscheme-expressions-ring)
15573 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
15574 (xscheme-control-g-synchronization-p)
15575 (xscheme-control-g-disabled-p, xscheme-string-receiver)
15576 (default-xscheme-runlight, xscheme-runlight)
15577 (xscheme-runlight-string, xscheme-process-filter-state)
15578 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
15579 Move to beginning of file.
15580 (scheme-interaction-mode-commands-alist)
15581 (scheme-interaction-mode-map, scheme-debugger-mode-map):
15582 Declare them before use. Note: the initialization code for the variables
15583 has not been moved because it uses functions that reference the variables.
15584 (xscheme-control-g-message-string, xscheme-process-filter-alist)
15585 (xscheme-prompt-for-expression-map): Declare them before use.
15586 (scheme-debugger-mode-commands): "?\ " -> "?\s".
15587
15588 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
15589
15590 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
15591
15592 2005-08-22 Juri Linkov <juri@jurta.org>
15593
15594 * faces.el (set-face-underline): Delete this duplicate function
15595 and make an obsolete alias to set-face-underline-p.
15596 (set-face-underline-p): Use docstring of set-face-underline.
15597 (describe-face): Create hyperlink to parent face.
15598
15599 * info.el (Info-insert-dir): Use save-excursion around
15600 insert-buffer-substring.
15601 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
15602 (Info-escape-percent): Delete function.
15603 (Info-fontify-node): Replace Info-escape-percent by
15604 replace-regexp-in-string with REP arg set to lambda that
15605 duplicates `%' and preserves text properties.
15606
15607 * progmodes/compile.el (compilation-disable-input): Doc fix.
15608 (define-compilation-mode): Doc fix and refill.
15609 (kill-compilation): Use `mode-name' in the error message.
15610 (compilation-find-file): Use `compilation-error' in the
15611 read-file-name's prompt.
15612
15613 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15614
15615 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
15616 (smerge-auto-leave): Make undo re-enable the mode.
15617 (debug-ignored-errors): Add the user-error of impossible resolution.
15618 (smerge-resolve): Move things around a bit, in preparation for later.
15619 (smerge-diff): Don't fail if the buffer has no associated file.
15620 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
15621 (smerge-conflict-overlay): New function.
15622 (smerge-match-conflict): Don't add text properties here.
15623 (smerge-find-conflict): Instead, add an overlay here.
15624 Also check for the case where we're inside a conflict already, so as to
15625 obviate the need for font-lock-multiline, which is unbearably slow with
15626 large conflicts and ciomplex font-lock patterns.
15627 (smerge-remove-props): Remove overlay rather than text-properties.
15628 (smerge-mode): Don't set font-lock-multiline.
15629 Remove overlays when turned off.
15630
15631 2005-08-21 Kim F. Storm <storm@cua.dk>
15632
15633 * ido.el (ido-ignore-item-p): Use save-match-data.
15634 Bind case-fold-search to ido-case-fold locally.
15635
15636 2005-08-20 Richard M. Stallman <rms@gnu.org>
15637
15638 * files.el (normal-mode): If font lock is on, turn it off and on.
15639
15640 * subr.el (replace-regexp-in-string): Doc fix.
15641
15642 * startup.el (command-line-1): Don't suppress startup screen
15643 due to existing processes.
15644
15645 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
15646
15647 * progmodes/compile.el (compilation-disable-input): Default to nil.
15648
15649 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15650
15651 * progmodes/compile.el (compilation-disable-input): New defcustom.
15652 (compilation-start): If compilation-disable-input is non-nil, send
15653 EOF to the compilation process.
15654
15655 2005-08-20 Eli Zaretskii <eliz@gnu.org>
15656
15657 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
15658 Run the argument of tex-shell-cd-command through
15659 convert-standard-filename, to get the correct style of slashes on
15660 Windows, and enclose the result in quotes, in case the file name
15661 includes whitespace or other special characters.
15662
15663 2005-08-19 Andreas Schwab <schwab@suse.de>
15664
15665 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
15666 process.
15667
15668 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
15669
15670 * cus-start.el (minibuffer-prompt-properties): Correct typo.
15671
15672 2005-08-18 Kim F. Storm <storm@cua.dk>
15673
15674 * scroll-lock.el: Fix errors due to incorrect line wrapping.
15675
15676 2005-08-18 Richard M. Stallman <rms@gnu.org>
15677
15678 * scroll-lock.el: New file.
15679
15680 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
15681
15682 * dired.el (dired-move-to-end-of-filename):
15683 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
15684
15685 2005-08-18 Kim F. Storm <storm@cua.dk>
15686
15687 * ido.el (ido-everywhere): Fix defcustom :set function to disable
15688 rather than toggle mode when custom value is nil.
15689 (ido-everywhere): Fix defun doc string.
15690
15691 2005-08-17 Richard M. Stallman <rms@gnu.org>
15692
15693 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
15694 as tag instead of "Inviolable".
15695
15696 2005-08-17 Kim F. Storm <storm@cua.dk>
15697
15698 * windmove.el (windmove-coordinates-of-position): Remove.
15699 (windmove-coordinates-of-window-position): Remove.
15700 (windmove-reference-loc): Use posn-at-point instead.
15701
15702 * subr.el (insert-for-yank-1): Doc fix.
15703
15704 * ido.el (ido-enter-matching-directory): Rename from
15705 ido-enter-single-matching-directory. Change `slash' choice to
15706 `only'. Add `first' choice.
15707 (ido-exhibit): Adapt to above changes.
15708
15709 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
15710
15711 * Makefile.in: Expand comment about building loaddefs.el.
15712
15713 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
15714
15715 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
15716 Comment use of defadvice.
15717
15718 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
15719
15720 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
15721
15722 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
15723 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
15724 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
15725 * progmodes/idlw-shell.el, progmodes/ld-script.el,
15726 * progmodes/which-func.el, ruler-mode.el, strokes.el,
15727 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
15728 for backward compatibility for faces that did not appear in the
15729 previous Emacs release.
15730
15731 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
15732
15733 2005-08-15 Kim F. Storm <storm@cua.dk>
15734
15735 * emulation/cua-base.el (cua-delete-region): Return t if
15736 deleted region was non-empty.
15737 (cua-replace-region): Inhibit overwrite-mode for
15738 self-insert-command if replaced region was non-empty.
15739 (cua--explicit-region-start, cua--status-string): Make them
15740 buffer-local at top-level...
15741 (cua-mode): ...rather than when mode is enabled.
15742
15743 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
15744
15745 * progmodes/vhdl-mode.el (vhdl-emacs-21):
15746 Set t for Emacs 21, 22, and so on.
15747
15748 2005-08-15 David Ponce <david@dponce.com>
15749
15750 * tree-widget.el: Update Commentary header.
15751 (tree-widget-theme): Doc fix.
15752 (tree-widget-space-width): New option.
15753 (tree-widget-image-properties): Look up in the default theme too.
15754 (tree-widget--cursors): Only for images with arrow pointer shape.
15755 (tree-widget-lookup-image): Pointer shape is hand by default.
15756 (tree-widget-icon): Rename generic icon widget from
15757 `tree-widget-control'.
15758 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
15759 derive from `tree-widget-icon'.
15760 (tree-widget-handle): Improve default look and feel of the text
15761 representation.
15762 (tree-widget): Rename :*-control properties to :*-icon properties.
15763 Add :action and :help-echo properties.
15764 (tree-widget-after-toggle-functions): Move.
15765 (tree-widget-close-node, tree-widget-open-node): Remove.
15766 (tree-widget-before-create-icon-functions): New hook.
15767 (tree-widget-value-create): Update to allow customization of icons
15768 and nodes at run-time via that new hook.
15769 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
15770 (tree-widget-icon-action, tree-widget-icon-help-echo)
15771 (tree-widget-action, tree-widget-help-echo): New functions.
15772
15773 2005-08-15 Kim F. Storm <storm@cua.dk>
15774
15775 * ido.el (ido-buffer-internal): Use with-no-warnings.
15776 (ido-make-merged-file-list): Use while-no-input.
15777
15778 2005-08-15 Richard M. Stallman <rms@gnu.org>
15779
15780 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
15781 (flyspell-large-region): Fix doc and custom type.
15782
15783 2005-08-14 Richard M. Stallman <rms@gnu.org>
15784
15785 * files.el (interpreter-mode-alist): Doc fix.
15786
15787 * mail/rmail.el (rmail-nonignored-headers): New variable.
15788 (rmail-clear-headers): Use it.
15789 (rmail-reply): Better handling of mail-followup-to header.
15790
15791 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15792 Rename variable from sh-font-lock-keywords. In the `shell' entry,
15793 don't try to refer to executable-font-lock-keywords.
15794 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
15795 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
15796 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
15797 (sh-mode): Set comment-start-skip, local-abbrev-table,
15798 imenu-case-fold-search.
15799 (sh-set-shell): Don't set them here.
15800 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
15801 Don't cache the results in the original alist; don't ever modify
15802 that alist.
15803
15804 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
15805
15806 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
15807 empty.
15808
15809 2005-08-15 Andreas Schwab <schwab@suse.de>
15810
15811 * desktop.el: Put autoload cookie at risky-local-variable declarations.
15812
15813 * dired.el, info.el, mail/rmail.el: Revert last change.
15814
15815 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
15816
15817 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
15818 modification in `eval-after-load' form.
15819 * info.el: Likewise.
15820 * mail/rmail.el: Likewise.
15821
15822 2005-08-14 Juri Linkov <juri@jurta.org>
15823
15824 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15825 Remove highlighting of "Compilation started". Highlight only
15826 the word "finished" in "Compilation finished". Add highlighting
15827 of "interrupt", "killed", "terminated" and the exit code.
15828 (compilation-start): Add newline after header. Use exactly the
15829 same time stamp format as the finishing message.
15830 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
15831
15832 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
15833 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
15834 Add highlighting of "interrupt", "killed", "terminated".
15835
15836 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
15837 enabled and the current command is self-insert-command, call it
15838 explicitly with overwrite-mode bound to nil, to not allow it
15839 to delete the character after the selected region.
15840
15841 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
15842
15843 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
15844 move-end-of-line, end-of-line, and beginning-of-line to the list
15845 of commands after which the echo area is updated.
15846
15847 2005-08-12 Eli Zaretskii <eliz@gnu.org>
15848
15849 * cus-edit.el (custom-save-all, custom-save-delete):
15850 Bind recentf-exclude to exclude custom-file.
15851
15852 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
15853
15854 * mail/rmailsum.el (rmail-summary-end-of-message): New command
15855 to go to the bottom of the mail message. Added to
15856 `rmail-summary-mode-map' with key "/".
15857 (rmail-summary-show-message): New (internal) function for use by
15858 both `rmail-summary-beginning/end-of-message'.
15859 (rmail-summary-beginning-of-message): Change to use
15860 rmail-summary-show-message.
15861
15862 * mail/rmail.el (rmail-end-of-message): New command to go to the
15863 end of the current message. Added to `rmail-mode-map' with key "/".
15864 (rmail-beginning-of-message): Fix to work as documented.
15865 (rmail-mode): Change documentation.
15866
15867 * progmodes/compile.el (compilation-start): Add the line
15868 "Compilation started" with compilation start time.
15869 (compilation-mode-font-lock-keywords): Add `started' to keywords.
15870
15871 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
15872
15873 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
15874 of menu items.
15875
15876 2005-08-11 Richard M. Stallman <rms@gnu.org>
15877
15878 * simple.el (pop-global-mark): Reverse test of widen-automatically.
15879
15880 * battery.el (battery-status-function): Don't use ignore-errors.
15881
15882 2005-08-11 Lute Kamstra <lute@gnu.org>
15883
15884 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
15885 define-obsolete-variable-alias.
15886
15887 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
15888
15889 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
15890 (ange-ftp-send-cmd): Revert last change, and expand
15891 the comment explaining the problem.
15892
15893 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
15894
15895 * ldefs-boot.el: Update.
15896
15897 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
15898 item to "Time, Load and Mail". Change help echo text.
15899
15900 * time.el (display-time-use-mail-icon, display-time-format)
15901 (display-time-string-forms): Shorten first line of docstrings.
15902
15903 2005-08-10 Lars Hansen <larsh@soem.dk>
15904
15905 * desktop.el (desktop-buffer-mode-handlers):
15906 Make non-customizable. Add autoload cookie. Change initial value to
15907 nil; add elements in respective modules instead. Fix doc string.
15908 (desktop-load-file): New function.
15909 (desktop-minor-mode-handlers): New autoloaded variable.
15910 (desktop-create-buffer): Call minor mode handlers.
15911 Use desktop-load-file to load major and minor mode modules prior to
15912 checking for a handler.
15913 (desktop-save): Don't add nil to desktop-minor-modes for minor
15914 modes with nil function in desktop-minor-mode-table. Don't delete
15915 desktop file before rewriting it.
15916 (desktop-locals-to-save): Add autoload cookie. Don't make
15917 automatically buffer-local. Add variables column-number-mode,
15918 size-indication-mode, indent-tabs-mode,
15919 indicate-buffer-boundaries, indicate-empty-lines and
15920 show-trailing-whitespace.
15921 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
15922 regexps. Don't use desktop-clear-preserve-buffers-regexp.
15923 (desktop-clear-preserve-buffers-regexp): Delete.
15924 (desktop-clear-preserve-buffers): Update initial value and docstring.
15925 (desktop-save-buffer): Fix doc string.
15926
15927 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
15928 (hilit-chg-desktop-restore): New function.
15929 (highlight-changes-mode): Add highlight-changes-mode to
15930 desktop-locals-to-save.
15931
15932 * dired.el: Add handler to desktop-buffer-mode-handlers.
15933 (dired-restore-desktop-buffer): Remove autoload cookie.
15934 (dired-mode): Add autoload cookie.
15935
15936 * info.el: Add handler to desktop-buffer-mode-handlers.
15937 (Info-restore-desktop-buffer): Remove autoload cookie.
15938 (Info-mode): Add autoload cookie.
15939
15940 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
15941 (mh-restore-desktop-buffer): Remove autoload cookie.
15942 (mh-folder-mode): Add autoload cookie.
15943
15944 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
15945 (rmail-restore-desktop-buffer): Remove autoload cookie.
15946
15947 2005-08-11 Masatake YAMATO <jet@gyve.org>
15948
15949 * hexl.el (hexl-address-region):
15950 (hexl-ascii-region, hexl-font-lock-keywords):
15951 (hexl-highlight-line-range): Use the term "region"
15952 instead of "area" for consistency with the other symbols
15953 defined in hexl.el.
15954
15955 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
15956
15957 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
15958 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
15959 out by Juri Linkov). Add `display-battery-mode'.
15960
15961 2005-08-09 Juri Linkov <juri@jurta.org>
15962
15963 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15964 Remove `-text' from face variable names.
15965 (compilation-error-file-name, compilation-warning-file-name)
15966 (compilation-info-file-name): Delete faces.
15967 (compilation-line-number, compilation-column-number):
15968 Remove face underlining.
15969 (compilation-message-face): Set to `underline' value by default.
15970 (compilation-error-face, compilation-warning-face)
15971 (compilation-info-face): Remove `-file-name' from face names.
15972 (compilation-error-text-face, compilation-warning-text-face)
15973 (compilation-info-text-face): Delete face variables.
15974 (compilation-text-face): Delete function.
15975
15976 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
15977 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
15978 (grep-error-face): Set to `compilation-error' instead of
15979 `compilation-error-face' (which is redefined to `grep-hit-face' in
15980 grep buffers).
15981 (grep-mode-font-lock-keywords): Remove `-text' from face variable
15982 names. Use `grep-error-face' instead of `compilation-error-text-face'.
15983
15984 * dired-aux.el (dired-do-query-replace-regexp):
15985 Use `query-replace-read-args'.
15986
15987 * replace.el (query-replace-read-from, query-replace-read-to)
15988 (query-replace-read-args): Rename arg `string' to `prompt'.
15989
15990 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
15991
15992 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
15993
15994 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
15995 uploading files.
15996 (ange-ftp-canonize-filename): Handle file names beginning with ~
15997 correctly.
15998
15999 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
16000
16001 * textmodes/fill.el (canonically-space-region)
16002 (fill-context-prefix, fill-french-nobreak-p)
16003 (fill-delete-newlines, fill-comment-paragraph)
16004 (justify-current-line): "?\ " -> "?\s".
16005
16006 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
16007
16008 * textmodes/fill.el (fill-nonuniform-paragraphs):
16009 Improve argument/docstring consistency.
16010
16011 2005-08-09 Richard M. Stallman <rms@gnu.org>
16012
16013 * textmodes/ispell.el (ispell-word): More fboundp checks.
16014
16015 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
16016 (find-file-noselect-1): Call it here, only if RAWFILE.
16017 (normal-mode): Always set some major mode.
16018 (save-some-buffers-action-alist): Change some explanation strings.
16019 (file-name-non-special): In the `quote' method, use unwind-protect.
16020
16021 2005-08-09 Magnus Henoch <mange@freemail.hu>
16022
16023 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
16024 (ispell-have-aspell-dictionaries): New variable.
16025 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
16026 (ispell-get-aspell-config-value): New function.
16027 (ispell-aspell-find-dictionary): New function.
16028 (ispell-aspell-add-aliases): New function.
16029 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
16030 appropriate. Don't look for ispell dictionaries if we use aspell.
16031 (ispell-menu-map): Don't build a submenu of dictionaries.
16032
16033 2005-08-09 Richard M. Stallman <rms@gnu.org>
16034
16035 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
16036 (sql-read-passwd): Use read-passwd.
16037
16038 * progmodes/idlw-toolbar.el (idlwave-toolbar)
16039 (idlwave-toolbar-is-possible): Add defvars.
16040
16041 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
16042 Avoid warnings.
16043
16044 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
16045 (idlwave-system-class-info, idlwave-executive-commands-alist):
16046 Use defvar.
16047
16048 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
16049
16050 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
16051 Avoid warnings.
16052
16053 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
16054 and content-type: headers.
16055
16056 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
16057
16058 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
16059 and rename some of them to be more self-explanatory.
16060
16061 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
16062
16063 * startup.el (command-line-1): Implement -scriptload.
16064
16065 * replace.el (occur-engine): Initial *Occur* output not undoable.
16066
16067 * menu-bar.el (menu-bar-file-menu): Rename some menu items
16068 and improve help strings.
16069
16070 * isearch.el (isearch-repeat): When changing direction,
16071 mark search successful.
16072
16073 * ediff-init.el: Use (featurep 'xemacs).
16074
16075 * comint.el (send-invisible): Identify buffer, if not selected.
16076
16077 * align.el: Delete autoload for c-guess-basic-syntax.
16078
16079 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
16080
16081 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
16082 Improve argument/docstring consistency. Doc fixes.
16083 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
16084 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
16085 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
16086 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
16087 (r2bv-organization, r2bv-pages, r2bv-primary-author)
16088 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
16089 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
16090 Defvar at compile time.
16091
16092 2005-08-09 Juri Linkov <juri@jurta.org>
16093
16094 * info.el: Replace `info' with upper-case `Info' where appropriate.
16095 (info-title-1, info-title-2, info-title-3, info-title-4)
16096 (info-menu-header): Move up face definitions.
16097 (info-menu-star): Rename from `info-menu-5'.
16098 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
16099 (Info-fontify-visited-nodes): Fix docstring.
16100 (Info-hide-note-references): Fix docstring.
16101 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
16102 menu items in the same way as on cross-references.
16103 (info-apropos): Fix sorting order and formatting to be like in the
16104 stand-alone Info browser. Display error messages for 1 sec.
16105 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
16106 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
16107 from the menu bar.
16108 (Info-insert-dir): Restore point after calling
16109 `insert-buffer-substring'.
16110
16111 2005-08-08 Richard M. Stallman <rms@gnu.org>
16112
16113 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
16114 (recompute-lucid-menubar): Add defvars.
16115
16116 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
16117
16118 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
16119
16120 * net/net-utils.el (run-dig): Rename from `dig'.
16121
16122 * play/gametree.el (gametree-mode): Use make-local-variable,
16123 not make-variable-buffer-local.
16124
16125 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
16126
16127 * ansi-color.el (ansi-color-make-extent)
16128 (ansi-color-set-extent-face): Use fboundp, not functionp.
16129
16130 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
16131 not make-variable-buffer-local.
16132
16133 * bookmark.el (Info-current-file): Add defvar.
16134 (bookmark-jump-noselect): Use with-no-warnings.
16135
16136 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
16137
16138 * ebuff-menu.el (Helper-return-blurb): Add defvar.
16139
16140 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
16141
16142 * find-file.el (ada-procedure-start-regexp)
16143 (ada-package-start-regexp): Add defvars.
16144
16145 * info.el (Info-insert-dir): Use insert-buffer-substring.
16146
16147 * xml.el (xml-att-def-re): Add defvar.
16148
16149 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
16150 calling convention.
16151
16152 * subr.el (while-no-input): Return t if there is input.
16153
16154 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
16155
16156 * cus-start.el (all): Add `overflow-newline-into-fringe'.
16157
16158 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
16159
16160 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
16161 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
16162
16163 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
16164
16165 * cmuscheme.el (scheme-start-file): Replace reference to
16166 `user-emacs-directory' by "~/.emacs.d/".
16167
16168 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
16169
16170 * info.el (Info-dir-remove-duplicates): Avoid case folding
16171 in loop; instead, keep downcased strings for comparison.
16172 Suggested by Helmut Eller.
16173
16174 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
16175
16176 Sync with Tramp 2.0.50.
16177
16178 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
16179 XEmacs case; not necessary anymore.
16180 (tramp-user-regexp): Allow "@" as part of user name.
16181 (tramp-handle-set-visited-file-modtime)
16182 (tramp-handle-insert-file-contents)
16183 (tramp-handle-write-region): No special handling for
16184 `last-coding-system-used, because this is done in
16185 `tramp-accept-process-output' now.
16186 (tramp-accept-process-output): New defun.
16187 (tramp-process-one-action, tramp-process-one-multi-action)
16188 (tramp-wait-for-regexp, tramp-wait-for-output)
16189 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
16190 Howells <dhowells@redhat.com>.
16191 (clear-visited-file-modtime): Defadvice removed. The check for
16192 unset buffer's modtime does not need to be based on
16193 `tramp-buffer-file-attributes'. Suggested by RMS.
16194 (tramp-message): Insert "\n" if not being at beginning of line.
16195 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
16196 sequence with same logic.
16197 (tramp-completion-handle-expand-file-name): Discard call of
16198 `tramp-drop-volume-letter'. It is not necessary, and there have
16199 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
16200 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
16201 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
16202 should always be visible.
16203 (tramp-handle-insert-directory, tramp-setup-complete)
16204 (tramp-set-process-query-on-exit-flag)
16205 (tramp-append-tramp-buffers): Pacify byte-compiler.
16206 (tramp-bug): Delete non-existing variables from list.
16207 Apply `tramp-load-report-modules' as pre-hook.
16208 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
16209 `shell-prompt-pattern' because of non-7bit characters.
16210 Reported by Sebastian Luque <sluque@mun.ca>.
16211 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
16212 (tramp-match-string-list): Remove function.
16213 (tramp-wait-for-regexp): Remove call of that function.
16214 Suggested by Kim F. Storm <storm@cua.dk>.
16215 (tramp-set-auto-save-file-modes): Use octal integer code #o600
16216 instead of octal character code ?\600. The latter resulted in a
16217 syntax error with XEmacs.
16218
16219 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
16220 XEmacs case; not necessary anymore.
16221 (tramp-smb-handle-write-region): No special handling for
16222 `last-coding-system-used, because this is done in
16223 `tramp-accept-process-output' now.
16224 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
16225
16226 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
16227
16228 * wid-edit.el (widget-choice-value-create):
16229 Unconditionally respect user choice. Set :explicit-choice back to nil
16230 when no longer needed.
16231 (widget-choice-action): Unconditionally respect user choice.
16232 Eliminate :explicit-choice-value.
16233
16234 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
16235
16236 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
16237 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
16238 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
16239 running new function `toggle-indicate-empty-lines'.
16240 Rename "Customize" item to "Customize fringe".
16241 Rename "Indicators" item to "Buffer boundaries" and change help echo.
16242 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
16243 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
16244 Delete "Empty lines only" item.
16245 (menu-bar-showhide-fringe-ind-customize): New function.
16246 (menu-bar-showhide-fringe-ind-mixed)
16247 (menu-bar-showhide-fringe-ind-box)
16248 (menu-bar-showhide-fringe-ind-right)
16249 (menu-bar-showhide-fringe-ind-left)
16250 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
16251 instead of `fringe-indicators'.
16252
16253 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
16254
16255 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
16256 Change the date of last update.
16257
16258 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
16259
16260 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
16261 (viper-exec-yank, viper-put-back): Don't display modification msg
16262 if in the minibuffer.
16263
16264 * viper-init.el (viper-replace-overlay-cursor-color)
16265 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
16266 Make variables frame local.
16267
16268 * viper-util.el (viper-append-filter-alist): Use append instead of
16269 nconc.
16270
16271 * viper.el (viper-vi-state-mode-list)
16272 (viper-emacs-state-mode-list): Move help-mode and
16273 completion-list-mode from the first list to the second.
16274 (viper-mode): Docstring.
16275 (viper-go-away, viper-non-hook-settings): Don't localize
16276 minor-mode-alist in newer Emacsen. Add advice to
16277 set-cursor-color. Don't bind "\C-c\\".
16278
16279 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
16280
16281 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
16282 (scheme-macro-expand-command): New user options.
16283 (scheme-trace-procedure, scheme-expand-current-form): New commands.
16284 (scheme-form-at-point, scheme-start-file)
16285 (scheme-interactively-start-process): New functions.
16286 (scheme-get-process): New function, extracted from `scheme-proc'.
16287 (run-scheme): Call `scheme-start-file' to get start file, and pass
16288 it to `make-comint'.
16289 (switch-to-scheme, scheme-proc):
16290 Call `scheme-interactively-start-process' if no Scheme buffer/process
16291 is available.
16292
16293 2005-08-06 Juri Linkov <juri@jurta.org>
16294
16295 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16296 Use `compilation-text-face', `compilation-info-text-face' and
16297 `compilation-error-text-face' instead of `font-lock-keyword-face'.
16298 (compilation-error): New face.
16299 (compilation-error-file-name): Inherit from
16300 `compilation-error' instead of `font-lock-warning-face'.
16301 (compilation-warning-file-name): Inherit from
16302 `compilation-warning' instead of `font-lock-warning-face'.
16303 (compilation-info, compilation-error-file-name)
16304 (compilation-warning-file-name, compilation-info-file-name)
16305 (compilation-line-number, compilation-column-number): Doc fix.
16306 (compilation-error-text-face, compilation-warning-text-face)
16307 (compilation-info-text-face): New face variables.
16308 (compilation-line-face, compilation-column-face)
16309 (compilation-enter-directory-face)
16310 (compilation-leave-directory-face): Doc fix.
16311 (compilation-text-face): New function.
16312
16313 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
16314 instead of 1 to display binary file names as info file links.
16315 (grep-error-face): Use `compilation-error-face' instead of
16316 `font-lock-keyword-face'.
16317 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
16318 and `compilation-warning-text-face' instead of
16319 `font-lock-keyword-face'. Use `compilation-error-text-face'
16320 instead of `grep-error-face'.
16321
16322 2005-08-05 Kenichi Handa <handa@m17n.org>
16323
16324 * international/code-pages.el: Add autoload cookies for all coding
16325 systems.
16326
16327 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
16328
16329 * cus-start.el (all): Put undo.c where it alphabetically belongs.
16330
16331 2005-08-04 Juri Linkov <juri@jurta.org>
16332
16333 * progmodes/compile.el (compilation-mode-map):
16334 * progmodes/grep.el (grep-mode-map):
16335 Bind TAB to `compilation-next-error' and [backtab] to
16336 `compilation-previous-error'.
16337
16338 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
16339 matching line numbers, column numbers and their ranges with regexp
16340 matching only line numbers.
16341 (grep-context-face): New face variable.
16342 (grep-mode-font-lock-keywords): Use it.
16343
16344 * faces.el (read-face-name): Delete duplicate faces.
16345
16346 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
16347
16348 * thumbs.el (thumbs-find-image): Don't make variables
16349 automatically buffer local.
16350 (thumbs-current-tmp-filename, thumbs-current-image-filename)
16351 (thumbs-image-num): Make automatically buffer local.
16352 (thumbs-show-thumbs-list): Use `make-local-variable', not
16353 `make-variable-buffer-local'.
16354 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
16355
16356 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
16357 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
16358 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
16359 (bother, bye, canyou, chatlst, continue, deathlst, describe)
16360 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
16361 (feelings-about, foullst, found, hello, history, howareyoulst)
16362 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
16363 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
16364 (neglst, obj, object, owner, please, problems, qlist)
16365 (random-adjective, relation, remlst, repetitive-shortness)
16366 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
16367 (shortlst, something, sportslst, stallmanlst, states, subj)
16368 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
16369 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
16370 Defvar at compile time.
16371
16372 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
16373 not `make-variable-buffer-local'.
16374
16375 2005-08-02 Kim F. Storm <storm@cua.dk>
16376
16377 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
16378 rectangle overlay in selected window.
16379
16380 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
16381
16382 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
16383 instead of display group. Make `indicate-buffer-boundaries'
16384 customizable through Custom.
16385
16386 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
16387
16388 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
16389 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
16390 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
16391 (gdb-put-string): Fix typos in docstrings.
16392
16393 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
16394
16395 Update copyright notices of files in progmodes directory for
16396 release of Emacs 22.1.
16397
16398 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
16399
16400 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
16401 Don't barf if the GUD buffer has been killed.
16402
16403 2005-08-01 Kim F. Storm <storm@cua.dk>
16404
16405 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
16406
16407 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
16408
16409 * simple.el (next-error-follow-minor-mode):
16410 make-variable-buffer-local -> make-local-variable.
16411
16412 * emacs-lisp/cl-extra.el: Require CL also when compiling.
16413
16414 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
16415 (byte-compile-form-make-variable-buffer-local): New functions to warn
16416 about misuses of make-variable-buffer-local where make-local-variable
16417 was meant.
16418
16419 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
16420
16421 * bs.el (bs-attributes-list): Doc fix.
16422 (bs): Update url-link.
16423
16424 * desktop.el (desktop-save-buffer): Fix typos in docstring.
16425 (desktop-load-default): Simplify.
16426
16427 * ibuffer.el (ibuffer-columnize-and-insert-list)
16428 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
16429 (ibuffer-unmark-all, ibuffer-toggle-marks)
16430 (ibuffer-unmark-forward, ibuffer-unmark-backward)
16431 (ibuffer-compile-make-format-form, ibuffer-format-column)
16432 (ibuffer-current-buffers-with-marks)
16433 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
16434 (ibuffer): Doc fix.
16435 (ibuffer-mode): Fix typo in docstring.
16436 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
16437 with `define-obsolete-variable-alias'.
16438 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
16439
16440 2005-07-29 Kenichi Handa <handa@m17n.org>
16441
16442 * international/mule-cmds.el (select-message-coding-system):
16443 Be sure to use LF for end-of-line. If no coding system is decided,
16444 return iso-8859-1-unix.
16445
16446 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
16447
16448 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
16449 (ange-ftp-pending-error-line): New vars.
16450 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
16451 to handle the non-fatal no-route-to-host messages.
16452 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
16453
16454 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
16455
16456 * isearch.el (isearch-mode-map, isearch-other-meta-char)
16457 (isearch-quote-char, isearch-printing-char)
16458 (isearch-text-char-description): "?\ " -> "?\s".
16459 (isearch-lazy-highlight-cleanup)
16460 (isearch-lazy-highlight-initial-delay)
16461 (isearch-lazy-highlight-interval)
16462 (isearch-lazy-highlight-max-at-a-time)
16463 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
16464 Declare with define-obsolete-*-alias macros.
16465 (isearch-forward): Fix typo in docstring.
16466 (search-invisible, search-ring-yank-pointer)
16467 (regexp-search-ring-yank-pointer): Doc fixes.
16468
16469 * recentf.el (recentf-menu-append-commands-p): Declare with
16470 `define-obsolete-variable-alias'.
16471 (recentf-max-saved-items, recentf-menu-filter)
16472 (recentf-arrange-by-rule-subfilter): Doc fixes.
16473 (recentf-menu-append-commands-flag)
16474 (recentf-initialize-file-name-history, recentf-expand-file-name)
16475 (recentf-clear-data): Fix typos in docstrings.
16476
16477 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
16478
16479 * progmodes/gdb-ui.el: Smarten comments.
16480 (gdb-info-breakpoints-custom): Use nowarn when finding file.
16481
16482 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
16483
16484 * term/apollo.el (terminal-init-apollo): New function containing
16485 all former top level forms in the file.
16486 * term/bobcat.el (terminal-init-bobcat):
16487 * term/cygwin.el (terminal-init-cygwin):
16488 * term/iris-ansi.el (terminal-init-iris-ansi):
16489 * term/linux.el (terminal-init-linux):
16490 * term/news.el (terminal-init-news):
16491 * term/rxvt.el (terminal-init-rxvt):
16492 * term/sun.el (terminal-init-sun):
16493 * term/tvi970.el (terminal-init-tvi970):
16494 * term/vt100.el (terminal-init-vt100):
16495 * term/vt102.el (terminal-init-vt102):
16496 * term/vt125.el (terminal-init-vt125):
16497 * term/vt200.el (terminal-init-vt200):
16498 * term/vt201.el (terminal-init-vt201):
16499 * term/vt220.el (terminal-init-vt220):
16500 * term/vt240.el (terminal-init-vt240):
16501 * term/vt300.el (terminal-init-vt300):
16502 * term/vt320.el (terminal-init-vt320):
16503 * term/vt400.el (terminal-init-vt400):
16504 * term/vt420.el (terminal-init-vt420):
16505 * term/wyse50.el (terminal-init-wyse50):
16506 * term/xterm.el (terminal-init-xterm): Likewise.
16507
16508 * term/README: Describe the terminal-init-* functionality.
16509
16510 * startup.el (command-line): After loading the terminal initialization
16511 file call the corresponding terminal initialization function.
16512
16513 2005-07-27 Kenichi Handa <handa@m17n.org>
16514
16515 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
16516 negative.
16517
16518 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
16519 (ps-mule-composition-prologue): Fix for the case that
16520 RelativeCompose is false.
16521
16522 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
16523
16524 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
16525
16526 * descr-text.el (describe-char): Handle the case where the list of
16527 chars is displayed in a separate frame.
16528 Be a bit more discriminating when looking for the char.
16529
16530 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
16531
16532 * bookmark.el (bookmark-automatically-show-annotations)
16533 (bookmark-read-annotation-text-func): Doc fixes.
16534 (bookmark-save): Improve argument/docstring consistency.
16535 (bookmark-get-bookmark, bookmark-get-bookmark-record)
16536 (bookmark-alist-from-buffer)
16537 (bookmark-upgrade-file-format-from-0)
16538 (bookmark-grok-file-format-version)
16539 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
16540 (bookmark-read-annotation-mode)
16541 (bookmark-insert-current-bookmark, bookmark-jump)
16542 (bookmark-exit-hook): Fix typos in docstrings.
16543 (bookmark-exit-hooks): Define as obsolete alias.
16544 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
16545 not `bookmark-exit-hooks'. Fix docstring.
16546 (bookmark-bmenu-select): "?\ " -> "?\s".
16547
16548 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
16549
16550 * startup.el (command-line): Fix typo.
16551
16552 2005-07-24 Richard M. Stallman <rms@gnu.org>
16553
16554 * tooltip.el (tooltip-mode): Test emacs-basic-display,
16555 not emacs-quick-startup.
16556
16557 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
16558
16559 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
16560 (reb-next-match, reb-show-subexp): Use `with-selected-window'
16561 instead of `reb-with-current-window'.
16562 (reb-prev-match): Likewise. Also, don't move left if the search
16563 was unsuccessful.
16564 (reb-initialize-buffer): New function.
16565 (re-builder, reb-change-syntax): Use it.
16566
16567 * man.el (Man-goto-page): Make second argument NOERROR optional.
16568
16569 2005-07-23 Richard M. Stallman <rms@gnu.org>
16570
16571 * man.el (Man-bgproc-sentinel): Check here for failure to find
16572 any man page in the output, and report the error here.
16573 (Man-arguments): Make it permanent local.
16574 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
16575 (Man-mode): Pass t for NOERROR.
16576
16577 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
16578 (grep-mode-font-lock-keywords):
16579 Don't use compilation-...-face for messages that are not file names.
16580
16581 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16582 Don't use compilation-...-face for messages that are not file names.
16583
16584 2005-07-22 Juri Linkov <juri@jurta.org>
16585
16586 * startup.el (normal-splash-screen): Update menu name.
16587
16588 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
16589
16590 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
16591
16592 * term/xterm.el: Load term/rxvt if the terminal is actually an
16593 rxvt terminal.
16594 (xterm-rxvt-set-background-mode): Remove, not used anymore.
16595
16596 * term/rxvt.el (function-key-map): Use substitute-key-definition
16597 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
16598
16599 * term/cygwin.el: New file.
16600
16601 2005-07-22 Kim F. Storm <storm@cua.dk>
16602
16603 * image-file.el (insert-image-file, image-file-yank-handler):
16604 Fix last change to maintain a (unique) yank-handler on yanked images.
16605
16606 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
16607
16608 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
16609 of the file size (as in "177B" for 177 bytes). This happens with
16610 "ls -lh" on FreeBSD.
16611
16612 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
16613
16614 * hilit-chg.el (highlight-changes-global-initial-state)
16615 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
16616 (hilit-chg-fixup, highlight-changes-mode):
16617 Fix typos in docstrings.
16618 (highlight-changes-global-modes, highlight-changes-rotate-faces):
16619 Doc fixes.
16620
16621 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
16622
16623 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
16624 mode function using `eval-after-load'.
16625
16626 2005-07-21 Kim F. Storm <storm@cua.dk>
16627
16628 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
16629 included when reporting an emacs crash, and tell about the DEBUG file.
16630
16631 * image-file.el (insert-image-file): Add yank-handler.
16632 (image-file-yank-handler): Yank handler to make unique copies of
16633 images when they are yanked into a buffer next to each other.
16634
16635 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
16636
16637 * comint.el (comint-use-prompt-regexp, comint-send-input)
16638 (comint-source-default, comint-extract-string)
16639 (comint-get-source, comint-word, comint-completion)
16640 (comint-source, comint-prompt-read-only, comint-update-fence):
16641 Fix typos in docstrings.
16642 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
16643 Declare with define-obsolete-*-alias macros.
16644 (comint-previous-matching-input-from-input)
16645 (comint-next-matching-input-from-input)
16646 (comint-previous-matching-input, comint-next-matching-input)
16647 (comint-forward-matching-input):
16648 Improve argument/docstring consistency.
16649
16650 * desktop.el (desktop-clear-preserve-buffers-regexp):
16651 Also preserve the *server* buffer.
16652
16653 * simple.el (clone-indirect-buffer): Doc fix.
16654 (fixup-whitespace, just-one-space)
16655 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
16656 (next-error, next-error-highlight)
16657 (next-error-highlight-no-select, next-error-last-buffer)
16658 (next-error-buffer-p, next-error-find-buffer, next-error)
16659 (previous-error, next-error-no-select, previous-error-no-select)
16660 (open-line, split-line, minibuffer-prompt-width, kill-new)
16661 (binary-overwrite-mode): Fix typos in docstrings.
16662 (set-fill-column): Fix typo in message.
16663
16664 * skeleton.el (skeleton-proxy-new): Doc fix.
16665
16666 * strokes.el (strokes-load-hook): Doc fix.
16667 (strokes-grid-resolution, strokes-get-grid-position)
16668 (strokes-renormalize-to-grid, strokes-read-stroke)
16669 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
16670 (strokes-global-map): Fix typos in docstrings.
16671 (strokes-help): Doc fix. Fix help message and pass it through
16672 `substitute-command-keys'.
16673
16674 * tempo.el (tempo-insert-prompt, tempo-interactive)
16675 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
16676 (tempo-insert-string-functions, tempo-local-tags)
16677 (tempo-define-template, tempo-insert-template)
16678 (tempo-insert-prompt-compat, tempo-is-user-element)
16679 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
16680 Fix typos in docstrings.
16681
16682 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
16683 (vcursor-key-bindings, vcursor-use-vcursor-map)
16684 (vcursor-find-window, vcursor-scroll-down)
16685 (vcursor-disable, vcursor-beginning-of-buffer)
16686 (vcursor-end-of-buffer): Fix typos in docstrings.
16687 (vcursor-relative-move, vcursor-get-char-count):
16688 Improve argument/docstring consistency.
16689
16690 * version.el: "?\ " -> "?\s".
16691
16692 * wid-edit.el (widget-default-create, widget-after-change)
16693 (widget-default-format-handler, widget-checklist-add-item)
16694 (widget-radio-add-item, widget-choose, widget-specify-secret)
16695 (widget-field-value-create, widget-field-value-get)
16696 (widget-editable-list-format-handler)
16697 (widget-editable-list-entry-create, widget-group-value-create)
16698 (widget-documentation-link-add)
16699 (widget-documentation-string-value-create): "?\ " -> "?\s".
16700 (widget-convert-text): Doc fix.
16701 (widget-narrow-to-field, widget-field-find)
16702 (widget-url-link-action, widget-emacs-library-link-action)
16703 (widget-color-notify): Fix typos in docstrings.
16704
16705 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
16706 (x-select-text, set-w32-system-coding-system)
16707 (w32-add-charset-info): Fix typos in docstrings.
16708
16709 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
16710 (cua-enable-cua-keys, cua-use-hyper-key)
16711 (cua-virtual-rectangle-edges): Fix typos in docstrings.
16712 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
16713
16714 * net/tramp.el (tramp-handle-load): Fix typo in error message.
16715
16716 * emacs-lisp/re-builder.el (regexp-builder): Declare with
16717 `defalias' instead of faking it.
16718
16719 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
16720 (eshell-ls-missing, eshell-ls-dired-initial-args)
16721 (eshell-ls-use-in-dired): Fix typos in docstrings.
16722
16723 2005-07-20 Kim F. Storm <storm@cua.dk>
16724
16725 * emulation/cua-base.el (cua-mode): Improve doc string.
16726
16727 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
16728
16729 * abbrev.el (expand-region-abbrevs): Doc fix.
16730 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
16731 Improve argument/docstring consistency.
16732
16733 * arc-mode.el (archive-get-descr, archive-alternate-display):
16734 Doc fixes.
16735 (archive-l-e): Improve argument/docstring consistency.
16736 (archive-tmpdir, archive-unixdate, archive-unixtime)
16737 (archive-chmod-entry): Fix typos in docstrings.
16738 (archive-unflag, archive-unflag-backwards)
16739 (archive-unmark-all-files): "?\ " -> "?\s".
16740
16741 * buff-menu.el (Buffer-menu-unmark): Doc fix.
16742 (Buffer-menu-not-modified, Buffer-menu-execute)
16743 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
16744 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
16745
16746 * composite.el (compose-string, encode-composition-rule)
16747 (compose-last-chars): Fix typos in docstrings.
16748
16749 * desktop.el (desktop-enable, desktop-basefilename):
16750 Declare with `define-obsolete-variable-alias'.
16751 (desktop-internal-v2s): Don't quote keywords.
16752 (desktop-clear): "?\ " -> "?\s".
16753
16754 * dired.el (dired-align-file, dired-flag-backup-files)
16755 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
16756 (dired-listing-switches, dired-ls-F-marks-symlinks)
16757 (dired-dwim-target, dired-load-hook, dired-mode-hook)
16758 (dired-directory, dired-faces, dired, dired-revert)
16759 (dired-mode, dired-summary, dired-view-file)
16760 (dired-copy-filename-as-kill, dired-delete-file)
16761 (dired-no-confirm, dired-unmark-all-marks)
16762 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
16763 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
16764 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
16765 Fix typos in message strings.
16766
16767 * dired-x.el (virtual-dired): Declare with `defalias'.
16768 (dired-mark-unmarked-files, dired-local-variables-file)
16769 (dired-omit-here-always): Doc fix.
16770 (dired-omit-mode, dired-find-subdir)
16771 (dired-enable-local-variables, dired-clean-up-buffers-too)
16772 (dired-extra-startup, dired-mark-extension, dired-jump)
16773 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
16774 (dired-smart-shell-command, dired-guess-shell-alist-user)
16775 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
16776 (dired-x-bind-find-file, dired-x-submit-report):
16777 Fix typos in docstrings.
16778 (dired-mark-unmarked-files): "?\ " -> "?\s".
16779
16780 * dirtrack.el (dirtrack-list): Fix typos in docstring.
16781
16782 * faces.el (describe-face): "?\ " -> "?\s".
16783 (read-all-face-attributes, read-face-font, modify-face)
16784 (face-attr-construct, italic): Fix typos in docstrings.
16785 (frame-update-face-colors): Declare with
16786 `define-obsolete-function-alias'.
16787
16788 * files.el (find-file-noselect, recode-file-name): Doc fixes.
16789 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
16790 (magic-mode-alist, buffer-file-numbers-unique)
16791 (write-file-functions, get-free-disk-space):
16792 Fix typos in docstrings.
16793 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
16794 (write-contents-hooks, write-file-hooks):
16795 Declare with `define-obsolete-variable-alias'.
16796
16797 * forms-d2.el (arch-rj): Fix typo in docstrings.
16798 (arch-tocol): Likewise. "?\ " -> "?\s".
16799
16800 * frame.el (set-frame-font, cursor-in-non-selected-windows):
16801 Fix typo in docstring.
16802 (set-screen-width, set-screen-height): Delete redundant info in
16803 doctrings.
16804 (new-frame, screen-height, screen-width): Declare with
16805 `define-obsolete-function-alias'.
16806 (delete-frame-hook, blink-cursor): Declare with
16807 `define-obsolete-variable-alias'.
16808
16809 * paths.el (prune-directory-list): Fix typos in docstring.
16810
16811 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
16812 (cvs-prefix-get): Fix typos in docstrings.
16813
16814 * ps-print.el (ps-extend-face-list, ps-extend-face)
16815 (ps-print-background-image): Fix typos in docstrings.
16816 (ps-default-fg, ps-default-bg): Doc fixes.
16817
16818 * s-region.el (s-region-bind): Doc fix.
16819 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
16820
16821 * textmodes/org.el (org-table-formula-substitute-names)
16822 (org-table-get-vertical-vector): Doc fixes.
16823 (org-table-recalculate): Remove unused argument to `message'.
16824
16825 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
16826
16827 * textmodes/org.el (org-table-column-names)
16828 (org-table-column-name-regexp)
16829 (org-table-named-field-locations): New variables.
16830 (org-archive-subtree): Protect `this-command' when calling
16831 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
16832 the kill buffer.
16833 (org-complete): Remove fixed-formula completion.
16834 (org-edit-formulas-map): New variable.
16835 (org-table-edit-formulas): New command.
16836 (org-finish-edit-formulas, org-abort-edit-formulas)
16837 (org-show-variable, org-table-get-vertical-vector): New functions.
16838 (org-table-maybe-eval-formula): Handle `:=' fields.
16839 (org-table-get-stored-formulas, org-table-store-formulas)
16840 (org-table-get-formula, org-table-modify-formulas)
16841 (org-table-replace-in-formulas): Handle named field formulas.
16842 (org-table-get-specials): Store locations of named fields.
16843
16844 2005-07-19 Juri Linkov <juri@jurta.org>
16845
16846 * progmodes/grep.el (grep-regexp-alist)
16847 (grep-mode-font-lock-keywords, grep-process-setup):
16848 Use default GNU grep match color "01;31m" instead of "01;41m".
16849 (grep-regexp-alist, grep-mode-font-lock-keywords):
16850 Use `\\[[0-9]*m' instead of `\\[00m'.
16851 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
16852 sgr_start where its handling is more important. Use the real
16853 length of sgr_start instead of constant 8.
16854 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
16855 specially. Delete all remaining escape sequences.
16856 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
16857 (grep-regexp-alist): Make hyperlink only for binary file name
16858 instead of the whole line.
16859 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
16860 (grep-mode): Add autoload.
16861
16862 * emacs-lisp/find-func.el (find-function-regexp):
16863 Add `define-compilation-mode'.
16864
16865 2005-07-19 Juri Linkov <juri@jurta.org>
16866
16867 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
16868 (compare-windows-sync-string-size, compare-windows-recenter)
16869 (compare-windows-highlight, compare-windows): Add version 22.1.
16870 (compare-windows) <defface>: Inherit from lazy-highlight instead
16871 of duplicating its default value.
16872
16873 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
16874 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
16875
16876 * descr-text.el (describe-char): Create link buttons for `charset'
16877 and `code point'. Add the current input method name with a link
16878 button to `to input' field. Print face names of display table
16879 characters in `The display table entry is displayed by' section
16880 instead of printing face-id in the `display' field.
16881 Guess hardcoded faces and create a link button for them.
16882 Skip empty fields when calculating max-width.
16883 Treat `widget-create' specially while inserting strings from the
16884 collected field list.
16885 (describe-char-after): Made obsolete in version 22.1, not 21.5.
16886
16887 * diff-mode.el (diff-file-header): Change foreground color from
16888 yellow to green on light backgrounds.
16889 (diff-context): Inherit from `shadow' only for color/grayscale
16890 with more than 88 colors.
16891 (diff-indicator-removed, diff-indicator-added)
16892 (diff-indicator-changed): New faces.
16893 (diff-font-lock-keywords): Use new faces. Regroup rules.
16894 Add "^---$" for `normal' diff format. Fontify `#' lines with
16895 font-lock-comment-delimiter-face and font-lock-comment-face.
16896 Add `#' to ^[^...] in the rule for `diff-context-face'.
16897
16898 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
16899 a button-like box. Inherit from `highlight' on low colors.
16900 (shadow): Use shades of gray only for color/grayscale with
16901 more than 88 colors. Use green for light backgrounds with
16902 8 colors, and yellow for dark backgrounds with 8 colors.
16903
16904 * font-lock.el (font-lock-regexp-grouping-backslash):
16905 Don't inherit from escape-glyph (use bold for all cases).
16906
16907 * info.el (info-xref-visited): Use light foreground color `violet'
16908 for dark backgrounds instead of dark color `magenta3'.
16909 (info-title-1): Use `yellow' color for dark backgrounds.
16910
16911 * isearch.el (isearch): Use not-too-dark magenta3 instead of
16912 too-light magenta2.
16913
16914 * replace.el (match): Use slightly more light RoyalBlue3 instead
16915 of dark RoyalBlue4.
16916
16917 * wid-edit.el (widget-inactive): Inherit from `shadow'.
16918
16919 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
16920
16921 * novice.el (disabled-command-hook): Declare it with
16922 `define-obsolete-variable-alias'.
16923
16924 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
16925 (desktop-buffer-misc-functions, desktop-buffer-handlers)
16926 (desktop-load-default): Add release to obsolescence info.
16927 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
16928 (desktop-append-buffer-args, desktop-read):
16929 Fix typos in docstrings.
16930 (desktop-kill): Fix typo in message.
16931 (desktop-save): Doc fix.
16932
16933 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
16934
16935 * viper-cmd.el (viper-escape-to-state): Bug fix.
16936 (viper-envelop-ESC-key): Change the definition of fast
16937 keysequence so it'll work with keyboard macros.
16938
16939 * ediff.el (ediff-patch-buffer): Change the docstring.
16940
16941 2005-07-19 Kenichi Handa <handa@m17n.org>
16942
16943 * international/mule-cmds.el (select-safe-coding-system): Try to
16944 use an auto-coding (if any) before anything else. If the found
16945 auto-coding is invalid, show a warning message.
16946
16947 * international/mule.el (find-auto-coding): New function created
16948 by modifying the body of set-auto-coding.
16949 (set-auto-coding): Use find-auto-coding to find a coding.
16950
16951 2005-07-18 Richard M. Stallman <rms@gnu.org>
16952
16953 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
16954 not isearch-mode-end-hook-error.
16955 (allout-before-change-protect): Fix error message.
16956
16957 2005-07-18 Juri Linkov <juri@jurta.org>
16958
16959 * allout.el (allout-mode):
16960 * calculator.el (calculator-copy):
16961 * custom.el (custom-known-themes):
16962 * dired.el (dired-desktop-buffer-misc-data)
16963 (dired-restore-desktop-buffer):
16964 * dired-x.el (dired-omit-marker-char):
16965 * files.el (basic-save-buffer):
16966 * font-core.el (font-lock-mode):
16967 * calendar/calendar.el (calendar-goto-hebrew-date)
16968 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
16969 (calendar-goto-persian-date):
16970 * language/ethio-util.el (ethio-sera-to-fidel-region):
16971 * textmodes/picture.el (picture-mode):
16972 Delete duplicate duplicate words.
16973
16974 2005-07-18 Juri Linkov <juri@jurta.org>
16975
16976 * isearch.el (isearch-mode-map): Remove key bindings for regexp
16977 chars * ? } |.
16978 (isearch-fallback): Don't call `isearch-process-search-char'.
16979 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
16980 (isearch-process-search-char): Call `isearch-fallback' for regexp
16981 chars * ? } |.
16982 (isearch-return-char): Make obsolete with `make-obsolete' instead
16983 of simply documenting it as obsolete in the docstring.
16984 (isearch-fallback): Refill docstring.
16985
16986 * international/isearch-x.el
16987 (isearch-process-search-multibyte-characters): Remove unneeded
16988 `concat'. Add intermediate values to `junk-hist' instead of
16989 `minibuffer-history'. Test the length of `str'.
16990
16991 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
16992
16993 * allout.el (allout-resolve-xref): Fix typos in error strings.
16994 (allout-before-change-protect): Remove unneeded `concat'.
16995
16996 * array.el (array-mode, array-reconfigure-rows)
16997 (untabify-backward): Fix typos in docstrings.
16998 (array-reconfigure-rows): Use `insert-buffer-substring', not
16999 `insert-buffer'.
17000
17001 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
17002 * progmodes/ada-mode.el (ada-make-body):
17003 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
17004
17005 * dired.el (dired-log):
17006 * tar-mode.el (tar-subfile-save-buffer):
17007 * play/zone.el (zone-pgm-stress-destress):
17008 Use `insert-buffer-substring', not `insert-buffer'.
17009
17010 2005-07-17 Simon Josefsson <jas@extundo.com>
17011
17012 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
17013
17014 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
17015
17016 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
17017 Add plain auth method.
17018 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
17019
17020 2005-07-17 Kim F. Storm <storm@cua.dk>
17021
17022 * ido.el (dired-other-window): Add ido property.
17023
17024 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
17025
17026 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17027 Fix typo in docstring.
17028 (byte-compile-interactive-only-functions): Add `insert-buffer' and
17029 `insert-file-literally'.
17030
17031 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
17032 info and delete redundant message. Doc fix.
17033 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
17034 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
17035
17036 2005-07-16 Richard M. Stallman <rms@gnu.org>
17037
17038 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
17039 (byte-compile-and): Use byte-compile-and-recursion.
17040 (byte-compile-or-recursion): New function.
17041 (byte-compile-or): Use that.
17042 (byte-compile-if): Guard the else-clause too.
17043 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
17044
17045 * isearch.el (isearch-mode-end-hook-quit): New variable.
17046 (isearch-done): Bind it.
17047 (isearch-mode-end-hook): Doc fix.
17048
17049 * allout.el (allout-isearch-did-quit): Variable deleted.
17050 (allout-real-isearch-abort): Function name no longer used.
17051 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
17052 (allout-isearch-rectification): isearch-mode always exists.
17053 Don't set allout-isearch-did-quit.
17054 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
17055 allout-isearch-did-quit.
17056 (allout-enwrap-isearch): Just add the hook.
17057 (allout-isearch-abort): Function deleted.
17058 (allout-pre-command-business): Avoid warning.
17059
17060 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
17061 Correctly avoid warnings.
17062 (pascal-outline): Likewise.
17063
17064 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
17065
17066 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
17067
17068 * play/tetris.el (tetris-mode): Avoid warning.
17069
17070 * play/snake.el (snake-mode): Avoid warning.
17071
17072 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
17073 (gamegrid-set-display-table): Avoid warning.
17074 (gamegrid-set-timer): Likewise.
17075 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
17076 (gamegrid-add-score-with-update-game-score-1): Take FILE
17077 as argument.
17078 (gamegrid-add-score-with-update-game-score): Pass that argument.
17079 Rename have-shared-game-dir to gamegrid-shared-game-dir.
17080
17081 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
17082
17083 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
17084 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
17085
17086 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
17087 and insert-file.
17088
17089 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
17090 (sc-ask): Avoid warnings.
17091
17092 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
17093 (eshell-hist-initialize): Use that var the natural way.
17094
17095 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
17096
17097 * emacs-lisp/re-builder.el (reb-cook-regexp):
17098 Avoid warning calling lre-compile-string.
17099 (reb-color-display-p): Avoid warning.
17100
17101 * calculator.el (calculator-last-input): Guard uses
17102 of event-key and key-press-event-p.
17103 (event-key, key-press-event-p): Delete definitions.
17104
17105 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
17106 (find-gc-source-directory, find-gc-subrs-callers)
17107 (find-gc-noreturn-list, find-gc-source-files)
17108 (find-gc-subrs-called): Vars renamed and defvar'd.
17109
17110 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
17111 (checkdoc-overlay-put, checkdoc-delete-overlay)
17112 (checkdoc-overlay-start, checkdoc-overlay-end)
17113 (checkdoc-mode-line-update, checkdoc-char=):
17114 Define such that compiler knows they are defined.
17115 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
17116 (checkdoc-read-event): Delete. Use read-event directly.
17117
17118 * whitespace.el (whitespace-make-overlay)
17119 (whitespace-overlay-put, whitespace-delete-overlay)
17120 (whitespace-overlay-start, whitespace-overlay-end):
17121 Define such that compiler knows they are defined.
17122 (whitespace): Move conditional inside.
17123
17124 * tempo.el (tempo-insert-template): Suppress warning.
17125
17126 * ediff-diff.el (longlines-mode): Add defvar.
17127
17128 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
17129
17130 * server.el: Bind "C-x #" in a way that works even if C-x is
17131 redefined to a command key, not a prefix key.
17132
17133 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
17134
17135 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
17136 cl-make-type-test till execution time.
17137
17138 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
17139
17140 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
17141 arg ARG and use it.
17142
17143 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
17144
17145 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
17146
17147 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
17148
17149 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17150 a defcustom with two :set or :type keywords.
17151
17152 2005-07-15 Richard M. Stallman <rms@gnu.org>
17153
17154 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17155 Don't give ^M comment-end syntax.
17156
17157 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
17158
17159 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
17160 Don't consider gdbmi (gdb-mi.el has its own update functions).
17161 (gdb-var-delete): Make it work for gdbmi as well.
17162 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
17163
17164 * progmodes/gud.el (etags, sdb): Only require etags when needed.
17165 (gud-speedbar-menu-items): Correct logic for enabling items.
17166
17167 2005-07-15 Kim F. Storm <storm@cua.dk>
17168
17169 * ido.el: Fix commentary.
17170 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
17171 Use with-no-warnings around ffap-guesser.
17172 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
17173 Let bind minibuffer-completing-file-name to t.
17174
17175 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
17176
17177 * startup.el (site-run-file, keyboard-type): Doc fixes.
17178 (command-line): Check for "--basic-display" argument; also for
17179 "--quick", not "--bare-bones" (which was renamed).
17180 (fancy-splash-text): Add missing item "Getting New Versions".
17181 (normal-splash-screen): Fix typos and improve consistency with
17182 `fancy-splash-text'. Update copyright year.
17183
17184 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
17185 valid binding for `help-char'.
17186
17187 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
17188
17189 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
17190
17191 * term.el (term-mode): Disable cua-mode for term buffers.
17192
17193 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
17194
17195 * add-log.el (add-log-mailing-address, change-log-merge):
17196 Doc fixes.
17197 (change-log-get-method-definition): Fix typo in docstring.
17198
17199 2005-07-14 Kim F. Storm <storm@cua.dk>
17200
17201 * emulation/cua-base.el:
17202 (cua--pre-command-handler-1, cua--pre-command-handler)
17203 (cua--post-command-handler-1, cua--post-command-handler):
17204 Split in two. Check (buffer local) value of cua-mode.
17205 (cua-selection-mode): New command.
17206
17207 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
17208
17209 * custom.el (custom-initialize-safe-set)
17210 (custom-initialize-safe-default): Doc fixes.
17211
17212 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17213 and simplify :init-value again.
17214
17215 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17216 and simplify :init-value again. Delete autoload.
17217
17218 * startup.el (command-line): Use `custom-reevaluate-setting' again
17219 for tooltip-mode.
17220
17221 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17222 a defcustom with two :initialize keywords.
17223
17224 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
17225
17226 * allout.el (my-mark-marker, allout-isearch-prior-pos)
17227 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
17228 (allout-post-command-business, allout-flag-region)
17229 (isearch-reenable-font-lock, allout-yank)
17230 (allout-insert-latex-header, allout-insert-latex-trailer)
17231 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
17232 (allout-latex-verb-quote): Fix typos in docstrings.
17233 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
17234 (allout-unprotected, allout-prefix-data):
17235 Improve argument/docstring consistency.
17236 (allout-chart-subtree): Fix argument spec.
17237 (allout-open-topic): Rename `use_sib_bullet' argument to
17238 `use-sib-bullet'. Doc fix.
17239
17240 * whitespace.el (whitespace-check-buffer-leading)
17241 (whitespace-check-buffer-trailing)
17242 (whitespace-check-buffer-indent)
17243 (whitespace-check-buffer-spacetab)
17244 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
17245 (whitespace-check-leading-whitespace)
17246 (whitespace-check-trailing-whitespace)
17247 (whitespace-check-spacetab-whitespace)
17248 (whitespace-check-indent-whitespace)
17249 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
17250 (whitespace-modes): Fix typos in docstrings.
17251 (defgroup, defcustom): Doc fixes.
17252
17253 * winner.el (winner-mode, winner-boring-buffers)
17254 (winner-pending-undo-ring): Doc fixes.
17255 (winner-ring): Remove unneeded `progn'.
17256 (winner-equal): `defsubst' it.
17257 (winner-redo): Fix message.
17258
17259 2005-07-13 Kim F. Storm <storm@cua.dk>
17260
17261 * simple.el (line-move-1): Always use vertical-motion to
17262 do the last (or only) line move to ensure some movement.
17263 Undo 2005-06-23 change--don't check for overlays.
17264
17265 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17266
17267 * term/mac-win.el (ccl-encode-mac-roman-font)
17268 (ccl-encode-mac-centraleurroman-font)
17269 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
17270 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
17271 Change charset-id boundary of dimension to ?\xef.
17272 (mac-char-fontspec-list): New constant.
17273 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
17274 argument. Nil uses itself as family in font-spec. Previous
17275 behavior for nil is now provided by non-nil non-string argument.
17276 All callers changed. Add font-specs for Mac fonts to
17277 "fontset-default" unless iso8859-1 fonts are installed.
17278
17279 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
17280
17281 * progmodes/sh-script.el (sh-get-indent-info): Only indent
17282 a continuation line if the \ is preceded by SPC or TAB.
17283 (sh-get-indent-info): Simplify.
17284 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
17285 Use with-current-buffer.
17286
17287 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
17288 when the matched text is empty.
17289
17290 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
17291
17292 * startup.el (command-line): Revert to previous handling of
17293 tooltip-mode. Explain in comment why the complexity is needed.
17294
17295 * tooltip.el (tooltip-mode): Revert to previous implementation of
17296 its defcustom.
17297
17298 * frame.el (blink-cursor-mode): Revert to previous implementation
17299 of its defcustom. Update comment.
17300
17301 2005-07-12 Lars Hansen <larsh@soem.dk>
17302
17303 * desktop.el: Update e-mail address.
17304
17305 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17306
17307 * term/mac-win.el (mac-services-mail-selection)
17308 (mac-services-mail-to): New functions.
17309 (mac-application-menu-map): Bind them.
17310
17311 2005-07-12 wulei <milton@wulei.net> (tiny change)
17312
17313 * progmodes/gdb-ui.el: Add note about buffering with Windows.
17314
17315 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
17316
17317 * custom.el (custom-reevaluate-setting): Doc fix.
17318
17319 2005-07-11 Jay Belanger <belanger@truman.edu>
17320
17321 * calc/calc.el (calc-embedded-announce-formula-alist)
17322 (calc-embedded-open-close-plain-alist)
17323 (calc-embedded-open-close-mode-alist): Add checks for additional
17324 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
17325
17326 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
17327
17328 * custom.el (custom-enable-theme): Don't add theme to
17329 `custom-enabled-themes' with `push' because there is no
17330 setf-method for `delq'.
17331
17332 2005-07-11 Richard M. Stallman <rms@gnu.org>
17333
17334 * custom.el (custom-declare-variable): Doc fix.
17335
17336 * dired-aux.el (dired-compare-directories): Remove "." and ".."
17337 from the alists.
17338
17339 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
17340 Do nothing if edebug-active.
17341
17342 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
17343 (edebug-display): Do it here instead.
17344
17345 2005-07-10 Richard M. Stallman <rms@gnu.org>
17346
17347 * cus-face.el (custom-theme-set-faces): Make it work.
17348 (custom-reset-faces): Doc fix.
17349 (custom-theme-reset-internal-face, custom-theme-face-value):
17350 Functions deleted.
17351
17352 * custom.el (custom-push-theme): Maintain list of the settings
17353 of a given theme in its theme-settings property.
17354 Maintain position of old settings in the theme-value
17355 or theme-face property.
17356 (custom-enabled-themes): New variable.
17357 (custom-theme-enabled-p): New function.
17358 (provide-theme): Update custom-enabled-themes.
17359 Disable and reenable the `user' theme.
17360 (require-theme): Doc fix.
17361 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
17362 (custom-theme-value, custom-theme-variable-value): Likewise.
17363 (custom-theme-reset-internal): Likewise.
17364 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
17365 (custom-enable-theme, custom-disable-theme): New functions.
17366 (custom-variable-theme-value, custom-face-theme-value): Likewise.
17367 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
17368 (custom-theme-reset-variables): Simplify.
17369 (deftheme, custom-declare-theme, custom-make-theme-feature):
17370 Definitions moved.
17371
17372 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
17373
17374 * longlines.el (longlines-show-region)
17375 (longlines-unshow-hard-newlines): Recognize hard newlines by
17376 non-nil hard property, instead of t.
17377
17378 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
17379
17380 * viper-cmd.el (viper--key-maps): New variable.
17381 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
17382 emulation-mode-map-alists.
17383 (viper-envelop-ESC-key): Use viper-subseq.
17384 (viper-search-forward/backward/next): Disable debug-on-error.
17385
17386 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
17387 (viper-ESC-key): New defcustoms.
17388
17389 * viper-macs.el (ex-map-read-args): Use viper-subseq.
17390
17391 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
17392 (viper-subseq): Copy of subseq from cl.el.
17393
17394 * viper.el (viper-go-away, viper-set-hooks): Use
17395 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
17396
17397 * viper-mous.el (viper-current-frame-saved): Use defvar.
17398
17399 * viper-init.el: Get rid of -face in face names.
17400
17401 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
17402 Make it work with longlines mode
17403
17404 * ediff-mult.el (ediff-meta-mode-hook): New variable.
17405
17406 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
17407
17408 * ediff-init.el: Get rid of -face in face names.
17409
17410 2005-07-10 Richard M. Stallman <rms@gnu.org>
17411
17412 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
17413 and with-timeout-unsuspend.
17414
17415 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
17416 and with-timeout-unsuspend.
17417
17418 * emacs-lisp/timer.el (with-timeout-timers): New variable.
17419 (with-timeout): Bind that variable to record timers.
17420 (with-timeout-suspend, with-timeout-unsuspend): New functions.
17421
17422 * emacs-lisp/debug.el (debug-help-follow): New function.
17423 (debugger-mode-map): Use that instead of help-follow.
17424 (debugger-setup-buffer): Use eval-buffer-list
17425 to handle eval-buffer frames.
17426
17427 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
17428
17429 * timezone.el (timezone-parse-date): Change first regexp
17430 so it will not mistakenly match dates with no time zone.
17431
17432 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
17433
17434 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
17435
17436 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
17437
17438 * custom.el (custom-initialize-safe-set)
17439 (custom-initialize-safe-default): New functions.
17440
17441 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17442 and simplify :init-value.
17443
17444 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17445 and simplify :init-value. Delete obsolete comment.
17446
17447 * startup.el (command-line): Use `custom-reevaluate-setting' to
17448 handle `tooltip-mode'. Delete obsolete comment.
17449
17450 * files.el (set-visited-file-name): Avoid calling
17451 `file-name-nondirectory' with a nil argument.
17452
17453 2005-07-09 Richard M. Stallman <rms@gnu.org>
17454
17455 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
17456 was called with nil for the buffer, handle the read position right.
17457 Handle read position for eval-region, too.
17458
17459 2005-07-09 Juri Linkov <juri@jurta.org>
17460
17461 * fringe.el (fringe-mode): Add period in docstring.
17462 (fringe-query-style): Build prompt depending on `all-frames' arg.
17463
17464 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
17465 to not create links to unrelated functions in the Help buffer.
17466
17467 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
17468 Doc fix.
17469
17470 * simple.el (next-error-hook): New variable.
17471 (next-error): Use it. Doc fix.
17472
17473 * textmodes/ispell.el (ispell-command-loop): Add current
17474 dictionary name and program name to mode-line-format.
17475 (ispell-region, ispell-process-line): Add current dictionary name
17476 and program name to messages.
17477
17478 2005-07-08 Jay Belanger <belanger@truman.edu>
17479
17480 * calc/calc.el (calc-embedded-announce-formula-alist)
17481 (calc-embedded-open-close-formula-alist)
17482 (calc-embedded-open-close-word-alist)
17483 (calc-embedded-open-close-plain-alist)
17484 (calc-embedded-open-close-new-formula-alist)
17485 (calc-embedded-open-close-mode-alist)
17486 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
17487 (calc-embedded-mode-hook): New variables.
17488
17489 * calc/calc-embed.el (calc-embedded-firsttime)
17490 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
17491 New variables.
17492 (calc-do-embedded): Use calc-embedded-firsttime,
17493 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
17494 determine whether or not to run hooks.
17495 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
17496 calc-embedded-firsttime-formula appropriately.
17497 Set calc-embedded delimiter variables according to mode.
17498
17499 2005-07-08 Richard M. Stallman <rms@gnu.org>
17500
17501 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
17502 Check for "emacs", etc., as entire symbol, not just as word.
17503 (checkdoc-file-comments-engine): Use regexp-quote on FN.
17504
17505 * files.el (set-visited-file-name): Report the error
17506 for "empty filename" earlier.
17507 (kill-some-buffers): Ignore buffers already dead.
17508
17509 * fringe.el (fringe-mode): Doc fix.
17510
17511 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17512 Check for (featurep 'xemacs) and turn off warnings in what it guards.
17513 Use unwind-protect to ensure byte-compile-unresolved-functions
17514 is updated.
17515
17516 * whitespace.el (whitespace-buffer-leading-cleanup):
17517 Simplify w/ skip-chars-forward.
17518 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
17519
17520 * mail/rmail.el (rmail-only-expunge): Fix paren error.
17521 Unconditionally try to leave point at the same old place.
17522
17523 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
17524
17525 * comint.el (comint-postoutput-scroll-to-bottom)
17526 (comint-show-maximum-output): Take scroll-margin into consideration.
17527
17528 2005-07-08 Kim F. Storm <storm@cua.dk>
17529
17530 * ido.el (ido-use-filename-at-point): New choice `guess'.
17531 (ido-file-internal): Try ffap-guesser if selected.
17532
17533 * ido.el (ido-before-fallback-functions): New hook.
17534 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
17535 (ido-read-file-name): Run it.
17536
17537 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
17538
17539 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
17540 strings rather than a list of symbols to the completion function.
17541
17542 2005-07-07 Jay Belanger <belanger@truman.edu>
17543
17544 * calc/calc-units.el (math-apply-units): Change the places in
17545 which units are simplified.
17546
17547 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
17548
17549 * cus-edit.el (customize-option, customize-option-other-window):
17550 Make them handle aliases.
17551
17552 * custom.el (custom-variable-p): Make it recursively follow
17553 aliases. Mention that in the docstring.
17554
17555 2005-07-07 Richard M. Stallman <rms@gnu.org>
17556
17557 * cus-start.el (exec-path): Use `directory' instead of `file'.
17558 Fix tag for nil.
17559
17560 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
17561
17562 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
17563 when called non-interactively. Doc fix.
17564
17565 2005-07-07 Lute Kamstra <lute@gnu.org>
17566
17567 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
17568 new address as well.
17569
17570 2005-07-07 Kenichi Handa <handa@m17n.org>
17571
17572 * international/mule.el (make-coding-system):
17573 Describe `ascii-incompatible' property in the docstring.
17574 (set-file-name-coding-system): Signal an error if coding-system is
17575 ascii-incompatible.
17576 (set-keyboard-coding-system): Likewise.
17577
17578 * international/mule-cmds.el (set-default-coding-systems):
17579 Don't set default-file-name-coding-system and
17580 default-keyboard-coding-system if coding-system is ASCII-incompatible.
17581
17582 * international/utf-16.el: Declare that all UTF-16-based coding
17583 systems are ASCII-incompatible.
17584
17585 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
17586
17587 * progmodes/gud.el: Require font-lock for displaying errors.
17588 Used by gdb-ui.el.
17589
17590 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
17591
17592 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
17593 values for the pattern lists which are `read'able but not
17594 `append'able (like symbols).
17595
17596 2005-07-06 Richard M. Stallman <rms@gnu.org>
17597
17598 * progmodes/flymake.el (flymake-float-time): Instead of
17599 with-no-warnings, test for xemacs.
17600 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
17601 to avoid warning.
17602
17603 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
17604
17605 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
17606
17607 2005-07-05 Lute Kamstra <lute@gnu.org>
17608
17609 * battery.el: Add support for Darwin (with much debugging help
17610 from Samuel Lauber <sam124@operamail.com>).
17611 (battery-status-function, battery-echo-area-format)
17612 (battery-mode-line-format): Add support for pmset on Darwin.
17613 (battery-load-low, battery-load-critical): New user options.
17614 (battery-pmset): New function.
17615
17616 2005-07-05 Lute Kamstra <lute@gnu.org>
17617
17618 Update FSF's address in GPL notices.
17619
17620 * textmodes/page-ext.el: Update FSF's address.
17621
17622 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
17623
17624 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
17625 filling from using prefix when filling a single-line docstring.
17626
17627 * progmodes/flymake.el: Remove useless eval-when-compile.
17628
17629 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
17630
17631 2005-07-04 Richard M. Stallman <rms@gnu.org>
17632
17633 * textmodes/org.el (org-file-apps-defaults-gnu):
17634 Rename from org-file-apps-defaults-linux.
17635 (org-default-apps): Don't test system-type for `linux'.
17636 (org-file-apps): Doc fix.
17637
17638 2005-07-04 David Ponce <david@dponce.com>
17639
17640 * tree-widget.el: Improve header Commentary section.
17641 (tree-widget) [defgroup]
17642 (tree-widget-image-enable, tree-widget-themes-directory)
17643 (tree-widget-theme, tree-widget-image-properties-emacs)
17644 (tree-widget-image-properties-xemacs, tree-widget-create-image)
17645 (tree-widget-image-formats, tree-widget-control)
17646 (tree-widget-empty-control, tree-widget-leaf-control
17647 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
17648 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
17649 (tree-widget-keep, tree-widget-after-toggle-functions)
17650 (tree-widget-open-node, tree-widget-close-node): Doc fix.
17651 (tree-widget-open-control, tree-widget-close-control): Fix doc and
17652 :help-echo message.
17653 (tree-widget-set-theme): Doc fix. Use `string-equal'.
17654 (tree-widget-image-properties): Doc fix. Clearer implementation.
17655 (tree-widget--cursors): New constant.
17656 (tree-widget-lookup-image): New function split from
17657 `tree-widget-find-image'. Clearer implementation.
17658 (tree-widget-find-image): Use it.
17659 (tree-widget-button-keymap): Use `set-keymap-parent'.
17660 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
17661 Define the sub-widgets here.
17662 (tree-widget-node): Check that :node is not a tree-widget.
17663 (tree-widget-get-super, tree-widget-open-control)
17664 (tree-widget-close-control, tree-widget-empty-control)
17665 (tree-widget-leaf-control, tree-widget-guide)
17666 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
17667 (tree-widget-no-handle, tree-widget-value-delete)
17668 (tree-widget-map): Remove.
17669 (tree-widget-children-value-save): Doc fix. Simplified.
17670 (tree-widget-value-create): Update according to previous changes.
17671
17672 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
17673
17674 * textmodes/org.el: Leading space replaced by TABS.
17675 (org-recalc-marks, org-table-rotate-recalc-marks)
17676 (org-table-get-specials): Treat "^" and "_" marks.
17677 (org-table-justify-field-maybe): Optional argument NEW.
17678 (org-table-eval-formula): Parsing of the format simplified.
17679 New modes C,I. Honor the %= parameter in the current table.
17680 Avoid unnecessary re-align by using the NEW argument to
17681 `org-table-justify-field-maybe'.
17682 (org-calc-default-modes): Default for date-format mimicks org-mode.
17683 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
17684
17685 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
17686
17687 * cus-face.el (custom-theme-set-faces): Make it handle face
17688 aliases whose alias declarations are pre- or autoloaded.
17689
17690 2005-07-04 Juri Linkov <juri@jurta.org>
17691
17692 * faces.el (read-face-name): Put the code for getting a face name
17693 from the buffer before adding the faces from the `face' property.
17694 Use `completing-read-multiple' instead of `completing-read'.
17695 Require `crm'. Add default value and post-process the returned
17696 list of faces.
17697
17698 * emacs-lisp/crm.el (crm-find-current-element)
17699 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
17700
17701 * emacs-lisp/lisp-mode.el (eval-defun-1):
17702 * emacs-lisp/edebug.el (edebug-eval-defun):
17703 Remove unnecessary quotes.
17704
17705 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
17706
17707 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
17708 (prolog-indent-level): Fix typo in docstring.
17709
17710 * info.el (Info-history, Info-history-forward)
17711 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
17712
17713 * add-log.el (add-change-log-entry):
17714 * comint.el (comint-dynamic-list-input-ring)
17715 (comint-dynamic-list-completions):
17716 * dabbrev.el (dabbrev-expand):
17717 * delim-col.el (delimit-columns-rectangle-line):
17718 * diff-mode.el (diff-context->unified, diff-reverse-direction)
17719 (diff-unified->context):
17720 * ediff-init.el (ediff-abbrev-jobname):
17721 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
17722 (ediff-replace-session-activity-marker-in-meta-buffer):
17723 * info.el (Info-summary):
17724 * lpr.el (printify-region):
17725 * printing.el (pr-create-interface):
17726 * ps-print.el (ps-print-quote):
17727 * ses.el (ses-column-widths, ses-print-cell)
17728 (ses-adjust-print-width, ses-center):
17729 * shell.el (shell-file-name-quote-list):
17730 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
17731 (strokes-fill-current-buffer-with-whitespace)
17732 (strokes-xpm-for-stroke, strokes-list-strokes)
17733 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
17734 * term.el (term-dynamic-list-input-ring)
17735 (term-dynamic-list-completions):
17736 * calc/calc.el (math-format-stack-value):
17737 * emacs-lisp/edebug.el (edebug-display-freq-count):
17738 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
17739 (delphi-new-comment-line):
17740 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
17741 * progmodes/executable.el (executable-set-magic):
17742 * progmodes/python.el (inferior-python-mode):
17743 * progmodes/scheme.el (scheme-mode-syntax-table):
17744 * progmodes/sh-script.el (sh-maybe-here-document):
17745 * progmodes/sql.el (sql-copy-column):
17746 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
17747 * textmodes/bibtex.el (bibtex-mode):
17748 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
17749 (sgml-auto-attributes):
17750 * textmodes/table.el (table-insert, table-shorten-cell)
17751 (table--generate-source-scan-lines, table-delete-row)
17752 (*table--cell-delete-char, table--spacify-frame)
17753 (table--horizontally-shift-above-and-below)
17754 (table--cell-insert-char, table--cell-blank-str)
17755 (table--fill-region-strictly):
17756 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
17757 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
17758
17759 * add-log.el (change-log):
17760 * apropos.el (apropos):
17761 * comint.el (comint-completion, comint-source):
17762 * dabbrev.el (dabbrev):
17763 * delim-col.el (columns):
17764 * diff-mode.el (diff-mode):
17765 * ediff.el (ediff):
17766 * ediff-diff.el (ediff-diff):
17767 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
17768 * ediff-mult.el (ediff-mult):
17769 * ediff-ptch.el (ediff-ptch):
17770 * ediff-wind.el (ediff-window):
17771 * facemenu.el (facemenu):
17772 * indent.el (indent):
17773 * info.el (info):
17774 * jka-cmpr-hook.el (compression, jka-compr):
17775 * lpr.el (lpr):
17776 * outline.el (outlines):
17777 * pcmpl-cvs.el (pcmpl-cvs):
17778 * pcmpl-rpm.el (pcmpl-rpm):
17779 * printing.el (printing):
17780 * ps-print.el (postscript, ps-print, ps-print-horizontal)
17781 (ps-print-vertical, ps-print-headers, ps-print-font)
17782 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
17783 (ps-print-background, ps-print-printer, ps-print-page)
17784 (ps-print-miscellany):
17785 * ses.el (ses):
17786 * shell.el (shell, shell-directories, shell-faces):
17787 * startup.el (initialization):
17788 * strokes.el (strokes):
17789 * term.el (term):
17790 * uniquify.el (uniquify):
17791 * w32-vars.el (w32):
17792 * calc/calc.el (calc):
17793 * emacs-lisp/bytecomp.el (bytecomp):
17794 * emacs-lisp/cl-indent.el (lisp-indent):
17795 * emacs-lisp/edebug.el (edebug):
17796 * emacs-lisp/elp.el (elp):
17797 * emacs-lisp/testcover.el (testcover):
17798 * emacs-lisp/trace.el (trace):
17799 * emulation/viper-ex.el (viper-ex):
17800 * emulation/viper-mous.el (viper-mouse):
17801 * mail/mailalias.el (mailalias):
17802 * mail/supercite.el (supercite, supercite-frames)
17803 (supercite-attr, supercite-cite, supercite-hooks):
17804 * net/rcompile.el (remote-compile):
17805 * net/rlogin.el (rlogin):
17806 * obsolete/ooutline.el (outlines):
17807 * progmodes/delphi.el (delphi):
17808 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
17809 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
17810 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
17811 (ebnf-optimization):
17812 * progmodes/etags.el (etags):
17813 * progmodes/executable.el (executable):
17814 * progmodes/idlwave.el (idlwave):
17815 * progmodes/pascal.el (pascal):
17816 * progmodes/prolog.el (prolog):
17817 * progmodes/python.el (python):
17818 * progmodes/scheme.el (scheme):
17819 * progmodes/sh-script.el (sh, sh-script):
17820 * progmodes/sql.el (SQL):
17821 * progmodes/tcl.el (tcl):
17822 * textmodes/bibtex.el (bibtex, bibtex-autokey):
17823 * textmodes/enriched.el (enriched):
17824 * textmodes/makeinfo.el (makeinfo):
17825 * textmodes/sgml-mode.el (sgml):
17826 * textmodes/table.el (table-hooks):
17827 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
17828 * textmodes/texinfo.el (texinfo):
17829 * textmodes/two-column.el (two-column):
17830 Finish `defgroup' description with period.
17831
17832 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
17833 * eshell/esh-var.el (eshell-var):
17834 * progmodes/vhdl-mode.el (vhdl-testbench):
17835 * textmodes/org.el (org): Fix typos in docstrings.
17836
17837 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
17838 consistency.
17839
17840 * progmodes/flymake.el (flymake-find-file): Remove.
17841 (flymake-float-time): Use `with-no-warnings'.
17842 (flymake-check-start-time, flymake-check-was-interrupted)
17843 (flymake-err-info, flymake-is-running, flymake-last-change-time)
17844 (flymake-new-err-info): `defvar' at compile time.
17845
17846 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
17847
17848 * replace.el (occur-hook): Doc fix.
17849 (occur-1): Don't call `occur-hook' if there are no matches.
17850
17851 2005-07-03 Richard M. Stallman <rms@gnu.org>
17852
17853 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
17854 global-map, save the same map.
17855 (global-map): Don't alter it at top level.
17856 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
17857 Then alter it here instead.
17858 (tpu-edt-off): Set global-map to the saved one.
17859
17860 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
17861 All references simplified.
17862 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
17863 (zmacs-regions): Add defvar.
17864 (repeat-complex-command-map): Everything about that deleted.
17865
17866 * textmodes/artist.el (artist-key-is-drawing)
17867 (artist-key-endpoint1, artist-key-poly-point-list)
17868 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
17869 (artist-key-compl-table, artist-rb-save-data)
17870 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
17871 Don't put them in eval-when-compile.
17872 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
17873
17874 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
17875 Use with-no-warnings.
17876
17877 * net/browse-url.el (dos-windows-version): Add defvar.
17878
17879 * mail/supercite.el (filladapt-prefix-table): Add defvar.
17880
17881 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
17882 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
17883 (rmail-new-summary-line-count): Rename from new-summary-line-count.
17884 Add defvar.
17885 (rmail-summary-beginning-of-message): Use with-no-warnings.
17886 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
17887
17888 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
17889 Use with-no-warnings.
17890
17891 * emulation/vi.el (vi-mark-region): Use c-mark-function.
17892 (c-mark-function): Add point-moving-unit property.
17893 (vi-goto-line): Use with-no-warnings.
17894
17895 * emulation/edt.el (edt-last-copied-word): Add defvar.
17896 (zmacs-region-stays): Likewise.
17897 (edt-mark-section-wisely): Use c-mark-function for C.
17898 Use makr-defun for Fortran.
17899 (time-string): defvar deleted.
17900 (edt-display-the-time): Don't set time-string.
17901
17902 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
17903
17904 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
17905 Don't warn when name is not constant
17906 or for defining the group `emacs'.
17907
17908 * tooltip.el (gud-tooltip-mode): Add defvar.
17909
17910 * startup.el (default-frame-background-mode): Add defvar.
17911
17912 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
17913
17914 * info.el (tool-bar-map): Add defvar.
17915
17916 * dired.el (dnd-protocol-alist): Add defvar.
17917
17918 * dired-aux.el (dired-query): Display question with answer, when
17919 the user answers.
17920
17921 * custom.el (custom-add-option): Doc fix.
17922
17923 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
17924
17925 2005-07-03 Eli Zaretskii <eliz@gnu.org>
17926
17927 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
17928 bogus name from the last change.
17929
17930 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
17931
17932 * custom.el (custom-declare-variable): Fix typos in comment.
17933 (custom-known-themes): Doc fix.
17934 (custom-theme-directory): New defcustom.
17935 (require-theme): Make it check `custom-theme-directory'.
17936
17937 * cus-theme.el (custom-new-theme-mode): New function.
17938 (custom-theme-name, custom-theme-variables, custom-theme-faces)
17939 (custom-theme-description): Add compiler defvars.
17940 (customize-create-theme): Add doc to the "*New Custom Theme*"
17941 buffer. Use `custom-new-theme-mode'.
17942 (custom-theme-write): Put the created buffer in emacs-lisp-mode
17943 and save it to the `custom-theme-directory'. Make this the
17944 default directory of the buffer.
17945
17946 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
17947
17948 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
17949 Fix unbalanced parentheses.
17950
17951 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
17952
17953 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
17954 into flymake-mode and delegate to flymake-mode.
17955
17956 * find-file.el (ff-which-function-are-we-in): Clean up.
17957
17958 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
17959
17960 * replace.el (occur-rename-buffer): Fix docstring.
17961
17962 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
17963 (edt-last-copied-word, edt-learn-macro-count)
17964 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
17965 (edt-rect-start-point, edt-user-global-map, rect-start-point)
17966 (time-string, zmacs-region-stays):
17967 * emulation/edt-mapper.el (edt-save-function-key-map)
17968 (EDT-key-name): `defvar' to silence the byte-compiler.
17969
17970 2005-07-02 Martin Rudalics <rudalics@gmx.at>
17971
17972 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
17973 font-lock-regexp-backslash. Doc fix.
17974 (font-lock-regexp-backslash-grouping-construct): Rename from
17975 font-lock-regexp-backslash-construct. Doc fix.
17976 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
17977 grouping constructs.
17978
17979 2005-07-02 Eli Zaretskii <eliz@gnu.org>
17980
17981 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
17982 updating all the prerequisites.
17983
17984 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
17985
17986 * textmodes/org.el (org-agenda-start-on-weekday)
17987 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
17988 (org-agenda-use-time-grid, org-archive-location)
17989 (org-allow-space-in-links, org-usenet-links-prefer-google)
17990 (org-enable-table-editor, org-export-default-language)
17991 (org-export-html-show-new-buffer, org-fill-paragraph)
17992 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
17993 (org-goto-quit, org-occur, org-eval-in-calendar)
17994 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
17995 (org-agenda-diary-entry, org-remember-help)
17996 (org-table-convert-region, org-at-table-p)
17997 (org-table-move-row-down, org-table-move-row-up)
17998 (org-table-copy-region, org-table-toggle-vline-visibility)
17999 (org-table-get-stored-formulas, org-table-get-specials)
18000 (org-recalc-commands, org-table-eval-formula)
18001 (org-table-formula-substitute-names, orgtbl-make-binding)
18002 (org-format-org-table-html, org-format-table-table-html)
18003 (org-format-table-table-html-using-table-generate-source)
18004 (org-customize): Fix typos in docstrings.
18005 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
18006 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
18007 (org-back-to-heading): Doc fixes.
18008 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
18009 (org-agenda-change-all-lines, org-get-header):
18010 Improve argument/docstring consistency.
18011 (orgtbl-error): Fix error message.
18012
18013 * progmodes/flymake.el (flymake-find-possible-master-files)
18014 (flymake-master-file-compare, flymake-get-line-err-count)
18015 (flymake-highlight-line, flymake-gui-warnings-enabled):
18016 Fix typos in docstrings.
18017 (flymake-parse-line, flymake-get-project-include-dirs-function)
18018 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
18019 Doc fixes.
18020 (flymake-get-project-include-dirs-function)
18021 (flymake-make-err-menu-data):
18022 Improve argument/docstring consistency.
18023
18024 2005-07-01 Lute Kamstra <lute@gnu.org>
18025
18026 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
18027 Catch errors with ignore-errors. Use temporary buffer.
18028 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
18029
18030 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
18031 background color faces.
18032 (facemenu-set-foreground, facemenu-set-background):
18033 Use facemenu-set-face-from-menu.
18034 (facemenu-set-face-from-menu): Treat face names that start with
18035 "fg:" or "bg:" as special.
18036 (facemenu-add-new-color): Don't create faces. Simplify.
18037
18038 2005-06-30 Richard M. Stallman <rms@gnu.org>
18039
18040 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
18041 (crm-find-current-element): Likewise.
18042
18043 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
18044
18045 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
18046
18047 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
18048
18049 * arc-mode.el (archive-extract): Make it work as a mouse binding.
18050 (archive-mouse-extract): Make it an obsolete alias.
18051 (archive-mode-map): Don't use archive-mouse-extract any more.
18052 (archive-mode, archive-extract): write-contents-hooks ->
18053 write-contents-functions.
18054 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
18055 first arg.
18056 (archive-rename-entry): Update the call.
18057 (archive-zip-summarize): Remove unused var `method'.
18058 (archive-lzh-summarize): Remove unused var `creator'.
18059
18060 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
18061 dedicated frame upon exit.
18062
18063 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
18064 (archive-zip-extract, archive-zip-expunge)
18065 (archive-zip-update, archive-zip-update-case): Use executable-find.
18066 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
18067 Use restore-buffer-modified-p.
18068 (archive-extract, archive-add-new-member, archive-write-file-member):
18069 Use with-current-buffer.
18070 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
18071
18072 2005-06-30 Andreas Schwab <schwab@suse.de>
18073
18074 * progmodes/gud.el (gud-filter): Remove unneeded progn.
18075
18076 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18077
18078 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
18079
18080 2005-06-30 Juri Linkov <juri@jurta.org>
18081
18082 * faces.el (vertical-border): Inherit from mode-line-inactive
18083 only on tty.
18084
18085 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
18086
18087 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
18088 example, -NLINES in the `occur' docstring).
18089
18090 * replace.el (occur-1): When no matches are found, do not set the
18091 `buffer-read-only' and modified flags for the occur buffer,
18092 because it is deleted.
18093
18094 * emulation/cua-base.el (cua-check-pending-input)
18095 (cua-repeat-replace-region, cua-mode, cua-debug)
18096 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
18097 Fix typos in docstrings.
18098
18099 * emulation/cua-gmrk.el (cua-toggle-global-mark)
18100 (cua-cut-region-to-global-mark)
18101 (cua--cut-rectangle-to-global-mark):
18102 Remove period from end of messages.
18103
18104 * emulation/cua-rect.el (cua-do-rectangle-padding):
18105 Remove period from end of messages.
18106 (cua--rectangle-seq-format): Fix typo in docstring.
18107 (cua-sequence-rectangle, cua-fill-char-rectangle):
18108 Improve argument/docstring consistency.
18109
18110 2005-06-29 Juri Linkov <juri@jurta.org>
18111
18112 * faces.el (default-frame-background-mode): New internal variable.
18113 (frame-set-background-mode): Use it.
18114
18115 * startup.el (normal-top-level): Set default-frame-background-mode
18116 instead of frame-background-mode. Before setting it, test for its
18117 nil value. Remove tests for frame-background-mode and frame
18118 parameter `reverse'. Add test for "unspecified-fg".
18119
18120 * term/xterm.el (xterm-rxvt-set-background-mode):
18121 * term/rxvt.el (rxvt-set-background-mode):
18122 Set default-frame-background-mode instead of frame-background-mode.
18123
18124 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
18125
18126 * simple.el (set-variable): Warn about obsolete user variables.
18127
18128 * imenu.el (imenu--completion-buffer):
18129 * mouse.el (mouse-buffer-menu-alist):
18130 * msb.el (msb-invisible-buffer-p):
18131 * calendar/diary-lib.el (diary-header-line-format):
18132 * emacs-lisp/pp.el (pp-buffer):
18133 * progmodes/cperl-mode.el (cperl-do-auto-fill):
18134 * textmodes/picture.el (picture-replace-match):
18135 Change space constants followed by a sexp to "?\s ".
18136
18137 * play/decipher.el (decipher-loop-with-breaks):
18138 * textmodes/texinfo.el (texinfo-insert-@item): Change space
18139 constants "protected" from end of line by a comment to "?\s".
18140
18141 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
18142
18143 * font-lock.el (save-buffer-state): Use `declare'.
18144
18145 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
18146 reset the syntax-table to cperl-mode-syntax-table.
18147 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
18148 "foo_print_bar" is not matched as a reserved keyword.
18149
18150 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
18151
18152 * textmodes/org.el (orgtbl-setup): New function, for delayed
18153 setup for the orgtbl commands.
18154 (org-calc-default-modes): New option.
18155 (orgtbl-make-binding): Use `defun' to get better help display.
18156 (org-diary): Call `org-compile-prefix-format'.
18157 (org-table-formula-substitute-names): New function.
18158 (org-agenda-day-view, org-agenda-week-view): New commands.
18159 (org-agenda-toggle-week-view): Command removed.
18160 (org-tbl-menu): Split off from org-org-menu.
18161 (org-mode): Move removal of outline-mode menus to here.
18162 (org-table-formula-debug): New option.
18163 (org-table-insert-row): Keep first field if just "#" or "*".
18164 (org-mode): Paragraph regexps fixed.
18165 (org-table-recalculate-regexp): New constant.
18166 (org-table-justify-field-maybe): Avoid replace if not necessary.
18167 (org-copy-special, org-cut-special): Use `call-interactively'.
18168 (org-table-copy-region): Take region from `interactive' call.
18169 (org-trim): Return string even if no match.
18170 (org-formula): New face.
18171 (org-set-font-lock-defaults): No longer highlight "FIXME".
18172 But highlight formula-related fields in table.
18173 (org-table-p): Use regexp, not fontification.
18174 (org-table-align): Handle white space at end of line.
18175 (org-table-formula-evaluate-inline): New option.
18176 (org-mode): Auto-wrapping in comment lines turned off.
18177 (org-table-copy-down): Evaluate only in copied field, not in
18178 destination.
18179 (org-table-current-formula): Variable removed.
18180 (org-table-store-formulas, org-table-get-stored-formulas)
18181 (org-table-modify-formulas, org-table-replace-in-formulas)
18182 (org-table-maybe-eval-formula): New functions.
18183 (org-table-get-formula): Modify to use stored formulas.
18184 (org-table-insert-column, org-table-delete-column)
18185 (org-table-move-column): Call `org-table-modify-formulas'.
18186 (org-complete): Add completion for keyword formulas.
18187 (orgtbl-mode): Pull orgtbl-mode-map to start of
18188 minor-mode-map-alist.
18189
18190 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
18191
18192 * progmodes/python.el (python-check): Require `compile' before
18193 modifying its variables.
18194
18195 * newcomment.el (comment-indent-default): Don't get fooled by an early
18196 end of buffer.
18197
18198 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18199
18200 * ps-print.el (ps-print-version): Fix version number.
18201
18202 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
18203
18204 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
18205
18206 2005-06-28 Richard M. Stallman <rms@gnu.org>
18207
18208 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
18209 (flyspell-local-mouse-map): Declaration deleted.
18210 (flyspell-mouse-map): Bind only mouse-2.
18211 (flyspell-mode-map): Don't test flyspell-use-local-map.
18212 (flyspell-overlay-keymap-property-name): Var deleted.
18213 (flyspell-mode-on): Don't make local bindings for
18214 flyspell-mouse-map and flyspell-mode-map.
18215 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
18216
18217 * textmodes/ispell.el (ispell-word): Do not ignore short words.
18218
18219 * progmodes/compile.el (compilation-next-error-function):
18220 Don't switch buffers; operate on the current buffer.
18221
18222 * progmodes/compile.el (compilation-error-file-name)
18223 (compilation-warning-file-name, compilation-info-file-name)
18224 (compilation-line-number, compilation-column-number): New faces.
18225 (compilation-error-face, compilation-warning-face)
18226 (compilation-info-face, compilation-line-face)
18227 (compilation-column-face): Use them.
18228
18229 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
18230
18231 * comint.el (comint-password-prompt-regexp): Accept ", try again".
18232
18233 * bindings.el (global-map): Bind insertchar and its variants.
18234
18235 2005-06-27 Richard M. Stallman <rms@gnu.org>
18236
18237 * textmodes/artist.el (artist-text-overwrite)
18238 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
18239
18240 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18241
18242 * ps-print.el: It was not working the page selection for printing.
18243 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
18244 (ps-print-version): New version 6.6.7.
18245 (ps-end-sheet): New fun.
18246 (ps-header-sheet, ps-end-job): Call it.
18247
18248 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
18249
18250 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
18251
18252 2005-06-27 Lute Kamstra <lute@gnu.org>
18253
18254 * facemenu.el (facemenu-unlisted-faces): Add foreground and
18255 background color faces.
18256 (facemenu-get-face): Delete function.
18257 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
18258 (facemenu-add-new-color): Make second argument mandatory.
18259 Create the appropriate face and return it. Simplify.
18260 (facemenu-set-foreground, facemenu-set-background): Don't check if
18261 color is defined. Use return value of facemenu-add-new-color.
18262
18263 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
18264
18265 * progmodes/gud.el (gud-filter): Add missing argument to
18266 with-selected-window.
18267
18268 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
18269
18270 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
18271 a :require to the defcustom.
18272
18273 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
18274 defcustoms corresponding to minor modes.
18275
18276 2005-06-26 David Ponce <david@dponce.com>
18277
18278 * recentf.el: Require tree-widget instead of wid-edit.
18279 (recentf-filename-handler): Fix widget :type.
18280 (recentf-cancel-dialog, recentf-open-more-files)
18281 (recentf-open-files-action): Doc fix.
18282 (recentf-dialog-goto-first): New function.
18283 (recentf-dialog-mode-map): Set parent keymap first.
18284 (recentf-dialog-mode): Define with define-derived-mode.
18285 Don't display continuation lines in dialogs.
18286 (recentf-edit-list): Rename from recentf-edit-selected-items.
18287 (recentf-edit-list-select): Rename from recentf-edit-list-action.
18288 Simplify.
18289 (recentf-edit-list-validate): New function.
18290 (recentf-edit-list): Update accordingly.
18291 (recentf-open-files-item-shift): Remove.
18292 (recentf-open-files-item): Convert menu elements into tree and
18293 link widgets. Don't create the widgets.
18294 (recentf-open-files): Update accordingly.
18295 (recentf-save-list): Untabify.
18296
18297 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
18298
18299 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
18300 (keep-lines): Add INTERACTIVE arg. Never delete lines only
18301 partially contained in the active region. Do not take active
18302 region into account when called from Lisp, unless INTERACTIVE arg
18303 is non-nil. Use `forward-line' instead of `beginning-of-line' to
18304 avoid trouble with fields. Make marker point nowhere when no
18305 longer used. Always return nil. Doc fix.
18306 (flush-lines): Add INTERACTIVE arg. Do not take active region
18307 into account when called from Lisp, unless INTERACTIVE arg is
18308 non-nil. Use `forward-line' instead of `beginning-of-line' to
18309 avoid trouble with fields. Make marker point nowhere when no
18310 longer used. Always return nil. Doc fix.
18311 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
18312 interchangeable. Do not take active region into account when
18313 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
18314 message in echo area when called from Lisp, unless INTERACTIVE arg
18315 is non-nil. Avoid saying "1 occurrences". Do not use markers.
18316 Return the number of matches. Doc fix.
18317 (occur): Doc fix.
18318 (perform-replace): Make comment follow double space convention for
18319 the sake of `outline-minor-mode'.
18320
18321 * faces.el (facep): Doc fix.
18322
18323 2005-06-25 Richard M. Stallman <rms@gnu.org>
18324
18325 * facemenu.el (facemenu-enable-faces-p): New function.
18326 (facemenu-background-menu, facemenu-foreground-menu)
18327 (facemenu-face-menu): Add menu-enable property.
18328
18329 * jka-compr.el (jka-compr-insert-file-contents):
18330 Special handling if cannot find the uncompression program.
18331
18332 * cus-face.el (custom-face-attributes): Add autoload.
18333
18334 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18335 Bind comment-indent-function locally.
18336
18337 * window.el (save-selected-window): Use save-current-buffer.
18338
18339 * subr.el (with-selected-window): Use save-current-buffer.
18340
18341 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
18342 and with-current-buffer.
18343
18344 2005-06-24 Richard M. Stallman <rms@gnu.org>
18345
18346 * simple.el (line-move-1): Fix previous change.
18347
18348 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
18349
18350 * replace.el (occur-1): Set `buffer-read-only' and the
18351 buffer-modified flag before running `occur-hook' to protect
18352 against unintentional buffer switches that can lead to data loss.
18353
18354 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
18355
18356 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
18357 (gud-gdb-marker-filter): Use font-lock-warning-face for any
18358 initial error.
18359
18360 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
18361 after fresh input.
18362 (gdb-var-create-handler): Put name of expression in quotes.
18363
18364 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
18365
18366 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
18367 elements of RING in order, and without bogus nil elements.
18368
18369 2005-06-23 Richard M. Stallman <rms@gnu.org>
18370
18371 * simple.el (set-variable): Args renamed; doc fix.
18372 (line-move-1): When there are overlays around, use vertical-motion.
18373
18374 * faces.el (escape-glyph): Use brown against light background.
18375 (nobreak-space): Rename from no-break-space.
18376 Fix previous change.
18377
18378 * dired-aux.el (dired-do-copy): Fix arg prompt.
18379
18380 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
18381
18382 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
18383
18384 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
18385 rather than "Distributor".
18386
18387 2005-06-23 Lute Kamstra <lute@gnu.org>
18388
18389 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
18390 (debug-on-entry): Use it. New interactive declaration that uses
18391 function-called-at-point.
18392
18393 2005-06-23 Kim F. Storm <storm@cua.dk>
18394
18395 * subr.el (save-match-data): Add comment about using evaporate arg
18396 to set-match-data.
18397
18398 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
18399
18400 * cus-edit.el (customize-face)
18401 (customize-face-other-window): Handle face aliases.
18402
18403 * faces.el (face-documentation, set-face-attribute)
18404 (face-spec-set): Handle face aliases.
18405
18406 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
18407
18408 * help-mode.el (help-make-xrefs): If a symbol representing a face
18409 name is not followed by the word "face", it could still be a
18410 function or variable name, so don't bypass other checks.
18411
18412 2005-06-22 Juri Linkov <juri@jurta.org>
18413
18414 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
18415 Replace aliased functions with calls where second arg `inherit' is t.
18416
18417 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
18418
18419 * progmodes/gdb-ui.el (gdb-error): New variable.
18420 (gdb-error): New function.
18421 (gdb-annotation-rules): Act on error-begin and error annotations.
18422 (gdb-concat-output): Use font-lock-warning-face for errors.
18423
18424 2005-06-22 Miles Bader <miles@gnu.org>
18425
18426 * bindings.el (propertized-buffer-identification): Use renamed
18427 `Buffer-menu-buffer' face.
18428
18429 * faces.el (vertical-border): Rename from `vertical-divider'.
18430 (escape-glyph): Change dark-background color back to `cyan'.
18431
18432 2005-06-21 Juri Linkov <juri@jurta.org>
18433
18434 * faces.el (face-user-default-spec): Try getting `customized-face'
18435 prior to `saved-face'.
18436 (frame-background-mode): Refill docstring.
18437
18438 * emacs-lisp/lisp-mode.el (eval-defun-1):
18439 * emacs-lisp/edebug.el (edebug-eval-defun):
18440 Set `saved-face' temporarily to nil before calling form.
18441 Set `customized-face' to the new spec after that.
18442
18443 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
18444
18445 * subr.el (1value, lambda, key-substitution-in-progress):
18446 Doc fixes.
18447
18448 * autoinsert.el (auto-insert-alist):
18449 * ses.el (ses-call-printer):
18450 * subr.el (noreturn):
18451 * emacs-lisp/lisp.el (check-parens):
18452 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
18453 * net/browse-url.el (browse-url-mosaic):
18454 * progmodes/cc-defs.el (c-safe-scan-lists):
18455 * progmodes/ebnf-abn.el (ebnf-abn-lex):
18456 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
18457 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
18458 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
18459 * progmodes/ebnf-iso.el (ebnf-iso-lex):
18460 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
18461
18462 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
18463
18464 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
18465
18466 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
18467
18468 * calendar/appt.el (appt-make-list): Activate the package, if
18469 not already active (for backwards compatibility).
18470
18471 2005-06-20 Kim F. Storm <storm@cua.dk>
18472
18473 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
18474
18475 2005-06-20 Miles Bader <miles@gnu.org>
18476
18477 * faces.el (vertical-divider): New face.
18478
18479 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
18480
18481 * simple.el (kill-whole-line): Doc fix.
18482 (next-error-buffer-p, next-error-find-buffer)
18483 (clone-indirect-buffer): Fix typos in docstrings.
18484 (comment-line-break-function): Doc fix: don't say variable
18485 is automatically buffer-local (it isn't).
18486
18487 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
18488
18489 * net/tramp-ftp.el (top):
18490 * net/tramp-smb.el (top):
18491 * net/tramp-util.el (top):
18492 * net/tramp-uu.el (top):
18493 * net/tramp-vc.el (top):
18494 * net/tramp.el (top): Revert copyright years back to original
18495 ones. Tramp has a life outside GNU Emacs.
18496
18497 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
18498
18499 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
18500
18501 2005-06-18 Juri Linkov <juri@jurta.org>
18502
18503 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
18504 end of first regexp to limit the match to the position between
18505 line number and source line with same separator character as used
18506 between file name and line number. In the second regexp limit
18507 mouse-face area to file name and line number by adding new group
18508 for them and referring it in HYPERLINK arg.
18509 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
18510 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
18511 previous line where grep markers may be already removed.
18512
18513 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
18514
18515 * progmodes/ps-mode.el: Update version and maintainer's email address.
18516
18517 2005-06-18 Steve Youngs <steve@xemacs.org>
18518
18519 * net/browse-url.el (browse-url-browser-function)
18520 (browse-url-default-browser): Add firefox.
18521 (browse-url-firefox-program, browse-url-firefox-arguments)
18522 (browse-url-firefox-startup-arguments)
18523 (browse-url-firefox-new-window-is-tab): New defcustoms.
18524 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
18525
18526 2005-06-17 Richard M. Stallman <rms@gnu.org>
18527
18528 * startup.el (command-line): Warn if specified user name has
18529 no home directory.
18530
18531 * term.el (term-get-old-input, term-input-filter, term-input-sender)
18532 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
18533
18534 * longlines.el (longlines-mode, longlines-show-hard-newlines):
18535 Doc fixes.
18536
18537 * faces.el (underline): Try bold if terminal doesn't support underline.
18538
18539 * mail/sendmail.el (mail-setup-with-from): New variable.
18540 (mail-insert-from-field): New function.
18541 (sendmail-send-it): Call it.
18542 (mail-setup): Optionally call it here.
18543
18544 * term/linux.el: Call tty-no-underline.
18545
18546 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
18547
18548 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
18549
18550 2005-06-17 Miles Bader <miles@gnu.org>
18551
18552 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
18553 (ediff-current-diff-C, ediff-current-diff-Ancestor)
18554 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
18555 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
18556 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
18557 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
18558 Remove "-face" suffix from face names.
18559 (ediff-current-diff-face-A, ediff-current-diff-face-B)
18560 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18561 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18562 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18563 (ediff-even-diff-face-A, ediff-even-diff-face-B)
18564 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18565 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18566 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18567 New backward-compatibility aliases for renamed faces.
18568 (ediff-current-diff-face-A, ediff-current-diff-face-B)
18569 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18570 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18571 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18572 (ediff-even-diff-face-A, ediff-even-diff-face-B)
18573 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18574 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18575 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18576 Use renamed ediff faces.
18577
18578 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
18579 Remove "-face" suffix from face names.
18580 (eshell-test-ok-face, eshell-test-failed-face):
18581 New backward-compatibility aliases for renamed faces.
18582 (eshell-run-test): Use renamed eshell-test faces.
18583
18584 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
18585 face name.
18586 (eshell-prompt-face): New backward-compatibility alias for renamed
18587 face.
18588 (eshell-emit-prompt): Use renamed eshell-prompt face.
18589
18590 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
18591 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
18592 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
18593 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
18594 Remove "-face" suffix from face names.
18595 (eshell-ls-directory-face, eshell-ls-symlink-face)
18596 (eshell-ls-executable-face, eshell-ls-readonly-face)
18597 (eshell-ls-unreadable-face, eshell-ls-special-face)
18598 (eshell-ls-missing-face, eshell-ls-archive-face)
18599 (eshell-ls-backup-face, eshell-ls-product-face)
18600 (eshell-ls-clutter-face):
18601 New backward-compatibility aliases for renamed faces.
18602 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
18603
18604 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
18605 Remove "-face" suffix from face name.
18606 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
18607 instead of literal face.
18608
18609 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
18610
18611 * emacs-lisp/warnings.el (display-warning, lwarn)
18612 (warning-minimum-log-level): Doc fixes.
18613 (warning-minimum-level, warning-minimum-log-level):
18614 Add :debug to :type choices.
18615
18616 * progmodes/ada-mode.el (ada-format-paramlist)
18617 (ada-get-indent-case, ada-check-matching-start)
18618 (ada-check-defun-name, ada-goto-matching-decl-start)
18619 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
18620 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
18621 (ada-make-subprogram-body): Follow error conventions.
18622 (ada-case-exception-file, ada-indent-comment-as-code)
18623 (ada-indent-handle-comment-special, ada-indent-renames)
18624 (ada-indent-return, ada-search-directories-internal)
18625 (ada-tab-policy, ada-case-exception-substring)
18626 (ada-other-file-alist, ada-matching-start-re)
18627 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
18628 (ada-imenu-generic-expression, ada-compile-goto-error)
18629 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
18630 (ada-popup-menu, ada-add-extensions, ada-mode)
18631 (ada-region-selected, ada-create-case-exception)
18632 (ada-create-case-exception-substring, ada-after-keyword-p)
18633 (ada-activate-keys-for-case, ada-adjust-case-region)
18634 (ada-adjust-case-buffer, ada-format-paramlist)
18635 (ada-scan-paramlist, ada-insert-paramlist)
18636 (ada-indent-newline-indent)
18637 (ada-indent-newline-indent-conditional)
18638 (ada-justified-indent-current, ada-goto-previous-word)
18639 (ada-indent-current, ada-get-indent-open-paren)
18640 (ada-get-indent-paramlist, ada-get-indent-end)
18641 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
18642 (ada-get-indent-block-start, ada-get-indent-subprog)
18643 (ada-get-indent-noindent, ada-get-indent-label)
18644 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
18645 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
18646 (ada-goto-stmt-end, ada-goto-next-word)
18647 (ada-check-matching-start, ada-check-defun-name)
18648 (ada-goto-matching-decl-start, ada-goto-matching-start)
18649 (ada-goto-matching-end, ada-search-ignore-string-comment)
18650 (ada-in-decl-p, ada-looking-at-semi-or)
18651 (ada-looking-at-semi-private, ada-in-paramlist-p)
18652 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
18653 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
18654 (ada-next-procedure, ada-previous-procedure, ada-next-package)
18655 (ada-previous-package, ada-create-menu)
18656 (ada-fill-comment-paragraph-justify)
18657 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
18658 (ada-other-file-name, ada-last-which-function-line)
18659 (ada-last-which-function-subprog, ada-which-function)
18660 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
18661 (ada-gen-treat-proc, ada-check-emacs-version)
18662 (ada-continuation-indent, ada-align-region-separate):
18663 Fix typos in docstrings.
18664 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
18665
18666 2005-06-16 Lute Kamstra <lute@gnu.org>
18667
18668 * simple.el (fundamental-mode): Run after-change-major-mode-hook
18669 conditionally.
18670
18671 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
18672
18673 * comint.el (comint-replace-by-expanded-filename)
18674 (comint-prompt-regexp, comint-delimiter-argument-list)
18675 (comint-preinput-scroll-to-bottom):
18676 * info.el (Info-hide-cookies-node):
18677 * ls-lisp.el (ls-lisp-classify):
18678 * find-file.el (ff-search-directories, ff-special-constructs)
18679 (ff-find-other-file):
18680 * font-lock.el (font-lock-keywords):
18681 * shell.el (shell-prompt-pattern)
18682 (shell-dynamic-complete-functions, shell-mode)
18683 (shell-delimiter-argument-list):
18684 * term.el (term-replace-by-expanded-filename)
18685 (term-prompt-regexp, term-delimiter-argument-list):
18686 * woman.el (woman-ignore, woman0-if):
18687 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
18688 * emacs-lisp/elint.el (elint-init-env):
18689 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
18690 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
18691 * language/ethio-util.el (ethio-tilde-escape)
18692 (ethio-use-three-dot-question):
18693 * net/zone-mode.el (zone-mode-load-time-setup):
18694 * progmodes/cc-align.el (c-lineup-argcont):
18695 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
18696 * progmodes/cperl-mode.el (cperl-set-style-back):
18697 * progmodes/inf-lisp.el (inferior-lisp-prompt):
18698 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
18699 Fix spellings in docstrings.
18700
18701 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
18702 * progmodes/modula2.el (m2-for): Fix spellings.
18703
18704 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
18705
18706 * simple.el (undo-more): Don't use `format' on `error' arguments.
18707 Improve argument/docstring consistency.
18708 (pending-undo-list): Doc fix.
18709
18710 * smerge-mode.el (smerge-ensure-match):
18711 * emulation/vip.el (vip-ex):
18712 * net/zone-mode.el (zone-mode-update-serial):
18713 * progmodes/idlwave.el (idlwave-complete):
18714 * progmodes/vhdl-mode.el (vhdl-visit-file)
18715 (vhdl-compose-wire-components):
18716 Don't use `format' on `error' arguments.
18717
18718 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
18719 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
18720 (tooltip-help-tips): Fix typos in docstrings.
18721
18722 2005-06-16 David Ponce <david@dponce.com>
18723
18724 * tree-widget.el (tree-widget-value-create): Simplify last change.
18725
18726 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
18727
18728 * ido.el (ido-incomplete-regexp): New variable.
18729 (ido-set-matches-1): Handle invalid-regexp error and set
18730 ido-incomplete-regexp.
18731 (ido-incomplete-regexp): New face.
18732 (ido-completions): Use it.
18733 (ido-complete, ido-exit-minibuffer, ido-completions):
18734 Handle incomplete regexps.
18735 (ido-completions): Add check for complete match when entering a regexp.
18736
18737 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18738
18739 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
18740
18741 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18742
18743 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
18744 by field delimiters.
18745
18746 2005-06-15 David Ponce <david@dponce.com>
18747
18748 * tree-widget.el: eval-and-compile inlined functions so they will
18749 be available at run-time too.
18750 (tree-widget-super-format-handler)
18751 (tree-widget-format-handler): Remove.
18752 (tree-widget-value-create): Handle the :indent property.
18753
18754 2005-06-15 Miles Bader <miles@gnu.org>
18755
18756 * progmodes/which-func.el (which-func): Only inherit
18757 `font-lock-function-name-face' when that makes sense against the
18758 default mode-line face, otherwise set the face color explicitly.
18759
18760 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
18761 faces instead of (non-existent) variables.
18762
18763 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
18764
18765 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
18766 (iswitchb-get-matched-buffers): Likewise. Simplify.
18767
18768 2005-06-14 Miles Bader <miles@gnu.org>
18769
18770 * progmodes/ld-script.el (ld-script-location-counter):
18771 Remove "-face" suffix from face name.
18772 (ld-script-location-counter-face):
18773 New backward-compatibility alias for renamed face.
18774 (ld-script-location-counter-face): Use renamed face.
18775
18776 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
18777 (cperl-hash): Remove "-face" suffix from face names.
18778 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
18779 New backward-compatibility aliases for renamed faces.
18780 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
18781 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
18782
18783 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
18784 name.
18785 (which-func-face): New backward-compatibility alias for renamed face.
18786 (which-func-format): Use renamed which-func face.
18787
18788 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
18789 (vhdl-function, vhdl-directive, vhdl-reserved-word)
18790 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
18791 names.
18792 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
18793 (vhdl-speedbar-configuration, vhdl-speedbar-package)
18794 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
18795 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
18796 (vhdl-speedbar-architecture-selected)
18797 (vhdl-speedbar-configuration-selected)
18798 (vhdl-speedbar-package-selected)
18799 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
18800 names.
18801 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
18802 Use renamed faces.
18803 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
18804 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
18805 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
18806 Use renamed faces.
18807 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
18808 names.
18809 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
18810 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
18811 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
18812 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
18813 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
18814 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
18815
18816 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
18817 face name.
18818 (sh-heredoc-face): New backward-compatibility alias for renamed face.
18819 (sh-heredoc-face): Use renamed sh-heredoc face.
18820
18821 * progmodes/idlw-help.el (idlwave-help-link):
18822 Remove "-face" suffix from face name.
18823 (idlwave-help-link-face):
18824 New backward-compatibility alias for renamed face.
18825 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
18826
18827 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
18828 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
18829 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
18830 New backward-compatibility aliases for renamed faces.
18831 (idlwave-shell-disabled-breakpoint-face)
18832 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
18833
18834 * progmodes/flymake.el (flymake-errline, flymake-warnline):
18835 Remove "-face" suffix from face names.
18836 (flymake-errline-face, flymake-warnline-face):
18837 New backward-compatibility aliases for renamed faces.
18838 (flymake-highlight-line): Use renamed flymake faces.
18839
18840 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
18841 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
18842 (ebrowse-member-class, ebrowse-progress):
18843 Remove "-face" suffix from face names.
18844 (ebrowse-tree-mark-face, ebrowse-root-class-face)
18845 (ebrowse-file-name-face, ebrowse-default-face)
18846 (ebrowse-member-attribute-face, ebrowse-member-class-face)
18847 (ebrowse-progress-face):
18848 New backward-compatibility aliases for renamed faces.
18849 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
18850 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
18851 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
18852 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
18853
18854 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
18855 antlr-syntax)
18856 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
18857 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
18858 names.
18859 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
18860 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
18861 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
18862 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
18863 backward-compatibility aliases for renamed faces.
18864 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
18865 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
18866 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
18867 remove "font-lock-". Use renamed antlr-mode faces.
18868 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
18869 literal face-names with face variable references.
18870
18871 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
18872 face name.
18873 (Buffer-menu-buffer-face): New backward-compatibility alias for
18874 renamed face.
18875 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
18876
18877 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
18878
18879 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
18880 Eliminate "-face" suffix.
18881 (makefile-targets): Inherit from font-lock-function-name-face and
18882 eliminate "-face" suffix.
18883 (makefile-shell): Remove attributes and eliminate "-face" suffix.
18884 (makefile-*-font-lock-keywords): Append makefile-targets in rule
18885 actions, instead of prepending, to make it less visible.
18886 (makefile-previous-dependency, makefile-match-dependency):
18887 Don't match a target on a continuation line.
18888
18889 * files.el (auto-mode-alist): Put Makefile in gmake mode.
18890
18891 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
18892
18893 * progmodes/gdb-ui.el (menu): Re-order menu items.
18894 (gdb-tooltip-print): Respect tooltip-use-echo-area.
18895
18896 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
18897 Define in tooltip.el.
18898 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
18899 (gud-tooltip-tips): Respect tooltip-use-echo-area and
18900 gud-tooltip-echo-area.
18901
18902 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
18903 backward compatibility and make obsolete.
18904 (tooltip-help-tips): Use tooltip-use-echo-area.
18905 (tooltip-show-help-function): Rename to...
18906 (tooltip-show-help): ...this, because it is a function.
18907 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
18908
18909 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
18910
18911 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
18912 (edebug-print-length, edebug-print-level, edebug-print-circle)
18913 (edebug-modify-breakpoint, edebug-eval-last-sexp)
18914 (edebug-eval-print-last-sexp): Doc fixes.
18915
18916 2005-06-14 Kim F. Storm <storm@cua.dk>
18917
18918 * ido.el (ido-mode): Make a new keymap every time we enable ido,
18919 as the coverage buffer/file/both may change.
18920
18921 2005-06-14 Lute Kamstra <lute@gnu.org>
18922
18923 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
18924 and run-mode-hooks. Simplify.
18925
18926 * mail/rmailedit.el (rmail-edit-mode):
18927 * progmodes/octave-inf.el (inferior-octave-mode):
18928 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
18929
18930 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
18931 and run-mode-hooks.
18932 (recentf-edit-list, recentf-open-files): Don't call
18933 kill-all-local-variables directly.
18934
18935 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
18936
18937 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
18938
18939 * emacs-lisp/byte-run.el (make-obsolete)
18940 (define-obsolete-function-alias): Rename arguments FUNCTION and
18941 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
18942 (make-obsolete-variable, define-obsolete-variable-alias):
18943 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
18944 respectively.
18945
18946 * isearchb.el (isearchb-activate):
18947 * pcvs.el (cvs-mode):
18948 * ses.el (ses-load):
18949 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
18950 * net/tramp.el (tramp-find-file-exists-command)
18951 (tramp-find-shell):
18952 * progmodes/ada-mode.el (ada-create-case-exception)
18953 (ada-create-case-exception-substring, ada-make-subprogram-body):
18954 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
18955 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
18956 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
18957 * textmodes/org.el (org-promote, org-evaluate-time-range)
18958 (org-agenda-next-date-line, org-agenda-previous-date-line)
18959 (org-agenda-error, org-open-at-point, org-table-move-row)
18960 (org-format-table-table-html-using-table-generate-source)
18961 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
18962 * textmodes/reftex.el (reftex-access-scan-info):
18963 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
18964 (reftex-toc-promote-prepare): Follow error conventions.
18965
18966 * diff-mode.el (diff-mode): Fix typo in docstring.
18967
18968 * forms.el (forms--intuit-from-file): Fix reference to
18969 `forms-number-of-fields' in error message.
18970 (forms-print): Fix quoting in error message.
18971
18972 * forms.el (forms-mode):
18973 * emulation/vi.el (vi-goto-insert-state):
18974 * progmodes/flymake.el (flymake-new-err-info)
18975 (flymake-start-syntax-check-for-current-buffer)
18976 (flymake-simple-cleanup):
18977 * eshell/esh-var.el (eshell/export):
18978 * progmodes/gud.el (xdb):
18979 * textmodes/flyspell.el (flyspell-incorrect-hook)
18980 (flyspell-maybe-correct-transposition)
18981 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
18982
18983 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
18984
18985 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
18986 minibuffer prompt.
18987
18988 2005-06-13 Kim F. Storm <storm@cua.dk>
18989
18990 * subr.el (add-to-ordered-list): New defun.
18991
18992 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
18993 add cua--keymap-alist to emulation-mode-map-alists.
18994
18995 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
18996
18997 * subr.el (complete-in-turn): New macro.
18998 (dynamic-completion-table, lazy-completion-table): Add debug info.
18999
19000 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
19001 in preference to face aliases.
19002
19003 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
19004 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
19005 Remove unused vars `start' and `firstline'.
19006 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
19007 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
19008
19009 2005-06-13 Eli Zaretskii <eliz@gnu.org>
19010
19011 * cus-start.el (all): Don't complain about missing GTK-related
19012 variables, unless either `gtk' is boundp or this isn't a
19013 `windows-nt' build.
19014
19015 2005-06-13 Lute Kamstra <lute@gnu.org>
19016
19017 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
19018 run-mode-hooks.
19019
19020 * ediff-mult.el (ediff-meta-mode):
19021 * ediff-util.el (ediff-mode): Use run-mode-hooks.
19022
19023 * ledit.el (ledit-mode): Use delay-mode-hooks.
19024
19025 * woman.el (woman-mode-line-format): Delete constant.
19026 (woman-mode-map): Initialize it properly.
19027 (woman-mode): Set mode-class property to special.
19028 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
19029 Set major-mode and mode-name. Don't set mode-line-format directly.
19030 (Man-getpage-in-background): Don't reference woman-mode-line-format.
19031
19032 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
19033 string argument obsolete.
19034
19035 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
19036
19037 * textmodes/org.el (org-CUA-compatible): New option.
19038 (org-disputed-keys): New variable.
19039 (org-key): New function.
19040 (orgtbl-make-binding): Add docstring to the created function.
19041 (org-mode): Set paragraph start/separate regexps.
19042 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
19043 (org-archive-location, org-archive-mark-done)
19044 (org-archive-stamp-time): New options.
19045 (org-archive-subtree): New command.
19046 (org-fill-paragraph): New function.
19047 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
19048 (org-fake-empty-table-line): Function removed.
19049 (org-format-org-table-html): Do not create empty table lines at
19050 separator lines. Improved table header treatment.
19051 (org-link-format): New option.
19052 (org-make-link): New function.
19053 (org-insert-link, org-store-link): Use org-make-link.
19054 (org-open-file): Quote file name for shell command, to allow
19055 spaces in file names.
19056 (org-link-regexp): Fix bug with mailto link.
19057 (org-link-maybe-angles-regexp, org-protected-link-regexp):
19058 New constants.
19059 (org-export-as-html): Deal with the optional angles around a link.
19060 Better treatment of file: links.
19061 (org-open-at-point): Replace @{ and @} with < and >.
19062 (org-run-mode-hooks): Function removed.
19063 (org-agenda-mode): No longer use `org-run-mode-hooks'.
19064
19065 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
19066
19067 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
19068 MI command -data-list-register-values.
19069 (gdb-post-prompt): Indent properly.
19070
19071 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
19072
19073 * hilit-chg.el (highlight-changes-colors): Rename from
19074 `highlight-changes-colours'.
19075 (highlight-changes-colours): Keep as obsolete alias.
19076 (highlight-changes-face-list): Doc fix.
19077 (hilit-chg-make-list): Use `highlight-changes-colors'.
19078
19079 2005-06-12 Mark A. Hershberger <mah@everybody.org>
19080
19081 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
19082 defun-prompt-regexp.
19083
19084 2005-06-12 Eli Zaretskii <eliz@gnu.org>
19085
19086 * loadup.el: Don't say we are dumping under 2 names on windows-nt
19087 and cygwin.
19088
19089 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
19090 Don't use an old loaddefs.el, as in Makefile.in.
19091
19092 2005-06-12 Lute Kamstra <lute@gnu.org>
19093
19094 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
19095
19096 * man.el (Man-mode-map): Initialize it properly.
19097 (Man-mode): Set mode-class property to special.
19098
19099 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
19100
19101 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
19102
19103 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
19104 A newline is needed in the docstring there.
19105
19106 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
19107 Doc fixes.
19108
19109 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19110
19111 * printing.el: Doc fix. The menubar is no more changed when printing
19112 is loaded, it only changes when pr-menu-bind or pr-update-menus is
19113 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
19114 (pr-version): New version number (6.8.4).
19115 (pr-menu-bind): New command.
19116 (pr-update-menus): Docstring and code fix.
19117 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
19118 Docstring fix.
19119 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
19120 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
19121
19122 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
19123
19124 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
19125 "Returns" to "return", document useful return values, etc.
19126
19127 2005-06-11 Alan Mackenzie <acm@muc.de>
19128
19129 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
19130 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
19131 (adaptive-file-function): Minor amendment to doc-string.
19132
19133 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19134
19135 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
19136 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
19137 Fix :type--it is `integer', not `string'.
19138
19139 * faces.el (modeline-highlight): Rename from (the erroneous)
19140 `modeline-higilight'.
19141
19142 2005-06-11 Lute Kamstra <lute@gnu.org>
19143
19144 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
19145 lisp-interaction-mode-map but make it the parent.
19146 (edebug-eval-mode): Use define-derived-mode.
19147
19148 2005-06-11 Andreas Schwab <schwab@suse.de>
19149
19150 * bindings.el: Add binding of `ESC functionkey' for every
19151 `M-functionkey'.
19152 * hexl.el (hexl-mode-map): Likewise.
19153
19154 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
19155
19156 * progmodes/compile.el (compilation-error-regexp-alist-alist)
19157 [msft]: update regexp for newer msft compilers.
19158
19159 2005-06-10 Mark A. Hershberger <mah@everybody.org>
19160
19161 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
19162 ATTLIST portions of included DTDs.
19163 (xml-parse-dtd): Eliminate use of inefficient match-data.
19164
19165 2005-06-10 Miles Bader <miles@gnu.org>
19166
19167 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
19168 (mpuz-text): Remove "-face" suffix from face names.
19169 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
19170 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
19171 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
19172
19173 * play/gomoku.el (gomoku-O, gomoku-X):
19174 Remove "-face" suffix from face names.
19175 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
19176 New backward-compatibility aliases for renamed faces.
19177 (gomoku-font-lock-keywords): Use renamed gomoku faces.
19178
19179 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
19180
19181 * thumbs.el: Fixes for changes of 2005-06-09.
19182 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
19183 as a directory.
19184 (thumbs-thumbname): Remove directory separator from format string;
19185 `thumbs-thumbsdir' now returns a valid directory name.
19186 (thumbs-temp-dir): New defsubst.
19187 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
19188 Use it.
19189
19190 * cus-edit.el (minibuffer):
19191 * files.el (make-backup-file-name-function):
19192 * filesets.el (filesets-external-viewers):
19193 * hilit-chg.el (highlight-changes-colours)
19194 (highlight-changes-face-list, highlight-changes-rotate-faces):
19195 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
19196 * kmacro.el (kmacro-call-macro):
19197 * log-edit.el (log-edit-changelog-full-paragraphs):
19198 * mouse.el (mouse-1-click-follows-link):
19199 * skeleton.el (skeleton-autowrap):
19200 * subr.el (insert-for-yank-1):
19201 * tempo.el (tempo-insert-region):
19202 * terminal.el (terminal-emulator):
19203 * time.el (display-time-mail-face):
19204 * vc.el (vc-annotate):
19205 * vcursor.el (vcursor-copy-line):
19206 * woman.el (woman-bold-headings, woman-ignore)
19207 (woman-default-faces, woman-monochrome-faces):
19208 * calendar/todo-mode.el (todo-insert-threshold):
19209 * emulation/pc-select.el (pc-select-selection-keys-only)
19210 (pc-selection-mode):
19211 * emulation/vip.el (vip-find-char-forward):
19212 * emulation/viper-cmd.el (viper-find-char-forward):
19213 * international/mule-cmds.el
19214 (select-safe-coding-system-accept-default-p)
19215 (input-method-exit-on-invalid-key):
19216 * international/mule-diag.el (describe-coding-system):
19217 * international/ucs-tables.el (unify-8859-on-encoding-mode):
19218 * net/browse-url.el (browse-url-xterm-program):
19219 * obsolete/lazy-lock.el (lazy-lock-mode):
19220 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
19221 (cperl-mode):
19222 * progmodes/cpp.el (cpp-face-light-name-list)
19223 (cpp-face-dark-name-list):
19224 * progmodes/delphi.el (delphi-newline-always-indents):
19225 Fix spellings in docstrings.
19226
19227 * ido.el (ido-mode, ido-file-extensions-order)
19228 (ido-default-file-method, ido-default-buffer-method)
19229 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
19230 (ido-decorations, ido-read-file-name-as-directory-commands)
19231 (ido-read-file-name-non-ido, ido-work-directory-list)
19232 (ido-ignore-item-temp-list, ido-current-directory)
19233 (ido-magic-forward-char, ido-enter-find-file)
19234 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
19235 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
19236
19237 2005-06-10 Lute Kamstra <lute@gnu.org>
19238
19239 * play/dunnet.el (dun-mode): Use define-derived-mode.
19240 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
19241 obsolete alias.
19242
19243 * play/doctor.el (doctor-mode-map): Remove defvar.
19244 (doctor-mode): Use define-derived-mode.
19245
19246 * mail/mspools.el (mspools-mode):
19247 * net/eudc-hotlist.el (eudc-hotlist-mode):
19248 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
19249
19250 2005-06-10 Miles Bader <miles@gnu.org>
19251
19252 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
19253 Remove "-face" suffix from face names.
19254 (flyspell-incorrect-face, flyspell-duplicate-face):
19255 New backward-compatibility aliases for renamed faces.
19256 (flyspell-mode-on, make-flyspell-overlay)
19257 (flyspell-highlight-incorrect-region)
19258 (flyspell-highlight-duplicate-region)
19259 (flyspell-display-next-corrections)
19260 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
19261
19262 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
19263 from face name.
19264 (texinfo-heading-face): New backward-compatibility alias for
19265 renamed face.
19266 (texinfo-heading-face): Use renamed texinfo-heading face.
19267
19268 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
19269 suffix from face names.
19270 (tex-math-face, tex-verbatim-face):
19271 New backward-compatibility aliases for renamed faces.
19272 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
19273 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
19274 literal face name.
19275
19276 * textmodes/table.el (table-cell): Remove "-face" suffix from face
19277 name.
19278 (table-cell-face): New backward-compatibility alias for renamed face.
19279 (table--put-cell-face-property, table--update-cell-face):
19280 Use renamed table-cell face.
19281
19282 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
19283 from face name.
19284 (sgml-namespace-face): New backward-compatibility alias for
19285 renamed face.
19286 (sgml-namespace-face): Use renamed sgml-namespace face.
19287
19288 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
19289 (org-level-4, org-level-5, org-level-6, org-level-7)
19290 (org-level-8, org-warning, org-headline-done)
19291 (org-deadline-announce, org-scheduled-today)
19292 (org-scheduled-previously, org-link, org-done, org-table)
19293 (org-time-grid): Remove "-face" suffix from face names.
19294 (org-level-1-face, org-level-2-face, org-level-3-face)
19295 (org-level-4-face, org-level-5-face, org-level-6-face)
19296 (org-level-7-face, org-level-8-face, org-warning-face)
19297 (org-headline-done-face, org-deadline-announce-face)
19298 (org-scheduled-today-face, org-scheduled-previously-face)
19299 (org-link-face, org-done-face, org-table-face)
19300 (org-time-grid-face):
19301 New backward-compatibility aliases for renamed faces.
19302 (org-level-faces, org-set-font-lock-defaults, org-timeline)
19303 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
19304 (org-agenda-get-timestamps, org-agenda-get-scheduled)
19305 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
19306
19307 * emulation/viper-init.el (viper-search, viper-replace-overlay)
19308 (viper-minibuffer-emacs, viper-minibuffer-insert)
19309 (viper-minibuffer-vi): Remove "-face" suffix from face names.
19310 (viper-search-face, viper-replace-overlay-face)
19311 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19312 (viper-minibuffer-vi-face):
19313 New backward-compatibility aliases for renamed faces.
19314 (viper-search-face, viper-replace-overlay-face)
19315 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19316 (viper-minibuffer-vi-face): Use renamed viper faces.
19317
19318 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
19319 Remove "-face" suffix from face names.
19320 (testcover-nohits-face, testcover-1value-face):
19321 New backward-compatibility aliases for renamed faces.
19322 (testcover-mark): Use renamed testcover faces.
19323
19324 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
19325 face name.
19326 (diary-button-face): New backward-compatibility alias for renamed face.
19327 (diary-entry): Use renamed diary-button face.
19328
19329 * calendar/calendar.el (diary, calendar-today, holiday)
19330 (mark-visible-calendar-date): Remove "-face" suffix from face names.
19331 (diary-face, calendar-today-face, holiday-face):
19332 New backward-compatibility aliases for renamed faces.
19333 (eval-after-load "facemenu", diary-entry-marker)
19334 (calendar-today-marker, calendar-holiday-marker, diary-face):
19335 Use renamed calendar faces.
19336
19337 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
19338 (compare-windows-face): New backward-compatibility alias for
19339 renamed face.
19340 (compare-windows-highlight): Use renamed compare-windows face.
19341
19342 * strokes.el (strokes-char): Remove "-face" suffix from face name.
19343 (strokes-char-face): New backward-compatibility alias for renamed face.
19344 (strokes-encode-buffer): Use renamed strokes-char face.
19345
19346 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
19347 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
19348 Remove "-face" suffix from face names.
19349 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19350 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19351 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
19352 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
19353 Use renamed pcvs faces.
19354 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
19355 * pcvs-defs.el (cvs-mode-map): Likewise.
19356 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
19357
19358 * info.el (info-title-1, info-title-2, info-title-3)
19359 (info-title-4): Remove "-face" suffix from and downcase face names.
19360 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19361 (Info-title-4-face):
19362 New backward-compatibility aliases for renamed faces.
19363 (Info-fontify-node): Use renamed info faces.
19364
19365 * hilit-chg.el (highlight-changes, highlight-changes-delete):
19366 Remove "-face" suffix from face names.
19367 (highlight-changes-face, highlight-changes-delete-face):
19368 New backward-compatibility aliases for renamed faces.
19369 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
19370 (hilit-chg-make-list): Use renamed highlight-changes faces.
19371
19372 * generic-x.el (show-tabs-tab, show-tabs-space):
19373 Remove "-face" suffix from face names.
19374 (show-tabs-tab-face, show-tabs-space-face):
19375 New backward-compatibility aliases for renamed faces.
19376 (show-tabs-generic-mode-font-lock-defaults-1)
19377 (show-tabs-generic-mode-font-lock-defaults-2):
19378 Use renamed show-tabs faces.
19379
19380 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
19381 (smerge-markers): Remove "-face" suffix from face names.
19382 (smerge-mine-face, smerge-other-face, smerge-base-face)
19383 (smerge-markers-face):
19384 New backward-compatibility aliases for renamed faces.
19385 (smerge-mine-face, smerge-other-face, smerge-base-face)
19386 (smerge-markers-face): Use renamed smerge faces.
19387
19388 * log-view.el (log-view-file, log-view-message): Remove "-face"
19389 suffix from face names.
19390 (log-view-file-face, log-view-message-face):
19391 New backward-compatibility aliases for renamed faces.
19392 (log-view-file-face, log-view-message-face): Use renamed log-view
19393 faces.
19394
19395 * paren.el (show-paren-match, show-paren-mismatch):
19396 Remove "-face" suffix from face names.
19397 (show-paren-match-face, show-paren-mismatch-face):
19398 New backward-compatibility aliases for renamed faces.
19399 (show-paren-function): Use renamed show-paren faces.
19400
19401 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
19402 (ruler-mode-margins, ruler-mode-fringes)
19403 (ruler-mode-column-number, ruler-mode-fill-column)
19404 (ruler-mode-comment-column, ruler-mode-goal-column)
19405 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
19406 suffix from face names.
19407 (ruler-mode-default-face, ruler-mode-pad-face)
19408 (ruler-mode-margins-face, ruler-mode-fringes-face)
19409 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
19410 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
19411 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
19412 New backward-compatibility aliases for renamed faces.
19413 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
19414 (ruler-mode-column-number, ruler-mode-fill-column)
19415 (ruler-mode-comment-column, ruler-mode-goal-column)
19416 (ruler-mode-tab-stop, ruler-mode-current-column)
19417 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
19418 faces.
19419
19420 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
19421 face name.
19422 (whitespace-highlight-the-space): Use renamed face.
19423 (whitespace-highlight-face): New backward-compatibility alias for
19424 renamed face.
19425
19426 * woman.el (woman-italic, woman-bold, woman-unknown)
19427 (woman-addition, woman-symbol-face):
19428 Remove "-face" suffix from face names.
19429 (woman-italic-face, woman-bold-face, woman-unknown-face)
19430 (woman-addition-face):
19431 New backward-compatibility aliases for renamed faces.
19432 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
19433 (woman-decode-region, woman-replace-match)
19434 (woman-display-extended-fonts, woman-special-characters)
19435 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
19436 Use renamed woman faces.
19437
19438 * longlines.el (longlines-visible-face): Face removed.
19439
19440 * diff-mode.el (diff-header, diff-file-header, diff-index)
19441 (diff-hunk-header, diff-removed, diff-added, diff-changed)
19442 (diff-function, diff-context, diff-nonexistent): Remove "-face"
19443 suffix from face names.
19444 (diff-header-face, diff-file-header-face, diff-index-face)
19445 (diff-hunk-header-face, diff-removed-face, diff-added-face)
19446 (diff-changed-face, diff-function-face, diff-context-face)
19447 (diff-nonexistent-face): New backward-compatibility aliases for
19448 renamed faces.
19449 (diff-header-face, diff-file-header-face)
19450 (diff-index, diff-index-face, diff-hunk-header)
19451 (diff-hunk-header-face, diff-removed, diff-removed-face)
19452 (diff-added, diff-added-face, diff-changed-face, diff-function)
19453 (diff-function-face, diff-context-face, diff-nonexistent)
19454 (diff-nonexistent-face): Use renamed diff-mode faces.
19455
19456 * progmodes/compile.el (compilation-warning-face)
19457 (compilation-info-face): Remove "-face" suffix from face names.
19458 (compilation-warning-face, compilation-info-face):
19459 New backward-compatibility aliases for renamed faces.
19460 (compilation-warning-face, compilation-info-face):
19461 Use renamed compilation faces.
19462
19463 * add-log.el (change-log-date, change-log-name)
19464 (change-log-email, change-log-file, change-log-list)
19465 (change-log-conditionals, change-log-function)
19466 (change-log-acknowledgement): Remove "-face" suffix from face names.
19467 (change-log-date-face, change-log-name-face)
19468 (change-log-email-face, change-log-file-face)
19469 (change-log-list-face, change-log-conditionals-face)
19470 (change-log-function-face, change-log-acknowledgement-face):
19471 New backward-compatibility aliases for renamed faces.
19472 (change-log-font-lock-keywords): Use renamed change-log faces.
19473
19474 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
19475 (custom-set, custom-changed, custom-saved, custom-button)
19476 (custom-button-pressed, custom-documentation, custom-state)
19477 (custom-comment, custom-comment-tag, custom-variable-tag)
19478 (custom-variable-button, custom-face-tag, custom-group-tag-1)
19479 (custom-group-tag): Remove "-face" suffix from face names.
19480 (custom-magic-alist, custom-magic-value-create)
19481 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
19482 (custom-invalid-face, custom-rogue-face, custom-modified-face)
19483 (custom-set-face, custom-changed-face, custom-saved-face)
19484 (custom-button-face, custom-button-pressed-face)
19485 (custom-documentation-face, custom-state-face)
19486 (custom-comment-face, custom-comment-tag-face)
19487 (custom-variable-tag-face, custom-variable-button-face)
19488 (custom-face-tag-face, custom-group-tag-face-1)
19489 (custom-group-tag-face):
19490 New backward-compatibility aliases for renamed faces.
19491
19492 * wid-edit.el (widget-documentation, widget-button)
19493 (widget-field, widget-single-line-field, widget-inactive)
19494 (widget-button-pressed): "-face" suffix removed from face names.
19495 (widget-documentation-face, widget-button-face)
19496 (widget-field-face, widget-single-line-field-face)
19497 (widget-inactive-face, widget-button-pressed-face):
19498 New backward-compatibility aliases for renamed faces.
19499 (widget-documentation-face, widget-button-face)
19500 (widget-button-pressed-face, widget-specify-field)
19501 (widget-specify-inactive): Use renamed widget faces.
19502
19503 2005-06-10 Kenichi Handa <handa@m17n.org>
19504
19505 * term/x-win.el (x-clipboard-yank): Remove condition-case
19506 wrapping.
19507
19508 2005-06-11 Kenichi Handa <handa@m17n.org>
19509
19510 * add-log.el (change-log-font-lock-keywords): Make the regexp for
19511 date lines stricter.
19512
19513 2005-06-10 Zhang Wei <id.brep@gmail.com>
19514
19515 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
19516 of x-get-selection.
19517
19518 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
19519
19520 * comint.el (comint-mode, comint-snapshot-last-prompt):
19521 * frame.el (frame-current-scroll-bars):
19522 * term.el (term-mode, term-check-proc, term-input-sender)
19523 (term-simple-send, term-extract-string, term-word)
19524 (term-match-partial-filename):
19525 * window.el (window-current-scroll-bars):
19526 * emulation/cua-base.el (cua-normal-cursor-color)
19527 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
19528 (cua-global-mark-cursor-color):
19529 * mail/undigest.el (rmail-forward-separator-regex):
19530 Fix typos in docstrings.
19531
19532 * comint.el (comint-check-proc, make-comint-in-buffer)
19533 (comint-source-default): Doc fixes.
19534
19535 * term.el (term-send-string): Improve argument/docstring consistency.
19536
19537 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
19538
19539 * comint.el (comint-send-input): Bind `inhibit-read-only' around
19540 call to `delete-region'.
19541 (comint-mode-hook): Do not enable Font Lock by default.
19542
19543 2005-06-09 Lute Kamstra <lute@gnu.org>
19544
19545 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
19546 could be void.
19547
19548 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
19549
19550 * emacs-lisp/debug.el (debugger-will-be-back): New var.
19551 (debug): Use it.
19552 (debugger-step-through, debugger-continue, debugger-jump)
19553 (debugger-return-value): Set it when needed.
19554 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
19555 Use inhibit-read-only.
19556
19557 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
19558
19559 * window.el (shrink-window-if-larger-than-buffer)
19560 (window-size-fixed): Fix typo in docstring.
19561
19562 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
19563 thumbnails directory on loading.
19564 (thumbs-conversion-program): Use `eq' to check the system type,
19565 not `equal'.
19566 (thumbs-temp-dir): Initialize to `temporary-file-directory',
19567 not "/tmp". Fix docstring.
19568 (thumbs-thumbsdir): New function to return the thumbnails
19569 directory, creating it if needed.
19570 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
19571 (thumbs-temp-file): Delete variable and make it into a function.
19572 (thumbs-resize-image, thumbs-modify-image): Use it.
19573 (thumbs-kill-buffer): Simplify.
19574 (thumbs-gensym): Defalias or duplicate CL `gensym'.
19575 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
19576 docstrings.
19577
19578 2005-06-09 Kim F. Storm <storm@cua.dk>
19579
19580 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
19581 set-match-data to free markers in match-data.
19582
19583 * replace.el (replace-match-data): Pass RESEAT arg `t' to
19584 match-data to unchain markers in match-data.
19585
19586 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
19587
19588 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
19589 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
19590 unnecessary now.
19591
19592 2005-06-08 Richard M. Stallman <rms@gnu.org>
19593
19594 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
19595 give the variable a doc string that doesn't say don't set it directly.
19596
19597 * textmodes/ispell.el (ispell-check-version):
19598 Use match-string-no-properties.
19599 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
19600 (ispell-buffer-local-words): Likewise.
19601
19602 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
19603 except on terminals with enough colors to really display it.
19604 (makefile-dependency-regex): Delete spurious `bb'.
19605
19606 * faces.el (escape-glyph): Use blue once again in last case.
19607 (no-break-space): Redefine so that it isn't invisible on a tty.
19608
19609 2005-06-08 Kim F. Storm <storm@cua.dk>
19610
19611 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
19612 also when reading directory name.
19613
19614 2005-06-08 Lute Kamstra <lute@gnu.org>
19615
19616 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
19617 (flyspell-mode-line-string): Remove autoload cookie.
19618 (flyspell-mode): Remove defvar.
19619
19620 2005-06-07 Lute Kamstra <lute@gnu.org>
19621
19622 * textmodes/org.el (org-run-mode-hooks): New function.
19623 (org-agenda-mode): Use it.
19624
19625 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
19626
19627 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
19628
19629 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19630
19631 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
19632
19633 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
19634
19635 * font-lock.el (font-lock-add-keywords): Doc fix.
19636
19637 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19638
19639 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
19640 (tex-compile-default): In the absence of any history, use the order in
19641 tex-compile-alist to choose the preferred command.
19642 (tex-compile-commands): Reorder a bit.
19643
19644 * textmodes/flyspell.el (flyspell-auto-correct-binding)
19645 (flyspell-incorrect-face, flyspell-duplicate-face):
19646 Use (X)Emacs-agnostic code.
19647 (flyspell-mode-map): Don't overwrite at each load. Remove code
19648 redundant with the subsequent add-minor-mode. Merge Emacs and
19649 XEmacs code.
19650 (flyspell-word): Minor simplification.
19651 (flyspell-math-tex-command-p): Quieten the byte-compiler.
19652 (flyspell-external-point-words): Remove unused vars `size' and `start'.
19653 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
19654 Merge the corresponding Emacs code.
19655 (flyspell-correct-word, flyspell-xemacs-popup):
19656 Use flyspell-do-correct.
19657
19658 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
19659 a dedicated window.
19660
19661 * international/latexenc.el (latexenc-find-file-coding-system):
19662 Undo part of last patch, to turn off a compiler warning.
19663
19664 2005-06-06 Juri Linkov <juri@jurta.org>
19665
19666 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
19667 Rename `tmm-inactive-face' to `tmm-inactive'.
19668
19669 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
19670
19671 * iswitchb.el: Rename faces.
19672
19673 2005-06-06 Kim F. Storm <storm@cua.dk>
19674
19675 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
19676 (cua-global-mark): Remove -face suffix from face names.
19677
19678 * emulation/cua-gmrk.el (cua--init-global-mark):
19679 Remove cua-global-mark face setup.
19680
19681 2005-06-06 Richard M. Stallman <rms@gnu.org>
19682
19683 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
19684 just like other allowed characters.
19685 (makefile-match-dependency): Exclude leading and training whitespace
19686 from the range of regexp subexp 1.
19687 (makefile-macroassign-regex): Don't try to match the body,
19688 just the name of the macro being defined.
19689
19690 * info.el (Info-read-node-name-2): New function.
19691 (Info-read-node-name-1): Use that.
19692 Add a completion-base-size-function property.
19693
19694 * simple.el (completion-setup-function): Look for
19695 completion-base-size-function property of minibuffer-completion-table.
19696
19697 * files.el (locate-file-completion): Doc fix.
19698
19699 * printing.el: Don't call pr-update-menus; user must do that.
19700
19701 * emacs-lisp/debug.el (debugger-window): New variable.
19702 (debug): Use debugger-window if it is set and still alive.
19703 Record debugger-window for next entry.
19704
19705 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
19706
19707 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
19708
19709 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
19710 (hack-one-local-variable, hack-local-variables)
19711 (hack-local-variables-prop-line): Pass that arg.
19712
19713 2005-06-06 Kim F. Storm <storm@cua.dk>
19714
19715 * ido.el (ido-first-match, ido-only-match, ido-subdir)
19716 (ido-indicator): Remove -face suffix from face names.
19717
19718 2005-06-06 Juri Linkov <juri@jurta.org>
19719
19720 * font-lock.el (font-lock-regexp-backslash)
19721 (font-lock-regexp-backslash-construct): New faces.
19722 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
19723 after `('. Add `while-no-input' to control structures.
19724
19725 * faces.el (no-break-space, shadow): New faces.
19726 (escape-glyph): Use less loud colors pink2 and red4.
19727
19728 * diff-mode.el (diff-context-face)
19729 * dired.el (dired-ignored)
19730 * rfn-eshadow.el (file-name-shadow)
19731 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
19732
19733 * info.el (Info-title-1-face): Use green instead of yellow because
19734 bold yellow is not readable on light backgrounds.
19735
19736 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
19737 before selecting the desired mode to not spend time fontifying
19738 old contents.
19739
19740 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
19741
19742 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
19743 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
19744
19745 * ps-print.el (ps-default-fg, ps-default-bg):
19746 Fix typos in docstrings.
19747
19748 * isearchb.el (isearchb): Don't pass a spurious second argument to
19749 `iswitchb-completions'.
19750
19751 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
19752
19753 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
19754 to preserve point.
19755 (gdb-find-file-hook): Add doc string.
19756
19757 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
19758 C dereferenced pointer expression.
19759 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
19760
19761 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
19762
19763 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
19764 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
19765 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
19766 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
19767 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
19768 Make background transparent.
19769
19770 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
19771
19772 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
19773 (font-lock-remove-keywords): Doc fix.
19774 (font-lock-mode-major-mode): Compiler defvar.
19775 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
19776
19777 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
19778 (font-lock-mode): Update `font-lock-mode-major-mode'.
19779 (font-lock-set-defaults): Compiler defvar.
19780 (font-lock-default-function): Take `font-lock-mode-major-mode'
19781 into account.
19782
19783 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
19784 keep track of which major mode it enabled the minor mode for.
19785 Use find-file-hook again. Update docstring.
19786
19787 * simple.el (eval-expression-print-level)
19788 (eval-expression-print-length, eval-expression-debug-on-error):
19789 Doc fixes.
19790
19791 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
19792
19793 * iswitchb.el (iswitchb-single-match-face)
19794 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
19795 (iswitchb-invalid-regexp-face): New faces.
19796 (iswitchb-completions): Use them.
19797 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
19798 now marked as an obsolete alias.
19799 (iswitchb-read-buffer): Remove check for bound font variables.
19800 (iswitchb-invalid-regexp): New free variable.
19801 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
19802 set iswitchb-invalid-regexp.
19803 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
19804 invalid regexps.
19805 (iswitchb-completions): Add check for complete match when entering
19806 a regexp.
19807 (iswitchb-completions): Remove require-match argument.
19808 (iswitchb-exhibit): Fix caller.
19809 (iswitchb-common-match-inserted): New variable.
19810 (iswitchb-complete, iswitchb-completion-help): Use it.
19811
19812 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
19813
19814 * url-http.el (url-http-chunked-encoding-after-change-function):
19815 Use `url-http-debug' instead of `message'.
19816
19817 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
19818
19819 * url-http.el (url-http-parse-headers): Pass redirected URL as a
19820 callback argument.
19821
19822 2005-06-04 Kim F. Storm <storm@cua.dk>
19823
19824 * simple.el (line-move): Only call sit-for when moving backwards.
19825
19826 * ido.el (ido-make-merged-file-list-1): New defun split from
19827 ido-make-merged-file-list.
19828 (ido-make-merged-file-list): Bind throw-on-input around call to
19829 ido-make-merged-file-list-1. Return input-pending-p if
19830 interrupted by more input available.
19831 (ido-read-internal): Handle input-pending-p return value from
19832 ido-make-merged-file-list.
19833
19834 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
19835
19836 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
19837 compatibility code.
19838
19839 * international/latexenc.el (latexenc-find-file-coding-system):
19840 Don't inherit the EOL part of the coding-system from the
19841 tex-main buffer. Fit within 80 columns.
19842
19843 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
19844
19845 * tmm.el (tmm-inactive-face): New face.
19846 (tmm-remove-inactive-mouse-face): New function.
19847 (tmm-prompt, tmm-add-one-shortcut)
19848 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
19849 but not selectable.
19850
19851 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
19852
19853 * faces.el (face-equal): Improve argument/docstring consistency.
19854
19855 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
19856
19857 * progmodes/make-mode.el (makefile-targets-face)
19858 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
19859 (makefile-bsdmake-dependency-regex)
19860 (makefile-makepp-rule-action-regex)
19861 (makefile-bsdmake-rule-action-regex): New constants.
19862 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
19863
19864 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19865 Allow (...) within `...' for makepp messages.
19866
19867 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
19868
19869 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
19870
19871 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
19872 "." files are deleted from all file lists before comparison.
19873
19874 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
19875 (viper-ESC-key): Made them customizable.
19876
19877 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
19878
19879 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
19880
19881 * autorevert.el (auto-revert-buffers): Use save-match-data.
19882
19883 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
19884
19885 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
19886 menu items with a nil command binding.
19887
19888 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
19889
19890 * emacs-lisp/cl-macs.el (defsetf):
19891 Improve argument/docstring consistency.
19892
19893 * faces.el (list-faces-display): Improve the formatting by
19894 computing the maximum length required for any face-name (reworked
19895 patch of 1999-01-11, accidentally deleted on 1999-07-21).
19896 (internal-find-face): Remove redundant info in docstring.
19897
19898 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
19899
19900 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
19901 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
19902 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
19903 (gdb-assembler-custom): Improve regexps.
19904 (def-gdb-auto-update-handler): Use window point to preserve point.
19905
19906 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19907
19908 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
19909
19910 2005-05-31 Jay Belanger <belanger@truman.edu>
19911
19912 * calc/calc-embed.el (calc-embedded-word): Change argument passed
19913 to calc-embedded.
19914 (calc-embedded-make-info): Have plain prefix argument select
19915 entire line.
19916
19917 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
19918
19919 * faces.el (list-faces-display): Signal error if passed a regexp
19920 that matches no face name.
19921
19922 * simple.el (filter-buffer-substring): Fix typo in docstring.
19923
19924 2005-05-31 Richard M. Stallman <rms@gnu.org>
19925
19926 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
19927 (vhdl-emacs-21): Doc fix.
19928 (vhdl-mode): Unconditionally set comment-padding.
19929 (vhdl-fixup-whitespace-region): Insert spaces only where
19930 there are none.
19931 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
19932
19933 2005-05-30 John Wiegley <johnw@newartisans.com>
19934
19935 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
19936 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
19937 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
19938 `directory-sep-char' to ?/, and all uses of `string-to-int' to
19939 `string-to-number'.
19940
19941 2005-05-30 Jay Belanger <belanger@truman.edu>
19942
19943 * calc/calc.el (calc-bug-address): Fix docstring.
19944 (calc-window-hook, calc-trail-window-hook): New variables.
19945 (calc-trail-display): Restore use of calc-trail-window-hook.
19946 (calc): Restore use of calc-window-hook.
19947
19948 2005-05-31 Masatake YAMATO <jet@gyve.org>
19949
19950 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
19951
19952 * help-fns.el (help-C-file-name): Add autoload mark for
19953 `find-function-noselect'.
19954
19955 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
19956
19957 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
19958 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
19959
19960 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19961
19962 * calendar/diary-lib.el (mark-included-diary-files): Only kill
19963 included diary buffer if it was not already being visited.
19964 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
19965
19966 * calendar/icalendar.el (top-level): Do not require appt.
19967
19968 * mail/supercite.el (sc-select-attribution): Only use a list
19969 element from sc-attrib-selection-list if it returns a string.
19970 Reported by Davide G. M. Salvetti <salve@debian.org>.
19971
19972 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
19973
19974 * thumbs.el (thumbs-thumbname): The resulting thumbname now
19975 includes a hash value to improve its uniqueness, and has a ".jpg"
19976 extension. Also, it is now a valid filename on all systems.
19977 (thumbs-make-thumb): Use `let', not `let*'.
19978 (thumbs-show-thumbs-list): Check for JPEG availability.
19979
19980 2005-05-30 Richard M. Stallman <rms@gnu.org>
19981
19982 * filesets.el (filesets-menu-ensure-use-cached):
19983 Prevent warning when emacs-version>= is undefined.
19984
19985 * printing.el (pr-interactive-n-up): Use string-to-number.
19986
19987 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
19988
19989 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
19990 Warn only when name to be defined is quoted.
19991
19992 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
19993
19994 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
19995 Make regexp more robust.
19996 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
19997 Force regeneration of disassembly.
19998
19999 2005-05-29 Jay Belanger <belanger@truman.edu>
20000
20001 * calc/calc.el (calc-user-invocation): Check if
20002 calc-invocation-macro is non-nil.
20003
20004 2005-05-29 Juri Linkov <juri@jurta.org>
20005
20006 * add-log.el (change-log-font-lock-keywords):
20007 Add `+' to e-mail regexp to accept mail address with keywords.
20008
20009 * man.el (Man-name-regexp): Add `:' to accept qualified names.
20010
20011 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
20012
20013 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
20014
20015 * ielm.el (inferior-emacs-lisp-mode): Ditto.
20016
20017 2005-05-29 Richard M. Stallman <rms@gnu.org>
20018
20019 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
20020 Undo the change that moves to end of the current word.
20021
20022 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
20023
20024 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
20025 Throw error when count <= 0 to ensure input is a number.
20026 (gdb-read-memory-custom): Pick up address from buffer.
20027 (gdb-memory-mode): Allow user to increment and decrement
20028 memory address from header line.
20029
20030 2005-05-29 Richard M. Stallman <rms@gnu.org>
20031
20032 * flyspell.el (flyspell-version): Function deleted.
20033 (flyspell-auto-correct-previous-hook): Doc fix.
20034
20035 * jit-lock.el (jit-lock-function, jit-lock-after-change):
20036 Do nothing if memory is full.
20037
20038 * font-lock.el (font-lock-fontify-syntactically-region):
20039 Pass t for GREEDY to looking-back.
20040
20041 * saveplace.el (save-place-alist-to-file): Write the file
20042 using write-region.
20043
20044 * subr.el (looking-back): New argument GREEDY.
20045
20046 * progmodes/compile.el (compilation-start): Set the mode
20047 before inserting the initial text.
20048
20049 * progmodes/which-func.el (which-func-update-1): Turn the mode
20050 off in case of error by setting which-func-mode.
20051
20052 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
20053
20054 * flyspell.el (flyspell-auto-correct-previous-word):
20055 Narrow down to what's on the screen, and recenter overlays
20056 at the end of the next word.
20057
20058 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
20059
20060 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
20061 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
20062 (flyspell-abbrev-p): Default to nil.
20063 (flyspell-use-global-abbrev-table-p): Doc fix.
20064 (flyspell-large-region): Allow nil as value.
20065 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
20066
20067 (mail-mode-flyspell-verify): More robust handling
20068 of `mail-header-separator'. More efficient signature detection.
20069 Allow for regexp metacharacters in message-header-separator.
20070 Adding `To' not to be checked in mail-mode-flyspell-verify.
20071
20072 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
20073 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
20074 Bind flyspell-auto-correct-binding.
20075 Bind C-. and C-, .
20076 (flyspell-mode-map): Likewise.
20077 (flyspell-mode): Doc fix.
20078 (flyspell-accept-buffer-local-defs): Preserve current buffer.
20079 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
20080 (flyspell-word-cache-result): New var, always local.
20081 (flyspell-check-pre-word-p): Doc fix.
20082 (flyspell-check-changed-word-p): Handle spc like newline.
20083 (flyspell-post-command-hook): Set flyspell-word-cache-result.
20084 (flyspell-word-search-backward, flyspell-word-search-forward):
20085 New functions.
20086 (flyspell-word): Return t if nothing to check.
20087 When parsing TeX code, check for after } or \.
20088 Use flyspell-word-search-backward to find previous word.
20089 Return nil if duplicated word.
20090 For word already checked, return same value as last time.
20091 Set flyspell-word-cache-result after checking.
20092 Don't clobber the return value.
20093 (flyspell-get-word): Major rewrite.
20094 (flyspell-external-point-words): New locals pword, pcount.
20095 Fix size used in progress message.
20096 Find the proper corresponding word in flyspell-large-region-buffer.
20097 (flyspell-region): Check for flyspell-large-region = nil.
20098 (flyspell-highlight-incorrect-region): Clean up overlays in region.
20099 (flyspell-auto-correct-word): Check that WORD is a cons.
20100 (flyspell-correct-word): Likewise.
20101
20102 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
20103
20104 * progmodes/make-mode.el (makefile-rule-action-regex)
20105 (makefile-macroassign-regex, makefile-makepp-mode)
20106 (makefile-bsdmake-mode): Continuation lines may be empty.
20107 Reported by Joshua Varner.
20108 (makefile-makepp-font-lock-keywords): Add $(stem).
20109
20110 2005-05-28 Karl Berry <karl@gnu.org>
20111
20112 * textmodes/tex-mode.el: Now that tex-send-command calls
20113 shell-quote-argument (2005-03-31 change), remove all calls to
20114 shell-quote-argument; they all end up invoking tex-send-command.
20115 The double quoting loses on filenames with non-safe characters,
20116 such as "@". Reported by Frederik Fouvry.
20117
20118 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
20119
20120 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
20121 about preserving point.
20122
20123 2005-05-27 Jay Belanger <belanger@truman.edu>
20124
20125 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
20126 Info-goto-node.
20127
20128 * calc/calc-embed.el (calc-embed-arg): New variable.
20129 (calc-do-embedded-activate, calc-embedded-activate-formula)
20130 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
20131 variable by new variable.
20132 (calc-embedded-make-info): Replace undeclared variable by new
20133 variable. When selecting region with positive prefix
20134 argument, use end of previous line instead of beginning of line.
20135
20136 * calc/calc-aent.el (calc-arg-values): Declare it.
20137
20138 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
20139 Declare them.
20140
20141 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
20142
20143 * calc/calc.el (calc-alg-map): Declare it.
20144
20145 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
20146
20147 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
20148
20149 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
20150 (gdb-registers-buffer, toggle-gdb-all-registers):
20151 Toggle display of floating point registers.
20152 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
20153
20154 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
20155 (toggle-gud-tooltip-dereference):
20156 Rename from gud-toggle-tooltip-dereference.
20157
20158 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
20159
20160 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
20161
20162 2005-05-27 Jay Belanger <belanger@truman.edu>
20163
20164 * calc/calc-prog.el (calc-kbd-report): Remove.
20165 (calc-kbd-query): Rewrite.
20166
20167 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
20168
20169 * image.el (image-library-alist): Move to image.c.
20170 (image-type-available-p): Doc fix.
20171
20172 2005-05-27 Lute Kamstra <lute@gnu.org>
20173
20174 * calc/calc.el (calc):
20175 * outline.el (outline-1, outline-2, outline-3, outline-4)
20176 (outline-5, outline-6, outline-7, outline-8):
20177 * textmodes/dns-mode.el (dns-mode):
20178 * textmodes/sgml-mode.el (sgml-namespace-face):
20179 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
20180 (tex-verbatim-face, tex-use-reftex):
20181 * textmodes/texinfo.el (texinfo-heading-face):
20182 Specify customization group.
20183
20184 * longlines.el: Don't require easy-mmode.
20185 (longlines-visible-face): Specify customization group.
20186
20187 2005-05-27 Kenichi Handa <handa@m17n.org>
20188
20189 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
20190 encoding table of windows-1251.
20191
20192 * international/ucs-tables.el (ucs-set-table-for-input):
20193 If translation-table-for-input of a coding system is a symbol, get
20194 its translation-table property.
20195
20196 * international/code-pages.el: Don't register a coding system into
20197 non-iso-charset-alist more than once.
20198 (cp-make-coding-system): Likewise.
20199
20200 2005-05-26 John Wiegley <johnw@newartisans.com>
20201
20202 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
20203 `eshell-resume-eval' is wrapped in a list, it indicates that the
20204 command was run asynchronously. In that case, unwrap the value
20205 before checking the delimiter value.
20206
20207 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
20208 character before a space at the end of a line is \, assume the space
20209 is part of the last argument rather than a final argument separator.
20210
20211 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
20212 is in use, and the target is `t' or `nil' (which are the most common
20213 values), don't assume that the symbol target is a buffer.
20214
20215 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
20216
20217 * calendar/calendar.el (calendar-mode-line-format):
20218 Use mode-line-highlight as mouse-face.
20219
20220 * time.el (display-time-string-forms, display-time-update):
20221 Use mode-line-highlight as mouse-face.
20222
20223 2005-05-26 Jay Belanger <belanger@truman.edu>
20224
20225 * calc/calc.el (calc-language-alist): Remove extra defvar.
20226
20227 2005-05-26 Lute Kamstra <lute@gnu.org>
20228
20229 * arc-mode.el (archive-mode):
20230 * bookmark.el (bookmark-read-annotation-mode)
20231 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
20232 * bs.el (bs-mode):
20233 * calc/calc-yank.el (calc-edit-mode):
20234 * calc/calc.el (calc-mode, calc-trail-mode):
20235 * calculator.el (calculator-mode):
20236 * chistory.el (command-history-mode):
20237 * comint.el:
20238 * cus-edit.el (custom-mode):
20239 * descr-text.el (describe-text-mode):
20240 * ebuff-menu.el (Electric-buffer-menu-mode):
20241 * ediff-util.el (ediff-mode):
20242 * emacs-lisp/re-builder.el (reb-mode):
20243 * emulation/vi.el (vi-mode-setup):
20244 * emulation/ws-mode.el (wordstar-mode):
20245 * eshell/esh-mode.el (eshell-mode):
20246 * forms.el (forms-mode):
20247 * help-mode.el (help-mode):
20248 * hexl.el (hexl-mode):
20249 * ibuffer.el (ibuffer-mode):
20250 * ielm.el (inferior-emacs-lisp-mode):
20251 * info.el (Info-mode, Info-edit-mode):
20252 * international/swedish.el:
20253 * ledit.el (ledit-from-lisp-mode):
20254 * locate.el (locate-mode):
20255 * mail/rmail.el (rmail-mode):
20256 * mail/rmailedit.el (rmail-edit-mode):
20257 * mail/rmailsum.el (rmail-summary-mode):
20258 * mail/supercite.el (sc-electric-mode):
20259 * net/eudc.el (eudc-mode):
20260 * net/quickurl.el (quickurl-list-mode):
20261 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
20262 * obsolete/ooutline.el (outline-mode):
20263 * obsolete/options.el (Edit-options-mode):
20264 * obsolete/rnews.el (news-mode):
20265 * obsolete/rnewspost.el (news-reply-mode):
20266 * play/5x5.el (5x5-mode):
20267 * play/decipher.el (decipher-mode, decipher-stats-mode):
20268 * play/gomoku.el (gomoku-mode):
20269 * play/snake.el (snake-mode):
20270 * play/solitaire.el (solitaire-mode):
20271 * play/tetris.el (tetris-mode):
20272 * progmodes/ada-mode.el (ada-mode):
20273 * progmodes/antlr-mode.el (antlr-mode):
20274 * progmodes/autoconf.el (autoconf-mode):
20275 * progmodes/dcl-mode.el (dcl-mode):
20276 * progmodes/delphi.el (delphi-mode):
20277 * progmodes/ebrowse.el (ebrowse-tree-mode)
20278 (ebrowse-electric-list-mode, ebrowse-member-mode)
20279 (ebrowse-electric-position-mode):
20280 * progmodes/f90.el (f90-mode):
20281 * progmodes/fortran.el (fortran-mode):
20282 * progmodes/icon.el (icon-mode):
20283 * progmodes/idlw-help.el (idlwave-help-mode):
20284 * progmodes/idlw-shell.el (idlwave-shell-mode):
20285 * progmodes/idlwave.el (idlwave-mode):
20286 * progmodes/inf-lisp.el (inferior-lisp-mode):
20287 * progmodes/m4-mode.el (m4-mode):
20288 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
20289 * progmodes/modula2.el (modula-2-mode):
20290 * progmodes/octave-inf.el (inferior-octave-mode):
20291 * progmodes/octave-mod.el (octave-mode):
20292 * progmodes/pascal.el (pascal-mode):
20293 * progmodes/sh-script.el (sh-mode):
20294 * progmodes/sql.el (sql-mode, sql-interactive-mode):
20295 * progmodes/vhdl-mode.el (vhdl-mode):
20296 * progmodes/xscheme.el (scheme-interaction-mode):
20297 * replace.el (occur-mode):
20298 * ses.el (ses-mode):
20299 * simple.el (completion-list-mode):
20300 * skeleton.el:
20301 * speedbar.el (speedbar-mode):
20302 * term.el (term-mode):
20303 * terminal.el (terminal-edit-mode):
20304 * textmodes/reftex-index.el (reftex-index-mode)
20305 (reftex-index-phrases-mode):
20306 * textmodes/reftex-sel.el (reftex-select-label-mode)
20307 (reftex-select-bib-mode):
20308 * textmodes/reftex-toc.el (reftex-toc-mode):
20309 * wdired.el (wdired-change-to-wdired-mode):
20310 * wid-browse.el (widget-browse-mode):
20311 Use run-mode-hooks.
20312
20313 * array.el (array-mode):
20314 * calendar/todo-mode.el (todo-mode):
20315 * man.el (Man-mode):
20316 * play/landmark.el (lm-mode):
20317 * play/mpuz.el (mpuz-mode):
20318 Use kill-all-local-variables and run-mode-hooks.
20319
20320 * subr.el (delay-mode-hooks): Specify indentation.
20321
20322 2005-05-26 Mark A. Hershberger <mah@everybody.org>
20323
20324 * xml.el (xml-substitute-special): Don't die for undefined xml
20325 entities.
20326
20327 2005-05-26 Jay Belanger <belanger@truman.edu>
20328
20329 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
20330 of nil.
20331
20332 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
20333
20334 * progmodes/gdb-ui.el (gdb-frame-address):
20335 Rename from gdb-current-address.
20336 (gdb-previous-frame-address): Rename from gdb-previous-address.
20337 (gdb-selected-frame): Rename from gdb-current-frame.
20338 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
20339 (gdb-frame-number): Rename from gdb-current-stack-level.
20340 (gdb-ann3): Match new mode-name for disassembly buffer.
20341 Extend initialization of variables.
20342 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
20343 (gdb-memory-mode): Use mouse-face in header line.
20344 (gdb-assembler-buffer-name): Call it disassembly and give frame
20345 in mode line.
20346 (gdb-source-spec-regexp, gdb-assembler-custom)
20347 (gdb-invalidate-assembler, gdb-frame-handler):
20348 Make robust to leading zeroes in address format.
20349
20350 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
20351
20352 * textmodes/org.el (org-mode): Use `define-derived-mode' to
20353 define `org-mode'.
20354 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
20355
20356 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
20357
20358 * log-edit.el (log-edit-changelog-entries): Distinguish between
20359 filenames like xfns.c and fns.c.
20360
20361 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
20362
20363 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
20364 point after reverting.
20365 (Buffer-menu-make-sort-button): Handle the case where
20366 `Buffer-menu-use-header-line' is nil.
20367
20368 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
20369
20370 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
20371 New funcs. In minibuffer-local-completion-map bind `]', `/'
20372 and `:' to them.
20373
20374 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
20375
20376 * startup.el (normal-top-level): Allow modification of load-path while
20377 we're iterating over it.
20378
20379 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
20380
20381 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
20382 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
20383 (thumbs-resize-interactive, thumbs-insert-image)
20384 (thumbs-insert-thumb, thumbs-dired-show-marked)
20385 (thumbs-find-image-at-point, thumbs-delete-images)
20386 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
20387 (thumbs-increment-image-size, thumbs-decrement-image-size):
20388 Fix typos in docstrings.
20389
20390 2005-05-24 Andre Spiegel <spiegel@gnu.org>
20391
20392 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
20393 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
20394 (cperl-mode): Use them.
20395
20396 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
20397
20398 * window.el (quit-window, shrink-window-if-larger-than-buffer):
20399 Doc fixes.
20400
20401 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
20402
20403 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
20404 Bind C-d to gdb-inferior-io-eof.
20405
20406 * dired.el (dired-dnd-popup-notice): Use message-box.
20407
20408 2005-05-23 Masatake YAMATO <jet@gyve.org>
20409
20410 * bindings.el (mode-line-major-mode-keymap):
20411 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
20412
20413 * faces.el (mode-line-highlight): New face.
20414
20415 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
20416 as mouse-face.
20417
20418 * bindings.el (top-level, help-echo, mode-line-modified)
20419 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
20420 as mouse-face.
20421
20422 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
20423
20424 * progmodes/cc-engine.el (c-guess-basic-syntax):
20425 Remove spurious call to `zerop'.
20426
20427 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
20428
20429 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
20430
20431 CC Mode update to 5.30.10:
20432
20433 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
20434 could go past the limit in decoration level 2, thereby causing
20435 errors during interactive fontification.
20436
20437 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
20438 the file is evaluated interactively.
20439
20440 * cc-engine.el (c-guess-basic-syntax): Handle operator
20441 declarations somewhat better in C++.
20442
20443 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
20444 make use of `run-mode-hooks' which has been added in Emacs 21.1.
20445 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
20446 (awk-mode): Use it.
20447 (make-local-hook): Suppress warning about obsoleteness.
20448
20449 * cc-engine.el, cc-align.el, cc-cmds.el
20450 (c-append-backslashes-forward, c-delete-backslashes-forward)
20451 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
20452 Compensate for return value from `forward-line' when it has moved
20453 but not to a different line due to eob.
20454
20455 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
20456 `objc-method-intro' and `objc-method-args-cont'.
20457
20458 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
20459
20460 CC Mode update to 5.30.10:
20461
20462 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
20463 in the copyright statement. Incidentally, change "along with GNU
20464 Emacs" to "along with this program" where it occurs.
20465
20466 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
20467 so that it is interactive, hence can be found by M-x awk-mode
20468 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
20469 <gmorris+emacs@ast.cam.ac.uk>.
20470
20471 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
20472 Mode's regexps.
20473
20474 2005-05-23 Kevin Ryde <user42@zip.com.au>
20475
20476 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
20477 c-parse-state, to avoid a lisp error (on bad code).
20478
20479 2005-05-23 Lute Kamstra <lute@gnu.org>
20480
20481 * subr.el (font-lock-defaults): Remove defvar as it's already
20482 defined in font-core.el.
20483
20484 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
20485
20486 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
20487
20488 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
20489 more general and work when GDB variable "print pretty" is on,
20490 as with Emacs, for example.
20491
20492 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
20493
20494 * font-core.el: Update comment.
20495
20496 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
20497 Use `after-change-major-mode-hook' instead of `find-file-hook'.
20498
20499 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
20500
20501 2005-05-22 Eli Zaretskii <eliz@gnu.org>
20502
20503 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
20504 and `yank-handler' in the doc strings.
20505
20506 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
20507
20508 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
20509
20510 2005-05-22 Richard M. Stallman <rms@gnu.org>
20511
20512 * help.el (describe-key): Move print-help-return-message call
20513 out of conditional.
20514
20515 * progmodes/etags.el (list-tags): Use with-no-warnings.
20516
20517 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
20518 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
20519 (starttls-extra-args, starttls-extra-arguments): Add defvars.
20520
20521 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
20522
20523 * language/viet-util.el (viet-viscii-nonascii-translation-table):
20524 Add defvar.
20525
20526 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
20527 Use defvar, not defconst.
20528
20529 * hexl.el (hexl-follow-line): Use with-no-warnings.
20530
20531 * emulation/tpu-extras.el: Use write-file-functions instead of
20532 write-file-hooks.
20533
20534 * dired.el (dired-font-lock-keywords): Fontify files with junk
20535 extensions even if marked by -F.
20536
20537 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
20538
20539 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
20540 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
20541 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
20542 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
20543 (concatenate, list-length, get*, getf, cl-remprop):
20544 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
20545 (etypecase, progv, lexical-let, lexical-let*)
20546 (multiple-value-bind, multiple-value-setq, shiftf):
20547 Improve argument/docstring consistency.
20548
20549 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
20550
20551 2005-05-22 Andre Spiegel <spiegel@gnu.org>
20552
20553 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
20554 doesn't exist.
20555
20556 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
20557 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
20558
20559 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
20560
20561 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
20562 already deleted variables: auto-fill-hook, blink-paren-hook,
20563 lisp-indent-hook, inhibit-local-variables, unread-command-event,
20564 suspend-hooks, comment-indent-hook, meta-flag,
20565 before-change-function, after-change-function,
20566 font-lock-doc-string-face.
20567
20568 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
20569
20570 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20571
20572 2005-05-21 Eli Zaretskii <eliz@gnu.org>
20573
20574 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
20575 rmail-dont-reply-to.
20576
20577 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20578
20579 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
20580 literal blank when splitting new-header-values.
20581
20582 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
20583
20584 * calendar/cal-menu.el (cal-menu-update): Add separator as a
20585 string so that tmm doesn't create a completion entry for it.
20586
20587 * textmodes/table.el (table-disable-menu): Ditto.
20588
20589 2005-05-21 Richard M. Stallman <rms@gnu.org>
20590
20591 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
20592
20593 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
20594
20595 * net/rcompile.el (remote-compile): Use compilation-start.
20596
20597 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
20598
20599 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
20600
20601 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
20602 Default to makefile-bsdmake-mode on BSD systems.
20603
20604 * imenu.el (imenu-generic-expression, imenu--generic-function'):
20605 REGEXP may also be a search function now. The part of doc-string
20606 for describing the structure was 95% identical to that of
20607 `imenu--generic-function'. Unify it there.
20608
20609 * progmodes/make-mode.el (makefile-imenu-generic-expression):
20610 Use function to find dependencies, because regexp alone is so complex,
20611 it easily goes into an endless loop.
20612 (makefile-makepp-mode): Also add submenu for Perl functions
20613 defined in the makefile.
20614 (makefile-bsdmake-mode): Special imenu-generic-expression no
20615 longer needed, due to function call.
20616 (makefile-match-dependency): Take BOUND into account when checking
20617 if we're through.
20618
20619 2005-05-20 Jay Belanger <belanger@truman.edu>
20620
20621 * calc/calc-units.el (calc-invalidate-units-table):
20622 Use inhibit-read-only.
20623 (math-build-units-table-buffer): Use view-mode.
20624
20625 2005-05-20 David Kastrup <dak@gnu.org>
20626
20627 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
20628 easy-menu-add is not a nop on Emacs; and clarify when to call it.
20629
20630 2005-05-20 Lute Kamstra <lute@gnu.org>
20631
20632 * diff-mode.el (diff-header-face, diff-file-header-face)
20633 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20634 (diff-added-face, diff-changed-face, diff-function-face)
20635 (diff-context-face, diff-nonexistent-face): Put them in the
20636 diff-mode customization group.
20637
20638 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
20639
20640 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
20641
20642 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
20643
20644 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
20645 Minor regexp-optimization.
20646
20647 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
20648
20649 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
20650 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
20651 (org-agenda-add-time-grid-maybe): New function.
20652 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
20653 (org-table-create): `dotimes' instead of `mapcar'.
20654 (org-xor): Simplify implementation.
20655 (org-agenda): `inhibit-redisplay' turned on.
20656 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
20657 a consistent line after a state change.
20658 (org-agenda-remove-times-when-in-prefix): New option.
20659 (org-prefix-has-time): New variable.
20660 (org-parse-time-string): Optional argument NODEFAULT.
20661 (org-format-agenda-item): Parse items for time-of-day
20662 specifications and move these into the prefix if possible.
20663 (org-agenda-priority): Get current heading, not previous heading
20664 during agenda remote editing.
20665
20666 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
20667
20668 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
20669 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
20670 (remove-duplicates, delete-duplicates, substitute)
20671 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
20672 (nsubstitute-if-not, find, find-if, find-if-not, position)
20673 (position-if, position-if-not, count, count-if, count-if-not)
20674 (mismatch, search, sort*, stable-sort, merge, member*)
20675 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
20676 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
20677 (intersection, nintersection, set-difference, nset-difference)
20678 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
20679 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
20680 (nsublis, tree-equal): Improve argument/docstring consistency.
20681
20682 * subr.el (send-string, send-region): Remove obsolescence declaration.
20683 (window-dot, set-window-dot, read-input, show-buffer)
20684 (eval-current-buffer, string-to-int):
20685 Add release number to obsolescence declarations.
20686
20687 2005-05-19 Kim F. Storm <storm@cua.dk>
20688
20689 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
20690 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
20691
20692 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
20693
20694 * faces.el (list-faces-display): Make back button respect optional
20695 regexp arg.
20696
20697 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
20698
20699 * calculator.el (calculator-radix-grouping-mode)
20700 (calculator-radix-grouping-digits, calculator-displayer)
20701 (calculator-radix-grouping-separator, calculator-copy-displayer):
20702 * dabbrev.el (dabbrev-search-these-buffers-only):
20703 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
20704 (diff-advance-after-apply-hunk, diff-mode-hook)
20705 (diff-minor-mode-prefix):
20706 * imenu.el (imenu-use-popup-menu):
20707 * jit-lock.el (jit-lock-context-time):
20708 * newcomment.el (comment-fill-column, comment-column)
20709 (comment-style, comment-padding, comment-multi-line)
20710 (comment-empty-lines, comment-auto-fill-only-comments):
20711 * reveal.el (reveal-around-mark):
20712 * uniquify.el (uniquify-buffer-name-style)
20713 (uniquify-after-kill-buffer-p)
20714 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
20715 (uniquify-min-dir-content, uniquify-separator)
20716 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
20717 * w32-vars.el (w32-fixed-font-alist):
20718 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
20719 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
20720 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
20721 * progmodes/perl-mode.el (perl-indent-level)
20722 (perl-continued-statement-offset, perl-continued-brace-offset)
20723 (perl-brace-offset, perl-brace-imaginary-offset)
20724 (perl-label-offset, perl-indent-continued-arguments)
20725 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
20726 * progmodes/tcl.el (tcl-indent-level)
20727 (tcl-continued-indent-level, tcl-auto-newline)
20728 (tcl-tab-always-indent, tcl-electric-hash-style)
20729 (tcl-help-directory-list, tcl-use-smart-word-finder)
20730 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
20731 (inferior-tcl-source-command):
20732 * textmodes/fill.el (enable-kinsoku):
20733 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
20734 * textmodes/table.el (table-yank-handler):
20735 Specify missing group (and type, if simple) in defcustom.
20736
20737 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
20738
20739 * progmodes/compile.el (compilation-finish-function): Fix defvar.
20740
20741 2005-05-19 Richard M. Stallman <rms@gnu.org>
20742
20743 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
20744
20745 * subr.el (event-basic-type): Don't get an error.
20746 (left-fringe-p): Function deleted.
20747
20748 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
20749 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
20750
20751 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
20752 in recursive copy.
20753
20754 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
20755
20756 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
20757
20758 * emacs-lisp/bytecomp.el
20759 (byte-compile-file-form-custom-declare-variable):
20760 Call byte-compile-nogroup-warn if appropriate.
20761
20762 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
20763 (compilation-set-window): Don't call left-fringe-p; do it directly.
20764
20765 2005-05-19 Jay Belanger <belanger@truman.edu>
20766
20767 * calc/calc-graph.el (calc-graph-format-data): Make sure
20768 var-PlotRejects is bound before trying to check its value.
20769
20770 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
20771
20772 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
20773 definition of this variable from reftex-global.el to reftex.el,
20774 because it is needed in the menu.
20775
20776 2005-05-19 Lute Kamstra <lute@gnu.org>
20777
20778 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
20779 years are fixed. Don't insert a space after a dash.
20780
20781 2005-05-19 Kim F. Storm <storm@cua.dk>
20782
20783 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
20784
20785 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
20786
20787 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
20788 strings, because (eq ... ?\\) is fairly frequent.
20789
20790 * progmodes/make-mode.el (makefile-add-this-line-targets):
20791 Simplify and integrate into `makefile-pickup-targets'.
20792 (makefile-add-this-line-macro): Simplify and integrate into
20793 `makefile-pickup-macros.
20794 (makefile-pickup-filenames-as-targets): Simplify.
20795 (makefile-previous-dependency, makefile-match-dependency):
20796 Don't stumble over `::'.
20797
20798 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
20799
20800 * subr.el (post-command-idle-hook, post-command-idle-delay):
20801 Remove obsoletion of post-command-idle-hook and
20802 post-command-idle-delay.
20803
20804 * faces.el (list-faces-display): Provide button when describe-face
20805 is called to take user back to the list of faces.
20806
20807 * help-fns.el (describe-variable): Remove hyperlinks in a
20808 variable's value as these are quite frequently inappropriate.
20809
20810 * follow.el (follow-submit-feedback, follow-mode):
20811 Remove references to post-command-idle-hook.
20812
20813 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
20814
20815 * progmodes/make-mode.el (makefile-previous-dependency)
20816 (makefile-match-dependency): Check for := (and in bsd mode also
20817 !=) to give a better result, even when font-lock is not on.
20818
20819 2005-05-18 Jay Belanger <belanger@truman.edu>
20820
20821 * calc/calc-help.el (calc-s-prefix-help):
20822 Add `calc-copy-special-constant' to help string.
20823
20824 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
20825
20826 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20827
20828 2005-05-18 Jay Belanger <belanger@truman.edu>
20829
20830 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
20831 in linear factors are in proper order.
20832
20833 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
20834
20835 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20836 Support for jurabib.
20837
20838 * textmodes/reftex.el (featurep): Define aliases for overlay
20839 commands, for XEmacs compatibility, and use these aliases in
20840 overlay initializations.
20841 (reftex-highlight): Use `reftex-move-overlay'.
20842 (reftex-unhighlight): Use `reftex-delete-overlay'.
20843 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
20844 (reftex-access-search-path): Use `reftex-uniquify' instead of
20845 `reftex-uniq'
20846
20847 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
20848 `before-string' property modification enables for Emacs as well.
20849 (reftex-select-item): Use `reftex-delete-overlay'.
20850 (reftex-select-mark): Use `reftex-make-overlay' and
20851 `reftex-overlay-put'.
20852 (reftex-select-unmark): Use `reftex-delete-overlay' and
20853 `reftex-overlay-put'.
20854
20855 2005-05-18 Lute Kamstra <lute@gnu.org>
20856
20857 * emacs-lisp/lisp.el (check-parens): Fix docstring.
20858
20859 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
20860
20861 * add-log.el (add-change-log-entry):
20862 * array.el (array-make-template, array-reconfigure-rows)
20863 (array-init-max-row, array-init-max-column)
20864 (array-init-columns-per-line, array-init-field-width):
20865 * replace.el (replace-match-maybe-edit, perform-replace):
20866 * textmodes/spell.el (spell-region):
20867 Replace `read-input' by `read-string'.
20868
20869 * forms.el (forms-mode):
20870 * finder.el (finder-compile-keywords):
20871 * shadowfile.el (shadow-read-files):
20872 Replace `eval-current-buffer' by `eval-buffer'.
20873
20874 * terminal.el (te-pass-through):
20875 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
20876 (ange-ftp-raw-send-cmd):
20877 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
20878 (send-process-next-char, telnet-initial-filter, telnet):
20879 Replace `send-string' by `process-send-string'.
20880
20881 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
20882 (prolog-consult-region): Replace `send-string' by
20883 `process-send-string'; replace `send-region' by `process-send-region'.
20884
20885 * progmodes/delphi.el (delphi-log-msg):
20886 Replace `set-window-dot' by `set-window-point'.
20887
20888 * subr.el (window-dot, set-window-dot, read-input, send-string)
20889 (send-region, show-buffer, eval-current-buffer):
20890 Make really obsolete, as the comment says.
20891
20892 2005-05-17 Kim F. Storm <storm@cua.dk>
20893
20894 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
20895 (cua--init-keymaps): Bind C-return instead of S-return to set
20896 rectangle mark.
20897
20898 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
20899 instead of S-return to toggle/clear rectangle mark.
20900
20901 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
20902
20903 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
20904 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
20905 Also fontify plain strings assigned to variables, mostly so that a
20906 colon has a face and is thus not taken as a dependency separator.
20907 (makefile-previous-dependency): Inline the new matcher, because it
20908 is too complex to work in both directions.
20909 (makefile-match-dependency): Eliminate `backward' arg (see above).
20910 Completely reimplemented so as to not sometimes go into an endless
20911 loop. It should also be more efficient, because first it only
20912 searches for `:', instead of applying the very complex regexp.
20913 (makefile-mode): Cancel `font-lock-support-mode', because blocks
20914 to be fontified in one piece can be too long for JIT.
20915 Makefiles are never *that* big.
20916
20917 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
20918
20919 * dired.el (dired-mode): Simplify.
20920
20921 2005-05-17 Lute Kamstra <lute@gnu.org>
20922
20923 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
20924 defcustom for the mode hook variable.
20925
20926 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
20927 Emacs Lisp Reference Manual.
20928
20929 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
20930
20931 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
20932 (evenp, list*):
20933 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
20934 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
20935
20936 * net/tramp-smb.el (tramp-smb-open-connection):
20937 Pass `tramp-chunksize' as fifth (required) argument.
20938
20939 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
20940
20941 * font-lock.el (lisp-font-lock-keywords-1):
20942 Set `font-lock-negation-char-face' for [^...] char group.
20943 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
20944
20945 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
20946 a var, and refine it to mask one more level of nested vars.
20947 (makefile-rule-action-regex): Turn it into a var, and refine it so
20948 it recognizes backslashed continuation lines as belonging to the
20949 same command.
20950 (makefile-macroassign-regex): Refine it so it recognizes
20951 backslashed continuation lines as belonging to the same command.
20952 (makefile-var-use-regex): Don't look at the next char, because it
20953 might be the same one to be skipped by the initial [^$], leading
20954 to an overlooked variable use.
20955 (makefile-make-font-lock-keywords): Remove two parameters, which
20956 are now variables that some of the modes set locally.
20957 Handle dependency and rule action matching through functions, because
20958 regexps alone match too often. Dependency matching now comes
20959 last, so it can check, whether a colon already matched something else.
20960 (makefile-mode): Inform that font-lock improves makefile parsing
20961 capabilities.
20962 (makefile-match-dependency, makefile-match-action): New functions.
20963
20964 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
20965
20966 * emacs-lisp/cl-extra.el (equalp): Doc fix.
20967
20968 * align.el (align-regexp):
20969 * ansi-color.el (ansi-color-get-face):
20970 * array.el (array-reconfigure-rows, array-init-max-row)
20971 (array-init-max-column, array-init-columns-per-line)
20972 (array-init-field-width):
20973 * dired-aux.el (dired-trample-file-versions):
20974 * dired-x.el (dired-mark-sexp):
20975 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
20976 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
20977 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
20978 * faces.el (face-read-integer):
20979 * files.el (backup-extract-version, insert-directory):
20980 * hexl.el (hexl-insert-decimal-char):
20981 * server.el (server-process-filter):
20982 * shell.el (shell-extract-num):
20983 * startup.el (command-line-1):
20984 * term.el (term-command-hook):
20985 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
20986 (time-stamp-do-number):
20987 * time.el (display-time-update):
20988 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
20989 (timezone-fix-time):
20990 * vms-patch.el (vms-suspend-resume-hook):
20991 * calendar/appt.el (appt-convert-time):
20992 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20993 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
20994 * calendar/cal-islam.el (mark-islamic-diary-entries):
20995 * calendar/calendar.el (calendar-cursor-to-date)
20996 (calendar-star-date):
20997 * calendar/diary-lib.el (diary-attrtype-convert)
20998 (mark-diary-entries, diary-entry-time):
20999 * calendar/solar.el (solar-get-number):
21000 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
21001 * emacs-lisp/re-builder.el (reb-display-subexp):
21002 * emulation/edt.el (edt-set-scroll-margins):
21003 * emulation/tpu-extras.el (tpu-set-scroll-margins):
21004 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
21005 (vip-get-ex-count):
21006 * emulation/viper-ex.el (viper-get-ex-token)
21007 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
21008 * international/fontset.el (fontset-plain-name):
21009 * mail/feedmail.el (feedmail-look-at-queue-directory):
21010 * mail/mailalias.el (mail-get-names):
21011 * mail/rmail.el (rmail-convert-to-babyl-format):
21012 * mail/rmailsum.el (rmail-make-basic-summary-line)
21013 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
21014 (rmail-summary-goto-msg):
21015 * mail/smtpmail.el (smtpmail-read-response):
21016 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
21017 (ange-ftp-vms-add-file-entry):
21018 * play/gametree.el (gametree-looking-at-ply)
21019 (gametree-current-branch-score):
21020 * progmodes/ada-xref.el (ada-prj-find-prj-file)
21021 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
21022 * progmodes/cperl-mode.el (condition-case):
21023 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
21024 (ebrowse-set-member-buffer-column-width)
21025 (ebrowse-select-1st-to-9nth):
21026 * progmodes/etags.el (etags-snarf-tag):
21027 * progmodes/flymake.el (flymake-parse-line):
21028 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
21029 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
21030 (idlwave-shell-menu-def):
21031 * progmodes/ps-mode.el (ps-run-goto-error):
21032 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
21033 (vhdl-speedbar-contract-level):
21034 * term/mac-win.el (x-handle-numeric-switch):
21035 * term/sun-mouse.el (sun-get-frame-data):
21036 * term/w32-win.el (x-handle-numeric-switch):
21037 * term/x-win.el (x-handle-numeric-switch):
21038 * textmodes/ispell.el (ispell-parse-output):
21039 * textmodes/nroff-mode.el (nroff-outline-level):
21040 * textmodes/reftex-cite.el (reftex-bib-sort-year)
21041 (reftex-bib-sort-year-reverse, reftex-format-citation):
21042 * textmodes/reftex-parse.el (reftex-init-section-numbers)
21043 (reftex-section-number):
21044 * textmodes/texinfmt.el (texinfo-paragraphindent):
21045 Replace `string-to-int' by `string-to-number'.
21046
21047 * international/latexenc.el: Add page marker to force the "Local
21048 Variables:" string out of the last page.
21049
21050 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
21051
21052 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
21053 tooltip-change-major-mode.
21054 (gud-tooltip-print-command): Remove case where gud-minor-mode
21055 is gdb ("--fullname").
21056 (gud-tooltip-tips): Turn GUD tooltips off for this case and
21057 explain to user.
21058
21059 2005-05-16 Jay Belanger <belanger@truman.edu>
21060
21061 * calc/calc-store.el (calc-copy-special-constant): New function.
21062
21063 * calc/calc-ext.el (calc-init-extensions): Add binding for
21064 `calc-copy-special-constant'.
21065
21066 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
21067 for the `calc-copy-special-constant' command.
21068
21069 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
21070
21071 * subr.el (left-fringe-p): New function.
21072
21073 * progmodes/compile.el (compilation-setup): Set local value of
21074 overlay-arrow-string to "" always.
21075 (compilation-set-window): Left fringe then don't scroll.
21076 No left fringe then no arrow and scroll message to top.
21077 (compilation-context-lines): Adjust doc string accordingly.
21078
21079 2005-05-16 Kim F. Storm <storm@cua.dk>
21080
21081 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
21082 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
21083 (ido-wide-find-dir-or-delete-dir): New command for M-d.
21084 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
21085 (ido-read-file-name): Handle commands with ido property value
21086 equal to find-file as reading a file name, to allow C-d to enter dired.
21087 (ibuffer-find-file): Add ido property with value find-file.
21088
21089 2005-05-15 Kim F. Storm <storm@cua.dk>
21090
21091 * subr.el (open-network-stream-nowait): Remove.
21092 (open-network-stream-server): Remove.
21093
21094 2005-05-15 Richard M. Stallman <rms@gnu.org>
21095
21096 * faces.el (describe-face): Output a definition link button.
21097
21098 * help-mode.el (help-face-def): New button type.
21099
21100 * emacs-lisp/copyright.el (copyright-fix-years):
21101 Match properly if the first year is 2-digit.
21102 Don't mess up the whitespace after the years by filling.
21103
21104 * dired-aux.el (dired-mark-confirm):
21105 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
21106
21107 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
21108 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
21109 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
21110
21111 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21112 Set font-lock-comment-start-skip.
21113
21114 * font-lock.el (font-lock-comment-start-skip): New variable.
21115 (font-lock-comment-end-skip): New variable.
21116 (font-lock-fontify-syntactically-region): Use them if non-nil.
21117
21118 2005-05-15 Jay Belanger <belanger@truman.edu>
21119
21120 * calc/calc-store.el (calc-store-value): Return a string rather
21121 than display it as a message.
21122 Use calc-var-name for variable name.
21123 (calc-store-into): Add the result of calc-store-value to message.
21124 (calc-copy-variable): Add a message.
21125 (calc-store-exchange): Improve error messages.
21126 (calc-store-binary, calc-store-map): Don't reset the values of
21127 special constants.
21128
21129 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
21130
21131 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
21132 manual to docstring.
21133
21134 * files.el (hack-local-variables-confirm): Add STRING argument.
21135 Make the function handle non file visiting buffers correctly.
21136 (hack-local-variables-prop-line, hack-local-variables)
21137 (hack-one-local-variable): Use STRING arg of
21138 `hack-local-variables-confirm'.
21139
21140 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
21141
21142 Sync with Tramp 2.0.49.
21143
21144 * net/tramp.el (tramp-handle-dired-call-process)
21145 (tramp-handle-insert-directory):`insert-buffer' cannot be used
21146 because the contents of the Tramp buffer is changed before
21147 insertion (`expand-file' and alike).
21148 (tramp-handle-insert-directory): If `localname' has an empty
21149 nondirectory name, it must not be quoted.
21150 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
21151 variable `tramp-chunksize'. Change callees.
21152 (tramp-open-connection-setup-interactive-shell): Check remote host
21153 for buggy `send-process-string' implementation.
21154 Set `tramp-chunksize' if found. Reported by Michael Kifer
21155 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
21156 (tramp-handle-shell-command): `insert-buffer' cannot be used
21157 because the contents of the Tramp buffer is changed before
21158 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
21159 <frederic.bothamy@free.fr>.
21160 (tramp-set-auto-save): Actions should be done for Tramp file name
21161 handler only. Ange-FTP has its own auto-save mechanism.
21162 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
21163 (tramp-set-auto-save-file-modes): Set file modes of
21164 `buffer-auto-save-file-name' to ?\600 as fallback solution.
21165 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
21166 (tramp-bug): Remove obsolete variable.
21167 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
21168 for presence of `mml-mode'. Make it running for older Emacsen as well.
21169
21170 2005-05-14 John Paul Wallington <jpw@pobox.com>
21171
21172 * ibuf-ext.el (define-ibuffer-filter filename):
21173 If `dired-directory' is a list, use its car.
21174
21175 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
21176
21177 * ibuffer.el (define-ibuffer-column filename):
21178 If `dired-directory' is a list, use its car.
21179
21180 2005-05-14 Richard M. Stallman <rms@gnu.org>
21181
21182 * subr.el (symbol-file): Doc fix.
21183
21184 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
21185 (byte-compile-form): Call byte-compile-nogroup-warn.
21186 (byte-compile-warning-types): Doc fix.
21187
21188 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
21189
21190 * progmodes/cc-engine.el (c-literal-faces):
21191 Add font-lock-comment-delimiter-face.
21192
21193 * net/net-utils.el (dig): Use with-no-warnings.
21194
21195 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
21196 (sc-recite-frame-alist, sc-default-cite-frame)
21197 (sc-default-uncite-frame, sc-default-recite-frame)
21198 (sc-attrib-selection-list, sc-rewrite-header-list):
21199 Mark as risky-local-variable.
21200
21201 * international/ogonek.el (ogonek-jak, ogonek-how):
21202 Don't use beginning-of-buffer.
21203
21204 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
21205
21206 * calendar/solar.el (solar-data-list): Move definition up.
21207
21208 * dnd.el (dnd-protocol-alist): Add autoload.
21209
21210 * progmodes/sh-script.el: Many doc usage fixes.
21211 (sh-indent-after-do): Change default to match common styles.
21212
21213 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
21214
21215 * files.el (interpreter-mode-alist)
21216 (auto-mode-interpreter-regexp): Doc fixes.
21217
21218 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
21219
21220 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
21221
21222 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
21223
21224 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21225
21226 * dired.el (dired-mode): make-variable-buffer-local =>
21227 make-local-variable.
21228
21229 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21230
21231 * term/mac-win.el (mac-select-convert-to-string): Try coding
21232 systems in mac-script-code-coding-systems if specified one cannot
21233 encode string for `com.apple.traditional-mac-plain-text'.
21234
21235 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
21236
21237 * progmodes/make-mode.el (makefile-targets-face)
21238 (makefile-shell-face, makefile-makepp-perl-face): New faces.
21239 (makefile-dependency-regex): Fix it to not make the colon in
21240 $(var:a=b) special.
21241 (makefile-rule-action-regex): New regexp for highlighting embedded
21242 Shell strings.
21243 (makefile-macroassign-regex): Handle != for highlighting as
21244 embedded Shell strings.
21245 (makefile-var-use-regex): New const.
21246 (makefile-statements, makefile-automake-statements)
21247 (makefile-gmake-statements, makefile-makepp-statements)
21248 (makefile-bsdmake-statements): New consts.
21249 (makefile-make-font-lock-keywords): New function.
21250 (makefile-automake-font-lock-keywords)
21251 (makefile-gmake-font-lock-keywords)
21252 (makefile-makepp-font-lock-keywords)
21253 (makefile-bsdmake-font-lock-keywords): New consts.
21254 (makefile-mode-map): Add switchers between the various submodes.
21255 (makefile-mode): Document the availability of the variants.
21256 (makefile-automake-mode, makefile-gmake-mode)
21257 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
21258
21259 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
21260 new variants of makefile-mode.
21261
21262 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21263
21264 * font-lock.el (font-lock-comment-delimiter-face): Fix up
21265 the inheritance.
21266
21267 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
21268
21269 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
21270 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
21271
21272 * files.el (normal-mode): Extend the scope of the
21273 `enable-local-variables' binding to include the `set-auto-mode' call.
21274 (magic-mode-alist): Doc fix.
21275
21276 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21277
21278 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
21279 font-lock-comment-face rather than copying its setting.
21280
21281 2005-05-12 Andreas Schwab <schwab@suse.de>
21282
21283 * eshell/esh-mode.el (eshell-send-input): Doc fix.
21284
21285 2005-05-12 Lute Kamstra <lute@gnu.org>
21286
21287 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
21288 defcustom for the mode hook variable. Delete the last argument.
21289 * generic-x.el: Fix callers of define-generic-mode.
21290 (generic-x-modes): Delete group.
21291 (show-tabs-tab-face, show-tabs-space-face): Put them in the
21292 generic-x customization group.
21293
21294 2005-05-12 Kim F. Storm <storm@cua.dk>
21295
21296 * font-lock.el (font-lock-negation-char-face): Default to "off".
21297
21298 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
21299 font-lock-negation-char-face to ! in !=.
21300
21301 2005-05-12 Masatake YAMATO <jet@gyve.org>
21302
21303 * add-log.el (find-change-log): Fix typos in the docstring
21304 of function.
21305
21306 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
21307
21308 * international/latexenc.el (latexenc-find-file-coding-system):
21309 Avoid `re-search-forward' when looking for input encoding because
21310 of speed and safety. Better regular expressions for recognizing
21311 input encoding. Limit a search for TeX-master/tex-main-file to
21312 the local variable section.
21313
21314 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
21315
21316 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
21317 syntax of $ to "'" (quote).
21318
21319 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
21320
21321 * dnd.el (dnd-protocol-alist): Improve custom type.
21322
21323 * dired.el (dired-dnd-protocol-alist): New variable.
21324 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
21325 `dired-mode-hook' to the end.
21326
21327 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
21328
21329 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
21330 comment-end if comment-start-skip is not set.
21331 Obey the font-lock-comment-delimiter-face variables.
21332
21333 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
21334
21335 * files.el (executable-find): Move from executable.el. Use
21336 locate-file.
21337 * progmodes/executable.el (executable-find): Move to files.el.
21338
21339 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
21340 when trying to ensure forward progress.
21341
21342 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
21343
21344 * mouse-sel.el (mouse-sel-follow-link-p): New function.
21345 (mouse-select, mouse-select-internal, mouse-extend-internal):
21346 Use it to implement mouse-1-click-follows-link functionality.
21347
21348 2005-05-11 Richard M. Stallman <rms@gnu.org>
21349
21350 * font-lock.el (font-lock-fontify-syntactically-region):
21351 Use font-lock-comment-delimiter-face for comment delimiters.
21352
21353 2005-05-10 Jay Belanger <belanger@truman.edu>
21354
21355 * calc/calc-help.el (calc-m-prefix-help): Add mention of
21356 preserving embedded modes.
21357
21358 2005-05-10 Richard M. Stallman <rms@gnu.org>
21359
21360 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
21361
21362 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
21363 Move from ada-stmt.el.
21364 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
21365
21366 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
21367 Move to ada-mode.el.
21368 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
21369
21370 * cus-edit.el (custom-file): Call file-chase-links.
21371
21372 * files.el (read-directory-name): Fix previous change.
21373 (hack-local-variables-confirm): New function.
21374 (hack-local-variables-prop-line, hack-local-variables)
21375 (hack-one-local-variable): Use it.
21376
21377 2005-05-10 Lute Kamstra <lute@gnu.org>
21378
21379 * font-lock.el (font-lock-keywords-alist)
21380 (font-lock-removed-keywords-alist): Clarify docstrings.
21381
21382 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
21383
21384 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
21385 (gdb-source-info): Check for preprocessor info.
21386 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
21387 a macro for a function.
21388 (gdb-info-breakpoints-custom): Try to find file again if not already
21389 found (user might have used GDB dir command).
21390 (gdb-get-location): Update gdb-location-alist correctly for change
21391 to gdb-info-breakpoints-custom.
21392
21393 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
21394 (gud-tooltip-print-command): Add gdbmi case.
21395 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
21396 preprocessor info.
21397
21398 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
21399
21400 * startup.el (fancy-splash-insert): Fix typo in doc string.
21401
21402 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
21403
21404 * obsolete/float.el (string-to-float):
21405 * obsolete/hilit19.el (hilit-add-pattern):
21406 * obsolete/rnews.el (news-parse-range, news-select-message)
21407 (news-get-pruned-list-of-files): Replace `string-to-int' by
21408 `string-to-number'.
21409
21410 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
21411 `find-file-not-found-hooks'; use `add-hook'.
21412 (uncompress-while-visiting): Set `write-file-functions', not
21413 `write-file-hooks'; use `add-hook'.
21414
21415 2005-05-09 Kim F. Storm <storm@cua.dk>
21416
21417 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
21418 (cua-paste): Handle clipboard action.
21419 (cua--init-keymaps): Remap clipboard-kill-region and
21420 clipboard-kill-ring-save.
21421
21422 2005-05-08 Eli Zaretskii <eliz@gnu.org>
21423
21424 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21425 Improve commentary.
21426
21427 * simple.el (next-error-overlay-arrow-position): Revert the change
21428 made on 2005-04-30.
21429
21430 2005-05-07 Jay Belanger <belanger@truman.edu>
21431
21432 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
21433 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
21434 `calc-sel-reselect'.
21435
21436 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
21437 Calc is in embedded mode.
21438
21439 2005-05-07 Eli Zaretskii <eliz@gnu.org>
21440
21441 * progmodes/compile.el (compilation-setup):
21442 Set overlay-arrow-string to an empty string on text terminals.
21443
21444 * textmodes/ispell.el (ispell-program-name): Try looking for
21445 "aspell" along exec-path, and if found, use it as the default
21446 speller program.
21447
21448 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
21449
21450 * international/mule.el (sgml-xml-auto-coding-function):
21451 Recognize encoding='FOO' in single quotes as well as in double quotes.
21452
21453 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21454
21455 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
21456 as well as `interactive', so that defmacro* would recognize
21457 `declare' forms.
21458
21459 2005-05-07 Eli Zaretskii <eliz@gnu.org>
21460
21461 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21462 Explain more about the LIGHTER arg's usage in the doc string.
21463 Add commentary to clarify what the code does. Fix the regexp that
21464 strips whitespace from LIGHTER. Quote LIGHTER before using it,
21465 since it could have characters special to regular expressions.
21466
21467 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21468
21469 * replace.el (occur-1): Bind inhibit-read-only so that
21470 erase-buffer doesn't barf on read-only text properties (likewise
21471 for add-text-properties in occur-engine). Mark buffer as unmodified.
21472 (occur-engine): Don't set buffer-read-only here.
21473
21474 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21475
21476 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
21477 list-buffers-directory. This caused the *cvs-commit* buffer to be
21478 sometimes mistakenly reused as a *cvs* buffer.
21479
21480 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
21481
21482 * tooltip.el: Move code for GUD tooltips into gud.el.
21483 (require): CL no longer needed to compile case.
21484 (tooltip-mode): Do not toggle functions for GUD tooltips.
21485 (tooltip-gud-tips-p): Remove. Replace with minor mode
21486 gud-tooltip-mode in gud.el.
21487 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
21488 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
21489 tooltip-gud prefix with gud-tooltip and obsolete.
21490 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
21491 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
21492 (tooltip-mouse-motion): Mouse movement functions/variable.
21493 Rename in gud.el by adding gud prefix.
21494 (tooltip-gud-original-filter, tooltip-gud-dereference)
21495 (tooltip-gud-event, tooltip-toggle-gud-tips)
21496 (tooltip-gud-process-output, tooltip-gud-print-command)
21497 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
21498 gud.el by replacing tooltip-gud prefix with gud-tooltip.
21499 (gdb-tooltip-print): Move to gdb-ui.el.
21500
21501 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
21502 (require): CL needed to compile case.
21503 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
21504 tooltip-gud-tips-p. Make it a minor-mode.
21505 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
21506 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
21507 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
21508 (gud-tooltip-change-major-mode)
21509 (gud-tooltip-activate-mouse-motions-if-enabled)
21510 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
21511 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
21512 (gud-tooltip-original-filter, gud-tooltip-dereference)
21513 (gud-tooltip-event, tooltip-toggle-gud-tips)
21514 (gud-tooltip-process-output, gud-tooltip-print-command)
21515 (gud-tooltip-tips): Move from tooltip.el.
21516
21517 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
21518 (gdb-cpp-define-alist-flags): Doc fix.
21519 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
21520 gud-tooltip-mode is t.
21521
21522 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21523
21524 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
21525 evaporate if their text is deleted.
21526 (goto-address-at-point): Make it work as a mouse binding as well.
21527 (goto-address-at-mouse): Obsolete it. Update users.
21528
21529 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
21530
21531 * calendar/appt.el (top-level): No longer activate on load.
21532
21533 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
21534
21535 * calendar/cal-bahai.el (mark-bahai-diary-entries):
21536 * net/webjump.el (webjump):
21537 * progmodes/idlw-help.el (idlwave-do-context-help1)
21538 (idlwave-highlight-linked-completions):
21539 * textmodes/po.el (po-find-file-coding-system-guts):
21540 Replace `assoc-ignore-case' by `assoc-string'.
21541
21542 2005-05-06 Eli Zaretskii <eliz@gnu.org>
21543
21544 * files.el (locate-file): Doc fix.
21545
21546 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
21547 Remove the redundant test for ms-dos.
21548
21549 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
21550 look for the preprocessor with exec-suffixes. If not found in
21551 standard places, look in exec-path. Remove most of the tests that
21552 used system-type.
21553
21554 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
21555
21556 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
21557
21558 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
21559 file-name clash with jka-compr.el on 8+3 filesystems.
21560
21561 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21562
21563 * term/mac-win.el: Don't define or bind scroll bar functions if
21564 x-toolkit-scroll-bars is t.
21565 (x-select-text, x-get-selection-value): Clear
21566 x-last-selected-text-clipboard if x-select-enable-clipboard is
21567 nil.
21568 (PRIMARY): Put mac-scrap-name property.
21569 (mac-select-convert-to-file-url): New function.
21570 (public.file-url): New selection target type. Add to
21571 selection-converter-alist.
21572 (x-get-selection, x-selection-value): Handle it.
21573 (x-cut-buffer-or-selection-value): New alias.
21574
21575 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21576
21577 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
21578 entry to avoid calling bibtex-find-entry with arg global
21579 being t. Remove arg key.
21580 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
21581 (bibtex-copy-summary-as-kill): Change accordingly.
21582
21583 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
21584
21585 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
21586 (org-agenda-date-later): Use with-current-buffer.
21587
21588 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
21589
21590 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
21591 (define-obsolete-variable-alias): Doc Fixes.
21592
21593 2005-05-06 Kim F. Storm <storm@cua.dk>
21594
21595 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
21596 vertical-motion when selective-display is active.
21597
21598 * ido.el (ido-setup-hook): New hook.
21599 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
21600 (ido-input-stack): New var.
21601 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
21602 ido-next-work-file binding to M-O.
21603 Bind M-f to ido-wide-find-file-or-pop-dir.
21604 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
21605 (ido-read-internal): Run ido-setup-hook.
21606 Catch quit in read-file-name and read-string to cancel edit.
21607 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
21608 Automatically pop-all when completing a directory name (RET).
21609 (ido-file-internal): Add with-no-warnings around ffap and dired code.
21610 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
21611 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
21612 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
21613 New functions for M-b/M-f to move among the directory components.
21614 (ido-make-merged-file-list): Catch quit to cancel merge.
21615 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
21616 (ido-completion-help): No warnings for ido-completion-buffer-full.
21617
21618 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
21619
21620 * font-lock.el (font-lock-negation-char-face): New face and variable.
21621 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
21622 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
21623 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
21624 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
21625
21626 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
21627
21628 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
21629 Fix typo in docstring.
21630
21631 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
21632 (ebrowse-print-statistics-line)
21633 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
21634
21635 * term/w32-win.el (image-library-alist): Add additional name for
21636 Xpm library.
21637
21638 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
21639
21640 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
21641 use gcc instead of cpp.
21642
21643 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
21644 (gdb-create-define-alist): Use it.
21645 (gdb-cpp-define-alist-program): Update for MS-DOS.
21646
21647 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
21648
21649 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
21650
21651 2005-05-04 Richard M. Stallman <rms@gnu.org>
21652
21653 * help.el (describe-key): No error when UNTRANSLATED is nil.
21654
21655 * simple.el (line-move-1): Fix previous change to signal errors
21656 appropriately.
21657
21658 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
21659
21660 * calendar/icalendar.el (icalendar-version): Now at 0.12.
21661 (icalendar-duration-correction): Remove.
21662 (icalendar--get-event-properties): Split result at commas.
21663 (icalendar--decode-isoduration): New optional argument
21664 DURATION-CORRECTION.
21665 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
21666 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
21667 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
21668 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
21669 (icalendar--convert-anniversary-to-ical): New functions, extracted
21670 from icalendar-export-region, with bug fixes.
21671 (icalendar-export-region): Use the above functions.
21672 (icalendar-import-buffer): Check before saving diary file.
21673 (icalendar--convert-recurring-to-diary)
21674 (icalendar--convert-non-recurring-all-day-to-diary)
21675 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
21676 extracted from icalendar--convert-ical-to-diary, with bug fixes.
21677 (icalendar--convert-ical-to-diary): Use the above functions.
21678
21679 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
21680
21681 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
21682 Remove these recent additions.
21683 (c-mode): Restore to before 2005-04-28.
21684
21685 * progmodes/cc-vars.el (cc-define-list-program): Remove this
21686 recent addition.
21687
21688 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
21689 (gdb-define-alist): New variables.
21690 (gdb-create-define-alist): New function.
21691 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
21692 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
21693 with string-to-number.
21694 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
21695
21696 * progmodes/gud.el: Replace string-to-int with string-to-number.
21697 (gud-find-file): Handle gdb-define-alist.
21698
21699 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
21700
21701 2005-05-02 Jay Belanger <belanger@truman.edu>
21702
21703 * calc/calc-aent.el (math-read-token):
21704 * calc/calc-bin.el (calc-word-size):
21705 * calc/calc-ext.el (calc-read-number-fancy):
21706 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
21707 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
21708 * calc/calc-frac.el (calc-over-notation):
21709 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
21710 (calc-graph-num-points, calc-graph-init):
21711 * calc/calc-prog.el (calc-read-parse-table-part)
21712 (calc-edit-macro-repeats):
21713 * calc/calc-yank.el (calc-do-grab-rectangle):
21714 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
21715 Replace `string-to-int' by `string-to-number'.
21716
21717 2005-05-02 Kim F. Storm <storm@cua.dk>
21718
21719 * kmacro.el: Use executing-kbd-macro-index variable.
21720
21721 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
21722
21723 * net/rlogin.el (rlogin-parse-words): Delete func.
21724 (rlogin): Use split-string, not rlogin-parse-words.
21725 Also, if there are option-like elements in the parsed args,
21726 take the host to be the first arg immediately following them.
21727 Suggested by Michael Mauger.
21728
21729 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21730
21731 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
21732
21733 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21734
21735 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
21736 (cc-mode-cpp-program): Rename to cc-define-list-program and
21737 move to cc-vars.el.
21738
21739 * progmodes/cc-vars.el (cc-define-list-program):
21740 Change to "gcc -E -dM -". Make customizable.
21741
21742 2005-05-02 Kim F. Storm <storm@cua.dk>
21743
21744 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
21745
21746 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21747
21748 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
21749
21750 * international/mule-util.el (truncate-string): Remove alias and
21751 obsolete declaration.
21752
21753 * international/mule-cmds.el (update-iso-coding-systems):
21754 Remove alias and obsolete declaration.
21755
21756 * international/mule.el (coding-system-parent): Remove alias and
21757 obsolete declaration.
21758
21759 * subr.el (define-function, sref): Remove aliases and obsolete
21760 declarations.
21761 (chars-in-region): Remove obsolete declaration.
21762
21763 2005-05-01 Richard M. Stallman <rms@gnu.org>
21764
21765 * info.el (Info-mode): Set widen-automatically to nil, locally.
21766
21767 * simple.el (widen-automatically): New variable.
21768 (pop-global-mark): Obey widen-automatically.
21769
21770 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
21771
21772 * term/xterm.el (function-key-map): Call substitute-key-definition
21773 before the keymap size is increased by a lot of define-key calls.
21774
21775 2005-05-01 Richard M. Stallman <rms@gnu.org>
21776
21777 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
21778 Rename ARG to ELEMENT. Doc fix.
21779
21780 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21781
21782 * allout.el (allout-exposure): Remove macro and obsolete declaration.
21783 Remove references to allout-exposure/change to allout-new-exposure.
21784
21785 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
21786 bytecode symbols.
21787
21788 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
21789 (compiled-function-p, focus-frame, unfocus-frame):
21790 Remove aliases and obsolete declarations.
21791 Back out inadvertent changes from previous commit.
21792
21793 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21794
21795 * files.el (require-final-newline): Make Custom tags consistent
21796 with mode-require-final-newline.
21797 (mode-require-final-newline): Doc fix.
21798
21799 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
21800
21801 * international/latexenc.el (latexenc-find-file-coding-system):
21802 Fix regular expressions.
21803
21804 2005-05-01 David Kastrup <dak@gnu.org>
21805
21806 * international/latexenc.el (latexenc-find-file-coding-system):
21807 Fix regular expressions.
21808
21809 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21810
21811 * subr.el (string-to-int): Make obsolete.
21812
21813 2005-04-30 Richard M. Stallman <rms@gnu.org>
21814
21815 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
21816
21817 * loadup.el: load jka-comp-hook.
21818
21819 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
21820 (jka-compr-handler): Add autoload. `put' calls moved
21821 to jka-comp-hook.el.
21822 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
21823 (jka-compr-inhibit): Autoload.
21824
21825 * jka-comp-hook.el: New file.
21826 Enable the mode by default.
21827
21828 * files.el (backup-buffer-copy): Use copy-file instead
21829 of write-region, and put back the 'excl.
21830
21831 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
21832
21833 * progmodes/flymake.el (flymake-split-string)
21834 (flymake-split-string, flymake-log, flymake-pid-to-names)
21835 (flymake-reg-names, flymake-get-source-buffer-name)
21836 (flymake-unreg-names, flymake-add-line-err-info)
21837 (flymake-add-err-info): Clarify docstrings.
21838 (flymake-popup-menu, flymake-make-emacs-menu)
21839 (flymake-make-xemacs-menu): Add docstrings.
21840 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
21841 Set variables directly throughout.
21842
21843 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
21844
21845 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
21846 exists. Initialize cc-define-alist.
21847 (c-mode): Add cc-create-define-alist locally to after-save-hook.
21848 If there is no file (Macroexpansion) don't create an alist.
21849
21850 2005-04-29 Sam Steingold <sds@gnu.org>
21851
21852 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
21853 (cc-create-define-alist): Use it instead of the hard-coded string.
21854
21855 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
21856
21857 * international/mule-conf.el (file-coding-system-alist): Fix regexp
21858 for latexenc.
21859
21860 2005-04-29 Lute Kamstra <lute@gnu.org>
21861
21862 * emacs-lisp/generic.el: Improve commentary section.
21863 (define-generic-mode): Improve docstring.
21864
21865 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
21866
21867 * textmodes/org.el (many places): Change to quiet the byte compiler.
21868 (org-prefix-format-compiled): New variable.
21869 (org-compile-prefix-format): New function.
21870 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
21871 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
21872 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
21873 (org-get-entries-from-diary): Use `org-get-time-of-day' for
21874 consistency with entries from `org-mode' files.
21875 (org-get-time-of-day): Fix bug with partial matches early in a line.
21876 (org-non-link-chars): New constant.
21877 (org-link-regexp): Respect `org-non-link-chars'.
21878 (org-agenda-day-view): Remove command.
21879 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
21880 (org-follow-bbdb-link, org-store-link): Search also company field.
21881 (org-highlight-overlay): New variable.
21882 (org-highlight, org-unhighlight): New functions.
21883 (org-agenda-mode): Add pre-command-hook to remove highlight.
21884 (org-evaluate-time-range): Behavior depends upon whether time stamp
21885 contains a time or not.
21886 (org-show-subtree, org-show-entry): New functions.
21887 (org-agenda-cleanup-fancy-diary): Remove empty lines.
21888
21889 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
21890
21891 * comint.el (comint-output-filter-functions): Add autoload cookie.
21892
21893 2005-04-28 Kim F. Storm <storm@cua.dk>
21894
21895 * ido.el (ido-everywhere): Fix last change.
21896
21897 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
21898
21899 * international/latexenc.el: New file.
21900 * international/mule-conf.el (file-coding-system-alist): For .tex,
21901 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
21902
21903 2005-04-28 Lute Kamstra <lute@gnu.org>
21904
21905 * font-lock.el (font-lock-add-keywords)
21906 (font-lock-remove-keywords): Clarify docstring.
21907 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
21908 Don't start docstrings with a `*'.
21909 (font-lock-update-removed-keyword-alist): Give it a docstring.
21910
21911 * generic-x.el: Update commentary section.
21912 Only require font-lock when compiling.
21913 Define all modes conditionally.
21914 Place all generic modes in the generic-x-modes customization group.
21915 (generic-x-modes): New customization group.
21916 (generic-default-modes, generic-mswindows-modes)
21917 (generic-unix-modes, generic-other-modes): New constants.
21918 (generic-define-mswindows-modes, generic-define-unix-modes):
21919 Update docstrings. Make them obsolete.
21920 (generic-extras-enable-list): New default value. Update docstring.
21921 Improve :type. Change :set function.
21922 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
21923 Fix docstring.
21924
21925 * emacs-lisp/generic.el (generic-mode-internal):
21926 Simplify font-lock-defaults.
21927 (define-generic-mode): Fix docstring.
21928
21929 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
21930
21931 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
21932 font-lock-face property to highlight matches.
21933
21934 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
21935
21936 * progmodes/cc-mode.el (cc-create-define-alist): New function.
21937 (cc-define-alist): New variable.
21938 (c-mode): Make it local and initialize it.
21939
21940 * progmodes/gdb-ui.el (gdb-active-process): New variable.
21941 (gdb-exited): New function.
21942 (gdb-annotation-rules): Use it.
21943 (gdb-starting): Set gdb-active-process to t.
21944 (gdb-stopping): Amend doc string.
21945 (gdb-reset): Set gdb-active-process to nil.
21946
21947 * tooltip.el (tooltip-gud-tips): Show the associated #define
21948 directives when a C program under GDB is not executing.
21949
21950 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
21951
21952 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
21953 font-lock-fontify-syntactic-keywords.
21954
21955 * font-lock.el (font-lock-default-fontify-region): Don't force
21956 parse-sexp-lookup-properties to nil.
21957
21958 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
21959
21960 * man.el (man-mode-syntax-table): Set up `:' to have
21961 word-constituent syntax.
21962
21963 2005-04-27 Lute Kamstra <lute@gnu.org>
21964
21965 * novice.el (disable-command): Don't add spurious newlines to the
21966 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
21967
21968 2005-04-26 Jay Belanger <belanger@truman.edu>
21969
21970 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
21971 than one window before deleting window.
21972
21973 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
21974
21975 * shell.el (shell-prompt-pattern): Doc fix.
21976 (shell-mode): Set paragraph-separate buffer locally to "\\'".
21977
21978 * comint.el (comint-prompt-regexp, comint-get-old-input)
21979 (comint-use-prompt-regexp)
21980 (comint-use-prompt-regexp-instead-of-fields)
21981 (comint-replace-by-expanded-history, comint-send-input)
21982 (comint-output-filter, comint-get-old-input-default)
21983 (comint-line-beginning-position, comint-bol, comint-show-output)
21984 (comint-backward-matching-input, comint-forward-matching-input)
21985 (comint-next-prompt, comint-previous-prompt):
21986 Rename `comint-use-prompt-regexp-instead-of-fields' to
21987 `comint-use-prompt-regexp'. Keep old name as alias and declare
21988 obsolete.
21989 (comint-use-prompt-regexp): Shorten first line of doc string.
21990
21991 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
21992 Set paragraph-separate buffer locally to "\\'".
21993
21994 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
21995 Adapt to above name change.
21996
21997 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
21998 (smbclient-prompt-regexp): Ditto.
21999
22000 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
22001
22002 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
22003
22004 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
22005 gdb-location-list.
22006 Break lines that are over 80 characters wide.
22007
22008 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
22009
22010 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
22011 New fun and var, to preserve compatibility.
22012
22013 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
22014
22015 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
22016
22017 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
22018 name to file-newer-than-file-p.
22019
22020 2005-04-26 Richard M. Stallman <rms@gnu.org>
22021
22022 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
22023
22024 * progmodes/python.el (python-mode):
22025 Use new name eldoc-documentation-function.
22026
22027 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
22028
22029 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
22030 (eldoc-documentation-function):
22031 Rename from eldoc-print-current-symbol-info-function. Calls changed.
22032
22033 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
22034
22035 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
22036
22037 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
22038
22039 * term/xterm.el (function-key-map): Fix strings for
22040 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
22041 {C,S,A,C-S}-{f1-f12}.
22042
22043 2005-04-26 Kenichi Handa <handa@m17n.org>
22044
22045 * international/mule-cmds.el (select-safe-coding-system):
22046 Fix previous change.
22047
22048 2005-04-26 Lute Kamstra <lute@gnu.org>
22049
22050 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
22051
22052 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
22053 (font-lock-comment-delimiter-face): Ditto.
22054
22055 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
22056
22057 2005-04-25 Jay Belanger <belanger@truman.edu>
22058
22059 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
22060 to t while inserting information; use help-mode.
22061
22062 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
22063
22064 * term.el (ansi-term-color-vector): Use the xterm colors.
22065 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
22066
22067 2005-04-25 Lute Kamstra <lute@gnu.org>
22068
22069 * font-core.el (font-lock-defaults): Fix docstring.
22070
22071 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
22072
22073 2005-04-25 Kenichi Handa <handa@m17n.org>
22074
22075 * international/mule-cmds.el (select-safe-coding-system):
22076 Don't check consistency with coding: spec, etc if raw-text or
22077 no-conversion was found to be safe.
22078
22079 2005-04-24 Richard M. Stallman <rms@gnu.org>
22080
22081 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
22082 citation markers at start of each line.
22083
22084 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
22085 citation markers at start of each line.
22086
22087 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
22088
22089 * files.el (mode-require-final-newline): Fix previous change.
22090 (require-final-newline): Fix type label.
22091
22092 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
22093
22094 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
22095 statement in buffer (broken by 2004-11-24 change).
22096
22097 2005-04-24 Kim F. Storm <storm@cua.dk>
22098
22099 * ido.el (ido-everywhere): Save and restore old read-buffer-function
22100 and read-file-name-function values. Don't overwrite existing
22101 non-nil values if ido-mode is enabled without ido-everywhere.
22102
22103 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
22104
22105 * files.el (mode-require-final-newline): Minor doc fix.
22106
22107 2005-04-24 Eli Zaretskii <eliz@gnu.org>
22108
22109 * subr.el (syntax-after): Doc fix.
22110 (syntax-class): If argument is nil, return nil. Mask off upper 16
22111 bits, not 8 bits.
22112
22113 * files.el (mode-require-final-newline): Doc fix.
22114 (backup-buffer-copy): Fix last change.
22115
22116 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22117
22118 * term/mac-win.el: Require select. Set selection-coding-system to
22119 mac-system-coding-system. Call menu-bar-enable-clipboard.
22120 (x-last-selected-text-clipboard, x-last-selected-text-primary)
22121 (x-select-enable-clipboard): New variables.
22122 (x-select-text, x-get-selection, x-selection-value)
22123 (x-get-selection-value, mac-select-convert-to-string)
22124 (mac-services-open-file, mac-services-open-selection)
22125 (mac-services-insert-text): New functions.
22126 (CLIPBOARD, FIND): Put mac-scrap-name property.
22127 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
22128 (public.tiff): Put mac-ostype property.
22129 (selection-converter-alist): Add entries for them.
22130 (mac-application-menu-map): New keymap.
22131 (interprogram-cut-function, interprogram-paste-function): Set to
22132 x-select-text and x-get-selection-value, respectively.
22133 (split-window-keep-point): Set to t.
22134
22135 2005-04-23 Richard M. Stallman <rms@gnu.org>
22136
22137 * files.el (read-directory-name): Always pass non-nil
22138 DEFAULT-FILENAME arg to read-file-name.
22139 (backup-buffer-copy, basic-save-buffer-2): Take care against
22140 writing thru an unexpected existing symlink.
22141 (revert-buffer): In indirect buffer, revert the base buffer.
22142 (magic-mode-alist): Doc fix.
22143 (buffer-stale-function): Doc fix.
22144 (minibuffer-with-setup-hook): Avoid warning.
22145 (mode-require-final-newline): Doc and custom fix.
22146
22147 * follow.el (follow-end-of-buffer): Use with-no-warnings.
22148
22149 * font-lock.el (font-lock-comment-face): On terminals with few colors,
22150 use the default appearance.
22151 (font-lock-comment-delimiter-face): New face, new variable.
22152
22153 * imenu.el (imenu--generic-function): The official position of a
22154 definition is the start of the line that BEG is in.
22155
22156 * midnight.el (midnight-timer): Move defvar up.
22157
22158 * mouse.el (mouse-drag-region-1): Delete some debugging code.
22159
22160 * saveplace.el (save-place-to-alist): Use with-no-warnings.
22161
22162 * startup.el (command-line): Use with-no-warnings.
22163
22164 * window.el (window-size-fixed): New defvar.
22165
22166 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
22167
22168 * mail/rmail.el (rmail-font-lock-keywords):
22169 Use font-lock-comment-delimiter-face.
22170
22171 * mail/sendmail.el (mail-font-lock-keywords):
22172 Use font-lock-comment-delimiter-face.
22173
22174 * progmodes/compile.el (next-error-highlight-timer): New defvar.
22175
22176 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
22177
22178 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22179 Specify t for LAXMATCH when matching directories.
22180 Save match data around compilation-compat-error-properties form.
22181
22182 2005-04-23 David Kastrup <dak@gnu.org>
22183
22184 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
22185 Mention that the autoloaded aliases should be kept for AUCTeX.
22186
22187 2005-04-23 Andreas Schwab <schwab@suse.de>
22188
22189 * isearch.el (isearch-forward): Doc fix.
22190
22191 2005-04-23 Eli Zaretskii <eliz@gnu.org>
22192
22193 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
22194 (jit-lock-stealth-nice): Change default value to 0.5.
22195
22196 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
22197
22198 * abbrev.el (write-abbrev-file): Write table entries in
22199 alphabetical order by table name.
22200
22201 2005-04-22 Kim F. Storm <storm@cua.dk>
22202
22203 * ido.el (ido-read-internal): Fix `list' completion.
22204
22205 2005-04-22 Kenichi Handa <handa@m17n.org>
22206
22207 * recentf.el (recentf-save-file-coding-system): New variable.
22208 (recentf-save-list): Encode the file by
22209 recentf-save-file-coding-system and add coding: tag.
22210
22211 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
22212
22213 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
22214
22215 2005-04-21 Lute Kamstra <lute@gnu.org>
22216
22217 * loadhist.el (unload-feature): Don't remove a function from hooks
22218 if it is about to be restored to an autoload . Remove functions
22219 that will become unbound from auto-mode-alist. Simplify the code.
22220
22221 * subr.el (assq-delete-all): New implementation that is linear,
22222 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
22223 (rassq-delete-all): New function.
22224
22225 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
22226 Add size-indication-mode.
22227
22228 2005-04-21 Kenichi Handa <handa@m17n.org>
22229
22230 * international/mule-cmds.el: Add autoload for widget-value in
22231 eval-when-compile.
22232
22233 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
22234
22235 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
22236 Add tooltip-mode.
22237
22238 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
22239
22240 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
22241
22242 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
22243 (inferior-lisp-filter-regexp, inferior-lisp-program)
22244 (inferior-lisp-load-command, inferior-lisp-prompt)
22245 (inferior-lisp-mode-hook, lisp-source-modes)
22246 (inferior-lisp-load-hook): defvar->defcustom.
22247 (inferior-lisp-program, inferior-lisp-prompt)
22248 (inferior-lisp-load-hook): Doc fixes.
22249 (inferior-lisp-install-letter-bindings): Small change in
22250 introductory comment.
22251
22252 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
22253
22254 * vc.el (vc-annotate-color-map): Change some colors so that text
22255 using them as foreground is readable on both white and black
22256 backgrounds.
22257
22258 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22259
22260 * international/mule-conf.el (translation-table-for-input):
22261 Remove redundant declaration.
22262
22263 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
22264
22265 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
22266
22267 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
22268 (tooltip-toggle-gud-tips): New function.
22269
22270 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22271
22272 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
22273 right angle brackets.
22274
22275 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
22276
22277 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
22278
22279 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
22280
22281 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
22282 Remove. Update callers to use expand-file-name instead.
22283
22284 * subr.el (syntax-class): New function.
22285
22286 * simple.el (blink-matching-open): Use it.
22287
22288 * paren.el (show-paren-function): Use it to recognize parens that are
22289 also used in 2-char comment markers.
22290
22291 2005-04-19 Lute Kamstra <lute@gnu.org>
22292
22293 * loadhist.el (unload-feature): Update for new format of
22294 load-history. Simplify the code.
22295
22296 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22297
22298 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
22299 (mac-add-charset-info): New function. Initialize variable
22300 mac-charset-info-alist using it.
22301 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
22302 for translation.
22303 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
22304 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
22305 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
22306 New CCL programs.
22307
22308 2005-04-19 Kim F. Storm <storm@cua.dk>
22309
22310 * simple.el (next-buffer, prev-buffer, next-error)
22311 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22312 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
22313
22314 * bindings.el (next-buffer, prev-buffer, next-error)
22315 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22316 (clone-indirect-buffer-other-window): Move bindings from simple.el.
22317 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
22318 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
22319
22320 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
22321
22322 * isearch.el (isearch-edit-string): Make the search-ring available for
22323 minibuffer history commands.
22324 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
22325 the default history commands now work just as well.
22326 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
22327
22328 2005-04-18 Kim F. Storm <storm@cua.dk>
22329
22330 * emulation/cua-base.el (cua--pre-command-handler): Add more
22331 elaborate check for shift modifier on non-window systems.
22332
22333 2005-04-18 Lars Hansen <larsh@math.ku.dk>
22334
22335 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
22336
22337 2005-04-18 Kim F. Storm <storm@cua.dk>
22338
22339 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
22340 and make it optional. Don't test tooltip-gud-echo-area here.
22341 (tooltip-gud-process-output, gdb-tooltip-print):
22342 Pass tooltip-gud-echo-area to tooltip-show.
22343 (tooltip-help-tips): Remove second optional arg to tooltip-show.
22344
22345 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22346
22347 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
22348 `display-graphic-p' may not be bound yet.
22349
22350 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
22351
22352 * startup.el (command-line): No longer enable Xterm Mouse mode by
22353 default in terminals compatible with xterm.
22354
22355 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
22356
22357 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
22358
22359 * tooltip.el (tooltip-gud-echo-area): Rename from
22360 tooltip-use-echo-area.
22361 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
22362 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
22363 area independently of where help tooltips are displayed.
22364
22365 2005-04-17 David Kastrup <dak@gnu.org>
22366
22367 * cus-theme.el (custom-theme-write-variables): Quote variables
22368 where necessary.
22369
22370 2005-04-17 Richard M. Stallman <rms@gnu.org>
22371
22372 * simple.el (yank-excluded-properties): Add follow-link to value.
22373
22374 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
22375
22376 * startup.el (fancy-splash-max-time): Just 30 seconds.
22377 (fancy-splash-delay): Just 7.
22378 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
22379
22380 * loadhist.el (unload-feature): Update for new format of load-history.
22381 Simplify the code.
22382
22383 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
22384 (rmail-font-lock-keywords): Don't fontify the text of a citation.
22385
22386 * mail/sendmail.el (mail-font-lock-keywords):
22387 Don't fontify subject text.
22388 Don't fontify the text of a citation.
22389
22390 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
22391
22392 * comint.el (comint-output-filter): Run comint-output-filter-functions
22393 with point where the user had it.
22394
22395 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
22396
22397 * international/ucs-tables.el (ucs-set-table-for-input):
22398 Disable when using unify-on-decoding.
22399
22400 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
22401
22402 * emulation/cua-base.el (cua-global-mark-face): Add special case
22403 for displays supporting a high number of colors.
22404
22405 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
22406
22407 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
22408
22409 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
22410
22411 * filesets.el (filesets-add-buffer): If user supplies a name of a
22412 non-existing fileset, create a new fileset.
22413
22414 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
22415
22416 * textmodes/org.el (org-up-heading-all): Fix bug with
22417 `outline-up-heading-all'.
22418
22419 2005-04-16 Andreas Schwab <schwab@suse.de>
22420
22421 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
22422 /etc/permissions.d/* and /etc/aliases.d/*.
22423
22424 2005-04-16 Kenichi Handa <handa@m17n.org>
22425
22426 * international/code-pages.el (cp-make-coding-system):
22427 Set `translation-table-for-input' property value to the symbol
22428 ucs-mule-to-mule-unicode, not to that value.
22429 (pt154): Escape guillemet by `\'.
22430
22431 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
22432
22433 * loadup.el: Load tooltip if x-show-tip is fboundp.
22434
22435 * startup.el (command-line): Add comment.
22436
22437 * tooltip.el (tooltip-mode): Specify correct standard value for
22438 Custom in init-value.
22439
22440 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
22441
22442 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
22443 possible.
22444
22445 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
22446
22447 * textmodes/org.el (org-agenda-date-prompt): Rename from
22448 `org-agenda-date-today'.
22449 (org-evaluate-time-range): Insert at point instead of directly
22450 after time range.
22451 (org-first-headline-recenter, org-subtree-end-visible-p)
22452 (org-optimize-window-after-visibility-change): New functions
22453 (org-agenda-post-command-hook): Don't allow point at end of line,
22454 to make sure it always hits the text properties.
22455 (org-agenda-next-date-line, org-agenda-previous-date-line):
22456 New commands.
22457 (org-set-regexps-and-options): Category may contain white space.
22458 (org-agenda-get-deadlines, org-agenda-get-scheduled):
22459 Improve marker positions.
22460 (org-agenda-new-marker): Argument POS made optional.
22461 (org-agenda-get-timestamps): Deadlines which are done are listed
22462 in org-done-face now.
22463 (org-agenda-get-todos, org-agenda-get-timestamps)
22464 (org-agenda-get-deadlines, org-agenda-get-scheduled):
22465 Set `undone-face' and `done-face' properties.
22466 (org-last-todo-state-is-todo): New variable.
22467 (org-todo): Set `org-last-todo-state-is-todo'.
22468 (org-agenda-todo): Change face according to
22469 `org-last-todo-state-is-todo'. And change other lines referring to
22470 the same entry.
22471 (org-calendar-goto-agenda): New command.
22472 (org-calendar-to-agenda-key): New option.
22473 (org-startup-folded): New allowed value `content'.
22474 (org-set-regexps-and-options): Accept new value `content' for
22475 `org-startup-folded'.
22476 (org-get-current-options): Handle new value `content' for
22477 `org-startup-folded'.
22478 (org-insert-todo-heading): New command.
22479 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
22480 interactively in empty file and option
22481 `org-insert-mode-line-in-empty-file' has been set.
22482 (org-agenda-todo, org-agenda-priority): Modify to use
22483 `org-agenda-change-all-lines'.
22484 (org-warning-face): Change color on dark background
22485
22486 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22487
22488 * international/mule-cmds.el (set-locale-environment): On Mac OS,
22489 use preferences AppleLocale and AppleLanguages, and variable
22490 mac-system-locale for default locale. On Mac OS Classic, use
22491 mac-system-coding-system for default coding systems.
22492
22493 * term/mac-win.el: Don't set file-name-coding-system.
22494 Decode variables system-name, emacs-build-system, user-login-name, and
22495 user-full-name by mac-system-coding-system on Mac OS Classic.
22496 (mac-system-coding-system): New variable.
22497
22498 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
22499
22500 * startup.el (command-line): Handle `xterm-mouse-mode' before
22501 reading init file.
22502
22503 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
22504
22505 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
22506
22507 * progmodes/sh-script.el (sh-here-document-word): Make it a
22508 defcustom. Doc fix.
22509 (sh-add): Bash uses $(( )) for arithmetic.
22510 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
22511 (sh-maybe-here-document): Remove quotes and leading whitespace
22512 from heredoc word when closing. Indent heredoc with tabs if word
22513 starts with "-".
22514
22515 2005-04-13 Richard M. Stallman <rms@gnu.org>
22516
22517 * simple.el (undo): Fix previous change.
22518
22519 * custom.el (defface): Doc fix.
22520
22521 2005-04-13 Lute Kamstra <lute@gnu.org>
22522
22523 * Makefile.in (DONTCOMPILE): Remove list.
22524 (compile, compile-always): Don't use DONTCOMPILE.
22525 (update-authors): Load the library in which batch-update-authors
22526 is defined.
22527 * makefile.w32-in (DONTCOMPILE): Remove list.
22528 (compile, compile-always): Fix comments.
22529 (update-authors): Load the library in which batch-update-authors
22530 is defined.
22531
22532 * generic-x.el (generic-mode-ini-file-find-file-hook):
22533 Rename to ini-generic-mode-find-file-hook.
22534 Keep generic-mode-ini-file-find-file-hook as an alias.
22535 (ini-generic-mode-find-file-hook): Rename from
22536 generic-mode-ini-file-find-file-hook. Fix docstring.
22537 (ini-generic-mode): Docstring change.
22538 (bat-generic-mode-run-as-comint): Silence the byte compiler.
22539
22540 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
22541 called from lisp.
22542
22543 * generic.el: Move to the emacs-lisp subdir.
22544
22545 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
22546
22547 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
22548 and C-S- function and cursor motion keys.
22549
22550 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
22551
22552 * startup.el (command-line): Enable Xterm Mouse mode by default.
22553 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
22554 for Custom. No longer show "Mouse" in mode line when enabled.
22555 Doc fix.
22556
22557 2005-04-12 Kim F. Storm <storm@cua.dk>
22558
22559 * emulation/cua-base.el (cua-rectangle-face)
22560 (cua-rectangle-noselect-face): Define face attributes here.
22561
22562 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
22563
22564 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22565
22566 * startup.el (command-line): Turn off blinking cursor if
22567 cursorBlink in resources is off or false.
22568
22569 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22570
22571 * term/mac-win.el (dnd): Require dnd.
22572 (mac-drag-n-drop): Call dnd-handle-one-url.
22573 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
22574 (kTextEncodingISOLatin2): Remove constants.
22575 (mac-script-code-coding-systems): New constant.
22576 (mac-handle-language-change): New function.
22577 (special-event-map): Bind it to `language-change' event.
22578 (mac-centraleurroman, mac-cyrillic): New coding systems.
22579 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
22580 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
22581 and mac-cyrillic-encoder to encode-mac-centraleurroman and
22582 encode-mac-cyrillic, respectively.
22583
22584 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22585
22586 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
22587 Don't set overlay-arrow-string to "=>" as this is done
22588 globally in C now.
22589
22590 2005-04-12 Lute Kamstra <lute@gnu.org>
22591
22592 * generic-x.el (rc-generic-mode, rul-generic-mode):
22593 Fix auto-mode-alist entries.
22594 (etc-fstab-generic-mode): Tweak fontification.
22595
22596 * generic.el (generic-make-keywords-list): Fix docstring.
22597 (generic-mode-internal): Simplify generic-font-lock-keywords.
22598
22599 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
22600
22601 * whitespace.el (whitespace-buffer-leading)
22602 (whitespace-buffer-trailing): Revert the incorrect test inversion.
22603 However, fix the highlight area for the leading and
22604 trailing whitespaces to show space.
22605
22606 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
22607
22608 * whitespace.el (whitespace-version): Bump to 3.5
22609
22610 (whitespace-buffer-leading, whitespace-buffer-trailing):
22611 Invert sense of the test to highlight the whitespace.
22612
22613 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22614
22615 * progmodes/gud.el (gud-display-line): GUD uses its own
22616 overlay arrow now so don't set overlay-arrow-string.
22617 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
22618
22619 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
22620
22621 * term.el (term-ansi-current-bold, term-ansi-current-underline)
22622 (term-ansi-current-reverse, term-ansi-current-invisible)
22623 (term-ansi-face-already-done): Change to boolean.
22624 (term-reset-terminal, term-handle-colors-array): Handle the above
22625 vars accordingly.
22626 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
22627 (term-emulate-terminal): Use the new name.
22628
22629 * faces.el (secondary-selection): Use yellow1, not yellow.
22630 (trailing-whitespace): Use red1, not red.
22631
22632 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22633
22634 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
22635 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
22636 (dired-dnd-handle-file): Call dnd-get-local-file-uri
22637
22638 * cus-edit.el (dnd): New group.
22639
22640 * term/w32-win.el (dnd): Require dnd
22641 (w32-drag-n-drop): Call dnd-handle-one-url.
22642
22643 * x-dnd.el: Require dnd.
22644 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
22645 Call dnd-handle-one-url.
22646 (x-dnd-types-alist, x-dnd-insert-utf8-text)
22647 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
22648 to dnd-insert-text.
22649 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
22650 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
22651 (x-dnd-get-local-file-name, x-dnd-open-local-file)
22652 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
22653
22654 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
22655
22656 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22657
22658 * wdired.el: Doc fixes.
22659 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
22660 (wdired-use-dired-vertical-movement): Rename from
22661 wdired-always-move-to-filename-beginning.
22662 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
22663 (wdired-change-to-wdired-mode): Change mode name.
22664 (wdired-newline): Delete.
22665
22666 2005-04-11 Richard M. Stallman <rms@gnu.org>
22667
22668 * whitespace.el (whitespace-highlight-the-space):
22669 Don't call whitespace-unhighlight-the-space here.
22670
22671 * simple.el (undo): Record t in undo-equiv-table
22672 for the redo record made by an undo-in-region.
22673
22674 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22675
22676 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
22677 (gdb-frame-inferior-io-buffer): New Functions to control
22678 display of separate IO buffer.
22679 (menu): Add them to menu-bar.
22680 (gdb-display-buffer): Check for buffer another frame.
22681 Protect GUD buffer.
22682 (gdb-setup-windows): Create IO buffer if not already there.
22683 (gdb-memory-mode): Remove purecopy noops.
22684
22685 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22686
22687 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
22688 and pass to self-insert-command.
22689
22690 2005-04-11 Lute Kamstra <lute@gnu.org>
22691
22692 * generic.el: Commentary section cleanup.
22693 (generic): Delete.
22694 (generic-use-find-file-hook, generic-lines-to-scan)
22695 (generic-find-file-regexp, generic-ignore-files-regexp)
22696 (default-generic-mode, generic-mode-find-file-hook)
22697 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
22698 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
22699 (generic-use-find-file-hook, generic-lines-to-scan)
22700 (generic-find-file-regexp, generic-ignore-files-regexp)
22701 (default-generic-mode, generic-mode-find-file-hook)
22702 (generic-mode-ini-file-find-file-hook): Move from generic.el.
22703
22704 2005-04-10 Karl Fogel <kfogel@red-bean.com>
22705
22706 * bookmark.el (bookmark-write-file): Catch errors writing file.
22707 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
22708
22709 2005-04-10 Richard M. Stallman <rms@gnu.org>
22710
22711 * startup.el (fancy-splash-tail): Update copyright year.
22712 (command-line): Split part of -Q into -D.
22713 (emacs-basic-display): New defvar.
22714 (fancy-splash-text): Correct name of menu item.
22715
22716 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
22717
22718 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
22719 lines in one node.
22720
22721 * comint.el (comint-send-input): New arg ARTIFICIAL.
22722 Callers in this file changed.
22723
22724 * abbrev.el (define-abbrevs): Read system abbrevs properly.
22725
22726 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
22727
22728 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
22729
22730 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
22731 `ldap-search-internal'.
22732
22733 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22734
22735 * files.el (set-auto-mode-1): Use line-end-position.
22736
22737 * international/latin-1.el:
22738 * international/latin-2.el:
22739 * international/latin-3.el:
22740 * international/latin-4.el:
22741 * international/latin-5.el:
22742 * international/latin-8.el:
22743 * international/latin-9.el: Give punctuation syntax to NBSP.
22744
22745 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
22746 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
22747 Use char-classes to accept non-ascii letters, accepted in some recent
22748 bibtex implementations.
22749
22750 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
22751
22752 * custom.el (custom-set-minor-mode): Any non-nil value for the
22753 variable should enable the mode when set through Custom.
22754
22755 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22756
22757 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
22758 TAB binding so tab-always-indent is obeyed.
22759 (vhdl-minibuffer-local-map): Move initialization into declaration.
22760 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
22761 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
22762 (vhdl-hooked-abbrev): Avoid test for XEmacs.
22763 (vhdl-current-line): Use line-beginning-position.
22764 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
22765 with-output-to-temp-buffer, so the current position can be recorded.
22766
22767 2005-04-10 Masatake YAMATO <jet@gyve.org>
22768
22769 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22770 Add regexp for gcov.
22771
22772 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
22773
22774 * calendar/time-date.el (time-to-seconds, seconds-to-time)
22775 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
22776 syntax which Emacs 20 doesn't support.
22777
22778 2005-04-09 Richard M. Stallman <rms@gnu.org>
22779
22780 * help.el (describe-key-briefly, describe-key):
22781 Replace strings as event types with "(any string)".
22782
22783 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
22784
22785 * arc-mode.el (archive-mode-map): Move initialization into
22786 the declaration. Override *all* bindings of `undo'.
22787 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
22788
22789 2005-04-09 Jay Belanger <belanger@truman.edu>
22790
22791 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
22792
22793 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
22794
22795 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
22796 (xterm-register-default-colors): Update color values computation
22797 to match xterm-200.
22798
22799 2005-04-09 Kenichi Handa <handa@m17n.org>
22800
22801 * international/code-pages.el (iso-latin-7): Fix the map.
22802
22803 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
22804
22805 * emacs-lisp/lisp.el (defun-prompt-regexp)
22806 (parens-require-spaces, buffer-end, end-of-defun)
22807 (insert-parentheses): Doc fixes.
22808
22809 2005-04-08 Kim F. Storm <storm@cua.dk>
22810
22811 * comint.el (comint-highlight-prompt): Fix face spec.
22812 * hi-lock.el (hi-green): Likewise.
22813
22814 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22815
22816 * cus-edit.el (custom-modified-face):
22817 * comint.el (comint-highlight-input): Fix previous changes.
22818 * term.el (term-handle-ansi-escape): Add a comment.
22819
22820 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
22821
22822 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
22823 in the buffer and in whitespace-highlighted-space.
22824 (whitespace-unhighlight-the-space): Simplify.
22825 (whitespace-buffer): Simplify.
22826
22827 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22828
22829 * textmodes/table.el (table-cell-face): Add special case for
22830 displays supporting a high number of colors.
22831 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22832 (vhdl-font-lock-reserved-words-face)
22833 (vhdl-speedbar-architecture-face)
22834 (vhdl-speedbar-instantiation-face)
22835 (vhdl-speedbar-architecture-selected-face)
22836 (vhdl-speedbar-instantiation-selected-face): Likewise.
22837 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
22838 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
22839 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
22840 (ebrowse-root-class-face, ebrowse-member-attribute-face)
22841 (ebrowse-progress-face): Likewise.
22842 * progmodes/compile.el (compilation-info-face): Likewise.
22843 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
22844 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
22845 * calendar/calendar.el (diary-face): Likewise.
22846 * woman.el (woman-italic-face, woman-bold-face)
22847 (woman-unknown-face): Likewise.
22848 * wid-edit.el (widget-button-pressed-face): Likewise.
22849 * whitespace.el (whitespace-highlight-face): Likewise.
22850 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
22851 * pcvs-info.el (cvs-marked-face): Likewise.
22852 * info.el (info-xref): Likewise.
22853 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
22854 * hilit-chg.el (highlight-changes-face)
22855 (highlight-changes-delete-face): Likewise.
22856 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
22857 (hi-red-b): Likewise.
22858 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
22859 * font-lock.el (font-lock-keyword-face)
22860 (font-lock-function-name-face, font-lock-warning-face): Likewise.
22861 * cus-edit.el (custom-invalid-face, custom-modified-face)
22862 (custom-set-face, custom-changed-face, custom-variable-tag-face)
22863 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
22864 * comint.el (comint-highlight-prompt): Likewise.
22865
22866 2005-04-08 Lute Kamstra <lute@gnu.org>
22867
22868 * font-lock.el (font-lock-keywords): Docstring fixes.
22869
22870 2005-04-08 Kenichi Handa <handa@m17n.org>
22871
22872 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
22873 chars are more than a limit, print " and more..." at the tail.
22874
22875 2005-04-08 Kim F. Storm <storm@cua.dk>
22876
22877 * emacs-lisp/authors.el (authors-aliases): Update list.
22878 (authors-ignored-files): New list.
22879 (authors-fixed-entries): Fix typo.
22880 (authors-renamed-files-alist): Update list.
22881 (authors-add): Check authors-ignored-files.
22882
22883 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
22884
22885 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
22886 optional, to ensure backward compatibility.
22887
22888 2005-04-08 Stephen Eglen <stephen@gnu.org>
22889
22890 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
22891
22892 2005-04-08 Kim F. Storm <storm@cua.dk>
22893
22894 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
22895
22896 * mouse.el (mouse-on-link-p): Doc fix.
22897
22898 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
22899
22900 * ielm.el (ielm-prompt-read-only): Doc fix.
22901
22902 * comint.el (comint-prompt-read-only): Doc fix.
22903
22904 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
22905
22906 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
22907 ensure dired always handles wildcards passed to ffap.
22908 (find-file-at-point): Use it.
22909 (ffap-dired-wildcards): Doc fix.
22910
22911 2005-04-07 Juri Linkov <juri@jurta.org>
22912
22913 * simple.el (next-error-overlay-arrow-position): New defvar.
22914 Put "=>" on its property `overlay-arrow-string'. Add it to
22915 `overlay-arrow-variable-list'.
22916
22917 * progmodes/compile.el (compilation-setup):
22918 Set `next-error-overlay-arrow-position' to nil. Also set it to
22919 nil in the local hook `kill-buffer-hook'. Make local variable
22920 `overlay-arrow-string' and set it to "=>".
22921 (compilation-goto-locus): Set BOL position to
22922 `next-error-overlay-arrow-position' instead of
22923 `overlay-arrow-position'.
22924
22925 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
22926 locally instead of adding it to the global hook.
22927 (Info-kill-buffer): Move up.
22928
22929 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
22930
22931 * term/xterm.el (xterm-standard-colors): Update color values from
22932 xterm-200.
22933
22934 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
22935
22936 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
22937
22938 * fast-lock.el:
22939 * lazy-lock.el: Move them to the obsolete subdir.
22940
22941 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22942
22943 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
22944 (wdired-add-replace-advice): Remove.
22945 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
22946
22947 2005-04-06 Kim F. Storm <storm@cua.dk>
22948
22949 * startup.el (command-line): Add --bare-bones alias for -Q.
22950
22951 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22952
22953 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
22954 create the startup fontset if a font specification ends with
22955 `mac-roman'.
22956
22957 2005-04-06 Lute Kamstra <lute@gnu.org>
22958
22959 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
22960 change.
22961
22962 * emacs-lisp/copyright.el (copyright-update-year): Replace the
22963 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
22964
22965 2005-04-05 Lute Kamstra <lute@gnu.org>
22966
22967 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
22968 (define-generic-mode): Ditto. Fix debug declaration.
22969
22970 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
22971 Put them in the generic-x group.
22972
22973 * calendar/timeclock.el (timeclock): Doc fix.
22974
22975 * generic.el (define-generic-mode): Don't use custom-current-group.
22976 Document default :group value.
22977 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
22978 (define-global-minor-mode): Don't use custom-current-group.
22979
22980 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
22981
22982 * startup.el (command-line-1): Display startup-echo-area-message
22983 when fancy splash screen is in use.
22984
22985 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
22986 (sh-escaped-newline): New face.
22987 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
22988 newline, and use sh-escaped-newline face.
22989
22990 * progmodes/tcl.el (tcl-escaped-newline): New face.
22991 (tcl-builtin-list): New variable.
22992 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
22993 newlines. Fix keywords subexpression number.
22994
22995 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
22996
22997 * textmodes/org.el (org-diary-default-entry): Fix call to
22998 `add-to-diary-entry'.
22999
23000 2005-04-05 Kim F. Storm <storm@cua.dk>
23001
23002 * ediff-init.el: Use (featurep 'xemacs).
23003
23004 2005-04-05 David Ponce <david@dponce.com>
23005
23006 * cus-edit.el (face): Derive from symbol widget. Display sample
23007 of the current face on the fly.
23008 (widget-face-sample-face-get, widget-face-notify): New functions.
23009 (widget-face-value-create): Remove.
23010
23011 * wid-edit.el (widget-field-end): Temporarily remove field
23012 narrowing before to call `get-char-property'.
23013
23014 2005-04-04 Jay Belanger <belanger@truman.edu>
23015
23016 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
23017 (math-read-subscripts): New variable.
23018 (math-read-preprocess-string): Process subscripts.
23019
23020 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
23021
23022 * comint.el (comint-prompt-read-only): Doc fix.
23023
23024 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
23025 `-1'. Doc fix.
23026
23027 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
23028
23029 * textmodes/org.el (org-insert-mode-line-in-empty-file):
23030 Change default value to nil.
23031
23032 2005-04-04 Lute Kamstra <lute@gnu.org>
23033
23034 * autorevert.el (auto-revert-mode): Specify :group.
23035 * battery.el (display-battery-mode): Specify :group.
23036 * diff-mode.el (diff-minor-mode): Specify :group.
23037 * font-core.el (font-lock-mode): Specify :group.
23038 * hl-line.el (hl-line-mode): Specify :group.
23039 * iimage.el (iimage): New customization group.
23040 (iimage-mode): Specify :group.
23041 * longlines.el (longlines-mode): Specify :group.
23042 * master.el: Don't require easy-mmode.
23043 (master): New customization group.
23044 (master-mode): Specify :group.
23045 * msb.el (msb-mode): Specify :group.
23046 * reveal.el (reveal-mode): Specify :group.
23047 * simple.el (next-error-follow-minor-mode): Specify :group.
23048 * smerge-mode.el (smerge-mode): Specify :group.
23049 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
23050 * emulation/cua-base.el (cua-mode): Specify :group.
23051 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
23052 * language/thai-util.el (thai-auto-composition-mode)
23053 (thai-word-mode): Specify :group.
23054 * mail/supercite.el (sc-minor-mode): Specify :group.
23055 * progmodes/cwarn.el (cwarn-mode): Specify :group.
23056 * progmodes/flymake.el (flymake-mode): Specify :group.
23057 * progmodes/glasses.el (glasses-mode): Specify :group.
23058 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
23059 * textmodes/enriched.el (enriched-mode): Specify :group.
23060 * textmodes/refill.el (refill-mode): Specify :group.
23061
23062 * add-log.el (change-log-font-lock-keywords): Names in
23063 parenthesized lists can contain spaces.
23064
23065 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
23066
23067 * startup.el (fancy-splash-text): Shorten default text of
23068 "Emacs Tutorial" line. Also, if the current language env
23069 indicates an available tutorial file other than TUTORIAL,
23070 extract its title and append it to the line in parentheses.
23071 (fancy-splash-insert): If arg is a thunk, funcall it.
23072
23073 2005-04-04 Jay Belanger <belanger@truman.edu>
23074
23075 * calc.el (calc-language-alist): Add tags to customization type.
23076
23077 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
23078
23079 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
23080 Doc fix.
23081
23082 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
23083
23084 * add-log.el (change-log-font-lock-keywords): The manual
23085 describing a Change Log entry, says: (...) "Aside from these
23086 header lines, every line in the change log starts with a space or
23087 a tab.". The font-lock was not highlighting lines started with
23088 spaces, added support for it.
23089
23090 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23091
23092 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
23093 (bibtex-generate-url-list): Update docstring accordingly. Put the
23094 complex example in the docstring.
23095 (bibtex-font-lock-url): Use pop.
23096
23097 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
23098
23099 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
23100
23101 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
23102
23103 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
23104
23105 * filesets.el (filesets-set-default): Doc fix.
23106
23107 2005-04-03 Lute Kamstra <lute@gnu.org>
23108
23109 * generic.el (define-generic-mode): Add argument to specify
23110 keywords for defcustom.
23111 (default-generic-mode): Specify :group.
23112
23113 * generic-x.el: Specify :group for all generic modes.
23114
23115 * desktop.el (desktop-no-desktop-file-hook)
23116 (desktop-after-read-hook): Doc fix.
23117
23118 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
23119
23120 * simple.el (visible-mode): Use explicit :group keyword.
23121 This changes the group of `visible-mode-hook' from paren-blinking
23122 to editing-basics.
23123
23124 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
23125
23126 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
23127 mailbox specifications as well as URLs.
23128 (rmail-insert-inbox-text): Remove unused conditional branches.
23129
23130 2005-04-01 Jay Belanger <belanger@truman.edu>
23131
23132 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
23133 (calc-gnuplot-print-command): Move definitions to calc.el.
23134
23135 * calc/calc-embed.el (calc-embedded-announce-formula)
23136 (calc-embedded-open-formula, calc-embedded-close-formula)
23137 (calc-embedded-open-word, calc-embedded-close-word)
23138 (calc-embedded-open-plain, calc-embedded-close-plain)
23139 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
23140 (calc-embedded-open-mode, calc-embedded-close-mode):
23141 Move definitions to calc.el.
23142
23143 * calc/calc.el (calc-settings-file, calc-language-alist):
23144 Make customizable.
23145 (calc-embedded-announce-formula, calc-embedded-open-formula)
23146 (calc-embedded-close-formula, calc-embedded-open-word)
23147 (calc-embedded-close-word, calc-embedded-open-plain)
23148 (calc-embedded-close-plain, calc-embedded-open-new-formula)
23149 (calc-embedded-close-new-formula, calc-embedded-open-mode)
23150 (calc-embedded-close-mode, calc-gnuplot-name)
23151 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
23152 from other files and make customizable.
23153
23154 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
23155
23156 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
23157 Use buffer-live-p.
23158 (cvs-mode-run): Don't call cvs-update-header here.
23159 (cvs-run-process): Call cvs-update-header.
23160 Use process properties for cvs-postprocess and cvs-buffer so that
23161 the sentinel can behave better if the temp buffer is killed.
23162 Use a pipe rather than a tty, to better handle unexpected prompts.
23163 (cvs-sentinel): Rewrite. Call cvs-update-header.
23164
23165 2005-04-01 Andre Spiegel <spiegel@gnu.org>
23166
23167 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
23168 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
23169
23170 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
23171
23172 * generic.el (define-generic-mode): Add indentation rule.
23173
23174 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
23175
23176 * files.el (mode-require-final-newline): Make Custom correctly
23177 report a nil value and allow to set it to nil via Custom.
23178 Doc fix.
23179
23180 2005-04-01 Kenichi Handa <handa@m17n.org>
23181
23182 * international/characters.el: Enable the correct case setting for
23183 dotless-i and dotted-I.
23184
23185 2005-04-01 Kim F. Storm <storm@cua.dk>
23186
23187 * ido.el (ido-file-internal): Fall back to non-ido command if
23188 initial directory is on slow ftp (or tramp) host.
23189
23190 2005-03-31 Richard M. Stallman <rms@gnu.org>
23191
23192 * emacs-lisp/autoload.el (make-autoload):
23193 Handle define-global-minor-mode.
23194
23195 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
23196 Rename from easy-mmode-define-global-mode.
23197 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
23198
23199 * progmodes/scheme.el (scheme-mode-syntax-table):
23200 Update syntax of | and # for two-character comment syntax.
23201
23202 2005-03-31 Lute Kamstra <lute@gnu.org>
23203
23204 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
23205 (define-minor-mode): Call custom-current-group at load-time.
23206
23207 * generic.el (define-generic-mode): Add debug declaration.
23208 Add defcustom for the mode hook.
23209 (generic-mode-internal): Use run-mode-hooks.
23210
23211 2005-03-31 Kim F. Storm <storm@cua.dk>
23212
23213 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
23214 (mouse-fixup-help-message): New defun called by show_help_echo
23215 to fixup mouse-2 prefix in help messages when applicable.
23216
23217 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
23218
23219 2005-03-31 Kenichi Handa <handa@m17n.org>
23220
23221 * language/thai-word.el (thai-find-word-ends): Pay attention to
23222 the case that we reach the end of buffer.
23223
23224 * textmodes/fill.el (fill-text-properties-at): New function.
23225 (fill-newline): Use fill-text-properties-at instead of
23226 text-properties-at.
23227
23228 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
23229
23230 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
23231 not comint-quote-filename.
23232
23233 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
23234
23235 * help-fns.el (help-with-tutorial): Revert last change.
23236
23237 2005-03-31 Kim F. Storm <storm@cua.dk>
23238
23239 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
23240
23241 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
23242
23243 * calendar/cal-china.el: Update reference to "Calendrical
23244 Calculations" book; there's a new edition.
23245 * calendar/cal-coptic.el: Likewise.
23246 * calendar/cal-french.el: Likewise.
23247 * calendar/cal-hebrew.el: Likewise.
23248 * calendar/cal-islam.el: Likewise.
23249 * calendar/cal-iso.el: Likewise.
23250 * calendar/cal-julian.el: Likewise.
23251 * calendar/cal-mayan.el: Likewise.
23252 * calendar/cal-persia.el: Likewise.
23253 * calendar/calendar.el: Likewise.
23254 * calendar/holidays.el: Likewise.
23255 * calendar/lunar.el: Likewise.
23256 * calendar/solar.el: Likewise.
23257
23258 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
23259 white space from doc string.
23260
23261 2005-03-30 Jay Belanger <belanger@truman.edu>
23262
23263 * calc/calc-help.el (calc-full-help): Remove email address.
23264
23265 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
23266
23267 * help-fns.el (help-with-tutorial): Delete title line.
23268
23269 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
23270
23271 * calendar/cal-x.el (calendar-one-frame-setup)
23272 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
23273 rather than `symbol' for set-window-dedicated-p.
23274
23275 * calendar/appt.el (appt-buffer-name): Make it a constant.
23276 (appt-add): Doc fix.
23277
23278 * filesets.el (filesets-menu-path, filesets-menu-before)
23279 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
23280 (filesets-menu-cache-file): Use directory ~/.emacs.d.
23281 (filesets-add-submenu): Delete and use add-submenu instead.
23282
23283 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
23284
23285 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
23286 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
23287 (org-diary-default-entry): New function.
23288 (org-get-entries-from-diary): Better parsing of diary entries.
23289 (org-agenda-check-no-diary): New function.
23290 ("diary-lib"): Advice to function `add-to-diary-list', to allow
23291 linking to diary entries.
23292 (org-agenda-execute-calendar-command): New function.
23293 (org-agenda): Improve visible section in window.
23294 Use `org-fit-agenda-window'.
23295 (org-fit-agenda-window): New option.
23296 (org-move-subtree-down): Better handling of empty lines
23297 at end of subtree.
23298 (org-cycle): Numeric prefix is interpreted now as show-subtree N
23299 levels up.
23300 (org-fontify-done-headline): New option.
23301 (org-headline-done-face): New face.
23302 (org-set-font-lock-defaults): Use `org-headline-done-face'.
23303 (org-table-copy-down): Rename from `org-table-copy-from-above'.
23304 When current field is non-empty, it is copied to next row.
23305 (org-table-copy-from-above): Fix bug which made it
23306 impossible to copy fields containing only a single non-white character.
23307
23308 2005-03-30 Kim F. Storm <storm@cua.dk>
23309
23310 * kmacro.el (kmacro-end-macro): Isearch may store this command
23311 into the macro -- so ignore it when executing keyboard macro.
23312
23313 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
23314
23315 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
23316
23317 2005-03-29 Kenichi Handa <handa@m17n.org>
23318
23319 * language/thai.el ("Thai"): Set setup-function and exit-function
23320 for Thai language environment.
23321
23322 * language/thai-util.el: Require thai-word.
23323 (thai-word-mode-map): New variable.
23324 (thai-word-mode): New minor mode.
23325 (setup-thai-language-environment-internal): New function.
23326 (exit-thai-language-environment-internal): New function.
23327
23328 * language/thai-word.el (thai-word-table): Declare it by defvar,
23329 use dolist to initialize it.
23330 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
23331 (thai-fill-find-break-point): New functions.
23332
23333 2005-03-29 Richard M. Stallman <rms@gnu.org>
23334
23335 * simple.el (idle-update-delay): Move definition up.
23336 (set-mark): Doc fix.
23337
23338 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
23339
23340 * longlines.el: New file.
23341
23342 * simple.el (buffer-substring-filters): New variable.
23343 (filter-buffer-substring): New function.
23344 (kill-region, copy-region-as-kill): Use it.
23345
23346 * register.el (copy-to-register, append-to-register)
23347 (prepend-to-register): Use filter-buffer-substring.
23348
23349 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
23350
23351 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
23352 (gud-filter-pending-text): Move in front of gdb.
23353 (gud-overlay-arrow-position): New variable.
23354 (gud-sentinel, gud-display-line): Use it in place of
23355 overlay-arrow-position.
23356
23357 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
23358
23359 * progmodes/fortran.el (fortran-if-indent): Doc fix.
23360 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
23361 (fortran-font-lock-keywords-4): New variable.
23362 (fortran-blocks-re, fortran-end-block-re)
23363 (fortran-start-block-re): New constants, for hideshow.
23364 (hs-special-modes-alist): Add a Fortran entry.
23365 (fortran-mode-map): Bind fortran-end-of-block,
23366 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
23367 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
23368 (fortran-looking-at-if-then, fortran-end-of-block)
23369 (fortran-beginning-of-block): New functions, for hideshow.
23370
23371 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
23372 Doc fix. Tweak regexp.
23373 (f90-beginning-of-block): Push mark first.
23374
23375 2005-03-29 Jay Belanger <belanger@truman.edu>
23376
23377 * calc/calc.el: Update copyright date.
23378 (calc-version): Increase to 2.1.
23379 (calc-version-date): Remove.
23380
23381 * calc/calc-help.el: Update copyright date.
23382 (calc-full-help): Remove reference to calc-version-date.
23383 Update copyright date.
23384
23385 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
23386
23387 * vc.el (vc-do-command): Use a pipe for async processes, so password
23388 prompts don't show up at places where the user can't reply.
23389
23390 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
23391
23392 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
23393 on the file name we pass to the inferior shell.
23394
23395 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
23396
23397 * progmodes/which-func.el (which-function): Be robust in the face of an
23398 imenu--make-index-alist failure.
23399
23400 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
23401
23402 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
23403
23404 * progmodes/python.el (python-preoutput-filter): Fix last change.
23405
23406 2005-03-29 Lute Kamstra <lute@gnu.org>
23407
23408 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
23409 functions and compiled macros.
23410 (debug-convert-byte-code): Handle macros too.
23411 (debug-on-entry-1): Don't signal an error when trying to clear a
23412 function that is not set to debug on entry.
23413
23414 2005-03-29 Jay Belanger <belanger@truman.edu>
23415
23416 * calc/calc-lang.el: Add functions to math-function-table
23417 properties of tex and math.
23418
23419 2005-03-29 Kenichi Handa <handa@m17n.org>
23420
23421 * ps-mule.el (ps-mule-plot-string): Translate characters by
23422 ps-print-translation-table.
23423 (ps-mule-begin-job): Call find-charset-region/string with
23424 ps-print-translation-table.
23425 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
23426
23427 * ps-print.el (ps-print-translation-table): New variable.
23428 (ps-plot-region): Translate characters by ps-print-translation-table.
23429
23430 2005-03-29 Juri Linkov <juri@jurta.org>
23431
23432 * simple.el (next-error-highlight-timer): New variable.
23433
23434 * progmodes/compile.el (compilation-goto-locus):
23435 Use `next-error-highlight-timer' instead of `sit-for'.
23436
23437 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
23438
23439 * mail/supercite.el (sc-mail-field): Use assoc-string.
23440 (sc-get-address): Simplify regexps.
23441
23442 * files.el (minibuffer-with-setup-hook): New macro.
23443 (find-file-read-args): Use it to avoid let-binding
23444 minibuffer-with-setup-hook (which breaks turning on/off
23445 file-name-shadow-mode while in the prompt).
23446
23447 * complete.el (PC-read-include-file-name-internal):
23448 Use test-completion.
23449
23450 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
23451
23452 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
23453
23454 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
23455
23456 * window.el (window-buffer-height): Use count-screen-lines.
23457
23458 * progmodes/python.el (python-preoutput-leftover): New var.
23459 (python-preoutput-filter): Use it.
23460 (python-send-receive): Loop until all the result has been received.
23461
23462 2005-03-28 Juri Linkov <juri@jurta.org>
23463
23464 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
23465
23466 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
23467 "Recover Crashed Session".
23468 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
23469 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
23470 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
23471 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
23472 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
23473 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
23474 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
23475 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
23476
23477 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
23478 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
23479 Ediff Sessions", "Toggle use of separate control buffer frame",
23480 "Use separate frame for Ediff control buffer".
23481
23482 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
23483 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
23484 "Rename Bookmark", "Delete Bookmark".
23485
23486 * info.el (Info-mode-menu): Remove ellipsis from "Index".
23487 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
23488 Add `:active Info-index-alternatives' to "Next Matching Item".
23489
23490 * wdired.el (wdired-change-to-wdired-mode):
23491 Mention `wdired-abort-changes' key in the initial message.
23492
23493 * international/mule.el (auto-coding-alist): Associate non-ascii
23494 image filename extensions with `no-conversion'.
23495
23496 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
23497
23498 * international/iso-acc.el:
23499 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
23500
23501 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
23502
23503 * textmodes/sgml-mode.el (html-mode): Doc update.
23504
23505 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
23506
23507 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
23508
23509 * term.el (term-move-columns): Fix face after extending a line.
23510 (term-insert-spaces): Likewise.
23511 (term-reset-terminal): Fix off by one error.
23512
23513 2005-03-26 Eli Zaretskii <eliz@gnu.org>
23514
23515 * international/mule.el (auto-coding-alist): Add .xpi files.
23516
23517 * files.el (auto-mode-alist): Add .xpi files.
23518
23519 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
23520
23521 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
23522
23523 2005-03-26 Eli Zaretskii <eliz@gnu.org>
23524
23525 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
23526
23527 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
23528
23529 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
23530 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
23531
23532 * calendar/cal-move.el (calendar-beginning-of-year): Move the
23533 cursor to Jan 1 when needed.
23534 (calendar-end-of-year): Fix -/+ typo.
23535 Reported by Chong Yidong <cyd@stupidchicken.com>.
23536
23537 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
23538
23539 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
23540
23541 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
23542 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
23543
23544 2005-03-25 Richard M. Stallman <rms@gnu.org>
23545
23546 * filesets.el (filesets-init): Add autoload.
23547
23548 * mail/mailalias.el (mail-directory): Doc fix.
23549
23550 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23551
23552 * mail/mailalias.el (mail-directory-process): Do nothing if
23553 mail-directory-process is an atom.
23554 (mail-get-names): Ignore mail-directory-names if it is an atom.
23555 (mail-directory-process defvar): Doc fix.
23556 (mail-names): Doc fix.
23557
23558 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
23559
23560 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
23561
23562 2005-03-26 Kenichi Handa <handa@m17n.org>
23563
23564 * international/mule-util.el (detect-coding-with-priority):
23565 Call update-coding-systems-internal before detect-coding-region.
23566
23567 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
23568
23569 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
23570 (gdb-frames-mode-map): Add follow-link property.
23571
23572 2005-03-25 Jay Belanger <belanger@truman.edu>
23573
23574 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
23575 for variables.
23576
23577 2005-03-25 Juri Linkov <juri@jurta.org>
23578
23579 * image-mode.el: Optimize image filename extension regexps in
23580 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
23581 in `auto-mode-alist'.
23582 (image-mode): Add `image-toggle-display-text' to local hook
23583 `change-major-mode-hook'. Display the image as an image by
23584 default. Set `cursor-type' and `truncate-lines' if the image
23585 is already displayed. Take into account the current mode (image
23586 or text) in message.
23587 (image-minor-mode): New minor mode.
23588 (image-mode-maybe, image-toggle-display-text): New functions.
23589 (image-toggle-display): Use called-interactively-p.
23590 Let-bind `inhibit-read-only' to t.
23591
23592 * image-mode.el (image-minor-mode): Set `cursor-type' and
23593 `truncate-lines' if the image is already displayed. Add turning
23594 image-minor-mode off to `change-major-mode-hook'. Add message.
23595 Call `image-toggle-display-text' after turning image-minor-mode off.
23596
23597 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
23598
23599 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
23600 Terminal.app, use utf-8.
23601 (set-display-table-and-terminal-coding-system): Add coding-system arg.
23602 (set-locale-environment): Use it.
23603
23604 * term/xterm.el: Undo last change, better done in mule-cmds.el.
23605
23606 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
23607
23608 * progmodes/python.el (python-close-block-statement-p)
23609 (python-outdent-p, python-current-defun): Use symbol-end.
23610
23611 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
23612
23613 * files.el (save-some-buffers): Doc fix.
23614
23615 2005-03-25 Werner Lemberg <wl@gnu.org>
23616
23617 * complete.el, thumbs.el: Replace `legal' with `valid'.
23618 * calendar/calendar.el: Replace `legal' with `valid'.
23619 * emacs-lisp/advice.el: Replace `legal' with `valid'.
23620 * mail/supercite.el: Replace `legal' with `valid'.
23621 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
23622 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
23623 Replace `legal' with `valid'.
23624 * textmodes/reftex-vars.el, textmodes/reftex.el:
23625 Replace `legal' with `valid'.
23626
23627 2005-03-25 Werner Lemberg <wl@gnu.org>
23628
23629 * calc/calc-forms.el, calc/calc-sel.el
23630 * midnight.el, vc-cvs.el
23631 * emacs-lisp/cl-macs.el
23632 * emulation/vip.el
23633 * eshell/esh-io.el, eshell/esh-var.el
23634 * mail/supercite.el
23635 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
23636 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
23637 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
23638 * progmodes/sh-script.el, progmodes/xscheme.el
23639 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
23640 * textmodes/reftex-index.el, textmodes/reftex-parse.el
23641 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
23642 * textmodes/reftex.el, textmodes/org.el:
23643 Replace `illegal' with `invalid'.
23644
23645 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23646
23647 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
23648 (flymake-find-buildfile, flymake-find-possible-master-files)
23649 (flymake-check-include, flymake-parse-line): Replace loops over the
23650 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
23651
23652 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
23653 Substitute file-name-as-directory in the rest of the file.
23654 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
23655 (flymake-replace-region): Remove unused arg `buffer'.
23656 (flymake-check-patch-master-file-buffer): Update calls to it.
23657 (flymake-add-err-info): Remove unused var `count'.
23658 (flymake-mode): Use define-minor-mode.
23659
23660 * progmodes/flymake.el: Use with-current-buffer.
23661 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
23662 flymake-replace-regexp-in-string, flymake-line-beginning-position)
23663 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
23664 Avoid testing for `xemacs'.
23665 (flymake-nop): Move.
23666 (flymake-region-has-flymake-overlays): Return the computed value.
23667 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
23668 Remove unused var `endline'.
23669 (flymake-get-line-count): Remove unused function.
23670 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
23671
23672 * emulation/vi.el:
23673 * generic.el:
23674 * hilit-chg.el (global-highlight-changes):
23675 * hi-lock.el (hi-lock-mode):
23676 * follow.el: find-file-hooks -> find-file-hook.
23677
23678 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
23679
23680 2005-03-24 Juri Linkov <juri@jurta.org>
23681
23682 * dired.el (dired-mode-map): Add menu item "Compare directories"
23683 for dired-compare-directories.
23684
23685 * dired-aux.el (dired-compare-directories): Add autoload cookie.
23686 Doc fix. Replace `read-file-name' with `read-directory-name'.
23687
23688 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23689
23690 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
23691
23692 2005-03-24 Jay Belanger <belanger@truman.edu>
23693
23694 * calc/calc-embed.el (calc-embedded-mode-change): Save all
23695 relevant mode settings in calc-embedded-original-modes when modes
23696 are permanently changed.
23697
23698 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23699
23700 * autoinsert.el: find-file-hooks -> find-file-hook.
23701
23702 2005-03-24 Lute Kamstra <lute@gnu.org>
23703
23704 * generic.el (generic-font-lock-defaults): Make it obsolete.
23705 (generic-font-lock-keywords): New variable to replace
23706 generic-font-lock-defaults.
23707 (generic-mode-set-font-lock): Delete it.
23708 (generic-mode-internal): Don't call generic-mode-set-font-lock.
23709 (generic-bracket-support): Add docstring.
23710
23711 * generic-x.el: Rename generic-font-lock-defaults to
23712 generic-font-lock-keywords throughout.
23713 (mailagent-rules-setup-function): Delete it.
23714 (mailagent-rules-generic-mode): Use anonymous function instead.
23715 (show-tabs-generic-mode-font-lock-defaults-1)
23716 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
23717 Quote faces.
23718 (show-tabs-tab-face, show-tabs-space-face): Specify background,
23719 not foreground.
23720
23721 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
23722 Recognize define-generic-mode.
23723
23724 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
23725
23726 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
23727 if there's no completion table.
23728
23729 2005-03-23 Miles Bader <miles@gnu.org>
23730
23731 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23732 Remove tty-specific variants, as they're no longer needed.
23733
23734 2005-03-23 Lute Kamstra <lute@gnu.org>
23735
23736 * generic-x.el: Code cleanup: make args constant whenever possible.
23737 (installshield-statement-keyword-list)
23738 (installshield-system-functions-list)
23739 (installshield-system-variables-list, installshield-types-list)
23740 (installshield-funarg-constants-list): Make them constants.
23741
23742 * generic.el (generic-make-keywords-list): Add autoload cookie.
23743
23744 * calendar/time-date.el: Add comment on time value formats.
23745 Don't require parse-time.
23746 (with-decoded-time-value): New macro.
23747 (encode-time-value): New function.
23748 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23749 (days-to-time): Return a valid time value when arg is huge.
23750 (time-since): Use time-subtract.
23751 (time-to-number-of-days): Use time-to-seconds.
23752
23753 2005-03-23 David Ponce <david@dponce.com>
23754
23755 * recentf.el (recentf-keep): New option.
23756 (recentf-menu-action): Default to `find-file'.
23757 (recentf-keep-non-readable-files-flag)
23758 (recentf-keep-non-readable-files-p)
23759 (recentf-file-readable-p, recentf-find-file)
23760 (recentf-cleanup-remote): Remove.
23761 (recentf-include-p): More robust.
23762 (recentf-keep-p): New function.
23763 (recentf-remove-if-non-kept): Rename from
23764 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
23765 All callers updated.
23766 (recentf-menu-items-for-commands): Fix help string.
23767 (recentf-track-closed-file): Update. Doc fix.
23768 (recentf-cleanup): Update. Count removed files. Doc fix.
23769
23770 2005-03-23 Kim F. Storm <storm@cua.dk>
23771
23772 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23773 Don't inherit from fringe face (now happens automatically).
23774
23775 2005-03-22 Kim F. Storm <storm@cua.dk>
23776
23777 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
23778 position values.
23779
23780 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
23781
23782 * menu-bar.el (showhide-date-time): Remove.
23783 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
23784 (menu-bar-make-mm-toggle): Simplify.
23785
23786 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23787
23788 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
23789 Accept qualified variable and function names.
23790
23791 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
23792
23793 * bindings.el (completion-ignored-extensions):
23794 Remove ".lis" for `vax-vms'.
23795
23796 2005-03-22 Andreas Schwab <schwab@suse.de>
23797
23798 * generic-x.el: Revert last change.
23799 * ldefs-boot.el: Update.
23800
23801 2005-03-22 Jay Belanger <belanger@truman.edu>
23802
23803 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
23804 (calc-embedded-save-original-modes)
23805 (calc-embedded-restore-original-modes): New functions.
23806 (calc-do-embedded): Save original modes when entering embedded mode
23807 and restore when leaving embedded mode.
23808 (calc-embedded-modes-change): Change the value of
23809 calc-embedded-original-modes to reflect permanent changes.
23810
23811 2005-03-22 Lute Kamstra <lute@gnu.org>
23812
23813 * generic-x.el: Require generic again.
23814
23815 2005-03-22 Miles Bader <miles@gnu.org>
23816
23817 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23818 Tweak details to look good on both ttys and bitmap displays, light
23819 or dark background, etc.
23820
23821 2005-03-21 Kim F. Storm <storm@cua.dk>
23822
23823 * tooltip.el (tooltip-show-help-function): Check car and cdr of
23824 mouse position.
23825
23826 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
23827
23828 * icomplete.el: Don't forcibly turn on the mode upon load.
23829 (icomplete-mode): Use define-minor-mode.
23830 (icomplete-eoinput): Default to nil.
23831 (icomplete-minibuffer-setup): Remove autoload.
23832 (icomplete-tidy): Simplify.
23833 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
23834 in the initial state or if the user has modified the field.
23835 Fix handling of icomplete-max-delay-chars.
23836 Remove code that handles the oddball case where
23837 minibuffer-completion-table is an integer.
23838 Wrap icomplete-completions in while-no-input in case building
23839 completions takes more time than expected.
23840 (icomplete-completions): Simplify.
23841
23842 2005-03-21 Richard M. Stallman <rms@gnu.org>
23843
23844 * jka-compr.el (jka-compr-really-do-compress):
23845 Make variable buffer-local.
23846
23847 * image-mode.el: Handle .xpm files too.
23848 (image-toggle-display): Preserve modification flag.
23849
23850 * help.el (where-is): Don't mention aliases with no key bindings.
23851
23852 2005-03-21 Lute Kamstra <lute@gnu.org>
23853
23854 * generic.el: Fix commentary section. Don't require cl for
23855 compilation.
23856 (generic-mode-list): Add autoload cookie.
23857 (generic-use-find-file-hook, generic-lines-to-scan)
23858 (generic-find-file-regexp, generic-ignore-files-regexp)
23859 (generic-mode, generic-mode-find-file-hook)
23860 (generic-mode-ini-file-find-file-hook): Fix docstrings.
23861 (define-generic-mode): Make it a defmacro. Fix docstring.
23862 (generic-mode-internal): Code cleanup. Add autoload cookie.
23863 (generic-mode-set-comments): Code cleanup.
23864 * generic-x.el: Don't prevent compilation. Don't require generic.
23865 Follow coding conventions. Minor code cleanup.
23866 (etc-fstab-generic-mode): Add some keywords.
23867 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
23868 define-generic-mode like a function declaration.
23869
23870 2005-03-21 Jay Belanger <belanger@truman.edu>
23871
23872 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
23873 changing modes.
23874
23875 2005-03-21 Sam Steingold <sds@gnu.org>
23876
23877 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
23878
23879 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
23880
23881 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
23882 Add underscore to "f$ lexicals" regexp.
23883
23884 2005-03-20 Juri Linkov <juri@jurta.org>
23885
23886 * subr.el (progress-reporter-do-update): When `min-value' is equal
23887 to `max-value', set `percentage' to 0 and prevent division by zero.
23888
23889 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
23890
23891 Sync with Tramp 2.0.48.
23892
23893 * net/tramp.el (all): Change all addresses to .gnu.org.
23894 (tramp-append-tramp-buffers): New defun.
23895 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
23896 Catch `dont-send' signal.
23897 (tramp-set-auto-save-file-modes): Set always permissions, because
23898 there might be an old auto-saved file belonging to another
23899 original file. This could be a security threat. Reported by
23900 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
23901 Check for Emacs 21.3.50 removed.
23902
23903 * net/tramp-smb.el (all): Remove debug construct for
23904 `with-parsed-tramp-file-name'.
23905 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
23906 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
23907 No error message if DIRECTORY or FILENAME doesn't exist.
23908 (tramp-smb-open-connection): Check existence of
23909 `tramp-smb-program'.
23910
23911 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
23912
23913 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
23914 Properly handle the case where the `m' or `s' command's argument is not
23915 yet terminated.
23916 (perl-indent-new-calculate): New function.
23917 (perl-indent-line): Use it.
23918
23919 2005-03-20 Miles Bader <miles@gnu.org>
23920
23921 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
23922 in text-mode too. Change to new face names.
23923 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
23924 Add `:weight bold' attribute.
23925 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
23926
23927 2005-03-19 Juri Linkov <juri@jurta.org>
23928
23929 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
23930
23931 * international/mule.el (auto-coding-alist): Sync with
23932 `auto-mode-alist' by adding upper case archive file extensions
23933 and adding ear/war to jar extension.
23934
23935 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
23936
23937 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
23938 running, restart it.
23939
23940 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
23941
23942 * finder.el (finder-current-item): Throw an error on an empty line.
23943
23944 * man.el (Man-follow-manual-reference): If current-word returns
23945 nil, use "".
23946
23947 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
23948
23949 * simple.el (goto-line): Doc fix.
23950
23951 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
23952
23953 * files.el (save-buffer): Doc fix.
23954
23955 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
23956
23957 * recentf.el (recentf-cleanup-remote): New variable.
23958 (recentf-cleanup): Use it to conditionally check availability of
23959 remote files.
23960
23961 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
23962
23963 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
23964 function names.
23965
23966 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23967
23968 * language/thai-word.el: New file.
23969
23970 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23971
23972 * files.el (backup-buffer): If the file's directory is not
23973 writable, use copy instead of move to backup the file.
23974
23975 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23976
23977 * obsolete/keyswap.el: Moved to obsolete/ from term/.
23978
23979 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23980
23981 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
23982 Use functionp instead of symbolp and fboundp. Reported by Drkm
23983 <darkman_spam@yahoo.fr>.
23984 (ps-print-version): New version 6.6.6.
23985
23986 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
23987
23988 * textmodes/table.el (table--line-column-position): New idiom.
23989 (table--row-column-insertion-point-p): New function to test
23990 validity of row and column insertion operation at a location.
23991 (table-global-menu, table-cell-menu): Use above functions for
23992 deterministic test operation.
23993 (table--editable-cell-p): Behave in deterministic fashion.
23994
23995 2005-03-18 Juri Linkov <juri@jurta.org>
23996
23997 * isearch.el (isearch-lazy-highlight-new-loop):
23998 Make arguments beg and end optional.
23999 (isearch-update): Remove optional arguments nil from
24000 isearch-lazy-highlight-new-loop.
24001 (isearch-lazy-highlight-search): Let-bind case-fold-search to
24002 isearch-lazy-highlight-case-fold-search instead of
24003 isearch-case-fold-search, and let-bind isearch-regexp to
24004 isearch-lazy-highlight-regexp.
24005 Use isearch-lazy-highlight-last-string instead of isearch-string.
24006
24007 * replace.el (perform-replace): Remove bindings of global
24008 variables isearch-string, isearch-regexp, isearch-case-fold-search.
24009 Add three new arguments to `replace-highlight'.
24010 (replace-highlight): Add arguments string, regexp, case-fold.
24011 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
24012 to allow isearch-lazy-highlight-new-loop to use these values
24013 to set corresponding isearch-lazy-highlight-* internal
24014 variables whose values lazy highlighting will use regardless of
24015 changes to global variables isearch-string, isearch-regexp,
24016 isearch-case-fold-search during lazy highlighting loop.
24017 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
24018 to `lazy-highlight-cleanup'.
24019
24020 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
24021 (ispell-highlight-face): Set default face to `isearch' when
24022 lazy highlighting is enabled.
24023 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
24024 priority to 1. Add lazy highlighting.
24025 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
24026 from `isearch-dehighlight'.
24027
24028 2005-03-18 David Ponce <david@dponce.com>
24029
24030 * files.el (hack-local-variables): Do a case-insensitive search
24031 for End.
24032
24033 2005-03-18 Juri Linkov <juri@jurta.org>
24034
24035 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
24036 `isearch-lazy-highlight-cleanup', add alias to old name and
24037 declare obsolete. Add release numbers to other obsolete vars.
24038 (isearch-done, isearch-lazy-highlight-new-loop):
24039 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
24040 (lazy-highlight-cleanup) <variable>: Doc fix.
24041 (isearch-lazy-highlight-update): Rename obsolete
24042 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
24043
24044 2005-03-18 Kenichi Handa <handa@m17n.org>
24045
24046 * language/thai-util.el: Fix categorization of Thai characters in
24047 thai-category-table.
24048 (thai-composition-pattern): Adjust it for the above change.
24049 (thai-self-insert-command, thai-compose-syllable): New functions.
24050 (thai-compose-region): Use thai-compose-syllable.
24051 (thai-compose-string): Likewise.
24052 (thai-composition-function): Likewise.
24053 (thai-auto-composition): New function.
24054 (thai-auto-composition-mode): New minor mode.
24055
24056 * language/thai.el: Fix patterns to be registered in
24057 composition-function-table.
24058
24059 * international/quail.el (quail-input-method): Locally bind
24060 inhibit-modification-hooks to t.
24061
24062 2005-03-17 Richard M. Stallman <rms@gnu.org>
24063
24064 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
24065 (perl-mode): Use run-mode-hooks.
24066
24067 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
24068 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
24069 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
24070
24071 * mail/sendmail.el (sendmail-send-it): Reenable the code
24072 to compute resend-to-address and use it.
24073
24074 * tar-mode.el (tar-mode): Turn off undo unconditionally.
24075
24076 * image-mode.el: New file.
24077
24078 * image.el (insert-sliced-image): Add autoload cookie.
24079
24080 * font-lock.el (font-lock-lines-before): New user option.
24081 (font-lock-after-change-function): Obey it.
24082
24083 * bindings.el (esc-map): Make M-g a prefix.
24084 Bind M-g g and M-g M-g to goto-line.
24085
24086 * faces.el (face-id): Doc fix.
24087
24088 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24089
24090 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
24091 (rmail-show-message): Use rmail-unknown-mail-followup-to.
24092 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
24093
24094 * mail/sendmail.el (mail-yank-ignored-headers)
24095 (mail-font-lock-keywords, mail-mode-fill-paragraph):
24096 Add Mail-Followup-To and Mail-Reply-To headers.
24097 (mail-citation-hook): Add autoload cookie.
24098 (mail-mode): Doc fix.
24099 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
24100 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
24101 (mail-mode-fill-paragraph): Handle those headers.
24102 (mail-mailing-lists): New variable.
24103 (mail-mail-reply-to, mail-mail-followup-to): New functions.
24104
24105 2005-03-17 Juri Linkov <juri@jurta.org>
24106
24107 * isearch.el (isearch-fallback): Check for `(car previous)'
24108 before calling `isearch-other-end-state'.
24109
24110 2005-03-17 Kim F. Storm <storm@cua.dk>
24111
24112 * simple.el (move-beginning-of-line): Move to beginning of buffer
24113 line, as well as beginning of screen line.
24114
24115 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
24116
24117 * calendar/diary-lib.el (mark-diary-entries): Use new optional
24118 argument REDRAW rather than calendar-redrawing variable.
24119 * calendar/calendar.el (calendar-redrawing): Delete.
24120 (redraw-calendar): Do not bind calendar-redrawing.
24121
24122 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
24123
24124 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
24125 diary-file buffer.
24126
24127 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
24128
24129 * help.el (describe-mode): Allow a :minor-mode-function property to
24130 specify a different minor mode toggle function than the variable.
24131 * simple.el (auto-fill-function):
24132 * subr.el (add-minor-mode): Use it.
24133
24134 2005-03-16 Kenichi Handa <handa@m17n.org>
24135
24136 * language/ethio-util.el (sera-being-called-by-w3): New variable.
24137 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
24138 (ethio-fidel-to-sera-buffer): Likewise.
24139
24140 2005-03-16 Juri Linkov <juri@jurta.org>
24141
24142 * emacs-lisp/find-func.el (find-function-regexp):
24143 Add defun-emitting macro `menu-bar-make-toggle'.
24144
24145 * isearch.el: Put `isearch-scroll' property to
24146 `split-window-horizontally'.
24147
24148 * info.el: Update error messages for `debug-ignored-errors'.
24149 (Info-isearch-search): Doc fix.
24150 (Info-find-node): Move up code to go into info buffer before
24151 recording the node to the history.
24152 (Info-fontify-node): Fontify titles only if the next line
24153 has two or more `*', `=', `-', `.'.
24154 Display "go to this node" for empty (match-string 3).
24155
24156 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24157
24158 * term/mac-win.el: Add mouse pointer shape constants.
24159
24160 2005-03-15 Kim F. Storm <storm@cua.dk>
24161
24162 * simple.el (move-beginning-of-line): Use vertical-motion.
24163
24164 2005-03-15 Juri Linkov <juri@jurta.org>
24165
24166 * isearch.el (isearch-error): New variable.
24167 (isearch-invalid-regexp, isearch-within-brackets): Remove.
24168 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
24169 (isearch-within-brackets-state): Remove.
24170 (isearch-case-fold-search-state, isearch-pop-fun-state):
24171 Decrease frame index.
24172 (isearch-mode, isearch-top-state, isearch-push-state)
24173 (isearch-edit-string, isearch-abort, isearch-search-and-update)
24174 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
24175 (isearch-search, isearch-lazy-highlight-new-loop):
24176 Replace `isearch-invalid-regexp' with `isearch-error'.
24177 Remove `isearch-within-brackets'.
24178 (isearch-search): Add `search-failed' handler to `condition-case'.
24179 (isearch-lazy-highlight-search): Add `condition-case' to catch
24180 errors and allow `isearch-lazy-highlight-update' to try
24181 highlighting from the beginning of the window.
24182 (isearch-repeat): Move up code to set isearch-wrapped to t
24183 before calling isearch-wrap-function.
24184
24185 * info.el (Info-isearch-initial-node): New internal variable.
24186 (Info-search): Signal an error in isearch mode when search leaves
24187 the initial node. Signal an error when `bound' is non-nil and
24188 nothing was found in the current subfile.
24189 (Info-isearch-search): Remove `condition-case'.
24190 (Info-isearch-wrap): Don't wrap when search failed during leaving
24191 the initial node. If `Info-isearch-search' is nil, wrap around
24192 the current node.
24193 (Info-isearch-start): New fun.
24194 (Info-mode): Add buffer-local hook `Info-isearch-start' to
24195 `isearch-mode-hook'.
24196
24197 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24198
24199 * simple.el (normal-erase-is-backspace): Set default to t if
24200 running on Mac.
24201
24202 * term/mac-win.el (function-key-map): Sync with x-win.el.
24203
24204 2005-03-15 Kenichi Handa <handa@m17n.org>
24205
24206 * international/mule-cmds.el (locale-language-names): Modify the
24207 format of elements and add more entries.
24208 (locale-preferred-coding-systems): Add more entries.
24209 (set-locale-environment): Adjust for the change of
24210 locale-language-names.
24211
24212 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
24213
24214 * pcvs.el (smerge-ediff): Remove bogus autoload.
24215
24216 2005-03-14 Lute Kamstra <lute@gnu.org>
24217
24218 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
24219 Ignore a `*' at the beginning of a line.
24220
24221 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
24222 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
24223 subr.el.
24224 (dont-compile, eval-when-compile, eval-and-compile): Use declare
24225 to specify indentation.
24226
24227 * generic.el (define-generic-mode): Let generic-mode-list be a
24228 list of strings; test membership with equal.
24229
24230 2005-03-14 Kim F. Storm <storm@cua.dk>
24231
24232 * simple.el (next-line, previous-line): Add optional try-vscroll
24233 arg to recognize interactive use. Pass it on to line-move.
24234 (line-move): Don't perform auto-window-vscroll when defining or
24235 executing keyboard macro to ensure consistent behavior.
24236
24237 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
24238
24239 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
24240
24241 2005-03-13 Lute Kamstra <lute@gnu.org>
24242
24243 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
24244 debugger-setup-buffer so that backtrace marks the frames set to
24245 debug-on-exit and we don't have to do it manually. Set an extra
24246 debug-on-exit for macro's.
24247 (debugger-setup-buffer): Don't mark the top frame manually.
24248
24249 2005-03-12 Lute Kamstra <lute@gnu.org>
24250
24251 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
24252 lisp-indent-function throughout.
24253 (with-no-warnings): Set lisp-indent-function property.
24254
24255 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
24256
24257 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
24258 Add entry for backslash.
24259
24260 2005-03-12 Juri Linkov <juri@jurta.org>
24261
24262 * info.el (Info-search): Four fixes for backward search.
24263
24264 2005-03-11 Jay Belanger <belanger@truman.edu>
24265
24266 * calc/calc.el (calc-language-alist): New variable.
24267 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
24268 (calc-embedded-find-modes): Use calc-language-alist instead of
24269 calc-embedded-language-alist.
24270
24271 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
24272
24273 * calendar/calendar.el (calendar-redrawing): New internal
24274 variable.
24275 (redraw-calendar): Remove bogus save-excursion from previous
24276 change. Bind calendar-redrawing to t for mark-diary-entries.
24277 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
24278 calendar if that is why we were called.
24279
24280 2005-03-11 Kenichi Handa <handa@m17n.org>
24281
24282 * international/mule.el (make-coding-system): Set property
24283 coding-system-define-form to nil.
24284 (define-coding-system-alias): Likewise.
24285
24286 2005-03-11 Kenichi Handa <handa@m17n.org>
24287
24288 These changes are suggested by Dave Love <fx@gnu.org>.
24289
24290 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
24291 coding: tag.
24292 (adaptive-fill-regexp): Add more bullets.
24293 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
24294 regexps.
24295
24296 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
24297
24298 * help.el (describe-mode): Properly handle non-trivial lighters.
24299 Don't ignore minor modes that are not listed in minor-mode-list.
24300
24301 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
24302 feature ON when the user requests to turn it OFF.
24303
24304 2005-03-10 Lute Kamstra <lute@gnu.org>
24305
24306 * emacs-lisp/debug.el (debug-entry-code): Delete it.
24307 (implement-debug-on-entry): New function to replace debug-entry-code.
24308 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
24309 second argument as the 2005-03-07 change makes it obsolete.
24310 (debug-on-entry, cancel-debug-on-entry): Update call to
24311 debug-on-entry-1.
24312 (debug, debugger-setup-buffer): Comment update.
24313 (debugger-frame-number): Update to work with implement-debug-on-entry.
24314
24315 2005-03-10 Jay Belanger <belanger@truman.edu>
24316
24317 * calc/calc-embed.el (math-ms-args): Declare it.
24318 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
24319 math-ms-args.
24320 (calc-embedded-subst): Use math-multi-subst-rec to substitute
24321 variables.
24322
24323 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
24324
24325 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
24326 Use message-box.
24327
24328 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
24329 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
24330 (tooltip-gud-tips): Simplify.
24331 (tooltip-gud-tips-p): Remove superfluous :set.
24332 (tooltip-gud-modes): Add fortran-mode.
24333 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
24334
24335 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
24336
24337 2005-03-09 Kim F. Storm <storm@cua.dk>
24338
24339 * play/animate.el (animate-place-char): Use forward-line instead
24340 of next-line to improve performance.
24341
24342 2005-03-09 Simon Josefsson <jas@extundo.com>
24343
24344 * net/browse-url.el (browse-url-default-browser): Doc fix.
24345
24346 2005-03-09 Miles Bader <miles@gnu.org>
24347
24348 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
24349 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
24350
24351 2005-03-09 Kenichi Handa <handa@m17n.org>
24352
24353 * international/latin-1.el: Set case and syntax for 255 only if
24354 set-case-syntax-set-multibyte is nil.
24355
24356 * textmodes/ispell.el (ispell-insert-word): New function.
24357 (ispell-word): Use ispell-insert-word to insert a new word.
24358 (ispell-process-line): Likewise.
24359 (ispell-complete-word): Likewise.
24360
24361 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
24362
24363 * calendar/calendar.el (redraw-calendar): Preserve point.
24364 Reported by Matt Hodges <MPHodges@member.fsf.org>.
24365 (calendar-week-start-day): Move after definition of
24366 redraw-calendar. Delete buffer test, since redraw-calendar has
24367 that now.
24368
24369 * calendar/diary-lib.el (mark-diary-entries): Only call
24370 redraw-calendar in the first of any recursive calls.
24371 Reported by Alan Shutko <ats@acm.org>.
24372
24373 2005-03-08 Juri Linkov <juri@jurta.org>
24374
24375 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
24376 (html-horizontal-rule, html-line, html-image, html-checkboxes)
24377 (html-radio-buttons): Add a space before the trailing `/>' where
24378 sgml-xml-mode is non-nil.
24379 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
24380 the subsequent tag of the empty XML tag.
24381 (html-href-anchor): Don't set initial input to "http:".
24382 (html-image): Ask for the image URL and set point inside alt="".
24383 (html-name-anchor): Duplicate the name in the `id' attribute when
24384 sgml-xml-mode is non-nil.
24385 (html-paragraph): Remove \n before <p>.
24386 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
24387 instead of `checked' when sgml-xml-mode is non-nil.
24388
24389 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
24390 Remove 1 space before #RRGGBB to not truncate it on terminal
24391 windows w/o fringes. Remove 1 space between bg and fg examples
24392 to get more space.
24393 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
24394 avoid byte-compile warnings.
24395
24396 * image-file.el (image-file-handler): Put `safe-magic' property to
24397 `image-file-handler'.
24398
24399 * info.el (Info-isearch-search): Emulate word search in
24400 isearching through multiple Info nodes with Info-search.
24401 (Info-isearch-wrap): Allow isearch-word.
24402
24403 2005-03-08 Lute Kamstra <lute@gnu.org>
24404
24405 * emacs-lisp/debug.el (debugger-step-through): Make sure that
24406 stepping into the debugger's code is not possible.
24407 (debugger-jumping-flag): Docstring update.
24408
24409 2005-03-08 Jay Belanger <belanger@truman.edu>
24410
24411 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
24412 embedded mode begins.
24413 (calc-embedded-language-alist): New variable.
24414 (calc-embedded-find-modes): Use calc-embedded-language-alist to
24415 set default language mode.
24416
24417 2005-03-08 Kenichi Handa <handa@m17n.org>
24418
24419 * international/ccl.el (define-ccl-program): Fix docstring about
24420 extra 256 bytes assured for the output buffer.
24421
24422 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24423 Fix BUFFER_MAGNIFICATION to 2.
24424 (ccl-encode-mule-utf-16be-with-signature): Likewise.
24425
24426 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
24427
24428 * align.el (align-rules-list): Added an alignment rule for CSS
24429 declarations (applies to css-mode and html-mode buffers).
24430
24431 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
24432
24433 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
24434
24435 2005-03-07 Kim F. Storm <storm@cua.dk>
24436
24437 * simple.el (move-beginning-of-line): New command.
24438
24439 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
24440
24441 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
24442
24443 * emulation/cua-base.el: Put CUA move property on move-end-of-line
24444 and move-beginning-of-line.
24445
24446 * apropos.el (apropos-print): Omit command from M-x ... RET.
24447
24448 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
24449
24450 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
24451 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
24452
24453 2005-03-06 Richard M. Stallman <rms@gnu.org>
24454
24455 * bindings.el (esc-map): Bind M-g to goto-line.
24456
24457 * facemenu.el (global-map): Bind M-o, not M-g.
24458
24459 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24460
24461 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
24462 "Open Directory" as for "Open File".
24463
24464 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
24465
24466 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
24467 (push-mark-command): Run activate-mark-hook.
24468
24469 2005-03-06 Richard M. Stallman <rms@gnu.org>
24470
24471 * help-mode.el (help-mode-finish): Don't alter the element
24472 in view-return-to-alist if there already is one.
24473
24474 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
24475 make sure the current buffer is the expected one.
24476
24477 * novice.el (disabled-command-function): Output in *Disabled Command*.
24478 Explicitly ignore non-keyboard events, and explicitly handle C-g.
24479
24480 * textmodes/flyspell.el (flyspell-large-region):
24481 Pass args differently for aspell.
24482
24483 * files.el (mode-require-final-newline): Doc fix.
24484
24485 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
24486
24487 * progmodes/which-func.el (which-function):
24488 Specify NOERROR when calling imenu--make-index-alist.
24489
24490 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
24491
24492 * simple.el (normal-erase-is-backspace): Define default value.
24493
24494 * custom.el (custom-theme-set-variables): Remove unused var
24495 `immediate'.
24496 (custom-reevaluate-setting): Simple function to handle variables
24497 that are defined before their default value can really be
24498 computed.
24499
24500 * startup.el (command-line): Use it for temporary-file-directory,
24501 small-emporary-file-directory, auto-save-file-name-transforms,
24502 blink-cursor-mode, and normal-erase-is-backspace.
24503
24504 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
24505 progress, even with buggy anchored keywords.
24506
24507 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
24508
24509 * simple.el (goto-line): Remove unbalanced final parenthesis.
24510
24511 2005-03-05 Richard M. Stallman <rms@gnu.org>
24512
24513 * simple.el (goto-line): Use a number at point as the default.
24514 With C-u as arg, switch buffers.
24515
24516 2005-03-05 Juri Linkov <juri@jurta.org>
24517
24518 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
24519 with `no-blinking-cursor'.
24520
24521 * startup.el (no-blinking-cursor): New defvar.
24522 (command-line): Add `--no-blinking-cursor' to longopts.
24523 Set `no-blinking-cursor' to t for command line arguments
24524 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
24525 with `no-blinking-cursor' in the condition for calling
24526 `blink-cursor-mode'.
24527
24528 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
24529
24530 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
24531 (menu-bar-options-save): Add blink-cursor-mode.
24532 (menu-bar-options-menu): Add blink-cursor-mode.
24533
24534 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
24535
24536 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
24537 (icalendar-export-file, icalendar-export-region)
24538 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
24539 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
24540
24541 2005-03-04 Lute Kamstra <lute@gnu.org>
24542
24543 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
24544 (debug-function-list): Ditto.
24545
24546 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
24547
24548 * textmodes/texinfmt.el (texinfo-append-refill):
24549 Redefine the types of line to which @refill
24550 is not appended by replacing a search for `@refill\\|@bye' with
24551 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
24552 itemize@refill' bug and the unfilled long lines bug.
24553 (texinfmt-version): Update number and date.
24554
24555 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
24556
24557 * international/code-pages.el (windows-1250, windows-125[2-8])
24558 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
24559
24560 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
24561
24562 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
24563 bound yet.
24564
24565 2005-03-02 Romain Francoise <romain@orebokech.com>
24566
24567 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
24568 buffer after removing limits.
24569 (ibuffer-pop-filter): Ditto.
24570 Update copyright.
24571
24572 2005-03-02 Miles Bader <miles@gnu.org>
24573
24574 * button.el (make-text-button): If the user doesn't specify a
24575 type, use the default. Rewrite to use `add-text-properties' and
24576 plist functions.
24577
24578 2005-03-01 Lute Kamstra <lute@gnu.org>
24579
24580 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
24581 (debugger-jumping-flag): New var.
24582 (debug-entry-code): Use it.
24583 (debugger-jump): Use debugger-jumping-flag and add
24584 debugger-reenable to post-command-hook.
24585 (debugger-reenable): Use debugger-jumping-flag and remove itself
24586 from post-command-hook.
24587 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
24588 debugger-reenable.
24589
24590 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
24591
24592 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
24593 inclusion of "itemize\\|", which may be unnecessary, is certainly
24594 inelegant, and stops refilling in itemize lists when formatting
24595 Japanese Texinfo files to Info.
24596 Update copyright to 2005.
24597
24598 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
24599
24600 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
24601 of an error if GDB can't find the source file.
24602
24603 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
24604
24605 * calendar/calendar.el (redraw-calendar): Work from any buffer,
24606 not just the calendar.
24607
24608 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
24609 first.
24610 (diary-redraw-calendar): New function.
24611 (make-diary-entry): Add diary-redraw-calendar to local
24612 write-contents-functions. Turn off selective display before
24613 inserting in diary.
24614
24615 2005-03-01 Kim F. Storm <storm@cua.dk>
24616
24617 * emacs-lisp/copyright.el (copyright-fix-years): New command.
24618
24619 2005-03-01 Lute Kamstra <lute@gnu.org>
24620
24621 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
24622 that debug-entry-code can be safely removed from a function while
24623 this code is being evaluated. Revert the 2005-02-27 change as the
24624 new implementation no longer requires it. Make sure that a
24625 function body containing just a string is not mistaken for a docstring.
24626 (debug): Skip one more frame in case of debug on entry.
24627 (debugger-setup-buffer): Delete one more frame line in case of
24628 debug on entry.
24629 (debugger-frame-number): Update to use the new text introduced by
24630 the 1999-11-03 change. Skip one more frame in case of debug on entry.
24631
24632 2005-02-28 Kim F. Storm <storm@cua.dk>
24633
24634 * double.el (double-translate-key): Call force-window-update after
24635 read-event to avoid crash in redisplay.
24636
24637 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
24638
24639 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
24640 (debug): Use it. Move the inhibit-trace earlier.
24641 (debug-entry-code): New const.
24642 (debug-on-entry-1): Use it.
24643
24644 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
24645
24646 * international/utf-16.el (ccl-encode-mule-utf-16le):
24647 Fix BUFFER_MAGNIFICATION to 2.
24648 (ccl-encode-mule-utf-16be): Likewise.
24649
24650 2005-02-28 Kenichi Handa <handa@m17n.org>
24651
24652 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24653 Fix BUFFER_MAGNIFICATION to 4.
24654 (ccl-encode-mule-utf-16be-with-signature): Likewise.
24655
24656 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
24657
24658 * speedbar.el (speedbar-update-flag): Doc fix.
24659 (speedbar-show-info-under-mouse): Give set-mouse-position the right
24660 argument.
24661
24662 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
24663
24664 * reveal.el (reveal-post-command): Don't try to reveal overlays which
24665 have a non-nil `invisible' property but are actually visible.
24666
24667 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
24668 for perldoc sections.
24669 (perl-outline-regexp, perl-outline-level): New var and function.
24670 (perl-mode): Use them.
24671
24672 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
24673
24674 * calendar/diary-lib.el (diary-remind): Discard any mark portion
24675 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
24676
24677 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
24678
24679 * cus-edit.el: Comment change.
24680 (custom-buffer-create-internal): Slightly reword text at top of
24681 Custom buffers. Mention there that saving an option edits the
24682 init file. Add link to Emacs manual node on `custom-file'.
24683 (custom-magic-alist): Rewrite individual State messages to use
24684 capitalized keywords. Doc fix.
24685
24686 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
24687
24688 * calendar/calendar.el (calendar-buffer): Move above
24689 calendar-week-start-day.
24690 (calendar-week-start-day): Doc fix. Add :set function.
24691 (calendar-minimum-window-height): New variable.
24692 (generate-calendar-window): Only resize window if selected-window
24693 is displaying the calendar buffer. Use new variable
24694 calendar-minimum-window-height.
24695 (generate-calendar): Reword error message.
24696 (calendar-mode-map): Bind DEL to scroll-other-window-down.
24697
24698 2005-02-27 Andreas Schwab <schwab@suse.de>
24699
24700 * vc.el (vc-do-command): Don't run command asynchronously when
24701 operating in a remote directory.
24702
24703 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
24704 change from sync with Tramp 2.0.47.
24705
24706 2005-02-27 Richard M. Stallman <rms@gnu.org>
24707
24708 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
24709
24710 * textmodes/flyspell.el (flyspell-mode-on):
24711 Call ispell-change-dictionary only if necessary.
24712
24713 * emacs-lisp/re-builder.el (regexp-builder): New function.
24714
24715 * register.el (describe-register-1): Explicitly handle
24716 yank-excluded-properties = t.
24717
24718 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
24719 (custom-magic-alist): Change the status descriptions again.
24720 (face widget-type): Total rewrite based on `restricted-sexp'
24721 to eliminate the confusing double hiding levels.
24722
24723 * emacs-lisp/debug.el (debug-on-entry-1):
24724 If function body is empty, add nil as body form.
24725
24726 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
24727
24728 * emacs-lisp/trace.el (inhibit-trace): New var.
24729 (trace-make-advice): Use it.
24730
24731 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
24732
24733 2005-02-26 Kim F. Storm <storm@cua.dk>
24734
24735 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
24736 (mouse-on-link-p, mouse-drag-region-1): Use it.
24737
24738 2005-02-25 Lute Kamstra <lute@gnu.org>
24739
24740 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
24741
24742 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
24743
24744 * frame.el (blink-cursor-mode): Add :group keyword.
24745
24746 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
24747
24748 * calendar/icalendar.el (icalendar--decode-isodatetime):
24749 New optional argument DAY-SHIFT.
24750 (icalendar-export-region): Fix coding-system-for-write.
24751 (icalendar--convert-ical-to-diary): Shift end-day of all-day
24752 events by one.
24753
24754 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
24755
24756 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
24757
24758 2005-02-24 Kim F. Storm <storm@cua.dk>
24759
24760 * international/iso-acc.el (iso-accents-compose): Fix crash
24761 during redisplay. Call force-window-update after read-event
24762 and delete-region to signal that window is not accurate.
24763
24764 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
24765
24766 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
24767 Remove unused and inexistent var `inhibit-trace'.
24768 (debugger-mode): Use run-mode-hooks.
24769 (debugger-list-functions): Add buttons; setup xref stack.
24770
24771 2005-02-23 Richard M. Stallman <rms@gnu.org>
24772
24773 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
24774 appointment says it was explicitly made.
24775 (appt-add): Set the 3rd element.
24776 (appt-make-list): Preserve explicit appointments.
24777
24778 * subr.el (find-tag-default): Catch errors in forward-sexp.
24779
24780 2005-02-23 Juri Linkov <juri@jurta.org>
24781
24782 * info.el (Info-isearch-search): New defcustom.
24783 (Info-isearch-search): Call the default isearch function
24784 when Info-isearch-search is nil.
24785 (Info-isearch-wrap): Use variable Info-isearch-search.
24786
24787 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
24788
24789 * cus-edit.el: Comment change.
24790
24791 2005-02-22 Kim F. Storm <storm@cua.dk>
24792
24793 * progmodes/hideif.el (hide-ifdef-use-define-alist):
24794 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
24795
24796 2005-02-22 Simon Josefsson <jas@extundo.com>
24797
24798 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
24799 New variable.
24800 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
24801 Oskarsson" <myrkraverk@users.sourceforget.net>.
24802
24803 2005-02-22 Kim F. Storm <storm@cua.dk>
24804
24805 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
24806 check that window of that event is the selected window.
24807 (mouse-drag-region-1): Compare mouse event window to selected
24808 window before setting point.
24809
24810 * tooltip.el (tooltip-show-help-function): Pass event to
24811 mouse-on-link-p so it can check selected window.
24812
24813 2005-02-22 Kenichi Handa <handa@m17n.org>
24814
24815 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
24816 (ps-mule-show-warning): New function.
24817 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
24818 characters are found.
24819
24820 * ps-print.el (ps-header-footer-string): Return a list of header
24821 and footer strings.
24822
24823 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
24824
24825 * pcvs.el (cvs-retrieve-revision): Fix thinko.
24826
24827 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
24828
24829 * frame.el (blink-cursor-mode): Use define-minor-mode.
24830
24831 * term/mac-win.el (function-key-map): Use char-names more consistently.
24832 (file-name-coding-system): Only set it for MacOS-9. The other case is
24833 already handled in mule-cmds.el (where it also works when mac-win.el
24834 is not used).
24835
24836 2005-02-21 Kenichi Handa <handa@m17n.org>
24837
24838 * international/mule.el (ctext-pre-write-conversion): Always use
24839 " *code-converting-work*" buffer for work.
24840
24841 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
24842
24843 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
24844
24845 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
24846
24847 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
24848
24849 * ses.el (undo-more): Restore defadvice, but only the part that
24850 allows changes outside the restricted area of the buffer.
24851
24852 2005-02-20 Kim F. Storm <storm@cua.dk>
24853
24854 * simple.el (line-move): Add fourth optional arg try-vscroll which
24855 must be set to perform auto-window-vscroll.
24856 When moving backwards and doing auto-window-vscroll, automatically
24857 vscroll to the last part of lines which are taller than the window.
24858 (next-line, previous-line): Set try-vscroll arg on line-move.
24859
24860 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
24861
24862 * replace.el (query-replace, query-replace-regexp)
24863 (replace-string, replace-regexp): When operating on region, make
24864 the minibuffer prompt say so.
24865
24866 * isearch.el (isearch-forward): Document isearch-query-replace and
24867 isearch-query-replace-regexp keybindings.
24868
24869 2005-02-19 Jay Belanger <belanger@truman.edu>
24870
24871 * calc/calc-aent.el (math-read-token): Add local variable.
24872
24873 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
24874 (calc-edit-top): Move declaration to earlier in file.
24875 (calc-edit-macro-repeats): Add local variables.
24876
24877 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
24878 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
24879 calcFunc-tanh.
24880 Adjust integration rule for calcFunc-tan.
24881
24882 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24883
24884 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
24885 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
24886 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
24887 (viper-skip-separators): Bug fix.
24888 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
24889 particular major mode.
24890 (viper-del-backward-char-in-replace): Don't put deleted char on the
24891 kill ring.
24892
24893 * viper-ex.el (viper-color-display-p): New function.
24894 (viper-has-face-support-p): Use viper-color-display-p.
24895
24896 * viper-keym.el (viper-gnus-modifier-map): New keymap.
24897
24898 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
24899
24900 * viper-util.el (viper-glob-unix-files): Fix shell status check.
24901 (viper-file-remote-p): Make equivalent to file-remote-p.
24902
24903 * viper.el (viper-major-mode-modifier-list):
24904 Use viper-gnus-modifier-map.
24905
24906 2005-02-19 David Kastrup <dak@gnu.org>
24907
24908 * subr.el (subregexp-context-p): Fix garbled doc string by adding
24909 quoting.
24910
24911 2005-02-19 Jay Belanger <belanger@truman.edu>
24912
24913 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
24914 Remove extra definitions.
24915 (calc-coth): New function.
24916 (calcFunc-cot): Fix `let'.
24917
24918 2005-02-19 Eli Zaretskii <eliz@gnu.org>
24919
24920 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
24921 the reasons we use "type pc" in these faces.
24922
24923 * button.el (button): Ditto.
24924
24925 2005-02-19 Michael Mauger <mmaug@yahoo.com>
24926
24927 * replace.el (query-replace-read-from): Set the value of
24928 query-replace-from-history-variable to handle the case of an empty
24929 string entered to accept the suggested default.
24930
24931 * net/tramp.el (tramp-file-name-for-operation):
24932 Use dired-call-process instead of dired-call-process-command.
24933
24934 2005-02-19 Jay Belanger <belanger@truman.edu>
24935
24936 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
24937 (math-div-non-trig): New variables.
24938 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
24939 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
24940 (math-combine-prod, math-div-symb-fancy): Add simplifications for
24941 trig expressions.
24942
24943 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
24944
24945 * progmodes/gdb-ui.el (gdb-var-update-handler)
24946 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
24947 for watch expressions,
24948 (gdb-var-create-handler): Don't set speedbar-update-flag.
24949 (gdb-post-prompt): Simplify test for speedbar.
24950
24951 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24952
24953 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
24954 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
24955 we use the syntax table of the correct buffer.
24956 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
24957 Felix Gatzemeier.
24958
24959 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
24960 (ediff-file-remote-p): Make synonymous with file-remote-p.
24961 In all deffaces ediff-*-face-*, use min-colors.
24962
24963 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
24964 ediff-recurse-to-subdirectories.
24965 (ediff-mark-if-equal): Check that the arguments are strings, use
24966 ediff-same-contents (after to Felix Gatzemeier).
24967
24968 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
24969 nil.
24970
24971 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
24972
24973 * log-view.el (log-view-message-re): Fix up Subversion regexp.
24974
24975 2005-02-18 David Kastrup <dak@gnu.org>
24976
24977 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
24978 use `mark-active' when defined.
24979
24980 2005-02-18 Kenichi Handa <handa@m17n.org>
24981
24982 * ps-print.el (ps-font-info-database): New entry
24983 ZapfChancery-MediumItalic with correct font name. Fix font name
24984 of the entry Zapf-Chancery-MediumItalic.
24985
24986 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
24987
24988 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
24989
24990 2005-02-16 Kim F. Storm <storm@cua.dk>
24991
24992 * ido.el (ido-fallback-command): Pass user input to fallback command.
24993
24994 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
24995
24996 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
24997 (gdb-find-file-hook): Add server prefix.
24998
24999 2005-02-16 Richard M. Stallman <rms@gnu.org>
25000
25001 * replace.el (perform-replace): Pass new args to replace-highlight.
25002 (replace-highlight): Take region args,
25003 and pass them to isearch-lazy-highlight-new-loop.
25004
25005 * novice.el (disabled-command-hook): Autoload the defalias
25006 and the make-obsolete-variable call.
25007
25008 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
25009
25010 * isearch.el (isearch-lazy-highlight-start-limit)
25011 (isearch-lazy-highlight-end-limit): New variables limit
25012 the region for highlighting.
25013 (isearch-lazy-highlight-new-loop): New args BEG and END.
25014 (isearch-lazy-highlight-search): Use the new vars.
25015 (isearch-lazy-highlight-update): Likewise.
25016
25017 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
25018
25019 * cus-start.el (all): Use default-boundp.
25020
25021 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
25022
25023 * menu-bar.el (menu-bar-select-frame): Handle current frame.
25024
25025 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
25026
25027 * autorevert.el (auto-revert-stop-on-user-input)
25028 (auto-revert-verbose): Doc fixes.
25029
25030 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
25031
25032 * international/mule-cmds.el (set-locale-environment): Remove call
25033 to set-selection-coding-system on Windows.
25034
25035 2005-02-15 Jay Belanger <belanger@truman.edu>
25036
25037 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
25038 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
25039 calcFunc-coth.
25040 (math-simplify-sqrt): Add simplifications.
25041
25042 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
25043 to list.
25044
25045 * calc/calc-ext.el: Add functions to autoloads.
25046
25047 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
25048 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
25049 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
25050 (math-csc-raw, math-cot-raw): New functions.
25051
25052 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
25053
25054 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
25055 the variable name in a message.
25056
25057 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
25058 calcFunc-csc, calcFunc-cot.
25059
25060 * calc/calcalg2.el: Add derivative and integration rules for
25061 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
25062 calcFunc-csch, calcFunc-coth.
25063 (math-do-integral-methods): Add to checks for when to use
25064 substitutions.
25065
25066 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
25067
25068 2005-02-15 Lute Kamstra <lute@gnu.org>
25069
25070 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25071 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
25072 <monnier@iro.umontreal.ca>
25073 (lisp-outline-level): Improve efficiency. Suggested by David
25074 Kastrup <dak@gnu.org>.
25075
25076 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
25077
25078 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
25079 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
25080 (gdb-set-gud-minor-mode-existing-buffers): New functions.
25081 (gdb-find-file-hook): New hook. Add it to find-file-hook.
25082 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
25083
25084 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
25085
25086 * cus-start.el (all): Comment change.
25087
25088 2005-02-14 Lute Kamstra <lute@gnu.org>
25089
25090 * cus-start.el (all): Check if symbol is void.
25091
25092 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
25093
25094 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
25095 optional argument to \cite.
25096
25097 2005-02-14 Richard M. Stallman <rms@gnu.org>
25098
25099 * cus-edit.el (custom-buffer-create-internal): Update help message.
25100 (custom-magic-alist): Update help messages.
25101
25102 * cus-start.el (all): Allow a var to specify a standard value.
25103
25104 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
25105
25106 * custom.el (custom-theme-set-variables): Handle variable aliases.
25107
25108 * frame.el (blink-cursor-timer): Doc fix.
25109 (blink-cursor): Make it an alias for `blink-cursor-mode' and
25110 declare obsolete.
25111 (blink-cursor-mode): Define with defcustom and use correct
25112 standard expression in that defcustom.
25113 * startup.el (command-line): Adapt to above changes in frame.el.
25114
25115 2005-02-11 Lute Kamstra <lute@gnu.org>
25116
25117 * apropos.el (apropos-score-doc): Prevent division by zero.
25118
25119 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
25120
25121 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
25122 (icalendar--get-event-property-attributes)
25123 (icalendar--get-event-properties)
25124 (icalendar--datetime-to-diary-date): New functions.
25125 (icalendar--split-value): Doc fix.
25126 (icalendar--datetime-to-noneuropean-date)
25127 (icalendar--datetime-to-european-date): New optional argument
25128 SEPARATOR. Return result as a string instead of a list.
25129 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
25130 (icalendar--convert-string-for-export): Rename arg S to STRING.
25131 (icalendar-export-region): Doc fix. Change name of error buffer.
25132 Save output buffer.
25133 (icalendar-import-file): Add blank at end of prompt.
25134 (icalendar-import-buffer): Doc fix. Do not switch to error
25135 buffer. Indicate status in return value.
25136 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
25137 buffer. Save output buffer. Handle exception from recurrence
25138 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
25139 events. Fix problems with weekly all-day events.
25140
25141 2005-02-10 Richard M. Stallman <rms@gnu.org>
25142
25143 * simple.el (eval-expression-print-format):
25144 Avoid warning about edebug-active.
25145
25146 * help.el (help-for-help-internal): Rename from help-for-help.
25147 (help-for-help): Define with defalias.
25148
25149 * font-core.el (font-lock-default-function): Use with-no-warnings.
25150
25151 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
25152
25153 * custom.el (defface): Doc fix.
25154
25155 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
25156
25157 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
25158 width 0" to prevent word wrapping problems.
25159
25160 2005-02-09 Kim F. Storm <storm@cua.dk>
25161
25162 * ido.el (ido-file-extensions-order): New defcustom.
25163 (ido-file-extension-lessp, ido-file-extension-aux)
25164 (ido-file-extension-order): New advanced file ordering.
25165 (ido-file-lessp): New simple file ordering.
25166 (ido-sort-list): Remove.
25167 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
25168 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
25169
25170 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
25171
25172 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
25173 that some versions of grep produce.
25174 (grep-mode-font-lock-keywords): Likewise.
25175
25176 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
25177
25178 * progmodes/gdb-ui.el (gdb-location-list): New variable.
25179 (gdb-cdir): Delete.
25180 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
25181 (gdb-source-info): Treat case when source file is in another
25182 directory properly.
25183 (gdb-get-location): New function.
25184
25185 2005-02-07 Jay Belanger <belanger@truman.edu>
25186
25187 * calc/calc-prog.el (calc-write-parse-table-part)
25188 (calc-fix-token-name): Fix a check for language type.
25189
25190 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
25191
25192 2005-02-07 Andre Spiegel <spiegel@gnu.org>
25193
25194 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
25195 as directory not writable.
25196
25197 2005-02-07 Kim F. Storm <storm@cua.dk>
25198
25199 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
25200 (cua--standard-movement-commands): Remove list.
25201 Instead, set CUA property value to move for movement commands.
25202 (cua-movement-commands): Remove. Users must set CUA prop instead.
25203 (cua--pre-command-handler): Check CUA property.
25204 (cua--init-keymaps): Don't remap undo commands.
25205 (cua-mode): Don't call cua--rectangle-on-off.
25206
25207 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
25208 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
25209 (cua--rect-undo-set-point): New var.
25210 (cua--rectangle-undo-boundary): Setup undo apply entry.
25211 (cua--rect-undo-handler): New function for rectangle undo.
25212 (cua--rect-start-position, cua--rect-end-position): Add.
25213 (cua--rectangle-post-command): Call cua--rectangle-set-corners
25214 for restored rectangle. Set point if cua--rect-undo-set-point.
25215
25216 2005-02-06 Jay Belanger <belanger@truman.edu>
25217
25218 * calc/calc-lang.el (calc-tex-language): Display more information
25219 in messages.
25220
25221 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
25222 in TeX mode.
25223
25224 2005-02-06 Richard M. Stallman <rms@gnu.org>
25225
25226 * emacs-lisp/lisp.el (buffer-end): Doc fix.
25227
25228 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
25229
25230 * net/ldap.el (ldap-search-internal): Support attributes with
25231 optional descriptions separated by a semi-colon, as in
25232 "userCertificate;binary".
25233
25234 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25235
25236 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
25237 isn't a cons (i.e. the version is 0).
25238
25239 2005-02-05 Eli Zaretskii <eliz@gnu.org>
25240
25241 * help.el (help-for-help): Doc fix.
25242
25243 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
25244
25245 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
25246 GDB-Windows on the menu-bar as this works better.
25247
25248 2005-02-04 Jay Belanger <belanger@truman.edu>
25249
25250 * calc/calc-embed.el (calc-embedded-update): Don't put in
25251 unnecessary newlines. Adjust the end of formula marker.
25252
25253 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
25254 (math-latex-parse-two-args): New function.
25255
25256 2005-02-03 Lute Kamstra <lute@gnu.org>
25257
25258 * help-fns.el (help-with-tutorial): Make sure that users cannot
25259 remove the entire text of the tutorial by means of `undo'.
25260
25261 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
25262
25263 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
25264 in recent changes, where the ispell process was repeatedly
25265 killed & restarted.
25266
25267 * international/mule-cmds.el (set-locale-environment): Set file-name
25268 coding system to utf-8 on Darwin systems.
25269 (set-default-coding-systems): Don't set default-file-name-coding-system
25270 on Darwin systems.
25271
25272 2005-02-03 Richard M. Stallman <rms@gnu.org>
25273
25274 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
25275
25276 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
25277
25278 * faces.el (list-faces-display): Add optional argument.
25279
25280 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
25281
25282 * font-core.el (font-lock-default-function): Handle the rare case where
25283 only font-lock-keywords is set.
25284
25285 2005-02-02 Kenichi Handa <handa@m17n.org>
25286
25287 * international/characters.el: Cancel previous change for
25288 I-WITH-DOT-ABOVE and DOTLESS-i.
25289
25290 * international/latin-5.el: Cancel previous change.
25291
25292 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
25293
25294 * progmodes/gud.el: Correction to syntax in gud-menu-map.
25295
25296 2005-02-02 Kenichi Handa <handa@m17n.org>
25297
25298 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
25299 DOTLESS-i.
25300
25301 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
25302 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
25303
25304 * case-table.el (get-upcase-table): New function.
25305 (copy-case-table): Copy upcaes table too if non-nil.
25306 (set-case-syntax-delims): Maintain upcase table too.
25307 (set-case-syntax-pair): Likewise.
25308 (set-upcase-syntax, set-downcase-syntax): New functions.
25309 (set-case-syntax): Maintain upcase table too.
25310
25311 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
25312
25313 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
25314
25315 * progmodes/gud.el (gud-goto-info): New function.
25316 (gud-tool-bar-map): Use correct icon.
25317
25318 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
25319
25320 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
25321 When delegating, order args in the funcall correctly.
25322
25323 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
25324
25325 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
25326
25327 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
25328
25329 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
25330 buffer not visiting a file.
25331
25332 2005-01-31 Jay Belanger <belanger@truman.edu>
25333
25334 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
25335 bound on the line with the formula.
25336
25337 2005-01-31 Kim F. Storm <storm@cua.dk>
25338
25339 * ses.el (ses-create-cell-variable-range)
25340 (ses-destroy-cell-variable-range, ses-reset-header-string)
25341 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
25342 (ses-insert-row): Fix format of apply undo entries.
25343
25344 2005-01-31 Jay Belanger <belanger@truman.edu>
25345
25346 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
25347 parts.
25348
25349 * calc/calc-embed.el (calc-embedded-open-formula)
25350 (calc-embedded-close-formula): Ignore matrix environments.
25351
25352 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
25353 TeX mode.
25354
25355 * calc/calc-lang.el (math-function-table, math-oper-table)
25356 (math-variable-table): Adjust the LaTeX portions.
25357
25358 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
25359 (math-latex-ignore-words): New constant.
25360
25361 2005-01-31 Richard M. Stallman <rms@gnu.org>
25362
25363 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
25364 (ispell-local-dictionary): Doc fix.
25365 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
25366 Don't reinitialize at run time. Don't defcustom.
25367 All uses changed to append ispell-local-dictionary-alist,
25368 or check it first.
25369 (ispell-current-dictionary): New variable for dictionary in use.
25370 (ispell-dictionary): Now used only for global default.
25371 (ispell-start-process): Set ispell-current-dictionary,
25372 not ispell-dictionary.
25373 (ispell-change-dictionary): Use this only for setting
25374 user preferences.
25375 (ispell-internal-change-dictionary): New function
25376 to change the current dictionary in use.
25377 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
25378 Use ispell-current-dictionary.
25379 Handle ispell-local-dictionary-overridden.
25380 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
25381
25382 2005-01-31 Jay Belanger <belanger@truman.edu>
25383
25384 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
25385
25386 * calc/calc-ext.el: Add calc-latex-language to autoloads.
25387 (calc-mode-map): Add calc-latex-language.
25388
25389 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
25390 (math-latex-print-frac): New functions.
25391 (math-oper-table, math-function-table, math-variable-table)
25392 (math-complex-format, math-input-filter): Add latex properties.
25393 (calc-set-language): Set math-expr-special-function-mapping.
25394
25395 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
25396 (calc-write-parse-table-part): Add LaTeX support.
25397
25398 * calc/calc.el (calc-language): Adjust docstring.
25399 (calc-set-mode-line): Add LaTeX support.
25400 (math-expr-special-function-mapping): New variable.
25401 (math-tex-ignore-words): Add to list.
25402
25403 * calc/calccomp.el (math-compose-expr, math-compose-rows):
25404 Add LaTeX support.
25405 (math-compose-expr): Add support for special functions.
25406
25407 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
25408
25409 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
25410
25411 * progmodes/gdb-ui.el (gdb-memory-address)
25412 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
25413 (gdb-memory-mode-map, gdb-memory-format-keymap)
25414 (gdb-memory-format-menu, gdb-memory-unit-keymap)
25415 (gdb-memory-unit-menu): New variables for a buffer
25416 that lets the user examine program memory.
25417 (gdb-memory-set-address, gdb-memory-set-repeat-count)
25418 (gdb-memory-format-binary, gdb-memory-format-octal)
25419 (gdb-memory-format-unsigned, gdb-memory-format-signed)
25420 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
25421 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
25422 (gdb-memory-unit-word, gdb-memory-unit-halfword)
25423 (gdb-memory-unit-byte, gdb-memory-unit-menu)
25424 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
25425 (gdb-memory-mode, gdb-memory-buffer-name)
25426 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
25427 New functions for above buffer.
25428
25429 2005-01-30 Richard M. Stallman <rms@gnu.org>
25430
25431 * cus-edit.el (custom-bury-buffer): Function deleted.
25432 (custom-buffer-done-function): Option deleted.
25433 (custom-buffer-done-kill): New replacement option.
25434 (Custom-buffer-done): Call quit-window.
25435 (custom-buffer-create-internal): Update for above changes.
25436
25437 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
25438
25439 * simple.el (undo-ask-before-discard): New var.
25440 (undo-outer-limit-truncate): Implement it.
25441 (undo-extra-outer-limit): Doc update.
25442
25443 2005-01-29 Richard M. Stallman <rms@gnu.org>
25444
25445 * ses.el (undo-more): Delete defadvice.
25446 (ses-begin-change): Doc fix.
25447
25448 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
25449 instead of rebinding C-x u and C-_.
25450
25451 * files.el (normal-backup-enable-predicate): Return nil for files
25452 in /tmp, regardless of temporary-file-directory.
25453
25454 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
25455
25456 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
25457 (open-rectangle, delete-whitespace-rectangle-line)
25458 (clear-rectangle-line): If FILL, pass t instead of FILL
25459 for move-to-column's 2nd arg.
25460
25461 * simple.el (undo): Fix the test for continuing a series of undos.
25462 (undo-more): Set pending-undo-list to t when we reach end.
25463 (pending-undo-list): Move up defvar.
25464
25465 * wid-edit.el (widget-button-click):
25466 Shorten the range of the track-mouse binding.
25467
25468 * comint.el (comint-insert-input): Undo previous changes;
25469 use last-input-event in interactive spec.
25470
25471 2005-01-29 Eli Zaretskii <eliz@gnu.org>
25472
25473 * progmodes/compile.el (compilation-start): Bind buffer-read-only
25474 to nil before invoking call-process. Reset buffer's modified flag
25475 after fontifying it in the no-async branch.
25476
25477 * wid-edit.el (widget-specify-button): If mouse pointer shape
25478 cannot be changed, use mouse face instead.
25479
25480 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
25481
25482 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
25483 (gdb-goto-breakpoint): Make breakpoint handling work on template
25484 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
25485 (gdb-assembler-custom): Update to recognize breakpoint information
25486 added on 2005-01-19.
25487
25488 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
25489
25490 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
25491 (dsssl-mode): Use define-derived-mode.
25492 (scheme-mode-initialize): Remove.
25493 (scheme-mode): Use run-mode-hooks.
25494
25495 * cus-edit.el (customize-group-other-window)
25496 (custom-buffer-create-other-window): Don't override special-display-*.
25497 (custom-mode-map): Make it dense.
25498
25499 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
25500 sets the default value.
25501
25502 2005-01-28 Eli Zaretskii <eliz@gnu.org>
25503
25504 * descr-text.el: Add more keywords.
25505
25506 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
25507
25508 * speedbar.el: Avoid unnecessary use of locate-library.
25509
25510 * international/mule-cmds.el (standard-display-european-internal):
25511 Don't fiddle with latin-1 non-break space any more since it's now
25512 special cased in the C code.
25513 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
25514
25515 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
25516
25517 * cus-start.el (all): Add `undo-outer-limit'.
25518
25519 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25520
25521 * textmodes/bibtex.el (bibtex-format-entry):
25522 Use `bibtex-empty-field-re' only on the text of fields, not on entire
25523 field lines.
25524 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
25525 not on part of a buffer.
25526
25527 2005-01-25 Lute Kamstra <lute@gnu.org>
25528
25529 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
25530 nonempty field text strings like "{letters\\macro{}more letters}".
25531 Clarify docstring.
25532 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
25533 (bibtex-entry-offset, bibtex-parse-association)
25534 (bibtex-parse-field-name): Fix typos in docstrings.
25535 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
25536
25537 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
25538
25539 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
25540 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
25541 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
25542 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
25543
25544 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
25545 isearch minor mode.
25546
25547 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
25548
25549 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
25550
25551 2005-01-24 Lute Kamstra <lute@gnu.org>
25552
25553 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
25554 CASECHARS and NOT-CASECHARS regular expressions of the
25555 "nederlands" and "nederlands8" dictionaries to prevent a "Range
25556 striding over charsets" error.
25557
25558 2005-01-24 Jay Belanger <belanger@truman.edu>
25559
25560 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
25561 display variable name.
25562
25563 2005-01-24 Kenichi Handa <handa@m17n.org>
25564
25565 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
25566 Fix setting of the element of encoded-kbd-iso2022-invocations.
25567
25568 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
25569
25570 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
25571 (gdb-threads-select): Change to also accept mouse events.
25572 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
25573 (gdb-threads-mouse-select): Delete.
25574
25575 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
25576
25577 * files.el (insert-directory): Take care of empty directory,
25578 listed without -a switch.
25579
25580 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
25581
25582 * textmodes/refill.el (refill-post-command-function):
25583 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
25584 to the list of functions that we should be careful not to undo.
25585 (refill-late-fill-paragraph-function): Remove.
25586 (refill-saved-state): New var.
25587 (refill-mode): Use it to save fill-paragraph-function.
25588 Save also the value of auto-fill-function.
25589
25590 * term/w32-win.el: Simplify code.
25591
25592 2005-01-23 Kim F. Storm <storm@cua.dk>
25593
25594 * simple.el (line-move): Adapt to new return value from
25595 pos-visible-in-window-p.
25596
25597 * simple.el (line-move): Fix last change. Check partial
25598 visibility at point rather than at window-start.
25599
25600 2005-01-22 Jason Rumney <jasonr@gnu.org>
25601
25602 * term/w32-win.el (xw-defined-colors): Remove debug-message.
25603
25604 2005-01-22 David Kastrup <dak@gnu.org>
25605
25606 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
25607
25608 2005-01-22 Eli Zaretskii <eliz@gnu.org>
25609
25610 * type-break.el (type-break-mode): Add a test for
25611 type-break-file-name being non-nil.
25612
25613 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
25614
25615 * net/eudc.el (top level): Call (message "") via progn, so that
25616 eudc-options-file is loaded.
25617
25618 2005-01-22 Kim F. Storm <storm@cua.dk>
25619
25620 * simple.el (line-move-1): Rename from line-move.
25621 (line-move): New function that adjusts vscroll for partially
25622 visible rows, and calls line-move-1 otherwise.
25623
25624 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
25625
25626 * pcomplete.el: Define pcomplete-read-event instead of read-event,
25627 since it's not a complete read-event implementation
25628
25629 2005-01-20 Jay Belanger <belanger@truman.edu>
25630
25631 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
25632 for called function.
25633
25634 2005-01-20 Steven Tamm <steventamm@mac.com>
25635
25636 * term/mac-win.el (process-connection-type): Remove.
25637 Controlled now by s/darwin.h:PTY_ITERATION.
25638
25639 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
25640
25641 * window.el (handle-select-window): Don't switch window when we're
25642 in the minibuffer.
25643
25644 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
25645
25646 * subr.el (dotimes-with-progress-reporter): New macro.
25647
25648 * ses.el (ses-dotimes-msg): Remove macro.
25649 Use `dotimes-with-progress-reporter' instead.
25650
25651 2005-01-19 Steven Tamm <steventamm@mac.com>
25652
25653 * term/mac-win.el (process-connection-type): Use new
25654 operating-system-release variable to use ptys on Darwin 7 (OS X
25655 10.3) when using carbon build.
25656
25657 2005-01-19 Jay Belanger <belanger@truman.edu>
25658
25659 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
25660 flags if the last command was a tab or M-tab.
25661
25662 * calc/calc-prog.el (calc-user-define-edit): Put original formula
25663 in formula editing buffer.
25664
25665 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25666
25667 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
25668 breakpoint image symbol in margin.
25669
25670 2005-01-19 Jay Belanger <belanger@truman.edu>
25671
25672 * calc/calc-prog.el (calc-execute-kbd-macro):
25673 Ignore calc-keep-arg-flag.
25674
25675 2005-01-19 Kenichi Handa <handa@m17n.org>
25676
25677 * textmodes/ispell.el (ispell-looking-at): New function.
25678 (ispell-process-line): Use ispell-looking-at to compare the ispell
25679 output and the buffer contents.
25680
25681 2005-01-18 Jay Belanger <belanger@truman.edu>
25682
25683 * calc/calc.el (calc-display-raw): Fix docstring.
25684
25685 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
25686
25687 * simple.el (blink-matching-open): Strip extra info from syntax.
25688
25689 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
25690 funny chars in the end-of-here-doc marker.
25691
25692 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25693
25694 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
25695 that enable/disabled state of breakpoints is shown correctly in
25696 fringe and on ttys.
25697 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
25698 Add breakpoint information as text properties.
25699 (gdb-mouse-toggle-breakpoint):
25700 Rename to gdb-mouse-set-clear-breakpoint.
25701 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
25702 breakpoints in the margin.
25703 (gdb-remove-strings): Simplify.
25704
25705 2005-01-17 Jay Belanger <belanger@truman.edu>
25706
25707 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
25708 erasing buffer.
25709
25710 2005-01-17 Richard M. Stallman <rms@gnu.org>
25711
25712 * progmodes/grep.el (grep-find): Copy from `grep' the condition
25713 for calling grep-compute-defaults.
25714
25715 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
25716 if buffer is empty.
25717
25718 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
25719
25720 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
25721
25722 * hilit-chg.el (highlight-changes-mode): Don't autoload.
25723
25724 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
25725 non-preloaded variables.
25726
25727 2005-01-17 Steven Tamm <steventamm@mac.com>
25728
25729 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
25730 tex-shell cause to force interactivity when using pipes.
25731
25732 2005-01-17 Kim F. Storm <storm@cua.dk>
25733
25734 * simple.el (just-one-space): Make arg optional.
25735
25736 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
25737
25738 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
25739 posn-at-x-y to t to access left-margin.
25740
25741 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
25742
25743 Sync with Tramp 2.0.47.
25744
25745 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
25746 catching keep-date problems in cp/scp operations.
25747 (tramp-handle-copy-file): Don't call `set-file-modes'
25748 unconditionally. Specialized functions should know better what is
25749 necessary. This improves performance a little bit, and the
25750 functions could catch errors with `cp -p' and `scp -p'.
25751 (tramp-do-copy-or-rename-file-via-buffer)
25752 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
25753 when appropriate.
25754 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
25755 Call `set-file-modes' when appropriate.
25756 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
25757 Johnsson <isak@hypergene.com>
25758 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
25759 of both Tramp buffer and debug buffer. Reported by Joakim Verona
25760 <joakim@verona.se>
25761 (tramp-file-name-for-operation): Mark `shell-command' as magic for
25762 Emacs only.
25763
25764 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
25765 `find-file-hooks' and `dired-mode-hook'.
25766 (tramp-minor-mode-map): Respective map. Add remapping for
25767 `compile' and `recompile'.
25768 (tramp-remap-command, tramp-recompile): New defuns.
25769 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
25770 in buffer "*Compilation*". Call the commands asynchronously.
25771
25772 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
25773 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
25774 `shell-command', because it isn't magic in XEmacs. Reported by
25775 Adrian Aichner <adrian@xemacs.org>.
25776
25777 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
25778 `substitute-in-file-name.
25779 (tramp-smb-handle-substitute-in-file-name): New defun.
25780 (tramp-smb-advice-PC-do-completion): Delete advice.
25781
25782 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
25783
25784 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
25785 Fix error in deleting region.
25786
25787 2005-01-15 Richard M. Stallman <rms@gnu.org>
25788
25789 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
25790 In non-temp buffer, switch syntax table temporarily.
25791
25792 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
25793
25794 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
25795
25796 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
25797
25798 * imenu.el (imenu--split-menu): Copy menulist before sorting.
25799 (imenu--generic-function): Use START, not BEG, as pos of definition.
25800
25801 * simple.el (just-one-space): Argument specifies number of spaces.
25802
25803 * simple.el (eval-expression-print-format): Avoid warning
25804 about edebug-active.
25805
25806 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
25807
25808 * progmodes/sh-script.el: Code copied from make-mode.el
25809 with small changes,
25810 (sh-mode-map): Bind C-c C-\.
25811 (sh-backslash-column, sh-backslash-align): New variables.
25812 (sh-backslash-region, sh-append-backslash): New functions.
25813
25814 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
25815
25816 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
25817 (rmail-pop-password, rmail-pop-password-required): Move to
25818 rmail-obsolete group.
25819 (rmail-set-pop-password): Rename to rmail-set-remote-password.
25820 All callers updated.
25821 (rmail-get-pop-password): Rename to rmail-get-remote-password.
25822 Take an argument specifying whether it is POP or IMAP mailbox we
25823 are using. All callers updated.
25824 (rmail-pop-password-error): Rename to
25825 rmail-remote-password-error. Added mailutils-specific error message.
25826 (rmail-movemail-search-path)
25827 (rmail-movemail-variant-in-use): New variables.
25828 (rmail-remote-password, rmail-remote-password-required):
25829 New customization variables.
25830 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
25831 (rmail-parse-url): New function.
25832 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
25833 with GNU mailutils movemail.
25834
25835 2005-01-15 Kevin Ryde <user42@zip.com.au>
25836
25837 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
25838 suffix to space, $ or '$, to correctly position point when going
25839 to @table style constants like DBL_MAX.
25840
25841 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
25842
25843 * type-break.el (type-break-mode, type-break-file-time)
25844 (type-break-file-keystroke-count, type-break-choose-file):
25845 Don't store data in or load data from the file if type-break-file-name
25846 is nil.
25847 (type-break-file-name): Doc update as per the above.
25848
25849 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
25850
25851 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
25852 lookup-key might return nil; handle that.
25853
25854 2005-01-15 Alan Mackenzie <acm@muc.de>
25855
25856 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
25857 rather than the element found, thus enabling the tree to be setcar'd.
25858
25859 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25860
25861 * textmodes/org.el (org-show-following-heading): New option.
25862 (org-show-hierarchy-above): Use `org-show-following-heading'.
25863 (org-cycle): Documentation fix.
25864
25865 * textmodes/org.el (orgtbl-optimized): New option
25866 (orgtbl-mode): New command, a minor mode.
25867 (orgtbl-mode-map): New variable.
25868 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
25869 (orgtbl-error, orgtbl-self-insert-command)
25870 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
25871
25872 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
25873 a local variable in each org-mode buffer.
25874
25875 * textmodes/org.el (org-set-regexps-and-options): Rename from
25876 `org-set-regexps'. Added checking for STARTUP keyword.
25877 (org-get-current-options): Add STARTUP options.
25878 (org-table-insert-row): Make mode intelligent about when
25879 realignment is needed.
25880 (org-self-insert-command, org-delete-backward-char, org-delete-char):
25881 New commands.
25882 (org-enable-table-editor): New default value `optimized'.
25883 (org-table-blank-field): Support blanking regions if active.
25884
25885 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25886
25887 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
25888 if the year is not given.
25889
25890 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
25891 Add new escapes %m and %M, fixed bug with %F by adding
25892 save-match-data.
25893 (reftex-reference): Remove ?. from list of spaces.
25894 (reftex-label-info): Add automatic label prefix recognition.
25895
25896 * textmodes/reftex-index.el (reftex-index-next-phrase):
25897 Add slave parameter to call of `reftex-index-this-phrase'.
25898 (reftex-index-this-phrase): New optional argument.
25899 (reftex-index-region-phrases): Add slave parameter to call of
25900 `reftex-index-this-phrase'.
25901 (reftex-display-index): New argument redo.
25902 (reftex-index-rescan): Add `redo' to arguments of
25903 `reftex-display-index'.
25904 (reftex-index-Rescan, reftex-index-revert)
25905 (reftex-index-switch-index-tag): Add `redo' to arguments of
25906 `reftex-display-index'.
25907 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
25908 indexing. Fix bug with matching is there is a quote before or
25909 after the word.
25910
25911 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
25912 Fix bug when collecting citation keys in lines with comments.
25913 (reftex-citation): Prefix argument no longer rescans the document,
25914 but forces prompting for optional arguments of cite macros.
25915 (reftex-do-citation): Prompting for optional arguments implemented.
25916
25917 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
25918 Add optional arguments to most cite commands.
25919 (reftex-cite-cleanup-optional-args): New option
25920 (reftex-cite-prompt-optional-args): New option.
25921 (reftex-trust-label-prefix): New option.
25922
25923 * textmodes/reftex-toc.el (reftex-toc-find-section):
25924 Add push-mark before changing the position in the buffer.
25925
25926 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
25927 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
25928
25929 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
25930
25931 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
25932 more carefully.
25933
25934 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
25935
25936 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
25937 (sgml-mode): Use it.
25938 (sgml-get-context): Better keep track of implicitly closed tags.
25939
25940 2005-01-13 Kenichi Handa <handa@m17n.org>
25941
25942 * textmodes/ispell.el: These changes are to fix misalignment error
25943 caused by equivalent characters of different Emacs charsets.
25944 (ispell-unified-chars-table): New variable.
25945 (ispell-get-decoded-string): New function.
25946 (ispell-get-casechars, ispell-get-not-casechars)
25947 (ispell-get-otherchars): Call ispell-get-decoded-string.
25948
25949 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
25950
25951 * custom.el (custom-declare-variable): Just put symbol instead
25952 of (defvar . symbol) in `current-load-list'.
25953
25954 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
25955
25956 * emacs-lisp/elint.el: Fixed typo in Commentary section.
25957
25958 2005-01-12 Jay Belanger <belanger@truman.edu>
25959
25960 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
25961 to create a Calc summary.
25962
25963 2005-01-12 Kim F. Storm <storm@cua.dk>
25964
25965 * mouse.el (mouse-on-link-p): Change functionality and doc
25966 string to comply with latest description in lisp ref.
25967
25968 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
25969
25970 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
25971 Enable mouse clicks on mode-line, header-line and margin.
25972 (event-type): Give mouse event symbols an `event-kind' property
25973 with value `mouse-click'.
25974
25975 2005-01-12 Juri Linkov <juri@jurta.org>
25976
25977 * facemenu.el (list-colors-display): Add new arg buffer-name.
25978 Use it. Fix docstring. Replace code for identifying duplicate
25979 colors by the name with call to `list-colors-duplicates' which
25980 identifies duplicate colors by the value unless the color
25981 is one of special Windows colors. Set truncate-lines to t.
25982 Print sorted duplicate color names on each line. Indent to 22
25983 \(the longest color name in rgb.txt) instead of 20. Optimize.
25984 (list-colors-duplicates): New function.
25985 (facemenu-color-name-equal): Delete function.
25986
25987 * facemenu.el (list-colors-print): New function created from code
25988 in list-colors-display. Print #RRGGBB at the window right edge.
25989 (list-colors-display): When temp-buffer-show-function is not
25990 defined, call list-colors-print from temp-buffer-show-hook
25991 to get the right value of window-width in list-colors-print
25992 after the buffer is displayed.
25993
25994 * simple.el (pop-mark): Move deactivate-mark out of conditional
25995 part to deactivate the active mark regardless of the state of the
25996 mark ring.
25997
25998 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
25999 variables line in desktop files.
26000
26001 2005-01-12 Juri Linkov <juri@jurta.org>
26002
26003 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
26004 Bring together isearch highlight related options.
26005 (lazy-highlight): Replace group `replace' by `matching'.
26006 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26007 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26008 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
26009 and declare them obsolete.
26010 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
26011 (isearch-faces): Remove defgroup.
26012 (isearch-overlay, isearch-highlight, isearch-dehighlight):
26013 Move isearch highlighting code closer to lazy highlighting code.
26014
26015 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
26016 (query-replace-highlight, query-replace-lazy-highlight)
26017 (query-replace): Move definitions to the beginning of the file.
26018
26019 2005-01-11 Juri Linkov <juri@jurta.org>
26020
26021 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
26022 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
26023 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
26024
26025 * info.el (Info-history-forward): New variable.
26026 (Info-select-node): Reset Info-history-forward to nil.
26027 (Info-last): Turn into defalias.
26028 (Info-history-back): Rename from Info-last.
26029 Add current node to Info-history-forward.
26030 (Info-history-forward): New fun.
26031 (Info-mode-map): Replace Info-last by Info-history-back.
26032 Bind Info-history-forward to "r".
26033 (Info-mode-menu): Replace Info-last by Info-history-back.
26034 Fix menu item text. Add menu item for Info-history-forward.
26035 (info-tool-bar-map): Replace Info-last by Info-history-back.
26036 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
26037 for Info-history-forward.
26038 (Info-mode): Replace Info-last by Info-history-back in docstring.
26039 Add local variable Info-history-forward.
26040 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
26041
26042 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
26043
26044 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
26045 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
26046 Ignore select-window events rather than fiddle with
26047 mouse-autoselect-window.
26048
26049 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
26050
26051 * type-break.el (type-break-mode): Fix previous change.
26052
26053 2005-01-10 Jay Belanger <belanger@truman.edu>
26054
26055 * calc/calc-ext.el (calc-reset): Reset when inside embedded
26056 calculator; only reset when point is inside a calculator.
26057 Don't adjust the window height if the window takes up the whole height
26058 of the frame.
26059
26060 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
26061
26062 * ebuff-menu.el (Electric-buffer-menu-mode):
26063 Preserve value of buffer-local var header-line-format.
26064
26065 2005-01-09 Jay Belanger <belanger@truman.edu>
26066
26067 * calc/calc.el (calc-mode-var-list-restore-saved-values):
26068 Make sure settings file exists before accessing it.
26069
26070 * calc/calc-embed.el (calc-embedded-subst):
26071 Replace math-multi-subst-rec, which is only supposed to be called
26072 by math-multi-subst, by math-multi-subst.
26073
26074 2005-01-09 Andre Spiegel <spiegel@gnu.org>
26075
26076 * vc.el (vc-allow-async-revert): New user option.
26077 (vc-disable-async-diff): New internal variable.
26078 (vc-revert-buffer): Use them to disable asynchronous diff.
26079
26080 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
26081 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
26082 asynchronously if vc-disable-async-diff is t.
26083
26084 2005-01-09 Jay Belanger <belanger@truman.edu>
26085
26086 * calc/calc.el (defcalcmodevar): New macro.
26087 (calc-mode-var-list-restore-default-values)
26088 (calc-mode-var-list-restore-saved-values): New functions.
26089 (calc-mode-var-list): Use defcalcmodevar to define it.
26090 (calc-always-load-extensions, calc-line-numbering)
26091 (calc-line-breaking, calc-display-just, calc-display-origin)
26092 (calc-number-radix, calc-leading-zeros, calc-group-digits)
26093 (calc-group-char, calc-point-char, calc-frac-format)
26094 (calc-prefer-frac, calc-hms-format, calc-date-format)
26095 (calc-float-format, calc-full-float-format, calc-complex-format)
26096 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
26097 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
26098 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
26099 (calc-matrix-brackets, calc-language, calc-language-option)
26100 (calc-left-label, calc-right-label, calc-word-size)
26101 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
26102 (calc-display-raw, calc-internal-prec, calc-angle-mode)
26103 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
26104 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
26105 (calc-window-height, calc-display-trail, calc-show-selections)
26106 (calc-use-selections, calc-assoc-selections)
26107 (calc-display-working-message, calc-auto-why, calc-timing)
26108 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
26109 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
26110 (calc-gnuplot-default-device, calc-gnuplot-default-output)
26111 (calc-gnuplot-print-device, calc-gnuplot-print-output)
26112 (calc-gnuplot-geometry, calc-graph-default-resolution)
26113 (calc-graph-default-resolution-3d, calc-invocation-macro)
26114 (calc-show-banner): Use defcalcmodevar to declare them and set
26115 their default values.
26116
26117 * calc/calc-ext.el (calc-reset): Restore saved values of variables
26118 instead of default values (but restore default values if there is
26119 an argument of 0).
26120
26121 2005-01-09 David Kastrup <dak@gnu.org>
26122
26123 * desktop.el (desktop-restore-eager): Fix typo in type.
26124
26125 2005-01-08 Richard M. Stallman <rms@gnu.org>
26126
26127 * cus-edit.el (customize): Delete :link.
26128
26129 2005-01-08 Jay Belanger <belanger@truman.edu>
26130
26131 * calc/calc.el (calc-mode): Remove the extension from the
26132 `calc-settings-file' file name when loading it.
26133
26134 2005-01-08 Kim F. Storm <storm@cua.dk>
26135
26136 * info.el (Info-mode-map, Info-next-link-keymap)
26137 (Info-prev-link-keymap, Info-up-link-keymap):
26138 Map follow-link to mouse-face.
26139 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
26140
26141 2005-01-08 Jay Belanger <belanger@truman.edu>
26142
26143 * calc/calc.el (calc-settings-file): Change default value.
26144 Suggested by cgw in a comment in calc-mode.el.
26145
26146 * calc/calc-mode.el (calc-settings-file-name):
26147 Compare calc-settings-file to user-init-file instead of ~/.emacs.
26148 Replace ~/.emacs in a prompt by calc-settings-file.
26149
26150 2005-01-07 Lars Hansen <larsh@math.ku.dk>
26151
26152 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
26153 (desktop-lazy-idle-delay): New customizable variables.
26154 (desktop-buffer-args-list): New variable.
26155 (desktop-append-buffer-args): New function.
26156 (desktop-save): Call desktop-append-buffer-args for some buffers.
26157 (desktop-lazy-create-buffer): New function.
26158 (desktop-idle-create-buffers): New function.
26159 (desktop-read): Add message about buffers to restore lazily.
26160 (desktop-lazy-abort): New command.
26161 (desktop-clear): Call desktop-lazy-abort.
26162 (desktop-lazy-complete): New command.
26163
26164 2005-01-06 Richard M. Stallman <rms@gnu.org>
26165
26166 * emacs-lisp/find-func.el (find-face-definition):
26167 Rename from find-face.
26168
26169 2005-01-06 Kim F. Storm <storm@cua.dk>
26170
26171 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
26172
26173 * man.el (Man-xref-man-page, Man-xref-header-file)
26174 (Man-xref-normal-file): Add follow-link property.
26175
26176 2005-01-06 Jay Belanger <belanger@truman.edu>
26177
26178 * calc/calc-units.el: Make sure the proper macro definitions are
26179 available when compiling.
26180
26181 2005-01-06 Juri Linkov <juri@jurta.org>
26182
26183 * isearch.el (isearch-lazy-highlight-update):
26184 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
26185
26186 2005-01-06 Miles Bader <miles@gnu.org>
26187
26188 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
26189 (isearch-lazy-highlight-face): Use new name.
26190
26191 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
26192
26193 * uniquify.el (uniquify-rationalize-file-buffer-names):
26194 Re-add an interactive spec.
26195 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
26196 to the same name.
26197
26198 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
26199 (isearch-update, isearch-done): Adjust calls accordingly.
26200
26201 2005-01-05 Richard M. Stallman <rms@gnu.org>
26202
26203 * custom.el (custom-set-variables, custom-theme-set-variables):
26204 Clarify documentation.
26205
26206 * emacs-lisp/find-func.el (find-variable)
26207 (find-variable-other-window, find-variable-other-frame):
26208 Fix the TYPE args to find-function-read and find-function-do-it.
26209 (find-function): Doc fix.
26210 (find-function-at-point): Replace function-at-point alias.
26211
26212 2005-01-04 Richard M. Stallman <rms@gnu.org>
26213
26214 * cus-face.el (custom-declare-face):
26215 Record defface in current-load-list.
26216
26217 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
26218
26219 * emacs-lisp/find-func.el: Doc fixes.
26220 (find-face-regexp): New variable.
26221 (find-function-regexp-alist): New variable.
26222 (find-function-C-source): Third arg is now TYPE.
26223 (find-function-search-for-symbol): Handle general TYPE.
26224 (find-function-read, find-function-do-it): Handle general TYPE.
26225 (find-definition-noselect, find-face): New functions.
26226 (function-at-point): Alias deleted.
26227
26228 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
26229
26230 * battery.el (display-battery-mode): Rename from display-battery.
26231 Handle the case where it gets turned off.
26232
26233 2005-01-04 Richard M. Stallman <rms@gnu.org>
26234
26235 * cus-edit.el (customize): Make :link point to user doc.
26236
26237 * man.el (Man-fontify-manpage): Turn off undo generation.
26238
26239 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
26240
26241 2005-01-04 Andreas Schwab <schwab@suse.de>
26242
26243 * files.el (insert-directory): Only look for error lines in
26244 inserted text. Don't move too far after processing --dired markers.
26245
26246 2005-01-04 Richard M. Stallman <rms@gnu.org>
26247
26248 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
26249 Don't expand if the character is @, period, dash, etc.
26250 (define-mail-abbrev): Quote names that contain problem characters.
26251
26252 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
26253
26254 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
26255
26256 2005-01-03 Richard M. Stallman <rms@gnu.org>
26257
26258 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
26259 (query-replace-highlight, query-replace-lazy-highlight)
26260 (query-replace): Definitions moved up. Doc fix.
26261
26262 2005-01-03 Richard M. Stallman <rms@gnu.org>
26263
26264 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
26265 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26266 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26267 (lazy-highlight-face): Rename from isearch-lazy-...
26268 Change all references to them.
26269
26270 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
26271
26272 * cus-edit.el (custom-file): Doc fix for defcustom.
26273 (custom-file): The function no longer sets the variable
26274 `custom-file' to its return value.
26275
26276 * startup.el (command-line): No longer load `custom-file'.
26277
26278 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
26279
26280 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
26281
26282 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
26283 Don't confuse module-prefixed identifiers for labels.
26284 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
26285
26286 2005-01-02 Richard M. Stallman <rms@gnu.org>
26287
26288 * files.el (basic-save-buffer-1): Fix previous change.
26289
26290 * loadhist.el (file-loadhist-lookup): New function.
26291 (file-provides, file-requires): Use it.
26292
26293 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
26294 instead of calculating the right size.
26295
26296 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
26297
26298 * vc-svn.el (vc-svn-diff): Stay local if possible.
26299
26300 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
26301
26302 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
26303
26304 * files.el (hack-local-variables): Fix last change.
26305
26306 2005-01-02 Jay Belanger <belanger@truman.edu>
26307
26308 * calc/calc-yank.el (calc-edit-top): New variable.
26309 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
26310 object. Change header properties.
26311 (calc-edit-finish, calc-edit-finish-stack-object)
26312 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
26313 edited object.
26314 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
26315 for the beginning of the edited object.
26316 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
26317 for the beginning of the edited object.
26318 * calc/calc-prog.el (calc-edit-macro-finish-edit)
26319 (calc-finish-formula-edit, calc-macro-repeats)
26320 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
26321 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
26322 beginning of the edited object.
26323 (calc-user-define-edit): Change the header for editing macros.
26324 Remove unnecessary variable.
26325
26326 2005-01-01 Jay Belanger <belanger@truman.edu>
26327
26328 * calc/calc-yank.el (calc-edit-mode): Change default header.
26329 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
26330 * calc/calc-store.el (calc-edit-variable): Change title to match new
26331 header.
26332 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
26333 mode to match new header.
26334 (calc-user-define-edit): Change titles to include names of commands.
26335 (calc-finish-formula-edit): Adjust to handle new header.
26336 (calc-finish-macro-edit): Remove.
26337 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
26338 (calc-edit-macro-command, calc-edit-macro-command-type)
26339 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
26340 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
26341 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
26342 (calc-edit-macro-finish-edit): New functions.
26343 (calc-user-define-edit): Use new functions to edit named calc macros.
26344
26345 2005-01-01 Stefan <monnier@iro.umontreal.ca>
26346
26347 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
26348
26349 * ses.el (copy-region-as-kill): Deactivate mark.
26350
26351 2005-01-01 Richard M. Stallman <rms@gnu.org>
26352
26353 * replace.el (occur-1): If the output buffer is also an input,
26354 don't kill it, rename it.
26355
26356 * faces.el (set-face-background, set-face-foreground): Doc fix.
26357
26358 * cus-face.el (custom-face-attributes): Fix :help-echo strings
26359 for :foreground and :background.
26360
26361 * dired.el (dired-view-command-alist): Variable deleted.
26362 (dired-view-file, dired-mouse-find-file-other-window):
26363 Delete the code to use it.
26364
26365 2005-01-01 Kim F. Storm <storm@cua.dk>
26366
26367 * image.el (insert-sliced-image): Use t for line-height property.
26368
26369 See ChangeLog.11 for earlier changes.
26370
26371 ;; Local Variables:
26372 ;; coding: iso-2022-7bit
26373 ;; End:
26374
26375 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
26376 Copying and distribution of this file, with or without modification,
26377 are permitted provided the copyright notice and this notice are preserved.
26378
26379 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1