]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Undo last change (mistakenly committed to branch).
[gnu-emacs] / lisp / ChangeLog
1 2008-02-02 Michael Albinus <michael.albinus@gmx.de>
2
3 Sync with Tramp 2.0.57.
4
5 * net/tramp.el (tramp-handle-make-auto-save-file-name)
6 (tramp-completion-dissect-file-name, tramp-find-executable): Use
7 `mapc' instead of `mapcar'.
8 (tramp-open-connection-setup-interactive-shell): Send only single
9 prompt setting commands, in order to avoid double-prompt.
10
11 * net/tramp-vc.el (tramp-vc-do-command): Use `mapc' instead of
12 `mapcar'.
13
14 * net/trampver.el: Update release number.
15
16 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
17
18 * progmodes/etags.el (next-file): Improve revert message.
19
20 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
21
22 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
23 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
24 of today, the most recent libpng is 1.2.24).
25
26 2008-02-01 Thien-Thi Nguyen <ttn@gnuvola.org>
27
28 * vc.el (vc-update): Fix bug: Specify branch tip as
29 vc-checkout REVISION. Reported by Dan Nicolaescu.
30
31 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
32
33 * simple.el (reindent-then-newline-and-indent): Be careful about the
34 unusual case where indent-according-to-mode moves point.
35
36 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
37
38 * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
39 (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
40 (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
41 (verilog-sk-state-machine): Quote all calls to
42 "auxiliary skeleton"s to prevent infloops.
43
44 2008-01-31 Jason Rumney <jasonr@gnu.org>
45
46 * w32-fns.el: Partially revert 2007-11-10 change.
47
48 2008-01-31 Martin Rudalics <rudalics@gmx.at>
49
50 * mail/rmail.el (rmail-highlight): Fix specification.
51 Reported by pod <pod@herald.ox.ac.uk>.
52
53 2008-01-31 Jason Rumney <jasonr@gnu.org>
54
55 * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
56
57 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
58
59 * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
60 (gdb-var-set-format-handler): New function.
61 (gdb-var-set-format): Use it.
62
63 2008-01-29 Alan Mackenzie <acm@muc.de>
64
65 * progmodes/cc-langs.el (c-block-stmt-1-kwds, c-block-stmt-2-kwds)
66 (c-simple-stmt-kwds): New Objective C keywords: @finally, @try,
67 @catch, @synchronized, @throw.
68
69 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
70 from this regexp; part of same fix as next change to cc-engine.el.
71
72 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
73 Anchor the "{" of a template function correctly on "template", not the
74 following "<".
75
76 * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
77
78 2008-01-29 Richard Stallman <rms@gnu.org>
79
80 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
81 Doc fix.
82
83 * files.el (hack-local-variables): Don't query about fake variables.
84
85 2008-01-27 Nick Roberts <nickrob@snap.net.nz>
86
87 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
88 gdb-cpp-define-alist-program if file is nil (currently only
89 " *partial-output-...").
90
91 2008-01-27 Alan Mackenzie <acm@muc.de>
92
93 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
94 enhance comments.
95
96 2008-01-27 Richard Stallman <rms@gnu.org>
97
98 * allout.el: Many doc fixes.
99 (allout-encrypt-string): Fix error message.
100
101 2008-01-26 Alan Mackenzie <acm@muc.de>
102
103 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
104 arglist-cont-nonempty.
105
106 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
107 for a brace with syntax arglist-cont-nonempty.
108
109 * progmodes/cc-styles.el (c-style-alist): Add elements for
110 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python,
111 awk).
112
113 2008-01-26 Alan Mackenzie <acm@muc.de>
114
115 * progmodes/cc-defs.el (c-save-buffer-state): Bind
116 buffer-file-name and buffer-file-truename to nil, to prevent
117 primitives generating "buffer is read only" messages.
118
119 2008-01-26 Eli Zaretskii <eliz@gnu.org>
120
121 * progmodes/etags.el (tags-query-replace): Doc fix.
122
123 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
124
125 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
126 that the filename end is found even when the filename is empty.
127 Fixes error and spurious newlines when marking files for deletion.
128
129 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
130
131 * allout.el (allout-unload-function): New function.
132
133 2008-01-25 Sven Joachim <svenjoac@gmx.de>
134
135 * view.el (kill-buffer-if-not-modified): Don't pass t to
136 buffer-modified-p.
137
138 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
139
140 * allout.el (allout-prefix-data): Doc fix.
141 (allout-show-current-subtree): Reflow docstring.
142 (allout-use-mode-specific-leader, allout-use-hanging-indents)
143 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
144 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
145 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
146 (allout-copy-topic-as-kill, allout-listify-exposed)
147 (allout-process-exposed, allout-encrypted-key-info)
148 (allout-update-passphrase-mnemonic-aids)
149 (allout-next-topic-pending-encryption)
150 (allout-tests-globally-true): Fix typos in docstrings.
151
152 2008-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
153
154 * vc.el (vc-version-diff): Make sure we shrink the right window.
155
156 2008-01-23 Jason Rumney <jasonr@gnu.org>
157
158 * lpr.el (printer-name): Do not set on MS Windows.
159
160 2008-01-20 Glenn Morris <rgm@gnu.org>
161
162 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
163 prevent infloops.
164
165 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
166
167 * progmodes/python.el (python-imports): Default to "None".
168
169 2008-01-19 Dan Nicolaescu <dann@ics.uci.edu>
170
171 * progmodes/sh-script.el (sh-basic-offset):
172 * progmodes/cc-vars.el (c-syntactic-indentation)
173 (c-syntactic-indentation-in-macros): Mark as safe.
174
175 2008-01-18 Richard Stallman <rms@gnu.org>
176
177 * icomplete.el (icomplete-get-keys):
178 Look up KEYS using all maps in proper buffer.
179
180 2008-01-16 Alan Mackenzie <acm@muc.de>
181
182 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
183 an eval-and-compile, so as to permit byte-compiling (e.g. in
184 bootstrap).
185
186 2008-01-16 Juanma Barranquero <lekktu@gmail.com>
187
188 * frame.el (display-mm-height, display-mm-width):
189 * whitespace.el (whitespace-check-leading-whitespace)
190 (whitespace-check-trailing-whitespace)
191 (whitespace-check-spacetab-whitespace)
192 (whitespace-check-indent-whitespace)
193 (whitespace-check-ateol-whitespace):
194 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
195
196 2008-01-16 Glenn Morris <rgm@gnu.org>
197
198 * comint.el (comint-regexp-arg): Fix no-input case.
199
200 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
201
202 * calendar/icalendar.el (icalendar-export-file)
203 (icalendar-import-file): Restore significant trailing whitespace
204 in `interactive' prompts.
205
206 2008-01-15 Dan Nicolaescu <dann@ics.uci.edu>
207
208 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
209 after-save-hook so that it is not called multiple times.
210
211 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
212
213 2008-01-15 Glenn Morris <rgm@gnu.org>
214
215 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
216
217 2008-01-14 Alan Mackenzie <acm@muc.de>
218
219 * progmodes/cc-vars.el (c-constant-symbol): New function which
220 supersedes c-const-symbol. During a customize-.. call it enables
221 an element of (e.g.) c-hanging-braces alist to have its name
222 displayed, even when the default value of c-h-b etc. doesn't
223 include the elemnt. Replace uses of the old function by the new.
224
225 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
226 obscure non-working fragment ":value c-".
227
228 * progmodes/cc-engine.el (c-guess-basic-syntax): prevent a macro
229 call inside a struct being recognised as a K&R argument.
230
231 2008-01-14 Jason Rumney <jasonr@gnu.org>
232
233 * image.el (image-type): Use image-type-from-file-name (from trunk
234 2007-05-21 Chong Yidong <cyd@stupidchicken.com>).
235
236 2008-01-12 Glenn Morris <rgm@gnu.org>
237
238 * woman.el (woman-parse-numeric-arg): Change handling of `==':
239 can be interned without a function definition.
240
241 2008-01-12 Eli Zaretskii <eliz@gnu.org>
242
243 * view.el (view-file-other-window, view-file-other-frame): Don't
244 kill the buffer if it is modified. Doc fixes.
245 (kill-buffer-if-not-modified): New function.
246 (view-file): Don't kill the buffer if it is modified.
247
248 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete
249 function.
250 (ebrowse-view/find-file-and-search-pattern): Call
251 view-file-other-window instead of ebrowse-view-file-other-window.
252 (ebrowse-view-file-other-frame): Don't call
253 current-window-configuration. Fix second argument in the call to
254 view-mode-enter. Doc fix.
255
256 2008-01-11 Richard Stallman <rms@gnu.org>
257
258 * subr.el (atomic-change-group): Prevent undo list truncation.
259
260 2008-01-11 Martin Rudalics <rudalics@gmx.at>
261
262 * cus-start.el (all): Add missing version entries.
263
264 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
265
266 * files.el (safe-local-eval-forms): Mark
267 (add-hook 'write-file-hooks 'time-stamp) as safe.
268
269 2008-01-10 Nick Roberts <nickrob@snap.net.nz>
270
271 * comint.el (comint-insert-input): Set point first.
272
273 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
274 session doesn't hang because gdb-pending-triggers is non-nil.
275 (gdb-frame-handler): Use buffer-file-name instead of
276 buffer-name in case of duplicate file names.
277
278 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
279
280 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
281 C-M-e and C-M-h for emacs, they work by default.
282 (verilog-emacs-features): Remove.
283 (verilog-setup-dual-comments, verilog-populate-syntax-table):
284 Remove. Move syntax table initialization ...
285 (verilog-mode-syntax-table): ... here.
286 (verilog-mode): Don't initialize the syntax table here.
287 (verilog-mark-defun): Only do something useful for XEmacs, emacs
288 does not need it.
289
290 2008-01-10 Glenn Morris <rgm@gnu.org>
291
292 * shell.el (shell-dirtrack-verbose, shell-mode)
293 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
294 (dirtrack-toggle, dirtrack-mode): No longer alias to
295 shell-dirtrack-mode.
296
297 2008-01-10 Kenichi Handa <handa@ni.aist.go.jp>
298
299 * international/mule-cmds.el (select-safe-coding-system):
300 When a buffer is modified, cancel the writing.
301
302 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
303
304 * progmodes/verilog-mode.el (verilog-booleanp): New function for
305 backward compatibility. Replace all uses of booleanp with
306 verilog-booleanp.
307
308 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
309
310 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
311
312 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
313
314 * progmodes/verilog-mode.el (top-level): Fix spacing.
315 (verilog-mode-version, verilog-mode-release-date): Update version
316 number.
317 (verilog-mode-release-emacs): New variable.
318 (compile-command, reporter-prompt-for-summary-p): Define for byte
319 compiler.
320 (verilog-startup-message-lines)
321 (verilog-startup-message-displayed)
322 (verilog-display-startup-message): Remove.
323 (verilog-highlight-p1800-keywords): Improve docstring.
324 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
325 (vector-skip-list): Only defvar at compile time.
326 (verilog-highlight-translate-off, verilog-indent-level)
327 (verilog-indent-level-module, verilog-indent-level-declaration)
328 (verilog-indent-declaration-macros, verilog-indent-lists)
329 (verilog-indent-level-behavioral)
330 (verilog-indent-level-directive, verilog-cexp-indent)
331 (verilog-case-indent, verilog-auto-newline)
332 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
333 (verilog-tab-to-comment, verilog-indent-begin-after-if)
334 (verilog-align-ifelse, verilog-minimum-comment-distance)
335 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
336 (verilog-auto-endcomments, verilog-auto-read-includes)
337 (verilog-auto-star-expand, verilog-auto-star-save)
338 (verilog-library-flags, verilog-library-directories)
339 (verilog-library-files, verilog-library-extensions)
340 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
341 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
342 (verilog-assignment-delay, verilog-auto-inst-vector)
343 (verilog-auto-inst-template-numbers)
344 (verilog-auto-input-ignore-regexp)
345 (verilog-auto-inout-ignore-regexp)
346 (verilog-auto-output-ignore-regexp)
347 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp): Add
348 safe-local-variable properties.
349 (verilog-statement-menu, verilog-company)
350 (verilog-re-search-forward, verilog-re-search-backward)
351 (verilog-error-regexp-add, verilog-end-block-re)
352 (verilog-emacs-features, verilog-populate-syntax-table)
353 (verilog-setup-dual-comments, verilog-type-font-keywords)
354 (verilog-inside-comment-p, electric-verilog-backward-sexp)
355 (verilog-backward-sexp, verilog-forward-sexp)
356 (verilog-font-lock-init, verilog-mode)
357 (electric-verilog-terminate-line, electric-verilog-semi)
358 (electric-verilog-tab, verilog-insert-1, )
359 (verilog-insert-indices, verilog-generate-numbers)
360 (verilog-comment-region, verilog-label-be)
361 (verilog-beg-of-statement, verilog-in-case-region-p)
362 (verilog-in-struct-region-p, verilog-in-generate-region-p)
363 (verilog-in-fork-region-p, verilog-backward-case-item)
364 (verilog-set-auto-endcomments, verilog-get-expr)
365 (verilog-expand-vector-internal, verilog-surelint-off)
366 (verilog-batch-execute-func, verilog-calculate-indent)
367 (verilog-calc-1, verilog-calculate-indent-directive)
368 (verilog-leap-to-head, verilog-continued-line)
369 (verilog-backward-token, verilog-backward-syntactic-ws)
370 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
371 (verilog-forward-ws&directives, verilog-at-constraint-p)
372 (verilog-skip-backward-comments, verilog-indent-line-relative)
373 (verilog-do-indent, verilog-indent-comment)
374 (verilog-more-comment, verilog-pretty-declarations)
375 (verilog-pretty-expr, verilog-just-one-space)
376 (verilog-indent-declaration, verilog-get-completion-decl)
377 (verilog-goto-defun, verilog-showscopes, verilog-header)
378 (verilog-signals-combine-bus, verilog-read-decls)
379 (verilog-read-always-signals-recurse, verilog-read-instants)
380 (verilog-read-auto-template, verilog-set-define)
381 (verilog-read-defines, verilog-read-signals, verilog-getopt)
382 (verilog-is-number, verilog-expand-dirnames)
383 (verilog-modi-lookup, verilog-modi-cache-results)
384 (verilog-insert-one-definition, verilog-make-width-expression)
385 (verilog-delete-autos-lined, verilog-auto-save-check)
386 (verilog-auto-arg, verilog-auto-inst-port, verilog-auto-inst)
387 (verilog-auto-inst-param, verilog-auto-reg)
388 (verilog-auto-reg-input, verilog-auto-wire, )
389 (verilog-auto-output, verilog-auto-output-every)
390 (verilog-auto-input, verilog-auto-inout)
391 (verilog-auto-inout-module, verilog-auto-sense)
392 (verilog-auto-reset, verilog-auto-tieoff, verilog-auto-unused)
393 (verilog-auto-ascii-enum, verilog-auto)
394 (verilog-sk-define-signal, verilog-mode-mouse-map)
395 (verilog-load-file-at-mouse, verilog-load-file-at-point)
396 (verilog-library-files): Cleanup spacing of )'s they should not be
397 on unique lines. Fix checkdoc warnings.
398
399 2008-01-09 Glenn Morris <rgm@gnu.org>
400
401 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
402 entry, for Windows.
403
404 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
405
406 * ps-print.el: Some face attributes (like :strike-through) was not
407 being recognised. Reported by Leo <sdl.web@gmail.com>.
408 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
409 (ps-screen-to-bit-face): Fix code.
410
411 2008-01-08 Kevin Ryde <user42@zip.com.au>
412
413 * progmodes/compile.el (compilation-error-regexp-alist-alist):
414 For perl, allow "during global destruction" at end.
415
416 2008-01-08 Glenn Morris <rgm@gnu.org>
417
418 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
419 unified format.
420
421 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
422
423 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
424
425 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
426 quotes in case of spaces, e.g. STL containers (not pretty).
427
428 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
429
430 * vc-hg.el (vc-hg-log-view-mode): Handle the user field better.
431
432 2008-01-07 Nick Roberts <nickrob@snap.net.nz>
433
434 * progmodes/gdb-ui.el (gud-gdb-command-name): Explain
435 "--annotate=3" option is necessary for the Graphical Interface.
436
437 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
438
439 * vc-hg.el (vc-hg-dir-state): Pass the dir argument to
440 vc-hg-command.
441
442 2008-01-07 Glenn Morris <rgm@gnu.org>
443
444 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
445
446 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
447
448 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
449 on menu bar.
450
451 2008-01-06 Michael Albinus <michael.albinus@gmx.de>
452
453 * ffap.el (ffap-read-file-or-url): Let-bind
454 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
455
456 2008-01-05 Sven Joachim <svenjoac@gmx.de>
457
458 * vc-bzr.el: Fix typo in header.
459
460 2008-01-05 Eli Zaretskii <eliz@gnu.org>
461
462 * Makefile.in (custom-deps, finder-data): Depend on autoloads
463 instead of loaddefs.el.
464
465 2008-01-05 Glenn Morris <rgm@gnu.org>
466
467 * progmodes/verilog-mode.el: Replace all instances of
468 string-to-int with string-to-number, insert-string with insert,
469 and read-input with read-string.
470 (top-level): No need to require imenu, reporter, dinotrace, vc,
471 font-lock when compiling. Always require compile. Relegate remaining
472 compatibility cruft to XEmacs. Don't require font-lock.
473 (verilog-version): Remove superfluous concat.
474 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
475 No need to define.
476 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
477 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
478 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
479 (verilog-startup-message-displayed): These are variables, not constants.
480 (verilog-batch-execute-func, verilog-auto-inst)
481 (verilog-auto-inst-param): Use mapc rather than mapcar.
482 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
483 actually defining.
484 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
485 (verilog-modi-get-outputs, verilog-modi-get-inouts)
486 (verilog-modi-get-inputs, verilog-modi-get-wires)
487 (verilog-modi-get-regs, verilog-modi-get-assigns)
488 (verilog-modi-get-consts, verilog-modi-get-gparams)
489 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
490 (verilog-modi-get-sub-inputs): Move inline functions earlier in
491 the file.
492 (sigs-in, sigs-out): Don't declare multiple times.
493 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
494 `defvar'.
495 (verilog-auto): Call dinotrace-unannotate-all only if bound.
496 (verilog-module-inside-filename-p): No need to wrap fboundp test
497 in condition-case.
498 (reporter-submit-bug-report): Autoload it.
499 (verilog-mark-defun): Call zmacs-activate-region only if bound.
500 (verilog-font-customize): Call customize-apropos only if bound.
501 (verilog-getopt-flags, verilog-auto-reeval-locals):
502 Use make-local-variable rather than make-variable-buffer-local.
503 (verilog-company, verilog-project, verilog-modi-cache-list):
504 Move make-variable-buffer-local calls to top-level.
505 (font-lock-defaults-alist): Don't define it.
506 (verilog-need-fld): Remove.
507 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
508 (verilog-mode): Only call make-local-hook on XEmacs.
509 Set font-lock-defaults rather than using verilog-font-lock-init.
510
511 * progmodes/verilog-mode.el (top-level): Don't require compile.
512 (compilation-error-regexp-alist, compilation-last-buffer):
513 Define for compiler.
514 (verilog-insert-1): New function.
515 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
516 Use verilog-insert-1.
517 (verilog-surelint-off): Use next-error-last-buffer if bound.
518 Check compile buffer is live.
519
520 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
521
522 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
523 gets inserted out-of-order.
524
525 2008-01-04 Riccardo Murri <riccardo.murri@gmail.com>
526
527 * vc-bzr.el: Copyright and version headers update.
528 Remove some outdated comments through the whole file.
529 (vc-bzr-program-args): Remove because unused.
530 (vc-bzr-log-switches): New customization option.
531 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
532 use `vc-bzr-program-args'.
533 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
534 `vc-find-root' (patch by Andreas Hoenen).
535 (vc-bzr-status): Update regex to match latest Bzr output.
536 Remove redundant test.
537 (vc-bzr-init-version): New function.
538 (vc-bzr-unregister): Must not delete file.
539 (vc-bzr-find-version): New function.
540 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
541 a non-empty string, otherwise take head revision.
542 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
543 (vc-bzr-diff): Simpler build of the revision spec string.
544 (vc-annotate-convert-time, vc-bzr-annotate-difference):
545 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
546 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
547 (vc-bzr-dired-state-info): Only provide custom strings for
548 overloaded VC state 'edited; otherwise fallback to
549 `vc-default-dired-state-info'.
550
551 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
552
553 * vc-git.el (vc-git-dir-state):
554 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
555
556 2008-01-04 Richard Stallman <rms@gnu.org>
557
558 * delsel.el (delete-selection-mode): Doc fix.
559
560 2008-01-04 Glenn Morris <rgm@gnu.org>
561
562 * version.el (emacs-copyright): Update to 2008.
563
564 2008-01-03 Nick Roberts <nickrob@snap.net.nz>
565
566 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
567 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
568
569 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
570 of watch expressions (only works fully with GDB 6.7 or later).
571
572 2008-01-03 Dan Nicolaescu <dann@ics.uci.edu>
573
574 * time-stamp.el (time-stamp-time-zone):
575 * whitespace.el (whitespace-check-buffer-leading)
576 (whitespace-check-buffer-trailing)
577 (whitespace-check-buffer-indent)
578 (whitespace-check-buffer-spacetab)
579 (whitespace-check-buffer-ateol):
580 * progmodes/sh-script.el (sh-indentation):
581 * textmodes/ispell.el (ispell-local-pdict):
582 Add safe-local-variable properties.
583
584 2007-12-31 Richard Stallman <rms@gnu.org>
585
586 * cus-edit.el (custom-add-parent-links): New arg DOC-INITIAL-STRING.
587 Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include
588 `parent'.
589 (custom-group-value-create): Pass two args to custom-add-parent-links.
590
591 2007-12-29 Richard Stallman <rms@gnu.org>
592
593 * font-lock.el (font-lock-prepend-text-property)
594 (font-lock-append-text-property): Canonicalize the face and
595 font-lock-face properties.
596
597 * faces.el (facep): Doc fix.
598
599 * startup.el (fancy-startup-tail, fancy-about-text)
600 (fancy-startup-text): Regularize format of face property.
601
602 * facemenu.el (list-colors-print): Use :background and :foreground
603 instead of background-color and foreground-color.
604
605 2007-12-29 Drew Adams <drew.adams@oracle.com>
606
607 * cus-edit.el (custom-add-parent-links):
608 Fill the "Parent documentation" text.
609
610 2007-12-29 Eli Zaretskii <eliz@gnu.org>
611
612 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
613 MS-Windows and MS-DOS.
614 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
615
616 2007-12-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
617
618 * progmodes/grep.el (rgrep): Fix last change.
619
620 2007-12-27 Richard Stallman <rms@gnu.org>
621
622 * progmodes/compile.el (compilation-start): Set initial visible
623 point properly even when compilation buffer already current.
624
625 2007-12-26 Richard Stallman <rms@gnu.org>
626
627 * files.el (conf-mode-maybe): New function.
628 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
629
630 2007-12-26 Martin Rudalics <rudalics@gmx.at>
631
632 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
633
634 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
635
636 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
637
638 2007-12-25 Richard Stallman <rms@gnu.org>
639
640 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
641 so they never do EOF.
642
643 2007-12-23 Richard Stallman <rms@gnu.org>
644
645 * dired-aux.el: Load dired.el at run time too.
646
647 * faces.el (copy-face): Create the new face explicitly if it
648 does not exist already.
649
650 2007-12-23 Andreas Schwab <schwab@suse.de>
651
652 * files.el (switch-to-buffer-other-frame): Return the buffer
653 switched to.
654
655 2007-12-23 Juri Linkov <juri@jurta.org>
656
657 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
658 item to about-emacs instead of display-splash-screen.
659
660 2007-12-22 Eli Zaretskii <eliz@gnu.org>
661
662 * simple.el (minibuffer-history, shell-command-history)
663 (set-variable-value-history):
664 * replace.el (regexp-history):
665 * international/mule-cmds.el (input-method-history):
666 * files.el (file-name-history): Add reference to history-length in
667 the doc string.
668
669 2007-12-22 Richard Stallman <rms@gnu.org>
670
671 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
672
673 2007-12-21 Jason Rumney <jasonr@gnu.org>
674
675 * find-dired.el (find-name-arg): New custom variable.
676 (find-name-dired): Use it.
677 (find-dired-find-program): Remove.
678 (find-dired): Use find-program.
679 (find-grep-dired): Use grep-program.
680
681 * progmodes/grep.el (rgrep): Use find-name-arg.
682
683 2007-12-21 Martin Rudalics <rudalics@gmx.at>
684
685 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
686 specifier from format-string. Reported by Ye Wenbin.
687
688 2007-12-19 Martin Rudalics <rudalics@gmx.at>
689
690 * cus-start.el: Use correct group name for members of mode-line group.
691
692 2007-12-17 Thien-Thi Nguyen <ttn@gnuvola.org>
693
694 * progmodes/cc-vars.el (defcustom-c-stylevar):
695 Revert to pre-2007-12-12 version.
696
697 2007-12-15 Richard Stallman <rms@gnu.org>
698
699 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
700
701 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
702 Use changed.
703
704 * startup.el (fancy-splash-help-echo): Var deleted.
705 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
706 (fancy-about-screen): Don't display fancy-splash-help-echo.
707
708 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
709
710 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
711
712 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
713
714 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
715
716 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
717 function.
718 (add-submenu): Only define for XEmacs.
719 (verilog-regexp-words): Revert previous change, keep the other
720 definition.
721
722 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
723
724 * progmodes/perl-mode.el (perl-continued-statement-offset)
725 (perl-continued-brace-offset, perl-brace-offset)
726 (perl-brace-imaginary-offset, perl-label-offset):
727 * progmodes/cperl-mode.el (cperl-brace-offset)
728 (cperl-continued-brace-offset, cperl-label-offset)
729 (cperl-continued-statement-offset)
730 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
731 Add safe-local-variable properties.
732
733 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
734
735 * progmodes/verilog-mode.el (verilog-mode-map)
736 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
737 (verilog-colorize-include-files): Use only overlay functions so
738 that it can work on both emacs and XEmacs.
739 (set-extent-keymap): Remove unused defun.
740 (verilog-kill-existing-comment, verilog-insert-date)
741 (verilog-insert-year): Rename in order not to pollute the global
742 namespace from kill-existing-comment, insert-date and
743 insert-year, respectively.
744 (verilog-set-auto-endcomments, verilog-header): Update callers.
745
746 * files.el (auto-mode-alist): Recognize verilog files.
747
748 * progmodes/verilog-mode.el (verilog-string-replace-matches)
749 (verilog-string-remove-spaces, verilog-re-search-forward)
750 (verilog-re-search-backward, verilog-re-search-forward-quick)
751 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
752 (verilog-get-end-of-line, verilog-within-string): Move definitions
753 before first use. No code changes.
754
755 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
756
757 * progmodes/verilog-mode.el (verilog-mode-version)
758 (verilog-mode-release-date): Don't use expanding keywords.
759 (provide): Move to the end of file.
760 (fboundp): Don't check if eval-when-compile is bound, it is used
761 later in the file without checking.
762 (when, unless): Copy definitions from subr.el.
763 (char-before, defcustom, defface, customize-group)
764 (verilog-batch-error-wrapper): Don't use old style backquotes.
765 (verilog-regexp-opt): Avoid using the cl function case.
766 (verilog-regexp-words): Remove duplicated definition.
767 (verilog-mode-abbrev-table): Remove, duplicate.
768 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
769 Declare and initialize in one step.
770 (verilog-declaration-prefix-re, verilog-declaration-re)
771 (verilog-end-of-statement, verilog-indent-declaration)
772 (verilog-get-lineup-indent): Remove trailing whitespace.
773 (verilog-mode): Fix autoload cookie.
774 Set beginning-of-defun-function and end-of-defun-function.
775 Use when instead of if.
776 (verilog-emacs-features, verilog-auto-ascii-enum)
777 (verilog-insert-indices): Escape braces in doc strings.
778
779 2007-12-08 Michael McNamara <mac@verilog.com>
780 Wilson Snyder <wsnyder@wsnyder.org>
781
782 * progmodes/verilog-mode.el: New file.
783
784 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
785
786 * international/latexenc.el (latexenc-find-file-coding-system):
787 If both coding-system-for-write and buffer-file-coding-system of
788 latex-main-file are nil, use `undecided'.
789
790 2007-12-06 Jason Rumney <jasonr@gnu.org>
791
792 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
793
794 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
795
796 * ido.el (ido-save-history): Use emacs-mule coding system
797 instead of utf-8 to save filenames (it's safer in Emacs 22).
798 Set the `coding' local variable on the first line of the file.
799
800 2007-12-04 Karl Fogel <kfogel@red-bean.com>
801
802 * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
803 coding system. This ports revisions 1.40 and 1.41 over to the
804 EMACS_22_BASE branch, but with the right coding system for Emacs
805 22 to reliably record filenames. Suggested by Eli Zaretskii.
806
807 2007-12-01 Richard Stallman <rms@gnu.org>
808
809 * wid-edit.el (widget-type): Doc fix.
810
811 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
812
813 * emacs-lisp/byte-run.el (declare-function): Change to a macro.
814
815 2007-12-01 Alexandre Julliard <julliard@winehq.org>
816
817 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
818
819 2007-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
820
821 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
822 Don't match "sub { (...) ... }".
823
824 2007-11-29 Richard Stallman <rms@gnu.org>
825
826 * international/mule-cmds.el (toggle-input-method-active): New var.
827 (toggle-input-method): Bind toggle-input-method-active to t.
828 Error if it was already non-nil.
829
830 2007-11-29 Glenn Morris <rgm@gnu.org>
831
832 * calendar/time-date.el (with-decoded-time-value): Doc fix.
833
834 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
835
836 * calendar/time-date.el (encode-time-value): Doc fix.
837
838 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
839
840 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
841
842 2007-11-24 Kenichi Handa <handa@m17n.org>
843
844 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
845
846 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
847
848 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
849
850 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
851
852 * textmodes/paragraphs.el (forward-sentence): Doc fix.
853 Reported by Drew Adams <drew.adams@oracle.com>.
854
855 2007-11-20 Glenn Morris <rgm@gnu.org>
856
857 * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
858 for compatibility with Emacs 23.
859
860 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
861
862 * replace.el (map-query-replace-regexp): Doc fix (revert part of
863 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
864
865 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
866
867 * progmodes/gdb-ui.el: Update commentary.
868
869 2007-11-16 Eli Zaretskii <eliz@gnu.org>
870
871 * international/mule-cmds.el (set-locale-environment):
872 Set default-file-name-coding-system _after_ keyboard and terminal
873 coding systems. This fixes last change.
874
875 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
876 one space after "Subject:".
877
878 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
879
880 * subr.el (make-variable-frame-local):
881 Fix typo in obsolescence declaration.
882
883 2007-11-16 Glenn Morris <rgm@gnu.org>
884
885 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
886
887 2007-11-16 Rob Riepel <riepel@Stanford.EDU>
888
889 * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
890 (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
891 (tpu-scroll-window-up): Replace next-line-internal -> line-move.
892
893 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
894
895 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
896 in order to determine if there's a conflict.
897
898 2007-11-16 Juri Linkov <juri@jurta.org>
899
900 * man.el (Man-heading-regexp): Add 0-9.
901 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
902
903 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
904
905 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
906 Fix typo in docstring.
907
908 * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
909 (cua-highlight-region-shift-only): Doc fix.
910
911 2007-11-15 Richard Stallman <rms@gnu.org>
912
913 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
914
915 * reposition.el (reposition-window):
916 Binding C-M-l moved to bindings.el.
917
918 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
919
920 * add-log.el (add-change-log-entry-other-window):
921 Key binding C-x 4 a moved to bindings.el.
922
923 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
924 from filecache.el.
925
926 * filecache.el: Minibuffer map bindings moved to bindings.el.
927
928 2007-11-14 Jason Rumney <jasonr@gnu.org>
929
930 * international/mule-cmds.el (set-locale-environment):
931 Set default-file-name-coding-system from system defaults on Windows.
932
933 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
934
935 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
936 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
937 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
938 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
939 locations.
940 (gdb-info-breakpoints-custom, gdb-assembler-custom)
941 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
942 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
943
944 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
945
946 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
947 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
948 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
949 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
950 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
951 Rewrite in active voice.
952
953 2007-11-10 Juri Linkov <juri@jurta.org>
954
955 * startup.el: Backport startup screen related changes from the trunk.
956 (initialization): Change group to `environment'.
957 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
958 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
959 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
960 (initial-scratch-message): Fix docstring.
961 (startup-screen-inhibit-startup-screen)
962 (pure-space-overflow-message): New variables.
963 (command-line): Rename `inhibit-startup-message' to
964 `inhibit-startup-screen'.
965 (initial-scratch-message): Doc fix.
966 (fancy-splash-text): Remove variable.
967 (fancy-startup-text, fancy-about-text, splash-screen-keymap):
968 New variables.
969 (fancy-splash-delay, fancy-splash-max-time)
970 (fancy-current-text, fancy-splash-stop-time)
971 (fancy-splash-outer-buffer, fancy-splash-last-input-event):
972 Remove variables.
973 (fancy-splash-insert): Use help-echo from the 3rd element of the
974 link specification list, or "Follow this link" if it's nil. Doc fix.
975 Allow functions for face and link specs.
976 (fancy-splash-tail): Remove function.
977 (fancy-startup-tail): New function.
978 (fancy-splash-default-action, fancy-splash-special-event-action)
979 (fancy-splash-screens): Remove functions.
980 (fancy-about-screen): New function.
981 (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
982 Fix docstring. Use argument `startup' to conditionally display
983 different texts for Startup and About screens. Don't display Help
984 commands on the About screen. Remove `unwind-protect' `sit-for'
985 delay and `kill-buffer' after it.
986 (normal-mouse-startup-screen, normal-splash-screen)
987 (normal-no-mouse-startup-screen): New functions.
988 (startup-echo-area-message): Change text of the echo area.
989 (display-splash-screen): Remove function.
990 (display-startup-screen, display-about-screen): New functions.
991 (about-emacs): Make alias to `display-about-screen'.
992 (display-splash-screen): Make alias to `display-startup-screen'.
993 (command-line-1): Rename `inhibit-startup-message' to
994 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
995 started with command line options "-f", "-funcall", "-e", "-eval",
996 "-execute", "-insert", "-find-file", "-file", "-visit".
997 Inhibit startup screen when Emacs is started with a file name only
998 on tty (i.e. don't inhibit it when started with a file name like
999 "emacs FILE..." on a window system).
1000 Comment out unused code for coping with the old sit-for behavior.
1001 If file-count > 0, then display the concise version in another
1002 window, otherwise display full version in the same window.
1003 * loadup.el: Add `button'. Move up `startup'.
1004 * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
1005 * version.el (emacs-copyright): Add emacs-copyright.
1006 * menu-bar.el (menu-bar-help-menu):
1007 Move "About Emacs" and "About GNU" to the end of the Help menu.
1008 Move "Emacs Psychotherapist" after "Send Bug Report...".
1009 Move "External Packages" after "Find Emacs Packages".
1010
1011 2007-11-10 Jason Rumney <jasonr@gnu.org>
1012
1013 * w32-fns.el: Sync charset names with setup-default-fontset.
1014 Append "-1" where second part missing.
1015
1016 * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
1017
1018 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
1019
1020 * ido.el (ido-save-history): Write the history file in UTF-8,
1021 and add `coding' file-local variable.
1022
1023 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1024
1025 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
1026 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
1027 (iso-iso2duden-trans-tab): Add docstring.
1028
1029 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1030
1031 * faces.el (face-normalize-spec): Remove function.
1032 (frame-set-background-mode): Undo last change.
1033
1034 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1035
1036 * files.el (enable-local-variables): Doc fix.
1037
1038 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
1039
1040 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
1041 match dir like "a...b".
1042
1043 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
1044
1045 * eshell/esh-mode.el (eshell-output-filter):
1046 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
1047 Use `with-current-buffer'.
1048
1049 2007-11-05 Nick Roberts <nickrob@snap.net.nz>
1050
1051 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
1052
1053 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
1054
1055 * net/tls.el: Require rx when compiling.
1056 (tls-end-of-info): New variable.
1057 (open-tls-stream): Keep reading input until `tls-end-of-info' is
1058 matched.
1059
1060 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1061
1062 * simple.el (bad-packages-alist): Anchor semantic regexp.
1063
1064 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
1065
1066 * files.el (hack-local-variables): Fix membership tests to avoid
1067 treating all variables as safe if `enable-local-variables' is
1068 set to :safe (CVE-2007-5795).
1069
1070 2007-11-02 Glenn Morris <rgm@gnu.org>
1071
1072 * progmodes/etags.el (tags-table-mode): Disable undo.
1073
1074 * simple.el (bad-packages-alist): Revert previous change.
1075
1076 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1077
1078 * printing.el (printing): Fix :version, printing.el was included
1079 in emacs-22.1.
1080 (pr-path-style, pr-path-alist, pr-txt-name)
1081 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
1082 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
1083 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
1084 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
1085 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
1086 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
1087 (pr-setting-database, pr-visible-entry-list)
1088 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
1089 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
1090 :version.
1091
1092 2007-11-01 Glenn Morris <rgm@gnu.org>
1093
1094 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
1095
1096 * mail/footnote.el (footnote-numeric-regexp)
1097 (footnote-english-upper-regexp, footnote-english-lower-regexp)
1098 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
1099 Match multi-character footnotes.
1100
1101 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
1102 (nroff-indent-line-function): New function.
1103 (nroff-count-text-lines): Use nroff-forward-text-line rather than
1104 obsolete alias.
1105
1106 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
1107
1108 * net/tramp.el (tramp-open-connection-telnet)
1109 (tramp-open-connection-rsh, tramp-open-connection-su)
1110 (tramp-open-connection-multi): Set $LC_ALL to "C".
1111
1112 2007-10-31 Sven Joachim <svenjoac@gmx.de>
1113
1114 * dired-aux.el (dired-copy-file-recursive):
1115 Preserve directory permissions.
1116
1117 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1118
1119 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
1120 (whitespace-unload-function): New-style unload function. When run,
1121 unintern `whitespace-unload-hook' and call `unload-feature' recursively
1122 to stop the old hook from messing with the unloading.
1123
1124 * strokes.el (strokes-alphabetic-lessp): Doc fix.
1125
1126 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
1127
1128 * emacs-lisp/find-func.el (find-library): Use library at
1129 point as default interactive argument.
1130
1131 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1132
1133 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
1134 (elp-unset-master, elp-results): Fix typos.
1135 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
1136 Doc fixes.
1137
1138 * msb.el (msb--many-menus): Remove variable.
1139 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
1140 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
1141 (msb--toggle-menu-type): Fix typos in docstrings.
1142
1143 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
1144 (shadow-insert-var): Doc fixes.
1145 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
1146 Reflow docstrings.
1147 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
1148
1149 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
1150
1151 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
1152 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
1153 Fix typos in autoload docstrings.
1154
1155 * loadhist.el (unload-feature): Remove redundant check.
1156
1157 2007-10-30 Richard Stallman <rms@gnu.org>
1158
1159 * savehist.el (savehist-save): Obey savehist-ignored-variables.
1160
1161 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
1162
1163 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
1164 (gdb-var-update-handler-1): Use it.
1165
1166 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
1167
1168 * loadhist.el (unload-feature): Remove erroneous check for the
1169 FEATURE-unload-function variable; check the existence of the
1170 function (that's what the docstring says, and it makes more sense).
1171
1172 * follow.el (follow-unload-function): Add docstring.
1173 (follow-unload-function): Remove variable.
1174
1175 * server.el (server-unload-function): Remove variable.
1176 (server-unload-function): Unbind `server-edit' from `C-x #'.
1177
1178 * uniquify.el (uniquify-unload-function): Add docstring.
1179 (uniquify-unload-function): Remove variable.
1180
1181 * ses.el (ses-unload-function): New function.
1182
1183 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
1184
1185 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
1186 (unsafep-progn, unsafep-let): Fix typos in docstrings.
1187
1188 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
1189 before use to avoid a warning in packages that require uniquify.
1190 (uniquify-unload-function): New function and var.
1191
1192 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
1193
1194 * loadhist.el (unload-feature-special-hooks):
1195 Add `delete-frame-functions'.
1196
1197 * server.el (server-unload-function): Rename from `server-unload-hook'
1198 and adapt to new `unload-feature' functionality. Remove hook from
1199 `kill-buffer-hook' buffer-locally.
1200 (server-unload-hook): Remove.
1201 (server-unload-function): New var; replaces `server-unload-hook'.
1202
1203 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
1204
1205 * desktop.el (uniquify-managed): Pacify byte compiler.
1206 (desktop-buffer-info): If the buffer name is managed by uniquify,
1207 save the base name, not the uniquified one.
1208 (desktop-create-buffer): Allow `rename-buffer' to generate a new
1209 name in case of conflict.
1210
1211 2007-10-26 Glenn Morris <rgm@gnu.org>
1212
1213 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
1214 safe-local-variable property.
1215
1216 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
1217
1218 * net/browse-url.el (browse-url-browser-function): Delete grail.
1219 (browse-url-grail): Function and variable deleted.
1220 (browse-url-browser-function): Delete IXI Mosaic.
1221 (browse-url-default-browser): Don't try IXI Mosaic.
1222 (browse-url-iximosaic): Function deleted.
1223 (browse-url-browser-function): Delete MMM.
1224 (browse-url-default-browser): Don't try MMM.
1225 (browse-url-mmm): Function deleted.
1226
1227 2007-10-25 Glenn Morris <rgm@gnu.org>
1228
1229 * progmodes/f90.el (f90-indented-comment-re)
1230 (f90-directive-comment-re, f90-break-delimiters):
1231 * progmodes/fortran.el (fortran-comment-line-start-skip)
1232 (fortran-directive-re):
1233 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
1234 as safe if they are strings.
1235
1236 2007-10-25 Richard Stallman <rms@gnu.org>
1237
1238 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
1239
1240 2007-10-24 Richard Stallman <rms@gnu.org>
1241
1242 * savehist.el (savehist-save): Omit unreadable elements.
1243
1244 * loadhist.el (unload-function-defs-list): Renamed from
1245 unload-function-features-list.
1246 (unload-feature-special-hooks, unload-feature): Doc fixes.
1247
1248 * indent.el (indent-to-left-margin): If point's in the indentation,
1249 move to the end of the indentation.
1250
1251 * cus-edit.el (customize-changed-options): Make arg optional.
1252
1253 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
1254
1255 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
1256
1257 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1258
1259 * textmodes/css-mode.el: Require CL.
1260 (comment-continue): Declare.
1261
1262 * subr.el (make-variable-frame-localizable): Remove.
1263 (make-variable-frame-local): Mark obsolete.
1264
1265 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
1266
1267 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
1268 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
1269
1270 2007-10-23 Chris Moore <christopher.ian.moore@gmail.com>
1271
1272 * comint.el (comint-password-prompt-regexp):
1273 Handle `[sudo] password'-style prompt.
1274
1275 2007-10-23 Glenn Morris <rgm@gnu.org>
1276
1277 * progmodes/f90.el (f90-do-indent, f90-if-indent)
1278 (f90-type-indent, f90-program-indent)
1279 (f90-continuation-indent, f90-comment-region)
1280 (f90-beginning-ampersand, f90-smart-end)
1281 (f90-break-before-delimiters, f90-auto-keyword-case)
1282 (f90-leave-line-no, f90-mode-hook):
1283 Give an appropriate safe-local-variable property.
1284 (f90-font-lock-keywords-2): Fix `go to' regexp.
1285
1286 * progmodes/fortran.el (fortran-tab-mode-default)
1287 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
1288 (fortran-structure-indent, fortran-continuation-indent)
1289 (fortran-comment-indent, fortran-comment-line-extra-indent)
1290 (fortran-comment-line-start)
1291 (fortran-minimum-statement-indent-fixed)
1292 (fortran-minimum-statement-indent-tab)
1293 (fortran-comment-indent-char, fortran-line-number-indent)
1294 (fortran-check-all-num-for-matching-do)
1295 (fortran-blink-matching-if, fortran-continuation-string)
1296 (fortran-comment-region, fortran-electric-line-number)
1297 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
1298 (fortran-analyze-depth, fortran-break-before-delimiters):
1299 Give an appropriate safe-local-variable property.
1300
1301 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1302
1303 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
1304 of the subdirs is unreadable.
1305
1306 2007-10-22 Martin Rudalics <rudalics@gmx.at>
1307
1308 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
1309 Use window-full-width-p.
1310
1311 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1312
1313 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
1314 (tpu-edt-off): Use it.
1315 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
1316 the global-map before adding it to global-map.
1317
1318 * menu-bar.el (global-buffers-menu-map): New var.
1319 (global-map, menu-bar-update-buffers): Use it.
1320 * msb.el (msb-menu-bar-update-buffers): Use it.
1321 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
1322 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
1323 Use with-current-buffer.
1324
1325 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1326
1327 * hexl.el (hexl-menu): New major mode menu.
1328
1329 2007-10-20 Glenn Morris <rgm@gnu.org>
1330
1331 * progmodes/f90.el (f90-font-lock-keywords-2)
1332 (f90-looking-at-type-like): Fix regexp typos.
1333
1334 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1335
1336 * bs.el (bs-mode): Add mode name (accidentally left out
1337 in the 2007-10-16 change).
1338
1339 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1340
1341 * bs.el (bs--track-window-changes): Don't refresh the whole list.
1342 (bs-mode): Set mode-class property to special.
1343
1344 * follow.el (follow-unload-function): New function.
1345
1346 * loadhist.el (unload-function-features-list):
1347 Rename from `unload-hook-features-list'.
1348 (unload-hook-features-list): Add as obsolete alias.
1349 (unload-feature): Use `unload-function-features-list'
1350 and new FEATURE-unload-function.
1351
1352 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
1353
1354 * loadhist.el (unload-feature-special-hooks):
1355 Update list of special hooks.
1356
1357 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
1358 (adaptive-fill-function): Doc fix. Remove * from docstring.
1359
1360 2007-10-18 Glenn Morris <rgm@gnu.org>
1361
1362 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
1363
1364 2007-10-17 Aaron Hawley <aaronh@garden.org>
1365
1366 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
1367 position is not saved.
1368
1369 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
1370
1371 * longlines.el (longlines-wrap-follows-window-size): Integer value
1372 specifies wrapping margin.
1373 (longlines-mode, longlines-window-change-function):
1374 Set window-specific wrapping margin based on the above.
1375
1376 2007-10-17 John Wiegley <johnw@newartisans.com>
1377
1378 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
1379
1380 2007-10-17 Glenn Morris <rgm@gnu.org>
1381
1382 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
1383 Tweak regexp to avoid stack overflow.
1384
1385 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1386
1387 * simple.el (reindent-then-newline-and-indent): Don't assume that
1388 indent-according-to-mode preserves point.
1389
1390 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
1391
1392 * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
1393 (bs--restore-window-config): Keep the selected frame.
1394 (bs--track-window-changes, bs--remove-hooks): New functions.
1395 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
1396 (bs--show-with-configuration): Revert 2006-11-09 change.
1397 Don't reuse window unless it is visible on the selected frame.
1398 Restore window configuration (possibly in a different frame)
1399 before creating any window.
1400
1401 2007-10-16 Richard Stallman <rms@gnu.org>
1402
1403 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
1404 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
1405 (ad-is-advised, ad-get-advice-info-field)
1406 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
1407
1408 2007-10-16 Glenn Morris <rgm@gnu.org>
1409
1410 * simple.el (blink-matching-open): Don't report false errors with
1411 the `$' syntax class.
1412
1413 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1414
1415 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
1416 (filesets-ormap, filesets-sort-case-sensitive-flag)
1417 (filesets-remake-shortcut, filesets-ingroup-collect-files):
1418 Fix typos in docstrings.
1419 (filesets-data-get-name, filesets-data-get-data)
1420 (filesets-data-set, filesets-cmd-query-replace-getargs)
1421 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
1422
1423 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1424
1425 * term/mac-win.el: Don't require url when compiling, as url-type is
1426 no longer a macro.
1427
1428 2007-10-14 Glenn Morris <rgm@gnu.org>
1429
1430 * progmodes/etags.el (select-tags-table): Disable undo in the
1431 `*Tags Table List*' buffer.
1432
1433 2007-10-13 Eli Zaretskii <eliz@gnu.org>
1434
1435 * dired.el (dired-warn-writable): New face.
1436 (dired-warn-writable-face): New variable.
1437 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
1438 of dired-warning-face, for group- and world-writable files.
1439
1440 2007-10-13 Glenn Morris <rgm@gnu.org>
1441
1442 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
1443 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1444 Add doc string, and an explicit COUNT argument.
1445 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
1446 `inc' to search functions.
1447
1448 2007-10-13 John W. Eaton <jwe@octave.org>
1449
1450 * progmodes/octave-mod.el (octave-looking-at-kw)
1451 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1452 New functions.
1453 (octave-in-defun-p, calculate-octave-indent)
1454 (octave-blink-matching-block-open, octave-beginning-of-defun)
1455 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
1456 to search for regexps that contain case-sensitive keywords.
1457 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
1458 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
1459
1460 2007-10-13 Richard Stallman <rms@gnu.org>
1461
1462 * files.el (directory-abbrev-alist): Doc fix.
1463
1464 2007-10-13 Jari Aalto <jari.aalto@cante.net>
1465
1466 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
1467
1468 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1469
1470 * frame.el (set-frame-configuration): Assign name parameter only
1471 if it has been set explicitly before.
1472
1473 * window.el (handle-select-window): Revert part of 2007-10-06
1474 change setting the input focus.
1475
1476 2007-10-12 Glenn Morris <rgm@gnu.org>
1477
1478 * cus-edit.el (custom-variable-menu, custom-face-menu)
1479 (custom-group-menu): Check init-file-user rather than
1480 user-init-file, in case cus-edit is loaded by site-run-file.
1481
1482 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1483
1484 * follow.el (follow-stop-intercept-process-output):
1485 Use `follow-call-process-filter' rather than `process-filter'.
1486
1487 2007-10-11 Tom Tromey <tromey@redhat.com>
1488
1489 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
1490 frame is visible.
1491
1492 2007-10-10 Richard Stallman <rms@gnu.org>
1493
1494 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
1495 in *Backtrace*.
1496
1497 * faces.el (face-font-selection-order): Doc fix.
1498
1499 * loadhist.el (unload-feature): Doc fix.
1500
1501 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1502
1503 * ps-print.el: Fix the usage of :foreground and :background face
1504 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
1505 (ps-print-version): New version 6.7.6.
1506 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
1507 Fix code.
1508 (ps-face-foreground-color-p, ps-face-background-color-p)
1509 (ps-face-color-p): New inline funs.
1510
1511 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
1512
1513 * follow.el: Change all instances of "Follow Mode" to "Follow
1514 mode" in docstrings and messages.
1515
1516 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
1517
1518 * faces.el (face-font-selection-order): Doc fix.
1519
1520 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
1521 (follow-mode-off-hook): Mark as obsolete.
1522
1523 2007-10-08 Richard Stallman <rms@gnu.org>
1524
1525 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
1526 (edebug-install-custom-print, edebug-reset-print-funcs)
1527 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
1528 Functions deleted.
1529 (edebug-prin1, edebug-print, edebug-prin1-to-string)
1530 (edebug-format, edebug-message): Define directly as aliases.
1531
1532 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1533
1534 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
1535
1536 2007-10-07 Glenn Morris <rgm@gnu.org>
1537
1538 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
1539 version numbers.
1540
1541 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
1542
1543 * net/tramp.el (tramp-completion-mode): Extend doc-string.
1544 (tramp-completion-mode-p): Revert change from 2007-09-24.
1545 Checking for `return' etc as last character is not sufficient, for
1546 example in dired-mode when entering <g> (revert-buffer) or
1547 <s> (dired-sort).
1548
1549 2007-10-06 Martin Rudalics <rudalics@gmx.at>
1550
1551 * window.el (mouse-autoselect-window-cancel): Don't cancel for
1552 select-window or select-frame events.
1553 (handle-select-window): When autoselecting window set input
1554 focus. Restructure.
1555
1556 * frame.el (focus-follows-mouse): Moved to frame.c.
1557 * cus-start.el (all): Add focus-follows-mouse.
1558
1559 2007-10-05 Chris Moore <dooglus@gmail.com>
1560
1561 * server.el (server-kill-new-buffers): Doc fix.
1562
1563 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
1564
1565 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
1566 activate font-locking in the *buffer-selection* buffer.
1567 (bs-show-sorted): Doc fix.
1568
1569 * bs.el (bs--get-marked-string, bs--get-modified-string)
1570 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
1571 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
1572 (bs--format-aux): Doc fix.
1573
1574 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
1575
1576 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
1577
1578 2007-10-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1579
1580 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
1581
1582 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
1583
1584 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
1585 (gud-gdb): New function for old M-x gdb (text command mode).
1586 (gud-gdb-command-name, gdb): Move to...
1587
1588 * progmodes/gdb-ui.el: ...here and adapt doc string.
1589 (gud-gdba-command-name, gdba): Delete.
1590
1591 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
1592
1593 * bs.el: Don't defvar `font-lock-verbose'.
1594 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
1595 (bs--get-file-name): Fix typos in docstrings.
1596 (bs--show-header): Use `dolist' instead of `mapcar'.
1597 (bs-mode): Set `show-trailing-whitespace' to nil.
1598 (bs-buffer-sort-function, bs-mouse-select-other-frame)
1599 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
1600 Doc fixes.
1601
1602 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
1603
1604 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
1605
1606 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
1607
1608 * progmodes/gud.el (gdb): Make graphical mode the default and
1609 switch to text command mode if appropriate, i.e., reverse previous
1610 arrangement.
1611 (gud-gdb-marker-filter): Adapt for above change.
1612
1613 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
1614 gud-minor-mode and gud-marker-filter.
1615 (gdb-fullname-regexp): New variable.
1616 (gud-gdba-marker-filter): Use it to switch to text command
1617 mode if appropriate.
1618
1619 2007-10-02 Richard Stallman <rms@gnu.org>
1620
1621 * frame.el (cursor-in-non-selected-windows): Doc fix.
1622
1623 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
1624
1625 * progmodes/gud.el (gud-display-line): Find source buffer even when
1626 GUD buffer has its own frame.
1627
1628 2007-10-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1629
1630 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
1631
1632 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1633
1634 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1635
1636 2007-09-29 Martin Rudalics <rudalics@gmx.at>
1637
1638 * allout.el (allout-before-change-handler): Replace got-char by
1639 goto-char.
1640
1641 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1642
1643 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
1644 Used to try and automatically enabled smerge-mode in the presence of
1645 conflicts and to call `svn resolved' when the conflicts are gone.
1646 (vc-svn-parse-status): Remember the svn-specific status.
1647
1648 * newcomment.el (comment-choose-indent): New function extracted
1649 from comment-indent. Improve the alignment algorithm.
1650 (comment-indent): Use it.
1651
1652 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
1653
1654 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
1655 (eldoc-message-commands, eldoc-current-idle-delay):
1656 Fix typos in docstrings.
1657
1658 * progmodes/python.el (python-eldoc-function): Doc fix.
1659
1660 2007-09-26 Eli Zaretskii <eliz@gnu.org>
1661
1662 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
1663 menu-bar-apropos-menu. All users changed.
1664 (menu-bar-help-menu): Change menu symbols to better match the text
1665 displayed by the menu.
1666
1667 2007-09-25 Glenn Morris <rgm@gnu.org>
1668
1669 * view.el (view-search-no-match-lines): Add a doc string.
1670 Rewrite to simplify and work better.
1671
1672 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
1673
1674 * net/tramp.el (tramp-completion-mode-p): Rename from
1675 `tramp-completion-mode'. Revert logic, check `return', `newline'
1676 and such alike. Packages like Icicles tend to use other completion
1677 characters but `tab' and `space' only.
1678 (top): Require cl.el, when `copy-tree' is not available otherwise.
1679
1680 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
1681 `ad-get-arg'.
1682
1683 2007-09-24 Ville Skytt\e,Ad\e(B <scop@xemacs.org> (tiny change)
1684
1685 * net/tramp-vc.el (tramp-vc-user-login-name):
1686 Use `vc-find-version' instead of `process-file' to check whether we
1687 have a new enough vc that doesn't need the defadvice.
1688
1689 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
1690
1691 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
1692 #, @, : and ^.
1693
1694 2007-09-23 Glenn Morris <rgm@gnu.org>
1695
1696 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
1697
1698 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1699
1700 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
1701
1702 * log-view.el (log-view-mode-map): Likewise.
1703
1704 * diff-mode.el (diff-mode-shared-map): Likewise.
1705
1706 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
1707
1708 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
1709 add inferior-octave-directory-tracker to the buffer-local value
1710 of comint-input-filter-functions.
1711
1712 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1713
1714 * files.el (file-name-sans-versions): Also allow `A-Z'.
1715
1716 * vc.el: Mention all supported VC backends.
1717
1718 2007-09-22 Richard Stallman <rms@gnu.org>
1719
1720 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
1721 neighbouring buttons.
1722
1723 2007-09-22 Andreas Schwab <schwab@suse.de>
1724
1725 * files.el (file-name-sans-versions): Also allow `_'.
1726
1727 2007-09-22 Glenn Morris <rgm@gnu.org>
1728
1729 * eshell/esh-mode.el (eshell-output-filter-functions):
1730 Add eshell-postoutput-scroll-to-bottom.
1731
1732 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1733
1734 * files.el (file-name-sans-versions): Allow - and a-z in version names.
1735
1736 * log-view.el (log-view-mode-map, log-view-mode-menu):
1737 Bind log-view-annotate-version.
1738 (log-view-beginning-of-defun, log-view-end-of-defun)
1739 (log-view-annotate-version): New functions.
1740 (log-view-mode): Use log-view-beginning-of-defun and
1741 log-view-end-of-defun.
1742
1743 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1744
1745 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
1746
1747 2007-09-21 Kevin Ryde <user42@zip.com.au>
1748
1749 * international/mule.el (sgml-html-meta-auto-coding-function):
1750 Bind `case-fold-search' to t.
1751
1752 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1753
1754 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
1755 neighbouring buttons.
1756
1757 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1758 Recognize gcc's use of "note" for informational messages.
1759
1760 2007-09-20 Glenn Morris <rgm@gnu.org>
1761
1762 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
1763 motion functions, rather than hard-coding "\n\n".
1764 (tex-validate-region): Check for eobp, to speed up.
1765 (tex-next-unmatched-end): Doc fix.
1766
1767 2007-09-19 Glenn Morris <rgm@gnu.org>
1768
1769 * textmodes/tex-mode.el (tex-terminate-paragraph):
1770 Use backward-paragraph.
1771
1772 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1773
1774 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
1775 (css-mode): Update correspondingly.
1776
1777 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1778
1779 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
1780
1781 * vc-hooks.el (vc-menu-entry): New var.
1782 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
1783 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
1784 (vc-menu-map): Declare and initialize in one step.
1785
1786 * menu-bar.el (vc-menu-map): Don't setup any more.
1787 Instead, just create the proper spot in the menu.
1788
1789 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
1790 Stefan Monnier <monnier@iro.umontreal.ca>
1791
1792 * vc.el: Document new VC operation `extra-menu'.
1793
1794 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
1795
1796 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1797
1798 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
1799 Signed-off-by, Acked-by and Merge.
1800
1801 2007-09-17 Glenn Morris <rgm@gnu.org>
1802
1803 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
1804 filename from `--file-line-error', if it is available.
1805
1806 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
1807
1808 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
1809 TeX `--file-line-error' format.
1810
1811 2007-09-17 Glenn Morris <rgm@gnu.org>
1812
1813 * textmodes/tex-mode.el (tex-region): Simplify previous change,
1814 handling the case where the region is not in `tex-main-file'.
1815 (tex-region-1): Delete.
1816 (tex-region-header): New function, doing the header part of the
1817 old tex-region-1.
1818
1819 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1820
1821 * ediff-init.el (ediff-verbose-p): This var is not a constant.
1822
1823 2007-09-16 Drew Adams <drew.adams@oracle.com>
1824
1825 * cus-edit.el (custom-face-edit-activate): Doc fix.
1826
1827 2007-09-16 Glenn Morris <rgm@gnu.org>
1828
1829 * textmodes/tex-mode.el (tex-region): Handle the case where the
1830 region is not in `tex-main-file'. Move the old code that applies
1831 to both cases...
1832 (tex-region-1): ...to this new function.
1833
1834 2007-09-15 Martin Rudalics <rudalics@gmx.at>
1835
1836 * simple.el (blink-matching-open): Don't display message when no
1837 paren is found within blink-matching-paren-distance characters.
1838 Don't search prompt in blink-matching-paren-distance nil case.
1839
1840 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
1841
1842 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
1843
1844 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1845
1846 * vc-mtn.el: New file.
1847
1848 * vc-hooks.el (vc-handled-backends): Add Mtn.
1849
1850 2007-09-13 Eli Zaretskii <eliz@gnu.org>
1851
1852 * files.el (find-file, find-file-other-window)
1853 (find-file-other-frame, find-file-existing, find-file-read-only)
1854 (find-file-read-only-other-window)
1855 (find-file-read-only-other-frame)
1856 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
1857
1858 2007-09-13 Jari Aalto <jari.aalto@cante.net>
1859
1860 * man.el (Man-default-man-entry): At end of line, continue looking
1861 to the next line for possible end of hyphenated command.
1862
1863 2007-09-13 Chris Moore <dooglus@gmail.com>
1864
1865 * shell.el (shell-resync-dirs): Don't move the cursor relative to
1866 the command being edited.
1867
1868 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
1869
1870 * progmodes/gud.el (gdb-ready): New variable.
1871 (gdb): Set it to nil. Set gud-running to nil here...
1872 (gud-common-init): ...instead of here.
1873
1874 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
1875 Use gdb-ready. Discard input until GDB is ready to accept it.
1876
1877 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
1878
1879 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
1880 C-M-S- keys.
1881
1882 2007-09-12 Martin Rudalics <rudalics@gmx.at>
1883
1884 * dired.el (dired-warning): Inherit from font-lock-warning-face to
1885 make it show up with eight colors.
1886
1887 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1888
1889 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
1890 diffs are concatenated with no intervening line.
1891
1892 2007-09-10 Dave Love <fx@gnu.org>
1893
1894 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
1895 (python-font-lock-keywords): Update to the 2.5 version of the language.
1896 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
1897 (python-backspace): Only behave funny in code.
1898 (python-compilation-regexp-alist): Add PDB stack trace regexp.
1899 (inferior-python-mode): Add PDB prompt regexp.
1900 (python-fill-paragraph): Refine the fenced-string regexp.
1901 (python-find-imports): Handle imports spanning several lines.
1902 (python-mode): Add `class' to hideshow support.
1903
1904 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1905
1906 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
1907 add-log-buffer-file-name-function rather than bind buffer-file-name,
1908 so we dont end up calling change-log-mode in *cvs* when `fi' is the
1909 ChangeLog file itself.
1910
1911 * outline.el (outline-flag-region): Use front-advance.
1912
1913 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
1914
1915 * progmodes/cperl-mode.el: Merge upstream 5.23.
1916 (cperl-where-am-i): Remove function.
1917 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
1918 (cperl-sniff-for-indent): De-invert [string] and [comment].
1919 When looking for label, skip s:m:y:tr.
1920 (cperl-indent-line): Likewise.
1921 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
1922 (cperl-windowed-init): Wrong `ps-print' handling.
1923 Both thanks to Chong Yidong.
1924 (cperl-look-at-leading-count): Could fail with unfinished RExen.
1925 (cperl-find-pods-heres): If the second part of s()[] is missing,
1926 don't try to highlight delimiters...
1927
1928 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1929
1930 * progmodes/compile.el (compilation-get-file-structure): Complete last
1931 change by also using spec-directory in the puthash.
1932
1933 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
1934
1935 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
1936 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
1937 (vc-bzr-status): Fix shadowing of variable 'status'.
1938 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
1939 Use `expand-file-name' instead of `concat'.
1940 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
1941 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
1942
1943 2007-09-05 Jason Rumney <jasonr@gnu.org>
1944
1945 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
1946
1947 2007-09-02 Richard Stallman <rms@gnu.org>
1948
1949 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
1950 Add `safe-local-variable' property.
1951 (lisp-body-indent): Likewise.
1952
1953 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1954
1955 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
1956 prev/next-node.
1957
1958 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
1959 (x-gtk-map-stock): New function.
1960
1961 2007-09-02 Glenn Morris <rgm@gnu.org>
1962
1963 * comint.el (comint-mode): Don't set scroll-conservatively.
1964
1965 * eshell/em-unix.el (eshell/time): Stringify and flatten the
1966 non-command arguments.
1967
1968 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
1969
1970 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1971 Fix bug: Don't expand top-level file name more than once.
1972 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
1973
1974 2007-09-01 Richard Stallman <rms@gnu.org>
1975
1976 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
1977 Add doc string.
1978
1979 2007-08-30 Richard Stallman <rms@gnu.org>
1980
1981 * speedbar.el (speedbar-frame-reposition-smartly)
1982 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
1983 (speedbar-check-vc): Don't use dframe-xemacsp.
1984
1985 2007-08-30 Martin Rudalics <rudalics@gmx.at>
1986
1987 * files.el (backup-buffer-copy): Try to overwrite old backup first.
1988
1989 2007-08-29 Martin Rudalics <rudalics@gmx.at>
1990
1991 * repeat.el (repeat): Use last-repeatable-command instead of
1992 real-last-command. Run pre- and post-command hooks for
1993 self-insertion. Update doc-string.
1994
1995 2007-08-28 Glenn Morris <rgm@gnu.org>
1996
1997 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
1998
1999 2007-08-27 Alexandre Julliard <julliard@winehq.org>
2000
2001 * vc-git.el (vc-git-state): Call git-add --refresh to update the
2002 state of the file.
2003 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
2004 (vc-git-create-repo): Fix invalid command.
2005
2006 2007-08-27 Richard Stallman <rms@gnu.org>
2007
2008 * textmodes/flyspell.el (flyspell-mode):
2009 Catch errors in flyspell-mode-on.
2010
2011 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
2012
2013 * progmodes/modula2.el (m2-definition, m2-module):
2014 Don't use previous-line. Reported by T. V. Raman.
2015
2016 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2017
2018 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
2019 argument to tool-bar-mode call.
2020
2021 2007-08-27 Glenn Morris <rgm@gnu.org>
2022
2023 * diff-mode.el (diff-find-file-name): Only accept regular files,
2024 to rule out /dev/null, directories, etc.
2025
2026 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
2027
2028 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
2029 safe-local-variable setting.
2030 * progmodes/perl-mode.el (perl-indent-level): Likewise.
2031
2032 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2033
2034 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
2035 of buffers in uniquify-managed.
2036
2037 * simple.el (invisible-p): Rename from text-invisible-p.
2038 Update callers.
2039
2040 2007-08-25 Alan Mackenzie <acm@muc.de>
2041
2042 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
2043 new language variable.
2044
2045 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
2046 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
2047 "extern" etc., rather than BOI. Fix addition of spurious
2048 syntactic-symbol 'defun-block-intro, replacing it with
2049 'innamespace, etc.
2050
2051 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
2052
2053 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
2054 Don't behave differently when executed via M-x. Add doc string.
2055
2056 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
2057
2058 * files.el (backup-buffer-copy): Don't wrap delete in
2059 condition-case, only try to delete if file exists.
2060
2061 2007-08-24 Glenn Morris <rgm@gnu.org>
2062
2063 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
2064
2065 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2066
2067 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
2068 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
2069 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
2070 (cperl-etags-goto-tag-location): Use new style backquotes.
2071
2072 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
2073 (dynamic-completion-table): Use it it.
2074
2075 * net/browse-url.el: Remove spurious * in custom docstrings.
2076 (browse-url-filename-alist): Use new-style backquote.
2077
2078 * emacs-lisp/backquote.el (backquote-unquote-symbol)
2079 (backquote-splice-symbol): Clarify they're not new-style unquotes.
2080
2081 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
2082 (\,@): Backslash the , and ,@ which are not new-style unquotes.
2083
2084 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
2085
2086 * net/socks.el (socks-username/password-auth-filter):
2087 Remove unused vars `state' and `desired-len'.
2088 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
2089 (socks-wait-for-state-change): Use new-style backquotes.
2090
2091 * pcvs.el (cvs-mode-status): Fix long-standing typo.
2092
2093 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
2094 backquotes after each `read' rather than once per buffer.
2095
2096 * dframe.el: Remove spurious * in custom docstrings.
2097 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
2098 (dframe-xemacs20p): Remove, inline at the sole use point.
2099 (defface): Don't defvar the face, don't use old-style backquote.
2100 (defcustom): Don't use old-style backquote.
2101 (dframe-frame-parameter, dframe-mouse-event-p):
2102 Make it obvious that it's always defined.
2103 (dframe-popup-kludge): New function to replace
2104 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
2105 (dframe-frame-mode, dframe-set-timer-internal)
2106 (dframe-mouse-set-point): Remove use of with-no-warnings from
2107 XEmacs-specific code.
2108 (dframe-set-timer-internal): Fix very old bug with
2109 post-command-idle-hook.
2110
2111 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
2112
2113 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
2114
2115 * image-mode.el (image-minor-mode): Use image-mode-text-map.
2116
2117 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
2118
2119 * sort.el (sort-fold-case, sort-numeric-base): Mark as
2120 safe-local-variable.
2121
2122 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2123
2124 * net/browse-url.el (browse-url-emacs): New function.
2125
2126 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2127
2128 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
2129 warning if the file uses old style backquotes.
2130
2131 * emacs-lisp/bytecomp.el (byte-compile-log-file)
2132 (byte-recompile-directory, byte-compile-file)
2133 (byte-compile-from-buffer): Use with-current-buffer.
2134
2135 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
2136 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
2137 (line-move-1, line-move-finish, line-move-to-column)
2138 (move-end-of-line, move-beginning-of-line): Use new name.
2139
2140 2007-08-22 Glenn Morris <rgm@gnu.org>
2141
2142 * files.el (backup-buffer-copy): Check backup directory is
2143 writable, to avoid infloop deleting old backup.
2144
2145 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
2146 movemail related variables.
2147 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
2148 will now be set before this is called.
2149
2150 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2151
2152 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
2153
2154 * progmodes/ada-mode.el: Fix up comment style in header.
2155 (ada-check-emacs-version): Remove.
2156 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
2157 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
2158 to try and quieten the byte-compiler.
2159 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
2160
2161 * vc.el (vc-annotate-warp-version): Don't use previous-line.
2162
2163 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
2164
2165 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
2166 extracted from `eval-last-sexp-1'.
2167 (eval-last-sexp-1): Call `preceding-sexp'.
2168
2169 2007-08-19 Glenn Morris <rgm@gnu.org>
2170
2171 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
2172 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
2173 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
2174 shadow files messing up the compilation.
2175
2176 2007-08-18 Glenn Morris <rgm@gnu.org>
2177
2178 * progmodes/scheme.el (scheme-mode-variables):
2179 Set font-lock-comment-start-skip.
2180
2181 2007-08-18 Martin Rudalics <rudalics@gmx.at>
2182
2183 * progmodes/ada-mode.el (ada-create-syntax-table):
2184 Move set-syntax-table from here to ...
2185 (ada-mode): ... here. Don't change global value of comment-multi-line.
2186 Call new function ada-initialize-syntax-table-properties.
2187 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
2188 (ada-deactivate-properties, ada-initialize-properties):
2189 Replace by new functions ...
2190 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
2191 (ada-initialize-syntax-table-properties): ... to set up syntax-table
2192 properties uniformly, independently from whether font-lock-mode
2193 is enabled or not. Handle read-only buffers and do not change
2194 undo-list when setting syntax-table properties.
2195 (ada-after-change-function): Use ada-set-syntax-table-properties.
2196
2197 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2198
2199 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
2200 (cperl-find-pods-heres): Fix an error when typing expressions like
2201 `s{a}{b}'.
2202
2203 2007-08-17 Glenn Morris <rgm@gnu.org>
2204
2205 * progmodes/compile.el (compilation-get-file-structure): Make use
2206 of the directory part when checking for an existing entry, to
2207 handle files with same basename in different directories.
2208
2209 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2210
2211 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
2212 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
2213 (ps-paragraph-spacing): Docstring fix.
2214
2215 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2216
2217 * smerge-mode.el (smerge-resolve): New arg `safe'.
2218 (smerge-resolve-all, smerge-batch-resolve): New function.
2219 (smerge-refine): Make sure `diff' returns the expected result.
2220 (smerge-parsep-re): New const.
2221 (smerge-mode): Use it to adjust paragraph-separate.
2222
2223 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2224 Correctly match / regexp matchers as first char on a line when
2225 fontifying only that line.
2226
2227 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
2228
2229 2007-08-16 Glenn Morris <rgm@gnu.org>
2230
2231 * ps-print.el (ps-font-size): Doc fix.
2232
2233 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2234
2235 * vc-bzr.el: Don't fiddle with vc-handled-backend.
2236 (vc-bzr-registered): Don't redundantly protect against
2237 file-error. Actually use the format-specific code.
2238 (vc-bzr-buffer-nonblank-p): Remove.
2239 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
2240
2241 2007-08-15 Glenn Morris <rgm@gnu.org>
2242
2243 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
2244 sloppier, for the sake of GNU Mailman.
2245 (rmail-digest-rfc1153): Initialize `result' correctly.
2246
2247 2007-08-14 Glenn Morris <rgm@gnu.org>
2248
2249 * simple.el (bad-packages-alist): New constant.
2250 (bad-package-check): New function. Together, these two add
2251 elements to `after-load-alist' to check for problematic external
2252 packages.
2253 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
2254
2255 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
2256
2257 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
2258 optional quotes around files in NEED-UPDATE . REMOVED case.
2259
2260 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
2261 (ada-treat-cmd-string): Improve error message.
2262 (ada-do-file-completion): Call `ada-require-project-file', so
2263 project variables are set properly.
2264 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
2265 (ada-gnatfind-buffer-name): New constant.
2266 (ada-find-any-references): Use new constant. Set buffer name
2267 properly in compilation-start. Toggle read-only properly.
2268 (ada-find-in-src-path): Fix spelling error in docstring.
2269
2270 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
2271 by zero error.
2272
2273 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
2274
2275 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
2276
2277 2007-08-12 Richard Stallman <rms@gnu.org>
2278
2279 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
2280 (cvs-execute-single-file): Use new name split-string-and-unquote.
2281 (cvs-header-msg): Use new name combine-and-quote-strings.
2282
2283 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
2284
2285 * progmodes/gud.el (gud-common-init): Use new name
2286 split-string-and-unquote.
2287
2288 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
2289 in javac regexp.
2290
2291 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
2292 combine-and-quote-strings and split-string-and-unquote.
2293
2294 * subr.el (combine-and-quote-strings): Rename from strings->string.
2295 (split-string-and-unquote): Rename from string->strings.
2296
2297 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2298
2299 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
2300 to buffer-local settings.
2301
2302 * emacs-lisp/backquote.el (backquote-delay-process): New function.
2303 (backquote-process): Add internal arg `level'. Use the two to
2304 correctly handle nested backquotes.
2305
2306 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
2307
2308 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
2309 (vc-bzr-state-words): Add "kind changed" state word.
2310 (vc-bzr-status): New function. Return Bzr idea of file status,
2311 which is different from VC's.
2312 (vc-bzr-state): Use vc-bzr-status.
2313 (vc-workfile-unchanged-p): Use vc-bzr-status.
2314 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
2315 (vc-dired-state): Process "kind changed" state word.
2316
2317 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
2318
2319 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
2320
2321 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
2322 Move from vc-default-find-file-not-found-hook.
2323
2324 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
2325
2326 * url/url-auth.el (url-basic-auth): When prompting for username
2327 and password, default to the username and password in the URL.
2328
2329 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2330
2331 * man.el: Remove spurious * in docstrings.
2332 Merge defvars and toplevel setq-defaults.
2333 (Man-highlight-references0): Limit=nil rather than point-max.
2334 (Man-mode-map): Move initialization into the declaration.
2335 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
2336 (Man-view-header-file): Use expand-file-name rather than concat.
2337 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
2338
2339 * man.el (Man-next-section): Make sure we do not move backward.
2340
2341 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2342
2343 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
2344 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
2345 ps-print-color-p is neither nil nor black-white. Reported by Christian
2346 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2347
2348 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2349
2350 * files.el (auto-mode-alist): Use the purecopied text (duh!).
2351
2352 2007-08-08 Andreas Schwab <schwab@suse.de>
2353
2354 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
2355 self-insert-command, not self-insert.
2356
2357 2007-08-08 Glenn Morris <rgm@gnu.org>
2358
2359 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
2360
2361 * Replace `iff' in doc-strings and comments.
2362
2363 * help-mode.el (help-make-xrefs): Search for symbol constituents,
2364 rather than just `-'.
2365
2366 2007-08-08 Martin Rudalics <rudalics@gmx.at>
2367
2368 * dired.el (dired-pop-to-buffer):
2369 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2370 * calendar/calendar.el (generate-calendar-window):
2371 * progmodes/compile.el (compilation-set-window-height):
2372 * textmodes/two-column.el (2C-two-columns, 2C-merge):
2373 Use window-full-width-p instead of comparing frame-width and
2374 window-width.
2375
2376 * progmodes/compile.el (compilation-find-buffer): Remove extra
2377 argument in call to compilation-buffer-internal-p.
2378
2379 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
2380
2381 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
2382 parameters IDENTIFICATION and CONNECTED.
2383 (tramp-handle-insert-file-contents): VISIT must be handled after
2384 insertion of the local copy. Reported by Peter Gordon
2385 <peter@pg-consultants.com>.
2386 (tramp-file-name-handler): No special handling for
2387 `expand-file-name'. But for `file-name-as-directory'.
2388 (tramp-find-shell, tramp-open-connection-telnet)
2389 (tramp-open-connection-rsh, tramp-open-connection-su)
2390 (tramp-open-connection-multi)
2391 (tramp-open-connection-setup-interactive-shell): Guard against
2392 $PROMPT_COMMAND shell var. Reported by Steve Youngs
2393 <steve@sxemacs.org>.
2394 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
2395 the hint.
2396
2397 * net/trampver.el: Update release number.
2398
2399 2007-08-07 Tom Tromey <tromey@redhat.com>
2400
2401 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
2402 Add safe-local-variable property.
2403
2404 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
2405
2406 * image-mode.el (image-toggle-display): Use image-refresh.
2407
2408 * longlines.el (longlines-decoded): New variable.
2409 (longlines-mode): Avoid encoding or decoding the buffer twice.
2410
2411 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
2412
2413 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
2414 unofficial version.
2415 (vc-bzr-command): Remove redundant setting of process-connection-type.
2416 (vc-bzr-admin-checkout-format-file): Add autoload.
2417 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
2418 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
2419 (vc-bzr-registered): Compare dirstate format tag with known good
2420 value, abort parsing if match fails. Warn user in docstring.
2421 (vc-bzr-workfile-version): Case for different Bzr branch formats.
2422 See bzrlib/branch.py in Bzr sources.
2423 (vc-bzr-diff): First argument FILES may be a string rather than a list.
2424 (vc-bzr-shell-command): Remove in favor of
2425 vc-bzr-command-discarding-stderr.
2426 (vc-bzr-command-discarding-stderr): New function.
2427
2428 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
2429
2430 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
2431 program, and return nil
2432 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
2433 (vc-bzr-state): Look for path names relative to the repository
2434 root after status keyword.
2435 (vc-bzr-file-name-relative): New function.
2436 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
2437 depend on it.
2438 (vc-bzr-admin-dirname, ...-checkout-format-file)
2439 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
2440 files that we now parse directly for speed.
2441 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
2442 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
2443 (vc-bzr-state): "bzr status" successful only if exitcode is 0
2444 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
2445 Bzr warnings, so we must discard it.
2446 (vc-bzr-workfile-version): Speedup counting lines from
2447 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
2448 if that file doesn't exist.
2449 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
2450 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
2451 (not ".bzr"!) to `vc-directory-exclusion-list'
2452 (vc-bzr-shell-command): New function.
2453
2454 2007-08-06 Tom Tromey <tromey@redhat.com>
2455
2456 * diff-mode.el (diff-unified->context, diff-reverse-direction)
2457 (diff-fixup-modifs): Typo in docstring.
2458
2459 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2460
2461 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
2462 count-screen-lines.
2463 (tpu-edt-off): Disable relevant pieces of advice.
2464
2465 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
2466 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
2467 (newline, newline-and-indent, do-auto-fill): Use advice instead of
2468 redefining the function.
2469 (tpu-set-scroll-margins): Activate the pieces of advice.
2470
2471 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
2472
2473 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
2474 process-filter.
2475
2476 2007-08-06 Martin Rudalics <rudalics@gmx.at>
2477
2478 * help.el (resize-temp-buffer-window): Use window-full-width-p
2479 instead of comparing frame-width and window-width.
2480
2481 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
2482
2483 * term.el: Honor term-default-fg-color and term-default-bg-color
2484 settings when modifying term-current-face.
2485 (term-default-fg-color, term-default-bg-color): Initialize from
2486 default term-current-face.
2487 (term-mode, term-reset-terminal): Set term-current-face with
2488 term-default-fg-color and term-default-bg-color.
2489 (term-handle-colors-array): term-current-face has term-default-fg-color
2490 and term-default-bg-color after reset escape sequence.
2491 (term-handle-colors-array): Set term-current-color with
2492 term-default-fg/bg-color instead of ansi-term-color-vector when the
2493 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
2494
2495 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
2496
2497 * files.el (set-auto-mode): Handle also remote files wrt
2498 `auto-mode-alist'.
2499
2500 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
2501 remote identification.
2502
2503 2007-08-04 Glenn Morris <rgm@gnu.org>
2504
2505 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
2506 zero, not nil, when the library is first loaded. Check for a file
2507 that has been modified on disk.
2508
2509 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
2510 Remove duplicate defvar preventing initialization.
2511 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
2512
2513 2007-08-03 Miles Bader <miles@gnu.org>
2514
2515 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
2516 backend names for new backends to `Git', `Hg', and `Bzr'.
2517 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
2518 not `HG'.
2519 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
2520 name, not `GIT'.
2521 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
2522 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
2523
2524 2007-08-03 Glenn Morris <rgm@gnu.org>
2525
2526 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
2527
2528 2007-08-02 Richard Stallman <rms@gnu.org>
2529
2530 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
2531 to update deleted flag.
2532
2533 * cus-edit.el (customize-apropos, customize-apropos-options)
2534 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
2535
2536 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
2537
2538 * startup.el (fancy-splash-head, startup-echo-area-message):
2539 Change message text.
2540
2541 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
2542 All callers use line-move.
2543
2544 * progmodes/compile.el (compilation-find-buffer): Return current
2545 buffer immediately if suitable.
2546 (compile, compilation-buffer-name, compilation-start): Doc fixes.
2547
2548 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2549
2550 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
2551 Make it more discriminating and more useful.
2552 (vc-bzr-root-dir): Use new name.
2553 (vc-bzr-registered): Use new name and look at the dirstate file to
2554 determine if it's registered or not without running `bzr'.
2555
2556 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
2557
2558 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
2559
2560 2007-07-31 Drew Adams <drew.adams@oracle.com>
2561
2562 * cus-edit.el (custom-group-value-create, custom-goto-parent):
2563 Fix parent groups link.
2564
2565 2007-07-31 Daiki Ueno <ueno@unixuser.org>
2566
2567 * faces.el (face-normalize-spec): New function.
2568 (frame-set-background-mode): Normalize face-spec before calling
2569 face-spec-match-p.
2570
2571 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
2572
2573 * vc-bzr.el: New file (copied from the trunk).
2574
2575 * vc-hooks.el (vc-handled-backends): Add BZR.
2576 (vc-find-file-hook): Failsafe if the backend's `registered'
2577 function burps.
2578
2579 * server.el (server-window): Add switch-to-buffer-other-frame option.
2580
2581 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2582
2583 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
2584 (vc-git-revision-completion-table): Enable.
2585
2586 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
2587
2588 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
2589
2590 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
2591 (vc-hg-registered): Set the vc-state property.
2592
2593 * diff-mode.el (diff-mode-menu): New entries.
2594
2595 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2596
2597 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
2598 (diff-file-kill): Use it.
2599 (diff-beginning-of-hunk): Add arg `try-harder' using it.
2600 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
2601 Use it so they find the hunk even when we're in the file header.
2602
2603 * vc.el: Add new VC operation `revision-completion-table'.
2604 (vc-default-revision-completion-table): New function.
2605 (vc-version-diff, vc-version-other-window): Use it to provide
2606 completion of revision names if the backend provides it.
2607
2608 * vc-arch.el (vc-arch--version-completion-table)
2609 (vc-arch-revision-completion-table): New functions to provide
2610 completion of revision names.
2611
2612 * vc-cvs.el: Require CL.
2613 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
2614 New functions to provide completion of revision names.
2615
2616 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
2617
2618 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
2619 (copyright-fix-years, copyright): Correctly handle the case where
2620 copyright-limit is nil.
2621
2622 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
2623
2624 * progmodes/python.el (run-python): Fix path separator under w32.
2625
2626 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
2627
2628 * vc-git.el: New File.
2629
2630 2007-07-28 Alan Mackenzie <acm@muc.de>
2631
2632 Fix problem with modes derived from CC Mode:
2633 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
2634 macro to cc-langs.
2635 (c-init-language-vars-for): Remove call to above macro.
2636 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
2637 been moved to here.
2638 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
2639
2640 2007-07-28 Eli Zaretskii <eliz@gnu.org>
2641
2642 * net/trampver.el: Fix the `coding' cookie.
2643
2644 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
2645
2646 * add-log.el (change-log-redate): Remove (not needed anymore and
2647 doesn't appear to work).
2648
2649 2007-07-25 Glenn Morris <rgm@gnu.org>
2650
2651 * Relicense all FSF files to GPLv3 or later.
2652
2653 * COPYING: Switch to GPLv3.
2654
2655 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2656
2657 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
2658 Replace it with another one which disables undo before calling
2659 erase-buffer and then turns it back on if needed.
2660
2661 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2662
2663 * ps-print.el: Problem with foreground and background color when
2664 printing a buffer with and without faces. Reported by Christian
2665 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2666 (ps-print-version): New version 6.7.5.
2667 (ps-default-fg): Change default value to nil, so black color is used
2668 when a face does not specify a foreground color.
2669 (ps-default-bg): Change default value to nil, so white color is used
2670 for background color.
2671 (ps-begin-job): Fix code.
2672
2673 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2674
2675 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
2676
2677 2007-07-24 Alan Mackenzie <acm@muc.de>
2678
2679 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
2680 Initialise byte-compile-unresolved-functions before rather than
2681 after a compilation.
2682 (byte-compile-unresolved-functions): Amplify doc string.
2683
2684 2007-07-24 Glenn Morris <rgm@gnu.org>
2685
2686 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
2687 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
2688 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
2689 (cal-tex-cursor-week, cal-tex-cursor-week2)
2690 (cal-tex-cursor-week-iso, cal-tex-week-hours)
2691 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
2692 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2693 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
2694
2695 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2696
2697 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
2698
2699 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2700
2701 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
2702 underlying file is uptodate.
2703
2704 2007-07-23 Richard Stallman <rms@gnu.org>
2705
2706 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
2707
2708 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2709
2710 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
2711 (sh-font-lock-flush-syntax-ppss-cache): New funs.
2712 (sh-font-lock-syntactic-keywords): Use them to distinguish the
2713 different possible cases for \'.
2714 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
2715
2716 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
2717 `file' from which to start the search and fix case where `file' is the
2718 current directory and the root as well.
2719
2720 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
2721 name for buffer-file-name if it refers to a directory.
2722
2723 2007-07-22 Jason Rumney <jasonr@gnu.org>
2724
2725 * w32-fns.el (set-default-process-coding-system): Use dos line ends
2726 for input to cmdproxy on all versions of Windows.
2727 Use dos line ends for input to plink.
2728
2729 * comint.el (comint-simple-send): Concat newline before sending.
2730 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
2731
2732 2007-07-22 Juri Linkov <juri@jurta.org>
2733
2734 * isearch.el (isearch-edit-string): Save old point and
2735 isearch-other-end to old-point and old-other-end before reading
2736 the search string from minibuffer. After exiting minibuffer set
2737 point to old-other-end if point and the search direction is the
2738 same as before reading the search string.
2739 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
2740 to isearch-other-end. Instead of isearch-search-and-update call
2741 three functions isearch-search, isearch-push-state and isearch-update.
2742
2743 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2744
2745 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
2746 destroying an existing buffer.
2747
2748 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2749
2750 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
2751
2752 * term/x-win.el (x-handle-no-bitmap-icon): New function.
2753
2754 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2755
2756 * textmodes/reftex.el (reftex-access-parse-file): Create parse
2757 file in a way that does not interfere with recentf.
2758
2759 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2760
2761 * image-dired.el (image-dired-sane-db-file): New func.
2762 (image-dired-write-tags, image-dired-remove-tag)
2763 (image-dired-list-tags, image-dired-write-comments)
2764 (image-dired-get-comment, image-dired-mark-tagged-files)
2765 (image-dired-create-gallery-lists): Call new func.
2766 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
2767
2768 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
2769
2770 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
2771 (vc-hg-dir-state): Fix loop.
2772 (vc-hg-print-log): Fix expected return value for vc-hg-command.
2773 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
2774 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
2775 (vc-hg-revert): Likewise.
2776 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
2777
2778 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2779
2780 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
2781 case of alignment under a constant symbol, find and consider
2782 the sexp actually at indentation to be the "last sexp".
2783
2784 2007-07-20 Eli Zaretskii <eliz@gnu.org>
2785
2786 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2787 (install): Use them to copy all *.el files before *.elc.
2788 (clean): Don't delete *~.
2789
2790 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
2791
2792 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
2793
2794 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
2795
2796 * vc-hg.el (vc-hg-registered): Replace if with when.
2797 (vc-hg-state): Deal with nonexistent files.
2798
2799 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
2800
2801 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
2802 (follow-delete-other-windows-and-split, follow-recenter)
2803 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
2804 (follow-redisplay, follow-estimate-first-window-start)
2805 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
2806 Fix typos in docstrings.
2807
2808 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
2809
2810 * bookmark.el (bookmark-show-all-annotations):
2811 Make sure each inserted annotation ends with newline.
2812
2813 (bookmark-maybe-sort-alist): Don't modify
2814 bookmark-alist. Instead, if not sorting, simply return it.
2815 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
2816 for its return value, not for its side effect.
2817
2818 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
2819
2820 * vc.el: Add more info about the vc-registered function.
2821
2822 2007-07-16 David Kastrup <dak@gnu.org>
2823
2824 * emacs-lisp/advice.el (defadvice): Doc fix.
2825
2826 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
2827
2828 * subr.el (when, unless): Doc fix.
2829
2830 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
2831
2832 * vc-hg.el (vc-hg-state): Handle removed files.
2833 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
2834 (vc-hg-checkout): Re-enable.
2835
2836 2007-07-15 Richard Stallman <rms@gnu.org>
2837
2838 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
2839
2840 * tutorial.el (tutorial--find-changed-keys):
2841 Handle C-x specially like ESC.
2842
2843 2007-07-15 Roland McGrath <roland@frob.com>
2844
2845 * add-log.el (add-change-log-entry): Check add-log-full-name
2846 and add-log-mailing-address later, after change-log-mode-hook.
2847
2848 2007-07-15 Richard Stallman <rms@gnu.org>
2849
2850 * isearch.el (isearch-mode, isearch-done):
2851 Delete unintended code in previous change.
2852
2853 * ps-print.el (ps-default-bg): Change to White.
2854
2855 2007-07-15 Aaron Hawley <aaronh@garden.org>
2856
2857 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
2858
2859 2007-07-15 Martin Rudalics <rudalics@gmx.at>
2860
2861 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
2862 when handling the terminating event.
2863
2864 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
2865
2866 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
2867
2868 2007-07-13 Eli Zaretskii <eliz@gnu.org>
2869
2870 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2871 (install): Use them to copy all *.el files before *.elc.
2872
2873 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
2874
2875 * replace.el (match): Use yellow1 instead of yellow.
2876
2877 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
2878
2879 * pcvs-info.el (cvs-unknown): Likewise.
2880
2881 2007-07-12 Davis Herring <herring@lanl.gov>
2882
2883 * desktop.el (desktop-buffer-info, desktop-save):
2884 Use `desktop-dirname' instead of `dirname'.
2885
2886 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
2887
2888 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
2889
2890 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
2891
2892 2007-07-10 Richard Stallman <rms@gnu.org>
2893
2894 * emacs-lisp/lisp-mode.el (eval-defun):
2895 Explain special handling of `defface'.
2896
2897 2007-07-09 Richard Stallman <rms@gnu.org>
2898
2899 * isearch.el (isearch-edit-string): Call to isearch-push-state
2900 after the search.
2901
2902 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
2903
2904 * cus-start.el (file-coding-system-alist): Fix custom type.
2905
2906 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
2907
2908 * longlines.el (longlines-wrap-region): Avoid marking buffer as
2909 modified.
2910 (longlines-auto-wrap, longlines-window-change-function):
2911 Remove unnecessary calls to set-buffer-modified-p.
2912
2913 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2914
2915 * vc.el (vc-default-log-view-mode): New function.
2916 (vc-print-log): Add new `log-view-mode' VC operation.
2917
2918 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
2919
2920 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
2921 Rename and move to...
2922
2923 * subr.el (strings->string, string->strings): ...here.
2924
2925 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
2926 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
2927
2928 * progmodes/gud.el (gud-common-init): Call string->strings instead
2929 of split-string.
2930
2931 2007-07-07 Eli Zaretskii <eliz@gnu.org>
2932
2933 * term/w32-win.el (menu-bar-open): New function.
2934 Bind <f10> to it.
2935
2936 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2937
2938 * log-view.el (log-view-mode-menu): New menu.
2939
2940 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
2941
2942 * vc-hg.el: New file.
2943
2944 2007-07-06 Andreas Schwab <schwab@suse.de>
2945
2946 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
2947 dynamic bindings around the evaluation of the expression.
2948 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
2949
2950 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2951
2952 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
2953 file names.
2954
2955 2007-07-02 Martin Rudalics <rudalics@gmx.at>
2956
2957 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
2958
2959 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
2960 event is not a cons cell. Do not unread drag-mouse-1 events.
2961 Select right window in check whether space was stolen from
2962 window above.
2963
2964 2007-07-01 Richard Stallman <rms@gnu.org>
2965
2966 * files.el (find-file-visit-truename): Fix safe-local-variable value.
2967
2968 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
2969
2970 * generic-x.el (generic-define-mswindows-modes)
2971 (generic-define-unix-modes, apache-log-generic-mode)
2972 (bat-generic-mode-keymap, java-manifest-generic-mode)
2973 (show-tabs-generic-mode): Fix typos in docstrings.
2974
2975 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2976
2977 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
2978 replace-regexp-in-string.
2979
2980 2007-06-28 Andreas Schwab <schwab@suse.de>
2981
2982 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
2983 $(lisp)/subdirs.el.
2984
2985 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
2986
2987 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
2988 the speedbar frame if nil; that deletes the current frame or
2989 causes an error if it is the only frame.
2990 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
2991
2992 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
2993
2994 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
2995 directory where the desktop file was found, as the docstring says.
2996 (desktop-kill): Use `read-directory-name'.
2997
2998 * desktop.el (desktop-load-locked-desktop): New option.
2999 (desktop-read): Use it.
3000 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
3001 Use `when'.
3002
3003 2007-06-24 Davis Herring <herring@lanl.gov>
3004
3005 * desktop.el (desktop-save-mode-off): New function.
3006 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
3007 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
3008 (desktop-claim-lock, desktop-release-lock): New functions.
3009 (desktop-kill): Tell `desktop-save' that this is the last save.
3010 Release the lock afterwards.
3011 (desktop-buffer-info): New function.
3012 (desktop-save): Use it. Run `desktop-save-hook' where the doc
3013 says to. Detect conflicts, and manage the lock.
3014 (desktop-read): Detect conflicts. Manage the lock.
3015
3016 2007-06-23 Eli Zaretskii <eliz@gnu.org>
3017
3018 * ls-lisp.el (insert-directory): If an invalid regexp error is
3019 thrown, try using FILE as a literal file name, not a wildcard.
3020 Check for FILE as an existing file, not just a directory.
3021
3022 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
3023
3024 * ruler-mode.el (ruler-mode): Prevent clobbering the original
3025 `header-line-format' when reentering ruler mode.
3026
3027 2007-06-23 Eli Zaretskii <eliz@gnu.org>
3028
3029 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
3030 FILE exists as a directory.
3031
3032 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3033
3034 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
3035 (vera-font-lock-match-item): Fix doc string.
3036 (vera-in-comment-p): Remove unused function.
3037 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
3038 use `syntax-ppss'.
3039 (vera-forward-syntactic-ws): Fix argument order.
3040 (vera-prepare-search): Use `with-syntax-table'.
3041 (vera-indent-line): Fix doc string.
3042 (vera-electric-tab): Fix doc string.
3043 (vera-expand-abbrev): Define alias instead of using `fset'.
3044 (vera-comment-uncomment-region): Use `comment-start-skip'.
3045
3046 2007-06-20 Reto Zimmermann <reto@gnu.org>
3047
3048 * progmodes/vera-mode.el: New file.
3049
3050 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
3051
3052 * ido.el (ido-find-file-in-dir): Don't signal an error for
3053 empty directories.
3054
3055 2007-06-18 Alan Mackenzie <acm@muc.de>
3056
3057 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3058 When removing lines, also remove the \n. Correction of patch of
3059 2007-04-21.
3060
3061 2007-06-17 Glenn Morris <rgm@gnu.org>
3062
3063 * lpr.el (lpr-page-header-switches): Move %s to separate element
3064 for correct quoting. Doc fix.
3065
3066 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3067
3068 * term/xterm.el (terminal-init-xterm): Escape parens in character
3069 constants.
3070
3071 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
3072
3073 * scroll-lock.el (scroll-lock-mode): Doc fix.
3074
3075 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3076
3077 * font-lock.el (font-lock-add-keywords): In case font-lock was only
3078 half-activated, forcefully activate it completely.
3079
3080 2007-06-11 Richard Stallman <rms@gnu.org>
3081
3082 * cus-edit.el (custom-variable-type): Doc fix.
3083
3084 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
3085
3086 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
3087
3088 2007-06-09 Davis Herring <herring@lanl.gov>
3089
3090 * desktop.el (desktop-minor-mode-table): Doc fix.
3091
3092 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
3093
3094 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
3095 (image-next-line, image-previous-line, image-scroll-up)
3096 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
3097 New functions.
3098 (image-mode-map): Remap motion commands.
3099 (image-mode-text-map): New keymap for viewing images as text.
3100 (image-mode): Use image-mode-map.
3101 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
3102
3103 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
3104
3105 Sync with Tramp 2.0.56.
3106
3107 * net/tramp.el:
3108 * net/tramp-ftp.el:
3109 * net/tramp-smb.el:
3110 * net/tramp-util.el:
3111 * net/tramp-vc.el:
3112 Don't load cl.el, because that pollutes the namespace. Replace cl
3113 macros by their implementations where necessary. Requested by
3114 Richard Stallman <rms@gnu.org>.
3115
3116 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
3117 doesn't exist.
3118 (with-parsed-tramp-file-name): Protect debug spec during compilation.
3119 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
3120 (tramp-file-name-p, tramp-file-name-multi-method)
3121 (tramp-file-name-method, tramp-file-name-user)
3122 (tramp-file-name-host, tramp-file-name-localname): New defuns,
3123 replacing defstruct `tramp-file-name'.
3124 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
3125 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
3126 Apply `vector' instead of `make-tramp-file-name'.
3127 (tramp-handle-make-auto-save-file-name):
3128 Apply `tramp-temporary-file-directory' for compatibility reasons.
3129 (tramp-completion-mode): Use `natnump' instead of `wholenump'
3130 because of XEmacs.
3131 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
3132 started.
3133
3134 2007-06-07 David Kastrup <dak@gnu.org>
3135
3136 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3137 Change default to `top'.
3138
3139 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
3140
3141 * dired.el (dired-mode-map): Remove spurious separator.
3142
3143 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
3144
3145 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
3146
3147 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
3148 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
3149
3150 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
3151
3152 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
3153 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
3154
3155 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
3156
3157 * progmodes/ebrowse.el (ebrowse-member-table):
3158 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
3159
3160 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3161
3162 * pgg.el (pgg-sign-region, pgg-sign):
3163 * ses.el (ses-call-printer):
3164 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
3165 * textmodes/org.el (org-cycle): Fix typos in docstrings.
3166
3167 2007-06-06 Eli Zaretskii <eliz@gnu.org>
3168
3169 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
3170 (tar-get-descriptor): Handle type 55, an extended pax header.
3171
3172 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3173
3174 * textmodes/css-mode.el: New file.
3175
3176 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
3177
3178 * net/socks.el: New file, taken from w3 repository.
3179 (top): Update Copyright. Don't load cl.el.
3180 (all): Replace `case' by `cond', `string-to-int' by
3181 `string-to-number', and `process-kill-without-query' by
3182 `set-process-query-on-exit-flag'.
3183 (socks-char-int): Remove defalias and all occurrences.
3184
3185 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3186
3187 * international/mule-cmds.el (toggle-enable-multibyte-characters)
3188 (sort-coding-systems, search-unencodable-char): Doc fixes.
3189 (coding-system-change-eol-conversion, set-default-coding-systems)
3190 (prefer-coding-system, find-multibyte-characters, princ-list)
3191 (leim-list-entry-regexp, set-input-method, locale-language-names)
3192 (input-method-exit-on-first-char, exit-language-environment-hook)
3193 (locale-charset-language-names): Fix typos in docstrings.
3194
3195 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
3196
3197 * bs.el (bs-cycle-previous): Don't modify the cycle list until
3198 `switch-to-buffer' has returned succesfully.
3199 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
3200 window is dedicated (it could iconify the frame).
3201
3202 2007-06-05 Glenn Morris <rgm@gnu.org>
3203
3204 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
3205
3206 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
3207
3208 * files.el (auto-mode-alist): Add lower-priority match for names
3209 like ChangeLog.old.
3210
3211 2007-06-04 Andreas Schwab <schwab@suse.de>
3212
3213 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
3214
3215 2007-06-04 Davis Herring <herring@lanl.gov>
3216
3217 * calendar/timeclock.el: Update version number.
3218 (timeclock-modeline-display): Mention timeclock-use-display-time
3219 in explanatory message.
3220 (timeclock-log): Suppress warnings when finding the log.
3221 Don't check for a nil project twice. Run hooks after killing the
3222 buffer (if applicable).
3223 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
3224 was geometric). All uses changed.
3225 (timeclock-generate-report): Support prefix argument.
3226
3227 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3228
3229 * man.el (Man-next-section): Don't consider the last line of the
3230 page as being part of any section.
3231
3232 2007-06-04 Martin Rudalics <rudalics@gmx.at>
3233
3234 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
3235 modified flag of buffer. Use `inhibit-modification-hooks'.
3236
3237 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
3238
3239 * mail/mail-extr.el (mail-extract-address-components):
3240 Recognize non-ASCII characters except for NBSP as words.
3241
3242 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
3243
3244 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
3245
3246 2007-06-04 Michael Olson <mwolson@gnu.org>
3247
3248 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
3249 died and we are trying to send a signal to it.
3250
3251 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
3252
3253 * emacs-lisp/easy-mmode.el (define-minor-mode)
3254 (easy-mmode-define-navigation): Fix typos in docstrings.
3255
3256 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
3257 Fix typos in docstrings.
3258 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
3259 (compilation-finish-function): Fix typo in obsolescence declaration.
3260
3261 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
3262
3263 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
3264
3265 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
3266 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
3267
3268 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
3269
3270 * longlines.el (longlines-mode): Make longlines-auto-wrap
3271 buffer-local. Add hooks unconditionally.
3272 (longlines-auto-wrap): Toggle wrapping.
3273 (longlines-after-change-function)
3274 (longlines-post-command-function): Check longlines-auto-wrap.
3275
3276 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
3277
3278 * Version 22.1 released.
3279
3280 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
3281
3282 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
3283 changes.
3284
3285 2007-05-31 Richard Stallman <rms@gnu.org>
3286
3287 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
3288
3289 2007-05-29 Martin Rudalics <rudalics@gmx.at>
3290
3291 * textmodes/table.el (table--point-entered-cell-function)
3292 (table--point-left-cell-function):
3293 Bind `inhibit-point-motion-hooks' to t.
3294
3295 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3296
3297 * emacs-lisp/rx.el (rx): Doc fix.
3298
3299 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
3300
3301 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
3302
3303 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3304
3305 * log-edit.el (log-edit-changelog-paragraph): Return point-max
3306 as the end of the ChangeLog paragraph when it ends without a line
3307 termination.
3308
3309 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3310
3311 * textmodes/fill.el (canonically-space-region): Make the second arg
3312 a marker if it's not already the case.
3313
3314 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
3315 (xterm-mouse-event): Use it.
3316
3317 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
3318
3319 * vc-hooks.el (vc-find-root): Fix file attribute test.
3320
3321 2007-05-24 Richard Stallman <rms@gnu.org>
3322
3323 * textmodes/flyspell.el (flyspell-correct-word-before-point):
3324 Don't let opoint be nil.
3325 (flyspell-emacs-popup): Explicit error if no dialogs.
3326
3327 2007-05-23 Eli Zaretskii <eliz@gnu.org>
3328
3329 * tar-mode.el (tar-file-name-handler): New function.
3330 (tar-extract): Bind file-name-handler-alist to it to force
3331 find-buffer-file-type-coding-system behave as if the file being
3332 extracted existed. Use last-coding-system-used to force
3333 buffer-file-coding-system to what decode-coding-region actually
3334 used to decode the file.
3335
3336 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3337
3338 * progmodes/compile.el (compilation-handle-exit):
3339 `compilation-finish-function' may change the current buffer.
3340
3341 2007-05-22 Richard Stallman <rms@gnu.org>
3342
3343 * files.el (set-auto-mode): Doc fix.
3344
3345 2007-05-22 Eli Zaretskii <eliz@gnu.org>
3346
3347 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3348
3349 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
3350
3351 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
3352 (rcirc-print): Handle `window-width'.
3353 (rcirc-buffer-maximum-lines): Doc fix.
3354
3355 2007-05-19 Kevin Ryde <user42@zip.com.au>
3356
3357 * info.el (Info-fontify-node): Match https also.
3358
3359 2007-05-18 Richard Stallman <rms@gnu.org>
3360
3361 * simple.el (push-mark): Doc fix.
3362
3363 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
3364
3365 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
3366 tpu-global-map.
3367 (tpu-original-global-map): Delete variable.
3368 (tpu-control-keys-map): New keymap variable.
3369 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
3370 setting keymapping directly.
3371 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
3372 tpu-global-map.
3373 (tpu-edt-on): Activate the tpu-global-map.
3374 (tpu-edt-off): Deactivate the tpu-global-map.
3375
3376 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
3377
3378 * textmodes/ispell.el (ispell-get-word): Return markers
3379 for start and end positions.
3380 (ispell-word): Assume END is a marker.
3381
3382 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3383
3384 * ps-print.el: Use default color when foreground or background color
3385 are unspecified. Reported by Leo <sdl.web@gmail.com>.
3386 (ps-print-version): New version 6.7.4.
3387 (ps-rgb-color): New argument. Use default color when color is
3388 unspecified.
3389 (ps-begin-job): Fix code.
3390
3391 2007-05-17 Martin Rudalics <rudalics@gmx.at>
3392
3393 * textmodes/ispell.el (ispell-start-process): Defend against bad
3394 default-directory.
3395
3396 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3397
3398 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
3399
3400 2007-05-16 Richard Stallman <rms@gnu.org>
3401
3402 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
3403
3404 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3405
3406 * files.el (magic-mode-alist, magic-fallback-mode-alist):
3407 Move the *ml, Postscript, and XmCD entries to the fallback part.
3408
3409 * files.el (magic-fallback-mode-alist):
3410 Rename from file-start-mode-alist.
3411
3412 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3413
3414 * progmodes/compile.el (compilation-handle-exit): Quote first
3415 argument of `run-hook-with-args'.
3416
3417 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
3418
3419 * buff-menu.el (Buffer-menu-sort-column):
3420 * dabbrev.el (dabbrev-upcase-means-case-search):
3421 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3422 * info.el (Info-current-subfile):
3423 * ls-lisp.el (ls-lisp-verbosity):
3424 * msb.el (msb-menu-cond):
3425 * pcvs.el (cvs-dired-use-hook):
3426 * simple.el (set-mark-command-repeat-pop):
3427 * time.el (display-time-24hr-format, display-time-mail-file):
3428 Doc fixes.
3429
3430 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
3431 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
3432
3433 * view.el (view-inhibit-help-message): Fix typo in docstring.
3434 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
3435
3436 2007-05-14 Eli Zaretskii <eliz@gnu.org>
3437
3438 * mail/rmail.el (rmail-convert-to-babyl-format):
3439 Check content-transfer-encoding _last_, because we need its position
3440 in base64-header-field-end.
3441
3442 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
3443
3444 * files.el (mode-require-final-newline, require-final-newline)
3445 (enable-local-variables, enable-local-eval): Doc fixes.
3446
3447 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
3448
3449 * progmodes/python.el (python-font-lock-keywords)
3450 (python-open-block-statement-p, python-mode): Add support for the new
3451 "with" keyword.
3452
3453 2007-05-10 Richard Stallman <rms@gnu.org>
3454
3455 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
3456 (iso-cvt-write-only): Likewise.
3457
3458 * emacs-lisp/easy-mmode.el (define-minor-mode):
3459 Fix generated doc string.
3460
3461 * startup.el (fancy-splash-text): Add URL of guided tour.
3462 Adjust horizontal and vertical whitespace.
3463
3464 * progmodes/compile.el (compilation-handle-exit):
3465 Use run-hook-with-args to run compilation-finish-functions.
3466
3467 * files.el (file-start-mode-alist): New variable.
3468 (magic-mode-regexp-match-limit): Doc fix.
3469 (set-auto-mode): Handle file-start-mode-alist.
3470 A little cleanup of structure.
3471
3472 2007-05-10 Davis Herring <herring@lanl.gov>
3473
3474 * calendar/timeclock.el (timeclock-in): Fix non-interactive
3475 workday specifications.
3476 (timeclock-log): Don't kill the log buffer if it already existed.
3477
3478 2007-05-08 Richard Stallman <rms@gnu.org>
3479
3480 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
3481 Don't include non-self-insert commands in the exception for `-'.
3482
3483 2007-05-08 David Reitter <david.reitter@gmail.com>
3484
3485 * progmodes/python.el (python-guess-indent): Check non-nullness
3486 before comparing indent against the 2..8 interval.
3487
3488 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3489
3490 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
3491 available.
3492
3493 2007-05-06 Richard Stallman <rms@gnu.org>
3494
3495 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
3496
3497 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
3498
3499 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
3500 disconnections.
3501
3502 2007-05-01 Romain Francoise <romain@orebokech.com>
3503
3504 * dired-x.el: Revert 2007-04-06 change.
3505
3506 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
3507
3508 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
3509 don't put stop on toolbar.
3510
3511 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
3512
3513 * find-dired.el (find-dired-filter): Propertize all text down to eob.
3514
3515 2007-04-29 Richard Stallman <rms@gnu.org>
3516
3517 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
3518
3519 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3520
3521 * progmodes/cc-mode.el (c-before-change): Use point-min rather
3522 than 1.
3523
3524 2007-04-28 Richard Stallman <rms@gnu.org>
3525
3526 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
3527
3528 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3529
3530 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
3531
3532 2007-04-28 Eli Zaretskii <eliz@gnu.org>
3533
3534 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
3535 instead of $(lisp)/mh-e.
3536
3537 * textmodes/fill.el (fill-paragraph): Doc fix.
3538
3539 2007-04-28 Glenn Morris <rgm@gnu.org>
3540
3541 * image-dired.el (image-dired-cmd-create-thumbnail-options)
3542 (image-dired-cmd-create-temp-image-options): Replace option
3543 +profile "*" with -strip.
3544
3545 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
3546
3547 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3548 Use window-start and window-end.
3549
3550 2007-04-26 Glenn Morris <rgm@gnu.org>
3551
3552 * progmodes/python.el: Restore file pending consideration of legal
3553 status.
3554
3555 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
3556
3557 * locate.el (locate-in-alternate-database): Doc fix.
3558
3559 2007-04-26 Glenn Morris <rgm@gnu.org>
3560
3561 * button.el (button): Use underline if supported, else fall back
3562 to color.
3563
3564 2007-04-25 Richard Stallman <rms@gnu.org>
3565
3566 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
3567
3568 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
3569
3570 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
3571 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
3572 pushing mark.
3573 (idlwave-current-routine): Don't push mark.
3574
3575 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
3576
3577 * image-dired.el (image-dired-display-image): Derive image-type from
3578 filename rather than assuming jpeg, in case no resizing was needed.
3579
3580 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3581
3582 * custom.el (defface): Doc fix.
3583
3584 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
3585
3586 * progmodes/python.el: Remove due to unclear legal issues.
3587
3588 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
3589
3590 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
3591 Don't re-query for each cleared BP.
3592 (idlwave-shell-clear-bp): Optionally skip BP query.
3593 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
3594 of set-window-buffer, which incorrectly moves displayed region.
3595
3596 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
3597
3598 * calc/calc.el (calc-bug-address): Update maintainer's address.
3599 * calc/*: Update maintainer's address.
3600
3601 2007-04-23 Richard Stallman <rms@gnu.org>
3602
3603 * simple.el (set-mark-command-repeat-pop): Doc fix.
3604 Put in `editing-basics' group.
3605
3606 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
3607
3608 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
3609 New functions.
3610 (Info-mode-line-node-keymap): Bind mouse commands to
3611 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
3612
3613 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
3614
3615 * locate.el (locate-local-prompt): New var.
3616 (locate-prompt-for-command): Doc fix.
3617 (locate-prompt-for-search-string): New function.
3618 (locate): New optional arg. Make locate-local-prompt
3619 buffer-local. Use locate-prompt-for-search-string.
3620 (locate-with-filter): New optional arg.
3621 Use locate-prompt-for-search-string.
3622 (locate-update): Bind locate-prompt-for-command.
3623
3624 2007-04-23 Glenn Morris <rgm@gnu.org>
3625
3626 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
3627
3628 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
3629
3630 * button.el (button): Inherit from link face on a tty.
3631
3632 2007-04-23 Glenn Morris <rgm@gnu.org>
3633
3634 * button.el (button): Use color for this face on a tty.
3635
3636 * files.el (magic-mode-alist): Allow for carriage-returns in
3637 html-mode and sgml-mode entries.
3638
3639 2007-04-22 Richard Stallman <rms@gnu.org>
3640
3641 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3642 Improve doc string of generated command.
3643
3644 * subr.el (read-number): Catch errors.
3645
3646 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
3647
3648 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3649
3650 * image-dired.el: Rename from thumbnails.el. All instances of
3651 "thumbnails" replaced with "image-dired".
3652
3653 * dired.el (dired-mode-map): Rename "thumbnails" again, to
3654 "image-dired".
3655
3656 2007-04-22 Kim F. Storm <storm@cua.dk>
3657
3658 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
3659 Don't use kill-line.
3660
3661 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
3662
3663 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
3664 error message.
3665
3666 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3667
3668 * dired.el: Rename "tumme" to "thumbnails".
3669
3670 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
3671 replaced with "thumbnails".
3672
3673 2007-04-22 Glenn Morris <rgm@gnu.org>
3674
3675 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
3676 and give it the risky-local-variable property.
3677
3678 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
3679 before defining it.
3680
3681 2007-04-21 Martin Rudalics <rudalics@gmx.at>
3682
3683 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3684 Use delete-region instead of kill-line.
3685
3686 2007-04-21 Alan Mackenzie <acm@muc.de>
3687
3688 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
3689 `kill-region' by `delete-region'.
3690
3691 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
3692
3693 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
3694 instead of kill-region.
3695
3696 * progmodes/mantemp.el (mantemp-make-mantemps-region)
3697 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
3698 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
3699 and kill-line.
3700
3701 * progmodes/vhdl-mode.el (vhdl-template-type)
3702 (vhdl-template-record, vhdl-template-nature)
3703 (vhdl-template-configuration-spec, vhdl-template-component-inst)
3704 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
3705 Use delete-region instead of kill-word and kill-line.
3706
3707 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3708
3709 * dired-x.el (dired-virtual-mode): Doc fix.
3710
3711 2007-04-21 Richard Stallman <rms@gnu.org>
3712
3713 * font-lock.el (font-lock-keywords-alist): Mark as risky.
3714
3715 * subr.el (read-number): Doc fix.
3716
3717 * simple.el (pop-to-mark-command): Display message "mark popped"
3718 if point does not move.
3719 (set-mark-command): Doc fix.
3720
3721 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
3722
3723 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
3724 (locate-local-filter, locate-local-search): New vars.
3725 (locate): Make variables local.
3726 (locate-update): Bind locate-buffer-name. Call locate using
3727 locate-local-filter and locate-local-search.
3728
3729 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
3730
3731 * hi-lock.el (hi-lock-file-patterns-policy): New var.
3732 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
3733 (hi-lock-mode): Update docstring.
3734
3735 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3736
3737 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
3738 fill-nobreak-predicate when the break is past fill-column.
3739
3740 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
3741
3742 * locate.el (locate): Output from shell-command should go in the
3743 current buffer rather than *Shell Command Output*.
3744
3745 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
3746
3747 * paren.el (show-paren-function): Fix last fix.
3748
3749 2007-04-19 Kevin Ryde <user42@zip.com.au>
3750
3751 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
3752 (archive-lzh-summarize): Add optional start arg for where to start
3753 looking at the archive.
3754 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
3755
3756 * international/mule.el (auto-coding-alist): no-conversion for .exe
3757 and .EXE.
3758
3759 2007-04-19 Alan Mackenzie <acm@muc.de>
3760
3761 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
3762 function return type contains "struct", "union", etc.
3763 c-end-of-defun goes too far forward.
3764
3765 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
3766
3767 * paren.el (show-paren-function): Reset window-start to avoid
3768 recentering.
3769
3770 2007-04-19 Glenn Morris <rgm@gnu.org>
3771
3772 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
3773
3774 2007-04-18 Glenn Morris <rgm@gnu.org>
3775
3776 * calendar/diary-lib.el (diary-header-line-format): Add a custom
3777 :set function.
3778 (diary-list-entries): Only switch to diary-mode from
3779 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
3780 diary-mode set header-line-format, in case of any customization.
3781
3782 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
3783
3784 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
3785 is less than the length of parse-time-syntax.
3786
3787 2007-04-17 David Kastrup <dak@gnu.org>
3788
3789 * replace.el (query-replace-regexp-eval): Deprecate.
3790
3791 2007-04-17 Alan Mackenzie <acm@muc.de>
3792
3793 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
3794 point too close to EOB, leave point at EOB rather than last `}'.
3795
3796 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3797
3798 * textmodes/bibtex.el (bibtex-include-OPTkey)
3799 (bibtex-user-optional-fields, bibtex-entry-field-alist):
3800 Fix defcustom.
3801
3802 2007-04-17 Glenn Morris <rgm@gnu.org>
3803
3804 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
3805 be encoded, fall back to current year.
3806
3807 2007-04-14 Kevin Ryde <user42@zip.com.au>
3808
3809 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
3810 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
3811 M "MSDOS".
3812
3813 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
3814
3815 * progmodes/python.el (python-end-of-block): Avoid looping forever
3816 if python-next-statement fails.
3817
3818 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3819
3820 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
3821
3822 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3823
3824 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
3825 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
3826
3827 2007-04-15 Jay Belanger <belanger@truman.edu>
3828
3829 * calc/calc.el (calc-version): New function.
3830 (calc-trail-mode): Shorten the title.
3831
3832 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
3833
3834 * mail/footnote.el (footnote-style): Clarify docstring to state
3835 that customizing this only applies to future footnotes.
3836
3837 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3838
3839 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
3840 (bibtex-make-field): Check that INIT is a string. Use functionp.
3841
3842 2007-04-14 Glenn Morris <rgm@gnu.org>
3843
3844 * complete.el (PC-goto-end): New buffer-local variable.
3845 (PC-do-completion-end): Make buffer-local.
3846 (partial-completion-mode) <choose-completion-string-functions>:
3847 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
3848 (PC-do-completion): New optional fourth argument GOTO-END. Add a
3849 doc string. Set PC-goto-end for choose-completion.
3850 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
3851 PC-do-completion.
3852
3853 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
3854 arg to bibtex-make-field.
3855 (bibtex-make-field): Add optional fourth arg NODELIM.
3856 Insert delimiters around INIT unless this arg is non-nil.
3857
3858 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
3859
3860 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
3861 global map isn't modified.
3862
3863 2007-04-14 Glenn Morris <rgm@gnu.org>
3864
3865 * calendar/appt.el (appt-disp-window): Do not split small windows.
3866 Suggested by Jeff Miller <jmiller@cablespeed.com>.
3867
3868 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
3869
3870 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
3871
3872 * files.el: Ditto.
3873
3874 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
3875
3876 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
3877
3878 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
3879 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
3880 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
3881 (term-pager-help): Fix typos in docstrings.
3882
3883 * wid-edit.el (widget-documentation): Fix typo in docstring.
3884
3885 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
3886 Fix typos in error messages.
3887
3888 2007-04-13 Martin Rudalics <rudalics@gmx.at>
3889
3890 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
3891 window marked as dedicated.
3892
3893 * mail/footnote.el (footnote-latin-string): New variable.
3894 (footnote-latin-regexp): Redefine as regexp alternative.
3895 (Footnote-latin): Use footnote-latin-string instead of
3896 footnote-latin-regexp.
3897
3898 2007-04-13 Glenn Morris <rgm@gnu.org>
3899
3900 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
3901 inherited keymaps.
3902
3903 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
3904
3905 * outline.el (outline-get-next-sibling): Clarify docstring.
3906 (outline-get-last-sibling): Handle case where we are at the first
3907 heading. Clarify docstring.
3908
3909 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
3910
3911 * progmodes/gud.el (gud-minor-mode-map): Make go button same
3912 length as stop button to lessen flicker.
3913 (jdb): Add gud-print.
3914 (gud-find-expr): Jdb prints the expression with the value, so
3915 don't insert it in the output.
3916
3917 2007-04-11 Jason Rumney <jasonr@gnu.org>
3918
3919 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
3920 case hex. Do not try to decode non-hex letters.
3921
3922 2007-04-11 Markus Triska <markus.triska@gmx.at>
3923
3924 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
3925 (byte-optimize-backward-word): Remove (move to bytecomp.el).
3926 (byte-optimize-form-code-walker): Evaluate pure function calls if
3927 possible.
3928 (byte-optimize-all-constp): New function.
3929
3930 * emacs-lisp/bytecomp.el (byte-compile-char-before):
3931 Improve numeric argument case.
3932 (byte-compile-backward-char, byte-compile-backward-word):
3933 New functions, performing rewriting previously done in byte-opt.el.
3934 Fix their "Fixme" item (restriction to numeric arguments).
3935
3936 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3937
3938 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
3939 with dolist.
3940 (after-init-hook): Don't quote lambda.
3941 (desktop-first-buffer): Don't wrap it in eval-when-compile.
3942 (desktop-internal-v2s): Remove unused var `el'.
3943 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
3944 desktop-restore-file-buffer.
3945 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
3946 desktop-create-buffer.
3947
3948 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
3949
3950 * woman.el (woman-decode-buffer): Postpone macro-set check...
3951 (woman-decode-region): ...to here.
3952
3953 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
3954
3955 * startup.el (tty-handle-args): Use %S to log ARGS.
3956
3957 2007-04-10 Glenn Morris <rgm@gnu.org>
3958
3959 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
3960 it is obsolete and has no effect.
3961
3962 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
3963 byte-compiler.
3964
3965 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
3966 obsolete function make-local-hook.
3967
3968 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
3969 start to quieten byte-compiler.
3970
3971 2007-04-10 Markus Triska <markus.triska@gmx.at>
3972
3973 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
3974 to bytecomp.el as byte-compile-char-before).
3975 * emacs-lisp/bytecomp.el (byte-compile-char-before):
3976 New function (modified replacement for byte-optimize-char-before in
3977 byte-opt.el).
3978
3979 2007-04-09 Alan Mackenzie <acm@muc.de>
3980
3981 * startup.el (inhibit-splash-screen): Emphatically state that it
3982 can't be set in site-start.el.
3983
3984 2007-04-09 Masatake YAMATO <jet@gyve.org>
3985
3986 * progmodes/cc-subword.el (c-capitalize-subword): More closely
3987 mimic the behavior of `capitalize-word'. Do not move point with a
3988 negative argument. Based on tiny change by Paul Curry.
3989
3990 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
3991
3992 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
3993 Don't move point if ARG is negative.
3994
3995 2007-04-09 Alan Mackenzie <acm@muc.de>
3996
3997 Changes to make `narrow-to-defun' and `mark-defun' work properly
3998 in CC Mode:
3999
4000 * progmodes/cc-defs.el (c-beginning-of-defun-1):
4001 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
4002 Bind beginning/end-of-defun-function to nil around calls to
4003 beginning/end-of-defun.
4004
4005 * progmodes/cc-langs.el (beginning-of-defun-function)
4006 (end-of-defun-function): New c-lang-setvar's.
4007
4008 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
4009 (setq arg 1))" to enable non-interactive call.
4010
4011 2007-04-09 Eli Zaretskii <eliz@gnu.org>
4012
4013 * simple.el (set-mark-command): Doc fix.
4014
4015 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
4016
4017 * progmodes/gud.el (gdb): Restore existing session if user
4018 tries to start a second one in graphical mode.
4019
4020 2007-04-08 Martin Rudalics <rudalics@gmx.at>
4021
4022 * cus-start.el <scroll-preserve-screen-position>: Add choices.
4023
4024 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4025
4026 * term/xterm.el (terminal-init-xterm): Fix key definitions.
4027 Add binding for C-M-SPC.
4028
4029 2007-04-08 Richard Stallman <rms@gnu.org>
4030
4031 * pcomplete.el (pcomplete-read-event): One single definition,
4032 and not a defsubst.
4033
4034 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
4035
4036 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
4037 byte-compiler warning "value unused".
4038
4039 2007-04-08 Andreas Schwab <schwab@suse.de>
4040
4041 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
4042
4043 2007-04-07 Glenn Morris <rgm@gnu.org>
4044
4045 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
4046 Autoload these functions.
4047 (diary-date-forms): Add a custom :set form.
4048
4049 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
4050 before first use.
4051 (diary-font-lock-keywords): New function with old code for
4052 initialization of variable of same name.
4053
4054 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
4055
4056 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
4057 clean-up: only insert space when on identifier, etc.
4058
4059 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
4060
4061 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
4062
4063 * net/tls.el (open-tls-stream): Properly handle case where there
4064 is no associated buffer.
4065
4066 2007-04-07 Glenn Morris <rgm@gnu.org>
4067
4068 * ffap.el (ffap-file-at-point): Lower the priority of the
4069 ffap-ftp-sans-slash-regexp check.
4070
4071 2007-04-06 Alan Mackenzie <acm@muc.de>
4072
4073 Fix fontification of labels, and other things with ":".
4074
4075 * progmodes/cc-engine.el (c-forward-label): The function now
4076 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
4077 the former t.
4078
4079 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
4080 new return code from c-forward-label, fontifying tokens properly.
4081 Add some general comments throughout the file.
4082
4083 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
4084
4085 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
4086 Revert 2006-01-27 change.
4087
4088 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
4089
4090 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
4091
4092 * desktop.el (desktop-create-buffer, desktop-save):
4093 Revert 2004-11-12 change for lack of copyright papers.
4094
4095 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
4096 (dired-guess-default): Respect case.
4097
4098 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
4099
4100 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
4101 was originally checked in as byte-optimize-concat on 1997-11-02.
4102
4103 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
4104 1995-05-19 doc changes.
4105
4106 2007-04-06 Kim F. Storm <storm@cua.dk>
4107
4108 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
4109 (unload-feature): Update interactive spec accordingly.
4110
4111 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
4112
4113 2007-04-06 John Paul Wallington <jpw@pobox.com>
4114
4115 * subr.el (with-case-table): Use `make-symbol' to avoid variable
4116 capture. Restore the table in the same buffer.
4117
4118 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
4119
4120 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
4121
4122 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4123 Print entire form.
4124
4125 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
4126
4127 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
4128 for low-color displays.
4129
4130 2007-04-05 Glenn Morris <rgm@gnu.org>
4131
4132 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
4133 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
4134 Seed random number generator on loading.
4135
4136 * emacs-lisp/authors.el (top-level): Provide self.
4137
4138 * play/animate.el (top-level): Provide self.
4139
4140 2007-04-04 Alan Mackenzie <acm@muc.de>
4141
4142 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
4143 to mention c-syntactic-indentation.
4144
4145 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
4146
4147 * subr.el (with-case-table): New macro.
4148
4149 * international/mule.el (ascii-case-table): New var.
4150
4151 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
4152 downcasing.
4153
4154 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
4155
4156 * progmodes/gud.el (gud-minor-mode-map): Simplify.
4157
4158 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
4159 of the window if we're outside it e.g menu-bar.
4160
4161 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
4162 window if we're outside it e.g menu-bar.
4163
4164 2007-04-03 Eli Zaretskii <eliz@gnu.org>
4165
4166 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
4167 decode base-64 encoded body if its content-type is something other
4168 than text/* or message/*.
4169
4170 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
4171
4172 * simple.el (activate-mark-hook): Fix typo in docstring.
4173
4174 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
4175
4176 * tmm.el (tmm-c-prompt): Initialize.
4177 (tmm-menubar): Deal with extended menu-items at top level.
4178 (tmm-get-keybind): Handle bindings redefined/undefined locally.
4179 (tmm-prompt): Handle visibility of top level menu-items.
4180
4181 * progmodes/gud.el (gud-menu-map): Simplify.
4182 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
4183 menubar.
4184
4185 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
4186
4187 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
4188
4189 * comint.el (comint-send-input): Widen the buffer first.
4190
4191 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
4192
4193 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4194
4195 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
4196 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
4197
4198 * newcomment.el (comment-search-forward): Discard comment starters
4199 before point.
4200
4201 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
4202
4203 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
4204
4205 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
4206
4207 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
4208 when downcasing.
4209
4210 * button.el (previous-button): Rewrite to account for adjacent buttons.
4211
4212 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
4213
4214 * progmodes/idlwave.el (idlwave-auto-fill):
4215 Revert paragraph-separate change.
4216
4217 * progmodes/idlw-shell.el (idlwave-shell-break-in):
4218 Simplify module calc.
4219 (idlwave-shell-set-bp-in-module): Compute module.
4220
4221 2007-03-31 Glenn Morris <rgm@gnu.org>
4222
4223 * emacs-lisp/timer.el (run-at-time): Doc fix.
4224
4225 * emacs-lisp/warnings.el (display-warning): If we create the
4226 buffer displaying the warning, disable undo there.
4227
4228 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
4229
4230 * net/tramp.el (tramp-register-file-name-handler)
4231 (tramp-register-completion-file-name-handler): New defsubst,
4232 derived from `tramp-register-file-name-handlers'. The split is
4233 necessary because Tramp's file name handlers must be registered at
4234 different startup places.
4235
4236 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
4237
4238 * progmodes/hideshow.el (turn-off-hideshow): New function.
4239 (hs-minor-mode): Use it instead of a lambda expression in
4240 change-major-mode-hook.
4241
4242 2007-03-31 David Kastrup <dak@gnu.org>
4243
4244 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
4245 corresponding to MANPATH_MAP entries.
4246 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
4247 (woman-parse-man.conf): Use more discriminating man.conf name.
4248 (woman-parse-man.conf): Parse MANPATH_MAP entries.
4249 (woman-manpath): Doc fix and type fix.
4250 (woman-cached-data): Check for MANPATH_MAP entries.
4251 (woman-expand-directory-path): Treat MANPATH_MAP entries.
4252
4253 2007-03-31 Stuart Herring <herring@lanl.gov>
4254
4255 * emacs-lisp/sregex.el (sregexq): Doc fix.
4256
4257 2007-03-31 Markus Triska <markus.triska@gmx.at>
4258
4259 * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
4260
4261 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
4262
4263 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
4264 Move to the right.
4265
4266 2007-03-30 Alan Mackenzie <acm@muc.de>
4267
4268 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
4269
4270 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4271
4272 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
4273 Use it, passed in explicitly, instead of from the dynamic binding.
4274 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
4275
4276 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
4277
4278 * simple.el (blink-matching-open): When in minibuffer, don't
4279 search for a match inside the prompt.
4280
4281 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
4282
4283 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
4284 (tmm-prompt): Don't make the mouse user select the first menu
4285 item twice.
4286
4287 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
4288
4289 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
4290 SIGUSR1 and SIGUSR2.
4291
4292 2007-03-29 Kim F. Storm <storm@cua.dk>
4293
4294 * ido.el (ido-read-internal): When reading file or dir, only override
4295 minibuffer-local-filename-completion-map, otherwise only override
4296 minibuffer-local-completion-map.
4297
4298 2007-03-29 Glenn Morris <rgm@gnu.org>
4299
4300 * complete.el (partial-completion-mode): Set PC-do-completion-end
4301 to nil after use.
4302 (PC-lisp-complete-symbol): Create and use a marker at `end',
4303 rather than using point-marker.
4304
4305 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
4306
4307 * simple.el (next-error-highlight): Doc fix.
4308 (compose-mail): Revert 2007-03-19 change.
4309
4310 2007-03-28 Richard Stallman <rms@gnu.org>
4311
4312 * emacs-lisp/edebug.el (edebug-display): Don't go to
4313 edebug-outside-buffer if it is dead.
4314
4315 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
4316
4317 * view.el (view-mode): Fix typos in docstring.
4318
4319 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
4320
4321 * recentf.el (recentf-save-file): Add a custom :set function.
4322
4323 2007-03-28 Glenn Morris <rgm@gnu.org>
4324
4325 * complete.el (PC-do-completion-end): New variable.
4326 (partial-completion-mode) <choose-completion-string-functions>:
4327 Use PC-do-completion-end in the non-minibuffer case to replace the
4328 correct amount of text.
4329 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
4330 (PC-lisp-complete-symbol): Give marker the after-insertion type,
4331 to deal with improvements inserted after point.
4332
4333 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4334
4335 * button.el (make-text-button): Add explicit `button' property.
4336 (default-button): Don't put a `button' property on it.
4337
4338 * progmodes/python.el (python-mode): Skip comments when parsing.
4339
4340 * vc-arch.el (vc-with-current-file-buffer): New macro.
4341 (vc-arch-file-source-p): Use it to avoid infloop.
4342
4343 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
4344
4345 * emacs-lisp/lisp.el (lisp-complete-symbol):
4346 Fix call to get-buffer-window to find windows in other frames.
4347
4348 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4349
4350 * comint.el (comint-proc-query, comint-dynamic-list-completions):
4351 Fix calls to get-buffer-window to find windows in other frames.
4352 Reported by David Hansen <david.hansen@gmx.net>.
4353
4354 2007-03-27 Kevin Ryde <user42@zip.com.au>
4355
4356 * info.el (Info-display-images-node): On a text-only terminal,
4357 show the "text" or "alt" parts of the image blobs.
4358
4359 2007-03-27 Glenn Morris <rgm@gnu.org>
4360
4361 * complete.el (PC-do-completion): Compute completion-base-size in
4362 the non-filename case, rather than setting to nil.
4363 (PC-lisp-complete-end): New variable.
4364 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
4365 original end in a series of consecutive invocations.
4366
4367 * calendar/calendar.el (calendar-mode-hook): Declare it.
4368
4369 * calendar/diary-lib.el (diary-live-p): Do not check for
4370 diary-selective-display.
4371
4372 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4373
4374 * replace.el (occur-next-error): *Occur* might not be displayed in the
4375 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
4376
4377 2007-03-26 Richard Stallman <rms@gnu.org>
4378
4379 * textmodes/flyspell.el (flyspell-large-region):
4380 Use ispell-call-process-region.
4381
4382 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4383
4384 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
4385 Use prin1 instead of princ.
4386
4387 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
4388
4389 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
4390 Merge in X resources before global face.
4391
4392 * progmodes/compile.el (compilation-start): Save compilation-directory
4393 rather than default-directory as local var.
4394 (compilation-directory): Mark as safe local var.
4395
4396 * files.el: Don't mark default-directory as a safe local var.
4397
4398 2007-03-25 Alan Mackenzie <acm@muc.de>
4399
4400 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
4401 * progmodes/cc-engine.el: Fix typo.
4402
4403 2007-03-25 Juri Linkov <juri@jurta.org>
4404
4405 * compare-w.el (compare-windows): Rename customization group
4406 `compare-w' to `compare-windows'.
4407 (compare-windows-whitespace, compare-ignore-whitespace)
4408 (compare-ignore-case, compare-windows-sync)
4409 (compare-windows-sync-string-size, compare-windows-recenter)
4410 (compare-windows-highlight, compare-windows): Change group name in
4411 the `group' tag from `compare-w' to `compare-windows'.
4412 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
4413
4414 2007-03-24 Markus Triska <markus.triska@gmx.at>
4415
4416 * expand.el: Change example to always enable abbrev-mode,
4417 and remove redundant `function'.
4418 (expand-abbrev-hook): Add autoload cookie.
4419
4420 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
4421
4422 * emacs-lisp/testcover.el (testcover-start, testcover-end)
4423 (testcover-mark-all, testcover-unmark-all): Add prompts to
4424 interactive specs.
4425
4426 2007-03-24 Jason Rumney <jasonr@gnu.org>
4427
4428 * autorevert.el (find-file-hook, auto-revert-tail-mode):
4429 Use file size in bytes for auto-revert-tail-pos not characters.
4430
4431 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
4432
4433 * vc-rcs.el (vc-rcs-annotate-command):
4434 Set text property :vc-annotate-prefix on the annotation text.
4435 (vc-rcs-annotate-time): Instead of searching for ": ",
4436 search for end of text propertized with :vc-annotate-prefix.
4437
4438 2007-03-24 Martin Rudalics <rudalics@gmx.at>
4439
4440 * whitespace.el (top level): Remove calls putting
4441 permanent-local nil property since these are no-ops.
4442
4443 * man.el (Man-support-local-filenames): Assure that
4444 default-directory exists when doing call-process.
4445
4446 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
4447
4448 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
4449 Fix omission bug: Use m4-program-options to construct shell command.
4450
4451 2007-03-23 David Kastrup <dak@gnu.org>
4452
4453 * progmodes/cc-mode.el (c-make-emacs-variables-local):
4454 Use `mapcar' rather than `mapcan' to silence compiler warning.
4455
4456 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
4457
4458 * textmodes/reftex.el, textmodes/reftex-vars.el,
4459 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
4460 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
4461 * textmodes/reftex-index.el, textmodes/reftex-global.el,
4462 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
4463 * textmodes/reftex-auc.el: Add maintainer address.
4464
4465 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
4466
4467 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
4468 Make sure that `global-font-lock-mode' does not turn on font-lock
4469 in these buffers.
4470
4471 2007-03-21 Kim F. Storm <storm@cua.dk>
4472
4473 * xt-mouse.el (xt-mouse-epoch): New variable.
4474 (xterm-mouse-event): Use float-time.
4475
4476 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
4477
4478 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
4479 current-time.
4480
4481 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4482
4483 * complete.el (read-file-name-internal): Don't add the final > if the
4484 completion is not finished (re-application of this patch, which was
4485 accidentally undone by Eli).
4486
4487 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
4488
4489 * emulation/viper.el (viper-non-hook-settings): Handle mouse
4490 clicks in describe-key and describe-key-briefly advice a little better.
4491
4492 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
4493
4494 * server.el (server-process-filter): Cancel any pending isearch.
4495
4496 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
4497
4498 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
4499 (icalendar--get-unfolded-buffer): Define actual arguments rather
4500 than just using &rest. Check replace-in-string is fbound.
4501 (icalendar-import-buffer): Doc fix.
4502 (icalendar--convert-ical-to-diary): Set diary-file.
4503 Check diary-file before inserting final newline.
4504 (icalendar--add-diary-entry): Return diary-file.
4505
4506 2007-03-21 Glenn Morris <rgm@gnu.org>
4507
4508 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
4509 (diary-display-hook): Add custom :set function.
4510
4511 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
4512 Add custom :set function.
4513 (diary-header-line-format): Doc fix.
4514 (diary-set-maybe-redraw): New function.
4515 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
4516 (diary-list-entries): Always run diary-mode.
4517
4518 2007-03-20 Kenichi Handa <handa@m17n.org>
4519
4520 * international/quail.el (quail-setup-completion-buf): Make the
4521 completion buffer read-only.
4522 (quail-completion): Adjusted for the above change. Leave the
4523 modified flag nil.
4524
4525 2007-03-20 David Kastrup <dak@gnu.org>
4526
4527 * files.el (magic-mode-alist): Require literal "%!PS" string for
4528 magic postscript file detection.
4529
4530 2007-03-20 Richard Stallman <rms@gnu.org>
4531
4532 * textmodes/ispell.el (ispell-call-process): New function.
4533 Defends against bad `default-directory.'
4534 (ispell-check-version, ispell-find-aspell-dictionaries)
4535 (ispell-get-aspell-config-value, lookup-words): Call it.
4536 (ispell-call-process-region): New function.
4537 (ispell-send-string): Call it.
4538
4539 2007-03-20 Andreas Schwab <schwab@suse.de>
4540
4541 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
4542 (finder-data): Likewise.
4543 (autoloads): Likewise.
4544
4545 2007-03-20 Martin Rudalics <rudalics@gmx.at>
4546
4547 * files.el (basic-save-buffer): Do not set visited filename when
4548 the corresponding directory does not exist or the specified
4549 filename is that of an existing directory.
4550
4551 2007-03-20 Glenn Morris <rgm@gnu.org>
4552
4553 * calendar/diary-lib.el (diary-live-p): New function.
4554 (number-of-diary-entries): Add a :set function to redisplay diary
4555 when necessary.
4556
4557 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
4558
4559 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
4560 from client program, mev, to compute mouse event.
4561
4562 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
4563
4564 * faces.el (momentary): Face removed; unused due to reversion of
4565 2007-01-04 changes by Kevin Rodgers.
4566
4567 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
4568 Suggested by Johan Bockg\e,Ae\e(Brd.
4569
4570 2007-03-19 Martin Rudalics <rudalics@gmx.at>
4571
4572 * font-lock.el (lisp-font-lock-keywords-1):
4573 Highlight define-globalized-minor-mode as a keyword.
4574
4575 2007-03-19 Kim F. Storm <storm@cua.dk>
4576
4577 * calc/calc-forms.el (math-std-daylight-savings)
4578 (math-std-daylight-savings-old): Doc fix.
4579
4580 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
4581
4582 * progmodes/python.el (python-default-template): Doc fix.
4583 (python-buffer): Fix typo in docstring.
4584
4585 * isearchb.el (isearchb-follow-char):
4586 * subr.el (def-edebug-spec): Fix typo in docstring.
4587
4588 2007-03-19 Richard Stallman <rms@gnu.org>
4589
4590 * files.el (default-directory): Mark safe.
4591 (basic-save-buffer-2): Put proper dir name in error message.
4592
4593 * simple.el (compose-mail): Run switch-function after
4594 setting up the mail buffer.
4595
4596 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
4597
4598 2007-03-18 Jay Belanger <belanger@truman.edu>
4599
4600 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
4601 (math-std-daylight-savings-new): Rename from
4602 `math-std-daylight-savings'.
4603 (math-std-daylight-savings-old): Rename from old value of
4604 `math-std-daylight-savings'.
4605 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
4606 `math-std-daylight-savings-old' depending on the year.
4607
4608 2007-03-18 Detlev Zundel <dzu@gnu.org>
4609
4610 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
4611 zero-width regexps as invalid but rather at least count them correctly.
4612
4613 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
4614
4615 * net/tls.el (open-tls-stream): In handshake-waiting loop,
4616 don't wait more if there is output available to process.
4617
4618 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
4619
4620 * progmodes/compile.el (compilation-find-file): Revert change
4621 from 2006-07-18 to allow completion of directory names.
4622 Reported by John Carter <john.carter@tait.co.nz>.
4623
4624 2007-03-18 Kim F. Storm <storm@cua.dk>
4625
4626 * subr.el (when, unless): Doc fix.
4627
4628 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
4629
4630 * net/tls.el (tls-program): Doc fix.
4631
4632 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
4633
4634 * autorevert.el (auto-revert-tail-handler):
4635 Call after-revert-hook.
4636
4637 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
4638
4639 * simple.el (switch-to-completions): No error if search for \n\n fails.
4640
4641 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
4642
4643 * simple.el (line-move-1):
4644 Respect `inhibit-line-move-field-capture' property.
4645
4646 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
4647
4648 * comint.el (comint-arguments): Mark backslash-escaped chars.
4649 (comint-delim-arg): Don't treat them as delimiters.
4650
4651 2007-03-12 Kim F. Storm <storm@cua.dk>
4652 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
4653
4654 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
4655
4656 * tempo.el (tempo-insert): Deal with 'r> if it appears
4657 specified with a prompt argument.
4658
4659 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
4660
4661 * textmodes/org.el (org-set-font-lock-defaults):
4662 Handle narrow table columns correctly.
4663
4664 2007-03-12 Mark A. Hershberger <mah@everybody.org>
4665
4666 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
4667 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
4668 Return to use of the -no-properties variants. There was
4669 consensus on emacs-devel that the speed of these variants was
4670 prefered since we are usually parsing files (from the internet
4671 or on disk) instead of XML created in Emacs.
4672
4673 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
4674 Add customize option.
4675
4676 2007-03-12 Glenn Morris <rgm@gnu.org>
4677
4678 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
4679 North American rule. Replace "daylight savings" with "daylight
4680 saving" in doc.
4681
4682 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
4683 * calendar/lunar.el, solar.el: Replace "daylight savings" with
4684 "daylight saving" in text.
4685
4686 * woman.el (woman-change-fonts): Tweak previous change by using
4687 woman-request-regexp rather than "^\\.".
4688
4689 * startup.el (command-line-1): Make insertion of
4690 initial-scratch-message not depend on scratch being selected.
4691
4692 2007-03-11 Juri Linkov <juri@jurta.org>
4693
4694 * replace.el (match): Use yellow background on light-bg terminals.
4695
4696 2007-03-11 Richard Stallman <rms@gnu.org>
4697
4698 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
4699 Correctly compute line number.
4700
4701 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
4702
4703 * type-break.el (type-break-get-previous-count):
4704 Repeat previous change here.
4705
4706 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
4707
4708 * progmodes/grep.el (grep-find-ignored-directories):
4709 Add .git and .bzr to list.
4710
4711 2007-03-11 Andreas Schwab <schwab@suse.de>
4712
4713 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
4714
4715 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4716
4717 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
4718
4719 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
4720
4721 * faces.el (face-set-after-frame-default): Recalculate face
4722 customizations after applying X resources.
4723
4724 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
4725
4726 * net/rcirc.el (rcirc-timeout-seconds): New variable.
4727 (rcirc-keepalive-seconds): Remove variable.
4728 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
4729 (rcirc-process, rcirc-user-disconnect): New variables.
4730 (rcirc-connect): Initalize new variables.
4731 (rcirc-keepalive): Don't send keepalive pings before connection
4732 is completed.
4733 (rcirc-sentinel): Do mark all channels with activity when
4734 connection is dropped. Run hook with process buffer local.
4735 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
4736 (rcirc-buffer-process): Return value of rcirc-process if
4737 rcirc-server-buffer is nil.
4738 (rcirc-server-name): Return the reported server name.
4739 (rcirc-update-prompt): Simplify computation of the server name.
4740 (rcirc-format-response-string): Likewise.
4741 (rcirc-handler-001): Mark server as connected, record the reported
4742 server name, and schedule a timeout.
4743 (rcirc-track-nick): Add a spec for the tty class.
4744 (rcirc-user-non-nick): Remove function.
4745 (rcirc-nick-prefix-chars): Add variable.
4746 (rcirc-user-nick): Use above variable.
4747
4748 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4749
4750 * icomplete.el (icomplete-tidy, icomplete-exhibit):
4751 Bind deactivate-mark to nil.
4752
4753 2007-03-10 Martin Rudalics <rudalics@gmx.at>
4754
4755 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
4756 that buffer contents get erased during completion.
4757
4758 2007-03-10 Glenn Morris <rgm@gnu.org>
4759
4760 * woman.el (woman-change-fonts): Add a hack to deal with
4761 font-escape followed by "." at start of a line.
4762 (woman2-IP): Add a hack to deal with consecutive requests.
4763 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
4764
4765 2007-03-10 Alan Mackenzie <acm@muc.de>
4766
4767 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
4768
4769 2007-03-09 Richard Stallman <rms@gnu.org>
4770
4771 * abbrev.el (abbrev): Add `provide'.
4772
4773 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
4774
4775 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
4776
4777 2007-03-09 Martin Rudalics <rudalics@gmx.at>
4778
4779 * complete.el (PC-try-completion): New function.
4780 (PC-do-completion, read-file-name-internal): Use it instead of
4781 try-completion.
4782
4783 2007-03-08 Alan Mackenzie <acm@muc.de>
4784
4785 Remove stale tokens from `c-found-types' cache.
4786
4787 * progmodes/cc-mode.el (c-unfind-enclosing-token)
4788 (c-unfind-coalesced-tokens, c-before-change): New functions.
4789 (c-maybe-stale-found-type): New variable.
4790
4791 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
4792 (c-trim-found-types): New functions.
4793
4794 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
4795
4796 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
4797 (debug-ignored-errors): Add entry from smerge-match-conflict.
4798
4799 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
4800
4801 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
4802 special help topics for keywords.
4803 (idlwave-help-assistant-command): Include ".exe" for ms-dos
4804 etc. Assistant command.
4805
4806 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
4807
4808 * replace.el (occur-engine): Move buffer-undo-list binding...
4809 (occur-1): ...to here.
4810
4811 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
4812
4813 * simple.el (minibuffer-completing-symbol): New var.
4814 (eval-expression): Use it.
4815 (completion-setup-function): Don't bind completion-base-size when
4816 completing a symbol in the minibuffer.
4817
4818 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
4819
4820 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
4821 tries to start a second session in graphical mode.
4822
4823 2007-03-07 Miles Bader <miles@gnu.org>
4824
4825 * international/isearch-x.el
4826 (isearch-process-search-multibyte-characters):
4827 Strip text-properties from PROMPT to avoid an error from read-string.
4828
4829 2007-03-07 Kim F. Storm <storm@cua.dk>
4830
4831 * complete.el (PC-bindings): Remap lisp-complete-symbol to
4832 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
4833
4834 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4835
4836 * complete.el (PC-do-completion): Delete duplicates in the list of
4837 possible completions.
4838
4839 2007-03-07 Glenn Morris <rgm@gnu.org>
4840
4841 * ses.el (ses-mode): Doc fix.
4842
4843 2007-03-06 Kim F. Storm <storm@cua.dk>
4844
4845 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
4846
4847 2007-03-06 Kenichi Handa <handa@m17n.org>
4848
4849 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
4850
4851 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4852
4853 * simple.el (completion-setup-function): Improve last fix so it doesn't
4854 set it to a relative directory name either.
4855
4856 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4857
4858 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
4859
4860 2007-03-05 Richard Stallman <rms@gnu.org>
4861
4862 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
4863
4864 * files.el (find-file-noselect): No error if file no longer exists.
4865 Display a message and avoid other questions.
4866
4867 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4868
4869 * pcomplete.el (pcomplete-show-completions): Improve last change, so
4870 as not to use an invisible window and to create a window if none exist.
4871
4872 * progmodes/python.el (python-send-command): Restart proc if necessary.
4873 (python-proc): Simplify.
4874
4875 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
4876
4877 * pcomplete.el (pcomplete-show-completions): Search all frames for
4878 completions buffer.
4879
4880 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
4881
4882 * cus-edit.el (customize-save-variable): Clear customized-value
4883 property (saved values are now put in theme-value property).
4884 (customize-set-variable): Doc fix.
4885
4886 * complete.el (PC-do-completion): If completion-ignore-case is
4887 non-nil, replace field with completion string before exiting.
4888
4889 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
4890
4891 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
4892 Append its extension to the resulting temporary file name.
4893 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
4894
4895 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
4896 (tramp-smb-handle-write-region): Apply it.
4897
4898 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4899
4900 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4901 Redo previous change.
4902
4903 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
4904
4905 * diff-mode.el (diff-mode): Doc fix.
4906
4907 2007-03-05 Kenichi Handa <handa@m17n.org>
4908
4909 * international/characters.el: Set category `l' (latin)
4910 for more characters.
4911
4912 2007-03-04 Kim F. Storm <storm@cua.dk>
4913
4914 * emacs-lisp/authors.el (authors-aliases): Add alias.
4915
4916 2007-03-04 Glenn Morris <rgm@gnu.org>
4917
4918 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
4919 all when switching major mode.
4920 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
4921 (hs-block-start-mdata-select, hs-block-end-regexp)
4922 (hs-forward-sexp-func, hs-adjust-block-beginning):
4923 Do not make these variables permanent-local.
4924
4925 2007-03-04 Richard Stallman <rms@gnu.org>
4926
4927 * progmodes/cperl-mode.el (cperl-mode):
4928 Modify cperl-compilation-error-regexp-alist by appending.
4929
4930 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
4931 (edebug-mode): Add the hook.
4932 (edebug-recursive-edit): Remove the hook on exiting.
4933
4934 * type-break.el (type-break-get-previous-time):
4935 Handle end-of-file errors specially
4936 so they don't get reported wrong in .emacs.
4937
4938 * startup.el (fancy-splash-text): Clarify text.
4939
4940 * simple.el (beginning-of-buffer, end-of-buffer):
4941 Avoid treating plain C-u like numeric arg.
4942
4943 * simple.el (completion-setup-function): Don't set
4944 default-directory to nil.
4945
4946 * shell.el (shell-dirstack-query): Doc fix.
4947
4948 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
4949 Don't select the window -- pass it to primitives instead.
4950
4951 * faces.el (minibuffer-prompt): Use medium blue by default.
4952
4953 2007-03-04 David Kastrup <dak@gnu.org>
4954
4955 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
4956 Preserve 16 as default value for "seconds" when customizing.
4957
4958 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
4959
4960 * textmodes/org.el (org-self-insert-command)
4961 (orgtbl-self-insert-command, org-delete-char)
4962 (org-delete-backward-char): Set the `flyspell-delayed' property.
4963
4964 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
4965
4966 * international/mule.el (find-auto-coding): Don't search for
4967 line-ending characters past the end of the tail.
4968
4969 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
4970
4971 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4972 Jump to the line where new score has been uploaded.
4973
4974 * play/tetris.el (tetris-move-bottom, tetris-move-left)
4975 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
4976 Do nothing when the game is paused.
4977
4978 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
4979
4980 * textmodes/org.el (org-set-tags): Prevent slipping of point
4981 during completion.
4982
4983 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
4984
4985 * isearch.el (isearch-message-prefix):
4986 Use minibuffer-prompt-properties.
4987
4988 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4989
4990 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
4991 (ps-setup): Print which Emacsen is running ps-print package.
4992
4993 2007-03-01 Stuart Herring <herring@lanl.gov>
4994
4995 * files.el (set-auto-mode-0): Use `indirect-function'.
4996 (hack-one-local-variable): Don't reapply current major mode.
4997
4998 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
4999
5000 * progmodes/python.el (python-quote-syntax): Don't bother with
5001 syntax-ppss-context.
5002 (python-fill-paragraph): Make sure that fenced-string delimiters that
5003 stand on their own line stay there.
5004
5005 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
5006
5007 * replace.el (perform-replace): Propertize message.
5008
5009 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
5010
5011 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
5012 invisible heading.
5013
5014 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
5015
5016 * net/tramp.el (tramp-file-name-handler): Revert last change.
5017
5018 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
5019
5020 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
5021 Correct doc strings.
5022
5023 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
5024
5025 * replace.el (perform-replace): Undo forward-char immediately if
5026 non-adjacent search fails.
5027
5028 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5029
5030 * version.el (emacs-major-version, emacs-minor-version):
5031 string-to-int -> string-to-number.
5032
5033 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
5034
5035 * help.el (where-is): Fail gracefully when not passed a command.
5036
5037 2007-02-28 Stuart Herring <herring@lanl.gov>
5038
5039 * find-lisp.el (find-lisp-default-directory-predicate):
5040 Fix bug: Do symlink check on expanded filename.
5041
5042 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
5043
5044 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
5045 changes during replacement.
5046 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
5047
5048 2007-02-28 Lars Hansen <larsh@soem.dk>
5049
5050 * desktop.el: Delete header line listing me as maintainer.
5051
5052 2007-02-28 Glenn Morris <rgm@gnu.org>
5053
5054 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
5055 the menus case.
5056
5057 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
5058
5059 * net/tramp.el (tramp-file-name-handler): Inhibit modification
5060 hooks to avoid confusion when combining after-change calls.
5061
5062 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
5063
5064 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
5065 now that pgg-gpg-process-region correctly honors passed-in passphrase.
5066 (allout-distinctive-bullets-string): Add info about bullet conventions.
5067 (allout-mode): Add info about distinctive vs plain bullets.
5068
5069 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
5070
5071 * textmodes/org.el (org-archive-subtree): Quote variable name.
5072 (org-agenda-get-todos): Make sure skip properties are checked correctly.
5073
5074 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
5075
5076 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
5077 (gud-bashdb-command-name, bashdb): Remove.
5078 (gud, gud-menu-map): Remove references to bash/bashdb.
5079
5080 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
5081
5082 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
5083 keyword for Python 2.5.
5084
5085 2007-02-26 Romain Francoise <romain@orebokech.com>
5086
5087 * net/net-utils.el (whois-server-tld): Update server for .org.
5088 (whois-server-list): Add whois.publicinterestregistry.net.
5089 (whois-guess-server): Fix formatting in docstring.
5090
5091 2007-02-26 Kim F. Storm <storm@cua.dk>
5092
5093 * mouse.el (mouse-show-mark): Run hooks and perform command
5094 remapping for mouse-region-delete-keys.
5095
5096 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5097
5098 * font-core.el (font-lock-mode): Doc fix.
5099
5100 2007-02-25 Kim F. Storm <storm@cua.dk>
5101
5102 * ido.el (ido-buffer-internal): Set this-command to fallback command.
5103 Add selected buffer to buffer-name-history.
5104 (ido-file-internal): Set this-command to fallback command.
5105 Add file names to file-name-history.
5106
5107 * emacs-lisp/map-ynp.el (map-y-or-n-p):
5108 Apply minibuffer-prompt-properties.
5109
5110 2007-02-25 Andreas Schwab <schwab@suse.de>
5111
5112 * files.el (hack-one-local-variable-eval-safep): Correct handling
5113 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
5114
5115 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
5116
5117 * textmodes/org.el (org-table-overlay-coordinates)
5118 (org-table-toggle-coordinate-overlays): New functions.
5119 (org-table-overlay-coordinates, org-table-coordinate-overlays):
5120 New variables.
5121 (org-startup-with-deadline-check): Remove option.
5122 (org-mode): Remove deadline check on startup.
5123 (org-table-limit-column-width): Remove option.
5124 (org-table-formula-numbers-only): Remove option.
5125 (org-link-style, org-link-format): Remove options.
5126 (org-select-agenda-window, org-fit-agenda-window): Remove options.
5127 (org-export-ascii-show-new-buffer)
5128 (org-export-html-show-new-buffer): Remove options.
5129 (org-activate-links): Remove camel option.
5130 (org-file-link-context-use-camel-case): Remove option.
5131 (org-camel-regexp): Remove variable.
5132 (org-activate-camels): Remove function.
5133 (org-store-link): Remove Camel stuff.
5134 (org-make-org-heading-camel): Remove function.
5135 (org-open-at-point): Remove camel stuff.
5136 (org-link-search): Remove camel stuff.
5137 (org-camel-to-words): Function removed.
5138 (org-get-agenda-file-buffer): Make sure we prepare the base
5139 buffers, not any indirect buffers.
5140 (org-sort-entries): Sort top-level when not on a headline, and no
5141 active region.
5142 (org-in-regexp): New function.
5143 (org-search-not-self): Rename from `org-search-not-link'.
5144 (org-open-link-marker): New variable.
5145 (org-open-at-point): Set `org-open-link-marker'.
5146 (org-print-icalendar-entries): Fixe bug with excluding DONE
5147 entries from the exported list.
5148 (org-edit-formula-lisp-indent): New command.
5149 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
5150 (orgtbl-to-latex, orgtbl-insert-radio-table)
5151 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
5152 (orgtbl-radio-table-templates): New option.
5153 (org-store-link-props):
5154 (org-remember-templates): More possibilities to insert info
5155 into templates.
5156 (org-remember-apply-template): Make use of the extended
5157 template capabilities.
5158 (org-remember-redo-template): New command.
5159 (org-upgrade-old-links)
5160 (org-table-modify-formulas, org-table-replace-in-formulas)
5161 (org-table-find-dataline)
5162 (org-table-get-vertical-vector): Remove functions.
5163 (org-table-remove-rectangle-highlight)
5164 (org-time-stamp-format, org-toggle-log-option)
5165 (org-table-highlight-rectangle)
5166 (org-table-iterate, org-table-make-reference):
5167 (org-translate-time, org-tree-to-indirect-buffer)
5168 (org-table-field-info, org-table-fix-formulas)
5169 (org-table-force-dataline, org-table-get-descriptor-line)
5170 (org-table-get-range)
5171 (org-skip-comments, org-sort)
5172 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
5173 (org-table-current-dline, org-table-current-field-formula)
5174 (org-table-edit-backward-field)
5175 (org-table-edit-formulas-post-command)
5176 (org-table-edit-line-down, org-table-edit-line-up)
5177 (org-agenda-archive)
5178 (org-agenda-clock-cancel)
5179 (org-agenda-clock-out, org-agenda-list-stuck-projects)
5180 (org-agenda-open-link, org-agenda-show-new-time)
5181 (org-agenda-skip-subtree-when-regexp-matches)
5182 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
5183 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
5184 (org-do-sort, org-file-image-p, org-find-overlays)
5185 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
5186 (org-highlight-until-next-command, org-isearch-end)
5187 (org-match-any-p, org-next-link, org-previous-link):
5188 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
5189 (org-rewrite-old-row-references)
5190 (org-isearch-post-command)
5191 (org-table-edit-move, org-table-edit-next-field)
5192 (org-table-edit-scroll, org-table-edit-scroll-down)
5193 (org-set-frame-title, org-show-reference)
5194 (org-unhighlight-once, org-verify-change-for-undo): New functions.
5195 (org-show-variable): Remove command.
5196 (org-add-log-maybe): New arguments STATE, FINDPOS
5197 (org-table-sort-lines): Rewrite from scratch.
5198 (org-link-search): New argument AVOID-POS.
5199 (org-print-icalendar-entries): Remove argument CATEGORY.
5200 (org-run-agenda-series): Remove argument WONDOW.
5201 (org-next-link, org-previous-link): New commands.
5202 (org-agenda-date-format): New option.
5203 (org-table-iterate): New command.
5204 (org-table-modify-formulas)
5205 (org-table-replace-in-formulas): Remove functions.
5206 (org-table-fix-formulas): New function.
5207 (org-table-insert-column, org-table-delete-column)
5208 (org-table-move-column): Use `org-table-fix-formulas'.
5209 (org-follow-gnus-link): Patch from Bastien/Leo.
5210 (org-table-current-field-formula): New function.
5211 (org-file-image-p): New function.
5212 (org-agenda-show-new-time): New function.
5213 (org-agenda-date-later): Call `org-agenda-show-new-time'.
5214 (org-with-remote-undo): New macro.
5215 (org-agenda-undo): New command.
5216 (org-verify-change-for-undo): New function.
5217 (org-time-stamp-format): New function.
5218 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
5219 by user.
5220 (org-match-any-p): New function.
5221 (org-make-tags-matcher): Handle regular expressions for tag and
5222 todo matches.
5223 (org-read-date): Accept "+N" as input for a date relative to the
5224 current date.
5225 (org-remove-subtree-entries-from-agenda): New function.
5226 (org-agenda-archive, org-agenda-kill):
5227 Use `org-remove-subtree-entries-from-agenda'.
5228 (org-do-sort, org-sort-entries): New functions.
5229 (org-sort): New command.
5230 (org-table-sort-lines): Use `org-do-sort'.
5231 (org-fix-decoded-time): New function.
5232 (org-table-number-regexp): Require 0x... to identify as number
5233 in tables.
5234 (org-startup-options): New keywords for note taking.
5235 (org-upgrade-old-links): Remove function.
5236 (org-get-repeat): New function.
5237 (org-show-context): Also show siblings on current level.
5238 (org-show-siblings): New function.
5239 (org-isearch-end, org-isearch-post-command): New functions.
5240 (org-show-siblings): New option.
5241 (org-show-context): Use `org-show-siblings'.
5242 (org-table-maybe-recalculate-line): No longer require `calc-eval'
5243 to be bound, because user may just use elisp.
5244
5245 2007-02-24 Kim F. Storm <storm@cua.dk>
5246
5247 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
5248 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
5249
5250 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5251
5252 * startup.el (command-line): Also check if the abbrev file is readable.
5253
5254 2007-02-24 John Paul Wallington <jpw@pobox.com>
5255
5256 * net/tls.el (tls-certtool-program): Fix custom type.
5257
5258 * mail/feedmail.el (feedmail-message-id-generator)
5259 (feedmail-date-generator): Fix custom types.
5260
5261 * mail/rmail.el (rmail-message-filter): Fix custom type.
5262
5263 2007-02-24 Eli Zaretskii <eliz@gnu.org>
5264
5265 * startup.el (command-line): If simple.el cannot be found, proceed
5266 with a warning message.
5267
5268 2007-02-24 Kenichi Handa <handa@m17n.org>
5269
5270 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
5271 case that BEG is a string.
5272
5273 2007-02-24 Chris Moore <dooglus@gmail.com>
5274
5275 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5276 * pgg-pgp.el (pgg-pgp-encrypt-region):
5277 * pgg-gpg.el (pgg-gpg-encrypt-region):
5278 Check pgg-encrypt-for-me if no other recipients.
5279
5280 2007-02-23 Eli Zaretskii <eliz@gnu.org>
5281
5282 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
5283
5284 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
5285 shell-quote-argument.
5286
5287 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5288
5289 * comint.el (comint-read-input-ring): Use comint-input-ring-size
5290 from the comint buffer instead of the temporary one.
5291
5292 2007-02-23 David Reitter <david.reitter@gmail.com>
5293
5294 * cus-edit.el (custom-save-all): Canonicalize custom-file before
5295 storing it in recentf-exclude.
5296
5297 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
5298
5299 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
5300 in splash screen.
5301
5302 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
5303
5304 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
5305 commands, for restart.
5306 (idlwave-shell-current-module): Fix handling of module name by type.
5307 (idlwave-shell-break-in): Update type handling.
5308 (idlwave-shell-bp-get): Encode type in BP structure.
5309 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
5310 (idlwave-shell-module-source-query): Query routine info based on type.
5311 Fix path parsing for non-compiled files.
5312 (idlwave-shell-module-source-filter): Don't signal error in filter
5313 if no source found.
5314 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
5315 filter race.
5316
5317 2007-02-22 Kim F. Storm <storm@cua.dk>
5318
5319 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
5320 (editable-field): Document need to put some text before the %v
5321 escape in :format string.
5322
5323 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
5324
5325 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
5326 (vc-svn-use-edit): Remove unused config var.
5327 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
5328
5329 * outline.el (hide-sublevels): Keep empty last line, if available.
5330
5331 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
5332 rather than the corresponding unicode char, to make the code
5333 more readable.
5334
5335 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
5336
5337 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
5338 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
5339 (speedbar-item-info-tag-helper): Doc fixes.
5340
5341 2007-02-19 Kenichi Handa <handa@m17n.org>
5342
5343 * international/mule-cmds.el (locale-language-names):
5344 Map "eo" to "Esperanto".
5345
5346 * language/european.el ("Esperanto"): New language environment.
5347
5348 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
5349
5350 * simple.el (kill-line): Doc fix.
5351
5352 2007-02-17 Kim F. Storm <storm@cua.dk>
5353
5354 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
5355 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
5356 (bindat--unpack-group, bindat--pack-group):
5357 Handle vectors with optional element type.
5358
5359 2007-02-17 Daiki Ueno <ueno@unixuser.org>
5360
5361 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
5362 if PASSPHRASE is given.
5363
5364 2007-02-17 Chris Moore <dooglus@gmail.com>
5365
5366 * jka-cmpr-hook.el (jka-compr-compression-info-list):
5367 Recognize backups of bz2 compressed files.
5368
5369 2007-02-17 Eli Zaretskii <eliz@gnu.org>
5370
5371 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
5372 to nil to speed up lookup of the symbol in index nodes.
5373
5374 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5375
5376 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5377 Add indentation for the constants of Lisp.
5378
5379 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
5380
5381 * ps-print.el: Use (defvar <foo>) where applicable.
5382 (ps-print-emacs-type): Remove.
5383 (ps-x-frame-property, ps-e-frame-parameter): Remove.
5384 (ps-frame-parameter): Align its call-convention with frame-parameter.
5385 (ps-begin-job): Adjust calls to it appropriately.
5386 (ps-setup): Don't print ps-print-emacs-type.
5387 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
5388 Define in such a way that it's obvious that it's defined.
5389 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
5390 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
5391 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
5392
5393 2007-02-15 Alan Mackenzie <acm@muc.de>
5394
5395 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
5396 an empty one-line C-style comment, post-position point properly.
5397
5398 2007-02-15 Chris Moore <dooglus@gmail.com>
5399
5400 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
5401 (isearch-lazy-highlight-new-loop): Bind it.
5402 (isearch-lazy-highlight-search): Use it.
5403
5404 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
5405
5406 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
5407
5408 * font-lock.el (font-lock-extend-region-wholelines):
5409 Only return non-nil if the region has really been changed.
5410 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
5411
5412 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
5413
5414 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
5415 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
5416 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
5417
5418 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
5419
5420 * faces.el (color-values): Revert changes to docstring from
5421 2007-01-31 and 2000-09-07.
5422
5423 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
5424 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
5425 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
5426 (ispell-help): Fix typos in docstring and output message.
5427
5428 2007-02-14 Kim F. Storm <storm@cua.dk>
5429
5430 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
5431 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
5432 (grep): Fix lgrep reference.
5433
5434 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
5435 (standard-display-underline): Use make-glyph-code.
5436
5437 * descr-text.el (describe-char): Use glyph-char and glyph-face.
5438
5439 * international/latin1-disp.el (latin1-display-char):
5440 Use make-glyph-code.
5441
5442 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
5443
5444 * ehelp.el (with-electric-help, electric-help-exit)
5445 (electric-help-retain): Doc fixes.
5446
5447 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
5448 (byte-compile-file): Doc fixes.
5449
5450 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5451
5452 * term/mac-win.el: Change all uses of
5453 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
5454 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
5455 (mac-ae-get-url): Call select-frame-set-input-focus.
5456 (mac-dnd-handle-drag-n-drop-event): Don't call
5457 select-frame-set-input-focus.
5458
5459 2007-02-13 Kenichi Handa <handa@m17n.org>
5460
5461 * international/characters.el: Fix documentation of category `a'.
5462
5463 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
5464
5465 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
5466
5467 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
5468
5469 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
5470 (tramp-get-remote-ln): Handle error case.
5471 Reported by Chris Moore <dooglus@gmail.com>.
5472
5473 2007-02-11 Kim F. Storm <storm@cua.dk>
5474
5475 * bindings.el (ctl-x-map): Remove register compatibility bindings
5476 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
5477
5478 2007-02-11 Richard Stallman <rms@gnu.org>
5479
5480 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
5481 in load history.
5482
5483 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
5484 condition -- don't fail to stop at endpos.
5485
5486 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
5487
5488 * textmodes/org.el (org-agenda-get-todos)
5489 (org-agenda-get-timestamps, org-agenda-get-closed)
5490 (org-agenda-get-deadlines, org-agenda-get-scheduled)
5491 (org-agenda-get-blocks, org-format-agenda-item)
5492 (org-agenda-change-all-lines, org-scan-tags): Rename text property
5493 from `category' to `org-category'.
5494
5495 2007-02-11 Kenichi Handa <handa@m17n.org>
5496
5497 * international/titdic-cnv.el (titdic-convert): Force files be written
5498 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
5499 (miscdic-convert): Force files be written with Unix-like eol format.
5500
5501 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
5502
5503 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
5504
5505 * calculator.el (calculator-prompt): Doc fix.
5506 (calculator-mode-map): Fix typo in menu entry.
5507
5508 2007-02-10 Jay Belanger <belanger@truman.edu>
5509
5510 * calculator.el (calculator): Do more extensive checking for when
5511 3 lines should be used for the calculator.
5512
5513 2007-02-10 Eli Zaretskii <eliz@gnu.org>
5514
5515 * info-look.el (info-lookup-make-completions):
5516 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
5517 index nodes.
5518
5519 * info.el (Info-fontify-maximum-menu-size): Document the effect
5520 of a nil value.
5521 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
5522 non-nil before using it as size.
5523
5524 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
5525
5526 * subr.el (insert-for-yank-1): Prevent read-only properties from
5527 interfering with text property operations.
5528
5529 * image-mode.el (image-mode): Revert 2007-01-30 changes.
5530
5531 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
5532 (image-type-auto-detected-p): Fail if another match is found in
5533 auto-mode-alist.
5534
5535 * files.el (magic-mode-alist): Call image-mode instead of
5536 image-mode-maybe for autodetected images.
5537
5538 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
5539
5540 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
5541 Fix typos in docstrings.
5542 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
5543
5544 2007-02-09 Kim F. Storm <storm@cua.dk>
5545
5546 * emacs-lisp/float-sup.el: Remove obsolete comment.
5547
5548 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5549
5550 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
5551
5552 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5553
5554 * simple.el: Revert previous change, at request of RMS:
5555 (fundamental-mode-hook): Remove.
5556 (fundamental-mode): Run after-change-major-mode-hooks manually,
5557 and don't run the now-nonexistent fundamental-mode-hook.
5558
5559 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5560
5561 * simple.el (fundamental-mode-hook): Declare new hook.
5562 (fundamental-mode): Run the new dedicated hook, and don't run
5563 after-change-major-mode-hooks manually anymore.
5564
5565 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5566
5567 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
5568 added columns of chars. Remove support for the "no-meta-info" format.
5569 Prompted by Romain Francoise <romain@orebokech.com>.
5570
5571 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5572
5573 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
5574 (gdb-mouse-until, gdb-mouse-jump): Use it.
5575
5576 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5577
5578 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
5579 work when there is just an assembler buffer (no source buffer).
5580
5581 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
5582
5583 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
5584 just because the diff was produced using "-p" (--show-c-function).
5585
5586 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
5587
5588 * faces.el (frame-set-background-mode): Use `color-values' and
5589 `display-color-p', not `x-color-values' and `x-display-color-p'.
5590 (face-valid-attribute-values): Use `defined-colors' instead of
5591 `x-defined-colors'.
5592
5593 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5594
5595 * ps-print.el: The ps-print commands without face printing should not
5596 print background color. Reported by Leo <sdl.web@gmail.com>.
5597 (ps-print-version): New version 6.7.3.
5598 (ps-begin-job): New arg. Fix ps-default-background and
5599 ps-default-foreground initialization.
5600 (ps-face-attributes): Fix doc string.
5601 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
5602
5603 * printing.el: Fix ps-print link.
5604
5605 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
5606
5607 * faces.el (face-set-after-frame-default): Compile attributes to
5608 be set by frame parameters before merging in X resources.
5609
5610 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
5611
5612 * simple.el (blink-matching-paren-dont-ignore-comments):
5613 (blink-matching-paren-on-screen): Doc fixes.
5614
5615 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
5616
5617 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
5618
5619 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
5620
5621 * loadhist.el (unload-feature): Silently ignore `load-history' entries
5622 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
5623 entries like `defun'. Return nil.
5624
5625 2007-02-05 Kim F. Storm <storm@cua.dk>
5626
5627 * ido.el: Doc fixes.
5628
5629 2007-02-04 David Kastrup <dak@gnu.org>
5630
5631 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
5632 `mpuz-allow-double-multiplicator' is non-zero, and correct
5633 calculation of `min'.
5634
5635 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
5636
5637 * wid-edit.el (widget-default-create): Insert new text at the
5638 :from marker _after_ the marker, not before it.
5639
5640 2007-02-04 Alan Mackenzie <acm@muc.de>
5641
5642 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
5643 containing it is re-indented.
5644
5645 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5646
5647 * net/newsticker.el (newsticker--insert-image): Update docstring,
5648 and insert the image directly.
5649 (newsticker--buffer-redraw): Update docstring.
5650
5651 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5652 Rename from define-global-minor-mode.
5653
5654 * progmodes/cwarn.el (global-cwarn-mode):
5655 * emacs-lisp/autoload.el (make-autoload):
5656 * hi-lock.el (global-hi-lock-mode):
5657 * font-core.el (global-font-lock-mode): All callers changed.
5658
5659 2007-02-03 Eli Zaretskii <eliz@gnu.org>
5660
5661 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
5662 Don't copy @ignore lines into menu descriptions.
5663 (texinfo-multi-file-update): Goto the @node line before attempting
5664 to pluck the node name.
5665 (texinfo-multiple-files-update): Reverse the optional arguments'
5666 order, as per the doc string and the `interactive' form.
5667
5668 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5669
5670 * image-mode.el: Use autoload to avoid overriding disabled setting
5671 applied in .emacs.
5672
5673 2007-02-03 Alan Mackenzie <acm@muc.de>
5674
5675 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
5676 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
5677 adjacent paren groups).
5678
5679 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5680
5681 * progmodes/ebnf2ps.el: Doc fixes.
5682 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
5683
5684 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5685
5686 * dired-x.el (dired-do-relsymlink): Add reference to
5687 dired-do-symlink. Add an autoload cookie.
5688
5689 * dired-aux.el (dired-do-symlink): Add reference to
5690 dired-do-relsymlink.
5691
5692 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
5693
5694 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
5695 <left-fringe mouse-3>: New bindings.
5696
5697 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
5698
5699 * net/newsticker.el (newsticker-version): Changed to "1.10".
5700 (newsticker--set-customvar): Doc string.
5701 (newsticker-new-item-face): Doc string.
5702 (newsticker-mode): Initialize `invisibility-spec' with t.
5703 (newsticker-mode-map): Added
5704 `newsticker-mark-all-items-at-point-as-read'.
5705 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
5706 (newsticker-w3m-show-inline-images): Do not call
5707 `w3m-remove-image'.
5708 (newsticker--buffer-after-w3m-insert-image): New advice for
5709 w3m-insert-image to cache images.
5710 (newsticker-next-item-same-feed): New.
5711 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
5712 (newsticker-mark-all-items-of-feed-as-read): New.
5713 (newsticker-mark-all-items-at-point-as-read): Use new functions.
5714 (newsticker-mark-item-at-point-as-read): Doc string.
5715 (newsticker-mark-item-at-point-as-read): Use new functions.
5716 (newsticker--do-mark-item-at-point-as-read): New, extracted from
5717 `newsticker-mark-item-at-point-as-read'.
5718 (newsticker-hide-entry): Use (t) instead of t for invisibility.
5719 (newsticker--sentinel): Yet another xml-parser workaround.
5720 (newsticker--decode-iso8601-date): Bugfix for datestrings without
5721 days.
5722 (newsticker--buffer-do-insert-text): Fix.
5723 (newsticker--buffer-insert-enclosure): Fix. Length might be missing.
5724 (newsticker--buffer-make-item-completely-visible):
5725 `switch-to-buffer' not necessary.
5726
5727 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5728
5729 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
5730 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
5731 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
5732 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
5733 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
5734
5735 2007-02-02 Kenichi Handa <handa@m17n.org>
5736
5737 * international/quail.el (quail-show-key): Fix an error message.
5738
5739 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5740
5741 * faces.el (set-face-underline-p, modify-face): Rename arg
5742 UNDERLINE-P to UNDERLINE (it is not a flag).
5743
5744 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
5745
5746 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
5747 when adding gdb-speedbar-update to gdb-input-queue.
5748
5749 2007-02-01 Kenichi Handa <handa@m17n.org>
5750
5751 * international/quail.el (quail-show-key): Signal an error if the
5752 current input method is not using Quail.
5753
5754 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
5755
5756 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
5757 Trim leading whitespace in sysvar names.
5758
5759 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5760
5761 * faces.el (internal-find-face, internal-get-face): Doc fixes.
5762
5763 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
5764
5765 * ido.el (ido-set-common-completion): Use `let', not `let*'.
5766
5767 2007-01-31 Romain Francoise <romain@orebokech.com>
5768
5769 * comint.el: Delete extra copy of `comint-copy-old-input' added in
5770 previous change to this file.
5771
5772 2007-01-31 Jason Rumney <jasonr@gnu.org>
5773
5774 * files.el (magic-mode-alist): Use image-mode-maybe rather than
5775 image-mode.
5776
5777 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
5778 interfering with attempt to set major mode from modified
5779 auto-mode-alist.
5780
5781 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
5782
5783 * faces.el (color-values): Doc fix.
5784 (face-differs-from-default-p): Don't check :foreground twice.
5785
5786 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
5787
5788 * comint.el (comint-mode): Prevent non-keyword fontification by default.
5789
5790 2007-01-31 Kenichi Handa <handa@m17n.org>
5791
5792 * international/quail.el (quail-store-decode-map-key): Store a
5793 translated character too.
5794 (quail-char-equal-p): New function.
5795 (quail-find-key1): Check character equality by quail-char-equal-p.
5796 (quail-decode-map-generated): New variable.
5797 (quail-find-key): Check quail-decode-map-generated and re-generate
5798 a decode map if necessary.
5799
5800 2007-01-30 Richard Stallman <rms@gnu.org>
5801
5802 * tutorial.el (tutorial--detailed-help): Make the list of
5803 changed keys look nicer.
5804
5805 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
5806
5807 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
5808 (gdb-var-delete): Use it.
5809 (gdb-var-update-handler-1): Handle value "invalid" for MI field
5810 `in_scope'.
5811
5812 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
5813
5814 * files.el (get-free-disk-space): Return nil for remote directories.
5815
5816 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
5817 instead of "dir".
5818
5819 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
5820
5821 * type-break.el (type-break-catch-up-event): New function.
5822 (type-break-demo-hanoi, type-break-demo-life)
5823 (type-break-demo-boring): Use it.
5824
5825 * image-mode.el (image-mode): Don't automatically view as image.
5826 (image-toggle-display): Add `disabled' property.
5827
5828 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
5829
5830 * isearchb.el (isearchb-iswitchb):
5831 * ps-print.el (ps-build-face-reference):
5832 * emacs-lisp/shadow.el (list-load-path-shadows):
5833 * eshell/esh-cmd.el (eshell-rewrite-for-command):
5834 * international/mule.el (find-auto-coding):
5835 * mail/supercite.el (sc-attrib-selection-list):
5836 * progmodes/cc-defs.el (c-emacs-features):
5837 * progmodes/cc-vars.el (c-offsets-alist):
5838 * progmodes/flymake.el
5839 (flymake-init-create-temp-source-and-master-buffer-copy):
5840 Fix typos in docstrings (some suggested by Chris Moore).
5841
5842 * progmodes/vhdl-mode.el (vhdl-components-package-name)
5843 (vhdl-get-library-unit, vhdl-corresponding-begin)
5844 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
5845 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
5846 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
5847 (vhdl-font-lock-match-item): Fix typos in docstrings.
5848 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
5849 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
5850 (vhdl-speedbar-insert-project-hierarchy):
5851 Improve argument/docstring consistency.
5852
5853 2007-01-29 Kenichi Handa <handa@m17n.org>
5854
5855 * international/titdic-cnv.el (py-converter): Fix previous change.
5856
5857 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
5858
5859 * jka-compr.el (jka-compr-partial-uncompress)
5860 (jka-compr-call-process): Rebind default-directory if it is
5861 invalid. Suggested by Chris Moore.
5862
5863 * comint.el (comint-insert-input): Handle situation where the
5864 selected buffer is not the clicked buffer.
5865
5866 2007-01-29 Kenichi Handa <handa@m17n.org>
5867
5868 * international/ja-dic-cnv.el (skkdic-convert):
5869 Add byte-compile-disable-print-circle:t at the head.
5870
5871 * international/titdic-cnv.el (tit-process-header):
5872 Add byte-compile-disable-print-circle:t at the head.
5873 (miscdic-convert): Likewise.
5874 (py-converter): Skip the header comments.
5875
5876 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
5877 New variable.
5878 (byte-compile-output-file-form): Bing print-circle to nil if
5879 byte-compile-output-file-form is not nil.
5880 (byte-compile-output-docform): Likewise.
5881
5882 2007-01-28 Kim F. Storm <storm@cua.dk>
5883
5884 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
5885 Declare earlier to avoid byte compiler warnings.
5886
5887 2007-01-28 Markus Triska <markus.triska@gmx.at>
5888
5889 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
5890
5891 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
5892
5893 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
5894 (gamegrid-add-score-with-update-game-score-1): Allow local quits
5895 when calling update-game-score program. Remove unnecessary
5896 save-excursion.
5897
5898 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
5899
5900 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
5901
5902 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
5903 avoid compiler warning.
5904 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
5905 might have values other than "true" or "false".
5906
5907 2007-01-28 Richard Stallman <rms@gnu.org>
5908
5909 * textmodes/fill.el (fill-paragraph-function): Doc fix.
5910 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
5911
5912 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
5913
5914 * image.el (image-type-header-regexps): Make GIF regex more specific.
5915
5916 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
5917 Don't check `backspace'.
5918 (tutorial--find-changed-keys): Look up bindings in a temp buffer
5919 in Fundamental mode.
5920
5921 * startup.el (fancy-splash-text, normal-splash-screen):
5922 Mention C-g.
5923
5924 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
5925 when inserting in buffer.
5926
5927 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
5928 inside the if.
5929
5930 2007-01-27 Richard Stallman <rms@gnu.org>
5931
5932 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
5933
5934 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
5935
5936 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
5937 enum/union/struct/class definition.
5938 Revert change to call `forward-sexp' multiple times.
5939
5940 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
5941
5942 * files.el (hack-local-variables-confirm): Don't keep trying to
5943 read an event from an empty kbd macro.
5944
5945 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5946
5947 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
5948
5949 2007-01-27 Ben North <ben@redfrontdoor.org>
5950
5951 * outline.el (outline-promote, outline-demote): Doc fix. Rename
5952 the arg CHILDREN -> WHICH.
5953
5954 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
5955
5956 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
5957 default-directory to a sane value when calling start-process.
5958
5959 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5960
5961 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
5962 (ls-lisp-format-time-list): Doc fix. Mention
5963 ls-lisp-use-localized-time-format.
5964 (ls-lisp-format-time): Use ls-lisp-format-time-list if
5965 ls-lisp-use-localized-time-format is non-nil, even if a valid
5966 locale is defined.
5967
5968 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
5969
5970 * jka-compr.el (jka-compr-shell): Doc fix.
5971
5972 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
5973
5974 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5975
5976 * ps-print.ps: Fix background height.
5977 (ps-print-version): New version 6.7.2.
5978
5979 2007-01-26 Eli Zaretskii <eliz@gnu.org>
5980
5981 * makefile.w32-in (finder-data, custom-deps): Depend on
5982 $(lisp)/loaddefs.el.
5983
5984 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5985
5986 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
5987
5988 2007-01-24 Miles Bader <miles@gnu.org>
5989
5990 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
5991 (byte-compile-output-docform): Bind `print-circle' to t.
5992
5993 2007-01-24 Kenichi Handa <handa@m17n.org>
5994
5995 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
5996 file name of the original SKK dictionary file.
5997
5998 2007-01-24 Kim F. Storm <storm@cua.dk>
5999
6000 * ido.el (ido-initial-position): New variable.
6001 (ido-read-internal): Set it if default item is specified.
6002 (ido-minibuffer-setup): Position cursor accordingly if set.
6003 (ido-edit-input): C-e moves to end of input if not already there.
6004 (ido-magic-backward-char): C-b does like M-b if prev char is /.
6005 Don't switch to buffer mode if repeating C-b at start of input.
6006 (ido-toggle-ignore): C-a only toggles ignore at start or end of
6007 input; else it moves to start of input.
6008 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
6009 not at end of input, delete rest of input, rather than normal op.
6010
6011 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
6012
6013 * emulation/viper-keym.el (viper-insert-basic-map):
6014 Delete binding for S-TAB.
6015
6016 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
6017 of message. Activate mark.
6018 (ediff-activate-mark): Set transient-mark-mode to t.
6019
6020 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
6021
6022 2007-01-23 Martin Rudalics <rudalics@gmx.at>
6023
6024 * help-fns.el (describe-variable): Don't suppress display of
6025 buffer local value when the value is "large".
6026
6027 2007-01-22 Kim F. Storm <storm@cua.dk>
6028
6029 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
6030 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
6031 (ido-tidy): Use ido-active.
6032
6033 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
6034
6035 * hexl.el (hexl-mode-exit): Add missing quote.
6036
6037 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6038
6039 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
6040 (mac-ae-keyboard-modifiers): New function.
6041 (mac-handle-toolbar-switch-mode): Use it.
6042 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
6043 if keyboard modifiers on drop contain option key.
6044 (mac-dnd-drop-data): Add optional argument `action'.
6045 (special-event-map): Remove binding for M-drag-n-drop.
6046
6047 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
6048
6049 * add-log.el (add-log-current-defun): Use CC Mode functions to
6050 find the beginning and end of a defun.
6051
6052 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
6053
6054 * progmodes/gdb-ui.el (gdb-var-create-regexp)
6055 (gdb-var-create-handler): Handle value field in GDB output of
6056 -var-create.
6057 (gdb-max-frames): New variable.
6058 (gdb-stack-buffer, gdb-frames-select): Use it.
6059 (gdb-info-stack-custom): Help user customize gdb-max-frames,
6060 if necessary.
6061 (gdb-get-frame-number): Simplify.
6062
6063 2007-01-21 Glenn Morris <rgm@gnu.org>
6064
6065 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
6066 Update copyrights.
6067
6068 2007-01-21 Alan Mackenzie <acm@muc.de>
6069
6070 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
6071 handling of K&R stuff.
6072
6073 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6074
6075 * textmodes/bibtex.el (bibtex-files): Fix customization type.
6076
6077 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6078
6079 * ps-print.el: Handle frame parameters (background and/or foreground
6080 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
6081 (ps-print-version): New version 6.7.1.
6082 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
6083 (ps-frame-parameter): New fun.
6084 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
6085 Fix doc and customization.
6086 (ps-begin-job): Get frame parameters (background and/or foreground
6087 colors).
6088 (ps-do-despool): Ensure ps-printer-name has a valid value.
6089
6090 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
6091
6092 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
6093 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
6094 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
6095 mean unlimited.
6096
6097 2007-01-20 Alan Mackenzie <acm@muc.de>
6098
6099 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
6100 much more rigorous analysis of putative K&R regions.
6101
6102 2007-01-20 Alan Mackenzie <acm@muc.de>
6103
6104 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
6105 New functions.
6106
6107 2007-01-20 Alan Mackenzie <acm@muc.de>
6108
6109 * progmodes/cc-align.el, progmodes/cc-cmds.el,
6110 * progmodes/cc-defs.el, progmodes/cc-engine.el,
6111 * progmodes/cc-langs.el, progmodes/cc-styles.el,
6112 * progmodes/cc-vars.el: Add my name.
6113
6114 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
6115
6116 * files.el (find-alternate-file): Revert query message to Emacs 21
6117 version.
6118
6119 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
6120
6121 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
6122 the doc string how to use personal abbrevs without electric
6123 keywords.
6124
6125 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6126
6127 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
6128 Fixed cursor position when toggle abbreviated display.
6129
6130 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
6131
6132 * t-mouse.el: Update copyright following assignment by
6133 Alessandro Rubini.
6134
6135 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
6136
6137 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
6138 (type-break-demo-boring): Call read-event instead of read-char.
6139
6140 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
6141
6142 * progmodes/compile.el: Add handling for makepplog.
6143
6144 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
6145
6146 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
6147 aspell dictionaries are initialized when called non-interactively.
6148
6149 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
6150
6151 * progmodes/compile.el (compilation-loop): New arg limit.
6152 Handle case where the first error is at point-min.
6153 (compilation-next-error): New arg to compilation-loop call.
6154
6155 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
6156
6157 * info.el (Info-default-dirs): Change default info dir to
6158 share/info.
6159
6160 * paths.el (Info-default-directory-list): Ditto.
6161
6162 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
6163
6164 * hexl.el (hexl-before-revert-hook): New function.
6165 (hexl-mode): Use it.
6166 (hexl-after-revert-hook): Just call hexl-mode.
6167 (hexl-mode-exit): Remove before-revert-hook.
6168
6169 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6170
6171 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
6172
6173 2007-01-16 Martin Rudalics <rudalics@gmx.at>
6174
6175 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
6176 by "-" in francais7 otherchars entry.
6177 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
6178 otherchars entry.
6179
6180 2007-01-15 Karl Fogel <kfogel@red-bean.com>
6181
6182 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
6183 path. Rewrite function in `cond' style for readability.
6184
6185 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
6186 (The path shortening, that is, not the rearrangement.)
6187
6188 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6189
6190 * term/mac-win.el (mac-ae-quit-application): New function.
6191 (mac-apple-event-map): Bind "quit application" Apple event to it.
6192
6193 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
6194
6195 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
6196 than the program's output.
6197
6198 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
6199
6200 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
6201 (kmacro-start-macro-or-insert-counter)
6202 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
6203 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
6204
6205 * longlines.el (longlines-show-hard-newlines):
6206 * ruler-mode.el (ruler-mode-ruler):
6207 * emulation/keypad.el (keypad-setup):
6208 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
6209 Fix typo in docstring.
6210
6211 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
6212
6213 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
6214 Remove redirect character ">".
6215
6216 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
6217
6218 * replace.el (perform-replace): Remove leftover code.
6219
6220 2007-01-12 Richard Stallman <rms@gnu.org>
6221
6222 * replace.el (perform-replace): Don't clear NODENT when computing
6223 the replacement string.
6224
6225 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
6226
6227 * net/tramp.el (tramp-handle-file-local-copy):
6228 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
6229 <christopher.ian.moore@gmail.com>.
6230
6231 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6232
6233 * diff-mode.el (diff-sanity-check-context-hunk-half)
6234 (diff-sanity-check-hunk): New functions.
6235 (diff-find-source-location): Use'em to check the hunks are well-formed.
6236
6237 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
6238 activate undo when undo is not active.
6239 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
6240
6241 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6242
6243 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
6244 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
6245 (ffap-url-at-point): Use char-classes rather than "a-z".
6246
6247 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
6248
6249 * ediff-init.el (ediff-autostore-merges):
6250 * textmodes/fill.el (fill-region): Doc fix.
6251
6252 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6253
6254 * server.el (server-ensure-safe-dir): UIDs may be floats.
6255
6256 2007-01-10 Richard Stallman <rms@gnu.org>
6257
6258 * battery.el (battery-linux-proc-acpi): Use ignore-errors
6259 around calls to directory-files.
6260
6261 * subr.el (momentary-string-display): Use save-excursion.
6262
6263 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
6264 argument, but read it as `X' does.
6265
6266 2007-01-09 Juri Linkov <juri@jurta.org>
6267
6268 * info.el (Info-fontify-node): Don't hide node names of index entries.
6269
6270 * faces.el (momentary): Change :group to basic-faces where all
6271 basic faces belong to. Add :version.
6272
6273 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
6274
6275 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
6276 keybinding is found.
6277 (tutorial--find-changed-keys): Never treat null keybinding as a
6278 remapping.
6279
6280 2007-01-09 Martin Rudalics <rudalics@gmx.at>
6281
6282 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
6283
6284 2007-01-09 Kenichi Handa <handa@m17n.org>
6285
6286 * international/mule-cmds.el
6287 (select-safe-coding-system-interactively): Fix message.
6288
6289 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
6290
6291 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
6292 (tramp-process-actions): Add optional parameter TIMEOUT.
6293 (tramp-open-connection-telnet, tramp-open-connection-rsh)
6294 (tramp-open-connection-su): Add timeout of 60".
6295
6296 2007-01-09 Richard Stallman <rms@gnu.org>
6297
6298 * progmodes/compile.el (compile): Doc fix.
6299
6300 2007-01-09 Markus Triska <markus.triska@gmx.at>
6301
6302 * tumme.el (tumme-display-thumb): Doc fix.
6303
6304 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
6305
6306 * battery.el (battery-search-for-one-match-in-files):
6307 * bindings.el (mode-line-minor-mode-help):
6308 * x-dnd.el (x-dnd-types-alist):
6309 * calendar/icalendar.el (icalendar-import-buffer):
6310 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
6311
6312 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
6313
6314 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
6315
6316 * replace.el (replace-regexp): Fix typo in docstring.
6317
6318 2007-01-07 Alan Mackenzie <acm@muc.de>
6319
6320 * progmodes/cc-langs.el (c-operators, c-filter-ops):
6321 Amend doc-string and comments.
6322
6323 2007-01-06 Eli Zaretskii <eliz@gnu.org>
6324
6325 * files.el (abbreviate-file-name): Doc fix.
6326
6327 2007-01-06 Markus Triska <triska@gmx.at>
6328
6329 * subr.el (split-string): Remove spurious ")" from doc string.
6330
6331 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
6332
6333 * textmodes/table.el (table--warn-incompatibility):
6334 Use display-warning instead of momentary-string-display.
6335
6336 2007-01-05 Richard Stallman <rms@gnu.org>
6337
6338 * image.el (image-type-header-regexps): Recognize xbm more strictly.
6339
6340 * simple.el (backward-kill-word): Doc fix.
6341
6342 2007-01-05 Romain Francoise <romain@orebokech.com>
6343
6344 * international/mule.el (sgml-html-meta-auto-coding-function):
6345 Ensure that the buffer contains a HTML document.
6346
6347 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6348
6349 * faces.el (momentary): Move here ...
6350 * subr.el (momentary): ... from here.
6351
6352 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
6353
6354 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
6355 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
6356 large structures/arrays.
6357
6358 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
6359
6360 * files.el (find-file-noselect-1, set-visited-file-name):
6361 Allow backup-enable-predicate to be nil.
6362
6363 2007-01-04 Andreas Schwab <schwab@suse.de>
6364
6365 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
6366 last change.
6367
6368 2007-01-03 Richard Stallman <rms@gnu.org>
6369
6370 * woman.el (woman-decode-buffer): Clarify error message.
6371
6372 2007-01-03 Alan Mackenzie <acm@muc.de>
6373
6374 * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
6375
6376 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
6377
6378 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
6379
6380 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6381
6382 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
6383
6384 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
6385
6386 * emulation/viper.el (viper-custom-file-name, viper-mode):
6387 Fix typos in docstrings.
6388
6389 * subr.el (momentary-string-display): After moving point, set POS
6390 variable to it to avoid later errors once the buffer is modified.
6391 Doc fix.
6392
6393 2007-01-02 Alan Mackenzie <acm@muc.de>
6394
6395 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
6396 check that the "*/" is present before trying to manipulate it.
6397
6398 2007-01-02 Richard Stallman <rms@gnu.org>
6399
6400 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
6401
6402 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
6403 Fix format of value.
6404
6405 * cus-edit.el (customize-unsaved): Rename from customize-customized.
6406 Change messages accordingly.
6407 (customize-customized): Now alias.
6408
6409 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
6410
6411 * files.el (version-control): Doc fix.
6412
6413 2007-01-01 Alan Mackenzie <acm@muc.de>
6414
6415 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
6416 Check the format of c-state-cache is valid for an optimisation before
6417 using it.
6418
6419 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
6420 are at a statement within a macro". Other changes so that only
6421 the first continuation line in a macro gets the symbol
6422 `cpp-define-intro', the others getting `statement', or whatever.
6423
6424 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
6425 a string, preserve whitespace. Add a backslash only when also in
6426 a macro.
6427
6428 * progmodes/cc-defs.el: Correct typos.
6429
6430 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
6431 new line after an escaped EOL in a string.
6432
6433 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
6434 label when it directly follows "else", "do", ....
6435
6436 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
6437 angle brackets (as seen in "explicit specialisations" of C++
6438 templates).
6439
6440 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
6441 in the doc-string.
6442
6443 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
6444 when the comment ender looks like "=========*/" and is alone on
6445 its line.
6446
6447 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
6448 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
6449 for the old name.
6450
6451 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
6452 c-\(beginning\|end\)-of-defun by default.
6453
6454 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
6455 New line-up function, for the DEFUN macro in the Emacs C sources.
6456 Only used in "gnu" style.
6457
6458 * progmodes/cc-styles.el (c-style-alist): Use this new function in
6459 the "gnu" style.
6460
6461 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
6462 clean-up comment-close-slash also to work when there's a comment
6463 terminator on the line.
6464 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
6465 these for large arg - only take account of top level {..}, except
6466 for initial and final adjustments. M-- C-M-[ae] now go to the
6467 right defuns when the starting point is between defuns. They use
6468 the four new functions:
6469 (c-in-function-trailer-p, c-where-wrt-brace-construct)
6470 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
6471 support c-\(beginning\|end\)-of-defun.
6472
6473 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
6474 expressions more rigorously, to exclude bit-field specifiers from
6475 being classed as labels.
6476 (c-forward-label): When analyzing a ":" within a macro, be careful
6477 about using c-forward-syntactic-ws at the macro beginning.
6478 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
6479 stmt boundary, check for "operator=", etc.
6480
6481 * progmodes/cc-mode.el (c-postprocess-file-styles):
6482 Bind inhibit-read-only to t, around the call to
6483 c-remove-any-local-eval-or-mode-variables, so that it works on a
6484 RO file.
6485
6486 * progmodes/cc-defs.el (c-version): Update the version number to
6487 "5.31.4".
6488
6489 2007-01-01 Richard Stallman <rms@gnu.org>
6490
6491 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
6492 only if we restored isearch-window-configuration.
6493
6494 2006-12-31 Romain Francoise <romain@orebokech.com>
6495
6496 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
6497
6498 2006-12-31 Kim F. Storm <storm@cua.dk>
6499
6500 * files.el (auto-mode-case-fold): New defcustom.
6501 (set-auto-mode): If non-nil, perform second case-sensitive pass
6502 through auto-mode-alist if first pass failed.
6503
6504 2006-12-30 Richard Stallman <rms@gnu.org>
6505
6506 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
6507
6508 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
6509
6510 * allout.el (allout-encrypt-string): Handle symmetric-key
6511 passphrase caching but leave keypair caching to pgg.
6512
6513 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
6514
6515 Sync with Tramp 2.0.55.
6516
6517 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
6518 `integerp'. `char-equal' could fail else in case of negative
6519 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
6520 (top): Check for `font-lock-add-keywords' before calling; it
6521 doesn't exist under XEmacs.
6522 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
6523 (tramp-completion-mode): Remove clause (not
6524 tramp-unified-filenames), because the function is called in other
6525 context too, where this check results in wrong results in the
6526 XEmacs case on Windows.
6527 (tramp-touch): UTC handling is not possible for XEmacs.
6528
6529 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6530
6531 * scroll-bar.el (previous-scroll-bar-mode): New variable
6532 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
6533 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
6534
6535 * term/x-win.el: Set scroll bar mode to right if set by X resources.
6536
6537 2006-12-30 Richard Stallman <rms@gnu.org>
6538
6539 * files.el (make-backup-file-name-1): Precompute abs name
6540 but don't lose the relative name.
6541
6542 * international/mule-cmds.el (select-safe-coding-system-interactively):
6543 Fix message.
6544
6545 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6546
6547 * files.el (backup-buffer): Show entire backup file name in msg.
6548
6549 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
6550
6551 * image.el (image-type-header-regexps, image-type-from-data)
6552 (image-type-from-buffer, image-type-from-file-header):
6553 Revert changes from 2006-12-26.
6554 (image-type-auto-detectable): New variable.
6555 (image-type-auto-detected-p): New function.
6556
6557 * files.el (magic-mode-alist): Detect image files with
6558 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
6559
6560 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
6561
6562 * dired.el (dired-sort-other): Move test for dired-mode...
6563 (dired-sort-set-modeline): ...to here.
6564
6565 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6566
6567 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
6568 change. Suggested by Stefan Monnier.
6569
6570 2006-12-29 Kim F. Storm <storm@cua.dk>
6571
6572 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
6573 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
6574
6575 2006-12-27 Kim F. Storm <storm@cua.dk>
6576
6577 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
6578 so it doesn't accidentally match an fsf.org mail address.
6579 (authors-renamed-files-alist): Add tcover-*.el.
6580
6581 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
6582
6583 * vc-arch.el (vc-arch-find-version): New function.
6584
6585 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
6586 composed of arbitrary characters (even /) in some systems.
6587
6588 2006-12-27 Eli Zaretskii <eliz@gnu.org>
6589
6590 * international/mule-cmds.el (select-safe-coding-system-interactively):
6591 Improve the message in the *Warning* buffer.
6592
6593 2006-12-27 Kim F. Storm <storm@cua.dk>
6594
6595 * ido.el (ido-set-matches-1): Fix last change. If default item is
6596 current buffer, it is ok to be first.
6597
6598 2006-12-27 Kenichi Handa <handa@m17n.org>
6599
6600 * international/mule-cmds.el (select-safe-coding-system-interactively):
6601 Use face `link' for problematic chars.
6602
6603 2006-12-27 Kenichi Handa <handa@m17n.org>
6604
6605 * international/mule-cmds.el (select-safe-coding-system-interactively):
6606 Improve the message in *Warning* buffer.
6607
6608 2006-12-27 Kim F. Storm <storm@cua.dk>
6609
6610 * ido.el (ido-set-matches-1): Never put current buffer first if
6611 there are other matches.
6612
6613 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
6614
6615 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
6616 expressions.
6617 (gdb-var-delete): Handle duplicate names. Print message for non
6618 root expressions.
6619 (gdb-partial-output-name): Start buffer name with a space.
6620 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
6621 buffer name.
6622
6623 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6624
6625 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
6626 last footnote when `footnote-spaced-footnotes' is nil.
6627
6628 2006-12-26 Richard Stallman <rms@gnu.org>
6629
6630 * cus-edit.el (custom-browse-sort-alphabetically)
6631 (custom-buffer-sort-alphabetically)
6632 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
6633
6634 * image.el (image-type-header-regexps): Change element format
6635 to include third item NOT-ALWAYS.
6636 (image-type-from-data): Handle new format.
6637 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
6638 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
6639
6640 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
6641
6642 * add-log.el (add-log-current-defun): Call `forward-sexp'
6643 multiple times to pick a member function name defined as
6644 part of nested classes/namespaces.
6645
6646 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6647
6648 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
6649 which keymap should be used to change menu. It does not affect any
6650 existent code.
6651
6652 2006-12-26 Richard Stallman <rms@gnu.org>
6653
6654 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
6655 rather than for being in a minibuffer window.
6656
6657 2006-12-25 Daiki Ueno <ueno@unixuser.org>
6658
6659 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
6660 locale-coding-system.
6661 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
6662 LF.
6663
6664 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
6665
6666 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
6667 (sql-mode-syntax-table): Disable double quoted strings.
6668 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
6669
6670 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6671
6672 * startup.el (fancy-splash-last-input-event): New variable.
6673 (fancy-splash-special-event-action): New function.
6674 (fancy-splash-screens): Temporarily bind special events to it.
6675 Execute command for saved special event before exiting from
6676 recursive editing.
6677
6678 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
6679 New functions.
6680 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
6681 Use mac-unread-string.
6682
6683 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6684
6685 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
6686 an optimized comment regexp if `comment-start-skip' uses a ^.
6687 * bs.el (bs--up): Remove interactive spec.
6688
6689 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6690
6691 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
6692 Suggested by James Cloos.
6693
6694 2006-12-24 Kevin Ryde <user42@zip.com.au>
6695
6696 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
6697 in March.
6698 (calendar-dst-ends): Default to first Sunday in November.
6699
6700 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
6701
6702 * allout.el (allout-encrypt-string): Inhibit use of agent within
6703 body of let form where encryption happens. Acknowledge non-use of
6704 gpg-agent in docstring.
6705 (allout-toggle-subtree-encryption): Acknowledge non-use of
6706 gpg-agent in docstring.
6707
6708 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6709
6710 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
6711
6712 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
6713
6714 * ediff-diff.el (ediff-diff-options): Clarify docstring.
6715 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
6716
6717 * emulation/viper-cmd.el (viper-post-command-sentinel):
6718 Protect against errors in hooks.
6719 (viper-add-newline-at-eob-if-necessary): Add newline only if we
6720 actually modify buffer; ignore errors if occur.
6721
6722 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
6723
6724 * calendar/calendar.el (calendar-mode-map): Switch < and >.
6725 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
6726 formatting.
6727
6728 2006-12-23 Richard Stallman <rms@gnu.org>
6729
6730 * simple.el (delete-horizontal-space): Doc fix.
6731
6732 2006-12-23 Eli Zaretskii <eliz@gnu.org>
6733
6734 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
6735 explicitly in a recursive Make, not implicitly through prerequisites,
6736 since the latter is wrong under parallel builds.
6737
6738 2006-12-22 Eli Zaretskii <eliz@gnu.org>
6739
6740 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
6741
6742 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6743
6744 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
6745 message string.
6746
6747 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
6748
6749 * outline.el (outline-next-visible-heading): Fix the case with a
6750 header at end-of-file with no final newline.
6751
6752 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
6753
6754 * indent.el (tab-always-indent): Doc fix.
6755
6756 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
6757
6758 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
6759 (Info-fontify-node): Do fontify indices.
6760
6761 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
6762 to the Emacs Lisp reference manual.
6763 (tutorial--tab-map): Remove. All callers changed.
6764 (tutorial--find-changed-keys): New elt QUIET, used to...
6765 (tutorial--display-changes): ...ensure that warning messages are
6766 only issued once per changed key.
6767 (tutorial--remove-remarks): Delete unused code-path.
6768 (lang-strings): Remove extraneous formatting.
6769 (tutorial--save-tutorial): Prompt before saving tutorial state.
6770
6771 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
6772
6773 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
6774 Replace '?\ ' by '?\s' throughout.
6775 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
6776 `help' custom group.
6777 (tutorial--key-description): New function.
6778 (tutorial--display-changes): Remove redundant arg. Scan for all
6779 key sequences to avoid false matches. Cleanup.
6780 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
6781 reduce homedir pollution.
6782 (help-with-tutorial): Call tutorial--display-changes with no arg.
6783
6784 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
6785
6786 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
6787
6788 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
6789
6790 * net/tramp.el (tramp-default-method): We still need to check for
6791 `executable-find', because it is not bound under Emacs 20.
6792 (tramp-handle-file-name-completion)
6793 (tramp-completion-handle-file-name-completion): Handle optional
6794 parameter PREDICATE.
6795 (tramp-find-default-method): Add code for default values.
6796
6797 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
6798
6799 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
6800 make gud-go send "continue".
6801
6802 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
6803
6804 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
6805 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
6806
6807 2006-12-19 Kim F. Storm <storm@cua.dk>
6808
6809 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
6810 instead of global-map.
6811
6812 * files.el (magic-mode-alist): Allow matching file type by
6813 calling a function at bob. Check for image types by calling
6814 image-type-from-buffer. Suggested by Juanma Barranquero.
6815 (set-auto-mode): Do it.
6816
6817 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
6818
6819 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
6820 Remove "ControlMaster" option from the other `scp*' methods.
6821 (tramp-default-method): Check for ssh-agent before setting to `scp'.
6822
6823 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
6824
6825 * textmodes/org.el (org-mode): Show context after isearch.
6826 (org-show-siblings): New function.
6827 (org-show-context): Use `org-show-siblings'.
6828
6829 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
6830
6831 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
6832 Use syntax-ppss-toplevel-pos.
6833
6834 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
6835
6836 * textmodes/org.el (org-current-line): Make sure that lines are
6837 counted from beginning of buffer.
6838 (org-table-copy-region, org-table-paste-rectangle): Make sure that
6839 lines are counted from beginning of buffer.
6840
6841 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
6842
6843 * info.el (Info-build-node-completions): Signal error if tag-table
6844 marker is not found.
6845
6846 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6847
6848 2006-12-17 Alan Mackenzie <acm@muc.de>
6849
6850 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
6851 speed) the case when open-paren-in-column-0-is-defun-start is nil.
6852 Based on code by Martin Rudalics.
6853
6854 * progmodes/cc-mode.el (c-basic-common-init): Don't set
6855 open-paren-in-column-0-is-defun-start to nil any more.
6856
6857 2006-12-17 Richard Stallman <rms@gnu.org>
6858
6859 * simple.el (delete-horizontal-space): Use prefix arg.
6860
6861 * help-fns.el (describe-variable): Improve blank separator lines.
6862
6863 * files.el (magic-mode-alist): Mark as risky.
6864
6865 * files.el (make-backup-file-name-1):
6866 Expand backup-directory explicitly.
6867
6868 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
6869
6870 * net/tramp.el (tramp-default-method): Before setting to "pscp",
6871 check whether package password.el is loaded, or Pageant is running.
6872
6873 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
6874
6875 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
6876 (icalendar--rris): First try Emacs, then XEmacs.
6877 (icalendar--convert-ical-to-diary): Doc fix.
6878 Insert newline at end of target file.
6879
6880 2006-12-17 Kim F. Storm <storm@cua.dk>
6881
6882 * outline.el (outline-isearch-open-invisible-function): New defvar.
6883 (outline-flag-region): Use it if non-nil for isearch-open-invisible
6884 overlay property instead of outline-isearch-open-invisible.
6885
6886 2006-12-16 Kim F. Storm <storm@cua.dk>
6887
6888 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
6889 if ido-directory-too-big is set on entry.
6890 (ido-toggle-ignore, ido-completion-help): Print message while
6891 reading big directory.
6892
6893 2006-12-15 Richard Stallman <rms@gnu.org>
6894
6895 * shell.el (shell): Doc fix.
6896
6897 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
6898
6899 * emulation/edt.el (edt-xserver):
6900 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
6901 to fix a problem on Cygwin.
6902
6903 * emulation/edt.el
6904 * emulation/edt-mapper.el
6905 * emulation/edt-lk201.el
6906 * emulation/edt-pc.el
6907 * emulation/edt-vt100.el: Update maintainer's email address.
6908
6909 2006-12-15 Simon Marshall <simon@gnu.org>
6910
6911 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
6912
6913 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6914
6915 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
6916 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
6917 instead of mac-atsu-font-table.
6918 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
6919
6920 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
6921
6922 * align.el (align-match-tex-pattern): Fix a rare bug which
6923 hanged Emacs.
6924
6925 2006-12-14 Richard Stallman <rms@gnu.org>
6926
6927 * startup.el (use-fancy-splash-screens-p): Use frame-height
6928 instead of window-height. Pass frame to image-size.
6929
6930 2006-12-13 Kenichi Handa <handa@m17n.org>
6931
6932 * international/mule-cmds.el (set-locale-environment):
6933 Set default-sendmail-coding-system too.
6934
6935 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
6936
6937 * progmodes/idlw-help.el: Fix copyright notice.
6938
6939 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6940
6941 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
6942
6943 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
6944
6945 * subr.el (unread-command-char): Reformat obsolescence info.
6946
6947 2006-12-11 Richard Stallman <rms@gnu.org>
6948
6949 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
6950 about calls to cl-struct-setf-expander.
6951
6952 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
6953
6954 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
6955 (ediff-combination-pattern): Fix typo in docstring.
6956
6957 * textmodes/refer.el (refer-find-entry): Doc fix.
6958 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
6959 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
6960 Fix tipos in docstrings.
6961
6962 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
6963
6964 2006-12-10 Kim F. Storm <storm@cua.dk>
6965
6966 * ido.el (ido-init-completion-maps): Remap backward-kill-word
6967 instead of binding M-backspace.
6968
6969 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
6970
6971 * replace.el (replace-match-data, replace-match-maybe-edit):
6972 * calc/calc-aent.el (calc-eval-error):
6973 * emulation/vi.el (vi-char-argument):
6974 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
6975 (c-vsemi-status-unknown-p-fn): Doc fixes.
6976
6977 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
6978
6979 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
6980 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
6981
6982 2006-12-10 Masatake YAMATO <jet@gyve.org>
6983
6984 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
6985
6986 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
6987
6988 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
6989
6990 * man.el (Man-xref-button-action): New function. If the
6991 `Man-target-string' button property is a function, assume it
6992 accepts a position argument.
6993 (Man-abstract-xref-man-page): Use it.
6994 (Man-default-man-entry): New optional arg POS.
6995
6996 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
6997 symlink arrows read-only and non-rear-sticky.
6998
6999 2006-12-09 Martin Rudalics <rudalics@gmx.at>
7000
7001 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
7002 (wdired-search-and-rename): Simplify code.
7003 (wdired-preprocess-files, wdired-preprocess-perms): Make
7004 read-only property of preceding character rear-nonsticky to
7005 avoid that it can be modified. Put old-name and old-link
7006 properties on character preceding name and replace
7007 put-text-property by add-text-properties.
7008 (wdired-get-filename, wdired-get-previous-link): Get old-name
7009 and old-link properties from character preceding name and
7010 simplify code.
7011 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
7012 (wdired-perms-to-number): Make local-map property
7013 rear-nonsticky to avoid that text following permissions may be
7014 modified. Use add-text-properties instead of put-text-property
7015 when changing a permission bit.
7016 (wdired-change-to-dired-mode): Remove stickiness properties.
7017
7018 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
7019
7020 * international/mule-cmds.el (register-input-method): Doc fix.
7021
7022 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
7023
7024 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
7025
7026 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7027
7028 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
7029 Force buffer local defs evaluation on local variables loading.
7030 (flyspell-mode-on, flyspell-mode-off): Use it in
7031 `hack-local-variables-hook'.
7032
7033 2006-12-09 Eli Zaretskii <eliz@gnu.org>
7034
7035 * emacs-lisp/find-func.el (find-variable): Doc fix.
7036
7037 * help-fns.el (variable-at-point): Doc fix.
7038
7039 * w32-fns.el (w32-append-code-lines): New function.
7040
7041 2006-12-09 Romain Francoise <romain@orebokech.com>
7042
7043 * comint.el (comint-insert-input): Delete obsolete comment.
7044
7045 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7046
7047 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
7048 current frame, in case we're connected to several displays.
7049
7050 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
7051
7052 * frame.el (other-frame): Doc fix.
7053 (set-frame-parameter): Fix typo in docstring.
7054
7055 2006-12-07 Kim F. Storm <storm@cua.dk>
7056
7057 * info.el (Info-index): Strip leading colon from topic.
7058
7059 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
7060
7061 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
7062 to pointers.
7063
7064 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
7065
7066 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
7067 Trim out spurious class inheritance "None" entries.
7068
7069 2006-12-05 Kim F. Storm <storm@cua.dk>
7070
7071 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
7072 (cua-paste-pop): Rework last change for
7073 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
7074 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
7075 text inserted by the last M-y command.
7076
7077 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7078
7079 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
7080 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
7081
7082 * shell.el (shell): Search the start file in ~/.emacs.d as
7083 `init_SHELLNAME.sh' instead.
7084
7085 2006-12-05 Glenn Morris <rgm@gnu.org>
7086
7087 * progmodes/cperl-mode.el (cperl-mode)
7088 * progmodes/f90.el (f90-mode-abbrev-table)
7089 * progmodes/fortran.el (fortran-mode-abbrev-table)
7090 * progmodes/octave-mod.el (octave-abbrev-table)
7091 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
7092 if abbrev-table is non-nil (saved user abbrevs may have been restored).
7093
7094 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
7095 clear abbrev table, else saved abbrevs will not be restored.
7096
7097 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
7098
7099 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
7100 the call to `make-obsolete-variable', not in the docstring.
7101
7102 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
7103
7104 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
7105
7106 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7107
7108 * progmodes/ebnf-abn.el:
7109 * progmodes/ebnf-bnf.el:
7110 * progmodes/ebnf-dtd.el:
7111 * progmodes/ebnf-ebx.el:
7112 * progmodes/ebnf-iso.el:
7113 * progmodes/ebnf-otz.el:
7114 * progmodes/ebnf-yac.el:
7115 * progmodes/ebnf2ps.el:
7116 * delim-col.el:
7117 * printing.el:
7118 * ps-bdf.el:
7119 * ps-mule.el:
7120 * ps-print.el: Remove 'Time-stamp' comment mark.
7121
7122 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
7123 'easy-menu-add-item' when called in Emacs 21 or higher.
7124
7125 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
7126
7127 * progmodes/ada-xref.el (ada-check-current): Doc fix.
7128 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
7129
7130 2006-12-04 Kim F. Storm <storm@cua.dk>
7131
7132 * bindings.el (global-map): Bind [signal t] to ignore, to have
7133 user signals ignored by default.
7134
7135 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
7136
7137 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
7138 Unicode data file pointed to by `describe-char-unicodedata-file'.
7139
7140 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
7141
7142 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
7143 O(n^2) regexp-search by anchoring the search.
7144
7145 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
7146
7147 * whitespace.el (whitespace-cleanup-internal): Use current
7148 argument for recursive call.
7149
7150 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
7151
7152 * net/tramp.el (tramp-methods): Add "ControlPath" and
7153 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
7154 Andreas Schwab <schwab@suse.de>.
7155 (tramp-do-copy-or-rename-file-out-of-band)
7156 (tramp-open-connection-rsh): Compute format spec for ?t.
7157 (tramp-process-actions): Trace command parameters.
7158
7159 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
7160
7161 * simple.el (toggle-truncate-lines): Clarify doc string.
7162
7163 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
7164 (gdb-speedbar-expand-node): Use it.
7165
7166 2006-12-04 Richard Stallman <rms@gnu.org>
7167
7168 * progmodes/python.el (python-indent): Add safe-local-variable prop.
7169
7170 * dired.el (dired-revert): Turn off dired-after-readin-hook
7171 around call to dired-readin.
7172
7173 * menu-bar.el (menu-bar-make-toggle): Add "globally"
7174 to echo area messages.
7175 <indicate-empty-lines, case-fold-search>:
7176 Add "globally" to Help string.
7177 <case-fold-search>: MESSAGE arg need not say "globally".
7178 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
7179
7180 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
7181
7182 * outline.el (outline-end-of-subtree): Don't leave an empty
7183 line hidden as we would a real next heading.
7184
7185 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
7186
7187 * allout.el (allout-ascend): Add an optional argument to preserve
7188 original position of point when unsuccessful. Also, fix a
7189 docstring error.
7190 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
7191 work again, using allout-ascend's new option.
7192 (allout-setup-mode-map): Extract from allout-mode to initialize
7193 allout-mode-map. Call it on file load, so the mode docstring
7194 substitutions work even if allout mode has not yet been invoked.
7195 (allout-mode): Use new allout-setup-mode-map to track any keybinding
7196 customizations since the map was last processed. Also, refine the
7197 docstring so it's ship-shape for release.
7198 (allout-default-layout, allout-beginning-of-line-cycles)
7199 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
7200 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
7201 (allout-version, allout-layout, allout-infer-body-reindent)
7202 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
7203 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
7204 (allout-previous-heading, allout-goto-prefix-doublechecked)
7205 (allout-current-bullet-pos, allout-next-sibling-leap)
7206 (allout-pre-command-business, allout-encrypted-type-prefix)
7207 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
7208 (allout-rebullet-topic, allout-rebullet-topic-grunt)
7209 (allout-flag-region, allout-expose-topic, allout-expose-topic)
7210 (allout-old-expose-topic, allout-listify-exposed)
7211 (allout-process-exposed, allout-latex-verb-quote)
7212 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
7213 (allout-toggle-current-subtree-encryption)
7214 (allout-toggle-subtree-encryption, allout-bullet-isearch):
7215 Remove extraneous open-paren and close paren string escapes.
7216
7217 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
7218
7219 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
7220 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
7221 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
7222 Fix typos in docstrings.
7223
7224 2006-12-03 Glenn Morris <rgm@gnu.org>
7225
7226 * progmodes/cc-align.el
7227 * progmodes/cc-awk.el
7228 * progmodes/cc-cmds.el
7229 * progmodes/cc-compat.el
7230 * progmodes/cc-defs.el
7231 * progmodes/cc-engine.el
7232 * progmodes/cc-langs.el
7233 * progmodes/cc-menus.el
7234 * progmodes/cc-mode.el
7235 * progmodes/cc-styles.el
7236 * progmodes/cc-vars.el
7237 * progmodes/vhdl-mode.el: Fix Copyright format.
7238
7239 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
7240
7241 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
7242 initial down event.
7243
7244 2006-12-02 Kim F. Storm <storm@cua.dk>
7245
7246 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
7247 (cua-repeat-replace-region): Make M-v more robust.
7248 (cua-paste-pop-rotate-temporarily): New defcustom.
7249 (cua-paste-pop): Use it.
7250 (cua-auto-mark-last-change): New defcustom.
7251 (cua-pop-to-last-change): New helper function.
7252 (cua-set-mark): Use them.
7253
7254 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
7255
7256 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
7257 mini-buffer message.
7258
7259 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
7260
7261 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
7262
7263 2006-12-01 Ben North <ben@redfrontdoor.org>
7264
7265 * paren.el: Fix the highlight overlay extension when the user types a
7266 sequence of char very fast just before the open parenthesis.
7267
7268 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7269
7270 * ps-mule.el: Eliminate Emacs 20 compatibility.
7271
7272 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
7273 (ps-print-version): New version 6.7.
7274 (ps-print-quote): Replace '?\ ' by '?\s'.
7275
7276 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
7277
7278 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
7279 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
7280 (hexl-end-of-1k-page): Doc fixes.
7281 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
7282 Fix typos in docstrings.
7283
7284 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7285
7286 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
7287 locally, i.e. without using file name handlers.
7288 (ido-read-internal): Allow mono letter host names, avoiding the
7289 `c:' problem by testing if the file exists locally.
7290 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
7291
7292 2006-11-30 Masatake YAMATO <jet@gyve.org>
7293
7294 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
7295 to avoid bytecomp warnings.
7296 (hexl-mode-old-ruler-function): New variable.
7297 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
7298 and `hl-line-range-function' after `require' hl-line.
7299 Then bind `hl-line-range-function' and `hl-line-face'.
7300 Don't require frame. Don't use `with-no-warnings'.
7301 (hexl-activate-ruler): Store the original value of
7302 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
7303 (hexl-mode-exit): Restore the original value of
7304 `ruler-mode-ruler-function'.
7305
7306 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
7307
7308 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
7309 (hexl-mode-old-hl-line-face): New variable.
7310 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
7311 line when exit from the hexl-mode.
7312
7313 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
7314
7315 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
7316 Doc fixes.
7317
7318 * international/fontset.el (create-fontset-from-ascii-font)
7319 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
7320 (fontset-name-p): Fix typo in docstring.
7321
7322 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
7323
7324 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7325
7326 * ps-bdf.el: Fix maintainer email.
7327
7328 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
7329 compatibility.
7330
7331 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
7332 21 compatibility.
7333 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
7334 Emacs 20 & 21.
7335
7336 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
7337
7338 * progmodes/idlwave.el (idlwave-auto-fill):
7339 Remove paragraph-start let to prevent auto-fill giving up.
7340
7341 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
7342
7343 * vt100-led.el (led-state): Fix typo in previous change.
7344
7345 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7346
7347 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7348 Fix interactive spec of the functions getting defined to make them
7349 work as documented.
7350
7351 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
7352
7353 * startup.el (fancy-splash-screens): Hide initial splash buffer.
7354
7355 2006-11-28 Kim F. Storm <storm@cua.dk>
7356
7357 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
7358 icomplete-mode is enabled.
7359
7360 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
7361
7362 * textmodes/org.el (require): Require gnus-sum during compilation
7363 to avoid problem with a macro call.
7364
7365 2006-11-28 Glenn Morris <rgm@gnu.org>
7366
7367 * emacs-lisp/authors.el (authors-aliases): Add new alias.
7368
7369 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
7370 (fortran-window-create-momentarily): Do not need string-to-char.
7371
7372 2006-11-28 Richard Stallman <rms@gnu.org>
7373
7374 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
7375 Replace incorrect use of assoc-default with a loop.
7376
7377 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
7378
7379 * simple.el (next-error-find-buffer): Improve messages.
7380
7381 * files.el (revert-buffer): Special error message if file
7382 is now not readable.
7383
7384 * facemenu.el (facemenu-add-new-face): Improve doc strings of
7385 constructed commands.
7386
7387 * comint.el (comint-exec-1): Provide Emacs version and `comint'
7388 in INSIDE_EMACS.
7389
7390 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7391
7392 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
7393
7394 * server.el: Remove spurious * in docstrings.
7395 (server-process-filter): Exit from recursive editing before processing
7396 a new request.
7397
7398 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
7399
7400 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
7401 line so hidden blocks will be correctly identified.
7402
7403 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
7404
7405 * ledit.el (ledit-save-defun, ledit-mode):
7406 * resume.el (resume-emacs-args-buffer):
7407 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
7408 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
7409 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
7410 (command-send-input, command-kill-line):
7411 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
7412
7413 * autoarg.el (autoarg-kp-mode): Doc fix.
7414
7415 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
7416 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
7417 (check-emacs-lock): Doc fix. Simplify.
7418
7419 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
7420 (iimage-mode-buffer): Fix typos in docstring.
7421
7422 * misc.el (zap-up-to-char): Doc fix.
7423
7424 * time-stamp.el: Fix comment and obsolescence string for old
7425 functions. Use `dolist' instead of `while'.
7426
7427 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
7428
7429 * disp-table.el (standard-display-8bit, standard-display-default):
7430 * ebuff-menu.el (electric-buffer-list):
7431 * ehelp.el (electric-help-command-loop):
7432 * font-core.el (font-lock-mode):
7433 * help-macro.el (make-help-screen):
7434 * help.el (describe-minor-mode-completion-table-for-indicator)
7435 (lookup-minor-mode-from-indicator):
7436 * indent.el (tab-to-tab-stop, move-to-tab-stop):
7437 * info-look.el (info-lookup-guess-custom-symbol):
7438 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
7439 * longlines.el (longlines-wrap-line):
7440 * macros.el (insert-kbd-macro):
7441 * menu-bar.el (menu-bar-update-buffers):
7442 * misc.el (copy-from-above-command):
7443 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
7444 * newcomment.el (comment-indent):
7445 * novice.el (disabled-command-function):
7446 * sort.el (sort-fields-syntax-table):
7447 * subr.el (momentary-string-display):
7448 * tar-mode.el (tar-header-block-summarize)
7449 (tar-clear-modification-flags):
7450 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
7451 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
7452 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
7453 (te-delete-char, te-down-vertically-or-scroll):
7454 * time-stamp.el (time-stamp-string-preprocess):
7455 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
7456
7457 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7458
7459 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
7460 in GUD mode.
7461
7462 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
7463 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
7464
7465 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7466
7467 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
7468
7469 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
7470
7471 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
7472 (ada-compile-goto-error): Adapt to new argument profile of
7473 compilation-goto-locus in Emacs 22. Don't check if the various
7474 compile functions are defined; we already do "(require 'compile)".
7475
7476 2006-11-26 Kim F. Storm <storm@cua.dk>
7477
7478 * kmacro.el: Fix commentary.
7479
7480 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7481
7482 * progmodes/gud.el (gdb): Explain how to run in text command mode
7483 more clearly. Say in error message that multiple debugging
7484 requires restarting GDB.
7485
7486 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
7487
7488 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
7489
7490 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
7491
7492 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
7493 (flymake-popup-menu): Use it instead of posn-at-point.
7494
7495 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7496
7497 * progmodes/cc-vars.el (c-backslash-column):
7498 Mention c-backslash-max-column in documentation for c-backslash-column.
7499
7500 2006-11-24 Lars Hansen <larsh@soem.dk>
7501
7502 * net/tramp.el (tramp-default-method): Under Windows, change from
7503 plink to pscp.
7504 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
7505 (tramp-actions-copy-out-of-band):
7506 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
7507 (tramp-action-out-of-band): Move "Permission denied" handling to
7508 tramp-action-copy-failed.
7509 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
7510 process buffer.
7511
7512 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7513
7514 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7515 strings to a single string. Quote `errors-file-name'.
7516 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7517 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7518 Adjust calls. Use `shell-quote-argument'.
7519
7520 * international/mule.el (load-with-code-conversion)
7521 (with-category-table): Use with-current-buffer.
7522 (after-insert-file-set-coding): Use restore-buffer-modified-p.
7523
7524 2006-11-24 Eli Zaretskii <eliz@gnu.org>
7525
7526 * mail/smtpmail.el (smtpmail-send-it):
7527 Copy buffer-file-coding-system from the mail buffer. Possibly add a
7528 MIME header for the message encoding.
7529 Bind coding-system-for-write around the call to mail-do-fcc.
7530 Use smtpmail-code-conv-from to encode queued mail messages.
7531
7532 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
7533
7534 * tabify.el (tabify-regexp): Doc fix.
7535
7536 * net/rcirc.el (rcirc-buffer-maximum-lines):
7537 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
7538
7539 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
7540 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
7541 Fix typos in output messages.
7542 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
7543
7544 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7545
7546 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
7547 the horse's mouth.
7548 (hexlify-buffer): Don't re-encode an arg that's already encoded.
7549
7550 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
7551
7552 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
7553 Remove condition-case.
7554
7555 2006-11-23 Glenn Morris <rgm@gnu.org>
7556
7557 * progmodes/f90.el (f90-comment-indent): Do not move point in
7558 default case.
7559
7560 2006-11-21 Romain Francoise <romain@orebokech.com>
7561
7562 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
7563 from library name (reverts change of 2005-10-25).
7564
7565 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
7566
7567 * tutorial.el (tutorial--default-keys): Add newline and
7568 delete-backward-char bindings.
7569 (tutorial--detailed-help): Save excursion when finding keys.
7570 Correct warning string for M-x FOO case.
7571 (tutorial--display-changes): Print special keys in tutorial style.
7572 Tweak search regexp for changed keys.
7573
7574 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7575
7576 * thingatpt.el (thing-at-point-url-at-point): Don't add a
7577 redundant scheme.
7578
7579 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
7580
7581 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
7582 are new to the list at IANA. Also added irc, mms, mmsh.
7583
7584 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
7585
7586 * progmodes/idlw-help.el (idlwave-html-help-location):
7587 Fail gracefully for missing help packages.
7588 (idlwave-help-assistant-open-link): Open full links.
7589 (idlwave-help-assistant-help-with-topic): Direct help link.
7590
7591 * progmodes/idlwave.el (idlwave-mode):
7592 Set add-log-current-defun-function.
7593 (idlwave-current-routine-fullname): Add, to support add-log.
7594 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
7595 to reflect improvements to xml-parse-file.
7596 (idlwave-mode-menu-def): New binding for help-with-topic.
7597
7598 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
7599 Handle extra newlines and spaces.
7600 (idlwave-shell-mode-map): Add help-with-topic.
7601
7602 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
7603
7604 * tutorial.el (tutorial-warning-face): New face.
7605 (tutorial--detailed-help, tutorial--display-changes): Use it.
7606 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
7607 Improve search pattern for occurrences of changed keys.
7608
7609 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7610
7611 * term/x-win.el (x-last-cut-buffer-coding): New variable.
7612 (x-select-text): Set it.
7613 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
7614 when checking for newness.
7615
7616 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
7617
7618 * subr.el (posn-image):
7619 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
7620
7621 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
7622
7623 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7624
7625 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
7626 Exceptions to the rule "add a space between an identifier and an
7627 opening parenthesis". Defaulted to the `#define' problem of cpp.
7628 (glasses-parenthesis-exception-p): New. Check if the region is an
7629 exception regarding to that.
7630 (glasses-make-readable): Use it.
7631 (glasses-convert-to-unreadable): Ditto. Modify the file also if
7632 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
7633
7634 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
7635
7636 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
7637
7638 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
7639
7640 * progmodes/ada-mode.el (ada-make-body): Fix typo.
7641
7642 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
7643 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
7644
7645 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
7646
7647 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
7648 conditions for function or variable bindings.
7649
7650 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
7651
7652 * progmodes/compile.el (compilation-start): Ditto.
7653
7654 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
7655
7656 * net/tramp.el (top): cl and custom are always required.
7657
7658 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7659
7660 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
7661 cut-buffers with next-selection-coding-system if not nil.
7662
7663 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7664
7665 * textmodes/org.el (org-fix-decoded-time): New function.
7666 (org-display-custom-time): Use `org-fix-decoded-time'.
7667
7668 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
7669
7670 * menu-bar.el (menu-bar-games-menu): Remove yow.
7671
7672 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7673
7674 * textmodes/org.el (org-scan-tags): Re-align code fixed.
7675 (org-detach-overlay): Rename from `org-detatch-overlay'.
7676 (org-table-convert-region): Insert space after column separator.
7677 (org-agenda-kill): New command.
7678 (org-metaleft): Call `org-outdent-item' on bullets.
7679 (org-metaright): Call `org-indent-item' on bullets.
7680 (org-timestamp-change): Set `org-last-changed-timestamp'.
7681 (org-current-line): Make sure (bolp) returns correct result.
7682 (org-agenda-change-all-lines): Make sure TODO are highlighted.
7683
7684 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7685
7686 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
7687
7688 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
7689
7690 * mouse.el (global-map): Change 2006-08-16 fix to call
7691 mouse-yank-at-click explicitly, since mouse events are not carried
7692 over into keyboard macros.
7693
7694 2006-11-16 Kim F. Storm <storm@cua.dk>
7695
7696 * ido.el (ido-file-internal): Use current buffer's file name as default
7697 choice for ido-find-alternate-file. Suggested by Matt Hodges.
7698
7699 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
7700
7701 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
7702 (allout-inhibit-aberrance-doublecheck): Rename from
7703 allout-during-yank-processing. All callers changed.
7704 (allout-ascend): Provide for unusual case where some topic after
7705 the first in file is at lower depth than the first.
7706 (allout-shift-in): Ensure the offspring of the new containing
7707 topic are exposed.
7708 (allout-encrypt-string): Preserve the coding-system of the text,
7709 according to that of the containing buffer.
7710 (allout-toggle-subtree-encryption): When the text being encrypted
7711 requires a different coding system, offer to preserve the coding
7712 system using a file local var.
7713
7714 2006-11-15 Simon Marshall <simon@gnu.org>
7715
7716 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
7717 to recognise "T t()" as a function declaration, rather than a
7718 variable instantiation, iff at the top-level or inside a class
7719 declaration. Suggested by Feng Li <fengli@gmail.com>.
7720
7721 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
7722
7723 * progmodes/ada-xref.el (ada-parse-prj-file):
7724 Don't delete project buffer; user may want to edit it.
7725 (ada-xref-set-project-field, ada-xref-current-project-file)
7726 (ada-xref-current-project, ada-show-current-project)
7727 (ada-set-main-compile-application): New functions.
7728 (ada-xref-get-project-field, ada-require-project-file):
7729 Normalize use of ada-prj-default-project-file.
7730 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
7731 Normalize use of ada-require-project-file.
7732 (ada-prj-find-prj-file): Improve doc string, comments.
7733
7734 * progmodes/ada-mode.el (ada-mode-version): Bump version.
7735 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
7736 (ada-create-menu): Add ada-set-main-compile-application,
7737 ada-show-current-main, ada-show-current-project.
7738
7739 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7740
7741 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
7742 (inferior-python-mode): Use it.
7743
7744 2006-11-14 Andreas Schwab <schwab@suse.de>
7745
7746 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7747
7748 2006-11-13 Kim F. Storm <storm@cua.dk>
7749
7750 * ido.el (ido-copy-current-word): C-o copies region if active.
7751
7752 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7753
7754 * textmodes/org.el (org-emph-face): Fix typo in variable name.
7755
7756 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
7757
7758 * ediff.el (ediff-revision):
7759 * files.el (set-visited-file-name):
7760 * mail/rmailout.el (rmail-output-body-to-file):
7761 Use `format', not `message', in `y-or-n-p' call.
7762
7763 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7764
7765 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
7766 (org-metaright): Call `org-indent-item' on bullets.
7767 (org-timestamp-change): Set `org-last-changed-timestamp'.
7768 (org-current-line): Make sure (bolp) returns correct result.
7769 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
7770
7771 2006-11-12 Richard Stallman <rms@gnu.org>
7772
7773 * language/european.el (turkish-case-conversion-enable)
7774 (turkish-case-conversion-disable): New functions.
7775 ("Turkish" lang env): Use them.
7776
7777 * international/characters.el (case table):
7778 Do nothing special for i and I.
7779
7780 * subr.el (remove-overlays): Fix last change.
7781
7782 * cus-edit.el (custom-save-all): Use find-file-visit-truename
7783 for visiting the custom file.
7784
7785 2006-11-12 Markus Triska <triska@gmx.at>
7786
7787 * play/handwrite.el (handwrite): Also process lines not ending
7788 with newline. Replace some position-fiddling with different
7789 logic. Improve performance.
7790
7791 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
7792
7793 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
7794 replacing deleted variable `ada-check-switch'.
7795 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
7796 (ada-xref-project-files): Improve doc string.
7797 (ada-find-executable): New function.
7798 (ada-initialize-runtime-library): Use `ada-find-executable'.
7799 (ada-xref-set-default-prj-values): In compile commands, don't need
7800 `ada-cd-command'; `compile' does that more portably.
7801 Use ada-prj-default-check-cmd.
7802 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
7803 properties if not specified in project file.
7804 (ada-goto-declaration): Display useful message for new error
7805 'error-file-not-found.
7806 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
7807 'error-file-not-found.
7808 (ada-get-all-references): Match latest ali syntax. Signal new
7809 error 'error-file-not-found.
7810 (ada-find-in-ali): Match latest ali syntax.
7811 (ada-make-filename-from-adaname): Handle different semantics of
7812 gnatkr in GNAT 3.15p vs later.
7813
7814 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
7815 ada-procedure-start-regexp.
7816 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
7817
7818 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
7819 with defvar.
7820 (ada-language-version): Rename ada05 -> ada2005.
7821 (ada-align-region-separate): Add `eval-when-compile'.
7822 (ada-name-regexp): Remove unneeded escapes in regexp character
7823 alternative.
7824 (ada-compile-goto-error-file-linenr-re): New constant.
7825 (ada-matching-start-re): Handle additional cases `declare',
7826 `procedure', `function'.
7827 (ada-compile-goto-error): Handle "... at line nn".
7828 (ada-mode): Clearer syntax, comments for ff-special-constructs.
7829 Delete support for old versions of `align'.
7830 (ada-search-prev-end-stmt): Handle additional keyword `private'.
7831 (ada-check-defun-name): Simplify handling of `declare'.
7832 (ada-goto-matching-start): Handle nested `begin ... end'.
7833 Handle `declare', `protected', `procedure', `function'.
7834 (ada-create-menu): Presence of arm95 is not conditional on using
7835 GNAT compiler.
7836
7837 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
7838
7839 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
7840 nil in the *RE-Builder* buffer (it causes spurious error messages).
7841
7842 * server.el (server-visit-files): If `minibuffer-auto-raise' has
7843 been set to t, respect it.
7844
7845 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
7846
7847 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
7848 Delete commented out code for old Emacs versions. Autoloading of
7849 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
7850 (ada-mode-version): Bump version number.
7851 (ada-95-string-keywords, ada-2005-string-keywords)
7852 (ada-2005-keywords, ada-name-regexp): New constant.
7853 (ada-language-version, ada-procedure-start-regexp, ada-mode)
7854 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
7855 (ada-package-start-regexp): Support private packages, include package
7856 name (for ada-set-point-accordingly).
7857 (ada-next-procedure, ada-previous-procedure)
7858 (ada-which-function-are-we-in): Match changes to
7859 ada-procedure-start-regexp.
7860 (ada-make-body): Make non-interactive; not a user function.
7861 (ada-make-subprogram-body): Improve doc string.
7862
7863 2006-11-11 Romain Francoise <romain@orebokech.com>
7864
7865 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
7866 `compilation-error-regexp-alist' buffer-local, since we changed
7867 `compilation-error-regexp-alist-alist' locally.
7868
7869 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
7870
7871 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
7872 to the value of `server-raise-frame'.
7873
7874 2006-11-11 Glenn Morris <rgm@gnu.org>
7875
7876 * ido.el (ido-enable-prefix)
7877 * ses.el (ses-call-printer-return)
7878 * net/tramp.el (tramp-unified-filenames)
7879 * progmodes/cc-align.el (c-lineup-string-cont)
7880 * progmodes/compile.el (compilation-directory-matcher)
7881 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7882 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7883 (vhdl-clock-rising-edge)
7884 * textmodes/org.el (org-export-with-timestamps)
7885 (org-export-remove-timestamps-from-toc)
7886 (org-export-with-tags): Improve previous doc fixes.
7887
7888 2006-11-11 Richard Stallman <rms@gnu.org>
7889
7890 * textmodes/flyspell.el (flyspell-mode-map):
7891 Bind C-c $ instead of M-RET.
7892
7893 2006-11-10 Simon Marshall <simon@gnu.org>
7894
7895 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
7896 fontification for "case" and "default" keywords.
7897
7898 2006-11-10 Andreas Schwab <schwab@suse.de>
7899
7900 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
7901 Avoid starting sentence with "nil".
7902
7903 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
7904
7905 * server.el (server-raise-frame): New option.
7906 (server-switch-buffer): Use it.
7907
7908 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
7909
7910 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
7911 with a capital.
7912
7913 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
7914
7915 * textmodes/org.el (org-show-hierarchy-above)
7916 (org-show-following-heading): Fix typo in default value.
7917 (org-scan-tags): Make the search case-sensitive.
7918 (org-tags-sparse-tree): Don't overrule
7919 `org-show-following-heading' and `org-show-hierarchy-above'.
7920 (org-reveal): New command.
7921 (org-show-context): Rename from `org-show-hierarchy-above'.
7922 (org-fast-tag-selection-single-key): New option.
7923 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
7924 (org-tags-overlay): New variable.
7925 (org-agenda-todo-ignore-deadlines): New option.
7926 ("session"): Add circular data structure `org-mark-ring' to
7927 exceptions list in session.el.
7928 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
7929 New options.
7930 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
7931 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
7932 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
7933 (org-finalize-agenda): Activate bracket links in agenda.
7934 (org-at-timestamp-p, org-at-date-range-p): Additional argument
7935 INACTIVE-OK.
7936 (org-show-hierarchy-above, org-show-following-heading):
7937 List values allowed for fine-tuned configuration.
7938 (org-show-hierarchy-above): New argument CONTEXT, use the
7939 fine-tuned settings in `org-show-hierarchy-above' and
7940 `org-show-following-heading'.
7941 (org-display-custom-time): New function.
7942 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
7943 (org-display-custom-times, org-time-stamp-custom-formats):
7944 (org-maybe-intangible): New macro.
7945 (org-activate-bracket-links, org-hide-wide-columns):
7946 Use `org-maybe-intangible'.
7947 (org-open-file): Use `shell-quote-argument'.
7948 (org-display-internal-link-with-indirect-buffer): New option.
7949 (org-file-remote-p): Get regexp from list.
7950 (org-link-expand-abbrev): New function.
7951 (org-link-abbrev-alist): New option.
7952 (org-open-at-point, org-cleaned-string-for-export):
7953 Call `org-link-expand-abbrev'.
7954 (org-timeline, org-agenda-list, org-todo-list)
7955 (org-tags-view): Remove the KEEP-MODES argument.
7956 (org-finalize-agenda-hook): New hook.
7957 (org-get-alist-option): New function.
7958 (org-follow-timestamp-link): New function.
7959 (org-open-at-point): Call `org-follow-timestamp-link'.
7960 (org-log-note-marker, org-log-note-purpose)
7961 (org-log-note-window-configuration): New variables.
7962 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
7963 (org-log-note-headings): New option.
7964 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
7965 (org-store-link): Support for dired-mode.
7966 (org-open-file): Substitute environment variables into filename.
7967 (org-last): New defsubst.
7968 (org-agenda-re-align-tags): New function.
7969 (org-agenda-align-tags-to-column): New option.
7970 (org-agenda-timeline): Group removed.
7971 (org-prepare-agenda, org-prepare-agenda-buffers)
7972 (org-run-agenda-series, org-timeline, org-agenda-list)
7973 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
7974 the text property inticating the agenda type.
7975 (org-agenda-post-command-hook): Get agenda type from text property
7976 at point.
7977 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
7978 and obey `org-agenda-overriding-arguments'.
7979 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
7980 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7981 (org-agenda-week-view, org-agenda-day-view):
7982 Use `org-agenda-overriding-arguments' to make updating work with
7983 multi-block agendas.
7984 (org-agenda-prefix-format): Allow different formats for the
7985 different agenda entry types.
7986 (org-timeline-prefix-format): Option removed, use
7987 `org-agenda-prefix-format' instead.
7988 (org-prepare-agenda): New function.
7989 (org-select-timeline-window): Option removed, use
7990 `org-select-agenda-window' instead.
7991 (org-respect-restriction): Variable removed.
7992 (org-cmp-tag): New function.
7993 (org-agenda-sorting-strategy, org-entries-lessp):
7994 Implement sorting by last tag.
7995 (org-complete): Better completion in in-buffer option lines.
7996 (org-in-item-p): New function.
7997 (org-org-menu): Add entries for checkboxes.
7998 (org-cycle): Extra brouping in outline-regexp, because it is used
7999 in a search with "^" prepended.
8000 (org-provide-checkbox-statistics): New option.
8001 (org-set-font-lock-defaults): Highlight checkbox statistics.
8002 (org-update-checkbox-count-maybe)
8003 (org-get-checkbox-statistics-face): New functions.
8004 (org-update-checkbox-count): New command.
8005 (org-insert-item, org-toggle-checkbox):
8006 Call `org-update-checkbox-count-maybe'.
8007 (org-export-as-html): XEmacs compatibility for coding system.
8008 (org-force-cycle-archived): New command.
8009 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
8010 overrules cycling.
8011 (org-fix-position-after-promote): If the line contains only a todo
8012 keyword, add a final space.
8013 (org-promote-subtree, org-demote-subtree):
8014 Call `org-fix-position-after-promote'.
8015
8016 2006-11-10 Glenn Morris <rgm@gnu.org>
8017
8018 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
8019 date in every year.
8020 (calendar-dst-check-each-year-flag): New customizable variable.
8021 (calendar-dst-find-data): New function, extracted from
8022 calendar-current-time-zone.
8023 (calendar-current-time-zone): Use calendar-dst-find-data.
8024 (calendar-dst-transition-cache): New variable.
8025 (calendar-dst-find-startend, calendar-dst-starts)
8026 (calendar-dst-ends): New functions.
8027 (calendar-daylight-savings-starts)
8028 (calendar-daylight-savings-ends): Change value to use
8029 calendar-dst-starts, calendar-dst-ends; respectively.
8030
8031 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
8032
8033 * ido.el (ido-enable-prefix)
8034 * ses.el (ses-call-printer-return)
8035 * net/tramp.el (tramp-unified-filenames)
8036 * progmodes/cc-align.el (c-lineup-string-cont)
8037 * progmodes/compile.el (compilation-directory-matcher)
8038 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
8039 * progmodes/gdb-ui.el (gdb-many-windows)
8040 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
8041 (vhdl-clock-rising-edge)
8042 * textmodes/org.el (org-export-with-timestamps)
8043 (org-export-remove-timestamps-from-toc, org-export-with-tags)
8044 (org-read-date): Doc fix (Nil -> nil).
8045
8046 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8047
8048 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
8049 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
8050
8051 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
8052
8053 * bs.el (bs--window-for-buffer): Remove.
8054 (bs--show-with-configuration): Use `get-window-with-predicate'
8055 instead of `bs--window-for-buffer'.
8056
8057 2006-11-10 Kenichi Handa <handa@m17n.org>
8058
8059 * files.el (revert-buffer): Fix previous change.
8060
8061 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
8062
8063 * bs.el (bs--redisplay): Fix typo in docstring.
8064 (bs--window-config-coming-from): Make frame-local.
8065 (bs--restore-window-config): New function.
8066 (bs-kill, bs-select, bs-select-other-window)
8067 (bs-select-other-frame): Use it.
8068 (bs--window-for-buffer): Return as soon as a matching buffer is found.
8069 (bs--show-with-configuration): Save the window configuration as a
8070 frame local var, and only if *buffer-selection* is not already
8071 visible on this frame.
8072
8073 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
8074
8075 * vc-svn.el (vc-svn-admin-directory): New var.
8076 (vc-svn-registered, vc-svn-responsible-p)
8077 (vc-svn-repository-hostname): Use it.
8078 Suggested by arit93@yahoo.com.
8079
8080 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
8081
8082 * ldefs-boot.el: Regenerate.
8083
8084 2006-11-08 Alan Mackenzie <acm@muc.de>
8085
8086 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
8087 case (eq open-paren-in-column-0-is-defun-start nil) by searching
8088 for least nested open-paren.
8089
8090 2006-11-08 Romain Francoise <romain@orebokech.com>
8091
8092 * subr.el (remove-overlays): Fix typo in last change.
8093
8094 2006-11-08 Richard Stallman <rms@gnu.org>
8095
8096 * subr.el (remove-overlays): Call overlay-recenter.
8097
8098 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8099
8100 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
8101 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
8102 behaviour.
8103 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
8104 directly.
8105
8106 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
8107
8108 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
8109 (ido-max-dir-file-cache, ido-decorations)
8110 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
8111 (ido-magic-backward-char, ido-enter-dired)
8112 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
8113 (ido-list-directory, ido-first-match, ido-only-match)
8114 (ido-subdir, ido-indicator): Fix typos in docstrings.
8115 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
8116 (ido-read-internal): Fix typo in error message.
8117
8118 2006-11-08 Kenichi Handa <handa@m17n.org>
8119
8120 * international/mule-cmds.el (set-default-coding-systems):
8121 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
8122
8123 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
8124
8125 * makefile.w32-in (setwins): Remove.
8126 (WINS_ALMOST): New macro.
8127 (WINS): Use it.
8128 (autoloads): Don't extract autoloads from files in obsolete/.
8129
8130 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
8131
8132 * whitespace.el (whitespace-buffer): Call remove-overlays after
8133 overlay-recenter for performance. Suggested by Martin Rudalics.
8134
8135 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
8136
8137 * net/tramp.el (tramp-default-method): scp is the default method.
8138
8139 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
8140
8141 * server.el (server-start): Save also the Emacs pid in the server file.
8142
8143 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
8144
8145 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
8146 point when displaying a bibtex cross reference in the echo area.
8147
8148 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
8149
8150 * international/mule.el (make-char): Fix typo in docstring.
8151 (load-with-code-conversion, charsetp): Doc fixes.
8152
8153 * international/ja-dic-cnv.el (skkdic-convert):
8154 * cus-edit.el (hook): Fix typo in docstring.
8155
8156 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
8157
8158 * cus-edit.el (custom-mode-map): Move defvar above code using it.
8159 (custom-mode-link-map): New variable.
8160 (custom-group-link, custom-manual): Use follow-link.
8161
8162 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8163
8164 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
8165 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
8166
8167 2006-11-06 Richard Stallman <rms@gnu.org>
8168
8169 * textmodes/flyspell.el (flyspell-correct-word-before-point):
8170 New function broken out of flyspell-correct-word.
8171 (flyspell-mode-map): Bind it to M-RET.
8172 (flyspell-correct-word): Call it.
8173
8174 * textmodes/fill.el (fill-minibuffer-function): New function.
8175 (fill-paragraph): Bind fill-paragraph-function to
8176 fill-minibuffer-function.
8177
8178 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
8179 so that they aren't undefined.
8180
8181 * dired.el (dired-readin): Locally bind file-name-coding-system.
8182
8183 * bindings.el: Shorten and clarify usual mode line mouse help string.
8184
8185 * Makefile.in (autoloads): Don't include `obsolete'.
8186
8187 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
8188
8189 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
8190 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
8191 Printing menu if it's not initialized.
8192 (pr-menu-bind): Act on menu-bar-file-menu directly.
8193
8194 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
8195
8196 * help.el (view-emacs-news): Fix typo in error message.
8197
8198 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
8199
8200 * shadowfile.el (shadow-define-regexp-group)
8201 (shadow-literal-groups, shadow-insert-var): Doc fixes.
8202 (shadow-read-files): Fix typo in message.
8203 (shadow-inhibit-overload, shadow-find, shadow-suffix)
8204 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
8205 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
8206 (shadow-file-match): Fix typos in docstrings.
8207
8208 * terminal.el (terminal-emulator): Fix typo in message.
8209
8210 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
8211
8212 * emacs-lisp/lselect.el (x-kill-primary-selection)
8213 (x-delete-primary-selection, x-copy-primary-selection):
8214 Fix typos in error messages.
8215
8216 * emulation/edt-mapper.el: Fix typo in interactive message.
8217
8218 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
8219
8220 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
8221 (ispell-help): Fix typos in docstrings.
8222 (ispell-help): Fix typo in output message.
8223
8224 * allout.el (allout-adjust-file-variable)
8225 (allout-passphrase-verifier-string)
8226 (allout-passphrase-hint-string)
8227 (allout-toggle-current-subtree-encryption):
8228 * apropos.el (apropos-synonyms):
8229 * cus-edit.el (hook):
8230 * emacs-lock.el (emacs-lock-from-exiting):
8231 * follow.el (follow-avoid-tail-recenter-p):
8232 * hexl.el (hexl-mode):
8233 * mouse-copy.el (mouse-copy-work-around-drag-bug):
8234 * mouse.el (mouse-set-font):
8235 * resume.el (resume-emacs-args-file):
8236 * rfn-eshadow.el (file-name-shadow-tty-properties):
8237 * t-mouse.el (t-mouse-process, t-mouse-mode):
8238 * emacs-lisp/cust-print.el (custom-print-install)
8239 (custom-print-uninstall, custom-format):
8240 * emacs-lisp/shadow.el (list-load-path-shadows):
8241 * emulation/tpu-edt.el (tpu-help-text)
8242 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
8243 (tpu-reset-control-keys):
8244 * emulation/vip.el (vip-emacs-local-map)
8245 (vip-change-mode-to-emacs):
8246 * emulation/viper.el (viper-mode, viper-set-hooks)
8247 (viper-major-mode-modifier-list):
8248 * emulation/viper-init.el (viper-emacs-state-cursor-color):
8249 * emulation/viper-keym.el (viper-emacs-kbd-map)
8250 (viper-toggle-key):
8251 * mail/feedmail.el (feedmail-queue-reminder)
8252 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
8253 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
8254 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
8255 (feedmail-sender-line, feedmail-force-binary-write)
8256 (feedmail-from-line, feedmail-deduce-envelope-from)
8257 (feedmail-x-mailer-line, feedmail-message-id-generator)
8258 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
8259 (feedmail-enable-spray, feedmail-spray-this-address)
8260 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
8261 (feedmail-queue-runner-confirm-global)
8262 (feedmail-ask-before-queue-prompt)
8263 (feedmail-ask-before-queue-reprompt)
8264 (feedmail-prompt-before-queue-standard-alist)
8265 (feedmail-prompt-before-queue-user-alist)
8266 (feedmail-prompt-before-queue-help-supplement)
8267 (feedmail-queue-use-send-time-for-message-id)
8268 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
8269 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
8270 (feedmail-mail-send-hook-queued)
8271 (feedmail-confirm-addresses-hook-example)
8272 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
8273 (feedmail-queue-runner-mode-setter)
8274 (feedmail-queue-alternative-mail-header-separator)
8275 (feedmail-queue-runner-message-sender)
8276 (feedmail-buffer-eating-function, feedmail-binmail-template)
8277 (feedmail-run-the-queue-no-prompts)
8278 (feedmail-run-the-queue-global-prompt)
8279 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
8280 (feedmail-envelope-deducer, feedmail-fiddle-date)
8281 (feedmail-default-message-id-generator)
8282 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
8283 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
8284 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
8285 (vms-pmail-setup):
8286 * play/dunnet.el (dun-help):
8287 * play/handwrite.el (handwrite):
8288 * play/hanoi.el (hanoi-unix-64):
8289 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8290 * textmodes/enriched.el (fixed):
8291 * textmodes/org.el (org-file-apps)
8292 (org-emphasis-regexp-components, org-emphasis-alist):
8293 * textmodes/texinfmt.el (batch-texinfo-format):
8294 Fix typos in docstrings.
8295
8296 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
8297
8298 * loadhist.el (read-feature): Don't complete features not loaded
8299 from a file (which make `unload-feature' to fail).
8300
8301 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
8302
8303 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
8304
8305 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
8306
8307 * startup.el (command-line-1): Kill emacs if the last frame is
8308 deleted while evaluating the command-line arguments.
8309
8310 2006-11-05 Richard Stallman <rms@gnu.org>
8311
8312 * startup.el (init-file-had-error): Add doc string.
8313 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
8314 Use fixed-width font for keyboard key descriptions.
8315
8316 * cus-edit.el (custom-save-all): Error if saving in .emacs
8317 and it had an error when loaded.
8318
8319 * dired-aux.el (dired-copy-file-recursive): Catch errors
8320 from recursive copies in the loop, around the recursive call.
8321
8322 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8323
8324 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
8325 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
8326 `/proc/acpi/thermal_zone/*'.
8327 (battery-search-for-one-match-in-files): New. Search a regexp in
8328 the content of some files.
8329
8330 2006-11-05 Martin Rudalics <rudalics@gmx.at>
8331
8332 * window.el (mouse-autoselect-window-now): Remove variable.
8333 (mouse-autoselect-window-state): New variable.
8334 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
8335 (mouse-autoselect-window-select, handle-select-window):
8336 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
8337 Suspend delayed autoselection during menu or popup dialog.
8338
8339 * info-look.el (info-lookup-guess-custom-symbol): New function
8340 for retrieving symbol at point in custom buffers.
8341 (top level) <info-lookup-maybe-add-help>: Add backquote and
8342 comma to ignored characters in regexps of help specifications
8343 for emacs-lisp-mode and lisp-interaction-mode. This permits
8344 looking up symbols in `...' and after a comma. Add help
8345 specifications for custom-mode and help-mode.
8346
8347 2006-11-04 Eli Zaretskii <eliz@gnu.org>
8348
8349 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
8350 Don't encode body if RAW is non-nil, or if the old encoding is
8351 identical to the new encoding, or if the body contains only
8352 eight-bit-* characters.
8353
8354 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8355
8356 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
8357 (faces-sample-overlay): Remove variable.
8358 (describe-face): Insert sample text in the face being described.
8359
8360 2006-11-04 Martin Rudalics <rudalics@gmx.at>
8361
8362 * whitespace.el (whitespace-indent-regexp): Make this match any
8363 multiples of eight spaces near the beginning of a line.
8364 (whitespace-buffer): Use `remove-overlays' instead of
8365 `whitespace-unhighlight-the-space' and `overlay-recenter' to
8366 speed up overlay handling.
8367 (whitespace-buffer-leading, whitespace-buffer-trailing):
8368 Make these functions highlight the text removed by
8369 `whitespace-buffer-leading-cleanup' and
8370 `whitespace-buffer-trailing-cleanup' respectively.
8371 (whitespace-buffer-search): Use `with-local-quit'.
8372 Move `format' out of loop to speed up scanning larger buffers.
8373 (whitespace-unhighlight-the-space): Remove `remove-hook' since
8374 that function is never added to a hook.
8375 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
8376 (whitespace-buffer-leading-cleanup)
8377 (whitespace-refresh-rescan-list): Fix docstrings.
8378
8379 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
8380
8381 * allout.el (allout-during-yank-processing): Cue for inhibiting
8382 aberrance processing during yanks.
8383 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
8384 the amount of yanked topics that can be aberrant.
8385 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
8386 a function, and supplement with inihibition of doublechecking
8387 during yanks.
8388 (allout-beginning-of-line, allout-next-heading)
8389 (allout-previous-heading, allout-goto-prefix-doublechecked)
8390 (allout-back-to-current-heading, allout-next-visible-heading)
8391 (allout-next-sibling): Use new allout-do-doublecheck function.
8392 (allout-next-sibling): Ensure we made progress when returning
8393 other than nil.
8394 (allout-rebullet-heading): Preserve text property annotations
8395 indicating the text was hidden, if it was.
8396 (allout-kill-line): Remove any added was-hidden annotations.
8397 (allout-kill-topic): Remove any added was-hidden annotations.
8398 (allout-annotate-hidden): Inhibit adding was-hidden text
8399 properties to the undo list.
8400 (allout-deannotate-hidden): New function to remove was-hidden
8401 annotation.
8402 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
8403 (allout-remove-exposure-annotation): Replace by
8404 allout-deannotate-hidden.
8405 (allout-yank-processing): Signal that yank processing is happening
8406 with allout-during-yank-processing. Also, wrap
8407 allout-unprotected's closer to the text changes, for easier
8408 debugging. We need to inhibit-field-text-motion explicitly, in
8409 lieu of the encompassing allout-unprotected.
8410 (outlineify-sticky): Adjust criteria for triggering new outline
8411 decorations to presence or absence of any topics, not just a topic
8412 at the beginning of the buffer.
8413
8414 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
8415
8416 * bs.el (bs--show-all, bs--redisplay):
8417 * cus-edit.el (custom-unlispify-menu-entries)
8418 (custom-unlispify-tag-names, custom-prompt-variable):
8419 * expand.el (expand-pos):
8420 * speedbar.el (speedbar-generic-list-tag-p):
8421 * wid-edit.el (widget-image-enable):
8422 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
8423 * emacs-lisp/find-func.el (find-function-noselect)
8424 (find-function, find-variable-noselect, find-variable)
8425 (find-definition-noselect, find-face-definition):
8426 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
8427 * net/eudc-vars.el (eudc-expansion-overwrites-query):
8428 * progmodes/ada-xref.el (ada-find-in-ali):
8429 * textmodes/flyspell.el (flyspell-check-tex-math-command):
8430 * textmodes/org.el (org-copy-subtree):
8431 * textmodes/table.el (table--row-column-insertion-point-p):
8432 Use "non-nil" in docstrings.
8433
8434 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
8435
8436 * sort.el (sort-columns): Set the field separator to tab; on
8437 NetBSD, sort complains if "\n" is used as field separator.
8438
8439 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
8440
8441 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
8442
8443 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8444
8445 * server.el (server-auth-key): Remove. Replace by a process-property.
8446 (server-start): Don't remove the file of the previous process, but
8447 instead clear out the place for the new file.
8448 (server-start): Set the :auth-key property.
8449 (server-process-filter): Use the :auth-key property.
8450
8451 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
8452
8453 * textmodes/org.el (org-mode-map): No longer copy
8454 `outline-mode-map' explicitly - this is already done by
8455 `define-derived-mode'.
8456
8457 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
8458
8459 * server.el (server-visit-files): Use `when'.
8460 (server-process-filter): When authentication fails, send error
8461 message to client. Wrap `process-send-region' in `ignore-errors'
8462 instead of `condition-case', and remove misleading comment.
8463
8464 2006-11-01 Juri Linkov <juri@jurta.org>
8465
8466 * simple.el (yank): Doc fix.
8467
8468 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8469
8470 * server.el: Try and fit within 80 columns.
8471 (server-start): Make the auth file unreadable by other users.
8472
8473 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8474
8475 * battery.el (battery-linux-proc-acpi): Prevent range error when
8476 `full-capacity' is 0.
8477
8478 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8479
8480 * faces.el (faces-sample-overlay): New defvar.
8481 (faces-sample-overlay): New function to show face sample text.
8482 (describe-face): Use it.
8483
8484 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
8485
8486 * progmodes/ada-stmt.el: Change maintainer, apply
8487 whitespace-cleanup, checkdoc.
8488 (ada-func-or-proc-name): Add doc string.
8489
8490 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
8491 whitespace-cleanup, checkdoc. Minor improvements to many doc
8492 strings and comments.
8493 (ada-prj-display-page): Change buffer name to more accurately
8494 reflect function.
8495
8496 * progmodes/ada-xref.el: Change maintainer, apply
8497 whitespace-cleanup, checkdoc. Minor improvements to many doc
8498 strings and comments. Don't look for `gvd' or `ddd' debuggers.
8499 (ada-compile-current): Don't add newlines to commands.
8500
8501 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
8502
8503 * server.el: Add support for TCP sockets.
8504 (server-use-tcp, server-host, server-auth-dir): New options.
8505 (server-auth-key): New variable.
8506 (server-ensure-safe-dir): Create nonexistent parent dirs.
8507 Ignore Unix-style file modes on Windows.
8508 (server-start): Crete a TCP or Unix socket according to the value
8509 of `server-use-tcp'. For TCP sockets, create the id/auth file in
8510 `server-auth-dir' directory.
8511 (server-process-filter): Delete process if authentication
8512 fails (which never happens for Unix sockets).
8513
8514 2006-10-30 David Kastrup <dak@gnu.org>
8515
8516 * subr.el (add-to-list): Don't continue checking if a match has
8517 been found.
8518
8519 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
8520
8521 * tutorial.el: Move defvars to avoid bytecomp warnings.
8522 (tutorial--find-changed-keys): Check if viper-current-state is
8523 bound before using it.
8524 (help-with-tutorial): Check if viper-tutorial is defined before
8525 using it.
8526
8527 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
8528
8529 * help-fns.el (help-with-tutorial): Move to tutorial.el.
8530
8531 * tutorial.el: New file.
8532 (help-with-tutorial): Move here from help-fns.el. Add help for
8533 rebound keys. Fix resume of tutorial.
8534 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
8535 (tutorial--find-changed-keys, tutorial--display-changes)
8536 (tutorial--saved-dir, tutorial--saved-file)
8537 (tutorial--save-tutorial): New functions to support the changes in
8538 help-with-tutorial.
8539
8540 2006-10-30 Kenichi Handa <handa@m17n.org>
8541
8542 * files.el (revert-buffer): If a unibyte buffer is being reverted
8543 with a coding system for multibyte, set buffer multibyte before
8544 calling insert-file-contents.
8545
8546 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8547
8548 * server.el (server-select-display): Use a dummy buffer to detect when
8549 the frame is later used.
8550 (server-select-display): New function.
8551 (server-process-filter): Use it to detect unused temp frames.
8552
8553 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
8554
8555 * progmodes/ada-mode.el: Change maintainer, apply
8556 whitespace-clean, checkdoc. Minor improvements to many doc strings.
8557 (ada-mode-version): New function.
8558 (ada-create-menu): Menu operations are available for all supported
8559 compilers.
8560
8561 2006-10-29 Lars Hansen <larsh@soem.dk>
8562
8563 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
8564 Highlight as keyword.
8565 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
8566 Don't call tramp-method-out-of-band-p for local files.
8567 (tramp-touch): Quote file name.
8568
8569 2006-10-28 Glenn Morris <rgm@gnu.org>
8570
8571 * calendar/calendar.el (cal-html-cursor-month)
8572 (cal-html-cursor-year): Add autoloads for this new package.
8573 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
8574
8575 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
8576
8577 * calendar/cal-html.el: New file.
8578
8579 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
8580
8581 * emacs-lisp/authors.el (authors-aliases): Update.
8582
8583 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
8584
8585 * version.el (emacs-version): Bump version number to 22.0.90.
8586
8587 2006-10-26 John W. Eaton <jwe@octave.org>
8588
8589 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
8590 New defvar.
8591 (inferior-octave-resync-dirs): Check to see whether Octave has
8592 built-in variables and set inferior-octave-has-built-in-variables.
8593 Check inferior-octave-has-built-in-variables to decide whether to
8594 send commands that set built-in variables or call functions to
8595 change Octave's behavior.
8596 Send "disp (pwd ())" to Octave instead of just "pwd".
8597 (inferior-octave-startup): Send "more off" to Octave instead of
8598 "page_screen_output = 0".
8599
8600 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
8601
8602 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
8603 pattern normally.
8604
8605 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
8606
8607 * bindings.el (mode-line-mode-menu): Remove bindings for global
8608 minor modes (line/column number) as they are on the menubar.
8609
8610 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
8611
8612 * term/w32-win.el (x-handle-name-switch): Doc fix.
8613 (w32-standard-fontset-spec): Fix typo in docstring.
8614
8615 * midnight.el (midnight-buffer-display-time): Doc fix.
8616 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
8617
8618 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
8619
8620 * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
8621
8622 * emulation/viper-ex.el (ex-read): Quote file argument.
8623
8624 * ediff-diff.el (ediff-same-file-contents): Expand file names.
8625
8626 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
8627
8628 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8629
8630 * textmodes/flyspell.el (flyspell-check-region-doublons):
8631 Fix last fix.
8632
8633 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
8634
8635 * bindings.el (mode-line-mode-menu): List global minor modes
8636 before local ones.
8637
8638 2006-10-23 Kim F. Storm <storm@cua.dk>
8639
8640 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
8641 (sit-for): If last command was a prefix arg, add the read-ahead
8642 event to unread-command-events as (t . EVENT) so it will be added
8643 to this-command-keys by read-key-sequence.
8644
8645 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8646
8647 * textmodes/flyspell.el (flyspell-word): Skip past all previous
8648 whitespace when checking doublons.
8649 (flyspell-check-region-doublons): Fix doublon regexp.
8650 (flyspell-highlight-incorrect-region): Highlight doublons using
8651 flyspell-duplicate face.
8652
8653 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
8654
8655 2006-10-22 John Wiegley <johnw@newartisans.com>
8656
8657 * progmodes/python.el (python-use-skeletons): python-mode was
8658 auto-inserting templates (for those with abbrev-mode on), not only
8659 by default -- *but without a configuration variable to disable
8660 it*. This rendered python-mode completely useless for me, so I
8661 have added `python-use-skeletons', which is now off by default.
8662
8663 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
8664
8665 * progmodes/cperl-mode.el (cperl-mode): Don't assume
8666 font-lock-multiline is auto-local (it's not).
8667 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
8668 initialized before calling cperl-init-faces.
8669
8670 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
8671
8672 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
8673 gdb-stack-position a value when there is no fringe.
8674
8675 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
8676 indicator if not visiting a file.
8677
8678 2006-10-20 David Kastrup <dak@gnu.org>
8679
8680 * window.el (kill-buffer-and-window): Fix a bug where an aborted
8681 operation would still cause some window to collapse later.
8682
8683 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8684
8685 * vc.el (vc-switch-backend): Try to be more careful with unwanted
8686 side-effect due to mixing various backends's file properties.
8687
8688 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
8689 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
8690 Return `filename's status if applicable. Update callers.
8691
8692 2006-10-19 Kenichi Handa <handa@m17n.org>
8693
8694 * international/kkc.el (kkc-region): When a key sequence is not
8695 defined, append (this-single-command-raw-keys) to
8696 unread-input-method-events.
8697
8698 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
8699
8700 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
8701
8702 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8703
8704 * version.el (emacs-version): Use mac-carbon-version-string.
8705
8706 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
8707
8708 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8709
8710 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
8711 Kenichi Handa).
8712 (xselect-convert-to-string): Decline requests for UTF8_STRING if
8713 the selection is not UTF-8.
8714
8715 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
8716
8717 * progmodes/ada-mode.el (ada-83-string-keywords)
8718 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
8719 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
8720 (ada-looking-at-semi-private, ada-get-body-name):
8721 Fix typos in docstrings.
8722 (ada-create-case-exception, ada-create-case-exception-substring):
8723 Fix typos in error messages.
8724 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
8725
8726 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8727
8728 * term/x-win.el (res-geometry): Don't set geometry from Xresources
8729 to default-frame-alist if default-frame-alist already contains
8730 width/height.
8731
8732 2006-10-18 Richard Stallman <rms@gnu.org>
8733
8734 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
8735 Non-interactive arg is the value, not the expression.
8736
8737 * simple.el (read-expression-map): Just set it, no defvar.
8738
8739 * subr.el (insert-for-yank-1): If last inserted char has
8740 properties, mark them as rear-nonsticky.
8741
8742 * recentf.el (recentf-mode): Doc fix.
8743
8744 * facemenu.el (facemenu-add-new-face): Defend against symbol
8745 that isn't a face name.
8746
8747 * dired-aux.el (dired-do-copy): Doc fix.
8748
8749 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
8750
8751 * simple.el (line-move-1): Ignore fields when moving to the
8752 beginning of line to avoid getting point stuck.
8753
8754 2006-10-18 Martin Rudalics <rudalics@gmx.at>
8755
8756 * textmodes/flyspell.el (flyspell-word-search-backward):
8757 Set inhibit-point-motion-hooks to avoid looping due to intangibile
8758 text.
8759
8760 2006-10-16 Richard Stallman <rms@gnu.org>
8761
8762 * help-fns.el (describe-function-1): Special case optimization
8763 for self-insert-command.
8764
8765 2006-10-16 Kim F. Storm <storm@cua.dk>
8766
8767 * ido.el (ido-reread-directory): Work in `dir' mode too.
8768
8769 2006-10-15 Martin Rudalics <rudalics@gmx.at>
8770
8771 * textmodes/table.el: Require 'regexp-opt.
8772
8773 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
8774
8775 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
8776 Use shell-quote-argument.
8777
8778 * shell.el (explicit-bash-args): Likewise.
8779
8780 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
8781 Use grep -E rather than egrep.
8782
8783 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8784
8785 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
8786
8787 2006-10-15 Kim F. Storm <storm@cua.dk>
8788
8789 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
8790
8791 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
8792
8793 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
8794 to protect whitespace and metacharacters from the shell.
8795
8796 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8797
8798 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
8799
8800 2006-10-13 Eli Zaretskii <eliz@gnu.org>
8801
8802 * subr.el (start-process-shell-command): Doc fix.
8803
8804 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
8805
8806 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
8807 the regexp for Maxima symbols.
8808
8809 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8810
8811 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
8812 (vc-find-root): Don't walk higher up than ~.
8813
8814 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
8815
8816 * international/utf-8.el (utf-translate-cjk-load-tables):
8817 Avoid clobbering last-coding-system-used during load.
8818
8819 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
8820
8821 * textmodes/reftex-global.el (reftex-create-tags-file):
8822 Quote file arguments.
8823
8824 2006-10-12 Richard Stallman <rms@gnu.org>
8825
8826 * files.el (file-name-history): Add defvar.
8827 (save-some-buffers-action-alist): Improve description strings.
8828
8829 2006-10-12 Andreas Schwab <schwab@suse.de>
8830
8831 * files.el (auto-mode-alist): Match change log file name also with
8832 a dash before a numeric extension.
8833
8834 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
8835
8836 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
8837 After 5.0:
8838 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
8839
8840 After 5.1: Major edit. Summary of most visible changes:
8841
8842 - Multiple <<HERE per line allowed.
8843 - Handles multiline subroutine declaration headers (with comments).
8844 (The exception is `cperl-etags' - but it is not used in the rest
8845 of the mode.)
8846 - Fontifies multiline my/our declarations (even with comments,
8847 and with legacy `font-lock').
8848 - Major speedup of syntaxification, both immediate and postponed
8849 (3.5x to 15x [for different CPUs and versions of Emacs] on the
8850 huge real-life document I tested).
8851 - New bindings, edits to imenu.
8852 - "_" is made into word-char during fontification/syntaxification;
8853 some attempts to recognize non-word "_" during other operations too.
8854 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
8855 - autoload some more perldoc-related stuff
8856 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
8857 - Attempt to incorporate XEmacs edits which reached me.
8858
8859 Fine-grained changelog:
8860 (cperl-hook-after-change): New configuration variable.
8861 (cperl-vc-sccs-header): Likewise.
8862 (cperl-vc-sccs-header): Likewise.
8863 (cperl-vc-header-alist): Default via two preceding variables.
8864 (cperl-invalid-face): Remove double quoting under XEmacs
8865 (still needed under 21.2).
8866 (cperl-tips): Update URLs for resources.
8867 (cperl-problems): Likewise.
8868 (cperl-praise): Mention new features.
8869 New C-c key bindings: for `cperl-find-bad-style',
8870 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
8871 `cperl-perdoc', and `cperl-perldoc-at-point'.
8872 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
8873 moved, new submenu of Tools with Ispell entries and narrowing.
8874 (cperl-after-sub-regexp): New defsubst.
8875 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
8876 Allows heads up to head4.
8877 Allow "package;".
8878 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
8879 (paren-backwards-message): ??? Something for XEmacs???
8880 (cperl-mode): Never auto-switch abbrev-mode off.
8881 Try to allow '_' be non-word char.
8882 Do not use `font-lock-unfontify-region-function' on XEmacs.
8883 Reset syntax cache on mode start.
8884 Support multiline facification (even on legacy `font-lock').
8885 (cperl-facemenu-add-face-function): ??? Some contributed code ???
8886 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
8887 refuse to inform us whether the fontification is due to lazy
8888 calling or due to edit to a buffer, install our own hook
8889 (controlled by `cperl-hook-after-change').
8890 (cperl-electric-pod): =cut may have been recognized as start.
8891 (cperl-block-p): Move, updated for attributes.
8892 (cperl-calculate-indent): Try to allow '_' be non-word char
8893 Support subs with attributes.
8894 (cperl-where-am-i): Quiet (?) a warning.
8895 (cperl-cached-syntax-table): New function.
8896 (cperl-forward-re): Use `cperl-cached-syntax-table'.
8897 (cperl-unwind-to-safe): Recognize `syntax-type' property
8898 changing in a middle of line.
8899 (cperl-find-sub-attrs): New function.
8900 (cperl-find-pods-heres): Allow many <<EOP per line.
8901 Allow subs with attributes.
8902 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
8903 Recognize "extproc " (OS/2) case-folded and only at start.
8904 /x on s///x with empty replacement was not recognized.
8905 Better comments.
8906 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
8907 Allow subs with attributes, labels.
8908 Do not confuse "else::foo" with "else".
8909 Minor optimizations...
8910 (cperl-after-expr-p): Try to allow '_' be non-word char.
8911 (cperl-fill-paragraph): Try to detect a major bug in Emacs
8912 with `looking-at' inside `narrow' and bulk out if found.
8913 (cperl-imenu--create-perl-index): Updates for new
8914 `cperl-imenu--function-name-regexp-perl'.
8915 (cperl-outline-level): Likewise.
8916 (cperl-init-faces): Allow multiline subroutine headers
8917 and my/our declarations, and ones with comments.
8918 Allow subroutine attributes.
8919 (cperl-imenu-on-info): Better docstring.
8920 (cperl-etags): Rudimentary support for attributes.
8921 Support for packages and "package;".
8922 (cperl-add-tags-recurse-noxs): Better (?) docstring.
8923 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
8924 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
8925 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
8926 (cperl-perldoc): Add autoload.
8927 (cperl-perldoc-at-point): Likewise.
8928 (cperl-here-doc-spell): New function.
8929 (cperl-pod-spell): Likewise.
8930 (cperl-map-pods-heres): Likewise.
8931 (cperl-get-here-doc-region): Likewise.
8932 (cperl-font-lock-fontify-region-function): Likewise (backward
8933 compatibility for legacy `font-lock').
8934 (cperl-font-lock-unfontify-region-function): Fix style.
8935 (cperl-fontify-syntaxically): Recognize and optimize away deferred
8936 calls with no-change. Governed by `cperl-hook-after-change'.
8937 (cperl-fontify-update): Recognize that syntaxification region
8938 can be larger than fontification one.
8939 XXXX we leave `cperl-postpone' property, so this is quadratic...
8940 (cperl-fontify-update-bad): Temporary placeholder until
8941 it is clear how to implement `cperl-fontify-update'.
8942 (cperl-time-fontification): New function.
8943 (attrib-group): New text attribute.
8944 (multiline): New value: `syntax-type' text attribute.
8945
8946 After 5.2:
8947 (cperl-emulate-lazy-lock): New function.
8948 (cperl-fontify-syntaxically): Would skip large regions.
8949 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
8950 Some globals were declared, but uninitialized.
8951
8952 After 5.3, 5.4:
8953 (cperl-facemenu-add-face-function): Add docs, fix U<>.
8954 Copyright message updated.
8955 (cperl-init-faces): Work around a bug in `font-lock'. May slow
8956 facification down a bit.
8957 Misprint for my|our|local for old `font-lock'
8958 "our" was not fontified same as "my|local".
8959 Highlight variables after "my" etc even in
8960 a middle of an expression.
8961 Do not facify multiple variables after my etc
8962 unless parentheses are present.
8963
8964 After 5.5, 5.6
8965 (cperl-fontify-syntaxically): after-change hook could reset.
8966 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
8967
8968 After 5.7:
8969 (cperl-init-faces): Allow highlighting of local ($/).
8970 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
8971 (cperl-problems): Remove fixed problems.
8972 (cperl-find-pods-heres): Recognize #-comments in m##x too.
8973 Recognize charclasses (unless delimiter is \).
8974 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
8975 (cperl-regexp-scan): Update docs.
8976 (cperl-beautify-regexp-piece): Use information got from regexp scan.
8977
8978 After 5.8:
8979 Major user visible changes:
8980 Recognition and fontification of character classes in RExen.
8981 Variable indentation of RExen according to groups.
8982
8983 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
8984 Fontify REx charclasses in variable-name face.
8985 Fontify POSIX charclasses in "type" face.
8986 Fontify unmatched "]" in function-name face.
8987 Mark first-char of HERE-doc as `front-sticky'.
8988 Reset `front-sticky' property when needed.
8989 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
8990 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
8991 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
8992 constructs. Support `narrow'ed buffers.
8993 (cperl-praise): Remove a reservation.
8994 (cperl-make-indent): New function.
8995 (cperl-indent-for-comment): Use `cperl-make-indent'.
8996 (cperl-indent-line): Likewise.
8997 (cperl-lineup): Likewise.
8998 (cperl-beautify-regexp-piece): Likewise.
8999 (cperl-contract-level): Likewise.
9000 (cperl-toggle-set-debug-unwind): New function.
9001 New menu entry for this.
9002 (fill-paragraph-function): Use when `boundp'.
9003 (cperl-calculate-indent): Take into account groups when indenting RExen.
9004 (cperl-to-comment-or-eol): Recognize # which end a string.
9005 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
9006 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
9007 (cperl-fontify-syntaxically): More clear debugging message.
9008 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
9009 (cperl-init-faces): More complicated highlight even on XEmacs (new).
9010 Merge cosmetic changes from XEmacs.
9011
9012 After 5.9:
9013 (cperl-1+): Move to before the first use.
9014 (cperl-1-): Likewise.
9015
9016 After 5.10:
9017
9018 This code may lock Emacs hard!!! Use at your own risk!
9019
9020 (cperl-font-locking): New internal variable.
9021 (cperl-beginning-of-property): New function.
9022 (cperl-calculate-indent): Use `cperl-beginning-of-property'
9023 instead of `previous-single-property-change'.
9024 (cperl-unwind-to-safe): Likewise.
9025 (cperl-after-expr-p): Likewise.
9026 (cperl-get-here-doc-region): Likewise.
9027 (cperl-font-lock-fontify-region-function): Likewise.
9028 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
9029 recursively.
9030 Bound `next-single-property-change' via `point-max'.
9031 (cperl-unwind-to-safe): Bound likewise
9032 (cperl-font-lock-fontify-region-function): Likewise.
9033 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
9034 Initialization of `cperl-font-lock-multiline-start' could be
9035 missed if the "main" fontification did not run due to the
9036 keyword being already fontified.
9037 (cperl-pod-spell): Return t from do-one-chunk function.
9038 (cperl-map-pods-heres): Stop when the worker returns nil.
9039 Call `cperl-update-syntaxification'.
9040 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
9041 (cperl-get-here-doc-delim): Remove unused function.
9042
9043 After 5.11:
9044
9045 The possible lockup of Emacs (introduced in 5.10) fixed.
9046
9047 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
9048 (cperl-syntaxify-for-menu): New customization variable.
9049 (cperl-select-this-pod-or-here-doc): New function.
9050 (cperl-get-here-doc-region): Extra argument.
9051 Do not adjust pos by 1.
9052
9053 New menu entries
9054 (Perl/Tools): Selection of current POD or HERE-DOC section.
9055 (Debugging CPerl:) backtrace on fontification.
9056
9057 After 5.12:
9058 (cperl-cached-syntax-table): Use `car-safe'.
9059 (cperl-forward-re): Remove spurious argument SET-ST.
9060 Add documentation.
9061 (cperl-forward-group-in-re): New function.
9062 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
9063 (XXXX Temporary (?) hack is to syntax-mark them as comment).
9064
9065 After 5.13:
9066 (cperl-string-syntax-table): Make { and } not-grouping
9067 (Sometimes they ARE grouping in RExen, but matching them would only
9068 confuse in many situations when they are not)
9069 (beginning-of-buffer): Replace two occurrences with goto-char...
9070 (cperl-calculate-indent): `char-after' could be nil...
9071 (cperl-find-pods-heres): REx can start after "[" too.
9072 Hightlight (??{}) in RExen too.
9073 (cperl-maybe-white-and-comment-rex): New constant
9074 (cperl-white-and-comment-rex): Likewise.
9075 XXXX Not very efficient, but hard to make
9076 better while keeping 1 group.
9077
9078 After 5.13:
9079 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
9080 Likewise for 1 << identifier.
9081
9082 After 5.14:
9083 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
9084 Error-less condition-case could fail.
9085 (cperl-font-lock-fontify-region-function): Likewise.
9086 (cperl-init-faces): Likewise.
9087
9088 After 5.15:
9089 (cperl-find-pods-heres): Support property REx-part2.
9090 (cperl-calculate-indent): Likewise.
9091 Don't special-case REx with non-empty 1st line.
9092 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
9093 Invert highlighting of charclasses:
9094 now the envelop is highlighted.
9095 Highlight many others 0-length builtins.
9096 (cperl-praise): Mention indenting and highlight in RExen.
9097
9098 After 5.15:
9099 (cperl-find-pods-heres): Highlight capturing parens in REx.
9100
9101 After 5.16:
9102 (cperl-find-pods-heres): Highlight '|' for alternation
9103 Initialize `font-lock-warning-face' if not present.
9104 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
9105 `font-lock-function-name-face'.
9106 (cperl-look-at-leading-count): Likewise.
9107 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
9108 `font-lock-keyword-face' (needed for
9109 batch processing), etc...
9110 Use `font-lock-builtin-face' for builtin in REx
9111 Now `font-lock-variable-name-face'
9112 is used for interpolated variables
9113 Use "talking aliases" for faces inside REx
9114 Highlight parts of REx (except in charclasses)
9115 according to the syntax and/or semantic
9116 Syntax-mark a {}-part of (?{}) as "comment"
9117 (it was the ()-part)
9118 Better logic to distinguish what is what in REx
9119 (cperl-tips-faces): Document REx highlighting
9120 (cperl-praise): Mention REx syntax highlight etc.
9121
9122 After 5.17:
9123 (cperl-find-sub-attrs): Would not always manage to print error message.
9124 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
9125
9126 After 5.18:
9127 (cperl-find-pods-heres): Misprint in REx for parsing REx.
9128 Very minor optimization.
9129 `my-cperl-REx-modifiers-face' got quoted.
9130 Recognize "print $foo <<END" as HERE-doc.
9131 Put `REx-interpolated' text attribute if needed.
9132 (cperl-invert-if-unless-modifiers): New function.
9133 (cperl-backward-to-start-of-expr): Likewise.
9134 (cperl-forward-to-end-of-expr): Likewise.
9135 (cperl-invert-if-unless): Works in "the opposite way" too.
9136 Cursor position on return is on the switch-word.
9137 Indents comments better.
9138 (REx-interpolated): New text attribute.
9139 (cperl-next-interpolated-REx): New function.
9140 (cperl-next-interpolated-REx-0): Likewise.
9141 (cperl-next-interpolated-REx-1): Likewise.
9142 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
9143 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
9144 (cperl-praise): Mention finded interpolated RExen.
9145
9146 After 5.19:
9147 (cperl-init-faces): Highlight %$foo, @$foo too.
9148 (cperl-short-docs): Better docs for system, exec.
9149 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
9150 Would not find HERE-doc ended by EOF without NL.
9151 (cperl-short-docs): Correct not-doubled \-escapes.
9152 start block: Put some `defvar' for stuff gone from XEmacs.
9153
9154 After 5.20:
9155 initial comment: Extend copyright, fix email address.
9156 (cperl-indent-comment-at-column-0): New customization variable.
9157 (cperl-comment-indent): Indentation after $#a would increasy by 1.
9158 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
9159 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
9160 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
9161 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
9162 highlight $ in $foo too (UNTESTED).
9163 (cperl-set-style): Docstring missed some available styles.
9164 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
9165 Change "Current" to "Memorize Current".
9166 (cperl-indent-wrt-brace): New customization variable; the default is
9167 as for pre-5.2 version.
9168 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
9169 (cperl-style-alist): Likewise.
9170 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
9171 and `cperl-extra-newline-before-brace' etc
9172 being t
9173 (cperl-indent-exp): Plans B and C to find continuation blocks even
9174 if `cperl-extra-newline-before-brace' is t.
9175
9176 After 5.21:
9177 Improve some docstrings concerning indentation.
9178 (cperl-indent-rules-alist): New variable.
9179 (cperl-sniff-for-indent): New function name
9180 (separated from `cperl-calculate-indent').
9181 (cperl-calculate-indent): Separate the sniffer and the indenter;
9182 uses `cperl-sniff-for-indent' now.
9183 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
9184 was inverted;
9185 Support `comment-column' = 0.
9186
9187 2006-10-11 Martin Rudalics <rudalics@gmx.at>
9188
9189 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
9190 * help-at-pt.el (scan-buf-move-to-region): Likewise.
9191 * longlines.el (longlines-window-change-function): Likewise.
9192 * simple.el (undo-ask-before-discard): Likewise.
9193 * wid-edit.el (widget-field-prompt-internal)
9194 (widget-documentation-link-p): Likewise.
9195
9196 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9197
9198 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
9199 for a keyword.
9200
9201 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
9202
9203 * newcomment.el (comment-valid-prefix-p): Make the check
9204 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
9205 (comment-indent-new-line): Adjust call.
9206
9207 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
9208
9209 * allout.el (allout-back-to-current-heading): Base on lower-level
9210 routines to get proper disqualification of aberrant topics.
9211
9212 2006-10-09 Richard Stallman <rms@gnu.org>
9213
9214 * textmodes/two-column.el (2C-two-columns): Doc fix.
9215
9216 2006-10-09 Kim F. Storm <storm@cua.dk>
9217
9218 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
9219 about implicit use.
9220
9221 2006-10-08 Richard Stallman <rms@gnu.org>
9222
9223 * textmodes/two-column.el (2C-two-columns): Doc fix.
9224
9225 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
9226
9227 * files.el: Mark `buffer-read-only' as safe-local-variable.
9228
9229 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
9230
9231 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
9232 Burp if GUD buffer has been killed.
9233
9234 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9235
9236 * completion.el (add-completions-from-c-buffer):
9237 Don't presume an error's second element is a string.
9238 Use looking-at rather than buffer-substring + member.
9239
9240 2006-10-07 Eli Zaretskii <eliz@gnu.org>
9241
9242 * mail/rmail.el (rmail-redecode-body): If the old encoding is
9243 `undecided', call find-coding-systems-region to find a proper
9244 non-trivial encoding.
9245 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
9246 and "text/plain".
9247
9248 2006-10-07 Kevin Ryde <user42@zip.com.au>
9249
9250 * textmodes/reftex-vars.el (defgroup reftex): Update home page
9251 url-link.
9252
9253 * strokes.el (defgroup strokes): Remove invalid url-link.
9254
9255 2006-10-07 Magnus Henoch <mange@freemail.hu>
9256
9257 * autoinsert.el (auto-insert-alist): Doc fix.
9258
9259 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9260
9261 * mouse-sel.el (mouse-insert-selection-internal):
9262 Use insert-for-yank, so that yank handlers are run.
9263
9264 2006-10-07 Kim F. Storm <storm@cua.dk>
9265
9266 * ido.el (ido-file-extension-aux): Fix comparison.
9267
9268 2006-10-06 Kim F. Storm <storm@cua.dk>
9269
9270 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
9271
9272 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
9273
9274 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
9275 (ad-make-mapped-call): Use `let', not `let*'.
9276
9277 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
9278
9279 * international/mule-cmds.el (coding-system-change-eol-conversion):
9280 Ensure the coding system is initialized before calling
9281 coding-system-eol-type.
9282
9283 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
9284
9285 * textmodes/org.el (org-rm-props, org-activate-plain-links)
9286 (org-activate-angle-links, org-activate-dates)
9287 (org-activate-target-links, org-activate-camels)
9288 (org-activate-tags): Add `rear-nonsticky' text property to avoid
9289 textproperty keymaps from being active beyond the end of a line.
9290 (org-unfontify-region): Also remove `rear-nonsticky' property.
9291
9292 2006-10-04 Kenichi Handa <handa@m17n.org>
9293
9294 * international/code-pages.el (next): Table fixed.
9295
9296 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
9297
9298 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
9299 that it's been made unnecessary by removing narrowing.
9300
9301 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9302
9303 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
9304 control flow a bit, simplify another bit, and add comments.
9305
9306 2006-10-03 David Kastrup <dak@gnu.org>
9307
9308 * help.el (describe-mode): For clicks on mode-line, use "@"
9309 interactive argument to get the major mode of the click instead of
9310 the current buffer.
9311
9312 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
9313 in order to better redirect mouse-2 clicks. Also allow default
9314 bindings to apply.
9315
9316 2006-10-03 Kim F. Storm <storm@cua.dk>
9317
9318 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
9319 (pushnew): Fix last change.
9320
9321 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
9322
9323 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
9324 Use the interactive spec of `eval-expression'.
9325
9326 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
9327
9328 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
9329
9330 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9331
9332 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
9333 2006-09-28 commit.
9334
9335 2006-10-02 Kenichi Handa <handa@m17n.org>
9336
9337 * international/code-pages.el (iso-8859-6): Table fixed.
9338
9339 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
9340
9341 * dired.el (dired-build-subdir-alist): Fix previous change.
9342
9343 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9344
9345 * simple.el (undo-elt-crosses-region): Fix the inequalities.
9346
9347 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9348
9349 * emacs-lisp/find-func.el (find-function-regexp): Don't match
9350 "define-button-type".
9351
9352 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
9353 they don't keep accumulating.
9354
9355 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
9356
9357 * ffap.el (ffap-rfc-path): Change the address of the RFC
9358 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
9359
9360 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
9361
9362 * allout.el (allout-expose-topic): Rectify implementation of "+"
9363 spec, so that bodies are not exposed with headlines.
9364
9365 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
9366
9367 * allout.el (allout-current-depth): Do aberrent check only at or
9368 below doublecheck depth.
9369 (allout-chart-subtree): Make it explicit that LEVELS being nil
9370 means unlimited depth. Drop undocumented support for LEVELS value
9371 t meaning unlimited depth. (This is consistent with
9372 allout-chart-to-reveal, but contrary to allout-show-children,
9373 which needs to use nil to default to depth of 1.)
9374 (allout-goto-prefix-doublechecked): Wrap long docstring line.
9375 (allout-chart-to-reveal): Be explicit in docstring about meaning
9376 of nil LEVELS, and drop support for LEVELS value t.
9377 (allout-show-children): Translate the level spec used by this
9378 routine to that used by allout-chart-subtree and
9379 allout-chart-to-reveal.
9380 (allout-show-to-offshoot): Retry once when stuck, after opening
9381 subtree - improvements in discontinuity handling likely will
9382 enable progress.
9383
9384 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
9385
9386 * wid-edit.el (widget-button-click-moves-point): New variable.
9387 (widget-button-click): If widget-button-click-moves-point is
9388 non-nil, set point after performing the button action.
9389
9390 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
9391
9392 2006-09-30 Martin Rudalics <rudalics@gmx.at>
9393
9394 * files.el (find-file-existing): Modify to not allow wildcards.
9395
9396 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9397
9398 * simple.el (undo-more): When undo information for the region is
9399 exhausted, say "No further undo information FOR REGION".
9400
9401 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
9402
9403 * progmodes/sh-script.el (sh-prev-thing):
9404 Take `sh-leading-keywords' into account.
9405
9406 2006-09-29 Glenn Morris <rgm@gnu.org>
9407
9408 * custom.el (defcustom): Doc fix.
9409
9410 * calendar/calendar.el (european-calendar-style):
9411 Call european-calendar or american-calendar as needed when set.
9412 (diary-view-entries, list-calendar-holidays): Move autoloads
9413 before use.
9414
9415 2006-09-29 Juri Linkov <juri@jurta.org>
9416
9417 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
9418 to nil if there is no previous property change.
9419
9420 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9421
9422 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
9423 saving anything to be sure that `forward-sexp' behaves correctly.
9424
9425 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
9426
9427 * simple.el (line-move-finish): Ignore field boundaries if the
9428 initial and final points have the same `field' property.
9429
9430 2006-09-29 Kim F. Storm <storm@cua.dk>
9431
9432 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
9433 to t while calling ido-read-internal.
9434
9435 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
9436
9437 * textmodes/org.el (org-file-remote-p): Get regexp from list.
9438 (org-archive-subtree): Remove erraneous `]' from character list.
9439
9440 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
9441
9442 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
9443 (ses-reconstruct-all): Make undo of "insert row" work by keeping
9444 markers for data-area and parameters-area.
9445
9446 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9447
9448 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
9449
9450 * font-lock.el (font-lock-after-change-function): Refontify next line
9451 as well if end is at BOL.
9452 (font-lock-extend-jit-lock-region-after-change): Be more careful to
9453 only extend the region as much as needed.
9454
9455 2006-09-28 Richard Stallman <rms@gnu.org>
9456
9457 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
9458
9459 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
9460
9461 * international/mule.el (after-insert-file-set-coding):
9462 If VISIT, don't let set-buffer-multibyte make undo info.
9463
9464 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
9465
9466 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
9467 lines in base64-encoded authentication response.
9468
9469 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9470
9471 * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
9472 (ebnf-version): New version 4.3.
9473 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
9474 (ebnf-prologue): Adjust PostScript programming.
9475 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
9476 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
9477
9478 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
9479
9480 * jit-lock.el (jit-lock-force-redisplay): Rename from
9481 jit-lock-fontify-again, and undo the mistaken change I've just done.
9482
9483 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
9484 (jit-lock-fontify-again): Don't refontify text that's not displayed.
9485
9486 2006-09-26 Kenichi Handa <handa@m17n.org>
9487
9488 * startup.el (display-splash-screen): Allow a prefix argument.
9489
9490 2006-09-25 Jason Rumney <jasonr@gnu.org>
9491
9492 * subr.el (shell-quote-argument): Use DOS logic for Windows
9493 shells with DOS semantics.
9494
9495 2006-09-24 Richard Stallman <rms@gnu.org>
9496
9497 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
9498 (compilation-goto-locus): Use compilation-goto-locus-delete-o
9499 to delete the overlay. Put it on pre-command-hook.
9500
9501 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
9502
9503 * startup.el (fancy-splash-screens, normal-splash-screen):
9504 Call the splash buffer *About GNU Emacs*.
9505
9506 * simple.el (next-error-highlight, next-error-highlight-no-select):
9507 Default to 0.5.
9508 (yank-excluded-properties): Add `fontified'.
9509
9510 * font-lock.el (font-lock-compile-keywords): Allow value of
9511 syntax-begin-function to enable paren-column-0 highlighting.
9512
9513 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
9514
9515 * dired.el (dired-build-subdir-alist): When file ends in colon,
9516 don't exit the loop, just disregard that file.
9517
9518 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
9519
9520 * simple.el (line-move-finish): Handle corner case for fields in
9521 continued lines.
9522 (line-move-1): Remove flawed test for that case.
9523
9524 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
9525
9526 * icomplete.el (icomplete-simple-completing-p): Use the correct
9527 name for the new variable, `icomplete-with-completion-tables'.
9528 (file local variables): Remove superfluous setting.
9529
9530 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
9531
9532 * calendar/appt.el (appt-check): Fix typo for appointments just
9533 after midnight.
9534
9535 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
9536
9537 * help.el (describe-key-briefly, describe-key): Don't expect an
9538 extra up event if a down-event is generated by a popup menu.
9539
9540 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
9541
9542 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
9543 local dictionary when changing the global dictionary.
9544
9545 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
9546
9547 * icomplete.el (icomplete-with-completion-tables): List of
9548 specialized completion tables with which icomplete should
9549 operate. Include the new `internal-complete-buffer', so icomplete
9550 works with interactive buffer-selection.
9551 (icomplete-simple-completing-p): Add acceptance of specialized
9552 completion tables listed in icomplete-with-completion-tables.
9553
9554 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9555
9556 * frame.el (focus-follows-mouse): Set default to nil on Mac.
9557
9558 * startup.el (command-line): Use `custom-reevaluate-setting' for
9559 `focus-follows-mouse'.
9560
9561 2006-09-22 Richard Stallman <rms@gnu.org>
9562
9563 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
9564 explain why Save is not available.
9565
9566 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
9567
9568 * woman.el (woman0-so): Use `let*', not `let'.
9569 (woman-horizontal-line): Remove unbalanced parenthesis.
9570
9571 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9572
9573 * woman.el: Make sure all the end-of-region markers we use have
9574 a non-nil insertion-type.
9575 (woman0-so): Move things around so we can use copy-marker.
9576 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
9577 Adjust marker type.
9578 (woman2-process-escapes): Check marker type.
9579 (woman-horizontal-line): Dispense with the use of a marker.
9580
9581 2006-09-22 Jay Belanger <belanger@truman.edu>
9582
9583 * calc/calc-lang.el: Add Greek letters to math-variable-table
9584 property of tex.
9585
9586 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
9587
9588 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
9589
9590 2006-09-22 Masatake YAMATO <jet@gyve.org>
9591
9592 * add-log.el (add-log-current-defun): Use `forward-sexp'
9593 instead of `forward-word' to pick c++::symbol.
9594 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
9595
9596 2006-09-22 Kenichi Handa <handa@m17n.org>
9597
9598 * bindings.el: Fix setting self-insert-command for multibyte
9599 characters in global-map.
9600
9601 2006-09-21 David Kastrup <dak@gnu.org>
9602
9603 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
9604 doc string.
9605
9606 2006-09-21 Kenichi Handa <handa@m17n.org>
9607
9608 * language/european.el ("Latin-1"): Add windows-1252 to
9609 coding-priority.
9610 ("German"): Likewise.
9611
9612 2006-09-21 Kim F. Storm <storm@cua.dk>
9613
9614 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
9615 Suggested by Miles Bader.
9616
9617 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
9618 instead of add-to-list in the simple case.
9619
9620 2006-09-20 Kenichi Handa <handa@m17n.org>
9621
9622 * isearch.el (isearch-process-search-char): Cancel the previous change.
9623 (isearch-search-string): New function.
9624 (isearch-search): Use isearch-search-string.
9625 (isearch-lazy-highlight-search): Likewise.
9626
9627 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9628
9629 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
9630 string to become an option.
9631
9632 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9633
9634 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
9635
9636 2006-09-20 Kim F. Storm <storm@cua.dk>
9637
9638 * simple.el (line-move-partial): Call pos-visible-in-window-p with
9639 position t instead of trying both window-end and window-end - 1.
9640
9641 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
9642
9643 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
9644 hidden trees.
9645
9646 2006-09-20 David Kastrup <dak@gnu.org>
9647
9648 * mouse.el (mouse-posn-property): Improve doc string.
9649 (mouse-on-link-p): Change buffers for function calls on links.
9650
9651 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
9652 buffer is read-only.
9653
9654 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
9655
9656 * allout.el (allout-unprotected): Let inhibit-read-only only when
9657 buffer-read-only isn't set.
9658 (allout-annotate-hidden): Enable topic annotation during copies even
9659 when the buffer is read-only, eg for topic copies. Ensure that the loop
9660 advances, even when the span extends beyond the deletion region.
9661 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
9662 rather than allout-exposure-changed-hook, as a stronger assertion.
9663 (allout-keybindings-list): Add bindings for
9664 allout-copy-line-as-kill and allout-copy-topic-as-kill.
9665 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
9666 Copy wrappers for allout-kill-line and allout-kill-topic.
9667 (allout-listify-exposed): Position correctly to accumulate lines.
9668
9669 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
9670
9671 * simple.el (line-move-1): Escape field boundaries occurring
9672 exactly at point. Update goal column if constrained to a field.
9673 (line-move-finish): Escape field boundaries occurring exactly at point.
9674
9675 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9676
9677 * mouse.el (mouse-on-link-p): Tentatively fix last change.
9678 (mouse-drag-vertical-line): Remove unused var `wconfig'.
9679
9680 2006-09-19 Kim F. Storm <storm@cua.dk>
9681
9682 * help.el (describe-key-briefly, describe-key): Simplify printing
9683 of descriptions by using format and %S. Fix "is undefined"
9684 messages to say "at that spot" for mouse events.
9685
9686 * simple.el (line-move-partial): Optimize. Try window-line-height
9687 before posn-at-point to get vpos of current line.
9688
9689 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
9690
9691 * emulation/viper.el: Bump up version/date of update to reflect the
9692 substantial changes done in August 2006.
9693
9694 * emulation/viper-cmd (viper-next-line-at-bol): Make sure button-at,
9695 push-button are defined.
9696
9697 * ediff-util.el (ediff-add-to-history): New function.
9698
9699 * ediff.el: Use ediff-add-to-history instead of add-to-history.
9700
9701 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9702
9703 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
9704 Delete duplicate make-local-variable form.
9705 (conf-space-keywords): Add autoload cookie.
9706 Fix typo (`keywords', not `keyword').
9707
9708 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9709
9710 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
9711 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
9712 to x-gtk-use-old-file-dialog.
9713
9714 2006-09-18 Richard Stallman <rms@gnu.org>
9715
9716 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
9717 that might come in during mouse tracking.
9718
9719 2006-09-18 Kim F. Storm <storm@cua.dk>
9720
9721 * simple.el (line-move-partial): Rework 2006-09-15 change to use
9722 new window-line-height function. Further optimize by not calling
9723 pos-visible-in-window-p for window-end when window-line-height
9724 returns useful information.
9725
9726 2006-09-16 Richard Stallman <rms@gnu.org>
9727
9728 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
9729 (conf-space-mode): Don't handle prefix arg.
9730 Delete conf-space-keywords-override code.
9731 Use add-hook.
9732 (conf-space-keywords): New command.
9733 (conf-space-mode-internal): Be careful with imenu-generic-expression.
9734 Delete conf-space-keywords-override code.
9735 (conf-space-keywords-alist): Doc fix.
9736 (conf-space-font-lock-keywords): Doc fix.
9737 (conf-space-keywords-override): Var deleted.
9738
9739 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
9740
9741 * startup.el (fancy-splash-screens): Don't switch to the scratch
9742 buffer; it may not be the next buffer.
9743
9744 2006-09-16 Romain Francoise <romain@orebokech.com>
9745
9746 * saveplace.el (load-save-place-alist-from-file): Use expanded name
9747 in both messages.
9748
9749 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
9750
9751 * progmodes/python.el (python-preoutput-filter):
9752 Fix arg order to string-match.
9753
9754 2006-09-16 Richard Stallman <rms@gnu.org>
9755
9756 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
9757 font-lock-compile-keywords.
9758
9759 * font-lock.el (font-lock-compile-keywords): Rename optional arg
9760 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
9761
9762 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9763
9764 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
9765
9766 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
9767 and the data doesn't look like UTF8, send STRING instead.
9768
9769 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
9770
9771 * textmodes/flyspell.el (flyspell-check-region-doublons):
9772 New function to detect duplicated words.
9773 (flyspell-large-region): Use it.
9774
9775 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
9776
9777 * simple.el (line-move-to-column): Revert 2006-08-03 change.
9778
9779 2006-09-16 Eli Zaretskii <eliz@gnu.org>
9780
9781 * help.el (describe-prefix-bindings): Use let, not let*.
9782
9783 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
9784
9785 * allout.el (allout-regexp, allout-line-boundary-regexp)
9786 (allout-bob-regexp): Correct grouping and boundaries to fix
9787 backwards traversal.
9788 (allout-depth-specific-regexp, allout-depth-one-regexp):
9789 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
9790 worse time in allout-ascend.
9791 (allout-doublecheck-at-and-shallower): Identify depth threshold
9792 below which topics are checked for and disqualified by containment
9793 discontinuities.
9794 (allout-hotspot-key-handler): Correctly handle multiple-key
9795 strokes. Remove some unused variables.
9796 (allout-mode-leaders): Clarify that mode-specific comment-start
9797 will be used.
9798 (set-allout-regexp): Correctly regexp-quote allout regexps to
9799 properly accept alternative header-leads and primary bullets with
9800 regexp-specific characters (eg, C "/*", mathematica "(*").
9801 Include new regular expressions among those configured.
9802 (allout-infer-header-lead-and-primary-bullet):
9803 Rename allout-infer-header-lead.
9804 (allout-recent-depth): Manifest as a variable as well as a function.
9805 (allout-prefix-data): Simplify into an inline instead of a macro,
9806 assuming current match data rather than being explicitly passed
9807 it. Establish allout-recent-depth value as well as
9808 allout-recent-prefix-beginning and allout-recent-prefix-end.
9809 (allout-aberrant-container-p): True when an item's immediate
9810 offspring discontinuously contained. Useful for disqualifying
9811 unintended topic prefixes, likely at low depths.
9812 (allout-goto-prefix-doublechecked): Elaborate version of
9813 allout-goto-prefix which disqualifies aberrant pseudo-items.
9814 (allout-pre-next-prefix): Layer on top of lower-level routines, to
9815 get disqualification of aberrant containers.
9816 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
9817 containers.
9818 (allout-beginning-of-current-entry): Position at start of buffer
9819 when in container (depth 0) entry.
9820 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
9821 (allout-current-bullet): Strip text properties.
9822 (allout-get-prefix-bullet): Use right match groups.
9823 (allout-beginning-of-line, allout-next-heading):
9824 Disqualify aberrant containers.
9825 (allout-previous-heading): Disqualify aberrant containers, and
9826 change to regular (rather than inline) function, to allow
9827 self-recursion.
9828 (allout-get-invisibility-overlay): Increment so progress is made
9829 when the first overlay is not the sought one.
9830 (allout-end-of-prefix): Disqualify aberrant containers.
9831 (allout-end-of-line): Cycle something like allout-beginning-of-line.
9832 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
9833 outline.el outlines) functional again. Change the primary bullet
9834 along with the header-lead - level 1 new-style bullets now work.
9835 Engage allout-before-change-handler in mainline Emacs, not just
9836 XEmacs, to do undo handling.
9837 (allout-before-change-handler): Expose undo changes occurring in
9838 hidden regions. Use allout-get-invisibility-overlay instead of
9839 reimplementing it inline.
9840 (allout-chart-subtree): Use start rather than end of prefix in
9841 charts. Use allout-recent-depth variable.
9842 (allout-chart-siblings): Disqualify aberrant topics.
9843 (allout-beginning-of-current-entry): Position correctly.
9844 (allout-ascend): Use new allout-depth-specific-regexp and
9845 allout-depth-one-regexp for linear instead of O(N^2) or worse
9846 behavior.
9847 (allout-ascend-to-depth): Depend on allout-ascend, rather than
9848 reimplementing an algorithm.
9849 (allout-up-current-level): Depend on allout-ascend, rather than
9850 reimplementing an algorithm. Return to start-point if we fail.
9851 (allout-descend-to-depth): Use allout-recent-depth variable
9852 instead of function.
9853 (allout-next-sibling): On traversal of numerous intervening
9854 topics, resort to economical allout-next-sibling-leap.
9855 (allout-next-sibling-leap): Specialized version of
9856 allout-next-sibling that uses allout-ascend cleverly, to depend on
9857 a regexp search to leap large numbers of contained topics, rather
9858 than arbitrarily many one-by-one traversals.
9859 (allout-next-visible-heading): Disqualify aberrant topics.
9860 (allout-previous-visible-heading): Position consistently when
9861 interactive.
9862 (allout-forward-current-level): Base on allout-previous-sibling
9863 rather than (differently) reimplmenting the algorithm. Remove some
9864 unused variables.
9865 (allout-solicit-alternate-bullet): Present default choice stripped
9866 of text properties.
9867 (allout-rebullet-heading): Use bullet stripped of text properties.
9868 Register changes using allout-exposure-change-hook.
9869 Disregard aberrant topics.
9870 (allout-shift-in): With universal-argument, make topic a peer of
9871 it's former offspring. Simplify the code by separating out
9872 allout-shift-out functionality.
9873 (allout-shift-out): With universal-argument, make offspring peers
9874 of their former container, and its siblings. Implement the
9875 functionality here, rather than inappropriately muddling the
9876 implementation of allout-shift-in.
9877 (allout-rebullet-topic): Respect additional argument for new
9878 parent-child separation function.
9879 (allout-yank-processing): Use allout-ascend directly.
9880 (allout-show-entry): Disqualify aberrant topics.
9881 (allout-show-children): Handle discontinuous children gracefully,
9882 extending the depth being revealed to expose them and posting a
9883 message indicating the situation.
9884 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
9885 Leave cursor in correct position.
9886 (allout-hide-current-subtree): Use allout-ascend directly.
9887 Disqualify aberrant topics.
9888 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
9889 a way that the yanks can restore it, as used to happen.
9890 (allout-yank-processing): Restore exposure layout as recorded by
9891 allout-kill-*, as used to happen.
9892 (allout-annotate-hidden, allout-hide-by-annotation): New routines
9893 for preseving and restoring exposure layout across kills.
9894 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
9895 (allout-encrypt-string): Strip text properties.
9896 Rearranged order and outline-headings for some of the
9897 miscellaneous functions.
9898 (allout-resolve-xref): No need to quote the error name in the
9899 condition-case handler section.
9900 (allout-flatten): Classic recursive (and recursively intensive,
9901 without tail-recursion) list-flattener, needed by allout-shift-out
9902 when confronted with discontinuous children.
9903
9904 2006-09-16 Jason Rumney <jasonr@gnu.org>
9905
9906 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
9907 on ms-windows.
9908 (dnd-open-unc-file): Remove.
9909 (dnd-open-local-file): Mention in doc string that it also handles
9910 remote files if the system natively supports unc file-names.
9911
9912 2006-09-15 Kim F. Storm <storm@cua.dk>
9913
9914 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
9915 all necessary information about the event before erasing *Help*.
9916
9917 * simple.el (line-move-partial): Use window-line-visiblity to
9918 quickly check whether last line is partially visible, and only do
9919 the hard (and slow) part in that case.
9920
9921 2006-09-15 Jay Belanger <belanger@truman.edu>
9922
9923 * COPYING: Replace "Library Public License" by "Lesser Public
9924 License" throughout.
9925
9926 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9927
9928 * term/x-win.el (x-menu-bar-open): New function for F10.
9929
9930 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
9931
9932 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9933 Disallow filenames containing " -" to avoid confusion with libtool
9934 compilation messages. Suggested by Stefan Monnier.
9935
9936 2006-09-15 David Kastrup <dak@gnu.org>
9937
9938 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
9939 instead of buffer position for `mouse-on-link-p'.
9940
9941 * mouse.el (mouse-posn-property): New function looking up the
9942 properties at a click position in overlays and text properties in
9943 either buffer or strings.
9944 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
9945 of both `follow-link' as well as `mouse-face' properties.
9946 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
9947 buffer position.
9948
9949 * help.el (describe-key-briefly): When reading a down-event on
9950 mode lines or scroll bar, swallow the following up event, too.
9951 Use the new mouse sensitity of `key-binding' for lookup.
9952 (describe-key): The same here.
9953
9954 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
9955
9956 * play/life.el (life-patterns): Add a few more interesting patterns.
9957 (life-setup): Force `show-trailing-whitespace' to nil.
9958
9959 2006-09-14 Richard Stallman <rms@gnu.org>
9960
9961 * startup.el (fancy-splash-text): Change text to improve alignment.
9962 (fancy-splash-screens): Don't set non-standard tab width.
9963 Bind cursor-type temporarily, and make it easy to patch to
9964 preserve the splash buffer.
9965 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
9966 (fancy-splash-screens): Display echo-area message explicitly.
9967 Don't set fancy-splash-help-echo.
9968
9969 * simple.el (line-number-mode): Group mode-line instead of
9970 editing-basics.
9971 (column-number-mode, size-indication-mode): Likewise.
9972
9973 * faces.el (mode-line-faces): Group mode-line instead of modeline.
9974
9975 * time.el (display-time): Group mode-line instead of modeline.
9976
9977 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
9978
9979 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
9980
9981 * startup.el (fancy-splash-text): Move editing instructions to
9982 fancy-splash-head.
9983 (fancy-splash-head): Issue editing instructions.
9984 (fancy-splash-screens): Fixup whitespace.
9985
9986 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9987
9988 * bindings.el (mode-line-buffer-identification-keymap):
9989 Remove duplicate line.
9990
9991 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9992
9993 * ido.el (ido-ignore-item-p): Allow any kind of functions in
9994 ignore lists.
9995
9996 2006-09-14 Kim F. Storm <storm@cua.dk>
9997
9998 * jit-lock.el (jit-lock-fontify-again): New function.
9999 (jit-lock-fontify-now): Use it instead of lambda form.
10000
10001 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
10002
10003 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
10004 (flyspell-auto-correct-word): Make ispell-filter local to these
10005 functions. Check that ispell-filter has new stuff before calling
10006 ispell-parse-output.
10007
10008 2006-09-13 Kim F. Storm <storm@cua.dk>
10009
10010 * simple.el (line-move-partial): Optimize.
10011
10012 2006-09-13 Richard Stallman <rms@gnu.org>
10013
10014 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
10015 Delete spurious backquote.
10016
10017 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
10018
10019 * net/rcirc.el (rcirc-print): Fix last change.
10020
10021 2006-09-12 Jay Belanger <belanger@truman.edu>
10022
10023 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
10024
10025 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
10026
10027 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
10028 rcirc-show-maximum-output.
10029 (rcirc-mode): Remove window-scroll-function hook.
10030 (rcirc-scroll-to-bottom): Remove function.
10031 (rcirc-print): Recenter so point stays at the bottom of the window
10032 if point was already there.
10033
10034 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
10035
10036 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
10037 not to "t".
10038 * progmodes/compile.el (compilation-start): Likewise.
10039 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
10040 Don't use expand-file-name on invocation-directory, since this
10041 might mishandle special characters in invocation-directory.
10042
10043 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10044
10045 * pcvs-defs.el: Remove * in defcustom's docstrings.
10046
10047 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
10048
10049 * progmodes/compile.el (compilation-directory-properties):
10050 Doc fix for help-echo.
10051
10052 2006-09-12 Lars Hansen <larsh@soem.dk>
10053
10054 * desktop.el (desktop-read): Add comment.
10055
10056 2006-09-12 Kim F. Storm <storm@cua.dk>
10057
10058 * simple.el (next-error-highlight, next-error-highlight-no-select):
10059 Fix spelling error.
10060
10061 * subr.el (sit-for): Rework to use input-pending-p and cond.
10062 Return nil input is pending on entry also for SECONDS <= 0.
10063 (while-no-input): Use input-pending-p instead of sit-for.
10064
10065 2006-09-11 Richard Stallman <rms@gnu.org>
10066
10067 * simple.el (next-error-highlight, next-error-highlight-no-select):
10068 Fix custom type and doc strings.
10069
10070 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10071
10072 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
10073 (diff-apply-hunk): Use it to ask for confirmation.
10074
10075 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
10076
10077 * emacs-lisp/cl.el (pushnew): Add missing `,'.
10078
10079 2006-09-11 David Kastrup <dak@gnu.org>
10080
10081 * help.el (string-key-binding, describe-key-briefly)
10082 (describe-key): Remove `string-key-binding' and its callers since
10083 `key-binding' already caters for the proper lookup now.
10084
10085 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10086
10087 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
10088 (cfengine-mode): Use it. Fix \ syntax to be like /.
10089
10090 * bindings.el (mode-line-buffer-identification-keymap):
10091 Move initialization into declaration.
10092
10093 2006-09-10 Kim F. Storm <storm@cua.dk>
10094
10095 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
10096 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
10097 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
10098 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
10099
10100 2006-09-10 Richard Stallman <rms@gnu.org>
10101
10102 * dired-aux.el: Handle errors in recursive copy usefully.
10103 (dired-create-files-failures): New variable.
10104 (dired-copy-file): Remove condition-case.
10105 (dired-copy-file-recursive): Check for errors on all file
10106 operations, and add them to dired-create-files-failures.
10107 Check file file-date-erorr here too.
10108 (dired-create-files): Check dired-create-files-failures
10109 and report those errors too.
10110
10111 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
10112
10113 * subr.el (add-to-list): New argument COMPARE-FN.
10114
10115 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
10116
10117 * filecache.el (file-cache-add-directory)
10118 (file-cache-add-directory-list, file-cache-add-file)
10119 (file-cache-add-directory-using-find)
10120 (file-cache-add-directory-using-locate)
10121 (file-cache-add-directory-recursively): Add autoloads.
10122
10123 2006-09-09 Richard Stallman <rms@gnu.org>
10124
10125 * textmodes/conf-mode.el (conf-space-mode):
10126 Use hack-local-variables-hook instead of calling hack-local-variables.
10127 (conf-space-keywords-override): New variable.
10128 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
10129 (conf-space-mode): Always make conf-space-keywords and
10130 conf-space-keywords-override local.
10131 Call conf-space-mode-internal directly as well as via hook.
10132
10133 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
10134
10135 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
10136 quasi-keywords.
10137
10138 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
10139
10140 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
10141 (python-send-string): Be slightly more careful about adding \n.
10142
10143 * startup.el (normal-splash-screen): Don't display the buffer if we'll
10144 kill it right away anyway.
10145
10146 2006-09-09 Eli Zaretskii <eliz@gnu.org>
10147
10148 * international/codepage.el (cp850-decode-table): Fix a few codes.
10149 (cp858-decode-table): New variable.
10150
10151 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
10152
10153 * net/ldap.el (ldap-search-internal): Doc fix.
10154
10155 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10156
10157 * play/life.el (life-display-generation): Test for input manually if
10158 `sleeptime' is negative or null.
10159
10160 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
10161 (print-region-1): Substitute `%s' with the page title.
10162
10163 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
10164
10165 * locate.el (locate-current-search): New variable.
10166 (locate): Set buffer local value. Use current buffer if it is
10167 in Locate mode.
10168 (locate-mode): Disable undo here.
10169 (locate-do-setup): Use locate-current-filter from buffer to be killed.
10170 (locate-update): Use locate-current-search and locate-current-filter.
10171
10172 2006-09-08 David Kastrup <dak@gnu.org>
10173
10174 * desktop.el (desktop-read): When loading a desktop, disable
10175 saving it while the load progresses, and switch off a pending lazy
10176 load by calling `desktop-lazy-abort'.
10177
10178 2006-08-27 Martin Rudalics <rudalics@gmx.at>
10179
10180 * window.el (mouse-autoselect-window-timer)
10181 (mouse-autoselect-window-position)
10182 (mouse-autoselect-window-window)
10183 (mouse-autoselect-window-now): New vars.
10184 (mouse-autoselect-window-cancel)
10185 (mouse-autoselect-window-select)
10186 (mouse-autoselect-window-start): New functions.
10187 (handle-select-window): Call `mouse-autoselect-window-start' when
10188 delayed window autoselection is enabled.
10189
10190 * cus-start.el (mouse-autoselect-window): Handle delayed window
10191 autoselection.
10192
10193 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
10194 commands after which it is allowed to print in the echo area.
10195
10196 2006-09-08 Richard Stallman <rms@gnu.org>
10197
10198 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
10199
10200 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
10201 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
10202
10203 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
10204 (cancel-timer-internal): Add doc string.
10205 (cancel-function-timers): Doc fix.
10206 (with-timeout-handler, timer-event-last*): Add doc strings.
10207
10208 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
10209
10210 * files.el (risky-local-variable-p): Match ...-bindat-spec.
10211
10212 * dired.el (dired-log-summary): Add doc string.
10213
10214 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
10215 (custom-group-menu-create): Not here.
10216
10217 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
10218
10219 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
10220
10221 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10222
10223 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
10224 (mac-apple-event-map): Define its handler.
10225
10226 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
10227
10228 * net/ldap.el (ldap-search-internal): Handle `auth' key.
10229
10230 2006-09-07 Magnus Henoch <mange@freemail.hu>
10231
10232 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
10233 clause.
10234
10235 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10236
10237 * info.el (Info-index): Bind completion-ignore-case.
10238
10239 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10240
10241 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
10242 previous commit.
10243 (inferior-prolog-guess-flavor): New fun left out of previous commit.
10244 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
10245 burp in dedicated windows.
10246 (inferior-prolog-self-insert-command): New command.
10247 (inferior-prolog-mode-map): Use it.
10248
10249 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
10250
10251 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
10252
10253 * international/code-pages.el: Add cp858.
10254
10255 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10256
10257 * dnd.el: Fix bootstrapping.
10258
10259 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10260
10261 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
10262 (dnd-open-remote-url): New function.
10263 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
10264 not windows-nt.
10265
10266 2006-09-07 Jason Rumney <jasonr@gnu.org>
10267
10268 * dnd.el (dnd-open-remote-file-function): New variable.
10269 (dnd-open-unc-file): New function.
10270 (dnd-open-file): Call dnd-open-remote-file-function if set.
10271
10272 2006-09-06 Daiki Ueno <ueno@unixuser.org>
10273
10274 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
10275 pgg-passphrase-coding-system rather than locale-coding-system.
10276 * pgg-def.el (pgg-passphrase-coding-system): New user option.
10277
10278 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10279
10280 * progmodes/prolog.el: Remove * in docstrings.
10281 (prolog-program-name): Add SWI prolog.
10282 (prolog-mode-menu): New menu.
10283 (prolog-mode): Set comment-add.
10284 (prolog-indent-line): Simplify. Use indent-line-to.
10285 (inferior-prolog-buffer): New var.
10286 (inferior-prolog-run, inferior-prolog-process): New funs.
10287 (run-prolog, switch-to-prolog): Rewrite, using them.
10288 (prolog-consult-region): Use inferior-prolog-buffer.
10289 (inferior-prolog-load-file): New function.
10290 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
10291
10292 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
10293 last word, if it's not the end of the paragraph.
10294
10295 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
10296 file name.
10297
10298 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
10299
10300 * frame.el (display-mm-dimensions-alist): New defcustom.
10301 (display-mm-height, display-mm-width): Use it.
10302
10303 2006-09-06 Simon Josefsson <jas@extundo.com>
10304
10305 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
10306
10307 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
10308
10309 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10310 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
10311 string values.
10312
10313 2006-09-06 Kim F. Storm <storm@cua.dk>
10314
10315 * simple.el (line-move-partial): New function to do vscrolling for
10316 partially visible images / tall lines. Rewrite based on code
10317 previously in line-move. Simplify backwards vscrolling.
10318 (line-move): Use it. Simplify.
10319
10320 2006-09-05 Kim F. Storm <storm@cua.dk>
10321
10322 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
10323
10324 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
10325
10326 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10327 Process the `gcc-include' after the `gnu' rule.
10328
10329 2006-09-05 Kim F. Storm <storm@cua.dk>
10330
10331 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
10332
10333 2006-09-05 Daiki Ueno <ueno@unixuser.org>
10334
10335 * pgg.el (pgg-clear-string): Alias to clear-string for backward
10336 compatibility.
10337
10338 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
10339 inhibit-redisplay; encode passphrase with locale-coding-system.
10340
10341 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10342
10343 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
10344
10345 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
10346
10347 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10348 (gdb-var-list-children-regexp): Make type field optional.
10349
10350 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
10351 e.g public, protected in C++.
10352
10353 2006-09-04 John Paul Wallington <jpw@pobox.com>
10354
10355 * simple.el (completion-show-help): New defcustom.
10356 (completion-setup-function): Heed it.
10357
10358 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10359
10360 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
10361
10362 2006-09-04 Richard Stallman <rms@gnu.org>
10363
10364 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
10365 (rsf-min-region-to-spam-list): Doc fix.
10366 (rsf-add-content-type-field): Doc fix.
10367
10368 * simple.el (kill-region): Explicitly test there is a region.
10369
10370 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
10371
10372 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
10373 sendmail in several common directories.
10374
10375 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
10376
10377 * paths.el (sendmail-program): Removed.
10378
10379 2006-09-04 Daiki Ueno <ueno@unixuser.org>
10380
10381 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
10382 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
10383 http://article.gmane.org/gmane.emacs.gnus.general/50457
10384
10385 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
10386
10387 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
10388 mark after running the menu filter.
10389
10390 2006-09-03 Juri Linkov <juri@jurta.org>
10391
10392 * international/quail.el (quail-defrule-internal): Add a check
10393 if a key is a vector.
10394
10395 2006-09-02 Juri Linkov <juri@jurta.org>
10396
10397 * man.el (Man-topic-history): New variable.
10398 (man): Use it.
10399
10400 * woman.el (woman-topic-history): Change defvar to defvaralias
10401 for symbol `Man-topic-history'.
10402
10403 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
10404 `comint-last-output-start' is a marker by using `markerp' and
10405 check if it has a position by using `marker-position', and use
10406 this position for `goto-char'.
10407
10408 * international/quail.el (quail-defrule-internal): Add missing
10409 `error' call for null key.
10410
10411 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
10412
10413 * net/rcirc.el (rcirc-keywords): New variable.
10414 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
10415 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
10416 variables.
10417 (rcirc-responses-no-activity): New function.
10418 (rcirc-handler-generic): Check for responses in above.
10419 (rcirc-process-command): Add ?: character to arguments of raw
10420 server commands.
10421 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
10422 `rcirc-dim-nicks'.
10423 (rcirc-gray-toggle): Remove unused variable.
10424 (rcirc-print): Remove some tracking logic, which is moved into
10425 markup functions.
10426 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
10427 types.
10428 (rcirc-activity-string): Look for 'keyword in activity-types.
10429 (rcirc-window-configuration-change): Don't erase overlay-arrow
10430 unnecessarily.
10431 (rcirc-add-or-remove): New function.
10432 (rcirc-cmd-ignore): Use it.
10433 (rcirc-message-leader): Remove unused function.
10434 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
10435 (rcirc-add-face): New function.
10436 (rcirc-facify): Use rcirc-add-face.
10437 (rcirc-url-regexp): Add parens.
10438 (rcirc-map-regexp): Remove function.
10439 (rcirc-mangle-regexp): Remove function.
10440 (rcirc-markup-text-functions): New variable.
10441 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
10442 (rcirc-markup-body-text, rcirc-markup-attributes)
10443 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
10444 (rcirc-markup-bright-nicks): New markup handler functions.
10445 (rcirc-nick-in-message-full-line): New face.
10446 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
10447 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
10448
10449 2006-09-02 Martin Rudalics <rudalics@gmx.at>
10450
10451 * cus-start.el (hscroll-margin, hscroll-step)
10452 (mode-line-in-non-selected-windows, mouse-autoselect-window)
10453 (x-use-underline-position-properties): Change version to "22.1"
10454 since they will appear there for the first time.
10455
10456 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
10457
10458 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
10459
10460 2006-08-31 Richard Stallman <rms@gnu.org>
10461
10462 * cus-edit.el (custom-save-variables): Slight cleanup.
10463 (Custom-no-edit): Renamed from custom-no-edit.
10464 (Custom-newline): Renamed from custom-newline.
10465 (custom-mode-map): Use new names.
10466
10467 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
10468 about customization, rather than M-x customize, in the doc string
10469 made for the defcustom.
10470
10471 * emacs-lisp/trace.el (trace-function-background): Doc fix.
10472
10473 2006-08-31 Romain Francoise <romain@orebokech.com>
10474
10475 * dired-x.el (dired-guess-shell-alist-default): Update.
10476
10477 2006-08-31 Michael Mauger <mmaug@yahoo.com>
10478
10479 * custom.el (custom-theme-set-variables): Autoload packages before
10480 sorting the variables.
10481
10482 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
10483
10484 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
10485 Convert events to chars if XEmacs.
10486 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
10487
10488 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10489
10490 * progmodes/python.el (python-eldoc-function): Re-enable quit while
10491 waiting for process.
10492
10493 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10494
10495 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
10496 results in ASCII-only string, encode original one directly.
10497
10498 2006-08-29 Romain Francoise <romain@orebokech.com>
10499
10500 * startup.el (normal-splash-screen, fancy-splash-screens):
10501 Make buffer read-only and arrange to enter view mode if necessary.
10502
10503 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
10504
10505 * hl-line.el (hl-line): New face.
10506 (hl-line-face): Use it.
10507
10508 * image-mode.el (image-mode): Fix last fix.
10509 Suggested by Kim F. Storm.
10510
10511 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
10512
10513 Sync with Tramp 2.0.54.
10514
10515 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
10516 of `=', because `tramp-get-remote-gid' might not always return an
10517 integer when expected.
10518 (tramp-register-file-name-handlers): `partial-completion-mode' is
10519 unknown to XEmacs.
10520 (tramp-time-diff): Don't use `floor', it might fail for large
10521 differences.
10522 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
10523 `tramp-auto-save-directory' if unset in order to guarantee unique
10524 auto-save file names.
10525
10526 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10527
10528 * image-mode.el (image-mode): Display image as text on a terminal.
10529
10530 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10531
10532 * progmodes/python.el (python-send-command): Simplify.
10533 (run-python): Don't generate a new buffer unless `new' was specified.
10534 Make sure we send `import emacs' to the proper process.
10535
10536 * progmodes/python.el (python-send-command): Don't wait for the command
10537 to terminate. Don't fiddle with compilation-parsing-end.
10538
10539 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10540
10541 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
10542 Insert commentary after first line summary.
10543
10544 * woman.el (woman-follow): New function, based on `man-follow'.
10545 (woman-mode-map): Use it.
10546
10547 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
10548 since ibuffer-do-sort-by-recency does not define a sorter.
10549
10550 2006-08-28 Kim F. Storm <storm@cua.dk>
10551
10552 * find-dired.el (find-dired): Use shell-quote-argument to properly
10553 escape ( and ) args. Also use it on {} and ; args in default
10554 value of find-ls-option string.
10555 (find-grep-dired): Use shell-quote-argument on {} and ; args.
10556
10557 2006-08-27 Michael Olson <mwolson@gnu.org>
10558
10559 * emacs-lisp/tq.el: Small grammar fix in comments.
10560 (tq-enqueue): Check for existence of queue rather than the
10561 head queue item's question, which was a no-op.
10562 (tq-filter, tq-process-buffer): Make sure the process buffer
10563 exists before making it the current buffer.
10564
10565 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10566
10567 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
10568 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
10569 (special-event-map): Apply 2006-08-16 change for x-win.el.
10570
10571 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10572
10573 * progmodes/python.el (python-send-receive): Wait in the
10574 process's buffer so as to check the right buffer-local variables.
10575
10576 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
10577
10578 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
10579 (defgroup checkdoc): Move to beginning.
10580
10581 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
10582 (python-preoutput-continuation): Remove.
10583 (python-preoutput-filter): Simplify correspondingly.
10584 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
10585 Loop around to catch embedded _emacs_out output.
10586 (run-python): Send the import&print command on a single line.
10587 (python-send-command): Send command&print on a single line.
10588 (python-send-string): Only add double \n if needed.
10589 (python-send-receive): Loop until the result comes.
10590 (python-mode-running): Defvar it.
10591 (python-setup-brm): Remove unused var `menu'.
10592 Only bind py-mode-map and `features' around brm-init.
10593 (python-calculate-indentation): Remove unused var `point'.
10594 (python-beginning-of-defun): Remove unused var `def-line'.
10595
10596 2006-08-25 Richard Stallman <rms@gnu.org>
10597
10598 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
10599
10600 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
10601
10602 * emulation/viper.el (viper-set-hooks): Use frame bindings for
10603 viper-vi-state-cursor-color.
10604 (viper-non-hook-settings): Don't set default
10605 mode-line-buffer-identification.
10606
10607 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
10608 New fun.
10609 (viper-set-cursor-color-according-to-state)
10610 (viper-get-saved-cursor-color-in-replace-mode)
10611 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
10612 viper-emacs-state-cursor-color.
10613
10614 * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
10615 (viper-undo): Use point if undo-beg-posn is nil.
10616 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
10617 (viper-after-change-undo-hook): Don't use
10618 viper-emacs-state-cursor-color by default.
10619 (viper-undo): More sensible positioning after undo.
10620
10621 * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
10622 (viper-emacs-state-cursor-color): Default to nil, since this feature
10623 doesn't work well yet.
10624
10625 * ediff-mult.el (ediff-intersect-directories)
10626 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
10627 always expand filenames.
10628
10629 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10630
10631 * tumme.el: Remove * in defcustoms's docstrings.
10632
10633 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
10634
10635 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
10636 Accept internal time format for SECS arg.
10637 (timer-relative-time): Doc fix.
10638
10639 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
10640 adapted from Martin Rudalics.
10641 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
10642 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
10643 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
10644 using sit-for.
10645
10646 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
10647
10648 * cus-start.el (all): Add `overline-margin' and
10649 `x-underline-at-descent-line'.
10650
10651 2006-08-24 Kim F. Storm <storm@cua.dk>
10652
10653 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
10654 to mean "use find -exec"; nil now unambiguously means auto-detect.
10655 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
10656 Use shell-quote-argument to build grep-find-command and
10657 grep-find-template.
10658 (rgrep): Use shell-quote-argument to properly quote arguments to find.
10659 Reported by Tom Seddon.
10660
10661 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
10662
10663 * startup.el (fancy-splash-head): Give instructions for dismissing
10664 the splash screen for default startup too.
10665 (display-startup-echo-area-message, fancy-splash-screens)
10666 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
10667 all splash text at once and keep the splash buffer around.
10668 (command-line-1): Give display-startup-echo-area-message a t arg.
10669
10670 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
10671
10672 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
10673 gnus frame is selected.
10674
10675 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
10676
10677 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
10678
10679 2006-08-22 Kim F. Storm <storm@cua.dk>
10680
10681 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
10682 Add suffix matching for subdirs.
10683
10684 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
10685
10686 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
10687 mouse-yank-at-point is non-nil.
10688
10689 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
10690
10691 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
10692 a bit wider and remove fringes to fit initial output on line.
10693
10694 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10695
10696 * frame.el (blink-cursor-end): Only ignore the error we care about.
10697 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
10698
10699 2006-08-21 Richard Stallman <rms@gnu.org>
10700
10701 * whitespace.el (whitespace-cleanup): Doc fix.
10702
10703 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
10704
10705 * net/rcirc.el (rcirc-show-maximum-output): New var.
10706 (rcirc-buffer-process): If no buffer argument is supplied, use
10707 current-buffer.
10708 (rcirc-complete-nick): Complete to the last completed nick first.
10709 (rcirc-mode): Preserve the value of `rcirc-urls' across
10710 connections. Setup scroll function.
10711 (rcirc-scroll-to-bottom): New function.
10712 (rcirc-print): Use nick syntax around regexp work.
10713 Notice dim-nicks speaking only if they say our nick.
10714 (rcirc-update-activity-string): Do not show the modeline indicator
10715 if there are no live rcirc processes.
10716 (rcirc-cmd-ignore): Ignore case.
10717 (rcirc-browse-url-at-point): Fix off-by-one error.
10718
10719 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
10720
10721 * progmodes/python.el: Remove * in defcustom docstrings.
10722 (run-python, python-proc, python-try-complete): Use derived-mode-p.
10723 (python-mode): Set tab-width and indent-tabs-mode.
10724
10725 2006-08-20 Dave Love <fx@gnu.org>
10726
10727 * progmodes/python.el: Update to Dave Love's latest version.
10728 (python-font-lock-keywords, python-mode): Don't use
10729 font-lock-syntax-table, but match symbol elements explicitly instead.
10730 (python-mode-map): Add help, and a few more key bindings.
10731 (python-skip-comments/blanks): Move out of comments as well.
10732 (python-continuation-line-p): Behave better with unbalanced parens.
10733 (python-blank-line-p): New fun.
10734 (python-open-block-statement-p): Don't use a heuristic.
10735 (python-outdent-p): Better handle blocks-in-the-same-line.
10736 (python-calculate-indentation): Misc improvements.
10737 (python-comment-indent): Remove.
10738 (python-block-pairs): New var.
10739 (python-first-word): New fun.
10740 (python-indentation-levels): Handle more common cases.
10741 (python-indent-line-1): Add `leave' argument.
10742 (python-indent-region): New fun.
10743 (python-skip-out): New fun.
10744 (python-beginning-of-statement, python-end-of-statement): Use it.
10745 (python-next-statement): Return correct count even at eob.
10746 (python-end-of-block): Fix paren-typo.
10747 (python-imenu-create-index): Add module variables.
10748 (run-python): Add `new' arg.
10749 Check we're at a prompt before returning.
10750 (python-send-command): Move to end of buffer.
10751 Wait for prompt to return.
10752 (python-set-proc): New fun.
10753 (python-imports): New var.
10754 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
10755 (python-eldoc-function): Try to move out of arg list.
10756 (python-outline-level): Offset by 1.
10757 (python-find-imports): New fun.
10758 (python-symbol-completions): Use python-imports.
10759 (python-module-path, ffap-alist): Add support for ffap.
10760 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
10761 (python-insert-*, python-default-template, python-expand-template):
10762 Add templates/skeletons.
10763 (python-setup-brm): Support for Bicycle Repair Man.
10764 (python-abbrev-syntax-table): New var.
10765 (python-abbrev-pc-hook, python-pea-hook): New funs.
10766
10767 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
10768
10769 * frame.el (blink-cursor-start): Set timer first.
10770 (blink-cursor-end): Ignore timer cancelling errors.
10771 Suggested by Ken Manheimer.
10772
10773 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
10774
10775 * newcomment.el (comment-box): Call `comment-normalize-vars'.
10776 Add autoload cookie.
10777
10778 2006-08-20 Richard Stallman <rms@gnu.org>
10779
10780 * simple.el (line-number-at-pos): Doc fix.
10781
10782 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
10783 timer-activate-when-idle, so timer can run before Emacs becomes
10784 non-idle again.
10785
10786 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
10787
10788 * whitespace.el (whitespace-cleanup-internal): New optional arg
10789 REGION-ONLY. If it's non-nil, modify the message to the user
10790 accordingly.
10791 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
10792 a non-nil argument.
10793
10794 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
10795
10796 * rect.el (spaces-string): Simplify and add doc string.
10797
10798 2006-08-17 Romain Francoise <romain@orebokech.com>
10799
10800 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
10801
10802 2006-08-17 Richard Stallman <rms@gnu.org>
10803
10804 * compare-w.el (compare-windows): lambda's take an arg and pass
10805 it to compare-windows-skip-whitespace.
10806
10807 2006-08-17 Martin Rudalics <rudalics@gmx.at>
10808
10809 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
10810 the right buffer.
10811
10812 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
10813
10814 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
10815 removed files.
10816
10817 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
10818
10819 * progmodes/gdb-ui.el (gdb-locals-watch-map)
10820 (gdb-locals-watch-map-1): Suppress keymap first.
10821 (gdb-edit-locals-map-1): New variable.
10822 (gdb-edit-locals-value): New function.
10823 (gdb-stack-list-locals-handler): Use them.
10824
10825 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10826
10827 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
10828 cursor would normally be drawn in the fringe.
10829
10830 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
10831 Reported by Martin Rudalics <rudalics@gmx.at>.
10832
10833 2006-08-16 Richard Stallman <rms@gnu.org>
10834
10835 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
10836 (special-event-map): Process drag-n-drop events this way.
10837
10838 * simple.el (move-beginning-of-line): Test whether fields
10839 would prevent motion back to line's first visible character.
10840 If so, stop where the fields would stop the motion.
10841
10842 * newcomment.el (comment-indent): Fully update INDENT
10843 before checking to see if it will change the text.
10844
10845 * cus-edit.el (custom-newline): New function.
10846 (custom-mode-map): Bind newline to custom-newline.
10847
10848 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
10849 into ignore-whitespace.
10850 Check each buffer for its skip-function.
10851 Handle compare-windows-skip-whitespace special-case test
10852 by returning t from default skip function.
10853
10854 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
10855
10856 * textmodes/org.el (org-clock-special-range)
10857 (org-clock-update-time-maybe): New functions.
10858 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
10859 not only a-z.
10860 (org-agenda-get-blocks): Allow multiple blocks per headline.
10861 (org-timestamp-change): Call `org-clock-update-time-maybe'.
10862 (org-export-html-title-format)
10863 (org-export-html-toplevel-hlevel): New options.
10864 (org-export-language-setup): Add support for Czech.
10865 (org-mode, org-insert-todo-heading, org-find-visible)
10866 (org-find-invisible, org-invisible-p, org-invisible-p2)
10867 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
10868 (org-show-subtree, org-show-entry, org-make-options-regexp):
10869 Remove compatibility support for old outline-mode.
10870 (org-check-occur-regexp): Funtion removed.
10871 (org-on-heading-p, org-back-to-heading): Made defalias.
10872 (org-set-local): New defsubst.
10873 (org-set-regexps-and-options, org-mode)
10874 (org-set-font-lock-defaults, org-edit-agenda-file-list)
10875 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
10876 (org-remember-apply-template, org-table-edit-field)
10877 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
10878 (org-set-autofill-regexps): Use `org-set-local'.
10879 (org-table-eval-formula): Fix bug with parsing of display flags.
10880
10881 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
10882
10883 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
10884 frame with fringe arrow. Suggested by Simon Marshall
10885 <simon.marshall@misys.com>.
10886 (gdb-stack-position): New variable.
10887 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
10888 (gdb-frames-mode): Set gdb-stack-position to nil.
10889 Add to overlay-arrow-variable-list
10890 (gdb-reset): Delete gdb-stack-position from above list.
10891
10892 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10893
10894 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
10895 read only.
10896
10897 2006-08-13 Romain Francoise <romain@orebokech.com>
10898
10899 * cus-theme.el (customize-create-theme)
10900 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
10901
10902 * filesets.el (filesets-add-buffer): Ditto.
10903
10904 * pcvs.el (cvs-change-cvsroot): Ditto.
10905
10906 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
10907
10908 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
10909 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
10910 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
10911 expressions.
10912 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
10913 Only search till end of line.
10914 Add face to function names in case of no filename.
10915 Add face to variable names of watchpoints.
10916
10917 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
10918
10919 * cus-start.el <indent-tabs-mode>: Move to the `indent'
10920 customization group.
10921
10922 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
10923
10924 * allout.el (allout-prior-bindings, allout-added-bindings):
10925 Remove, after long deprecation.
10926 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
10927 Add customization vars controlling allout-beginning-of-line and
10928 allout-end-of-line conveniences.
10929 (allout-header-prefix, allout-use-mode-specific-leader)
10930 (allout-use-mode-specific-leader, allout-mode-leaders):
10931 Revise docstrings.
10932 (allout-infer-header-lead): Change to be an alias for
10933 allout-infer-header-lead-and-primary-bullet.
10934 (allout-infer-header-lead-and-primary-bullet): New version of
10935 allout-infer-header-lead which assigns the primary bullet to the
10936 same as the header lead, when its being changed.
10937 (allout-infer-body-reindent): Apply regexp-quote instead of
10938 unconditionally prepending "\\", so that all literal
10939 allout-header-prefix and allout-primary-bullet strings are
10940 properly handled.
10941 (allout-add-resumptions): Add optional qualifier for extending or
10942 appending to existing values, rather than replacing them.
10943 (allout-view-change-hook): Clarify docstring.
10944 (allout-exposure-change-hook): Take explicit arguments, via
10945 run-hook-with-args.
10946 (allout-structure-added-hook)
10947 (allout-structure-deleted-hook)
10948 (allout-structure-shifted-hook): New hooks analogous to
10949 allout-exposure-change-hook for other kinds of structural outline
10950 edits.
10951 (allout-encryption-plaintext-sanitization-regexps): New encryption
10952 customization variable, by which cooperating modes can provde
10953 massage of the plaintext without actually being passed it.
10954 (allout-encryption-ciphertext-rejection-regexps)
10955 (allout-encryption-ciphertext-rejection-ceiling): New encryption
10956 customization variables, by which cooperating modes can prohibit
10957 rare but possible ciphertext patterns from fouling their
10958 operation, with actually being passed the ciphertext.
10959 (allout-mode): Run activation and deactivation hooks after the
10960 minor-mode variable has been toggled, to clarify the mode
10961 disposition. The new encryption ciphertext rejection variable is
10962 used to ensure that the ciphertext does not contain text that
10963 would be recognized as outline structural elements by allout.
10964 Substite allout-beginning-of-line and allout-end-of-line for
10965 conventionall beginning-of-line and end-of-line bindings.
10966 If allout-old-style-prefixes is non-nil, don't nullify it on mode
10967 activation!
10968 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
10969 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
10970 (allout-chart-subtree): Implement new mode, charting only the
10971 visible items in the subtree, when new 'visible' parameter is non-nil.
10972 (allout-end-of-subtree): Properly handle the last item in the buffer.
10973 (allout-pre-command-business, allout-command-counter):
10974 Increment an advertised counter so that cooperating enhancements can
10975 track revisions of items.
10976 (allout-open-topic): Run allout-structure-added-hook with suitable
10977 arguments.
10978 (allout-shift-in): Run allout-structure-shifted-hook with suitable
10979 arguments.
10980 (allout-shift-out): Fix doubling for negative args and ensure call
10981 of allout-structure-shifted-hook by solely using allout-shift-in.
10982 (allout-kill-line, allout-kill-topic):
10983 Run allout-structure-deleted-hook with suitable arguments.
10984 (allout-yank-processing): Run allout-structure-added-hook with
10985 proper arguments.
10986 (allout-yank): Enclose activity in allout-unprotected.
10987 (allout-flag-region): Run allout-exposure-change-hook with
10988 suitable arguments, instead of making the callee infer the arguments.
10989 (allout-encrypt-string):
10990 Support allout-encryption-plaintext-sanitization-regexps,
10991 allout-encryption-ciphertext-rejection-regexps, and
10992 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
10993 en/de cryption mode in symmetric encryption failure message.
10994 (allout-obtain-passphrase): Use copy-sequence to get a distinct
10995 copy of the passphrase, and don't zero it or we'll corrupt the
10996 stashed copy.
10997 (allout-create-encryption-passphrase-verifier)
10998 (allout-verify-passphrase): Respect the new signature for
10999 allout-encrypt-string.
11000 (allout-get-configvar-values): Convenience for getting a
11001 configuration variable value and handling its absence gracefully.
11002
11003 2006-08-11 Romain Francoise <romain@orebokech.com>
11004
11005 * obsolete/zone-mode.el: Delete.
11006
11007 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
11008
11009 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
11010
11011 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
11012
11013 * emacs-lisp/bindat.el (bindat-ip-to-string):
11014 Use `format-network-address' if possible.
11015
11016 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11017
11018 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
11019
11020 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
11021
11022 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
11023 restore unread-command-events here.
11024 (edebug-display): Do it here, to detect sit-for interruptions.
11025
11026 2006-08-10 Romain Francoise <romain@orebokech.com>
11027
11028 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
11029 (dns-mode-soa-auto-increment-serial): New user option.
11030 (dns-mode-soa-maybe-increment-serial): New function.
11031 (dns-mode): Add the latter to `write-contents-functions'.
11032
11033 * obsolete/zone-mode.el: Move to obsolete/ from net/.
11034 Delete autoload cookies.
11035
11036 2006-08-10 John Wiegley <johnw@newartisans.com>
11037
11038 * eshell/em-glob.el (eshell-glob-chars-list)
11039 (eshell-glob-translate-alist): Add support for [^g] in character globs.
11040
11041 2006-08-10 Richard Stallman <rms@gnu.org>
11042
11043 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
11044 (facemenu-set-face): Doc fix.
11045 (facemenu-listed-faces): Doc fix.
11046
11047 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
11048
11049 * avoid.el (mouse-avoidance-animating-pointer): New var.
11050 (mouse-avoidance-nudge-mouse): Use it.
11051 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
11052 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
11053 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
11054 Don't activate if currently animating. All callers changed.
11055
11056 2006-08-09 John Wiegley <johnw@newartisans.com>
11057
11058 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
11059 variable, which causes timeclock to report elapsed time worked,
11060 instead of just work remaining.
11061
11062 2006-08-09 Kenichi Handa <handa@m17n.org>
11063
11064 * international/latexenc.el (latexenc-find-file-coding-system):
11065 Fix for the case that the 2nd element of arg-list is a cons.
11066
11067 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
11068
11069 * info.el (Info-fontify-node): Handle preceding `in' for note
11070 reference hiding rules.
11071
11072 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
11073
11074 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
11075 mistake a closing " for an opening one.
11076
11077 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
11078
11079 * term/xterm.el (terminal-init-xterm): Add more key bindings.
11080
11081 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
11082
11083 * complete.el (PC-do-completion): Filter out completions matching
11084 completion-ignored-extensions before checking whether there are
11085 multiple completions.
11086 Don't use `list' unnecessarily when building completion tables.
11087
11088 2006-08-06 Richard Stallman <rms@gnu.org>
11089
11090 * help.el (describe-mode): Make minor mode list more concise.
11091
11092 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
11093
11094 * bindings.el: Give mode-line-format, mode-line-modes, and
11095 mode-line-position `standard-value' properties.
11096
11097 2006-08-05 Eli Zaretskii <eliz@gnu.org>
11098
11099 * buff-menu.el (list-buffers-noselect): For Info buffers, use
11100 "(file)node" instead of the file name.
11101
11102 2006-08-05 Richard Stallman <rms@gnu.org>
11103
11104 * faces.el (escape-glyph): Doc fix.
11105
11106 2006-08-04 Kenichi Handa <handa@m17n.org>
11107
11108 * international/mule-diag.el (describe-font): Improve docstring
11109 and error message. Use frame-parameter (not frame-parameters).
11110
11111 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11112
11113 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
11114 Correctly mark the end-of-docstring char.
11115
11116 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
11117
11118 * simple.el (line-move-to-column): Constrain move-to-column to
11119 current field.
11120
11121 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11122
11123 * font-lock.el (font-lock-beg, font-lock-end)
11124 (font-lock-extend-region-functions): New vars.
11125 (font-lock-extend-region-multiline)
11126 (font-lock-extend-region-wholelines): New functions.
11127 (font-lock-default-fontify-region): Use them.
11128 (font-lock-extend-jit-lock-region-after-change): Only round up
11129 if font-lock-default-fontify-region will do it as well.
11130
11131 * font-lock.el (font-lock-extend-after-change-region-function):
11132 Rename from font-lock-extend-region-function.
11133 (font-lock-extend-region): Remove by inlining at call sites.
11134 (font-lock-after-change-function): Don't needlessly round up to a whole
11135 number of lines.
11136 (font-lock-extend-jit-lock-region-after-change): Be more careful about
11137 the boundary conditions and the interactions between the various ways
11138 to extend the region.
11139
11140 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
11141
11142 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
11143 modification status when forcing the second redisplay.
11144
11145 2006-08-03 Kim F. Storm <storm@cua.dk>
11146
11147 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
11148
11149 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
11150
11151 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
11152 doesn't look like a file name.
11153
11154 * complete.el (PC-expand-many-files): Avoid signalling an error when
11155 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
11156
11157 2006-08-02 Andreas Schwab <schwab@suse.de>
11158
11159 * bindings.el (mode-line-format): Simplify reference to vc-mode.
11160
11161 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
11162
11163 * bindings.el (map): Make mode-line-buffer-identification-keymap
11164 before defining propertized-buffer-identification.
11165
11166 2006-08-01 Richard Stallman <rms@gnu.org>
11167
11168 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
11169
11170 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
11171
11172 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
11173 default value.
11174 (gdb-find-source-frame): New function.
11175 (menu): Add to menu bar.
11176
11177 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
11178
11179 * font-core.el (font-lock-extend-region-function)
11180 (font-lock-extend-region): Move to font-lock.el.
11181
11182 * font-lock.el (font-lock-extend-region-function)
11183 (font-lock-extend-region): Move from font-core.el. Simplify.
11184
11185 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
11186 if needed.
11187 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
11188 (jit-lock-after-change-extend-region-functions): New hook.
11189 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
11190
11191 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
11192 (font-lock-turn-on-thing-lock): Use it.
11193
11194 * longlines.el (longlines-show-region): Make it work on read-only
11195 buffers as well.
11196
11197 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
11198
11199 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
11200
11201 2006-07-31 Richard Stallman <rms@gnu.org>
11202
11203 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
11204 (vhdl-speedbar-display-projects): Update old obsolete
11205 speedbar variable names.
11206
11207 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
11208
11209 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
11210 (gdb-stopped): Use it.
11211
11212 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
11213
11214 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
11215
11216 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
11217 for load-history elements.
11218
11219 2006-07-29 Eli Zaretskii <eliz@gnu.org>
11220
11221 * files.el (convert-standard-filename): For Cygwin, replace
11222 characters not allowed in Windows file names.
11223 (make-auto-save-file-name): Add Cygwin to the list of systems
11224 where the auto-save file name needs to be run through
11225 convert-standard-filename.
11226
11227 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
11228
11229 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
11230
11231 2006-07-28 Richard Stallman <rms@gnu.org>
11232
11233 * bindings.el (mode-line-frame-identification)
11234 (propertized-buffer-identification): Centralize the code
11235 to initialize the variable.
11236
11237 * progmodes/grep.el (grep-default-command): Catch errors from
11238 wildcard-to-regexp.
11239
11240 2006-07-29 Kim F. Storm <storm@cua.dk>
11241
11242 * progmodes/grep.el (grep-tag-default): New function.
11243 (grep-default-command, grep-read-regexp): Use it.
11244 (grep-read-files): Use car of grep-files-history or grep-files-aliases
11245 as default if nothing else applies.
11246
11247 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
11248
11249 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
11250 Throw error if buffer is not in Dired and Wdired mode, respectively.
11251
11252 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
11253
11254 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
11255 self-insert-command keys don't activate buttons.
11256 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
11257
11258 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
11259
11260 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
11261 faces for enable character.
11262
11263 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
11264
11265 * Makefile.in (recompile): Update comment to reflect change
11266 on 2004-04-21.
11267
11268 2006-07-27 Richard Stallman <rms@gnu.org>
11269
11270 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
11271 (customize-package-emacs-version): Change msg when pkg has no entry.
11272 (custom-no-edit): On a button, do like widget-button-press.
11273
11274 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11275
11276 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
11277 S-tab and C-S-tab.
11278
11279 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
11280
11281 * progmodes/which-func.el (which-function): Fix documentation/
11282 comment typo.
11283
11284 2006-07-26 Richard Stallman <rms@gnu.org>
11285
11286 * textmodes/ispell.el (ispell-word): If we replace the word,
11287 move point to the end. Insert before deleting.
11288
11289 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
11290
11291 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
11292 a timer.
11293
11294 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
11295
11296 * tumme.el (tumme-backward-image): Add prefix argument. Add error
11297 when at first image.
11298 (tumme-forward-image): Add prefix argument. Add error when at last
11299 image.
11300
11301 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
11302
11303 * tabify.el (tabify-regexp): Use more specific regexps.
11304 (tabify): Avoid modifying the buffer unnecessarily.
11305
11306 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
11307
11308 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
11309 (tumme-format-properties-string): Handle empty `buf'.
11310 (tumme-get-comment): Change variable names inside `let'.
11311 Add missing `let' variable that cause font-lock problems.
11312 (tumme-write-comments): Change variable names inside `let'.
11313 Add missing `let' variable that cause font-lock problems.
11314 (tumme-forward-image): Rename from `tumme-forward-char'.
11315 (tumme-backward-image): Rename from `tumme-backward-char'.
11316
11317 2006-07-25 Masatake YAMATO <jet@gyve.org>
11318
11319 * progmodes/ld-script.el (ld-script-keywords)
11320 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
11321 and add comments.
11322
11323 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
11324
11325 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11326 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
11327 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
11328 for status indicator.
11329
11330 2006-07-24 Richard Stallman <rms@gnu.org>
11331
11332 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
11333
11334 * subr.el (dolist, dotimes): Use interned symbols for locals.
11335 (--dotimes-limit--, --dolist-tail--): New defvars.
11336 (looking-back): Doc fix.
11337
11338 * replace.el (replace-match-string-symbols): Handle dotted lists.
11339
11340 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
11341
11342 * tumme.el (tumme-write-tags): Add.
11343 (tumme-write-comments): Add.
11344 (tumme-tag-files): Change to use `tumme-write-tags'.
11345 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
11346 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
11347 (tumme-save-information-from-widgets): Change to use
11348 `tumme-write-comments' and `tumme-write-tags'.
11349 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
11350 (tumme-write-tag): Remove.
11351 (tumme-write-comment): Remove.
11352 (tumme-display-previous-thumbnail-original): Remove empty line.
11353 (tumme-widget-list): Add punctuation.
11354
11355 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
11356
11357 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
11358
11359 2006-07-24 Daiki Ueno <ueno@unixuser.org>
11360
11361 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11362 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
11363 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
11364
11365 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
11366
11367 * mouse.el (mouse-on-link-p): Doc fix.
11368
11369 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
11370
11371 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11372 Handle "C-h f `".
11373
11374 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11375
11376 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
11377 column.
11378
11379 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
11380
11381 * textmodes/table.el: Add move-beginning-of-line and
11382 move-end-of-line to Point Motion Only Group.
11383
11384 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
11385
11386 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
11387
11388 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11389
11390 * startup.el (user-mail-address): Initialize from the `EMAIL'
11391 environment variable first. Document this.
11392 (command-line): Ditto.
11393
11394 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
11395
11396 * help-mode.el (help-function-def, help-variable-def)
11397 (help-face-def): Print a message in the minibuffer.
11398
11399 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
11400
11401 * term/xterm.el (terminal-init-xterm): Fix key bindings
11402 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
11403
11404 2006-07-21 Eli Zaretskii <eliz@gnu.org>
11405
11406 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
11407 where `(nth 1 command)' is a cons cell. Doc fix.
11408
11409 * textmodes/po.el (po-find-charset): Doc fix.
11410
11411 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
11412
11413 * allout.el (allout-unprotected, allout-e-o-prefix-p)
11414 (allout-beginning-of-current-line, allout-end-of-current-line)
11415 (allout-next-visible-heading, allout-open-topic)
11416 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
11417 (allout-flag-current-subtree, allout-show-to-offshoot)
11418 (allout-hide-current-entry, allout-show-current-branches)
11419 (allout-hide-region-body, allout-old-expose-topic)
11420 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
11421 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
11422 containing `beginning-of-line' and `end-of-line' with
11423 `inhibit-field-text-motion' t.
11424
11425 2006-07-21 Eli Zaretskii <eliz@gnu.org>
11426
11427 * frame.el (focus-follows-mouse): Document that it doesn't have
11428 any effect on MS-Windows.
11429
11430 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
11431
11432 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
11433
11434 2006-07-20 Jay Belanger <belanger@truman.edu>
11435
11436 * calc/calc.el (calc-previous-alg-entry): Remove variable.
11437
11438 * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
11439 New variables.
11440 (calc-alg-entry): Use `calc-alg-entry-history'.
11441 (calc-do-quick-calc): Use `calc-quick-calc-history'.
11442 Remove reference to `calc-previous-alg-entry'.
11443 (calcAlg-edit, calcAlg-enter): Remove reference to
11444 `calc-previous-alg-entry'.
11445 (calcAlg-previous): Use `previous-history-element' instead of
11446 `calc-previous-alg-entry'.
11447 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
11448 Change keybinding for `calcAlg-plus-minus', add keybindings for
11449 `previous-history-element' and `next-history-element'.
11450
11451 * calc/calc-rewr.el (calc-match): Remove reference to
11452 `calc-previous-alg-entry'.
11453
11454 * calc/calc-sel.el (calc-selection-history): New variable.
11455 (calc-enter-selection, calc-sel-mult-both-sides)
11456 (calc-sel-add-both-sides): Use `calc-selection-history'.
11457
11458 * calc/calc-map.el (calc-get-operator-history): New variable.
11459 (calc-get-operator): Use `calc-get-operator-history'.
11460
11461 * calc/calcalg3.el (calc-curve-fit-history): New variable.
11462 (calc-curve-fit): Use `calc-curve-fit-history'.
11463
11464 2006-07-20 Kenichi Handa <handa@m17n.org>
11465
11466 * international/mule-cmds.el (select-safe-coding-system): Fix the
11467 way of deciding eol-type of the coding system.
11468
11469 2006-07-20 Alan Mackenzie <acm@muc.de>
11470
11471 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
11472 (c-lang-setvar): New macro.
11473 (c-make-init-lang-vars-fun): Use the initialization forms in
11474 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
11475 (comment-start, comment-end, comment-start-skip): Change these from
11476 c-lang-defvar's to c-lang-setvar's.
11477
11478 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
11479 which calls make-local-variable on the elements of
11480 c-emacs-variable-inits.
11481 (c-init-language-vars-for): Call this new macro.
11482
11483 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11484
11485 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11486 Try to rule out false positives due to time stamps.
11487 (compilation-mode-font-lock-keywords): Remove rules made redundant
11488 because of the above change. Add `segmentation fault' to the known and
11489 highlighted compilation termination messages.
11490
11491 2006-07-19 Kim F. Storm <storm@cua.dk>
11492
11493 * progmodes/grep.el (grep-find-ignored-directories):
11494 Add .svn and _darcs to list.
11495
11496 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
11497
11498 * dired.el (dired-mode-map): Add key binding `C-te' for
11499 `tumme-dired-edit-comment-and-tags'.
11500
11501 * tumme.el (tumme-display-thumbnail-original-image): Make sure
11502 image display buffer is displayed before call to
11503 `tumme-display-image.
11504 (tumme-dired-display-image): Make sure image display buffer is
11505 displayed before call to `tumme-display-image.
11506 (tumme-mouse-display-image): Make sure image display buffer is
11507 displayed before call to `tumme-display-image.
11508 (tumme-widget-list): Add.
11509 (tumme-dired-edit-comment-and-tags): Add.
11510 (tumme-save-information-from-widgets): Add.
11511
11512 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11513
11514 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
11515
11516 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11517
11518 * progmodes/sh-script.el (sh-font-lock-keywords-1):
11519 Revert inadvertently installed patch hunk.
11520
11521 * progmodes/compile.el (compilation-find-file): Handle the
11522 cases where the user selects a non-existent file.
11523
11524 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11525
11526 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
11527
11528 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11529
11530 * subr.el (sit-for): Just sleep-for if noninteractive.
11531
11532 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11533
11534 * emacs-lisp/autoload.el (make-autoload): Use new arg.
11535
11536 * custom.el (custom-autoload): Add `noset' argument.
11537 (custom-push-theme): Don't autoload the variable, let callers do it.
11538 (custom-theme-set-variables): Autoload the variable if necessary.
11539
11540 * cus-edit.el (custom-variable-state-set): If the variable was
11541 originally set outside custom, but to the same value as the default,
11542 consider it to be standard.
11543
11544 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
11545 file *before* telling Emacs to add the autoloads, in case it fails.
11546
11547 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
11548 Use `cond', push', and `dolist'.
11549
11550 2006-07-17 Richard Stallman <rms@gnu.org>
11551
11552 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
11553 Add defvars to silence warnings.
11554
11555 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11556
11557 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11558 Don't highlight "Compiling file" messages as error.
11559
11560 * dired-aux.el (dired-compress-file): Confirm again if gzipped
11561 file already exists.
11562
11563 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
11564
11565 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
11566 entry, don't assign to free var; simply return the extracted filename.
11567 (ff-treat-as-special): Incorporate common preamble from callers.
11568 (ff-other-file-name, ff-find-the-other-file):
11569 Update call to ff-treat-as-special.
11570
11571 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
11572
11573 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
11574
11575 * tumme.el (tumme-get-comment): Fix bug.
11576
11577 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11578
11579 * files.el: Remove spurious * in docstrings.
11580
11581 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11582
11583 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
11584 grammar.
11585 (allout-beginning-of-current-line): Beware beginning of buffer.
11586 Also, a comment is simplified.
11587 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
11588 when appropriate. (This fix enables use for other than
11589 bullet-hotspot operation.)
11590 (allout-hide-current-subtree): While escalating to sibling-close,
11591 make sure to situate on a topic.
11592
11593 2006-07-14 Kim F. Storm <storm@cua.dk>
11594
11595 * emulation/cua-base.el (cua-delete-selection)
11596 (cua-toggle-set-mark): New defcustoms.
11597 (cua-rectangle-modifier-key): Add `alt' modifier.
11598 (cua-replace-region): Don't delete if cua-delete-selection is nil.
11599 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
11600 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
11601
11602 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
11603
11604 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11605
11606 * allout.el: Require 'cl during byte-compilation/interactive load,
11607 for the `assert' macro.
11608 (allout-mode-deactivate-hook): New hook, run when allout mode
11609 deactivates.
11610 (allout-developer): New allout customization subgroup.
11611 (allout-run-unit-tests-on-load): New allout-developer
11612 customization variable, when true allout unit tests are run towards
11613 end of file load/eval.
11614 (allout-inhibit-auto-fill): Disable auto-fill activity even during
11615 auto-fill-mode.
11616 (allout-resumptions): Remove, to be replaced by...
11617 (allout-add-resumptions): Register variable settings to be
11618 reinstated by `allout-do-resumptions'. The settings are made
11619 buffer-local, but the locality/globality of the suspended setting
11620 is restored on resumption.
11621 (allout-do-resumptions): Reinstate all settings suspended using
11622 `allout-add-resumptions'.
11623 (allout-test-resumptions): Unit tests (and intermediate variables)
11624 for resumptions.
11625 (allout-tests-globally-unbound, allout-tests-globally-true)
11626 (allout-tests-locally-true): Intermediate variables for
11627 resumptions unit tests.
11628 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
11629 (allout-exposure-category): Replaces 'allout-overlay-category variable.
11630 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
11631 instead of retired `allout-resumptions'. For hook functions, use
11632 `local' parameter so hook settings are created and removed as
11633 buffer-local settings. Revise (resumptions) setting
11634 auto-fill-function so it is set only if already active. (The
11635 related fill-function settings are all made in either case, so
11636 that activating auto-fill-mode activity will have the custom
11637 allout-mode behaviors (hanging indent on topics, if configured for it).
11638 Remove all allout-exposure-category overlays on mode deactivation.
11639 (allout-hotspot-key-handler): New function extracted from
11640 `allout-pre-command-business', so the functionality can be used
11641 for other purposes, eg as a binding in an overlay.
11642 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
11643 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
11644 customization variable.
11645 (allout-run-unit-tests): Run the (currently quite small)
11646 repertoire of unit tests. Called just before the provide iff user
11647 has customized `allout-run-unit-tests-on-load' non-nil.
11648
11649 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11650
11651 * emacs-lisp/authors.el (authors-aliases): Update.
11652
11653 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
11654
11655 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
11656 gdb-source-window. Add dedicated argument.
11657 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
11658 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
11659 (gdb-display-threads-buffer, gdb-display-memory-buffer)
11660 (gdb-display-locals-buffer): Use it.
11661
11662 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
11663 Set gdb-source-window.
11664
11665 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
11666
11667 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
11668 minor modes, redundant with the custom-autoload line above.
11669
11670 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
11671
11672 * longlines.el (longlines-post-command-function): Handle open-line too.
11673
11674 2006-07-12 Richard Stallman <rms@gnu.org>
11675
11676 * progmodes/grep.el (grep-last-buffer): Doc fix.
11677
11678 * info.el (Info-try-follow-nearest-node): Doc fix.
11679
11680 * emacs-lisp/edebug.el (edebug-instrument-function):
11681 Err if find-function-noselect gives no position.
11682
11683 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11684 If can't find definition, return nil for position.
11685 (find-function-do-it): Handle new return value
11686 of find-definition-noselect.
11687 (find-definition-noselect, find-variable-noselect): Doc fix.
11688 (find-function-noselect): Doc fix.
11689
11690 * help-mode.el (help-variable-def): Handle find-variable-noselect
11691 returning no position.
11692 (help-function-def): Likewise for find-function-search-for-symbol.
11693 (help-face-def): Likewise.
11694
11695 * help-fns.el (describe-variable): Handle find-variable-noselect
11696 returning no position.
11697
11698 * files.el (locate-file-completion): Avoid duplicates in result.
11699
11700 * cus-edit.el (custom-no-edit): New command.
11701 (custom-mode-map): Remap to custom-no-edit instead of
11702 using suppress-keymap.
11703
11704 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
11705
11706 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11707 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11708 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
11709
11710 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
11711
11712 2006-07-11 Kim F. Storm <storm@cua.dk>
11713
11714 * ido.el (ido-copy-current-file-name): Use buffer-name if
11715 buffer-file-name is nil.
11716
11717 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
11718
11719 * simple.el (undo-ask-before-discard): Set to nil.
11720
11721 * vc.el (vc-exec-after): Don't delete process manually.
11722 (vc-print-log): Run log-view-mode in process sentinel inside
11723 inhibit-read-only. Don't shrink window due to timing issues.
11724
11725 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
11726 Avoid using with-output-to-temp-buffer, which clobbers local vars.
11727
11728 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11729
11730 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11731 Fix ambiguity introduced by last change.
11732 (compilation-find-file): Move save-excursion to where it may
11733 make sense. Fix a left over `find-file'.
11734
11735 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
11736
11737 * textmodes/texinfmt.el (texinfo-format-separate-node):
11738 Insert a string before point, which fits documentation, not after.
11739 (texinfo-multitable-item): In a multitable row, insert any
11740 additional needed @tabs and spaces.
11741
11742 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
11743
11744 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11745 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11746 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
11747 instead of shell-command.
11748 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
11749 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
11750 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
11751 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
11752 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
11753 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
11754
11755 2006-07-11 Kim F. Storm <storm@cua.dk>
11756
11757 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
11758 Remove special case for seconds < 0. Use (redisplay t) instead.
11759
11760 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
11761
11762 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
11763 avoid compilation error.
11764
11765 * subr.el (sit-for): New function.
11766
11767 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
11768
11769 2006-07-10 Richard Stallman <rms@gnu.org>
11770
11771 * ldefs-boot.el (edebug): Update page.
11772
11773 2006-07-10 Kim F. Storm <storm@cua.dk>
11774
11775 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
11776 to FOR-RELEASE and TODO.
11777
11778 2006-07-10 Romain Francoise <romain@orebokech.com>
11779
11780 * emacs-lisp/authors.el (authors-aliases): Update.
11781
11782 2006-07-10 Alan Mackenzie <acm@muc.de>
11783
11784 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
11785 * cc-mode.el: Changes to eradicate eval-after-load.
11786
11787 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
11788
11789 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
11790 on non-char events.
11791
11792 2006-07-09 Romain Francoise <romain@orebokech.com>
11793
11794 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11795 Don't highlight start/end markers as compilation messages.
11796
11797 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
11798 to t.
11799
11800 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
11801
11802 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
11803
11804 2006-07-08 Richard Stallman <rms@gnu.org>
11805
11806 * term/x-win.el (x-handle-display): Add doc string.
11807
11808 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11809
11810 * subr.el (def-edebug-spec): Move here.
11811 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
11812
11813 * imenu.el (imenu-choose-buffer-index): Doc fix.
11814
11815 2006-07-08 Romain Francoise <romain@orebokech.com>
11816
11817 * term/x-win.el (x-display-name): Fix typo.
11818
11819 2006-07-08 Eli Zaretskii <eliz@gnu.org>
11820
11821 * hexl.el (hexl-find-file): Doc fix.
11822
11823 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11824
11825 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
11826
11827 * term/x-win.el (x-display-name): Doc fix.
11828
11829 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11830
11831 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
11832 long prefixes.
11833 (fill-region-as-paragraph): Don't round up to a whole line.
11834 (fill-comment-paragraph): Don't include the code-before-the-comment
11835 when calling fill-region-as-paragraph.
11836
11837 * international/mule.el (make-char): Remove redundancy.
11838
11839 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
11840 property may contain an anonymous function rather than a symbol.
11841
11842 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
11843
11844 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11845 Use shy regexp. Fix incorrect backref to potentially unmatched group.
11846
11847 * dirtrack.el (dirtrack-default-directory-function): Remove.
11848 (dirtrack-directory-function): Use file-name-as-directory.
11849 (dirtrack-windows-directory-function): Simplify.
11850 (dirtrack-forward-slash, dirtrack-backward-slash)
11851 (dirtrack-replace-slash): Remove.
11852 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
11853 (dirtrack): Fix wrong parenthesizing; use match-string.
11854
11855 * progmodes/octave-inf.el: Remove spurious * in docstrings.
11856 (inferior-octave-mode): Only change the buffer-local value of
11857 comint-dynamic-complete-functions.
11858 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
11859 Move the initialization to the declaration.
11860 (inferior-octave-complete): Remove unused var `filter'.
11861
11862 * shell.el (shell-mode): Only change the buffer-local value of
11863 comint-dynamic-complete-functions.
11864
11865 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
11866
11867 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
11868 entry is skipped because it has been scheduled.
11869 (org-prepare-agenda-buffers): Don't mark buffers as modified when
11870 changing `:org-archived' and `:org-comment' properties.
11871
11872 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
11873
11874 * server.el (server-select-display): Don't make the temp frame
11875 minibuffer-only, in case it's not a temp frame.
11876 (server-process-filter): Don't delete the temp frame if it's the
11877 only one we have on that display.
11878
11879 * files.el (find-alternate-file): Doc fix.
11880
11881 2006-07-05 Richard Stallman <rms@gnu.org>
11882
11883 * files.el (abbreviate-file-name): Add save-match-data.
11884
11885 2006-07-03 Richard Stallman <rms@gnu.org>
11886
11887 * faces.el (read-face-name): Doc fix.
11888
11889 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
11890
11891 * net/goto-addr.el (goto-address): Mark as safe for local evals.
11892
11893 2006-07-05 Andre Spiegel <spiegel@gnu.org>
11894
11895 * vc.el (vc-diff-internal): Fix prev change.
11896
11897 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
11898
11899 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
11900 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
11901
11902 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11903
11904 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
11905 fails if the symbol contains chars like ( or '.
11906 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
11907 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
11908 `short'.
11909
11910 2006-07-04 Kenichi Handa <handa@m17n.org>
11911
11912 * international/mule-cmds.el (set-language-info): If LANG-ENV is
11913 the current one, don't call set-language-environment, but call one
11914 of set-language-environment-XXX to make INFO effective now.
11915 (set-language-environment): Call set-language-environment-XXX
11916 functions instead of doing the various setups directly.
11917 (set-language-environment-coding-systems): Delete argument eol-type.
11918 (set-language-environment-input-method)
11919 (set-language-environment-nonascii-translation)
11920 (set-language-environment-charset)
11921 (set-language-environment-fontset)
11922 (set-language-environment-unibyte): New functions.
11923
11924 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
11925
11926 * locate.el (locate-update-when-revert): New option.
11927 (locate-update-path): New option (suggested by Michael Albinus).
11928 (locate-prompt-for-command): Whitespace change.
11929 (locate-update): No longer offer to update the locate database by
11930 default. Implement the two new options.
11931
11932 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
11933
11934 * tooltip.el: Move comment about track-mouse...
11935
11936 * progmodes/gud.el: ...to here.
11937
11938 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
11939
11940 * facemenu.el (facemenu-listed-faces): New var.
11941 (facemenu-unlisted-faces): Variable deleted.
11942 (facemenu-add-new-face): Use facemenu-listed-faces.
11943
11944 * emulation/viper-init.el, calendar/calendar.el:
11945 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
11946
11947 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
11948
11949 * textmodes/org.el (org-mode): Remove no invalid settings for
11950 calc embedded mode.
11951 (org-mode-p): New defsubst.
11952 (org-save-all-org-buffers): New function.
11953 (org-first-headline-recenter): Enclose outline-regexp in group
11954 delimiters.
11955 (org-set-tags): Keep single space after stars.
11956
11957 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11958
11959 * window.el (set-window-text-height): Only set window-min-height to
11960 1 if that's the requested size.
11961
11962 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
11963 (diff-unified->context, diff-context->unified)
11964 (diff-reverse-direction): Make sure the end marker stays at the end.
11965 (diff-mode): Add the keymap table at the end of docstring.
11966 Use lexical-let rather than constructing a closure manually.
11967
11968 * files.el (find-file-noselect-1): Remove unused var assignment.
11969 (hack-local-variables-confirm): Print lists of strings as lists of
11970 strings rather than lists of symbols.
11971 (abbreviate-file-name, hack-local-variables-prop-line):
11972 Use match-string.
11973 (hack-one-local-variable): Move `make-local-variable' nearer its use.
11974 (recover-session-finish): Use line-end-position.
11975
11976 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
11977
11978 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
11979
11980 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
11981
11982 * progmodes/make-mode.el (makefile-macroassign-regex):
11983 Accept preceding keyword.
11984 (makefile-gmake-statements): Reorganize, now that makepp has
11985 "override" and also handle forgotten "override define".
11986 (makefile-makepp-statements): Add new "global", "override export"
11987 and "override global".
11988
11989 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
11990
11991 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
11992 (ada-compile-mouse-goto-error, ada-deactivate-properties)
11993 (ada-no-auto-case): Fix typos in docstrings.
11994
11995 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
11996
11997 * info.el (Info-find-node-2): Search for makeinfo version more
11998 carefully.
11999
12000 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
12001
12002 * textmodes/org.el (org-prepare-agenda-buffers):
12003 Use `invisible-OK' argument for `org-end-of-subtree'.
12004 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
12005 (org-beginning-of-item): Fix bug in regular expression for white line.
12006 (org-export-as-html): Enforce space after bullet in plain list items.
12007 (org-set-autofill-regexps): Require space after plain list bullet
12008 for paragraph-start.
12009 (org-ts-regexp3): New constant.
12010 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
12011 (org-timestamp-up-day, org-timestamp-down-day)
12012 (org-timestamp-change): Work with inactive timestamps.
12013 (org-ts-regexp1): Don't allow brackets in time stamps.
12014
12015 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
12016
12017 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
12018 for ignoring links.
12019
12020 * faces.el (read-face-name): Use it.
12021
12022 2006-06-28 Juri Linkov <juri@jurta.org>
12023
12024 * buff-menu.el (list-buffers-noselect): Compare Info file
12025 with the string "dir" to detect Info directory.
12026
12027 * complete.el (partial-completion-mode): In lambda for
12028 `choose-completion-string-functions' use full function signature
12029 with 4 args, and move point to the end of the minibuffer only if arg
12030 `mini-p' is non-nil.
12031
12032 2006-06-28 John Paul Wallington <jpw@pobox.com>
12033
12034 * ibuffer.el (ibuffer-mode): Doc fix.
12035
12036 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
12037
12038 * textmodes/org.el (org-context): New contexts :item-bullet,
12039 :latex-fragment, :latex-preview.
12040 (org-overlays-at, org-overlay-start, org-overlay-end):
12041 New compatibility functions.
12042 (org-inside-LaTeX-fragment-p): More accurate matching, using the
12043 exact regexp that will be used during export.
12044 (org-latex-regexps): New variable.
12045 (org-cdlatex-mode): Improve advice for `texmathp'.
12046 (turn-on-org-cdlatex): New function.
12047
12048 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12049
12050 * term/mac-win.el (mac-handle-font-selection): Change keys of
12051 mac-atsu-font-table from strings to numbers.
12052 (mac-ts-caret-position): Use also when cursor-type is nil.
12053 (mac-ts-update-active-input-area): Add Mac OS Classic support.
12054 Relax condition for using overlay strings.
12055 Use mac-ts-caret-position face when cursor-type is nil.
12056
12057 2006-06-26 Kim F. Storm <storm@cua.dk>
12058
12059 * help.el (view-emacs-news): Declare `res' in the right let* form.
12060
12061 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
12062
12063 * net/rcompile.el (remote-compile): Replace ange-ftp based
12064 implementation by Tramp functions.
12065 Suggested by Marc Abramowitz <msabramo@gmail.com>.
12066
12067 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
12068
12069 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
12070
12071 * international/fontset.el (setup-default-fontset): Fix a typo in
12072 the "Oriya-Akruti" registry name.
12073
12074 2006-06-23 Lars Hansen <larsh@soem.dk>
12075
12076 * desktop.el (desktop-full-file-name): New function.
12077 (desktop-kill, desktop-save, desktop-remove, desktop-read)
12078 (desktop-revert): Use it.
12079 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
12080 (desktop-after-read-hook): Add option list-buffers.
12081 (desktop-locals-to-save): Add tab-width.
12082 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
12083 Fix docstring.
12084
12085 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
12086
12087 * textmodes/org.el (org-cdlatex-mode-map)
12088 (org-cdlatex-texmathp-advice-is-done): New variables.
12089 (org-cdlatex-mode): New minor mode.
12090 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
12091 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
12092 (org-export-with-archived-trees): New option.
12093 (org-open-file): Remove the call to `convert-standard-filename'.
12094 (org-archive-tag, org-agenda-skip-archived-trees)
12095 (org-cycle-open-archived-trees)
12096 (org-sparse-tree-open-archived-trees): New options.
12097 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
12098 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
12099 New functions.
12100 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
12101 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
12102 (org-mode-map): Add binding for `org-toggle-archive-tag'.
12103 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
12104 Call `org-prepare-agenda-buffers'.
12105 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
12106 (org-file-apps, org-file-apps-defaults-gnu)
12107 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
12108 Handle remote files by forcing them to be opened in Emacs.
12109
12110 2006-06-23 Andre Spiegel <spiegel@gnu.org>
12111
12112 * vc.el (vc-diff-knows-L): New variable.
12113 (vc-diff-internal): Use it to handle "diff" programs that don't
12114 understand -L. This works automatically, no user action is necessary.
12115
12116 2006-06-23 Daniel Brockman <daniel@brockman.se>
12117
12118 * net/rcirc.el (rcirc-default-user-full-name): Default to
12119 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
12120 longer exists).
12121 (rcirc-process-list): Check `buffer-live-p' before attempting to
12122 switch to a buffer.
12123
12124 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
12125
12126 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
12127 based on rcirc-coding-system-alist.
12128
12129 2006-06-23 Martin Rudalics <rudalics@gmx.at>
12130
12131 * cus-edit.el (customize-apropos): A better error message.
12132 (top level) <debug-ignored-errors>: Extend and update the list of
12133 ignored error messages.
12134
12135 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
12136
12137 * complete.el (PC-do-completion): Retain capitalization of user
12138 input, when possible, even if completion-ignore-case is set.
12139
12140 2006-06-23 Eli Zaretskii <eliz@gnu.org>
12141
12142 * generic-x.el (bat-generic-mode): Support .cmd files.
12143
12144 * dos-w32.el (top level): Use find-file-not-found-functions
12145 instead of the obsolete find-file-not-found-hooks.
12146
12147 2006-06-22 Kim F. Storm <storm@cua.dk>
12148
12149 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
12150 to recognize mode name containing submodes, such as Grep/lw.
12151
12152 2006-06-21 Kim F. Storm <storm@cua.dk>
12153
12154 * simple.el (line-move-1): Check for move-end-of-line instead of
12155 end-of-line when setting temporary-goal-column.
12156
12157 2006-06-21 Miles Bader <miles@gnu.org>
12158
12159 * play/cookie1.el (cookie): Work properly when there's only one entry.
12160
12161 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
12162
12163 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
12164 (gdb-frame-handler): Generalize frame regexp for templates.
12165
12166 2006-06-20 Glenn Morris <rgm@gnu.org>
12167
12168 * calendar/appt.el (appt-display-format): Default value must be
12169 one of the customize options.
12170
12171 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
12172
12173 * term/xterm.el (terminal-init-xterm): Update key availability info.
12174 Bind C-return.
12175
12176 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
12177
12178 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
12179
12180 * files.el (hack-local-variables): Run `hack-local-variables-hook'
12181 whether or not a local variables list is defined.
12182
12183 * msb.el (msb): Move `sit-for' hack here to handle both
12184 "mouse-down and drag" and "mouse-up and select" situations.
12185 (mouse-select-buffer): Move `sit-for' hack to `msb'.
12186
12187 2006-06-20 Kenichi Handa <handa@m17n.org>
12188
12189 * international/characters.el (word-combining-categories):
12190 Add entries for 2-byte Han characters.
12191
12192 2006-06-19 Richard Stallman <rms@gnu.org>
12193
12194 * bindings.el (mode-line-format): Save some mode line space.
12195
12196 * files.el (find-file-noselect): Improve the question wording.
12197 (basic-save-buffer-2): Mask UMASK against 666.
12198
12199 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
12200 (mouse-drag-vertical-line): Call it.
12201
12202 * cus-edit.el (customize-option, customize-option-other-window):
12203 Error if SYMBOL is nil.
12204
12205 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
12206
12207 * textmodes/org.el: Require noutline, also on XEmacs.
12208 (org-end-of-subtree): Return point.
12209 (org-dblock-start-re, org-dblock-end-re): New constants.
12210 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
12211 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
12212 (org-update-all-dblocks, org-find-dblock): New functions.
12213 (org-collect-clock-time-entries): New function.
12214 (org-html-handle-time-stamps): Never export CLOCK timeranges.
12215 (org-fixup-indentation): Modify to deal correctly with lines
12216 starting with TAB. Only one argument DIFF now.
12217 (org-demote, org-promote): Call `org-fixup-indentation' with just
12218 one argument, DIFF.
12219 (org-mode): Don't mark buffer as modified when aligning tables.
12220 (org-clock-sum): Don't mark buffer modified when adding time sum
12221 properties.
12222 (org-export-as-html): Add support for a link validation function.
12223 (org-archive-all-done): New function.
12224 (org-archive-subtree): New prefix argument. When set, archive all
12225 done subtrees in this buffer.
12226 (org-remove-clock-overlays)
12227 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
12228 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
12229 (org-put-clock-overlay): Don't swallow last headline character
12230 when displaying overlay.
12231 (org-store-link): Link to `image-mode' with just the file name.
12232
12233 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
12234
12235 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
12236 Use read-key-sequence.
12237 (viper-after-change-undo-hook): Misc enhancements.
12238 (viper-after-change-undo-hook): New hook.
12239 (viper-undo): Use viper-after-change-undo-hook.
12240 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
12241 (viper-next-line-at-bol): If point is on a widget or a button, simulate
12242 clicking on that widget/button.
12243
12244 * emulation/viper.el (viper-mode): Allow a separate cursor color
12245 in Emacs state.
12246
12247 * ediff-diff.el (ediff-test-patch-utility): Catch errors.
12248 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
12249 (ediff-set-actual-diff-options): New function.
12250 (ediff-reset-diff-options, ediff-toggle-ignore-case):
12251 Use ediff-set-actual-diff-options.
12252 (ediff-extract-diffs): Catch errors.
12253 (ediff-whitespace): Add non-breakable space.
12254 (ediff-same-file-contents): Catch errors.
12255
12256 * ediff-mult.el (ediff-collect-custom-diffs):
12257 Save coding-system-for-read.
12258
12259 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
12260 (ediff-vc-internal, ediff-vc-merge-internal):
12261 Use ediff-delete-version-file.
12262 (ediff-delete-version-file): New function.
12263
12264 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
12265
12266 * ediff.el (ediff-directories, ediff-directory-revisions)
12267 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
12268 (ediff-directories-internal, ediff-merge-directory-revisions)
12269 (ediff-merge-directory-revisions-with-ancestor)
12270 (ediff-directories3): Use read-directory-name.
12271
12272 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
12273
12274 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
12275 Remove superfluous part of regexp for brace matching which is handled
12276 by `scan-lists' call.
12277
12278 2006-06-16 Richard Stallman <rms@gnu.org>
12279
12280 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
12281
12282 * files.el (basic-save-buffer-2): For a new precious file,
12283 use the default modes in the return value.
12284
12285 * facemenu.el (facemenu-color-alist): Doc fix.
12286
12287 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
12288
12289 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12290
12291 * cus-start.el (all): Add mac-ts-script-language-on-focus.
12292
12293 * term/mac-win.el (mac-text-encoding-ascii): New constant.
12294 (mac-utxt-to-string): Use it.
12295 (mac-ts-update-active-input-area): Use mac-ae-number.
12296
12297 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
12298
12299 * term.el (term-handle-scroll, term-delete-lines)
12300 (term-insert-lines): Fix off by one errors.
12301
12302 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
12303
12304 * net/tramp.el (tramp-touch): Use UTC to express time.
12305
12306 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
12307
12308 * mail/sendmail.el (mail-send): Search explicitly for
12309 mail-header-separator when checking for corrupted header lines.
12310
12311 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
12312
12313 * progmodes/gdb-ui.el (gdb-same-frame): New option.
12314 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
12315 (gdb-init-1): Initialise them.
12316 (gdb-starting): Reset gdb-printing
12317 (gdb-starting): Save value of gud-overlay-arrow-position.
12318 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
12319 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
12320 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
12321 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
12322
12323 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12324
12325 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
12326
12327 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
12328
12329 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
12330 (ldap-search-internal): Keep error messages, and a regexp fix.
12331
12332 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
12333
12334 * files.el (hack-local-variables-confirm):
12335 Display string value using its printed representation.
12336
12337 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
12338
12339 * server.el (server-edit): No-op if no server buffers exist.
12340
12341 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
12342
12343 * textmodes/page-ext.el (pages-directory-for-addresses):
12344 Including `pages-directory-address-mode' in the function results
12345 in the message "Buffer in which pages were found is deleted".
12346
12347 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
12348
12349 * textmodes/org.el (org-agenda-mode-map): Add bindings for
12350 clocking functions.
12351
12352 (org-agenda-clock-in, org-check-running-clock)
12353 (org-clock-out-if-current, org-remove-clock-overlays)
12354 (org-put-clock-overlay): New functions.
12355 (org-clock-marker, org-clock-file-total-minutes)
12356 (org-clock-overlays): New variables.
12357 (org-clock-display, org-clock-sum, org-clock-cancel)
12358 (org-clock-out, org-clock-in): New commands.
12359 (org-export): New function.
12360 (org-emph-re): New constant.
12361 (org-set-emph-re, org-do-emphasis-faces): New functions.
12362 (org-emphasis-regexp-components, org-emphasis-alist): New options.
12363 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
12364 (org-export-html-convert-emphasize): Use the configurable emphasis.
12365 (org-cleaned-string-for-export): Make multiline emphasis visible
12366 to the exporter. New optional argument PARAMETERS.
12367 (org-export-as-html): Specify :emph-multiline parameter to
12368 `org-cleaned-string-for-export'.
12369
12370 2006-06-10 Richard Stallman <rms@gnu.org>
12371
12372 * help.el (help-for-help-internal): Clean up help text.
12373
12374 2006-06-10 Andreas Schwab <schwab@suse.de>
12375
12376 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
12377 in doc string.
12378
12379 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
12380
12381 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
12382
12383 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
12384 spaces after the comment start.
12385
12386 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12387
12388 * play/pong.el (pong-init-buffer):
12389 Fill buffer with spaces instead of ^A.
12390
12391 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
12392 launched asynchronously, delete its process instead of being cool.
12393 (ispell-async-processp): Check for `delete-process' existence
12394 instead of `kill-process' one for consistency.
12395
12396 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
12397
12398 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
12399 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
12400 in mode line at startup.
12401
12402 2006-06-08 Kim F. Storm <storm@cua.dk>
12403
12404 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
12405 (ido-init-completion-maps): Bind them to M-SPC and M-v.
12406 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
12407 (ido-file-internal): Pass full file name to write-file.
12408 (ido-read-internal): Only pop stack elements automatically if they
12409 actually match an existing directory or file name.
12410
12411 2006-06-07 Kenichi Handa <handa@m17n.org>
12412
12413 * international/mule.el (find-auto-coding): Don't handle the short
12414 name `char-trans'.
12415
12416 * files.el (hack-local-variables-prop-line)
12417 (hack-local-variables): Cancel the previous change.
12418
12419 2006-06-06 Jesper Harder <harder@phys.au.dk>
12420
12421 * ediff-diff.el (ediff-test-utility): Protect against file-error.
12422
12423 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
12424
12425 * diff-mode.el (diff-mode): Set buffer-read-only to t when
12426 diff-default-read-only is non-nil.
12427 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
12428 (diff-refine-hunk): Set inhibit-read-only to t.
12429
12430 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
12431 modifying the *Diff* buffer.
12432 (diff-process-filter): New filter function for diff process that
12433 sets inhibit-read-only to t when modifying the *Diff* buffer.
12434
12435 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
12436
12437 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
12438 insertion point and control the number of empty lines.
12439 (org-paste-subtree): Limit the number of empty lines at the end of
12440 the inserted tree.
12441 (org-agenda): Use buffer name of current file for narrowing.
12442 (org-export-as-xml): Command removed.
12443 (org-export-xml-type): Option removed.
12444 (org-mode-map): Call `org-export-as-xoxo' directly.
12445 (org-get-indentation): New optional argument LINE.
12446 (org-fix-indentation, org-remove-tabs): New functions.
12447 (org-export-as-ascii, org-ascii-level-start): Determine and apply
12448 correct indentation for headlines that are converted it items.
12449 (org-skip-comments): Remove table lines that contain narrowing
12450 cookies but no other non-empty fields.
12451 (org-set-tags): Allow groups of mutually exclusive tags.
12452 (org-cmp-time): Sort 24:21 before items without time.
12453 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
12454 (org-open-at-point): Require double colon also for numbers.
12455
12456 2006-06-06 Kim F. Storm <storm@cua.dk>
12457
12458 * ido.el (ido-default-file-method, ido-default-buffer-method):
12459 Make choice values consistent with corresponding command names.
12460 (ido-visit-buffer): Update accordingly. Default to selected-window.
12461
12462 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
12463
12464 * progmodes/gud.el (gud-running): Fix doc string.
12465 (gud-menu-map): Use :visible instead fo :enable for debugger test.
12466 (gud-tooltip-modes): Add python-mode.
12467 (gud-tooltip-print-command): Add pdb. Remove perldb.
12468
12469 2006-06-05 Eli Zaretskii <eliz@gnu.org>
12470
12471 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
12472 Quote $(EMACS).
12473
12474 2006-06-05 Richard Stallman <rms@gnu.org>
12475
12476 * faces.el (defined-colors): Doc fix.
12477
12478 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
12479
12480 * vc.el (vc-process-filter): Inhibit undo info collection around
12481 call to insert.
12482 (vc-setup-buffer): Likewise for call to erase-buffer.
12483 (vc-do-command): Likewise for call to process-file.
12484
12485 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
12486
12487 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
12488 for gud-go.
12489 (gud-common-init): Other debuggers may trigger error.
12490
12491 2006-06-05 Kenichi Handa <handa@m17n.org>
12492
12493 * international/mule.el (find-auto-coding):
12494 Handle enable-character-translation in file header.
12495
12496 2006-06-04 Kim F. Storm <storm@cua.dk>
12497
12498 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
12499 (authors-fixed-entries): Fix spelling.
12500 (authors-canonical-file-name): Don't report error for wildcards.
12501
12502 * help.el (view-emacs-news): Rewrite to support new NEWS,
12503 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
12504 e.g. version 10 matches 1.10, and don't be confused by version 1.1
12505 being a prefix of 1.12 (etc). A numeric prefix arg also works.
12506
12507 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
12508
12509 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
12510 exec constructs like `foo bar`.
12511 (sh-quoted-subshell): New helper function to search for a possibly
12512 nested subshell (like `` or $()) within a "" quoted string.
12513 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
12514 (sh-apply-quoted-subshell): Flag quote characters inside a
12515 subshell, which is itself already in a quoted region, as
12516 punctuation, since this is the closest to what they actually are.
12517 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
12518 sh-apply-quoted-subshell.
12519 (sh-font-lock-syntactic-face-function): Apply the new face for
12520 text inside `` instead of the old font-lock-string-face.
12521
12522 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12523
12524 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
12525 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
12526 (mac-bytes-to-text-range, mac-ae-text-range-array)
12527 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
12528 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
12529 (mac-ts-unicode-for-key-event): New functions.
12530 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
12531 (mac-handle-font-selection): Use mac-ae-number.
12532 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
12533 New variables.
12534 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
12535 (mac-ts-converted-text, mac-ts-selected-converted-text)
12536 (mac-ts-block-fill-text, mac-ts-outline-text)
12537 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
12538 (mac-ts-hilite-style-faces): New constant.
12539 (mac-apple-event-map): Bind text input events.
12540 (mac-dispatch-apple-event): Use command-execute instead of
12541 call-interactively.
12542 (global-map): Don't bind mac-apple-event.
12543 (special-event-map): Bind mac-apple-event.
12544
12545 2006-06-02 Eli Zaretskii <eliz@gnu.org>
12546
12547 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
12548 file name.
12549 (emacs): Enclose the value of $(EMACS) in quotes.
12550
12551 2006-06-02 Juri Linkov <juri@jurta.org>
12552
12553 * international/mule.el (sgml-html-meta-auto-coding-function):
12554 Remove the condition `(search-forward "<html" size t)'.
12555 Replace `\"' with `[\"']?' in `re-search-forward'.
12556
12557 2006-06-02 Kenichi Handa <handa@m17n.org>
12558
12559 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
12560 as well as `coding'.
12561 (hack-local-variables): Likewise.
12562
12563 * international/mule.el (enable-character-translation):
12564 Put permanent-local and safe-local-variable properties.
12565 (find-auto-coding): Handle char-trans: tag.
12566
12567 2006-06-02 Juri Linkov <juri@jurta.org>
12568
12569 * international/mule.el (sgml-html-meta-auto-coding-function):
12570 Limit the search by the end of the HTML header (if any).
12571
12572 2006-06-01 Richard Stallman <rms@gnu.org>
12573
12574 * subr.el (with-current-buffer): Doc fix.
12575
12576 2006-06-02 Masatake YAMATO <jet@gyve.org>
12577
12578 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
12579 Almost rewrite. Underlines over all lines of gcov output are too
12580 uncomfortable to read. Suggested by Dan Nicolaescu.
12581
12582 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
12583
12584 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
12585
12586 * shell.el (shell-mode): Use shell-mode-map in docstring.
12587
12588 * comint.el (comint-send-input): Do not add help-echo and
12589 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
12590
12591 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12592
12593 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
12594
12595 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
12596
12597 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
12598 (gdb-stopped, gdb-info-stack-custom): If there is no source info
12599 look up the stack and pop up GUD buffer if necessary.
12600 (gdb-frames-select): Remove redundant call to gud-display-frame.
12601 (gdb-info-threads-custom): Keep point at start of buffer.
12602 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
12603
12604 2006-05-31 Juri Linkov <juri@jurta.org>
12605
12606 * replace.el (query-replace-read-from, query-replace-read-to):
12607 Bind `history-add-new-input' to nil. Call `add-to-history'.
12608
12609 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
12610
12611 * textmodes/table.el: Convert all HTML tags to lower case for
12612 XHTML compatibility.
12613
12614 2006-05-31 Masatake YAMATO <jet@gyve.org>
12615
12616 * progmodes/compile.el:
12617 (compilation-error-regexp-alist-alist::gcov-called-line):
12618 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
12619
12620 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
12621
12622 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
12623 Revert inadvertent changes made with last commit.
12624
12625 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
12626
12627 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
12628 New functions.
12629
12630 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
12631
12632 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
12633
12634 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
12635 only matches in the right place.
12636 (org-upcoming-deadline): New face.
12637 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
12638 (org-export-ascii-underline): Rename constant `org-ascii-underline'
12639 and make it an option.
12640 (org-export-ascii-bullets): New option.
12641 (org-export-as-html): Many changes to emit valid XHTML.
12642 (org-par-open): New variable.
12643 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
12644 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
12645 (org-timeline): Pass `org-timeline-show-empty-dates' to
12646 `org-get-all-dates'. Interpret empty dates returned by
12647 `org-get-all-dates'.
12648 (org-get-all-dates): New argument EMPTY. Add dates without
12649 entries to the list, mark large ranges of empty dates.
12650 (org-point-in-group, org-context): New functions.
12651
12652 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
12653
12654 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
12655
12656 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
12657 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
12658 to C-mouse-3 (for 2 button mice).
12659 (gdb-send): Do the right thing for C-d.
12660
12661 * speedbar.el (speedbar-detach): Delete.
12662 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
12663 it breaks things.
12664 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
12665
12666 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
12667
12668 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
12669 Makeppfile.
12670
12671 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12672 Add makepp diagnostic.
12673
12674 2006-05-29 Richard Stallman <rms@gnu.org>
12675
12676 * window.el (fit-window-to-buffer): Doc fix.
12677
12678 * help.el (temp-buffer-max-height): Doc fix.
12679
12680 * subr.el (with-current-buffer): Doc fix.
12681
12682 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12683
12684 * term/x-win.el: Bind F10 to menu-bar-start if available.
12685
12686 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
12687
12688 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
12689 uses with a simple test.
12690 (term-set-escape-char, term-mode, term-check-kill-echo-list)
12691 (term-send-raw-string, term-send-raw, term-mouse-paste)
12692 (term-char-mode, term-line-mode, term-exec, term-sentinel)
12693 (term-handle-exit, term-read-input-ring)
12694 (term-previous-matching-input-string)
12695 (term-previous-matching-input-string-position)
12696 (term-previous-matching-input-from-input)
12697 (term-replace-by-expanded-history, term-send-input)
12698 (term-skip-prompt, term-bol, term-send-invisible)
12699 (term-kill-input, term-delchar-or-maybe-eof)
12700 (term-backward-matching-input, term-check-source)
12701 (term-proc-query, term-emulate-terminal)
12702 (term-handle-colors-array, term-process-pager, term-pager-line)
12703 (term-pager-bob, term-unwrap-line, term-word)
12704 (term-dynamic-complete-filename)
12705 (term-dynamic-complete-as-filename)
12706 (term-dynamic-simple-complete): Replace one arm ifs with whens or
12707 unlesses.
12708
12709 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12710
12711 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
12712 during bootstrapping.
12713
12714 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
12715 Basically undo the change of 2006-05-26: use extra arguments instead of
12716 dynamic scoping.
12717 (ewoc-locate): Remove unused var `footer'.
12718
12719 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12720
12721 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
12722
12723 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
12724 (generate-file-autoloads): Obey it. Return whether autoloads were
12725 added at point or not.
12726 (update-file-autoloads): Use this new return value.
12727 Remove redundant test for the presence of an autoload cookie.
12728
12729 * emacs-lisp/autoload.el (autoload-find-file): New fun.
12730 This one calls hack-local-variables.
12731 (generate-file-autoloads, update-file-autoloads): Use it.
12732
12733 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
12734 (bibtex-sort-entry-class): Add safe-local-variable predicate.
12735 (bibtex-sort-entry-class-alist): Don't set the global value.
12736 (bibtex-init-sort-entry-class-alist): New fun.
12737 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
12738 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
12739 of bibtex-init-sort-entry-class.
12740
12741 2006-05-28 Richard Stallman <rms@gnu.org>
12742
12743 * subr.el (load-history-regexp): If FILE is relative, insist
12744 entire last name component must match it.
12745 (load-history-filename-element, load-history-regexp): Doc fixes.
12746
12747 2006-05-29 Kim F. Storm <storm@cua.dk>
12748
12749 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
12750 `pos' and `raw-data' for clarity, as eval forms may access these.
12751
12752 2006-05-28 Kim F. Storm <storm@cua.dk>
12753
12754 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
12755
12756 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12757
12758 * progmodes/make-mode.el (makefile-browser-map)
12759 (makefile-mode-syntax-table): Move initialization inside declaration.
12760 (makefile-fill-paragraph): Use the default comment-filling code.
12761
12762 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
12763
12764 * replace.el (query-replace-defaults): New variable.
12765 (query-replace-read-from): Use `query-replace-defaults' for
12766 default value, instead of history list.
12767 (query-replace-read-to): Update `query-replace-defaults'.
12768
12769 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
12770
12771 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
12772 with no X toolkit.
12773
12774 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
12775
12776 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
12777 (tumme-show-all-from-dir): Add autoload.
12778
12779 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
12780
12781 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
12782 (tumme-remove-tag): Fix bug.
12783
12784 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
12785
12786 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
12787 FOOTER args. Update unique caller.
12788 (ewoc-delete): Compute last node once before looping.
12789 (ewoc--node-branch): Merge into unique caller.
12790 (ewoc--node): Don't define constructor make-ewoc--node for this
12791 structure.
12792 (ewoc): Add member `hf-pp' to this structure.
12793 (ewoc--wrap): New func.
12794 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
12795 header/footer pretty-printers. Save header/footer pretty-printer.
12796 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
12797
12798 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
12799
12800 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
12801
12802 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
12803 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
12804 Tag'. Change "Compare directories..." to "Change Directories...".
12805 Move tumme commands to Operate, Regexp and Immediate menus.
12806 Change "Add Comment" to "Add Image Comment". Change "Add Image
12807 Tag" to "Add Image Tags".
12808
12809 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
12810 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
12811 `tumme-delete-tag'.
12812
12813 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
12814
12815 * shell.el (shell-mode): Call shell-dirtrack-mode after
12816 list-buffers-directory is made a local variable, to avoid setting
12817 the default value.
12818
12819 2006-05-26 Kevin Ryde <user42@zip.com.au>
12820
12821 * info.el (Info-index-next): Use where-is-internal to report
12822 actual binding of Info-index-next, rather than hard-coded `,'.
12823
12824 2006-05-26 Eli Zaretskii <eliz@gnu.org>
12825
12826 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
12827 and "Find Command in Manual" to here.
12828
12829 * buff-menu.el (list-buffers-noselect): For Info buffers, use
12830 Info-current-file as the file name.
12831
12832 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
12833
12834 * ses.el (defadvice undo-more): Delete this defadvice. The undo
12835 overrides will now be done a different way.
12836 (ses-set-parameter): Reapply this function for undo.
12837 (ses-set-header-row): Reconstruct header row during undo.
12838 (ses-widen): New function.
12839 (ses-goto-data, ses-reconstruct-all): Use new function.
12840 (ses-command-hook): Widen buffer during undo, before unupdating
12841 the cells.
12842 (ses-insert-row, ses-delete-row): Widen buffer during undo.
12843 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
12844 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
12845 formula hasn't been executed yet.
12846
12847 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12848
12849 * comint.el (comint-kill-whole-line): Rename arg to count.
12850 Fix doc string.
12851
12852 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
12853
12854 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
12855 to copy-file.
12856
12857 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12858
12859 * simple.el (toggle-truncate-lines): Make arg optional for
12860 backward compatibility.
12861
12862 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
12863
12864 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
12865 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
12866 DLL arg. Instead, use ewoc--current-dll. Update all callers.
12867 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
12868 (ewoc--adjust): Use ewoc--current-dll.
12869 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
12870
12871 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
12872
12873 * textmodes/org.el (org-next-item, org-previous-item): Emit more
12874 compact error message.
12875 (org-tags-view): Refresh category table in each file.
12876 (org-table-justify-field-maybe): Remove superfluous arguments to
12877 `format'.
12878 (org-export-as-html): Insert "<p>" before postamble.
12879 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
12880
12881 2006-05-26 Kenichi Handa <handa@m17n.org>
12882
12883 * textmodes/po.el (po-find-charset): Pay attention to the case
12884 FILENAME is a cons (NAME . BUFFER).
12885 (po-find-file-coding-system-guts): Likewise.
12886
12887 * arc-mode.el (archive-set-buffer-as-visiting-file):
12888 Call find-operation-coding-system with (FILENAME . BUFFER).
12889
12890 * tar-mode.el (tar-extract): Call find-operation-coding-system
12891 with (FILENAME . BUFFER).
12892
12893 * international/mule.el (decode-coding-inserted-region):
12894 Call find-operation-coding-system with (FILENAME . BUFFER).
12895
12896 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
12897
12898 * image-mode.el (image-toggle-display): Use buffer contents to
12899 generate image for a remote file.
12900
12901 2006-05-25 Juri Linkov <juri@jurta.org>
12902
12903 * replace.el (query-replace-read-from, query-replace-read-to):
12904 Remove 8th arg KEEP-ALL in read-from-minibuffer.
12905
12906 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
12907
12908 * whitespace.el (whitespace-cleanup): Change to cleanup
12909 region if one is active.
12910 * whitespace.el (whitespace-cleanup-internal): New internal method.
12911
12912 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12913
12914 * dired.el (dired-mode-map): Add help-echo strings to tumme
12915 commands. Bind `tumme-dired-display-image' to C-t i.
12916
12917 * tumme.el (tumme-display-image): Change documentation string slightly.
12918 (tumme-dired-display-image): Add call to `display-buffer'.
12919
12920 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
12921
12922 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
12923 Signal error if RAW-DATA is a multibyte string.
12924
12925 2006-05-24 Richard Stallman <rms@gnu.org>
12926
12927 * subr.el (with-local-quit): When handling `quit' signal,
12928 make a chance for quit-flag to cause a quit.
12929
12930 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
12931 (ad-disable-advice): Add autoloads.
12932
12933 * subr.el (read-passwd): Copy PROMPT before changing its properties.
12934
12935 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12936
12937 * dired.el (dired-mode-map): Change menu items for tumme as per
12938 suggestions in emacs-devel.
12939
12940 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
12941
12942 * dired.el (dired-mode-map): Fix breakage.
12943
12944 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12945
12946 * tumme.el (tumme-display-dired-image): Rename to...
12947 (tumme-dired-display-image): ...this.
12948 (tumme-track-movement): Change default value to t.
12949 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
12950 used from `tumme-next-line-and-display' and similar commands.
12951
12952 * dired.el (dired-mode-map): Add Thumbnail submenu under the
12953 Immediate menu. Add some tumme commands there.
12954
12955 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
12956
12957 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
12958
12959 2006-05-24 Chong Yidong <cyd@mit.edu>
12960
12961 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
12962 menu entries that open submenus.
12963
12964 2006-05-24 Alan Mackenzie <acm@muc.de>
12965
12966 * startup.el (command-line): For names of preloaded files, don't
12967 append ".elc" (now done in Fload), and call file-truename on the
12968 lisp directory.
12969
12970 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
12971 match ANY loaded file with the right name, not just those in
12972 load-path. Put a regexp matching the file name into
12973 after-load-alist, rather than the name itself.
12974
12975 * subr.el (load-history-regexp, load-history-filename-element)
12976 (do-after-load-evaluation): New functions.
12977
12978 * international/mule.el (load-with-code-conversion): Do the
12979 eval-after-load stuff by calling do-after-load-evaluation.
12980
12981 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
12982
12983 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
12984 has not been killed.
12985
12986 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12987
12988 * term/mac-win.el: Set idle timer to clean up expired Apple events.
12989 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
12990 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
12991 Optionally set error message in reply.
12992
12993 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
12994
12995 * textmodes/org.el (org-open-at-point): Use renamed variable
12996 `org-confirm-shell-link-function'.
12997 (org-confirm-shell-link-function): Rename from
12998 `org-confirm-shell-links'.
12999 (org-export-directory): New function.
13000 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
13001 (org-export-icalendar): Use `org-export-directory'.
13002 (org-indent-item): Keep cursor position.
13003 (org-link-file-path-type): New option.
13004 (org-export-as-html): Fix bug with plain lists starting in
13005 column 0.
13006 (org-export-as-html): Remove deadline formatting, this happens
13007 now already in `org-html-handle-time-stamps'.
13008 (org-export-html-style): Deadline class removed.
13009 (org-insert-labeled-timestamps-at-point): New option.
13010 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
13011 of `hide-sublevels 1', in case the first headline is not level 1.
13012 (org-overview, org-content): New fuction.
13013 (org-cycle-global-status, org-cycle-subtree-status): Make these
13014 variables buffer-local.
13015 (org-global-cycle): New command.
13016 (org-shifttab): Use `org-global-cycle'.
13017 (org-insert-heading, org-insert-item): Go to end of new
13018 headline/item after creating it.
13019 (org-export-visible): Rename from `org-export-copy-visible'.
13020 Now creates a temporary org-file and applies an exporting command
13021 to it.
13022 (org-table-eval-formula): Support for lisp forms.
13023 (org-agenda-todo-ignore-scheduled): New option.
13024 (org-agenda-get-todos): Use new option
13025 `org-agenda-todo-ignore-scheduled'.
13026 (org-export-html-inline-images): New value `maybe'.
13027 (org-export-as-html): Inlining of images dependent on link description.
13028 (org-archive-subtree): Check for end-of-buffer before trying
13029 `kill-line'.
13030 (org-agenda-follow-mode): New option.
13031 (org-export-with-tags, org-export-with-timestamps): New options.
13032 (org-html-handle-time-stamps): New function.
13033 (org-keyword-time-regexp): New variable.
13034 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
13035 (org-agenda-todo-list-sublevels): New option.
13036 (org-html-level-start): When TITLE is nil, just close all levels.
13037 (org-parse-key-lines, org-parse-export-options): Remove functions,
13038 replaced by `org-infile-export-plist'.
13039 (org-combine-plists, org-infile-export-plist)
13040 (org-default-export-plist): New functions.
13041 (org-export-html-preamble, org-export-html-postamble)
13042 (org-export-html-auto-preamble, org-export-html-auto-postamble):
13043 New variables.
13044 (org-export-publishing-directory): New option.
13045 (org-export-as-html, org-export-as-ascii): Use the new property
13046 lists for settings.
13047 (org-export-copy-visible, org-export-as-xoxo):
13048 Respect `org-export-publishing-directory'.
13049 (org-link-search, org-store-link, org-file-apps): Support for
13050 links to BibTeX database entries..
13051 (org-get-current-options, org-set-regexps-and-options):
13052 Implement logging as a startup option.
13053 (org-store-link): Make sure context string is never empty
13054 (org-insert-link): Use relative path when possible.
13055 (org-at-item-checklet-p): New function.
13056 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
13057 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
13058 (org-metaright, org-metaup, org-metadown, org-shiftup)
13059 (org-shiftdown, org-shiftright, org-shiftleft)
13060 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
13061 Dispatch using `call-interactively'.
13062 (org-call-with-arg): New defsubst.
13063 (org-tag-alist, org-use-fast-tag-selection): New options.
13064 (org-complete): Use `org-tag-alist'.
13065 (org-fast-tag-insert, org-fast-tag-selection): New functions.
13066 (org-next-item, org-previous-item): New commands.
13067 (org-beginning-of-item, org-end-of-item): Add (interactive) to
13068 make command.
13069 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
13070
13071 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
13072
13073 * emacs-lisp/ewoc.el (ewoc-delete): New function.
13074 (ewoc-filter): Use `ewoc-delete'.
13075
13076 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
13077
13078 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13079
13080 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
13081 Signal more user-friendly error messages.
13082
13083 * complete.el (PC-do-completion): Undo the addition of implicit
13084 wildcards if they did not lead to finding any match.
13085 (read-file-name-internal): Don't add the final > if the completion is
13086 not finished.
13087
13088 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
13089
13090 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
13091 Quote safe-local-variable predicate.
13092
13093 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
13094
13095 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
13096
13097 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13098
13099 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
13100
13101 * progmodes/make-mode.el (makefile-special-targets-list)
13102 (makefile-macro-table, makefile-target-table): Mark as risky.
13103 (makefile-query-one-target-method): Make this the alias for the
13104 following variable.
13105 (makefile-query-one-target-method-function): Make this the real name.
13106
13107 * textmodes/artist.el (artist-text-renderer): Make this the alias
13108 for the following variable.
13109 (artist-text-renderer-function): Make this the real name.
13110
13111 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
13112 the alias for the following variable.
13113 (flyspell-generic-check-word-predicate): Make this the real name.
13114
13115 * textmodes/ispell.el (ispell-format-word): Make this the alias
13116 for the following variable.
13117 (ispell-format-word-function): Make this the real name.
13118 (ispell-message-text-end): Mark as risky.
13119
13120 * skeleton.el (skeleton-transformation, skeleton-filter)
13121 (skeleton-pair-filter): Make these the aliases for the following
13122 variables.
13123 (skeleton-transformation-function, skeleton-filter-function)
13124 (skeleton-pair-filter-function): Make these the real names.
13125
13126 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
13127 and skeleton-pair-filter-function.
13128
13129 * textmodes/sgml-mode.el (sgml-transformation): Make this the
13130 alias for the following variable.
13131 (sgml-transformation-function): Make this the real name.
13132 (sgml-tag-alist): Mark as risky.
13133
13134 2006-05-21 Richard Stallman <rms@gnu.org>
13135
13136 * simple.el (kill-region): Interactively, pass point, then mark.
13137
13138 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
13139
13140 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
13141
13142 2006-05-21 Romain Francoise <romain@orebokech.com>
13143
13144 * dired-x.el (dired-mode-map): Don't bind M-g.
13145
13146 2006-05-20 Richard Stallman <rms@gnu.org>
13147
13148 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
13149 (dired-goto-file): Doc fix.
13150
13151 2006-05-21 Kim F. Storm <storm@cua.dk>
13152
13153 * emulation/cua-base.el: Mention customizing cua-mode as alternative
13154 way to enable built-in cua-mode if user loads older CUA-mode package.
13155
13156 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
13157 if default-filename is specified.
13158
13159 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13160
13161 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
13162
13163 * info.el (info-apropos): Make sure current-file and current-node
13164 have non-nil values. Speed up by using add-to-list instead of
13165 manual consing.
13166
13167 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13168
13169 * progmodes/make-mode.el (makefile-mode): Doc fix.
13170
13171 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13172
13173 * dired-aux.el (dired-do-shell-command): Doc fix.
13174
13175 2006-05-20 Kevin Ryde <user42@zip.com.au>
13176
13177 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
13178 ``(custom-manual :tag "Foo" "(foo)Node")''.
13179
13180 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
13181
13182 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
13183 value is an integer.
13184
13185 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13186
13187 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
13188 "format".
13189 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
13190
13191 2006-05-20 Martin Rudalics <rudalics@gmx.at>
13192
13193 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
13194 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
13195
13196 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13197
13198 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
13199 regexp for keywords.
13200
13201 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
13202
13203 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
13204 replace-regexp-in-string.
13205
13206 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
13207 encode, and escape file name on conversion to URL.
13208
13209 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13210
13211 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
13212 Don't unescape URL.
13213 (dnd-get-local-file-name): Unescape URL on conversion to file name.
13214
13215 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
13216 on conversion to URLs.
13217
13218 * net/browse-url.el (browse-url-file-url): Encode file name on
13219 conversion to URL.
13220
13221 * term/mac-win.el (mac-ae-open-documents): Escape file name on
13222 conversion to URL.
13223
13224 2006-05-19 Eli Zaretskii <eliz@gnu.org>
13225
13226 * progmodes/cc-styles.el (c-style-alist): Doc fix.
13227
13228 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13229
13230 * term/mac-win.el (mac-bytes-to-digits): Remove function.
13231 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
13232
13233 2006-05-19 Glenn Morris <rgm@gnu.org>
13234
13235 * calendar/diary-lib.el (diary-bahai-date)
13236 (list-bahai-diary-entries, mark-bahai-diary-entries)
13237 (mark-bahai-calendar-date-pattern): Not interactive.
13238 (add-to-diary-list): New optional arg LITERAL. Doc fix.
13239 (diary-entries-list): Change format of 4th element in each entry.
13240 (diary-list-entries): Use add-to-diary-list.
13241 (diary-goto-entry): Handle the case where the buffer visiting the
13242 diary has been killed.
13243 (fancy-diary-display): Add 'locator to button rather than 'marker.
13244 Only generate temp-face when there are marks to apply.
13245 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
13246 (diary-fancy-date-pattern): New variable.
13247 (diary-time-regexp): Doc fix.
13248 (diary-anniversary, diary-time): New faces.
13249 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
13250 diary-time-regexp. Add font-lock-multiline property where needed.
13251 Use new faces diary-anniversary and diary-time.
13252 (diary-fancy-font-lock-fontify-region-function): New function, to
13253 handle multiline font-lock pattern in fancy diary.
13254 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
13255 (diary-font-lock-keywords): Tweak time regexp. Use new face
13256 diary-time.
13257
13258 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
13259
13260 * international/code-pages.el (mik): Table corrected.
13261
13262 2006-05-18 Kim F. Storm <storm@cua.dk>
13263
13264 * progmodes/grep.el (grep-find): Don't check grep-find-command
13265 before running command (breaks non-interactive usage).
13266
13267 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
13268
13269 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
13270 (ewoc--insert-new-node): Don't insert trailing newline.
13271 Instead, adjust successor nodes's start markers.
13272 (ewoc--refresh-node): Delete all text from current node's start
13273 marker to the next one's; adjust successor nodes's start markers.
13274 (ewoc--create): Doc fixes.
13275 (ewoc--refresh): Don't insert newline.
13276 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
13277 * pcvs.el (cvs-make-cvs-buffer):
13278 Specify extra newline for ewoc's header and footer.
13279 (cvs-update-header): Update initial header recognition.
13280 Append newline to final header and footer values.
13281 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
13282
13283 2006-05-17 Richard Stallman <rms@gnu.org>
13284
13285 * files.el (file-name-extension): Doc fix.
13286
13287 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13288
13289 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
13290 we can explicitly enable/disable rather than toggle.
13291 (shell-mode): Use it.
13292 (shell-cd): Don't try to reproduce what `cd' does.
13293
13294 2006-05-17 Kim F. Storm <storm@cua.dk>
13295
13296 * ido.el (ido-read-internal): Use only nondirectory part of
13297 default item.
13298
13299 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
13300
13301 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
13302 (ewoc-nth): Doc fix.
13303
13304 (ewoc-map, ewoc-invalidate): Compute PP before looping.
13305
13306 2006-05-16 Eli Zaretskii <eliz@gnu.org>
13307
13308 * international/mule.el (auto-coding-alist): Add .lha to files
13309 read with no-conversion.
13310
13311 * files.el (auto-mode-alist): Add .lha files to archive file
13312 extensions.
13313
13314 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
13315 Convert csize to integer when computing offsets within the
13316 compressed archive file.
13317
13318 2006-05-16 Kim F. Storm <storm@cua.dk>
13319
13320 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
13321 with read-from-minibuffer.
13322
13323 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
13324
13325 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
13326 (byte-compile-warnings): Fix safe-local-variable property.
13327
13328 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
13329
13330 * allout.el (allout-show-bodies, allout-old-style-prefixes)
13331 (allout-stylish-prefixes, allout-numbered-bullet)
13332 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
13333 predicates to qualify `safe-local-variable' property, when
13334 available, else use equivalent lambda.
13335 (allout-current-topic-collapsed-p): Do the right thing regarding
13336 trailing blank lines.
13337
13338 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13339
13340 * server.el (server-start): Only create a directory if needed.
13341 (server-edit, server-unload-hook): server-start => server-mode.
13342 (kill-emacs-hook): Cleanup upon exit.
13343
13344 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13345
13346 * hexl.el (hexlify-buffer): Encode process arguments manually.
13347
13348 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
13349
13350 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
13351 call to gdb-tooltip-print.
13352
13353 2006-05-15 Romain Francoise <romain@orebokech.com>
13354
13355 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
13356 systems, default to "tar" since those systems probably have GNU tar.
13357
13358 2006-05-14 Lars Hansen <larsh@soem.dk>
13359
13360 * desktop.el (desktop-missing-file-warning): Fix docstring.
13361 (desktop-restore-file-buffer): Correct question asked on missing file.
13362
13363 2006-05-14 Kim F. Storm <storm@cua.dk>
13364
13365 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
13366 Add CUA move property.
13367
13368 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
13369
13370 * custom.el (custom-push-theme): Load the variable before checking
13371 its `standard-value'.
13372
13373 2006-05-13 Lars Hansen <larsh@soem.dk>
13374
13375 * desktop.el (desktop-save): Use with-temp-buffer.
13376
13377 2006-05-12 Glenn Morris <rgm@gnu.org>
13378
13379 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
13380 * calendar/calendar.el (calendar-mode-map):
13381 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
13382 * calendar/appt.el (appt-check, appt-make-list): Refer to
13383 diary-view-entries, diary-list-entries, diary-show-all-entries
13384 rather than obsolete aliases.
13385
13386 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
13387
13388 * simple.el (line-move-finish): Avoid calling point motion hooks
13389 while processing intangibility.
13390
13391 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
13392
13393 * term/xterm.el (terminal-init-xterm): Fix typo.
13394
13395 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
13396
13397 * allout.el (allout-view-change-hook): Mark as being deprecated,
13398 to be replaced by `allout-exposure-change-hook'.
13399 (allout-exposure-change-hook): New, replacing
13400 `allout-view-change-hook'.
13401 (allout-flag-region): Run new hook `allout-exposure-change-hook',
13402 in addition to `allout-view-change-hook'.
13403 (allout-show-bodies, allout-old-style-prefixes)
13404 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
13405 lambda forms to prevent their showing up in variable help
13406 presentations as inscrutable byte-compiled code.
13407 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
13408 Use string-or-null-p to qualify safe-local-variable values.
13409 (allout-reindent-bodies): Use memq to qualify matches against
13410 valid safe-local-variable values. Also, quote the lambda as above.
13411 (allout-use-mode-specific-leader): Add missing candidate-value
13412 symbols, use memq, and quote the lambda.
13413 (allout-overlay-interior-modification-handler): Remove unused
13414 variables `msg' and 'opened'.
13415 (allout-hidden-p): Constrain invisibility consideration to allout's
13416 invisibility spec, disregarding invisibility for other reasons.
13417
13418 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
13419
13420 * files.el (version-control): Correct safe values.
13421
13422 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
13423
13424 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
13425
13426 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
13427 (ewoc--insert-new-node): New func.
13428 Update callers of deleted funcs to use it, instead.
13429
13430 2006-05-11 Glenn Morris <rgm@gnu.org>
13431
13432 * calendar/calendar.el (diary-show-all-entries): Do not refer to
13433 obsolete alias `show-all-diary-entries'.
13434 (make-diary-entry): Not interactive.
13435 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
13436 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
13437 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
13438 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
13439 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
13440 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
13441
13442 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13443
13444 * calendar/calendar.el (calendar-french-date-string)
13445 (calendar-mayan-date-string, calendar-chinese-date-string)
13446 (calendar-astro-date-string, calendar-iso-date-string)
13447 (calendar-islamic-date-string, calendar-bahai-date-string)
13448 (calendar-hebrew-date-string, calendar-coptic-date-string)
13449 (calendar-ethiopic-date-string, calendar-persian-date-string):
13450 These functions are not interactive.
13451
13452 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
13453
13454 * files.el: Balance parentheses.
13455
13456 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
13457
13458 * files.el, newcomment.el, outline.el, simple.el,
13459 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
13460 * progmodes/cc-vars.el, progmodes/compile.el:
13461 Move `safe-local-variable' declarations to the respective files.
13462
13463 * help-fns.el (describe-variable): Don't print safe-var if it is
13464 byte-code. Improve wording as suggested by Luc Teirlinck.
13465
13466 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13467
13468 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
13469 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
13470 Use a token for pending-triggers to ensure gdb-var-update
13471 gets called once per user input again for pre-GDB 6.4.
13472 (gdb-var-delete): Match on more complex expressions.
13473 (gdb-var-list-children-handler, gdb-var-create-handler):
13474 Use a token for consistency.
13475
13476 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
13477
13478 * textmodes/org.el (org-read-date, org-goto-calendar)
13479 (org-agenda-goto-calendar):
13480 Bind `view-calendar-holidays-initially' to nil.
13481
13482 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
13483
13484 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
13485 Update all callers to do it there, instead.
13486
13487 2006-05-10 Glenn Morris <rgm@gnu.org>
13488
13489 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
13490 prefix arg case, to avoid view-diary-entries-initially error.
13491 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
13492 (calendar-date-is-legal-p): Handle dates with no day part.
13493
13494 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13495
13496 * comint.el (comint-insert-input): Just make it when
13497 comint-use-prompt regexp is nil (default) and with the mouse.
13498 (comint-copy-old-input): Reinstate from 2004-06-23.
13499 (comint-mode-map): Bind C-c C-m to it.
13500
13501 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
13502
13503 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
13504 Remove spurious move to point-max (new comint behavior fixes).
13505
13506 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
13507 compatibility function (Emacs 18/19).
13508 (idlwave-is-continuation-line): Always return point at start of
13509 previous non-blank continuation line.
13510 (keyword-parameters): Fix continued comment font-lock matcher.
13511 (idlwave-font-lock-fontify-region): Written, use as
13512 font-lock-fontify-region-function, to fix continued keyword
13513 fontification issues.
13514
13515 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13516
13517 * term/mac-win.el (mac-font-panel-mode): Doc fix.
13518 (mac-service-selection, mac-service-open-file)
13519 (mac-service-open-selection, mac-service-mail-selection)
13520 (mac-service-mail-to, mac-service-insert-text): Rename from
13521 mac-services-*. All uses changed.
13522 (mac-apple-event-map): Rename event symbol `services' to `service'.
13523
13524 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
13525
13526 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
13527 (ewoc--node-enter-first, ewoc--node-enter-last)
13528 (ewoc--delete-node-internal): Merge funcs into unique callers.
13529
13530 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
13531
13532 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
13533 return value of read-from-minibuffer for empty input.
13534
13535 2006-05-09 Miles Bader <miles@gnu.org>
13536
13537 * comint.el (comint-insert-input): Remove redundant calls to setq
13538 and goto-char.
13539
13540 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
13541
13542 * comint.el (comint-insert-input): Make it work when
13543 comint-use-prompt-regexp is t.
13544
13545 2006-05-10 Miles Bader <miles@gnu.org>
13546
13547 * subr.el (field-at-pos): New function.
13548
13549 * comint.el (comint-insert-input): Use it.
13550
13551 2006-05-09 Juri Linkov <juri@jurta.org>
13552
13553 * battery.el (battery-linux-proc-acpi): Also try
13554 `/proc/acpi/thermal_zone/THR2/temperature'.
13555
13556 * files.el <safe-local-variable>: Remove `eval' and `let' binding
13557 for now unused lambda `string-or-null'.
13558
13559 * add-log.el (change-log-default-name): Put `string-or-null-p'
13560 instead of lambda on `safe-local-variable' property.
13561
13562 * diff-mode.el (diff-context->unified): Use `region-beginning' and
13563 `region-end' instead of `mark' and `point'.
13564 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
13565 Operate on region in Transient Mark mode when the mark is active.
13566 Use `region-beginning' and `region-end' instead of `mark' and
13567 `point'.
13568 (diff-hunk-text, diff-goto-source): Doc fix.
13569
13570 * startup.el (fancy-splash-screens, normal-splash-screen): Use
13571 face `mode-line-buffer-id' for mode-line buffer face instead of
13572 hard-coded `(:weight bold)'.
13573
13574 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
13575 buffer-undo-list to t (undo-ask is reproducible by visiting
13576 nested archives).
13577
13578 2006-05-09 Kim F. Storm <storm@cua.dk>
13579
13580 * progmodes/grep.el (rgrep): Set default directory of *grep*
13581 buffer if we start M-x rgrep in the *grep* buffer and choose
13582 a different base directory.
13583
13584 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
13585
13586 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
13587 completion also when ido is loaded.
13588
13589 2006-05-09 Masatake YAMATO <jet@gyve.org>
13590
13591 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
13592 "warning" and "import".
13593 (cpp-font-lock-keywords): Added "warning".
13594
13595 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
13596
13597 * term/xterm.el (terminal-init-xterm): Add more key bindings.
13598
13599 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13600
13601 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
13602 pages at a time, if we signal the end, we should indeed reach that end.
13603
13604 2006-05-08 David Reitter <david.reitter@gmail.com>
13605
13606 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
13607 output during execution of the body.
13608
13609 2006-05-08 Kim F. Storm <storm@cua.dk>
13610
13611 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
13612
13613 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
13614
13615 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
13616 Use with-current-buffer.
13617
13618 2006-05-07 Kim F. Storm <storm@cua.dk>
13619
13620 * subr.el (add-to-history): Remove keep-dups arg.
13621
13622 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
13623 to nil around call to add-to-history.
13624
13625 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13626
13627 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
13628 than after a buffer modification.
13629
13630 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
13631
13632 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
13633 call to...
13634 (gud-watch): ...here so speedbar is raised for already watched
13635 expressions.
13636 (gdb-speedbar-refresh): Delete function.
13637 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
13638 Use speedbar-timer-fn instead of speedbar-refresh (reverting
13639 earlier change).
13640 (gdb-var-evaluate-expression-handler)
13641 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
13642
13643 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
13644 Update localized contents for all buffers except ignored modes.
13645
13646 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13647
13648 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
13649 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
13650 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
13651 (mac-handle-font-panel-closed, mac-handle-font-selection):
13652 New functions.
13653 (mac-font-panel-mode): New minor mode.
13654 (mac-apple-event-map): Add bindings for toolbar toggle button and
13655 font panel.
13656 (menu-bar-showhide-menu): Add mac-font-panel-mode.
13657
13658 2006-05-07 John Paul Wallington <jpw@pobox.com>
13659
13660 * ibuffer.el (ibuffer-compressed-file-name-regexp):
13661 Avoid `regexp-opt'; simplify regexp for readability.
13662
13663 2006-05-06 Eli Zaretskii <eliz@gnu.org>
13664
13665 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
13666 * files.el (buffer-stale-function):
13667 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13668 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
13669 links to the main manual, not to emacs-xtra.
13670
13671 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13672
13673 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
13674 MacJapanese if text is ASCII-only.
13675
13676 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
13677
13678 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
13679 unless so nil isn't returned.
13680 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
13681
13682 2006-05-06 Kim F. Storm <storm@cua.dk>
13683
13684 * subr.el (add-to-history): New function.
13685
13686 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
13687 (ediff-merge-files-with-ancestor):
13688 * env.el (setenv):
13689 * isearch.el (isearch-update-ring):
13690 * server.el (server-visit-files):
13691 * progmodes/grep.el (lgrep, rgrep):
13692 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
13693 * progmodes/xscheme.el (xscheme-insert-expression):
13694 Use add-to-history.
13695
13696 * kmacro.el (kmacro-push-ring): Use add-to-history.
13697 (kmacro-ring-length): Remove unused defun.
13698 (kmacro-start-macro): Use kmacro-push-ring.
13699
13700 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
13701
13702 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
13703 directly instead of a lambda expression that calls it.
13704
13705 2006-05-06 Kim F. Storm <storm@cua.dk>
13706
13707 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
13708 instead of compute-motion.
13709
13710 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
13711
13712 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
13713 change.
13714
13715 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
13716
13717 * startup.el (command-line-1): Refer to "Pure Storage" on
13718 pure-space-overflow.
13719
13720 2006-05-05 Martin Rudalics <rudalics@gmx.at>
13721
13722 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
13723 provided faces once they all have been used up.
13724
13725 2006-05-05 Eli Zaretskii <eliz@gnu.org>
13726
13727 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
13728 reference to the Lisp manual to the warning about pure space
13729 overflow.
13730
13731 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13732
13733 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
13734 argument to avoid the call to `ispell-internal-change-dictionary'
13735 when not needed.
13736 (ispell-change-dictionary): Use this argument and call
13737 `ispell-internal-change-dictionary' after the possible change
13738 to `ispell-local-dictionary'.
13739 (ispell-internal-change-dictionary): Check for a change in
13740 personal dictionary use too.
13741
13742 2006-05-05 Eli Zaretskii <eliz@gnu.org>
13743
13744 * startup.el (command-line): On MS-Windows, probe "~", not
13745 "~USER", for warning about non-existent home directory.
13746
13747 * arc-mode.el (archive-l-e): New optional argument `float' means
13748 generate a float value.
13749 (archive-arc-summarize, archive-lzh-summarize)
13750 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
13751 with 3rd argument non-nil when file's size is being computed.
13752 Format the file sizes with %8.0f instead of %8d.
13753
13754 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13755
13756 * cus-start.el (all): Add mac-dnd-known-types.
13757
13758 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
13759 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
13760 (mac-TIFF-to-string): New functions.
13761 (x-get-selection, x-selection-value)
13762 (mac-select-convert-to-string): Use them.
13763 (mac-text-encoding-mac-japanese-basic-variant): New constant.
13764 (mac-dnd-types-alist): New customization variable.
13765 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
13766 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
13767 (mac-dnd-handle-drag-n-drop-event): New functions.
13768 (mac-drag-n-drop): Remove function.
13769 (global-map): Bind drag-n-drop and M-drag-n-drop to
13770 mac-dnd-handle-drag-n-drop-event.
13771
13772 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
13773
13774 * progmodes/perl-mode.el (perl-beginning-of-function):
13775 Skip anonymous subs.
13776
13777 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
13778
13779 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
13780 regexp-opt at run time.
13781
13782 * term.el (term-handle-ansi-escape): Fix off by one error.
13783
13784 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
13785
13786 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
13787 (gdb-init-1, gdb-post-prompt): ...and references to it.
13788 (gdb-frame-handler): Strip directory name from filename if present.
13789
13790 * progmodes/gud.el (gdb-force-update): Delete defvar
13791 (gud-speedbar-buttons): ...and references to it. Use window-start
13792 to try to keep positon in watch expression.
13793
13794 2006-05-03 Richard Stallman <rms@gnu.org>
13795
13796 * simple.el (next-history-element, previous-history-element): Doc fix.
13797
13798 * isearch.el (isearch-update-ring): Doc fix.
13799
13800 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
13801
13802 * isearch.el (isearch-update-ring): Take history-delete-duplicates
13803 into consideration. Replace one arm ifs with whens.
13804
13805 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
13806
13807 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
13808 (menu): Fix typo.
13809
13810 2006-05-02 Miles Bader <miles@gnu.org>
13811
13812 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
13813
13814 2006-05-02 Jay Belanger <belanger@truman.edu>
13815
13816 * calc/calc-embed.el (calc-override-minor-modes-map)
13817 (calc-override-minor-modes): New variables.
13818 (calc-do-embedded): Make sure that Calc keystrokes aren't
13819 overwritten by minor modes.
13820
13821 2006-05-02 Chong Yidong <cyd@mit.edu>
13822
13823 * msb.el (msb): If EVENT is a down event, read and discard the up event.
13824
13825 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
13826
13827 * startup.el (command-line-1): Refer to Lisp manual when
13828 pure-space-overflow occurs.
13829
13830 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
13831 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
13832 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
13833 (version-control): Don't use `t' for safe-local-variable declarations.
13834
13835 2006-05-01 Richard Stallman <rms@gnu.org>
13836
13837 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
13838 M-r, M-R, M-A, M-SPC or M-DEL.
13839 (diff-mode-map): diff-refine-hunk now on C-c C-w
13840 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
13841
13842 * help-mode.el (help-mode): view-exit-action calls delete-window
13843 only when it is safe and possible.
13844
13845 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
13846 in messages.
13847
13848 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
13849
13850 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
13851 in the default tool-bar-map.
13852
13853 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
13854
13855 * net/tramp.el (tramp-completion-file-name-handler-alist)
13856 (tramp-run-real-handler, tramp-completion-run-real-handler)
13857 (tramp-completion-handle-file-name-all-completions)
13858 (tramp-completion-handle-file-name-completion): Autoload them.
13859 (tramp-completion-handle-file-exists-p)
13860 (tramp-completion-handle-file-name-directory)
13861 (tramp-completion-handle-file-name-nondirectory)
13862 (tramp-completion-handle-expand-file-name): Remove them.
13863 (tramp-handle-file-name-directory): Return the real directory name.
13864 Returning "/" only doesn't need to be necessary any longer.
13865 (tramp-file-name-handler): Make special attention when in hostname
13866 completion mode.
13867 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
13868 (tramp-register-file-name-handlers):
13869 Register `tramp-completion-file-name-handler' only when
13870 `partial-completion-mode' is enabled.
13871 (tramp-completion-handle-file-name-all-completions):
13872 Delete directory part from results.
13873 (tramp-get-completion-methods, tramp-get-completion-user-host):
13874 Discard deleting "/", it doesn't work after the change of
13875 `tramp-handle-file-name-directory' above.
13876
13877 2006-05-01 Kim F. Storm <storm@cua.dk>
13878
13879 * progmodes/grep.el (grep-expand-template): Use save-match-data
13880 and symbol-value.
13881
13882 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13883
13884 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
13885 Use select-frame-set-input-focus instead of raise-frame.
13886 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
13887
13888 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
13889
13890 * progmodes/gud.el (gud-def): Add %c case.
13891 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
13892 (gud-format-command): Make match case sensitive. Match on %F.
13893
13894 2006-04-30 Glenn Morris <rgm@gnu.org>
13895
13896 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
13897 (cal-tex-preamble): Use cal-tex-preamble-extra.
13898 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
13899 than alias `list-diary-entries'.
13900
13901 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
13902
13903 * help-fns.el (describe-variable): Add info about safe local variables.
13904
13905 2006-04-29 Richard Stallman <rms@gnu.org>
13906
13907 * bindings.el (mode-line-format): help-echo doc fixes.
13908
13909 * net/tramp.el (tramp-file-name-handler-alist): Delete
13910 expand-file-name and other operations that can cause spurious loading.
13911
13912 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13913
13914 * files.el (safe-local-variable-p): Remove support for the special
13915 value t.
13916
13917 * textmodes/paragraphs.el (sentence-end-without-space):
13918 Fix safety predicate.
13919 (sentence-end-double-space, sentence-end-without-period)
13920 (paragraph-ignore-fill-prefix):
13921 * textmodes/fill.el (colon-double-space):
13922 * abbrev.el (abbrev-mode): Tighten the safety predicate.
13923
13924 * subr.el (booleanp): New fun.
13925
13926 * textmodes/reftex-vars.el (reftex-guess-label-type):
13927 Tighten the safety predicate.
13928
13929 2006-04-28 Kim F. Storm <storm@cua.dk>
13930
13931 * progmodes/grep.el (defgroup grep): Doc fix.
13932 (grep-auto-highlight): Remove.
13933 (grep-template): New defcustom.
13934 (grep-find-template): Rename from grep-tree-template.
13935 (grep-files-aliases): Rename from grep-tree-files-aliases.
13936 Remove "all" alias, add "l" alias.
13937 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
13938 (grep-find-ignored-directories): New defcustom to replace
13939 grep-tree-ignore-CVS-directories, to facilitate ignoring
13940 subdirectories for multiple version control systems.
13941 (grep-mode-map): Add Recursive grep item to GREP menu.
13942 (grep-regexp-history, grep-files-history): New defvars.
13943 (grep-probe): New helper function.
13944 (grep-compute-defaults): Use it to simplify code.
13945 Adapt to name changes.
13946 Use `.' as base in grep-find-template rather than <D>.
13947 (grep): Remove superfluous highlight-regexp arg. Fix doc.
13948 Call grep-compute-defaults unconditionally.
13949 (grep-expand-keywords): New defconst.
13950 (grep-expand-template): Rename from grep-expand-command-macros.
13951 Simplify via grep-expand-keywords. Look at case-fold-search instead
13952 of grep-tree-ignore-case to add -i option.
13953 Bind case-fold-search to nil while matching keywords.
13954 (grep-tree-last-regexp, grep-tree-last-files): Remove.
13955 (grep-read-regexp, grep-read-files): New helper functions.
13956 (rgrep): Rename from grep-tree. Rework to use proper histories.
13957 Adapt to changes in defcustoms and functions above.
13958 (lgrep): New command, as grep, but using same interactive UI as rgrep.
13959
13960 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
13961
13962 * net/tramp.el (tramp-completion-file-name-handler):
13963 Disable Tramp's functionality while loading Tramp itself.
13964 (tramp-register-file-name-handlers): That's a defsubst now.
13965 Code from `tramp-repair-jka-compr' moved here. Apply it via
13966 `after-init-hook'.
13967 (tramp-repair-jka-compr): Remove.
13968
13969 2006-04-27 Jay Belanger <belanger@truman.edu>
13970
13971 * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
13972 read expression when `math-read-big-expr' doesn't work.
13973
13974 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
13975
13976 * startup.el (command-line-1): Display warning when
13977 pure-space-overflow is non-nil.
13978
13979 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13980
13981 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
13982 risky.
13983
13984 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13985
13986 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
13987 Return the URL or nil if none can be generated.
13988
13989 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
13990
13991 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
13992 byte compiler warnings.
13993 (gud-basic-call, gud-find-expr): Let user select an expression
13994 for printing. Print expression as well as value in GUD buffer.
13995
13996 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
13997
13998 * allout.el: Remove local autoload declaration for
13999 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
14000 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
14001 (allout-plain-bullets-string, allout-distinctive-bullets-string)
14002 (allout-use-mode-specific-leader, allout-old-style-prefixes)
14003 (allout-stylish-prefixes, allout-numbered-bullet)
14004 (allout-file-xref-bullet, allout-presentation-padding)
14005 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
14006 safe-local-variable with suitable value spec, and add autoload
14007 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
14008 (move-beginning-of-line, move-end-of-line): Repair so these compat
14009 functions now actually resituate the point, when appropriate.
14010
14011 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14012
14013 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
14014
14015 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
14016 (add-log-iso8601-time-string): Fix call to format-time-string.
14017
14018 2006-04-26 Kim F. Storm <storm@cua.dk>
14019
14020 * subr.el (posn-string, posn-image, posn-object): Doc fix.
14021
14022 2006-04-26 Masatake YAMATO <jet@gyve.org>
14023
14024 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
14025 Add support for "//" style comments. Remove `b' flag
14026 from ?* in `asm-mode-syntax-table'.
14027
14028 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14029
14030 * follow.el: Use (featurep 'xemacs) everywhere.
14031 (follow-mode): Use define-minor-mode.
14032 (follow-mode-map): Move initialization into the declaration.
14033 Use command remapping.
14034 (follow-emacs-version-xemacs-p): Remove.
14035 (follow-submit-feedback): Remove.
14036
14037 * allout.el (allout-layout, allout-passphrase-verifier-string)
14038 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
14039
14040 * textmodes/reftex-vars.el (reftex-vref-is-default)
14041 (reftex-fref-is-default, reftex-guess-label-type):
14042 Tighten up a bit the safety predicate.
14043
14044 * textmodes/paragraphs.el (sentence-end-double-space)
14045 (sentence-end-without-period, sentence-end-without-space)
14046 (page-delimiter, paragraph-ignore-fill-prefix):
14047 Tighten up a bit the safety predicate.
14048
14049 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
14050
14051 * progmodes/python.el (python-continuation-line-p)
14052 (python-beginning-of-statement): syntax-ppss may return
14053 a negative depth.
14054 (python-mode): Don't forcefully enable font-lock.
14055
14056 * time-stamp.el (time-stamp-start, time-stamp-end)
14057 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
14058
14059 * add-log.el: Remove spurious * in docstrings.
14060 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
14061 (add-change-log-entry): Use it here, since it's not specific
14062 to iso8601.
14063 (add-log-iso8601-time-string): Don't use it here any more.
14064 (change-log-indent-text, change-log-indent): Rename from add-log-*.
14065
14066 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
14067
14068 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
14069
14070 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
14071 (rcirc-toggle-low-priority): Doc fix.
14072 (rcirc-handler-NOTICE): Remove beginning of line anchor in
14073 ChanServ regexp.
14074 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
14075 #emacs.
14076 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
14077 (rcirc-decode-coding-system): Use utf-8 as the default.
14078 (rcirc-multiline-minor-mode): Set the fill-column.
14079 (rcirc-format-response-string): Display bright and dim nicks.
14080 (rcirc-browse-url): Update interactive spec to fill ARG.
14081 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
14082 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
14083
14084 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
14085
14086 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
14087 case for @Article, etc.
14088
14089 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
14090
14091 * net/tramp.el (tramp-register-file-name-handlers): New defun.
14092 Added with autoload cookie.
14093 (tramp-unload-file-name-handlers): Rename from
14094 `tramp-unload-file-name-handler-alist'.
14095
14096 2006-04-23 Romain Francoise <romain@orebokech.com>
14097
14098 * comint.el (comint-match-partial-filename): Doc fix.
14099
14100 2006-04-21 Glenn Morris <rgm@gnu.org>
14101
14102 * calendar/cal-menu.el (calendar-mode-map): Refer to
14103 `diary-view-entries' rather than alias `view-diary-entries'.
14104 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
14105
14106 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
14107
14108 * progmodes/antlr-mode.el (antlr-default):
14109 * cus-edit.el (custom-documentation):
14110 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
14111 in defface.
14112
14113 2006-04-21 Kim F. Storm <storm@cua.dk>
14114
14115 * image.el (image-type): New defun split out of create-image.
14116 (create-image): Use it.
14117
14118 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
14119
14120 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
14121 (org-open-at-point): Remove the "...done" message to keep output
14122 in the echo area visible.
14123 (org-export-as-xoxo): Fix call to `indent-region'.
14124
14125 2006-04-21 Kevin Ryde <user42@zip.com.au>
14126
14127 * international/mule.el (keyboard-coding-system): defcustom
14128 info-link fixes: "Specify Coding" has been split, keyboard now in
14129 "Terminal Coding", and "Single-Byte Character Support" is now
14130 "Unibyte Mode".
14131
14132 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
14133
14134 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
14135 Use font-lock-warning-face for any errors e.g. no stack.
14136 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
14137
14138 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
14139
14140 * progmodes/sh-script.el (sh-shell): Mark as safe.
14141
14142 * newcomment.el (comment-start, comment-start-skip)
14143 (comment-end-skip, comment-end): Mark as safe.
14144
14145 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
14146
14147 * textmodes/org.el (org-deadline-announce): Face removed.
14148 (org-level-faces, org-n-levels): Convert to constant.
14149 (org-compatible-face): New function.
14150 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
14151 (org-level-5, org-level-6, org-level-7, org-level-8)
14152 (org-special-keyword, org-warning, org-headline-done, org-link)
14153 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
14154 (org-scheduled-today, org-scheduled-previously, org-time-grid):
14155 Face definition revised for better color tty support.
14156 (org-bold-re, org-italic-re, org-underline-re): New constants.
14157 (org-set-font-lock-defaults): Use the new constants.
14158 (org-agenda-highlight-todo): New function.
14159 (org-agenda-todo): Fix bug with point at end of line.
14160 (org-agenda-change-all-lines, org-finalize-agenda-entries):
14161 Fontify TODO keywords.
14162 (org-insert-link): Preserve relative path in ../ links.
14163 (org-export-as-html): Convert links pointing to .org files into
14164 links that will work beteen the exported HTML files.
14165 (org-todo-list): Fix bug when arg=0.
14166 (org-insert-heading): More fine-tuning.
14167
14168 2006-04-19 Romain Francoise <romain@orebokech.com>
14169
14170 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
14171 from `rmail-mime-charset-pattern'.
14172
14173 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
14174
14175 * progmodes/python.el (python-mode): Fix typo.
14176
14177 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
14178
14179 * comint.el (comint-previous-input): Don't clobber input line
14180 when moving off either end of the input history ring.
14181 (comint-delete-input): New function, used by
14182 `comint-previous-input' and others.
14183 (comint-previous-matching-input):
14184 Use `coming-delete-input'. Save the partial input if leaving the
14185 edit line. Goto point-max before deleting input to avoid
14186 partial input fragments hanging around.
14187 (comint-restore-input): New function, used by `comint-previous-input'.
14188
14189 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
14190
14191 * imenu.el (imenu--index-alist): Balance parentheses.
14192
14193 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
14194
14195 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
14196
14197 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
14198
14199 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
14200 file is nil.
14201
14202 2006-04-18 Richard Stallman <rms@gnu.org>
14203
14204 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
14205
14206 * imenu.el (imenu-create-index-function, imenu--index-alist)
14207 (imenu--last-menubar-index-alist, imenu--make-index-alist)
14208 (imenu-default-create-index-function, imenu--generic-function):
14209 Doc fixes.
14210
14211 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
14212
14213 * help-mode.el (help-mode): Set view-exit-action to delete window.
14214
14215 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
14216 now works by passing nil as arg.
14217
14218 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
14219
14220 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
14221 (read-abbrev-file): Provide default when reading filename.
14222
14223 * files.el (enable-local-variables): Allow :all as value.
14224 (hack-local-variables): Implement that value.
14225 (safe-local-variable-values, safe-local-eval-forms)
14226 (enable-local-variables): Mark as risky.
14227 (find-file-visit-truename, kept-old-versions): Mark safe.
14228
14229 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
14230 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
14231 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
14232
14233 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14234
14235 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
14236 Use forward-line so as to get to BOL even in the presence of fields.
14237 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
14238 in return.
14239 (inferior-tcl): Tell tclsh to work in interactive mode.
14240
14241 * complete.el (partial-completion-mode):
14242 Use 'choose-completion-string-functions to make sure that
14243 choose-completion fills the minibuffer properly.
14244
14245 * complete.el (PC-old-read-file-name-internal): Remove.
14246 (PC-read-include-file-name-internal): Remove. Turn it into an advice
14247 of read-file-name-internal.
14248 (partial-completion-mode): Enable/disable this advice.
14249
14250 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
14251
14252 * net/tramp.el (tramp-completion-file-name-handler): Revert change
14253 of 2006-04-17.
14254
14255 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
14256
14257 * textmodes/org.el (org-insert-heading): Insert heading before
14258 current if at beginning of line.
14259 (org-todo, org-date): New faces.
14260 (org-table-align): Make sure tooltip window contains full text.
14261 (org-no-properties): New defsubst.
14262 (org-set-font-lock-defaults): Use new faces.
14263
14264 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
14265
14266 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
14267 for root variables.
14268
14269 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
14270 (gdb-frame-address): Re-use to identify frame for watch expression.
14271 (gdb-var-list, gdb-var-create-handler): Add frame address for root
14272 variables.
14273 (gdb-init-1, gdb-source, gdb-post-prompt)
14274 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
14275 (gdb-frame-handler): Get gdb-frame-address.
14276
14277 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
14278
14279 Sync with Tramp 2.0.53.
14280
14281 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
14282 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
14283 (tramp-completion-file-name-handler): Add autoload cookie for
14284 adding to `file-name-handler-alist'.
14285
14286 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
14287 the prompt. If it returns earlier (when detecting an error
14288 message), the rest of the output will merge accidently with the
14289 output of the next command. Reported by M Jared Finder
14290 <jared@hpalace.com>.
14291
14292 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
14293 for `process-file', in order to let it work for older Emacsen too.
14294
14295 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
14296
14297 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
14298 (tex-font-lock-keywords-3): Use it.
14299
14300 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14301
14302 * newcomment.el (comment-add): New function.
14303 (comment-region-default, comment-dwim): Use it.
14304
14305 2006-04-15 Michael Olson <mwolson@gnu.org>
14306
14307 * emacs-lisp/tq.el: Improve comments.
14308 (tq-queue-head-question): New accessor function.
14309 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
14310 Update for modified queue structure.
14311 (tq-queue-add): Accept `question' argument.
14312 (tq-queue-pop): If a question is pending, send it.
14313 (tq-enqueue): Accept new optional argument `delay-question'.
14314 If this is non-nil, and at least one other question is pending a
14315 response, queue the question rather than sending it immediately.
14316
14317 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14318
14319 * calendar/appt.el (appt-add): Check whether an appointment is
14320 already present in appt-time-msg-list. Simplify code.
14321
14322 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14323
14324 * progmodes/cc-langs.el (c-mode-menu):
14325 Don't presume c-subword-mode is bound.
14326
14327 2006-04-13 Bill Wohler <wohler@newt.com>
14328
14329 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
14330 (customize-package-emacs-version): Use cdr instead of cadr now
14331 that alists use dotted pairs.
14332
14333 * custom.el (defcustom): Fix docstring for :package-version.
14334
14335 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
14336
14337 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
14338 (tramp-handle-shell-command): Display output buffer only when
14339 `tramp-display-shell-command-buffer' is true.
14340 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
14341
14342 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14343
14344 * textmodes/org.el (org-set-autofill-regexps): Set only the local
14345 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
14346
14347 2006-04-13 Romain Francoise <romain@orebokech.com>
14348
14349 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
14350 leaving temporary .cvsignore buffers behind.
14351
14352 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14353
14354 * textmodes/org.el (org-set-regexps-and-options)
14355 (org-get-current-options): Better names for the startup folding
14356 options.
14357
14358 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
14359
14360 * vc.el (vc-annotate): Arrange for point to end up at the same
14361 line number as in the original, but only when using a new buffer.
14362
14363 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
14364
14365 * files.el (hack-one-local-variable-eval-safep):
14366 Recognize `edebug-form-spec' for `put', but only if it passes
14367 `edebug-basic-spec'. Generalize `put' handling.
14368
14369 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
14370 vetting file-local form specs.
14371
14372 * allout.el (allout-layout): Autoload its `safe-local-variable'
14373 property.
14374
14375 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14376
14377 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
14378 (org-agenda-mouse-1-follows-link)
14379 (org-mouse-1-follows-link): New options.
14380 (org-format-agenda-item): Fix bug if TAGS is nil.
14381 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
14382
14383 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
14384
14385 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
14386 GDB 6.1+ gives full filename for "info sources" so use
14387 file-name-nondirectory.
14388
14389 2006-04-12 Romain Francoise <romain@orebokech.com>
14390
14391 * subr.el (read-passwd): Bind `message-log-max' to nil.
14392
14393 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14394
14395 * progmodes/perl-mode.el (perl-indent-new-calculate):
14396 Recompute parse-start after jumping backward by a whole sexp.
14397
14398 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14399
14400 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
14401 window configuration.
14402 (vc-annotate-display-select): Select the buffer so that current-buffer
14403 (and selected-window) is the output buffer at the end of vc-annotate.
14404
14405 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
14406
14407 * vc.el (vc-annotate-color-map): Add custom TTY color map for
14408 8-color terminals, to use all of the colors in a sensible order.
14409 256-color terminals work well with the standard map.
14410 (vc-annotate-lines): Only strip the first color character if it
14411 is "#", to allow for terminal-style named colors.
14412 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
14413 the correct buffer is scrolled.
14414
14415 2006-04-11 Richard Stallman <rms@gnu.org>
14416
14417 * emacs-lisp/bytecomp.el (byte-compile-file):
14418 Bind enable-local-variables to :safe, and make normal-mode obey it.
14419
14420 * files.el (enable-local-variables): Allow value :safe.
14421 (normal-mode): Doc fix.
14422 (hack-local-variables): Implement enable-local-variables = :safe.
14423 (hack-local-variables-confirm): Don't prevent quitting.
14424
14425 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14426
14427 * loadhist.el (unload-feature): A bit of sanity check of
14428 load-history entries. Cancel timer-vars before unbinding them.
14429
14430 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
14431 quote special chars, and make the trick work on the hex part of the
14432 buffer as well.
14433 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
14434 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
14435
14436 * startup.el (normal-splash-screen): Fix last change so we don't wait
14437 2 minutes if we don't show the splash screen.
14438
14439 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
14440
14441 * textmodes/org.el (org-export-plain-list-max-depth)
14442 (org-table-spaces-around-separators)
14443 (org-radio-targets, org-activate-camels)
14444 (org-table-spaces-around-invisible-separators): Options removed.
14445 (org-time-stamp-rounding-minutes, org-remember-templates)
14446 (org-ellipsis, org-activate-links, org-descriptive-links):
14447 New options.
14448 (org-remember-apply-template, org-current-time)
14449 (org-finish-edit-table-field)
14450 (org-link-unescape, org-link-escape)
14451 (org-string-width, org-table-clean-line, org-html-do-expand)
14452 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
14453 (org-read-agenda-file-list): New functions.
14454 (org-table-edit-field)
14455 (org-table-create-or-convert-from-region): New commands
14456 (org-table-toggle-vline-visibility): Command removed.
14457 (org-table-convert-region): Made a command.
14458 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
14459 Replace with the normal org- functions.
14460 (org-self-insert-command): Don't trigger realign unnecessarily
14461 when blanking a field that is not full.
14462 (org-mode): `Set buffer-invisibility-spec' for links.
14463 (org-activate-links2): Hide link part and only show descriptive
14464 part of the link.
14465 (org-insert-link): Modify for new linking system.
14466 (org-store-link): Store description separately, for use by
14467 `org-insert-link'.
14468 (org-table-align): Use `org-string-width'.
14469 (defgroup): Completely new group structure for custom variables.
14470 (org-agenda-files): Option: Single file name allowed. Function:
14471 Optional argument unrestrited means ignore any restricitons.
14472 (org-install-agenda-files-menu): Find a buffer in Org-mode before
14473 trying to modify the menu. Use generalized access to
14474 `org-agenda-files.'
14475 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
14476 (org-agenda-file-to-front, org-remove-file, org-diary)
14477 (org-tags-view, org-export-icalendar-all-agenda-files)
14478 (org-export-icalendar-combine-agenda-files): Use generalized
14479 access to `org-agenda-files'.
14480 (org-remember-handler): Correctly preserve heading if present.
14481 (org-table-insert-row, org-table-insert-hline): Deal with
14482 invisible characters.
14483
14484 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
14485
14486 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
14487 (vc-annotate-color-map): New 18 element constant
14488 value/saturation, rotating hue colormap, from red->blue.
14489 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
14490 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
14491 (vc-annotate): To avoid killing the required local variables,
14492 set them before the end of `with-output-to-temp-buffer', and
14493 after first switching to annotate-mode.
14494 (vc-annotate-warp-version): Add buffer argument in goto-line to
14495 ensure annotation, not source, is scrolled.
14496
14497 2006-04-10 Bill Wohler <wohler@newt.com>
14498
14499 * custom.el (defcustom, custom-handle-keyword):
14500 Add :package-version keyword.
14501 (custom-add-package-version): New function. Sets value of new
14502 property 'custom-package-version from :package-version keyword.
14503 (defcustom): Create Common Keywords section in docstring.
14504 (defface, defgroup): Replace definitions of a select few keywords
14505 with a reference to the Common Keywords in defcustom.
14506 (defcustom, defface, defgroup): Replace reference to Customization
14507 chapter in manual with hyperlink.
14508
14509 * cus-edit.el (customize-package-emacs-version-alist): New variable.
14510 (customize-changed-options): Add check for custom-package-version.
14511 (customize-package-emacs-version): New function to look up Emacs
14512 version corresponding to the given package version.
14513
14514 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
14515 defun name, in similar fashion to find-variable-regexp.
14516
14517 2006-04-10 Eli Zaretskii <eliz@gnu.org>
14518
14519 * international/mule-cmds.el (set-locale-environment): Fix last
14520 change for when the locale's preferences don't specify any encoding.
14521
14522 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14523
14524 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
14525 so the defined var/fun doesn't need to be quoted.
14526
14527 2006-04-10 Richard Stallman <rms@gnu.org>
14528
14529 * finder.el (finder-mode-map): Add n and p bindings.
14530
14531 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
14532
14533 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
14534 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
14535 (gdb-setup-windows): Put something in source window if we can't find
14536 the source file.
14537 (gdb-frame-handler): Make it work again with just assembly.
14538 (gdb-data-list-register-values-handler): Make it work when there is
14539 no stack.
14540
14541 2006-04-09 Richard Stallman <rms@gnu.org>
14542
14543 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
14544 specs while looking for charset.
14545
14546 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
14547
14548 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
14549 Make them faces.
14550 (lm-font-lock-keywords): Update appropriately.
14551
14552 2006-04-10 Kim F. Storm <storm@cua.dk>
14553
14554 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
14555 it can also replace buffer-substring-no-properties.
14556
14557 * emulation/cua-base.el (cua-delete-region, cua-paste)
14558 (cua-repeat-replace-region): Use filter-buffer-substring.
14559
14560 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
14561 (cua-cut-region-to-global-mark): Likewise.
14562
14563 * emulation/cua-rect.el (cua--extract-rectangle)
14564 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
14565
14566 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14567
14568 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
14569 entry-type. Add field delimiters to numerical fields if they are
14570 not present.
14571
14572 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14573
14574 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
14575 string-const to return value.
14576 (bibtex-remove-delimiters): Use it.
14577
14578 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14579
14580 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
14581 cl-byte-compile-compiler-macro unless it exists.
14582
14583 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14584
14585 * files.el (hack-local-variables-confirm) <offer-save>:
14586 Clarify message text. Suggested by Ralf Angeli.
14587
14588 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
14589
14590 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
14591 (delete-extract-rectangle-line): Use `filter-buffer-substring'
14592 instead of `buffer-substring' and `delete-region'. (Most of the
14593 code actually copied from `kill-region'.)
14594
14595 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
14596
14597 * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
14598 (rcirc-default-port): Rename from rcirc-port.
14599 (rcirc-default-nick): Rename from rcirc-nick.
14600 (rcirc-default-user-name): Rename from rcirc-user-name.
14601 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
14602 (rcirc-low-priority-flag): New variable.
14603 (rcirc-decode-coding-system): New defcustom.
14604 (rcirc-encode-coding-system): New defcustom.
14605 (rcirc-coding-system-alist): New defcustom.
14606 (rcirc-multiline-major-mode): New defcustom.
14607 (rcirc-nick): New internal variable.
14608 (rcirc-process): Remove variable.
14609 (rcirc-server-buffer): New variable.
14610 (rcirc): Update to use rcirc-default-* variables above.
14611 (rcirc-connect): Do not add window-configuration-hook-here.
14612 (rcirc-server): New internal variable.
14613 (rcirc-connect): Do not send keepalive pings if
14614 rcirc-keepalive-seconds is nil.
14615 (with-rcirc-server-buffer): New macro.
14616 (rcirc-send-string): Encode with rcirc-encode-coding-system.
14617 (rcirc-server-name): Rename from rcirc-server.
14618 (rcirc-buffer-process): New function.
14619 (rcirc-buffer-nick): New function.
14620 (rcirc-buffer-target): Remove function.
14621 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14622 New commands.
14623 (rcirc-mode-map): Change binding of C-c C-l to
14624 rcirc-toggle-low-priority.
14625 (rcirc-mode): Initialize coding system based on
14626 rcirc-coding-system-alist. New change-major-mode-hook to part the
14627 channel on a mode change. Make kill-buffer-hook buffer-local.
14628 (rcirc-change-major-mode-hook): New function.
14629 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
14630 (rcirc-last-post-time): New variable.
14631 (rcirc-process-message): Store the last time user posted a message
14632 to this target.
14633 (rcirc-multiline-minor-mode): New mode.
14634 (rcirc-multiline-minor-mode-map): New mode map.
14635 (rcirc-edit-multiline): Put multiline-edit buffer in
14636 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
14637 (rcirc-print): Ignore any line starting with an ignored nick.
14638 (rcirc-print): Decode using rcirc-decode-coding-system.
14639 (rcirc-track-minor-mode): Update global-mode-string when disabling
14640 this mode.
14641 (minor-mode-alist): Add LowPri indicator.
14642 (rcirc-toggle-low-priority): New function.
14643 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
14644 next lowpriority buffer with activity.
14645 (rcirc-record-activity): Sort buffers in rcirc-activity by the
14646 last time the user posted a message in to the target.
14647 (rcirc-update-activity-string): New formatting for low priority
14648 buffers.
14649 (rcirc-split-activity): New function.
14650 (rcirc-handler-PART, rcirc-handler-KICK)
14651 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
14652 (rcirc-nick-away-alist): New variable.
14653 (rcirc-handler-301): New handler. Away messages are printed once
14654 per change.
14655
14656 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14657
14658 * info.el (Info-follow-nearest-node): Doc fix.
14659
14660 * international/mule-cmds.el (set-locale-environment): Make sure
14661 the coding-system preferred by the locale's language has the same
14662 EOL conversion type as the original buffer-file-coding-system.
14663 (locale-language-names): Add a few MS Windows language codes.
14664
14665 2006-04-07 Richard Stallman <rms@gnu.org>
14666
14667 * simple.el (eval-expression): Doc fix.
14668
14669 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
14670 (eval-defun): Doc fixes.
14671
14672 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
14673
14674 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
14675
14676 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
14677
14678 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
14679 GDB list command without argument for greater generality.
14680
14681 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14682
14683 * subr.el (string-or-null-p): New function.
14684
14685 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
14686
14687 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
14688
14689 * files.el: Update comment about safe-local-variable declarations.
14690
14691 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
14692
14693 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
14694 See idlwave.org.
14695
14696 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
14697 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
14698
14699 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
14700 See idlwave.org.
14701
14702 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
14703 version 6.0 (minimal changes). See idlwave.org.
14704
14705 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
14706 6.0 (minimal changes). See idlwave.org.
14707
14708 * progmodes/idlw-rinfo.el: File obsoleted and removed.
14709
14710 2006-04-06 Romain Francoise <romain@orebokech.com>
14711
14712 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
14713 symmetric encryption features and a new asynchronous interface to
14714 GnuPG. This new version is version 1.4, plus whitespace changes.
14715
14716 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14717
14718 * files.el: Move some `safe-local-variable' declarations to the
14719 respective files.
14720
14721 * textmodes/ispell.el (ispell-check-comments)
14722 (ispell-local-dictionary): Mark as safe.
14723
14724 * abbrev.el (abbrev-mode): Mark as safe.
14725
14726 * add-log.el (change-log-default-name): Mark as safe.
14727
14728 * textmodes/reftex-vars.el (reftex-vref-is-default)
14729 (reftex-fref-is-default, reftex-level-indent)
14730 (reftex-guess-label-type): Mark as safe.
14731
14732 * textmodes/fill.el (colon-double-space): Mark as safe.
14733
14734 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
14735 (sentence-end-double-space, sentence-end-without-period)
14736 (sentence-end-without-space, sentence-end, sentence-end-base)
14737 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
14738
14739 2006-04-06 Kim F. Storm <storm@cua.dk>
14740
14741 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
14742 the :set-after list.
14743 (ido-downcase-unc-hosts): New user option. Default on.
14744 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
14745 when it is set, as regexps are now applied on the fly.
14746 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
14747 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
14748 on the fly, but only when ido-process-ignore-lists is set.
14749 Do case insensitive filtering if ido-downcase-unc-hosts is set.
14750 Only downcase names if ido-downcase-unc-hosts is set.
14751
14752 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
14753
14754 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
14755
14756 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
14757
14758 2006-04-05 Kim F. Storm <storm@cua.dk>
14759
14760 * ido.el (ido-mode): Set after ido-unc-hosts and
14761 ido-ignore-unc-host-regexps.
14762 (ido-save-history): Save ido-unc-hosts-cache.
14763 (ido-load-history): Load ido-unc-hosts-cache.
14764 (ido-reread-directory): Refresh unc hosts cache in // dir.
14765
14766 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
14767 to nil while displaying slash screen.
14768
14769 2006-04-05 Daiki Ueno <ueno@unixuser.org>
14770
14771 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14772 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14773
14774 2006-04-05 Kenichi Handa <handa@m17n.org>
14775
14776 * international/characters.el: Setup cases of Latin, Greek, and
14777 Cyrillic characters in CJK charsets.
14778
14779 2006-03-29 Daiki Ueno <ueno@unixuser.org>
14780
14781 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14782 default-enable-multibyte-characters. This reverts the change from
14783 revision 6.17 which is no longer necessary because the passphrase
14784 is sent separately now. GnuPG messages are unreadable under
14785 multibyte locales with default-enable-multibyte-characters set to nil.
14786
14787 2006-04-04 Andreas Schwab <schwab@suse.de>
14788
14789 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
14790 and `byte-compile-warnings' as `safe-local-variable'.
14791
14792 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
14793
14794 * man.el (Man-mode-map): Restore the \r binding.
14795 (Man-abstract-xref-man-page): If Man-target-string is a function,
14796 call it.
14797 (Man-highlight-references): Use Man-default-man-entry to get the
14798 target. Deal with xrefs too.
14799 (Man-highlight-references0): Don't call the target function.
14800
14801 * woman.el (WoMan-xref-man-page): Strip the section number, woman
14802 cannot deal with it.
14803
14804 2006-04-04 Daiki Ueno <ueno@unixuser.org>
14805
14806 * pgg-gpg.el: Clean up process buffers every time gpg processes
14807 complete.
14808
14809 2006-04-04 Kenichi Handa <handa@m17n.org>
14810
14811 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
14812 here.
14813 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
14814 Temporarily bind inhibit-field-text-motion to t.
14815
14816 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14817
14818 * startup.el (normal-splash-screen): Only set mode-line-format in the
14819 splash buffer, so as not to interfere when debugging the code.
14820 Ignore errors when switching buffer.
14821
14822 2006-04-03 Romain Francoise <romain@orebokech.com>
14823
14824 * dired.el (dired-dnd-protocol-alist): Fix typo.
14825
14826 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
14827
14828 * savehist.el (savehist): Add :version.
14829 (savehist-ignored-variables): New variable.
14830 (savehist-minibuffer-hook): Don't save variables listed in
14831 `savehist-ignored-variables'.
14832
14833 * dired.el (dired-dnd-protocol-alist): Mention that change does
14834 only apply to new buffers in doc string.
14835
14836 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
14837
14838 * recentf.el (recentf-open-files-item): Include newline in button
14839 field, so opening a file will work, when the point is at the end
14840 of the file name. Allow, for example, to [i]search a file by
14841 extension and just push RET to open it.
14842
14843 2006-04-03 Daiki Ueno <ueno@unixuser.org>
14844
14845 * pgg-gpg.el (pgg-gpg-process-filter)
14846 (pgg-gpg-wait-for-completion): Check if buffer is alive.
14847
14848 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14849 lines, temporary fix.
14850
14851 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14852
14853 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
14854
14855 2006-04-02 Richard Stallman <rms@gnu.org>
14856
14857 * progmodes/compile.el (compilation-message-face): Make it defcustom.
14858
14859 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14860
14861 * ibuf-macs.el (define-ibuffer-column): Add a new key:
14862 header-mouse-map.
14863
14864 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
14865 (ibuffer-mode-header-map): New keymaps.
14866 (ibuffer-update-title-and-summary): Enable mouse face highlighting
14867 and keybindings for column headers.
14868 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
14869 property.
14870
14871 2006-04-02 Drew Adams <drew.adams@oracle.com>
14872
14873 * speedbar.el (speedbar-after-create-hook): Doc fix.
14874
14875 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
14876
14877 * shell.el (shell-directory-tracker)
14878 (shell-dynamic-complete-command): Doc fixes.
14879
14880 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
14881
14882 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
14883 terminals.
14884
14885 2006-04-01 Kim F. Storm <storm@cua.dk>
14886
14887 * ido.el (ido-unc-hosts-cache): New defvar.
14888 (ido-unc-hosts): If value of defcustom is a function, call it to
14889 get list of UNC hosts. Add function-item choices to specify
14890 ido-unc-hosts-net-view or user function.
14891 (ido-ignore-unc-host-regexps): New defcustom.
14892 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
14893 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
14894 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
14895
14896 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
14897
14898 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
14899 wwidth.
14900
14901 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
14902
14903 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
14904 (ido-max-work-file-list, ido-switch-buffer)
14905 (ido-read-file-name-as-directory-commands):
14906 Fix typos in docstrings.
14907
14908 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14909
14910 * term/mac-win.el (mac-system-coding-system): Define and use after
14911 Mac-specific coding systems are ready.
14912
14913 2006-03-27 Romain Francoise <romain@orebokech.com>
14914
14915 * net/rcirc.el (rcirc-connect): Add autoload cookie.
14916
14917 * ldefs-boot.el: Update.
14918
14919 2006-03-27 Daiki Ueno <ueno@unixuser.org>
14920
14921 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14922 passphrases when it is not needed.
14923 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14924 passphrase stuff from gpg, should only be necessary when you use
14925 gpg with a smartcard.
14926
14927 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
14928
14929 * comint.el (comint-dynamic-list-completions): Allow user to
14930 select *Completions* buffer.
14931
14932 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
14933
14934 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
14935
14936 2006-03-26 Andreas Schwab <schwab@suse.de>
14937
14938 * progmodes/gud.el (gdb): Only complain about multiple debugging
14939 when the gdb process is still running.
14940
14941 2006-03-25 Eli Zaretskii <eliz@gnu.org>
14942
14943 * mail/rmail.el (tool-bar-map): Defvar it.
14944 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
14945 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
14946
14947 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
14948
14949 * help.el (print-help-return-message): Suggest to use
14950 display-buffer instead of switch-to-buffer-other-window to restore
14951 the previous window without selecting it.
14952
14953 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14954
14955 * frame.el (select-frame-by-name): Call x-focus-frame also when
14956 window-system is mac.
14957
14958 * term/mac-win.el: Adjust Courier font specifications in
14959 x-fixed-font-alist.
14960 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
14961 when directly encoding to UTF-16 in native byte order, no BOM.
14962
14963 2006-03-25 Kim F. Storm <storm@cua.dk>
14964
14965 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
14966 (cua--init-keymaps): Use it instead of fixed C-return.
14967 (cua-mode): Set after it.
14968
14969 * emulation/cua-rect.el (cua--init-rectangles):
14970 Use cua-rectangle-mark-key instead of fixed C-return.
14971
14972 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
14973
14974 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
14975 "run" in .gdbinit.
14976 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
14977
14978 2006-03-24 Romain Francoise <romain@orebokech.com>
14979
14980 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
14981 `display-buffer-other-frame'.
14982
14983 2006-03-24 Kim F. Storm <storm@cua.dk>
14984
14985 * apropos.el (apropos-synonyms): Add selection => region.
14986
14987 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
14988
14989 * progmodes/gdb-ui.el (gdb-var-create-regexp)
14990 (gdb-var-list-children-regexp, gdb-var-update-regexp)
14991 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
14992 (gdb-data-list-register-values-regexp)
14993 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
14994 Future proof against new fields being added to MI output.
14995 (gdb-send): Don't treat backslashes for program input as
14996 continuations.
14997 (gdb-assembler-handler): Don't use window-start for this handler.
14998 (gdb-frame-handler): Don't change to hollow arrow if overlay
14999 arrow doesn't move to new frame.
15000
15001 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
15002
15003 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
15004 prevent compiler warnings.
15005 (gdb-stopped): Check for gud-last-last-frame (case: signal).
15006 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
15007 (gdb-assembler-custom): Use hollow-right-triangle for assembler
15008 buffer too.
15009
15010 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
15011
15012 * pgg-gpg.el (pgg-gpg-update-agent): Check for
15013 make-network-process, so we can use the same code in Gnus v5-10
15014 too and have this file fully synchronized with that release.
15015
15016 2006-03-23 Romain Francoise <romain@orebokech.com>
15017
15018 * ibuf-ext.el (ibuffer-read-filter-group-name):
15019 Use `ibuffer-generate-filter-groups' to make completion list match
15020 the filter groups that are really displayed in the Ibuffer buffer.
15021 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
15022
15023 2006-03-23 Kenichi Handa <handa@m17n.org>
15024
15025 * international/mule-cmds.el (sort-coding-systems): Describe that
15026 the argument is modified in docstring.
15027
15028 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
15029
15030 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
15031 (pgg-gpg-update-agent): New function.
15032 (pgg-gpg-use-agent-p): New function.
15033 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
15034 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15035 (pgg-gpg-sign-region): Use it.
15036
15037 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
15038
15039 * cus-edit.el (custom-face-set): Call custom-push-theme before
15040 face-spec set so that `changed' theme is correctly saved.
15041 (custom-face-reset-standard): Reset to recalculated face rather
15042 than defface spec.
15043
15044 * custom.el (custom-push-theme): Only save `changed' theme if the
15045 current face does not match the defface specs.
15046
15047 2006-03-21 Simon Josefsson <jas@extundo.com>
15048
15049 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15050 <wilde@sha-bang.de>.
15051 (pgg-gpg-use-agent): New variable.
15052 (pgg-gpg-process-region): Use it.
15053 (pgg-gpg-encrypt-region): Likewise.
15054 (pgg-gpg-encrypt-symmetric-region): Likewise.
15055 (pgg-gpg-decrypt-region): Likewise.
15056 (pgg-gpg-sign-region): Likewise.
15057 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15058
15059 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
15060
15061 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
15062 bracket links.
15063
15064 2006-03-21 Kim F. Storm <storm@cua.dk>
15065
15066 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
15067 fringe-indicator-alist instead of modifying global value.
15068 (gdb-frame-handler): Likewise.
15069
15070 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
15071
15072 * diff-mode.el (diff-function): Make it inherit from diff-header
15073 instead of diff-context.
15074
15075 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
15076 bitmap.
15077 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
15078 change names in macro above for consistency.
15079 (gdb-frame-handler): Use hollow-right-triangle for all selected
15080 frames which except the innermost (where execution has stopped).
15081 (gdb-reset): Reset buffer-local values of overlay-arrow.
15082
15083 2006-03-20 Richard Stallman <rms@gnu.org>
15084
15085 * simple.el (set-mark-command): Doc fix.
15086
15087 * files.el (display-buffer-other-frame): New command.
15088 (ctl-x-4-map): Bind C-x 5 C-o to it.
15089
15090 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15091
15092 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
15093 rather than just defer-time, in case defer-time has been changed but
15094 the timer isn't running yet.
15095 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
15096
15097 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
15098
15099 * help-mode.el (help-follow-symbol): New function.
15100 Essentially identical to the old `help-follow', but do not let
15101 `push-button' do the work when on an xref.
15102 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
15103
15104 2006-03-19 Richard Stallman <rms@gnu.org>
15105
15106 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
15107 preceded by the word `program'.
15108 (help-follow-mouse, help-follow): Throw error if not on xref.
15109 Delete no longer used args.
15110
15111 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
15112
15113 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
15114 annotation ensure gud-overlay-arrow-position is redisplayed.
15115
15116 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15117
15118 * textmodes/bibtex.el (bibtex-include-OPTkey)
15119 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
15120 (bibtex-autokey-name-case-convert)
15121 (bibtex-autokey-titleword-case-convert): Make these the aliases
15122 for the following two variables.
15123 (bibtex-autokey-name-case-convert-function)
15124 (bibtex-autokey-titleword-case-convert-function): Make these the
15125 real names.
15126 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
15127 bibtex-font-lock-crossref sublists.
15128 (bibtex-mode): Revert 2005-12-30 change (which made
15129 completion-ignore-case buffer-local).
15130 (bibtex-url): Simplify.
15131
15132 2006-03-19 Kim F. Storm <storm@cua.dk>
15133
15134 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
15135 cursor property value to 2 (to align with C level change).
15136
15137 2006-03-19 Bill Wohler <wohler@newt.com>
15138
15139 * image.el (image-load-path-for-library): Shorten first line in
15140 docstring.
15141
15142 2006-03-18 Richard Stallman <rms@gnu.org>
15143
15144 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
15145
15146 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
15147
15148 * isearch.el (isearch-other-meta-char): Handle user bindings for
15149 shifted control characters.
15150
15151 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
15152
15153 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
15154 part that matches email addresses, file names, etc.
15155
15156 2006-03-18 Eli Zaretskii <eliz@gnu.org>
15157
15158 * term/w32-win.el (mouse-set-font):
15159 Mention w32-list-proportional-fonts in the doc string.
15160
15161 2006-03-18 Kim F. Storm <storm@cua.dk>
15162
15163 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
15164 (ido-unc-hosts): New user option to explicitly define list of know
15165 UNC-style hosts for completion.
15166 (ido-cache-unc-host-shares-time): New user option.
15167 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
15168 New helper functions for UNC file-name support.
15169 (ido-may-cache-directory): Check for UNC host. Simplify.
15170 (ido-wash-history): Clean out old UNC hosts.
15171 (ido-nonreadable-directory-p): UNC hosts are always readable.
15172 (ido-directory-too-big-p): UNC hosts are never too big.
15173 (ido-set-current-directory): Handle UNC root path.
15174 (ido-file-name-all-completions): Complete UNC host names from
15175 ido-unc-hosts list. Cache UNC host shares.
15176 (ido-make-file-list-1): Don't filter UNC root.
15177 (ido-exhibit): Check for // in root directory, and switch to UNC
15178 mode by setting ido-current-directory to //.
15179
15180 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
15181
15182 * cus-edit.el (customize-changed-options): Mention explicit
15183 version number as default in prompt.
15184
15185 2006-03-17 Bill Wohler <wohler@newt.com>
15186
15187 * image.el (image-load-path-for-library): Minor docstring fix.
15188
15189 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
15190
15191 * textmodes/org.el (org-read-date): Include subgroup 5 into
15192 replacement text.
15193 (org-popup-calendar-for-date-prompt): Fix customization type.
15194
15195 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
15196
15197 * progmodes/gdb-ui.el (gud-watch): Provide completion.
15198 (gdb-continuation): New variable.
15199 (gdb-send): Deal with continuation lines.
15200
15201 * progmodes/gud.el (gud-gdb-complete-command)
15202 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
15203 expressions.
15204 (gud-tooltip-mode): Use buffer-local value.
15205
15206 2006-03-16 Kim F. Storm <storm@cua.dk>
15207
15208 * ido.el (ido-edit-input): Use selected match, if any.
15209
15210 2006-03-16 Bill Wohler <wohler@newt.com>
15211
15212 * image.el (image-load-path-for-library): Prefer user's images in
15213 image-load-path.
15214
15215 2006-03-16 Martin Rudalics <rudalics@gmx.at>
15216
15217 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
15218 when checking for attempt to drag leftmost or rightmost scrollbar.
15219
15220 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
15221
15222 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
15223 (gdb-force-mode-line-update): New function.
15224 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
15225 (gdb-exited): Use them.
15226 (gdb-signal): New function.
15227 (gdb-annotation-rules): Provide a rule for it.
15228
15229 2006-03-16 Kenichi Handa <handa@m17n.org>
15230
15231 * international/mule.el (auto-coding-regexp-alist): Add entries
15232 for Unicode BOM.
15233
15234 * sort.el (sort-build-lists): Temporarily bind
15235 inhibit-field-text-motion to t.
15236
15237 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
15238
15239 * locate.el (locate-command, locate-make-command-line)
15240 (locate-fcodes-file, locate-update-command)
15241 (locate-prompt-for-command, locate, locate-with-filter)
15242 (locate-get-file-positions): Doc fixes.
15243 (locate-buffer-name, locate-header-face): Remove leading `*' in
15244 defcustom.
15245 (locate-filter-output): Use `keep-lines' instead of its alias
15246 `delete-non-matching-lines'.
15247 (locate-get-filename, locate-get-dirname): Add introductory comment.
15248 (locate-find-directory-other-window): Give appropriate error
15249 message if used outside main listing.
15250
15251 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15252
15253 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
15254 the new extend-region feature.
15255 (font-lock-after-change-function): Update correspondingly.
15256 * jit-lock.el (jit-lock-after-change): Update correspondingly.
15257 * progmodes/grep.el (font-lock-lines-before): Don't disable.
15258
15259 2006-03-15 Bill Wohler <wohler@newt.com>
15260
15261 * image.el (image-load-path-for-library): Fix example by not
15262 recommending that one binds image-load-path. Just defvar it to
15263 placate compiler and only use it if previously defined.
15264
15265 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
15266
15267 * textmodes/org.el (org-insert-centered): Use `string-width' to
15268 make underlining work for wide characters.
15269 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
15270 TAB to `org-cycle', to make sure that no binding in
15271 `outline-mode-map' can supercede it.
15272
15273 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
15274
15275 * allout.el: Increment version to 2.2.1 in file commentary.
15276
15277 (allout-version): Increment to 2.2.1.
15278
15279 (allout-default-layout): New customization variable, used when the
15280 file lacks a specific allout-layout. Uses allout-layout-type for
15281 recursively nested definition.
15282
15283 (allout-layout-type): Widget defining allout layouts, necessary for
15284 self-recursive definition.
15285
15286 (allout-mode): Incorporate allout-default-layout as fallback for
15287 allout-layout.
15288
15289 (allout-layout): Mark as 'safe-local-variable', and refer mention
15290 fallback to `allout-default-layout' in absence of a specified value.
15291 (allout-passphrase-verifier-string)
15292 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
15293
15294 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
15295
15296 (allout-get-encryption-passphrase-verifier): Use correct name of
15297 passphrase verifier in docstring.
15298
15299 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
15300
15301 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
15302 elements.
15303 (gdb-find-watch-expression): Make it work for arrays too.
15304 Follow change to gdb-var-list.
15305 (gud-watch): Allow the user to enter variable name with a prexix
15306 arg. Create keybindings.
15307 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15308 (gdb-var-list-children-handler, gdb-var-update-handler)
15309 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
15310 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
15311 Follow change to gdb-var-list.
15312 (gdb-starting): Don't show the overlay arrows when program is running.
15313
15314 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
15315 gdb-var-list.
15316
15317 2006-03-14 Bill Wohler <wohler@newt.com>
15318
15319 * image.el (image-load-path-for-library): Pass value of path
15320 rather than symbol. Always return list of directories.
15321 Guarantee that image directory comes first.
15322
15323 2006-03-14 Alan Mackenzie <acm@muc.de>
15324
15325 * font-core.el (font-lock-extend-region\(-function\)?.):
15326 New function/variable.
15327
15328 * font-lock.el (font-lock-after-change-function):
15329 Call font-lock-extend-region. Obey font-lock-lines-before.
15330 (font-lock-default-fontify-region): Remove reference to
15331 font-lock-lines-before.
15332
15333 * jit-lock.el (jit-lock-after-change):
15334 Call font-lock-extend-region. Obey font-lock-lines-before.
15335
15336 2006-03-14 David Ponce <david@dponce.com>
15337
15338 * tree-widget.el (tree-widget-themes-load-path)
15339 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15340
15341 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
15342
15343 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
15344 (rcirc-print): Mark the start of text at the end of the prompt.
15345 (rcirc-track-minor-mode): Add autoload cookie.
15346 (rcirc-update-activity-string): Add space to front of mode-line
15347 indicator.
15348
15349 2006-03-13 Miles Bader <miles@gnu.org>
15350
15351 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
15352 (rcirc-abbrev-nick): Remove function.
15353 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
15354
15355 2006-03-13 David Ponce <david@dponce.com>
15356
15357 * tree-widget.el: Handle themes across all occurrences of the main
15358 themes sub-directory found in tree-widget-themes-load-path.
15359 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15360 (tree-widget--locate-sub-directory): Return all occurrences.
15361 (tree-widget-themes-path): New function.
15362 Replace tree-widget-themes-directory, and return a list of directories.
15363 (tree-widget-set-parent-theme)
15364 (tree-widget-lookup-image): Use it.
15365
15366 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
15367
15368 * textmodes/org.el (org-link-search): Avoid self-matching of
15369 links, allow target text to be distributed over several lines.
15370 (org-search-not-link): New function.
15371 (org-set-regexps-and-options, org-get-current-options):
15372 New startup options.
15373 (org-export-as-html): Take odd-level setting from local variable.
15374 (org-fontify-emphasized-text): New option.
15375 (org-set-font-lock-defaults): Include emphasized text.
15376 (org-follow-mhe-link): Allow folder-only links, fix folder name.
15377 (org-font-lock): Customize group renamed from `org-faces'.
15378
15379 2006-03-13 John Paul Wallington <jpw@pobox.com>
15380
15381 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
15382 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
15383
15384 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
15385
15386 * cus-start.el (all): Delete :version keyword for members of the
15387 fringe group, since the entire group is new in 22.1.
15388
15389 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
15390
15391 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
15392 map if value is hexadecimal (an address).
15393 (gud-watch): Only search roots for existing watch expressions.
15394 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
15395 prevent caching problems with speedbar-update-directory-contents.
15396
15397 2006-03-12 Juri Linkov <juri@jurta.org>
15398
15399 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
15400 before comparing with `low' and `warn'.
15401
15402 * info.el (Info-dir-remove-duplicates): Move point to the
15403 beginning of the current line after deleting the entries from
15404 redundant heading. Use marker for `limit' and compare it with
15405 point before calling `re-search-forward'.
15406
15407 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
15408
15409 * simple.el (yank): Fix typo in docstring.
15410
15411 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
15412
15413 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
15414 messages, where "D" is the 6th character.
15415
15416 2006-03-11 Eli Zaretskii <eliz@gnu.org>
15417
15418 * simple.el (yank): Fix last change.
15419
15420 2006-03-11 David Ponce <david@dponce.com>
15421
15422 * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
15423 before merging elements from the standard ispell-dictionary-alist.
15424 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
15425 alist, and return the new alist.
15426
15427 2006-03-11 Richard Stallman <rms@gnu.org>
15428
15429 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
15430
15431 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
15432 the way it is implemented is too unclean.
15433
15434 * simple.el (kill-region, yank): Doc fix.
15435
15436 * battery.el (battery-echo-area-format): Doc fix.
15437 (battery-mode-line-format): Likewise.
15438 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
15439 (battery-linux-proc-acpi): Ignore batteries that say "charged".
15440
15441 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
15442
15443 * progmodes/octave-mod.el (octave-indent-for-comment):
15444 Behave according to do string.
15445
15446 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
15447
15448 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
15449 Be visible only if major mode is Mail Mode.
15450
15451 * textmodes/flyspell.el (flyspell-external-point-words)
15452 (flyspell-process-localwords): Fix last changes.
15453
15454 2006-03-11 Eli Zaretskii <eliz@gnu.org>
15455
15456 * calendar/holidays.el (list-holidays): Doc fix.
15457
15458 * international/mule.el (auto-coding-alist): Add .odt
15459 (OpenOffice's open document) files.
15460
15461 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
15462 document) files. Mention in the doc string the need to sync with
15463 auto-coding-alist.
15464
15465 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
15466
15467 * files.el (hack-local-variables-confirm): Don't prompt for ! if
15468 enable-local-variables is set to always query, or there is no
15469 savable variable.
15470
15471 2006-03-10 Bill Wohler <wohler@newt.com>
15472
15473 * image.el (image-load-path-for-library): Merge at least three
15474 functions from Gnus and MH-E into this one function that can now
15475 be shared.
15476
15477 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
15478
15479 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
15480 gdb-remove-mouse-face and remove help-echo too.
15481 (gdb-enqueue-input): Correct conditional clause.
15482
15483 2006-03-10 Glenn Morris <rgm@gnu.org>
15484
15485 * calendar/calendar.el (calendar-holidays): Doc fix.
15486 * calendar/holidays.el (list-holidays): Doc fix.
15487
15488 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
15489
15490 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
15491 it gets called in gdb-prompt anyway.
15492 (gdb-use-separate-io-buffer): Only restore window arrangement for
15493 gdb-many-windows.
15494 (gdb-enqueue-input): Make it harder to send GDB input when program
15495 is running.
15496 (gdb-buffer-list): New variable.
15497 (gdb-remove-mouse-face): New function.
15498 (gdb-starting): Use it when GDB input won't get sent.
15499
15500 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
15501
15502 * help.el (view-lossage): Remove trailing whitespace before
15503 inserting "\n".
15504
15505 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
15506
15507 * files.el (hack-local-variables-confirm):
15508 Set coding-system-for-read to nil before writing to .emacs.
15509
15510 * arc-mode.el (archive-extract): Check if an existing buffer name
15511 comes from a different archive.
15512
15513 * help.el (describe-key-briefly): If KEY is a down event, read and
15514 discard the up event.
15515
15516 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
15517
15518 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
15519 be edited and use font-lock-warning-face for any changes.
15520
15521 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
15522 (gdb-edit-value): Use it to report any errors.
15523
15524 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
15525
15526 * help.el (describe-key): Remove leftover test code.
15527
15528 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
15529
15530 * textmodes/org.el: Move defvars out of eval-when-compile.
15531 Use buffer-file-name variable.
15532 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
15533 arg `file'.
15534 (org-level-faces): Remove startup dependency.
15535 (org-cycle, org-map-tree, org-scan-tags)
15536 (org-remember-handler): Don't call `outline-level' directly.
15537 (org-mhe-search-all-folders): New option.
15538 (org-mhe-get-message-folder-from-index)
15539 (org-mhe-get-message-folder): Fix indexing search.
15540 (org-format-agenda-item): Handle nil TAGS argument.
15541 (org-cleaned-string-for-export, org-activate-target-links)
15542 (org-make-target-link-regexp): Deal with empty radio target list.
15543 (org-tag): New face.
15544 (org-get-level-face): New function.
15545 (org-set-font-lock-defaults): Simplify setup for headlines.
15546 (org-complete): Pass common substring to `display-completion-list'.
15547
15548 2006-03-06 David Ponce <david@dponce.com>
15549
15550 * tree-widget.el: Update Commentary header.
15551 (tree-widget-theme-name): Ignore parent themes.
15552 (tree-widget-set-parent-theme): New function.
15553 (tree-widget-set-theme): Use it.
15554 (tree-widget-set-image-properties): Move definition. Does nothing
15555 if image properties have already been set.
15556 (tree-widget-image-properties): Move definition. Receive an image
15557 name. Set the :pointer property.
15558 (tree-widget-lookup-image): Doc fix. Search in parent themes.
15559 Don't set the :pointer image property.
15560 (tree-widget-convert-widget): New function. Handle :dynargs
15561 compatibility here.
15562 (tree-widget): Use it to :convert-widget. Add the :expander-p
15563 predicate to control when the :expander function is entered.
15564 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
15565 (tree-widget-value-create): Handle :expander-p. widget-apply
15566 :expander.
15567 (tree-widget-expander-p): New function. Default value of the
15568 :expander-p property.
15569
15570 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
15571
15572 * help.el (describe-key): Properly handle the return value of
15573 read-key-sequence when grabbing an up-event. Cleanup mouse-1
15574 remaps. Handle string and vector `follow-link' values.
15575
15576 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
15577
15578 * complete.el (PC-expand-many-files): Try be more careful when parsing
15579 the shell's output.
15580
15581 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
15582
15583 * outline.el (hide-sublevels): Provide better interactive default.
15584
15585 2006-03-06 Kenichi Handa <handa@m17n.org>
15586
15587 * international/fontset.el (create-fontset-from-fontset-spec):
15588 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
15589
15590 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
15591
15592 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
15593 backslashes instead of one in regexp.
15594 (gud-tooltip-dereference): Add missing optional argument.
15595
15596 2006-03-04 John Paul Wallington <jpw@pobox.com>
15597
15598 * wdired.el (toplevel): Require `cl' at compile-time.
15599
15600 2006-03-04 Andreas Schwab <schwab@suse.de>
15601
15602 * server.el (server-process-filter): Handle errors during
15603 evaluation of the argument.
15604
15605 2006-03-03 John Paul Wallington <jpw@pobox.com>
15606
15607 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
15608 escape parentheses at beginning of line.
15609 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
15610 (t-mouse-mode): Remove period from end of error message.
15611
15612 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
15613
15614 * textmodes/flyspell.el (flyspell-process-localwords):
15615 Be case-sensitive.
15616
15617 2006-03-03 Martin Rudalics <rudalics@gmx.at>
15618
15619 * cus-edit.el (custom-quote): Remove function, since it has been
15620 moved to custom.el.
15621
15622 * font-lock.el (lisp-font-lock-keywords-2)
15623 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
15624 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
15625 they have no special meaning.
15626
15627 * midnight.el (clean-buffer-list): Handle case where base-buffer of
15628 indirect buffer gets killed before indirect buffer. Use dolist.
15629
15630 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15631
15632 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
15633 value instead of a literal constant (1) on more pauses.
15634
15635 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
15636
15637 * textmodes/flyspell.el (flyspell-external-point-words):
15638 Be case-sensitive.
15639
15640 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
15641
15642 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
15643 with "www".
15644
15645 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15646
15647 * allout.el: Restablish intermediate missing comment header to
15648 preserve outline structure.
15649 (allout-beginning-of-current-entry): Skip invisible text.
15650 (allout-open-topic): Fix opening a topic at end-of-buffer.
15651 (allout-minor-mode): Move nearer to allout-mode function.
15652
15653 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
15654
15655 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
15656
15657 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
15658
15659 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
15660 is nil.
15661
15662 * progmodes/gud.el (gud-speedbar-menu-items):
15663 Use buffer-local-value and add missing :visible keyword.
15664
15665 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
15666
15667 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
15668
15669 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
15670 must be `follow-link'.
15671
15672 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
15673
15674 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
15675 formatting: No nested anchors.
15676 (org-all-targets): Fix bug with XEmacs compatibility.
15677 (org-read-date): Add (require 'parse-time).
15678 (org-set-tags): Fix bug with extra inserted space.
15679 (org-export-html-style): Define a style class for targets.
15680 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
15681 (org-hide-leading-stars): New option.
15682 (org-hide): New face.
15683 (org-set-font-lock-defaults): Allow to hide leading stars.
15684 (org-get-legal-level, org-tr-level): New functions.
15685 (org-odd-levels-only): New option.
15686 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
15687 (org-demote, org-promote): Deal with double-star levels.
15688 (org-convert-to-odd-levels): New command.
15689
15690 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
15691
15692 * speedbar.el (speedbar-update-localized-contents): Try to
15693 preserve window-start.
15694 (speedbar-update-directory-contents): Try to preserve window-start
15695 and window-point.
15696 (speedbar-update-special-contents): Don't move back to start of window.
15697
15698 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
15699 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
15700 speedbar-timer-fn.
15701 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
15702 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
15703 instead of gdb-speedbar-timer-fn.
15704
15705 2006-02-28 Jay Belanger <belanger@truman.edu>
15706
15707 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
15708 (math-compose-expr): Use latex option when calling
15709 `math-compose-tex-matrix' for latex mode.
15710
15711 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
15712
15713 * speedbar.el: Re-instate comments about developing for speedbar
15714 [this is what info and gdb-ui use even if better methods exist now].
15715
15716 * t-mouse.el: New file.
15717 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
15718 (t-mouse-lispy-buffer-posn-from-coords): Remove.
15719 (t-mouse-make-event-element): Use posn-at-x-y instead.
15720 (t-mouse-make-event): Deal with Fedora Core 3.
15721 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
15722 (t-mouse-mouse-position-function): New function. Use it instead
15723 of advising mouse-position.
15724 (t-mouse-mode): New minor mode.
15725 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
15726
15727 2006-02-27 Glenn Morris <rgm@gnu.org>
15728
15729 * calendar/calendar.el (calendar-holidays): Doc fix.
15730
15731 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
15732
15733 * progmodes/gdb-ui.el (gdb-source-window): New variable.
15734 Re-introduce the concept of a source window.
15735 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
15736 consistency with get-buffer-create.
15737 (def-gdb-auto-update-handler, gdb-info-locals-handler)
15738 (gdb-data-list-register-values-handler)
15739 (gdb-stack-list-locals-handler): Try to preserve window-start as
15740 well as window-point.
15741 (gdb-display-source-buffer): New function (old concept).
15742 (gdb-goto-breakpoint): Use it.
15743
15744 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
15745 for gdb-ui/gdb-mi (old concept).
15746
15747 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
15748
15749 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
15750 binding.
15751
15752 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
15753
15754 * textmodes/reftex-sel.el (reftex-select-label-map)
15755 (reftex-select-bib-map): Add `follow-mouse' binding.
15756
15757 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
15758
15759 * jka-cmpr-hook.el (jka-compr-compression-info-list)
15760 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
15761 Give :set functions to provide automatic updating.
15762 Update docstring. Give compiler defvars early in the file
15763 and move the defcustoms to a later spot where all called functions
15764 are defined.
15765 (jka-compr-file-name-handler-entry): Doc fix.
15766 (jka-compr-compression-info-list--internal)
15767 (jka-compr-mode-alist-additions--internal)
15768 (jka-compr-load-suffixes--internal): New variables.
15769 (jka-compr-install): Set the three above variables.
15770 Update `load-file-rep-suffixes' instead of `load-suffixes'.
15771 (jka-compr-update, jka-compr-set): New functions.
15772 (auto-compression-mode): Doc fix.
15773
15774 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
15775 Update `load-file-rep-suffixes' instead of `load-suffixes'.
15776 Use jka-compr-compression-info-list--internal,
15777 jka-compr-mode-alist-additions--internal and
15778 jka-compr-load-suffixes--internal.
15779
15780 * files.el (load-library):
15781 * loadhist.el (file-loadhist-lookup):
15782 * startup.el (command-line):
15783 * subr.el (locate-library):
15784 * emacs-lisp/autoload.el (update-directory-autoloads):
15785 * emacs-lisp/find-func.el (find-library-suffixes):
15786 Use `get-load-suffixes' instead of `load-suffixes'.
15787
15788 * subr.el (locate-library):
15789 * emacs-lisp/find-func.el (find-library-name):
15790 Use `load-file-rep-suffixes' instead of '("").
15791
15792 2006-02-26 Kim F. Storm <storm@cua.dk>
15793
15794 * ido.el (ido-save-history, ido-load-history): Simplify.
15795 Don't use find-file-noselect to avoid interference from other modes.
15796
15797 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
15798
15799 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
15800 to use the default shell if filename is not available.
15801 Reported by Giorgos Keramidas.
15802
15803 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
15804
15805 * progmodes/etags.el (tags-completion-table): Do completion from
15806 all the tables in the current list, as documented in the manual.
15807
15808 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15809
15810 * CC Mode Update to 5.31.3.
15811
15812 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15813
15814 * progmodes/cc-mode.el (c-postprocess-file-styles):
15815 Bind inhibit-read-only to t, around the call to
15816 c-remove-any-local-eval-or-mode-variables, so that it works on a
15817 RO file.
15818
15819 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15820
15821 * progmodes/cc-awk.el: Correct a typo.
15822
15823 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15824
15825 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
15826 c-hungry-delete-backwards, at the request of RMS. Leave the old
15827 name as an alias.
15828
15829 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15830
15831 * progmodes/cc-mode.el: Correct a typo.
15832
15833 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15834
15835 * progmodes/cc-defs.el: Update the version number to 5.31.3.
15836
15837 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15838
15839 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
15840 brace-else-brace (error due to mbeg, mend being undefined).
15841
15842 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15843
15844 * progmodes/cc-mode.el: File Local variables: Solve the problem
15845 where both `mode' and c-file-offsets are specified: `mode' will
15846 overwrite c-f-o's settings:
15847 (c-remove-any-local-eval-or-mode-variables): New function.
15848 (c-postprocess-file-styles): Call the above new function, within
15849 c-tentative-buffer-change, to splat `mode' and `eval' before the
15850 second hack-local-variables.
15851
15852 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15853
15854 * progmodes/cc-mode.el:
15855 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
15856 (c-after-change): Protect the match data with save-match-data.
15857 It was getting corrupted by c-after-change-check-<>-operators.
15858
15859 * progmodes/cc-defs.el: [Supersedes patch V1.38]:
15860 (top level): Check for a buggy font-lock-compile-keywords ONLY in
15861 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
15862
15863 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
15864 with save-match-data. It was being corrupted when Font Lock was
15865 not enabled.
15866
15867 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15868
15869 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
15870 Mode and Subword Mode.
15871
15872 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
15873 real labels ("case 1:" or "foo:") from non-labels ("public:").
15874 (c-forward-objc-directive): Replace c-forward-token-2 with crude
15875 coding; c-f-t-2 doesn't move over a token at EOB.
15876
15877 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
15878
15879 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
15880 (c-update-modeline): Concatenate the minor mode indicators
15881 directly onto mode-name, removing c-submode-indicators.
15882 Sometimes, c-s-i got separated from the mode name on the mode line.
15883
15884 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
15885 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
15886
15887 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15888
15889 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
15890 error message when there's an evaluation error to show whether
15891 it's loaded from source or not.
15892 (c-filter-ops): Make it available at runtime too to work when
15893 `c-make-init-lang-vars-fun' needs to evaluate from source.
15894
15895 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
15896
15897 * help.el (help): Revert last part of 2006-02-23 change (deletion
15898 of the `provide' call).
15899
15900 2006-02-23 Juri Linkov <juri@jurta.org>
15901
15902 * compare-w.el (compare-windows-highlight): Add new value
15903 `persistent' and change :type from `boolean' to `choice'.
15904 (compare-windows-overlays1, compare-windows-overlays2):
15905 New internal variables.
15906 (compare-windows-highlight): If compare-windows-highlight is
15907 `persistent', add current overlays to compare-windows-overlays[12]
15908 instead of adding compare-windows-dehighlight to pre-command-hook.
15909 (compare-windows-dehighlight): Delete all overlays from
15910 compare-windows-overlays[12].
15911
15912 * info.el (Info-search): Don't bind search-spaces-regexp to
15913 Info-search-whitespace-regexp in non-regexp isearch mode.
15914
15915 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15916
15917 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
15918
15919 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
15920
15921 * textmodes/org.el (org-xemacs-p)
15922 (org-export-html-show-new-buffer, org-table-may-need-update)
15923 (org-insert-item, org-mhe-get-message-real-folder)
15924 (org-mhe-get-message-folder-from-index)
15925 (org-mhe-get-message-folder, org-mhe-get-message-num)
15926 (org-mhe-get-header, org-make-org-heading-search-string)
15927 (org-make-org-heading-camel, org-table-sort-lines)
15928 (org-format-org-table-html, org-format-table-table-html):
15929 Fix typos in docstrings.
15930
15931 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
15932
15933 * textmodes/org.el (org-cleaned-string-for-export)
15934 (org-solidify-link-text): New function.
15935 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
15936 XEmacs, just to silence the compiler.
15937 (org-export-as-ascii, org-export-as-html-and-open):
15938 Use `org-cleaned-string-for-export' and create internal links.
15939 (org-follow-mhe-link): Require mh-e, use folder.
15940
15941 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
15942
15943 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
15944
15945 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
15946 gdb-debug-log-length.
15947 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
15948 it a real ring but...
15949 (gud-gdba-marker-filter): ...make it work like mark-ring.
15950 (gdb-enable-debug): Rename from gdb-enable-debug-log.
15951 (gdb-mouse-jump): New function. Add bindings.
15952
15953 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
15954
15955 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
15956 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
15957 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
15958 (gdb-debug-log-length): Customize it's length.
15959 (gud-watch, gdb-var-create-handler): Display function::var format
15960 but don't use to create variable object.
15961 (gdb-var-create-handler): Use message-box in place of message.
15962 (gdb-stopped): Call gdb-exited if signalled.
15963
15964 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
15965
15966 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
15967
15968 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
15969
15970 * textmodes/reftex.el (reftex-locate-file): Search all extensions
15971 if `reftex-try-all-extensions' is set.
15972
15973 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
15974 fail silently when there is no valid argument at point.
15975 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
15976 `fail-silently' argument. From a patch by David Reiter.
15977
15978 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
15979 New commands.
15980 (org-mark-ring): New variable.
15981 (org-mark-ring-length): New option.
15982 (org-open-at-point, org-goto, org-open-file): Push old position
15983 onto the mark ring.
15984 (org-add-hook): New function.
15985 (org-export-table-remove-special-lines): New option.
15986 (org-skip-comments, org-format-org-table-html): Respect new
15987 option `org-export-table-remove-special-lines'.
15988 (org-open-file): Allow special command configuration for
15989 directory link.
15990 (org-file-apps): Fix bugs in customize type, added setting
15991 for directories.
15992 (org-activate-tags, org-format-agenda-item, org-complete)
15993 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
15994 (org-get-tags, org-get-buffer-tags, org-open-at-point)
15995 (org-link-search, org-make-org-heading-search-string)
15996 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
15997 (org-radio-targets, org-file-link-context-use-camel-case)
15998 (org-activate-camels): New options.
15999 (org-update-radio-target-regexp, org-all-targets)
16000 (org-make-target-link-regexp, org-activate-target-links):
16001 New functions.
16002 (org-make-org-heading-search-string): New function.
16003 (org-store-link, org-insert-link): Use new option
16004 `org-file-link-context-use-camel-case'.
16005 (org-activate-camels): Use new option `org-activate-camels'.
16006 (org-link-regexp): Add mhe prefix.
16007 (org-open-at-point, org-store-link): Support for mhe links.
16008 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
16009 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
16010 (org-mhe-get-header, org-follow-mhe-link): New functions.
16011 (org-remove-angle-brackets, org-add-angle-brackets):
16012 New functions.
16013 (org-bracket-link-regexp): New constant.
16014 (org-read-date): Fix bug that was rejecting all typed dates.
16015 (org-link-search): Make hierarchy above visible after a match.
16016 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
16017 (org-store-link): Fix bug with link creation when cursor is in
16018 an empty line.
16019 (org-open-at-point): Fix bug with matching a link.
16020 Fixed buggy argument sequence in call to `org-view-tags'.
16021 (org-compile-prefix-format): Set `org-prefix-has-tag'.
16022 (org-prefix-has-tag): New variable.
16023 (org-format-agenda-item): Remove tags from headline
16024 if appropriate.
16025 (org-agenda-remove-tags-when-in-prefix): New option.
16026
16027 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
16028
16029 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
16030 Fix the regular expressions.
16031
16032 2006-02-21 Richard M. Stallman <rms@gnu.org>
16033
16034 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
16035 if there's no other specific basis.
16036
16037 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
16038 as variables at all.
16039 (unsafep-variable): Rename arg; doc fix.
16040
16041 * abbrevlist.el (list-one-abbrev-table): Add autoload.
16042
16043 * calendar/appt.el (diary-selective-display): Add defvar.
16044
16045 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
16046
16047 * isearch.el (search-whitespace-regexp): Fix custom type.
16048
16049 * help.el (describe-key-briefly): Compute interactive args
16050 in same was as before previous change.
16051
16052 * files.el (enable-local-variables): Doc fix.
16053
16054 2006-02-21 Kim F. Storm <storm@cua.dk>
16055
16056 * fringe.el: Cleanup as file is now pre-loaded.
16057 (fringe-bitmaps): Initialize unconditionally.
16058 (fringe-mode, set-fringe-style): Remove autoload cookies.
16059
16060 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
16061
16062 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
16063 `horizontal-bar'.
16064 (fringe-cursor-alist): Use `horizontal-bar'.
16065
16066 2006-02-20 Kim F. Storm <storm@cua.dk>
16067
16068 * fringe.el (fringe-bitmaps): Update to new bitmap names.
16069 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
16070
16071 * loadup.el: Load "fringe" on window systems.
16072
16073 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
16074
16075 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
16076 out of scope components.
16077
16078 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
16079 default.
16080
16081 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
16082
16083 * custom.el (customize-mark-to-save, customize-mark-as-set):
16084 Load the symbol first.
16085
16086 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
16087
16088 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
16089 strech spec so it doesn't display as "^J" on the header line
16090 when `Buffer-menu-use-header-line' is t.
16091
16092 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
16093
16094 * speedbar.el (speedbar-make-button): Keep text properties
16095 of string arguments if desired.
16096
16097 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
16098 expessions.
16099
16100 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
16101 of speedbar.
16102
16103 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
16104
16105 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
16106 to value of `read-file-name-completion-ignore-case'.
16107
16108 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
16109
16110 * custom.el (customize-mark-as-set): Push to `user' theme.
16111
16112 * cus-edit.el (custom-save-variables): Allow unthemed values.
16113 (customize-set-variable): Push setting to `user' theme.
16114
16115 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
16116
16117 * progmodes/gud.el: Don't require font-lock as it's now
16118 automatically loaded.
16119 (gud-speedbar-buttons): Replace gdb-var-changed with
16120 gdb-force-update.
16121
16122 * progmodes/gdb-ui.el (gdb-force-update): Rename from
16123 gdb-var-changed.
16124 (gdb-post-prompt): Use it.
16125 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
16126 (gdb-var-update-handler, gdb-var-delete)
16127 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
16128 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
16129 gdb-force-update in gdb-post-prompt.
16130 (gdb-reset): Clear watch expressions from speedbar when quitting.
16131
16132 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
16133
16134 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
16135 (viper-change-state-to-vi, viper-change-state-to-emacs):
16136 Make aware of cursor coloring in the Emacs state.
16137 (viper-special-read-and-insert-char): Use read-char-exclusive.
16138 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
16139
16140 * emulation/viper-init.el (viper-emacs-state-cursor-color):
16141 New variable.
16142
16143 * emulation/viper-util.el (viper-save-cursor-color)
16144 (viper-get-saved-cursor-color-in-replace-mode)
16145 (viper-get-saved-cursor-color-in-insert-mode)
16146 (viper-restore-cursor-color): Make aware of the cursor color
16147 in Emacs state.
16148 (viper-get-saved-cursor-color-in-emacs-mode): New function.
16149
16150 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
16151 (ediff-ignore-case-option3, ediff-actual-diff-options)
16152 (ediff-actual-diff3-options): New variables to control case sensitivity.
16153 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
16154 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
16155 (ediff-toggle-ignore-case): New function.
16156 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
16157
16158 * ediff-help.el (ediff-long-help-message-narrow2)
16159 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
16160 (ediff-long-help-message-word-mode): Add ignore-case command.
16161 (ediff-help-for-quick-help): Add ignore-case command.
16162
16163 * ediff-merg.el: Move provide to the end.
16164
16165 * ediff-ptch.el: Move provide to the end.
16166
16167 * ediff-wind.el: Move provide to the end.
16168
16169 * ediff-mult.el: Move provide to the end.
16170 (ediff-set-meta-overlay): Enable follow-link.
16171
16172 * ediff.el: Move provide to the end.
16173 Break recursive load cycle in eval-when-compile.
16174 (ediff-patch-buffer): Better heuristics.
16175
16176 * ediff-util.el: Move provide to the end.
16177 Break recursive load cycle in eval-when-compile.
16178 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
16179 defuns.
16180 (ediff-submit-report): Pass the values of ediff-diff3-program,
16181 ediff-diff3-options.
16182
16183 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
16184
16185 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
16186 the opening bracket of the following bracketing pairs: {}, [], (), <>,
16187 `' (for example, in the docstring of `windmove-default-keybindings').
16188
16189 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
16190
16191 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
16192 shadow face. Don't provide binding to edit variable when it is
16193 out of scope.
16194
16195 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
16196 (gdb-var-update-handler): Detect out of scope variables with pre
16197 GDB 6.4 too.
16198 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
16199 Reset status of variable objects to nil in update handlers.
16200 (gdb-var-update-handler-1): Detect when a variable object comes
16201 in scope. setcar on var changes gdb-var-list directly.
16202
16203 2006-02-17 Juri Linkov <juri@jurta.org>
16204
16205 * ffap.el (ffap) <defface>: Add explicit face declaration.
16206 (ffap-highlight): Use face `ffap' directly instead of checking
16207 for its existence.
16208
16209 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
16210 `visible-ok' of `other-buffer' to find the right original buffer.
16211
16212 * info.el (Info-search): Skip `Local Variables' node.
16213
16214 2006-02-17 Juri Linkov <juri@jurta.org>
16215
16216 * info.el (Info-find-file): Check for symbols `apropos', `history',
16217 `toc' in the input filename, and return these symbols as is.
16218 (Info-find-node-2): Set Info-current-file to symbols `apropos',
16219 `history', `toc' instead of strings.
16220 (Info-set-mode-line): For non-string Info-current-file use the
16221 symbol's name inside **.
16222 (Info-isearch-push-state): Add quote before Info-current-file and
16223 Info-current-node.
16224 (Info-isearch-pop-state): Use `equal' instead of `string='.
16225 (Info-extract-pointer, Info-following-node-name): Use
16226 `match-string-no-properties' instead of `match-string'.
16227 (Info-up): Check `old-file' for `stringp'.
16228 (Info-history): Use `equal' instead of `string-equal'.
16229 Check `file' for `stringp'.
16230 (Info-history): Use symbol `history' instead of string as first arg
16231 of `Info-find-node'.
16232 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
16233 `toc' instead of string.
16234 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
16235 instead of `buffer-substring', and `match-string-no-properties'
16236 instead of `match-string'.
16237 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
16238 instead of strings.
16239 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
16240 Use symbol `apropos' instead of string.
16241 (Info-copy-current-node-name): Check `Info-current-file' for
16242 `stringp' and construct a command with `Info-find-node' from it.
16243 (Info-fontify-node): Use `match-string-no-properties' instead of
16244 `match-string' and check file names for `stringp'.
16245 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
16246 `history', `toc' instead of strings.
16247
16248 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
16249
16250 * files.el: Rearrange functions and variables in the file local
16251 variables section.
16252
16253 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
16254
16255 * files.el: Add truncate-lines, ispell-check-comments and
16256 ispell-local-dictionary as safe local variables.
16257
16258 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
16259
16260 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
16261 out of scope variables.
16262 (gud-speedbar-buttons): Use unless.
16263
16264 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
16265 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
16266 (gdb-show-changed-values): Also use for out of scope variables.
16267 (gdb-var-update-handler-1): Note if variable goes out of scope.
16268
16269 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
16270
16271 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
16272 default to global variable values for unsupplied args.
16273 (rcirc-get-buffer-create): Fix bug with setting the target.
16274 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
16275 test for rcirc-always-use-server-buffer-flag here.
16276 (rcirc-response-formats): Add %N, which is a facified nick. %n
16277 uses the default face. Change the ACTION format string. If the
16278 "nick" is the server, don't print anything for that field.
16279 Comment fixes.
16280 (rcirc-target-buffer): Don't test
16281 rcirc-always-use-server-buffer-flag here.
16282 (rcirc-print): Squeeze extra spaces out of the text before message.
16283 (rcirc-put-nick-channel): Strip potential "@" char from nick
16284 before adding them to nick table.
16285 (rcirc-url-regexp): Improve to match address like "foo.com".
16286
16287 2006-02-17 Eli Zaretskii <eliz@gnu.org>
16288
16289 * allout.el (allout-hidden-p): Move this defsubst before
16290 allout-overlay-interior-modification-handler, where it is first
16291 used.
16292
16293 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
16294
16295 * allout.el: Use allout invisible-text overlays instead of
16296 selective display for concealed text. Also, lots of general
16297 cleanup, and improved compatibility code.
16298
16299 (allout-version): Incremented, corrected, revised, and refined
16300 module commentary.
16301
16302 (provide 'allout): Moved to the bottom, added a require of overlay.
16303
16304 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
16305 `except-current'.
16306 (allout-write-file-hook-handler): Minimize delay.
16307 (count-trailing-whitespace-region): New function so
16308 auto-encryption of current topic can resituate cursor exactly.
16309 PGP/GPG encryption trims trailing whitespace from lines, which
16310 must be accounted for across encryption then decryption.
16311
16312 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
16313 just plain "\C-c", to avoid intruding on user's keybinding space.
16314
16315 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
16316 parameter, so user request to provide a new password is done.
16317
16318 (allout-outside-normal-auto-fill-function, allout-auto-fill):
16319 Refined mechanism for auto-filling behavior while in allout mode.
16320
16321 (allout-mode): Explicitly specify the mode map in the docstring.
16322 Clarify provision for various write-file hook var names.
16323 Adjusted for invisible-text overlays instead of selective-display.
16324
16325 (allout-depth): Really return 0 if not within any topic. This
16326 rectifies `allout-beginning-of-level' and sequence numbering
16327 errors that occur when cutting and pasting numbered topics.
16328 Changed from a in-line subst to a regular function, as well.
16329
16330 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
16331
16332 (allout-end-of-subtree, allout-end-of-subtree)
16333 (allout-end-of-entry, allout-end-of-current-heading)
16334 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
16335 (allout-show-children, allout-show-to-offshoot)
16336 (allout-hide-current-entry, allout-show-current-entry): Rectified
16337 handling of trailing blank lines between items.
16338
16339 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
16340 (allout-current-depth, allout-unprotected, allout-hidden-p)
16341 (allout-on-current-heading-p, allout-listify-exposed)
16342 (allout-chart-subtree, allout-goto-prefix)
16343 (allout-back-to-current-heading, allout-get-body-text)
16344 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
16345 (allout-hide-region-body, allout-toggle-subtree-encryption)
16346 (allout-encrypt-string, allout-encrypted-key-info)
16347 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
16348 (allout-file-vars-section-data): Adjusted for use with
16349 invisible-text overlays instead of selective-display.
16350
16351 (allout-kill-line, allout-kill-topic, allout-yank-processing):
16352 Reworked for use with invisible text overlays.
16353
16354 (allout-current-topic-collapsed-p): New function.
16355
16356 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
16357 to know when to close the containing topic.
16358
16359 (allout-pre-command-business, allout-post-command-business):
16360 Simplify undo-batching and dynamic isearch exposure.
16361
16362 (allout-set-overlay-category): New for invisible-text overlays.
16363 Sets properties of allout-overlay-category, used by
16364 allout-flag-region to set invisible-text overlay properties.
16365 (allout-get-invisibility-overlay): Get the first qualifying
16366 invisibility overlay, so we can find the extent of it.
16367 (allout-back-to-visible-text): Get to just before the beginnining
16368 of the current invisibility overlay, if any.
16369
16370 (allout-overlay-insert-in-front-handler)
16371 (allout-overlay-interior-modification-handler)
16372 (allout-before-change-handler, allout-isearch-end-handler): New
16373 functions to handle extraordinary actions affecting concealed
16374 text.
16375
16376 (allout-flag-region): Use overlays instead of selective-display
16377 for invisible text - by inheritence from the properties of
16378 allout-overlay-category in mainline Emacs, and applied
16379 property-by-property in XEmacs, some recent versions of which
16380 don't inherit the properties from the category. Provisions to
16381 respond to concealed-text edits simplified drastically.
16382
16383 (allout-isearch-rectification, allout-isearch-was-font-lock)
16384 (allout-isearch-expose, allout-enwrap-isearch)
16385 (allout-isearch-abort, allout-pre-was-isearching)
16386 (allout-isearch-prior-pos, allout-isearch-did-quit)
16387 (allout-isearch-dynamic-expose)
16388 (allout-hide-current-entry-completely): Functions deleted.
16389
16390 (allout-undo-aggregation): Explicit undo aggregation no longer
16391 necessary due to transition away from selective-display.
16392
16393 (set-allout-regexp, allout-up-current-level)
16394 (allout-next-visible-heading, allout-forward-current-level)
16395 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
16396 (allout-kill-line, allout-yank-processing, allout-show-children)
16397 (allout-expose-topic, allout-old-expose-topic)
16398 (allout-listify-exposed, allout-insert-latex-header)
16399 (allout-toggle-subtree-encryption, allout-encrypt-string)
16400 (remove-from-invisibility-spec, allout-hide-current-subtree):
16401 Ditched unused variables.
16402
16403 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
16404
16405 * textmodes/ispell.el (ispell-change-dictionary): Call
16406 ispell-buffer-local-dict instead of
16407 ispell-accept-buffer-local-defs.
16408 (ispell-local-dictionary-alist): Accept as valid any coding-system
16409 supported by Emacs.
16410 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
16411 changed to iso-8859-3.
16412
16413 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
16414
16415 * speedbar.el (speedbar-frame-width): Make an inline function
16416 instead of a macro. Use frame-width.
16417 (speedbar-try-completion, speedbar-update-contents)
16418 (speedbar-timer-fn): Use consp.
16419 (speedbar-update-localized-contents): Try to preserve point.
16420
16421 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
16422 (menu): Re-order menu items.
16423 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
16424 field.
16425 (gdb-var-update-handler-1): Use it for GDB 6.4+.
16426 (gdb-post-prompt): Speed things by not forcing update.
16427
16428 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
16429
16430 * wid-edit.el (widget-button-click): For mouse-1, cancel button
16431 press and perform default action if we get a mouse movement event.
16432
16433 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
16434
16435 * calendar/icalendar.el (icalendar--get-event-property)
16436 (icalendar--get-event-property-attributes): Fix typos in
16437 docstrings.
16438
16439 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
16440 docstring.
16441
16442 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
16443
16444 * bs.el (bs-mode): Use `buffer-disable-undo'.
16445 (bs--get-file-name): Simplify.
16446 (bs-show-in-buffer): Mark the buffer as not modified.
16447
16448 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16449
16450 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
16451 widget-button-click.
16452
16453 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
16454 (custom-mode): Update docstring.
16455
16456 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
16457 binding.
16458
16459 * files.el (hack-local-variables-confirm): Allow scrolling if the
16460 file variable list is too long. Kill temp buffer after use.
16461
16462 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
16463
16464 * progmodes/gud.el (gdb): Improve doc string.
16465 (gdb-script-font-lock-keywords): Expand allowed character set.
16466
16467 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
16468 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
16469 (gdb-separate-io-interrupt, gdb-separate-io-quit)
16470 (gdb-separate-io-stop, gdb-separate-io-eof):
16471 Rename from gdb-inferior-* to gdb-separate-*.
16472 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
16473
16474 2006-02-14 Jay Belanger <belanger@truman.edu>
16475
16476 * calc/calc-arith.el (math-check-known-scalarp): Make sure
16477 expression is a symbol before checking that it is bound.
16478
16479 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
16480 test to see if equation can be solved.
16481
16482 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16483
16484 * wid-edit.el (widget-button-click): Use :pressed-face property
16485 for overlay face, if it exists.
16486
16487 * cus-edit.el (custom-manual, custom-add-see-also)
16488 (custom-add-parent-links, custom-group-link): Add :pressed-face
16489 property to links.
16490
16491 * files.el (hack-local-variables): Remove ignored variables before
16492 checking if any variables need setting.
16493
16494 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16495
16496 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
16497
16498 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
16499
16500 * help.el (where-is): Fix message for remapped commands.
16501
16502 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
16503 Fix typos in docstrings.
16504
16505 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
16506
16507 * files.el (safe-local-variable-values): New option.
16508 (hack-local-variables-prop-line): Return a list of variable-value
16509 pairs if MODE-ONLY is non-nil.
16510 (hack-local-variables): Construct list of variable-value pairs,
16511 and apply or reject them in one go. Ask for confirmation if
16512 variables are not known safe.
16513 (hack-local-variables-confirm): Complete rewrite. Support
16514 `safe-local-variable-values'.
16515 (enable-local-variables): Update docstring to reflect new
16516 behavior.
16517 (ignored-local-variables): Ignore ignored-local-variables and
16518 safe-local-variable-values.
16519 (safe-local-variable-p): New function.
16520 (risky-local-variable-p): `safe-local-variable' property check
16521 moved to safe-local-variable-p.
16522 (hack-one-local-variable): Checks moved to hack-local-variables.
16523
16524 (byte-compile-dynamic, c-basic-offset, c-file-style)
16525 (c-indent-level, comment-column, fill-column, fill-prefix)
16526 (indent-tabs-mode, kept-new-versions, no-byte-compile)
16527 (no-update-autoloads, outline-regexp, page-delimiter)
16528 (paragraph-start, paragraph-separate, sentence-end)
16529 (sentence-end-double-space tab-width, version-control):
16530 Add `safe-local-variable' property.
16531
16532 * find-lisp.el: Delete nonexistent `autocompile' file variable.
16533
16534 * icomplete.el, play/landmark.el: Change nonexistent
16535 `outline-layout' file variable to `allout-layout'.
16536
16537 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
16538
16539 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
16540 (gdb-get-changed-registers): Test value of gud-minor-mode relative
16541 to gud-comint-buffer.
16542 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
16543 gdb-ui.el for gdb-mi.el.
16544 (gdb-post-prompt, gdb-get-changed-registers): Move test for
16545 registers buffer to gdb-get-changed-registers.
16546 (gdb-breakpoint-regexp): New regexp. Allow toggling and
16547 deletion of catchpoints (throw and catch).
16548 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16549 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
16550 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
16551 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
16552 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
16553
16554 2006-02-13 Jay Belanger <belanger@truman.edu>
16555
16556 * calc/calc-arith.el (math-check-known-matrixp): Make sure
16557 expression is a symbol before checking that it is bound.
16558
16559 2006-02-13 Richard M. Stallman <rms@gnu.org>
16560
16561 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
16562 for the minibuffer too, but not if resize-mini-windows will interfere.
16563
16564 * help.el (describe-key-briefly, describe-key): Do all arg-reading
16565 inside `interactive' spec.
16566 (describe-key-briefly-internal, describe-key-internal):
16567 Functions merged back into their callers.
16568
16569 2006-02-13 Martin Rudalics <rudalics@gmx.at>
16570
16571 * info.el (info-xref-visited): Inherit from info-xref too.
16572 (Info-set-mode-line): Replace occurrences of `%' by `%%'
16573 when propertizing Info-current-file and Info-current-node.
16574
16575 2006-02-13 Juri Linkov <juri@jurta.org>
16576
16577 * tumme.el (tumme-thumbnail-storage): Fix docstring.
16578 (tumme-thumb-name): Fix per-directory format.
16579
16580 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
16581
16582 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
16583
16584 2006-02-12 Miles Bader <miles@gnu.org>
16585
16586 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
16587
16588 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
16589
16590 * tumme.el: Remove history section. If someone needs the it, it
16591 can always be found in CVS.
16592
16593 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16594
16595 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
16596 about the Thumbnail Managing Standard option.
16597
16598 2006-02-12 Richard M. Stallman <rms@gnu.org>
16599
16600 * subr.el (substitute-key-definition): Doc fix.
16601
16602 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
16603
16604 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
16605
16606 * info.el (Info-mode): Doc fix.
16607
16608 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
16609
16610 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
16611
16612 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
16613 because on Solaris a POSIX compatible "id" is needed. Reported by
16614 Magnus Henoch <mange@freemail.hu>.
16615
16616 2006-02-12 Juri Linkov <juri@jurta.org>
16617
16618 * tumme.el: Remove todo item about Thumbnail Managing Standard.
16619 (tumme) <defgroup>: Change :group to `multimedia'.
16620 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
16621 Managing Standard.
16622 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
16623 Fix dostring.
16624 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
16625 and %y. Fix docstring.
16626 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
16627 (tumme-cmd-create-standard-thumbnail-command): New user options.
16628 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
16629 is `standard'. Fix docstring.
16630 (tumme-thumb-width, tumme-thumb-height): New user options.
16631 (tumme-external-viewer): Try to find various viewers.
16632 (tumme-get-thumbnail-image): Use `create-image' instead of
16633 constructing the `image' structure.
16634 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
16635 `standard'.
16636 (tumme-thumb-name): Add file name generation for standard storage.
16637 Simplify code for other storages.
16638 (tumme-thumb-name): Use width %w and height %h instead of size %s.
16639 Add modification time %m and thumbnail-nq8 %q.
16640 Use `tumme-cmd-create-standard-thumbnail-command' if
16641 tumme-thumbnail-storage is `standard'.
16642 (tumme-dired-insert-marked-thumbs): New autoload command.
16643 (tumme-dired-after-readin-hook): New function.
16644 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
16645 `tumme-thumb-size'.
16646 (tumme-display-image): Replace size-x %x and size-y %y with
16647 width %w and height %h.
16648
16649 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
16650 `tumme-dired-insert-marked-thumbs'.
16651
16652 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16653
16654 * tumme.el (tumme-write-tag): Fix small bug (file name did not
16655 include path).
16656 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
16657 matching tag.
16658
16659 2006-02-12 Miles Bader <miles@gnu.org>
16660
16661 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
16662 New variables.
16663 (rcirc-abbrev-nick): New function.
16664 (rcirc-format-response-string): Rewrite to use the formats in
16665 `rcirc-response-formats' and expand escape sequences therein.
16666 A text-property `rcirc-text' is added over the actual response
16667 text to make easy to find inside the returned string.
16668 (rcirc-print): When filling, just look for the `rcirc-text'
16669 text-property to find the appropriate fill prefix, instead of
16670 using hardwired patterns.
16671
16672 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16673
16674 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
16675 Managing Standard.
16676
16677 2006-02-11 Kim F. Storm <storm@cua.dk>
16678
16679 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
16680 Don't use insert-buffer; do insert-buffer-substring directly.
16681 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
16682
16683 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16684
16685 * files.el (revert-buffer, recover-file): Replace buffer-read-only
16686 with inhibit-read-only. Suggested by Stefan Monnier.
16687 (revert-buffer): Let insert-file-contents discard
16688 buffer-undo-list. Simplify code.
16689 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
16690
16691 2006-02-11 Eli Zaretskii <eliz@gnu.org>
16692
16693 * menu-bar.el (menu-bar-select-yank): Add a doc string.
16694
16695 * help.el (describe-key-briefly): Now a wrapper for
16696 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
16697 to t. Populate yank-menu if empty.
16698 (describe-key-briefly-internal): Renamed from describe-key-briefly.
16699 (describe-key): Now a wrapper for describe-key-internal. Bind
16700 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
16701 (describe-key-internal): Renamed from describe-key.
16702
16703 2006-02-11 Milan Zamazal <pdm@zamazal.org>
16704
16705 * progmodes/glasses.el (glasses-separator): Doc fix.
16706 (glasses-original-separator): New defcustom.
16707 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
16708
16709 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16710
16711 * mwheel.el (mouse-wheel-up-event): Doc fix.
16712
16713 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16714
16715 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
16716 (tumme-dir): New function. Copied from thumbs.el.
16717
16718 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
16719
16720 * desktop.el (desktop-outvar): Fix typo.
16721 (desktop-save-buffer-p): Doc fix.
16722
16723 * subr.el (substitute-key-definition): Fix typo.
16724
16725 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16726
16727 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
16728 when window-system is mac.
16729
16730 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
16731
16732 2006-02-10 Kim F. Storm <storm@cua.dk>
16733
16734 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
16735 indirect-function instead of using condition-case.
16736
16737 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
16738
16739 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
16740 less `colloquial'...
16741
16742 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
16743
16744 * tumme.el: Add a couple of todo items.
16745
16746 2006-02-09 Lars Hansen <larsh@soem.dk>
16747
16748 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
16749 (highlight-changes-mode): Don't change desktop-locals-to-save.
16750
16751 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
16752
16753 * image-mode.el (image-toggle-display): Clear image cache if using
16754 filename.
16755
16756 2006-02-09 Masatake YAMATO <jet@gyve.org>
16757
16758 * dired-x.el (dired-guess-shell-alist-default): Add .man as
16759 a `dired-man' target.
16760
16761 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
16762 boundary of symbols.
16763
16764 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
16765
16766 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
16767
16768 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
16769
16770 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
16771 `mapcar'; return nil.
16772
16773 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
16774
16775 * mouse.el (mouse-drag-track): Don't change window if we rebind to
16776 some other event.
16777
16778 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
16779
16780 * net/rcirc.el (rcirc-startup-channels-alist):
16781 Add irc.freenode.net and #emacs as defaults.
16782 (rcirc-ignore-all-activity-flag): Remove variable.
16783 (rcirc-authinfo): New variable.
16784 (rcirc-authinfo-filename): Remove variable.
16785 (rcirc-always-use-server-buffer-flag): New flag.
16786 (rcirc): M-x rcirc will automatically connect without prompting.
16787 C-u M-x rcirc will prompt. Use rcirc-connect to create a
16788 connection in lisp.
16789 (rcirc-process-server-response-1): Remove everything but the nick
16790 portion of the sender so it doesn't need to be done everywhere
16791 else. Update related code.
16792 (global-map): Remove global keybindings.
16793 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
16794 (rcirc-send-input): Split into several functions.
16795 (rcirc-process-input-line, rcirc-process-message)
16796 (rcirc-process-command): New functions.
16797 (rcirc-target-buffer): New function to determine where to route
16798 messages.
16799 (rcirc-user-nick): Save match data.
16800 (rcirc-toggle-ignore-buffer-activity)
16801 (rcirc-update-activity-string): Remove global ignore functionality,
16802 which can be done now by toggling rcirc-track-minor-mode.
16803 (rcirc-track-minor-mode-map): New keymap.
16804 (rcirc-track-minor-mode): New minor-mode.
16805 (ignore): Make the ignore output nicer. Always print it when
16806 adding or removing nicks.
16807 (rcirc-url-regexp): Improve.
16808 (rcirc-mangle-text): Remove properties before using text in the
16809 modeline.
16810 (rcirc-authenticate): Authentication data comes from
16811 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
16812 (rcirc-server-prefix): Inherit from rcirc-server.
16813
16814 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
16815
16816 * Makefile.in (compile): Append "|| true" to the end of the `find'
16817 command, like compile-always does.
16818
16819 2006-02-08 Sam Steingold <sds@gnu.org>
16820
16821 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
16822 output from a dead connection.
16823
16824 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
16825
16826 * dired.el (dired-mode-map): Add more bindings for tumme.
16827
16828 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
16829
16830 * wdired.el (wdired-mode-map): Use remap.
16831 (wdired-get-filename): Massage.
16832 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
16833 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
16834 `keymap' property rather than `local-map'.
16835
16836 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
16837
16838 * tumme.el (tumme-get-thumbnail-image): New utility function.
16839 Suggested by from Chong Yidong.
16840 (tumme-dired-with-window-configuration): Rename from
16841 `tumme-dired'. Add code to save window configuration.
16842 (tumme-restore-window-configuration): New command to restore the
16843 window configuration that `tumme-dired-with-window-configuration'
16844 saves before it changes the window configuration.
16845 (tumme-show-all-from-dir): New command to display thumbnails for
16846 all files in a directory entered by the user, like M-x thumbs.
16847 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
16848 have been created.
16849 (tumme-display-thumbnail-original-image): Call `display-buffer'.
16850 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
16851 Remove obsolete test function.
16852
16853 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
16854
16855 * vc.el (small-temporary-file-directory): Remove defvar; there's
16856 a defcustom for it in files.el.
16857
16858 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
16859 Fix typo in message.
16860 (tumme-gallery-generate): Fix typo in `error' message.
16861 (tumme-display-window-height-correction)
16862 (tumme-display-window-width-correction, tumme-line-up-dynamic)
16863 (tumme-line-up-interactive): Dox fixes.
16864 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
16865 (tumme-restore-window-configuration, tumme-format-properties-string)
16866 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
16867 Fix typos in docstrings.
16868
16869 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
16870
16871 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
16872
16873 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
16874
16875 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
16876 User should use hook if desired.
16877
16878 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
16879 buffer if necessary.
16880 (gdb-delete-frame-or-window): New function.
16881 (gdb-breakpoints-mode-map): Bind "q" to it.
16882
16883 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
16884
16885 * textmodes/nroff-mode.el: Clean up name space.
16886 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
16887 (nroff-mode): Obey the global setting of nroff-electric-mode.
16888 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
16889
16890 * calendar/calendar.el (calendar-increment-month): Typo in last change.
16891
16892 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
16893
16894 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
16895
16896 2006-02-06 Lars Hansen <larsh@soem.dk>
16897
16898 * generic-x.el (etc-fstab-generic-mode): Add file system types
16899 cifs and usbdevfs. Allow special chars in file names.
16900
16901 2006-02-05 Jay Belanger <belanger@truman.edu>
16902
16903 Update copyright notices of the files in lisp/calc.
16904
16905 2006-02-05 Romain Francoise <romain@orebokech.com>
16906
16907 Update copyright notices of all files in the lisp/play directory.
16908
16909 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
16910
16911 * ldefs-boot.el: Regenerate.
16912
16913 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
16914
16915 2006-02-05 Kim F. Storm <storm@cua.dk>
16916
16917 * files.el (magic-mode-regexp-match-limit): New defvar.
16918 (set-auto-mode): Use it to limit magic-mode-alist matching.
16919
16920 2006-02-04 Eli Zaretskii <eliz@gnu.org>
16921
16922 * info.el (Info-index, Info-mode): Improve the description of the
16923 `i' command.
16924
16925 * ldefs-boot.el: Regenerate.
16926
16927 2006-02-03 Werner Lemberg <wl@gnu.org>
16928
16929 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
16930 greedy to find the closing bracket in \*[...] and similar
16931 expressions. This is a first rough fix -- many additional
16932 refinements are necessary to make nroff mode really usable with groff.
16933
16934 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
16935
16936 * international/mule-cmds.el (set-locale-environment):
16937 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
16938 libX11.
16939
16940 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
16941
16942 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
16943 archive are created in archive-tmpdir.
16944
16945 2006-02-02 John Paul Wallington <jpw@pobox.com>
16946
16947 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
16948 (ibuffer-fontification-alist): Use it.
16949 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
16950 to "* z" and the Ibuffer Mark menu.
16951
16952 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
16953
16954 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
16955
16956 * textmodes/table.el (*table--cell-describe-mode)
16957 (*table--cell-describe-bindings): Undo last change since
16958 print-help-return-message is not obsoleted by anything at all.
16959
16960 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
16961
16962 * emulation/cua-base.el (cua-mode): Doc fix.
16963
16964 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
16965
16966 * dframe.el (dframe-handle-make-frame-visible)
16967 (dframe-handle-iconify-frame, dframe-get-focus)
16968 (dframe-select-attached-frame, dframe-power-click)
16969 (dframe-frame-mode): Fix typos in docstrings.
16970
16971 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
16972 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
16973 Fix typos in docstrings.
16974
16975 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
16976 (hi-lock-face-buffer, hi-lock-font-lock-hook)
16977 (hi-lock-archaic-interface-message-used)
16978 (hi-lock-file-patterns-range): Fix typos in docstrings.
16979
16980 * savehist.el (savehist-loaded, savehist-load, savehist-install)
16981 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
16982
16983 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
16984 Fix typo in docstring.
16985
16986 * net/newsticker.el (newsticker--decode-iso8601-date)
16987 (newsticker--set-customvar, newsticker--buffer-insert-item)
16988 (newsticker--do-run-auto-mark-filter)
16989 (newsticker--parse-generic-feed): Doc fixes.
16990 (newsticker--retrieval-timer-list, newsticker-url-list)
16991 (newsticker-hide-immortal-items-in-echo-area)
16992 (newsticker-hide-obsolete-items-in-echo-area)
16993 (newsticker-new-item-face, newsticker--enclosure)
16994 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
16995 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
16996 (newsticker--parse-generic-feed, newsticker--cache-contains)
16997 (newsticker--stat-num-items, newsticker-download-enclosures):
16998 Fix typos in docstrings.
16999
17000 * net/rcirc.el (rcirc-debug): Doc fix.
17001 (rcirc-fill-column, rcirc-receive-message-hooks)
17002 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
17003 (rcirc-mode, rcirc-generate-new-buffer-name)
17004 (rcirc-startup-channels, rcirc-ignore-update-automatic)
17005 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
17006 Fix typos in docstrings.
17007 (rcirc-print): "?\ " -> "?\s".
17008 (rcirc-cmd-join): Improve argument/docstring consistency.
17009
17010 2006-02-01 Mark A. Hershberger <mah@everybody.org>
17011
17012 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
17013 before narrow-to-region.
17014
17015 2006-02-01 Richard M. Stallman <rms@gnu.org>
17016
17017 * simple.el (move-beginning-of-line): Scan properly for invis change.
17018
17019 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
17020
17021 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
17022
17023 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
17024 change bit only when id-format is 'integer. Reported by Matt
17025 Hodges <M.P.Hodges@rl.ac.uk>.
17026
17027 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
17028
17029 * hilit-chg.el (highlight-changes-initial-state)
17030 (highlight-changes-global-initial-state): Doc fixes.
17031 (highlight-changes-global-modes, global-highlight-changes):
17032 Fix typos in docstrings.
17033
17034 2006-02-01 Kim F. Storm <storm@cua.dk>
17035
17036 * emulation/cua-base.el (cua-mode): Mention that CUA enables
17037 transient-mark-mode in doc string.
17038
17039 2006-01-31 Richard M. Stallman <rms@gnu.org>
17040
17041 * replace.el (multi-occur): Doc fix.
17042 (multi-occur-in-matching-buffers): Rename from
17043 multi-occur-by-filename-regexp. Prefix arg says match
17044 buffer names instead of file names.
17045
17046 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
17047
17048 * bs.el: Allow non-default values of `bs-header-lines-length'.
17049 (bs--running-in-xemacs): Remove (not needed anymore).
17050 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
17051 instead of `shrink-window', thus avoiding having to compute the
17052 height of the window.
17053 (bs--up): Wrap around even when there's no header.
17054 (bs--down): Use `forward-line' instead of `next-line'.
17055
17056 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
17057
17058 * image-mode.el (image-toggle-display): Use file name if possible,
17059 instead of unnecessarily allocating a (possibly huge) lisp string.
17060
17061 2006-01-30 John Paul Wallington <jpw@pobox.com>
17062
17063 * subr.el (toplevel): Define `cl-assertion-failed' condition here
17064 because the `assert' macro signals it at runtime.
17065
17066 * emacs-lisp/cl.el (toplevel): Remove definition of
17067 `cl-assertion-failed' condition.
17068
17069 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
17070
17071 * thumbs.el (thumbs-marked-list): Make buffer-local and
17072 permanent-local.
17073 (thumbs-insert-thumb): Make help-echo non-sticky.
17074 (thumbs-file-alist): Use eolp as check for (non)-image.
17075
17076 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
17077
17078 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
17079 (ediff-before-session-group-setup-hooks)
17080 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
17081 Fix typos in docstrings.
17082
17083 * window.el (bw-dir, bw-eqdir, balance-windows)
17084 (split-window-keep-point): Fix typos in docstrings.
17085
17086 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
17087 (org-quote-string, org-calendar-to-agenda-key)
17088 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
17089 (org-show-following-heading, org-tags-column)
17090 (org-use-tag-inheritance, org, org-allow-space-in-links)
17091 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
17092 (org-enable-table-editor, org-calc-default-modes)
17093 (org-table-allow-automatic-line-recalculation)
17094 (org-export-html-style, org-export-with-fixed-width)
17095 (org-export-with-sub-superscripts, org-special-keyword)
17096 (org-formula, org-time-grid, org-table-may-need-update)
17097 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
17098 (org-goto-quit, org-get-indentation, org-end-of-item)
17099 (org-move-item-down, org-move-item-up)
17100 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
17101 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
17102 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
17103 (org-agenda-log-mode, org-agenda-toggle-diary)
17104 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
17105 (org-agenda-file-to-end, org-agenda-no-heading-message)
17106 (org-agenda-get-closed, org-format-agenda-item)
17107 (org-cmp-priority, org-cmp-category, org-cmp-time)
17108 (org-agenda-change-all-lines, org-agenda-diary-entry)
17109 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
17110 (org-link-search, org-camel-to-words, org-open-file)
17111 (org-remember-handler, org-table-convert-region)
17112 (org-table-move-row-down, org-table-move-row-up)
17113 (org-table-copy-region, org-table-wrap-region)
17114 (org-table-toggle-vline-visibility)
17115 (org-table-get-vertical-vector, org-table-modify-formulas)
17116 (org-table-get-specials, org-recalc-commands)
17117 (org-table-rotate-recalc-marks, org-table-eval-formula)
17118 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
17119 (org-level-color-stars-only, org-insert-heading):
17120 Fix typos in docstrings.
17121 (last-arg): Add defvar.
17122
17123 * makefile.w32-in (WINS): Add erc.
17124 (MH_E_SRC): Update (copied from lisp/Makefile.in).
17125
17126 2006-01-29 Bill Wohler <wohler@newt.com>
17127
17128 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
17129 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
17130 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
17131 (mh-autoloads): Don't use comments on otherwise empty lines.
17132
17133 2006-01-29 Edward O'Connor <ted@oconnor.cx>
17134
17135 * emulation/viper.el (viper-major-mode-modifier-list):
17136 Add insert-state and vi-state entries for erc-mode.
17137 (viper-go-away, viper-set-hooks): Add and remove
17138 viper-comint-mode-hook from erc-mode-hook as appropriate.
17139
17140 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
17141
17142 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
17143
17144 * bs.el (bs--format-aux): Implement `middle' alignment as
17145 described in the docstring for `bs-attributes-list'.
17146 (bs--get-name): Simplify. Don't pad the buffer name.
17147
17148 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
17149
17150 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
17151 English aspell dictionary is installed, use the first entry of
17152 ispell-dictionary-alist-1.
17153
17154 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17155
17156 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
17157 Doc fix.
17158
17159 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
17160
17161 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
17162 for `process-file', in order to let it work for older Emacsen too.
17163
17164 2006-01-27 Eli Zaretskii <eliz@gnu.org>
17165
17166 * international/latexenc.el: Add a suitable `coding:' tag.
17167 (latexenc-find-file-coding-system): Undo last change.
17168
17169 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17170
17171 * international/latexenc.el (latexenc-find-file-coding-system):
17172 Make sure latexenc-main-file is a regular file and is readable.
17173
17174 2006-01-27 Andre Spiegel <spiegel@gnu.org>
17175
17176 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
17177 Pass FILE to vc-user-login-name.
17178
17179 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
17180
17181 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
17182
17183 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
17184 there are no more images to display.
17185 (thumbs-mark, thumbs-unmark): Revert change so that they move to
17186 the next image.
17187
17188 2006-01-26 Richard M. Stallman <rms@gnu.org>
17189
17190 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
17191
17192 * wid-edit.el (advertised-widget-backward): New alias.
17193 (widget-keymap): Use advertised-widget-backward for S-TAB.
17194
17195 * tumme.el: Correct the keywords.
17196 (tumme-dir-max-size): Use defvar.
17197 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
17198
17199 * simple.el (move-beginning-of-line): Take account of fields.
17200 (clone-indirect-buffer-other-window): Take args like
17201 clone-indirect-buffer, and work like it.
17202
17203 * help-fns.el (describe-function): Don't pass `nil' as default.
17204
17205 * files.el (risky-local-variable-p): Follow var aliases.
17206
17207 * subr.el (lazy-completion-table): Doc fix.
17208
17209 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
17210 global binding of `line'.
17211
17212 2006-01-25 Andre Spiegel <spiegel@gnu.org>
17213
17214 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
17215 Tramp.
17216
17217 * vc.el (vc-default-dired-state-info): Pass FILE to
17218 vc-user-login-name.
17219 (vc-default-update-changelog): Don't use vc-user-login-name, we
17220 don't need it here.
17221
17222 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
17223 no longer necessary.
17224
17225 2006-01-25 Kenichi Handa <handa@m17n.org>
17226
17227 * international/mule.el (decode-char): Avoid the overhead of
17228 calling utf-lookup-subst-table-for-decode if
17229 utf-translate-cjk-mode is nil.
17230 (encode-char): Avoid the overhead of calling
17231 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
17232 nil.
17233
17234 2006-01-22 Kenichi Handa <handa@m17n.org>
17235
17236 * international/mule.el (make-subsidiary-coding-system): Reset
17237 `coding-system-define-form' property of subsidiaries to nil.
17238 Avoid duplicated entry in coding-system-alist.
17239 (make-coding-system): Avoid duplicated entry in
17240 coding-system-alist.
17241 (define-coding-system-alias): Likewise.
17242
17243 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
17244
17245 * completion.el: Minor fixes in introductory comment.
17246 (completion-def-wrapper): Fix alist.
17247
17248 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
17249
17250 * thumbs.el (thumbs-new-image-size): New function.
17251 (thumbs-increment-image-size-element)
17252 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
17253 (thumbs-decrement-image-size): Delete.
17254 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
17255 temp files and use to resize.
17256 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
17257 Use increment argument to enlarge/shrink. Preserve point.
17258 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
17259 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
17260 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
17261 (thumbs-mark, thumbs-unmark): Preserve point.
17262 (thumbs-modify-image): Keep old temp files and use to modify.
17263 Cleanup old temp files at load time. Preserve point.
17264 (thumbs-view-image-mode-map): Use new command names.
17265
17266 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
17267
17268 * log-view.el (log-view-minor-wrap): First rev is the one at point.
17269
17270 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
17271 the nastiest part of the cyclic dependency.
17272 (cal-menu-update): Use dotimes and calendar-increment-month.
17273
17274 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
17275 (calendar-week-start-day): Add an :initializer.
17276 (calendar-mode-map): Use suppress-keymap, and command remapping.
17277 (describe-calendar-mode): Setup xref-stack info for the back button.
17278 (calendar-star-date): Insert before delete.
17279 (calendar-set-mode-line): Add file-modified info if applicable.
17280 (calendar-increment-month): New function.
17281
17282 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
17283
17284 * font-lock.el (lisp-font-lock-keywords-2):
17285 Recognize "& keywords" only at word boundaries.
17286
17287 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
17288
17289 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
17290 and permanent-local.
17291 (thumbs-max-image-number): New variable.
17292 (thumbs-do-thumbs-insertion): Use them.
17293 (thumbs-per-line): Change default to 4.
17294 (thumbs-marked-list): Rename from thumbs-markedL.
17295 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
17296 (thumbs-rename-images): Use -list instead of L for internal variables.
17297 (thumbs-call-convert): Use call-process instead of shell-command.
17298 (thumbs-insert-thumb): Add filename as help-echo to each image.
17299 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
17300 Give dir to thumbs-show-thumbs-list.
17301 (thumbs-show-thumbs-list): Set default-directory to that of images.
17302 (thumbs-dired-show): Rename from thumbs-dired-show-all.
17303 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
17304 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
17305 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
17306
17307 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
17308
17309 * ses.el (ses-read-cell): Provide a default value.
17310
17311 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
17312
17313 * term/w32-win.el (image-library-alist): Add additional names for
17314 GIF library.
17315
17316 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17317
17318 * international/latexenc.el (latexenc-find-file-coding-system):
17319 Add file-regular-p check.
17320
17321 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
17322
17323 * simple.el (clone-buffer): Don't show the new buffer in the same
17324 window.
17325
17326 2006-01-23 Juri Linkov <juri@jurta.org>
17327
17328 * faces.el (link, link-visited): New faces based on default values
17329 of `info-xref' and `info-xref-visited'.
17330
17331 * info.el (info-xref): Inherit from `link'.
17332 (info-xref-visited): Inherit from `link-visited'.
17333
17334 * cus-edit.el (custom-buffer-create-internal): Use widget type
17335 `custom-manual' instead of `info-link' and don't set properties
17336 `button-face' and `mouse-face' explicitly.
17337 (custom-browse-group-tag, custom-browse-variable-tag)
17338 (custom-browse-face-tag): Inherit from widget class
17339 `custom-group-link' instead of `push-button'.
17340 (custom-button-unraised): Inherit from `underline' face.
17341 (custom-link): Inherit from `link' face. Fix doc and group.
17342 (custom-add-parent-links, custom-group-value-create): Don't set
17343 properties `button-face' and `mouse-face' explicitly for
17344 `custom-group-link' widget.
17345 (custom-group-link): Add properties `button-face' and `mouse-face'
17346 to widget definition.
17347 (custom-field-keymap): New variable. Put `custom-field-keymap' to
17348 editable-field's :keymap property.
17349 (custom-mode): Fix docstring: substitute keybindings for
17350 `widget-forward' and `widget-backward' from `widget-keymap',
17351 `widget-complete' from `custom-field-keymap', replace old
17352 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
17353
17354 * desktop.el (desktop-load-file): Check for `fboundp' before
17355 calling `symbol-function'.
17356
17357 * simple.el (clone-buffer, clone-indirect-buffer)
17358 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
17359 `read-string'. Fix prompts.
17360
17361 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
17362
17363 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
17364
17365 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
17366
17367 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
17368
17369 * startup.el (inhibit-splash-screen, initial-scratch-message):
17370 Doc fixes.
17371
17372 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
17373
17374 Sync with Tramp 2.0.52.
17375
17376 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
17377 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
17378 `tramp-unload-tramp' for checklist.
17379
17380 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
17381 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
17382 (tramp-unload-file-name-handler-alist)
17383 (tramp-unload-tramp): New defuns.
17384 (tramp-advice-PC-expand-many-files): New defadvice.
17385 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
17386 removed.
17387 (tramp-handle-expand-file-name): Remove double slash.
17388 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
17389 It doesn't matter, because it will be converted later on.
17390 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
17391 implementation was just heuristic.
17392 (tramp-post-connection): Set uid and gid properties.
17393 (tramp-convert-file-attributes): Set file's gid change bit.
17394 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
17395 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
17396 in case of su(do)? methods. The home directory of the local user
17397 will be taken else.
17398 (tramp-open-connection-telnet)
17399 (tramp-open-connection-rsh, tramp-open-connection-su)
17400 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
17401 local shell prompt could hurt. Reported by Romain Francoise
17402 <romain@orebokech.com>.
17403 (tramp-let-maybe): Add `edebug-form-spec' property.
17404 (tramp-handle-expand-file-name): Bind `default-directory' locally
17405 to "/" in order to avoid problems with UNC shares or Cygwin
17406 mounts.
17407 (tramp-md5-function): Fix typo in error message.
17408
17409 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
17410
17411 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
17412 for byte-compiler pacification.
17413
17414 2006-01-22 Andre Spiegel <spiegel@gnu.org>
17415
17416 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
17417 ID-FORMAT `string'. This allows us to get rid of
17418 `vc-user-login-name UID'.
17419
17420 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
17421
17422 2006-01-22 John Paul Wallington <jpw@pobox.com>
17423
17424 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
17425
17426 2006-01-21 Martin Rudalics <rudalics@gmx.at>
17427
17428 * emacs-lisp/find-func.el (find-definition-noselect)
17429 (find-variable-noselect): Search variables in C source code too.
17430 (find-function-C-source, find-function-noselect, find-function)
17431 (find-function-other-frame, find-variable-noselect, find-variable)
17432 (find-variable-other-frame, find-variable-at-point):
17433 Fix docstrings.
17434
17435 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
17436
17437 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
17438
17439 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
17440
17441 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
17442 Default to disabling the "Save affix" question.
17443
17444 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
17445
17446 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
17447 the first arg to run-python.
17448
17449 2006-01-21 Eli Zaretskii <eliz@gnu.org>
17450
17451 * startup.el (command-line-1): Handle --no-desktop if desktop.el
17452 is not loaded.
17453
17454 2006-01-20 Jay Belanger <belanger@truman.edu>
17455
17456 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
17457 limit is 0.
17458
17459 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
17460 the correct variable.
17461
17462 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
17463
17464 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
17465 link. Fixed buggy argument sequence in call to `org-view-tags'.
17466 (org-compile-prefix-format): Set `org-prefix-has-tag'.
17467 (org-prefix-has-tag): New variable.
17468 (org-format-agenda-item): Remove tags from headline if
17469 appropriate.
17470 (org-agenda-remove-tags-when-in-prefix): New option.
17471 (org-get-tags-at): New function.
17472
17473 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
17474
17475 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
17476 (thumbs-find-image): Move image name and number from buffer name
17477 to mode name. Set thumbs-buffer. Preserve point so that large
17478 images remain visible.
17479 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
17480 order.
17481 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
17482 mode name.
17483 (thumbs-next-image, thumbs-previous-image): Make them work.
17484
17485 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
17486
17487 * cus-edit.el (custom-buffer-create-internal): State in the text above
17488 the whole buffer buttons that they do not operate on hidden items.
17489 (custom-face-menu): Use `custom-face-save' instead of
17490 `custom-face-save-command'.
17491 (custom-face-save-command): Make it an alias for `custom-face-save'
17492 and declare it obsolete.
17493 (custom-face-save): Doc fix.
17494
17495 * dired.el (dired-no-confirm): Add quote.
17496 (dired-subdir-alist-pre-R): Add quote in
17497 `make-variable-buffer-local' form and remove unbalanced parenthesis.
17498
17499 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
17500
17501 * textmodes/table.el (table-mode-indicator): Typo in last change.
17502
17503 2006-01-19 Richard M. Stallman <rms@gnu.org>
17504
17505 * outline.el (hide-leaves): Don't call outline-end-of-heading.
17506 Fixes bug reported in Nov 2005.
17507
17508 * isearch.el (isearch-forward): Doc fix.
17509
17510 * dired.el (dired-move-to-filename-regexp): Define as alias.
17511 (dired-no-confirm): Use defcustom.
17512 (dired-subdir-alist-pre-R): Put defvar at top level.
17513
17514 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
17515
17516 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17517 Mark as risky.
17518
17519 * simple.el (set-mark-command): Doc fix.
17520 (clone-indirect-buffer-other-window):
17521 Read arg like clone-indirect-buffer.
17522 (move-beginning-of-line): Skip invisible newlines.
17523
17524 2006-01-19 Masatake YAMATO <jet@gyve.org>
17525
17526 * progmodes/cpp.el (cpp-edit-load): Make the order of
17527 listed conditions in a base C code buffer and its associate
17528 CPP Edit buffer the same.
17529
17530 2006-01-19 Kenichi Handa <handa@m17n.org>
17531
17532 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
17533 (rmail-mime-feature): Likewise.
17534 (rmail-require-mime-maybe): Use display-warning to show a warning
17535 message.
17536
17537 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
17538 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
17539
17540 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
17541
17542 * array.el: Move defvars out of eval-when-compile.
17543 (array-make-template): Replace undeclared global var with a local one.
17544 (array-mode): Inline initialization functions.
17545 (array-init-local-variables, array-init-max-row)
17546 (array-init-max-column, array-init-columns-per-line)
17547 (array-init-field-width, array-init-rows-numbered)
17548 (array-init-line-length, array-init-lines-per-row): Remove.
17549
17550 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
17551 (doc-mode-map): Define explicitly.
17552 (doctor-txtype): Use mapc.
17553
17554 * textmodes/table.el: Move defvars out of eval-when-compile.
17555 Remove harmful code meant to avoid byte-compiler warnings.
17556 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
17557 specification that checks table-fixed-width-mode directly.
17558 (table-recognize-region, table-recognize-cell):
17559 Use restore-buffer-modified-p.
17560 (table-fixed-width-mode): Remove code that refreshes
17561 table-fixed-mode-indicator.
17562 (*table--cell-describe-bindings, *table--cell-describe-mode):
17563 Avoid obsolete name print-help-return-message.
17564 (table--test-cell-list): Don't use replace-regexp from elisp.
17565 (table--point-entered-cell-function, table--point-left-cell-function):
17566 Don't set table-fixed-mode-indicator, use force-mode-line-update.
17567
17568 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
17569 that was after the end of file. Use buffer-file-name variable.
17570 (org-timestamp-change): Use with-current-buffer.
17571 (org-todo-list): Don't unnecessarily define a new buffer-local var.
17572 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
17573 `file'.
17574
17575 * progmodes/fortran.el: Move defvars out of eval-when-compile.
17576 (fortran-break-line): Remove unused var `opoint'.
17577 (fortran-abbrev-start): Obey help-event-list.
17578
17579 2006-01-18 Jesper Harder <harder@phys.au.dk>
17580
17581 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
17582
17583 2006-01-18 Masatake YAMATO <jet@gyve.org>
17584
17585 * progmodes/make-mode.el (makefile-imake-mode): New mode
17586 derived from makefile-mode.
17587 (makefile-imake-mode-syntax-table): New syntax table
17588 derived from makefile-mode-syntax-table.
17589 (makefile-mode): Write about makefile-imake-mode in doc string.
17590 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
17591 (makefile-imake-font-lock-keywords): New font lock keywords.
17592
17593 * files.el (auto-mode-alist): Add Imakefile.
17594
17595 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
17596
17597 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
17598 loading the file rather than when turning on flyspell-mode.
17599
17600 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
17601
17602 * cus-edit.el (customize-rogue): Minor doc fix.
17603
17604 2006-01-17 Juri Linkov <juri@jurta.org>
17605
17606 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
17607 instead of the file at the mark as default if the file at the mark
17608 is the same as the file at point or if dired-dwim-target-directory
17609 is not the same as the current directory and the mark is not active.
17610
17611 * log-view.el (log-view-minor-wrap): Use the same logic to get
17612 revisions as `log-view-diff'.
17613
17614 * info.el (Info-revert-find-node): Check for Info-current-file
17615 before preserving new-history.
17616
17617 * man.el (Man-heading-regexp): Add `/'.
17618
17619 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
17620 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
17621
17622 2006-01-16 Juri Linkov <juri@jurta.org>
17623
17624 * faces.el (mode-line-faces): New defgroup.
17625 (mode-line-highlight): Move definition after new defgroup.
17626 (mode-line, mode-line-inactive, mode-line-highlight):
17627 Replace :group `modeline' with `mode-line-faces'.
17628 (mode-line-buffer-id): New face.
17629 (modeline-buffer-id): New face alias.
17630 (vertical-border): Remove :group `modeline'.
17631
17632 * bindings.el (propertized-buffer-identification): Use face
17633 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
17634 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
17635 (mode-line-buffer-identification-keymap): For mouse-1 replace
17636 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
17637 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
17638 mouse-3.
17639
17640 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
17641 Buffer-menu-buffer. Doc fix.
17642 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
17643 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
17644 `Buffer-menu-buffer'.
17645
17646 * info.el (Info-mode-line-node-keymap): New defvar.
17647 (Info-set-mode-line): Use `stringp' to check Info-current-file.
17648 Propertize Info-current-node with `mode-line-buffer-id' and
17649 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
17650
17651 * time.el (display-time-mail-face): Replace :group `faces' with
17652 `mode-line-faces'.
17653
17654 2006-01-16 Kenichi Handa <handa@m17n.org>
17655
17656 * international/code-pages.el: Add autoload cookies for cp125[0345678].
17657
17658 * language/european.el (cp1252): New alias for windows-1252.
17659
17660 * international/mule.el (autoload-coding-system): Prepare for EOL
17661 variants.
17662
17663 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
17664
17665 * term.el (term-raw-map): Add mapping for insert.
17666 (term-send-insert): New.
17667 (term-mode): Make variables local here instead of doing it in
17668 `term-emulate-terminal'.
17669 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
17670 Scroll reverse needs to take into account the scroll region.
17671 Saving and restoring the cursor should save the color attributes too.
17672 (term-reset-terminal): Reset the scroll region.
17673 (term-handle-ansi-escape): Cursor up and down should take into
17674 account the scroll region.
17675 (term-set-scroll-region): Rename from `term-scroll-region'.
17676 Move to 0,0 after setting the region.
17677 (term-handle-scroll): Handle scroll up.
17678 (term-down): Fix off by one error.
17679 (term-delete-lines): Do not delete outside the scroll region.
17680 (term-insert-lines): Take into account the scroll region.
17681
17682 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
17683
17684 * textmodes/ispell.el (ispell-internal-change-dictionary)
17685 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
17686 (start, end): Move declaration outside of eval-when-compile.
17687
17688 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
17689 (flyspell-mode-on): Use it.
17690
17691 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
17692 ispell-kill-ispell-hook.
17693
17694 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
17695
17696 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17697 (Custom-reset-saved): Do not ask for confirmation in single option
17698 buffers.
17699
17700 2006-01-13 Richard M. Stallman <rms@gnu.org>
17701
17702 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
17703
17704 2006-01-13 Romain Francoise <romain@orebokech.com>
17705
17706 * add-log.el (add-change-log-entry, change-log-merge):
17707 Conditionally use `hard-newline'.
17708
17709 2006-01-13 Martin Rudalics <rudalics@gmx.at>
17710
17711 * wid-edit.el (widget-field-end): If the overlay is no longer
17712 associated with a buffer, behave as if the overlay didn't exist.
17713
17714 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
17715 Make sure the links use the `custom-link' face.
17716
17717 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
17718
17719 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
17720 (ld-script-mode): Don't set indent-line-function since we don't
17721 have one.
17722
17723 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
17724
17725 * textmodes/org.el (org-open-file): Use mailcap for selecting an
17726 application.
17727 (org-file-apps-defaults-gnu): Use mailcap as the default for
17728 selecting an application on a UNIX system.
17729 (org-agenda-show-tags): New command.
17730 (org-table-insert-hline): Keep cursor in current table line.
17731 (org-table-convert): Offset effect of modifying
17732 `org-table-insert-hline'.
17733 (org-format-agenda-item): New optional argument TAG.
17734 (org-compile-prefix-format): Handle %T format for the tag.
17735 (org-expand-wide-chars): New function.
17736 (org-table-insert-row, org-table-insert-hline):
17737 Use `org-expand-wide-chars'.
17738 (org-open-file): Fix bug in program launch.
17739 (org-get-time-of-day): Fix bug with times before 1am.
17740 (org-agenda-menu): Add tags commands.
17741
17742 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
17743
17744 * textmodes/ispell.el (ispell-init-process): Include the used
17745 dictionary in ispell process start message.
17746 (ispell-internal-change-dictionary): When flyspell-mode is active
17747 and dictionary is changed, make sure ispell process is restarted
17748 and flyspell word cache cleared out for the current buffer.
17749 (ispell-change-dictionary): Make sure flyspell word cache is
17750 cleared out in all buffers with active flyspell mode when
17751 dictionary is globally changed.
17752 Call ispell-internal-change-dictionary after dictionary change.
17753
17754 2006-01-13 Eli Zaretskii <eliz@gnu.org>
17755
17756 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
17757
17758 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
17759 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
17760 years. Fix small differences wrt Makefile.in.
17761 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
17762 Makefile.in does.
17763
17764 2006-01-12 Bill Wohler <wohler@newt.com>
17765
17766 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
17767 mh-search.el.
17768
17769 2006-01-12 Masatake YAMATO <jet@gyve.org>
17770
17771 * progmodes/ld-script.el: Update copyright year.
17772
17773 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
17774
17775 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
17776 Don't add widget if setting undefined.
17777
17778 2006-01-12 John Paul Wallington <jpw@pobox.com>
17779
17780 * help-fns.el (describe-variable): Remove newlines from void
17781 variable output.
17782
17783 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
17784
17785 * wdired.el (wdired-mode-map): Add help echo for
17786 wdired-abort-changes.
17787
17788 * man.el (Man-file-name-regexp): Adjust for a list of files.
17789
17790 2006-01-12 Masatake YAMATO <jet@gyve.org>
17791
17792 * progmodes/ld-script.el (auto-mode-alist): Support
17793 suffix conventions used in netbsd and eCos.
17794
17795 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
17796
17797 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
17798 (custom-variable-menu, custom-face-menu, custom-group-menu)
17799 (Custom-mode-menu): Change names of menu items. (As discussed on
17800 emacs-devel.)
17801 (custom-face-menu): Add "Undo Edits" item.
17802
17803 * startup.el (init-file-user): defcustom -> defvar.
17804
17805 * tooltip.el (tooltip-mode): Doc fix.
17806
17807 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
17808
17809 * reveal.el (reveal-post-command): window-buffer signals an error on
17810 dead windows rather than returning nil.
17811 (reveal-open-new-overlays): An overlay might die while we open others.
17812
17813 2006-01-11 Bill Wohler <wohler@newt.com>
17814
17815 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
17816 phrasing in docstring.
17817
17818 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
17819 can give some systems gas. Add new file mh-buffers.el.
17820
17821 2006-01-06 Masatake YAMATO <jet@gyve.org>
17822
17823 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
17824 C preprocessor forward ported from GNU Emacs 21.2.
17825
17826 * progmodes/asm-mode.el (asm-font-lock-keywords):
17827 Use `cpp-font-lock-keywords'.
17828
17829 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
17830
17831 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
17832 of $ for "\\.ld[s]?".
17833
17834 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
17835
17836 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
17837 (tcl-indent-line): Return `noindent' if inside a string.
17838
17839 * progmodes/flymake.el (flymake-split-string): Remove more than one
17840 empty string at beg/end of the result.
17841 (flymake-find-buildfile, flymake-find-possible-master-files):
17842 Use expand-file-name.
17843 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
17844 since expand-file-name does it for us. Use directory-file-name.
17845 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
17846 (flymake-ler-get-type, flymake-ler-get-text)
17847 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
17848 (flymake-current-line-no): Remove spurious interactive spec.
17849 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
17850 (flymake-check-include): Remove arg inc-path merged into inc-name.
17851 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
17852 Arg regexp-list replaced by a simple regexp.
17853 (flymake-master-make-header-init, flymake-master-tex-init):
17854 Correspondingly replace regexp-list with a regexp. Fix regexp.
17855
17856 2006-01-10 Simon Josefsson <jas@extundo.com>
17857
17858 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
17859 describing AUTH PLAIN fix.
17860
17861 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
17862
17863 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
17864 (report-emacs-bug): Don't record initial prompt text.
17865 Instead, add text properties to prompting text.
17866 (report-emacs-bug-hook): Delete prompting text.
17867
17868 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
17869
17870 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
17871 `dirs'. Adjust callers.
17872
17873 2006-01-09 John Paul Wallington <jpw@gnu.org>
17874
17875 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
17876
17877 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
17878
17879 * reveal.el (reveal-open-new-overlays): New extracted fun.
17880 (reveal-close-old-overlays): Idem. Check overlays's liveness before
17881 using them. Simplify the code.
17882 (reveal-post-command): Use them. Fix up obsolete windows in
17883 reveal-open-spots.
17884
17885 * progmodes/flymake.el: Use `require' rather than autoload for
17886 XEmacs's overlays.
17887 (flymake-get-common-file-prefix, flymake-build-relative-filename):
17888 Delete. Use file-relative-name instead.
17889 (flymake-get-syntax-check-program-args, flymake-perl-init):
17890 Simplify the resulting code.
17891
17892 * log-view.el (log-view-file-re, log-view-message-re): Add support
17893 for DaRCS output.
17894
17895 2006-01-09 Alex Schroeder <alex@gnu.org>
17896
17897 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
17898 identifiers sometimes added in square brackets at the beginning of
17899 subject lines.
17900
17901 2006-01-07 Richard M. Stallman <rms@gnu.org>
17902
17903 * cus-edit.el (Custom-set, Custom-save): Doc fix.
17904 (Custom-reset-current, Custom-reset-saved): Change question text.
17905 (Custom-reset-standard): Likewise.
17906 (custom-variable-reset-saved): Doc fix.
17907
17908 2006-01-07 Eli Zaretskii <eliz@gnu.org>
17909
17910 * startup.el (init-file-user): Doc fix.
17911
17912 2006-01-07 Alex Schroeder <alex@gnu.org>
17913
17914 * mail/rmail.el (rmail-current-subject): New function.
17915 (rmail-current-subject-regexp): New function.
17916 (rmail-next-same-subject): Use it.
17917
17918 * mail/rmailsum.el (rmail-summary-by-topic):
17919 Use rmail-current-subject and rmail-current-subject-regexp.
17920 (rmail-summary-next-same-subject): Ditto.
17921
17922 * net/rcirc.el (rcirc-send-input): No longer check whether the
17923 process is open, since not all commands need an open process.
17924 (rcirc-send-string): Check whether the process is open before
17925 sending anything.
17926 (rcirc-ignore-list): New option.
17927 (rcirc-ignore-list-automatic): New variable.
17928 (rcirc-print): Take rcirc-ignore-list into account.
17929 (rcirc-cmd-ignore): New command.
17930 (rcirc-ignore-update-automatic): New function.
17931 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
17932 list if ignored nicks.
17933 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
17934
17935 2006-01-06 David Reitter <david.reitter@gmail.com>
17936
17937 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
17938 reflect the address to which the report will be sent.
17939
17940 2006-01-06 Eli Zaretskii <eliz@gnu.org>
17941
17942 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
17943 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
17944
17945 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
17946
17947 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
17948
17949 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
17950 the doc string: "functoin" => "function".
17951 * ldefs-boot.el: Likewise.
17952
17953 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
17954 message text: "Duplicat" => "Duplicate".
17955
17956 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
17957
17958 * files.el (basic-save-buffer-2): If backing-up failed, reset
17959 buffer-backed-up to nil.
17960
17961 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
17962
17963 * progmodes/gud.el (gdb-script-skip-to-head)
17964 (gdb-script-calculate-indentation): Indent for breakpoint command
17965 lists also.
17966
17967 2006-01-05 Bill Wohler <wohler@newt.com>
17968
17969 * Makefile.in (compile-always): Add mh-autoloads dependency.
17970 (bootstrap): Remove mh-autoloads dependency, as compile dependency
17971 provides it.
17972 (updates): Remove mh-autoloads dependency, since it probably has
17973 already run recently (via recompile).
17974
17975 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
17976
17977 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
17978 argument `force' to disable the flyspell-last-buffer optimization.
17979 (flyspell-mode-on): Use it.
17980
17981 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
17982 flymake-simple-cleanup.
17983 (flymake-allowed-file-name-masks): Use this new default.
17984 All the functions are now called in the right buffer rather than
17985 passing the buffer as argument.
17986 (flymake-process-sentinel): Switch to buffer before calling cleanup.
17987 (flymake-parse-err-lines): Remove redundant buffer arg.
17988 (flymake-get-program-dir): Comment out unused function.
17989 (flymake-start-syntax-check, flymake-start-syntax-check-process):
17990 Remove redundant buffer argument.
17991 (flymake-get-real-file-name, flymake-simple-java-cleanup)
17992 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
17993
17994 2006-01-05 Richard M. Stallman <rms@gnu.org>
17995
17996 * info.el (Info-find-node): Don't record previous node if have none.
17997 (info): Go to directory only if history is empty.
17998
17999 * simple.el (mark): Doc fix.
18000
18001 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18002
18003 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
18004 already of desired type.
18005 (mac-ae-list): Coerce parameter to "list" type.
18006 (mac-dispatch-apple-event): Replace cadr part of event with a
18007 dummy position so that event-start returns it.
18008
18009 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
18010
18011 * textmodes/org.el (org-end-of-subtree): New function.
18012 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
18013 Use `org-end-of-subtree'.
18014 (org-agenda, org-agenda-convert-date): Protect calls to
18015 `fit-window-to-buffer'.
18016 (org-tags-view): Force matching of sublevels when doing a
18017 todo-only search. Define the correct redo command, including the
18018 arguments.
18019 (org-agenda-redo): Display message.
18020 (org-check-for-org-mode): New function.
18021 (org-agenda-type): New variable.
18022 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
18023 Set `org-agenda-type'.
18024 (org-agenda-check-type): New function.
18025 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
18026 (org-agenda-week-view, org-agenda-day-view)
18027 (org-agenda-next-date-line, org-agenda-previous-date-line)
18028 (org-agenda-log-mode, org-agenda-toggle-diary)
18029 (org-agenda-toggle-time-grid, org-agenda-date-later)
18030 (org-agenda-date-prompt, org-agenda-diary-entry)
18031 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
18032 (org-agenda-convert-date, org-agenda-menu):
18033 Use `org-agenda-check-type'.
18034 (org-make-overlay, org-delete-overlay)
18035 (org-detatch-overlay, org-move-overlay, org-overlay-put):
18036 New compatibility functions.
18037 (org-calendar-select-mouse): New command.
18038
18039 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
18040
18041 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
18042 (Custom-reset-standard): Fix y-or-n-p messages.
18043 (custom-link): New face for links.
18044 (custom-buffer-create-internal, custom-manual): Use it.
18045 (custom-face-save): Push to theme-face before setting face spec.
18046
18047 * wid-edit.el (widget-default-mouse-face-get): New function.
18048 (widget-specify-button): Handle mouse-face like button-face.
18049
18050 * custom.el (load-theme): Clear old theme settings if reloading.
18051
18052 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
18053
18054 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
18055 "Erase Customization" button back to same position it occupies in
18056 the individual State menus.
18057
18058 2006-01-04 Kim F. Storm <storm@cua.dk>
18059
18060 * wid-edit.el (key-sequence): Rework widget to read key binding
18061 using `kbd' syntax. Use C-q to insert literal key, event, or code.
18062 (widget-key-sequence-default-value): Default value for empty sequence.
18063 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
18064 (widget-key-sequence-read-event): New command for C-q.
18065 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
18066 (widget-key-sequence-value-to-external): New functions.
18067
18068 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
18069
18070 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
18071 Use expand-file-name.
18072 (flymake-delete-temp-directory): Use expand-file-name,
18073 file-name-directory, and directory-file-name.
18074 (flymake-strrchr): Delete.
18075 (flymake-start-syntax-check): Don't pass the redundant buffer argument
18076 to the init-f function.
18077 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
18078 (flymake-init-find-buildfile-dir)
18079 (flymake-init-create-temp-source-and-master-buffer-copy)
18080 (flymake-simple-make-init-impl, flymake-simple-make-init)
18081 (flymake-master-make-init, flymake-master-make-header-init)
18082 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
18083 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
18084 (flymake-xml-init): Remove corresponding redundant buffer argument.
18085 (flymake-allowed-file-name-masks): Remove last elems that are equal to
18086 the default anyway. Clean up regexps.
18087
18088 * progmodes/flymake.el (flymake-temp-source-file-name)
18089 (flymake-master-file-name, flymake-temp-master-file-name)
18090 (flymake-base-dir): New buffer-local vars.
18091 (flymake-buffer-data, flymake-get-buffer-value)
18092 (flymake-set-buffer-value): Replace those hash-tables by the new
18093 buffer-local vars. Update callers.
18094
18095 * progmodes/flymake.el (flymake-check-start-time)
18096 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
18097 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
18098 Move definition, so we can remove redundant earlier declaration.
18099 (flymake-replace-regexp-in-string, flymake-split-string)
18100 (flymake-get-temp-dir): Use defalias.
18101 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
18102 (flymake-xemacs-window-edges): Remove unused function.
18103 (flymake-get-point-pixel-pos): Move.
18104 (flymake-pid-to-names, flymake-reg-names)
18105 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
18106 Replace by a simple list flymake-processes and by process-buffer.
18107 Update callers. Other than simplify the code, it uses buffers rather
18108 than buffer-names so it doesn't get confused by uniquify.
18109 (flymake-buffer-data): The global value should just be nil.
18110
18111 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
18112 Optimize the body of a defalias like any other code.
18113
18114 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
18115 Make sure we've setup font-lock's vars. It may influence which
18116 function we then call.
18117 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
18118 here since it's too late anyway.
18119
18120 2006-01-03 Romain Francoise <romain@orebokech.com>
18121
18122 * startup.el (fancy-splash-tail, normal-splash-screen):
18123 Update copyright year.
18124
18125 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
18126
18127 * mouse.el (mouse-drag-track): Rename, from
18128 `mouse-drag-region-1'. Includes optional argument required to
18129 enable post-drag event processing (e.g. delete region keys).
18130 Can be used without this argument to track a mouse region and operate
18131 on it as soon as the drag completes.
18132 (mouse-drag-region): Use `mouse-drag-track'.
18133
18134 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
18135
18136 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
18137 Move to `custom-buffer' group.
18138
18139 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
18140 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
18141 (custom-theme-insert-face-marker, custom-theme-variable-menu)
18142 (custom-theme-face-menu): New variables.
18143 (custom-theme-add-variable, custom-theme-variable-action)
18144 (custom-variable-reset-theme, custom-theme-delete-variable)
18145 (custom-face-reset-theme, custom-theme-face-action)
18146 (custom-theme-delete-face, custom-theme-merge-theme)
18147 (custom-theme-add-face, custom-theme-visit-theme): New functions.
18148
18149 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
18150
18151 * custom.el: Move Custom Themes commentary to start of theme code.
18152 (custom-known-themes): Rename `standard' theme to `changed'.
18153 (custom-push-theme): Caller no longer specifies what theme to use
18154 when doing `reset'---the setting is simply removed from the theme.
18155 Delete MODE from `theme-value' and `theme-settings' properties.
18156 (custom-declare-theme): Ignore &rest args since we don't use them.
18157
18158 (custom-loaded-themes): Delete variable.
18159 (custom-theme-load-themes, custom-theme-loaded-p)
18160 (custom-theme-value): Delete functions.
18161
18162 (custom-declare-theme): Signal error on invalid theme names.
18163 (provide-theme): custom-loaded-themes was deleted.
18164 (load-theme): Load the file unconditionally.
18165 (enable-theme): Call `load-theme' if theme is undefined.
18166 (custom-enabled-themes): Only update value for successful loads.
18167 (disable-theme): Complete from enabled themes when interactive.
18168 (custom-variable-theme-value): Calculate theme value directly.
18169
18170 (custom-theme-reset-variables, custom-reset-variables): Mark as
18171 XEmacs compatibility functions. We don't actually use these.
18172
18173 * cus-edit.el (custom-variable-state-set):
18174 Use custom-variable-theme-value instead of custom-theme-value.
18175 (custom-face-state-set): Rename `standard' theme to `changed'.
18176 (custom-save-variables, custom-save-faces): Delete unneeded
18177 references to custom-reset-variables.
18178 (custom-save-resets): Delete function.
18179 (custom-save-variables, custom-save-faces): MODE argument deleted.
18180 (custom-save-variables, custom-save-faces): Ignore theme values.
18181
18182 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
18183 compatibility function.
18184
18185 2006-01-01 Richard M. Stallman <rms@gnu.org>
18186
18187 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
18188 (Custom-reset-current, Custom-reset-saved): Likewise.
18189 (Custom-reset-standard): Show message if aborted.
18190 (custom-mode): Doc fix, describing those commands.
18191
18192 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
18193 put on event-kind property.
18194
18195 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
18196
18197 * custom.el (provide-theme): Ban `user' theme name.
18198 (custom-enabling-themes): New variable.
18199 (enable-theme): Don't enable user if custom-enabling-themes is t.
18200 (custom-enabled-themes): Make it a defcustom.
18201 (custom-theme-recalc-face): No-op if face is undefined.
18202
18203 * cus-edit.el (custom-button-mouse): New variable.
18204 (custom-button-mouse): New face.
18205 (custom-raised-buttons, custom-mode): Use it.
18206
18207 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
18208
18209 2005-12-31 Eli Zaretskii <eliz@gnu.org>
18210
18211 * progmodes/gud.el (gud-display-line): Support hl-line in the
18212 source buffer.
18213
18214 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
18215
18216 * mouse.el (mouse-drag-window-above): Verify that the found window
18217 overlaps with the given window in the horizontal dimension.
18218
18219 2005-12-31 Eli Zaretskii <eliz@gnu.org>
18220
18221 * Makefile.in (cvs-update): New target.
18222
18223 * makefile.w32-in (cvs-update): Ditto.
18224
18225 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
18226
18227 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
18228 (custom-new-theme-mode-map): New variable.
18229
18230 2005-12-30 Richard M. Stallman <rms@gnu.org>
18231
18232 * custom.el (custom-load-themes): Function deleted.
18233
18234 * cus-edit.el (custom-save-loaded-themes): Function deleted.
18235 (custom-save-variables): Don't delete or add custom-load-themes call.
18236
18237 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
18238
18239 * cus-start.el: Add `visible-cursor'.
18240
18241 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
18242 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
18243 (flymake-process-filter): Switch to buffer before calling it instead.
18244 (flymake-post-syntax-check, flymake-highlight-err-lines)
18245 (flymake-delete-own-overlays, flymake-parse-err-lines)
18246 (flymake-start-syntax-check, flymake-start-syntax-check-process)
18247 (flymake-count-lines, flymake-parse-residual):
18248 Remove constant buffer argument.
18249 (flymake-start-syntax-check-for-current-buffer): Remove.
18250 Update callers to use flymake-start-syntax-check instead.
18251 (flymake-display-err-menu-for-current-line):
18252 Remove unused var `mouse-pos'.
18253 (flymake-restore-formatting): Comment out unused function.
18254 (flymake-report-status, flymake-report-fatal-status): Remove buffer
18255 argument, use current-buffer instead. Update callers.
18256
18257 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18258
18259 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
18260 buffer-local because choose-completion-delete-max-match requires
18261 that we set completion-ignore-case (i.e., binding via let is not
18262 sufficient).
18263 (bibtex-complete): Always set completion-ignore-case and
18264 choose-completion-string-functions. The latter is needed because
18265 choose-completion-string-functions keeps its value if we quit the
18266 *Completions* buffer without requesting a completion.
18267
18268 2005-12-30 Andreas Schwab <schwab@suse.de>
18269
18270 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
18271
18272 2005-12-30 Eli Zaretskii <eliz@gnu.org>
18273
18274 * jit-lock.el (jit-lock-chunk-size): Doc fix.
18275
18276 2005-12-30 Juri Linkov <juri@jurta.org>
18277
18278 * locate.el (locate-fcodes-file, locate-header-face)
18279 * progmodes/delphi.el (delphi-other-face)
18280 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
18281
18282 * paren.el (show-paren-match, show-paren-mismatch): Use existing
18283 group `paren-showing-faces'.
18284
18285 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
18286 (goto-address): Fix docstring.
18287
18288 * net/webjump.el (webjump-sample-sites): Update URLs.
18289
18290 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
18291
18292 * subr.el (cancel-change-group): Add listp around pending-undo-list.
18293
18294 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
18295
18296 * font-lock.el (font-lock-compile-keywords): Signal an error when
18297 font-lock-set-defaults hasn't been called.
18298
18299 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
18300
18301 * subr.el (noreturn, 1value): Doc fixes.
18302
18303 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18304
18305 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
18306 that assoc-string returns nil.
18307
18308 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18309
18310 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
18311 (bibtex-entry-type-str, bibtex-empty-field-re)
18312 (bibtex-search-backward-string, bibtex-preamble-prefix)
18313 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
18314 (bibtex-any-valid-entry-type): New variable.
18315 (bibtex-parse-field-name): Simplify.
18316 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
18317 (bibtex-preamble-prefix): Include left delimiter.
18318 (bibtex-search-forward-field, bibtex-search-backward-field):
18319 Allow unbounded search past entry boundaries (required by bibtex-pop).
18320 (bibtex-text-in-field-bounds): Use push.
18321 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
18322 (bibtex-parse-preamble, bibtex-valid-entry)
18323 (bibtex-beginning-first-field): New functions.
18324 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
18325 (bibtex-map-entries): Fix docstring.
18326 (bibtex-flash-head): New arg prompt. Simplify.
18327 (bibtex-enclosing-field): Include code of bibtex-inside-field.
18328 (bibtex-insert-kill): Simplify. Always insert text past the
18329 current field or entry.
18330 (bibtex-format-entry): Use bibtex-parse-field.
18331 (bibtex-pop): Use bibtex-beginning-of-entry and
18332 bibtex-end-of-entry to initiate the search. Insert empty field if
18333 we found ourselves.
18334 (bibtex-print-help-message): New args field and comma.
18335 Handle entry keys.
18336 (bibtex-make-field): Use bibtex-beginning-of-entry.
18337 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
18338 invalid entry.
18339 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
18340 Handle preambles. Simplify code for thorough test.
18341 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
18342 New arg comma. Handle entry heads.
18343 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18344 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
18345 New arg comma.
18346 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
18347 (bibtex-fill-field): Simplify.
18348 (bibtex-fill-entry): Use bibtex-beginning-first-field and
18349 bibtex-parse-field.
18350 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
18351 (bibtex-complete): Use bibtex-parse-preamble.
18352
18353 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
18354
18355 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
18356 Display name of expression instead of convenience variable.
18357 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
18358
18359 * progmodes/gud.el (gud-tooltip-dereference): Rename from
18360 toggle-gud-tooltip-dereference.
18361 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
18362 (gud-tooltip-tips): ...here when dereferencing.
18363
18364 2005-12-28 Bill Wohler <wohler@newt.com>
18365
18366 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
18367
18368 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
18369
18370 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
18371 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
18372 (vc-annotate-display-autoscale): Adjust call.
18373 (vc-annotate-display-default): Adjust call. Make arg compulsory.
18374 Fix interactive spec.
18375 (vc-annotate-time-span): Remove.
18376 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
18377 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
18378 (vc-annotate-display-select): Use new name.
18379
18380 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
18381 (vc-annotate-mode-menu): Remove left-over redundant declaration.
18382 Correct the construction of span entries. Simplify.
18383 (vc-annotate-display-select): Fix the nil case.
18384 (vc-annotate): Remove obsolete (and now broken) code.
18385 (vc-annotate-extract-revision-at-line): Remove obsolete code.
18386 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
18387
18388 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
18389
18390 * subr.el (lazy-completion-table): Correct typo in docstring.
18391
18392 * startup.el (command-line): Use `custom-reevaluate-setting' for
18393 `send-mail-function'.
18394
18395 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
18396
18397 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
18398
18399 * mail/smtpmail.el (smtpmail-try-auth-methods):
18400 Send credentials together with "AUTH PLAIN" command.
18401
18402 2005-12-27 Richard M. Stallman <rms@gnu.org>
18403
18404 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
18405 mouse-2, go back to previously selected window, so it's selected
18406 when mouse-2 command runs.
18407
18408 2005-12-27 Juri Linkov <juri@jurta.org>
18409
18410 * descr-text.el (describe-text-sexp): Use square brackets for
18411 button [Show] to distinguish it from the property value `show'.
18412 (describe-property-list): Use `insert-text-button' with
18413 `help-face' type instead of putting face in quotes, because button
18414 is not created automatically for a list of faces.
18415 (describe-text-properties-1): Put button-type value in quotes to
18416 distinguish from plain text "button".
18417 (describe-char): Display code point values in hex. Don't use
18418 `symbol-name' for `current-input-method' because it is a string.
18419 Use `insert-text-button' with `help-face' type instead of putting
18420 hardcoded face in quotes, because button is not created automatically.
18421
18422 2005-12-27 Richard M. Stallman <rms@gnu.org>
18423
18424 * progmodes/glasses.el (glasses-face): More specific custom type.
18425
18426 * files.el (set-visited-file-name): Doc fix.
18427
18428 * textmodes/flyspell.el (flyspell-external-point-words):
18429 Use local var buffer-scan-pos to advance scan for next misspelling.
18430 Advance it only after we find the misspelling.
18431
18432 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
18433
18434 * textmodes/flyspell.el (flyspell-external-point-words):
18435 New criteria for finding the misspelling in the buffer.
18436
18437 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
18438
18439 * help-mode.el (help-insert-string): Set help-xref-stack-item
18440 rather than call help-setup-xref.
18441
18442 * descr-text.el (describe-char): Revert previous changes for
18443 optional buffer argument.
18444
18445 2005-12-27 Juri Linkov <juri@jurta.org>
18446
18447 * help-mode.el (help-insert-string): New function. Save buffer
18448 contents in cases where it is impossible to recompute the old contents.
18449
18450 * descr-text.el (describe-char): Set help-xref-stack-item
18451 explicitly after buffer has been generated.
18452
18453 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18454
18455 * cus-start.el (all): Add x-gtk-show-hidden-files.
18456
18457 2005-12-26 Richard M. Stallman <rms@gnu.org>
18458
18459 * replace.el (perform-replace): Calculate match-again
18460 before skipping read-only matches.
18461
18462 * paren.el (paren-showing-faces): New group.
18463 (show-paren-match, show-paren-mismatch): Move to that group.
18464
18465 * button.el (button): Put into group `basic-faces'.
18466
18467 * progmodes/make-mode.el: Remove faces from group `faces'.
18468
18469 * apropos.el (apropos, apropos-value): Doc fix.
18470 (apropos-documentation): Doc fix.
18471
18472 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
18473
18474 * subr.el (lazy-completion-table): Remove argument `args'.
18475
18476 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
18477 Don't use the `args' argument of lazy-completion-table.
18478
18479 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
18480
18481 * descr-text.el (describe-char): Add optional argument for buffer.
18482 Set buffer appropriately. Call help-setup-xref.
18483 Suggested by Stefan Monnier.
18484
18485 2005-12-26 Juri Linkov <juri@jurta.org>
18486
18487 * descr-text.el: Require `help-fns' at runtime. Don't require
18488 `button' for byte compilation.
18489 (describe-text-widget): Add `help-echo' for first button.
18490 Use `help-info' for second.
18491 (describe-property-list): Use `help-argument-name' instead of `italic'.
18492 (describe-text-category): Add prompt to interactive spec.
18493 Call `help-setup-xref'.
18494 (describe-char): Use `help-character-set'. Add `help-echo' for
18495 code point. Use `help-input-method'. Remove superfluous insert.
18496
18497 2005-12-25 Richard M. Stallman <rms@gnu.org>
18498
18499 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
18500 at point, in case of narrowing.
18501
18502 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
18503
18504 * locate.el (locate-header-face): Allow nil in type.
18505
18506 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
18507
18508 2005-12-25 Romain Francoise <romain@orebokech.com>
18509
18510 * battery.el (battery-linux-proc-acpi): Also try
18511 `/proc/acpi/thermal_zone/THM0/temperature'.
18512
18513 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
18514
18515 * custom.el (custom-push-theme): Fix docstring.
18516
18517 * cus-edit.el (custom-variable-set, custom-variable-save)
18518 (custom-variable-save): Custom-quote widget values.
18519 (customize-save-variable): Fix custom-push-theme call.
18520
18521 2005-12-24 Eli Zaretskii <eliz@gnu.org>
18522
18523 * w32-fns.el (w32-batch-update-autoloads): New function.
18524
18525 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
18526 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
18527 from the command line.
18528
18529 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
18530
18531 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
18532 reset means to remove setting from theme entirely. Don't keep
18533 expanding theme-settings list; delete old entries if necessary.
18534
18535 * cus-edit.el (custom-buffer-create-internal): Move "Erase
18536 customization" button one line up.
18537 (custom-themed): New face.
18538 (custom-magic-alist): New value, THEMED, for theme settings.
18539 (custom-variable-state-set, custom-face-state-set):
18540 Check theme-value instead of saved-value.
18541 (custom-variable-reset-standard, custom-face-reset-standard):
18542 Remove theme setting entirely. Recalculate new values.
18543 (custom-variable-set, custom-variable-set)
18544 (custom-variable-reset-saved, custom-variable-reset-backup)
18545 (custom-face-set, custom-face-reset-saved): Update `user' theme.
18546 (custom-variable-save): Fix typos.
18547
18548 2005-12-23 Juri Linkov <juri@jurta.org>
18549
18550 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
18551 Add autoload cookies.
18552 (edebug-outside-d-c-i-n-s-w): New variable.
18553 (edebug-display, edebug-outside-excursion): Use it to save the
18554 original value of default-cursor-in-non-selected-windows.
18555 Set default-cursor-in-non-selected-windows to t while Edebug
18556 is active.
18557 (edebug-mode, edebug-eval-mode): Doc fix.
18558
18559 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
18560 with `buffer-substring-no-properties' to remove common substring
18561 highlighting.
18562
18563 * info.el (info-other-window, info): Rename function argument
18564 `file' to `file-or-node'.
18565 (Info-complete-menu-item): Use local variable `complete-nodes' to
18566 keep the global value of `Info-complete-nodes' unchanged for
18567 subsequent completions.
18568 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
18569
18570 * simple.el (get-next-valid-buffer, last-buffer)
18571 (next-error-buffer-p, next-error-find-buffer)
18572 (minibuffer-history-sexp-flag): Doc fix.
18573
18574 * savehist.el (savehist-mode-hook): Add `:group'.
18575
18576 * log-view.el: Call autoload for vc-find-version.
18577 (log-view-current-file): Adjust subgroup numbers.
18578 (log-view-current-tag): Add `length'.
18579
18580 2005-12-23 Richard M. Stallman <rms@gnu.org>
18581
18582 * vc.el (vc-annotate-car-last-cons): Defn moved up.
18583
18584 2005-12-23 Juri Linkov <juri@jurta.org>
18585
18586 * hi-lock.el (hi-lock-archaic-interface-message-used)
18587 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
18588 (hi-lock-mode): Display "Hi" in the mode line only when
18589 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
18590 (hi-lock-write-interactive-patterns):
18591 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
18592 (hi-lock-set-pattern, hi-lock-set-file-patterns)
18593 (hi-lock-font-lock-hook): Set 3rd arg `how' of
18594 font-lock-add-keywords to t.
18595
18596 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
18597
18598 * hi-lock.el (hi-lock-highlight-range): New variable.
18599 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
18600 only if font-lock-fontified is non-nil. Remove overlays.
18601 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
18602 font-lock-fontified is non-nil, otherwise use overlays (instead of
18603 text properties).
18604 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
18605 New variables.
18606 (hi-lock-string-serialize): New function.
18607
18608 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18609
18610 * menu-bar.el (menu-find-file-existing): New function.
18611 (menu-bar-file-menu): Use menu-find-file-existing for Open.
18612
18613 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
18614
18615 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18616
18617 * vc.el: Remove unnecessary leading * in docstrings.
18618 (vc-annotate-mode-map): Move initialization into declaration.
18619 (vc-static-header-alist): Nitpick on the regexp.
18620 (vc-default-init-version): New fun.
18621 (vc-register): Use it.
18622 (vc-insert-headers): Use dolist.
18623 (vc-annotate-get-backend): Remove unused function.
18624 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
18625 (vc-annotate-mode): Remove corresponding call.
18626 (vc-annotate-car-last-cons): Simplify.
18627 (vc-annotate-buffers): Remove var.
18628 (vc-annotate-backend): Make it buffer-local.
18629 (vc-annotate): Move the interaction to the interactive spec.
18630 Add a `buf' argument.
18631 (vc-annotate-warp-version): Use this new `buf' argument to avoid
18632 killing&creating a vc-annotate buffer, which is very disruptive when
18633 the buffers are shown in dedicated frames.
18634
18635 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
18636
18637 * descr-text.el: Add FSF as maintainer.
18638 (describe-text-mode, describe-text-mode-map)
18639 (describe-text-mode-hook, describe-text-done): Delete. Use normal
18640 help-mode.
18641 (describe-text-widget, describe-text-sexp)
18642 (describe-property-list, describe-text-category)
18643 (describe-text-properties, describe-text-properties-1)
18644 (describe-char): Use help buttons instead of widgets.
18645 (describe-char-unicodedata-file): Make URL link in doc string.
18646
18647 2005-12-22 Richard M. Stallman <rms@gnu.org>
18648
18649 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
18650 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
18651 Don't include buttons that write a file when there's no file.
18652 (custom-variable-menu, custom-face-menu, custom-group-menu):
18653 Don't include commands that write a file when there's no file.
18654 (customize-browse): Reword the top-of-buffer help intro.
18655 (custom-buffer-create-internal): Fix previous change.
18656 (customize-changed-options-previous-release): Prev release is 21.1.
18657 (customize-changed-options): Doc fix.
18658 (customize-changed): New alias.
18659 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
18660 Say "standard values".
18661 (Custom-reset-standard): Doc fix.
18662 (custom-face-reset-standard): Doc fix.
18663
18664 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18665
18666 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
18667 even if font-lock-mode is non-nil since it may be t without having
18668 turned on font-lock-mode-internal.
18669 (font-lock-choose-keywords): Minor optimization.
18670 (font-lock-add-keywords, font-lock-remove-keywords)
18671 (font-lock-set-defaults): Don't call make-local-variable on a variable
18672 that we know to already be local.
18673
18674 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
18675
18676 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
18677 messages if in the minibuffer.
18678
18679 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18680
18681 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
18682 (tex-mode-flyspell-verify, flyspell-get-word)
18683 (flyspell-external-point-words): Don't use point-min/max uselessly.
18684
18685 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
18686 by Kevin Rodgers. Instead, just hide the completions buffer if we
18687 don't need to show it.
18688
18689 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
18690
18691 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
18692
18693 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18694
18695 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
18696 delete-windows-on with an inexistent buffer.
18697
18698 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
18699
18700 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18701 Delete defcustom variable :tag names.
18702
18703 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
18704
18705 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
18706 (log-view-font-lock-keywords): Ajust subgroup numbers.
18707 (log-view-current-tag): Don't hard code the number of subgroups.
18708
18709 2005-12-20 Juri Linkov <juri@jurta.org>
18710
18711 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
18712 (tooltip-x-offset, tooltip-y-offset): Doc fix.
18713
18714 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
18715 (menu-bar-non-minibuffer-window-p): Instead of checking
18716 display-multi-frame-p, use selected-frame when menu-updating-frame
18717 is nil.
18718
18719 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
18720
18721 * align.el (align-rules-list): Use [ \t] instead of \s-
18722 for column separators in text mode.
18723
18724 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
18725
18726 * help-mode.el (help-customize-variable, help-customize-face):
18727 Don't pop help-xref-stack as help-follow no longer pushes
18728 anything on to it.
18729
18730 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
18731
18732 * textmodes/org.el (org-agenda-custom-commands): New option.
18733 (org-agenda): Offer custom commands on splash screen.
18734 (org-make-tags-matcher): Parser for Boolean logic added.
18735 (org-agenda-set-tags): New command.
18736 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
18737 (org-set-tags): Efficiency improvements.
18738 (org-auto-align-tags): New option.
18739 (org-todo, org-demote, org-promote): Realign tags.
18740 (org-tags-completion-function): Use also "&" and "|" as separators.
18741 (org-org-menu): Agenda commands simplified.
18742
18743 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
18744
18745 * cus-edit.el (customize-apropos, customize-apropos-options):
18746 Docstring changes.
18747
18748 * font-lock.el (font-lock): Add tags to the links in the defgroup.
18749
18750 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
18751
18752 * longlines.el (longlines-mode): Wrap while widened.
18753 (longlines-decode-region, longlines-encode-region): Compute max
18754 just once.
18755
18756 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18757
18758 * cus-edit.el (mac): New group.
18759
18760 * cus-start.el (all): Add user options in macterm.c. Add test for
18761 Mac-related built-ins. Fix test for GTK-related built-ins.
18762
18763 * term/mac-win.el (mac-handle-language-change)
18764 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
18765 (mac-services-open-selection, mac-services-mail-selection)
18766 (mac-services-mail-to, mac-services-insert-text)
18767 (mac-dispatch-apple-event): Add docstrings.
18768 (x-get-selection, mac-select-convert-to-string): Select coding
18769 system from `utf-16be' and `utf-16le' using `byteorder'.
18770
18771 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
18772
18773 * subr.el (lazy-completion-table): Don't be fooled if the var holds
18774 a "list" (lambda ...) rather than a real completion list.
18775
18776 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
18777 lexical-let when encountering ((lambda (...) ...) ...).
18778
18779 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
18780
18781 * progmodes/sh-script.el (sh-mode):
18782 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
18783 * textmodes/picture.el (picture-mode): Update docstrings.
18784
18785 2005-12-17 Eli Zaretskii <eliz@gnu.org>
18786
18787 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
18788 commands enclosed in $(ARGQUOTE)s should not be split between two
18789 lines, as that will break with GNU Make >3.80, when sh.exe is used
18790 and arg quoting is with '..'.
18791 (autoloads): Don't break the quoted --eval expression between
18792 several lines.
18793
18794 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
18795
18796 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
18797 Capture error from printing circular structures.
18798
18799 2005-12-17 Martin Rudalics <rudalics@gmx.at>
18800
18801 * wid-edit.el (widget-checkbox-action): Clear undo info.
18802
18803 2005-12-16 Bill Wohler <wohler@newt.com>
18804
18805 * menu-bar.el (kill-this-buffer): Set a good example by using menu
18806 bar, not menubar in comment.
18807
18808 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
18809
18810 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
18811 After-change-functions should not clobber the match data.
18812
18813 2005-12-16 Juri Linkov <juri@jurta.org>
18814
18815 * simple.el (choose-completion): Use `buffer-substring-no-properties'
18816 instead of `buffer-substring'.
18817 (completion-common-substring): Doc fix.
18818 (completion-setup-function): Use minibuffer-completion-contents
18819 instead of minibuffer-contents. Don't set common-string-length
18820 initially. Remove special handling of partial-completion-mode.
18821 Move computation of completion-base-size into one cond.
18822 Call completion-base-size-function in mainbuf. In computation of
18823 completion-base-size for file name completion don't move point to
18824 the end of the minibuffer. Move computation of common-string-length
18825 into one cond. Start putting faces only when common-string-length>=0.
18826 Add condition to put completions-common-part when
18827 common-string-length>0.
18828
18829 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
18830 place point at the first different character in the minibuffer
18831 even if this position is at the beginning of the minibuffer.
18832
18833 * info.el (Info-read-node-name-1): In completion-base-size-function's
18834 lambda return 1 if common-substring or minibuffer-completion-contents
18835 starts with (, and 0 otherwise.
18836
18837 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
18838 Use `crm-current-element' for second arg of `display-completion-list'.
18839
18840 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
18841
18842 * files.el (set-auto-mode): Look for an interpreter specified on
18843 the first line also if search for mode specification succeeded,
18844 but the mode is not known.
18845
18846 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
18847
18848 * textmodes/org.el (org-tags-match-list-sublevels): New option.
18849 (org-open-at-point): Implement tag searches as links.
18850 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
18851 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
18852 (org-tags-sparse-tree, org-tags-view, org-set-tags)
18853 (org-agenda-dispatch): New commands.
18854 (org-use-tag-inheritance, org-tags-column): New options.
18855 (org-tab-follows-link, org-return-follows-link): New options.
18856 (org-tags): New customize group.
18857 (org-start-icalendar-file): Get local time zone.
18858 (org-tags-completion-function): New function.
18859 (org-set-font-lock-defaults): Make sure links will also be
18860 highlighted inside headlines.
18861
18862 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
18863
18864 * term.el (term-emulate-terminal):
18865 Let term-handle-ansi-terminal-messages override what Bash says about
18866 its current directory.
18867
18868 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
18869
18870 * bindings.el (last-buffer): Move to simple.el.
18871 * simple.el (last-buffer): Move here.
18872 (get-next-valid-buffer): New function.
18873 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
18874 (prev-buffer): Ditto. Rename to `previous-buffer'.
18875
18876 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
18877 * bindings.el (global-map): Ditto.
18878
18879 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
18880
18881 * cus-edit.el: Introductory comment change.
18882 (custom-magic-alist): Change message string for the `rogue' state.
18883
18884 2005-12-15 Richard M. Stallman <rms@gnu.org>
18885
18886 * tooltip.el: Delete defcustom variable :tag names.
18887
18888 * complete.el (partial-completion-mode): Doc fix.
18889
18890 * textmodes/flyspell.el (flyspell-external-point-words):
18891 Use save-excursion to ensure we don't move backward in the
18892 search loop, not even one character.
18893 (flyspell-delete-all-overlays): Use remove-overlays directly.
18894
18895 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
18896 (ispell-start-process): Set that variable.
18897 Clear ispell-buffer-local-name.
18898 (ispell-internal-change-dictionary):
18899 Set ispell-current-dictionary after killing process.
18900 (ispell-buffer-local-dict):
18901 Don't set spell-personal-dictionary after killing process.
18902 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
18903 (ispell-tex-skip-alists, ispell-html-skip-alists)
18904 (ispell-skip-region-alist): Mark as risky.
18905
18906 * net/newsticker.el (newsticker--retrieval-timer-list)
18907 (newsticker--display-timer, newsticker-running-p)
18908 (newsticker-ticker-running-p): Definitions moved up.
18909
18910 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
18911
18912 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
18913
18914 2005-12-15 David Ponce <david@dponce.com>
18915
18916 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
18917 (recentf-edit-list, recentf-open-files): Signal an error when
18918 there is no recent file.
18919
18920 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
18921
18922 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
18923 read-only except for texinfo-format-region evaluation.
18924
18925 2005-12-14 Richard M. Stallman <rms@gnu.org>
18926
18927 * vc.el (vc-default-previous-version, vc-default-next-version)
18928 (vc-do-command): Doc fixes.
18929
18930 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18931
18932 * textmodes/bibtex.el (bibtex-expand-strings)
18933 (bibtex-autokey-expand-string, bibtex-name-part)
18934 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
18935 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
18936 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
18937 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
18938 (bibtex-entry-postfix, bibtex-known-entry-type-re)
18939 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
18940 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
18941 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
18942 (bibtex-beginning-of-last-entry): Remove.
18943 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
18944 message if comma is missing but buffer is read-only.
18945 (bibtex-parse-field-text): Handle whitespaces at the end of field
18946 text. Return 3-element list with beginning and end of field text
18947 and end of field.
18948 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
18949 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
18950 (bibtex-search-forward-field, bibtex-search-backward-field):
18951 Search always delimited by limits of entry. Use more efficient
18952 search algorithms.
18953 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
18954 bibtex-end-of-name-in-field.
18955 (bibtex-text-in-field-bounds): Handle BibTeX strings when
18956 extracting the content of a field.
18957 (bibtex-text-in-field): Use search limits.
18958 (bibtex-parse-string-prefix): Handle empty string keys based on
18959 bibtex-string-empty-key.
18960 (bibtex-parse-string): Fix docstring.
18961 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
18962 (bibtex-preamble-prefix, bibtex-strings): New functions.
18963 (bibtex-skip-to-valid-entry): Include preceding whitespace in
18964 BibTeX entries (consistent with other BibTeX functions).
18965 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
18966 (bibtex-search-entry): Fix docstring. Simplify.
18967 (bibtex-flash-head, bibtex-complete-string-cleanup)
18968 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
18969 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
18970 (bibtex-parse-entry): New optional arg content.
18971 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
18972 Use bibtex-text-in-field-bounds.
18973 (bibtex-print-help-message): Handle BibTeX strings and preambles.
18974 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
18975 bibtex-parse-string-postfix.
18976 (bibtex-find-text-internal): New function.
18977 (bibtex-remove-delimiters): Use it.
18978 (bibtex-find-text): Use it. New optional arg help.
18979 (bibtex-complete): Handle BibTeX string and preamble entries.
18980 (bibtex-Preamble): Fix order of closing delimiters.
18981
18982 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
18983
18984 * vc.el (vc-default-revert): New fun.
18985
18986 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
18987
18988 2005-12-14 Romain Francoise <romain@orebokech.com>
18989
18990 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
18991 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
18992 (font-lock-remove-keywords): Likewise.
18993
18994 2005-12-14 Juri Linkov <juri@jurta.org>
18995
18996 * log-view.el (log-view-diff): Doc fix.
18997
18998 * isearch.el (isearch-query-replace): Use (mark) instead of
18999 isearch-opoint if mark is active in transient-mark-mode.
19000
19001 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
19002
19003 * isearch.el (isearch-query-replace): Check for isearch-other-end.
19004
19005 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
19006
19007 * progmodes/cpp.el (cpp-face): New widget.
19008 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
19009
19010 2005-12-14 Juri Linkov <juri@jurta.org>
19011
19012 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
19013 around `erase-buffer' and `insert'.
19014
19015 * descr-text.el (describe-text-properties): Replace buffer name
19016 "*Help-2*" with "*Help*<2>".
19017 (describe-char): Add functions print-help-return-message,
19018 toggle-read-only. Use help-setup-xref with nil to not store
19019 describe-char in help-xref-stack. Use help-make-xrefs to
19020 make [back] button.
19021
19022 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
19023
19024 * wdired.el (wdired-old-point): New internal variable.
19025 (wdired-change-to-wdired-mode): Set it buffer-locally.
19026 (wdired-abort-changes): Restore point after aborting changes.
19027
19028 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
19029
19030 * vc.el (vc-do-command): Add a new value t for okstatus.
19031
19032 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
19033 frame in case of errors.
19034
19035 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19036
19037 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
19038 so it comes after "On the Left" in the menu.
19039
19040 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
19041
19042 * cus-edit.el (customize-apropos, customize-apropos-options)
19043 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
19044
19045 2005-12-12 Bill Wohler <wohler@newt.com>
19046
19047 * vc-svn.el (vc-svn-registered): Fix problem of visiting
19048 non-writable Subversion-controlled files by saving window
19049 configuration before calling vc-do-command. vc-do-command calls
19050 pop-to-buffer on error which is unexpected during registration.
19051
19052 2005-12-12 Jay Belanger <belanger@truman.edu>
19053
19054 * calc/README: Update the summary of changes.
19055
19056 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
19057
19058 * descr-text.el (describe-char): Rework last fix to solve the problem
19059 is the same way it's solved for everything else in that function
19060 (i.e. by extracting the info before setting up the *Help* buffer).
19061
19062 2005-12-12 Kim F. Storm <storm@cua.dk>
19063
19064 * subr.el (version-regexp-alist): Allow space as separator before
19065 non-numeric part, e.g. "1.0 alpha".
19066 (version-to-list): Interpret .X.Y version as 0.X.Y version.
19067
19068 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
19069
19070 * textmodes/org.el (org-agenda, org-timeline, org-todo):
19071 Implement Logging and the keep-modes setting.
19072 (org-get-category): Make sure a string is returned.
19073 (org-log-done): New function.
19074 (org-log-done, org-closed-string): New options.
19075
19076 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19077
19078 * tooltip.el (tooltip-y-offset): Change default to 20.
19079
19080 2005-12-12 Richard M. Stallman <rms@gnu.org>
19081
19082 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
19083
19084 * frame.el (display-hourglass): Doc fix.
19085
19086 * help.el (help-for-help-internal): Simplify entry for `a'.
19087
19088 * info.el (Info-on-current-buffer): Doc fix.
19089 (info-insert-file-contents): Don't test (featurep 'jka-compr).
19090
19091 * startup.el (inhibit-splash-screen): Make this the real name.
19092 (inhibit-startup-message): Make this the alias.
19093 (command-line): Find only simple.el, and use its directory
19094 to fill in other preloaded files' names.
19095 (command-line): Deactivate the mark if deactivate-mark is set.
19096
19097 * international/mule.el (load-with-code-conversion):
19098 Bind deactivate-mark.
19099
19100 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
19101
19102 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
19103
19104 * cus-edit.el (customize-apropos): Avoid listing an option more
19105 than once under different aliases. No longer list user options
19106 that are not defined with defcustom (unless a prefix arg is given).
19107 Doc fix.
19108 (customize-apropos-options): Doc fix.
19109
19110 2005-12-11 Juri Linkov <juri@jurta.org>
19111
19112 * frame.el (set-background-color, set-foreground-color)
19113 (set-cursor-color, set-mouse-color, set-border-color):
19114 Add explicit prompts to read colors by `facemenu-read-color'.
19115 (show-trailing-whitespace, blink-cursor-delay)
19116 (blink-cursor-interval, display-hourglass, hourglass-delay):
19117 Remove tags.
19118 (display-hourglass, hourglass-delay): Doc fix.
19119 (cursor-in-non-selected-windows): Capitalize words in tag.
19120
19121 * faces.el (frame-background-mode): Replace `choice-item' keywords
19122 with `const' to not make [default] button. Change default value tag
19123 from `default' to `automatic'. Doc fix.
19124 (trailing-whitespace) <defface>: Change group `whitespace' to
19125 `whitespace-faces'.
19126
19127 2005-12-11 Richard M. Stallman <rms@gnu.org>
19128
19129 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
19130
19131 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19132
19133 * term/mac-win.el: Create keymap for mac-apple-event-map.
19134
19135 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
19136
19137 * tooltip.el (tooltip-mode): Move to start of file so that it
19138 appears at top of customize buffer.
19139
19140 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
19141 Add the gud groupname.
19142 (gud-tooltip-mode): Add the tooltip groupname.
19143 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
19144 avoid conflict with tooltip-use-echo-area.
19145
19146 2005-12-10 Romain Francoise <romain@orebokech.com>
19147
19148 * help.el (help-for-help-internal): Add `r' in doc string.
19149
19150 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19151
19152 * align.el (align-regexp, align-highlight-rule):
19153 Use region-beginning and region-end instead of point and mark, so that
19154 repetition (with `repeat-complex-command') recomputes the region
19155 bounds.
19156
19157 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
19158
19159 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
19160 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
19161 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
19162 (balance-windows): Rewrite using the above new functions.
19163
19164 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
19165
19166 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
19167 react if global-hi-lock-mode seems intended.
19168 (global-hi-lock-mode): Renamed from hi-lock-mode.
19169 (hi-lock-archaic-interface-message-used)
19170 (hi-lock-archaic-interface-deduce): New variables.
19171 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
19172 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
19173 (hi-lock-find-patterns, hi-lock-font-lock-hook):
19174 Replace hi-lock-buffer-mode with hi-lock-mode.
19175
19176 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
19177
19178 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
19179 completion list, even after a partial completion has been
19180 inserted in the current buffer. If there are more than 1
19181 completion, redisplay the *Completions* buffer; if the
19182 completion is unique, delete the *Completions* window.
19183
19184 2005-12-10 Eli Zaretskii <eliz@gnu.org>
19185
19186 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
19187 strings and long subject lines that were broken into multiple
19188 lines at arbitrary places. Handle subjects that have "Re: " in
19189 the middle.
19190
19191 2005-12-10 John W. Eaton <jwe@octave.org>
19192
19193 * progmodes/octave-mod.el (octave-electric-space): Don't indent
19194 comments or strings if octave-auto-indent is nil.
19195
19196 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19197
19198 * term/mac-win.el: Require url when compiling.
19199 Call mac-process-deferred-apple-events after loading init files.
19200 (mac-apple-event-map): New defvar. Define event handlers in it.
19201 (core-event, internet-event): New Apple event class symbols.
19202 (open-application, reopen-application, open-documents)
19203 (print-documents, open-contents, quit-application)
19204 (application-died, show-preferences, autosave-now, get-url):
19205 New Apple event ID symbols.
19206 (about): New HICommand ID symbol.
19207 (mac-event-spec, mac-event-ae): New macros.
19208 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
19209 (mac-ae-selection-range, mac-ae-text-for-search)
19210 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
19211 (mac-application-menu-map): Remove keymap. Handlers for HICommand
19212 and Services menu events are now defined in mac-apple-event-map.
19213 (mac-drag-n-drop): Remove selection range handling.
19214
19215 2005-12-10 Kenichi Handa <handa@m17n.org>
19216
19217 * simple.el (zap-to-char):
19218 * isearch.el (isearch-process-search-char): Translate CHAR by
19219 translation-table-for-input.
19220
19221 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
19222
19223 * foldout.el (foldout-exit-fold): Properly hide subtree.
19224
19225 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19226
19227 * files.el (save-buffer):
19228 * international/ucs-tables.el (ucs-set-table-for-input):
19229 * mail/mail-extr.el (mail-extract-address-components):
19230 * mail/sendmail.el (mail-mode): Reformat doc string.
19231
19232 2005-12-09 Juri Linkov <juri@jurta.org>
19233
19234 * isearch.el (isearch-highlight): Change main overlay priority
19235 from 1 to 1001. Simplify.
19236 (isearch-lazy-highlight-update): Change lazy overlay priority
19237 from 0 to 1000.
19238
19239 * replace.el (replace-highlight): Change overlay priority from
19240 1 to 1001.
19241
19242 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
19243 Change overlay priority from 1 to 1001. Reuse existing overlay.
19244
19245 * compare-w.el (compare-windows-highlight): Change overlay
19246 priority from 1 to 1000.
19247
19248 * menu-bar.el (menu-bar-edit-menu): Add listp around
19249 pending-undo-list to disable menu item "undo" when pending
19250 undo list is empty.
19251
19252 * locate.el (locate): Disable undo in *Locate* buffer.
19253
19254 2005-12-09 Kim F. Storm <storm@cua.dk>
19255
19256 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
19257
19258 2005-12-09 David Ponce <david@dponce.com>
19259
19260 * recentf.el: Improvement of the menu code.
19261 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
19262 instead of menu hook.
19263 (recentf-show-menu, recentf-hide-menu): New functions.
19264 (recentf-menu-customization-changed, recentf-mode): Use them.
19265 (recentf-menu-action, recentf-max-menu-items)
19266 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
19267 (recentf-arrange-by-rule-others)
19268 (recentf-arrange-by-rules-min-items)
19269 (recentf-arrange-by-rule-subfilter): Don't use
19270 `recentf-menu-customization-changed'.
19271 (recentf-arrange-rules): Likewise. Accept functions to compute
19272 sub-menu titles.
19273 (recentf-menu-filter): Likewise. Doc fix.
19274 (recentf-menu-value-shortcut): Doc fix.
19275 (recentf-dump-variable): Quote atom value.
19276 (recentf-make-menu-items): Update to use it as a menu filter.
19277 (recentf-match-rule): New function.
19278 (recentf-arrange-by-rule): Use it.
19279 (recentf-indirect-mode-rule): New function.
19280 (recentf-build-mode-rules): Use it.
19281 (recentf-dir-rule): New function.
19282 (recentf-arrange-by-dir): Use it.
19283 (recentf-filter-changer-current): Rename from
19284 `recentf-filter-changer-state'. All references updated.
19285 (recentf-filter-changer-alist): Update filter names.
19286 (recentf-filter-changer-select): New function.
19287 (recentf-filter-changer): Use it. Make a sub-menu from filters
19288 available in `recentf-filter-changer-alist'.
19289 (recentf-data-cache, recentf-clear-data)
19290 (recentf-update-menu): Remove. All references updated.
19291 (recentf-match-rule-p, recentf-build-dir-rules)
19292 (recentf-filter-changer-goto-next)
19293 (recentf-filter-changer-get-current)
19294 (recentf-filter-changer-get-next): Remove.
19295
19296 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
19297
19298 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
19299 buffer "Reset" button to "Reset to Current" for consistency with
19300 the State buttons.
19301
19302 2005-12-08 John Paul Wallington <jpw@pobox.com>
19303
19304 * ibuf-ext.el (define-ibuffer-filter filename):
19305 If `dired-directory' is a list then really use its car.
19306
19307 2005-12-08 Kim F. Storm <storm@cua.dk>
19308
19309 * emulation/cua-rect.el (cua--rectangle-aux-replace):
19310 Fix indention of text on right side of replaced rectangle.
19311
19312 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
19313
19314 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
19315 No need to check gud-comint-buffer is bound.
19316 (gdb): Prevent multiple debugging when first session uses gdba.
19317
19318 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19319
19320 CC Mode update to 5.31.
19321
19322 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
19323 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
19324 We might do this function properly in the future).
19325
19326 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
19327 New macros c-sentence-end and c-default-value-sentence end, to cope
19328 with Emacs 22's new function `sentence-end'.
19329
19330 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19331
19332 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
19333 compat issue using `c-put-overlay' and `c-delete-overlay'.
19334
19335 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
19336 New compat macros to handle overlays/extents.
19337
19338 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19339
19340 * progmodes/cc-fix.el: Add definitions of the macros push and pop
19341 (for GNU Emacs 20.4).
19342
19343 * progmodes/cc-defs.el
19344 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
19345
19346 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
19347 highlighting mechanism so it will work in XEmacs too.
19348
19349 * progmodes/cc-defs.el: Insert c-int-to-char.
19350
19351 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
19352 call to the new macro c-int-to-char. This solves XEmacs's
19353 regarding characters as different from integers.
19354
19355 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19356
19357 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
19358 New internal helper.
19359
19360 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
19361 construct to make the indirect face lookup work in XEmacs.
19362
19363 (c-cpp-matchers): Append the negation char face to the existing
19364 fontification, so that the cpp face doesn't disappear.
19365 Use `c-make-syntactic-matcher' to avoid negation chars in comments
19366 and strings.
19367
19368 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
19369 to map to `font-lock-negation-char-face' in emacsen where it exists.
19370
19371 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19372
19373 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
19374
19375 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
19376 Rename "c-subword-move-mode" as "c-subword-mode".
19377
19378 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
19379 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
19380
19381 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19382
19383 * progmodes/cc-mode.el: Added autoload directive for
19384 `c-subword-move-mode' for use in older emacsen.
19385
19386 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19387
19388 * progmodes/cc-mode.el:
19389 (i): Insert a binding for C-c C-backspace into
19390 c-bind-special-erase-keys which works in TTYs.
19391 (ii): Make sure that when file styles are used, any explicitly
19392 given style variables take priority over those in the style.
19393 Do this by calling `hack-local-variables' a second time.
19394
19395 * progmodes/cc-vars.el: Add language specific customization
19396 widgets for AWK to c-doc-comment-style, c-require-final-newline
19397 and c-default-style. Add a defcustom for awk-mode-hook.
19398 Give c-syntactic-element and c-syntactic-context doc-strings by
19399 directly setting their `variable-documentation' propery.
19400 This allows Emacs 22.1 to read these with C-h v.
19401
19402 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
19403
19404 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19405
19406 * progmodes/cc-fonts.el, cc-vars.el
19407 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
19408 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
19409 Masatake YAMATO.
19410
19411 (c-doc-comment-style): Made GtkDoc default in C mode.
19412
19413 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
19414 and C-c C-<delete>.
19415
19416 (c-bind-special-erase-keys): New function for use on
19417 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
19418
19419 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
19420 <delete> key behavior in XEmacs according to `delete-forward-p'.
19421 C.f. `c-electric-delete'.
19422
19423 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19424
19425 * progmodes/cc-mode.el: Give c-hungry-backspace and
19426 c-hungry-delete-forward permanent key bindings.
19427
19428 * progmodes/cc-cmds.el (c-electric-semi&comma):
19429 Bind c-syntactic-context for calls to "criteria functions", for
19430 consistency with other calls to user functions.
19431
19432 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
19433 `current-prefix-arg', since this might be the prefix arg to a
19434 command which calls c-indent-command as a function. Change the
19435 interactive spec from "p" to "P".
19436
19437 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
19438 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
19439 was difficult to understand.
19440
19441 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19442
19443 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
19444 first char of an identifier.
19445
19446 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
19447 +" syntax in C++.
19448
19449 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19450
19451 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
19452 auto-fill doesn't split a c-comment's last word from a hanging
19453 "*/" when a space is typed between them after fill-column.
19454
19455 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
19456
19457 * progmodes/cc-styles.el (c-set-style)
19458 (c-setup-paragraph-variables): Abort the command if we're not in a
19459 CC Mode buffer.
19460
19461 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
19462 with blank comment-prefix, and a blank line as the comment's
19463 second line.
19464
19465 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19466
19467 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
19468 Incorporate the patterns added in the Emacs development branch
19469 for the new Emacs 22 face `font-lock-negation-char-face'.
19470
19471 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
19472 of "red" since it stands out better in xterms and DOS terminals.
19473
19474 * progmodes/cc-engine.el (c-literal-faces):
19475 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
19476
19477 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19478
19479 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
19480 forcibly enable c-electric-flag.
19481
19482 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
19483 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
19484 after the comment-prefix of a C-style comment will close that comment.
19485
19486 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19487
19488 * progmodes/cc-fonts.el (c-basic-matchers-before)
19489 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
19490 in Pike.
19491
19492 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
19493 digraphs.
19494
19495 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
19496 (c-cpp-message-directives, c-cpp-include-directives)
19497 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
19498 (c-cpp-expr-directives): Introduce new language constants to
19499 control cpp syntax in a cleaner way.
19500
19501 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
19502
19503 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
19504
19505 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
19506 (c-multiline-string-start-char): New language constants and
19507 variables to specify how newlines in string literals work.
19508
19509 (c-font-lock-invalid-string): Use them.
19510
19511 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
19512 unbalanced close brace is entered. Optimization by avoiding going
19513 back over arbitrarily large blocks. Removed hints that this
19514 function only would be relevant/useful in AWK.
19515
19516 (c-electric-brace): Indent syntactically after the cleanups since
19517 lineup functions might do it differently then.
19518
19519 * progmodes/cc-engine.el, cc-langs.el
19520 (c-opt-op-identifier-prefix): New language constant and variable.
19521
19522 (c-just-after-func-arglist-p, c-after-special-operator-id)
19523 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
19524
19525 * progmodes/cc-align.el, cc-engine.el
19526 (c-after-special-operator-id): New helper to handle C++ operator
19527 identifiers.
19528
19529 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
19530 (c-guess-basic-syntax): Handle C++ operator identifiers in
19531 declarations.
19532
19533 * progmodes/cc-langs.el (c-assignment-operators): Add the
19534 trigraph version of ^= too.
19535
19536 * progmodes/cc-langs.el (c-assignment-operators): Add the
19537 trigraph version of |= in C++.
19538
19539 * progmodes/cc-fonts.el (c-font-lock-declarators):
19540 Handle `c-decl-hangon-kwds' after the identifier name.
19541
19542 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
19543 whether an arglist is "nonempty", ignore a comment after the open
19544 paren if it isn't followed by a non-comment token on the same line.
19545
19546 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
19547 Enable heuristics below the point to cope with classes inside special
19548 brace lists in Pike.
19549
19550 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19551
19552 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
19553
19554 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19555
19556 * progmodes/cc-guess.el (cc-guess-install): New function to
19557 install an already guessed style in another buffer.
19558
19559 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
19560 sets `inhibit-read-only' - `c-save-buffer-state' should be used
19561 anyway if the change always is undone.
19562
19563 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19564
19565 Implement togglable electricity:
19566
19567 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
19568 saying when it should be used.
19569
19570 * progmodes/cc-engine.el: Add the new buffer-local variable,
19571 c-electric-flag.
19572
19573 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
19574 c-toggle-auto-newline.
19575
19576 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
19577 c-toggle-auto-newline. Remove the binding for
19578 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
19579 c-toggle-electric-state.
19580
19581 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
19582
19583 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
19584 c-\(forward\|backward\)-subword.
19585 (c-update-modeline): Add the new modeline flag `l' for
19586 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
19587 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
19588 Make the old name an alias of the new name.
19589 (c-toggle-electric-state): New function.
19590 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
19591 Adapt these functions to do electric things only when
19592 c-electric-flag is non-nil.
19593 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
19594 new functions from c-electric-brace.
19595 (c-point-syntax): Add a check for "virtual semicolons" in AWK
19596 mode, so that the tentative extra newline doesn't change the
19597 syntax of the following brace.
19598 (c-electric-brace): Restructure by extracting the above functions.
19599 Tidy up the coding somewhat.
19600 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
19601 restructure a bit.
19602
19603 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19604
19605 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
19606 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
19607
19608 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
19609 (c-submode-indicators): Change name from `c-auto-hungry-string'
19610 since it's now used to track another submode.
19611
19612 (c-update-modeline): Convert to function and extended to check
19613 `c-subword-move-mode'.
19614
19615 (c-forward-into-nomenclature, c-backward-into-nomenclature):
19616 Convert to compat aliases for `c-forward-subword' and
19617 `c-backward-subword'.
19618
19619 * progmodes/cc-subword.el: New functions and minor mode to handle
19620 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
19621
19622 (c-forward-subword, c-backward-subword, c-mark-subword)
19623 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
19624 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
19625 Functions corresponding to the standard word handling functions.
19626
19627 (c-subword-move-mode): Minor mode that replaces all the standard
19628 word handling functions with their subword equivalences.
19629
19630 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19631
19632 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
19633 entry for one-liner-defun.
19634
19635 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
19636 name in its def-edebug-spec.
19637
19638 * progmodes/cc-cmds.el (c-electric-brace): Make the
19639 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
19640 compacts space before a comment, if this will make things fit on
19641 one line.
19642
19643 Introduce an "awk" style, mainly for auto-newline and clean-ups.
19644
19645 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
19646
19647 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
19648 clean-up one-liner-defun.
19649
19650 * progmodes/cc-styles.el: Add the new "awk" style.
19651
19652 * progmodes/cc-vars.el: Add description of one-liner-defun to
19653 c-cleanup-list's doc-string. New user options,
19654 c-max-one-liner-length. In c-default-style, set the default style
19655 for AWK to "awk".
19656
19657 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19658
19659 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
19660 macros inside labels.
19661
19662 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
19663 `c-at-statement-start-p' and `c-at-expression-start-p'.
19664
19665 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
19666 error if the mark isn't set.
19667
19668 * progmodes/cc-engine.el (c-guess-continued-construct)
19669 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
19670 accurately detect functions inside functions.
19671
19672 * progmodes/cc-engine.el (c-at-expression-start-p): New function
19673 like `c-at-statement-start-p' that additionally recognizes commas
19674 and expression parentheses as delimiters.
19675
19676 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
19677 to avoid heuristics that doesn't work for unclosed blocks.
19678 (c-at-statement-start-p): New function.
19679
19680 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
19681 Objective-C directives, e.g. directives spanning lines should work
19682 reasonably well now.
19683
19684 (c-put-c-type-property, c-clear-c-type-property): New helpers.
19685
19686 (c-forward-objc-directive): New function to move over any ObjC
19687 directive.
19688
19689 (c-just-after-func-arglist-p, c-guess-basic-syntax)
19690 (c-basic-matchers-before): Use it.
19691
19692 (c-font-lock-objc-iip-decl): Remove.
19693
19694 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
19695 in the template arglist recognition.
19696
19697 * progmodes/cc-styles.el (c-style-alist): Fix several
19698 inconsistencies in the Whitesmith style.
19699
19700 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
19701 New lineup function to get lines after Whitesmith style blocks
19702 correctly indented.
19703
19704 (c-lineup-whitesmith-in-block): Back out the compensation for
19705 opening parens since it's done using `add' lists in the style
19706 definition instead. Don't use the anchor position since it varies
19707 too much between the syntactic symbols. :P
19708
19709 * progmodes/cc-vars.el (c-valid-offset): Update.
19710
19711 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
19712 lists where the offsets are combined according to several
19713 different methods: `first', `min', `max', and `add'.
19714 Report offset evaluation errors with `c-benign-error' so that some kind
19715 of reindentation still is done.
19716
19717 * progmodes/cc-engine.el (c-guess-basic-syntax):
19718 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
19719 `arglist-close'.
19720
19721 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
19722 situations for `arglist-cont-nonempty' and `arglist-close'.
19723
19724 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
19725
19726 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
19727 cc-bytecomp-boundp' in a number of places.
19728
19729 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
19730 macro related issue.
19731
19732 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19733
19734 * progmodes/cc-awk.el: Change the terminology of regexps: A char
19735 list is now [asdf], a char class [:alpha:].
19736 Include code for char classes.
19737 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
19738 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
19739
19740 Remove (nearly all of) the cruft associated with AWK Mode's former
19741 concept of "virtual semicolons":
19742
19743 Adapt c-beginning-of-statement, c-end-of-statement (together with
19744 subfunctions) to use the new notion of "virtual semicolon" in
19745 place of the old awkward special handling for AWK. There remains
19746 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
19747 * progmodes/cc-cmds.el:
19748 (c-ascertain-adjacent-literal): In the backwards direction, now
19749 recognises AWK regexp delimiters as string delimiters.
19750 (c-after-statement-terminator-p): Adapt for virtual semicolons;
19751 check more rigorously for "end of macro".
19752 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
19753 virtual semicolons;
19754 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
19755 out the code for forward movement into ...
19756 (c-end-of-statement): Now contains the code for forward movement,
19757 adapted for virtual semicolons.
19758
19759 * progmodes/cc-engine.el:
19760 (c-ws*-string-limit-regexp): New regexp.
19761 (c-forward-single-comment, c-backward-single-comment): Comment out
19762 the (now redundant) "special" AWK stuff.
19763
19764 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
19765 c-string-par-start, c-string-par-separate to be more like Text
19766 Mode than Fundamental Mode.
19767
19768 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19769
19770 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
19771 to the fontified region so that fontification doesn't occur
19772 outside it (could happen e.g. when fontifying a line with an
19773 unfinished declaration).
19774
19775 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19776
19777 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
19778 start of the file. ^L now separate sections of the file.
19779 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
19780 (c-awk-one-line-possibly-open-string-re)
19781 (c-awk-regexp-one-line-possibly-open-char-class-re)
19782 (c-awk-one-line-possibly-open-regexp-re)
19783 (c-awk-one-line-non-syn-ws*-re): New defonsts.
19784 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
19785
19786 Amend the concept of "virtual semicolons" (in the indentation
19787 engine) for languages like AWK, such that they are now
19788 conceptually attached to end of the last token of a statement, not
19789 the end of the line. (In AWK Mode, however, the pertinent text
19790 property is still physically set on the EOL.) Remove the specific
19791 tests for awk-mode, thus facilitating the introduction of other
19792 language modes where EOLs can end statements.
19793 (Note: The funtionality in cc-cmds.el, specifically
19794 c-beginning/end-of-statement has yet to be amended.)
19795
19796 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
19797 New macros.
19798
19799 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
19800 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
19801 c-vsemi-status-unknown-p-fn (in a new page).
19802
19803 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
19804 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
19805 numerous awkward forms like
19806 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
19807 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
19808 variable before-ws-ip, the place just after char-before-ip appears.
19809
19810 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
19811 a comment.
19812
19813 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19814
19815 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
19816 `c-tentative-buffer-changes'.
19817
19818 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
19819 convert to macro to choose between Emacs and XEmacs at compile time.
19820
19821 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
19822
19823 (c-tentative-buffer-changes): New macro to handle temporary buffer
19824 changes in a convenient way.
19825
19826 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
19827 for `c-tentative-buffer-changes'.
19828
19829 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
19830 the checks for paren sexps between the point and the keyword, to
19831 avoid some false alarms.
19832
19833 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
19834 Fixed a situation where an error could be thrown for unbalanced
19835 parens. Changed to make use of c-keyword-member' to avoid some
19836 repeated regexp matches.
19837
19838 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
19839 These language variable are no longer necessary.
19840
19841 (c-block-stmt-kwds): New language constant used by
19842 c-looking-at-inexpr-block'.
19843
19844 (c-guess-basic-syntax): Remove an optional check that looked at
19845 the existence of the now removed language variables.
19846
19847 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
19848 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
19849 object instantiation expressions as declarations in some contexts.
19850 This bug only affected languages where the declarator can't be
19851 enclosed in parentheses.
19852
19853 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
19854 insert newlines before and after substatement braces.
19855
19856 * progmodes/cc-engine.el: Improved the heuristics for recognizing
19857 function declaration headers and the handling of C++ style member
19858 init lists.
19859
19860 (c-just-after-func-arglist-p): Rewritten to use
19861 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
19862
19863 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
19864
19865 (c-guess-basic-syntax): Adapt case 5B for the new
19866 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
19867 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
19868 covers all cases now).
19869
19870 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
19871
19872 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19873
19874 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
19875 c-string-par-start/separate c-sentence-end-with-esc-eol,
19876 initialised in c-setup-paragraph-variables, used in string
19877 scanning subroutines of c-beginning-of-statement.
19878
19879 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
19880 which precedes the newly inserted `{'.
19881
19882 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19883
19884 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
19885 function for declaration level blocks. It should now cope with
19886 templates better and also be a lot more comprehensible.
19887
19888 (c-looking-at-decl-block): The new function.
19889
19890 (c-search-uplist-for-classkey): The old one. It's now a wrapper
19891 for compatibility.
19892
19893 (c-add-class-syntax, c-guess-continued-construct)
19894 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
19895
19896 (c-decl-block-key): Change to tell apart ambiguous and
19897 unambiguous keywords. Pike specials are now handled directly in
19898 the code instead.
19899
19900 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
19901 New language constants and variables to make the backward skip in
19902 `c-looking-at-decl-block' as tight as possible.
19903
19904 (c-nonsymbol-token-char-list): New language constant.
19905
19906 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
19907 find balanced template arglists backwards.
19908
19909 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
19910 making char classes for `c-syntactic-skip-backward'.
19911
19912 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
19913 16D - can't be a class-close at that point.
19914
19915 * progmodes/cc-engine.el (c-guess-basic-syntax)
19916 (c-add-class-syntax): Don't narrow out the enclosing declaration
19917 level. This makes everything a lot easier, and it was actually
19918 only four small places that needed it to work. Some places that
19919 previously did `widen' are removed now, which has the effect that
19920 `c-guess-basic-syntax' never will look at things outside the
19921 current narrowment now. The anchor position for `topmost-intro'
19922 is affected by this, but it was so bogus it was basically useless
19923 before, and now it's equally bogus but in a slightly different way.
19924
19925 (c-narrow-out-enclosing-class): Gone.
19926
19927 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
19928 the narrowed region.
19929
19930 (c-least-enclosing-brace): Remove silly optional argument.
19931
19932 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
19933 the point could be left directly after an open paren when finding
19934 the beginning of the first decl in the block.
19935
19936 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
19937 Specify which submatch to use.
19938
19939 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
19940
19941 (c-decl-start-re): No longer any need for special treatment of
19942 ObjC due to the above.
19943
19944 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
19945 presumably follows C in that regard.
19946
19947 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
19948 New language constants to specify operator tokens inside
19949 identifiers in a more high level way.
19950
19951 (c-opt-identifier-prefix-key): New internal language constant.
19952
19953 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
19954 (c-identifier-start, c-identifier-key): Now completely calculated
19955 from other constants.
19956
19957 (c-identifier-last-sym-match): Decommission since it's no longer used.
19958
19959 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
19960
19961 * progmodes/cc-engine.el (c-forward-name): Remove the
19962 optimization when c-identifier-key is equal to c-symbol-key since
19963 it doesn't work in byte compiled files. Don't record empty
19964 regions as identifiers.
19965
19966 * progmodes/cc-langs.el (c-filter-ops): New helper function to
19967 simplify access to `c-operators' and its likes.
19968
19969 (c-operator-list, c-all-op-syntax-tokens)
19970 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
19971 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
19972 (c-primary-expr-regexp, c-cast-parens): Use it.
19973
19974 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
19975 an explicit language in functions.
19976
19977 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
19978 variant of adornment.
19979
19980 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
19981 variable.
19982
19983 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
19984 the Pike value.
19985
19986 * progmodes/cc-engine.el (c-on-identifier)
19987 (c-simple-skip-symbol-backward): Small fix for handling "-"
19988 correctly in `skip-chars-backward'. Affected the operator lfun
19989 syntax in Pike.
19990
19991 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
19992 diagnostic message about precompiled language vars not being used.
19993
19994 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
19995 "__attribute__" is followed by a parenthesis.
19996
19997 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
19998 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
19999 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
20000
20001 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
20002 Internal cleanups to properly detect the declared identifiers in
20003 various declarations.
20004
20005 (c-decl-start-kwds): New language constant to recognize
20006 declarations that can start anywhere. Used for class declarations
20007 in Pike.
20008
20009 (c-specifier-key, c-not-decl-init-keywords)
20010 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
20011 (c-find-decl-spots): Implement `c-decl-start-kwds'.
20012
20013 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
20014 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
20015 handling of the compiler specific extension keywords into a new
20016 language constant `c-decl-hangon-kwds' that defines keyword
20017 clauses to be ignored in declarations.
20018
20019 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
20020 past unrecognized tokens when handling `c-colon-type-list-kwds'.
20021 Necessary to stop at the declared identifier in e.g. IDL valuetype
20022 declarations.
20023
20024 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
20025 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
20026 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
20027 (c-forward-decl-or-cast-1): Recognize the declared identifier in
20028 class and enum declarations as such and not as part of the type.
20029
20030 (c-forward-decl-or-cast-1, c-forward-label): Relax the
20031 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
20032
20033 (c-forward-decl-or-cast-1): Don't disregard sure signs of
20034 declarations when there's some syntax error later on.
20035
20036 (c-complex-decl-matchers): Did away with a reference to
20037 `c-specifier-key'.
20038
20039 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
20040 value - this variable is always dynamically bound.
20041
20042 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
20043 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
20044 * cc-cmds.el, cc-defs.el: Change the policy for marking up
20045 functions that might do hidden buffer changes: All such internal
20046 functions are now marked instead of those that don't.
20047
20048 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
20049 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
20050 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
20051 (c-literal-type): Allow these functions to make hidden buffer changes,
20052 so that they are free to use text property caching later on.
20053
20054 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
20055 (c-electric-brace, c-electric-slash, c-electric-star)
20056 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
20057 (c-electric-paren, c-electric-continued-statement, c-indent-command)
20058 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
20059 (c-context-line-break): Add `c-save-buffer-state' calls to comply
20060 with the changed semantics of the functions above.
20061
20062 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
20063 when macros occur in obscure places. Optimized the sexp movement
20064 a bit.
20065
20066 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20067
20068 Enhancements for c-beginning-of-statement to work in AWK Mode:
20069
20070 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
20071 (completed statement) with `}' (statement completed by closing
20072 brace or semicolon) and `$' (statement completed by EOL).
20073
20074 (c-awk-virtual-semicolon-ends-prev-line-p)
20075 (c-awk-virtual-semicolon-ends-line-p)
20076 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
20077 (c-awk-at-statement-end-p): New functions.
20078
20079 * progmodes/cc-cmds.el: Simplify the structure of functions
20080 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
20081 two functions and c-beginning-of-statement to handle AWK Mode.
20082
20083 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
20084 c-backward-single-comment for AWK mode. Attempt to clarify their
20085 doc-strings.
20086
20087 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
20088
20089 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20090
20091 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
20092 label handling. Labels are now recognized in a uniform and more
20093 robust way, regardless of context. Text properties are put on all
20094 labels to recognize the following declarations better.
20095 Multiword labels are handled both in indentation and fontification for
20096 the benefit of language extensions like Qt. For consistency, keywords
20097 in labels are now fontified with the label face instead.
20098 That also applies to "case" and "default".
20099
20100 (c-beginning-of-statement-1): Fix some bugs in the label
20101 handling. Disregard `c-nonlabel-token-key' in labels that begin
20102 with `c-label-kwds'.
20103
20104 (c-find-decl-spots): Support that the callback adds more
20105 `c-decl-end' spots to find.
20106
20107 (c-forward-decl-or-cast-1): Don't treat a list of plain
20108 identifiers followed by a colon as a declaration.
20109
20110 (c-forward-label): New function to recognize labels.
20111
20112 (c-guess-basic-syntax): Replace uses of `c-label-key' with
20113 `c-forward-label'. Moved the label recognition cases (14 and 15)
20114 earlier since they aren't so context sensitive now. Handle labels
20115 on the top level gracefully. Moved access label recognition to
20116 the generic label case (CASE 15) - removed CASE 5E.
20117
20118 (c-font-lock-declarations): Add recognition of labels in the
20119 same round since we need to handle labels in parallell with other
20120 declarations to recognize both accurately. It should also improve
20121 speed.
20122
20123 (c-simple-decl-matchers, c-basic-matchers-after):
20124 Move `c-font-lock-labels' so that it only is used on decoration level 2
20125 since `c-font-lock-declarations' handles it otherwise.
20126
20127 (c-complex-decl-matchers): Remove the simplistic recognition of
20128 access labels.
20129
20130 (c-decl-prefix-re): Remove the kludges that was necessary to cope
20131 with labels earlier.
20132
20133 (c-decl-start-re): New language variable to make
20134 `c-font-lock-declarations' stop for the special protection labels
20135 in Objective-C that start with `@'.
20136
20137 (c-label-key): Remove since it's no longer used.
20138
20139 (c-recognize-colon-labels, c-label-prefix-re): New language
20140 constants to support recognition of generic colon-terminated labels.
20141
20142 (c-type-decl-end-used): `c-decl-end' is now used whenever there
20143 are colon terminated labels.
20144
20145 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
20146 first argument starts with a special brace list.
20147
20148 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
20149 (c-font-lock-declarations): Break out the declaration and cast
20150 recognition from `c-font-lock-declarations' to a new function, so
20151 that it can be used in the indentation engine.
20152
20153 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
20154 up to the start of the literal. Fixed bug with the point on the
20155 wrong side of the search limit that could happen when the start
20156 position is inside a literal.
20157
20158 * progmodes/cc-engine.el (c-parse-state)
20159 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
20160 so that it's kept a little bit back to increase the hit rate.
20161
20162 (c-parse-state): Change the macro handling and fixed some
20163 glitches. Macro context is checked more often than necessary now,
20164 but otoh less garbage conses are generated.
20165
20166 * progmodes/cc-engine.el (c-parse-state)
20167 (c-invalidate-state-cache): Cache the last position where
20168 `c-state-cache' applies. This can speed up refontification quite
20169 a bit in blocks where there are many non-brace parens before the point.
20170
20171 (c-state-cache-end): New variable for this.
20172
20173 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
20174 cache variable.
20175
20176 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
20177 get close initial continue positions when the start position is
20178 inside a literal or macro. Do not call the callback for spots
20179 before the start position (which can happen e.g. for `c-decl-end'
20180 spots inside comments). Optimize better in special cases when the
20181 region is a single line inside a literal or macro (typically when
20182 the current line is refontified).
20183
20184 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
20185 to `c-add-stmt-syntax' - there's no need to explicitly whack off
20186 entries from the paren state.
20187
20188 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
20189 special case for "else if" clauses.
20190
20191 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
20192 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
20193
20194 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
20195 New language variable to recognize the gcc extension with statement
20196 blocks inside expressions.
20197
20198 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
20199 it somewhat more comprehensible. The argument AT-BLOCK-START is
20200 no longer used and hence removed.
20201
20202 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
20203 to `c-add-stmt-syntax'.
20204
20205 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20206 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
20207 This fixes bogus label recognition.
20208
20209 * progmodes/cc-engine.el (c-add-type, c-check-type)
20210 (c-forward-name, c-forward-type): Improve storage of template
20211 types in `c-found-types' so that they can be recognized better.
20212
20213 (c-syntactic-content): Add option to skip past nested parens.
20214
20215 * progmodes/cc-engine.el (c-forward-name):
20216 Set `c-last-identifier-range' all the time. It's less work that way.
20217 Handle that there might not be an identifier to store in
20218 `c-last-identifier-range'.
20219
20220 (c-forward-type): Handle that `c-last-identifier-range' might be
20221 nil from `c-forward-name'.
20222
20223 * progmodes/cc-defs.el (c-safe-scan-lists)
20224 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
20225
20226 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
20227 to work even if the form fails.
20228
20229 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
20230 down in a large file in one go.
20231
20232 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
20233
20234 * progmodes/cc-align.el (c-lineup-assignments): New lineup
20235 function which is like `c-lineup-math' but returns nil instead of
20236 `c-basic-offset' when it doesn't match.
20237
20238 (c-lineup-math): Change to use `c-lineup-assignments'.
20239
20240 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20241
20242 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
20243 c-beginning-of-statement. New subfunctions
20244 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
20245
20246 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20247
20248 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
20249 hardcoded char classes whereever possible. Changed a couple of
20250 places to use skip by syntax instead of skip by char class.
20251
20252 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
20253 Fix a bug in the regexp that caused extreme backtracking.
20254
20255 * progmodes/cc-langs.el (c-block-comment-starter)
20256 (c-block-comment-ender): New language constants to specify in a
20257 single place how block comments look.
20258
20259 (c-comment-start-regexp, c-block-comment-start-regexp)
20260 (comment-start, comment-end, comment-start-skip)
20261 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
20262 (c-syntactic-ws, c-nonempty-syntactic-ws)
20263 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
20264 `c-line-comment-starter', `c-block-comment-starter' and
20265 `c-block-comment-ender'.
20266
20267 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
20268 New language constants to break up things a bit.
20269
20270 (c-simple-ws): New language constant for simple whitespace.
20271
20272 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
20273
20274 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
20275 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
20276 newlines. Allow and ignore nil elements in the list.
20277
20278 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20279
20280 * progmodes/cc-cmds.el: Comment out a (n almost certainly
20281 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
20282
20283 * progmodes/cc-cmds.el: Tidy up the comments in
20284 c-beginning-of-statement and subfunctions.
20285
20286 * progmodes/cc-awk.el: Replace calls to put-text-property to the
20287 more flexible c-put-char-property and c-clear-char-properties.
20288 Add the author's email address.
20289
20290 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
20291
20292 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
20293 closing "*/" of a block comment.
20294
20295 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
20296 subfunctions) so that it works at BOB and EOB.
20297
20298 * progmodes/cc-cmds.el, cc-vars.el: More updating of
20299 c-beginning-of-statement, including new variable
20300 c-block-comment-start-regexp.
20301
20302 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20303
20304 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
20305 symbols from `*-font-lock-extra-types' so that there's no need to
20306 use `regexp-opt' on those lists.
20307
20308 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
20309 `c-type-modifier-kwds' is empty.
20310
20311 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
20312 there are several strings on the same line.
20313
20314 * progmodes/cc-engine.el (c-literal-limits): Remove the
20315 compatibility function for older emacsen. `c-literal-limits-fast'
20316 has now taken the place of this function.
20317
20318 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
20319 with older emacsen: We now require `pps-extended-state'.
20320
20321 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20322
20323 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
20324 which obviates the need to hack sentence-end. This now handles
20325 escaped newlines in strings correctly. Correct minor bugs in
20326 c-move-over-sentence and in c-beginning-of-statement.
20327
20328 * progmodes/cc-cmds.el (c-beginning-of-statement (and
20329 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
20330 that movement over macros and code are rigorously separated from
20331 eachother. Correct a few incidental bugs.
20332
20333 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
20334 Improve its doc-string. Improve the handling of certain specific cases.
20335
20336 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20337
20338 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
20339 (c-guess-basic-syntax): Change the way class-level labels are
20340 recognized; they can now contain essentially any symbols.
20341
20342 (c-opt-extra-label-key): New language variable to cope with the
20343 special protection label syntax in Objective-C.
20344
20345 (c-opt-access-key): Remove; this is now handled better by
20346 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
20347
20348 (c-complex-decl-matchers): Update to handle that
20349 `c-opt-access-key' no longer exists.
20350
20351 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
20352 improved label recognition in `c-beginning-of-statement-1'.
20353
20354 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
20355 Recognize bitfields better.
20356
20357 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
20358 Remove some cruft and fixed a bug that could cause it to go to a
20359 position further down.
20360
20361 * progmodes/cc-langs.el, cc-engine.el
20362 (c-beginning-of-statement-1): Improve detection of labels in
20363 declaration contexts.
20364
20365 (c-beginning-of-decl-1): Use it.
20366
20367 (c-nonlabel-token-key): New language constant and variable needed
20368 by `c-beginning-of-statement-1'.
20369
20370 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
20371 manifested itself due to the correction in `c-forward-sexp'.
20372
20373 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
20374 Make these behave as documented when used at the buffer limits.
20375
20376 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
20377 (c-type-decl-end-used): Made this a language variable.
20378
20379 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
20380 correctly when `combine-after-change-calls' is used together with
20381 temporary narrowings.
20382
20383 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20384 Report labels correctly when the start point is immediately after the
20385 colon.
20386
20387 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
20388 Remove since it isn't used anymore.
20389
20390 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
20391 bracket arglists such as template parens in C++.
20392
20393 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
20394 in the last check-in. Some optimization.
20395
20396 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
20397 where it could stop at the same level in a preceding sexp when
20398 PAREN-LEVEL is set.
20399
20400 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
20401 text property lookup only when it's needed.
20402
20403 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
20404 Change the policy for paren marked angle brackets to be more
20405 persistent; once marked they remain marked even when they're found
20406 to be unbalanced in the searched region. This should keep the
20407 paren syntax around even when individual lines are refontified in
20408 multiline template arglists.
20409
20410 (c-parse-and-markup-<>-arglists): New dynamically bound variable
20411 to control markup so that incorrect angle bracket arglists aren't
20412 marked in contexts where the correct value for
20413 `c-disallow-comma-in-<>-arglists' isn't known.
20414
20415 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
20416 argument has become `c-parse-and-markup-<>-arglists'.
20417
20418 (c-remove-<>-arglist-properties): Remove - no longer used.
20419
20420 (c-after-change-check-<>-operators): New function used on
20421 `after-change-functions' to avoid that "<" and ">" characters that
20422 are part of longer operators have paren syntax.
20423
20424 (c-<>-multichar-token-regexp): New language variable used by
20425 `c-after-change-check-<>-operators'.
20426
20427 (c-after-change): Call `c-after-change-check-<>-operators'.
20428
20429 (c-font-lock-<>-arglists): Use the context properties set by
20430 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
20431 correctly to avoid doing invalid markup.
20432
20433 (c-font-lock-declarations): Remove code that undoes the invalid
20434 markup done by `c-font-lock-<>-arglists'.
20435
20436 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
20437 after `c-font-lock-declarations'.
20438
20439 * progmodes/cc-engine.el (c-syntactic-skip-backward):
20440 Add paren-level feature.
20441
20442 (c-guess-basic-syntax): Improve the anchor position for
20443 `template-args-cont' in nested template arglists. There's still
20444 much to be desired in this area, though.
20445
20446 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20447
20448 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
20449 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
20450
20451 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20452
20453 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
20454 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
20455
20456 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
20457 it doesn't work no longer are supported.
20458
20459 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
20460 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
20461 requires support for the syntax-table' text property, which rules
20462 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
20463 cruft associated with those versions.
20464
20465 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
20466 for the `syntax-table' text property, which rules out Emacs 19 and
20467 XEmacs < 21.4. Removed various compatibility cruft associated
20468 with those versions.
20469
20470 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
20471 support for the `syntax-table' text property.
20472
20473 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
20474 variable and use an extra quoted face name instead. All the
20475 emacsen flavors handle that correctly.
20476
20477 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
20478 (c-font-lock-declarators, c-font-lock-declarations)
20479 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
20480 property to mark the items in in declarator lists to handle
20481 refontification inside multiline declarations better.
20482
20483 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
20484 construct like "a * b = c;" as a declaration.
20485
20486 2005-12-08 Kim F. Storm <storm@cua.dk>
20487
20488 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
20489 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
20490 select either meta, hyper, or super modifier for rectangle commands.
20491 (cua--rectangle-modifier-key): New defvar.
20492 (cua--M/H-key): Use it. Remove special case for `space'.
20493 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
20494 on X, to meta otherwise. Always bind C-return to toggle
20495 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
20496
20497 * emulation/cua-rect.el (cua-help-for-rectangle):
20498 Use cua--rectangle-modifier-key. Handle super modifier too.
20499 (cua--init-rectangles): Always bind C-return to toggle rectangle.
20500 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
20501
20502 * ido.el: Move Acknowledgements and History after Commentary.
20503 Minor changes to Commentary.
20504
20505 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
20506 keymap if cua--prefix-override-timer is `shift'.
20507 (cua--shift-control-prefix): New function; emulate "type prefix
20508 key twice" functionality to handle shifted prefix key override.
20509 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
20510 New commands.
20511 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
20512
20513 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
20514
20515 * textmodes/org.el (org-insert-heading): Try to do items before
20516 headings.
20517 (org-agenda-mode): Quote `org-agenda-mode-hook'.
20518 (org-insert-item): New function.
20519 (org-renumber-ordered-list): Don't skip to higher level lists.
20520
20521 2005-12-08 Juri Linkov <juri@jurta.org>
20522
20523 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
20524
20525 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
20526
20527 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
20528
20529 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
20530 the constructed function name fun-1.
20531
20532 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
20533 because such links don't lead to parent documentation.
20534
20535 2005-12-08 Kenichi Handa <handa@m17n.org>
20536
20537 * descr-text.el (describe-char): Use *Help-2* buffer if the
20538 current buffer is *Help*. Call describe-text-properties while
20539 setting the original buffer.
20540
20541 2005-12-07 Bill Wohler <wohler@newt.com>
20542
20543 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
20544 and causes problems with non-MH users (such as Gnus users).
20545
20546 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
20547
20548 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
20549 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
20550 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
20551 command "info sources". Move calls to GDB command "list".
20552 (gdb-find-file-hook): Just use gdb-source-file-list.
20553 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
20554 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
20555 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
20556 (gdb-data-list-register-values-handler): Use correct trigger name.
20557
20558 2005-12-07 Kim F. Storm <storm@cua.dk>
20559
20560 * ido.el (ido-completion-map): Rename from ido-mode-map.
20561 (ido-common-completion-map, ido-file-completion-map)
20562 (ido-file-dir-completion-map, ido-buffer-completion-map):
20563 Rename from ido-mode-....-map.
20564 (ido-init-completion-maps): Rename from ido-init-mode-maps.
20565 (ido-setup-completion-map): Rename from ido-define-mode-map.
20566 (ido-read-internal): Bind minibuffer-local-filename-completion-map
20567 to ido-completion-map.
20568
20569 2005-12-07 Kenichi Handa <handa@m17n.org>
20570
20571 * international/mule-cmds.el
20572 (set-display-table-and-terminal-coding-system): If the coding
20573 system specified in `unibyte-display' property is different from
20574 the arg coding-system, don't setup standard-display-table.
20575
20576 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20577
20578 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
20579 that comments end at \n, regardless of selective-display.
20580
20581 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
20582
20583 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
20584 (gdb-version): New variables.
20585 (gdb-source-file-list, gdb-register-names)
20586 (gdb-changed-registers): New variables for use with GDB 6.4+.
20587 (gdb-ann3): Replace with...
20588 (gdb-init-1, gdb-init-2): ...two new functions.
20589 (gdba, gdb-prompt): Call gdb-init-1.
20590 (gdb-get-version): New function. Call gdb-init-2 from here.
20591 (gud-watch): Make it work with mouse events too.
20592 (gdb-post-prompt): Don't add to queue until GDB version is known.
20593 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
20594 (gdb-locals-mode): Use gdb-version.
20595 (gdb-memory-format-map, gdb-memory-unit-map)
20596 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
20597 (gdb-locals-font-lock-keywords-1)
20598 (gdb-locals-font-lock-keywords-2): New variables.
20599 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
20600 (gdb-set-gud-minor-mode-existing-buffers-1)
20601 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
20602 (gdb-var-update-1, gdb-var-update-handler-1)
20603 (gdb-data-list-register-values-handler)
20604 (gdb-data-list-register-values-custom)
20605 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
20606 (gdb-stack-list-locals-handler, gdb-get-register-names):
20607 New functions for use with GDB 6.4+.
20608 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
20609 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
20610 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
20611 (gdb-stack-list-locals-regexp)
20612 (gdb-data-list-register-names-regexp): New regexps for use with
20613 GDB 6.4+.
20614
20615 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20616
20617 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
20618
20619 2005-12-06 Nozomu Ando <nand@mac.com>
20620
20621 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
20622 prompts work for AUTH PLAIN. Also reported by Steve Allan
20623 <seallan@verizon.net>.
20624
20625 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
20626
20627 * frame.el (set-frame-parameter): Add doc string.
20628
20629 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
20630
20631 * textmodes/org.el (org-occur-highlights): New variable.
20632 (org-highlight-new-match, org-remove-occur-highlights): New functions.
20633 (org-highlight-sparse-tree-matches): New option.
20634 (org-do-occur): New function.
20635 (org-get-heading): Make it work also at beginning of line.
20636 (org-category-table): New variable.
20637 (org-get-category-table, org-get-category)
20638 (org-camel-to-words, org-link-search): New functions.
20639 (org-select-this-todo-keyword): New variable.
20640 (org-todo-list): New command.
20641 (org-shiftright, org-shiftleft): New commands.
20642 (org-agenda-todo): Add prefix argument.
20643 (org-show-hierarchy-above): New option.
20644 (org-show-todo-tree): Numerical prefix creates tree for specific
20645 TODO keyword.
20646 (org-outline-level): New function, to assign a level to plain
20647 lists items.
20648 (org-cycle-include-plain-lists): New option.
20649 (org-mode): Use `org-outline-level' as value of `outline-level'.
20650 (org-cycle): Temporarily switch `outline-regexp' if
20651 `org-cycle-include-plain-lists' is non-nil.
20652 (org-start-icalendar-file): Fix format bug.
20653 (org-agenda-get-day-entries): Create category table.
20654 (org-agenda-get-todos, org-agenda-get-timestamps)
20655 (org-agenda-get-deadlines, org-agenda-get-scheduled)
20656 (org-agenda-get-blocks): Use `org-get-category'.
20657 (org-context-in-file-links): Rename from
20658 `org-line-numbers-in-file-links'.
20659
20660 2005-12-06 Romain Francoise <romain@orebokech.com>
20661
20662 * window.el (balance-windows): Delete extraneous third arg in call
20663 to `enlarge-window'.
20664
20665 2005-12-06 Kenichi Handa <handa@m17n.org>
20666
20667 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
20668
20669 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
20670
20671 * progmodes/gdb-ui.el (gdb-var-create-handler)
20672 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
20673 (gdb-var-list-children-handler, gdb-var-update-handler):
20674 Current buffer is already gdb-partial-output-buffer, don't
20675 make it current again.
20676
20677 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
20678
20679 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
20680 (list-buffers-noselect): Use it.
20681
20682 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
20683
20684 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
20685 (mail-yank-ignored-headers): Use regexp-opt.
20686 (mail-mode-map): Move initialization into declaration.
20687 (mail-sent-via): Remove unused shadowed var `to-line'.
20688 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
20689 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
20690 (mail-do-fcc): Use dolist and push.
20691 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
20692 (mail-yank-ignored-headers): Don't autoload.
20693
20694 2005-12-05 Kenichi Handa <handa@m17n.org>
20695
20696 * international/mule-cmds.el (set-language-info-internal): New fun.
20697 (set-language-info): Call set-language-info-internal to update
20698 language-info-alist. If LANG-ENV is the current one, call
20699 set-language-environment to make INFO effective now.
20700 (set-language-info-alist): Likewise.
20701 (locale-language-names): With locale "en", use English
20702 lang. env. but set the default codings to iso-8859-1.
20703
20704 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
20705
20706 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
20707 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
20708 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
20709 for plain strings.
20710 (gdb-frames-mode): Remove redundant call to font-lock-mode.
20711 (gdb-all-registers): Rename from toggle-gdb-all-registers.
20712 Create registers buffer if necessary. Echo new state in minibuffer.
20713 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
20714
20715 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
20716
20717 * info.el (Info-fontify-node): Match external links using
20718 non-directory part of filename.
20719
20720 2005-12-04 Juri Linkov <juri@jurta.org>
20721
20722 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
20723 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
20724 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
20725 because there is no customization option for it.
20726
20727 * font-lock.el (lisp-font-lock-keywords-1):
20728 Add define-global-minor-mode.
20729
20730 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
20731
20732 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
20733 properties on the constructed variable names.
20734
20735 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20736 Put `definition-name' properties on the constructed function names
20737 next-sym and prev-sym.
20738
20739 * emacs-lisp/find-func.el (find-function-regexp):
20740 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
20741 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
20742 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
20743 and easy-menu-define.
20744
20745 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
20746 easy-mmode-define-global-mode and define-global-minor-mode.
20747 (lisp-imenu-generic-expression): Add define-global-minor-mode.
20748
20749 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
20750 instead of easy-mmode-define-global-mode.
20751
20752 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
20753 Use define-minor-mode instead of easy-mmode-define-minor-mode.
20754
20755 * cus-edit.el (customize-group, customize-group-other-window):
20756 Filter out autoloaded options from the group completion list by
20757 using heuristics that autoloaded groups don't have `custom-autoload'
20758 property on their symbols (they have only `custom-loads').
20759
20760 * simple.el (completion-setup-function): Put completions-common-part
20761 face on complete completion string too (i.e. completion string
20762 without completions-first-difference face).
20763
20764 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
20765
20766 2005-12-03 Eli Zaretskii <eliz@gnu.org>
20767
20768 * view.el (view-mode): Doc fix.
20769
20770 * disp-table.el (standard-display-european): Add to the warning
20771 message a reference to the doc string.
20772
20773 * play/yow.el (apropos-zippy): Call print-help-return-message,
20774 similar to other Help and Apropos commands.
20775
20776 * help.el (print-help-return-message): If pop-up-frames is
20777 non-nil, set up help-return-method to delete the help window and,
20778 possibly, its frame as well, and don't display message about
20779 scrolling the help window. Doc fix.
20780 (help-return-method): Doc fix.
20781
20782 2005-12-03 Martin Rudalics <rudalics@gmx.at>
20783
20784 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
20785 whereby names of length one or names starting with a
20786 symbol-constituent character would not be returned.
20787
20788 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20789
20790 * subr.el (atomic-change-group): Add edebug and indentation spec.
20791
20792 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
20793
20794 * completion.el (save-completions-file-name): Fix typo in last change.
20795
20796 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20797
20798 * info.el: Move back/forward history to the beginning of the tool bar.
20799
20800 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
20801
20802 * allout.el (eval-when-compile): Remove unnecessary load of cl.
20803 Add fset of allout-real-isearch-abort during compile to fix
20804 byte-compilation warnings.
20805 (allout-mode-p): Move definition of this macro above all uses, or
20806 byte compilation in barren Emacs (eg, during Emacs build) will
20807 lack the definition.
20808 (allout-mode): Move this variable above any uses, or byte
20809 compilation will fail.
20810 (allout-resolve-xref): Remove use of personal file-reference function.
20811 (allout-toggle-current-subtree-encryption): Do the current (ie,
20812 visible containing) topic, rather than nearest around point. Doc fix.
20813 (allout-toggle-subtree-encryption): New function, workhorse that
20814 works on nearest topic containing point.
20815 (allout-encrypt-string): Signal requirement for newer version of pgg.
20816 (allout-resumptions): Doc fix.
20817
20818 2005-12-02 Eli Zaretskii <eliz@gnu.org>
20819
20820 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
20821
20822 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
20823
20824 * textmodes/flyspell.el (flyspell-external-point-words):
20825 Consider a misspelling as found in the string search if: (a) misspelling
20826 and found string lengths match, or (b) misspelling is found as
20827 element in a boundary-chars separated longer string, or (c)
20828 ispell-program-name is really ispell and misspelling is found as
20829 part of a TeX string. After successful match move beginning of
20830 search region to end of match. Warn about not found misspellings
20831 once the process is done.
20832 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
20833
20834 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
20835
20836 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
20837 tool bar (removed inadvertently).
20838
20839 2005-12-02 Juri Linkov <juri@jurta.org>
20840
20841 * log-view.el (log-view-diff): Clarify doc string.
20842
20843 2005-12-01 Bill Wohler <wohler@newt.com>
20844
20845 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
20846 triggers lm-verify errors.
20847
20848 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
20849
20850 * simple.el (transient-mark-mode, line-number-mode)
20851 (column-number-mode, size-indication-mode): Remove `:require nil'.
20852
20853 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
20854
20855 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
20856 in the margin also.
20857 (gdb-breakpoints-mode-map): Use D instead of d for
20858 gdb-delete-breakpoint.
20859 (gdb-get-frame-number): Require a number to match on.
20860 (gdb-threads-mode-map): Add follow-link binding.
20861
20862 2005-11-30 Jason Rumney <jasonr@gnu.org>
20863
20864 * isearch.el (isearch-mode-map): Avoid exiting search on
20865 language-change event.
20866
20867 2005-11-30 Romain Francoise <romain@orebokech.com>
20868
20869 * speedbar.el (speedbar-default-position): New defcustom.
20870 (speedbar-frame-reposition-smartly): Use it.
20871
20872 * dframe.el (dframe-reposition-frame-emacs): Fix position
20873 computation for `left' location.
20874 Update copyright year.
20875
20876 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
20877
20878 * help.el (help-map): Move initialization into declaration.
20879
20880 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
20881
20882 * help-fns.el (help-argument-name): Don't autoload.
20883 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
20884 to be re-loaded when customizing the `help' group.
20885
20886 2005-11-30 John Paul Wallington <jpw@gnu.org>
20887
20888 * help-fns.el (describe-function-1): Fill arglist output.
20889
20890 2005-11-30 Kim F. Storm <storm@cua.dk>
20891
20892 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
20893 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
20894 after revert-buffer (or anything else which kills all local variables).
20895
20896 * apropos.el (apropos-parse-pattern): Doc fix.
20897 Set apropos-regexp directly, rather than expecting callers to do so.
20898 (apropos-command, apropos, apropos-value, apropos-documentation):
20899 Simplify calls to apropos-parse-pattern.
20900
20901 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
20902
20903 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
20904 (hi-lock-face-phrase-buffer): Use hi-yellow face.
20905 (hi-lock-write-interactive-patterns): Use comment-region.
20906
20907 * longlines.el (longlines-mode): Add mail-setup-hook.
20908
20909 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
20910
20911 * simple.el (sendmail-user-agent-compose, next-line):
20912 Conditionally use hard-newline.
20913
20914 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
20915
20916 * international/latexenc.el (latex-inputenc-coding-alist):
20917 Reword doc string.
20918
20919 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
20920
20921 * help.el (describe-key-briefly, describe-key): Recognize default
20922 bindings.
20923
20924 2005-11-29 Romain Francoise <romain@orebokech.com>
20925
20926 * view.el (view-inhibit-help-message): New defcustom.
20927 (view-mode-enter): Use it.
20928
20929 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
20930
20931 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
20932 Preserve user position.
20933
20934 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
20935
20936 * font-lock.el: Throw error if facemenu is not loaded to prevent
20937 accidental change of loading order in loadup.el. (Suggested by RMS.)
20938
20939 * loadup.el: Add comment explaining why facemenu must be loaded
20940 before font-lock.
20941
20942 2005-11-28 Jay Belanger <belanger@truman.edu>
20943
20944 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
20945 (calc-dispatch-map): Add more keys for `calc-same-interface'.
20946
20947 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
20948
20949 * calc/calc-embed.el (calc-do-embedded): Update help message.
20950
20951 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
20952
20953 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20954
20955 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
20956
20957 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
20958 called-interactively-p.
20959 (elp-profilable-p): Rename from elp-not-profilable-p.
20960 Invert result and take into account macros and autoloaded functions.
20961 (elp-instrument-function): Update call.
20962 (elp-instrument-package): Update call. Add completion.
20963 (elp-pack-number): Use match-string.
20964 (elp-results-jump-to-definition-by-mouse): Merge into
20965 elp-results-jump-to-definition and then remove.
20966 (elp-output-insert-symname): Make help echo text single-line.
20967
20968 * replace.el (query-replace-map): Move initialization into declaration.
20969 (occur-engine): Use with-current-buffer.
20970 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
20971 (occur-mode-mouse-goto): Replace with an alias.
20972
20973 2005-11-28 Juri Linkov <juri@jurta.org>
20974
20975 * simple.el (quoted-insert): Let-bind input-method-function to nil.
20976
20977 * term/w32-win.el: Bind [S-tab] to [backtab].
20978
20979 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
20980 `Info-find-file' to t.
20981
20982 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
20983 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
20984 and same-window-regexps.
20985 (occur-next-error): Don't move point for arg 0.
20986
20987 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
20988
20989 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
20990
20991 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20992
20993 * log-edit.el (log-edit-changelog-use-first): New var.
20994 (log-edit-changelog-ours-p): Use it.
20995 (log-edit-insert-changelog): Set it with new arg `use-first'.
20996 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
20997 (log-edit-hook): Add them to the list of suggested options.
20998
20999 * textmodes/flyspell.el (flyspell-last-buffer): New var.
21000 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
21001 redundant work.
21002 (flyspell-mode-on): Use add-hook for after-change-functions.
21003 (flyspell-mode-off): Use remove-hook for after-change-functions.
21004 (flyspell-changes): Make it buffer-local.
21005 (flyspell-after-change-function): Make it non-interactive. Use push.
21006 (flyspell-post-command-hook): Check input-pending-p while processing
21007 the potentially long list of buffer changes.
21008
21009 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
21010
21011 * buff-menu.el (list-buffers-noselect): Display the selected
21012 frame's buffer list, not the global one.
21013
21014 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
21015
21016 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
21017 that (list last-input-event) works as in interactive spec.
21018
21019 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
21020
21021 * loadup.el ("facemenu"): Load facemenu before font-lock, because
21022 `facemenu-keymap' needs to be defined when font-lock is loaded.
21023 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
21024
21025 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
21026
21027 * completion.el: Remove useless leading * in defcustom docstrings.
21028 (save-completions-file-name): Use ~/.emacs.d if available.
21029 (completion-standard-syntax-table): Rename from
21030 cmpl-standard-syntax-table and fold initialization into declaration,
21031 thus removing cmpl-make-standard-completion-syntax-table.
21032 (completion-lisp-syntax-table, completion-c-syntax-table)
21033 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
21034 (cmpl-saved-syntax, cmpl-saved-point): Remove.
21035 (symbol-under-point, symbol-before-point)
21036 (symbol-under-or-before-point, symbol-before-point-for-complete)
21037 (add-completions-from-c-buffer): Use with-syntax-table.
21038 (make-completion): Don't return a list of completion entries.
21039 Update callers.
21040 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
21041 (completion-initialize): Rename from initialize-completions.
21042 (completion-find-file-hook): Rename from cmpl-find-file-hook.
21043 (kill-emacs-save-completions): Collect stats here.
21044 (save-completions-to-file, load-completions-from-file):
21045 Use with-current-buffer.
21046 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
21047 into a function. Move all calls to toplevel.
21048 (completion-lisp-mode-hook): New fun.
21049 (completion-c-mode-hook, completion-setup-fortran-mode):
21050 Set the syntax-table here. Use local-set-key.
21051 (completion-saved-bindings): New var.
21052 (dynamic-completion-mode): Make it into a proper minor mode.
21053 (load-completions-from-file): Remove unused var `num-uses'.
21054
21055 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
21056 constructor if it is explicitly overridden.
21057
21058 * complete.el (PC-completion-as-file-name-predicate):
21059 Use minibuffer-completing-file-name.
21060 (partial-completion-mode): Use find-file-not-found-functions.
21061 (PC-lisp-complete-symbol): Use with-syntax-table.
21062 (PC-look-for-include-file): Remove dead setq.
21063 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
21064 (PC-complete): Use with-current-buffer.
21065
21066 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
21067 escape single quotes.
21068
21069 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
21070
21071 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
21072 of `if' whose condition always returned nil. Doc fix.
21073
21074 * buff-menu.el (Buffer-menu-revert-function): Make the selected
21075 window's buffer the current buffer around the call to
21076 `list-buffers-noselect'. This is necessary to mark that buffer
21077 with a `.' in the Buffer Menu when called from Lisp, for instance
21078 by Auto Revert Mode.
21079
21080 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
21081
21082 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
21083 attaching to it.
21084 (gdb-pre-prompt): Make sure gdb-error is reset.
21085
21086 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
21087 with a child process, detect it.
21088 (gud-speedbar-buttons): Match regexp more carefully.
21089
21090 2005-11-27 Richard M. Stallman <rms@gnu.org>
21091
21092 * mouse.el (mouse-drag-move-window-bottom):
21093 Use adjust-window-trailing-edge.
21094
21095 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
21096
21097 * simple.el (blink-matching-open): Ignore
21098 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
21099 (blink-matching-paren-on-screen): Update docstring.
21100
21101 * paren.el (show-paren-mode): No longer change
21102 `blink-matching-paren-on-screen'.
21103
21104 2005-11-27 John Paul Wallington <jpw@pobox.com>
21105
21106 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21107 (gdb-threads-select, gdb-edit-register-value):
21108 Use `posn-set-point' instead of `mouse-set-point' because the
21109 latter is not fbound when configured without X.
21110
21111 2005-11-27 Kim F. Storm <storm@cua.dk>
21112
21113 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
21114 existing face when partially highlighting a TAB in a rectangle.
21115
21116 2005-11-26 Kim F. Storm <storm@cua.dk>
21117
21118 * ido.el (ido-mode-map): Doc fix.
21119 (ido-mode-common-map, ido-mode-file-map)
21120 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
21121 (ido-define-mode-map): Rewrite. Select one of the new maps as
21122 parent for ido-mode-map instead of building from scratch.
21123 (ido-init-mode-maps): New defun to initialize new maps.
21124 (ido-mode): Call it.
21125 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
21126 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
21127
21128 2005-11-26 John Paul Wallington <jpw@pobox.com>
21129
21130 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
21131 `mouse-set-point' because the latter is not fbound when configured
21132 without X.
21133
21134 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
21135
21136 * files.el (file-relative-name): Doc fix.
21137
21138 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
21139
21140 * progmodes/octave-inf.el (inferior-octave-startup): Force a
21141 non-empty string for secondary prompt PS2.
21142
21143 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
21144
21145 * progmodes/compile.el (compilation-setup): Fix last change.
21146
21147 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
21148
21149 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21150 (gdb-mouse-toggle-breakpoint-margin)
21151 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
21152 Add gdb-server-prefix to keep out of command history.
21153 (gdb-edit-register-value): New function.
21154 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
21155 (gdb-info-registers-custom): Use above map.
21156
21157 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
21158
21159 * custom.el (enable-theme): Signal error if argument is not a
21160 theme. Don't recalculate a face if it's not loaded yet.
21161
21162 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
21163 the `user' theme is in effect.
21164
21165 * info.el (Info-on-current-buffer): Record actual filename in
21166 Info-current-file, instead of t, or a fake filename if a non-file
21167 buffer. Make autoload.
21168 (Info-find-node, Info-revert-find-node): No need to check for
21169 Info-current-file nil.
21170 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
21171 Info-current-file is now never `t'.
21172 (Info-fontify-node): Many simplifications due to Info-current-file
21173 always being valid. Use Info-find-file to find node filename.
21174
21175 2005-11-25 David Kastrup <dak@gnu.org>
21176
21177 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
21178 new character, then delete" in order to preserve markers.
21179
21180 2005-11-25 David Ponce <david@dponce.com>
21181
21182 * recentf.el (recentf-arrange-by-rule): Handle a special
21183 `auto-mode-alist'-like "strip suffix" rule.
21184 (recentf-build-mode-rules): Handle second level auto-mode entries.
21185
21186 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
21187
21188 * emulation/viper-keym.el (viper-ESC-key): Use different values
21189 in terminal and window modes.
21190
21191 * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
21192 add jde-javadoc-checker-report-mode.
21193
21194 * ediff-wind.el (ediff-make-wide-display): Slight simplification.
21195
21196 * ediff.el (ediff-date): Change the date of last update.
21197
21198 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
21199
21200 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
21201 Use define-minor-mode, and make it a local mode. Turn on font-lock.
21202 (hi-lock-mode): New global minor mode.
21203 (turn-on-hi-lock-if-enabled): New function.
21204 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
21205 Change arguments to regexp and face instead of a font-lock pattern.
21206 Directly set face property, instead of refontifying.
21207 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
21208 (hi-lock-find-patterns): Use line-number-at-pos.
21209
21210 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
21211 arguments for hi-lock-set-pattern.
21212 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
21213 Call font-lock-fontify-buffer.
21214 (hi-lock-find-file-hook, hi-lock-current-line)
21215 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
21216
21217 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
21218 turned off.
21219
21220 * progmodes/compile.el (compilation-setup): Don't fiddle with
21221 font-lock-defaults.
21222
21223 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
21224
21225 * progmodes/gdb-ui.el (gdb-var-create-handler)
21226 (gdb-var-list-children-handler): Find values for all variable
21227 objects. gud-speedbar-buttons decides whether to display them.
21228
21229 2005-11-24 Romain Francoise <romain@orebokech.com>
21230
21231 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
21232 buffer name with a space.
21233
21234 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
21235
21236 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
21237 `org-export-local-list-max-depth'. Change default value to 3.
21238 (org-auto-renumber-ordered-lists)
21239 (org-plain-list-ordered-item-terminator): New options.
21240 (org-at-item-p, org-beginning-of-item, org-end-of-item)
21241 (org-get-indentation, org-get-string-indentation)
21242 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
21243 New functions.
21244 (org-move-item-down, org-move-item-up): New commands.
21245 (org-export-as-html): New classes for CSS support. Bug fix in
21246 regular expression detecting fixed-width regions. Respect
21247 `org-local-list-ordered-item-terminator'.
21248 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
21249 also a list item.
21250 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
21251 New item moving functions.
21252
21253 2005-11-24 Juri Linkov <juri@jurta.org>
21254
21255 * isearch.el (isearch-repeat): With empty search ring set
21256 `isearch-error' to the error string instead of signaling error
21257 with the function `error'.
21258
21259 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21260
21261 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
21262
21263 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
21264
21265 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
21266 and variable.
21267 (gdb-var-create-handler, gdb-var-list-children-handler):
21268 Don't match on "char **...".
21269 (gdb-var-update-handler): Find values for all variable objects.
21270 (gdb-info-frames-custom): Identify frames by leading "#".
21271
21272 * progmodes/gud.el (gud-speedbar-menu-items): Add
21273 gdb-speedbar-auto-raise as radio button.
21274 (gud-speedbar-buttons): Raise speedbar if requested.
21275 Don't match on "char **...".
21276 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
21277 Make it editable.
21278
21279 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
21280
21281 * info.el (Info-fontify-node): Handle the case where
21282 Info-current-file is t.
21283
21284 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
21285
21286 * simple.el (blink-matching-open): Fix off-by-one in last change.
21287
21288 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21289
21290 * term/mac-win.el: Don't change default directory.
21291
21292 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
21293
21294 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
21295 buffers correctly. (It used to throw an error in such buffers.)
21296 Make it ask for confirmation in group buffers and other Custom
21297 buffers containing more than one customization item.
21298
21299 2005-11-22 John Paul Wallington <jpw@gnu.org>
21300
21301 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
21302 property on mail and url overlays.
21303 (goto-address-at-point): Use `posn-set-point' instead of
21304 `mouse-set-point' because the latter is not fbound when configured
21305 without X.
21306
21307 2005-11-22 Lars Hansen <larsh@soem.dk>
21308
21309 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
21310 (ls-lisp-classify, ls-lisp-format): Delete call to
21311 ls-lisp-parse-symlink.
21312 (ls-lisp-handle-switches): Handle symlinks to directories as
21313 directories when ls-lisp-dirs-first in non-nil.
21314
21315 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
21316
21317 * startup.el (command-line): Make sure that loaddefs.el is handled
21318 correctly in load-history.
21319
21320 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
21321
21322 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
21323 (gdb-struct-string, gdb-array-string): New constants.
21324 (gdb-info-locals-handler): Use them.
21325 (gdb-reset): Reset gdb-var-list to nil.
21326
21327 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21328
21329 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
21330 in patterns.
21331
21332 2005-11-21 Juri Linkov <juri@jurta.org>
21333
21334 * custom.el (defcustom): Update link types in docstring.
21335
21336 2005-11-20 Martin Rudalics <rudalics@gmx.at>
21337
21338 * custom.el (defgroup): Add doc-string-elt info.
21339
21340 * widget.el (define-widget): Don't use declare for the doc-string-elt.
21341
21342 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
21343
21344 * newcomment.el (comment-enter-backward): Fix last fix.
21345
21346 * simple.el (blink-matching-open):
21347 * paren.el (show-paren-function): Allow new paren-class info.
21348
21349 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
21350
21351 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
21352 handled automagically.
21353
21354 2005-11-20 Andreas Schwab <schwab@suse.de>
21355
21356 * descr-text.el (describe-char): When copying overlays put them
21357 over the full char description instead of just the first character
21358 of it.
21359
21360 2005-11-20 Juri Linkov <juri@jurta.org>
21361
21362 * simple.el (what-cursor-position):
21363 * descr-text.el (describe-char): Use Lisp-readable syntax
21364 for octal and hex. Reorder decimal, octal and hex values.
21365 Remove excess whitespace in the output. Use `=' in `column='
21366 like in `point=' and `Hscroll='.
21367
21368 * international/mule-cmds.el (encoded-string-description):
21369 Use Lisp-readable syntax for hex.
21370
21371 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
21372
21373 * newcomment.el (comment-enter-backward): Handle the case where the
21374 comment is closed by EOB.
21375
21376 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
21377
21378 * longlines.el (longlines-before-revert-hook)
21379 (longlines-after-revert-hook): New functions.
21380 (longlines-mode): Turn off longlines temporarily when reverting.
21381 Add a message-setup-hook.
21382 (longlines-decode-buffer): New function.
21383 (longlines-wrap-line): Preserve marker positions.
21384
21385 2005-11-19 Andreas Schwab <schwab@suse.de>
21386
21387 * emacs-lisp/shadow.el: Handle compressed files.
21388
21389 2005-11-19 Romain Francoise <romain@orebokech.com>
21390
21391 * net/browse-url.el (browse-url-default-browser): Signal an error
21392 if no usable browser can be found, rather than try to load w3.
21393
21394 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
21395
21396 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
21397 replacing existing properties.
21398 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21399 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
21400 tty specs.
21401 (rcirc-server-prefix, rcirc-server): New faces.
21402 (rcirc-url-regexp): Generate with rx macro.
21403 (rcirc-last-server-message-time): New variable.
21404 (rcirc-filter): Record time of last message.
21405 (rcirc-keepalive): Kill processes that did not send a message
21406 since the last ping.
21407 (rcirc-mode): Give rcirc-topic a local binding here.
21408
21409 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
21410
21411 * subr.el (read-passwd): Fontify the prompt as we do with other
21412 prompts.
21413
21414 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
21415
21416 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
21417 binding buffer-read-only to nil.
21418
21419 2005-11-19 Eli Zaretskii <eliz@gnu.org>
21420
21421 * complete.el (partial-completion-mode):
21422 Mention completion-auto-help in the doc string.
21423
21424 * man.el (Man-highlight-references): Doc fix. Reformat code in a
21425 more Lisp-ish way.
21426
21427 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
21428
21429 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
21430 digits, not 8, to avoid misalignment for files larger than 100MB.
21431
21432 2005-11-19 Eli Zaretskii <eliz@gnu.org>
21433
21434 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
21435 Mention "keyboard shortcuts" in the help text.
21436
21437 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21438
21439 * startup.el (fancy-splash-default-action): Discard only
21440 mouse-down and succeeding mouse-up events in the splash screen
21441 window so that drag-n-drop event can be processed.
21442
21443 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
21444
21445 * longlines.el (longlines-mode): Add hacks for mail-mode and
21446 message-mode.
21447
21448 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
21449
21450 * textmodes/org.el (org-table-sort-lines): New command.
21451 (org-tbl-menu): Add entry for `org-table-sort-lines'.
21452 (org-add-file): Command removed, use `org-agenda-file-to-front'
21453 instead.
21454 (org-export-icalendar): Use `org-icalendar-combined-name'.
21455 (org-cycle-agenda-files, org-agenda-file-to-end)
21456 (org-agenda-file-to-front): New commands.
21457 (org-table-tab-jumps-over-hlines, org-export-html-style):
21458 New options.
21459 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
21460 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
21461 New functions.
21462 (org-fill-paragraph): Call `org-table-align' in tables.
21463 (org-mode): Call `org-set-autofill-regexps'.
21464 (org-export-as-html): Support for local handformatted lists.
21465 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
21466 (org-export-local-list-max-depth): New option.
21467 (org-html-expand): Use `org-html-protect'.
21468
21469 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
21470
21471 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
21472 to "p".
21473 (gdb): Move definition of gud-pp to...
21474
21475 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
21476 speedbar.
21477 (gdb-find-watch-expression): New function.
21478
21479 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21480
21481 * faces.el (face-attribute, set-face-attribute): Mention existence
21482 of `:ignore-defface' setting in docstring.
21483
21484 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
21485
21486 * simple.el (completion-setup-function): Fix last change.
21487
21488 2005-11-17 John Paul Wallington <jpw@pobox.com>
21489
21490 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
21491 Use `posn-set-point' instead of `mouse-set-point' because the
21492 latter is not fbound when configured without X.
21493
21494 * comint.el (comint-insert-input): Likewise.
21495
21496 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21497
21498 * simple.el (hard-newline): New variable.
21499 (sendmail-user-agent-compose, next-line): Use it.
21500
21501 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
21502 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
21503 (mail-mail-reply-to, mail-mail-followup-to)
21504 (mail-position-on-field, mail-signature, mail-yank-original)
21505 (mail-attach-file): Likewise.
21506
21507 * mail/mailheader.el (mail-header-format)
21508 (mail-header-format-function): Likewise.
21509
21510 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
21511
21512 2005-11-17 Juri Linkov <juri@jurta.org>
21513
21514 * font-lock.el (font-lock-faces): Rename this defgroup from
21515 `font-lock-highlighting-faces'.
21516 (font-lock-comment-face, font-lock-comment-delimiter-face)
21517 (font-lock-string-face, font-lock-doc-face)
21518 (font-lock-keyword-face, font-lock-builtin-face)
21519 (font-lock-function-name-face, font-lock-variable-name-face)
21520 (font-lock-type-face, font-lock-constant-face)
21521 (font-lock-warning-face, font-lock-negation-char-face)
21522 (font-lock-preprocessor-face)
21523 (font-lock-regexp-grouping-backslash)
21524 (font-lock-regexp-grouping-construct): Rename :group from
21525 `font-lock-highlighting-faces' to `font-lock-faces'.
21526
21527 * cus-edit.el (lisp, c, tex):
21528 * progmodes/ada-mode.el (ada):
21529 * progmodes/asm-mode.el (asm):
21530 * progmodes/cperl-mode.el (cperl-faces):
21531 * progmodes/cpp.el (cpp):
21532 * progmodes/dcl-mode.el (dcl):
21533 * progmodes/f90.el (f90):
21534 * progmodes/fortran.el (fortran):
21535 * progmodes/icon.el (icon):
21536 * progmodes/idlwave.el (idlwave-misc):
21537 * progmodes/m4-mode.el (m4):
21538 * progmodes/make-mode.el (makefile):
21539 * progmodes/meta-mode.el (meta-font):
21540 * progmodes/modula2.el (modula2):
21541 * progmodes/octave-mod.el (octave):
21542 * progmodes/pascal.el (pascal):
21543 * progmodes/perl-mode.el (perl):
21544 * progmodes/prolog.el (prolog):
21545 * progmodes/ps-mode.el (PostScript-edit):
21546 * progmodes/scheme.el (scheme):
21547 * progmodes/sh-script.el (sh-script):
21548 * progmodes/simula.el (simula):
21549 * progmodes/tcl.el (tcl):
21550 * textmodes/nroff-mode.el (nroff):
21551 * textmodes/reftex-vars.el (reftex-fontification-configurations):
21552 * textmodes/sgml-mode.el (sgml):
21553 * textmodes/texinfo.el (texinfo):
21554 Add :link (custom-group-link font-lock-faces) to defgroup.
21555
21556 * hi-lock.el (hi-lock): Rename this defgroup from
21557 `hi-lock-interactive-text-highlighting'. Change parent group from
21558 `faces' to `font-lock'. Add link to the manual.
21559 (hi-lock-mode, hi-lock-file-patterns-range)
21560 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
21561 `hi-lock-interactive-text-highlighting' to `hi-lock'.
21562 (hi-lock-faces): Add :group `faces'.
21563
21564 * cus-edit.el (custom-variable-prompt): Clarify the code.
21565
21566 * faces.el (face-read-string): Set the default value arg of
21567 completing-read.
21568
21569 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
21570
21571 * rfn-eshadow.el (file-name-shadow-properties)
21572 (file-name-shadow-tty-properties, file-name-shadow-mode):
21573 Remove autoloads, because the file is now preloaded.
21574
21575 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21576
21577 * printing.el (easy-menu-intern): Don't define.
21578 (pr-get-symbol): Use easy-menu-intern only if defined.
21579
21580 * simple.el (blink-matching-open): Simplify a bit.
21581 (completion-setup-function): Fix the case of partial-completion-mode
21582 when the minibuffer's contents start with "-".
21583 Obey completion-base-size-function even when
21584 minibuffer-completing-file-name is non-nil.
21585
21586 2005-11-16 Richard M. Stallman <rms@gnu.org>
21587
21588 * net/eudcb-ph.el (eudc-ph-open-session):
21589 Use set-process-query-on-exit-flag.
21590
21591 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
21592
21593 * international/ucs-tables.el (ucs-set-table-for-input):
21594 Use make-local-variable, not make-variable-buffer-local.
21595
21596 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
21597 Improve warning message text.
21598
21599 * savehist.el (savehist-save-hook): Add :group.
21600
21601 * menu-bar.el (menu-bar-help-menu):
21602 Rename Find Extra Packages to External Packages.
21603
21604 * cus-edit.el (Custom-reset-standard): Verify that
21605 :custom-standard-value prop exists before calling it.
21606
21607 * apropos.el (apropos-calc-scores): Use apropos-pattern.
21608
21609 2005-11-16 Martin Rudalics <rudalics@gmx.at>
21610
21611 * wid-edit.el (color): Enclose %t in %{...%}.
21612
21613 * cus-edit.el (face): Enclose %t in %{...%}.
21614
21615 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
21616
21617 * savehist.el (savehist-mode-hook): Re-add the var.
21618 (savehist-mode): Use it.
21619
21620 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21621
21622 * textmodes/flyspell.el: Fix commenting convention.
21623 Remove unnecessary leading * in custom docstrings.
21624 (flyspell-emacs): Remove unused var.
21625 (flyspell-delete-region-overlays): Use remove-overlays.
21626 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
21627 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
21628 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
21629 (flyspell-debug-signal-word-checked): Use with-current-buffer.
21630 (make-flyspell-overlay): Don't locally reuse a global name.
21631 (flyspell-highlight-incorrect-region)
21632 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
21633 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
21634 (flyspell-notify-misspell): Remove unused args `start' and `end'.
21635 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
21636 Wrap calls to accept-process-output inside with-local-quit since it's
21637 often called from a post-command-hook.
21638 (flyspell-correct-word, flyspell-auto-correct-word):
21639 Use ispell-send-string.
21640 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
21641
21642 * calendar/diary-lib.el (diary-list-entries): Also hide the
21643 terminating newline.
21644
21645 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
21646
21647 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
21648 window-system, to allow fonts on tty.
21649
21650 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
21651
21652 * progmodes/gud.el (gud-speedbar-item-info): New function.
21653 (gud-install-speedbar-variables): Use it to display data type
21654 of watch expression as a tooltip in speedbar.
21655
21656 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
21657
21658 * font-core.el (global-font-lock-mode): Add :version keyword,
21659 because default was changed.
21660
21661 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
21662
21663 * startup.el (command-line): Use `custom-reevaluate-setting' for
21664 `file-name-shadow-mode'.
21665
21666 * loadup.el: Preload rfn-eshadow.
21667
21668 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
21669 Add :version keyword.
21670 (file-name-shadow-properties, file-name-shadow-tty-properties)
21671 (file-name-shadow): Add :version keyword.
21672
21673 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
21674 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
21675 in the custom-group property of the symbol frames and the fringe
21676 group got no link to its parent group frames.
21677 Doc fix.
21678
21679 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21680
21681 * progmodes/gud.el (gud-stop-subjob): New function.
21682 (gud-menu-map, gud-tool-bar-map): Use it.
21683
21684 2005-11-16 Kim F. Storm <storm@cua.dk>
21685
21686 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
21687 than kill it.
21688 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
21689 to a more useful/logical place.
21690
21691 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21692
21693 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
21694 go buttons complementary.
21695
21696 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
21697
21698 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
21699 (rfn-eshadow-sifn-equal): New function.
21700 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
21701
21702 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
21703
21704 * emulation/viper-utils.el (viper-non-word-characters-reformed-vi):
21705 Quote `-' in string.
21706
21707 * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
21708 rcirc-mode buffers come up in Emacs state.
21709
21710 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
21711 operation.
21712
21713 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
21714
21715 * term.el (term-termcap-format): Fix typos.
21716 (term-down): Fix the negative argument case.
21717
21718 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21719
21720 * progmodes/gdb-ui.el: Remove face-alias left over from change on
21721 2005-08-15.
21722 (gdb-ann3): New command gud-go.
21723 (menu): Accomodate gdb-mi.el.
21724 (gdb-assembler-custom): Make buffer of selected window current
21725 so that set-window-point works.
21726
21727 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
21728 buttons and include new ones.
21729
21730 2005-11-16 Kim F. Storm <storm@cua.dk>
21731
21732 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
21733 (gud-menu-map): Use it.
21734
21735 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
21736
21737 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
21738 that works correctly for Custom and that does not override a user
21739 who disables it.
21740
21741 * help-mode.el (help-make-xrefs, help-xref-on-pp)
21742 (help-xref-interned, help-follow): Make hyperlinks for variables
21743 that are unbound, but have a non-nil variable-documentation property.
21744
21745 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
21746 mode hook. (It conflicted with defcustoms for some mode hooks.)
21747 Use the `variable-documentation' property to give the mode hook a
21748 docstring and expand that docstring.
21749
21750 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
21751
21752 * savehist.el (savehist-mode): Don't bother with
21753 `custom-set-minor-mode'.
21754 (savehist-coding-system): Check XEmacs version.
21755 (history-length): Declare also at run time.
21756 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
21757 Don't set the customize state.
21758 (savehist-minibuffer-hook): Special case for when
21759 minibuffer-history-variable is equal to t.
21760
21761 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
21762
21763 * files.el (write-file): Refresh VC status.
21764
21765 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
21766 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
21767 than fundamental-mode to see if the mode was set.
21768
21769 2005-11-14 Romain Francoise <romain@orebokech.com>
21770
21771 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
21772 dummy function in `eval-when-compile' to avoid compiler warning.
21773 Require `man' at compile time.
21774
21775 2005-11-14 Jay Belanger <belanger@truman.edu>
21776
21777 * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
21778 calcFunc-powerexpand.
21779 (math-write-out-power): Rename it to math-powerexpand; have it
21780 handle negative exponents.
21781 (calc-writeoutpower): Rename it to calc-powerexpand.
21782
21783 * calc/calc-ext.el: Change calcFunc-writeoutpower and
21784 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
21785 autoloads.
21786 Add calcFunc-ldiv to autoloads.
21787
21788 * calc/calc-arith.el (calcFunc-ldiv): New function.
21789
21790 * calc/calc.el (calc-left-divide): New function.
21791
21792 2005-11-14 Juri Linkov <juri@jurta.org>
21793
21794 * cus-edit.el (custom-variable-prompt): Set the default value arg
21795 of completing-read.
21796
21797 * cus-dep.el (custom-make-dependencies): Reverse the list of
21798 found dependencies.
21799
21800 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
21801
21802 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
21803 Highlighting" entry, it is on by default now.
21804 (menu-bar-options-save): Do not save global-font-lock-mode.
21805
21806 2005-11-13 Richard M. Stallman <rms@gnu.org>
21807
21808 * textmodes/flyspell.el (flyspell-large-region):
21809 Call flyspell-accept-buffer-local-defs.
21810
21811 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
21812
21813 * textmodes/flyspell.el (flyspell-notify-misspell):
21814 Fix misspelling of "Misspelling".
21815 (flyspell-process-localwords): New function.
21816 (flyspell-large-region): Call flyspell-process-localwords and
21817 flyspell-delete-region-overlays.
21818 (flyspell-delete-region-overlays): New function.
21819 (flyspell-delete-all-overlays): Call that.
21820
21821 2005-11-13 Richard M. Stallman <rms@gnu.org>
21822
21823 * help.el (help-for-help-internal): Improve doc of C-h a.
21824 (describe-key): Improve prompt; doc fix.
21825
21826 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
21827
21828 * vc-svn.el (vc-svn-registered): Catch all errors.
21829
21830 * cus-dep.el (custom-make-dependencies): Typo.
21831
21832 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
21833
21834 * net/tramp-util.el (top): Fix compilation warning.
21835
21836 2005-11-13 Kim F. Storm <storm@cua.dk>
21837
21838 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
21839
21840 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
21841
21842 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
21843 (gud-speedbar-buttons): Match on "const char *" too.
21844
21845 * progmodes/gdb-ui.el (gdb-var-create-handler)
21846 (gdb-var-list-children-handler): Match on "const char *" too.
21847 (gdb-var-evaluate-expression-handler): Match on empty string.
21848 (gdb-var-update-handler): Only call
21849 gdb-var-evaluate-expression-handler when required.
21850
21851 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
21852
21853 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
21854 selected window. This still doesn't work for speedbar.
21855 (gud-speedbar-buttons): Handle string expressions properly.
21856
21857 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
21858 (gdb-var-create-handler): Handle string expressions properly.
21859 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
21860 Handle string expressions properly. Move "type" field into regexp.
21861
21862 2005-11-12 Karl Fogel <kfogel@red-bean.com>
21863
21864 * bookmark.el (bookmark-maybe-message): New function to reduce
21865 code duplication: invokes `message' iff baud-rate is high enough.
21866 (bookmark-write-file): Use above instead of an inline conditional.
21867 (bookmark-load): Same.
21868
21869 2005-11-12 Karl Fogel <kfogel@red-bean.com>
21870
21871 * bookmark.el (bookmark-write-file): Don't visit the destination
21872 file, just write the data to it using write-region. This is
21873 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
21874 change to avoid visiting the file in the first place.
21875
21876 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
21877
21878 * hi-lock.el (hi-lock-mode): Set the default value of
21879 font-lock-defaults.
21880
21881 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
21882
21883 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
21884 arg to `file-attributes'.
21885 (find-lisp-format): The UID and GID can now be strings.
21886
21887 2005-11-12 Kim F. Storm <storm@cua.dk>
21888
21889 * help.el (help-map): Bind C-h d to apropos-documentation.
21890
21891 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
21892 when point is at end-of-buffer.
21893
21894 * apropos.el (apropos-match-face): Doc fix.
21895 (apropos-sort-by-scores): Add new choice `verbose'.
21896 (apropos-documentation-sort-by-scores): New defcustom.
21897 (apropos-pattern): Now contains the pattern entered by the user.
21898 (apropos-pattern-quoted): New defvar.
21899 (apropos-regexp): New defvar, containing the regexp corresponding
21900 to apropos-pattern.
21901 (apropos-all-words-regexp): Rename from apropos-all-regexp.
21902 (apropos-read-pattern): New defun. Use it to read pattern arg in
21903 interactive calls; returns list of words for a word list, and
21904 string for a regexp.
21905 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
21906 parses a list of words or regexp as returned by apropos-read-pattern.
21907 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
21908 (apropos-score-doc): Return a very high score if the string
21909 entered by the user matches literally.
21910 (apropos-variable): Doc fix. Use apropos-read-pattern.
21911 (apropos-command): Doc fix. Use apropos-read-pattern and
21912 apropos-parse-pattern. Call apropos-print with nosubst=t.
21913 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
21914 apropos-parse-pattern.
21915 (apropos-documentation): Doc fix. Use apropos-read-pattern and
21916 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
21917 apropos-documentation-sort-by-scores. Call apropos-print with
21918 nosubst=t.
21919 (apropos-documentation-internal): Pass doc string through
21920 substitute-key-definition before adding text properties.
21921 Highlight substring matching literal user input if possible.
21922 (apropos-documentation-check-doc-file): Remove locals beg and end.
21923 Fix calculation of score (as added twice). Pass doc string through
21924 substitute-key-definition before adding text properties.
21925 (apropos-documentation-check-elc-file): Pass doc string through
21926 substitute-key-definition before adding text properties.
21927 Highlight substring matching literal user input if possible.
21928 (apropos-print): Add new arg NOSUBST; if set, command and variable
21929 doc strings have already been passed through substitute-key-definition.
21930 Add code to handle apropos-accumulator items without score element
21931 for backwards compatibility (e.g. with woman package).
21932 Only show scores if apropos-sort-by-scores is `verbose'.
21933
21934 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21935
21936 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
21937 Add jka-compr-load-suffixes to load-suffixes.
21938
21939 * jka-compr.el: Require jka-cmpr-hook.
21940 (jka-compr-info-compress-message, jka-compr-info-compress-program)
21941 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
21942 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
21943 (jka-compr-info-can-append, jka-compr-info-strip-extension)
21944 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
21945 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
21946 (jka-compr-uninstall): Remove entries from
21947 jka-compr-added-to-file-coding-system-alist after they are used.
21948 (jka-compr-error): Remove unused var `curbuf'.
21949 (jka-compr-file-local-copy): Remove unused var `notfound'.
21950
21951 2005-11-10 Romain Francoise <romain@orebokech.com>
21952
21953 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
21954
21955 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
21956
21957 * progmodes/gud.el (gud-menu-map): Move parentheses.
21958 (gdb): New command gud-pv.
21959
21960 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21961
21962 * tar-mode.el: Remove spurious or unnecessary leading stars
21963 in docstrings.
21964 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
21965 (tar-parse-octal-integer-safe): Use mapc.
21966 (tar-header-block-summarize): Remove unused var `ck'.
21967 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
21968 cleared before. Obey default-enable-multibyte-characters.
21969 Use mapconcat. Simplify setting of tar-header-offset.
21970 (tar-mode-map): Move initialization inside delcaration.
21971 (tar-flag-deleted): Use `abs'.
21972 (tar-expunge-internal): Remove unused var `line'.
21973 (tar-expunge-internal): Don't hardcode point-min==1.
21974 (tar-expunge): Widen while doing set-buffer-multibyte.
21975 (tar-rename-entry): Use file-name-coding-system.
21976 (tar-alter-one-field): Don't hardcode point-min==1.
21977 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
21978 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
21979
21980 2005-11-10 Masatake YAMATO <jet@gyve.org>
21981
21982 * add-log.el (add-log-current-defun): Handle class::method
21983 notation of c++. Fix incorrect comment.
21984
21985 2005-11-10 Alan Mackenzie <acm@muc.de>
21986
21987 * help-fns.el (describe-variable): Make C-h v work when a variable
21988 has variable documentation yet is unbound.
21989
21990 2005-11-10 Masatake YAMATO <jet@gyve.org>
21991
21992 * man.el (Man-highlight-references): Set an empty
21993 string to `Man-arguments' if it is nil.
21994 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
21995
21996 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
21997
21998 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
21999 commenting conventions.
22000
22001 * cus-dep.el (custom-make-dependencies): Simplify.
22002 Better follow the commenting conventions.
22003
22004 2005-11-09 Richard M. Stallman <rms@gnu.org>
22005
22006 * apropos.el (apropos-pattern): Rename from apropos-regexp.
22007 (apropos-orig-pattern): Rename from apropos-orig-regexp.
22008 All uses changed.
22009 (apropos-rewrite-regexp): Doc fix.
22010 (apropos-variable, apropos-command, apropos, apropos-value):
22011 Change prompt; carry through the argument renaming.
22012
22013 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
22014
22015 * find-lisp.el: Require dired.
22016 (find-lisp-find-dired-internal): Do not call
22017 `abbreviate-file-name' on DIR.
22018
22019 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
22020
22021 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
22022
22023 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
22024
22025 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
22026 when using the speedbar.
22027 (gdb): New command gud-pp.
22028 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
22029
22030 2005-11-09 Juri Linkov <juri@jurta.org>
22031
22032 * replace.el (occur-excluded-properties): New defcustom.
22033 (occur-1, occur-engine, occur-accumulate-lines): Use it.
22034
22035 2005-11-08 Jay Belanger <belanger@truman.edu>
22036
22037 * calc/calc-units.el (math-convert-units): Replace any composite
22038 unit by its definition.
22039
22040 2005-11-08 Lars Hansen <larsh@soem.dk>
22041
22042 * emacs-lisp/autoload.el (update-directory-autoloads):
22043 Add obsolete function alias.
22044
22045 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
22046
22047 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
22048 comment-indent-function.
22049 (lisp-comment-indent): Replace by an alias for comment-indent-default.
22050
22051 * reveal.el (reveal-post-command): Rework the handling of
22052 reveal-open-spots, so as to be more reliable. There were several
22053 tricky corner cases where an open spot might be lost, or where
22054 a closed spot might end up on the list of open spots.
22055 Only reveal text that's ellipsised.
22056
22057 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
22058
22059 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
22060
22061 2005-11-07 John Paul Wallington <jpw@gnu.org>
22062
22063 * ibuffer.el (ibuffer): Search iconified frames too when
22064 getting Ibuffer buffer's window.
22065
22066 2005-11-06 Richard M. Stallman <rms@gnu.org>
22067
22068 * progmodes/compile.el (compilation-internal-error-properties):
22069 save-excursion around the computation of MARKER.
22070
22071 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
22072
22073 * textmodes/flyspell.el (flyspell-external-point-words):
22074 flyspell-get-word returns a list, not just a string.
22075
22076 2005-11-06 John Paul Wallington <jpw@pobox.com>
22077
22078 * ibuffer.el (ibuffer): Search all visible frames when getting
22079 Ibuffer buffer's window.
22080
22081 2005-11-07 Masatake YAMATO <jet@gyve.org>
22082
22083 * man.el (Man-reference-regexp): Accept spaces between
22084 `Man-name-regexp' and `Man-section-regexp'.
22085 (Man-apropos-regexp): New variable.
22086 (Man-abstract-xref-man-page): Use value for `Man-target-string'
22087 if available.
22088 (Man-highlight-references, Man-highlight-references0):
22089 Handle the case when `Man-arguments' includes "-k".
22090 (Man-highlight-references0): Rename the argument `TARGET-POS' to
22091 `TARGET'. `TARGET' can be a number, function or nil.
22092
22093 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
22094
22095 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
22096 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
22097 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
22098 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
22099 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
22100 (gdb-send-item): Use buffer-local-value and simplify.
22101
22102 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
22103
22104 * startup.el (command-line): Use `custom-reevaluate-setting' for
22105 `global-font-lock-mode'.
22106
22107 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
22108 by default, except in batch mode or when the -D option is given.
22109
22110 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
22111 specified keyword args on to `define-minor-mode'. Update docstring.
22112
22113 2005-11-05 Romain Francoise <romain@orebokech.com>
22114
22115 * replace.el (occur-engine): Add marker at end of line, too.
22116
22117 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
22118
22119 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
22120 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22121 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22122 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22123 argument to all these routines, so the passphrase can be managed
22124 externally and passed in to the system.
22125 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
22126 pgg-add-passphrase-to-cache function.
22127
22128 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
22129 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
22130 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
22131 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
22132 argument to all these routines, so the passphrase can be managed
22133 externally and passed in to the system.
22134 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
22135 function.
22136
22137 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
22138
22139 * font-lock.el: Don't deal with font-lock-face-attributes here,
22140 move the code ...
22141
22142 * startup.el (command-line): ... here. Use face-spec-set instead
22143 of custom-declare-face.
22144
22145 * faces.el (face-spec-set): Reset the face if spec is not nil.
22146
22147 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
22148
22149 * newcomment.el (comment-region-internal): Box more tightly in the
22150 common case where there's no TAB in the boxed text.
22151
22152 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22153
22154 * info.el (info-tool-bar-map): Use images prev-node, next-node and
22155 up-node.
22156
22157 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
22158
22159 * net/newsticker.el: Commentary updated. Code formatting changed.
22160 (newsticker-version): Change to "1.9".
22161 (newsticker, newsticker-feed): Doc fix.
22162 (newsticker-url-list): Doc fix. Add option "Weekly".
22163 (newsticker-retrieval-interval): Add option "Weekly".
22164 (newsticker-headline-processing): Doc fix.
22165 (newsticker-auto-mark-filter): Remove.
22166 (newsticker-auto-mark-filter-list): New.
22167 (newsticker-layout, newsticker-sort-method): Doc fix.
22168 (newsticker-hide-old-items-in-newsticker-buffer)
22169 (newsticker-heading-format, newsticker-item-format)
22170 (newsticker-desc-format): Doc fix.
22171 (newsticker-show-all-rss-elements): Remove.
22172 (newsticker-show-all-news-elements): New.
22173 (newsticker-faces, newsticker-ticker): Doc fix.
22174 (remove-from-invisibility-spec): Code formatting.
22175 (newsticker--process-ids): New.
22176 (newsticker-mode): Doc fix.
22177 (newsticker-mode): Change mode-line-format.
22178 (newsticker-start): Remove debug output.
22179 (newsticker-start-ticker): Doc fix. Add autoload cookie.
22180 (newsticker-w3m-show-inline-images): Code formatting.
22181 (newsticker-next-item): Call `force-mode-line-update'.
22182 (newsticker-previous-item): Call `force-mode-line-update'.
22183 (newsticker-next-feed): Call `force-mode-line-update'.
22184 (newsticker-previous-feed): Call `force-mode-line-update'.
22185 (newsticker-mark-all-items-at-point-as-read): Code formatting.
22186 (newsticker-show-old-items): Do not show descs.
22187 (newsticker-hide-entry): Hide too much.
22188 (newsticker-hide-entry, newsticker-show-entry)
22189 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
22190 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
22191 (newsticker-toggle-auto-narrow-to-item): Code formatting.
22192 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
22193 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
22194 (newsticker-get-news): Call `force-mode-line-update'.
22195 Collect process ids.
22196 (newsticker--sentinel): Change coding system handling.
22197 Move image retrieval to new functions newsticker--get-logo-url-*.
22198 Move feed parsing to new functions newsticker--parse-*.
22199 Update list of process ids.
22200 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
22201 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
22202 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
22203 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
22204 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
22205 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
22206 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
22207 (newsticker--decode-coding-string): Remove.
22208 (newsticker--decode-numeric-entities): Check input. Format code.
22209 (newsticker--remove-whitespace): Check input.
22210 (newsticker--do-forget-preformatted): Doc fix.
22211 (newsticker--decode-rfc822-date): Allow for missing time.
22212 (newsticker--update-process-ids): New.
22213 (newsticker--image-sentinel): Change comment.
22214 (newsticker--image-read): Change error message.
22215 (newsticker--imenu-goto): Doc fix. Show headline title.
22216 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
22217 (newsticker--buffer-do-insert-text): Clean whitespace in
22218 html-rendered headline title. Code formatting.
22219 Call `newsticker--buffer-print-extra-elements'.
22220 (newsticker--buffer-print-extra-element): Remove.
22221 (newsticker--buffer-print-extra-elements): New.
22222 (newsticker--buffer-do-print-extra-element): New.
22223 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
22224 large sizes.
22225 (newsticker--run-auto-mark-filter)
22226 (newsticker--do-run-auto-mark-filter):
22227 Use `newsticker-auto-mark-filter-list'.
22228
22229 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
22230
22231 * net/rcirc.el: Use split-string OMIT-NULLS argument.
22232 (rcirc-print): Force redisplay before running hooks. Do long
22233 buffer truncation after making new text read-only. Deal with nil
22234 text when decoding strings. If TARGET is nil, use either the
22235 currently selected buffer, if it is an rcirc buffer and of the
22236 same process or the process buffer.
22237 (rcirc-mode): Remove header-line. Recompute short buffer names.
22238 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
22239 (rcirc-short-buffer-name): Add variable.
22240 (rcirc-kill-buffer-hook): Recompute short buffer names.
22241 Remove nick from private channel.
22242 (rcirc-send-input): Send command text to current-buffer.
22243 Don't clear overlay arrow here.
22244 (rcirc-short-buffer-name): Return a short buffer name.
22245 (rcirc-update-short-buffer-names, rcirc-abbreviate)
22246 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
22247 buffer-name abbreviations.
22248 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
22249 Do not touch nick-table when killing a parted channel.
22250 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
22251 Clear arrow from current buffer if it is now hidden.
22252 (rcirc-current-buffer): Add variable.
22253 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
22254 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
22255 Remove -face from names.
22256 (rcirc-update-activity-string): Print "DND" when globally ignoring
22257 activity.
22258 (rcirc-ignore-buffer-activity-flag): Rename from
22259 rcirc-ignore-channel-activity.
22260 (rcirc-ignore-all-activity-flag): Doc fix.
22261 (rcirc-channels): Remove variable.
22262 (rcirc-kill-buffer-hook):
22263 (rcirc-get-buffer-create): Add nick to private channel.
22264 (rcirc-multiline-edit-submit): Remove tabs.
22265 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
22266 folded.
22267 (rcirc-remove-nick-channel): Bug fix.
22268 (rcirc-toggle-ignore-buffer-activity): Rename from
22269 rcirc-toggle-ignore-channel-activity.
22270 (rcirc-record-activity): Add buffers to the front of the list.
22271 (rcirc-update-activity): Remove killed buffers from list.
22272 (rcirc-process-server-response-1): Remove last argument if it is
22273 null before calling handler.
22274 (rcirc): Add "rcirc" defcustom prefix.
22275 (rcirc-prompt): Simplify default prompt.
22276 Use custom-initialize-default.
22277 (rcirc-private-chats): Remove variable.
22278 (rcirc-prompt): Change initialization.
22279 (rcirc-version): Remove function.
22280 (rcirc-id-string): Add constant.
22281 (rcirc-last-buffer): Remove variable.
22282 (rcirc-buffer-alist): Add variable.
22283 (rcirc-connect): Update variable setup.
22284 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
22285 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
22286 default.
22287 (rcirc-handler-generic): Trigger activity.
22288 (rcirc-send-message): Create the buffor of the target.
22289 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
22290 (rcirc-get-buffer): Just return nil if there is no matching buffer.
22291 (rcirc-multiline-edit-cancel): Remove function.
22292 (rcirc-set-last-buffer): Remove function.
22293 (rcirc-get-any-buffer): Add function.
22294 (rcirc-join-channels): Don't print /join text.
22295 (rcirc-toggle-ignore-channel-activity): Add and update echo area
22296 messages.
22297 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
22298 (rcirc-handler-NOTICE): Recognize CTCP responses.
22299 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
22300 constructing TOPIC string for buffers we are not JOINed.
22301 (rcirc-handler-CTCP-response): Add handler.
22302 (rcirc-multiline-edit-submit): Restore the window-configuration
22303 before adjusting point.
22304 (rcirc): Add customization group.
22305 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
22306 (rcirc-user-full-name, rcirc-startup-channels-alist)
22307 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
22308 (rcirc-ignore-all-activity-flag, rcirc-time-format)
22309 (rcirc-input-ring-size, rcirc-read-only-flag)
22310 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
22311 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
22312 Change defvar to defcustom.
22313 (rcirc-update-prompt): Add optional ALL arg, which will update
22314 prompts in all rcirc buffers. Regexp quote replacement text.
22315 (rcirc-fill-column): Accept frame-width as a value.
22316 (rcirc-set-changed): Add function.
22317 (rcirc-next-active-buffer): Write more meaningful messages.
22318 (rcirc-faces): Add customization group.
22319 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
22320 (rcirc-nick-in-message-face, rcirc-prompt-face)
22321 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
22322 (with-rcirc-process-buffer): Move before first usage.
22323 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
22324 (rcirc-debug-flag): Rename from `rcirc-log-p'.
22325 (rcirc-debug): Rename from `rcirc-log'.
22326 (rcirc-format-response-string): Do not print `-' chars for a
22327 NOTICE with no sender. Simplify output of server responses.
22328
22329 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
22330
22331 (rcirc-browse-url-map, rcirc-browse-url-at-point)
22332 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
22333 Make urls mouse and RET clickable.
22334
22335 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
22336
22337 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
22338
22339 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
22340
22341 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
22342 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22343 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22344 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22345 argument to all these routines, so the passphrase can be managed
22346 externally and passed in to the system.
22347 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
22348 pgg-add-passphrase-to-cache function.
22349
22350 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
22351 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
22352 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
22353 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
22354 argument to all these routines, so the passphrase can be managed
22355 externally and passed in to the system.
22356 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
22357 function.
22358
22359 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
22360
22361 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
22362 from goto-address-url-regexp.
22363
22364 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
22365
22366 * textmodes/org.el (org-read-date, org-goto-calendar)
22367 (org-recenter-calendar, org-agenda-goto-calendar):
22368 Temporarily clear `calendar-move-hook'.
22369
22370 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
22371
22372 * ediff-merg.el (ediff-merge-region-is-non-clash):
22373 Return t, if not merging.
22374
22375 * ediff-util.el (ediff-previous-difference): Don't skip regions that
22376 have merge clashes.
22377
22378 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22379
22380 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22381 Undo previous change.
22382
22383 * startup.el (command-line): Use `custom-reevaluate-setting' for
22384 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
22385 tty-register-default-colors on Mac.
22386
22387 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
22388
22389 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
22390 (gdb-buffer-type): Make it automatically buffer local...
22391 (gdb-get-create-buffer): ...and set it accordingly.
22392 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
22393 actually work.
22394
22395 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
22396
22397 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
22398 not red.
22399
22400 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
22401
22402 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
22403 case GUD buffer is not visible.
22404 (gdb-goto-breakpoint): Try to force display in source buffer.
22405 (gdb-frame-gdb-buffer): Copy other similar functions.
22406 (gdb-restore-windows): Don't display source if not asked for.
22407 (gdb-assembler-buffer-name): Don't capitalise.
22408
22409 2005-11-03 Richard M. Stallman <rms@gnu.org>
22410
22411 * wid-edit.el (key-sequence): New widget type.
22412
22413 * simple.el (set-mark-command-repeat-pop): New variable.
22414 (set-mark-command): Only interpret plan C-@ after a pop as a pop
22415 if set-mark-command-repeat-pop is true.
22416
22417 * info.el (Info-fontify-node): Don't display extra "see" if there
22418 already is one here.
22419
22420 * mouse.el: Fix special handling of DEL after dragging a region:
22421 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
22422 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
22423
22424 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
22425
22426 * textmodes/ispell.el (ispell-command-loop): Change `i' description
22427 not to assume it pertains to an affix.
22428
22429 * textmodes/flyspell.el (flyspell-post-command-hook):
22430 Bind deactivate-mark to prevent deactivation.
22431
22432 2005-11-03 Lars Hansen <larsh@soem.dk>
22433
22434 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
22435 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
22436 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
22437
22438 2005-11-03 Romain Francoise <romain@orebokech.com>
22439
22440 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
22441 Update copyright years.
22442
22443 2005-11-03 Sam Steingold <sds@gnu.org>
22444
22445 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22446 Use system-type instead of window-system because window-system is not
22447 correctly defined during loadup.
22448
22449 2005-11-02 Mark A. Hershberger <mah@everybody.org>
22450
22451 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
22452 (xml-parse-tag): Join strings separated by a comment properly.
22453
22454 2005-11-02 Andreas Schwab <schwab@suse.de>
22455
22456 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
22457
22458 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
22459
22460 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
22461 (byte-optimize-pure-func): Quote the eval'd value.
22462
22463 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
22464 Rename from perl-font-lock-syntactic-face-function.
22465 Change the calling convention so it can be used as a font-lock MATCHER.
22466 Do the parse-partial-sexp loop outselves.
22467 (perl-font-lock-syntactic-keywords): Use it.
22468 (perl-mode): Don't set font-lock-syntactic-face-function any more.
22469
22470 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
22471
22472 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
22473 disassembly buffer too.
22474 (gdb-exited): Remove overlay arrows when execution has finished.
22475 (gdb-info-frames-custom, gdb-info-threads-custom)
22476 (gdb-info-registers-custom): Don't add inappropriate text
22477 properties if inferior is not active.
22478
22479 2005-11-02 Glenn Morris <rgm@gnu.org>
22480
22481 * progmodes/fortran.el (fortran-blink-match):
22482 Use `blink-matching-delay'.
22483
22484 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
22485
22486 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
22487
22488 2005-11-02 Lars Hansen <larsh@soem.dk>
22489
22490 * net/tramp.el (tramp-action-out-of-band): Handle scp message
22491 "Permission denied".
22492
22493 2005-11-01 Richard M. Stallman <rms@gnu.org>
22494
22495 * textmodes/flyspell.el (flyspell-external-point-words):
22496 Pass nil to flyspell-get-word.
22497
22498 2005-11-02 Kim F. Storm <storm@cua.dk>
22499
22500 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
22501 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
22502
22503 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22504
22505 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
22506 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
22507 (calendar-mouse-print-dates): Add optional `event' argument.
22508 Update interactive-spec.
22509 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
22510 Use `calendar-event-to-date' instead of `event'.
22511
22512 2005-11-02 Masatake YAMATO <jet@gyve.org>
22513
22514 * progmodes/ld-script.el (ld-script-builtins):
22515 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
22516 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
22517 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
22518
22519 2005-11-01 Romain Francoise <romain@orebokech.com>
22520
22521 * vc-sccs.el: Update copyright year.
22522 * ezimage.el: Likewise.
22523
22524 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
22525
22526 * info.el (Info-fontify-node): Use `string-width' for fontifying
22527 underlined titles.
22528
22529 2005-11-01 Juri Linkov <juri@jurta.org>
22530
22531 * info.el (Info-fontify-node): Downcase node header keywords Node,
22532 Prev, Next, Up before comparison.
22533 (Info-history): Insert absolute directory name, and put invisible
22534 property on it.
22535
22536 2005-11-01 Juri Linkov <juri@jurta.org>
22537
22538 * info.el (Info-file-supports-index-cookies): New variable.
22539 (Info-find-node-2): Check makeinfo version for index cookie support.
22540 (Info-index-nodes): Search for nodes with index cookies only when
22541 Info-file-supports-index-cookies is t. Otherwise, search nodes
22542 with "Index" in the node name.
22543 (Info-index-node): Search index cookie in the current node only when
22544 Info-file-supports-index-cookies is t. Otherwise, check the word
22545 "Index" in the node name.
22546 (Info-find-emacs-command-nodes): Remove code that searches nodes
22547 with "Index" node name in the top menu.
22548
22549 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22550
22551 * progmodes/scheme.el (scheme-mode-variables): Use the default
22552 comment-indent-function.
22553
22554 * faces.el (face-attribute): Handle the case where a face inherits from
22555 a non-existent face.
22556
22557 * simple.el (eval-expression-print-format): Use lisp-readable syntax
22558 for octal and hexa output, and merge the char into the paren.
22559 (kill-new): Use push.
22560 (copy-to-buffer): Use with-current-buffer.
22561 (completion-setup-function): Move code in loop to remove redundancy.
22562 (minibuffer-local-must-match-map): Don't add bindings that duplicate
22563 those inherited from minibuffer-local-completion-map.
22564
22565 * savehist.el (savehist-mode) <defcustom>:
22566 Use custom-set-minor-mode if available.
22567 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
22568 and emit a message if applicable.
22569
22570 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
22571
22572 * savehist.el: Sync up to version 19.
22573 (savehist-mode): New minor mode.
22574 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
22575 (savehist-length): Remove (use history-length instead).
22576 (savehist-file-modes): Rename from savehist-modes.
22577 (savehist-save-hook, savehist-loaded): New vars.
22578 (savehist-load): Use savehist-mode. Try to smooth up transition from
22579 old format to new format.
22580 (savehist-install): Allow savehist-autosave-interval to be nil.
22581 (savehist-save): Run the new hook. Be more careful to only trim the
22582 history variables.
22583 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
22584 (savehist-printable): Print into a buffer rather than char-by-char.
22585
22586 2005-11-01 John Wiegley <johnw@newartisans.com>
22587
22588 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
22589 toggle-ignore keybinding (C-a). The author said it had been
22590 disabled much earlier due to a possible incompatibility, but after
22591 many months of usage I have encountered no problems (and it is a
22592 rather useful option, especially for switching to " *temp*").
22593
22594 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
22595 support for OS/X's AddressBook, by calling out to the open source
22596 program "contacts" (installable through Fink).
22597
22598 * net/eudc.el (eudc-expand-inline): If the
22599 `eudc-multiple-match-handling-method' is set to `all', delete the
22600 query string before inserting the query result.
22601
22602 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
22603 flag, to prevent Eshell from using the system ls when
22604 `eshell-ls-insert-directory' is in used.
22605 (eshell-ls-insert-directory): Disable font-lock in directory
22606 buffer so that Eshell's own fontification is seen. This broke
22607 recently due to changes in font-lock, so this goes back to version
22608 21 behavior.
22609
22610 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
22611
22612 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
22613 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
22614 (gdb-many-windows): Doc fix.
22615
22616 2005-10-31 Romain Francoise <romain@orebokech.com>
22617
22618 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
22619
22620 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
22621
22622 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
22623 that global-font-lock-mode can be enabled by default.
22624
22625 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
22626 (font-lock-add-keywords, font-lock-remove-keywords)
22627 (font-lock-fontify-buffer): Remove autoload cookies.
22628
22629 * jit-lock.el (jit-lock-register): Likewise.
22630
22631 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
22632
22633 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22634
22635 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
22636 intact if there is no gud-comint-buffer.
22637
22638 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
22639
22640 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
22641 old prompt comint-prompt-read-only is t and GDB commands are
22642 issued from tool bar etc.
22643
22644 2005-10-31 Masatake YAMATO <jet@gyve.org>
22645
22646 * vc.el (vc-directory-exclusion-list): Add "{arch}".
22647
22648 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
22649
22650 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
22651 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
22652
22653 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
22654
22655 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
22656 starting at beginning of line. Fontification is messed up when
22657 `open-paren-in-column-0-is-defun-start' set to t.
22658 Reported by John Paul Wallington <jpw@pobox.com>.
22659
22660 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
22661
22662 * comint.el (comint-send-input): Call `comint-update-fence' when
22663 `comint-process-echoes' and `comint-prompt-read-only' are both
22664 non-nil, to avoid leftover read-only newline.
22665
22666 2005-10-30 Richard M. Stallman <rms@gnu.org>
22667
22668 * textmodes/flyspell.el (flyspell-external-point-words):
22669 Detect when WORD can't be checked properly because
22670 flyspell-get-word finds just part of it, and move on.
22671
22672 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
22673 boundarychar for Polish.
22674 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
22675 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
22676
22677 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22678
22679 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
22680 (gdb-registers-font-lock-keywords): Delete.
22681 (gdb-registers-mode): Don't fontify.
22682 (gdb-info-registers-custom): Use text properties instead as, in
22683 future, changed register values will use font-lock-warning-face.
22684 (gdb-local-font-lock-keywords): Rename to...
22685 (gdb-locals-font-lock-keywords): ...for consistency.
22686
22687 2005-10-30 Andre Spiegel <spiegel@gnu.org>
22688
22689 * vc.el (vc-switch-backend): Better error message if the buffer is
22690 not visiting a file under version control.
22691
22692 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
22693
22694 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
22695
22696 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
22697 ~/.emacs.d/.emacs.
22698
22699 2005-10-29 Richard M. Stallman <rms@gnu.org>
22700
22701 * replace.el (occur-mode-mouse-goto): Always go to other window.
22702 (occur-mode-goto-occurrence): Always switch in same window.
22703
22704 * simple.el (undo): Display message at end, not at start.
22705
22706 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
22707 New arg REUSE-CELL.
22708 (cancel-timer-internal): New function.
22709 (timer-event-handler): Use cancel-timer-internal,
22710 and pass the cell it returns to timer-activate...
22711
22712 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
22713 (jit-lock-deferred-fontify, jit-lock-context-fontify)
22714 (jit-lock-after-change): Test memory-full.
22715
22716 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
22717
22718 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22719 part of the decoded armor to find the key-identifier.
22720 (pgg-gpg-lookup-key-owner): New function to return the
22721 human-readable identifier of a key owner.
22722 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22723 key itself.
22724 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22725 the key value) if we have a key and can match it against a secret
22726 key. Also, added a note pointing out fact that the prompt only
22727 indicates the first matching key.
22728
22729 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22730 pgg-decrypt-region.
22731 (pgg-pending-timers): A new hash for tracking the passphrase cache
22732 timers, so that new ones supercede old ones.
22733 (pgg-add-passphrase-to-cache): Rename from
22734 `pgg-add-passphrase-cache' to reduce confusion (all callers
22735 changed). Modified to cancel old timers when new ones are added.
22736 (pgg-remove-passphrase-from-cache): Rename from
22737 `pgg-remove-passphrase-cache' to reduce confusion (all callers
22738 changed). Modified to cancel old timers when their keys are
22739 removed from the cache.
22740 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22741 XEmacs, an indirection to delete-itimer.
22742 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22743 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22744 users can only check cache without risk of prompting. Correct bug in
22745 notruncate behavior.
22746 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22747 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22748 Add informative docstrings.
22749 (pgg-decrypt): Convey provided passphrase in subordinate call to
22750 pgg-decrypt-region.
22751
22752 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22753 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22754 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22755 `passphrase' argument, so the passphrase can be managed externally
22756 and then passed in to the system.
22757
22758 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22759 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22760 so the passphrase cache can be used reliably with identifiers
22761 besides a pgp packet's key id.
22762
22763 * pgg-gpg.el (pgg-pgp-encrypt-region)
22764 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22765 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22766 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22767 argument to all these routines, so the passphrase can be managed
22768 externally and passed in to the system.
22769
22770 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22771 `notruncate' argument, so the passphrase cache can be used
22772 reliably with identifiers besides a pgp packet's key id.
22773
22774 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
22775
22776 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22777 symmetric encryption.
22778 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22779 encrypted session key.
22780 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22781 message ask for the passphrase in a proper way.
22782
22783 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22784 New user commands for symmetric encryption.
22785
22786 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
22787
22788 * textmodes/conf-mode.el (conf-assignment-sign)
22789 (conf-assignment-regexp): Fix docstrings.
22790 (conf-mode-initialize): New function.
22791 (conf-mode): Remove optional args. Use delay-mode-hooks to
22792 recognize recursive calls.
22793 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
22794 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
22795 (conf-xdefaults-mode): Use define-derived-mode and
22796 conf-mode-initialize.
22797
22798 2005-10-29 Romain Francoise <romain@orebokech.com>
22799
22800 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
22801
22802 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
22803
22804 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22805 part of the decoded armor to find the key-identifier.
22806 (pgg-gpg-lookup-key-owner): New function to return the
22807 human-readable identifier of a key owner.
22808 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22809 key itself.
22810 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22811 the key value) if we have a key and can match it against a secret
22812 key. Also, added a note pointing out fact that the prompt only
22813 indicates the first matching key.
22814
22815 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22816 pgg-decrypt-region.
22817 (pgg-pending-timers): A new hash for tracking the passphrase cache
22818 timers, so that new ones supercede old ones.
22819 (pgg-add-passphrase-to-cache): Rename from
22820 `pgg-add-passphrase-cache' to reduce confusion (all callers
22821 changed). Modified to cancel old timers when new ones are added.
22822 (pgg-remove-passphrase-from-cache): Rename from
22823 `pgg-remove-passphrase-cache' to reduce confusion (all callers
22824 changed). Modified to cancel old timers when their keys are
22825 removed from the cache.
22826 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22827 XEmacs, an indirection to delete-itimer.
22828 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22829 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22830 users can only check cache without risk of prompting. Correct bug in
22831 notruncate behavior.
22832 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22833 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22834 Add informative docstrings.
22835 (pgg-decrypt): Convey provided passphrase in subordinate call to
22836 pgg-decrypt-region.
22837
22838 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
22839
22840 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22841 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22842 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22843 `passphrase' argument, so the passphrase can be managed externally
22844 and then passed in to the system.
22845
22846 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22847 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22848 so the passphrase cache can be used reliably with identifiers
22849 besides a pgp packet's key id.
22850
22851 * pgg-gpg.el (pgg-pgp-encrypt-region)
22852 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22853 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22854 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22855 argument to all these routines, so the passphrase can be managed
22856 externally and passed in to the system.
22857
22858 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22859 `notruncate' argument, so the passphrase cache can be used
22860 reliably with identifiers besides a pgp packet's key id.
22861
22862 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
22863
22864 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22865 symmetric encryption.
22866 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22867 encrypted session key.
22868 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22869 message ask for the passphrase in a proper way.
22870
22871 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22872 New user commands for symmetric encryption.
22873
22874 2005-10-28 Bill Wohler <wohler@newt.com>
22875
22876 * help-mode.el (help-url): New button type. Calls browse-url.
22877 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
22878 Similar to Info nodes: URL `url'.
22879 (help-make-xrefs): Create help-url buttons for
22880 help-xref-url-regexp matches.
22881
22882 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
22883
22884 * tool-bar.el (tool-bar-add-item-from-menu)
22885 (tool-bar-local-item-from-menu): Fix doc strings.
22886
22887 2005-10-28 Romain Francoise <romain@orebokech.com>
22888
22889 * ldefs-boot.el: Update.
22890
22891 * subr.el (locate-library): Move from help-fns.el.
22892 * help-fns.el (locate-library): Move to subr.el.
22893
22894 2005-10-28 Richard M. Stallman <rms@gnu.org>
22895
22896 * net/tramp.el (tramp-completion-mode): defvar moved up.
22897
22898 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
22899
22900 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
22901
22902 * files.el (find-file-noselect): Use %d to format large file size.
22903
22904 * bindings.el (mode-line-format): Add %e.
22905
22906 * loadup.el ("facemenu"): Load unconditionally.
22907 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
22908 ("x-dnd"): Load, when appropriate.
22909
22910 * startup.el (command-line): Call before-init-hook earlier.
22911 Warn about some bad characters in -u user name.
22912
22913 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
22914 (flyspell-external-point-words): Error if misspelled word is not found.
22915 Set flyspell-large-region-beg at end of word.
22916
22917 2005-10-28 Andreas Schwab <schwab@suse.de>
22918
22919 * view.el (View-revert-buffer-scroll-page-forward):
22920 Use view-page-size-default.
22921
22922 2005-10-28 Juri Linkov <juri@jurta.org>
22923
22924 * international/quail.el (quail-get-current-str): Translate last
22925 raw character for deterministic input methods.
22926
22927 2005-10-27 Jay Belanger <belanger@truman.edu>
22928
22929 * calc/calc-ext.el: Add functions to autoloads.
22930 (math-identity-matrix-p, math-ident-row-p): New functions.
22931
22932 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
22933 multiplication by an identity matrix; don't turn multiplication by
22934 an inverse matrix into division.
22935 (math-div-symbol-fancy): Replace division by matrices with
22936 multiplication by inverse.
22937
22938 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
22939
22940 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
22941 (calc-writeoutpower): New functions.
22942
22943 2005-10-27 Romain Francoise <romain@orebokech.com>
22944
22945 * replace.el (occur-engine): Include colon in mouse-face highlight.
22946
22947 * dired-x.el: Change Maintainer field.
22948
22949 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
22950
22951 * longlines.el (longlines-mode): Bind after-change-functions to
22952 nil during initial decoding and final encoding.
22953
22954 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
22955
22956 * term.el (term-emulate-terminal, term-handle-colors-array)
22957 (term-handle-ansi-escape): Specify the terminfo capabilities
22958 implemented.
22959
22960 2005-10-26 Richard M. Stallman <rms@gnu.org>
22961
22962 * info.el (Info-fontify-node): Fix detection of sentence-break
22963 before *Note.
22964
22965 2005-10-26 Romain Francoise <romain@orebokech.com>
22966
22967 * smerge-mode.el: Add `tools' to file keywords.
22968
22969 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
22970
22971 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
22972 when the fringe is not available.
22973
22974 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
22975 (def-gdb-auto-update-trigger): Simplify construction.
22976 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
22977 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
22978 defined explicitly.
22979 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
22980 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
22981 defined explicitly.
22982 (gdb-info-locals-custom): Remove as it's a no-op.
22983
22984 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
22985
22986 * longlines.el (longlines-mode): Remove narrowing before
22987 performing the initial decoding or final encoding.
22988
22989 2005-10-25 Romain Francoise <romain@orebokech.com>
22990
22991 * emacs-lisp/find-func.el (find-library-name): Also strip
22992 extension if library name ends in .el, to take advantage of
22993 `find-library-suffixes'.
22994
22995 2005-10-25 Richard M. Stallman <rms@gnu.org>
22996
22997 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
22998
22999 2005-10-25 Juri Linkov <juri@jurta.org>
23000
23001 * textmodes/texinfo.el (texinfo-mode): Change charset of one
23002 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
23003
23004 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
23005
23006 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
23007 (blackbox-redefine-key): Add argument `map'.
23008
23009 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
23010 regions when moving the jit-lock-context-unfontify-pos boundary.
23011
23012 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
23013
23014 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
23015
23016 2005-10-25 Masatake YAMATO <jet@gyve.org>
23017
23018 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
23019
23020 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
23021
23022 * play/blackbox.el (blackbox-redefine-key): New function.
23023 (blackbox-mode-map): Use it to remap existing bindings for cursor
23024 motion instead of binding literal keys.
23025
23026 2005-10-25 Glenn Morris <rgm@gnu.org>
23027
23028 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
23029 diary does not end in a newline. Do not assume a blank line at
23030 the start of the diary file.
23031
23032 2005-10-25 Kenichi Handa <handa@m17n.org>
23033
23034 * international/quail.el (quail-translate-key): If the input
23035 method is deterministic and failed to handle the last key, restart
23036 the key handling loop from an appropriate key.
23037
23038 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
23039
23040 * vc.el (vc-dired-mode): Extend comment for binding of
23041 `directory-listing-before-filename-regexp'.
23042
23043 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
23044
23045 * textmodes/texinfo.el (texinfo-mode):
23046 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
23047 not to unnecessarily expose emacs-mule's internal char codes.
23048
23049 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
23050
23051 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
23052 Display hand pointer and help-echo on disabled icon too.
23053 (gdb-mouse-until): New function.
23054 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
23055
23056 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
23057
23058 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
23059 with 2005-10-23 change to doctor.el.
23060
23061 * finder.el (finder-mode-map): Add follow-link binding.
23062
23063 2005-10-25 Kim F. Storm <storm@cua.dk>
23064
23065 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
23066 to gdb-mouse-toggle-breakpoint-fringe.
23067 (gdb-mouse-toggle-breakpoint-margin): Rename from
23068 gdb-mouse-toggle-breakpoint. Fix doc.
23069 (gdb-mouse-toggle-breakpoint-fringe): New defun.
23070 (gdb-put-string): Add optional SPROPS arg. Add props to string.
23071 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
23072 string properties also for fringe breakpoint bitmaps.
23073
23074 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
23075
23076 * textmodes/org.el (org-start-icalendar-file): Fix format form.
23077
23078 2005-10-25 Masatake YAMATO <jet@gyve.org>
23079
23080 * simple.el (completion-common-substring):
23081 Use `completion-common-substring' prior to `completion-base-size'.
23082
23083 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
23084
23085 * savehist.el: Require CL while compiling.
23086 (savehist-history-variables): Remove.
23087 (savehist-save-minibuffer-history, savehist-additional-variables)
23088 (savehist-minibuffer-history-variables): New vars.
23089 (savehist-save): Use them.
23090 (savehist-uninstall, savehist-minibuffer-hook): New funs.
23091 (savehist-install): New fun, extracted from savehist-load.
23092 (savehist-load): Use them.
23093
23094 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
23095
23096 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
23097 a dummy doc-string-elt property.
23098 (defalias, defvaralias, define-category): Add a docstring property.
23099
23100 * image.el (defimage):
23101 * widget.el (define-widget):
23102 * custom.el (defface, defcustom): Add `doc-string' declaration.
23103
23104 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
23105 (defadvice): Add `doc-string' declaration.
23106
23107 * emacs-lisp/byte-run.el (macro-declaration-function):
23108 Handle `doc-string' declarations.
23109 (define-obsolete-function-alias, define-obsolete-variable-alias):
23110 Add `doc-string' declaration.
23111
23112 2005-10-24 Kenichi Handa <handa@m17n.org>
23113
23114 * international/utf-7.el (utf-7): Add autoload cookie.
23115
23116 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
23117
23118 2005-10-24 Eli Zaretskii <eliz@gnu.org>
23119
23120 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
23121 list of directories passed to batch-update-autoloads. Add "." to
23122 the list of the echoed directories.
23123
23124 * pgg-def.el:
23125 * pgg-gpg.el:
23126 * pgg-parse.el:
23127 * pgg-pgp.el:
23128 * pgg-pgp5.el:
23129 * pgg.el: Moved here from the gnus subdirectory.
23130
23131 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
23132
23133 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
23134 in case comint-prompt-read-only is set to t.
23135
23136 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
23137 in case comint-prompt-read-only is set to t.
23138
23139 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
23140
23141 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
23142 Now a string.
23143 (icalendar-import-format): Handle CLASS, STATUS, URL.
23144 Rename `subject' to `summary'.
23145 (icalendar-import-format-summary): Rename from
23146 `icalendar-import-format-subject'.
23147 (icalendar-import-format-url, icalendar-import-format-status)
23148 (icalendar-import-format-class): New variables.
23149 (icalendar--rris): Take variable argument list.
23150 (icalendar--datestring-to-isodate): Remove unnecessary
23151 calendar-style check when converting dates with explicit month names.
23152 (icalendar-export-region): Change return type of conversion
23153 subroutines. Bury current buffer unless error occurred.
23154 (icalendar--convert-to-ical)
23155 (icalendar--parse-summary-and-rest): New functions.
23156 (icalendar--convert-ordinary-to-ical)
23157 (icalendar--convert-weekly-to-ical)
23158 (icalendar--convert-yearly-to-ical)
23159 (icalendar--convert-block-to-ical)
23160 (icalendar--convert-cyclic-to-ical)
23161 (icalendar--convert-anniversary-to-ical): Change return type.
23162 Strip trailing blanks from subject.
23163 (icalendar--convert-sexp-to-ical): Change return type.
23164 Strip trailing blanks from subject. Handle simple sexp
23165 entries as generated by icalendar.el.
23166 (icalendar--convert-float-to-ical)
23167 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
23168 (icalendar-import-file): Doc fix.
23169 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
23170 Correct call to icalendar--rris.
23171 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
23172 `summary'.
23173 (icalendar--add-diary-entry): Rename `subject' to `summary'.
23174
23175 2005-10-24 Romain Francoise <romain@orebokech.com>
23176
23177 * server.el (server-sentinel): Set query-on-exit flag to nil on
23178 new client processes (it isn't inherited from the server process).
23179
23180 * replace.el (occur-engine): Rearrange text properties.
23181
23182 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
23183
23184 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
23185 case-fold-search is nil.
23186 (debug-help-follow): Use help-xref-interned directly.
23187
23188 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
23189
23190 * thumbs.el (thumbs-image-type): Add .pbm.
23191
23192 2005-10-23 Richard M. Stallman <rms@gnu.org>
23193
23194 * faces.el (inhibit-face-set-after-frame-default): New variable.
23195 (set-face-attribute): Bind it.
23196 (face-set-after-frame-default): Test it.
23197
23198 * help-fns.el (describe-simplify-lib-file-name): New function.
23199 (describe-function-1, describe-variable): Use it.
23200
23201 * faces.el (describe-face): Use describe-simplify-lib-file-name.
23202
23203 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
23204 Eliminate nil as possible value.
23205 (tooltip-hide-delay): Reduce internal-border-width.
23206
23207 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
23208 (menu-bar-file-menu) <new-file>: Likewise.
23209
23210 * simple.el (line-move-finish): Ignore fields computing LINE-END.
23211
23212 * international/mule.el (load-with-code-conversion):
23213 Pass full file name to `eval-buffer' unless preloading.
23214
23215 * textmodes/flyspell.el (flyspell-large-region):
23216 Call ispell-check-version.
23217
23218 * textmodes/ispell.el (ispell-local-dictionary-overridden):
23219 Fix the make-variable-buffer-local call that was supposed
23220 to be for this variable.
23221 (ispell-aspell-supports-utf8): Doc fix.
23222 (ispell-find-aspell-dictionaries): Preserve elements of
23223 ispell-dictionary-alist for dictionaries that aspell doesn't report.
23224 (ispell-aspell-find-dictionary): Return nil on error.
23225
23226 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
23227 (doctor-symptoms): Likewise.
23228
23229 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
23230
23231 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
23232
23233 * cus-edit.el (custom-button, custom-button-pressed): New vars.
23234 (custom-raised-buttons): Add :set spec.
23235 (custom-button-unraised, custom-button-pressed-unraised):
23236 New faces, so that custom-raised-buttons actually does something.
23237 (custom-mode): Use custom-button and custom-button-pressed.
23238
23239 * wid-edit.el (widget-specify-button): Don't ignore
23240 widget-mouse-face on graphic terminals.
23241 (widget-move-and-invoke): Cleanup.
23242
23243 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
23244
23245 * whitespace.el (whitespace-cleanup): Doc fix.
23246
23247 2005-10-23 Romain Francoise <romain@orebokech.com>
23248
23249 * emulation/viper.el (viper-set-hooks): Quote forms passed to
23250 `eval-after-load' to avoid evaluating their result.
23251
23252 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
23253
23254 * files.el (directory-listing-before-filename-regexp):
23255 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
23256
23257 * dired.el (dired-move-to-filename-regexp): Remove.
23258 All occurrences replaced by `directory-listing-before-filename-regexp'.
23259
23260 * dired-x.el, locate.el, vc.el:
23261 Replace `dired-move-to-filename-regexp' by
23262 `directory-listing-before-filename-regexp'. In vc.el it is
23263 overwritten locally; maybe this can be handled in files.el too.
23264
23265 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
23266 replaced by `directory-listing-before-filename-regexp'.
23267
23268 2005-10-23 Andreas Schwab <schwab@suse.de>
23269
23270 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
23271 and eval-next-after-load.
23272
23273 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
23274
23275 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
23276 exist, create it.
23277
23278 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
23279
23280 * allout.el: Remove autoloads for mailcrypt and crypt++.
23281 Require pgg, pgg-gpg during compilation.
23282 (allout-version): Increment version number to 2.1, and use a literal
23283 rather than RCS Id.
23284 (allout-default-encryption-scheme): Remove.
23285 (allout-passphrase-verifier-handling)
23286 (allout-passphrase-verifier-string)
23287 (allout-file-passphrase-verifier-string)
23288 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
23289 (allout-passphrase-hint-handling): Rename and simplify.
23290 (allout-init): Use `find-file-hook' if available, otherwise
23291 `find-file-hooks'.
23292 (allout-mode): Use `write-file-functions' if available, otherwise
23293 `local-write-file-hooks' and, instead of making auto-save-hook
23294 buffer local, make the write-file-hook activity contingent to
23295 allout-mode.
23296 (allout-mode): Use key-binding substitution in the docstring.
23297 (allout-kill-line): Spell-out kill ring data structure mutation
23298 instead of using byte-compiler-complaint-provoking `pop'.
23299 (allout-insert-listified): Use `insert' rather than `insert-string'
23300 (allout-toggle-current-subtree-encryption): Update docstring, adjust
23301 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
23302 (allout-encrypt-string): Totally revamped vis new underlying
23303 encryption facilities.
23304 (allout-mc-activate-passwd): Remove.
23305 (allout-obtain-passphrase): New, more or less replaces
23306 allout-mc-activate-passwd.
23307 (allout-encrypted-key-info): More or less replaces
23308 allout-encrypted-text-type.
23309 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
23310 (my-mark-marker): Use `(featurep 'xemacs)'.
23311
23312 2005-10-23 Lars Hansen <larsh@soem.dk>
23313
23314 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
23315 (byte-compile-file-form-defmumble, byte-compile-defun)
23316 (byte-compile-defmacro): Use it.
23317 (byte-compile-form): Don't call byte-compile-set-symbol-position
23318 when a byte-compile handler is called.
23319
23320 2005-10-22 Romain Francoise <romain@orebokech.com>
23321
23322 * savehist.el (savehist-history-variables): Add `grep-find-history'.
23323
23324 * subr.el (eval-after-load): Convert library name to an absolute
23325 file name using locate-library, since load-history no longer has
23326 library names in it.
23327
23328 2005-10-22 Richard M. Stallman <rms@gnu.org>
23329
23330 * files.el (make-temp-file): Move from subr.el.
23331 * subr.el (make-temp-file): Move to files.el.
23332
23333 * window.el (get-buffer-window-list): Move from subr.el.
23334 * subr.el (get-buffer-window-list): Move to window.el.
23335
23336 * image.el (image-load-path): Use eval-at-startup to initialize.
23337
23338 * subr.el (eval-at-startup): New macro.
23339
23340 * subr.el: Much rearrangement of functions and division
23341 into pages. No code changes.
23342
23343 2005-10-22 Kenichi Handa <handa@m17n.org>
23344
23345 * tar-mode.el (tar-extract): Be sure to call
23346 find-operation-coding-system if set-auto-coding doesn't find a
23347 coding system.
23348
23349 2005-10-22 Kim F. Storm <storm@cua.dk>
23350
23351 * image.el (image-type-header-regexps): Rename from image-type-regexps.
23352 Change users.
23353 (image-type-file-name-regexps): New defconst.
23354 (image-type-from-data): Simplify loop.
23355 (image-type-from-buffer): New defun.
23356 (image-type-from-file-header): Use it instead of image-type-from-data.
23357 Use image-search-load-path instead of only looking in data-directory.
23358 (image-type-from-file-name): New defun.
23359 (image-search-load-path): Change `pathname' to `filename'.
23360 Make PATH arg optional, default to image-load-path.
23361
23362 2005-10-21 Richard M. Stallman <rms@gnu.org>
23363
23364 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
23365
23366 * textmodes/paragraphs.el (sentence-end-base): New variable.
23367 (sentence-end): Use sentence-end-base.
23368
23369 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
23370
23371 * font-lock.el (font-lock-default-fontify-region): Check the multiline
23372 property independently from the font-lock-multiline variable.
23373
23374 2005-10-21 Richard M. Stallman <rms@gnu.org>
23375
23376 * emacs-lisp/find-func.el (find-library-name): Doc fix.
23377
23378 * startup.el (command-line): Convert library names
23379 in `load-history' to absolute file names.
23380
23381 * subr.el (symbol-file): Doc fix.
23382
23383 * loadhist.el (file-loadhist-lookup): Call locate-library
23384 instead of find-library-name. Don't try converting
23385 abs file names to library names, since load-history no longer
23386 has library names in it.
23387 (file-dependents, file-provides, file-requires): Doc fixes.
23388
23389 2005-10-21 Juri Linkov <juri@jurta.org>
23390
23391 * progmodes/etags.el (tags-table-mode): New function.
23392 (tags-verify-table): Replace initialize-new-tags-table with
23393 tags-table-mode.
23394
23395 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
23396 default value.
23397 (desktop-modes-not-to-save): Add tags-table-mode to the
23398 default value.
23399
23400 * info.el (Info-index-next): Add total number of index
23401 alternatives to the message.
23402
23403 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
23404 backward only space (instead of space and period) before looking
23405 at sentence end.
23406
23407 * simple.el (set-variable): Use user-variable-p instead of symbolp.
23408 Add the old variable value as 4th default-value arg of read-string.
23409
23410 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23411
23412 * cus-face.el (custom-declare-face): Make face from X resources
23413 also on Mac.
23414
23415 * disp-table.el (standard-display-g1, standard-display-graphic):
23416 Refuse to use string glyphs also on Mac.
23417 (standard-display-european): Don't set terminal coding system also
23418 on Mac.
23419
23420 * frame.el (display-screens): Use x-display-screens also on Mac.
23421
23422 2005-10-21 Romain Francoise <romain@orebokech.com>
23423
23424 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
23425
23426 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
23427
23428 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
23429 and $? into sexps.
23430
23431 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
23432 warning face on open-paren-in-column-0.
23433
23434 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
23435 boundary case. Fix typo.
23436 Suggested by Martin Rudalics <rudalics@gmx.at>.
23437
23438 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
23439
23440 * textmodes/org.el (org-combined-agenda-icalendar-file)
23441 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
23442 (org-export-icalendar-this-file)
23443 (org-export-icalendar-all-agenda-files)
23444 (org-export-icalendar-combine-agenda-files): New commands.
23445 (org-export-icalendar, org-print-icalendar-entries)
23446 (org-start-icalendar-file, org-finish-icalendar-file)
23447 (org-ical-ts-to-string): New functions.
23448 (org-read-date, org-goto-calendar)
23449 (org-agenda-goto-calendar): Inhibit displaying diary entries by
23450 call to `calendar'.
23451 (orgtbl-setup): Remove the :keys arguments from the menu description.
23452 (org-after-save-iCalendar-file-hook): New variable.
23453
23454 2005-10-21 Kenichi Handa <handa@m17n.org>
23455
23456 * language/vietnamese.el (tcvn-5712): Make it an alias of
23457 vietnamese-tcvn coding-system.
23458
23459 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
23460
23461 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
23462 group id is given.
23463
23464 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
23465
23466 * progmodes/sh-script.el (sh-escaped-line-re): New var.
23467 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
23468 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
23469 whose line is either continued or ends with a comment.
23470
23471 2005-10-20 Romain Francoise <romain@orebokech.com>
23472
23473 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
23474
23475 * replace.el (occur-engine): Add follow-link property.
23476
23477 * font-core.el (font-lock-mode): Doc fix.
23478
23479 2005-10-20 Richard M. Stallman <rms@gnu.org>
23480
23481 * net/rcirc.el: New file.
23482
23483 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
23484
23485 * term.el (term-term-name): Initialize to "eterm-color".
23486
23487 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
23488
23489 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
23490 for encryption functionality.
23491 Move allout customization subgroup from `editing' to `outlines' group.
23492 Fix commentary keywords to legitimate ones.
23493 Update author info (using my current email address, obscurified).
23494 (allout-encrypt-string, allout-encryption-produce-work-buffer)
23495 (allout-encrypted-topic-p, allout-encrypted-text-type)
23496 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
23497 (allout-situate-encryption-key-verifier)
23498 (allout-get-encryption-key-verifier, allout-verify-key)
23499 (allout-next-topic-pending-encryption)
23500 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
23501 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
23502 (outline-key-verifier-handling, outline-key-hint-handling)
23503 (outline-encrypt-unencrypted-on-saves): New defcustoms.
23504 (allout-file-key-verifier-string, allout-encryption-scheme)
23505 (allout-key-verifier-string, allout-key-hint-string)
23506 (allout-after-save-decrypt): New variables.
23507 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
23508 (allout-after-saves-handler): New hook functions.
23509 (allout-post-command-business): Do allout-after-save-decrypt.
23510 (allout-enable-file-variable-adjustment): Custom var to enable
23511 mechanism for adding and adjusting settings of Emacs file variables.
23512 (allout-adjust-file-variable, allout-file-vars-section-data):
23513 New functions, implement the mechanism.
23514 (outlineify-sticky): Use the file vars mechanism.
23515 (allout-inhibit-protection, allout-during-write-cue)
23516 (allout-override-protect, allout-before-change-protect): Remove.
23517 (allout-flag-region, allout-open-topic): Adjust read-only text.
23518 (allout-open-line-not-read-only): Add to facilitate read-only
23519 text based protection.
23520 (allout-kill-line): Revise to adjust read-only text, clue the
23521 user about the inhibition.
23522 (allout-unprotected): Use unwind-protect.
23523 (allout-shift-in, allout-shift-out): Disallow manually shifting a
23524 topic deeper than the offspring depth of the previous topic -
23525 avoiding confusing "containment discontinuities".
23526 (allout-reindent-bodies): Fix retention of body relative hanging
23527 indent during promotion of collapsed bodies.
23528 (allout-open-topic): Make it easy to open new topic with same
23529 bullet as current topic - topic creation functions provided with
23530 any universal argument provokes now prompt for bullet, defaulting
23531 to the bullet of the previous topic.
23532 (allout-plain-bullets-string, allout-distinctive-bullets-string):
23533 Plain bullet alternates `.' period and `,' comma only. All other
23534 bullets are relegated to special status (but customizable).
23535 (allout-end-of-entry): Rename from allout-end-of-current-entry
23536 since it actually operates w.r.t. most immediately containing
23537 entry, visible or not.
23538 (allout-hide-current-entry, allout-show-current-entry): Use the
23539 revised version.
23540 (allout-old-expose-topic): Solidify deprecation.
23541 (allout-end-of-subtree): Add so we can span concealed as well
23542 as visible topics.
23543 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
23544 (allout-end-of-current-heading): Tweak to just respect the first line.
23545 (allout-get-body-text): Add.
23546 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
23547 when invoked interactively.
23548 (allout-up-current-level): Use `interactive-p'.
23549 (allout-mode, allout-init): Miscellaneous docstring and
23550 operational refinements, as well as hookups of new encryption stuff.
23551 (allout-beginning-of-current-entry): Now works as advertised.
23552 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
23553 (allout-isearch-rectification): Refine condition for isearching.
23554 (allout-isearch-abort, allout-enwrap-isearch)
23555 (allout-flag-region, my-region-active-p): Relocate some macros.
23556 (allout-title): Fallback title is (buffer-name), not
23557 non-existing (current-buffer-name).
23558 (subst-char-in-string): Define if absent (for some XEmacs versions).
23559
23560 2005-10-20 Jari Aalto <jari.aalto@cante.net>
23561
23562 * mail/sendmail.el (mail-setup-hook, mail-aliases)
23563 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
23564 (mail-citation-prefix-regexp, mail-signature-file)
23565 (mail-default-headers, mail-bury-selects-summary)
23566 (mail-send-nonascii): Add autoload cookies.
23567
23568 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23569
23570 * frame.el (blink-cursor-mode): Add `mac' to the list of
23571 window-system's that support blinking cursor.
23572
23573 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
23574
23575 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
23576
23577 2005-10-20 Eli Zaretskii <eliz@gnu.org>
23578
23579 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
23580 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
23581 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
23582
23583 2005-10-20 Kim F. Storm <storm@cua.dk>
23584
23585 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
23586 (ido-set-current-directory): Don't add / after final @.
23587 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
23588 Explicitly handle ange-ftp completion oddities.
23589 (ido-make-file-list): Don't rotate list at tramp root to avoid
23590 triggering tramp file handler for expand-file-name via get-file-buffer.
23591
23592 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
23593
23594 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
23595
23596 2005-10-19 Jay Belanger <belanger@truman.edu>
23597
23598 * calc/calc-units.el (math-standard-units): Add units, adjust
23599 symbols and update values.
23600 (math-unit-prefixes): Add more prefixes.
23601
23602 2005-10-19 Romain Francoise <romain@orebokech.com>
23603
23604 * bookmark.el (bookmark-menu-heading): New face.
23605 (bookmark-bmenu-list): Use it.
23606 Don't fiddle with `baud-rate' at top-level.
23607
23608 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
23609
23610 * image.el (create-image, find-image): Mention max-image-size in
23611 docstring.
23612
23613 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
23614
23615 * savehist.el (savehist-load): Revert to checking XEmacs.
23616
23617 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
23618 Various docstring and line-width fixups.
23619 (conf-mode): Use cond.
23620 Set font-lock-defaults. Don't set comment-use-syntax.
23621
23622 2005-10-18 David Ponce <david@dponce.com>
23623
23624 * tree-widget.el (tree-widget-button-click): New function.
23625 (tree-widget-button-keymap): Use it.
23626
23627 2005-10-18 Romain Francoise <romain@orebokech.com>
23628
23629 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
23630 (bookmark-bmenu-hide-filenames): Add follow-link property.
23631 Improve help-echo text.
23632
23633 * ffap.el (find-file-at-point): Doc fix.
23634
23635 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23636
23637 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
23638
23639 2005-10-18 Masatake YAMATO <jet@gyve.org>
23640
23641 Install to the CVS repository what I forgot to install in my
23642 2005-10-16 changes.
23643
23644 * progmodes/python.el (python-complete-symbol): Pass the common
23645 prefix substring of completion to `display-completion-list'.
23646
23647 * textmodes/org.el (org-complete): Ditto.
23648
23649 2005-10-18 Masatake YAMATO <jet@gyve.org>
23650
23651 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
23652
23653 * woman.el (WoMan-xref-man-page): New button type derived
23654 from `Man-abstract-xref-man-page'.
23655 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
23656
23657 * man.el (Man-abstract-xref-man-page): New button type.
23658 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
23659 (Man-highlight-references): Add new optional argument `xref-man-type'.
23660
23661 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23662
23663 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
23664
23665 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
23666
23667 * cus-edit.el (Custom-move-and-invoke): Delete.
23668 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
23669
23670 * wid-edit.el (widget-move-and-invoke): New function, from
23671 Custom-move-and-invoke.
23672
23673 2005-10-17 Bill Wohler <wohler@newt.com>
23674
23675 Move all remaining images from lisp/toolbar to etc/images, move
23676 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
23677 the low resolution images in their own directory (low-color).
23678
23679 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
23680 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
23681 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
23682 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
23683 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
23684 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
23685 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
23686
23687 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
23688 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
23689 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
23690 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
23691 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
23692 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
23693 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
23694 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
23695 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
23696 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
23697 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
23698 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
23699 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
23700 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
23701 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
23702
23703 To conform with convention, replace the underscore (_) in the
23704 following image names with dash (-) or (/) as appropriate.
23705
23706 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
23707 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
23708 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
23709 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
23710 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
23711 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
23712 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
23713 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
23714 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
23715 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
23716 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
23717 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
23718 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
23719 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
23720 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
23721
23722 * info.el (info-tool-bar-map): Replace underscores in image names
23723 with dashes.
23724
23725 * makefile.w32-in (WINS): Remove toolbar.
23726
23727 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
23728
23729 * tool-bar.el: Move to lisp from toolbar. Now that
23730 toolbar is empty, it should be deleted when folks run "cvs up -P".
23731
23732 2005-10-18 Jay Belanger <belanger@truman.edu>
23733
23734 * calc/calc-store.el (calc-store-into): Get the proper variable name
23735 to display in message.
23736
23737 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23738
23739 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
23740 expressions display in speedbar for all buffers when debugging.
23741 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
23742
23743 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
23744 (speedbar-insert-button, speedbar-make-button):
23745 Use add-text-properties.
23746 (speedbar-update-localized-contents)
23747 (speedbar-update-directory-contents)
23748 (speedbar-update-special-contents): Use dolist.
23749 (speedbar-buffer-easymenu-definition): Add a menu separator.
23750
23751 2005-10-17 Jason Rumney <jasonr@gnu.org>
23752
23753 * makefile.w32-in: Use $(lisp) consistently.
23754 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
23755 for shell specific generation of mh-autoloads.
23756
23757 2005-10-17 Richard M. Stallman <rms@gnu.org>
23758
23759 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
23760
23761 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
23762
23763 * jit-lock.el (jit-lock-fontify-now):
23764 Move jit-lock-context-unfontify-pos to avoid wasted work.
23765
23766 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
23767
23768 * net/tramp.el (tramp-completion-mode): New defvar. Used in
23769 `tramp-completion-mode' for checking if we are in completion mode.
23770 (tramp-completion-handle-file-name-all-completions): Reorder code
23771 in order to complete for file names only in case there are no
23772 method/user/host completions. This is necessary for cooperation
23773 with ido. Reported by Kim F. Storm <storm@cua.dk>.
23774
23775 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
23776
23777 * longlines.el (longlines-search-forward)
23778 (longlines-search-backward): Match any number of spaces.
23779
23780 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
23781
23782 * diff-mode.el (diff-mode): Doc fix.
23783
23784 2005-10-16 David Reitter <david.reitter@gmail.com>
23785
23786 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
23787 as default on darwin and windows systems.
23788
23789 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
23790
23791 * arc-mode.el (archive-zip-extract): Doc fix.
23792
23793 2005-10-16 Romain Francoise <romain@orebokech.com>
23794
23795 * mouse.el (mouse-1-click-follows-link): Doc fix.
23796
23797 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23798
23799 * savehist.el: Don't require CL at runtime.
23800 (savehist-xemacs): Remove.
23801 (savehist-coding-system): Use utf-8 if present, regardless of religion.
23802 (savehist-no-conversion): Use (featurep 'xemacs).
23803 (savehist-load): Check existence of start-itimer rather than XEmacs.
23804 Use an idle timer.
23805 (savehist-process-for-saving): Replace use of CL funs `subseq' and
23806 `delete-if-not'.
23807
23808 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
23809
23810 * savehist.el: Newer version.
23811 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
23812 (savehist-last-checksum, savehist-no-conversion): New vars.
23813 (savehist-autosave, savehist-process-for-saving, savehist-printable):
23814 New functions.
23815 (savehist-load, savehist-save): Use them.
23816 (savehist-delimit): Remove.
23817
23818 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23819
23820 * progmodes/compile.el (compilation-goto-locus): Display the
23821 compilation buffer first and the source buffer second, in case they're
23822 in overlapping frames. Don't raise the compilation frame if it was the
23823 selected window upon entry. Pass the `other-window' arg to
23824 pop-to-buffer.
23825
23826 * info.el (Info-fontify-node): Use dolist.
23827 Change add-text-properties to put-text-property.
23828
23829 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23830
23831 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
23832 bound of search.
23833
23834 2005-10-16 Masatake YAMATO <jet@gyve.org>
23835
23836 * dabbrev.el (dabbrev-completion): Pass the common
23837 prefix substring of completion to `display-completion-list'.
23838
23839 * filecache.el (file-cache-minibuffer-complete)
23840 (file-cache-complete): Ditto.
23841
23842 * tempo.el (tempo-display-completions): Ditto.
23843
23844 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
23845
23846 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
23847
23848 * eshell/em-hist.el (eshell-list-history): Ditto.
23849
23850 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
23851
23852 * mail/mailalias.el (mail-complete): Ditto.
23853
23854 * progmodes/etags.el (complete-tag): Ditto.
23855
23856 * progmodes/make-mode.el (makefile-complete): Ditto.
23857
23858 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
23859
23860 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
23861
23862 * progmodes/pascal.el (pascal-complete-word)
23863 (pascal-show-completions): Ditto.
23864
23865 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
23866
23867 * simple.el (completion-common-substring): New variable.
23868 (completion-setup-function): Use `completion-common-substring'
23869 to put faces.
23870
23871 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23872
23873 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
23874 (x-get-selection, mac-select-convert-to-string): Convert from/to
23875 UTF-16 clipboard data as in native byte order, no BOM.
23876
23877 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
23878
23879 * progmodes/gud.el (gud-tool-bar-map): Rename the images
23880 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
23881 (gud-sentinel): Use speedbar-frame to check for speedbar.
23882
23883 2005-10-15 Richard M. Stallman <rms@gnu.org>
23884
23885 * savehist.el: New file.
23886
23887 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
23888
23889 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
23890 Fix bug in \bf fontification.
23891
23892 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
23893
23894 * pcvs.el (cvs-edit-log-files): New var.
23895 (cvs-mode-edit-log): New arg `file'.
23896 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
23897 Instead force the use of the original file and nothing else.
23898 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
23899 the cvs-minor-wrap-function is set.
23900 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
23901
23902 2005-10-14 Bill Wohler <wohler@newt.com>
23903
23904 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
23905 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
23906 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
23907 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
23908 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
23909 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
23910 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
23911 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
23912 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
23913 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
23914 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
23915 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
23916 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
23917 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
23918 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
23919
23920 * progmodes/gud.el (gud-tool-bar-map): Rename the images
23921 appropriately (for example, gud-break to gud/break).
23922
23923 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
23924
23925 * longlines.el (longlinges-search-function)
23926 (longlines-search-forward, longlines-search-backward): New functions.
23927 (longlines-mode): Set isearch-search-fun-function to
23928 longlinges-search-function.
23929
23930 * mouse.el (mouse-drag-region-1): Handle the case where a
23931 double-click event is bound to an arbitrary function.
23932
23933 2005-10-14 David Ponce <david@dponce.com>
23934
23935 * recentf.el (recentf-track-opened-file)
23936 (recentf-track-closed-file, recentf-update-menu)
23937 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
23938 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
23939 mouse-1-click-follows-link.
23940
23941 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23942
23943 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
23944 Gnome file-manager.png. Suggested by
23945 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
23946
23947 * toolbar/README: Add diropen.xpm.
23948
23949 2005-10-13 Bill Wohler <wohler@newt.com>
23950
23951 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
23952 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
23953
23954 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
23955
23956 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
23957 Don't waste the byte-compiler's time on constant data.
23958
23959 2005-10-13 Kenichi Handa <handa@m17n.org>
23960
23961 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
23962 byte with `escape-glyph' face.
23963
23964 * international/fontset.el (ccl-encode-unicode-font):
23965 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
23966 Handle the case that ucs-mule-to-mule-unicode translates a character to
23967 ASCII (usually for IPA characters).
23968
23969 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
23970
23971 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
23972 Don't hide the underline of titles if font-lock-mode is disabled.
23973
23974 2005-10-12 Bill Wohler <wohler@newt.com>
23975
23976 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
23977 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
23978 files in MH-E-SRC have been updated.
23979 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
23980
23981 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
23982
23983 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
23984 (mixal-mode-syntax-table): Add \n as end-comment.
23985 (mixal-operation-codes-alist): Immediately initialize to full value.
23986 (mixal-add-operation-code): Remove.
23987 (mixal-describe-operation-code): Make the arg non-optional.
23988 Use the interactive spec instead.
23989 Use mixal-operation-codes-alist rather than mixal-operation-codes.
23990 (mixal-font-lock-keywords): Don't highlight comments here any more.
23991 (mixal-font-lock-syntactic-keywords): New var.
23992 (mixal-mode): Use it. Fix comment-start-skip.
23993
23994 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23995
23996 * startup.el (command-line-x-option-alist): -nb => -nbi.
23997
23998 2005-10-12 Kim F. Storm <storm@cua.dk>
23999
24000 * startup.el (fancy-splash-default-action): Discard mouse click in
24001 the splash screen window, as it has no sensible meaning in the
24002 next window to be selected. Fixes error reported by Jan D.
24003
24004 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
24005
24006 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
24007
24008 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
24009
24010 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
24011 Try to fix up minor layout issues like indentation, line break, etc...
24012 (mixal-mode-syntax-table): Don't try to specify comment syntax,
24013 because it doesn't work.
24014 (mixal-operation-codes): Add some more codes.
24015 (mixal-font-lock-keywords): Process comments here.
24016 (mixal-mode): mixasm no longer needs -g option.
24017
24018 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
24019
24020 * progmodes/sh-script.el (sh-tmp-file):
24021 Use mktemp -t. Finish support for es and rc shells.
24022
24023 2005-10-11 Jay Belanger <belanger@truman.edu>
24024
24025 * calc/calcalg2.el (calc-integral): With an argument, compute the
24026 definite integral.
24027
24028 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
24029
24030 * mouse.el (mouse-drag-region-1): Don't try to catch a
24031 double-click when doing follow-link (it's overridden anyway).
24032
24033 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
24034
24035 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
24036 (autoload-print-form-outbuf): Add docstring.
24037
24038 2005-10-11 Juri Linkov <juri@jurta.org>
24039
24040 * info.el (Info-mode-menu): Delete menu item "Edit".
24041 (Info-mode): Delete description of Info-edit from docstring,
24042 and rearrange descriptions of Info commands in the order
24043 they are documented in the Info manual.
24044
24045 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
24046
24047 * calendar/appt.el (appt-check): Use diary-selective-display var.
24048
24049 2005-10-10 Richard M. Stallman <rms@gnu.org>
24050
24051 * net/newsticker.el (newsticker-start, newsticker-show-news):
24052 Add autoload cookies.
24053
24054 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
24055
24056 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
24057
24058 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
24059
24060 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
24061
24062 2005-10-10 Jay Belanger <belanger@truman.edu>
24063
24064 * calc/calc-arith.el (math-check-known-scalarp)
24065 (math-check-known-matrixp): Check the values of arguments that are
24066 variables.
24067 (math-check-known-square-matrixp): New function.
24068 (math-known-square-matrixp): Use math-check-known-square-matrixp.
24069 (math-super-types): Add sqmatrix type.
24070
24071 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
24072 mode name `square' to `sqmatrix'.
24073
24074 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
24075 mode name `square' to `sqmatrix'.
24076
24077 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
24078
24079 * progmodes/etags.el (select-tags-table-mode): Don't use
24080 selective-display.
24081 (tags-select-tags-table): Pass `button' to the action function.
24082 (select-tags-table): Place the side-info on button properties rather
24083 than in hidden text. Abbreviate file names.
24084 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
24085 (select-tags-table-select): Add `button' argument.
24086 Get side-info from the button property rather than from hidden text.
24087
24088 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
24089
24090 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
24091 (gud-speedbar-buttons): Preserve point if possible.
24092 (gud-sentinel): Restore previous speedbar display type.
24093
24094 * progmodes/gdb-ui.el (gdba): Improve diagram.
24095 (def-gdb-auto-update-handler, gdb-info-locals-handler)
24096 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
24097 Call get-buffer-window once.
24098
24099 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
24100
24101 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
24102 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
24103 (pascal-indent-command): Remove unused var `ind'.
24104 (pascal-indent-case): Remove unused var `oldpos'.
24105 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
24106 since it's now used as a proper minor mode map.
24107 (pascal-outline): Rename to pascal-outline-mode.
24108 (pascal-outline-mode): Use define-minor-mode.
24109 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
24110 selective-display.
24111
24112 2005-10-10 Andreas Schwab <schwab@suse.de>
24113
24114 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
24115 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
24116
24117 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
24118 outside source directory.
24119
24120 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
24121
24122 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
24123 C-x' as a prefix.
24124 (orgtbl-mode-map): Full keymap instead of sparse, because all
24125 `self-insert-command' keys are redefined in this map.
24126 (org-export-as-html): Specify charset for HTML file, by taking it
24127 from the coding system.
24128
24129 2005-10-10 Kenichi Handa <handa@m17n.org>
24130
24131 * textmodes/flyspell.el (flyspell-check-word-p):
24132 If unread-command-events is non-empty, don't call sit-for.
24133
24134 2005-10-09 Richard M. Stallman <rms@gnu.org>
24135
24136 * font-lock.el (font-lock-syntactic-keywords)
24137 (font-lock-keywords): Doc fixes.
24138
24139 * textmodes/flyspell.el (flyspell-external-point-words):
24140 Simplify logic, and don't try to check for consecutive appearances
24141 of one incorrect word.
24142
24143 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
24144
24145 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
24146 separator.
24147
24148 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
24149 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
24150 (gud-expansion-speedbar-buttons): New function.
24151 (gud-speedbar-buttons): Check for gud-comint-buffer.
24152
24153 2005-10-09 Bill Wohler <wohler@newt.com>
24154
24155 * Makefile.in (updates): Add mh-loaddefs dependency.
24156
24157 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
24158
24159 * speedbar.el (speedbar-file-key-map): Fix typo.
24160
24161 2005-10-09 Daniel Brockman <daniel@brockman.se>
24162
24163 * cus-start.el (line-spacing): Add custom spec.
24164
24165 2005-10-09 Romain Francoise <romain@orebokech.com>
24166
24167 * textmodes/ispell.el (ispell-check-version): Fix last change.
24168
24169 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24170
24171 * term/x-win.el: Remove -i, --icon-type from comment.
24172
24173 * startup.el (command-line-x-option-alist): Remove options -i,
24174 -itype, --icon-type, added -nb, --no-bitmap-icon.
24175
24176 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
24177
24178 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
24179 instead of :active.
24180
24181 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
24182
24183 * textmodes/ispell.el (ispell-check-version):
24184 Ignore hyphen, and all that follows, in aspell's version text.
24185
24186 2005-10-08 Jay Belanger <belanger@truman.edu>
24187
24188 * calc/calc-arith.el (math-known-square-matrixp): New function.
24189 (math-pow-fancy): Check for matrices before distributing exponent
24190 across products.
24191
24192 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
24193 fullscreen keypad. Suggested by Luc Teirlinck.
24194 (calc-keypad-show-input): Add space for formatting.
24195
24196 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
24197 Add square matrix option.
24198
24199 * calc/calc-poly.el (math-expand-term): Check for matrices instead
24200 of checking calc-matrix-mode when deciding how to expand.
24201
24202 * calc/calc.el (calc-set-mode-line): Add square matrix option.
24203
24204 2005-10-08 Lars Hansen <larsh@soem.dk>
24205
24206 * net/tramp.el (tramp-perl-directory-files-and-attributes):
24207 Add error handling.
24208 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
24209
24210 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
24211
24212 Sync with Tramp 2.0.51.
24213
24214 * net/tramp.el (tramp-handle-set-visited-file-modtime)
24215 (tramp-handle-insert-file-contents, tramp-handle-write-region):
24216 Insert special handling for `last-coding-system-used', again
24217 it still seems to be necessary (unlike stated before).
24218 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
24219 (tramp-password-prompt-regexp): There might be other words before
24220 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
24221 (tramp-chunksize): Improve docstring.
24222 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
24223 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
24224 Christian Joergensen <bugs@razor.dk>.
24225
24226 2005-10-07 Glenn Morris <rgm@gnu.org>
24227
24228 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
24229 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
24230 precision'.
24231
24232 2005-10-07 Romain Francoise <romain@orebokech.com>
24233
24234 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
24235 (ibuffer-do-shell-command-pipe-replace)
24236 (ibuffer-do-shell-command-file, ibuffer-do-eval)
24237 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
24238 (ibuffer-do-revert, ibuffer-do-replace-regexp)
24239 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
24240 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
24241 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
24242 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
24243 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
24244 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
24245 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
24246 Autoload file sans suffix.
24247
24248 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
24249
24250 2005-10-07 David Ponce <david@dponce.com>
24251
24252 * recentf.el (recentf-menu-open-all-flag): New option.
24253 (recentf-digit-shortcut-command-name): New function.
24254 (recentf--shortcuts-keymap): New variable.
24255 (recentf-menu-shortcuts): New variable.
24256 (recentf-make-menu-items): Initialize it. Replace the "More..."
24257 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
24258 (recentf-menu-value-shortcut): New function.
24259 (recentf-make-menu-item): Use it. No more in-lined.
24260 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
24261 (recentf-open-most-recent-file): Rename from
24262 `recentf-open-file-with-key'. Don't depend on key binding.
24263 (recentf-mode-map): New variable.
24264 (recentf-mode): Use it.
24265
24266 2005-10-06 Bill Wohler <wohler@newt.com>
24267
24268 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
24269
24270 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
24271 (MH-E-SRC): New. Used by mh-autoloads.
24272 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
24273 files in MH-E-SRC have been updated.
24274 (compile, recompile, bootstrap): Depend on mh-autoloads.
24275
24276 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
24277
24278 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
24279 gud-break and gud-remove icons when the fringe is not available.
24280
24281 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
24282 Typo.
24283
24284 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
24285
24286 * play/zone.el (zone): Wrap body with save-window-excursion.
24287
24288 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
24289
24290 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
24291 Use the new `list-only' arg to diary-list-entries.
24292
24293 * calendar/diary-lib.el: Use overlays rather than selective-display.
24294 (diary-selective-display): New var.
24295 (diary-header-line-format): Use it.
24296 (diary-list-entries): Add argument `list-only'.
24297 Put the buffer in diary-mode. Don't add \^M at beg and end.
24298 Replace \^M by invisible overlays.
24299 (diary-unhide-everything): Replace \^M by invisible overlays.
24300 (print-diary-entries): Look for overlays rather than \^M.
24301 Add a space to the temp buffer name.
24302 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
24303 Put the buffer in diary-mode.
24304 (list-sexp-diary-entries): Replace \^M by invisible overlays.
24305 (diary-anniversary): Make the year arg optional.
24306 (diary-time-regexp): New const.
24307 (diary-font-lock-keywords): Use it to accept a few more time formats.
24308
24309 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
24310
24311 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
24312
24313 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
24314 Fix bug introduced 2005-07-03: Use (car (last ...))
24315 to faithfully reproduce replaced artist-last.
24316 (artist-set-arrow-points-for-poly): Likewise.
24317 Suggested by Johan Bockg\e,Ae\e(Brd.
24318
24319 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
24320
24321 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
24322 * wid-edit.el (widget):
24323 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
24324 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
24325
24326 2005-10-06 Kenichi Handa <handa@m17n.org>
24327
24328 * international/mule-cmds.el (set-language-environment):
24329 Fix setting up of case-table for unibyte mode.
24330
24331 * simple.el (what-cursor-position): If the character is displayed
24332 by some `display' text property, show that. Don't use
24333 single-key-description for eight-bit characters in multibyte mode.
24334
24335 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
24336
24337 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
24338 (gdb-ann3): Set it.
24339 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
24340 (gdb-info-frames-custom): Use inverse-video for first five
24341 characters of selected frame only.
24342 (gdb-get-frame-number): Select frame even when point is on frame
24343 number.
24344
24345 2005-10-06 Masatake YAMATO <jet@gyve.org>
24346
24347 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
24348 Put `font-lock-function-name-face'.
24349 (gdb-info-frames-custom): Put `font-lock-function-name-face'
24350 and `font-lock-variable-name-face'
24351 (gdb-registers-font-lock-keywords): New font lock keywords definition.
24352 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
24353 (gdb-memory-font-lock-keywords): New font lock keywords definition.
24354 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
24355 (gdb-local-font-lock-keywords): New font lock keywords definition.
24356 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
24357 (gdb-threads-font-lock-keywords): New font lock keywords definition.
24358 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
24359
24360 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
24361
24362 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
24363 (ediff-merge-region-is-non-clash-to-skip): Previously called
24364 ediff-merge-region-is-non-clash.
24365
24366 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
24367 Use insert-buffer-substring.
24368
24369 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
24370 selecting files to patch. Also bug fixes.
24371
24372 * ediff-util.el (ediff-setup): Bug fix.
24373 (ediff-next-difference): Never skip clashes that differ in white
24374 space only.
24375
24376 * ediff-wind.el (ediff-setup-control-frame)
24377 (ediff-destroy-control-frame): Check the menubar feature.
24378
24379 * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
24380 (viper-refresh-mode-line): Use make-local-variable to localize
24381 some vars instead of make-variable-buffer-local. Suggested by
24382 Stefan Monnier.
24383
24384 * emulation/viper-init.el (viper-make-variable-buffer-local):
24385 Delete alias.
24386 (viper-restore-cursor-type, viper-set-insert-cursor-type):
24387 Use make-local-variable instead of make-variable-buffer-local.
24388 Suggested by Stefan Monnier.
24389
24390 * emulation/viper.el (viper-mode): Don't use
24391 viper-make-variable-buffer-local.
24392 (viper-comint-mode-hook): Use make-local-variable on
24393 require-final-newline.
24394 (viper-non-hook-settings): Don't use make-variable-buffer-local.
24395
24396 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
24397
24398 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
24399 also the second char of a comment-start sequence.
24400 (scheme-sexp-comment-syntax-table): New var.
24401 (lambda, define): Set their scheme-doc-string-elt property.
24402 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
24403 Use lisp-font-lock-syntactic-face-function now that it properly
24404 handles |...| symbols.
24405 (scheme-mode-variables): Set lisp-doc-string-elt-property,
24406 parse-sexp-lookup-properties and font-lock-extra-managed-props.
24407
24408 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
24409 bit from # to |.
24410 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
24411
24412 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
24413 (lisp-doc-string-elt-property): New var.
24414 (lisp-font-lock-syntactic-face-function): Use it.
24415 Rewrite to recognize docstrings even for forms not at toplevel.
24416
24417 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
24418 annotation on the | part of #| rather than on the # part.
24419 (scheme-font-lock-syntactic-face-function): New function, to
24420 distinguish strings from |...| symbols.
24421 (scheme-mode-variables): Use it. Also fix up the font-lock-time
24422 syntax-table so that #|...|# is properly highlighted.
24423
24424 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
24425 Don't mark as docstring the 3rd elem of an unknown toplevel form.
24426
24427 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
24428
24429 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
24430 and C-e.
24431
24432 * emacs-lisp/eldoc.el: Move comments into docstrings.
24433 (eldoc-message-commands): Initialize in its declaration.
24434 Add move-beginning-of-line and move-end-of-line.
24435 (eldoc-add-command, eldoc-add-command-completions)
24436 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
24437
24438 * outline.el (outline-mark-subtree): Activate the mark.
24439
24440 * calendar/appt.el (appt-time-regexp): New var.
24441 (appt-add, appt-make-list): Use it.
24442 (appt-convert-time): Clean up.
24443
24444 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
24445 Don't set any syntax-table property here.
24446 (tex-font-lock-verb): New function. Do it here.
24447 (tex-font-lock-syntactic-keywords): Use it.
24448
24449 2005-10-04 Richard M. Stallman <rms@gnu.org>
24450
24451 * wid-edit.el (widget-file-complete): Get the widget start point
24452 the right way. Default directory to `/' if file has none.
24453
24454 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
24455
24456 * textmodes/flyspell.el (flyspell-mode-on):
24457 Call ispell-maybe-find-aspell-dictionaries.
24458
24459 * textmodes/ispell.el (ispell-word, ispell-region):
24460 Call ispell-maybe-find-aspell-dictionaries.
24461 (ispell-accept-buffer-local-defs):
24462 Don't call ispell-maybe-find-aspell-dictionaries.
24463
24464 2005-10-04 Richard M. Stallman <rms@gnu.org>
24465
24466 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
24467
24468 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
24469
24470 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
24471 instead of `fboundp' in order to allow for anonymous functions.
24472
24473 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
24474
24475 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
24476 case the user clicks on the link while another window is selected.
24477 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
24478
24479 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
24480 functionality.
24481 (dframe-help-echo): Save point in case mouse tracking is off.
24482
24483 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
24484
24485 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
24486
24487 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24488
24489 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
24490 not change the global value of those vars.
24491
24492 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
24493 make-local-variable which we do not need any more.
24494
24495 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
24496
24497 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
24498 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
24499 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
24500 (speedbar-path-line): Define obsolete aliases.
24501 (speedbar-line-directory): Doc fix.
24502
24503 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
24504 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
24505 instead of speedbar-line-path.
24506
24507 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24508
24509 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
24510 to nil if dropping on a window. Handle dropping on a minibuffer window
24511 like dropping on a non-window part of Emacs.
24512
24513 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24514
24515 * net/ange-ftp.el: Use with-current-buffer.
24516 (ange-ftp-insert-directory): Do not follow symlinks any more.
24517
24518 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
24519 Remove interactive spec.
24520
24521 2005-10-03 Kim F. Storm <storm@cua.dk>
24522
24523 * ido.el (ido-mode): Use custom-initialize-set.
24524
24525 2005-10-02 Richard M. Stallman <rms@gnu.org>
24526
24527 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
24528 Use insert-buffer-substring.
24529
24530 * net/tramp.el: Pacify byte compiler warnings in pacification code.
24531 (tramp-handle-file-local-copy): Use insert-buffer-substring.
24532
24533 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
24534
24535 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
24536 in last change.
24537 (ange-ftp-insert-directory): Fix up the search for the case where
24538 `file' is absolute.
24539
24540 2005-10-02 Romain Francoise <romain@orebokech.com>
24541
24542 * progmodes/compile.el (compile-goto-error): Delete extra paren.
24543
24544 2005-10-02 Andreas Schwab <schwab@suse.de>
24545
24546 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
24547 directory component in the session info.
24548
24549 2005-10-01 Richard M. Stallman <rms@gnu.org>
24550
24551 * comint.el (comint-redirect-subvert-readonly): Doc fix.
24552
24553 * simple.el (next-error-internal): New function.
24554
24555 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
24556 (compilation-start): Pass new arg to compilation-buffer-name.
24557 (compile-goto-error): Use next-error-internal.
24558
24559 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24560
24561 * speedbar.el: Remove RCS tag.
24562 (speedbar-check-read-only): Handle non-existent files.
24563
24564 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
24565
24566 * info.el (Info-speedbar-hierarchy-buttons)
24567 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
24568
24569 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24570
24571 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
24572 Do not match newline.
24573 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
24574 (bibtex-summary): Remove unnecessary save-excursion.
24575 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
24576
24577 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24578
24579 * term/mac-win.el: Add charset info for "iso10646-1".
24580 Modify default fontset to use ATSUI-compatible fonts for some charsets
24581 if available.
24582
24583 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24584
24585 * speedbar.el: Re-apply arch tag.
24586 (speedbar-version): Rename to version 1.0. Suggested by Eric
24587 M. Ludlam.
24588 Reapply two changes from Emacs CVS' version of speedbar lost
24589 during the merge:
24590 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
24591 (speedbar-frame-parameters): Improve customize type.
24592
24593 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
24594
24595 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
24596 (ange-ftp-file-directory-p): Fix the symlink case.
24597 (ange-ftp-insert-directory): When listing a single file, get a list of
24598 the parent buffer and extract the relevant line. Inspired from a patch
24599 by Katsumi Yamaoka <yamaoka@jpl.org>.
24600 (ange-ftp-file-name-sans-versions): Simplify.
24601
24602 2005-09-30 Bill Wohler <wohler@newt.com>
24603
24604 Move MH-E image files from toolbar and mail directories into
24605 etc/images.
24606
24607 * mail/reply2.*: Move to etc/images/mail/reply*.
24608
24609 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
24610 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
24611 etc/images.
24612
24613 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
24614 * toolbar/reply*: Move to etc/images/mail.
24615
24616 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
24617
24618 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
24619
24620 * speedbar.el: New version 1.0pre3.
24621
24622 Frame management code (including timer, and mouse click specifics)
24623 moved to dframe.el:
24624 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
24625 (speedbar-timer): Removed. Use dframe-timer.
24626 (speedbar-close-frame): Removed. Use dframe-close-frame.
24627 (speedbar-activity-change-focus-flag): Removed. Use
24628 dframe-activity-change-focus-flag.
24629 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
24630 dframe-update-speed.
24631
24632 (speedbar-current-frame): New macro. Use this instead of the
24633 variable speedbar-frame.
24634
24635 (speedbar-use-images, speedbar-expand-image-button-alist)
24636 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
24637
24638 (speedbar-find-image-on-load-path): Removed. Replaced by
24639 defezimage in ezimage.el.
24640 (speedbar-expand-image-button-alist): Removed. Replaced by
24641 ezimage-expand-image-button-alist in ezimage.el.
24642
24643 (speedbar-ignored-directory-regexp)
24644 (speedbar-add-ignored-directory-regexp)
24645 (speedbar-ignored-directory-expressions)
24646 (speedbar-line-directory, speedbar-buffers-line-directory)
24647 (speedbar-directory-line, speedbar-buffers-line-directory):
24648 Renamed, replacing `path' with `directory'.
24649
24650 (speedbar-create-directory, speedbar-expand-line-descendants)
24651 (speedbar-toggle-line-expansion)
24652 (speedbar-contract-line-descendants): New commands.
24653
24654 (speedbar-query-confirmation-method, speedbar-select-frame-method)
24655 (speedbar-use-tool-tips-flag): New options.
24656
24657 (speedbar-check-read-only, speedbar-require-version)
24658 (speedbar-insert-separator, speedbar-buffers-tail-notes)
24659 (speedbar-handle-delete-frame, speedbar-try-completion)
24660 (speedbar-update-localized-contents): New functions.
24661
24662 (speedbar-incompatible-version, speedbar-ro-to-do-point)
24663 (speedbar-object-read-only-indicator): New variables.
24664
24665 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
24666 New hooks.
24667
24668 (speedbar-separator-face): New face.
24669
24670 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
24671 (speedbar-ignored-modes): Add fundamental-mode.
24672 (speedbar-directory-unshown-regexp): Add . directories.
24673
24674 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
24675 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
24676 `]' for full expand/close.
24677 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
24678
24679 (speedbar-check-vc): Support hidden files.
24680 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
24681 (speedbar-this-file-in-vc): Use vc-state if available. If VC
24682 state is nil, it is not checked out.
24683
24684 (speedbar-line-text, speedbar-line-token): Support expand buttons
24685 with no text.
24686 (speedbar-refresh): Universal argument acts as power-click.
24687 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
24688 that buffer to get variable values.
24689
24690 And many other bugfixes.
24691
24692 * dframe.el, ezimage.el, sb-image.el: New files.
24693
24694 * sb-*.xpm: Remove files. New image files installed into
24695 etc/images/ezimage.
24696
24697 2005-09-30 Kenichi Handa <handa@m17n.org>
24698
24699 * ps-mule.el (ps-mule-show-warning): If a character is in
24700 ps-print-translation-table, don't treat it as non-printable.
24701
24702 2005-09-30 David Ponce <david@dponce.com>
24703
24704 * tree-widget.el (tree-widget-themes-load-path): New variable.
24705 (tree-widget-themes-directory): Doc fix.
24706 (tree-widget-image-formats) [Emacs]: Doc fix.
24707 (tree-widget--locate-sub-directory): New function.
24708 (tree-widget-themes-directory): Use it.
24709
24710 * recentf.el (recentf-filename-handlers): Rename from
24711 `recentf-filename-handler'. Allow a list of functions.
24712 (recentf-menu-items-for-commands): Fix :help strings.
24713 (recentf-apply-filename-handlers): New function.
24714 (recentf-expand-file-name): Use it.
24715 (recentf-cleanup): Remove duplicates too.
24716
24717 2005-09-29 Juri Linkov <juri@jurta.org>
24718
24719 * faces.el: Rearrange face definitions to be in the same order as
24720 their face descriptions in "(emacs)Standard Faces".
24721
24722 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
24723
24724 * tooltip.el (tooltip): Add group `basic-faces'.
24725
24726 * buff-menu.el (Buffer-menu-buffer): Remove group
24727 `font-lock-highlighting-faces'.
24728
24729 * progmodes/compile.el (compilation-error, compilation-warning)
24730 (compilation-info, compilation-line-number, compilation-column-number):
24731 Change group from `font-lock-highlighting-faces' to `compilation'.
24732
24733 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
24734 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
24735 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
24736 (vhdl-font-lock-reserved-words-face)
24737 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
24738 `font-lock-highlighting-faces'.
24739
24740 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
24741
24742 2005-09-28 Kim F. Storm <storm@cua.dk>
24743
24744 * emulation/cua-base.el: Set CUA move property on additional commands:
24745 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
24746 forward-sexp, backward-sexp, forward-list, backward-list.
24747
24748 2005-09-28 Romain Francoise <romain@orebokech.com>
24749
24750 * comint.el (comint-show-output): Really set point at the
24751 beginning of the output when not using `comint-use-prompt-regexp'.
24752
24753 2005-09-27 Jay Belanger <belanger@truman.edu>
24754
24755 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
24756 in TeX mode.
24757
24758 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
24759
24760 * textmodes/org.el (org-table-sum): Fix format string.
24761
24762 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
24763 Quote face names.
24764
24765 2005-09-26 Romain Francoise <romain@orebokech.com>
24766
24767 * isearch.el (isearch-forward-regexp): Close doc string.
24768
24769 2005-09-25 Richard M. Stallman <rms@gnu.org>
24770
24771 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
24772
24773 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
24774
24775 * progmodes/compile.el (compilation-error-properties):
24776 When getting the file from the previous error message,
24777 correctly decode the new data format.
24778
24779 * progmodes/cc-cmds.el (c-electric-paren):
24780 Call old-blink-paren only for close-paren.
24781
24782 2005-09-24 Andreas Schwab <schwab@suse.de>
24783
24784 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
24785 condition.
24786
24787 2005-09-25 Romain Francoise <romain@orebokech.com>
24788
24789 * dired-aux.el (dired-copy-file-recursive):
24790 * dired.el (dired-delete-file):
24791 * ediff-mult.el (ediff-dir-diff-copy-file):
24792 * ediff-util.el (ediff-test-save-region):
24793 * forms.el (forms-mode):
24794 * ido.el (ido-file-internal, ido-delete-file-at-head):
24795 * log-edit.el (log-edit-done):
24796 * ses.el (ses-yank-resize):
24797 * play/gomoku.el (gomoku-human-plays, gomoku)
24798 (gomoku-human-resigns, gomoku-prompt-for-other-game)
24799 (gomoku-offer-a-draw):
24800 * play/landmark.el (lm-human-resigns, lm):
24801 * net/eudcb-ldap.el (eudc-ldap-check-base):
24802 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
24803 * progmodes/ebrowse.el (ebrowse-find-pattern):
24804 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
24805 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
24806 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
24807
24808 * vc.el (vc-delete-file):
24809 * play/gomoku.el (gomoku-terminate-game, gomoku)
24810 (gomoku-prompt-for-move, gomoku-human-takes-back):
24811 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
24812 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
24813
24814 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
24815
24816 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
24817 color rxvt terminals by using the code xterm.el used to use before
24818 2005-04-09 in order to match the colors used by rxvt.
24819
24820 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
24821
24822 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
24823 colors rxvt-unicode terminals by using the same code as xterm.el.
24824
24825 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
24826
24827 * textmodes/tex-mode.el (tex-font-lock-append-prop)
24828 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
24829 new symbol used for the tex-verbatim face.
24830
24831 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
24832
24833 * woman.el (woman-file-name):
24834 * wid-edit.el (widget-file-prompt-value)
24835 (widget-coding-system-prompt-value):
24836 * w32-fns.el (set-w32-system-coding-system):
24837 * vc.el (vc-version-diff, vc-annotate):
24838 * textmodes/reftex-auc.el (reftex-arg-cite)
24839 (reftex-arg-index-tag):
24840 * textmodes/refer.el (refer-get-bib-files):
24841 * textmodes/artist.el (artist-figlet-choose-font):
24842 * terminal.el (terminal-emulator):
24843 * replace.el (occur-read-primary-args):
24844 * rect.el (string-rectangle, string-insert-rectangle):
24845 * ps-print.el (ps-print-preprint):
24846 * progmodes/pascal.el (pascal-goto-defun):
24847 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
24848 * progmodes/compile.el (compilation-find-file):
24849 * printing.el (pr-interactive-n-up):
24850 * play/animate.el (animate-birthday-present):
24851 * net/rcompile.el (remote-compile):
24852 * man.el (man, Man-goto-section, Man-follow-manual-reference):
24853 * mail/rmailsum.el (rmail-summary-search-backward)
24854 (rmail-summary-search):
24855 * mail/rmailout.el (rmail-output-read-rmail-file-name)
24856 (rmail-output-read-file-name):
24857 * mail/rmail.el (rmail-search, rmail-search-backwards):
24858 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
24859 * locate.el (locate):
24860 * international/quail.el (quail-show-keyboard-layout):
24861 * international/mule.el (set-buffer-file-coding-system)
24862 (revert-buffer-with-coding-system, set-file-name-coding-system)
24863 (set-terminal-coding-system, set-keyboard-coding-system)
24864 (set-next-selection-coding-system):
24865 * international/mule-diag.el (describe-coding-system)
24866 (describe-font, describe-fontset):
24867 * international/mule-cmds.el (universal-coding-system-argument)
24868 (search-unencodable-char, describe-input-method)
24869 (set-language-environment, describe-language-environment):
24870 * international/codepage.el (codepage-setup):
24871 * international/code-pages.el (codepage-setup):
24872 * info.el (Info-search, Info-follow-reference)
24873 (Info-search-backward):
24874 * emacs-lisp/advice.el (ad-read-advised-function)
24875 (ad-read-advice-class, ad-clear-cache, ad-activate)
24876 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
24877 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
24878 (ad-read-regexp):
24879 * ediff-util.el (ediff-toggle-regexp-match):
24880 * ediff-ptch.el (ediff-prompt-for-patch-file):
24881 * dired-aux.el (dired-diff):
24882 * diff.el (diff):
24883 * cus-edit.el (custom-variable-prompt):
24884 * calendar/timeclock.el (timeclock-ask-for-project):
24885 * calc/calcalg3.el (calc-get-fit-variables):
24886 * calc/calc-store.el (calc-edit-variable)
24887 (calc-permanent-variable):
24888 * vc-mcvs.el (vc-mcvs-register):
24889 * shadowfile.el (shadow-define-literal-group):
24890 * woman.el (woman-file-name):
24891 * vc.el (vc-version-diff, vc-merge):
24892 * textmodes/reftex-index.el (reftex-index-complete-tag):
24893 * format.el (format-decode-buffer, format-decode-region):
24894 * emulation/viper-cmd.el (viper-read-string-with-history):
24895 * emacs-lisp/debug.el (cancel-debug-on-entry):
24896 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
24897 * ediff.el (ediff-merge-revisions)
24898 (ediff-merge-revisions-with-ancestor, ediff-revision):
24899 * completion.el (interactive-completion-string-reader):
24900 * calc/calc-prog.el (calc-user-define-formula):
24901 Follow convention for reading with the minibuffer.
24902
24903 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
24904
24905 * progmodes/python.el (python-describe-symbol): Add globals() and
24906 locals() to the arguments of emacs.ehelp.
24907
24908 2005-09-24 Magnus Henoch <mange@freemail.hu>
24909
24910 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
24911 New function, code extracted from ispell-valid-dictionary-list.
24912 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
24913 Call it.
24914
24915 2005-09-24 Eli Zaretskii <eliz@gnu.org>
24916
24917 * subr.el (version-regexp-alist): Extend valid syntax for version
24918 strings: allow any of the characters -,_,+ to separate the
24919 alpha/beta/rc part from the version part. Doc fix.
24920 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
24921
24922 2005-09-23 David Reitter <david.reitter@gmail.com>
24923
24924 * mail/mailclient.el: New file.
24925
24926 2005-09-23 Richard M. Stallman <rms@gnu.org>
24927
24928 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
24929 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
24930 Doc fixes.
24931
24932 * progmodes/cc-mode.el (c-font-lock-init):
24933 Specify font-lock-lines-before.
24934
24935 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
24936
24937 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
24938 whole conflict.
24939
24940 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
24941
24942 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
24943 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
24944 of `remap' feature when available. Additional key bindings for
24945 better tty support.
24946 (org-mode-restart, org-force-self-insert): New commands.
24947 (org-time-stamp-inactive): New command.
24948 (org-remap): New function.
24949 (org-table-auto-blank-field, org-level-color-stars-only): New options.
24950 (org-enable-fixed-width-editor): Move to `org-structure'
24951 customization group.
24952 (org-self-insert-command, orgtbl-self-insert-command): Modify to
24953 blank field after field motion commands.
24954
24955 2005-09-23 Kenichi Handa <handa@m17n.org>
24956
24957 * international/mule-cmds.el (set-language-environment):
24958 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
24959 have to call utf-translate-cjk-load-tables.
24960
24961 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
24962
24963 * mouse.el (mouse-move-drag-overlay): Fix last change.
24964
24965 2005-09-22 David Ponce <david@dponce.com>
24966
24967 * tree-widget.el (tree-widget-value-create): Fix previous change.
24968
24969 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24970
24971 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
24972
24973 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
24974
24975 * mouse.el (mouse-move-drag-overlay): New function.
24976 (mouse-drag-region-1): Use it.
24977 Try to simplify a bit the state handling. Handle clicks on links
24978 inside intangible areas.
24979 (mouse-save-then-kill): Minor simplification.
24980 (mouse-secondary-overlay): Make it always non-nil instead of
24981 recreating it each time.
24982 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
24983 (mouse-kill-secondary, mouse-secondary-save-then-kill):
24984 Simplify accordingly.
24985
24986 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24987
24988 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
24989
24990 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
24991
24992 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
24993 (ediff-file-name-sans-prefix): Treat nil as an empty string.
24994 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
24995 to patch.
24996
24997 * ediff-util.el: Use insert-buffer-substring.
24998
24999 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
25000
25001 * emulation/viper-cmd.el (viper-change-state): Don't move over the
25002 field boundaries in the minibuffer.
25003 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
25004 (viper-minibuffer-post-command-hook): New hook.
25005 (viper-line): Don't move cursor at bolp.
25006
25007 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
25008
25009 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
25010 avoid compiler warnings.
25011
25012 * emulation/viper-macs.el (ex-map): Better messages.
25013
25014 * emulation/viper-utils.el (viper-beginning-of-field): New function.
25015
25016 * emulation/viper.el: Replace make-variable-buffer-local with
25017 viper-make-variable-buffer-local everywhere, to avoid warnings.
25018
25019 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
25020
25021 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
25022 Delete unused var `old-selected-window'.
25023 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
25024 (mouse-drag-secondary): Delete unused var `start-frame'.
25025
25026 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
25027
25028 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
25029
25030 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
25031
25032 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
25033 Re-indent within 80 columns. Use inhibit-read-only.
25034
25035 2005-09-19 Romain Francoise <romain@orebokech.com>
25036
25037 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
25038
25039 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
25040
25041 * font-lock.el (font-lock-default-fontify-region): Don't add a line
25042 unconditionally, since the after-change-function already did it.
25043
25044 2005-09-19 Miles Bader <miles@gnu.org>
25045
25046 * net/newsticker.el: Get rid of CVS keyword.
25047
25048 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
25049
25050 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
25051 The prompt is formatted later.
25052
25053 2005-09-19 David Ponce <david@dponce.com>
25054
25055 * tree-widget.el (tree-widget-value-create): Save the converted
25056 tree :node widget.
25057
25058 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
25059
25060 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
25061 variable `message'.
25062
25063 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
25064
25065 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
25066 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
25067 <slawomir.nowaczyk.847@student.lu.se>.
25068
25069 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
25070
25071 * image.el (image-load-path): Use symbol `data-directory' instead
25072 of its value, for backward compatibility with packages that bind
25073 it during `find-image'. Suggested by Katsumi Yamaoka.
25074 (image-search-load-path): Handle symbols whose values are strings.
25075
25076 2005-09-18 Romain Francoise <romain@orebokech.com>
25077
25078 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
25079 with-current-buffer form in save-excursion.
25080
25081 2005-09-18 Deepak Goel <deego@gnufans.org>
25082
25083 * apropos.el (apropos-command): Fix `message' call: first arg
25084 should be a format spec. In this and all other cases that appear
25085 below and elsewhere in the source code, I made a change only when
25086 two conditions were satisfied: [1] I can think of a possibility
25087 that the arguments would cause an error, for example, the code in
25088 question relies on external variables such as filenames. [2] I
25089 was sure that the arg to `message' could not have been nil in the code.
25090
25091 * textmodes/tildify.el (tildify-region): Ditto.
25092
25093 * textmodes/reftex-index.el (reftex-index-change-entry)
25094 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
25095 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
25096 * textmodes/org.el (org-complete, org-deadline, org-schedule)
25097 (org-priority, org-table-sum):
25098 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
25099 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
25100 (flyspell-word, flyspell-display-next-corrections):
25101 * textmodes/bibtex.el (bibtex-print-help-message):
25102 * textmodes/artist.el (artist-key-set-point-poly):
25103 * term/mac-win.el (mac-services-insert-text):
25104 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
25105 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
25106 (vhdl-port-paste-testbench, vhdl-compose-new-component)
25107 (vhdl-compose-configuration):
25108 * progmodes/sh-script.el (sh-blink, sh-show-indent)
25109 (sh-set-indent, sh-learn-line-indent):
25110 * progmodes/ps-mode.el (ps-mode-target-column):
25111 * progmodes/idlwave.el (idlwave-make-tags)
25112 (idlwave-scan-library-catalogs):
25113 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
25114 * progmodes/gud.el (gud-jdb-analyze-source):
25115 * progmodes/flymake.el (flymake-log):
25116 * progmodes/ebnf2ps.el (ebnf-generate-region):
25117 * progmodes/cmacexp.el (c-macro-expansion):
25118 * progmodes/ada-xref.el (ada-treat-cmd-string):
25119 * progmodes/ada-mode.el (ada-create-case-exception-substring)
25120 (ada-justified-indent-current, ada-batch-reformat):
25121 * play/zone.el (zone):
25122 * play/landmark.el (lm-move):
25123 * play/decipher.el (decipher-show-alphabet):
25124 * net/newsticker.el (newsticker--display-jump)
25125 (newsticker--display-scroll):
25126 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
25127 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
25128 * mail/feedmail.el (feedmail-dump-message-to-queue):
25129 * eshell/esh-proc.el (eshell-remove-process-entry):
25130 * emulation/ws-mode.el (ws-last-error):
25131 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
25132 (viper-record-kbd-macro):
25133 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
25134 * emacs-lisp/lisp-mnt.el (lm-report-bug):
25135 * emacs-lisp/find-func.el (find-function-noselect):
25136 * calendar/timeclock.el (timeclock-status-string)
25137 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
25138 (timeclock-when-to-leave-string):
25139 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
25140 * calc/calc-units.el (calc-enter-units-table):
25141 * calc/calc-mode.el (calc-mode-record-mode):
25142 * woman.el (woman-mini-help):
25143 * wdired.el (wdired-change-to-wdired-mode):
25144 * vc.el (vc-retrieve-snapshot):
25145 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
25146 * startup.el (display-startup-echo-area-message):
25147 * simple.el (set-goal-column):
25148 * ses.el (ses-command-hook, ses-recalculate-cell):
25149 * server.el (server-process-filter):
25150 * printing.el (pr-interface-txt-print, pr-interface-printify)
25151 (pr-interface-ps):
25152 * pcvs.el (cvs-help):
25153 * log-edit.el (log-edit, log-edit-mode-help):
25154 * iswitchb.el (iswitchb-possible-new-buffer):
25155 * isearch.el (isearch-edit-string):
25156 * image-mode.el (image-mode, image-minor-mode):
25157 * ibuf-macs.el (define-ibuffer-filter):
25158 * hi-lock.el (hi-lock-find-patterns):
25159 * files.el (toggle-read-only):
25160 * ediff-util.el (ediff-copy-diff)
25161 (ediff-write-merge-buffer-and-maybe-kill):
25162 * echistory.el (Electric-history-undefined):
25163 * dnd.el (dnd-insert-text):
25164 * dired-aux.el (dired-query):
25165 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
25166 * bookmark.el (bookmark-bmenu-locate):
25167 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
25168 Fix `message' calls to ensure first arg is a format string.
25169 The change was made only when these two conditions were satisfied:
25170 [1] when there is a possibility that the arguments would cause an error
25171 for example, if the code in question relies on external variables
25172 such as filenames, and
25173 [2] if the arg to `message' could not have been nil in the code.
25174
25175 * pcomplete.el (pcomplete--help): Fix `message' format spec.
25176 Not having a %s would be weird, though not technically wrong.
25177
25178 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25179
25180 * term/mac-win.el (mac-add-charset-info): Doc fix.
25181
25182 2005-09-17 Romain Francoise <romain@orebokech.com>
25183
25184 * shell.el (shell-resync-dirs): Handle echoing processes more
25185 reliably. Don't insert resync command if `comint-process-echoes'
25186 is non-nil.
25187
25188 2005-09-17 Magnus Henoch <mange@freemail.hu>
25189
25190 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
25191 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
25192 aspell versions >= 0.60.
25193 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
25194 only if ispell-aspell-supports-utf8 is non-nil.
25195
25196 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
25197
25198 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
25199 buffer-local value to lisp-indent-function.
25200
25201 2005-09-17 Milan Zamazal <pdm@zamazal.org>
25202
25203 * progmodes/glasses.el (glasses-make-readable): If
25204 glasses-separator differs from underscore, put appropriate
25205 overlays over underscore characters.
25206 (glasses-convert-to-unreadable): If glasses-separator differs from
25207 underscore, try to convert glasses-separator characters to
25208 underscores.
25209
25210 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
25211
25212 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
25213 Use with-syntax-table and dolist.
25214
25215 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
25216
25217 * textmodes/reftex-auc.el:
25218 * textmodes/reftex-cite.el:
25219 * textmodes/reftex-dcr.el:
25220 * textmodes/reftex-global.el:
25221 * textmodes/reftex-parse.el:
25222 * textmodes/reftex-ref.el:
25223 * textmodes/reftex-sel.el:
25224 * textmodes/reftex-toc.el:
25225 * textmodes/reftex-vars.el:
25226 * textmodes/reftex.el: Small changes to remove compiler warnings.
25227
25228 * textmodes/reftex-index.el: Likewise.
25229 (reftex-query-index-phrase): More efficient use of markers.
25230
25231 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
25232
25233 * image.el (image-load-path): New variable.
25234 (image-search-load-path): New function.
25235 (find-image): Search for images in `image-load-path'.
25236
25237 2005-09-15 Richard M. Stallman <rms@gnu.org>
25238
25239 * follow.el: Change Maintainer field.
25240
25241 2005-09-15 David Ponce <david@dponce.com>
25242
25243 * recentf.el (recentf-save-file-modes): New option.
25244 (recentf-save-list): Use it.
25245
25246 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
25247
25248 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
25249 (mode-line-mule-info, mode-line-modified): Move bindings from
25250 mouse-3 to mouse-1.
25251
25252 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
25253
25254 * simple.el (sendmail-user-agent-compose): Revert last change.
25255
25256 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
25257
25258 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
25259 Use with-current-buffer.
25260 (ange-ftp-gwp-start): Remove unused var `gw-user'.
25261 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
25262 (ange-ftp-insert-directory): Remove unused var `short'.
25263 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
25264
25265 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
25266 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
25267
25268 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
25269 (check-calendar-holidays, diary-list-entries): Autoload.
25270 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
25271 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
25272
25273 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
25274 which mistakenly removed a call to display-buffer.
25275
25276 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
25277
25278 * obsolete/iso-insert.el: Move to obsolete/ from international/.
25279
25280 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
25281
25282 * progmodes/hideshow.el
25283 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
25284 (hs-allow-nesting): New user var.
25285 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
25286 (hs-hide-block-at-point): When nesting allowed,
25287 if there is already an overlay in place, delete it.
25288 (hs-safety-is-job-n): Delete func; remove call sites.
25289 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
25290 (hs-overlay-at): New func.
25291 (hs-already-hidden-p, hs-show-block): Use it.
25292 (hs-hide-all): Don't pre-clean if nesting allowed.
25293 (hs-show-all): Temporarily disallow
25294 nesting around call to `hs-discard-overlays'.
25295
25296 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
25297
25298 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
25299 Delete unused local var.
25300
25301 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
25302
25303 * help-fns.el (describe-categories): "?\ " -> "?\s".
25304 (help-do-arg-highlight): Recognize also ARG-n, as in
25305 `move-to-left-margin' (ARG+n is already recognized). Simplify.
25306
25307 * international/codepage.el (dos-unsupported-char-glyph):
25308 * net/newsticker.el (tool-bar-map, w3-mode-map)
25309 (w3m-minor-mode-map):
25310 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
25311 (ent-alist):
25312 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
25313
25314 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
25315
25316 * custom.el (custom-push-theme): Handle the case where a symbol is
25317 bound but face properties have not yet been assigned.
25318
25319 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
25320 Fix behavior if noerase is `t' and there is no mail buffer.
25321
25322 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
25323 if `continue' is nil, rather than signal an error.
25324
25325 2005-09-12 Richard M. Stallman <rms@gnu.org>
25326
25327 * font-lock.el (font-lock-keywords): Add autoload.
25328
25329 * help-fns.el (describe-variable): Rearrange to put source link
25330 in a predictable place.
25331
25332 * net/newsticker.el: New file.
25333
25334 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
25335
25336 * calendar/calendar.el (calendar-for-loop): Add edebug info.
25337 (calendar-basic-setup): Use the new nil arg.
25338 (number-of-diary-entries): Move to diary-lib.el.
25339
25340 * calendar/diary-lib.el: Use with-current-buffer, match-string.
25341 (diary-list-entries): Use with-syntax-table and dolist.
25342 Rename from list-diary-entries.
25343 Use number-of-diary-entries if `number' is nil.
25344 (diary, diary-view-entries): Use this new name and new nil arg value.
25345 (number-of-diary-entries): Move from calendar.el.
25346 (diary-unhide-everything): New function.
25347 (include-other-diary-files, fancy-diary-display)
25348 (diary-show-all-entries, make-diary-entry): Use it.
25349 (diary-mail-entries): Use buffer-string.
25350 (mark-diary-entries): Fix long standing paren typo.
25351 (diary-sexp-entry): Use count-lines.
25352 (make-diary-entry): Avoid `previous-line'.
25353 (diary-mode-map): New var.
25354 (diary-mode): Redraw cal after saving. Setup header-line.
25355 (fancy-diary-display-mode): Use local-set-key.
25356
25357 * startup.el (command-line): Try calling various terminal-init-foo-bar
25358 functions by stripping hyphenated suffixes from $TERM.
25359
25360 * files.el (normal-mode): Check boundness of font-lock-keywords.
25361
25362 2005-09-12 Richard M. Stallman <rms@gnu.org>
25363
25364 * progmodes/compile.el: Don't decide a file's directory
25365 until the user actually tries to go there.
25366 (compilation-next-error-function):
25367 Pass compilation-find-file the directory from the file-struct.
25368 (compilation-internal-error-properties): Separate local FILE-STRUCT
25369 from FILE. Doc the args better. Rename arg FMT to FMTS.
25370 (compilation-find-file): Arg DIR renamed to DIRECTORY.
25371 Expand it, and if nil, use default-directory.
25372 (compilation-get-file-structure): Don't mix specified directory
25373 with default directory. Put specified directory into
25374 file-struct. Don't make the file name absolute.
25375
25376 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
25377 (compile-command): Add autoload.
25378 (compilation-disable-input): Add autoload.
25379
25380 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
25381
25382 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
25383 strings of the variables it can override.
25384 (time-stamp): New (as yet undocumented) time-stamp-format escapes
25385 %Q and %q, for fully-qualified domain name and unqualified host name.
25386
25387 2005-09-11 Kim F. Storm <storm@cua.dk>
25388
25389 * emacs-lisp/authors.el (authors-aliases): Update list.
25390 (authors-fixed-entries): Update mldrag.el entry.
25391
25392 2005-09-10 Alan Mackenzie <acm@muc.de>
25393
25394 * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
25395 delimiter from the region narrowed to.
25396
25397 2005-09-10 Magnus Henoch <mange@freemail.hu>
25398
25399 * textmodes/ispell.el (ispell-check-version): Signal an error if
25400 aspell version is less than 0.60.
25401
25402 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
25403
25404 * progmodes/octave-inf.el (inferior-octave-startup):
25405 Resync current dir at the end.
25406
25407 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
25408
25409 * woman.el (woman-topic-at-point-default):
25410 Rename to woman-use-topic-at-point-default.
25411 (woman-topic-at-point): Rename to woman-use-topic-at-point.
25412 (woman-file-name): Reflect renames above. Automatically use the
25413 word at point as topic if woman-use-topic-at-point is non-nil.
25414 Otherwise offer it as default but don't insert it in the
25415 minibuffer. Also use `test-completion' instead of `assoc' as
25416 suggested by Stefan Monnier.
25417
25418 2005-09-10 Andre Spiegel <spiegel@gnu.org>
25419
25420 * vc.el (vc-directory, vc-update-change-log): Throw an error on
25421 the attempt to do it over Tramp. This is not yet supported.
25422
25423 2005-09-10 Eli Zaretskii <eliz@gnu.org>
25424
25425 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
25426 (menu-bar-non-minibuffer-window-p): New functions.
25427 ("Split Window", "Save As..."): Use them.
25428 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
25429 ("Print Buffer", "Truncate Long Lines in this Buffer"):
25430 Use menu-bar-menu-frame-live-and-visible-p.
25431 ("Save Buffer", "Insert File", "Open Directory...")
25432 ("Open File...", "Visit New File..."):
25433 Use menu-bar-non-minibuffer-window-p.
25434 (kill-this-buffer-enabled-p, dired <menu-enable>):
25435 Use menu-bar-non-minibuffer-window-p.
25436
25437 2005-09-09 Eli Zaretskii <eliz@gnu.org>
25438
25439 * cus-start.el (all): Don't complain about fringe-related
25440 built-ins if fringes are not supported. Ditto about
25441 selection-related built-ins. Fix the test for GTK-related built-ins.
25442
25443 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
25444 ("Postscript Print Buffer", "Print Region", "Save As...")
25445 ("Save", "Insert File...", "Open Directory...")
25446 ("Open File...", "Visit New File..."")
25447 ("Truncate Long Lines in this Buffer"): Don't look at
25448 menu-updating-frame if this display does not support multiple frames.
25449
25450 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25451
25452 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
25453
25454 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
25455
25456 * woman.el: Format- and whitespace-related changes.
25457
25458 2005-09-09 Eli Zaretskii <eliz@gnu.org>
25459
25460 * woman.el: Fix my email address.
25461
25462 2005-09-08 Richard M. Stallman <rms@gnu.org>
25463
25464 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
25465 (sh-mode): Locally set skeleton-pair-default-alist.
25466
25467 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
25468
25469 * progmodes/flymake.el: Require `compile' unconditionally.
25470
25471 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
25472
25473 * woman.el (woman-file-name): Provide a default, not initial input.
25474
25475 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
25476
25477 * font-lock.el (font-lock-support-mode): Doc fix.
25478
25479 * descr-text.el (describe-property-list): Handle non-symbol prop names.
25480
25481 2005-09-08 Richard M. Stallman <rms@gnu.org>
25482
25483 * simple.el (blink-matching-open): Get rid of text props from
25484 the string shown in echo area. Don't permanently set point.
25485 Some rearrangements.
25486
25487 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
25488
25489 * recentf.el (recentf-filename-handler): Add custom choice
25490 `abbreviate-file-name'.
25491
25492 * msb.el (msb--very-many-menus): Fix typo.
25493
25494 * disp-table.el (standard-display-european): Don't set
25495 enable-multibyte-characters to nil.
25496
25497 2005-09-08 David Ponce <david@dponce.com>
25498
25499 * recentf.el (recentf-show-file-shortcuts-flag): New option.
25500 (recentf-expand-file-name): Doc fix.
25501 (recentf-dialog-mode-map): Define digit shortcuts.
25502 (recentf--files-with-key): New variable.
25503 (recentf-show-digit-shortcut-filter): New function.
25504 (recentf-open-files-items): New function.
25505 (recentf-open-files): Use it.
25506 (recentf-open-file-with-key): New command.
25507
25508 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
25509
25510 * buff-menu.el (Buffer-menu-sort-by-column): New function.
25511 Suggested by Kim F. Storm.
25512 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
25513 (Buffer-menu-make-sort-button): Use global keymap.
25514
25515 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
25516
25517 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
25518 (Man-getpage-in-background-advice): Remove defadvice; it isn't
25519 necessary any longer with the remapped command.
25520 (Man-bgproc-sentinel-advice): Remove defadvice which counts
25521 formatting time only.
25522
25523 * net/tramp.el (tramp-action-password)
25524 (tramp-multi-action-password): Compile the password prompt from
25525 `method', `user' and `host'. Sometimes it isn't obvious which
25526 password to enter, for example with remote files offered by
25527 recentf.el, or with multiple steps. Suggested by Robert Marshall
25528 <robert@chezmarshall.freeserve.co.uk>.
25529
25530 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
25531
25532 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
25533 Fix regexp for when "s///" is at the beginning of line.
25534
25535 2005-09-07 Jay Belanger <belanger@truman.edu>
25536
25537 * calc/calc-poly.el (math-expand-term): Multiply out any powers
25538 when in matrix mode.
25539
25540 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
25541
25542 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
25543 non-anonymous functions.
25544
25545 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
25546
25547 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
25548 when using a header line. Otherwise, use mouse-1-click-follows-link.
25549
25550 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
25551 can't be moved; don't signal an error.
25552
25553 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
25554
25555 * cus-theme.el (custom-theme-write-faces): Save the current face
25556 spec, not the defface spec.
25557
25558 * custom.el (custom-known-themes): Clarify meaning of "standard".
25559 (custom-push-theme): Save old values in the standard theme.
25560 (disable-theme): Correct typo.
25561 (custom-face-theme-value): Deleted unused function.
25562 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
25563
25564 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
25565
25566 * progmodes/compile.el (compilation-goto-locus): Take into account
25567 iconified frames when determining whether the buffer is
25568 already visible.
25569 Don't reset window height if the window already existed.
25570
25571 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
25572
25573 * custom.el (load-theme): Rename from require-theme.
25574 Add interactive spec.
25575 (enable-theme): Rename from custom-enable-theme.
25576 Add interactive spec.
25577 (disable-theme): Rename from custom-disable-theme.
25578 Add interactive spec.
25579 (custom-make-theme-feature): Doc fix.
25580 (custom-theme-directory): Doc fix.
25581 (provide-theme): Call enable-theme.
25582
25583 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
25584
25585 * obsolete/lazy-lock.el (lazy-lock-mode):
25586 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
25587 font-lock-mode if it's off. Print a warning instead.
25588
25589 * progmodes/compile.el (compilation-start): Ignore errors if the
25590 process died before we get to send-eof.
25591
25592 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
25593 Undo last change. Enclosing the result in quotes broke things on Unix
25594 since tex-send-command passes it through shell-quote-argument.
25595 (tex-send-command): Pass `file' through convert-standard-filename
25596 when possible.
25597 (tex-uptodate-p): Handle the case where TeX hasn't put additional
25598 info in a transcript.
25599
25600 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
25601
25602 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
25603 fix compilation warning. Reorder the key definitions to group
25604 together keys emitted by the current version of xterm.
25605
25606 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
25607 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
25608 Reorder predicates to correct min-color usage.
25609
25610 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
25611
25612 * longlines.el (longlines-mode): Inhibit read-only when encoding.
25613 Kill local variables when longlines-mode is turned off.
25614
25615 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
25616
25617 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
25618
25619 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
25620
25621 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
25622
25623 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
25624 (font-lock-lines-before): Change default to being inactive.
25625 (font-lock-default-fontify-region): Obey font-lock-lines-before.
25626 (font-lock-after-change-function): Don't handle f-l-lines-before here.
25627
25628 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25629
25630 * net/tramp.el (tramp-handle-make-auto-save-file-name):
25631 Deactivate temporarily advice if active (not needed for Emacs 22,
25632 but for backwards compatibility).
25633 (tramp-exists-file-name-handler): Rewrite. First implementation
25634 was too simple.
25635 (tramp-advice-make-auto-save-file-name):
25636 Call `tramp-handle-make-auto-save-file-name' (again, just for
25637 backwards compatibility).
25638
25639 2005-08-31 Reto Zimmermann <reto@gnu.org>
25640
25641 * progmodes/vhdl-mode.el
25642 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
25643 (vhdl-end-p): Fix indentation bug "else" after "-- when".
25644 (vhdl-set-default-project): New function (easier setting of default).
25645 (vhdl-port-copy): Handle extended identifiers for generics.
25646 (vhdl-compiler-alist): Better description for error message regexp.
25647 (vhdl-make): Query for target, use previous as default.
25648 (vhdl-port-copy): Fix port copy for port names starting with "signal".
25649 (vhdl-font-lock-keywords-2): Fix fontification for record
25650 el. assign.
25651 (vhdl-speedbar-make-subpack-line): Add package body link.
25652 (vhdl-generate-makefile-1): Not include itself as dependency.
25653 (vhdl-font-lock-init): Highlight c-preprocessor directives.
25654 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
25655 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
25656 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
25657 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
25658 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
25659 (vhdl-import-project): Add string argument for `error'.
25660 (vhdl-compose-configuration)
25661 (vhdl-compose-configuration-architecture): Add configuration
25662 declaration generation.
25663 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
25664 (vhdl-trailer-re): Add "record" keyword (better indentation).
25665 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
25666 "[^ \t-\"]+".
25667 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
25668 (vhdl-testbench-entity-file-name)
25669 (vhdl-testbench-architecture-file-name): Allow separate
25670 customization of testbench file names.
25671 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
25672 (vhdl-get-visible-signals): Allow newline within alias declaration.
25673 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
25674 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
25675 (member-ignore-case): Alias for missing function in XEmacs.
25676 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
25677 (vhdl-update-sensitivity-list): Ignore case on read signals.
25678 (vhdl-replace-string): Adjust case only for file names.
25679 (vhdl-update-sensitivity-list): Fix search for read signals.
25680 (vhdl-update-sensitivity-list): Exclude formal parameters.
25681 (vhdl-get-visible-signals): Include aliases of signals.
25682 (vhdl-get-visible-signals): Fix signal name searching.
25683 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
25684 (vhdl-fixup-whitespace-region): Fix for character
25685 literals (e.g. `:').
25686
25687 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
25688
25689 * ansi-color.el (comint-last-output-start):
25690 * bs.el (font-lock-verbose):
25691 * diff-mode.el (add-log-buffer-file-name-function):
25692 * dired-x.el (vm-folder-directory):
25693 * faces.el (help-xref-stack-item):
25694 * files.el (font-lock-keywords):
25695 * find-lisp.el (dired-buffers, dired-subdir-alist):
25696 * ido.el (cua-inhibit-cua-keys):
25697 * log-view.el (cvs-minor-wrap-function):
25698 * outline.el (font-lock-warning-face):
25699 * simple.el (compilation-current-error):
25700 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
25701 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
25702 * tooltip.el (comint-prompt-regexp):
25703 * w32-fns.el (explicit-shell-file-name):
25704 * term/mac-win.el (mac-charset-info-alist)
25705 (mac-services-selection, mac-system-script-code):
25706 * term/tty-colors.el (msdos-color-values):
25707 * term/w32-win.el (xlfd-regexp-registry-subnum):
25708 * term/x-win.el (x-keysym-table, x-selection-timeout)
25709 (x-session-id, x-session-previous-id):
25710 * textmodes/ispell.el (mail-yank-prefix):
25711 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
25712 * textmodes/org.el (calc-embedded-close-formula)
25713 (calc-embedded-open-formula)
25714 (font-lock-unfontify-region-function):
25715 * textmodes/reftex-global.el (isearch-next-buffer-function)
25716 (TeX-master):
25717 * textmodes/reftex.el (font-lock-keywords):
25718 * textmodes/tex-mode.el (font-lock-comment-face)
25719 (font-lock-doc-face):
25720 * textmodes/texinfo.el (outline-heading-alist):
25721 Add defvars.
25722
25723 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
25724 (artist-spray-chars, artist-mode-init, artist-replace-string)
25725 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
25726 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
25727 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
25728
25729 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
25730 (conf-align-assignments): "?\ " -> "?\s".
25731
25732 * textmodes/reftex-index.el (TeX-master): Add defvar.
25733 (reftex-index-phrases-marker): Move up defvar.
25734
25735 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
25736 (reftex-toc-include-labels-indicator)
25737 (reftex-toc-include-index-indicator)
25738 (reftex-toc-max-level-indicator): Move up declarations.
25739
25740 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
25741 of args to `tramp-run-real-handler', even if it's empty in this case.
25742
25743 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25744
25745 * dired.el (dired-move-to-filename-regexp): Add date format for
25746 Mac OS X 10.3 in East Asian locales.
25747
25748 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25749
25750 * files.el (make-auto-save-file-name): Add file name handler call
25751 if applicable.
25752
25753 * net/tramp.el (tramp-file-name-handler-alist)
25754 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
25755 (tramp-handle-make-auto-save-file-name): Rename from
25756 `tramp-make-auto-save-file-name'.
25757 (tramp-exists-file-name-handler): New defun.
25758 (tramp-advice-make-auto-save-file-name): Make defadvice only when
25759 `make-auto-save-file-name' is not a magic file name operation.
25760
25761 2005-08-30 Richard M. Stallman <rms@gnu.org>
25762
25763 * files.el (risky-local-variable-p):
25764 Match `-predicates' and `-commands.
25765
25766 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
25767 (custom-save-all): Visit the file if necessary;
25768 kill the buffer if we created it.
25769 (custom-save-delete): Don't visit file or kill buffer here.
25770
25771 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
25772
25773 * textmodes/org.el (org-special-keyword): New face.
25774 (org-table-copy-down, org-table-eval-formula)
25775 (org-table-recalculate, org-init-section-numbers):
25776 Use `string-to-number' instead of `string-to-int'.
25777 (org-get-location): Use `insert-buffer-substring' instead of
25778 `insert-buffer'.
25779 (org-modify-diary-entry-string): New function.
25780 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
25781 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
25782 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
25783 active region.
25784 (org-export-as-html): Handle QUOTE keyword.
25785 (org-quote-string): New option.
25786 (org-bookmark-jump-unhide): New function, used for
25787 `bookmark-after-jump-hook'.
25788 (org-diary-default-entry): Apply only when not called through
25789 `org-agenda'.
25790
25791 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
25792
25793 * net/eudc.el (mode-popup-menu):
25794 * play/handwrite.el (ps-printer-name, ps-lpr-command):
25795 * progmodes/ada-mode.el (compile-auto-highlight)
25796 (skeleton-further-elements):
25797 * progmodes/autoconf.el (font-lock-syntactic-keywords):
25798 * progmodes/cmacexp.el (msdos-shells):
25799 * progmodes/compile.el (font-lock-extra-managed-props)
25800 (font-lock-keywords, font-lock-maximum-size)
25801 (font-lock-support-mode):
25802 * progmodes/grep.el (font-lock-lines-before):
25803 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
25804 * progmodes/mixal-mode.el (compile-command):
25805 * progmodes/perl-mode.el (font-lock-comment-face)
25806 (font-lock-doc-face, font-lock-string-face):
25807 * progmodes/prolog.el (comint-prompt-regexp):
25808 * progmodes/sh-script.el (font-lock-comment-face)
25809 (font-lock-set-defaults, font-lock-string-face):
25810 * progmodes/sql.el (font-lock-keyword-face)
25811 (font-lock-set-defaults, font-lock-string-face):
25812 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
25813 (itimer-version, lazy-lock-defer-contextually)
25814 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
25815 Add defvars.
25816
25817 * progmodes/cperl-mode.el (cperl-electric-lbrace)
25818 (cperl-electric-keyword, cperl-electric-pod)
25819 (cperl-electric-backspace, cperl-forward-re)
25820 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
25821 (vc-rcs-header, vc-sccs-header): Add defvars.
25822
25823 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
25824 (font-lock-syntactic-keywords, gud-find-expr-function):
25825 Add defvars.
25826
25827 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
25828 (gdb-frame-parameters): Declare before use.
25829
25830 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
25831 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
25832 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
25833 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
25834
25835 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
25836 (idlwave-help-with-source): Use `insert-buffer-substring', not
25837 `insert-buffer'.
25838
25839 2005-08-29 Juri Linkov <juri@jurta.org>
25840
25841 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
25842 Put outline-back-to-heading function call inside save-excursion.
25843
25844 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
25845
25846 * man.el (Man-init-defvars, Man-translate-references)
25847 (Man-support-local-filenames, Man-highlight-references):
25848 * progmodes/sql.el (sql-interactive-mode):
25849 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
25850
25851 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
25852 (compilation-mode-font-lock-keywords): Add defvars.
25853 (checkdoc-interactive-loop): "?\ " -> "?\s".
25854
25855 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
25856 (font-lock-doc-face, font-lock-string-face)
25857 (font-lock-keywords-case-fold-search): Add defvars.
25858 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
25859
25860 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
25861 Don't pass X and Y (they are ignored anyway).
25862 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
25863 (mouse-delete-window): Make arguments optional.
25864
25865 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
25866 (caesar-translate-table, minor-modes, news-buffer-save)
25867 (news-group-name, news-minor-modes): Add defvars.
25868
25869 * emacs-lisp/lselect.el (mouse-highlight-priority)
25870 (x-lost-selection-functions, zmacs-regions):
25871 * emacs-lisp/pp.el (font-lock-verbose):
25872 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
25873 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
25874 (ses-mode-map):
25875 * emacs-lisp/tcover-unsafep.el (safe-functions):
25876 * international/mule-cmds.el (mac-system-coding-system)
25877 (mac-system-locale):
25878 * language/ethio-util.el (rmail-current-message)
25879 (rmail-message-vector):
25880 * language/thai-util.el (thai-auto-composition-mode):
25881 * mail/metamail.el (rmail-current-message, rmail-message-vector):
25882 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
25883 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
25884 (vm-primary-inbox, vm-spool-files):
25885 * mail/rmail.el (deleted-head, font-lock-fontified)
25886 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
25887 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
25888 (total-messages):
25889 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
25890 (rmail-summary-mode-map):
25891 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
25892 (rmail-last-label, rmail-last-multi-labels)
25893 (rmail-summary-vector, rmail-total-messages):
25894 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
25895 * mail/rmailsum.el (msgnum):
25896 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
25897 (rmail-current-message):
25898 * obsolete/fast-lock.el (font-lock-face-list):
25899 * obsolete/rnewspost.el (mail-reply-buffer):
25900 * obsolete/scribe.el (compile-command):
25901 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
25902
25903 2005-08-28 John Paul Wallington <jpw@gnu.org>
25904
25905 * ibuf-ext.el (ibuffer-auto-update-changed):
25906 Use `frame-or-buffer-changed-p' to check whether we need to update.
25907 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
25908 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
25909 as a `frame-or-buffer-changed-p' state vector instead.
25910
25911 2005-08-27 Romain Francoise <romain@orebokech.com>
25912
25913 * textmodes/makeinfo.el (makeinfo-compile):
25914 Use `compilation-start'. Set `next-error-function' according to
25915 `disable-errors'.
25916 (makeinfo-next-error): New function.
25917 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
25918 (makeinfo-buffer): Likewise.
25919
25920 * progmodes/compile.el (compilation-start): Add autoload cookie.
25921
25922 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
25923 * textmodes/sgml-mode.el: Likewise.
25924 * progmodes/python.el: Likewise.
25925
25926 2005-08-27 Eli Zaretskii <eliz@gnu.org>
25927
25928 * simple.el (blink-matching-paren-distance): Document the meaning
25929 of nil value, and allow to customize to nil.
25930
25931 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
25932 command.com, not command.exe.
25933
25934 2005-08-26 John Wiegley <johnw@newartisans.com>
25935
25936 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
25937 code around a bit so that an extraneous nil argument is not added
25938 to a command when no args are given.
25939
25940 * eshell/esh-arg.el (eshell-parse-double-quote): If a
25941 double-quoted argument resolves to nil, return it as an empty
25942 string rather than as nil. This made it impossible to pass "" to
25943 a shell script as a null string argument.
25944
25945 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
25946
25947 * outline.el (outline-invent-heading): New fun.
25948 (outline-promote, outline-demote): Use it.
25949 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
25950 (outline-end-of-subtree): Remove unused var `opoint'.
25951
25952 2005-08-26 David Reitter <david.reitter@gmail.com>
25953
25954 * menu-bar.el (truncate-lines, write-file, print-buffer)
25955 (ps-print-buffer-faces, ps-print-buffer, split-window):
25956 Disable menu items when the frame they refer to is invisible, or when
25957 they refer to a buffer and the minibuffer is selected.
25958
25959 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
25960
25961 * progmodes/flymake.el (flymake-highlight-err-lines):
25962 Use save-excursion around flymake-highlight-line to preserve point.
25963
25964 2005-08-26 Eli Zaretskii <eliz@gnu.org>
25965
25966 * progmodes/octave-mod.el: Change Author and Maintainer address.
25967 (octave-maintainer-address): Change Kurt's email address.
25968 * progmodes/octave-inf.el: Change Author and Maintainer address.
25969 * progmodes/octave-hlp.el: Change Author and Maintainer address.
25970
25971 2005-08-26 Kim F. Storm <storm@cua.dk>
25972
25973 * subr.el (version-list-<, version-list-<=, version-list-=):
25974 Rename from integer-list-*.
25975 (version-list-not-zero): Likewise. Fix while loop.
25976 (version=): Use version-list-= instead of string-equal.
25977
25978 2005-08-26 Richard M. Stallman <rms@gnu.org>
25979
25980 * outline.el (outline-promote): Try shortening the heading.
25981 As last resort, read the heading to use.
25982 (outline-demote): As last resort, read the heading to use.
25983
25984 2005-08-26 Romain Francoise <romain@orebokech.com>
25985
25986 * progmodes/compile.el (compilation-start): Doc fix.
25987
25988 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
25989 (antlr-font-lock-additional-keywords): Fix reference to
25990 `antlr-font-lock-literal-regexp' erroneously changed during the
25991 mass face rename.
25992 (antlr-run-tool): Use `compilation-start'.
25993
25994 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
25995 instead of the obsolete `compile-internal'.
25996
25997 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
25998
25999 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
26000 (number, original-date):
26001 * calendar/cal-china.el (date):
26002 * calendar/cal-coptic.el (date):
26003 * calendar/cal-french.el (date):
26004 * calendar/cal-hebrew.el (date, entry, number, original-date):
26005 * calendar/cal-islam.el (date, number, original-date):
26006 * calendar/cal-iso.el (date):
26007 * calendar/cal-julian.el (date):
26008 * calendar/cal-mayan.el (date):
26009 * calendar/cal-menu.el (date, event):
26010 * calendar/cal-persia.el (date):
26011 * calendar/lunar.el (date):
26012 * calendar/solar.el (date): Add defvars.
26013
26014 * emerge.el:
26015 * ibuffer.el:
26016 * info-xref.el:
26017 * obsolete/bg-mouse.el:
26018 * obsolete/sun-curs.el:
26019 * obsolete/swedish.el: Move the `defvar's to the top level.
26020
26021 * smerge-mode.el (smerge-refined-change): Add :group.
26022
26023 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
26024
26025 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
26026 (smerge-keep-n): Remove props.
26027 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
26028 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
26029 now that it's done in smerge-keep-n.
26030 (smerge-refined-change): New face.
26031 (smerge-refine-chopup-region, smerge-refine-highlight-change)
26032 (smerge-refine): New funs.
26033 (smerge-basic-map): Bind smerge-refine.
26034
26035 2005-08-25 Juri Linkov <juri@jurta.org>
26036
26037 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
26038 compilation-process-setup-function and compilation-disable-input
26039 in grep-mode instead of let-bindings in grep.
26040
26041 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
26042 Delete "Automatic File De/compression" (auto-compression-mode).
26043
26044 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
26045
26046 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
26047 Silence warning about non-existent variable.
26048
26049 2005-08-25 Richard M. Stallman <rms@gnu.org>
26050
26051 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
26052 Rename "Describe Key" to "Describe Key or Mouse Operation".
26053
26054 * mail/mailalias.el (build-mail-aliases): Delete comments
26055 from the contents before processing them.
26056
26057 * isearch.el (isearch-edit-string): Erase the Search prompt
26058 if user enters an empty string and there is no default.
26059
26060 * comint.el (comint-file-name-prefix): Add autoload.
26061
26062 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
26063
26064 * subr.el (play-sound): Rearrange to avoid warning.
26065
26066 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
26067
26068 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
26069 New hook.
26070 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
26071
26072 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
26073
26074 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
26075
26076 * custom.el (custom-theme-set-variables): Sort minor modes last.
26077
26078 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26079
26080 * subr.el (version-separator, version-regexp-alist): New vars used by
26081 version comparison funs.
26082 (integer-list-<, integer-list-=, integer-list-<=)
26083 (integer-list-not-zero): New funs for integer list comparison.
26084 (version-to-list, version=, version<, version<=): New funs for version
26085 comparison.
26086
26087 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
26088
26089 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
26090 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
26091 time to silence the byte-compiler.
26092
26093 * ibuffer.el (ibuffer-compile-make-eliding-form)
26094 (ibuffer-check-formats): Use `with-no-warnings' to hide references
26095 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
26096 so it's silly to get warnings for it).
26097 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
26098 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
26099 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
26100 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
26101 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
26102 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
26103 Defvar at compile time.
26104 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
26105 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
26106 Declare them before use.
26107
26108 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
26109 (info-xref-good, info-xref-bad): Defvar at compile time.
26110
26111 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
26112 Use `let*' instead of `let'.
26113
26114 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
26115 (*mouse-y*, menu, char): Defvar at compile time.
26116 (sc::menu): Declare it before use.
26117 (sc::pack-one-line): Use `let', not `let*'.
26118
26119 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
26120 (mail-send-hook): Defvar at compile time.
26121
26122 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
26123 Defvar at compile time.
26124
26125 * term/sun-mouse.el (current-global-mousemap)
26126 (current-local-mousemap): Declare them before use.
26127
26128 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
26129
26130 * bookmark.el (bookmark-after-jump-hook): New hook.
26131 (bookmark-jump): Run `bookmark-after-jump-hook'.
26132
26133 2005-08-23 Juri Linkov <juri@jurta.org>
26134
26135 * faces.el (minibuffer-prompt): Doc fix.
26136
26137 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
26138
26139 * progmodes/xscheme.el: Trivial changes to silence warnings.
26140 (xscheme-previous-mode, xscheme-previous-process-state):
26141 Add defvars.
26142 (xscheme-last-input-end, xscheme-process-command-line)
26143 (xscheme-process-name, xscheme-buffer-name)
26144 (xscheme-expressions-ring-max, xscheme-expressions-ring)
26145 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
26146 (xscheme-control-g-synchronization-p)
26147 (xscheme-control-g-disabled-p, xscheme-string-receiver)
26148 (default-xscheme-runlight, xscheme-runlight)
26149 (xscheme-runlight-string, xscheme-process-filter-state)
26150 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
26151 Move to beginning of file.
26152 (scheme-interaction-mode-commands-alist)
26153 (scheme-interaction-mode-map, scheme-debugger-mode-map):
26154 Declare them before use. Note: the initialization code for the
26155 variables has not been moved because it uses functions that reference
26156 the variables.
26157 (xscheme-control-g-message-string, xscheme-process-filter-alist)
26158 (xscheme-prompt-for-expression-map): Declare them before use.
26159 (scheme-debugger-mode-commands): "?\ " -> "?\s".
26160
26161 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
26162
26163 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
26164
26165 2005-08-22 Juri Linkov <juri@jurta.org>
26166
26167 * faces.el (set-face-underline): Delete this duplicate function
26168 and make an obsolete alias to set-face-underline-p.
26169 (set-face-underline-p): Use docstring of set-face-underline.
26170 (describe-face): Create hyperlink to parent face.
26171
26172 * info.el (Info-insert-dir): Use save-excursion around
26173 insert-buffer-substring.
26174 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
26175 (Info-escape-percent): Delete function.
26176 (Info-fontify-node): Replace Info-escape-percent by
26177 replace-regexp-in-string with REP arg set to lambda that
26178 duplicates `%' and preserves text properties.
26179
26180 * progmodes/compile.el (compilation-disable-input): Doc fix.
26181 (define-compilation-mode): Doc fix and refill.
26182 (kill-compilation): Use `mode-name' in the error message.
26183 (compilation-find-file): Use `compilation-error' in the
26184 read-file-name's prompt.
26185
26186 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
26187
26188 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
26189 (smerge-auto-leave): Make undo re-enable the mode.
26190 (debug-ignored-errors): Add the user-error of impossible resolution.
26191 (smerge-resolve): Move things around a bit, in preparation for later.
26192 (smerge-diff): Don't fail if the buffer has no associated file.
26193 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
26194 (smerge-conflict-overlay): New function.
26195 (smerge-match-conflict): Don't add text properties here.
26196 (smerge-find-conflict): Instead, add an overlay here.
26197 Also check for the case where we're inside a conflict already, so as to
26198 obviate the need for font-lock-multiline, which is unbearably slow with
26199 large conflicts and ciomplex font-lock patterns.
26200 (smerge-remove-props): Remove overlay rather than text-properties.
26201 (smerge-mode): Don't set font-lock-multiline.
26202 Remove overlays when turned off.
26203
26204 2005-08-21 Kim F. Storm <storm@cua.dk>
26205
26206 * ido.el (ido-ignore-item-p): Use save-match-data.
26207 Bind case-fold-search to ido-case-fold locally.
26208
26209 2005-08-20 Richard M. Stallman <rms@gnu.org>
26210
26211 * files.el (normal-mode): If font lock is on, turn it off and on.
26212
26213 * subr.el (replace-regexp-in-string): Doc fix.
26214
26215 * startup.el (command-line-1): Don't suppress startup screen
26216 due to existing processes.
26217
26218 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
26219
26220 * progmodes/compile.el (compilation-disable-input): Default to nil.
26221
26222 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
26223
26224 * progmodes/compile.el (compilation-disable-input): New defcustom.
26225 (compilation-start): If compilation-disable-input is non-nil, send
26226 EOF to the compilation process.
26227
26228 2005-08-20 Eli Zaretskii <eliz@gnu.org>
26229
26230 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
26231 Run the argument of tex-shell-cd-command through
26232 convert-standard-filename, to get the correct style of slashes on
26233 Windows, and enclose the result in quotes, in case the file name
26234 includes whitespace or other special characters.
26235
26236 2005-08-19 Andreas Schwab <schwab@suse.de>
26237
26238 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
26239 process.
26240
26241 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
26242
26243 * cus-start.el (minibuffer-prompt-properties): Correct typo.
26244
26245 2005-08-18 Kim F. Storm <storm@cua.dk>
26246
26247 * scroll-lock.el: Fix errors due to incorrect line wrapping.
26248
26249 2005-08-18 Richard M. Stallman <rms@gnu.org>
26250
26251 * scroll-lock.el: New file.
26252
26253 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
26254
26255 * dired.el (dired-move-to-end-of-filename):
26256 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
26257
26258 2005-08-18 Kim F. Storm <storm@cua.dk>
26259
26260 * ido.el (ido-everywhere): Fix defcustom :set function to disable
26261 rather than toggle mode when custom value is nil.
26262 (ido-everywhere): Fix defun doc string.
26263
26264 2005-08-17 Richard M. Stallman <rms@gnu.org>
26265
26266 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
26267 as tag instead of "Inviolable".
26268
26269 2005-08-17 Kim F. Storm <storm@cua.dk>
26270
26271 * windmove.el (windmove-coordinates-of-position): Remove.
26272 (windmove-coordinates-of-window-position): Remove.
26273 (windmove-reference-loc): Use posn-at-point instead.
26274
26275 * subr.el (insert-for-yank-1): Doc fix.
26276
26277 * ido.el (ido-enter-matching-directory): Rename from
26278 ido-enter-single-matching-directory. Change `slash' choice to
26279 `only'. Add `first' choice.
26280 (ido-exhibit): Adapt to above changes.
26281
26282 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
26283
26284 * Makefile.in: Expand comment about building loaddefs.el.
26285
26286 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
26287
26288 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
26289 Comment use of defadvice.
26290
26291 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
26292
26293 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
26294
26295 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
26296 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
26297 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
26298 * progmodes/idlw-shell.el, progmodes/ld-script.el,
26299 * progmodes/which-func.el, ruler-mode.el, strokes.el,
26300 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
26301 for backward compatibility for faces that did not appear in the
26302 previous Emacs release.
26303
26304 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
26305
26306 2005-08-15 Kim F. Storm <storm@cua.dk>
26307
26308 * emulation/cua-base.el (cua-delete-region): Return t if
26309 deleted region was non-empty.
26310 (cua-replace-region): Inhibit overwrite-mode for
26311 self-insert-command if replaced region was non-empty.
26312 (cua--explicit-region-start, cua--status-string): Make them
26313 buffer-local at top-level...
26314 (cua-mode): ...rather than when mode is enabled.
26315
26316 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
26317
26318 * progmodes/vhdl-mode.el (vhdl-emacs-21):
26319 Set t for Emacs 21, 22, and so on.
26320
26321 2005-08-15 David Ponce <david@dponce.com>
26322
26323 * tree-widget.el: Update Commentary header.
26324 (tree-widget-theme): Doc fix.
26325 (tree-widget-space-width): New option.
26326 (tree-widget-image-properties): Look up in the default theme too.
26327 (tree-widget--cursors): Only for images with arrow pointer shape.
26328 (tree-widget-lookup-image): Pointer shape is hand by default.
26329 (tree-widget-icon): Rename generic icon widget from
26330 `tree-widget-control'.
26331 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
26332 derive from `tree-widget-icon'.
26333 (tree-widget-handle): Improve default look and feel of the text
26334 representation.
26335 (tree-widget): Rename :*-control properties to :*-icon properties.
26336 Add :action and :help-echo properties.
26337 (tree-widget-after-toggle-functions): Move.
26338 (tree-widget-close-node, tree-widget-open-node): Remove.
26339 (tree-widget-before-create-icon-functions): New hook.
26340 (tree-widget-value-create): Update to allow customization of icons
26341 and nodes at run-time via that new hook.
26342 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
26343 (tree-widget-icon-action, tree-widget-icon-help-echo)
26344 (tree-widget-action, tree-widget-help-echo): New functions.
26345
26346 2005-08-15 Kim F. Storm <storm@cua.dk>
26347
26348 * ido.el (ido-buffer-internal): Use with-no-warnings.
26349 (ido-make-merged-file-list): Use while-no-input.
26350
26351 2005-08-15 Richard M. Stallman <rms@gnu.org>
26352
26353 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
26354 (flyspell-large-region): Fix doc and custom type.
26355
26356 2005-08-14 Richard M. Stallman <rms@gnu.org>
26357
26358 * files.el (interpreter-mode-alist): Doc fix.
26359
26360 * mail/rmail.el (rmail-nonignored-headers): New variable.
26361 (rmail-clear-headers): Use it.
26362 (rmail-reply): Better handling of mail-followup-to header.
26363
26364 * progmodes/sh-script.el (sh-font-lock-keywords-var):
26365 Rename variable from sh-font-lock-keywords. In the `shell' entry,
26366 don't try to refer to executable-font-lock-keywords.
26367 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
26368 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
26369 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
26370 (sh-mode): Set comment-start-skip, local-abbrev-table,
26371 imenu-case-fold-search.
26372 (sh-set-shell): Don't set them here.
26373 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
26374 Don't cache the results in the original alist; don't ever modify
26375 that alist.
26376
26377 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
26378
26379 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
26380 empty.
26381
26382 2005-08-15 Andreas Schwab <schwab@suse.de>
26383
26384 * desktop.el: Put autoload cookie at risky-local-variable declarations.
26385
26386 * dired.el, info.el, mail/rmail.el: Revert last change.
26387
26388 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
26389
26390 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
26391 modification in `eval-after-load' form.
26392 * info.el: Likewise.
26393 * mail/rmail.el: Likewise.
26394
26395 2005-08-14 Juri Linkov <juri@jurta.org>
26396
26397 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26398 Remove highlighting of "Compilation started". Highlight only
26399 the word "finished" in "Compilation finished". Add highlighting
26400 of "interrupt", "killed", "terminated" and the exit code.
26401 (compilation-start): Add newline after header. Use exactly the
26402 same time stamp format as the finishing message.
26403 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
26404
26405 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
26406 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
26407 Add highlighting of "interrupt", "killed", "terminated".
26408
26409 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
26410 enabled and the current command is self-insert-command, call it
26411 explicitly with overwrite-mode bound to nil, to not allow it
26412 to delete the character after the selected region.
26413
26414 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
26415
26416 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
26417 move-end-of-line, end-of-line, and beginning-of-line to the list
26418 of commands after which the echo area is updated.
26419
26420 2005-08-12 Eli Zaretskii <eliz@gnu.org>
26421
26422 * cus-edit.el (custom-save-all, custom-save-delete):
26423 Bind recentf-exclude to exclude custom-file.
26424
26425 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
26426
26427 * mail/rmailsum.el (rmail-summary-end-of-message): New command
26428 to go to the bottom of the mail message. Added to
26429 `rmail-summary-mode-map' with key "/".
26430 (rmail-summary-show-message): New (internal) function for use by
26431 both `rmail-summary-beginning/end-of-message'.
26432 (rmail-summary-beginning-of-message): Change to use
26433 rmail-summary-show-message.
26434
26435 * mail/rmail.el (rmail-end-of-message): New command to go to the
26436 end of the current message. Added to `rmail-mode-map' with key "/".
26437 (rmail-beginning-of-message): Fix to work as documented.
26438 (rmail-mode): Change documentation.
26439
26440 * progmodes/compile.el (compilation-start): Add the line
26441 "Compilation started" with compilation start time.
26442 (compilation-mode-font-lock-keywords): Add `started' to keywords.
26443
26444 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
26445
26446 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
26447 of menu items.
26448
26449 2005-08-11 Richard M. Stallman <rms@gnu.org>
26450
26451 * simple.el (pop-global-mark): Reverse test of widen-automatically.
26452
26453 * battery.el (battery-status-function): Don't use ignore-errors.
26454
26455 2005-08-11 Lute Kamstra <lute@gnu.org>
26456
26457 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
26458 define-obsolete-variable-alias.
26459
26460 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
26461
26462 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
26463 (ange-ftp-send-cmd): Revert last change, and expand
26464 the comment explaining the problem.
26465
26466 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
26467
26468 * ldefs-boot.el: Update.
26469
26470 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
26471 item to "Time, Load and Mail". Change help echo text.
26472
26473 * time.el (display-time-use-mail-icon, display-time-format)
26474 (display-time-string-forms): Shorten first line of docstrings.
26475
26476 2005-08-10 Lars Hansen <larsh@soem.dk>
26477
26478 * desktop.el (desktop-buffer-mode-handlers):
26479 Make non-customizable. Add autoload cookie. Change initial value to
26480 nil; add elements in respective modules instead. Fix doc string.
26481 (desktop-load-file): New function.
26482 (desktop-minor-mode-handlers): New autoloaded variable.
26483 (desktop-create-buffer): Call minor mode handlers.
26484 Use desktop-load-file to load major and minor mode modules prior to
26485 checking for a handler.
26486 (desktop-save): Don't add nil to desktop-minor-modes for minor
26487 modes with nil function in desktop-minor-mode-table. Don't delete
26488 desktop file before rewriting it.
26489 (desktop-locals-to-save): Add autoload cookie. Don't make
26490 automatically buffer-local. Add variables column-number-mode,
26491 size-indication-mode, indent-tabs-mode,
26492 indicate-buffer-boundaries, indicate-empty-lines and
26493 show-trailing-whitespace.
26494 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
26495 regexps. Don't use desktop-clear-preserve-buffers-regexp.
26496 (desktop-clear-preserve-buffers-regexp): Delete.
26497 (desktop-clear-preserve-buffers): Update initial value and docstring.
26498 (desktop-save-buffer): Fix doc string.
26499
26500 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
26501 (hilit-chg-desktop-restore): New function.
26502 (highlight-changes-mode): Add highlight-changes-mode to
26503 desktop-locals-to-save.
26504
26505 * dired.el: Add handler to desktop-buffer-mode-handlers.
26506 (dired-restore-desktop-buffer): Remove autoload cookie.
26507 (dired-mode): Add autoload cookie.
26508
26509 * info.el: Add handler to desktop-buffer-mode-handlers.
26510 (Info-restore-desktop-buffer): Remove autoload cookie.
26511 (Info-mode): Add autoload cookie.
26512
26513 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
26514 (mh-restore-desktop-buffer): Remove autoload cookie.
26515 (mh-folder-mode): Add autoload cookie.
26516
26517 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
26518 (rmail-restore-desktop-buffer): Remove autoload cookie.
26519
26520 2005-08-11 Masatake YAMATO <jet@gyve.org>
26521
26522 * hexl.el (hexl-address-region):
26523 (hexl-ascii-region, hexl-font-lock-keywords):
26524 (hexl-highlight-line-range): Use the term "region"
26525 instead of "area" for consistency with the other symbols
26526 defined in hexl.el.
26527
26528 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
26529
26530 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
26531 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
26532 out by Juri Linkov). Add `display-battery-mode'.
26533
26534 2005-08-09 Juri Linkov <juri@jurta.org>
26535
26536 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26537 Remove `-text' from face variable names.
26538 (compilation-error-file-name, compilation-warning-file-name)
26539 (compilation-info-file-name): Delete faces.
26540 (compilation-line-number, compilation-column-number):
26541 Remove face underlining.
26542 (compilation-message-face): Set to `underline' value by default.
26543 (compilation-error-face, compilation-warning-face)
26544 (compilation-info-face): Remove `-file-name' from face names.
26545 (compilation-error-text-face, compilation-warning-text-face)
26546 (compilation-info-text-face): Delete face variables.
26547 (compilation-text-face): Delete function.
26548
26549 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
26550 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
26551 (grep-error-face): Set to `compilation-error' instead of
26552 `compilation-error-face' (which is redefined to `grep-hit-face' in
26553 grep buffers).
26554 (grep-mode-font-lock-keywords): Remove `-text' from face variable
26555 names. Use `grep-error-face' instead of `compilation-error-text-face'.
26556
26557 * dired-aux.el (dired-do-query-replace-regexp):
26558 Use `query-replace-read-args'.
26559
26560 * replace.el (query-replace-read-from, query-replace-read-to)
26561 (query-replace-read-args): Rename arg `string' to `prompt'.
26562
26563 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
26564
26565 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
26566
26567 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
26568 uploading files.
26569 (ange-ftp-canonize-filename): Handle file names beginning with ~
26570 correctly.
26571
26572 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26573
26574 * textmodes/fill.el (canonically-space-region)
26575 (fill-context-prefix, fill-french-nobreak-p)
26576 (fill-delete-newlines, fill-comment-paragraph)
26577 (justify-current-line): "?\ " -> "?\s".
26578
26579 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
26580
26581 * textmodes/fill.el (fill-nonuniform-paragraphs):
26582 Improve argument/docstring consistency.
26583
26584 2005-08-09 Richard M. Stallman <rms@gnu.org>
26585
26586 * textmodes/ispell.el (ispell-word): More fboundp checks.
26587
26588 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
26589 (find-file-noselect-1): Call it here, only if RAWFILE.
26590 (normal-mode): Always set some major mode.
26591 (save-some-buffers-action-alist): Change some explanation strings.
26592 (file-name-non-special): In the `quote' method, use unwind-protect.
26593
26594 2005-08-09 Magnus Henoch <mange@freemail.hu>
26595
26596 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
26597 (ispell-have-aspell-dictionaries): New variable.
26598 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
26599 (ispell-get-aspell-config-value): New function.
26600 (ispell-aspell-find-dictionary): New function.
26601 (ispell-aspell-add-aliases): New function.
26602 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
26603 appropriate. Don't look for ispell dictionaries if we use aspell.
26604 (ispell-menu-map): Don't build a submenu of dictionaries.
26605
26606 2005-08-09 Richard M. Stallman <rms@gnu.org>
26607
26608 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
26609 (sql-read-passwd): Use read-passwd.
26610
26611 * progmodes/idlw-toolbar.el (idlwave-toolbar)
26612 (idlwave-toolbar-is-possible): Add defvars.
26613
26614 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
26615 Avoid warnings.
26616
26617 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
26618 (idlwave-system-class-info, idlwave-executive-commands-alist):
26619 Use defvar.
26620
26621 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
26622
26623 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
26624 Avoid warnings.
26625
26626 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
26627 and content-type: headers.
26628
26629 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
26630
26631 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
26632 and rename some of them to be more self-explanatory.
26633
26634 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
26635
26636 * startup.el (command-line-1): Implement -scriptload.
26637
26638 * replace.el (occur-engine): Initial *Occur* output not undoable.
26639
26640 * menu-bar.el (menu-bar-file-menu): Rename some menu items
26641 and improve help strings.
26642
26643 * isearch.el (isearch-repeat): When changing direction,
26644 mark search successful.
26645
26646 * ediff-init.el: Use (featurep 'xemacs).
26647
26648 * comint.el (send-invisible): Identify buffer, if not selected.
26649
26650 * align.el: Delete autoload for c-guess-basic-syntax.
26651
26652 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26653
26654 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
26655 Improve argument/docstring consistency. Doc fixes.
26656 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
26657 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
26658 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
26659 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
26660 (r2bv-organization, r2bv-pages, r2bv-primary-author)
26661 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
26662 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
26663 Defvar at compile time.
26664
26665 2005-08-09 Juri Linkov <juri@jurta.org>
26666
26667 * info.el: Replace `info' with upper-case `Info' where appropriate.
26668 (info-title-1, info-title-2, info-title-3, info-title-4)
26669 (info-menu-header): Move up face definitions.
26670 (info-menu-star): Rename from `info-menu-5'.
26671 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
26672 (Info-fontify-visited-nodes): Fix docstring.
26673 (Info-hide-note-references): Fix docstring.
26674 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
26675 menu items in the same way as on cross-references.
26676 (info-apropos): Fix sorting order and formatting to be like in the
26677 stand-alone Info browser. Display error messages for 1 sec.
26678 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
26679 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
26680 from the menu bar.
26681 (Info-insert-dir): Restore point after calling
26682 `insert-buffer-substring'.
26683
26684 2005-08-08 Richard M. Stallman <rms@gnu.org>
26685
26686 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
26687 (recompute-lucid-menubar): Add defvars.
26688
26689 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
26690
26691 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
26692
26693 * net/net-utils.el (run-dig): Rename from `dig'.
26694
26695 * play/gametree.el (gametree-mode): Use make-local-variable,
26696 not make-variable-buffer-local.
26697
26698 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
26699
26700 * ansi-color.el (ansi-color-make-extent)
26701 (ansi-color-set-extent-face): Use fboundp, not functionp.
26702
26703 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
26704 not make-variable-buffer-local.
26705
26706 * bookmark.el (Info-current-file): Add defvar.
26707 (bookmark-jump-noselect): Use with-no-warnings.
26708
26709 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
26710
26711 * ebuff-menu.el (Helper-return-blurb): Add defvar.
26712
26713 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
26714
26715 * find-file.el (ada-procedure-start-regexp)
26716 (ada-package-start-regexp): Add defvars.
26717
26718 * info.el (Info-insert-dir): Use insert-buffer-substring.
26719
26720 * xml.el (xml-att-def-re): Add defvar.
26721
26722 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
26723 calling convention.
26724
26725 * subr.el (while-no-input): Return t if there is input.
26726
26727 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
26728
26729 * cus-start.el (all): Add `overflow-newline-into-fringe'.
26730
26731 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
26732
26733 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
26734 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
26735
26736 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
26737
26738 * cmuscheme.el (scheme-start-file): Replace reference to
26739 `user-emacs-directory' by "~/.emacs.d/".
26740
26741 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
26742
26743 * info.el (Info-dir-remove-duplicates): Avoid case folding
26744 in loop; instead, keep downcased strings for comparison.
26745 Suggested by Helmut Eller.
26746
26747 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
26748
26749 Sync with Tramp 2.0.50.
26750
26751 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
26752 XEmacs case; not necessary anymore.
26753 (tramp-user-regexp): Allow "@" as part of user name.
26754 (tramp-handle-set-visited-file-modtime)
26755 (tramp-handle-insert-file-contents)
26756 (tramp-handle-write-region): No special handling for
26757 `last-coding-system-used, because this is done in
26758 `tramp-accept-process-output' now.
26759 (tramp-accept-process-output): New defun.
26760 (tramp-process-one-action, tramp-process-one-multi-action)
26761 (tramp-wait-for-regexp, tramp-wait-for-output)
26762 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
26763 Howells <dhowells@redhat.com>.
26764 (clear-visited-file-modtime): Defadvice removed. The check for
26765 unset buffer's modtime does not need to be based on
26766 `tramp-buffer-file-attributes'. Suggested by RMS.
26767 (tramp-message): Insert "\n" if not being at beginning of line.
26768 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
26769 sequence with same logic.
26770 (tramp-completion-handle-expand-file-name): Discard call of
26771 `tramp-drop-volume-letter'. It is not necessary, and there have
26772 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
26773 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
26774 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
26775 should always be visible.
26776 (tramp-handle-insert-directory, tramp-setup-complete)
26777 (tramp-set-process-query-on-exit-flag)
26778 (tramp-append-tramp-buffers): Pacify byte-compiler.
26779 (tramp-bug): Delete non-existing variables from list.
26780 Apply `tramp-load-report-modules' as pre-hook.
26781 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
26782 `shell-prompt-pattern' because of non-7bit characters.
26783 Reported by Sebastian Luque <sluque@mun.ca>.
26784 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
26785 (tramp-match-string-list): Remove function.
26786 (tramp-wait-for-regexp): Remove call of that function.
26787 Suggested by Kim F. Storm <storm@cua.dk>.
26788 (tramp-set-auto-save-file-modes): Use octal integer code #o600
26789 instead of octal character code ?\600. The latter resulted in a
26790 syntax error with XEmacs.
26791
26792 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
26793 XEmacs case; not necessary anymore.
26794 (tramp-smb-handle-write-region): No special handling for
26795 `last-coding-system-used, because this is done in
26796 `tramp-accept-process-output' now.
26797 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
26798
26799 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
26800
26801 * wid-edit.el (widget-choice-value-create):
26802 Unconditionally respect user choice. Set :explicit-choice back to nil
26803 when no longer needed.
26804 (widget-choice-action): Unconditionally respect user choice.
26805 Eliminate :explicit-choice-value.
26806
26807 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
26808
26809 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
26810 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
26811 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
26812 running new function `toggle-indicate-empty-lines'.
26813 Rename "Customize" item to "Customize fringe".
26814 Rename "Indicators" item to "Buffer boundaries" and change help echo.
26815 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
26816 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
26817 Delete "Empty lines only" item.
26818 (menu-bar-showhide-fringe-ind-customize): New function.
26819 (menu-bar-showhide-fringe-ind-mixed)
26820 (menu-bar-showhide-fringe-ind-box)
26821 (menu-bar-showhide-fringe-ind-right)
26822 (menu-bar-showhide-fringe-ind-left)
26823 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
26824 instead of `fringe-indicators'.
26825
26826 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
26827
26828 * emulation/viper.el (viper-emacs-state-mode-list):
26829 Add recentf-dialog-mode. Change the date of last update.
26830
26831 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
26832
26833 * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
26834 (viper-exec-yank, viper-put-back): Don't display modification msg
26835 if in the minibuffer.
26836
26837 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
26838 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
26839 Make variables frame local.
26840
26841 * emulation/viper-util.el (viper-append-filter-alist):
26842 Use append instead of nconc.
26843
26844 * emulation/viper.el (viper-vi-state-mode-list)
26845 (viper-emacs-state-mode-list): Move help-mode and
26846 completion-list-mode from the first list to the second.
26847 (viper-mode): Docstring.
26848 (viper-go-away, viper-non-hook-settings): Don't localize
26849 minor-mode-alist in newer Emacsen. Add advice to
26850 set-cursor-color. Don't bind "\C-c\\".
26851
26852 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
26853
26854 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
26855 (scheme-macro-expand-command): New user options.
26856 (scheme-trace-procedure, scheme-expand-current-form): New commands.
26857 (scheme-form-at-point, scheme-start-file)
26858 (scheme-interactively-start-process): New functions.
26859 (scheme-get-process): New function, extracted from `scheme-proc'.
26860 (run-scheme): Call `scheme-start-file' to get start file, and pass
26861 it to `make-comint'.
26862 (switch-to-scheme, scheme-proc):
26863 Call `scheme-interactively-start-process' if no Scheme buffer/process
26864 is available.
26865
26866 2005-08-06 Juri Linkov <juri@jurta.org>
26867
26868 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26869 Use `compilation-text-face', `compilation-info-text-face' and
26870 `compilation-error-text-face' instead of `font-lock-keyword-face'.
26871 (compilation-error): New face.
26872 (compilation-error-file-name): Inherit from
26873 `compilation-error' instead of `font-lock-warning-face'.
26874 (compilation-warning-file-name): Inherit from
26875 `compilation-warning' instead of `font-lock-warning-face'.
26876 (compilation-info, compilation-error-file-name)
26877 (compilation-warning-file-name, compilation-info-file-name)
26878 (compilation-line-number, compilation-column-number): Doc fix.
26879 (compilation-error-text-face, compilation-warning-text-face)
26880 (compilation-info-text-face): New face variables.
26881 (compilation-line-face, compilation-column-face)
26882 (compilation-enter-directory-face)
26883 (compilation-leave-directory-face): Doc fix.
26884 (compilation-text-face): New function.
26885
26886 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
26887 instead of 1 to display binary file names as info file links.
26888 (grep-error-face): Use `compilation-error-face' instead of
26889 `font-lock-keyword-face'.
26890 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
26891 and `compilation-warning-text-face' instead of
26892 `font-lock-keyword-face'. Use `compilation-error-text-face'
26893 instead of `grep-error-face'.
26894
26895 2005-08-05 Kenichi Handa <handa@m17n.org>
26896
26897 * international/code-pages.el: Add autoload cookies for all coding
26898 systems.
26899
26900 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
26901
26902 * cus-start.el (all): Put undo.c where it alphabetically belongs.
26903
26904 2005-08-04 Juri Linkov <juri@jurta.org>
26905
26906 * progmodes/compile.el (compilation-mode-map):
26907 * progmodes/grep.el (grep-mode-map):
26908 Bind TAB to `compilation-next-error' and [backtab] to
26909 `compilation-previous-error'.
26910
26911 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
26912 matching line numbers, column numbers and their ranges with regexp
26913 matching only line numbers.
26914 (grep-context-face): New face variable.
26915 (grep-mode-font-lock-keywords): Use it.
26916
26917 * faces.el (read-face-name): Delete duplicate faces.
26918
26919 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
26920
26921 * thumbs.el (thumbs-find-image): Don't make variables
26922 automatically buffer local.
26923 (thumbs-current-tmp-filename, thumbs-current-image-filename)
26924 (thumbs-image-num): Make automatically buffer local.
26925 (thumbs-show-thumbs-list): Use `make-local-variable', not
26926 `make-variable-buffer-local'.
26927 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
26928
26929 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
26930 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
26931 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
26932 (bother, bye, canyou, chatlst, continue, deathlst, describe)
26933 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
26934 (feelings-about, foullst, found, hello, history, howareyoulst)
26935 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
26936 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
26937 (neglst, obj, object, owner, please, problems, qlist)
26938 (random-adjective, relation, remlst, repetitive-shortness)
26939 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
26940 (shortlst, something, sportslst, stallmanlst, states, subj)
26941 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
26942 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
26943 Defvar at compile time.
26944
26945 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
26946 not `make-variable-buffer-local'.
26947
26948 2005-08-02 Kim F. Storm <storm@cua.dk>
26949
26950 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
26951 rectangle overlay in selected window.
26952
26953 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
26954
26955 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
26956 instead of display group. Make `indicate-buffer-boundaries'
26957 customizable through Custom.
26958
26959 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
26960
26961 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
26962 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
26963 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
26964 (gdb-put-string): Fix typos in docstrings.
26965
26966 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
26967
26968 Update copyright notices of files in progmodes directory for
26969 release of Emacs 22.1.
26970
26971 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
26972
26973 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
26974 Don't barf if the GUD buffer has been killed.
26975
26976 2005-08-01 Kim F. Storm <storm@cua.dk>
26977
26978 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
26979
26980 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
26981
26982 * simple.el (next-error-follow-minor-mode):
26983 make-variable-buffer-local -> make-local-variable.
26984
26985 * emacs-lisp/cl-extra.el: Require CL also when compiling.
26986
26987 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
26988 (byte-compile-form-make-variable-buffer-local): New functions to warn
26989 about misuses of make-variable-buffer-local where make-local-variable
26990 was meant.
26991
26992 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
26993
26994 * bs.el (bs-attributes-list): Doc fix.
26995 (bs): Update url-link.
26996
26997 * desktop.el (desktop-save-buffer): Fix typos in docstring.
26998 (desktop-load-default): Simplify.
26999
27000 * ibuffer.el (ibuffer-columnize-and-insert-list)
27001 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
27002 (ibuffer-unmark-all, ibuffer-toggle-marks)
27003 (ibuffer-unmark-forward, ibuffer-unmark-backward)
27004 (ibuffer-compile-make-format-form, ibuffer-format-column)
27005 (ibuffer-current-buffers-with-marks)
27006 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
27007 (ibuffer): Doc fix.
27008 (ibuffer-mode): Fix typo in docstring.
27009 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
27010 with `define-obsolete-variable-alias'.
27011 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
27012
27013 2005-07-29 Kenichi Handa <handa@m17n.org>
27014
27015 * international/mule-cmds.el (select-message-coding-system):
27016 Be sure to use LF for end-of-line. If no coding system is decided,
27017 return iso-8859-1-unix.
27018
27019 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
27020
27021 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
27022 (ange-ftp-pending-error-line): New vars.
27023 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
27024 to handle the non-fatal no-route-to-host messages.
27025 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
27026
27027 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
27028
27029 * isearch.el (isearch-mode-map, isearch-other-meta-char)
27030 (isearch-quote-char, isearch-printing-char)
27031 (isearch-text-char-description): "?\ " -> "?\s".
27032 (isearch-lazy-highlight-cleanup)
27033 (isearch-lazy-highlight-initial-delay)
27034 (isearch-lazy-highlight-interval)
27035 (isearch-lazy-highlight-max-at-a-time)
27036 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
27037 Declare with define-obsolete-*-alias macros.
27038 (isearch-forward): Fix typo in docstring.
27039 (search-invisible, search-ring-yank-pointer)
27040 (regexp-search-ring-yank-pointer): Doc fixes.
27041
27042 * recentf.el (recentf-menu-append-commands-p): Declare with
27043 `define-obsolete-variable-alias'.
27044 (recentf-max-saved-items, recentf-menu-filter)
27045 (recentf-arrange-by-rule-subfilter): Doc fixes.
27046 (recentf-menu-append-commands-flag)
27047 (recentf-initialize-file-name-history, recentf-expand-file-name)
27048 (recentf-clear-data): Fix typos in docstrings.
27049
27050 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
27051
27052 * progmodes/gdb-ui.el: Smarten comments.
27053 (gdb-info-breakpoints-custom): Use nowarn when finding file.
27054
27055 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
27056
27057 * term/apollo.el (terminal-init-apollo): New function containing
27058 all former top level forms in the file.
27059 * term/bobcat.el (terminal-init-bobcat):
27060 * term/cygwin.el (terminal-init-cygwin):
27061 * term/iris-ansi.el (terminal-init-iris-ansi):
27062 * term/linux.el (terminal-init-linux):
27063 * term/news.el (terminal-init-news):
27064 * term/rxvt.el (terminal-init-rxvt):
27065 * term/sun.el (terminal-init-sun):
27066 * term/tvi970.el (terminal-init-tvi970):
27067 * term/vt100.el (terminal-init-vt100):
27068 * term/vt102.el (terminal-init-vt102):
27069 * term/vt125.el (terminal-init-vt125):
27070 * term/vt200.el (terminal-init-vt200):
27071 * term/vt201.el (terminal-init-vt201):
27072 * term/vt220.el (terminal-init-vt220):
27073 * term/vt240.el (terminal-init-vt240):
27074 * term/vt300.el (terminal-init-vt300):
27075 * term/vt320.el (terminal-init-vt320):
27076 * term/vt400.el (terminal-init-vt400):
27077 * term/vt420.el (terminal-init-vt420):
27078 * term/wyse50.el (terminal-init-wyse50):
27079 * term/xterm.el (terminal-init-xterm): Likewise.
27080
27081 * term/README: Describe the terminal-init-* functionality.
27082
27083 * startup.el (command-line): After loading the terminal initialization
27084 file call the corresponding terminal initialization function.
27085
27086 2005-07-27 Kenichi Handa <handa@m17n.org>
27087
27088 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
27089 negative.
27090
27091 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
27092 (ps-mule-composition-prologue): Fix for the case that
27093 RelativeCompose is false.
27094
27095 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
27096
27097 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
27098
27099 * descr-text.el (describe-char): Handle the case where the list of
27100 chars is displayed in a separate frame.
27101 Be a bit more discriminating when looking for the char.
27102
27103 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
27104
27105 * bookmark.el (bookmark-automatically-show-annotations)
27106 (bookmark-read-annotation-text-func): Doc fixes.
27107 (bookmark-save): Improve argument/docstring consistency.
27108 (bookmark-get-bookmark, bookmark-get-bookmark-record)
27109 (bookmark-alist-from-buffer)
27110 (bookmark-upgrade-file-format-from-0)
27111 (bookmark-grok-file-format-version)
27112 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
27113 (bookmark-read-annotation-mode)
27114 (bookmark-insert-current-bookmark, bookmark-jump)
27115 (bookmark-exit-hook): Fix typos in docstrings.
27116 (bookmark-exit-hooks): Define as obsolete alias.
27117 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
27118 not `bookmark-exit-hooks'. Fix docstring.
27119 (bookmark-bmenu-select): "?\ " -> "?\s".
27120
27121 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
27122
27123 * startup.el (command-line): Fix typo.
27124
27125 2005-07-24 Richard M. Stallman <rms@gnu.org>
27126
27127 * tooltip.el (tooltip-mode): Test emacs-basic-display,
27128 not emacs-quick-startup.
27129
27130 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
27131
27132 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
27133 (reb-next-match, reb-show-subexp): Use `with-selected-window'
27134 instead of `reb-with-current-window'.
27135 (reb-prev-match): Likewise. Also, don't move left if the search
27136 was unsuccessful.
27137 (reb-initialize-buffer): New function.
27138 (re-builder, reb-change-syntax): Use it.
27139
27140 * man.el (Man-goto-page): Make second argument NOERROR optional.
27141
27142 2005-07-23 Richard M. Stallman <rms@gnu.org>
27143
27144 * man.el (Man-bgproc-sentinel): Check here for failure to find
27145 any man page in the output, and report the error here.
27146 (Man-arguments): Make it permanent local.
27147 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
27148 (Man-mode): Pass t for NOERROR.
27149
27150 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
27151 (grep-mode-font-lock-keywords):
27152 Don't use compilation-...-face for messages that are not file names.
27153
27154 * progmodes/compile.el (compilation-mode-font-lock-keywords):
27155 Don't use compilation-...-face for messages that are not file names.
27156
27157 2005-07-22 Juri Linkov <juri@jurta.org>
27158
27159 * startup.el (normal-splash-screen): Update menu name.
27160
27161 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
27162
27163 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
27164
27165 * term/xterm.el: Load term/rxvt if the terminal is actually an
27166 rxvt terminal.
27167 (xterm-rxvt-set-background-mode): Remove, not used anymore.
27168
27169 * term/rxvt.el (function-key-map): Use substitute-key-definition
27170 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
27171
27172 * term/cygwin.el: New file.
27173
27174 2005-07-22 Kim F. Storm <storm@cua.dk>
27175
27176 * image-file.el (insert-image-file, image-file-yank-handler):
27177 Fix last change to maintain a (unique) yank-handler on yanked images.
27178
27179 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
27180
27181 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
27182 of the file size (as in "177B" for 177 bytes). This happens with
27183 "ls -lh" on FreeBSD.
27184
27185 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
27186
27187 * hilit-chg.el (highlight-changes-global-initial-state)
27188 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
27189 (hilit-chg-fixup, highlight-changes-mode):
27190 Fix typos in docstrings.
27191 (highlight-changes-global-modes, highlight-changes-rotate-faces):
27192 Doc fixes.
27193
27194 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
27195
27196 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
27197 mode function using `eval-after-load'.
27198
27199 2005-07-21 Kim F. Storm <storm@cua.dk>
27200
27201 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
27202 included when reporting an Emacs crash, and tell about the DEBUG file.
27203
27204 * image-file.el (insert-image-file): Add yank-handler.
27205 (image-file-yank-handler): Yank handler to make unique copies of
27206 images when they are yanked into a buffer next to each other.
27207
27208 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
27209
27210 * comint.el (comint-use-prompt-regexp, comint-send-input)
27211 (comint-source-default, comint-extract-string)
27212 (comint-get-source, comint-word, comint-completion)
27213 (comint-source, comint-prompt-read-only, comint-update-fence):
27214 Fix typos in docstrings.
27215 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
27216 Declare with define-obsolete-*-alias macros.
27217 (comint-previous-matching-input-from-input)
27218 (comint-next-matching-input-from-input)
27219 (comint-previous-matching-input, comint-next-matching-input)
27220 (comint-forward-matching-input):
27221 Improve argument/docstring consistency.
27222
27223 * desktop.el (desktop-clear-preserve-buffers-regexp):
27224 Also preserve the *server* buffer.
27225
27226 * simple.el (clone-indirect-buffer): Doc fix.
27227 (fixup-whitespace, just-one-space)
27228 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
27229 (next-error, next-error-highlight)
27230 (next-error-highlight-no-select, next-error-last-buffer)
27231 (next-error-buffer-p, next-error-find-buffer, next-error)
27232 (previous-error, next-error-no-select, previous-error-no-select)
27233 (open-line, split-line, minibuffer-prompt-width, kill-new)
27234 (binary-overwrite-mode): Fix typos in docstrings.
27235 (set-fill-column): Fix typo in message.
27236
27237 * skeleton.el (skeleton-proxy-new): Doc fix.
27238
27239 * strokes.el (strokes-load-hook): Doc fix.
27240 (strokes-grid-resolution, strokes-get-grid-position)
27241 (strokes-renormalize-to-grid, strokes-read-stroke)
27242 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
27243 (strokes-global-map): Fix typos in docstrings.
27244 (strokes-help): Doc fix. Fix help message and pass it through
27245 `substitute-command-keys'.
27246
27247 * tempo.el (tempo-insert-prompt, tempo-interactive)
27248 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
27249 (tempo-insert-string-functions, tempo-local-tags)
27250 (tempo-define-template, tempo-insert-template)
27251 (tempo-insert-prompt-compat, tempo-is-user-element)
27252 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
27253 Fix typos in docstrings.
27254
27255 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
27256 (vcursor-key-bindings, vcursor-use-vcursor-map)
27257 (vcursor-find-window, vcursor-scroll-down)
27258 (vcursor-disable, vcursor-beginning-of-buffer)
27259 (vcursor-end-of-buffer): Fix typos in docstrings.
27260 (vcursor-relative-move, vcursor-get-char-count):
27261 Improve argument/docstring consistency.
27262
27263 * version.el: "?\ " -> "?\s".
27264
27265 * wid-edit.el (widget-default-create, widget-after-change)
27266 (widget-default-format-handler, widget-checklist-add-item)
27267 (widget-radio-add-item, widget-choose, widget-specify-secret)
27268 (widget-field-value-create, widget-field-value-get)
27269 (widget-editable-list-format-handler)
27270 (widget-editable-list-entry-create, widget-group-value-create)
27271 (widget-documentation-link-add)
27272 (widget-documentation-string-value-create): "?\ " -> "?\s".
27273 (widget-convert-text): Doc fix.
27274 (widget-narrow-to-field, widget-field-find)
27275 (widget-url-link-action, widget-emacs-library-link-action)
27276 (widget-color-notify): Fix typos in docstrings.
27277
27278 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
27279 (x-select-text, set-w32-system-coding-system)
27280 (w32-add-charset-info): Fix typos in docstrings.
27281
27282 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
27283 (cua-enable-cua-keys, cua-use-hyper-key)
27284 (cua-virtual-rectangle-edges): Fix typos in docstrings.
27285 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
27286
27287 * net/tramp.el (tramp-handle-load): Fix typo in error message.
27288
27289 * emacs-lisp/re-builder.el (regexp-builder): Declare with
27290 `defalias' instead of faking it.
27291
27292 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
27293 (eshell-ls-missing, eshell-ls-dired-initial-args)
27294 (eshell-ls-use-in-dired): Fix typos in docstrings.
27295
27296 2005-07-20 Kim F. Storm <storm@cua.dk>
27297
27298 * emulation/cua-base.el (cua-mode): Improve doc string.
27299
27300 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
27301
27302 * abbrev.el (expand-region-abbrevs): Doc fix.
27303 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
27304 Improve argument/docstring consistency.
27305
27306 * arc-mode.el (archive-get-descr, archive-alternate-display):
27307 Doc fixes.
27308 (archive-l-e): Improve argument/docstring consistency.
27309 (archive-tmpdir, archive-unixdate, archive-unixtime)
27310 (archive-chmod-entry): Fix typos in docstrings.
27311 (archive-unflag, archive-unflag-backwards)
27312 (archive-unmark-all-files): "?\ " -> "?\s".
27313
27314 * buff-menu.el (Buffer-menu-unmark): Doc fix.
27315 (Buffer-menu-not-modified, Buffer-menu-execute)
27316 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
27317 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
27318
27319 * composite.el (compose-string, encode-composition-rule)
27320 (compose-last-chars): Fix typos in docstrings.
27321
27322 * desktop.el (desktop-enable, desktop-basefilename):
27323 Declare with `define-obsolete-variable-alias'.
27324 (desktop-internal-v2s): Don't quote keywords.
27325 (desktop-clear): "?\ " -> "?\s".
27326
27327 * dired.el (dired-align-file, dired-flag-backup-files)
27328 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
27329 (dired-listing-switches, dired-ls-F-marks-symlinks)
27330 (dired-dwim-target, dired-load-hook, dired-mode-hook)
27331 (dired-directory, dired-faces, dired, dired-revert)
27332 (dired-mode, dired-summary, dired-view-file)
27333 (dired-copy-filename-as-kill, dired-delete-file)
27334 (dired-no-confirm, dired-unmark-all-marks)
27335 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
27336 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
27337 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
27338 Fix typos in message strings.
27339
27340 * dired-x.el (virtual-dired): Declare with `defalias'.
27341 (dired-mark-unmarked-files, dired-local-variables-file)
27342 (dired-omit-here-always): Doc fix.
27343 (dired-omit-mode, dired-find-subdir)
27344 (dired-enable-local-variables, dired-clean-up-buffers-too)
27345 (dired-extra-startup, dired-mark-extension, dired-jump)
27346 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
27347 (dired-smart-shell-command, dired-guess-shell-alist-user)
27348 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
27349 (dired-x-bind-find-file, dired-x-submit-report):
27350 Fix typos in docstrings.
27351 (dired-mark-unmarked-files): "?\ " -> "?\s".
27352
27353 * dirtrack.el (dirtrack-list): Fix typos in docstring.
27354
27355 * faces.el (describe-face): "?\ " -> "?\s".
27356 (read-all-face-attributes, read-face-font, modify-face)
27357 (face-attr-construct, italic): Fix typos in docstrings.
27358 (frame-update-face-colors): Declare with
27359 `define-obsolete-function-alias'.
27360
27361 * files.el (find-file-noselect, recode-file-name): Doc fixes.
27362 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
27363 (magic-mode-alist, buffer-file-numbers-unique)
27364 (write-file-functions, get-free-disk-space):
27365 Fix typos in docstrings.
27366 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
27367 (write-contents-hooks, write-file-hooks):
27368 Declare with `define-obsolete-variable-alias'.
27369
27370 * forms-d2.el (arch-rj): Fix typo in docstrings.
27371 (arch-tocol): Likewise. "?\ " -> "?\s".
27372
27373 * frame.el (set-frame-font, cursor-in-non-selected-windows):
27374 Fix typo in docstring.
27375 (set-screen-width, set-screen-height): Delete redundant info in
27376 doctrings.
27377 (new-frame, screen-height, screen-width): Declare with
27378 `define-obsolete-function-alias'.
27379 (delete-frame-hook, blink-cursor): Declare with
27380 `define-obsolete-variable-alias'.
27381
27382 * paths.el (prune-directory-list): Fix typos in docstring.
27383
27384 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
27385 (cvs-prefix-get): Fix typos in docstrings.
27386
27387 * ps-print.el (ps-extend-face-list, ps-extend-face)
27388 (ps-print-background-image): Fix typos in docstrings.
27389 (ps-default-fg, ps-default-bg): Doc fixes.
27390
27391 * s-region.el (s-region-bind): Doc fix.
27392 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
27393
27394 * textmodes/org.el (org-table-formula-substitute-names)
27395 (org-table-get-vertical-vector): Doc fixes.
27396 (org-table-recalculate): Remove unused argument to `message'.
27397
27398 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
27399
27400 * textmodes/org.el (org-table-column-names)
27401 (org-table-column-name-regexp)
27402 (org-table-named-field-locations): New variables.
27403 (org-archive-subtree): Protect `this-command' when calling
27404 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
27405 the kill buffer.
27406 (org-complete): Remove fixed-formula completion.
27407 (org-edit-formulas-map): New variable.
27408 (org-table-edit-formulas): New command.
27409 (org-finish-edit-formulas, org-abort-edit-formulas)
27410 (org-show-variable, org-table-get-vertical-vector): New functions.
27411 (org-table-maybe-eval-formula): Handle `:=' fields.
27412 (org-table-get-stored-formulas, org-table-store-formulas)
27413 (org-table-get-formula, org-table-modify-formulas)
27414 (org-table-replace-in-formulas): Handle named field formulas.
27415 (org-table-get-specials): Store locations of named fields.
27416
27417 2005-07-19 Juri Linkov <juri@jurta.org>
27418
27419 * progmodes/grep.el (grep-regexp-alist)
27420 (grep-mode-font-lock-keywords, grep-process-setup):
27421 Use default GNU grep match color "01;31m" instead of "01;41m".
27422 (grep-regexp-alist, grep-mode-font-lock-keywords):
27423 Use `\\[[0-9]*m' instead of `\\[00m'.
27424 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
27425 sgr_start where its handling is more important. Use the real
27426 length of sgr_start instead of constant 8.
27427 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
27428 specially. Delete all remaining escape sequences.
27429 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
27430 (grep-regexp-alist): Make hyperlink only for binary file name
27431 instead of the whole line.
27432 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
27433 (grep-mode): Add autoload.
27434
27435 * emacs-lisp/find-func.el (find-function-regexp):
27436 Add `define-compilation-mode'.
27437
27438 2005-07-19 Juri Linkov <juri@jurta.org>
27439
27440 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
27441 (compare-windows-sync-string-size, compare-windows-recenter)
27442 (compare-windows-highlight, compare-windows): Add version 22.1.
27443 (compare-windows) <defface>: Inherit from lazy-highlight instead
27444 of duplicating its default value.
27445
27446 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
27447 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
27448
27449 * descr-text.el (describe-char): Create link buttons for `charset'
27450 and `code point'. Add the current input method name with a link
27451 button to `to input' field. Print face names of display table
27452 characters in `The display table entry is displayed by' section
27453 instead of printing face-id in the `display' field.
27454 Guess hardcoded faces and create a link button for them.
27455 Skip empty fields when calculating max-width.
27456 Treat `widget-create' specially while inserting strings from the
27457 collected field list.
27458 (describe-char-after): Made obsolete in version 22.1, not 21.5.
27459
27460 * diff-mode.el (diff-file-header): Change foreground color from
27461 yellow to green on light backgrounds.
27462 (diff-context): Inherit from `shadow' only for color/grayscale
27463 with more than 88 colors.
27464 (diff-indicator-removed, diff-indicator-added)
27465 (diff-indicator-changed): New faces.
27466 (diff-font-lock-keywords): Use new faces. Regroup rules.
27467 Add "^---$" for `normal' diff format. Fontify `#' lines with
27468 font-lock-comment-delimiter-face and font-lock-comment-face.
27469 Add `#' to ^[^...] in the rule for `diff-context-face'.
27470
27471 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
27472 a button-like box. Inherit from `highlight' on low colors.
27473 (shadow): Use shades of gray only for color/grayscale with
27474 more than 88 colors. Use green for light backgrounds with
27475 8 colors, and yellow for dark backgrounds with 8 colors.
27476
27477 * font-lock.el (font-lock-regexp-grouping-backslash):
27478 Don't inherit from escape-glyph (use bold for all cases).
27479
27480 * info.el (info-xref-visited): Use light foreground color `violet'
27481 for dark backgrounds instead of dark color `magenta3'.
27482 (info-title-1): Use `yellow' color for dark backgrounds.
27483
27484 * isearch.el (isearch): Use not-too-dark magenta3 instead of
27485 too-light magenta2.
27486
27487 * replace.el (match): Use slightly more light RoyalBlue3 instead
27488 of dark RoyalBlue4.
27489
27490 * wid-edit.el (widget-inactive): Inherit from `shadow'.
27491
27492 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
27493
27494 * novice.el (disabled-command-hook): Declare it with
27495 `define-obsolete-variable-alias'.
27496
27497 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
27498 (desktop-buffer-misc-functions, desktop-buffer-handlers)
27499 (desktop-load-default): Add release to obsolescence info.
27500 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
27501 (desktop-append-buffer-args, desktop-read):
27502 Fix typos in docstrings.
27503 (desktop-kill): Fix typo in message.
27504 (desktop-save): Doc fix.
27505
27506 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
27507
27508 * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
27509 (viper-envelop-ESC-key): Change the definition of fast
27510 keysequence so it'll work with keyboard macros.
27511
27512 * ediff.el (ediff-patch-buffer): Change the docstring.
27513
27514 2005-07-19 Kenichi Handa <handa@m17n.org>
27515
27516 * international/mule-cmds.el (select-safe-coding-system): Try to
27517 use an auto-coding (if any) before anything else. If the found
27518 auto-coding is invalid, show a warning message.
27519
27520 * international/mule.el (find-auto-coding): New function created
27521 by modifying the body of set-auto-coding.
27522 (set-auto-coding): Use find-auto-coding to find a coding.
27523
27524 2005-07-18 Richard M. Stallman <rms@gnu.org>
27525
27526 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
27527 not isearch-mode-end-hook-error.
27528 (allout-before-change-protect): Fix error message.
27529
27530 2005-07-18 Juri Linkov <juri@jurta.org>
27531
27532 * allout.el (allout-mode):
27533 * calculator.el (calculator-copy):
27534 * custom.el (custom-known-themes):
27535 * dired.el (dired-desktop-buffer-misc-data)
27536 (dired-restore-desktop-buffer):
27537 * dired-x.el (dired-omit-marker-char):
27538 * files.el (basic-save-buffer):
27539 * font-core.el (font-lock-mode):
27540 * calendar/calendar.el (calendar-goto-hebrew-date)
27541 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
27542 (calendar-goto-persian-date):
27543 * language/ethio-util.el (ethio-sera-to-fidel-region):
27544 * textmodes/picture.el (picture-mode):
27545 Delete duplicate duplicate words.
27546
27547 2005-07-18 Juri Linkov <juri@jurta.org>
27548
27549 * isearch.el (isearch-mode-map): Remove key bindings for regexp
27550 chars * ? } |.
27551 (isearch-fallback): Don't call `isearch-process-search-char'.
27552 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
27553 (isearch-process-search-char): Call `isearch-fallback' for regexp
27554 chars * ? } |.
27555 (isearch-return-char): Make obsolete with `make-obsolete' instead
27556 of simply documenting it as obsolete in the docstring.
27557 (isearch-fallback): Refill docstring.
27558
27559 * international/isearch-x.el
27560 (isearch-process-search-multibyte-characters): Remove unneeded
27561 `concat'. Add intermediate values to `junk-hist' instead of
27562 `minibuffer-history'. Test the length of `str'.
27563
27564 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
27565
27566 * allout.el (allout-resolve-xref): Fix typos in error strings.
27567 (allout-before-change-protect): Remove unneeded `concat'.
27568
27569 * array.el (array-mode, array-reconfigure-rows)
27570 (untabify-backward): Fix typos in docstrings.
27571 (array-reconfigure-rows): Use `insert-buffer-substring', not
27572 `insert-buffer'.
27573
27574 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
27575 * progmodes/ada-mode.el (ada-make-body):
27576 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
27577
27578 * dired.el (dired-log):
27579 * tar-mode.el (tar-subfile-save-buffer):
27580 * play/zone.el (zone-pgm-stress-destress):
27581 Use `insert-buffer-substring', not `insert-buffer'.
27582
27583 2005-07-17 Simon Josefsson <jas@extundo.com>
27584
27585 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
27586
27587 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
27588
27589 * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
27590 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
27591
27592 2005-07-17 Kim F. Storm <storm@cua.dk>
27593
27594 * ido.el (dired-other-window): Add ido property.
27595
27596 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
27597
27598 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27599 Fix typo in docstring.
27600 (byte-compile-interactive-only-functions): Add `insert-buffer' and
27601 `insert-file-literally'.
27602
27603 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
27604 info and delete redundant message. Doc fix.
27605 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
27606 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
27607
27608 2005-07-16 Richard M. Stallman <rms@gnu.org>
27609
27610 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
27611 (byte-compile-and): Use byte-compile-and-recursion.
27612 (byte-compile-or-recursion): New function.
27613 (byte-compile-or): Use that.
27614 (byte-compile-if): Guard the else-clause too.
27615 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
27616
27617 * isearch.el (isearch-mode-end-hook-quit): New variable.
27618 (isearch-done): Bind it.
27619 (isearch-mode-end-hook): Doc fix.
27620
27621 * allout.el (allout-isearch-did-quit): Variable deleted.
27622 (allout-real-isearch-abort): Function name no longer used.
27623 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
27624 (allout-isearch-rectification): isearch-mode always exists.
27625 Don't set allout-isearch-did-quit.
27626 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
27627 allout-isearch-did-quit.
27628 (allout-enwrap-isearch): Just add the hook.
27629 (allout-isearch-abort): Function deleted.
27630 (allout-pre-command-business): Avoid warning.
27631
27632 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
27633 Correctly avoid warnings.
27634 (pascal-outline): Likewise.
27635
27636 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
27637
27638 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
27639
27640 * play/tetris.el (tetris-mode): Avoid warning.
27641
27642 * play/snake.el (snake-mode): Avoid warning.
27643
27644 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
27645 (gamegrid-set-display-table): Avoid warning.
27646 (gamegrid-set-timer): Likewise.
27647 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
27648 (gamegrid-add-score-with-update-game-score-1): Take FILE
27649 as argument.
27650 (gamegrid-add-score-with-update-game-score): Pass that argument.
27651 Rename have-shared-game-dir to gamegrid-shared-game-dir.
27652
27653 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
27654
27655 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
27656 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
27657
27658 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
27659 and insert-file.
27660
27661 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
27662 (sc-ask): Avoid warnings.
27663
27664 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
27665 (eshell-hist-initialize): Use that var the natural way.
27666
27667 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
27668
27669 * emacs-lisp/re-builder.el (reb-cook-regexp):
27670 Avoid warning calling lre-compile-string.
27671 (reb-color-display-p): Avoid warning.
27672
27673 * calculator.el (calculator-last-input): Guard uses
27674 of event-key and key-press-event-p.
27675 (event-key, key-press-event-p): Delete definitions.
27676
27677 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
27678 (find-gc-source-directory, find-gc-subrs-callers)
27679 (find-gc-noreturn-list, find-gc-source-files)
27680 (find-gc-subrs-called): Vars renamed and defvar'd.
27681
27682 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
27683 (checkdoc-overlay-put, checkdoc-delete-overlay)
27684 (checkdoc-overlay-start, checkdoc-overlay-end)
27685 (checkdoc-mode-line-update, checkdoc-char=):
27686 Define such that compiler knows they are defined.
27687 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
27688 (checkdoc-read-event): Delete. Use read-event directly.
27689
27690 * whitespace.el (whitespace-make-overlay)
27691 (whitespace-overlay-put, whitespace-delete-overlay)
27692 (whitespace-overlay-start, whitespace-overlay-end):
27693 Define such that compiler knows they are defined.
27694 (whitespace): Move conditional inside.
27695
27696 * tempo.el (tempo-insert-template): Suppress warning.
27697
27698 * ediff-diff.el (longlines-mode): Add defvar.
27699
27700 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
27701
27702 * server.el: Bind "C-x #" in a way that works even if C-x is
27703 redefined to a command key, not a prefix key.
27704
27705 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
27706
27707 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
27708 cl-make-type-test till execution time.
27709
27710 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
27711
27712 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
27713 arg ARG and use it.
27714
27715 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
27716
27717 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
27718
27719 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
27720
27721 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27722 a defcustom with two :set or :type keywords.
27723
27724 2005-07-15 Richard M. Stallman <rms@gnu.org>
27725
27726 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
27727 Don't give ^M comment-end syntax.
27728
27729 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
27730
27731 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
27732 Don't consider gdbmi (gdb-mi.el has its own update functions).
27733 (gdb-var-delete): Make it work for gdbmi as well.
27734 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
27735
27736 * progmodes/gud.el (etags, sdb): Only require etags when needed.
27737 (gud-speedbar-menu-items): Correct logic for enabling items.
27738
27739 2005-07-15 Kim F. Storm <storm@cua.dk>
27740
27741 * ido.el: Fix commentary.
27742 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
27743 Use with-no-warnings around ffap-guesser.
27744 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
27745 Let bind minibuffer-completing-file-name to t.
27746
27747 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
27748
27749 * startup.el (site-run-file, keyboard-type): Doc fixes.
27750 (command-line): Check for "--basic-display" argument; also for
27751 "--quick", not "--bare-bones" (which was renamed).
27752 (fancy-splash-text): Add missing item "Getting New Versions".
27753 (normal-splash-screen): Fix typos and improve consistency with
27754 `fancy-splash-text'. Update copyright year.
27755
27756 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
27757 valid binding for `help-char'.
27758
27759 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
27760
27761 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
27762
27763 * term.el (term-mode): Disable cua-mode for term buffers.
27764
27765 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
27766
27767 * add-log.el (add-log-mailing-address, change-log-merge):
27768 Doc fixes.
27769 (change-log-get-method-definition): Fix typo in docstring.
27770
27771 2005-07-14 Kim F. Storm <storm@cua.dk>
27772
27773 * emulation/cua-base.el:
27774 (cua--pre-command-handler-1, cua--pre-command-handler)
27775 (cua--post-command-handler-1, cua--post-command-handler):
27776 Split in two. Check (buffer local) value of cua-mode.
27777 (cua-selection-mode): New command.
27778
27779 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
27780
27781 * custom.el (custom-initialize-safe-set)
27782 (custom-initialize-safe-default): Doc fixes.
27783
27784 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27785 and simplify :init-value again.
27786
27787 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27788 and simplify :init-value again. Delete autoload.
27789
27790 * startup.el (command-line): Use `custom-reevaluate-setting' again
27791 for tooltip-mode.
27792
27793 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27794 a defcustom with two :initialize keywords.
27795
27796 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
27797
27798 * allout.el (my-mark-marker, allout-isearch-prior-pos)
27799 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
27800 (allout-post-command-business, allout-flag-region)
27801 (isearch-reenable-font-lock, allout-yank)
27802 (allout-insert-latex-header, allout-insert-latex-trailer)
27803 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
27804 (allout-latex-verb-quote): Fix typos in docstrings.
27805 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
27806 (allout-unprotected, allout-prefix-data):
27807 Improve argument/docstring consistency.
27808 (allout-chart-subtree): Fix argument spec.
27809 (allout-open-topic): Rename `use_sib_bullet' argument to
27810 `use-sib-bullet'. Doc fix.
27811
27812 * whitespace.el (whitespace-check-buffer-leading)
27813 (whitespace-check-buffer-trailing)
27814 (whitespace-check-buffer-indent)
27815 (whitespace-check-buffer-spacetab)
27816 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
27817 (whitespace-check-leading-whitespace)
27818 (whitespace-check-trailing-whitespace)
27819 (whitespace-check-spacetab-whitespace)
27820 (whitespace-check-indent-whitespace)
27821 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
27822 (whitespace-modes): Fix typos in docstrings.
27823 (defgroup, defcustom): Doc fixes.
27824
27825 * winner.el (winner-mode, winner-boring-buffers)
27826 (winner-pending-undo-ring): Doc fixes.
27827 (winner-ring): Remove unneeded `progn'.
27828 (winner-equal): `defsubst' it.
27829 (winner-redo): Fix message.
27830
27831 2005-07-13 Kim F. Storm <storm@cua.dk>
27832
27833 * simple.el (line-move-1): Always use vertical-motion to
27834 do the last (or only) line move to ensure some movement.
27835 Undo 2005-06-23 change--don't check for overlays.
27836
27837 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27838
27839 * term/mac-win.el (ccl-encode-mac-roman-font)
27840 (ccl-encode-mac-centraleurroman-font)
27841 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
27842 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
27843 Change charset-id boundary of dimension to ?\xef.
27844 (mac-char-fontspec-list): New constant.
27845 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
27846 argument. Nil uses itself as family in font-spec. Previous
27847 behavior for nil is now provided by non-nil non-string argument.
27848 All callers changed. Add font-specs for Mac fonts to
27849 "fontset-default" unless iso8859-1 fonts are installed.
27850
27851 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
27852
27853 * progmodes/sh-script.el (sh-get-indent-info): Only indent
27854 a continuation line if the \ is preceded by SPC or TAB.
27855 (sh-get-indent-info): Simplify.
27856 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
27857 Use with-current-buffer.
27858
27859 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
27860 when the matched text is empty.
27861
27862 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
27863
27864 * startup.el (command-line): Revert to previous handling of
27865 tooltip-mode. Explain in comment why the complexity is needed.
27866
27867 * tooltip.el (tooltip-mode): Revert to previous implementation of
27868 its defcustom.
27869
27870 * frame.el (blink-cursor-mode): Revert to previous implementation
27871 of its defcustom. Update comment.
27872
27873 2005-07-12 Lars Hansen <larsh@soem.dk>
27874
27875 * desktop.el: Update e-mail address.
27876
27877 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27878
27879 * term/mac-win.el (mac-services-mail-selection)
27880 (mac-services-mail-to): New functions.
27881 (mac-application-menu-map): Bind them.
27882
27883 2005-07-12 wulei <milton@wulei.net> (tiny change)
27884
27885 * progmodes/gdb-ui.el: Add note about buffering with Windows.
27886
27887 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
27888
27889 * custom.el (custom-reevaluate-setting): Doc fix.
27890
27891 2005-07-11 Jay Belanger <belanger@truman.edu>
27892
27893 * calc/calc.el (calc-embedded-announce-formula-alist)
27894 (calc-embedded-open-close-plain-alist)
27895 (calc-embedded-open-close-mode-alist): Add checks for additional
27896 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
27897
27898 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
27899
27900 * custom.el (custom-enable-theme): Don't add theme to
27901 `custom-enabled-themes' with `push' because there is no
27902 setf-method for `delq'.
27903
27904 2005-07-11 Richard M. Stallman <rms@gnu.org>
27905
27906 * custom.el (custom-declare-variable): Doc fix.
27907
27908 * dired-aux.el (dired-compare-directories): Remove "." and ".."
27909 from the alists.
27910
27911 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
27912 Do nothing if edebug-active.
27913
27914 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
27915 (edebug-display): Do it here instead.
27916
27917 2005-07-10 Richard M. Stallman <rms@gnu.org>
27918
27919 * cus-face.el (custom-theme-set-faces): Make it work.
27920 (custom-reset-faces): Doc fix.
27921 (custom-theme-reset-internal-face, custom-theme-face-value):
27922 Functions deleted.
27923
27924 * custom.el (custom-push-theme): Maintain list of the settings
27925 of a given theme in its theme-settings property.
27926 Maintain position of old settings in the theme-value
27927 or theme-face property.
27928 (custom-enabled-themes): New variable.
27929 (custom-theme-enabled-p): New function.
27930 (provide-theme): Update custom-enabled-themes.
27931 Disable and reenable the `user' theme.
27932 (require-theme): Doc fix.
27933 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
27934 (custom-theme-value, custom-theme-variable-value): Likewise.
27935 (custom-theme-reset-internal): Likewise.
27936 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
27937 (custom-enable-theme, custom-disable-theme): New functions.
27938 (custom-variable-theme-value, custom-face-theme-value): Likewise.
27939 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
27940 (custom-theme-reset-variables): Simplify.
27941 (deftheme, custom-declare-theme, custom-make-theme-feature):
27942 Definitions moved.
27943
27944 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
27945
27946 * longlines.el (longlines-show-region)
27947 (longlines-unshow-hard-newlines): Recognize hard newlines by
27948 non-nil hard property, instead of t.
27949
27950 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
27951
27952 * emulation/viper-cmd.el (viper--key-maps): New variable.
27953 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
27954 emulation-mode-map-alists.
27955 (viper-envelop-ESC-key): Use viper-subseq.
27956 (viper-search-forward/backward/next): Disable debug-on-error.
27957
27958 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
27959 (viper-ESC-key): New defcustoms.
27960
27961 * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
27962
27963 * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
27964 (viper-subseq): Copy of subseq from cl.el.
27965
27966 * emulation/viper.el (viper-go-away, viper-set-hooks): Use
27967 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
27968
27969 * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
27970
27971 * emulation/viper-init.el: Get rid of -face in face names.
27972
27973 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
27974 Make it work with longlines mode.
27975
27976 * ediff-mult.el (ediff-meta-mode-hook): New variable.
27977
27978 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
27979
27980 * ediff-init.el: Get rid of -face in face names.
27981
27982 2005-07-10 Richard M. Stallman <rms@gnu.org>
27983
27984 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
27985 and with-timeout-unsuspend.
27986
27987 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
27988 and with-timeout-unsuspend.
27989
27990 * emacs-lisp/timer.el (with-timeout-timers): New variable.
27991 (with-timeout): Bind that variable to record timers.
27992 (with-timeout-suspend, with-timeout-unsuspend): New functions.
27993
27994 * emacs-lisp/debug.el (debug-help-follow): New function.
27995 (debugger-mode-map): Use that instead of help-follow.
27996 (debugger-setup-buffer): Use eval-buffer-list
27997 to handle eval-buffer frames.
27998
27999 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
28000
28001 * timezone.el (timezone-parse-date): Change first regexp
28002 so it will not mistakenly match dates with no time zone.
28003
28004 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
28005
28006 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
28007
28008 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
28009
28010 * custom.el (custom-initialize-safe-set)
28011 (custom-initialize-safe-default): New functions.
28012
28013 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
28014 and simplify :init-value.
28015
28016 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
28017 and simplify :init-value. Delete obsolete comment.
28018
28019 * startup.el (command-line): Use `custom-reevaluate-setting' to
28020 handle `tooltip-mode'. Delete obsolete comment.
28021
28022 * files.el (set-visited-file-name): Avoid calling
28023 `file-name-nondirectory' with a nil argument.
28024
28025 2005-07-09 Richard M. Stallman <rms@gnu.org>
28026
28027 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
28028 was called with nil for the buffer, handle the read position right.
28029 Handle read position for eval-region, too.
28030
28031 2005-07-09 Juri Linkov <juri@jurta.org>
28032
28033 * fringe.el (fringe-mode): Add period in docstring.
28034 (fringe-query-style): Build prompt depending on `all-frames' arg.
28035
28036 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
28037 to not create links to unrelated functions in the Help buffer.
28038
28039 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
28040 Doc fix.
28041
28042 * simple.el (next-error-hook): New variable.
28043 (next-error): Use it. Doc fix.
28044
28045 * textmodes/ispell.el (ispell-command-loop): Add current
28046 dictionary name and program name to mode-line-format.
28047 (ispell-region, ispell-process-line): Add current dictionary name
28048 and program name to messages.
28049
28050 2005-07-08 Jay Belanger <belanger@truman.edu>
28051
28052 * calc/calc.el (calc-embedded-announce-formula-alist)
28053 (calc-embedded-open-close-formula-alist)
28054 (calc-embedded-open-close-word-alist)
28055 (calc-embedded-open-close-plain-alist)
28056 (calc-embedded-open-close-new-formula-alist)
28057 (calc-embedded-open-close-mode-alist)
28058 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
28059 (calc-embedded-mode-hook): New variables.
28060
28061 * calc/calc-embed.el (calc-embedded-firsttime)
28062 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
28063 New variables.
28064 (calc-do-embedded): Use calc-embedded-firsttime,
28065 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
28066 determine whether or not to run hooks.
28067 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
28068 calc-embedded-firsttime-formula appropriately.
28069 Set calc-embedded delimiter variables according to mode.
28070
28071 2005-07-08 Richard M. Stallman <rms@gnu.org>
28072
28073 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
28074 Check for "emacs", etc., as entire symbol, not just as word.
28075 (checkdoc-file-comments-engine): Use regexp-quote on FN.
28076
28077 * files.el (set-visited-file-name): Report the error
28078 for "empty filename" earlier.
28079 (kill-some-buffers): Ignore buffers already dead.
28080
28081 * fringe.el (fringe-mode): Doc fix.
28082
28083 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
28084 Check for (featurep 'xemacs) and turn off warnings in what it guards.
28085 Use unwind-protect to ensure byte-compile-unresolved-functions
28086 is updated.
28087
28088 * whitespace.el (whitespace-buffer-leading-cleanup):
28089 Simplify w/ skip-chars-forward.
28090 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
28091
28092 * mail/rmail.el (rmail-only-expunge): Fix paren error.
28093 Unconditionally try to leave point at the same old place.
28094
28095 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
28096
28097 * comint.el (comint-postoutput-scroll-to-bottom)
28098 (comint-show-maximum-output): Take scroll-margin into consideration.
28099
28100 2005-07-08 Kim F. Storm <storm@cua.dk>
28101
28102 * ido.el (ido-use-filename-at-point): New choice `guess'.
28103 (ido-file-internal): Try ffap-guesser if selected.
28104
28105 * ido.el (ido-before-fallback-functions): New hook.
28106 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
28107 (ido-read-file-name): Run it.
28108
28109 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
28110
28111 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
28112 strings rather than a list of symbols to the completion function.
28113
28114 2005-07-07 Jay Belanger <belanger@truman.edu>
28115
28116 * calc/calc-units.el (math-apply-units): Change the places in
28117 which units are simplified.
28118
28119 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
28120
28121 * cus-edit.el (customize-option, customize-option-other-window):
28122 Make them handle aliases.
28123
28124 * custom.el (custom-variable-p): Make it recursively follow
28125 aliases. Mention that in the docstring.
28126
28127 2005-07-07 Richard M. Stallman <rms@gnu.org>
28128
28129 * cus-start.el (exec-path): Use `directory' instead of `file'.
28130 Fix tag for nil.
28131
28132 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
28133
28134 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
28135 when called non-interactively. Doc fix.
28136
28137 2005-07-07 Lute Kamstra <lute@gnu.org>
28138
28139 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
28140 new address as well.
28141
28142 2005-07-07 Kenichi Handa <handa@m17n.org>
28143
28144 * international/mule.el (make-coding-system):
28145 Describe `ascii-incompatible' property in the docstring.
28146 (set-file-name-coding-system): Signal an error if coding-system is
28147 ascii-incompatible.
28148 (set-keyboard-coding-system): Likewise.
28149
28150 * international/mule-cmds.el (set-default-coding-systems):
28151 Don't set default-file-name-coding-system and
28152 default-keyboard-coding-system if coding-system is ASCII-incompatible.
28153
28154 * international/utf-16.el: Declare that all UTF-16-based coding
28155 systems are ASCII-incompatible.
28156
28157 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
28158
28159 * progmodes/gud.el: Require font-lock for displaying errors.
28160 Used by gdb-ui.el.
28161
28162 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
28163
28164 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
28165 values for the pattern lists which are `read'able but not
28166 `append'able (like symbols).
28167
28168 2005-07-06 Richard M. Stallman <rms@gnu.org>
28169
28170 * progmodes/flymake.el (flymake-float-time): Instead of
28171 with-no-warnings, test for XEmacs.
28172 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
28173 to avoid warning.
28174
28175 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
28176
28177 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
28178
28179 2005-07-05 Lute Kamstra <lute@gnu.org>
28180
28181 * battery.el: Add support for Darwin (with much debugging help
28182 from Samuel Lauber <sam124@operamail.com>).
28183 (battery-status-function, battery-echo-area-format)
28184 (battery-mode-line-format): Add support for pmset on Darwin.
28185 (battery-load-low, battery-load-critical): New user options.
28186 (battery-pmset): New function.
28187
28188 2005-07-05 Lute Kamstra <lute@gnu.org>
28189
28190 Update FSF's address in GPL notices.
28191
28192 * textmodes/page-ext.el: Update FSF's address.
28193
28194 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
28195
28196 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
28197 filling from using prefix when filling a single-line docstring.
28198
28199 * progmodes/flymake.el: Remove useless eval-when-compile.
28200
28201 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
28202
28203 2005-07-04 Richard M. Stallman <rms@gnu.org>
28204
28205 * textmodes/org.el (org-file-apps-defaults-gnu):
28206 Rename from org-file-apps-defaults-linux.
28207 (org-default-apps): Don't test system-type for `linux'.
28208 (org-file-apps): Doc fix.
28209
28210 2005-07-04 David Ponce <david@dponce.com>
28211
28212 * tree-widget.el: Improve header Commentary section.
28213 (tree-widget) [defgroup]
28214 (tree-widget-image-enable, tree-widget-themes-directory)
28215 (tree-widget-theme, tree-widget-image-properties-emacs)
28216 (tree-widget-image-properties-xemacs, tree-widget-create-image)
28217 (tree-widget-image-formats, tree-widget-control)
28218 (tree-widget-empty-control, tree-widget-leaf-control
28219 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
28220 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
28221 (tree-widget-keep, tree-widget-after-toggle-functions)
28222 (tree-widget-open-node, tree-widget-close-node): Doc fix.
28223 (tree-widget-open-control, tree-widget-close-control): Fix doc and
28224 :help-echo message.
28225 (tree-widget-set-theme): Doc fix. Use `string-equal'.
28226 (tree-widget-image-properties): Doc fix. Clearer implementation.
28227 (tree-widget--cursors): New constant.
28228 (tree-widget-lookup-image): New function split from
28229 `tree-widget-find-image'. Clearer implementation.
28230 (tree-widget-find-image): Use it.
28231 (tree-widget-button-keymap): Use `set-keymap-parent'.
28232 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
28233 Define the sub-widgets here.
28234 (tree-widget-node): Check that :node is not a tree-widget.
28235 (tree-widget-get-super, tree-widget-open-control)
28236 (tree-widget-close-control, tree-widget-empty-control)
28237 (tree-widget-leaf-control, tree-widget-guide)
28238 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
28239 (tree-widget-no-handle, tree-widget-value-delete)
28240 (tree-widget-map): Remove.
28241 (tree-widget-children-value-save): Doc fix. Simplified.
28242 (tree-widget-value-create): Update according to previous changes.
28243
28244 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
28245
28246 * textmodes/org.el: Leading space replaced by TABS.
28247 (org-recalc-marks, org-table-rotate-recalc-marks)
28248 (org-table-get-specials): Treat "^" and "_" marks.
28249 (org-table-justify-field-maybe): Optional argument NEW.
28250 (org-table-eval-formula): Parsing of the format simplified.
28251 New modes C,I. Honor the %= parameter in the current table.
28252 Avoid unnecessary re-align by using the NEW argument to
28253 `org-table-justify-field-maybe'.
28254 (org-calc-default-modes): Default for date-format mimicks org-mode.
28255 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
28256
28257 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
28258
28259 * cus-face.el (custom-theme-set-faces): Make it handle face
28260 aliases whose alias declarations are pre- or autoloaded.
28261
28262 2005-07-04 Juri Linkov <juri@jurta.org>
28263
28264 * faces.el (read-face-name): Put the code for getting a face name
28265 from the buffer before adding the faces from the `face' property.
28266 Use `completing-read-multiple' instead of `completing-read'.
28267 Require `crm'. Add default value and post-process the returned
28268 list of faces.
28269
28270 * emacs-lisp/crm.el (crm-find-current-element)
28271 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
28272
28273 * emacs-lisp/lisp-mode.el (eval-defun-1):
28274 * emacs-lisp/edebug.el (edebug-eval-defun):
28275 Remove unnecessary quotes.
28276
28277 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
28278
28279 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
28280 (prolog-indent-level): Fix typo in docstring.
28281
28282 * info.el (Info-history, Info-history-forward)
28283 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
28284
28285 * add-log.el (add-change-log-entry):
28286 * comint.el (comint-dynamic-list-input-ring)
28287 (comint-dynamic-list-completions):
28288 * dabbrev.el (dabbrev-expand):
28289 * delim-col.el (delimit-columns-rectangle-line):
28290 * diff-mode.el (diff-context->unified, diff-reverse-direction)
28291 (diff-unified->context):
28292 * ediff-init.el (ediff-abbrev-jobname):
28293 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
28294 (ediff-replace-session-activity-marker-in-meta-buffer):
28295 * info.el (Info-summary):
28296 * lpr.el (printify-region):
28297 * printing.el (pr-create-interface):
28298 * ps-print.el (ps-print-quote):
28299 * ses.el (ses-column-widths, ses-print-cell)
28300 (ses-adjust-print-width, ses-center):
28301 * shell.el (shell-file-name-quote-list):
28302 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
28303 (strokes-fill-current-buffer-with-whitespace)
28304 (strokes-xpm-for-stroke, strokes-list-strokes)
28305 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
28306 * term.el (term-dynamic-list-input-ring)
28307 (term-dynamic-list-completions):
28308 * calc/calc.el (math-format-stack-value):
28309 * emacs-lisp/edebug.el (edebug-display-freq-count):
28310 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
28311 (delphi-new-comment-line):
28312 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
28313 * progmodes/executable.el (executable-set-magic):
28314 * progmodes/python.el (inferior-python-mode):
28315 * progmodes/scheme.el (scheme-mode-syntax-table):
28316 * progmodes/sh-script.el (sh-maybe-here-document):
28317 * progmodes/sql.el (sql-copy-column):
28318 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
28319 * textmodes/bibtex.el (bibtex-mode):
28320 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
28321 (sgml-auto-attributes):
28322 * textmodes/table.el (table-insert, table-shorten-cell)
28323 (table--generate-source-scan-lines, table-delete-row)
28324 (*table--cell-delete-char, table--spacify-frame)
28325 (table--horizontally-shift-above-and-below)
28326 (table--cell-insert-char, table--cell-blank-str)
28327 (table--fill-region-strictly):
28328 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
28329 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
28330
28331 * add-log.el (change-log):
28332 * apropos.el (apropos):
28333 * comint.el (comint-completion, comint-source):
28334 * dabbrev.el (dabbrev):
28335 * delim-col.el (columns):
28336 * diff-mode.el (diff-mode):
28337 * ediff.el (ediff):
28338 * ediff-diff.el (ediff-diff):
28339 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
28340 * ediff-mult.el (ediff-mult):
28341 * ediff-ptch.el (ediff-ptch):
28342 * ediff-wind.el (ediff-window):
28343 * facemenu.el (facemenu):
28344 * indent.el (indent):
28345 * info.el (info):
28346 * jka-cmpr-hook.el (compression, jka-compr):
28347 * lpr.el (lpr):
28348 * outline.el (outlines):
28349 * pcmpl-cvs.el (pcmpl-cvs):
28350 * pcmpl-rpm.el (pcmpl-rpm):
28351 * printing.el (printing):
28352 * ps-print.el (postscript, ps-print, ps-print-horizontal)
28353 (ps-print-vertical, ps-print-headers, ps-print-font)
28354 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
28355 (ps-print-background, ps-print-printer, ps-print-page)
28356 (ps-print-miscellany):
28357 * ses.el (ses):
28358 * shell.el (shell, shell-directories, shell-faces):
28359 * startup.el (initialization):
28360 * strokes.el (strokes):
28361 * term.el (term):
28362 * uniquify.el (uniquify):
28363 * w32-vars.el (w32):
28364 * calc/calc.el (calc):
28365 * emacs-lisp/bytecomp.el (bytecomp):
28366 * emacs-lisp/cl-indent.el (lisp-indent):
28367 * emacs-lisp/edebug.el (edebug):
28368 * emacs-lisp/elp.el (elp):
28369 * emacs-lisp/testcover.el (testcover):
28370 * emacs-lisp/trace.el (trace):
28371 * emulation/viper-ex.el (viper-ex):
28372 * emulation/viper-mous.el (viper-mouse):
28373 * mail/mailalias.el (mailalias):
28374 * mail/supercite.el (supercite, supercite-frames)
28375 (supercite-attr, supercite-cite, supercite-hooks):
28376 * net/rcompile.el (remote-compile):
28377 * net/rlogin.el (rlogin):
28378 * obsolete/ooutline.el (outlines):
28379 * progmodes/delphi.el (delphi):
28380 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
28381 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
28382 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
28383 (ebnf-optimization):
28384 * progmodes/etags.el (etags):
28385 * progmodes/executable.el (executable):
28386 * progmodes/idlwave.el (idlwave):
28387 * progmodes/pascal.el (pascal):
28388 * progmodes/prolog.el (prolog):
28389 * progmodes/python.el (python):
28390 * progmodes/scheme.el (scheme):
28391 * progmodes/sh-script.el (sh, sh-script):
28392 * progmodes/sql.el (SQL):
28393 * progmodes/tcl.el (tcl):
28394 * textmodes/bibtex.el (bibtex, bibtex-autokey):
28395 * textmodes/enriched.el (enriched):
28396 * textmodes/makeinfo.el (makeinfo):
28397 * textmodes/sgml-mode.el (sgml):
28398 * textmodes/table.el (table-hooks):
28399 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
28400 * textmodes/texinfo.el (texinfo):
28401 * textmodes/two-column.el (two-column):
28402 Finish `defgroup' description with period.
28403
28404 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
28405 * eshell/esh-var.el (eshell-var):
28406 * progmodes/vhdl-mode.el (vhdl-testbench):
28407 * textmodes/org.el (org): Fix typos in docstrings.
28408
28409 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
28410 consistency.
28411
28412 * progmodes/flymake.el (flymake-find-file): Remove.
28413 (flymake-float-time): Use `with-no-warnings'.
28414 (flymake-check-start-time, flymake-check-was-interrupted)
28415 (flymake-err-info, flymake-is-running, flymake-last-change-time)
28416 (flymake-new-err-info): `defvar' at compile time.
28417
28418 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
28419
28420 * replace.el (occur-hook): Doc fix.
28421 (occur-1): Don't call `occur-hook' if there are no matches.
28422
28423 2005-07-03 Richard M. Stallman <rms@gnu.org>
28424
28425 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
28426 global-map, save the same map.
28427 (global-map): Don't alter it at top level.
28428 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
28429 Then alter it here instead.
28430 (tpu-edt-off): Set global-map to the saved one.
28431
28432 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
28433 All references simplified.
28434 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
28435 (zmacs-regions): Add defvar.
28436 (repeat-complex-command-map): Everything about that deleted.
28437
28438 * textmodes/artist.el (artist-key-is-drawing)
28439 (artist-key-endpoint1, artist-key-poly-point-list)
28440 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
28441 (artist-key-compl-table, artist-rb-save-data)
28442 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
28443 Don't put them in eval-when-compile.
28444 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
28445
28446 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
28447 Use with-no-warnings.
28448
28449 * net/browse-url.el (dos-windows-version): Add defvar.
28450
28451 * mail/supercite.el (filladapt-prefix-table): Add defvar.
28452
28453 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
28454 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
28455 (rmail-new-summary-line-count): Rename from new-summary-line-count.
28456 Add defvar.
28457 (rmail-summary-beginning-of-message): Use with-no-warnings.
28458 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
28459
28460 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
28461 Use with-no-warnings.
28462
28463 * emulation/vi.el (vi-mark-region): Use c-mark-function.
28464 (c-mark-function): Add point-moving-unit property.
28465 (vi-goto-line): Use with-no-warnings.
28466
28467 * emulation/edt.el (edt-last-copied-word): Add defvar.
28468 (zmacs-region-stays): Likewise.
28469 (edt-mark-section-wisely): Use c-mark-function for C.
28470 Use makr-defun for Fortran.
28471 (time-string): defvar deleted.
28472 (edt-display-the-time): Don't set time-string.
28473
28474 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
28475
28476 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28477 Don't warn when name is not constant
28478 or for defining the group `emacs'.
28479
28480 * tooltip.el (gud-tooltip-mode): Add defvar.
28481
28482 * startup.el (default-frame-background-mode): Add defvar.
28483
28484 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
28485
28486 * info.el (tool-bar-map): Add defvar.
28487
28488 * dired.el (dnd-protocol-alist): Add defvar.
28489
28490 * dired-aux.el (dired-query): Display question with answer, when
28491 the user answers.
28492
28493 * custom.el (custom-add-option): Doc fix.
28494
28495 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
28496
28497 2005-07-03 Eli Zaretskii <eliz@gnu.org>
28498
28499 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
28500 bogus name from the last change.
28501
28502 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
28503
28504 * custom.el (custom-declare-variable): Fix typos in comment.
28505 (custom-known-themes): Doc fix.
28506 (custom-theme-directory): New defcustom.
28507 (require-theme): Make it check `custom-theme-directory'.
28508
28509 * cus-theme.el (custom-new-theme-mode): New function.
28510 (custom-theme-name, custom-theme-variables, custom-theme-faces)
28511 (custom-theme-description): Add compiler defvars.
28512 (customize-create-theme): Add doc to the "*New Custom Theme*"
28513 buffer. Use `custom-new-theme-mode'.
28514 (custom-theme-write): Put the created buffer in emacs-lisp-mode
28515 and save it to the `custom-theme-directory'. Make this the
28516 default directory of the buffer.
28517
28518 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
28519
28520 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
28521 Fix unbalanced parentheses.
28522
28523 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
28524
28525 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
28526 into flymake-mode and delegate to flymake-mode.
28527
28528 * find-file.el (ff-which-function-are-we-in): Clean up.
28529
28530 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
28531
28532 * replace.el (occur-rename-buffer): Fix docstring.
28533
28534 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
28535 (edt-last-copied-word, edt-learn-macro-count)
28536 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
28537 (edt-rect-start-point, edt-user-global-map, rect-start-point)
28538 (time-string, zmacs-region-stays):
28539 * emulation/edt-mapper.el (edt-save-function-key-map)
28540 (EDT-key-name): `defvar' to silence the byte-compiler.
28541
28542 2005-07-02 Martin Rudalics <rudalics@gmx.at>
28543
28544 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
28545 font-lock-regexp-backslash. Doc fix.
28546 (font-lock-regexp-backslash-grouping-construct): Rename from
28547 font-lock-regexp-backslash-construct. Doc fix.
28548 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
28549 grouping constructs.
28550
28551 2005-07-02 Eli Zaretskii <eliz@gnu.org>
28552
28553 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
28554 updating all the prerequisites.
28555
28556 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
28557
28558 * textmodes/org.el (org-agenda-start-on-weekday)
28559 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
28560 (org-agenda-use-time-grid, org-archive-location)
28561 (org-allow-space-in-links, org-usenet-links-prefer-google)
28562 (org-enable-table-editor, org-export-default-language)
28563 (org-export-html-show-new-buffer, org-fill-paragraph)
28564 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
28565 (org-goto-quit, org-occur, org-eval-in-calendar)
28566 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
28567 (org-agenda-diary-entry, org-remember-help)
28568 (org-table-convert-region, org-at-table-p)
28569 (org-table-move-row-down, org-table-move-row-up)
28570 (org-table-copy-region, org-table-toggle-vline-visibility)
28571 (org-table-get-stored-formulas, org-table-get-specials)
28572 (org-recalc-commands, org-table-eval-formula)
28573 (org-table-formula-substitute-names, orgtbl-make-binding)
28574 (org-format-org-table-html, org-format-table-table-html)
28575 (org-format-table-table-html-using-table-generate-source)
28576 (org-customize): Fix typos in docstrings.
28577 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
28578 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
28579 (org-back-to-heading): Doc fixes.
28580 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
28581 (org-agenda-change-all-lines, org-get-header):
28582 Improve argument/docstring consistency.
28583 (orgtbl-error): Fix error message.
28584
28585 * progmodes/flymake.el (flymake-find-possible-master-files)
28586 (flymake-master-file-compare, flymake-get-line-err-count)
28587 (flymake-highlight-line, flymake-gui-warnings-enabled):
28588 Fix typos in docstrings.
28589 (flymake-parse-line, flymake-get-project-include-dirs-function)
28590 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
28591 Doc fixes.
28592 (flymake-get-project-include-dirs-function)
28593 (flymake-make-err-menu-data):
28594 Improve argument/docstring consistency.
28595
28596 2005-07-01 Lute Kamstra <lute@gnu.org>
28597
28598 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
28599 Catch errors with ignore-errors. Use temporary buffer.
28600 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
28601
28602 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
28603 background color faces.
28604 (facemenu-set-foreground, facemenu-set-background):
28605 Use facemenu-set-face-from-menu.
28606 (facemenu-set-face-from-menu): Treat face names that start with
28607 "fg:" or "bg:" as special.
28608 (facemenu-add-new-color): Don't create faces. Simplify.
28609
28610 2005-06-30 Richard M. Stallman <rms@gnu.org>
28611
28612 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
28613 (crm-find-current-element): Likewise.
28614
28615 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
28616
28617 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
28618
28619 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
28620
28621 * arc-mode.el (archive-extract): Make it work as a mouse binding.
28622 (archive-mouse-extract): Make it an obsolete alias.
28623 (archive-mode-map): Don't use archive-mouse-extract any more.
28624 (archive-mode, archive-extract): write-contents-hooks ->
28625 write-contents-functions.
28626 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
28627 first arg.
28628 (archive-rename-entry): Update the call.
28629 (archive-zip-summarize): Remove unused var `method'.
28630 (archive-lzh-summarize): Remove unused var `creator'.
28631
28632 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
28633 dedicated frame upon exit.
28634
28635 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
28636 (archive-zip-extract, archive-zip-expunge)
28637 (archive-zip-update, archive-zip-update-case): Use executable-find.
28638 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
28639 Use restore-buffer-modified-p.
28640 (archive-extract, archive-add-new-member, archive-write-file-member):
28641 Use with-current-buffer.
28642 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
28643
28644 2005-06-30 Andreas Schwab <schwab@suse.de>
28645
28646 * progmodes/gud.el (gud-filter): Remove unneeded progn.
28647
28648 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
28649
28650 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
28651
28652 2005-06-30 Juri Linkov <juri@jurta.org>
28653
28654 * faces.el (vertical-border): Inherit from mode-line-inactive
28655 only on tty.
28656
28657 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
28658
28659 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
28660 example, -NLINES in the `occur' docstring).
28661
28662 * replace.el (occur-1): When no matches are found, do not set the
28663 `buffer-read-only' and modified flags for the occur buffer,
28664 because it is deleted.
28665
28666 * emulation/cua-base.el (cua-check-pending-input)
28667 (cua-repeat-replace-region, cua-mode, cua-debug)
28668 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
28669 Fix typos in docstrings.
28670
28671 * emulation/cua-gmrk.el (cua-toggle-global-mark)
28672 (cua-cut-region-to-global-mark)
28673 (cua--cut-rectangle-to-global-mark):
28674 Remove period from end of messages.
28675
28676 * emulation/cua-rect.el (cua-do-rectangle-padding):
28677 Remove period from end of messages.
28678 (cua--rectangle-seq-format): Fix typo in docstring.
28679 (cua-sequence-rectangle, cua-fill-char-rectangle):
28680 Improve argument/docstring consistency.
28681
28682 2005-06-29 Juri Linkov <juri@jurta.org>
28683
28684 * faces.el (default-frame-background-mode): New internal variable.
28685 (frame-set-background-mode): Use it.
28686
28687 * startup.el (normal-top-level): Set default-frame-background-mode
28688 instead of frame-background-mode. Before setting it, test for its
28689 nil value. Remove tests for frame-background-mode and frame
28690 parameter `reverse'. Add test for "unspecified-fg".
28691
28692 * term/xterm.el (xterm-rxvt-set-background-mode):
28693 * term/rxvt.el (rxvt-set-background-mode):
28694 Set default-frame-background-mode instead of frame-background-mode.
28695
28696 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
28697
28698 * simple.el (set-variable): Warn about obsolete user variables.
28699
28700 * imenu.el (imenu--completion-buffer):
28701 * mouse.el (mouse-buffer-menu-alist):
28702 * msb.el (msb-invisible-buffer-p):
28703 * calendar/diary-lib.el (diary-header-line-format):
28704 * emacs-lisp/pp.el (pp-buffer):
28705 * progmodes/cperl-mode.el (cperl-do-auto-fill):
28706 * textmodes/picture.el (picture-replace-match):
28707 Change space constants followed by a sexp to "?\s ".
28708
28709 * play/decipher.el (decipher-loop-with-breaks):
28710 * textmodes/texinfo.el (texinfo-insert-@item): Change space
28711 constants "protected" from end of line by a comment to "?\s".
28712
28713 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
28714
28715 * font-lock.el (save-buffer-state): Use `declare'.
28716
28717 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
28718 reset the syntax-table to cperl-mode-syntax-table.
28719 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
28720 "foo_print_bar" is not matched as a reserved keyword.
28721
28722 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
28723
28724 * textmodes/org.el (orgtbl-setup): New function, for delayed
28725 setup for the orgtbl commands.
28726 (org-calc-default-modes): New option.
28727 (orgtbl-make-binding): Use `defun' to get better help display.
28728 (org-diary): Call `org-compile-prefix-format'.
28729 (org-table-formula-substitute-names): New function.
28730 (org-agenda-day-view, org-agenda-week-view): New commands.
28731 (org-agenda-toggle-week-view): Command removed.
28732 (org-tbl-menu): Split off from org-org-menu.
28733 (org-mode): Move removal of outline-mode menus to here.
28734 (org-table-formula-debug): New option.
28735 (org-table-insert-row): Keep first field if just "#" or "*".
28736 (org-mode): Paragraph regexps fixed.
28737 (org-table-recalculate-regexp): New constant.
28738 (org-table-justify-field-maybe): Avoid replace if not necessary.
28739 (org-copy-special, org-cut-special): Use `call-interactively'.
28740 (org-table-copy-region): Take region from `interactive' call.
28741 (org-trim): Return string even if no match.
28742 (org-formula): New face.
28743 (org-set-font-lock-defaults): No longer highlight "FIXME".
28744 But highlight formula-related fields in table.
28745 (org-table-p): Use regexp, not fontification.
28746 (org-table-align): Handle white space at end of line.
28747 (org-table-formula-evaluate-inline): New option.
28748 (org-mode): Auto-wrapping in comment lines turned off.
28749 (org-table-copy-down): Evaluate only in copied field, not in
28750 destination.
28751 (org-table-current-formula): Variable removed.
28752 (org-table-store-formulas, org-table-get-stored-formulas)
28753 (org-table-modify-formulas, org-table-replace-in-formulas)
28754 (org-table-maybe-eval-formula): New functions.
28755 (org-table-get-formula): Modify to use stored formulas.
28756 (org-table-insert-column, org-table-delete-column)
28757 (org-table-move-column): Call `org-table-modify-formulas'.
28758 (org-complete): Add completion for keyword formulas.
28759 (orgtbl-mode): Pull orgtbl-mode-map to start of
28760 minor-mode-map-alist.
28761
28762 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
28763
28764 * progmodes/python.el (python-check): Require `compile' before
28765 modifying its variables.
28766
28767 * newcomment.el (comment-indent-default): Don't get fooled by an early
28768 end of buffer.
28769
28770 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28771
28772 * ps-print.el (ps-print-version): Fix version number.
28773
28774 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
28775
28776 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
28777
28778 2005-06-28 Richard M. Stallman <rms@gnu.org>
28779
28780 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
28781 (flyspell-local-mouse-map): Declaration deleted.
28782 (flyspell-mouse-map): Bind only mouse-2.
28783 (flyspell-mode-map): Don't test flyspell-use-local-map.
28784 (flyspell-overlay-keymap-property-name): Var deleted.
28785 (flyspell-mode-on): Don't make local bindings for
28786 flyspell-mouse-map and flyspell-mode-map.
28787 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
28788
28789 * textmodes/ispell.el (ispell-word): Do not ignore short words.
28790
28791 * progmodes/compile.el (compilation-next-error-function):
28792 Don't switch buffers; operate on the current buffer.
28793
28794 * progmodes/compile.el (compilation-error-file-name)
28795 (compilation-warning-file-name, compilation-info-file-name)
28796 (compilation-line-number, compilation-column-number): New faces.
28797 (compilation-error-face, compilation-warning-face)
28798 (compilation-info-face, compilation-line-face)
28799 (compilation-column-face): Use them.
28800
28801 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
28802
28803 * comint.el (comint-password-prompt-regexp): Accept ", try again".
28804
28805 * bindings.el (global-map): Bind insertchar and its variants.
28806
28807 2005-06-27 Richard M. Stallman <rms@gnu.org>
28808
28809 * textmodes/artist.el (artist-text-overwrite)
28810 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
28811
28812 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28813
28814 * ps-print.el: It was not working the page selection for printing.
28815 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
28816 (ps-print-version): New version 6.6.7.
28817 (ps-end-sheet): New fun.
28818 (ps-header-sheet, ps-end-job): Call it.
28819
28820 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
28821
28822 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
28823
28824 2005-06-27 Lute Kamstra <lute@gnu.org>
28825
28826 * facemenu.el (facemenu-unlisted-faces): Add foreground and
28827 background color faces.
28828 (facemenu-get-face): Delete function.
28829 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
28830 (facemenu-add-new-color): Make second argument mandatory.
28831 Create the appropriate face and return it. Simplify.
28832 (facemenu-set-foreground, facemenu-set-background): Don't check if
28833 color is defined. Use return value of facemenu-add-new-color.
28834
28835 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
28836
28837 * progmodes/gud.el (gud-filter): Add missing argument to
28838 with-selected-window.
28839
28840 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
28841
28842 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
28843 a :require to the defcustom.
28844
28845 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
28846 defcustoms corresponding to minor modes.
28847
28848 2005-06-26 David Ponce <david@dponce.com>
28849
28850 * recentf.el: Require tree-widget instead of wid-edit.
28851 (recentf-filename-handler): Fix widget :type.
28852 (recentf-cancel-dialog, recentf-open-more-files)
28853 (recentf-open-files-action): Doc fix.
28854 (recentf-dialog-goto-first): New function.
28855 (recentf-dialog-mode-map): Set parent keymap first.
28856 (recentf-dialog-mode): Define with define-derived-mode.
28857 Don't display continuation lines in dialogs.
28858 (recentf-edit-list): Rename from recentf-edit-selected-items.
28859 (recentf-edit-list-select): Rename from recentf-edit-list-action.
28860 Simplify.
28861 (recentf-edit-list-validate): New function.
28862 (recentf-edit-list): Update accordingly.
28863 (recentf-open-files-item-shift): Remove.
28864 (recentf-open-files-item): Convert menu elements into tree and
28865 link widgets. Don't create the widgets.
28866 (recentf-open-files): Update accordingly.
28867 (recentf-save-list): Untabify.
28868
28869 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
28870
28871 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
28872 (keep-lines): Add INTERACTIVE arg. Never delete lines only
28873 partially contained in the active region. Do not take active
28874 region into account when called from Lisp, unless INTERACTIVE arg
28875 is non-nil. Use `forward-line' instead of `beginning-of-line' to
28876 avoid trouble with fields. Make marker point nowhere when no
28877 longer used. Always return nil. Doc fix.
28878 (flush-lines): Add INTERACTIVE arg. Do not take active region
28879 into account when called from Lisp, unless INTERACTIVE arg is
28880 non-nil. Use `forward-line' instead of `beginning-of-line' to
28881 avoid trouble with fields. Make marker point nowhere when no
28882 longer used. Always return nil. Doc fix.
28883 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
28884 interchangeable. Do not take active region into account when
28885 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
28886 message in echo area when called from Lisp, unless INTERACTIVE arg
28887 is non-nil. Avoid saying "1 occurrences". Do not use markers.
28888 Return the number of matches. Doc fix.
28889 (occur): Doc fix.
28890 (perform-replace): Make comment follow double space convention for
28891 the sake of `outline-minor-mode'.
28892
28893 * faces.el (facep): Doc fix.
28894
28895 2005-06-25 Richard M. Stallman <rms@gnu.org>
28896
28897 * facemenu.el (facemenu-enable-faces-p): New function.
28898 (facemenu-background-menu, facemenu-foreground-menu)
28899 (facemenu-face-menu): Add menu-enable property.
28900
28901 * jka-compr.el (jka-compr-insert-file-contents):
28902 Special handling if cannot find the uncompression program.
28903
28904 * cus-face.el (custom-face-attributes): Add autoload.
28905
28906 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28907 Bind comment-indent-function locally.
28908
28909 * window.el (save-selected-window): Use save-current-buffer.
28910
28911 * subr.el (with-selected-window): Use save-current-buffer.
28912
28913 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
28914 and with-current-buffer.
28915
28916 2005-06-24 Richard M. Stallman <rms@gnu.org>
28917
28918 * simple.el (line-move-1): Fix previous change.
28919
28920 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
28921
28922 * replace.el (occur-1): Set `buffer-read-only' and the
28923 buffer-modified flag before running `occur-hook' to protect
28924 against unintentional buffer switches that can lead to data loss.
28925
28926 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
28927
28928 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
28929 (gud-gdb-marker-filter): Use font-lock-warning-face for any
28930 initial error.
28931
28932 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
28933 after fresh input.
28934 (gdb-var-create-handler): Put name of expression in quotes.
28935
28936 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
28937
28938 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
28939 elements of RING in order, and without bogus nil elements.
28940
28941 2005-06-23 Richard M. Stallman <rms@gnu.org>
28942
28943 * simple.el (set-variable): Args renamed; doc fix.
28944 (line-move-1): When there are overlays around, use vertical-motion.
28945
28946 * faces.el (escape-glyph): Use brown against light background.
28947 (nobreak-space): Rename from no-break-space.
28948 Fix previous change.
28949
28950 * dired-aux.el (dired-do-copy): Fix arg prompt.
28951
28952 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
28953
28954 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
28955
28956 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
28957 rather than "Distributor".
28958
28959 2005-06-23 Lute Kamstra <lute@gnu.org>
28960
28961 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
28962 (debug-on-entry): Use it. New interactive declaration that uses
28963 function-called-at-point.
28964
28965 2005-06-23 Kim F. Storm <storm@cua.dk>
28966
28967 * subr.el (save-match-data): Add comment about using evaporate arg
28968 to set-match-data.
28969
28970 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
28971
28972 * cus-edit.el (customize-face)
28973 (customize-face-other-window): Handle face aliases.
28974
28975 * faces.el (face-documentation, set-face-attribute)
28976 (face-spec-set): Handle face aliases.
28977
28978 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
28979
28980 * help-mode.el (help-make-xrefs): If a symbol representing a face
28981 name is not followed by the word "face", it could still be a
28982 function or variable name, so don't bypass other checks.
28983
28984 2005-06-22 Juri Linkov <juri@jurta.org>
28985
28986 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
28987 Replace aliased functions with calls where second arg `inherit' is t.
28988
28989 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
28990
28991 * progmodes/gdb-ui.el (gdb-error): New variable.
28992 (gdb-error): New function.
28993 (gdb-annotation-rules): Act on error-begin and error annotations.
28994 (gdb-concat-output): Use font-lock-warning-face for errors.
28995
28996 2005-06-22 Miles Bader <miles@gnu.org>
28997
28998 * bindings.el (propertized-buffer-identification): Use renamed
28999 `Buffer-menu-buffer' face.
29000
29001 * faces.el (vertical-border): Rename from `vertical-divider'.
29002 (escape-glyph): Change dark-background color back to `cyan'.
29003
29004 2005-06-21 Juri Linkov <juri@jurta.org>
29005
29006 * faces.el (face-user-default-spec): Try getting `customized-face'
29007 prior to `saved-face'.
29008 (frame-background-mode): Refill docstring.
29009
29010 * emacs-lisp/lisp-mode.el (eval-defun-1):
29011 * emacs-lisp/edebug.el (edebug-eval-defun):
29012 Set `saved-face' temporarily to nil before calling form.
29013 Set `customized-face' to the new spec after that.
29014
29015 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
29016
29017 * subr.el (1value, lambda, key-substitution-in-progress):
29018 Doc fixes.
29019
29020 * autoinsert.el (auto-insert-alist):
29021 * ses.el (ses-call-printer):
29022 * subr.el (noreturn):
29023 * emacs-lisp/lisp.el (check-parens):
29024 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
29025 * net/browse-url.el (browse-url-mosaic):
29026 * progmodes/cc-defs.el (c-safe-scan-lists):
29027 * progmodes/ebnf-abn.el (ebnf-abn-lex):
29028 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
29029 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
29030 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
29031 * progmodes/ebnf-iso.el (ebnf-iso-lex):
29032 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
29033
29034 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
29035
29036 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
29037
29038 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
29039
29040 * calendar/appt.el (appt-make-list): Activate the package, if
29041 not already active (for backwards compatibility).
29042
29043 2005-06-20 Kim F. Storm <storm@cua.dk>
29044
29045 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
29046
29047 2005-06-20 Miles Bader <miles@gnu.org>
29048
29049 * faces.el (vertical-divider): New face.
29050
29051 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
29052
29053 * simple.el (kill-whole-line): Doc fix.
29054 (next-error-buffer-p, next-error-find-buffer)
29055 (clone-indirect-buffer): Fix typos in docstrings.
29056 (comment-line-break-function): Doc fix: don't say variable
29057 is automatically buffer-local (it isn't).
29058
29059 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
29060
29061 * net/tramp-ftp.el (top):
29062 * net/tramp-smb.el (top):
29063 * net/tramp-util.el (top):
29064 * net/tramp-uu.el (top):
29065 * net/tramp-vc.el (top):
29066 * net/tramp.el (top): Revert copyright years back to original
29067 ones. Tramp has a life outside GNU Emacs.
29068
29069 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
29070
29071 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
29072
29073 2005-06-18 Juri Linkov <juri@jurta.org>
29074
29075 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
29076 end of first regexp to limit the match to the position between
29077 line number and source line with same separator character as used
29078 between file name and line number. In the second regexp limit
29079 mouse-face area to file name and line number by adding new group
29080 for them and referring it in HYPERLINK arg.
29081 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
29082 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
29083 previous line where grep markers may be already removed.
29084
29085 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
29086
29087 * progmodes/ps-mode.el: Update version and maintainer's email address.
29088
29089 2005-06-18 Steve Youngs <steve@xemacs.org>
29090
29091 * net/browse-url.el (browse-url-browser-function)
29092 (browse-url-default-browser): Add firefox.
29093 (browse-url-firefox-program, browse-url-firefox-arguments)
29094 (browse-url-firefox-startup-arguments)
29095 (browse-url-firefox-new-window-is-tab): New defcustoms.
29096 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
29097
29098 2005-06-17 Richard M. Stallman <rms@gnu.org>
29099
29100 * startup.el (command-line): Warn if specified user name has
29101 no home directory.
29102
29103 * term.el (term-get-old-input, term-input-filter, term-input-sender)
29104 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
29105
29106 * longlines.el (longlines-mode, longlines-show-hard-newlines):
29107 Doc fixes.
29108
29109 * faces.el (underline): Try bold if terminal doesn't support underline.
29110
29111 * mail/sendmail.el (mail-setup-with-from): New variable.
29112 (mail-insert-from-field): New function.
29113 (sendmail-send-it): Call it.
29114 (mail-setup): Optionally call it here.
29115
29116 * term/linux.el: Call tty-no-underline.
29117
29118 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
29119
29120 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
29121
29122 2005-06-17 Miles Bader <miles@gnu.org>
29123
29124 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
29125 (ediff-current-diff-C, ediff-current-diff-Ancestor)
29126 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
29127 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
29128 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
29129 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
29130 Remove "-face" suffix from face names.
29131 (ediff-current-diff-face-A, ediff-current-diff-face-B)
29132 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
29133 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
29134 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
29135 (ediff-even-diff-face-A, ediff-even-diff-face-B)
29136 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
29137 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
29138 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
29139 New backward-compatibility aliases for renamed faces.
29140 (ediff-current-diff-face-A, ediff-current-diff-face-B)
29141 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
29142 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
29143 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
29144 (ediff-even-diff-face-A, ediff-even-diff-face-B)
29145 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
29146 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
29147 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
29148 Use renamed ediff faces.
29149
29150 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
29151 Remove "-face" suffix from face names.
29152 (eshell-test-ok-face, eshell-test-failed-face):
29153 New backward-compatibility aliases for renamed faces.
29154 (eshell-run-test): Use renamed eshell-test faces.
29155
29156 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
29157 face name.
29158 (eshell-prompt-face): New backward-compatibility alias for renamed
29159 face.
29160 (eshell-emit-prompt): Use renamed eshell-prompt face.
29161
29162 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
29163 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
29164 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
29165 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
29166 Remove "-face" suffix from face names.
29167 (eshell-ls-directory-face, eshell-ls-symlink-face)
29168 (eshell-ls-executable-face, eshell-ls-readonly-face)
29169 (eshell-ls-unreadable-face, eshell-ls-special-face)
29170 (eshell-ls-missing-face, eshell-ls-archive-face)
29171 (eshell-ls-backup-face, eshell-ls-product-face)
29172 (eshell-ls-clutter-face):
29173 New backward-compatibility aliases for renamed faces.
29174 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
29175
29176 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
29177 Remove "-face" suffix from face name.
29178 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
29179 instead of literal face.
29180
29181 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
29182
29183 * emacs-lisp/warnings.el (display-warning, lwarn)
29184 (warning-minimum-log-level): Doc fixes.
29185 (warning-minimum-level, warning-minimum-log-level):
29186 Add :debug to :type choices.
29187
29188 * progmodes/ada-mode.el (ada-format-paramlist)
29189 (ada-get-indent-case, ada-check-matching-start)
29190 (ada-check-defun-name, ada-goto-matching-decl-start)
29191 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
29192 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
29193 (ada-make-subprogram-body): Follow error conventions.
29194 (ada-case-exception-file, ada-indent-comment-as-code)
29195 (ada-indent-handle-comment-special, ada-indent-renames)
29196 (ada-indent-return, ada-search-directories-internal)
29197 (ada-tab-policy, ada-case-exception-substring)
29198 (ada-other-file-alist, ada-matching-start-re)
29199 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
29200 (ada-imenu-generic-expression, ada-compile-goto-error)
29201 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
29202 (ada-popup-menu, ada-add-extensions, ada-mode)
29203 (ada-region-selected, ada-create-case-exception)
29204 (ada-create-case-exception-substring, ada-after-keyword-p)
29205 (ada-activate-keys-for-case, ada-adjust-case-region)
29206 (ada-adjust-case-buffer, ada-format-paramlist)
29207 (ada-scan-paramlist, ada-insert-paramlist)
29208 (ada-indent-newline-indent)
29209 (ada-indent-newline-indent-conditional)
29210 (ada-justified-indent-current, ada-goto-previous-word)
29211 (ada-indent-current, ada-get-indent-open-paren)
29212 (ada-get-indent-paramlist, ada-get-indent-end)
29213 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
29214 (ada-get-indent-block-start, ada-get-indent-subprog)
29215 (ada-get-indent-noindent, ada-get-indent-label)
29216 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
29217 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
29218 (ada-goto-stmt-end, ada-goto-next-word)
29219 (ada-check-matching-start, ada-check-defun-name)
29220 (ada-goto-matching-decl-start, ada-goto-matching-start)
29221 (ada-goto-matching-end, ada-search-ignore-string-comment)
29222 (ada-in-decl-p, ada-looking-at-semi-or)
29223 (ada-looking-at-semi-private, ada-in-paramlist-p)
29224 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
29225 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
29226 (ada-next-procedure, ada-previous-procedure, ada-next-package)
29227 (ada-previous-package, ada-create-menu)
29228 (ada-fill-comment-paragraph-justify)
29229 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
29230 (ada-other-file-name, ada-last-which-function-line)
29231 (ada-last-which-function-subprog, ada-which-function)
29232 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
29233 (ada-gen-treat-proc, ada-check-emacs-version)
29234 (ada-continuation-indent, ada-align-region-separate):
29235 Fix typos in docstrings.
29236 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
29237
29238 2005-06-16 Lute Kamstra <lute@gnu.org>
29239
29240 * simple.el (fundamental-mode): Run after-change-major-mode-hook
29241 conditionally.
29242
29243 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
29244
29245 * comint.el (comint-replace-by-expanded-filename)
29246 (comint-prompt-regexp, comint-delimiter-argument-list)
29247 (comint-preinput-scroll-to-bottom):
29248 * info.el (Info-hide-cookies-node):
29249 * ls-lisp.el (ls-lisp-classify):
29250 * find-file.el (ff-search-directories, ff-special-constructs)
29251 (ff-find-other-file):
29252 * font-lock.el (font-lock-keywords):
29253 * shell.el (shell-prompt-pattern)
29254 (shell-dynamic-complete-functions, shell-mode)
29255 (shell-delimiter-argument-list):
29256 * term.el (term-replace-by-expanded-filename)
29257 (term-prompt-regexp, term-delimiter-argument-list):
29258 * woman.el (woman-ignore, woman0-if):
29259 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
29260 * emacs-lisp/elint.el (elint-init-env):
29261 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
29262 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
29263 * language/ethio-util.el (ethio-tilde-escape)
29264 (ethio-use-three-dot-question):
29265 * net/zone-mode.el (zone-mode-load-time-setup):
29266 * progmodes/cc-align.el (c-lineup-argcont):
29267 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
29268 * progmodes/cperl-mode.el (cperl-set-style-back):
29269 * progmodes/inf-lisp.el (inferior-lisp-prompt):
29270 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
29271 Fix spellings in docstrings.
29272
29273 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
29274 * progmodes/modula2.el (m2-for): Fix spellings.
29275
29276 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
29277
29278 * simple.el (undo-more): Don't use `format' on `error' arguments.
29279 Improve argument/docstring consistency.
29280 (pending-undo-list): Doc fix.
29281
29282 * smerge-mode.el (smerge-ensure-match):
29283 * emulation/vip.el (vip-ex):
29284 * net/zone-mode.el (zone-mode-update-serial):
29285 * progmodes/idlwave.el (idlwave-complete):
29286 * progmodes/vhdl-mode.el (vhdl-visit-file)
29287 (vhdl-compose-wire-components):
29288 Don't use `format' on `error' arguments.
29289
29290 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
29291 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
29292 (tooltip-help-tips): Fix typos in docstrings.
29293
29294 2005-06-16 David Ponce <david@dponce.com>
29295
29296 * tree-widget.el (tree-widget-value-create): Simplify last change.
29297
29298 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
29299
29300 * ido.el (ido-incomplete-regexp): New variable.
29301 (ido-set-matches-1): Handle invalid-regexp error and set
29302 ido-incomplete-regexp.
29303 (ido-incomplete-regexp): New face.
29304 (ido-completions): Use it.
29305 (ido-complete, ido-exit-minibuffer, ido-completions):
29306 Handle incomplete regexps.
29307 (ido-completions): Add check for complete match when entering a regexp.
29308
29309 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
29310
29311 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
29312
29313 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
29314
29315 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
29316 by field delimiters.
29317
29318 2005-06-15 David Ponce <david@dponce.com>
29319
29320 * tree-widget.el: eval-and-compile inlined functions so they will
29321 be available at run-time too.
29322 (tree-widget-super-format-handler)
29323 (tree-widget-format-handler): Remove.
29324 (tree-widget-value-create): Handle the :indent property.
29325
29326 2005-06-15 Miles Bader <miles@gnu.org>
29327
29328 * progmodes/which-func.el (which-func): Only inherit
29329 `font-lock-function-name-face' when that makes sense against the
29330 default mode-line face, otherwise set the face color explicitly.
29331
29332 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
29333 faces instead of (non-existent) variables.
29334
29335 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
29336
29337 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
29338 (iswitchb-get-matched-buffers): Likewise. Simplify.
29339
29340 2005-06-14 Miles Bader <miles@gnu.org>
29341
29342 * progmodes/ld-script.el (ld-script-location-counter):
29343 Remove "-face" suffix from face name.
29344 (ld-script-location-counter-face):
29345 New backward-compatibility alias for renamed face.
29346 (ld-script-location-counter-face): Use renamed face.
29347
29348 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
29349 (cperl-hash): Remove "-face" suffix from face names.
29350 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
29351 New backward-compatibility aliases for renamed faces.
29352 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
29353 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
29354
29355 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
29356 name.
29357 (which-func-face): New backward-compatibility alias for renamed face.
29358 (which-func-format): Use renamed which-func face.
29359
29360 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
29361 (vhdl-function, vhdl-directive, vhdl-reserved-word)
29362 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
29363 names.
29364 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
29365 (vhdl-speedbar-configuration, vhdl-speedbar-package)
29366 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
29367 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
29368 (vhdl-speedbar-architecture-selected)
29369 (vhdl-speedbar-configuration-selected)
29370 (vhdl-speedbar-package-selected)
29371 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
29372 names.
29373 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
29374 Use renamed faces.
29375 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
29376 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
29377 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
29378 Use renamed faces.
29379 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
29380 names.
29381 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
29382 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
29383 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
29384 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
29385 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
29386 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
29387
29388 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
29389 face name.
29390 (sh-heredoc-face): New backward-compatibility alias for renamed face.
29391 (sh-heredoc-face): Use renamed sh-heredoc face.
29392
29393 * progmodes/idlw-help.el (idlwave-help-link):
29394 Remove "-face" suffix from face name.
29395 (idlwave-help-link-face):
29396 New backward-compatibility alias for renamed face.
29397 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
29398
29399 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
29400 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
29401 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
29402 New backward-compatibility aliases for renamed faces.
29403 (idlwave-shell-disabled-breakpoint-face)
29404 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
29405
29406 * progmodes/flymake.el (flymake-errline, flymake-warnline):
29407 Remove "-face" suffix from face names.
29408 (flymake-errline-face, flymake-warnline-face):
29409 New backward-compatibility aliases for renamed faces.
29410 (flymake-highlight-line): Use renamed flymake faces.
29411
29412 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
29413 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
29414 (ebrowse-member-class, ebrowse-progress):
29415 Remove "-face" suffix from face names.
29416 (ebrowse-tree-mark-face, ebrowse-root-class-face)
29417 (ebrowse-file-name-face, ebrowse-default-face)
29418 (ebrowse-member-attribute-face, ebrowse-member-class-face)
29419 (ebrowse-progress-face):
29420 New backward-compatibility aliases for renamed faces.
29421 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
29422 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
29423 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
29424 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
29425
29426 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
29427 antlr-syntax)
29428 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
29429 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
29430 names.
29431 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
29432 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
29433 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
29434 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
29435 backward-compatibility aliases for renamed faces.
29436 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
29437 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
29438 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
29439 remove "font-lock-". Use renamed antlr-mode faces.
29440 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
29441 literal face-names with face variable references.
29442
29443 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
29444 face name.
29445 (Buffer-menu-buffer-face): New backward-compatibility alias for
29446 renamed face.
29447 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
29448
29449 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
29450
29451 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
29452 Eliminate "-face" suffix.
29453 (makefile-targets): Inherit from font-lock-function-name-face and
29454 eliminate "-face" suffix.
29455 (makefile-shell): Remove attributes and eliminate "-face" suffix.
29456 (makefile-*-font-lock-keywords): Append makefile-targets in rule
29457 actions, instead of prepending, to make it less visible.
29458 (makefile-previous-dependency, makefile-match-dependency):
29459 Don't match a target on a continuation line.
29460
29461 * files.el (auto-mode-alist): Put Makefile in gmake mode.
29462
29463 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
29464
29465 * progmodes/gdb-ui.el (menu): Re-order menu items.
29466 (gdb-tooltip-print): Respect tooltip-use-echo-area.
29467
29468 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
29469 Define in tooltip.el.
29470 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
29471 (gud-tooltip-tips): Respect tooltip-use-echo-area and
29472 gud-tooltip-echo-area.
29473
29474 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
29475 backward compatibility and make obsolete.
29476 (tooltip-help-tips): Use tooltip-use-echo-area.
29477 (tooltip-show-help-function): Rename to...
29478 (tooltip-show-help): ...this, because it is a function.
29479 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
29480
29481 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
29482
29483 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
29484 (edebug-print-length, edebug-print-level, edebug-print-circle)
29485 (edebug-modify-breakpoint, edebug-eval-last-sexp)
29486 (edebug-eval-print-last-sexp): Doc fixes.
29487
29488 2005-06-14 Kim F. Storm <storm@cua.dk>
29489
29490 * ido.el (ido-mode): Make a new keymap every time we enable ido,
29491 as the coverage buffer/file/both may change.
29492
29493 2005-06-14 Lute Kamstra <lute@gnu.org>
29494
29495 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
29496 and run-mode-hooks. Simplify.
29497
29498 * mail/rmailedit.el (rmail-edit-mode):
29499 * progmodes/octave-inf.el (inferior-octave-mode):
29500 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
29501
29502 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
29503 and run-mode-hooks.
29504 (recentf-edit-list, recentf-open-files): Don't call
29505 kill-all-local-variables directly.
29506
29507 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
29508
29509 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
29510
29511 * emacs-lisp/byte-run.el (make-obsolete)
29512 (define-obsolete-function-alias): Rename arguments FUNCTION and
29513 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
29514 (make-obsolete-variable, define-obsolete-variable-alias):
29515 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
29516 respectively.
29517
29518 * isearchb.el (isearchb-activate):
29519 * pcvs.el (cvs-mode):
29520 * ses.el (ses-load):
29521 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
29522 * net/tramp.el (tramp-find-file-exists-command)
29523 (tramp-find-shell):
29524 * progmodes/ada-mode.el (ada-create-case-exception)
29525 (ada-create-case-exception-substring, ada-make-subprogram-body):
29526 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
29527 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
29528 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
29529 * textmodes/org.el (org-promote, org-evaluate-time-range)
29530 (org-agenda-next-date-line, org-agenda-previous-date-line)
29531 (org-agenda-error, org-open-at-point, org-table-move-row)
29532 (org-format-table-table-html-using-table-generate-source)
29533 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
29534 * textmodes/reftex.el (reftex-access-scan-info):
29535 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
29536 (reftex-toc-promote-prepare): Follow error conventions.
29537
29538 * diff-mode.el (diff-mode): Fix typo in docstring.
29539
29540 * forms.el (forms--intuit-from-file): Fix reference to
29541 `forms-number-of-fields' in error message.
29542 (forms-print): Fix quoting in error message.
29543
29544 * forms.el (forms-mode):
29545 * emulation/vi.el (vi-goto-insert-state):
29546 * progmodes/flymake.el (flymake-new-err-info)
29547 (flymake-start-syntax-check-for-current-buffer)
29548 (flymake-simple-cleanup):
29549 * eshell/esh-var.el (eshell/export):
29550 * progmodes/gud.el (xdb):
29551 * textmodes/flyspell.el (flyspell-incorrect-hook)
29552 (flyspell-maybe-correct-transposition)
29553 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
29554
29555 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
29556
29557 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
29558 minibuffer prompt.
29559
29560 2005-06-13 Kim F. Storm <storm@cua.dk>
29561
29562 * subr.el (add-to-ordered-list): New defun.
29563
29564 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
29565 add cua--keymap-alist to emulation-mode-map-alists.
29566
29567 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
29568
29569 * subr.el (complete-in-turn): New macro.
29570 (dynamic-completion-table, lazy-completion-table): Add debug info.
29571
29572 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
29573 in preference to face aliases.
29574
29575 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
29576 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
29577 Remove unused vars `start' and `firstline'.
29578 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
29579 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
29580
29581 2005-06-13 Eli Zaretskii <eliz@gnu.org>
29582
29583 * cus-start.el (all): Don't complain about missing GTK-related
29584 variables, unless either `gtk' is boundp or this isn't a
29585 `windows-nt' build.
29586
29587 2005-06-13 Lute Kamstra <lute@gnu.org>
29588
29589 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
29590 run-mode-hooks.
29591
29592 * ediff-mult.el (ediff-meta-mode):
29593 * ediff-util.el (ediff-mode): Use run-mode-hooks.
29594
29595 * ledit.el (ledit-mode): Use delay-mode-hooks.
29596
29597 * woman.el (woman-mode-line-format): Delete constant.
29598 (woman-mode-map): Initialize it properly.
29599 (woman-mode): Set mode-class property to special.
29600 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
29601 Set major-mode and mode-name. Don't set mode-line-format directly.
29602 (Man-getpage-in-background): Don't reference woman-mode-line-format.
29603
29604 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
29605 string argument obsolete.
29606
29607 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
29608
29609 * textmodes/org.el (org-CUA-compatible): New option.
29610 (org-disputed-keys): New variable.
29611 (org-key): New function.
29612 (orgtbl-make-binding): Add docstring to the created function.
29613 (org-mode): Set paragraph start/separate regexps.
29614 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
29615 (org-archive-location, org-archive-mark-done)
29616 (org-archive-stamp-time): New options.
29617 (org-archive-subtree): New command.
29618 (org-fill-paragraph): New function.
29619 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
29620 (org-fake-empty-table-line): Function removed.
29621 (org-format-org-table-html): Do not create empty table lines at
29622 separator lines. Improved table header treatment.
29623 (org-link-format): New option.
29624 (org-make-link): New function.
29625 (org-insert-link, org-store-link): Use org-make-link.
29626 (org-open-file): Quote file name for shell command, to allow
29627 spaces in file names.
29628 (org-link-regexp): Fix bug with mailto link.
29629 (org-link-maybe-angles-regexp, org-protected-link-regexp):
29630 New constants.
29631 (org-export-as-html): Deal with the optional angles around a link.
29632 Better treatment of file: links.
29633 (org-open-at-point): Replace @{ and @} with < and >.
29634 (org-run-mode-hooks): Function removed.
29635 (org-agenda-mode): No longer use `org-run-mode-hooks'.
29636
29637 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
29638
29639 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
29640 MI command -data-list-register-values.
29641 (gdb-post-prompt): Indent properly.
29642
29643 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
29644
29645 * hilit-chg.el (highlight-changes-colors): Rename from
29646 `highlight-changes-colours'.
29647 (highlight-changes-colours): Keep as obsolete alias.
29648 (highlight-changes-face-list): Doc fix.
29649 (hilit-chg-make-list): Use `highlight-changes-colors'.
29650
29651 2005-06-12 Mark A. Hershberger <mah@everybody.org>
29652
29653 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
29654 defun-prompt-regexp.
29655
29656 2005-06-12 Eli Zaretskii <eliz@gnu.org>
29657
29658 * loadup.el: Don't say we are dumping under 2 names on windows-nt
29659 and cygwin.
29660
29661 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
29662 Don't use an old loaddefs.el, as in Makefile.in.
29663
29664 2005-06-12 Lute Kamstra <lute@gnu.org>
29665
29666 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
29667
29668 * man.el (Man-mode-map): Initialize it properly.
29669 (Man-mode): Set mode-class property to special.
29670
29671 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
29672
29673 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
29674
29675 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
29676 A newline is needed in the docstring there.
29677
29678 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
29679 Doc fixes.
29680
29681 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
29682
29683 * printing.el: Doc fix. The menubar is no more changed when printing
29684 is loaded, it only changes when pr-menu-bind or pr-update-menus is
29685 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
29686 (pr-version): New version number (6.8.4).
29687 (pr-menu-bind): New command.
29688 (pr-update-menus): Docstring and code fix.
29689 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
29690 Docstring fix.
29691 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
29692 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
29693
29694 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
29695
29696 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
29697 "Returns" to "return", document useful return values, etc.
29698
29699 2005-06-11 Alan Mackenzie <acm@muc.de>
29700
29701 * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
29702 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
29703 (adaptive-file-function): Minor amendment to doc-string.
29704
29705 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29706
29707 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
29708 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
29709 Fix :type--it is `integer', not `string'.
29710
29711 * faces.el (modeline-highlight): Rename from (the erroneous)
29712 `modeline-higilight'.
29713
29714 2005-06-11 Lute Kamstra <lute@gnu.org>
29715
29716 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
29717 lisp-interaction-mode-map but make it the parent.
29718 (edebug-eval-mode): Use define-derived-mode.
29719
29720 2005-06-11 Andreas Schwab <schwab@suse.de>
29721
29722 * bindings.el: Add binding of `ESC functionkey' for every
29723 `M-functionkey'.
29724 * hexl.el (hexl-mode-map): Likewise.
29725
29726 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
29727
29728 * progmodes/compile.el (compilation-error-regexp-alist-alist)
29729 [msft]: update regexp for newer msft compilers.
29730
29731 2005-06-10 Mark A. Hershberger <mah@everybody.org>
29732
29733 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
29734 ATTLIST portions of included DTDs.
29735 (xml-parse-dtd): Eliminate use of inefficient match-data.
29736
29737 2005-06-10 Miles Bader <miles@gnu.org>
29738
29739 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
29740 (mpuz-text): Remove "-face" suffix from face names.
29741 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
29742 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
29743 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
29744
29745 * play/gomoku.el (gomoku-O, gomoku-X):
29746 Remove "-face" suffix from face names.
29747 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
29748 New backward-compatibility aliases for renamed faces.
29749 (gomoku-font-lock-keywords): Use renamed gomoku faces.
29750
29751 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
29752
29753 * thumbs.el: Fixes for changes of 2005-06-09.
29754 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
29755 as a directory.
29756 (thumbs-thumbname): Remove directory separator from format string;
29757 `thumbs-thumbsdir' now returns a valid directory name.
29758 (thumbs-temp-dir): New defsubst.
29759 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
29760 Use it.
29761
29762 * cus-edit.el (minibuffer):
29763 * files.el (make-backup-file-name-function):
29764 * filesets.el (filesets-external-viewers):
29765 * hilit-chg.el (highlight-changes-colours)
29766 (highlight-changes-face-list, highlight-changes-rotate-faces):
29767 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
29768 * kmacro.el (kmacro-call-macro):
29769 * log-edit.el (log-edit-changelog-full-paragraphs):
29770 * mouse.el (mouse-1-click-follows-link):
29771 * skeleton.el (skeleton-autowrap):
29772 * subr.el (insert-for-yank-1):
29773 * tempo.el (tempo-insert-region):
29774 * terminal.el (terminal-emulator):
29775 * time.el (display-time-mail-face):
29776 * vc.el (vc-annotate):
29777 * vcursor.el (vcursor-copy-line):
29778 * woman.el (woman-bold-headings, woman-ignore)
29779 (woman-default-faces, woman-monochrome-faces):
29780 * calendar/todo-mode.el (todo-insert-threshold):
29781 * emulation/pc-select.el (pc-select-selection-keys-only)
29782 (pc-selection-mode):
29783 * emulation/vip.el (vip-find-char-forward):
29784 * emulation/viper-cmd.el (viper-find-char-forward):
29785 * international/mule-cmds.el
29786 (select-safe-coding-system-accept-default-p)
29787 (input-method-exit-on-invalid-key):
29788 * international/mule-diag.el (describe-coding-system):
29789 * international/ucs-tables.el (unify-8859-on-encoding-mode):
29790 * net/browse-url.el (browse-url-xterm-program):
29791 * obsolete/lazy-lock.el (lazy-lock-mode):
29792 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
29793 (cperl-mode):
29794 * progmodes/cpp.el (cpp-face-light-name-list)
29795 (cpp-face-dark-name-list):
29796 * progmodes/delphi.el (delphi-newline-always-indents):
29797 Fix spellings in docstrings.
29798
29799 * ido.el (ido-mode, ido-file-extensions-order)
29800 (ido-default-file-method, ido-default-buffer-method)
29801 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
29802 (ido-decorations, ido-read-file-name-as-directory-commands)
29803 (ido-read-file-name-non-ido, ido-work-directory-list)
29804 (ido-ignore-item-temp-list, ido-current-directory)
29805 (ido-magic-forward-char, ido-enter-find-file)
29806 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
29807 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
29808
29809 2005-06-10 Lute Kamstra <lute@gnu.org>
29810
29811 * play/dunnet.el (dun-mode): Use define-derived-mode.
29812 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
29813 obsolete alias.
29814
29815 * play/doctor.el (doctor-mode-map): Remove defvar.
29816 (doctor-mode): Use define-derived-mode.
29817
29818 * mail/mspools.el (mspools-mode):
29819 * net/eudc-hotlist.el (eudc-hotlist-mode):
29820 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
29821
29822 2005-06-10 Miles Bader <miles@gnu.org>
29823
29824 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
29825 Remove "-face" suffix from face names.
29826 (flyspell-incorrect-face, flyspell-duplicate-face):
29827 New backward-compatibility aliases for renamed faces.
29828 (flyspell-mode-on, make-flyspell-overlay)
29829 (flyspell-highlight-incorrect-region)
29830 (flyspell-highlight-duplicate-region)
29831 (flyspell-display-next-corrections)
29832 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
29833
29834 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
29835 from face name.
29836 (texinfo-heading-face): New backward-compatibility alias for
29837 renamed face.
29838 (texinfo-heading-face): Use renamed texinfo-heading face.
29839
29840 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
29841 suffix from face names.
29842 (tex-math-face, tex-verbatim-face):
29843 New backward-compatibility aliases for renamed faces.
29844 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
29845 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
29846 literal face name.
29847
29848 * textmodes/table.el (table-cell): Remove "-face" suffix from face
29849 name.
29850 (table-cell-face): New backward-compatibility alias for renamed face.
29851 (table--put-cell-face-property, table--update-cell-face):
29852 Use renamed table-cell face.
29853
29854 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
29855 from face name.
29856 (sgml-namespace-face): New backward-compatibility alias for
29857 renamed face.
29858 (sgml-namespace-face): Use renamed sgml-namespace face.
29859
29860 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
29861 (org-level-4, org-level-5, org-level-6, org-level-7)
29862 (org-level-8, org-warning, org-headline-done)
29863 (org-deadline-announce, org-scheduled-today)
29864 (org-scheduled-previously, org-link, org-done, org-table)
29865 (org-time-grid): Remove "-face" suffix from face names.
29866 (org-level-1-face, org-level-2-face, org-level-3-face)
29867 (org-level-4-face, org-level-5-face, org-level-6-face)
29868 (org-level-7-face, org-level-8-face, org-warning-face)
29869 (org-headline-done-face, org-deadline-announce-face)
29870 (org-scheduled-today-face, org-scheduled-previously-face)
29871 (org-link-face, org-done-face, org-table-face)
29872 (org-time-grid-face):
29873 New backward-compatibility aliases for renamed faces.
29874 (org-level-faces, org-set-font-lock-defaults, org-timeline)
29875 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
29876 (org-agenda-get-timestamps, org-agenda-get-scheduled)
29877 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
29878
29879 * emulation/viper-init.el (viper-search, viper-replace-overlay)
29880 (viper-minibuffer-emacs, viper-minibuffer-insert)
29881 (viper-minibuffer-vi): Remove "-face" suffix from face names.
29882 (viper-search-face, viper-replace-overlay-face)
29883 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29884 (viper-minibuffer-vi-face):
29885 New backward-compatibility aliases for renamed faces.
29886 (viper-search-face, viper-replace-overlay-face)
29887 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29888 (viper-minibuffer-vi-face): Use renamed viper faces.
29889
29890 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
29891 Remove "-face" suffix from face names.
29892 (testcover-nohits-face, testcover-1value-face):
29893 New backward-compatibility aliases for renamed faces.
29894 (testcover-mark): Use renamed testcover faces.
29895
29896 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
29897 face name.
29898 (diary-button-face): New backward-compatibility alias for renamed face.
29899 (diary-entry): Use renamed diary-button face.
29900
29901 * calendar/calendar.el (diary, calendar-today, holiday)
29902 (mark-visible-calendar-date): Remove "-face" suffix from face names.
29903 (diary-face, calendar-today-face, holiday-face):
29904 New backward-compatibility aliases for renamed faces.
29905 (eval-after-load "facemenu", diary-entry-marker)
29906 (calendar-today-marker, calendar-holiday-marker, diary-face):
29907 Use renamed calendar faces.
29908
29909 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
29910 (compare-windows-face): New backward-compatibility alias for
29911 renamed face.
29912 (compare-windows-highlight): Use renamed compare-windows face.
29913
29914 * strokes.el (strokes-char): Remove "-face" suffix from face name.
29915 (strokes-char-face): New backward-compatibility alias for renamed face.
29916 (strokes-encode-buffer): Use renamed strokes-char face.
29917
29918 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
29919 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
29920 Remove "-face" suffix from face names.
29921 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
29922 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
29923 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
29924 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
29925 Use renamed pcvs faces.
29926 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
29927 * pcvs-defs.el (cvs-mode-map): Likewise.
29928 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
29929
29930 * info.el (info-title-1, info-title-2, info-title-3)
29931 (info-title-4): Remove "-face" suffix from and downcase face names.
29932 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
29933 (Info-title-4-face):
29934 New backward-compatibility aliases for renamed faces.
29935 (Info-fontify-node): Use renamed info faces.
29936
29937 * hilit-chg.el (highlight-changes, highlight-changes-delete):
29938 Remove "-face" suffix from face names.
29939 (highlight-changes-face, highlight-changes-delete-face):
29940 New backward-compatibility aliases for renamed faces.
29941 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
29942 (hilit-chg-make-list): Use renamed highlight-changes faces.
29943
29944 * generic-x.el (show-tabs-tab, show-tabs-space):
29945 Remove "-face" suffix from face names.
29946 (show-tabs-tab-face, show-tabs-space-face):
29947 New backward-compatibility aliases for renamed faces.
29948 (show-tabs-generic-mode-font-lock-defaults-1)
29949 (show-tabs-generic-mode-font-lock-defaults-2):
29950 Use renamed show-tabs faces.
29951
29952 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
29953 (smerge-markers): Remove "-face" suffix from face names.
29954 (smerge-mine-face, smerge-other-face, smerge-base-face)
29955 (smerge-markers-face):
29956 New backward-compatibility aliases for renamed faces.
29957 (smerge-mine-face, smerge-other-face, smerge-base-face)
29958 (smerge-markers-face): Use renamed smerge faces.
29959
29960 * log-view.el (log-view-file, log-view-message): Remove "-face"
29961 suffix from face names.
29962 (log-view-file-face, log-view-message-face):
29963 New backward-compatibility aliases for renamed faces.
29964 (log-view-file-face, log-view-message-face): Use renamed log-view
29965 faces.
29966
29967 * paren.el (show-paren-match, show-paren-mismatch):
29968 Remove "-face" suffix from face names.
29969 (show-paren-match-face, show-paren-mismatch-face):
29970 New backward-compatibility aliases for renamed faces.
29971 (show-paren-function): Use renamed show-paren faces.
29972
29973 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
29974 (ruler-mode-margins, ruler-mode-fringes)
29975 (ruler-mode-column-number, ruler-mode-fill-column)
29976 (ruler-mode-comment-column, ruler-mode-goal-column)
29977 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
29978 suffix from face names.
29979 (ruler-mode-default-face, ruler-mode-pad-face)
29980 (ruler-mode-margins-face, ruler-mode-fringes-face)
29981 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
29982 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
29983 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
29984 New backward-compatibility aliases for renamed faces.
29985 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
29986 (ruler-mode-column-number, ruler-mode-fill-column)
29987 (ruler-mode-comment-column, ruler-mode-goal-column)
29988 (ruler-mode-tab-stop, ruler-mode-current-column)
29989 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
29990 faces.
29991
29992 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
29993 face name.
29994 (whitespace-highlight-the-space): Use renamed face.
29995 (whitespace-highlight-face): New backward-compatibility alias for
29996 renamed face.
29997
29998 * woman.el (woman-italic, woman-bold, woman-unknown)
29999 (woman-addition, woman-symbol-face):
30000 Remove "-face" suffix from face names.
30001 (woman-italic-face, woman-bold-face, woman-unknown-face)
30002 (woman-addition-face):
30003 New backward-compatibility aliases for renamed faces.
30004 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
30005 (woman-decode-region, woman-replace-match)
30006 (woman-display-extended-fonts, woman-special-characters)
30007 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
30008 Use renamed woman faces.
30009
30010 * longlines.el (longlines-visible-face): Face removed.
30011
30012 * diff-mode.el (diff-header, diff-file-header, diff-index)
30013 (diff-hunk-header, diff-removed, diff-added, diff-changed)
30014 (diff-function, diff-context, diff-nonexistent): Remove "-face"
30015 suffix from face names.
30016 (diff-header-face, diff-file-header-face, diff-index-face)
30017 (diff-hunk-header-face, diff-removed-face, diff-added-face)
30018 (diff-changed-face, diff-function-face, diff-context-face)
30019 (diff-nonexistent-face): New backward-compatibility aliases for
30020 renamed faces.
30021 (diff-header-face, diff-file-header-face)
30022 (diff-index, diff-index-face, diff-hunk-header)
30023 (diff-hunk-header-face, diff-removed, diff-removed-face)
30024 (diff-added, diff-added-face, diff-changed-face, diff-function)
30025 (diff-function-face, diff-context-face, diff-nonexistent)
30026 (diff-nonexistent-face): Use renamed diff-mode faces.
30027
30028 * progmodes/compile.el (compilation-warning-face)
30029 (compilation-info-face): Remove "-face" suffix from face names.
30030 (compilation-warning-face, compilation-info-face):
30031 New backward-compatibility aliases for renamed faces.
30032 (compilation-warning-face, compilation-info-face):
30033 Use renamed compilation faces.
30034
30035 * add-log.el (change-log-date, change-log-name)
30036 (change-log-email, change-log-file, change-log-list)
30037 (change-log-conditionals, change-log-function)
30038 (change-log-acknowledgement): Remove "-face" suffix from face names.
30039 (change-log-date-face, change-log-name-face)
30040 (change-log-email-face, change-log-file-face)
30041 (change-log-list-face, change-log-conditionals-face)
30042 (change-log-function-face, change-log-acknowledgement-face):
30043 New backward-compatibility aliases for renamed faces.
30044 (change-log-font-lock-keywords): Use renamed change-log faces.
30045
30046 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
30047 (custom-set, custom-changed, custom-saved, custom-button)
30048 (custom-button-pressed, custom-documentation, custom-state)
30049 (custom-comment, custom-comment-tag, custom-variable-tag)
30050 (custom-variable-button, custom-face-tag, custom-group-tag-1)
30051 (custom-group-tag): Remove "-face" suffix from face names.
30052 (custom-magic-alist, custom-magic-value-create)
30053 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
30054 (custom-invalid-face, custom-rogue-face, custom-modified-face)
30055 (custom-set-face, custom-changed-face, custom-saved-face)
30056 (custom-button-face, custom-button-pressed-face)
30057 (custom-documentation-face, custom-state-face)
30058 (custom-comment-face, custom-comment-tag-face)
30059 (custom-variable-tag-face, custom-variable-button-face)
30060 (custom-face-tag-face, custom-group-tag-face-1)
30061 (custom-group-tag-face):
30062 New backward-compatibility aliases for renamed faces.
30063
30064 * wid-edit.el (widget-documentation, widget-button)
30065 (widget-field, widget-single-line-field, widget-inactive)
30066 (widget-button-pressed): "-face" suffix removed from face names.
30067 (widget-documentation-face, widget-button-face)
30068 (widget-field-face, widget-single-line-field-face)
30069 (widget-inactive-face, widget-button-pressed-face):
30070 New backward-compatibility aliases for renamed faces.
30071 (widget-documentation-face, widget-button-face)
30072 (widget-button-pressed-face, widget-specify-field)
30073 (widget-specify-inactive): Use renamed widget faces.
30074
30075 2005-06-10 Kenichi Handa <handa@m17n.org>
30076
30077 * term/x-win.el (x-clipboard-yank): Remove condition-case
30078 wrapping.
30079
30080 2005-06-11 Kenichi Handa <handa@m17n.org>
30081
30082 * add-log.el (change-log-font-lock-keywords): Make the regexp for
30083 date lines stricter.
30084
30085 2005-06-10 Zhang Wei <id.brep@gmail.com>
30086
30087 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
30088 of x-get-selection.
30089
30090 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
30091
30092 * comint.el (comint-mode, comint-snapshot-last-prompt):
30093 * frame.el (frame-current-scroll-bars):
30094 * term.el (term-mode, term-check-proc, term-input-sender)
30095 (term-simple-send, term-extract-string, term-word)
30096 (term-match-partial-filename):
30097 * window.el (window-current-scroll-bars):
30098 * emulation/cua-base.el (cua-normal-cursor-color)
30099 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
30100 (cua-global-mark-cursor-color):
30101 * mail/undigest.el (rmail-forward-separator-regex):
30102 Fix typos in docstrings.
30103
30104 * comint.el (comint-check-proc, make-comint-in-buffer)
30105 (comint-source-default): Doc fixes.
30106
30107 * term.el (term-send-string): Improve argument/docstring consistency.
30108
30109 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
30110
30111 * comint.el (comint-send-input): Bind `inhibit-read-only' around
30112 call to `delete-region'.
30113 (comint-mode-hook): Do not enable Font Lock by default.
30114
30115 2005-06-09 Lute Kamstra <lute@gnu.org>
30116
30117 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
30118 could be void.
30119
30120 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
30121
30122 * emacs-lisp/debug.el (debugger-will-be-back): New var.
30123 (debug): Use it.
30124 (debugger-step-through, debugger-continue, debugger-jump)
30125 (debugger-return-value): Set it when needed.
30126 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
30127 Use inhibit-read-only.
30128
30129 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
30130
30131 * window.el (shrink-window-if-larger-than-buffer)
30132 (window-size-fixed): Fix typo in docstring.
30133
30134 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
30135 thumbnails directory on loading.
30136 (thumbs-conversion-program): Use `eq' to check the system type,
30137 not `equal'.
30138 (thumbs-temp-dir): Initialize to `temporary-file-directory',
30139 not "/tmp". Fix docstring.
30140 (thumbs-thumbsdir): New function to return the thumbnails
30141 directory, creating it if needed.
30142 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
30143 (thumbs-temp-file): Delete variable and make it into a function.
30144 (thumbs-resize-image, thumbs-modify-image): Use it.
30145 (thumbs-kill-buffer): Simplify.
30146 (thumbs-gensym): Defalias or duplicate CL `gensym'.
30147 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
30148 docstrings.
30149
30150 2005-06-09 Kim F. Storm <storm@cua.dk>
30151
30152 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
30153 set-match-data to free markers in match-data.
30154
30155 * replace.el (replace-match-data): Pass RESEAT arg `t' to
30156 match-data to unchain markers in match-data.
30157
30158 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
30159
30160 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
30161 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
30162 unnecessary now.
30163
30164 2005-06-08 Richard M. Stallman <rms@gnu.org>
30165
30166 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
30167 give the variable a doc string that doesn't say don't set it directly.
30168
30169 * textmodes/ispell.el (ispell-check-version):
30170 Use match-string-no-properties.
30171 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
30172 (ispell-buffer-local-words): Likewise.
30173
30174 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
30175 except on terminals with enough colors to really display it.
30176 (makefile-dependency-regex): Delete spurious `bb'.
30177
30178 * faces.el (escape-glyph): Use blue once again in last case.
30179 (no-break-space): Redefine so that it isn't invisible on a tty.
30180
30181 2005-06-08 Kim F. Storm <storm@cua.dk>
30182
30183 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
30184 also when reading directory name.
30185
30186 2005-06-08 Lute Kamstra <lute@gnu.org>
30187
30188 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
30189 (flyspell-mode-line-string): Remove autoload cookie.
30190 (flyspell-mode): Remove defvar.
30191
30192 2005-06-07 Lute Kamstra <lute@gnu.org>
30193
30194 * textmodes/org.el (org-run-mode-hooks): New function.
30195 (org-agenda-mode): Use it.
30196
30197 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
30198
30199 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
30200
30201 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
30202
30203 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
30204
30205 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
30206
30207 * font-lock.el (font-lock-add-keywords): Doc fix.
30208
30209 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
30210
30211 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
30212 (tex-compile-default): In the absence of any history, use the order in
30213 tex-compile-alist to choose the preferred command.
30214 (tex-compile-commands): Reorder a bit.
30215
30216 * textmodes/flyspell.el (flyspell-auto-correct-binding)
30217 (flyspell-incorrect-face, flyspell-duplicate-face):
30218 Use (X)Emacs-agnostic code.
30219 (flyspell-mode-map): Don't overwrite at each load. Remove code
30220 redundant with the subsequent add-minor-mode. Merge Emacs and
30221 XEmacs code.
30222 (flyspell-word): Minor simplification.
30223 (flyspell-math-tex-command-p): Quieten the byte-compiler.
30224 (flyspell-external-point-words): Remove unused vars `size' and `start'.
30225 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
30226 Merge the corresponding Emacs code.
30227 (flyspell-correct-word, flyspell-xemacs-popup):
30228 Use flyspell-do-correct.
30229
30230 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
30231 a dedicated window.
30232
30233 * international/latexenc.el (latexenc-find-file-coding-system):
30234 Undo part of last patch, to turn off a compiler warning.
30235
30236 2005-06-06 Juri Linkov <juri@jurta.org>
30237
30238 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
30239 Rename `tmm-inactive-face' to `tmm-inactive'.
30240
30241 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
30242
30243 * iswitchb.el: Rename faces.
30244
30245 2005-06-06 Kim F. Storm <storm@cua.dk>
30246
30247 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
30248 (cua-global-mark): Remove -face suffix from face names.
30249
30250 * emulation/cua-gmrk.el (cua--init-global-mark):
30251 Remove cua-global-mark face setup.
30252
30253 2005-06-06 Richard M. Stallman <rms@gnu.org>
30254
30255 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
30256 just like other allowed characters.
30257 (makefile-match-dependency): Exclude leading and training whitespace
30258 from the range of regexp subexp 1.
30259 (makefile-macroassign-regex): Don't try to match the body,
30260 just the name of the macro being defined.
30261
30262 * info.el (Info-read-node-name-2): New function.
30263 (Info-read-node-name-1): Use that.
30264 Add a completion-base-size-function property.
30265
30266 * simple.el (completion-setup-function): Look for
30267 completion-base-size-function property of minibuffer-completion-table.
30268
30269 * files.el (locate-file-completion): Doc fix.
30270
30271 * printing.el: Don't call pr-update-menus; user must do that.
30272
30273 * emacs-lisp/debug.el (debugger-window): New variable.
30274 (debug): Use debugger-window if it is set and still alive.
30275 Record debugger-window for next entry.
30276
30277 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
30278
30279 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
30280
30281 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
30282 (hack-one-local-variable, hack-local-variables)
30283 (hack-local-variables-prop-line): Pass that arg.
30284
30285 2005-06-06 Kim F. Storm <storm@cua.dk>
30286
30287 * ido.el (ido-first-match, ido-only-match, ido-subdir)
30288 (ido-indicator): Remove -face suffix from face names.
30289
30290 2005-06-06 Juri Linkov <juri@jurta.org>
30291
30292 * font-lock.el (font-lock-regexp-backslash)
30293 (font-lock-regexp-backslash-construct): New faces.
30294 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
30295 after `('. Add `while-no-input' to control structures.
30296
30297 * faces.el (no-break-space, shadow): New faces.
30298 (escape-glyph): Use less loud colors pink2 and red4.
30299
30300 * diff-mode.el (diff-context-face)
30301 * dired.el (dired-ignored)
30302 * rfn-eshadow.el (file-name-shadow)
30303 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
30304
30305 * info.el (Info-title-1-face): Use green instead of yellow because
30306 bold yellow is not readable on light backgrounds.
30307
30308 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
30309 before selecting the desired mode to not spend time fontifying
30310 old contents.
30311
30312 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
30313
30314 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
30315 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
30316
30317 * ps-print.el (ps-default-fg, ps-default-bg):
30318 Fix typos in docstrings.
30319
30320 * isearchb.el (isearchb): Don't pass a spurious second argument to
30321 `iswitchb-completions'.
30322
30323 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
30324
30325 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
30326 to preserve point.
30327 (gdb-find-file-hook): Add doc string.
30328
30329 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
30330 C dereferenced pointer expression.
30331 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
30332
30333 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
30334
30335 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
30336 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
30337 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
30338 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
30339 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
30340 Make background transparent.
30341
30342 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
30343
30344 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
30345 (font-lock-remove-keywords): Doc fix.
30346 (font-lock-mode-major-mode): Compiler defvar.
30347 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
30348
30349 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
30350 (font-lock-mode): Update `font-lock-mode-major-mode'.
30351 (font-lock-set-defaults): Compiler defvar.
30352 (font-lock-default-function): Take `font-lock-mode-major-mode'
30353 into account.
30354
30355 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
30356 keep track of which major mode it enabled the minor mode for.
30357 Use find-file-hook again. Update docstring.
30358
30359 * simple.el (eval-expression-print-level)
30360 (eval-expression-print-length, eval-expression-debug-on-error):
30361 Doc fixes.
30362
30363 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
30364
30365 * iswitchb.el (iswitchb-single-match-face)
30366 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
30367 (iswitchb-invalid-regexp-face): New faces.
30368 (iswitchb-completions): Use them.
30369 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
30370 now marked as an obsolete alias.
30371 (iswitchb-read-buffer): Remove check for bound font variables.
30372 (iswitchb-invalid-regexp): New free variable.
30373 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
30374 set iswitchb-invalid-regexp.
30375 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
30376 invalid regexps.
30377 (iswitchb-completions): Add check for complete match when entering
30378 a regexp.
30379 (iswitchb-completions): Remove require-match argument.
30380 (iswitchb-exhibit): Fix caller.
30381 (iswitchb-common-match-inserted): New variable.
30382 (iswitchb-complete, iswitchb-completion-help): Use it.
30383
30384 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
30385
30386 * url/url-http.el (url-http-chunked-encoding-after-change-function):
30387 Use `url-http-debug' instead of `message'.
30388
30389 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
30390
30391 * url/url-http.el (url-http-parse-headers): Pass redirected URL
30392 as a callback argument.
30393
30394 2005-06-04 Kim F. Storm <storm@cua.dk>
30395
30396 * simple.el (line-move): Only call sit-for when moving backwards.
30397
30398 * ido.el (ido-make-merged-file-list-1): New defun split from
30399 ido-make-merged-file-list.
30400 (ido-make-merged-file-list): Bind throw-on-input around call to
30401 ido-make-merged-file-list-1. Return input-pending-p if
30402 interrupted by more input available.
30403 (ido-read-internal): Handle input-pending-p return value from
30404 ido-make-merged-file-list.
30405
30406 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
30407
30408 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
30409 compatibility code.
30410
30411 * international/latexenc.el (latexenc-find-file-coding-system):
30412 Don't inherit the EOL part of the coding-system from the
30413 tex-main buffer. Fit within 80 columns.
30414
30415 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
30416
30417 * tmm.el (tmm-inactive-face): New face.
30418 (tmm-remove-inactive-mouse-face): New function.
30419 (tmm-prompt, tmm-add-one-shortcut)
30420 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
30421 but not selectable.
30422
30423 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
30424
30425 * faces.el (face-equal): Improve argument/docstring consistency.
30426
30427 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
30428
30429 * progmodes/make-mode.el (makefile-targets-face)
30430 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
30431 (makefile-bsdmake-dependency-regex)
30432 (makefile-makepp-rule-action-regex)
30433 (makefile-bsdmake-rule-action-regex): New constants.
30434 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
30435
30436 * progmodes/compile.el (compilation-error-regexp-alist-alist):
30437 Allow (...) within `...' for makepp messages.
30438
30439 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
30440
30441 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
30442
30443 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
30444 "." files are deleted from all file lists before comparison.
30445
30446 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
30447 (viper-ESC-key): Made them customizable.
30448
30449 * emulation/viper.el (viper-non-hook-settings):
30450 Fix the names of defadvices.
30451
30452 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
30453
30454 * autorevert.el (auto-revert-buffers): Use save-match-data.
30455
30456 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
30457
30458 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
30459 menu items with a nil command binding.
30460
30461 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
30462
30463 * emacs-lisp/cl-macs.el (defsetf):
30464 Improve argument/docstring consistency.
30465
30466 * faces.el (list-faces-display): Improve the formatting by
30467 computing the maximum length required for any face-name (reworked
30468 patch of 1999-01-11, accidentally deleted on 1999-07-21).
30469 (internal-find-face): Remove redundant info in docstring.
30470
30471 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
30472
30473 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
30474 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
30475 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
30476 (gdb-assembler-custom): Improve regexps.
30477 (def-gdb-auto-update-handler): Use window point to preserve point.
30478
30479 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
30480
30481 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
30482
30483 2005-05-31 Jay Belanger <belanger@truman.edu>
30484
30485 * calc/calc-embed.el (calc-embedded-word): Change argument passed
30486 to calc-embedded.
30487 (calc-embedded-make-info): Have plain prefix argument select
30488 entire line.
30489
30490 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
30491
30492 * faces.el (list-faces-display): Signal error if passed a regexp
30493 that matches no face name.
30494
30495 * simple.el (filter-buffer-substring): Fix typo in docstring.
30496
30497 2005-05-31 Richard M. Stallman <rms@gnu.org>
30498
30499 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
30500 (vhdl-emacs-21): Doc fix.
30501 (vhdl-mode): Unconditionally set comment-padding.
30502 (vhdl-fixup-whitespace-region): Insert spaces only where
30503 there are none.
30504 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
30505
30506 2005-05-30 John Wiegley <johnw@newartisans.com>
30507
30508 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
30509 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
30510 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
30511 `directory-sep-char' to ?/, and all uses of `string-to-int' to
30512 `string-to-number'.
30513
30514 2005-05-30 Jay Belanger <belanger@truman.edu>
30515
30516 * calc/calc.el (calc-bug-address): Fix docstring.
30517 (calc-window-hook, calc-trail-window-hook): New variables.
30518 (calc-trail-display): Restore use of calc-trail-window-hook.
30519 (calc): Restore use of calc-window-hook.
30520
30521 2005-05-31 Masatake YAMATO <jet@gyve.org>
30522
30523 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
30524
30525 * help-fns.el (help-C-file-name): Add autoload mark for
30526 `find-function-noselect'.
30527
30528 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
30529
30530 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
30531 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
30532
30533 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30534
30535 * calendar/diary-lib.el (mark-included-diary-files): Only kill
30536 included diary buffer if it was not already being visited.
30537 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
30538
30539 * calendar/icalendar.el (top-level): Do not require appt.
30540
30541 * mail/supercite.el (sc-select-attribution): Only use a list
30542 element from sc-attrib-selection-list if it returns a string.
30543 Reported by Davide G. M. Salvetti <salve@debian.org>.
30544
30545 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
30546
30547 * thumbs.el (thumbs-thumbname): The resulting thumbname now
30548 includes a hash value to improve its uniqueness, and has a ".jpg"
30549 extension. Also, it is now a valid filename on all systems.
30550 (thumbs-make-thumb): Use `let', not `let*'.
30551 (thumbs-show-thumbs-list): Check for JPEG availability.
30552
30553 2005-05-30 Richard M. Stallman <rms@gnu.org>
30554
30555 * filesets.el (filesets-menu-ensure-use-cached):
30556 Prevent warning when emacs-version>= is undefined.
30557
30558 * printing.el (pr-interactive-n-up): Use string-to-number.
30559
30560 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
30561
30562 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
30563 Warn only when name to be defined is quoted.
30564
30565 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
30566
30567 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
30568 Make regexp more robust.
30569 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
30570 Force regeneration of disassembly.
30571
30572 2005-05-29 Jay Belanger <belanger@truman.edu>
30573
30574 * calc/calc.el (calc-user-invocation): Check if
30575 calc-invocation-macro is non-nil.
30576
30577 2005-05-29 Juri Linkov <juri@jurta.org>
30578
30579 * add-log.el (change-log-font-lock-keywords):
30580 Add `+' to e-mail regexp to accept mail address with keywords.
30581
30582 * man.el (Man-name-regexp): Add `:' to accept qualified names.
30583
30584 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
30585
30586 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
30587
30588 * ielm.el (inferior-emacs-lisp-mode): Ditto.
30589
30590 2005-05-29 Richard M. Stallman <rms@gnu.org>
30591
30592 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30593 Undo the change that moves to end of the current word.
30594
30595 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30596
30597 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
30598 Throw error when count <= 0 to ensure input is a number.
30599 (gdb-read-memory-custom): Pick up address from buffer.
30600 (gdb-memory-mode): Allow user to increment and decrement
30601 memory address from header line.
30602
30603 2005-05-29 Richard M. Stallman <rms@gnu.org>
30604
30605 * textmoddes/flyspell.el (flyspell-version): Function deleted.
30606 (flyspell-auto-correct-previous-hook): Doc fix.
30607
30608 * jit-lock.el (jit-lock-function, jit-lock-after-change):
30609 Do nothing if memory is full.
30610
30611 * font-lock.el (font-lock-fontify-syntactically-region):
30612 Pass t for GREEDY to looking-back.
30613
30614 * saveplace.el (save-place-alist-to-file): Write the file
30615 using write-region.
30616
30617 * subr.el (looking-back): New argument GREEDY.
30618
30619 * progmodes/compile.el (compilation-start): Set the mode
30620 before inserting the initial text.
30621
30622 * progmodes/which-func.el (which-func-update-1): Turn the mode
30623 off in case of error by setting which-func-mode.
30624
30625 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
30626
30627 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30628 Narrow down to what's on the screen, and recenter overlays
30629 at the end of the next word.
30630
30631 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
30632
30633 * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
30634 8Vars moved up.
30635 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
30636 (flyspell-abbrev-p): Default to nil.
30637 (flyspell-use-global-abbrev-table-p): Doc fix.
30638 (flyspell-large-region): Allow nil as value.
30639 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
30640
30641 (mail-mode-flyspell-verify): More robust handling
30642 of `mail-header-separator'. More efficient signature detection.
30643 Allow for regexp metacharacters in message-header-separator.
30644 Adding `To' not to be checked in mail-mode-flyspell-verify.
30645
30646 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
30647 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
30648 Bind flyspell-auto-correct-binding.
30649 Bind C-. and C-, .
30650 (flyspell-mode-map): Likewise.
30651 (flyspell-mode): Doc fix.
30652 (flyspell-accept-buffer-local-defs): Preserve current buffer.
30653 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
30654 (flyspell-word-cache-result): New var, always local.
30655 (flyspell-check-pre-word-p): Doc fix.
30656 (flyspell-check-changed-word-p): Handle spc like newline.
30657 (flyspell-post-command-hook): Set flyspell-word-cache-result.
30658 (flyspell-word-search-backward, flyspell-word-search-forward):
30659 New functions.
30660 (flyspell-word): Return t if nothing to check.
30661 When parsing TeX code, check for after } or \.
30662 Use flyspell-word-search-backward to find previous word.
30663 Return nil if duplicated word.
30664 For word already checked, return same value as last time.
30665 Set flyspell-word-cache-result after checking.
30666 Don't clobber the return value.
30667 (flyspell-get-word): Major rewrite.
30668 (flyspell-external-point-words): New locals pword, pcount.
30669 Fix size used in progress message.
30670 Find the proper corresponding word in flyspell-large-region-buffer.
30671 (flyspell-region): Check for flyspell-large-region = nil.
30672 (flyspell-highlight-incorrect-region): Clean up overlays in region.
30673 (flyspell-auto-correct-word): Check that WORD is a cons.
30674 (flyspell-correct-word): Likewise.
30675
30676 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
30677
30678 * progmodes/make-mode.el (makefile-rule-action-regex)
30679 (makefile-macroassign-regex, makefile-makepp-mode)
30680 (makefile-bsdmake-mode): Continuation lines may be empty.
30681 Reported by Joshua Varner.
30682 (makefile-makepp-font-lock-keywords): Add $(stem).
30683
30684 2005-05-28 Karl Berry <karl@gnu.org>
30685
30686 * textmodes/tex-mode.el: Now that tex-send-command calls
30687 shell-quote-argument (2005-03-31 change), remove all calls to
30688 shell-quote-argument; they all end up invoking tex-send-command.
30689 The double quoting loses on filenames with non-safe characters,
30690 such as "@". Reported by Frederik Fouvry.
30691
30692 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30693
30694 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
30695 about preserving point.
30696
30697 2005-05-27 Jay Belanger <belanger@truman.edu>
30698
30699 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
30700 Info-goto-node.
30701
30702 * calc/calc-embed.el (calc-embed-arg): New variable.
30703 (calc-do-embedded-activate, calc-embedded-activate-formula)
30704 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
30705 variable by new variable.
30706 (calc-embedded-make-info): Replace undeclared variable by new
30707 variable. When selecting region with positive prefix
30708 argument, use end of previous line instead of beginning of line.
30709
30710 * calc/calc-aent.el (calc-arg-values): Declare it.
30711
30712 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
30713 Declare them.
30714
30715 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
30716
30717 * calc/calc.el (calc-alg-map): Declare it.
30718
30719 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
30720
30721 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
30722
30723 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
30724 (gdb-registers-buffer, toggle-gdb-all-registers):
30725 Toggle display of floating point registers.
30726 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
30727
30728 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
30729 (toggle-gud-tooltip-dereference):
30730 Rename from gud-toggle-tooltip-dereference.
30731
30732 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
30733
30734 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
30735
30736 2005-05-27 Jay Belanger <belanger@truman.edu>
30737
30738 * calc/calc-prog.el (calc-kbd-report): Remove.
30739 (calc-kbd-query): Rewrite.
30740
30741 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
30742
30743 * image.el (image-library-alist): Move to image.c.
30744 (image-type-available-p): Doc fix.
30745
30746 2005-05-27 Lute Kamstra <lute@gnu.org>
30747
30748 * calc/calc.el (calc):
30749 * outline.el (outline-1, outline-2, outline-3, outline-4)
30750 (outline-5, outline-6, outline-7, outline-8):
30751 * textmodes/dns-mode.el (dns-mode):
30752 * textmodes/sgml-mode.el (sgml-namespace-face):
30753 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
30754 (tex-verbatim-face, tex-use-reftex):
30755 * textmodes/texinfo.el (texinfo-heading-face):
30756 Specify customization group.
30757
30758 * longlines.el: Don't require easy-mmode.
30759 (longlines-visible-face): Specify customization group.
30760
30761 2005-05-27 Kenichi Handa <handa@m17n.org>
30762
30763 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
30764 encoding table of windows-1251.
30765
30766 * international/ucs-tables.el (ucs-set-table-for-input):
30767 If translation-table-for-input of a coding system is a symbol, get
30768 its translation-table property.
30769
30770 * international/code-pages.el: Don't register a coding system into
30771 non-iso-charset-alist more than once.
30772 (cp-make-coding-system): Likewise.
30773
30774 2005-05-26 John Wiegley <johnw@newartisans.com>
30775
30776 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
30777 `eshell-resume-eval' is wrapped in a list, it indicates that the
30778 command was run asynchronously. In that case, unwrap the value
30779 before checking the delimiter value.
30780
30781 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
30782 character before a space at the end of a line is \, assume the space
30783 is part of the last argument rather than a final argument separator.
30784
30785 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
30786 is in use, and the target is `t' or `nil' (which are the most common
30787 values), don't assume that the symbol target is a buffer.
30788
30789 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
30790
30791 * calendar/calendar.el (calendar-mode-line-format):
30792 Use mode-line-highlight as mouse-face.
30793
30794 * time.el (display-time-string-forms, display-time-update):
30795 Use mode-line-highlight as mouse-face.
30796
30797 2005-05-26 Jay Belanger <belanger@truman.edu>
30798
30799 * calc/calc.el (calc-language-alist): Remove extra defvar.
30800
30801 2005-05-26 Lute Kamstra <lute@gnu.org>
30802
30803 * arc-mode.el (archive-mode):
30804 * bookmark.el (bookmark-read-annotation-mode)
30805 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
30806 * bs.el (bs-mode):
30807 * calc/calc-yank.el (calc-edit-mode):
30808 * calc/calc.el (calc-mode, calc-trail-mode):
30809 * calculator.el (calculator-mode):
30810 * chistory.el (command-history-mode):
30811 * comint.el:
30812 * cus-edit.el (custom-mode):
30813 * descr-text.el (describe-text-mode):
30814 * ebuff-menu.el (Electric-buffer-menu-mode):
30815 * ediff-util.el (ediff-mode):
30816 * emacs-lisp/re-builder.el (reb-mode):
30817 * emulation/vi.el (vi-mode-setup):
30818 * emulation/ws-mode.el (wordstar-mode):
30819 * eshell/esh-mode.el (eshell-mode):
30820 * forms.el (forms-mode):
30821 * help-mode.el (help-mode):
30822 * hexl.el (hexl-mode):
30823 * ibuffer.el (ibuffer-mode):
30824 * ielm.el (inferior-emacs-lisp-mode):
30825 * info.el (Info-mode, Info-edit-mode):
30826 * international/swedish.el:
30827 * ledit.el (ledit-from-lisp-mode):
30828 * locate.el (locate-mode):
30829 * mail/rmail.el (rmail-mode):
30830 * mail/rmailedit.el (rmail-edit-mode):
30831 * mail/rmailsum.el (rmail-summary-mode):
30832 * mail/supercite.el (sc-electric-mode):
30833 * net/eudc.el (eudc-mode):
30834 * net/quickurl.el (quickurl-list-mode):
30835 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
30836 * obsolete/ooutline.el (outline-mode):
30837 * obsolete/options.el (Edit-options-mode):
30838 * obsolete/rnews.el (news-mode):
30839 * obsolete/rnewspost.el (news-reply-mode):
30840 * play/5x5.el (5x5-mode):
30841 * play/decipher.el (decipher-mode, decipher-stats-mode):
30842 * play/gomoku.el (gomoku-mode):
30843 * play/snake.el (snake-mode):
30844 * play/solitaire.el (solitaire-mode):
30845 * play/tetris.el (tetris-mode):
30846 * progmodes/ada-mode.el (ada-mode):
30847 * progmodes/antlr-mode.el (antlr-mode):
30848 * progmodes/autoconf.el (autoconf-mode):
30849 * progmodes/dcl-mode.el (dcl-mode):
30850 * progmodes/delphi.el (delphi-mode):
30851 * progmodes/ebrowse.el (ebrowse-tree-mode)
30852 (ebrowse-electric-list-mode, ebrowse-member-mode)
30853 (ebrowse-electric-position-mode):
30854 * progmodes/f90.el (f90-mode):
30855 * progmodes/fortran.el (fortran-mode):
30856 * progmodes/icon.el (icon-mode):
30857 * progmodes/idlw-help.el (idlwave-help-mode):
30858 * progmodes/idlw-shell.el (idlwave-shell-mode):
30859 * progmodes/idlwave.el (idlwave-mode):
30860 * progmodes/inf-lisp.el (inferior-lisp-mode):
30861 * progmodes/m4-mode.el (m4-mode):
30862 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
30863 * progmodes/modula2.el (modula-2-mode):
30864 * progmodes/octave-inf.el (inferior-octave-mode):
30865 * progmodes/octave-mod.el (octave-mode):
30866 * progmodes/pascal.el (pascal-mode):
30867 * progmodes/sh-script.el (sh-mode):
30868 * progmodes/sql.el (sql-mode, sql-interactive-mode):
30869 * progmodes/vhdl-mode.el (vhdl-mode):
30870 * progmodes/xscheme.el (scheme-interaction-mode):
30871 * replace.el (occur-mode):
30872 * ses.el (ses-mode):
30873 * simple.el (completion-list-mode):
30874 * skeleton.el:
30875 * speedbar.el (speedbar-mode):
30876 * term.el (term-mode):
30877 * terminal.el (terminal-edit-mode):
30878 * textmodes/reftex-index.el (reftex-index-mode)
30879 (reftex-index-phrases-mode):
30880 * textmodes/reftex-sel.el (reftex-select-label-mode)
30881 (reftex-select-bib-mode):
30882 * textmodes/reftex-toc.el (reftex-toc-mode):
30883 * wdired.el (wdired-change-to-wdired-mode):
30884 * wid-browse.el (widget-browse-mode):
30885 Use run-mode-hooks.
30886
30887 * array.el (array-mode):
30888 * calendar/todo-mode.el (todo-mode):
30889 * man.el (Man-mode):
30890 * play/landmark.el (lm-mode):
30891 * play/mpuz.el (mpuz-mode):
30892 Use kill-all-local-variables and run-mode-hooks.
30893
30894 * subr.el (delay-mode-hooks): Specify indentation.
30895
30896 2005-05-26 Mark A. Hershberger <mah@everybody.org>
30897
30898 * xml.el (xml-substitute-special): Don't die for undefined xml
30899 entities.
30900
30901 2005-05-26 Jay Belanger <belanger@truman.edu>
30902
30903 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
30904 of nil.
30905
30906 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
30907
30908 * progmodes/gdb-ui.el (gdb-frame-address):
30909 Rename from gdb-current-address.
30910 (gdb-previous-frame-address): Rename from gdb-previous-address.
30911 (gdb-selected-frame): Rename from gdb-current-frame.
30912 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
30913 (gdb-frame-number): Rename from gdb-current-stack-level.
30914 (gdb-ann3): Match new mode-name for disassembly buffer.
30915 Extend initialization of variables.
30916 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
30917 (gdb-memory-mode): Use mouse-face in header line.
30918 (gdb-assembler-buffer-name): Call it disassembly and give frame
30919 in mode line.
30920 (gdb-source-spec-regexp, gdb-assembler-custom)
30921 (gdb-invalidate-assembler, gdb-frame-handler):
30922 Make robust to leading zeroes in address format.
30923
30924 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
30925
30926 * textmodes/org.el (org-mode): Use `define-derived-mode' to
30927 define `org-mode'.
30928 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
30929
30930 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
30931
30932 * log-edit.el (log-edit-changelog-entries): Distinguish between
30933 filenames like xfns.c and fns.c.
30934
30935 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
30936
30937 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
30938 point after reverting.
30939 (Buffer-menu-make-sort-button): Handle the case where
30940 `Buffer-menu-use-header-line' is nil.
30941
30942 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
30943
30944 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
30945 New funcs. In minibuffer-local-completion-map bind `]', `/'
30946 and `:' to them.
30947
30948 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
30949
30950 * startup.el (normal-top-level): Allow modification of load-path while
30951 we're iterating over it.
30952
30953 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
30954
30955 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
30956 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
30957 (thumbs-resize-interactive, thumbs-insert-image)
30958 (thumbs-insert-thumb, thumbs-dired-show-marked)
30959 (thumbs-find-image-at-point, thumbs-delete-images)
30960 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
30961 (thumbs-increment-image-size, thumbs-decrement-image-size):
30962 Fix typos in docstrings.
30963
30964 2005-05-24 Andre Spiegel <spiegel@gnu.org>
30965
30966 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
30967 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
30968 (cperl-mode): Use them.
30969
30970 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
30971
30972 * window.el (quit-window, shrink-window-if-larger-than-buffer):
30973 Doc fixes.
30974
30975 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
30976
30977 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
30978 Bind C-d to gdb-inferior-io-eof.
30979
30980 * dired.el (dired-dnd-popup-notice): Use message-box.
30981
30982 2005-05-23 Masatake YAMATO <jet@gyve.org>
30983
30984 * bindings.el (mode-line-major-mode-keymap):
30985 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
30986
30987 * faces.el (mode-line-highlight): New face.
30988
30989 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
30990 as mouse-face.
30991
30992 * bindings.el (top-level, help-echo, mode-line-modified)
30993 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
30994 as mouse-face.
30995
30996 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
30997
30998 * progmodes/cc-engine.el (c-guess-basic-syntax):
30999 Remove spurious call to `zerop'.
31000
31001 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
31002
31003 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
31004
31005 CC Mode update to 5.30.10:
31006
31007 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
31008 the point could go past the limit in decoration level 2, thereby
31009 causing errors during interactive fontification.
31010
31011 * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
31012 bug when the file is evaluated interactively.
31013
31014 * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
31015 declarations somewhat better in C++.
31016
31017 * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
31018 New helper macro to make use of `run-mode-hooks'
31019 which has been added in Emacs 21.1.
31020 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
31021 (awk-mode): Use it.
31022 (make-local-hook): Suppress warning about obsoleteness.
31023
31024 * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
31025 (c-append-backslashes-forward, c-delete-backslashes-forward)
31026 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
31027 Compensate for return value from `forward-line' when it has moved
31028 but not to a different line due to eob.
31029
31030 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
31031 `objc-method-intro' and `objc-method-args-cont'.
31032
31033 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
31034
31035 CC Mode update to 5.30.10:
31036
31037 * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
31038 address in the copyright statement. Incidentally, change "along with
31039 GNU Emacs" to "along with this program" where it occurs.
31040
31041 * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
31042 autoload, so that it is interactive, hence can be found by M-x awk-mode
31043 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
31044 <gmorris+emacs@ast.cam.ac.uk>.
31045
31046 * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
31047 Mode's regexps.
31048
31049 2005-05-23 Kevin Ryde <user42@zip.com.au>
31050
31051 * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
31052 from c-parse-state, to avoid a lisp error (on bad code).
31053
31054 2005-05-23 Lute Kamstra <lute@gnu.org>
31055
31056 * subr.el (font-lock-defaults): Remove defvar as it's already
31057 defined in font-core.el.
31058
31059 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
31060
31061 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
31062
31063 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
31064 more general and work when GDB variable "print pretty" is on,
31065 as with Emacs, for example.
31066
31067 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
31068
31069 * font-core.el: Update comment.
31070
31071 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
31072 Use `after-change-major-mode-hook' instead of `find-file-hook'.
31073
31074 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
31075
31076 2005-05-22 Eli Zaretskii <eliz@gnu.org>
31077
31078 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
31079 and `yank-handler' in the doc strings.
31080
31081 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
31082
31083 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
31084
31085 2005-05-22 Richard M. Stallman <rms@gnu.org>
31086
31087 * help.el (describe-key): Move print-help-return-message call
31088 out of conditional.
31089
31090 * progmodes/etags.el (list-tags): Use with-no-warnings.
31091
31092 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
31093 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
31094 (starttls-extra-args, starttls-extra-arguments): Add defvars.
31095
31096 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
31097
31098 * language/viet-util.el (viet-viscii-nonascii-translation-table):
31099 Add defvar.
31100
31101 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
31102 Use defvar, not defconst.
31103
31104 * hexl.el (hexl-follow-line): Use with-no-warnings.
31105
31106 * emulation/tpu-extras.el: Use write-file-functions instead of
31107 write-file-hooks.
31108
31109 * dired.el (dired-font-lock-keywords): Fontify files with junk
31110 extensions even if marked by -F.
31111
31112 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
31113
31114 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
31115 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
31116 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
31117 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
31118 (concatenate, list-length, get*, getf, cl-remprop):
31119 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
31120 (etypecase, progv, lexical-let, lexical-let*)
31121 (multiple-value-bind, multiple-value-setq, shiftf):
31122 Improve argument/docstring consistency.
31123
31124 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
31125
31126 2005-05-22 Andre Spiegel <spiegel@gnu.org>
31127
31128 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
31129 doesn't exist.
31130
31131 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
31132 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
31133
31134 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
31135
31136 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
31137 already deleted variables: auto-fill-hook, blink-paren-hook,
31138 lisp-indent-hook, inhibit-local-variables, unread-command-event,
31139 suspend-hooks, comment-indent-hook, meta-flag,
31140 before-change-function, after-change-function,
31141 font-lock-doc-string-face.
31142
31143 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
31144
31145 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
31146
31147 2005-05-21 Eli Zaretskii <eliz@gnu.org>
31148
31149 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
31150 rmail-dont-reply-to.
31151
31152 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31153
31154 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
31155 literal blank when splitting new-header-values.
31156
31157 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
31158
31159 * calendar/cal-menu.el (cal-menu-update): Add separator as a
31160 string so that tmm doesn't create a completion entry for it.
31161
31162 * textmodes/table.el (table-disable-menu): Ditto.
31163
31164 2005-05-21 Richard M. Stallman <rms@gnu.org>
31165
31166 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
31167
31168 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
31169
31170 * net/rcompile.el (remote-compile): Use compilation-start.
31171
31172 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
31173
31174 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
31175
31176 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
31177 Default to makefile-bsdmake-mode on BSD systems.
31178
31179 * imenu.el (imenu-generic-expression, imenu--generic-function'):
31180 REGEXP may also be a search function now. The part of doc-string
31181 for describing the structure was 95% identical to that of
31182 `imenu--generic-function'. Unify it there.
31183
31184 * progmodes/make-mode.el (makefile-imenu-generic-expression):
31185 Use function to find dependencies, because regexp alone is so complex,
31186 it easily goes into an endless loop.
31187 (makefile-makepp-mode): Also add submenu for Perl functions
31188 defined in the makefile.
31189 (makefile-bsdmake-mode): Special imenu-generic-expression no
31190 longer needed, due to function call.
31191 (makefile-match-dependency): Take BOUND into account when checking
31192 if we're through.
31193
31194 2005-05-20 Jay Belanger <belanger@truman.edu>
31195
31196 * calc/calc-units.el (calc-invalidate-units-table):
31197 Use inhibit-read-only.
31198 (math-build-units-table-buffer): Use view-mode.
31199
31200 2005-05-20 David Kastrup <dak@gnu.org>
31201
31202 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
31203 easy-menu-add is not a nop on Emacs; and clarify when to call it.
31204
31205 2005-05-20 Lute Kamstra <lute@gnu.org>
31206
31207 * diff-mode.el (diff-header-face, diff-file-header-face)
31208 (diff-index-face, diff-hunk-header-face, diff-removed-face)
31209 (diff-added-face, diff-changed-face, diff-function-face)
31210 (diff-context-face, diff-nonexistent-face): Put them in the
31211 diff-mode customization group.
31212
31213 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
31214
31215 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
31216
31217 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
31218
31219 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
31220 Minor regexp-optimization.
31221
31222 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
31223
31224 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
31225 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
31226 (org-agenda-add-time-grid-maybe): New function.
31227 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
31228 (org-table-create): `dotimes' instead of `mapcar'.
31229 (org-xor): Simplify implementation.
31230 (org-agenda): `inhibit-redisplay' turned on.
31231 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
31232 a consistent line after a state change.
31233 (org-agenda-remove-times-when-in-prefix): New option.
31234 (org-prefix-has-time): New variable.
31235 (org-parse-time-string): Optional argument NODEFAULT.
31236 (org-format-agenda-item): Parse items for time-of-day
31237 specifications and move these into the prefix if possible.
31238 (org-agenda-priority): Get current heading, not previous heading
31239 during agenda remote editing.
31240
31241 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
31242
31243 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
31244 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
31245 (remove-duplicates, delete-duplicates, substitute)
31246 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
31247 (nsubstitute-if-not, find, find-if, find-if-not, position)
31248 (position-if, position-if-not, count, count-if, count-if-not)
31249 (mismatch, search, sort*, stable-sort, merge, member*)
31250 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
31251 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
31252 (intersection, nintersection, set-difference, nset-difference)
31253 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
31254 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
31255 (nsublis, tree-equal): Improve argument/docstring consistency.
31256
31257 * subr.el (send-string, send-region): Remove obsolescence declaration.
31258 (window-dot, set-window-dot, read-input, show-buffer)
31259 (eval-current-buffer, string-to-int):
31260 Add release number to obsolescence declarations.
31261
31262 2005-05-19 Kim F. Storm <storm@cua.dk>
31263
31264 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
31265 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
31266
31267 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
31268
31269 * faces.el (list-faces-display): Make back button respect optional
31270 regexp arg.
31271
31272 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
31273
31274 * calculator.el (calculator-radix-grouping-mode)
31275 (calculator-radix-grouping-digits, calculator-displayer)
31276 (calculator-radix-grouping-separator, calculator-copy-displayer):
31277 * dabbrev.el (dabbrev-search-these-buffers-only):
31278 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
31279 (diff-advance-after-apply-hunk, diff-mode-hook)
31280 (diff-minor-mode-prefix):
31281 * imenu.el (imenu-use-popup-menu):
31282 * jit-lock.el (jit-lock-context-time):
31283 * newcomment.el (comment-fill-column, comment-column)
31284 (comment-style, comment-padding, comment-multi-line)
31285 (comment-empty-lines, comment-auto-fill-only-comments):
31286 * reveal.el (reveal-around-mark):
31287 * uniquify.el (uniquify-buffer-name-style)
31288 (uniquify-after-kill-buffer-p)
31289 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
31290 (uniquify-min-dir-content, uniquify-separator)
31291 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
31292 * w32-vars.el (w32-fixed-font-alist):
31293 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
31294 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
31295 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
31296 * progmodes/perl-mode.el (perl-indent-level)
31297 (perl-continued-statement-offset, perl-continued-brace-offset)
31298 (perl-brace-offset, perl-brace-imaginary-offset)
31299 (perl-label-offset, perl-indent-continued-arguments)
31300 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
31301 * progmodes/tcl.el (tcl-indent-level)
31302 (tcl-continued-indent-level, tcl-auto-newline)
31303 (tcl-tab-always-indent, tcl-electric-hash-style)
31304 (tcl-help-directory-list, tcl-use-smart-word-finder)
31305 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
31306 (inferior-tcl-source-command):
31307 * textmodes/fill.el (enable-kinsoku):
31308 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
31309 * textmodes/table.el (table-yank-handler):
31310 Specify missing group (and type, if simple) in defcustom.
31311
31312 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
31313
31314 * progmodes/compile.el (compilation-finish-function): Fix defvar.
31315
31316 2005-05-19 Richard M. Stallman <rms@gnu.org>
31317
31318 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
31319
31320 * subr.el (event-basic-type): Don't get an error.
31321 (left-fringe-p): Function deleted.
31322
31323 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
31324 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
31325
31326 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
31327 in recursive copy.
31328
31329 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
31330
31331 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
31332
31333 * emacs-lisp/bytecomp.el
31334 (byte-compile-file-form-custom-declare-variable):
31335 Call byte-compile-nogroup-warn if appropriate.
31336
31337 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
31338 (compilation-set-window): Don't call left-fringe-p; do it directly.
31339
31340 2005-05-19 Jay Belanger <belanger@truman.edu>
31341
31342 * calc/calc-graph.el (calc-graph-format-data): Make sure
31343 var-PlotRejects is bound before trying to check its value.
31344
31345 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
31346
31347 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
31348 definition of this variable from reftex-global.el to reftex.el,
31349 because it is needed in the menu.
31350
31351 2005-05-19 Lute Kamstra <lute@gnu.org>
31352
31353 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
31354 years are fixed. Don't insert a space after a dash.
31355
31356 2005-05-19 Kim F. Storm <storm@cua.dk>
31357
31358 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
31359
31360 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
31361
31362 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
31363 strings, because (eq ... ?\\) is fairly frequent.
31364
31365 * progmodes/make-mode.el (makefile-add-this-line-targets):
31366 Simplify and integrate into `makefile-pickup-targets'.
31367 (makefile-add-this-line-macro): Simplify and integrate into
31368 `makefile-pickup-macros.
31369 (makefile-pickup-filenames-as-targets): Simplify.
31370 (makefile-previous-dependency, makefile-match-dependency):
31371 Don't stumble over `::'.
31372
31373 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
31374
31375 * subr.el (post-command-idle-hook, post-command-idle-delay):
31376 Remove obsoletion of post-command-idle-hook and
31377 post-command-idle-delay.
31378
31379 * faces.el (list-faces-display): Provide button when describe-face
31380 is called to take user back to the list of faces.
31381
31382 * help-fns.el (describe-variable): Remove hyperlinks in a
31383 variable's value as these are quite frequently inappropriate.
31384
31385 * follow.el (follow-submit-feedback, follow-mode):
31386 Remove references to post-command-idle-hook.
31387
31388 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
31389
31390 * progmodes/make-mode.el (makefile-previous-dependency)
31391 (makefile-match-dependency): Check for := (and in bsd mode also
31392 !=) to give a better result, even when font-lock is not on.
31393
31394 2005-05-18 Jay Belanger <belanger@truman.edu>
31395
31396 * calc/calc-help.el (calc-s-prefix-help):
31397 Add `calc-copy-special-constant' to help string.
31398
31399 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
31400
31401 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31402
31403 2005-05-18 Jay Belanger <belanger@truman.edu>
31404
31405 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
31406 in linear factors are in proper order.
31407
31408 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
31409
31410 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
31411 Support for jurabib.
31412
31413 * textmodes/reftex.el (featurep): Define aliases for overlay
31414 commands, for XEmacs compatibility, and use these aliases in
31415 overlay initializations.
31416 (reftex-highlight): Use `reftex-move-overlay'.
31417 (reftex-unhighlight): Use `reftex-delete-overlay'.
31418 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
31419 (reftex-access-search-path): Use `reftex-uniquify' instead of
31420 `reftex-uniq'.
31421
31422 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
31423 `before-string' property modification enables for Emacs as well.
31424 (reftex-select-item): Use `reftex-delete-overlay'.
31425 (reftex-select-mark): Use `reftex-make-overlay' and
31426 `reftex-overlay-put'.
31427 (reftex-select-unmark): Use `reftex-delete-overlay' and
31428 `reftex-overlay-put'.
31429
31430 2005-05-18 Lute Kamstra <lute@gnu.org>
31431
31432 * emacs-lisp/lisp.el (check-parens): Fix docstring.
31433
31434 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
31435
31436 * add-log.el (add-change-log-entry):
31437 * array.el (array-make-template, array-reconfigure-rows)
31438 (array-init-max-row, array-init-max-column)
31439 (array-init-columns-per-line, array-init-field-width):
31440 * replace.el (replace-match-maybe-edit, perform-replace):
31441 * textmodes/spell.el (spell-region):
31442 Replace `read-input' by `read-string'.
31443
31444 * forms.el (forms-mode):
31445 * finder.el (finder-compile-keywords):
31446 * shadowfile.el (shadow-read-files):
31447 Replace `eval-current-buffer' by `eval-buffer'.
31448
31449 * terminal.el (te-pass-through):
31450 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
31451 (ange-ftp-raw-send-cmd):
31452 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
31453 (send-process-next-char, telnet-initial-filter, telnet):
31454 Replace `send-string' by `process-send-string'.
31455
31456 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
31457 (prolog-consult-region): Replace `send-string' by
31458 `process-send-string'; replace `send-region' by `process-send-region'.
31459
31460 * progmodes/delphi.el (delphi-log-msg):
31461 Replace `set-window-dot' by `set-window-point'.
31462
31463 * subr.el (window-dot, set-window-dot, read-input, send-string)
31464 (send-region, show-buffer, eval-current-buffer):
31465 Make really obsolete, as the comment says.
31466
31467 2005-05-17 Kim F. Storm <storm@cua.dk>
31468
31469 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
31470 (cua--init-keymaps): Bind C-return instead of S-return to set
31471 rectangle mark.
31472
31473 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
31474 instead of S-return to toggle/clear rectangle mark.
31475
31476 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
31477
31478 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
31479 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
31480 Also fontify plain strings assigned to variables, mostly so that a
31481 colon has a face and is thus not taken as a dependency separator.
31482 (makefile-previous-dependency): Inline the new matcher, because it
31483 is too complex to work in both directions.
31484 (makefile-match-dependency): Eliminate `backward' arg (see above).
31485 Completely reimplemented so as to not sometimes go into an endless
31486 loop. It should also be more efficient, because first it only
31487 searches for `:', instead of applying the very complex regexp.
31488 (makefile-mode): Cancel `font-lock-support-mode', because blocks
31489 to be fontified in one piece can be too long for JIT.
31490 Makefiles are never *that* big.
31491
31492 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
31493
31494 * dired.el (dired-mode): Simplify.
31495
31496 2005-05-17 Lute Kamstra <lute@gnu.org>
31497
31498 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
31499 defcustom for the mode hook variable.
31500
31501 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
31502 Emacs Lisp Reference Manual.
31503
31504 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
31505
31506 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
31507 (evenp, list*):
31508 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
31509 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
31510
31511 * net/tramp-smb.el (tramp-smb-open-connection):
31512 Pass `tramp-chunksize' as fifth (required) argument.
31513
31514 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
31515
31516 * font-lock.el (lisp-font-lock-keywords-1):
31517 Set `font-lock-negation-char-face' for [^...] char group.
31518 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
31519
31520 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
31521 a var, and refine it to mask one more level of nested vars.
31522 (makefile-rule-action-regex): Turn it into a var, and refine it so
31523 it recognizes backslashed continuation lines as belonging to the
31524 same command.
31525 (makefile-macroassign-regex): Refine it so it recognizes
31526 backslashed continuation lines as belonging to the same command.
31527 (makefile-var-use-regex): Don't look at the next char, because it
31528 might be the same one to be skipped by the initial [^$], leading
31529 to an overlooked variable use.
31530 (makefile-make-font-lock-keywords): Remove two parameters, which
31531 are now variables that some of the modes set locally.
31532 Handle dependency and rule action matching through functions, because
31533 regexps alone match too often. Dependency matching now comes
31534 last, so it can check, whether a colon already matched something else.
31535 (makefile-mode): Inform that font-lock improves makefile parsing
31536 capabilities.
31537 (makefile-match-dependency, makefile-match-action): New functions.
31538
31539 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
31540
31541 * emacs-lisp/cl-extra.el (equalp): Doc fix.
31542
31543 * align.el (align-regexp):
31544 * ansi-color.el (ansi-color-get-face):
31545 * array.el (array-reconfigure-rows, array-init-max-row)
31546 (array-init-max-column, array-init-columns-per-line)
31547 (array-init-field-width):
31548 * dired-aux.el (dired-trample-file-versions):
31549 * dired-x.el (dired-mark-sexp):
31550 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
31551 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
31552 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
31553 * faces.el (face-read-integer):
31554 * files.el (backup-extract-version, insert-directory):
31555 * hexl.el (hexl-insert-decimal-char):
31556 * server.el (server-process-filter):
31557 * shell.el (shell-extract-num):
31558 * startup.el (command-line-1):
31559 * term.el (term-command-hook):
31560 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
31561 (time-stamp-do-number):
31562 * time.el (display-time-update):
31563 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
31564 (timezone-fix-time):
31565 * vms-patch.el (vms-suspend-resume-hook):
31566 * calendar/appt.el (appt-convert-time):
31567 * calendar/cal-bahai.el (mark-bahai-diary-entries):
31568 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
31569 * calendar/cal-islam.el (mark-islamic-diary-entries):
31570 * calendar/calendar.el (calendar-cursor-to-date)
31571 (calendar-star-date):
31572 * calendar/diary-lib.el (diary-attrtype-convert)
31573 (mark-diary-entries, diary-entry-time):
31574 * calendar/solar.el (solar-get-number):
31575 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
31576 * emacs-lisp/re-builder.el (reb-display-subexp):
31577 * emulation/edt.el (edt-set-scroll-margins):
31578 * emulation/tpu-extras.el (tpu-set-scroll-margins):
31579 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
31580 (vip-get-ex-count):
31581 * emulation/viper-ex.el (viper-get-ex-token)
31582 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
31583 * international/fontset.el (fontset-plain-name):
31584 * mail/feedmail.el (feedmail-look-at-queue-directory):
31585 * mail/mailalias.el (mail-get-names):
31586 * mail/rmail.el (rmail-convert-to-babyl-format):
31587 * mail/rmailsum.el (rmail-make-basic-summary-line)
31588 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
31589 (rmail-summary-goto-msg):
31590 * mail/smtpmail.el (smtpmail-read-response):
31591 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
31592 (ange-ftp-vms-add-file-entry):
31593 * play/gametree.el (gametree-looking-at-ply)
31594 (gametree-current-branch-score):
31595 * progmodes/ada-xref.el (ada-prj-find-prj-file)
31596 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
31597 * progmodes/cperl-mode.el (condition-case):
31598 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
31599 (ebrowse-set-member-buffer-column-width)
31600 (ebrowse-select-1st-to-9nth):
31601 * progmodes/etags.el (etags-snarf-tag):
31602 * progmodes/flymake.el (flymake-parse-line):
31603 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
31604 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
31605 (idlwave-shell-menu-def):
31606 * progmodes/ps-mode.el (ps-run-goto-error):
31607 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
31608 (vhdl-speedbar-contract-level):
31609 * term/mac-win.el (x-handle-numeric-switch):
31610 * term/sun-mouse.el (sun-get-frame-data):
31611 * term/w32-win.el (x-handle-numeric-switch):
31612 * term/x-win.el (x-handle-numeric-switch):
31613 * textmodes/ispell.el (ispell-parse-output):
31614 * textmodes/nroff-mode.el (nroff-outline-level):
31615 * textmodes/reftex-cite.el (reftex-bib-sort-year)
31616 (reftex-bib-sort-year-reverse, reftex-format-citation):
31617 * textmodes/reftex-parse.el (reftex-init-section-numbers)
31618 (reftex-section-number):
31619 * textmodes/texinfmt.el (texinfo-paragraphindent):
31620 Replace `string-to-int' by `string-to-number'.
31621
31622 * international/latexenc.el: Add page marker to force the "Local
31623 Variables:" string out of the last page.
31624
31625 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31626
31627 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
31628 tooltip-change-major-mode.
31629 (gud-tooltip-print-command): Remove case where gud-minor-mode
31630 is gdb ("--fullname").
31631 (gud-tooltip-tips): Turn GUD tooltips off for this case and
31632 explain to user.
31633
31634 2005-05-16 Jay Belanger <belanger@truman.edu>
31635
31636 * calc/calc-store.el (calc-copy-special-constant): New function.
31637
31638 * calc/calc-ext.el (calc-init-extensions): Add binding for
31639 `calc-copy-special-constant'.
31640
31641 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
31642 for the `calc-copy-special-constant' command.
31643
31644 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31645
31646 * subr.el (left-fringe-p): New function.
31647
31648 * progmodes/compile.el (compilation-setup): Set local value of
31649 overlay-arrow-string to "" always.
31650 (compilation-set-window): Left fringe then don't scroll.
31651 No left fringe then no arrow and scroll message to top.
31652 (compilation-context-lines): Adjust doc string accordingly.
31653
31654 2005-05-16 Kim F. Storm <storm@cua.dk>
31655
31656 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
31657 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
31658 (ido-wide-find-dir-or-delete-dir): New command for M-d.
31659 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
31660 (ido-read-file-name): Handle commands with ido property value
31661 equal to find-file as reading a file name, to allow C-d to enter dired.
31662 (ibuffer-find-file): Add ido property with value find-file.
31663
31664 2005-05-15 Kim F. Storm <storm@cua.dk>
31665
31666 * subr.el (open-network-stream-nowait): Remove.
31667 (open-network-stream-server): Remove.
31668
31669 2005-05-15 Richard M. Stallman <rms@gnu.org>
31670
31671 * faces.el (describe-face): Output a definition link button.
31672
31673 * help-mode.el (help-face-def): New button type.
31674
31675 * emacs-lisp/copyright.el (copyright-fix-years):
31676 Match properly if the first year is 2-digit.
31677 Don't mess up the whitespace after the years by filling.
31678
31679 * dired-aux.el (dired-mark-confirm):
31680 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
31681
31682 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
31683 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
31684 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
31685
31686 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
31687 Set font-lock-comment-start-skip.
31688
31689 * font-lock.el (font-lock-comment-start-skip): New variable.
31690 (font-lock-comment-end-skip): New variable.
31691 (font-lock-fontify-syntactically-region): Use them if non-nil.
31692
31693 2005-05-15 Jay Belanger <belanger@truman.edu>
31694
31695 * calc/calc-store.el (calc-store-value): Return a string rather
31696 than display it as a message.
31697 Use calc-var-name for variable name.
31698 (calc-store-into): Add the result of calc-store-value to message.
31699 (calc-copy-variable): Add a message.
31700 (calc-store-exchange): Improve error messages.
31701 (calc-store-binary, calc-store-map): Don't reset the values of
31702 special constants.
31703
31704 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
31705
31706 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
31707 manual to docstring.
31708
31709 * files.el (hack-local-variables-confirm): Add STRING argument.
31710 Make the function handle non file visiting buffers correctly.
31711 (hack-local-variables-prop-line, hack-local-variables)
31712 (hack-one-local-variable): Use STRING arg of
31713 `hack-local-variables-confirm'.
31714
31715 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
31716
31717 Sync with Tramp 2.0.49.
31718
31719 * net/tramp.el (tramp-handle-dired-call-process)
31720 (tramp-handle-insert-directory):`insert-buffer' cannot be used
31721 because the contents of the Tramp buffer is changed before
31722 insertion (`expand-file' and alike).
31723 (tramp-handle-insert-directory): If `localname' has an empty
31724 nondirectory name, it must not be quoted.
31725 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
31726 variable `tramp-chunksize'. Change callees.
31727 (tramp-open-connection-setup-interactive-shell): Check remote host
31728 for buggy `send-process-string' implementation.
31729 Set `tramp-chunksize' if found. Reported by Michael Kifer
31730 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
31731 (tramp-handle-shell-command): `insert-buffer' cannot be used
31732 because the contents of the Tramp buffer is changed before
31733 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
31734 <frederic.bothamy@free.fr>.
31735 (tramp-set-auto-save): Actions should be done for Tramp file name
31736 handler only. Ange-FTP has its own auto-save mechanism.
31737 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
31738 (tramp-set-auto-save-file-modes): Set file modes of
31739 `buffer-auto-save-file-name' to ?\600 as fallback solution.
31740 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
31741 (tramp-bug): Remove obsolete variable.
31742 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
31743 for presence of `mml-mode'. Make it running for older Emacsen as well.
31744
31745 2005-05-14 John Paul Wallington <jpw@pobox.com>
31746
31747 * ibuf-ext.el (define-ibuffer-filter filename):
31748 If `dired-directory' is a list, use its car.
31749
31750 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
31751
31752 * ibuffer.el (define-ibuffer-column filename):
31753 If `dired-directory' is a list, use its car.
31754
31755 2005-05-14 Richard M. Stallman <rms@gnu.org>
31756
31757 * subr.el (symbol-file): Doc fix.
31758
31759 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
31760 (byte-compile-form): Call byte-compile-nogroup-warn.
31761 (byte-compile-warning-types): Doc fix.
31762
31763 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
31764
31765 * progmodes/cc-engine.el (c-literal-faces):
31766 Add font-lock-comment-delimiter-face.
31767
31768 * net/net-utils.el (dig): Use with-no-warnings.
31769
31770 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
31771 (sc-recite-frame-alist, sc-default-cite-frame)
31772 (sc-default-uncite-frame, sc-default-recite-frame)
31773 (sc-attrib-selection-list, sc-rewrite-header-list):
31774 Mark as risky-local-variable.
31775
31776 * international/ogonek.el (ogonek-jak, ogonek-how):
31777 Don't use beginning-of-buffer.
31778
31779 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
31780
31781 * calendar/solar.el (solar-data-list): Move definition up.
31782
31783 * dnd.el (dnd-protocol-alist): Add autoload.
31784
31785 * progmodes/sh-script.el: Many doc usage fixes.
31786 (sh-indent-after-do): Change default to match common styles.
31787
31788 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
31789
31790 * files.el (interpreter-mode-alist)
31791 (auto-mode-interpreter-regexp): Doc fixes.
31792
31793 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
31794
31795 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
31796
31797 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
31798
31799 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31800
31801 * dired.el (dired-mode): make-variable-buffer-local =>
31802 make-local-variable.
31803
31804 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31805
31806 * term/mac-win.el (mac-select-convert-to-string): Try coding
31807 systems in mac-script-code-coding-systems if specified one cannot
31808 encode string for `com.apple.traditional-mac-plain-text'.
31809
31810 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
31811
31812 * progmodes/make-mode.el (makefile-targets-face)
31813 (makefile-shell-face, makefile-makepp-perl-face): New faces.
31814 (makefile-dependency-regex): Fix it to not make the colon in
31815 $(var:a=b) special.
31816 (makefile-rule-action-regex): New regexp for highlighting embedded
31817 Shell strings.
31818 (makefile-macroassign-regex): Handle != for highlighting as
31819 embedded Shell strings.
31820 (makefile-var-use-regex): New const.
31821 (makefile-statements, makefile-automake-statements)
31822 (makefile-gmake-statements, makefile-makepp-statements)
31823 (makefile-bsdmake-statements): New consts.
31824 (makefile-make-font-lock-keywords): New function.
31825 (makefile-automake-font-lock-keywords)
31826 (makefile-gmake-font-lock-keywords)
31827 (makefile-makepp-font-lock-keywords)
31828 (makefile-bsdmake-font-lock-keywords): New consts.
31829 (makefile-mode-map): Add switchers between the various submodes.
31830 (makefile-mode): Document the availability of the variants.
31831 (makefile-automake-mode, makefile-gmake-mode)
31832 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
31833
31834 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
31835 new variants of makefile-mode.
31836
31837 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
31838
31839 * font-lock.el (font-lock-comment-delimiter-face): Fix up
31840 the inheritance.
31841
31842 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
31843
31844 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
31845 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
31846
31847 * files.el (normal-mode): Extend the scope of the
31848 `enable-local-variables' binding to include the `set-auto-mode' call.
31849 (magic-mode-alist): Doc fix.
31850
31851 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
31852
31853 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
31854 font-lock-comment-face rather than copying its setting.
31855
31856 2005-05-12 Andreas Schwab <schwab@suse.de>
31857
31858 * eshell/esh-mode.el (eshell-send-input): Doc fix.
31859
31860 2005-05-12 Lute Kamstra <lute@gnu.org>
31861
31862 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
31863 defcustom for the mode hook variable. Delete the last argument.
31864 * generic-x.el: Fix callers of define-generic-mode.
31865 (generic-x-modes): Delete group.
31866 (show-tabs-tab-face, show-tabs-space-face): Put them in the
31867 generic-x customization group.
31868
31869 2005-05-12 Kim F. Storm <storm@cua.dk>
31870
31871 * font-lock.el (font-lock-negation-char-face): Default to "off".
31872
31873 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
31874 font-lock-negation-char-face to ! in !=.
31875
31876 2005-05-12 Masatake YAMATO <jet@gyve.org>
31877
31878 * add-log.el (find-change-log): Fix typos in the docstring
31879 of function.
31880
31881 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
31882
31883 * international/latexenc.el (latexenc-find-file-coding-system):
31884 Avoid `re-search-forward' when looking for input encoding because
31885 of speed and safety. Better regular expressions for recognizing
31886 input encoding. Limit a search for TeX-master/tex-main-file to
31887 the local variable section.
31888
31889 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
31890
31891 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
31892 syntax of $ to "'" (quote).
31893
31894 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
31895
31896 * dnd.el (dnd-protocol-alist): Improve custom type.
31897
31898 * dired.el (dired-dnd-protocol-alist): New variable.
31899 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
31900 `dired-mode-hook' to the end.
31901
31902 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
31903
31904 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
31905 comment-end if comment-start-skip is not set.
31906 Obey the font-lock-comment-delimiter-face variables.
31907
31908 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
31909
31910 * files.el (executable-find): Move from executable.el. Use
31911 locate-file.
31912 * progmodes/executable.el (executable-find): Move to files.el.
31913
31914 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
31915 when trying to ensure forward progress.
31916
31917 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
31918
31919 * mouse-sel.el (mouse-sel-follow-link-p): New function.
31920 (mouse-select, mouse-select-internal, mouse-extend-internal):
31921 Use it to implement mouse-1-click-follows-link functionality.
31922
31923 2005-05-11 Richard M. Stallman <rms@gnu.org>
31924
31925 * font-lock.el (font-lock-fontify-syntactically-region):
31926 Use font-lock-comment-delimiter-face for comment delimiters.
31927
31928 2005-05-10 Jay Belanger <belanger@truman.edu>
31929
31930 * calc/calc-help.el (calc-m-prefix-help): Add mention of
31931 preserving embedded modes.
31932
31933 2005-05-10 Richard M. Stallman <rms@gnu.org>
31934
31935 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
31936
31937 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
31938 Move from ada-stmt.el.
31939 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
31940
31941 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
31942 Move to ada-mode.el.
31943 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
31944
31945 * cus-edit.el (custom-file): Call file-chase-links.
31946
31947 * files.el (read-directory-name): Fix previous change.
31948 (hack-local-variables-confirm): New function.
31949 (hack-local-variables-prop-line, hack-local-variables)
31950 (hack-one-local-variable): Use it.
31951
31952 2005-05-10 Lute Kamstra <lute@gnu.org>
31953
31954 * font-lock.el (font-lock-keywords-alist)
31955 (font-lock-removed-keywords-alist): Clarify docstrings.
31956
31957 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
31958
31959 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
31960 (gdb-source-info): Check for preprocessor info.
31961 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
31962 a macro for a function.
31963 (gdb-info-breakpoints-custom): Try to find file again if not already
31964 found (user might have used GDB dir command).
31965 (gdb-get-location): Update gdb-location-alist correctly for change
31966 to gdb-info-breakpoints-custom.
31967
31968 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
31969 (gud-tooltip-print-command): Add gdbmi case.
31970 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
31971 preprocessor info.
31972
31973 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
31974
31975 * startup.el (fancy-splash-insert): Fix typo in doc string.
31976
31977 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
31978
31979 * obsolete/float.el (string-to-float):
31980 * obsolete/hilit19.el (hilit-add-pattern):
31981 * obsolete/rnews.el (news-parse-range, news-select-message)
31982 (news-get-pruned-list-of-files): Replace `string-to-int' by
31983 `string-to-number'.
31984
31985 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
31986 `find-file-not-found-hooks'; use `add-hook'.
31987 (uncompress-while-visiting): Set `write-file-functions', not
31988 `write-file-hooks'; use `add-hook'.
31989
31990 2005-05-09 Kim F. Storm <storm@cua.dk>
31991
31992 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
31993 (cua-paste): Handle clipboard action.
31994 (cua--init-keymaps): Remap clipboard-kill-region and
31995 clipboard-kill-ring-save.
31996
31997 2005-05-08 Eli Zaretskii <eliz@gnu.org>
31998
31999 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
32000 Improve commentary.
32001
32002 * simple.el (next-error-overlay-arrow-position): Revert the change
32003 made on 2005-04-30.
32004
32005 2005-05-07 Jay Belanger <belanger@truman.edu>
32006
32007 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
32008 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
32009 `calc-sel-reselect'.
32010
32011 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
32012 Calc is in embedded mode.
32013
32014 2005-05-07 Eli Zaretskii <eliz@gnu.org>
32015
32016 * progmodes/compile.el (compilation-setup):
32017 Set overlay-arrow-string to an empty string on text terminals.
32018
32019 * textmodes/ispell.el (ispell-program-name): Try looking for
32020 "aspell" along exec-path, and if found, use it as the default
32021 speller program.
32022
32023 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
32024
32025 * international/mule.el (sgml-xml-auto-coding-function):
32026 Recognize encoding='FOO' in single quotes as well as in double quotes.
32027
32028 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
32029
32030 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
32031 as well as `interactive', so that defmacro* would recognize
32032 `declare' forms.
32033
32034 2005-05-07 Eli Zaretskii <eliz@gnu.org>
32035
32036 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
32037 Explain more about the LIGHTER arg's usage in the doc string.
32038 Add commentary to clarify what the code does. Fix the regexp that
32039 strips whitespace from LIGHTER. Quote LIGHTER before using it,
32040 since it could have characters special to regular expressions.
32041
32042 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
32043
32044 * replace.el (occur-1): Bind inhibit-read-only so that
32045 erase-buffer doesn't barf on read-only text properties (likewise
32046 for add-text-properties in occur-engine). Mark buffer as unmodified.
32047 (occur-engine): Don't set buffer-read-only here.
32048
32049 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
32050
32051 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
32052 list-buffers-directory. This caused the *cvs-commit* buffer to be
32053 sometimes mistakenly reused as a *cvs* buffer.
32054
32055 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
32056
32057 * tooltip.el: Move code for GUD tooltips into gud.el.
32058 (require): CL no longer needed to compile case.
32059 (tooltip-mode): Do not toggle functions for GUD tooltips.
32060 (tooltip-gud-tips-p): Remove. Replace with minor mode
32061 gud-tooltip-mode in gud.el.
32062 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
32063 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
32064 tooltip-gud prefix with gud-tooltip and obsolete.
32065 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
32066 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
32067 (tooltip-mouse-motion): Mouse movement functions/variable.
32068 Rename in gud.el by adding gud prefix.
32069 (tooltip-gud-original-filter, tooltip-gud-dereference)
32070 (tooltip-gud-event, tooltip-toggle-gud-tips)
32071 (tooltip-gud-process-output, tooltip-gud-print-command)
32072 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
32073 gud.el by replacing tooltip-gud prefix with gud-tooltip.
32074 (gdb-tooltip-print): Move to gdb-ui.el.
32075
32076 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
32077 (require): CL needed to compile case.
32078 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
32079 tooltip-gud-tips-p. Make it a minor-mode.
32080 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
32081 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
32082 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
32083 (gud-tooltip-change-major-mode)
32084 (gud-tooltip-activate-mouse-motions-if-enabled)
32085 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
32086 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
32087 (gud-tooltip-original-filter, gud-tooltip-dereference)
32088 (gud-tooltip-event, tooltip-toggle-gud-tips)
32089 (gud-tooltip-process-output, gud-tooltip-print-command)
32090 (gud-tooltip-tips): Move from tooltip.el.
32091
32092 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
32093 (gdb-cpp-define-alist-flags): Doc fix.
32094 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
32095 gud-tooltip-mode is t.
32096
32097 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
32098
32099 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
32100 evaporate if their text is deleted.
32101 (goto-address-at-point): Make it work as a mouse binding as well.
32102 (goto-address-at-mouse): Obsolete it. Update users.
32103
32104 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
32105
32106 * calendar/appt.el (top-level): No longer activate on load.
32107
32108 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
32109
32110 * calendar/cal-bahai.el (mark-bahai-diary-entries):
32111 * net/webjump.el (webjump):
32112 * progmodes/idlw-help.el (idlwave-do-context-help1)
32113 (idlwave-highlight-linked-completions):
32114 * textmodes/po.el (po-find-file-coding-system-guts):
32115 Replace `assoc-ignore-case' by `assoc-string'.
32116
32117 2005-05-06 Eli Zaretskii <eliz@gnu.org>
32118
32119 * files.el (locate-file): Doc fix.
32120
32121 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
32122 Remove the redundant test for ms-dos.
32123
32124 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
32125 look for the preprocessor with exec-suffixes. If not found in
32126 standard places, look in exec-path. Remove most of the tests that
32127 used system-type.
32128
32129 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
32130
32131 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
32132
32133 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
32134 file-name clash with jka-compr.el on 8+3 filesystems.
32135
32136 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32137
32138 * term/mac-win.el: Don't define or bind scroll bar functions if
32139 x-toolkit-scroll-bars is t.
32140 (x-select-text, x-get-selection-value): Clear
32141 x-last-selected-text-clipboard if x-select-enable-clipboard is
32142 nil.
32143 (PRIMARY): Put mac-scrap-name property.
32144 (mac-select-convert-to-file-url): New function.
32145 (public.file-url): New selection target type. Add to
32146 selection-converter-alist.
32147 (x-get-selection, x-selection-value): Handle it.
32148 (x-cut-buffer-or-selection-value): New alias.
32149
32150 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32151
32152 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
32153 entry to avoid calling bibtex-find-entry with arg global
32154 being t. Remove arg key.
32155 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
32156 (bibtex-copy-summary-as-kill): Change accordingly.
32157
32158 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
32159
32160 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
32161 (org-agenda-date-later): Use with-current-buffer.
32162
32163 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
32164
32165 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
32166 (define-obsolete-variable-alias): Doc Fixes.
32167
32168 2005-05-06 Kim F. Storm <storm@cua.dk>
32169
32170 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
32171 vertical-motion when selective-display is active.
32172
32173 * ido.el (ido-setup-hook): New hook.
32174 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
32175 (ido-input-stack): New var.
32176 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
32177 ido-next-work-file binding to M-O.
32178 Bind M-f to ido-wide-find-file-or-pop-dir.
32179 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
32180 (ido-read-internal): Run ido-setup-hook.
32181 Catch quit in read-file-name and read-string to cancel edit.
32182 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
32183 Automatically pop-all when completing a directory name (RET).
32184 (ido-file-internal): Add with-no-warnings around ffap and dired code.
32185 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
32186 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
32187 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
32188 New functions for M-b/M-f to move among the directory components.
32189 (ido-make-merged-file-list): Catch quit to cancel merge.
32190 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
32191 (ido-completion-help): No warnings for ido-completion-buffer-full.
32192
32193 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
32194
32195 * font-lock.el (font-lock-negation-char-face): New face and variable.
32196 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
32197 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
32198 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
32199 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
32200
32201 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
32202
32203 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
32204 Fix typo in docstring.
32205
32206 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
32207 (ebrowse-print-statistics-line)
32208 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
32209
32210 * term/w32-win.el (image-library-alist): Add additional name for
32211 Xpm library.
32212
32213 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
32214
32215 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
32216 use gcc instead of cpp.
32217
32218 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
32219 (gdb-create-define-alist): Use it.
32220 (gdb-cpp-define-alist-program): Update for MS-DOS.
32221
32222 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
32223
32224 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
32225
32226 2005-05-04 Richard M. Stallman <rms@gnu.org>
32227
32228 * help.el (describe-key): No error when UNTRANSLATED is nil.
32229
32230 * simple.el (line-move-1): Fix previous change to signal errors
32231 appropriately.
32232
32233 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
32234
32235 * calendar/icalendar.el (icalendar-version): Now at 0.12.
32236 (icalendar-duration-correction): Remove.
32237 (icalendar--get-event-properties): Split result at commas.
32238 (icalendar--decode-isoduration): New optional argument
32239 DURATION-CORRECTION.
32240 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
32241 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
32242 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
32243 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
32244 (icalendar--convert-anniversary-to-ical): New functions, extracted
32245 from icalendar-export-region, with bug fixes.
32246 (icalendar-export-region): Use the above functions.
32247 (icalendar-import-buffer): Check before saving diary file.
32248 (icalendar--convert-recurring-to-diary)
32249 (icalendar--convert-non-recurring-all-day-to-diary)
32250 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
32251 extracted from icalendar--convert-ical-to-diary, with bug fixes.
32252 (icalendar--convert-ical-to-diary): Use the above functions.
32253
32254 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
32255
32256 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
32257 Remove these recent additions.
32258 (c-mode): Restore to before 2005-04-28.
32259
32260 * progmodes/cc-vars.el (cc-define-list-program): Remove this
32261 recent addition.
32262
32263 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
32264 (gdb-define-alist): New variables.
32265 (gdb-create-define-alist): New function.
32266 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
32267 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
32268 with string-to-number.
32269 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
32270
32271 * progmodes/gud.el: Replace string-to-int with string-to-number.
32272 (gud-find-file): Handle gdb-define-alist.
32273
32274 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
32275
32276 2005-05-02 Jay Belanger <belanger@truman.edu>
32277
32278 * calc/calc-aent.el (math-read-token):
32279 * calc/calc-bin.el (calc-word-size):
32280 * calc/calc-ext.el (calc-read-number-fancy):
32281 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
32282 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
32283 * calc/calc-frac.el (calc-over-notation):
32284 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
32285 (calc-graph-num-points, calc-graph-init):
32286 * calc/calc-prog.el (calc-read-parse-table-part)
32287 (calc-edit-macro-repeats):
32288 * calc/calc-yank.el (calc-do-grab-rectangle):
32289 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
32290 Replace `string-to-int' by `string-to-number'.
32291
32292 2005-05-02 Kim F. Storm <storm@cua.dk>
32293
32294 * kmacro.el: Use executing-kbd-macro-index variable.
32295
32296 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
32297
32298 * net/rlogin.el (rlogin-parse-words): Delete func.
32299 (rlogin): Use split-string, not rlogin-parse-words.
32300 Also, if there are option-like elements in the parsed args,
32301 take the host to be the first arg immediately following them.
32302 Suggested by Michael Mauger.
32303
32304 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
32305
32306 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
32307
32308 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
32309
32310 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
32311 (cc-mode-cpp-program): Rename to cc-define-list-program and
32312 move to cc-vars.el.
32313
32314 * progmodes/cc-vars.el (cc-define-list-program):
32315 Change to "gcc -E -dM -". Make customizable.
32316
32317 2005-05-02 Kim F. Storm <storm@cua.dk>
32318
32319 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
32320
32321 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
32322
32323 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
32324
32325 * international/mule-util.el (truncate-string): Remove alias and
32326 obsolete declaration.
32327
32328 * international/mule-cmds.el (update-iso-coding-systems):
32329 Remove alias and obsolete declaration.
32330
32331 * international/mule.el (coding-system-parent): Remove alias and
32332 obsolete declaration.
32333
32334 * subr.el (define-function, sref): Remove aliases and obsolete
32335 declarations.
32336 (chars-in-region): Remove obsolete declaration.
32337
32338 2005-05-01 Richard M. Stallman <rms@gnu.org>
32339
32340 * info.el (Info-mode): Set widen-automatically to nil, locally.
32341
32342 * simple.el (widen-automatically): New variable.
32343 (pop-global-mark): Obey widen-automatically.
32344
32345 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
32346
32347 * term/xterm.el (function-key-map): Call substitute-key-definition
32348 before the keymap size is increased by a lot of define-key calls.
32349
32350 2005-05-01 Richard M. Stallman <rms@gnu.org>
32351
32352 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
32353 Rename ARG to ELEMENT. Doc fix.
32354
32355 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
32356
32357 * allout.el (allout-exposure): Remove macro and obsolete declaration.
32358 Remove references to allout-exposure/change to allout-new-exposure.
32359
32360 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
32361 bytecode symbols.
32362
32363 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
32364 (compiled-function-p, focus-frame, unfocus-frame):
32365 Remove aliases and obsolete declarations.
32366 Back out inadvertent changes from previous commit.
32367
32368 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
32369
32370 * files.el (require-final-newline): Make Custom tags consistent
32371 with mode-require-final-newline.
32372 (mode-require-final-newline): Doc fix.
32373
32374 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
32375
32376 * international/latexenc.el (latexenc-find-file-coding-system):
32377 Fix regular expressions.
32378
32379 2005-05-01 David Kastrup <dak@gnu.org>
32380
32381 * international/latexenc.el (latexenc-find-file-coding-system):
32382 Fix regular expressions.
32383
32384 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
32385
32386 * subr.el (string-to-int): Make obsolete.
32387
32388 2005-04-30 Richard M. Stallman <rms@gnu.org>
32389
32390 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
32391
32392 * loadup.el: Load jka-comp-hook.
32393
32394 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
32395 (jka-compr-handler): Add autoload. `put' calls moved
32396 to jka-comp-hook.el.
32397 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
32398 (jka-compr-inhibit): Autoload.
32399
32400 * jka-comp-hook.el: New file.
32401 Enable the mode by default.
32402
32403 * files.el (backup-buffer-copy): Use copy-file instead
32404 of write-region, and put back the 'excl.
32405
32406 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
32407
32408 * progmodes/flymake.el (flymake-split-string)
32409 (flymake-split-string, flymake-log, flymake-pid-to-names)
32410 (flymake-reg-names, flymake-get-source-buffer-name)
32411 (flymake-unreg-names, flymake-add-line-err-info)
32412 (flymake-add-err-info): Clarify docstrings.
32413 (flymake-popup-menu, flymake-make-emacs-menu)
32414 (flymake-make-xemacs-menu): Add docstrings.
32415 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
32416 Set variables directly throughout.
32417
32418 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
32419
32420 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
32421 exists. Initialize cc-define-alist.
32422 (c-mode): Add cc-create-define-alist locally to after-save-hook.
32423 If there is no file (Macroexpansion) don't create an alist.
32424
32425 2005-04-29 Sam Steingold <sds@gnu.org>
32426
32427 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
32428 (cc-create-define-alist): Use it instead of the hard-coded string.
32429
32430 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
32431
32432 * international/mule-conf.el (file-coding-system-alist): Fix regexp
32433 for latexenc.
32434
32435 2005-04-29 Lute Kamstra <lute@gnu.org>
32436
32437 * emacs-lisp/generic.el: Improve commentary section.
32438 (define-generic-mode): Improve docstring.
32439
32440 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
32441
32442 * textmodes/org.el (many places): Change to quiet the byte compiler.
32443 (org-prefix-format-compiled): New variable.
32444 (org-compile-prefix-format): New function.
32445 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
32446 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
32447 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
32448 (org-get-entries-from-diary): Use `org-get-time-of-day' for
32449 consistency with entries from `org-mode' files.
32450 (org-get-time-of-day): Fix bug with partial matches early in a line.
32451 (org-non-link-chars): New constant.
32452 (org-link-regexp): Respect `org-non-link-chars'.
32453 (org-agenda-day-view): Remove command.
32454 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
32455 (org-follow-bbdb-link, org-store-link): Search also company field.
32456 (org-highlight-overlay): New variable.
32457 (org-highlight, org-unhighlight): New functions.
32458 (org-agenda-mode): Add pre-command-hook to remove highlight.
32459 (org-evaluate-time-range): Behavior depends upon whether time stamp
32460 contains a time or not.
32461 (org-show-subtree, org-show-entry): New functions.
32462 (org-agenda-cleanup-fancy-diary): Remove empty lines.
32463
32464 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
32465
32466 * comint.el (comint-output-filter-functions): Add autoload cookie.
32467
32468 2005-04-28 Kim F. Storm <storm@cua.dk>
32469
32470 * ido.el (ido-everywhere): Fix last change.
32471
32472 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
32473
32474 * international/latexenc.el: New file.
32475 * international/mule-conf.el (file-coding-system-alist): For .tex,
32476 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
32477
32478 2005-04-28 Lute Kamstra <lute@gnu.org>
32479
32480 * font-lock.el (font-lock-add-keywords)
32481 (font-lock-remove-keywords): Clarify docstring.
32482 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
32483 Don't start docstrings with a `*'.
32484 (font-lock-update-removed-keyword-alist): Give it a docstring.
32485
32486 * generic-x.el: Update commentary section.
32487 Only require font-lock when compiling.
32488 Define all modes conditionally.
32489 Place all generic modes in the generic-x-modes customization group.
32490 (generic-x-modes): New customization group.
32491 (generic-default-modes, generic-mswindows-modes)
32492 (generic-unix-modes, generic-other-modes): New constants.
32493 (generic-define-mswindows-modes, generic-define-unix-modes):
32494 Update docstrings. Make them obsolete.
32495 (generic-extras-enable-list): New default value. Update docstring.
32496 Improve :type. Change :set function.
32497 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
32498 Fix docstring.
32499
32500 * emacs-lisp/generic.el (generic-mode-internal):
32501 Simplify font-lock-defaults.
32502 (define-generic-mode): Fix docstring.
32503
32504 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
32505
32506 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
32507 font-lock-face property to highlight matches.
32508
32509 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
32510
32511 * progmodes/cc-mode.el (cc-create-define-alist): New function.
32512 (cc-define-alist): New variable.
32513 (c-mode): Make it local and initialize it.
32514
32515 * progmodes/gdb-ui.el (gdb-active-process): New variable.
32516 (gdb-exited): New function.
32517 (gdb-annotation-rules): Use it.
32518 (gdb-starting): Set gdb-active-process to t.
32519 (gdb-stopping): Amend doc string.
32520 (gdb-reset): Set gdb-active-process to nil.
32521
32522 * tooltip.el (tooltip-gud-tips): Show the associated #define
32523 directives when a C program under GDB is not executing.
32524
32525 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
32526
32527 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
32528 font-lock-fontify-syntactic-keywords.
32529
32530 * font-lock.el (font-lock-default-fontify-region): Don't force
32531 parse-sexp-lookup-properties to nil.
32532
32533 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
32534
32535 * man.el (man-mode-syntax-table): Set up `:' to have
32536 word-constituent syntax.
32537
32538 2005-04-27 Lute Kamstra <lute@gnu.org>
32539
32540 * novice.el (disable-command): Don't add spurious newlines to the
32541 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
32542
32543 2005-04-26 Jay Belanger <belanger@truman.edu>
32544
32545 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
32546 than one window before deleting window.
32547
32548 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
32549
32550 * shell.el (shell-prompt-pattern): Doc fix.
32551 (shell-mode): Set paragraph-separate buffer locally to "\\'".
32552
32553 * comint.el (comint-prompt-regexp, comint-get-old-input)
32554 (comint-use-prompt-regexp)
32555 (comint-use-prompt-regexp-instead-of-fields)
32556 (comint-replace-by-expanded-history, comint-send-input)
32557 (comint-output-filter, comint-get-old-input-default)
32558 (comint-line-beginning-position, comint-bol, comint-show-output)
32559 (comint-backward-matching-input, comint-forward-matching-input)
32560 (comint-next-prompt, comint-previous-prompt):
32561 Rename `comint-use-prompt-regexp-instead-of-fields' to
32562 `comint-use-prompt-regexp'. Keep old name as alias and declare
32563 obsolete.
32564 (comint-use-prompt-regexp): Shorten first line of doc string.
32565
32566 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
32567 Set paragraph-separate buffer locally to "\\'".
32568
32569 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
32570 Adapt to above name change.
32571
32572 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
32573 (smbclient-prompt-regexp): Ditto.
32574
32575 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
32576
32577 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
32578
32579 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
32580 gdb-location-list.
32581 Break lines that are over 80 characters wide.
32582
32583 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
32584
32585 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
32586 New fun and var, to preserve compatibility.
32587
32588 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
32589
32590 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
32591
32592 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
32593 name to file-newer-than-file-p.
32594
32595 2005-04-26 Richard M. Stallman <rms@gnu.org>
32596
32597 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
32598
32599 * progmodes/python.el (python-mode):
32600 Use new name eldoc-documentation-function.
32601
32602 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
32603
32604 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
32605 (eldoc-documentation-function):
32606 Rename from eldoc-print-current-symbol-info-function. Calls changed.
32607
32608 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
32609
32610 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
32611
32612 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32613
32614 * term/xterm.el (function-key-map): Fix strings for
32615 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
32616 {C,S,A,C-S}-{f1-f12}.
32617
32618 2005-04-26 Kenichi Handa <handa@m17n.org>
32619
32620 * international/mule-cmds.el (select-safe-coding-system):
32621 Fix previous change.
32622
32623 2005-04-26 Lute Kamstra <lute@gnu.org>
32624
32625 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
32626
32627 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
32628 (font-lock-comment-delimiter-face): Ditto.
32629
32630 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
32631
32632 2005-04-25 Jay Belanger <belanger@truman.edu>
32633
32634 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
32635 to t while inserting information; use help-mode.
32636
32637 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32638
32639 * term.el (ansi-term-color-vector): Use the xterm colors.
32640 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
32641
32642 2005-04-25 Lute Kamstra <lute@gnu.org>
32643
32644 * font-core.el (font-lock-defaults): Fix docstring.
32645
32646 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
32647
32648 2005-04-25 Kenichi Handa <handa@m17n.org>
32649
32650 * international/mule-cmds.el (select-safe-coding-system):
32651 Don't check consistency with coding: spec, etc if raw-text or
32652 no-conversion was found to be safe.
32653
32654 2005-04-24 Richard M. Stallman <rms@gnu.org>
32655
32656 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
32657 citation markers at start of each line.
32658
32659 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
32660 citation markers at start of each line.
32661
32662 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
32663
32664 * files.el (mode-require-final-newline): Fix previous change.
32665 (require-final-newline): Fix type label.
32666
32667 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
32668
32669 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
32670 statement in buffer (broken by 2004-11-24 change).
32671
32672 2005-04-24 Kim F. Storm <storm@cua.dk>
32673
32674 * ido.el (ido-everywhere): Save and restore old read-buffer-function
32675 and read-file-name-function values. Don't overwrite existing
32676 non-nil values if ido-mode is enabled without ido-everywhere.
32677
32678 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
32679
32680 * files.el (mode-require-final-newline): Minor doc fix.
32681
32682 2005-04-24 Eli Zaretskii <eliz@gnu.org>
32683
32684 * subr.el (syntax-after): Doc fix.
32685 (syntax-class): If argument is nil, return nil. Mask off upper 16
32686 bits, not 8 bits.
32687
32688 * files.el (mode-require-final-newline): Doc fix.
32689 (backup-buffer-copy): Fix last change.
32690
32691 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32692
32693 * term/mac-win.el: Require select. Set selection-coding-system to
32694 mac-system-coding-system. Call menu-bar-enable-clipboard.
32695 (x-last-selected-text-clipboard, x-last-selected-text-primary)
32696 (x-select-enable-clipboard): New variables.
32697 (x-select-text, x-get-selection, x-selection-value)
32698 (x-get-selection-value, mac-select-convert-to-string)
32699 (mac-services-open-file, mac-services-open-selection)
32700 (mac-services-insert-text): New functions.
32701 (CLIPBOARD, FIND): Put mac-scrap-name property.
32702 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
32703 (public.tiff): Put mac-ostype property.
32704 (selection-converter-alist): Add entries for them.
32705 (mac-application-menu-map): New keymap.
32706 (interprogram-cut-function, interprogram-paste-function): Set to
32707 x-select-text and x-get-selection-value, respectively.
32708 (split-window-keep-point): Set to t.
32709
32710 2005-04-23 Richard M. Stallman <rms@gnu.org>
32711
32712 * files.el (read-directory-name): Always pass non-nil
32713 DEFAULT-FILENAME arg to read-file-name.
32714 (backup-buffer-copy, basic-save-buffer-2): Take care against
32715 writing thru an unexpected existing symlink.
32716 (revert-buffer): In indirect buffer, revert the base buffer.
32717 (magic-mode-alist): Doc fix.
32718 (buffer-stale-function): Doc fix.
32719 (minibuffer-with-setup-hook): Avoid warning.
32720 (mode-require-final-newline): Doc and custom fix.
32721
32722 * follow.el (follow-end-of-buffer): Use with-no-warnings.
32723
32724 * font-lock.el (font-lock-comment-face): On terminals with few colors,
32725 use the default appearance.
32726 (font-lock-comment-delimiter-face): New face, new variable.
32727
32728 * imenu.el (imenu--generic-function): The official position of a
32729 definition is the start of the line that BEG is in.
32730
32731 * midnight.el (midnight-timer): Move defvar up.
32732
32733 * mouse.el (mouse-drag-region-1): Delete some debugging code.
32734
32735 * saveplace.el (save-place-to-alist): Use with-no-warnings.
32736
32737 * startup.el (command-line): Use with-no-warnings.
32738
32739 * window.el (window-size-fixed): New defvar.
32740
32741 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
32742
32743 * mail/rmail.el (rmail-font-lock-keywords):
32744 Use font-lock-comment-delimiter-face.
32745
32746 * mail/sendmail.el (mail-font-lock-keywords):
32747 Use font-lock-comment-delimiter-face.
32748
32749 * progmodes/compile.el (next-error-highlight-timer): New defvar.
32750
32751 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
32752
32753 * progmodes/compile.el (compilation-mode-font-lock-keywords):
32754 Specify t for LAXMATCH when matching directories.
32755 Save match data around compilation-compat-error-properties form.
32756
32757 2005-04-23 David Kastrup <dak@gnu.org>
32758
32759 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
32760 Mention that the autoloaded aliases should be kept for AUCTeX.
32761
32762 2005-04-23 Andreas Schwab <schwab@suse.de>
32763
32764 * isearch.el (isearch-forward): Doc fix.
32765
32766 2005-04-23 Eli Zaretskii <eliz@gnu.org>
32767
32768 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
32769 (jit-lock-stealth-nice): Change default value to 0.5.
32770
32771 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
32772
32773 * abbrev.el (write-abbrev-file): Write table entries in
32774 alphabetical order by table name.
32775
32776 2005-04-22 Kim F. Storm <storm@cua.dk>
32777
32778 * ido.el (ido-read-internal): Fix `list' completion.
32779
32780 2005-04-22 Kenichi Handa <handa@m17n.org>
32781
32782 * recentf.el (recentf-save-file-coding-system): New variable.
32783 (recentf-save-list): Encode the file by
32784 recentf-save-file-coding-system and add coding: tag.
32785
32786 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
32787
32788 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
32789
32790 2005-04-21 Lute Kamstra <lute@gnu.org>
32791
32792 * loadhist.el (unload-feature): Don't remove a function from hooks
32793 if it is about to be restored to an autoload . Remove functions
32794 that will become unbound from auto-mode-alist. Simplify the code.
32795
32796 * subr.el (assq-delete-all): New implementation that is linear,
32797 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
32798 (rassq-delete-all): New function.
32799
32800 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32801 Add size-indication-mode.
32802
32803 2005-04-21 Kenichi Handa <handa@m17n.org>
32804
32805 * international/mule-cmds.el: Add autoload for widget-value in
32806 eval-when-compile.
32807
32808 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
32809
32810 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32811 Add tooltip-mode.
32812
32813 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
32814
32815 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
32816
32817 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
32818 (inferior-lisp-filter-regexp, inferior-lisp-program)
32819 (inferior-lisp-load-command, inferior-lisp-prompt)
32820 (inferior-lisp-mode-hook, lisp-source-modes)
32821 (inferior-lisp-load-hook): defvar->defcustom.
32822 (inferior-lisp-program, inferior-lisp-prompt)
32823 (inferior-lisp-load-hook): Doc fixes.
32824 (inferior-lisp-install-letter-bindings): Small change in
32825 introductory comment.
32826
32827 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
32828
32829 * vc.el (vc-annotate-color-map): Change some colors so that text
32830 using them as foreground is readable on both white and black
32831 backgrounds.
32832
32833 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
32834
32835 * international/mule-conf.el (translation-table-for-input):
32836 Remove redundant declaration.
32837
32838 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
32839
32840 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
32841
32842 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
32843 (tooltip-toggle-gud-tips): New function.
32844
32845 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32846
32847 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
32848 right angle brackets.
32849
32850 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
32851
32852 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
32853
32854 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
32855
32856 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
32857 Remove. Update callers to use expand-file-name instead.
32858
32859 * subr.el (syntax-class): New function.
32860
32861 * simple.el (blink-matching-open): Use it.
32862
32863 * paren.el (show-paren-function): Use it to recognize parens that are
32864 also used in 2-char comment markers.
32865
32866 2005-04-19 Lute Kamstra <lute@gnu.org>
32867
32868 * loadhist.el (unload-feature): Update for new format of
32869 load-history. Simplify the code.
32870
32871 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32872
32873 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
32874 (mac-add-charset-info): New function. Initialize variable
32875 mac-charset-info-alist using it.
32876 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
32877 for translation.
32878 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
32879 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
32880 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
32881 New CCL programs.
32882
32883 2005-04-19 Kim F. Storm <storm@cua.dk>
32884
32885 * simple.el (next-buffer, prev-buffer, next-error)
32886 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32887 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
32888
32889 * bindings.el (next-buffer, prev-buffer, next-error)
32890 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32891 (clone-indirect-buffer-other-window): Move bindings from simple.el.
32892 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
32893 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
32894
32895 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
32896
32897 * isearch.el (isearch-edit-string): Make the search-ring available for
32898 minibuffer history commands.
32899 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
32900 the default history commands now work just as well.
32901 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
32902
32903 2005-04-18 Kim F. Storm <storm@cua.dk>
32904
32905 * emulation/cua-base.el (cua--pre-command-handler): Add more
32906 elaborate check for shift modifier on non-window systems.
32907
32908 2005-04-18 Lars Hansen <larsh@math.ku.dk>
32909
32910 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
32911
32912 2005-04-18 Kim F. Storm <storm@cua.dk>
32913
32914 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
32915 and make it optional. Don't test tooltip-gud-echo-area here.
32916 (tooltip-gud-process-output, gdb-tooltip-print):
32917 Pass tooltip-gud-echo-area to tooltip-show.
32918 (tooltip-help-tips): Remove second optional arg to tooltip-show.
32919
32920 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32921
32922 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
32923 `display-graphic-p' may not be bound yet.
32924
32925 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
32926
32927 * startup.el (command-line): No longer enable Xterm Mouse mode by
32928 default in terminals compatible with xterm.
32929
32930 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
32931
32932 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
32933
32934 * tooltip.el (tooltip-gud-echo-area): Rename from
32935 tooltip-use-echo-area.
32936 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
32937 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
32938 area independently of where help tooltips are displayed.
32939
32940 2005-04-17 David Kastrup <dak@gnu.org>
32941
32942 * cus-theme.el (custom-theme-write-variables): Quote variables
32943 where necessary.
32944
32945 2005-04-17 Richard M. Stallman <rms@gnu.org>
32946
32947 * simple.el (yank-excluded-properties): Add follow-link to value.
32948
32949 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
32950
32951 * startup.el (fancy-splash-max-time): Just 30 seconds.
32952 (fancy-splash-delay): Just 7.
32953 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
32954
32955 * loadhist.el (unload-feature): Update for new format of load-history.
32956 Simplify the code.
32957
32958 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
32959 (rmail-font-lock-keywords): Don't fontify the text of a citation.
32960
32961 * mail/sendmail.el (mail-font-lock-keywords):
32962 Don't fontify subject text.
32963 Don't fontify the text of a citation.
32964
32965 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
32966
32967 * comint.el (comint-output-filter): Run comint-output-filter-functions
32968 with point where the user had it.
32969
32970 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
32971
32972 * international/ucs-tables.el (ucs-set-table-for-input):
32973 Disable when using unify-on-decoding.
32974
32975 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
32976
32977 * emulation/cua-base.el (cua-global-mark-face): Add special case
32978 for displays supporting a high number of colors.
32979
32980 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
32981
32982 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
32983
32984 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
32985
32986 * filesets.el (filesets-add-buffer): If user supplies a name of a
32987 non-existing fileset, create a new fileset.
32988
32989 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
32990
32991 * textmodes/org.el (org-up-heading-all): Fix bug with
32992 `outline-up-heading-all'.
32993
32994 2005-04-16 Andreas Schwab <schwab@suse.de>
32995
32996 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
32997 /etc/permissions.d/* and /etc/aliases.d/*.
32998
32999 2005-04-16 Kenichi Handa <handa@m17n.org>
33000
33001 * international/code-pages.el (cp-make-coding-system):
33002 Set `translation-table-for-input' property value to the symbol
33003 ucs-mule-to-mule-unicode, not to that value.
33004 (pt154): Escape guillemet by `\'.
33005
33006 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
33007
33008 * loadup.el: Load tooltip if x-show-tip is fboundp.
33009
33010 * startup.el (command-line): Add comment.
33011
33012 * tooltip.el (tooltip-mode): Specify correct standard value for
33013 Custom in init-value.
33014
33015 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
33016
33017 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
33018 possible.
33019
33020 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
33021
33022 * textmodes/org.el (org-agenda-date-prompt): Rename from
33023 `org-agenda-date-today'.
33024 (org-evaluate-time-range): Insert at point instead of directly
33025 after time range.
33026 (org-first-headline-recenter, org-subtree-end-visible-p)
33027 (org-optimize-window-after-visibility-change): New functions
33028 (org-agenda-post-command-hook): Don't allow point at end of line,
33029 to make sure it always hits the text properties.
33030 (org-agenda-next-date-line, org-agenda-previous-date-line):
33031 New commands.
33032 (org-set-regexps-and-options): Category may contain white space.
33033 (org-agenda-get-deadlines, org-agenda-get-scheduled):
33034 Improve marker positions.
33035 (org-agenda-new-marker): Argument POS made optional.
33036 (org-agenda-get-timestamps): Deadlines which are done are listed
33037 in org-done-face now.
33038 (org-agenda-get-todos, org-agenda-get-timestamps)
33039 (org-agenda-get-deadlines, org-agenda-get-scheduled):
33040 Set `undone-face' and `done-face' properties.
33041 (org-last-todo-state-is-todo): New variable.
33042 (org-todo): Set `org-last-todo-state-is-todo'.
33043 (org-agenda-todo): Change face according to
33044 `org-last-todo-state-is-todo'. And change other lines referring to
33045 the same entry.
33046 (org-calendar-goto-agenda): New command.
33047 (org-calendar-to-agenda-key): New option.
33048 (org-startup-folded): New allowed value `content'.
33049 (org-set-regexps-and-options): Accept new value `content' for
33050 `org-startup-folded'.
33051 (org-get-current-options): Handle new value `content' for
33052 `org-startup-folded'.
33053 (org-insert-todo-heading): New command.
33054 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
33055 interactively in empty file and option
33056 `org-insert-mode-line-in-empty-file' has been set.
33057 (org-agenda-todo, org-agenda-priority): Modify to use
33058 `org-agenda-change-all-lines'.
33059 (org-warning-face): Change color on dark background.
33060
33061 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33062
33063 * international/mule-cmds.el (set-locale-environment): On Mac OS,
33064 use preferences AppleLocale and AppleLanguages, and variable
33065 mac-system-locale for default locale. On Mac OS Classic, use
33066 mac-system-coding-system for default coding systems.
33067
33068 * term/mac-win.el: Don't set file-name-coding-system.
33069 Decode variables system-name, emacs-build-system, user-login-name, and
33070 user-full-name by mac-system-coding-system on Mac OS Classic.
33071 (mac-system-coding-system): New variable.
33072
33073 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
33074
33075 * startup.el (command-line): Handle `xterm-mouse-mode' before
33076 reading init file.
33077
33078 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
33079
33080 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
33081
33082 * progmodes/sh-script.el (sh-here-document-word): Make it a
33083 defcustom. Doc fix.
33084 (sh-add): Bash uses $(( )) for arithmetic.
33085 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
33086 (sh-maybe-here-document): Remove quotes and leading whitespace
33087 from heredoc word when closing. Indent heredoc with tabs if word
33088 starts with "-".
33089
33090 2005-04-13 Richard M. Stallman <rms@gnu.org>
33091
33092 * simple.el (undo): Fix previous change.
33093
33094 * custom.el (defface): Doc fix.
33095
33096 2005-04-13 Lute Kamstra <lute@gnu.org>
33097
33098 * Makefile.in (DONTCOMPILE): Remove list.
33099 (compile, compile-always): Don't use DONTCOMPILE.
33100 (update-authors): Load the library in which batch-update-authors
33101 is defined.
33102 * makefile.w32-in (DONTCOMPILE): Remove list.
33103 (compile, compile-always): Fix comments.
33104 (update-authors): Load the library in which batch-update-authors
33105 is defined.
33106
33107 * generic-x.el (generic-mode-ini-file-find-file-hook):
33108 Rename to ini-generic-mode-find-file-hook.
33109 Keep generic-mode-ini-file-find-file-hook as an alias.
33110 (ini-generic-mode-find-file-hook): Rename from
33111 generic-mode-ini-file-find-file-hook. Fix docstring.
33112 (ini-generic-mode): Docstring change.
33113 (bat-generic-mode-run-as-comint): Silence the byte compiler.
33114
33115 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
33116 called from lisp.
33117
33118 * generic.el: Move to the emacs-lisp subdir.
33119
33120 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
33121
33122 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
33123 and C-S- function and cursor motion keys.
33124
33125 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
33126
33127 * startup.el (command-line): Enable Xterm Mouse mode by default.
33128 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
33129 for Custom. No longer show "Mouse" in mode line when enabled.
33130 Doc fix.
33131
33132 2005-04-12 Kim F. Storm <storm@cua.dk>
33133
33134 * emulation/cua-base.el (cua-rectangle-face)
33135 (cua-rectangle-noselect-face): Define face attributes here.
33136
33137 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
33138
33139 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33140
33141 * startup.el (command-line): Turn off blinking cursor if
33142 cursorBlink in resources is off or false.
33143
33144 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33145
33146 * term/mac-win.el (dnd): Require dnd.
33147 (mac-drag-n-drop): Call dnd-handle-one-url.
33148 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
33149 (kTextEncodingISOLatin2): Remove constants.
33150 (mac-script-code-coding-systems): New constant.
33151 (mac-handle-language-change): New function.
33152 (special-event-map): Bind it to `language-change' event.
33153 (mac-centraleurroman, mac-cyrillic): New coding systems.
33154 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
33155 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
33156 and mac-cyrillic-encoder to encode-mac-centraleurroman and
33157 encode-mac-cyrillic, respectively.
33158
33159 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33160
33161 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
33162 Don't set overlay-arrow-string to "=>" as this is done
33163 globally in C now.
33164
33165 2005-04-12 Lute Kamstra <lute@gnu.org>
33166
33167 * generic-x.el (rc-generic-mode, rul-generic-mode):
33168 Fix auto-mode-alist entries.
33169 (etc-fstab-generic-mode): Tweak fontification.
33170
33171 * generic.el (generic-make-keywords-list): Fix docstring.
33172 (generic-mode-internal): Simplify generic-font-lock-keywords.
33173
33174 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
33175
33176 * whitespace.el (whitespace-buffer-leading)
33177 (whitespace-buffer-trailing): Revert the incorrect test inversion.
33178 However, fix the highlight area for the leading and
33179 trailing whitespaces to show space.
33180
33181 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
33182
33183 * whitespace.el (whitespace-version): Bump to 3.5.
33184
33185 (whitespace-buffer-leading, whitespace-buffer-trailing):
33186 Invert sense of the test to highlight the whitespace.
33187
33188 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33189
33190 * progmodes/gud.el (gud-display-line): GUD uses its own
33191 overlay arrow now so don't set overlay-arrow-string.
33192 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
33193
33194 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
33195
33196 * term.el (term-ansi-current-bold, term-ansi-current-underline)
33197 (term-ansi-current-reverse, term-ansi-current-invisible)
33198 (term-ansi-face-already-done): Change to boolean.
33199 (term-reset-terminal, term-handle-colors-array): Handle the above
33200 vars accordingly.
33201 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
33202 (term-emulate-terminal): Use the new name.
33203
33204 * faces.el (secondary-selection): Use yellow1, not yellow.
33205 (trailing-whitespace): Use red1, not red.
33206
33207 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33208
33209 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
33210 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
33211 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
33212
33213 * cus-edit.el (dnd): New group.
33214
33215 * term/w32-win.el (dnd): Require dnd
33216 (w32-drag-n-drop): Call dnd-handle-one-url.
33217
33218 * x-dnd.el: Require dnd.
33219 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
33220 Call dnd-handle-one-url.
33221 (x-dnd-types-alist, x-dnd-insert-utf8-text)
33222 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
33223 to dnd-insert-text.
33224 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
33225 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
33226 (x-dnd-get-local-file-name, x-dnd-open-local-file)
33227 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
33228
33229 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
33230
33231 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33232
33233 * wdired.el: Doc fixes.
33234 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
33235 (wdired-use-dired-vertical-movement): Rename from
33236 wdired-always-move-to-filename-beginning.
33237 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
33238 (wdired-change-to-wdired-mode): Change mode name.
33239 (wdired-newline): Delete.
33240
33241 2005-04-11 Richard M. Stallman <rms@gnu.org>
33242
33243 * whitespace.el (whitespace-highlight-the-space):
33244 Don't call whitespace-unhighlight-the-space here.
33245
33246 * simple.el (undo): Record t in undo-equiv-table
33247 for the redo record made by an undo-in-region.
33248
33249 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33250
33251 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
33252 (gdb-frame-inferior-io-buffer): New Functions to control
33253 display of separate IO buffer.
33254 (menu): Add them to menu-bar.
33255 (gdb-display-buffer): Check for buffer another frame.
33256 Protect GUD buffer.
33257 (gdb-setup-windows): Create IO buffer if not already there.
33258 (gdb-memory-mode): Remove purecopy noops.
33259
33260 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
33261
33262 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
33263 and pass to self-insert-command.
33264
33265 2005-04-11 Lute Kamstra <lute@gnu.org>
33266
33267 * generic.el: Commentary section cleanup.
33268 (generic): Delete.
33269 (generic-use-find-file-hook, generic-lines-to-scan)
33270 (generic-find-file-regexp, generic-ignore-files-regexp)
33271 (default-generic-mode, generic-mode-find-file-hook)
33272 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
33273 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
33274 (generic-use-find-file-hook, generic-lines-to-scan)
33275 (generic-find-file-regexp, generic-ignore-files-regexp)
33276 (default-generic-mode, generic-mode-find-file-hook)
33277 (generic-mode-ini-file-find-file-hook): Move from generic.el.
33278
33279 2005-04-10 Karl Fogel <kfogel@red-bean.com>
33280
33281 * bookmark.el (bookmark-write-file): Catch errors writing file.
33282 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
33283
33284 2005-04-10 Richard M. Stallman <rms@gnu.org>
33285
33286 * startup.el (fancy-splash-tail): Update copyright year.
33287 (command-line): Split part of -Q into -D.
33288 (emacs-basic-display): New defvar.
33289 (fancy-splash-text): Correct name of menu item.
33290
33291 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
33292
33293 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
33294 lines in one node.
33295
33296 * comint.el (comint-send-input): New arg ARTIFICIAL.
33297 Callers in this file changed.
33298
33299 * abbrev.el (define-abbrevs): Read system abbrevs properly.
33300
33301 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
33302
33303 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
33304
33305 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
33306 `ldap-search-internal'.
33307
33308 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
33309
33310 * files.el (set-auto-mode-1): Use line-end-position.
33311
33312 * international/latin-1.el:
33313 * international/latin-2.el:
33314 * international/latin-3.el:
33315 * international/latin-4.el:
33316 * international/latin-5.el:
33317 * international/latin-8.el:
33318 * international/latin-9.el: Give punctuation syntax to NBSP.
33319
33320 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
33321 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
33322 Use char-classes to accept non-ascii letters, accepted in some recent
33323 bibtex implementations.
33324
33325 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
33326
33327 * custom.el (custom-set-minor-mode): Any non-nil value for the
33328 variable should enable the mode when set through Custom.
33329
33330 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
33331
33332 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
33333 TAB binding so tab-always-indent is obeyed.
33334 (vhdl-minibuffer-local-map): Move initialization into declaration.
33335 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
33336 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
33337 (vhdl-hooked-abbrev): Avoid test for XEmacs.
33338 (vhdl-current-line): Use line-beginning-position.
33339 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
33340 with-output-to-temp-buffer, so the current position can be recorded.
33341
33342 2005-04-10 Masatake YAMATO <jet@gyve.org>
33343
33344 * progmodes/compile.el (compilation-error-regexp-alist-alist):
33345 Add regexp for gcov.
33346
33347 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
33348
33349 * calendar/time-date.el (time-to-seconds, seconds-to-time)
33350 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
33351 syntax which Emacs 20 doesn't support.
33352
33353 2005-04-09 Richard M. Stallman <rms@gnu.org>
33354
33355 * help.el (describe-key-briefly, describe-key):
33356 Replace strings as event types with "(any string)".
33357
33358 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
33359
33360 * arc-mode.el (archive-mode-map): Move initialization into
33361 the declaration. Override *all* bindings of `undo'.
33362 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
33363
33364 2005-04-09 Jay Belanger <belanger@truman.edu>
33365
33366 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
33367
33368 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
33369
33370 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
33371 (xterm-register-default-colors): Update color values computation
33372 to match xterm-200.
33373
33374 2005-04-09 Kenichi Handa <handa@m17n.org>
33375
33376 * international/code-pages.el (iso-latin-7): Fix the map.
33377
33378 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
33379
33380 * emacs-lisp/lisp.el (defun-prompt-regexp)
33381 (parens-require-spaces, buffer-end, end-of-defun)
33382 (insert-parentheses): Doc fixes.
33383
33384 2005-04-08 Kim F. Storm <storm@cua.dk>
33385
33386 * comint.el (comint-highlight-prompt): Fix face spec.
33387 * hi-lock.el (hi-green): Likewise.
33388
33389 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
33390
33391 * cus-edit.el (custom-modified-face):
33392 * comint.el (comint-highlight-input): Fix previous changes.
33393 * term.el (term-handle-ansi-escape): Add a comment.
33394
33395 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
33396
33397 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
33398 in the buffer and in whitespace-highlighted-space.
33399 (whitespace-unhighlight-the-space): Simplify.
33400 (whitespace-buffer): Simplify.
33401
33402 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
33403
33404 * textmodes/table.el (table-cell-face): Add special case for
33405 displays supporting a high number of colors.
33406 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
33407 (vhdl-font-lock-reserved-words-face)
33408 (vhdl-speedbar-architecture-face)
33409 (vhdl-speedbar-instantiation-face)
33410 (vhdl-speedbar-architecture-selected-face)
33411 (vhdl-speedbar-instantiation-selected-face): Likewise.
33412 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
33413 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
33414 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
33415 (ebrowse-root-class-face, ebrowse-member-attribute-face)
33416 (ebrowse-progress-face): Likewise.
33417 * progmodes/compile.el (compilation-info-face): Likewise.
33418 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
33419 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
33420 * calendar/calendar.el (diary-face): Likewise.
33421 * woman.el (woman-italic-face, woman-bold-face)
33422 (woman-unknown-face): Likewise.
33423 * wid-edit.el (widget-button-pressed-face): Likewise.
33424 * whitespace.el (whitespace-highlight-face): Likewise.
33425 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
33426 * pcvs-info.el (cvs-marked-face): Likewise.
33427 * info.el (info-xref): Likewise.
33428 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
33429 * hilit-chg.el (highlight-changes-face)
33430 (highlight-changes-delete-face): Likewise.
33431 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
33432 (hi-red-b): Likewise.
33433 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
33434 * font-lock.el (font-lock-keyword-face)
33435 (font-lock-function-name-face, font-lock-warning-face): Likewise.
33436 * cus-edit.el (custom-invalid-face, custom-modified-face)
33437 (custom-set-face, custom-changed-face, custom-variable-tag-face)
33438 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
33439 * comint.el (comint-highlight-prompt): Likewise.
33440
33441 2005-04-08 Lute Kamstra <lute@gnu.org>
33442
33443 * font-lock.el (font-lock-keywords): Docstring fixes.
33444
33445 2005-04-08 Kenichi Handa <handa@m17n.org>
33446
33447 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
33448 chars are more than a limit, print " and more..." at the tail.
33449
33450 2005-04-08 Kim F. Storm <storm@cua.dk>
33451
33452 * emacs-lisp/authors.el (authors-aliases): Update list.
33453 (authors-ignored-files): New list.
33454 (authors-fixed-entries): Fix typo.
33455 (authors-renamed-files-alist): Update list.
33456 (authors-add): Check authors-ignored-files.
33457
33458 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
33459
33460 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
33461 optional, to ensure backward compatibility.
33462
33463 2005-04-08 Stephen Eglen <stephen@gnu.org>
33464
33465 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
33466
33467 2005-04-08 Kim F. Storm <storm@cua.dk>
33468
33469 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
33470
33471 * mouse.el (mouse-on-link-p): Doc fix.
33472
33473 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
33474
33475 * ielm.el (ielm-prompt-read-only): Doc fix.
33476
33477 * comint.el (comint-prompt-read-only): Doc fix.
33478
33479 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
33480
33481 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
33482 ensure dired always handles wildcards passed to ffap.
33483 (find-file-at-point): Use it.
33484 (ffap-dired-wildcards): Doc fix.
33485
33486 2005-04-07 Juri Linkov <juri@jurta.org>
33487
33488 * simple.el (next-error-overlay-arrow-position): New defvar.
33489 Put "=>" on its property `overlay-arrow-string'. Add it to
33490 `overlay-arrow-variable-list'.
33491
33492 * progmodes/compile.el (compilation-setup):
33493 Set `next-error-overlay-arrow-position' to nil. Also set it to
33494 nil in the local hook `kill-buffer-hook'. Make local variable
33495 `overlay-arrow-string' and set it to "=>".
33496 (compilation-goto-locus): Set BOL position to
33497 `next-error-overlay-arrow-position' instead of
33498 `overlay-arrow-position'.
33499
33500 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
33501 locally instead of adding it to the global hook.
33502 (Info-kill-buffer): Move up.
33503
33504 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
33505
33506 * term/xterm.el (xterm-standard-colors): Update color values from
33507 xterm-200.
33508
33509 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
33510
33511 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
33512
33513 * fast-lock.el:
33514 * lazy-lock.el: Move them to the obsolete subdir.
33515
33516 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33517
33518 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
33519 (wdired-add-replace-advice): Remove.
33520 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
33521
33522 2005-04-06 Kim F. Storm <storm@cua.dk>
33523
33524 * startup.el (command-line): Add --bare-bones alias for -Q.
33525
33526 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33527
33528 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
33529 create the startup fontset if a font specification ends with
33530 `mac-roman'.
33531
33532 2005-04-06 Lute Kamstra <lute@gnu.org>
33533
33534 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
33535 change.
33536
33537 * emacs-lisp/copyright.el (copyright-update-year): Replace the
33538 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
33539
33540 2005-04-05 Lute Kamstra <lute@gnu.org>
33541
33542 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
33543 (define-generic-mode): Ditto. Fix debug declaration.
33544
33545 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
33546 Put them in the generic-x group.
33547
33548 * calendar/timeclock.el (timeclock): Doc fix.
33549
33550 * generic.el (define-generic-mode): Don't use custom-current-group.
33551 Document default :group value.
33552 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
33553 (define-global-minor-mode): Don't use custom-current-group.
33554
33555 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
33556
33557 * startup.el (command-line-1): Display startup-echo-area-message
33558 when fancy splash screen is in use.
33559
33560 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
33561 (sh-escaped-newline): New face.
33562 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
33563 newline, and use sh-escaped-newline face.
33564
33565 * progmodes/tcl.el (tcl-escaped-newline): New face.
33566 (tcl-builtin-list): New variable.
33567 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
33568 newlines. Fix keywords subexpression number.
33569
33570 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
33571
33572 * textmodes/org.el (org-diary-default-entry): Fix call to
33573 `add-to-diary-entry'.
33574
33575 2005-04-05 Kim F. Storm <storm@cua.dk>
33576
33577 * ediff-init.el: Use (featurep 'xemacs).
33578
33579 2005-04-05 David Ponce <david@dponce.com>
33580
33581 * cus-edit.el (face): Derive from symbol widget. Display sample
33582 of the current face on the fly.
33583 (widget-face-sample-face-get, widget-face-notify): New functions.
33584 (widget-face-value-create): Remove.
33585
33586 * wid-edit.el (widget-field-end): Temporarily remove field
33587 narrowing before to call `get-char-property'.
33588
33589 2005-04-04 Jay Belanger <belanger@truman.edu>
33590
33591 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
33592 (math-read-subscripts): New variable.
33593 (math-read-preprocess-string): Process subscripts.
33594
33595 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
33596
33597 * comint.el (comint-prompt-read-only): Doc fix.
33598
33599 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
33600 `-1'. Doc fix.
33601
33602 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
33603
33604 * textmodes/org.el (org-insert-mode-line-in-empty-file):
33605 Change default value to nil.
33606
33607 2005-04-04 Lute Kamstra <lute@gnu.org>
33608
33609 * autorevert.el (auto-revert-mode): Specify :group.
33610 * battery.el (display-battery-mode): Specify :group.
33611 * diff-mode.el (diff-minor-mode): Specify :group.
33612 * font-core.el (font-lock-mode): Specify :group.
33613 * hl-line.el (hl-line-mode): Specify :group.
33614 * iimage.el (iimage): New customization group.
33615 (iimage-mode): Specify :group.
33616 * longlines.el (longlines-mode): Specify :group.
33617 * master.el: Don't require easy-mmode.
33618 (master): New customization group.
33619 (master-mode): Specify :group.
33620 * msb.el (msb-mode): Specify :group.
33621 * reveal.el (reveal-mode): Specify :group.
33622 * simple.el (next-error-follow-minor-mode): Specify :group.
33623 * smerge-mode.el (smerge-mode): Specify :group.
33624 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
33625 * emulation/cua-base.el (cua-mode): Specify :group.
33626 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
33627 * language/thai-util.el (thai-auto-composition-mode)
33628 (thai-word-mode): Specify :group.
33629 * mail/supercite.el (sc-minor-mode): Specify :group.
33630 * progmodes/cwarn.el (cwarn-mode): Specify :group.
33631 * progmodes/flymake.el (flymake-mode): Specify :group.
33632 * progmodes/glasses.el (glasses-mode): Specify :group.
33633 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
33634 * textmodes/enriched.el (enriched-mode): Specify :group.
33635 * textmodes/refill.el (refill-mode): Specify :group.
33636
33637 * add-log.el (change-log-font-lock-keywords): Names in
33638 parenthesized lists can contain spaces.
33639
33640 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
33641
33642 * startup.el (fancy-splash-text): Shorten default text of
33643 "Emacs Tutorial" line. Also, if the current language env
33644 indicates an available tutorial file other than TUTORIAL,
33645 extract its title and append it to the line in parentheses.
33646 (fancy-splash-insert): If arg is a thunk, funcall it.
33647
33648 2005-04-04 Jay Belanger <belanger@truman.edu>
33649
33650 * calc.el (calc-language-alist): Add tags to customization type.
33651
33652 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
33653
33654 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
33655 Doc fix.
33656
33657 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
33658
33659 * add-log.el (change-log-font-lock-keywords): The manual
33660 describing a Change Log entry, says: (...) "Aside from these
33661 header lines, every line in the change log starts with a space or
33662 a tab.". The font-lock was not highlighting lines started with
33663 spaces, added support for it.
33664
33665 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
33666
33667 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
33668 (bibtex-generate-url-list): Update docstring accordingly. Put the
33669 complex example in the docstring.
33670 (bibtex-font-lock-url): Use pop.
33671
33672 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
33673
33674 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
33675
33676 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
33677
33678 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
33679
33680 * filesets.el (filesets-set-default): Doc fix.
33681
33682 2005-04-03 Lute Kamstra <lute@gnu.org>
33683
33684 * generic.el (define-generic-mode): Add argument to specify
33685 keywords for defcustom.
33686 (default-generic-mode): Specify :group.
33687
33688 * generic-x.el: Specify :group for all generic modes.
33689
33690 * desktop.el (desktop-no-desktop-file-hook)
33691 (desktop-after-read-hook): Doc fix.
33692
33693 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
33694
33695 * simple.el (visible-mode): Use explicit :group keyword.
33696 This changes the group of `visible-mode-hook' from paren-blinking
33697 to editing-basics.
33698
33699 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
33700
33701 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
33702 mailbox specifications as well as URLs.
33703 (rmail-insert-inbox-text): Remove unused conditional branches.
33704
33705 2005-04-01 Jay Belanger <belanger@truman.edu>
33706
33707 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
33708 (calc-gnuplot-print-command): Move definitions to calc.el.
33709
33710 * calc/calc-embed.el (calc-embedded-announce-formula)
33711 (calc-embedded-open-formula, calc-embedded-close-formula)
33712 (calc-embedded-open-word, calc-embedded-close-word)
33713 (calc-embedded-open-plain, calc-embedded-close-plain)
33714 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
33715 (calc-embedded-open-mode, calc-embedded-close-mode):
33716 Move definitions to calc.el.
33717
33718 * calc/calc.el (calc-settings-file, calc-language-alist):
33719 Make customizable.
33720 (calc-embedded-announce-formula, calc-embedded-open-formula)
33721 (calc-embedded-close-formula, calc-embedded-open-word)
33722 (calc-embedded-close-word, calc-embedded-open-plain)
33723 (calc-embedded-close-plain, calc-embedded-open-new-formula)
33724 (calc-embedded-close-new-formula, calc-embedded-open-mode)
33725 (calc-embedded-close-mode, calc-gnuplot-name)
33726 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
33727 from other files and make customizable.
33728
33729 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
33730
33731 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
33732 Use buffer-live-p.
33733 (cvs-mode-run): Don't call cvs-update-header here.
33734 (cvs-run-process): Call cvs-update-header.
33735 Use process properties for cvs-postprocess and cvs-buffer so that
33736 the sentinel can behave better if the temp buffer is killed.
33737 Use a pipe rather than a tty, to better handle unexpected prompts.
33738 (cvs-sentinel): Rewrite. Call cvs-update-header.
33739
33740 2005-04-01 Andre Spiegel <spiegel@gnu.org>
33741
33742 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
33743 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
33744
33745 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
33746
33747 * generic.el (define-generic-mode): Add indentation rule.
33748
33749 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
33750
33751 * files.el (mode-require-final-newline): Make Custom correctly
33752 report a nil value and allow to set it to nil via Custom.
33753 Doc fix.
33754
33755 2005-04-01 Kenichi Handa <handa@m17n.org>
33756
33757 * international/characters.el: Enable the correct case setting for
33758 dotless-i and dotted-I.
33759
33760 2005-04-01 Kim F. Storm <storm@cua.dk>
33761
33762 * ido.el (ido-file-internal): Fall back to non-ido command if
33763 initial directory is on slow ftp (or tramp) host.
33764
33765 2005-03-31 Richard M. Stallman <rms@gnu.org>
33766
33767 * emacs-lisp/autoload.el (make-autoload):
33768 Handle define-global-minor-mode.
33769
33770 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
33771 Rename from easy-mmode-define-global-mode.
33772 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
33773
33774 * progmodes/scheme.el (scheme-mode-syntax-table):
33775 Update syntax of | and # for two-character comment syntax.
33776
33777 2005-03-31 Lute Kamstra <lute@gnu.org>
33778
33779 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
33780 (define-minor-mode): Call custom-current-group at load-time.
33781
33782 * generic.el (define-generic-mode): Add debug declaration.
33783 Add defcustom for the mode hook.
33784 (generic-mode-internal): Use run-mode-hooks.
33785
33786 2005-03-31 Kim F. Storm <storm@cua.dk>
33787
33788 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
33789 (mouse-fixup-help-message): New defun called by show_help_echo
33790 to fixup mouse-2 prefix in help messages when applicable.
33791
33792 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
33793
33794 2005-03-31 Kenichi Handa <handa@m17n.org>
33795
33796 * language/thai-word.el (thai-find-word-ends): Pay attention to
33797 the case that we reach the end of buffer.
33798
33799 * textmodes/fill.el (fill-text-properties-at): New function.
33800 (fill-newline): Use fill-text-properties-at instead of
33801 text-properties-at.
33802
33803 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
33804
33805 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
33806 not comint-quote-filename.
33807
33808 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
33809
33810 * help-fns.el (help-with-tutorial): Revert last change.
33811
33812 2005-03-31 Kim F. Storm <storm@cua.dk>
33813
33814 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
33815
33816 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
33817
33818 * calendar/cal-china.el: Update reference to "Calendrical
33819 Calculations" book; there's a new edition.
33820 * calendar/cal-coptic.el: Likewise.
33821 * calendar/cal-french.el: Likewise.
33822 * calendar/cal-hebrew.el: Likewise.
33823 * calendar/cal-islam.el: Likewise.
33824 * calendar/cal-iso.el: Likewise.
33825 * calendar/cal-julian.el: Likewise.
33826 * calendar/cal-mayan.el: Likewise.
33827 * calendar/cal-persia.el: Likewise.
33828 * calendar/calendar.el: Likewise.
33829 * calendar/holidays.el: Likewise.
33830 * calendar/lunar.el: Likewise.
33831 * calendar/solar.el: Likewise.
33832
33833 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
33834 white space from doc string.
33835
33836 2005-03-30 Jay Belanger <belanger@truman.edu>
33837
33838 * calc/calc-help.el (calc-full-help): Remove email address.
33839
33840 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
33841
33842 * help-fns.el (help-with-tutorial): Delete title line.
33843
33844 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
33845
33846 * calendar/cal-x.el (calendar-one-frame-setup)
33847 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
33848 rather than `symbol' for set-window-dedicated-p.
33849
33850 * calendar/appt.el (appt-buffer-name): Make it a constant.
33851 (appt-add): Doc fix.
33852
33853 * filesets.el (filesets-menu-path, filesets-menu-before)
33854 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
33855 (filesets-menu-cache-file): Use directory ~/.emacs.d.
33856 (filesets-add-submenu): Delete and use add-submenu instead.
33857
33858 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
33859
33860 * textmodes/org.el (org-agenda-phases-of-moon)
33861 (org-agenda-sunrise-sunset, org-agenda-convert-date)
33862 (org-agenda-goto-calendar): New commands.
33863 (org-diary-default-entry): New function.
33864 (org-get-entries-from-diary): Better parsing of diary entries.
33865 (org-agenda-check-no-diary): New function.
33866 ("diary-lib"): Advice to function `add-to-diary-list', to allow
33867 linking to diary entries.
33868 (org-agenda-execute-calendar-command): New function.
33869 (org-agenda): Improve visible section in window.
33870 Use `org-fit-agenda-window'.
33871 (org-fit-agenda-window): New option.
33872 (org-move-subtree-down): Better handling of empty lines
33873 at end of subtree.
33874 (org-cycle): Numeric prefix is interpreted now as show-subtree N
33875 levels up.
33876 (org-fontify-done-headline): New option.
33877 (org-headline-done-face): New face.
33878 (org-set-font-lock-defaults): Use `org-headline-done-face'.
33879 (org-table-copy-down): Rename from `org-table-copy-from-above'.
33880 When current field is non-empty, it is copied to next row.
33881 (org-table-copy-from-above): Fix bug which made it
33882 impossible to copy fields containing only a single non-white character.
33883
33884 2005-03-30 Kim F. Storm <storm@cua.dk>
33885
33886 * kmacro.el (kmacro-end-macro): Isearch may store this command
33887 into the macro -- so ignore it when executing keyboard macro.
33888
33889 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
33890
33891 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
33892
33893 2005-03-29 Kenichi Handa <handa@m17n.org>
33894
33895 * language/thai.el ("Thai"): Set setup-function and exit-function
33896 for Thai language environment.
33897
33898 * language/thai-util.el: Require thai-word.
33899 (thai-word-mode-map): New variable.
33900 (thai-word-mode): New minor mode.
33901 (setup-thai-language-environment-internal): New function.
33902 (exit-thai-language-environment-internal): New function.
33903
33904 * language/thai-word.el (thai-word-table): Declare it by defvar,
33905 use dolist to initialize it.
33906 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
33907 (thai-fill-find-break-point): New functions.
33908
33909 2005-03-29 Richard M. Stallman <rms@gnu.org>
33910
33911 * simple.el (idle-update-delay): Move definition up.
33912 (set-mark): Doc fix.
33913
33914 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
33915
33916 * longlines.el: New file.
33917
33918 * simple.el (buffer-substring-filters): New variable.
33919 (filter-buffer-substring): New function.
33920 (kill-region, copy-region-as-kill): Use it.
33921
33922 * register.el (copy-to-register, append-to-register)
33923 (prepend-to-register): Use filter-buffer-substring.
33924
33925 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
33926
33927 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
33928 (gud-filter-pending-text): Move in front of gdb.
33929 (gud-overlay-arrow-position): New variable.
33930 (gud-sentinel, gud-display-line): Use it in place of
33931 overlay-arrow-position.
33932
33933 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
33934
33935 * progmodes/fortran.el (fortran-if-indent): Doc fix.
33936 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
33937 (fortran-font-lock-keywords-4): New variable.
33938 (fortran-blocks-re, fortran-end-block-re)
33939 (fortran-start-block-re): New constants, for hideshow.
33940 (hs-special-modes-alist): Add a Fortran entry.
33941 (fortran-mode-map): Bind fortran-end-of-block,
33942 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
33943 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
33944 (fortran-looking-at-if-then, fortran-end-of-block)
33945 (fortran-beginning-of-block): New functions, for hideshow.
33946
33947 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
33948 Doc fix. Tweak regexp.
33949 (f90-beginning-of-block): Push mark first.
33950
33951 2005-03-29 Jay Belanger <belanger@truman.edu>
33952
33953 * calc/calc.el: Update copyright date.
33954 (calc-version): Increase to 2.1.
33955 (calc-version-date): Remove.
33956
33957 * calc/calc-help.el: Update copyright date.
33958 (calc-full-help): Remove reference to calc-version-date.
33959 Update copyright date.
33960
33961 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
33962
33963 * vc.el (vc-do-command): Use a pipe for async processes, so password
33964 prompts don't show up at places where the user can't reply.
33965
33966 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
33967
33968 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
33969 on the file name we pass to the inferior shell.
33970
33971 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
33972
33973 * progmodes/which-func.el (which-function): Be robust in the face of an
33974 imenu--make-index-alist failure.
33975
33976 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
33977
33978 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
33979
33980 * progmodes/python.el (python-preoutput-filter): Fix last change.
33981
33982 2005-03-29 Lute Kamstra <lute@gnu.org>
33983
33984 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
33985 functions and compiled macros.
33986 (debug-convert-byte-code): Handle macros too.
33987 (debug-on-entry-1): Don't signal an error when trying to clear a
33988 function that is not set to debug on entry.
33989
33990 2005-03-29 Jay Belanger <belanger@truman.edu>
33991
33992 * calc/calc-lang.el: Add functions to math-function-table
33993 properties of tex and math.
33994
33995 2005-03-29 Kenichi Handa <handa@m17n.org>
33996
33997 * ps-mule.el (ps-mule-plot-string): Translate characters by
33998 ps-print-translation-table.
33999 (ps-mule-begin-job): Call find-charset-region/string with
34000 ps-print-translation-table.
34001 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
34002
34003 * ps-print.el (ps-print-translation-table): New variable.
34004 (ps-plot-region): Translate characters by ps-print-translation-table.
34005
34006 2005-03-29 Juri Linkov <juri@jurta.org>
34007
34008 * simple.el (next-error-highlight-timer): New variable.
34009
34010 * progmodes/compile.el (compilation-goto-locus):
34011 Use `next-error-highlight-timer' instead of `sit-for'.
34012
34013 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
34014
34015 * mail/supercite.el (sc-mail-field): Use assoc-string.
34016 (sc-get-address): Simplify regexps.
34017
34018 * files.el (minibuffer-with-setup-hook): New macro.
34019 (find-file-read-args): Use it to avoid let-binding
34020 minibuffer-with-setup-hook (which breaks turning on/off
34021 file-name-shadow-mode while in the prompt).
34022
34023 * complete.el (PC-read-include-file-name-internal):
34024 Use test-completion.
34025
34026 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
34027
34028 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
34029
34030 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
34031
34032 * window.el (window-buffer-height): Use count-screen-lines.
34033
34034 * progmodes/python.el (python-preoutput-leftover): New var.
34035 (python-preoutput-filter): Use it.
34036 (python-send-receive): Loop until all the result has been received.
34037
34038 2005-03-28 Juri Linkov <juri@jurta.org>
34039
34040 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
34041
34042 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
34043 "Recover Crashed Session".
34044 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
34045 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
34046 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
34047 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
34048 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
34049 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
34050 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
34051 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
34052
34053 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
34054 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
34055 Ediff Sessions", "Toggle use of separate control buffer frame",
34056 "Use separate frame for Ediff control buffer".
34057
34058 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
34059 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
34060 "Rename Bookmark", "Delete Bookmark".
34061
34062 * info.el (Info-mode-menu): Remove ellipsis from "Index".
34063 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
34064 Add `:active Info-index-alternatives' to "Next Matching Item".
34065
34066 * wdired.el (wdired-change-to-wdired-mode):
34067 Mention `wdired-abort-changes' key in the initial message.
34068
34069 * international/mule.el (auto-coding-alist): Associate non-ascii
34070 image filename extensions with `no-conversion'.
34071
34072 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
34073
34074 * international/iso-acc.el:
34075 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
34076
34077 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
34078
34079 * textmodes/sgml-mode.el (html-mode): Doc update.
34080
34081 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
34082
34083 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
34084
34085 * term.el (term-move-columns): Fix face after extending a line.
34086 (term-insert-spaces): Likewise.
34087 (term-reset-terminal): Fix off by one error.
34088
34089 2005-03-26 Eli Zaretskii <eliz@gnu.org>
34090
34091 * international/mule.el (auto-coding-alist): Add .xpi files.
34092
34093 * files.el (auto-mode-alist): Add .xpi files.
34094
34095 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
34096
34097 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
34098
34099 2005-03-26 Eli Zaretskii <eliz@gnu.org>
34100
34101 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
34102
34103 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
34104
34105 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
34106 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
34107
34108 * calendar/cal-move.el (calendar-beginning-of-year): Move the
34109 cursor to Jan 1 when needed.
34110 (calendar-end-of-year): Fix -/+ typo.
34111 Reported by Chong Yidong <cyd@stupidchicken.com>.
34112
34113 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
34114
34115 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
34116
34117 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
34118 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
34119
34120 2005-03-25 Richard M. Stallman <rms@gnu.org>
34121
34122 * filesets.el (filesets-init): Add autoload.
34123
34124 * mail/mailalias.el (mail-directory): Doc fix.
34125
34126 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
34127
34128 * mail/mailalias.el (mail-directory-process): Do nothing if
34129 mail-directory-process is an atom.
34130 (mail-get-names): Ignore mail-directory-names if it is an atom.
34131 (mail-directory-process defvar): Doc fix.
34132 (mail-names): Doc fix.
34133
34134 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
34135
34136 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
34137
34138 2005-03-26 Kenichi Handa <handa@m17n.org>
34139
34140 * international/mule-util.el (detect-coding-with-priority):
34141 Call update-coding-systems-internal before detect-coding-region.
34142
34143 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
34144
34145 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
34146 (gdb-frames-mode-map): Add follow-link property.
34147
34148 2005-03-25 Jay Belanger <belanger@truman.edu>
34149
34150 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
34151 for variables.
34152
34153 2005-03-25 Juri Linkov <juri@jurta.org>
34154
34155 * image-mode.el: Optimize image filename extension regexps in
34156 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
34157 in `auto-mode-alist'.
34158 (image-mode): Add `image-toggle-display-text' to local hook
34159 `change-major-mode-hook'. Display the image as an image by
34160 default. Set `cursor-type' and `truncate-lines' if the image
34161 is already displayed. Take into account the current mode (image
34162 or text) in message.
34163 (image-minor-mode): New minor mode.
34164 (image-mode-maybe, image-toggle-display-text): New functions.
34165 (image-toggle-display): Use called-interactively-p.
34166 Let-bind `inhibit-read-only' to t.
34167
34168 * image-mode.el (image-minor-mode): Set `cursor-type' and
34169 `truncate-lines' if the image is already displayed. Add turning
34170 image-minor-mode off to `change-major-mode-hook'. Add message.
34171 Call `image-toggle-display-text' after turning image-minor-mode off.
34172
34173 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
34174
34175 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
34176 Terminal.app, use utf-8.
34177 (set-display-table-and-terminal-coding-system): Add coding-system arg.
34178 (set-locale-environment): Use it.
34179
34180 * term/xterm.el: Undo last change, better done in mule-cmds.el.
34181
34182 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
34183
34184 * progmodes/python.el (python-close-block-statement-p)
34185 (python-outdent-p, python-current-defun): Use symbol-end.
34186
34187 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
34188
34189 * files.el (save-some-buffers): Doc fix.
34190
34191 2005-03-25 Werner Lemberg <wl@gnu.org>
34192
34193 * complete.el, thumbs.el: Replace `legal' with `valid'.
34194 * calendar/calendar.el: Replace `legal' with `valid'.
34195 * emacs-lisp/advice.el: Replace `legal' with `valid'.
34196 * mail/supercite.el: Replace `legal' with `valid'.
34197 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
34198 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
34199 Replace `legal' with `valid'.
34200 * textmodes/reftex-vars.el, textmodes/reftex.el:
34201 Replace `legal' with `valid'.
34202
34203 2005-03-25 Werner Lemberg <wl@gnu.org>
34204
34205 * calc/calc-forms.el, calc/calc-sel.el
34206 * midnight.el, vc-cvs.el
34207 * emacs-lisp/cl-macs.el
34208 * emulation/vip.el
34209 * eshell/esh-io.el, eshell/esh-var.el
34210 * mail/supercite.el
34211 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
34212 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
34213 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
34214 * progmodes/sh-script.el, progmodes/xscheme.el
34215 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
34216 * textmodes/reftex-index.el, textmodes/reftex-parse.el
34217 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
34218 * textmodes/reftex.el, textmodes/org.el:
34219 Replace `illegal' with `invalid'.
34220
34221 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34222
34223 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
34224 (flymake-find-buildfile, flymake-find-possible-master-files)
34225 (flymake-check-include, flymake-parse-line): Replace loops over the
34226 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
34227
34228 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
34229 Substitute file-name-as-directory in the rest of the file.
34230 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
34231 (flymake-replace-region): Remove unused arg `buffer'.
34232 (flymake-check-patch-master-file-buffer): Update calls to it.
34233 (flymake-add-err-info): Remove unused var `count'.
34234 (flymake-mode): Use define-minor-mode.
34235
34236 * progmodes/flymake.el: Use with-current-buffer.
34237 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
34238 flymake-replace-regexp-in-string, flymake-line-beginning-position)
34239 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
34240 Avoid testing for `xemacs'.
34241 (flymake-nop): Move.
34242 (flymake-region-has-flymake-overlays): Return the computed value.
34243 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
34244 Remove unused var `endline'.
34245 (flymake-get-line-count): Remove unused function.
34246 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
34247
34248 * emulation/vi.el:
34249 * generic.el:
34250 * hilit-chg.el (global-highlight-changes):
34251 * hi-lock.el (hi-lock-mode):
34252 * follow.el: find-file-hooks -> find-file-hook.
34253
34254 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
34255
34256 2005-03-24 Juri Linkov <juri@jurta.org>
34257
34258 * dired.el (dired-mode-map): Add menu item "Compare directories"
34259 for dired-compare-directories.
34260
34261 * dired-aux.el (dired-compare-directories): Add autoload cookie.
34262 Doc fix. Replace `read-file-name' with `read-directory-name'.
34263
34264 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34265
34266 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
34267
34268 2005-03-24 Jay Belanger <belanger@truman.edu>
34269
34270 * calc/calc-embed.el (calc-embedded-mode-change): Save all
34271 relevant mode settings in calc-embedded-original-modes when modes
34272 are permanently changed.
34273
34274 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34275
34276 * autoinsert.el: find-file-hooks -> find-file-hook.
34277
34278 2005-03-24 Lute Kamstra <lute@gnu.org>
34279
34280 * generic.el (generic-font-lock-defaults): Make it obsolete.
34281 (generic-font-lock-keywords): New variable to replace
34282 generic-font-lock-defaults.
34283 (generic-mode-set-font-lock): Delete it.
34284 (generic-mode-internal): Don't call generic-mode-set-font-lock.
34285 (generic-bracket-support): Add docstring.
34286
34287 * generic-x.el: Rename generic-font-lock-defaults to
34288 generic-font-lock-keywords throughout.
34289 (mailagent-rules-setup-function): Delete it.
34290 (mailagent-rules-generic-mode): Use anonymous function instead.
34291 (show-tabs-generic-mode-font-lock-defaults-1)
34292 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
34293 Quote faces.
34294 (show-tabs-tab-face, show-tabs-space-face): Specify background,
34295 not foreground.
34296
34297 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
34298 Recognize define-generic-mode.
34299
34300 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
34301
34302 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
34303 if there's no completion table.
34304
34305 2005-03-23 Miles Bader <miles@gnu.org>
34306
34307 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34308 Remove tty-specific variants, as they're no longer needed.
34309
34310 2005-03-23 Lute Kamstra <lute@gnu.org>
34311
34312 * generic-x.el: Code cleanup: make args constant whenever possible.
34313 (installshield-statement-keyword-list)
34314 (installshield-system-functions-list)
34315 (installshield-system-variables-list, installshield-types-list)
34316 (installshield-funarg-constants-list): Make them constants.
34317
34318 * generic.el (generic-make-keywords-list): Add autoload cookie.
34319
34320 * calendar/time-date.el: Add comment on time value formats.
34321 Don't require parse-time.
34322 (with-decoded-time-value): New macro.
34323 (encode-time-value): New function.
34324 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
34325 (days-to-time): Return a valid time value when arg is huge.
34326 (time-since): Use time-subtract.
34327 (time-to-number-of-days): Use time-to-seconds.
34328
34329 2005-03-23 David Ponce <david@dponce.com>
34330
34331 * recentf.el (recentf-keep): New option.
34332 (recentf-menu-action): Default to `find-file'.
34333 (recentf-keep-non-readable-files-flag)
34334 (recentf-keep-non-readable-files-p)
34335 (recentf-file-readable-p, recentf-find-file)
34336 (recentf-cleanup-remote): Remove.
34337 (recentf-include-p): More robust.
34338 (recentf-keep-p): New function.
34339 (recentf-remove-if-non-kept): Rename from
34340 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
34341 All callers updated.
34342 (recentf-menu-items-for-commands): Fix help string.
34343 (recentf-track-closed-file): Update. Doc fix.
34344 (recentf-cleanup): Update. Count removed files. Doc fix.
34345
34346 2005-03-23 Kim F. Storm <storm@cua.dk>
34347
34348 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34349 Don't inherit from fringe face (now happens automatically).
34350
34351 2005-03-22 Kim F. Storm <storm@cua.dk>
34352
34353 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
34354 position values.
34355
34356 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
34357
34358 * menu-bar.el (showhide-date-time): Remove.
34359 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
34360 (menu-bar-make-mm-toggle): Simplify.
34361
34362 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34363
34364 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
34365 Accept qualified variable and function names.
34366
34367 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
34368
34369 * bindings.el (completion-ignored-extensions):
34370 Remove ".lis" for `vax-vms'.
34371
34372 2005-03-22 Andreas Schwab <schwab@suse.de>
34373
34374 * generic-x.el: Revert last change.
34375 * ldefs-boot.el: Update.
34376
34377 2005-03-22 Jay Belanger <belanger@truman.edu>
34378
34379 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
34380 (calc-embedded-save-original-modes)
34381 (calc-embedded-restore-original-modes): New functions.
34382 (calc-do-embedded): Save original modes when entering embedded mode
34383 and restore when leaving embedded mode.
34384 (calc-embedded-modes-change): Change the value of
34385 calc-embedded-original-modes to reflect permanent changes.
34386
34387 2005-03-22 Lute Kamstra <lute@gnu.org>
34388
34389 * generic-x.el: Require generic again.
34390
34391 2005-03-22 Miles Bader <miles@gnu.org>
34392
34393 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34394 Tweak details to look good on both ttys and bitmap displays, light
34395 or dark background, etc.
34396
34397 2005-03-21 Kim F. Storm <storm@cua.dk>
34398
34399 * tooltip.el (tooltip-show-help-function): Check car and cdr of
34400 mouse position.
34401
34402 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
34403
34404 * icomplete.el: Don't forcibly turn on the mode upon load.
34405 (icomplete-mode): Use define-minor-mode.
34406 (icomplete-eoinput): Default to nil.
34407 (icomplete-minibuffer-setup): Remove autoload.
34408 (icomplete-tidy): Simplify.
34409 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
34410 in the initial state or if the user has modified the field.
34411 Fix handling of icomplete-max-delay-chars.
34412 Remove code that handles the oddball case where
34413 minibuffer-completion-table is an integer.
34414 Wrap icomplete-completions in while-no-input in case building
34415 completions takes more time than expected.
34416 (icomplete-completions): Simplify.
34417
34418 2005-03-21 Richard M. Stallman <rms@gnu.org>
34419
34420 * jka-compr.el (jka-compr-really-do-compress):
34421 Make variable buffer-local.
34422
34423 * image-mode.el: Handle .xpm files too.
34424 (image-toggle-display): Preserve modification flag.
34425
34426 * help.el (where-is): Don't mention aliases with no key bindings.
34427
34428 2005-03-21 Lute Kamstra <lute@gnu.org>
34429
34430 * generic.el: Fix commentary section. Don't require cl for
34431 compilation.
34432 (generic-mode-list): Add autoload cookie.
34433 (generic-use-find-file-hook, generic-lines-to-scan)
34434 (generic-find-file-regexp, generic-ignore-files-regexp)
34435 (generic-mode, generic-mode-find-file-hook)
34436 (generic-mode-ini-file-find-file-hook): Fix docstrings.
34437 (define-generic-mode): Make it a defmacro. Fix docstring.
34438 (generic-mode-internal): Code cleanup. Add autoload cookie.
34439 (generic-mode-set-comments): Code cleanup.
34440 * generic-x.el: Don't prevent compilation. Don't require generic.
34441 Follow coding conventions. Minor code cleanup.
34442 (etc-fstab-generic-mode): Add some keywords.
34443 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
34444 define-generic-mode like a function declaration.
34445
34446 2005-03-21 Jay Belanger <belanger@truman.edu>
34447
34448 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
34449 changing modes.
34450
34451 2005-03-21 Sam Steingold <sds@gnu.org>
34452
34453 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
34454
34455 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
34456
34457 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
34458 Add underscore to "f$ lexicals" regexp.
34459
34460 2005-03-20 Juri Linkov <juri@jurta.org>
34461
34462 * subr.el (progress-reporter-do-update): When `min-value' is equal
34463 to `max-value', set `percentage' to 0 and prevent division by zero.
34464
34465 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
34466
34467 Sync with Tramp 2.0.48.
34468
34469 * net/tramp.el (all): Change all addresses to .gnu.org.
34470 (tramp-append-tramp-buffers): New defun.
34471 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
34472 Catch `dont-send' signal.
34473 (tramp-set-auto-save-file-modes): Set always permissions, because
34474 there might be an old auto-saved file belonging to another
34475 original file. This could be a security threat. Reported by
34476 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
34477 Check for Emacs 21.3.50 removed.
34478
34479 * net/tramp-smb.el (all): Remove debug construct for
34480 `with-parsed-tramp-file-name'.
34481 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
34482 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
34483 No error message if DIRECTORY or FILENAME doesn't exist.
34484 (tramp-smb-open-connection): Check existence of
34485 `tramp-smb-program'.
34486
34487 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
34488
34489 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
34490 Properly handle the case where the `m' or `s' command's argument is not
34491 yet terminated.
34492 (perl-indent-new-calculate): New function.
34493 (perl-indent-line): Use it.
34494
34495 2005-03-20 Miles Bader <miles@gnu.org>
34496
34497 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
34498 in text-mode too. Change to new face names.
34499 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
34500 Add `:weight bold' attribute.
34501 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
34502
34503 2005-03-19 Juri Linkov <juri@jurta.org>
34504
34505 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
34506
34507 * international/mule.el (auto-coding-alist): Sync with
34508 `auto-mode-alist' by adding upper case archive file extensions
34509 and adding ear/war to jar extension.
34510
34511 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
34512
34513 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
34514 running, restart it.
34515
34516 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
34517
34518 * finder.el (finder-current-item): Throw an error on an empty line.
34519
34520 * man.el (Man-follow-manual-reference): If current-word returns
34521 nil, use "".
34522
34523 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
34524
34525 * simple.el (goto-line): Doc fix.
34526
34527 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
34528
34529 * files.el (save-buffer): Doc fix.
34530
34531 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
34532
34533 * recentf.el (recentf-cleanup-remote): New variable.
34534 (recentf-cleanup): Use it to conditionally check availability of
34535 remote files.
34536
34537 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
34538
34539 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
34540 function names.
34541
34542 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34543
34544 * language/thai-word.el: New file.
34545
34546 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34547
34548 * files.el (backup-buffer): If the file's directory is not
34549 writable, use copy instead of move to backup the file.
34550
34551 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34552
34553 * obsolete/keyswap.el: Moved to obsolete/ from term/.
34554
34555 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
34556
34557 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
34558 Use functionp instead of symbolp and fboundp. Reported by Drkm
34559 <darkman_spam@yahoo.fr>.
34560 (ps-print-version): New version 6.6.6.
34561
34562 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
34563
34564 * textmodes/table.el (table--line-column-position): New idiom.
34565 (table--row-column-insertion-point-p): New function to test
34566 validity of row and column insertion operation at a location.
34567 (table-global-menu, table-cell-menu): Use above functions for
34568 deterministic test operation.
34569 (table--editable-cell-p): Behave in deterministic fashion.
34570
34571 2005-03-18 Juri Linkov <juri@jurta.org>
34572
34573 * isearch.el (isearch-lazy-highlight-new-loop):
34574 Make arguments beg and end optional.
34575 (isearch-update): Remove optional arguments nil from
34576 isearch-lazy-highlight-new-loop.
34577 (isearch-lazy-highlight-search): Let-bind case-fold-search to
34578 isearch-lazy-highlight-case-fold-search instead of
34579 isearch-case-fold-search, and let-bind isearch-regexp to
34580 isearch-lazy-highlight-regexp.
34581 Use isearch-lazy-highlight-last-string instead of isearch-string.
34582
34583 * replace.el (perform-replace): Remove bindings of global
34584 variables isearch-string, isearch-regexp, isearch-case-fold-search.
34585 Add three new arguments to `replace-highlight'.
34586 (replace-highlight): Add arguments string, regexp, case-fold.
34587 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
34588 to allow isearch-lazy-highlight-new-loop to use these values
34589 to set corresponding isearch-lazy-highlight-* internal
34590 variables whose values lazy highlighting will use regardless of
34591 changes to global variables isearch-string, isearch-regexp,
34592 isearch-case-fold-search during lazy highlighting loop.
34593 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
34594 to `lazy-highlight-cleanup'.
34595
34596 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
34597 (ispell-highlight-face): Set default face to `isearch' when
34598 lazy highlighting is enabled.
34599 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
34600 priority to 1. Add lazy highlighting.
34601 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
34602 from `isearch-dehighlight'.
34603
34604 2005-03-18 David Ponce <david@dponce.com>
34605
34606 * files.el (hack-local-variables): Do a case-insensitive search
34607 for End.
34608
34609 2005-03-18 Juri Linkov <juri@jurta.org>
34610
34611 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
34612 `isearch-lazy-highlight-cleanup', add alias to old name and
34613 declare obsolete. Add release numbers to other obsolete vars.
34614 (isearch-done, isearch-lazy-highlight-new-loop):
34615 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
34616 (lazy-highlight-cleanup) <variable>: Doc fix.
34617 (isearch-lazy-highlight-update): Rename obsolete
34618 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
34619
34620 2005-03-18 Kenichi Handa <handa@m17n.org>
34621
34622 * language/thai-util.el: Fix categorization of Thai characters in
34623 thai-category-table.
34624 (thai-composition-pattern): Adjust it for the above change.
34625 (thai-self-insert-command, thai-compose-syllable): New functions.
34626 (thai-compose-region): Use thai-compose-syllable.
34627 (thai-compose-string): Likewise.
34628 (thai-composition-function): Likewise.
34629 (thai-auto-composition): New function.
34630 (thai-auto-composition-mode): New minor mode.
34631
34632 * language/thai.el: Fix patterns to be registered in
34633 composition-function-table.
34634
34635 * international/quail.el (quail-input-method): Locally bind
34636 inhibit-modification-hooks to t.
34637
34638 2005-03-17 Richard M. Stallman <rms@gnu.org>
34639
34640 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
34641 (perl-mode): Use run-mode-hooks.
34642
34643 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
34644 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
34645 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
34646
34647 * mail/sendmail.el (sendmail-send-it): Reenable the code
34648 to compute resend-to-address and use it.
34649
34650 * tar-mode.el (tar-mode): Turn off undo unconditionally.
34651
34652 * image-mode.el: New file.
34653
34654 * image.el (insert-sliced-image): Add autoload cookie.
34655
34656 * font-lock.el (font-lock-lines-before): New user option.
34657 (font-lock-after-change-function): Obey it.
34658
34659 * bindings.el (esc-map): Make M-g a prefix.
34660 Bind M-g g and M-g M-g to goto-line.
34661
34662 * faces.el (face-id): Doc fix.
34663
34664 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
34665
34666 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
34667 (rmail-show-message): Use rmail-unknown-mail-followup-to.
34668 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
34669
34670 * mail/sendmail.el (mail-yank-ignored-headers)
34671 (mail-font-lock-keywords, mail-mode-fill-paragraph):
34672 Add Mail-Followup-To and Mail-Reply-To headers.
34673 (mail-citation-hook): Add autoload cookie.
34674 (mail-mode): Doc fix.
34675 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
34676 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
34677 (mail-mode-fill-paragraph): Handle those headers.
34678 (mail-mailing-lists): New variable.
34679 (mail-mail-reply-to, mail-mail-followup-to): New functions.
34680
34681 2005-03-17 Juri Linkov <juri@jurta.org>
34682
34683 * isearch.el (isearch-fallback): Check for `(car previous)'
34684 before calling `isearch-other-end-state'.
34685
34686 2005-03-17 Kim F. Storm <storm@cua.dk>
34687
34688 * simple.el (move-beginning-of-line): Move to beginning of buffer
34689 line, as well as beginning of screen line.
34690
34691 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
34692
34693 * calendar/diary-lib.el (mark-diary-entries): Use new optional
34694 argument REDRAW rather than calendar-redrawing variable.
34695 * calendar/calendar.el (calendar-redrawing): Delete.
34696 (redraw-calendar): Do not bind calendar-redrawing.
34697
34698 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
34699
34700 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
34701 diary-file buffer.
34702
34703 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
34704
34705 * help.el (describe-mode): Allow a :minor-mode-function property to
34706 specify a different minor mode toggle function than the variable.
34707 * simple.el (auto-fill-function):
34708 * subr.el (add-minor-mode): Use it.
34709
34710 2005-03-16 Kenichi Handa <handa@m17n.org>
34711
34712 * language/ethio-util.el (sera-being-called-by-w3): New variable.
34713 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
34714 (ethio-fidel-to-sera-buffer): Likewise.
34715
34716 2005-03-16 Juri Linkov <juri@jurta.org>
34717
34718 * emacs-lisp/find-func.el (find-function-regexp):
34719 Add defun-emitting macro `menu-bar-make-toggle'.
34720
34721 * isearch.el: Put `isearch-scroll' property to
34722 `split-window-horizontally'.
34723
34724 * info.el: Update error messages for `debug-ignored-errors'.
34725 (Info-isearch-search): Doc fix.
34726 (Info-find-node): Move up code to go into info buffer before
34727 recording the node to the history.
34728 (Info-fontify-node): Fontify titles only if the next line
34729 has two or more `*', `=', `-', `.'.
34730 Display "go to this node" for empty (match-string 3).
34731
34732 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34733
34734 * term/mac-win.el: Add mouse pointer shape constants.
34735
34736 2005-03-15 Kim F. Storm <storm@cua.dk>
34737
34738 * simple.el (move-beginning-of-line): Use vertical-motion.
34739
34740 2005-03-15 Juri Linkov <juri@jurta.org>
34741
34742 * isearch.el (isearch-error): New variable.
34743 (isearch-invalid-regexp, isearch-within-brackets): Remove.
34744 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
34745 (isearch-within-brackets-state): Remove.
34746 (isearch-case-fold-search-state, isearch-pop-fun-state):
34747 Decrease frame index.
34748 (isearch-mode, isearch-top-state, isearch-push-state)
34749 (isearch-edit-string, isearch-abort, isearch-search-and-update)
34750 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
34751 (isearch-search, isearch-lazy-highlight-new-loop):
34752 Replace `isearch-invalid-regexp' with `isearch-error'.
34753 Remove `isearch-within-brackets'.
34754 (isearch-search): Add `search-failed' handler to `condition-case'.
34755 (isearch-lazy-highlight-search): Add `condition-case' to catch
34756 errors and allow `isearch-lazy-highlight-update' to try
34757 highlighting from the beginning of the window.
34758 (isearch-repeat): Move up code to set isearch-wrapped to t
34759 before calling isearch-wrap-function.
34760
34761 * info.el (Info-isearch-initial-node): New internal variable.
34762 (Info-search): Signal an error in isearch mode when search leaves
34763 the initial node. Signal an error when `bound' is non-nil and
34764 nothing was found in the current subfile.
34765 (Info-isearch-search): Remove `condition-case'.
34766 (Info-isearch-wrap): Don't wrap when search failed during leaving
34767 the initial node. If `Info-isearch-search' is nil, wrap around
34768 the current node.
34769 (Info-isearch-start): New fun.
34770 (Info-mode): Add buffer-local hook `Info-isearch-start' to
34771 `isearch-mode-hook'.
34772
34773 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34774
34775 * simple.el (normal-erase-is-backspace): Set default to t if
34776 running on Mac.
34777
34778 * term/mac-win.el (function-key-map): Sync with x-win.el.
34779
34780 2005-03-15 Kenichi Handa <handa@m17n.org>
34781
34782 * international/mule-cmds.el (locale-language-names): Modify the
34783 format of elements and add more entries.
34784 (locale-preferred-coding-systems): Add more entries.
34785 (set-locale-environment): Adjust for the change of
34786 locale-language-names.
34787
34788 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
34789
34790 * pcvs.el (smerge-ediff): Remove bogus autoload.
34791
34792 2005-03-14 Lute Kamstra <lute@gnu.org>
34793
34794 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
34795 Ignore a `*' at the beginning of a line.
34796
34797 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
34798 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
34799 subr.el.
34800 (dont-compile, eval-when-compile, eval-and-compile): Use declare
34801 to specify indentation.
34802
34803 * generic.el (define-generic-mode): Let generic-mode-list be a
34804 list of strings; test membership with equal.
34805
34806 2005-03-14 Kim F. Storm <storm@cua.dk>
34807
34808 * simple.el (next-line, previous-line): Add optional try-vscroll
34809 arg to recognize interactive use. Pass it on to line-move.
34810 (line-move): Don't perform auto-window-vscroll when defining or
34811 executing keyboard macro to ensure consistent behavior.
34812
34813 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
34814
34815 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
34816
34817 2005-03-13 Lute Kamstra <lute@gnu.org>
34818
34819 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
34820 debugger-setup-buffer so that backtrace marks the frames set to
34821 debug-on-exit and we don't have to do it manually. Set an extra
34822 debug-on-exit for macro's.
34823 (debugger-setup-buffer): Don't mark the top frame manually.
34824
34825 2005-03-12 Lute Kamstra <lute@gnu.org>
34826
34827 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
34828 lisp-indent-function throughout.
34829 (with-no-warnings): Set lisp-indent-function property.
34830
34831 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
34832
34833 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
34834 Add entry for backslash.
34835
34836 2005-03-12 Juri Linkov <juri@jurta.org>
34837
34838 * info.el (Info-search): Four fixes for backward search.
34839
34840 2005-03-11 Jay Belanger <belanger@truman.edu>
34841
34842 * calc/calc.el (calc-language-alist): New variable.
34843 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
34844 (calc-embedded-find-modes): Use calc-language-alist instead of
34845 calc-embedded-language-alist.
34846
34847 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
34848
34849 * calendar/calendar.el (calendar-redrawing): New internal
34850 variable.
34851 (redraw-calendar): Remove bogus save-excursion from previous
34852 change. Bind calendar-redrawing to t for mark-diary-entries.
34853 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
34854 calendar if that is why we were called.
34855
34856 2005-03-11 Kenichi Handa <handa@m17n.org>
34857
34858 * international/mule.el (make-coding-system): Set property
34859 coding-system-define-form to nil.
34860 (define-coding-system-alias): Likewise.
34861
34862 2005-03-11 Kenichi Handa <handa@m17n.org>
34863
34864 These changes are suggested by Dave Love <fx@gnu.org>.
34865
34866 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
34867 coding: tag.
34868 (adaptive-fill-regexp): Add more bullets.
34869 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
34870 regexps.
34871
34872 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
34873
34874 * help.el (describe-mode): Properly handle non-trivial lighters.
34875 Don't ignore minor modes that are not listed in minor-mode-list.
34876
34877 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
34878 feature ON when the user requests to turn it OFF.
34879
34880 2005-03-10 Lute Kamstra <lute@gnu.org>
34881
34882 * emacs-lisp/debug.el (debug-entry-code): Delete it.
34883 (implement-debug-on-entry): New function to replace debug-entry-code.
34884 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
34885 second argument as the 2005-03-07 change makes it obsolete.
34886 (debug-on-entry, cancel-debug-on-entry): Update call to
34887 debug-on-entry-1.
34888 (debug, debugger-setup-buffer): Comment update.
34889 (debugger-frame-number): Update to work with implement-debug-on-entry.
34890
34891 2005-03-10 Jay Belanger <belanger@truman.edu>
34892
34893 * calc/calc-embed.el (math-ms-args): Declare it.
34894 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
34895 math-ms-args.
34896 (calc-embedded-subst): Use math-multi-subst-rec to substitute
34897 variables.
34898
34899 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
34900
34901 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
34902 Use message-box.
34903
34904 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
34905 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
34906 (tooltip-gud-tips): Simplify.
34907 (tooltip-gud-tips-p): Remove superfluous :set.
34908 (tooltip-gud-modes): Add fortran-mode.
34909 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
34910
34911 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
34912
34913 2005-03-09 Kim F. Storm <storm@cua.dk>
34914
34915 * play/animate.el (animate-place-char): Use forward-line instead
34916 of next-line to improve performance.
34917
34918 2005-03-09 Simon Josefsson <jas@extundo.com>
34919
34920 * net/browse-url.el (browse-url-default-browser): Doc fix.
34921
34922 2005-03-09 Miles Bader <miles@gnu.org>
34923
34924 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
34925 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
34926
34927 2005-03-09 Kenichi Handa <handa@m17n.org>
34928
34929 * international/latin-1.el: Set case and syntax for 255 only if
34930 set-case-syntax-set-multibyte is nil.
34931
34932 * textmodes/ispell.el (ispell-insert-word): New function.
34933 (ispell-word): Use ispell-insert-word to insert a new word.
34934 (ispell-process-line): Likewise.
34935 (ispell-complete-word): Likewise.
34936
34937 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
34938
34939 * calendar/calendar.el (redraw-calendar): Preserve point.
34940 Reported by Matt Hodges <MPHodges@member.fsf.org>.
34941 (calendar-week-start-day): Move after definition of
34942 redraw-calendar. Delete buffer test, since redraw-calendar has
34943 that now.
34944
34945 * calendar/diary-lib.el (mark-diary-entries): Only call
34946 redraw-calendar in the first of any recursive calls.
34947 Reported by Alan Shutko <ats@acm.org>.
34948
34949 2005-03-08 Juri Linkov <juri@jurta.org>
34950
34951 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
34952 (html-horizontal-rule, html-line, html-image, html-checkboxes)
34953 (html-radio-buttons): Add a space before the trailing `/>' where
34954 sgml-xml-mode is non-nil.
34955 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
34956 the subsequent tag of the empty XML tag.
34957 (html-href-anchor): Don't set initial input to "http:".
34958 (html-image): Ask for the image URL and set point inside alt="".
34959 (html-name-anchor): Duplicate the name in the `id' attribute when
34960 sgml-xml-mode is non-nil.
34961 (html-paragraph): Remove \n before <p>.
34962 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
34963 instead of `checked' when sgml-xml-mode is non-nil.
34964
34965 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
34966 Remove 1 space before #RRGGBB to not truncate it on terminal
34967 windows w/o fringes. Remove 1 space between bg and fg examples
34968 to get more space.
34969 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
34970 avoid byte-compile warnings.
34971
34972 * image-file.el (image-file-handler): Put `safe-magic' property to
34973 `image-file-handler'.
34974
34975 * info.el (Info-isearch-search): Emulate word search in
34976 isearching through multiple Info nodes with Info-search.
34977 (Info-isearch-wrap): Allow isearch-word.
34978
34979 2005-03-08 Lute Kamstra <lute@gnu.org>
34980
34981 * emacs-lisp/debug.el (debugger-step-through): Make sure that
34982 stepping into the debugger's code is not possible.
34983 (debugger-jumping-flag): Docstring update.
34984
34985 2005-03-08 Jay Belanger <belanger@truman.edu>
34986
34987 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
34988 embedded mode begins.
34989 (calc-embedded-language-alist): New variable.
34990 (calc-embedded-find-modes): Use calc-embedded-language-alist to
34991 set default language mode.
34992
34993 2005-03-08 Kenichi Handa <handa@m17n.org>
34994
34995 * international/ccl.el (define-ccl-program): Fix docstring about
34996 extra 256 bytes assured for the output buffer.
34997
34998 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34999 Fix BUFFER_MAGNIFICATION to 2.
35000 (ccl-encode-mule-utf-16be-with-signature): Likewise.
35001
35002 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
35003
35004 * align.el (align-rules-list): Added an alignment rule for CSS
35005 declarations (applies to css-mode and html-mode buffers).
35006
35007 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
35008
35009 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
35010
35011 2005-03-07 Kim F. Storm <storm@cua.dk>
35012
35013 * simple.el (move-beginning-of-line): New command.
35014
35015 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
35016
35017 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
35018
35019 * emulation/cua-base.el: Put CUA move property on move-end-of-line
35020 and move-beginning-of-line.
35021
35022 * apropos.el (apropos-print): Omit command from M-x ... RET.
35023
35024 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
35025
35026 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
35027 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
35028
35029 2005-03-06 Richard M. Stallman <rms@gnu.org>
35030
35031 * bindings.el (esc-map): Bind M-g to goto-line.
35032
35033 * facemenu.el (global-map): Bind M-o, not M-g.
35034
35035 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
35036
35037 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
35038 "Open Directory" as for "Open File".
35039
35040 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
35041
35042 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
35043 (push-mark-command): Run activate-mark-hook.
35044
35045 2005-03-06 Richard M. Stallman <rms@gnu.org>
35046
35047 * help-mode.el (help-mode-finish): Don't alter the element
35048 in view-return-to-alist if there already is one.
35049
35050 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
35051 make sure the current buffer is the expected one.
35052
35053 * novice.el (disabled-command-function): Output in *Disabled Command*.
35054 Explicitly ignore non-keyboard events, and explicitly handle C-g.
35055
35056 * textmodes/flyspell.el (flyspell-large-region):
35057 Pass args differently for aspell.
35058
35059 * files.el (mode-require-final-newline): Doc fix.
35060
35061 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
35062
35063 * progmodes/which-func.el (which-function):
35064 Specify NOERROR when calling imenu--make-index-alist.
35065
35066 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
35067
35068 * simple.el (normal-erase-is-backspace): Define default value.
35069
35070 * custom.el (custom-theme-set-variables): Remove unused var
35071 `immediate'.
35072 (custom-reevaluate-setting): Simple function to handle variables
35073 that are defined before their default value can really be
35074 computed.
35075
35076 * startup.el (command-line): Use it for temporary-file-directory,
35077 small-emporary-file-directory, auto-save-file-name-transforms,
35078 blink-cursor-mode, and normal-erase-is-backspace.
35079
35080 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
35081 progress, even with buggy anchored keywords.
35082
35083 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
35084
35085 * simple.el (goto-line): Remove unbalanced final parenthesis.
35086
35087 2005-03-05 Richard M. Stallman <rms@gnu.org>
35088
35089 * simple.el (goto-line): Use a number at point as the default.
35090 With C-u as arg, switch buffers.
35091
35092 2005-03-05 Juri Linkov <juri@jurta.org>
35093
35094 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
35095 with `no-blinking-cursor'.
35096
35097 * startup.el (no-blinking-cursor): New defvar.
35098 (command-line): Add `--no-blinking-cursor' to longopts.
35099 Set `no-blinking-cursor' to t for command line arguments
35100 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
35101 with `no-blinking-cursor' in the condition for calling
35102 `blink-cursor-mode'.
35103
35104 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
35105
35106 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
35107 (menu-bar-options-save): Add blink-cursor-mode.
35108 (menu-bar-options-menu): Add blink-cursor-mode.
35109
35110 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
35111
35112 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
35113 (icalendar-export-file, icalendar-export-region)
35114 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
35115 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
35116
35117 2005-03-04 Lute Kamstra <lute@gnu.org>
35118
35119 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
35120 (debug-function-list): Ditto.
35121
35122 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
35123
35124 * textmodes/texinfmt.el (texinfo-append-refill):
35125 Redefine the types of line to which @refill
35126 is not appended by replacing a search for `@refill\\|@bye' with
35127 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
35128 itemize@refill' bug and the unfilled long lines bug.
35129 (texinfmt-version): Update number and date.
35130
35131 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
35132
35133 * international/code-pages.el (windows-1250, windows-125[2-8])
35134 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
35135
35136 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
35137
35138 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
35139 bound yet.
35140
35141 2005-03-02 Romain Francoise <romain@orebokech.com>
35142
35143 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
35144 buffer after removing limits.
35145 (ibuffer-pop-filter): Ditto.
35146 Update copyright.
35147
35148 2005-03-02 Miles Bader <miles@gnu.org>
35149
35150 * button.el (make-text-button): If the user doesn't specify a
35151 type, use the default. Rewrite to use `add-text-properties' and
35152 plist functions.
35153
35154 2005-03-01 Lute Kamstra <lute@gnu.org>
35155
35156 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
35157 (debugger-jumping-flag): New var.
35158 (debug-entry-code): Use it.
35159 (debugger-jump): Use debugger-jumping-flag and add
35160 debugger-reenable to post-command-hook.
35161 (debugger-reenable): Use debugger-jumping-flag and remove itself
35162 from post-command-hook.
35163 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
35164 debugger-reenable.
35165
35166 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
35167
35168 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
35169 inclusion of "itemize\\|", which may be unnecessary, is certainly
35170 inelegant, and stops refilling in itemize lists when formatting
35171 Japanese Texinfo files to Info.
35172 Update copyright to 2005.
35173
35174 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
35175
35176 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
35177 of an error if GDB can't find the source file.
35178
35179 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
35180
35181 * calendar/calendar.el (redraw-calendar): Work from any buffer,
35182 not just the calendar.
35183
35184 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
35185 first.
35186 (diary-redraw-calendar): New function.
35187 (make-diary-entry): Add diary-redraw-calendar to local
35188 write-contents-functions. Turn off selective display before
35189 inserting in diary.
35190
35191 2005-03-01 Kim F. Storm <storm@cua.dk>
35192
35193 * emacs-lisp/copyright.el (copyright-fix-years): New command.
35194
35195 2005-03-01 Lute Kamstra <lute@gnu.org>
35196
35197 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
35198 that debug-entry-code can be safely removed from a function while
35199 this code is being evaluated. Revert the 2005-02-27 change as the
35200 new implementation no longer requires it. Make sure that a
35201 function body containing just a string is not mistaken for a docstring.
35202 (debug): Skip one more frame in case of debug on entry.
35203 (debugger-setup-buffer): Delete one more frame line in case of
35204 debug on entry.
35205 (debugger-frame-number): Update to use the new text introduced by
35206 the 1999-11-03 change. Skip one more frame in case of debug on entry.
35207
35208 2005-02-28 Kim F. Storm <storm@cua.dk>
35209
35210 * double.el (double-translate-key): Call force-window-update after
35211 read-event to avoid crash in redisplay.
35212
35213 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
35214
35215 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
35216 (debug): Use it. Move the inhibit-trace earlier.
35217 (debug-entry-code): New const.
35218 (debug-on-entry-1): Use it.
35219
35220 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
35221
35222 * international/utf-16.el (ccl-encode-mule-utf-16le):
35223 Fix BUFFER_MAGNIFICATION to 2.
35224 (ccl-encode-mule-utf-16be): Likewise.
35225
35226 2005-02-28 Kenichi Handa <handa@m17n.org>
35227
35228 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
35229 Fix BUFFER_MAGNIFICATION to 4.
35230 (ccl-encode-mule-utf-16be-with-signature): Likewise.
35231
35232 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
35233
35234 * speedbar.el (speedbar-update-flag): Doc fix.
35235 (speedbar-show-info-under-mouse): Give set-mouse-position the right
35236 argument.
35237
35238 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
35239
35240 * reveal.el (reveal-post-command): Don't try to reveal overlays which
35241 have a non-nil `invisible' property but are actually visible.
35242
35243 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
35244 for perldoc sections.
35245 (perl-outline-regexp, perl-outline-level): New var and function.
35246 (perl-mode): Use them.
35247
35248 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
35249
35250 * calendar/diary-lib.el (diary-remind): Discard any mark portion
35251 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
35252
35253 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
35254
35255 * cus-edit.el: Comment change.
35256 (custom-buffer-create-internal): Slightly reword text at top of
35257 Custom buffers. Mention there that saving an option edits the
35258 init file. Add link to Emacs manual node on `custom-file'.
35259 (custom-magic-alist): Rewrite individual State messages to use
35260 capitalized keywords. Doc fix.
35261
35262 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
35263
35264 * calendar/calendar.el (calendar-buffer): Move above
35265 calendar-week-start-day.
35266 (calendar-week-start-day): Doc fix. Add :set function.
35267 (calendar-minimum-window-height): New variable.
35268 (generate-calendar-window): Only resize window if selected-window
35269 is displaying the calendar buffer. Use new variable
35270 calendar-minimum-window-height.
35271 (generate-calendar): Reword error message.
35272 (calendar-mode-map): Bind DEL to scroll-other-window-down.
35273
35274 2005-02-27 Andreas Schwab <schwab@suse.de>
35275
35276 * vc.el (vc-do-command): Don't run command asynchronously when
35277 operating in a remote directory.
35278
35279 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
35280 change from sync with Tramp 2.0.47.
35281
35282 2005-02-27 Richard M. Stallman <rms@gnu.org>
35283
35284 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
35285
35286 * textmodes/flyspell.el (flyspell-mode-on):
35287 Call ispell-change-dictionary only if necessary.
35288
35289 * emacs-lisp/re-builder.el (regexp-builder): New function.
35290
35291 * register.el (describe-register-1): Explicitly handle
35292 yank-excluded-properties = t.
35293
35294 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
35295 (custom-magic-alist): Change the status descriptions again.
35296 (face widget-type): Total rewrite based on `restricted-sexp'
35297 to eliminate the confusing double hiding levels.
35298
35299 * emacs-lisp/debug.el (debug-on-entry-1):
35300 If function body is empty, add nil as body form.
35301
35302 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
35303
35304 * emacs-lisp/trace.el (inhibit-trace): New var.
35305 (trace-make-advice): Use it.
35306
35307 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
35308
35309 2005-02-26 Kim F. Storm <storm@cua.dk>
35310
35311 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
35312 (mouse-on-link-p, mouse-drag-region-1): Use it.
35313
35314 2005-02-25 Lute Kamstra <lute@gnu.org>
35315
35316 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
35317
35318 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
35319
35320 * frame.el (blink-cursor-mode): Add :group keyword.
35321
35322 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
35323
35324 * calendar/icalendar.el (icalendar--decode-isodatetime):
35325 New optional argument DAY-SHIFT.
35326 (icalendar-export-region): Fix coding-system-for-write.
35327 (icalendar--convert-ical-to-diary): Shift end-day of all-day
35328 events by one.
35329
35330 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
35331
35332 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
35333
35334 2005-02-24 Kim F. Storm <storm@cua.dk>
35335
35336 * international/iso-acc.el (iso-accents-compose): Fix crash
35337 during redisplay. Call force-window-update after read-event
35338 and delete-region to signal that window is not accurate.
35339
35340 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
35341
35342 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
35343 Remove unused and inexistent var `inhibit-trace'.
35344 (debugger-mode): Use run-mode-hooks.
35345 (debugger-list-functions): Add buttons; setup xref stack.
35346
35347 2005-02-23 Richard M. Stallman <rms@gnu.org>
35348
35349 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
35350 appointment says it was explicitly made.
35351 (appt-add): Set the 3rd element.
35352 (appt-make-list): Preserve explicit appointments.
35353
35354 * subr.el (find-tag-default): Catch errors in forward-sexp.
35355
35356 2005-02-23 Juri Linkov <juri@jurta.org>
35357
35358 * info.el (Info-isearch-search): New defcustom.
35359 (Info-isearch-search): Call the default isearch function
35360 when Info-isearch-search is nil.
35361 (Info-isearch-wrap): Use variable Info-isearch-search.
35362
35363 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
35364
35365 * cus-edit.el: Comment change.
35366
35367 2005-02-22 Kim F. Storm <storm@cua.dk>
35368
35369 * progmodes/hideif.el (hide-ifdef-use-define-alist):
35370 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
35371
35372 2005-02-22 Simon Josefsson <jas@extundo.com>
35373
35374 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
35375 New variable.
35376 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
35377 Oskarsson" <myrkraverk@users.sourceforget.net>.
35378
35379 2005-02-22 Kim F. Storm <storm@cua.dk>
35380
35381 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
35382 check that window of that event is the selected window.
35383 (mouse-drag-region-1): Compare mouse event window to selected
35384 window before setting point.
35385
35386 * tooltip.el (tooltip-show-help-function): Pass event to
35387 mouse-on-link-p so it can check selected window.
35388
35389 2005-02-22 Kenichi Handa <handa@m17n.org>
35390
35391 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
35392 (ps-mule-show-warning): New function.
35393 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
35394 characters are found.
35395
35396 * ps-print.el (ps-header-footer-string): Return a list of header
35397 and footer strings.
35398
35399 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
35400
35401 * pcvs.el (cvs-retrieve-revision): Fix thinko.
35402
35403 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
35404
35405 * frame.el (blink-cursor-mode): Use define-minor-mode.
35406
35407 * term/mac-win.el (function-key-map): Use char-names more consistently.
35408 (file-name-coding-system): Only set it for MacOS-9. The other case is
35409 already handled in mule-cmds.el (where it also works when mac-win.el
35410 is not used).
35411
35412 2005-02-21 Kenichi Handa <handa@m17n.org>
35413
35414 * international/mule.el (ctext-pre-write-conversion): Always use
35415 " *code-converting-work*" buffer for work.
35416
35417 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
35418
35419 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
35420
35421 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
35422
35423 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
35424
35425 * ses.el (undo-more): Restore defadvice, but only the part that
35426 allows changes outside the restricted area of the buffer.
35427
35428 2005-02-20 Kim F. Storm <storm@cua.dk>
35429
35430 * simple.el (line-move): Add fourth optional arg try-vscroll which
35431 must be set to perform auto-window-vscroll.
35432 When moving backwards and doing auto-window-vscroll, automatically
35433 vscroll to the last part of lines which are taller than the window.
35434 (next-line, previous-line): Set try-vscroll arg on line-move.
35435
35436 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
35437
35438 * replace.el (query-replace, query-replace-regexp)
35439 (replace-string, replace-regexp): When operating on region, make
35440 the minibuffer prompt say so.
35441
35442 * isearch.el (isearch-forward): Document isearch-query-replace and
35443 isearch-query-replace-regexp keybindings.
35444
35445 2005-02-19 Jay Belanger <belanger@truman.edu>
35446
35447 * calc/calc-aent.el (math-read-token): Add local variable.
35448
35449 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
35450 (calc-edit-top): Move declaration to earlier in file.
35451 (calc-edit-macro-repeats): Add local variables.
35452
35453 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
35454 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
35455 calcFunc-tanh.
35456 Adjust integration rule for calcFunc-tan.
35457
35458 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35459
35460 * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
35461 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
35462 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
35463 (viper-skip-separators): Bug fix.
35464 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
35465 particular major mode.
35466 (viper-del-backward-char-in-replace): Don't put deleted char on the
35467 kill ring.
35468
35469 * emulation/viper-ex.el (viper-color-display-p): New function.
35470 (viper-has-face-support-p): Use viper-color-display-p.
35471
35472 * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
35473
35474 * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
35475
35476 * emulation/viper-util.el (viper-glob-unix-files):
35477 Fix shell status check.
35478 (viper-file-remote-p): Make equivalent to file-remote-p.
35479
35480 * emulation/viper.el (viper-major-mode-modifier-list):
35481 Use viper-gnus-modifier-map.
35482
35483 2005-02-19 David Kastrup <dak@gnu.org>
35484
35485 * subr.el (subregexp-context-p): Fix garbled doc string by adding
35486 quoting.
35487
35488 2005-02-19 Jay Belanger <belanger@truman.edu>
35489
35490 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
35491 Remove extra definitions.
35492 (calc-coth): New function.
35493 (calcFunc-cot): Fix `let'.
35494
35495 2005-02-19 Eli Zaretskii <eliz@gnu.org>
35496
35497 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
35498 the reasons we use "type pc" in these faces.
35499
35500 * button.el (button): Ditto.
35501
35502 2005-02-19 Michael Mauger <mmaug@yahoo.com>
35503
35504 * replace.el (query-replace-read-from): Set the value of
35505 query-replace-from-history-variable to handle the case of an empty
35506 string entered to accept the suggested default.
35507
35508 * net/tramp.el (tramp-file-name-for-operation):
35509 Use dired-call-process instead of dired-call-process-command.
35510
35511 2005-02-19 Jay Belanger <belanger@truman.edu>
35512
35513 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
35514 (math-div-non-trig): New variables.
35515 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
35516 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
35517 (math-combine-prod, math-div-symb-fancy): Add simplifications for
35518 trig expressions.
35519
35520 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
35521
35522 * progmodes/gdb-ui.el (gdb-var-update-handler)
35523 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
35524 for watch expressions,
35525 (gdb-var-create-handler): Don't set speedbar-update-flag.
35526 (gdb-post-prompt): Simplify test for speedbar.
35527
35528 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35529
35530 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
35531 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
35532 we use the syntax table of the correct buffer.
35533 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
35534 Felix Gatzemeier.
35535
35536 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
35537 (ediff-file-remote-p): Make synonymous with file-remote-p.
35538 In all deffaces ediff-*-face-*, use min-colors.
35539
35540 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
35541 ediff-recurse-to-subdirectories.
35542 (ediff-mark-if-equal): Check that the arguments are strings, use
35543 ediff-same-contents (after to Felix Gatzemeier).
35544
35545 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
35546 nil.
35547
35548 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
35549
35550 * log-view.el (log-view-message-re): Fix up Subversion regexp.
35551
35552 2005-02-18 David Kastrup <dak@gnu.org>
35553
35554 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
35555 use `mark-active' when defined.
35556
35557 2005-02-18 Kenichi Handa <handa@m17n.org>
35558
35559 * ps-print.el (ps-font-info-database): New entry
35560 ZapfChancery-MediumItalic with correct font name. Fix font name
35561 of the entry Zapf-Chancery-MediumItalic.
35562
35563 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
35564
35565 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
35566
35567 2005-02-16 Kim F. Storm <storm@cua.dk>
35568
35569 * ido.el (ido-fallback-command): Pass user input to fallback command.
35570
35571 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
35572
35573 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
35574 (gdb-find-file-hook): Add server prefix.
35575
35576 2005-02-16 Richard M. Stallman <rms@gnu.org>
35577
35578 * replace.el (perform-replace): Pass new args to replace-highlight.
35579 (replace-highlight): Take region args,
35580 and pass them to isearch-lazy-highlight-new-loop.
35581
35582 * novice.el (disabled-command-hook): Autoload the defalias
35583 and the make-obsolete-variable call.
35584
35585 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
35586
35587 * isearch.el (isearch-lazy-highlight-start-limit)
35588 (isearch-lazy-highlight-end-limit): New variables limit
35589 the region for highlighting.
35590 (isearch-lazy-highlight-new-loop): New args BEG and END.
35591 (isearch-lazy-highlight-search): Use the new vars.
35592 (isearch-lazy-highlight-update): Likewise.
35593
35594 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
35595
35596 * cus-start.el (all): Use default-boundp.
35597
35598 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
35599
35600 * menu-bar.el (menu-bar-select-frame): Handle current frame.
35601
35602 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
35603
35604 * autorevert.el (auto-revert-stop-on-user-input)
35605 (auto-revert-verbose): Doc fixes.
35606
35607 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
35608
35609 * international/mule-cmds.el (set-locale-environment): Remove call
35610 to set-selection-coding-system on Windows.
35611
35612 2005-02-15 Jay Belanger <belanger@truman.edu>
35613
35614 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
35615 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
35616 calcFunc-coth.
35617 (math-simplify-sqrt): Add simplifications.
35618
35619 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
35620 to list.
35621
35622 * calc/calc-ext.el: Add functions to autoloads.
35623
35624 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
35625 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
35626 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
35627 (math-csc-raw, math-cot-raw): New functions.
35628
35629 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
35630
35631 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
35632 the variable name in a message.
35633
35634 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
35635 calcFunc-csc, calcFunc-cot.
35636
35637 * calc/calcalg2.el: Add derivative and integration rules for
35638 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
35639 calcFunc-csch, calcFunc-coth.
35640 (math-do-integral-methods): Add to checks for when to use
35641 substitutions.
35642
35643 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
35644
35645 2005-02-15 Lute Kamstra <lute@gnu.org>
35646
35647 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
35648 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
35649 <monnier@iro.umontreal.ca>.
35650 (lisp-outline-level): Improve efficiency. Suggested by David
35651 Kastrup <dak@gnu.org>.
35652
35653 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
35654
35655 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
35656 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
35657 (gdb-set-gud-minor-mode-existing-buffers): New functions.
35658 (gdb-find-file-hook): New hook. Add it to find-file-hook.
35659 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
35660
35661 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
35662
35663 * cus-start.el (all): Comment change.
35664
35665 2005-02-14 Lute Kamstra <lute@gnu.org>
35666
35667 * cus-start.el (all): Check if symbol is void.
35668
35669 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
35670
35671 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
35672 optional argument to \cite.
35673
35674 2005-02-14 Richard M. Stallman <rms@gnu.org>
35675
35676 * cus-edit.el (custom-buffer-create-internal): Update help message.
35677 (custom-magic-alist): Update help messages.
35678
35679 * cus-start.el (all): Allow a var to specify a standard value.
35680
35681 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
35682
35683 * custom.el (custom-theme-set-variables): Handle variable aliases.
35684
35685 * frame.el (blink-cursor-timer): Doc fix.
35686 (blink-cursor): Make it an alias for `blink-cursor-mode' and
35687 declare obsolete.
35688 (blink-cursor-mode): Define with defcustom and use correct
35689 standard expression in that defcustom.
35690 * startup.el (command-line): Adapt to above changes in frame.el.
35691
35692 2005-02-11 Lute Kamstra <lute@gnu.org>
35693
35694 * apropos.el (apropos-score-doc): Prevent division by zero.
35695
35696 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
35697
35698 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
35699 (icalendar--get-event-property-attributes)
35700 (icalendar--get-event-properties)
35701 (icalendar--datetime-to-diary-date): New functions.
35702 (icalendar--split-value): Doc fix.
35703 (icalendar--datetime-to-noneuropean-date)
35704 (icalendar--datetime-to-european-date): New optional argument
35705 SEPARATOR. Return result as a string instead of a list.
35706 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
35707 (icalendar--convert-string-for-export): Rename arg S to STRING.
35708 (icalendar-export-region): Doc fix. Change name of error buffer.
35709 Save output buffer.
35710 (icalendar-import-file): Add blank at end of prompt.
35711 (icalendar-import-buffer): Doc fix. Do not switch to error
35712 buffer. Indicate status in return value.
35713 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
35714 buffer. Save output buffer. Handle exception from recurrence
35715 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
35716 events. Fix problems with weekly all-day events.
35717
35718 2005-02-10 Richard M. Stallman <rms@gnu.org>
35719
35720 * simple.el (eval-expression-print-format):
35721 Avoid warning about edebug-active.
35722
35723 * help.el (help-for-help-internal): Rename from help-for-help.
35724 (help-for-help): Define with defalias.
35725
35726 * font-core.el (font-lock-default-function): Use with-no-warnings.
35727
35728 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
35729
35730 * custom.el (defface): Doc fix.
35731
35732 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
35733
35734 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
35735 width 0" to prevent word wrapping problems.
35736
35737 2005-02-09 Kim F. Storm <storm@cua.dk>
35738
35739 * ido.el (ido-file-extensions-order): New defcustom.
35740 (ido-file-extension-lessp, ido-file-extension-aux)
35741 (ido-file-extension-order): New advanced file ordering.
35742 (ido-file-lessp): New simple file ordering.
35743 (ido-sort-list): Remove.
35744 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
35745 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
35746
35747 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
35748
35749 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
35750 that some versions of grep produce.
35751 (grep-mode-font-lock-keywords): Likewise.
35752
35753 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
35754
35755 * progmodes/gdb-ui.el (gdb-location-list): New variable.
35756 (gdb-cdir): Delete.
35757 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
35758 (gdb-source-info): Treat case when source file is in another
35759 directory properly.
35760 (gdb-get-location): New function.
35761
35762 2005-02-07 Jay Belanger <belanger@truman.edu>
35763
35764 * calc/calc-prog.el (calc-write-parse-table-part)
35765 (calc-fix-token-name): Fix a check for language type.
35766
35767 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
35768
35769 2005-02-07 Andre Spiegel <spiegel@gnu.org>
35770
35771 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
35772 as directory not writable.
35773
35774 2005-02-07 Kim F. Storm <storm@cua.dk>
35775
35776 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
35777 (cua--standard-movement-commands): Remove list.
35778 Instead, set CUA property value to move for movement commands.
35779 (cua-movement-commands): Remove. Users must set CUA prop instead.
35780 (cua--pre-command-handler): Check CUA property.
35781 (cua--init-keymaps): Don't remap undo commands.
35782 (cua-mode): Don't call cua--rectangle-on-off.
35783
35784 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
35785 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
35786 (cua--rect-undo-set-point): New var.
35787 (cua--rectangle-undo-boundary): Setup undo apply entry.
35788 (cua--rect-undo-handler): New function for rectangle undo.
35789 (cua--rect-start-position, cua--rect-end-position): Add.
35790 (cua--rectangle-post-command): Call cua--rectangle-set-corners
35791 for restored rectangle. Set point if cua--rect-undo-set-point.
35792
35793 2005-02-06 Jay Belanger <belanger@truman.edu>
35794
35795 * calc/calc-lang.el (calc-tex-language): Display more information
35796 in messages.
35797
35798 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
35799 in TeX mode.
35800
35801 2005-02-06 Richard M. Stallman <rms@gnu.org>
35802
35803 * emacs-lisp/lisp.el (buffer-end): Doc fix.
35804
35805 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
35806
35807 * net/ldap.el (ldap-search-internal): Support attributes with
35808 optional descriptions separated by a semi-colon, as in
35809 "userCertificate;binary".
35810
35811 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
35812
35813 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
35814 isn't a cons (i.e. the version is 0).
35815
35816 2005-02-05 Eli Zaretskii <eliz@gnu.org>
35817
35818 * help.el (help-for-help): Doc fix.
35819
35820 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
35821
35822 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
35823 GDB-Windows on the menu-bar as this works better.
35824
35825 2005-02-04 Jay Belanger <belanger@truman.edu>
35826
35827 * calc/calc-embed.el (calc-embedded-update): Don't put in
35828 unnecessary newlines. Adjust the end of formula marker.
35829
35830 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
35831 (math-latex-parse-two-args): New function.
35832
35833 2005-02-03 Lute Kamstra <lute@gnu.org>
35834
35835 * help-fns.el (help-with-tutorial): Make sure that users cannot
35836 remove the entire text of the tutorial by means of `undo'.
35837
35838 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
35839
35840 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
35841 in recent changes, where the ispell process was repeatedly
35842 killed & restarted.
35843
35844 * international/mule-cmds.el (set-locale-environment): Set file-name
35845 coding system to utf-8 on Darwin systems.
35846 (set-default-coding-systems): Don't set default-file-name-coding-system
35847 on Darwin systems.
35848
35849 2005-02-03 Richard M. Stallman <rms@gnu.org>
35850
35851 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
35852
35853 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
35854
35855 * faces.el (list-faces-display): Add optional argument.
35856
35857 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
35858
35859 * font-core.el (font-lock-default-function): Handle the rare case where
35860 only font-lock-keywords is set.
35861
35862 2005-02-02 Kenichi Handa <handa@m17n.org>
35863
35864 * international/characters.el: Cancel previous change for
35865 I-WITH-DOT-ABOVE and DOTLESS-i.
35866
35867 * international/latin-5.el: Cancel previous change.
35868
35869 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
35870
35871 * progmodes/gud.el: Correction to syntax in gud-menu-map.
35872
35873 2005-02-02 Kenichi Handa <handa@m17n.org>
35874
35875 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
35876 DOTLESS-i.
35877
35878 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
35879 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
35880
35881 * case-table.el (get-upcase-table): New function.
35882 (copy-case-table): Copy upcaes table too if non-nil.
35883 (set-case-syntax-delims): Maintain upcase table too.
35884 (set-case-syntax-pair): Likewise.
35885 (set-upcase-syntax, set-downcase-syntax): New functions.
35886 (set-case-syntax): Maintain upcase table too.
35887
35888 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
35889
35890 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
35891
35892 * progmodes/gud.el (gud-goto-info): New function.
35893 (gud-tool-bar-map): Use correct icon.
35894
35895 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
35896
35897 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
35898 When delegating, order args in the funcall correctly.
35899
35900 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
35901
35902 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
35903
35904 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
35905
35906 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
35907 buffer not visiting a file.
35908
35909 2005-01-31 Jay Belanger <belanger@truman.edu>
35910
35911 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
35912 bound on the line with the formula.
35913
35914 2005-01-31 Kim F. Storm <storm@cua.dk>
35915
35916 * ses.el (ses-create-cell-variable-range)
35917 (ses-destroy-cell-variable-range, ses-reset-header-string)
35918 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
35919 (ses-insert-row): Fix format of apply undo entries.
35920
35921 2005-01-31 Jay Belanger <belanger@truman.edu>
35922
35923 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
35924 parts.
35925
35926 * calc/calc-embed.el (calc-embedded-open-formula)
35927 (calc-embedded-close-formula): Ignore matrix environments.
35928
35929 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
35930 TeX mode.
35931
35932 * calc/calc-lang.el (math-function-table, math-oper-table)
35933 (math-variable-table): Adjust the LaTeX portions.
35934
35935 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
35936 (math-latex-ignore-words): New constant.
35937
35938 2005-01-31 Richard M. Stallman <rms@gnu.org>
35939
35940 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
35941 (ispell-local-dictionary): Doc fix.
35942 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
35943 Don't reinitialize at run time. Don't defcustom.
35944 All uses changed to append ispell-local-dictionary-alist,
35945 or check it first.
35946 (ispell-current-dictionary): New variable for dictionary in use.
35947 (ispell-dictionary): Now used only for global default.
35948 (ispell-start-process): Set ispell-current-dictionary,
35949 not ispell-dictionary.
35950 (ispell-change-dictionary): Use this only for setting
35951 user preferences.
35952 (ispell-internal-change-dictionary): New function
35953 to change the current dictionary in use.
35954 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
35955 Use ispell-current-dictionary.
35956 Handle ispell-local-dictionary-overridden.
35957 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
35958
35959 2005-01-31 Jay Belanger <belanger@truman.edu>
35960
35961 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
35962
35963 * calc/calc-ext.el: Add calc-latex-language to autoloads.
35964 (calc-mode-map): Add calc-latex-language.
35965
35966 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
35967 (math-latex-print-frac): New functions.
35968 (math-oper-table, math-function-table, math-variable-table)
35969 (math-complex-format, math-input-filter): Add latex properties.
35970 (calc-set-language): Set math-expr-special-function-mapping.
35971
35972 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
35973 (calc-write-parse-table-part): Add LaTeX support.
35974
35975 * calc/calc.el (calc-language): Adjust docstring.
35976 (calc-set-mode-line): Add LaTeX support.
35977 (math-expr-special-function-mapping): New variable.
35978 (math-tex-ignore-words): Add to list.
35979
35980 * calc/calccomp.el (math-compose-expr, math-compose-rows):
35981 Add LaTeX support.
35982 (math-compose-expr): Add support for special functions.
35983
35984 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
35985
35986 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
35987
35988 * progmodes/gdb-ui.el (gdb-memory-address)
35989 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
35990 (gdb-memory-mode-map, gdb-memory-format-keymap)
35991 (gdb-memory-format-menu, gdb-memory-unit-keymap)
35992 (gdb-memory-unit-menu): New variables for a buffer
35993 that lets the user examine program memory.
35994 (gdb-memory-set-address, gdb-memory-set-repeat-count)
35995 (gdb-memory-format-binary, gdb-memory-format-octal)
35996 (gdb-memory-format-unsigned, gdb-memory-format-signed)
35997 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
35998 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
35999 (gdb-memory-unit-word, gdb-memory-unit-halfword)
36000 (gdb-memory-unit-byte, gdb-memory-unit-menu)
36001 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
36002 (gdb-memory-mode, gdb-memory-buffer-name)
36003 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
36004 New functions for above buffer.
36005
36006 2005-01-30 Richard M. Stallman <rms@gnu.org>
36007
36008 * cus-edit.el (custom-bury-buffer): Function deleted.
36009 (custom-buffer-done-function): Option deleted.
36010 (custom-buffer-done-kill): New replacement option.
36011 (Custom-buffer-done): Call quit-window.
36012 (custom-buffer-create-internal): Update for above changes.
36013
36014 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
36015
36016 * simple.el (undo-ask-before-discard): New var.
36017 (undo-outer-limit-truncate): Implement it.
36018 (undo-extra-outer-limit): Doc update.
36019
36020 2005-01-29 Richard M. Stallman <rms@gnu.org>
36021
36022 * ses.el (undo-more): Delete defadvice.
36023 (ses-begin-change): Doc fix.
36024
36025 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
36026 instead of rebinding C-x u and C-_.
36027
36028 * files.el (normal-backup-enable-predicate): Return nil for files
36029 in /tmp, regardless of temporary-file-directory.
36030
36031 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
36032
36033 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
36034 (open-rectangle, delete-whitespace-rectangle-line)
36035 (clear-rectangle-line): If FILL, pass t instead of FILL
36036 for move-to-column's 2nd arg.
36037
36038 * simple.el (undo): Fix the test for continuing a series of undos.
36039 (undo-more): Set pending-undo-list to t when we reach end.
36040 (pending-undo-list): Move up defvar.
36041
36042 * wid-edit.el (widget-button-click):
36043 Shorten the range of the track-mouse binding.
36044
36045 * comint.el (comint-insert-input): Undo previous changes;
36046 use last-input-event in interactive spec.
36047
36048 2005-01-29 Eli Zaretskii <eliz@gnu.org>
36049
36050 * progmodes/compile.el (compilation-start): Bind buffer-read-only
36051 to nil before invoking call-process. Reset buffer's modified flag
36052 after fontifying it in the no-async branch.
36053
36054 * wid-edit.el (widget-specify-button): If mouse pointer shape
36055 cannot be changed, use mouse face instead.
36056
36057 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
36058
36059 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
36060 (gdb-goto-breakpoint): Make breakpoint handling work on template
36061 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
36062 (gdb-assembler-custom): Update to recognize breakpoint information
36063 added on 2005-01-19.
36064
36065 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
36066
36067 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
36068 (dsssl-mode): Use define-derived-mode.
36069 (scheme-mode-initialize): Remove.
36070 (scheme-mode): Use run-mode-hooks.
36071
36072 * cus-edit.el (customize-group-other-window)
36073 (custom-buffer-create-other-window): Don't override special-display-*.
36074 (custom-mode-map): Make it dense.
36075
36076 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
36077 sets the default value.
36078
36079 2005-01-28 Eli Zaretskii <eliz@gnu.org>
36080
36081 * descr-text.el: Add more keywords.
36082
36083 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
36084
36085 * speedbar.el: Avoid unnecessary use of locate-library.
36086
36087 * international/mule-cmds.el (standard-display-european-internal):
36088 Don't fiddle with latin-1 non-break space any more since it's now
36089 special cased in the C code.
36090 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
36091
36092 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
36093
36094 * cus-start.el (all): Add `undo-outer-limit'.
36095
36096 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
36097
36098 * textmodes/bibtex.el (bibtex-format-entry):
36099 Use `bibtex-empty-field-re' only on the text of fields, not on entire
36100 field lines.
36101 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
36102 not on part of a buffer.
36103
36104 2005-01-25 Lute Kamstra <lute@gnu.org>
36105
36106 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
36107 nonempty field text strings like "{letters\\macro{}more letters}".
36108 Clarify docstring.
36109 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
36110 (bibtex-entry-offset, bibtex-parse-association)
36111 (bibtex-parse-field-name): Fix typos in docstrings.
36112 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
36113
36114 2005-01-24 Dan Nicolaescu <dann@ics.uci.edu>
36115 Juri Linkov <juri@jurta.org>
36116
36117 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
36118 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
36119 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
36120 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
36121
36122 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
36123 isearch minor mode.
36124
36125 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
36126
36127 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
36128
36129 2005-01-24 Lute Kamstra <lute@gnu.org>
36130
36131 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
36132 CASECHARS and NOT-CASECHARS regular expressions of the
36133 "nederlands" and "nederlands8" dictionaries to prevent a "Range
36134 striding over charsets" error.
36135
36136 2005-01-24 Jay Belanger <belanger@truman.edu>
36137
36138 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
36139 display variable name.
36140
36141 2005-01-24 Kenichi Handa <handa@m17n.org>
36142
36143 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
36144 Fix setting of the element of encoded-kbd-iso2022-invocations.
36145
36146 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
36147
36148 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
36149 (gdb-threads-select): Change to also accept mouse events.
36150 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
36151 (gdb-threads-mouse-select): Delete.
36152
36153 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
36154
36155 * files.el (insert-directory): Take care of empty directory,
36156 listed without -a switch.
36157
36158 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
36159
36160 * textmodes/refill.el (refill-post-command-function):
36161 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
36162 to the list of functions that we should be careful not to undo.
36163 (refill-late-fill-paragraph-function): Remove.
36164 (refill-saved-state): New var.
36165 (refill-mode): Use it to save fill-paragraph-function.
36166 Save also the value of auto-fill-function.
36167
36168 * term/w32-win.el: Simplify code.
36169
36170 2005-01-23 Kim F. Storm <storm@cua.dk>
36171
36172 * simple.el (line-move): Adapt to new return value from
36173 pos-visible-in-window-p.
36174
36175 * simple.el (line-move): Fix last change. Check partial
36176 visibility at point rather than at window-start.
36177
36178 2005-01-22 Jason Rumney <jasonr@gnu.org>
36179
36180 * term/w32-win.el (xw-defined-colors): Remove debug-message.
36181
36182 2005-01-22 David Kastrup <dak@gnu.org>
36183
36184 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
36185
36186 2005-01-22 Eli Zaretskii <eliz@gnu.org>
36187
36188 * type-break.el (type-break-mode): Add a test for
36189 type-break-file-name being non-nil.
36190
36191 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
36192
36193 * net/eudc.el (top level): Call (message "") via progn, so that
36194 eudc-options-file is loaded.
36195
36196 2005-01-22 Kim F. Storm <storm@cua.dk>
36197
36198 * simple.el (line-move-1): Rename from line-move.
36199 (line-move): New function that adjusts vscroll for partially
36200 visible rows, and calls line-move-1 otherwise.
36201
36202 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
36203
36204 * pcomplete.el: Define pcomplete-read-event instead of read-event,
36205 since it's not a complete read-event implementation.
36206
36207 2005-01-20 Jay Belanger <belanger@truman.edu>
36208
36209 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
36210 for called function.
36211
36212 2005-01-20 Steven Tamm <steventamm@mac.com>
36213
36214 * term/mac-win.el (process-connection-type): Remove.
36215 Controlled now by s/darwin.h:PTY_ITERATION.
36216
36217 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
36218
36219 * window.el (handle-select-window): Don't switch window when we're
36220 in the minibuffer.
36221
36222 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
36223
36224 * subr.el (dotimes-with-progress-reporter): New macro.
36225
36226 * ses.el (ses-dotimes-msg): Remove macro.
36227 Use `dotimes-with-progress-reporter' instead.
36228
36229 2005-01-19 Steven Tamm <steventamm@mac.com>
36230
36231 * term/mac-win.el (process-connection-type): Use new
36232 operating-system-release variable to use ptys on Darwin 7 (OS X
36233 10.3) when using carbon build.
36234
36235 2005-01-19 Jay Belanger <belanger@truman.edu>
36236
36237 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
36238 flags if the last command was a tab or M-tab.
36239
36240 * calc/calc-prog.el (calc-user-define-edit): Put original formula
36241 in formula editing buffer.
36242
36243 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
36244
36245 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
36246 breakpoint image symbol in margin.
36247
36248 2005-01-19 Jay Belanger <belanger@truman.edu>
36249
36250 * calc/calc-prog.el (calc-execute-kbd-macro):
36251 Ignore calc-keep-arg-flag.
36252
36253 2005-01-19 Kenichi Handa <handa@m17n.org>
36254
36255 * textmodes/ispell.el (ispell-looking-at): New function.
36256 (ispell-process-line): Use ispell-looking-at to compare the ispell
36257 output and the buffer contents.
36258
36259 2005-01-18 Jay Belanger <belanger@truman.edu>
36260
36261 * calc/calc.el (calc-display-raw): Fix docstring.
36262
36263 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
36264
36265 * simple.el (blink-matching-open): Strip extra info from syntax.
36266
36267 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
36268 funny chars in the end-of-here-doc marker.
36269
36270 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
36271
36272 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
36273 that enable/disabled state of breakpoints is shown correctly in
36274 fringe and on ttys.
36275 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
36276 Add breakpoint information as text properties.
36277 (gdb-mouse-toggle-breakpoint):
36278 Rename to gdb-mouse-set-clear-breakpoint.
36279 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
36280 breakpoints in the margin.
36281 (gdb-remove-strings): Simplify.
36282
36283 2005-01-17 Jay Belanger <belanger@truman.edu>
36284
36285 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
36286 erasing buffer.
36287
36288 2005-01-17 Richard M. Stallman <rms@gnu.org>
36289
36290 * progmodes/grep.el (grep-find): Copy from `grep' the condition
36291 for calling grep-compute-defaults.
36292
36293 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
36294 if buffer is empty.
36295
36296 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
36297
36298 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
36299
36300 * hilit-chg.el (highlight-changes-mode): Don't autoload.
36301
36302 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
36303 non-preloaded variables.
36304
36305 2005-01-17 Steven Tamm <steventamm@mac.com>
36306
36307 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
36308 tex-shell cause to force interactivity when using pipes.
36309
36310 2005-01-17 Kim F. Storm <storm@cua.dk>
36311
36312 * simple.el (just-one-space): Make arg optional.
36313
36314 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
36315
36316 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
36317 posn-at-x-y to t to access left-margin.
36318
36319 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
36320
36321 Sync with Tramp 2.0.47.
36322
36323 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
36324 catching keep-date problems in cp/scp operations.
36325 (tramp-handle-copy-file): Don't call `set-file-modes'
36326 unconditionally. Specialized functions should know better what is
36327 necessary. This improves performance a little bit, and the
36328 functions could catch errors with `cp -p' and `scp -p'.
36329 (tramp-do-copy-or-rename-file-via-buffer)
36330 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
36331 when appropriate.
36332 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
36333 Call `set-file-modes' when appropriate.
36334 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
36335 Johnsson <isak@hypergene.com>.
36336 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
36337 of both Tramp buffer and debug buffer. Reported by Joakim Verona
36338 <joakim@verona.se>.
36339 (tramp-file-name-for-operation): Mark `shell-command' as magic for
36340 Emacs only.
36341
36342 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
36343 `find-file-hooks' and `dired-mode-hook'.
36344 (tramp-minor-mode-map): Respective map. Add remapping for
36345 `compile' and `recompile'.
36346 (tramp-remap-command, tramp-recompile): New defuns.
36347 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
36348 in buffer "*Compilation*". Call the commands asynchronously.
36349
36350 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
36351 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
36352 `shell-command', because it isn't magic in XEmacs. Reported by
36353 Adrian Aichner <adrian@xemacs.org>.
36354
36355 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
36356 `substitute-in-file-name.
36357 (tramp-smb-handle-substitute-in-file-name): New defun.
36358 (tramp-smb-advice-PC-do-completion): Delete advice.
36359
36360 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
36361
36362 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
36363 Fix error in deleting region.
36364
36365 2005-01-15 Richard M. Stallman <rms@gnu.org>
36366
36367 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
36368 In non-temp buffer, switch syntax table temporarily.
36369
36370 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
36371
36372 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
36373
36374 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
36375
36376 * imenu.el (imenu--split-menu): Copy menulist before sorting.
36377 (imenu--generic-function): Use START, not BEG, as pos of definition.
36378
36379 * simple.el (just-one-space): Argument specifies number of spaces.
36380
36381 * simple.el (eval-expression-print-format): Avoid warning
36382 about edebug-active.
36383
36384 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
36385
36386 * progmodes/sh-script.el: Code copied from make-mode.el
36387 with small changes,
36388 (sh-mode-map): Bind C-c C-\.
36389 (sh-backslash-column, sh-backslash-align): New variables.
36390 (sh-backslash-region, sh-append-backslash): New functions.
36391
36392 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
36393
36394 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
36395 (rmail-pop-password, rmail-pop-password-required): Move to
36396 rmail-obsolete group.
36397 (rmail-set-pop-password): Rename to rmail-set-remote-password.
36398 All callers updated.
36399 (rmail-get-pop-password): Rename to rmail-get-remote-password.
36400 Take an argument specifying whether it is POP or IMAP mailbox we
36401 are using. All callers updated.
36402 (rmail-pop-password-error): Rename to
36403 rmail-remote-password-error. Added mailutils-specific error message.
36404 (rmail-movemail-search-path)
36405 (rmail-movemail-variant-in-use): New variables.
36406 (rmail-remote-password, rmail-remote-password-required):
36407 New customization variables.
36408 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
36409 (rmail-parse-url): New function.
36410 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
36411 with GNU mailutils movemail.
36412
36413 2005-01-15 Kevin Ryde <user42@zip.com.au>
36414
36415 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
36416 suffix to space, $ or '$, to correctly position point when going
36417 to @table style constants like DBL_MAX.
36418
36419 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
36420
36421 * type-break.el (type-break-mode, type-break-file-time)
36422 (type-break-file-keystroke-count, type-break-choose-file):
36423 Don't store data in or load data from the file if type-break-file-name
36424 is nil.
36425 (type-break-file-name): Doc update as per the above.
36426
36427 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
36428
36429 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
36430 lookup-key might return nil; handle that.
36431
36432 2005-01-15 Alan Mackenzie <acm@muc.de>
36433
36434 * progmodes/ebrowse.el (ebrowse-class-in-tree):
36435 Return the tail of the tree rather than the element found,
36436 thus enabling the tree to be setcar'd.
36437
36438 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
36439
36440 * textmodes/org.el (org-show-following-heading): New option.
36441 (org-show-hierarchy-above): Use `org-show-following-heading'.
36442 (org-cycle): Documentation fix.
36443
36444 * textmodes/org.el (orgtbl-optimized): New option.
36445 (orgtbl-mode): New command, a minor mode.
36446 (orgtbl-mode-map): New variable.
36447 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
36448 (orgtbl-error, orgtbl-self-insert-command)
36449 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
36450
36451 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
36452 a local variable in each org-mode buffer.
36453
36454 * textmodes/org.el (org-set-regexps-and-options): Rename from
36455 `org-set-regexps'. Added checking for STARTUP keyword.
36456 (org-get-current-options): Add STARTUP options.
36457 (org-table-insert-row): Make mode intelligent about when
36458 realignment is needed.
36459 (org-self-insert-command, org-delete-backward-char, org-delete-char):
36460 New commands.
36461 (org-enable-table-editor): New default value `optimized'.
36462 (org-table-blank-field): Support blanking regions if active.
36463
36464 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
36465
36466 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
36467 if the year is not given.
36468
36469 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
36470 Add new escapes %m and %M, fixed bug with %F by adding
36471 save-match-data.
36472 (reftex-reference): Remove ?. from list of spaces.
36473 (reftex-label-info): Add automatic label prefix recognition.
36474
36475 * textmodes/reftex-index.el (reftex-index-next-phrase):
36476 Add slave parameter to call of `reftex-index-this-phrase'.
36477 (reftex-index-this-phrase): New optional argument.
36478 (reftex-index-region-phrases): Add slave parameter to call of
36479 `reftex-index-this-phrase'.
36480 (reftex-display-index): New argument redo.
36481 (reftex-index-rescan): Add `redo' to arguments of
36482 `reftex-display-index'.
36483 (reftex-index-Rescan, reftex-index-revert)
36484 (reftex-index-switch-index-tag): Add `redo' to arguments of
36485 `reftex-display-index'.
36486 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
36487 indexing. Fix bug with matching is there is a quote before or
36488 after the word.
36489
36490 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
36491 Fix bug when collecting citation keys in lines with comments.
36492 (reftex-citation): Prefix argument no longer rescans the document,
36493 but forces prompting for optional arguments of cite macros.
36494 (reftex-do-citation): Prompting for optional arguments implemented.
36495
36496 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
36497 Add optional arguments to most cite commands.
36498 (reftex-cite-cleanup-optional-args): New option
36499 (reftex-cite-prompt-optional-args): New option.
36500 (reftex-trust-label-prefix): New option.
36501
36502 * textmodes/reftex-toc.el (reftex-toc-find-section):
36503 Add push-mark before changing the position in the buffer.
36504
36505 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
36506 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
36507
36508 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
36509
36510 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
36511 more carefully.
36512
36513 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
36514
36515 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
36516 (sgml-mode): Use it.
36517 (sgml-get-context): Better keep track of implicitly closed tags.
36518
36519 2005-01-13 Kenichi Handa <handa@m17n.org>
36520
36521 * textmodes/ispell.el: These changes are to fix misalignment error
36522 caused by equivalent characters of different Emacs charsets.
36523 (ispell-unified-chars-table): New variable.
36524 (ispell-get-decoded-string): New function.
36525 (ispell-get-casechars, ispell-get-not-casechars)
36526 (ispell-get-otherchars): Call ispell-get-decoded-string.
36527
36528 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
36529
36530 * custom.el (custom-declare-variable): Just put symbol instead
36531 of (defvar . symbol) in `current-load-list'.
36532
36533 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
36534
36535 * emacs-lisp/elint.el: Fixed typo in Commentary section.
36536
36537 2005-01-12 Jay Belanger <belanger@truman.edu>
36538
36539 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
36540 to create a Calc summary.
36541
36542 2005-01-12 Kim F. Storm <storm@cua.dk>
36543
36544 * mouse.el (mouse-on-link-p): Change functionality and doc
36545 string to comply with latest description in lisp ref.
36546
36547 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
36548
36549 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
36550 Enable mouse clicks on mode-line, header-line and margin.
36551 (event-type): Give mouse event symbols an `event-kind' property
36552 with value `mouse-click'.
36553
36554 2005-01-12 Juri Linkov <juri@jurta.org>
36555
36556 * facemenu.el (list-colors-display): Add new arg buffer-name.
36557 Use it. Fix docstring. Replace code for identifying duplicate
36558 colors by the name with call to `list-colors-duplicates' which
36559 identifies duplicate colors by the value unless the color
36560 is one of special Windows colors. Set truncate-lines to t.
36561 Print sorted duplicate color names on each line. Indent to 22
36562 \(the longest color name in rgb.txt) instead of 20. Optimize.
36563 (list-colors-duplicates): New function.
36564 (facemenu-color-name-equal): Delete function.
36565
36566 * facemenu.el (list-colors-print): New function created from code
36567 in list-colors-display. Print #RRGGBB at the window right edge.
36568 (list-colors-display): When temp-buffer-show-function is not
36569 defined, call list-colors-print from temp-buffer-show-hook
36570 to get the right value of window-width in list-colors-print
36571 after the buffer is displayed.
36572
36573 * simple.el (pop-mark): Move deactivate-mark out of conditional
36574 part to deactivate the active mark regardless of the state of the
36575 mark ring.
36576
36577 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
36578 variables line in desktop files.
36579
36580 2005-01-12 Juri Linkov <juri@jurta.org>
36581
36582 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
36583 Bring together isearch highlight related options.
36584 (lazy-highlight): Replace group `replace' by `matching'.
36585 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36586 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36587 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
36588 and declare them obsolete.
36589 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
36590 (isearch-faces): Remove defgroup.
36591 (isearch-overlay, isearch-highlight, isearch-dehighlight):
36592 Move isearch highlighting code closer to lazy highlighting code.
36593
36594 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
36595 (query-replace-highlight, query-replace-lazy-highlight)
36596 (query-replace): Move definitions to the beginning of the file.
36597
36598 2005-01-11 Juri Linkov <juri@jurta.org>
36599
36600 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
36601 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
36602 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
36603
36604 * info.el (Info-history-forward): New variable.
36605 (Info-select-node): Reset Info-history-forward to nil.
36606 (Info-last): Turn into defalias.
36607 (Info-history-back): Rename from Info-last.
36608 Add current node to Info-history-forward.
36609 (Info-history-forward): New fun.
36610 (Info-mode-map): Replace Info-last by Info-history-back.
36611 Bind Info-history-forward to "r".
36612 (Info-mode-menu): Replace Info-last by Info-history-back.
36613 Fix menu item text. Add menu item for Info-history-forward.
36614 (info-tool-bar-map): Replace Info-last by Info-history-back.
36615 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
36616 for Info-history-forward.
36617 (Info-mode): Replace Info-last by Info-history-back in docstring.
36618 Add local variable Info-history-forward.
36619 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
36620
36621 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
36622
36623 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
36624 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
36625 Ignore select-window events rather than fiddle with
36626 mouse-autoselect-window.
36627
36628 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
36629
36630 * type-break.el (type-break-mode): Fix previous change.
36631
36632 2005-01-10 Jay Belanger <belanger@truman.edu>
36633
36634 * calc/calc-ext.el (calc-reset): Reset when inside embedded
36635 calculator; only reset when point is inside a calculator.
36636 Don't adjust the window height if the window takes up the whole height
36637 of the frame.
36638
36639 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
36640
36641 * ebuff-menu.el (Electric-buffer-menu-mode):
36642 Preserve value of buffer-local var header-line-format.
36643
36644 2005-01-09 Jay Belanger <belanger@truman.edu>
36645
36646 * calc/calc.el (calc-mode-var-list-restore-saved-values):
36647 Make sure settings file exists before accessing it.
36648
36649 * calc/calc-embed.el (calc-embedded-subst):
36650 Replace math-multi-subst-rec, which is only supposed to be called
36651 by math-multi-subst, by math-multi-subst.
36652
36653 2005-01-09 Andre Spiegel <spiegel@gnu.org>
36654
36655 * vc.el (vc-allow-async-revert): New user option.
36656 (vc-disable-async-diff): New internal variable.
36657 (vc-revert-buffer): Use them to disable asynchronous diff.
36658
36659 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
36660 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
36661 asynchronously if vc-disable-async-diff is t.
36662
36663 2005-01-09 Jay Belanger <belanger@truman.edu>
36664
36665 * calc/calc.el (defcalcmodevar): New macro.
36666 (calc-mode-var-list-restore-default-values)
36667 (calc-mode-var-list-restore-saved-values): New functions.
36668 (calc-mode-var-list): Use defcalcmodevar to define it.
36669 (calc-always-load-extensions, calc-line-numbering)
36670 (calc-line-breaking, calc-display-just, calc-display-origin)
36671 (calc-number-radix, calc-leading-zeros, calc-group-digits)
36672 (calc-group-char, calc-point-char, calc-frac-format)
36673 (calc-prefer-frac, calc-hms-format, calc-date-format)
36674 (calc-float-format, calc-full-float-format, calc-complex-format)
36675 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
36676 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
36677 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
36678 (calc-matrix-brackets, calc-language, calc-language-option)
36679 (calc-left-label, calc-right-label, calc-word-size)
36680 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
36681 (calc-display-raw, calc-internal-prec, calc-angle-mode)
36682 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
36683 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
36684 (calc-window-height, calc-display-trail, calc-show-selections)
36685 (calc-use-selections, calc-assoc-selections)
36686 (calc-display-working-message, calc-auto-why, calc-timing)
36687 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
36688 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
36689 (calc-gnuplot-default-device, calc-gnuplot-default-output)
36690 (calc-gnuplot-print-device, calc-gnuplot-print-output)
36691 (calc-gnuplot-geometry, calc-graph-default-resolution)
36692 (calc-graph-default-resolution-3d, calc-invocation-macro)
36693 (calc-show-banner): Use defcalcmodevar to declare them and set
36694 their default values.
36695
36696 * calc/calc-ext.el (calc-reset): Restore saved values of variables
36697 instead of default values (but restore default values if there is
36698 an argument of 0).
36699
36700 2005-01-09 David Kastrup <dak@gnu.org>
36701
36702 * desktop.el (desktop-restore-eager): Fix typo in type.
36703
36704 2005-01-08 Richard M. Stallman <rms@gnu.org>
36705
36706 * cus-edit.el (customize): Delete :link.
36707
36708 2005-01-08 Jay Belanger <belanger@truman.edu>
36709
36710 * calc/calc.el (calc-mode): Remove the extension from the
36711 `calc-settings-file' file name when loading it.
36712
36713 2005-01-08 Kim F. Storm <storm@cua.dk>
36714
36715 * info.el (Info-mode-map, Info-next-link-keymap)
36716 (Info-prev-link-keymap, Info-up-link-keymap):
36717 Map follow-link to mouse-face.
36718 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
36719
36720 2005-01-08 Jay Belanger <belanger@truman.edu>
36721
36722 * calc/calc.el (calc-settings-file): Change default value.
36723 Suggested by cgw in a comment in calc-mode.el.
36724
36725 * calc/calc-mode.el (calc-settings-file-name):
36726 Compare calc-settings-file to user-init-file instead of ~/.emacs.
36727 Replace ~/.emacs in a prompt by calc-settings-file.
36728
36729 2005-01-07 Lars Hansen <larsh@math.ku.dk>
36730
36731 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
36732 (desktop-lazy-idle-delay): New customizable variables.
36733 (desktop-buffer-args-list): New variable.
36734 (desktop-append-buffer-args): New function.
36735 (desktop-save): Call desktop-append-buffer-args for some buffers.
36736 (desktop-lazy-create-buffer): New function.
36737 (desktop-idle-create-buffers): New function.
36738 (desktop-read): Add message about buffers to restore lazily.
36739 (desktop-lazy-abort): New command.
36740 (desktop-clear): Call desktop-lazy-abort.
36741 (desktop-lazy-complete): New command.
36742
36743 2005-01-06 Richard M. Stallman <rms@gnu.org>
36744
36745 * emacs-lisp/find-func.el (find-face-definition):
36746 Rename from find-face.
36747
36748 2005-01-06 Kim F. Storm <storm@cua.dk>
36749
36750 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
36751
36752 * man.el (Man-xref-man-page, Man-xref-header-file)
36753 (Man-xref-normal-file): Add follow-link property.
36754
36755 2005-01-06 Jay Belanger <belanger@truman.edu>
36756
36757 * calc/calc-units.el: Make sure the proper macro definitions are
36758 available when compiling.
36759
36760 2005-01-06 Juri Linkov <juri@jurta.org>
36761
36762 * isearch.el (isearch-lazy-highlight-update):
36763 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
36764
36765 2005-01-06 Miles Bader <miles@gnu.org>
36766
36767 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
36768 (isearch-lazy-highlight-face): Use new name.
36769
36770 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
36771
36772 * uniquify.el (uniquify-rationalize-file-buffer-names):
36773 Re-add an interactive spec.
36774 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
36775 to the same name.
36776
36777 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
36778 (isearch-update, isearch-done): Adjust calls accordingly.
36779
36780 2005-01-05 Richard M. Stallman <rms@gnu.org>
36781
36782 * custom.el (custom-set-variables, custom-theme-set-variables):
36783 Clarify documentation.
36784
36785 * emacs-lisp/find-func.el (find-variable)
36786 (find-variable-other-window, find-variable-other-frame):
36787 Fix the TYPE args to find-function-read and find-function-do-it.
36788 (find-function): Doc fix.
36789 (find-function-at-point): Replace function-at-point alias.
36790
36791 2005-01-04 Richard M. Stallman <rms@gnu.org>
36792
36793 * cus-face.el (custom-declare-face):
36794 Record defface in current-load-list.
36795
36796 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
36797
36798 * emacs-lisp/find-func.el: Doc fixes.
36799 (find-face-regexp): New variable.
36800 (find-function-regexp-alist): New variable.
36801 (find-function-C-source): Third arg is now TYPE.
36802 (find-function-search-for-symbol): Handle general TYPE.
36803 (find-function-read, find-function-do-it): Handle general TYPE.
36804 (find-definition-noselect, find-face): New functions.
36805 (function-at-point): Alias deleted.
36806
36807 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
36808
36809 * battery.el (display-battery-mode): Rename from display-battery.
36810 Handle the case where it gets turned off.
36811
36812 2005-01-04 Richard M. Stallman <rms@gnu.org>
36813
36814 * cus-edit.el (customize): Make :link point to user doc.
36815
36816 * man.el (Man-fontify-manpage): Turn off undo generation.
36817
36818 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
36819
36820 2005-01-04 Andreas Schwab <schwab@suse.de>
36821
36822 * files.el (insert-directory): Only look for error lines in
36823 inserted text. Don't move too far after processing --dired markers.
36824
36825 2005-01-04 Richard M. Stallman <rms@gnu.org>
36826
36827 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
36828 Don't expand if the character is @, period, dash, etc.
36829 (define-mail-abbrev): Quote names that contain problem characters.
36830
36831 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
36832
36833 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
36834
36835 2005-01-03 Richard M. Stallman <rms@gnu.org>
36836
36837 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
36838 (query-replace-highlight, query-replace-lazy-highlight)
36839 (query-replace): Definitions moved up. Doc fix.
36840
36841 2005-01-03 Richard M. Stallman <rms@gnu.org>
36842
36843 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
36844 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36845 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36846 (lazy-highlight-face): Rename from isearch-lazy-...
36847 Change all references to them.
36848
36849 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
36850
36851 * cus-edit.el (custom-file): Doc fix for defcustom.
36852 (custom-file): The function no longer sets the variable
36853 `custom-file' to its return value.
36854
36855 * startup.el (command-line): No longer load `custom-file'.
36856
36857 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
36858
36859 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
36860
36861 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
36862 Don't confuse module-prefixed identifiers for labels.
36863 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
36864
36865 2005-01-02 Richard M. Stallman <rms@gnu.org>
36866
36867 * files.el (basic-save-buffer-1): Fix previous change.
36868
36869 * loadhist.el (file-loadhist-lookup): New function.
36870 (file-provides, file-requires): Use it.
36871
36872 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
36873 instead of calculating the right size.
36874
36875 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
36876
36877 * vc-svn.el (vc-svn-diff): Stay local if possible.
36878
36879 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
36880
36881 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
36882
36883 * files.el (hack-local-variables): Fix last change.
36884
36885 2005-01-02 Jay Belanger <belanger@truman.edu>
36886
36887 * calc/calc-yank.el (calc-edit-top): New variable.
36888 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
36889 object. Change header properties.
36890 (calc-edit-finish, calc-edit-finish-stack-object)
36891 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
36892 edited object.
36893 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
36894 for the beginning of the edited object.
36895 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
36896 for the beginning of the edited object.
36897 * calc/calc-prog.el (calc-edit-macro-finish-edit)
36898 (calc-finish-formula-edit, calc-macro-repeats)
36899 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
36900 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
36901 beginning of the edited object.
36902 (calc-user-define-edit): Change the header for editing macros.
36903 Remove unnecessary variable.
36904
36905 2005-01-01 Jay Belanger <belanger@truman.edu>
36906
36907 * calc/calc-yank.el (calc-edit-mode): Change default header.
36908 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
36909 * calc/calc-store.el (calc-edit-variable): Change title to match new
36910 header.
36911 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
36912 mode to match new header.
36913 (calc-user-define-edit): Change titles to include names of commands.
36914 (calc-finish-formula-edit): Adjust to handle new header.
36915 (calc-finish-macro-edit): Remove.
36916 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
36917 (calc-edit-macro-command, calc-edit-macro-command-type)
36918 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
36919 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
36920 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
36921 (calc-edit-macro-finish-edit): New functions.
36922 (calc-user-define-edit): Use new functions to edit named calc macros.
36923
36924 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
36925
36926 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
36927
36928 * ses.el (copy-region-as-kill): Deactivate mark.
36929
36930 2005-01-01 Richard M. Stallman <rms@gnu.org>
36931
36932 * replace.el (occur-1): If the output buffer is also an input,
36933 don't kill it, rename it.
36934
36935 * faces.el (set-face-background, set-face-foreground): Doc fix.
36936
36937 * cus-face.el (custom-face-attributes): Fix :help-echo strings
36938 for :foreground and :background.
36939
36940 * dired.el (dired-view-command-alist): Variable deleted.
36941 (dired-view-file, dired-mouse-find-file-other-window):
36942 Delete the code to use it.
36943
36944 2005-01-01 Kim F. Storm <storm@cua.dk>
36945
36946 * image.el (insert-sliced-image): Use t for line-height property.
36947
36948 See ChangeLog.11 for earlier changes.
36949
36950 ;; Local Variables:
36951 ;; coding: iso-2022-7bit
36952 ;; add-log-time-zone-rule: t
36953 ;; End:
36954
36955 Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
36956
36957 This file is part of GNU Emacs.
36958
36959 GNU Emacs is free software; you can redistribute it and/or modify
36960 it under the terms of the GNU General Public License as published by
36961 the Free Software Foundation; either version 3, or (at your option)
36962 any later version.
36963
36964 GNU Emacs is distributed in the hope that it will be useful,
36965 but WITHOUT ANY WARRANTY; without even the implied warranty of
36966 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
36967 GNU General Public License for more details.
36968
36969 You should have received a copy of the GNU General Public License
36970 along with GNU Emacs; see the file COPYING. If not, write to the
36971 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
36972 Boston, MA 02110-1301, USA.
36973
36974 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1