]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(server-visit-files): Use `when'.
[gnu-emacs] / lisp / ChangeLog
1 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
2
3 * server.el (server-visit-files): Use `when'.
4 (server-process-filter): When authentication fails, send error
5 message to client. Wrap `process-send-region' in `ignore-errors'
6 instead of `condition-case', and remove misleading comment.
7
8 2006-11-01 Juri Linkov <juri@jurta.org>
9
10 * simple.el (yank): Doc fix.
11
12 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
13
14 * server.el: Try and fit within 80 columns.
15 (server-start): Make the auth file unreadable by other users.
16
17 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18
19 * battery.el (battery-linux-proc-acpi): Prevent range error when
20 `full-capacity' is 0.
21
22 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
23
24 * lisp/faces.el (faces-sample-overlay): New defvar.
25 (faces-sample-overlay): New function to show face sample text.
26 (describe-face): Use it.
27
28 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
29
30 * progmodes/ada-stmt.el: Change maintainer, apply
31 whitespace-cleanup, checkdoc.
32 (ada-func-or-proc-name): Add doc string.
33
34 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
35 whitespace-cleanup, checkdoc. Minor improvements to many doc
36 strings and comments.
37 (ada-prj-display-page): Change buffer name to more accurately
38 reflect function.
39
40 * progmodes/ada-xref.el: Change maintainer, apply
41 whitespace-cleanup, checkdoc. Minor improvements to many doc
42 strings and comments. Don't look for `gvd' or `ddd' debuggers.
43 (ada-compile-current): Don't add newlines to commands.
44
45 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
46
47 * server.el: Add support for TCP sockets.
48 (server-use-tcp, server-host, server-auth-dir): New options.
49 (server-auth-key): New variable.
50 (server-ensure-safe-dir): Create nonexistent parent dirs.
51 Ignore Unix-style file modes on Windows.
52 (server-start): Crete a TCP or Unix socket according to the value
53 of `server-use-tcp'. For TCP sockets, create the id/auth file in
54 `server-auth-dir' directory.
55 (server-process-filter): Delete process if authentication
56 fails (which never happens for Unix sockets).
57
58 2006-10-30 David Kastrup <dak@gnu.org>
59
60 * subr.el (add-to-list): Don't continue checking if a match has
61 been found.
62
63 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
64
65 * tutorial.el: Move defvars to avoid bytecomp warnings.
66 (tutorial--find-changed-keys): Check if viper-current-state is
67 bound before using it.
68 (help-with-tutorial): Check if viper-tutorial is defined before
69 using it.
70
71 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
72
73 * help-fns.el (help-with-tutorial): Moved to tutorial.el.
74
75 * tutorial.el: New file.
76 (help-with-tutorial): Moved here from help-fns.el. Added help for
77 rebound keys. Fixed resume of tutorial.
78 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
79 (tutorial--find-changed-keys, tutorial--display-changes)
80 (tutorial--saved-dir, tutorial--saved-file)
81 (tutorial--save-tutorial): New functions to support the changes in
82 help-with-tutorial.
83
84 2006-10-30 Kenichi Handa <handa@m17n.org>
85
86 * files.el (revert-buffer): If a unibyte buffer is being reverted
87 with a coding system for multibyte, set buffer multibyte before
88 calling insert-file-contents.
89
90 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
91
92 * server.el (server-select-display): Use a dummy buffer to detect when
93 the frame is later used.
94 (server-select-display): New function.
95 (server-process-filter): Use it to detect unused temp frames.
96
97 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
98
99 * progmodes/ada-mode.el: Change maintainer, apply
100 whitespace-clean, checkdoc. Minor improvements to many doc strings.
101 (ada-mode-version): New function.
102 (ada-create-menu): Menu operations are available for all supported
103 compilers.
104
105 2006-10-29 Lars Hansen <larsh@soem.dk>
106
107 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
108 Highlight as keyword.
109 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
110 Don't call tramp-method-out-of-band-p for local files.
111 (tramp-touch): Quote file name.
112
113 2006-10-28 Glenn Morris <rgm@gnu.org>
114
115 * calendar/calendar.el (cal-html-cursor-month)
116 (cal-html-cursor-year): Add autoloads for this new package.
117 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
118
119 2006-10-28 Anna Bigatti <bigatti@dima.unige.it>
120
121 * calendar/cal-html.el: New file.
122
123 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
124
125 * emacs-lisp/authors.el (authors-aliases): Update.
126
127 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
128
129 * version.el (emacs-version): Bump version number to 22.0.90.
130
131 2006-10-26 John W. Eaton <jwe@octave.org>
132
133 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
134 New defvar.
135 (inferior-octave-resync-dirs): Check to see whether Octave has
136 built-in variables and set inferior-octave-has-built-in-variables.
137 Check inferior-octave-has-built-in-variables to decide whether to
138 send commands that set built-in variables or call functions to
139 change Octave's behavior.
140 Send "disp (pwd ())" to Octave instead of just "pwd".
141 (inferior-octave-startup): Send "more off" to Octave instead of
142 "page_screen_output = 0".
143
144 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
145
146 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
147 pattern normally.
148
149 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
150
151 * bindings.el (mode-line-mode-menu): Remove bindings for global
152 minor modes (line/column number) as they are on the menubar.
153
154 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
155
156 * term/w32-win.el (x-handle-name-switch): Doc fix.
157 (w32-standard-fontset-spec): Fix typo in docstring.
158
159 * midnight.el (midnight-buffer-display-time): Doc fix.
160 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
161
162 2006-10-22 martin rudalics <rudalics@gmx.at>
163
164 * textmodes/flyspell.el (flyspell-check-region-doublons):
165 Fix last fix.
166
167 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
168
169 * bindings.el (mode-line-mode-menu): List global minor modes
170 before local ones.
171
172 2006-10-23 Kim F. Storm <storm@cua.dk>
173
174 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
175 (sit-for): If last command was a prefix arg, add the read-ahead
176 event to unread-command-events as (t . EVENT) so it will be added
177 to this-command-keys by read-key-sequence.
178
179 2006-10-22 martin rudalics <rudalics@gmx.at>
180
181 * textmodes/flyspell.el (flyspell-word): Skip past all previous
182 whitespace when checking doublons.
183 (flyspell-check-region-doublons): Fix doublon regexp.
184 (flyspell-highlight-incorrect-region): Highlight doublons using
185 flyspell-duplicate face.
186
187 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
188
189 2006-10-22 John Wiegley <johnw@newartisans.com>
190
191 * progmodes/python.el (python-use-skeletons): python-mode was
192 auto-inserting templates (for those with abbrev-mode on), not only
193 by default -- *but without a configuration variable to disable
194 it*. This rendered python-mode completely useless for me, so I
195 have added `python-use-skeletons', which is now off by default.
196
197 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
198
199 * progmodes/cperl-mode.el (cperl-mode): Don't assume
200 font-lock-multiline is auto-local (it's not).
201 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
202 initialized before calling cperl-init-faces.
203
204 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
205
206 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
207 gdb-stack-position a value when there is no fringe.
208
209 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
210 indicator if not visiting a file.
211
212 2006-10-20 David Kastrup <dak@gnu.org>
213
214 * window.el (kill-buffer-and-window): Fix a bug where an aborted
215 operation would still cause some window to collapse later.
216
217 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
218
219 * vc.el (vc-switch-backend): Try to be more careful with unwanted
220 side-effect due to mixing various backends's file properties.
221
222 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
223 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
224 Return `filename's status if applicable. Update callers.
225
226 2006-10-19 Kenichi Handa <handa@m17n.org>
227
228 * international/kkc.el (kkc-region): When a key sequence is not
229 defined, append (this-single-command-raw-keys) to
230 unread-input-method-events.
231
232 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
233
234 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
235
236 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
237
238 * version.el (emacs-version): Use mac-carbon-version-string.
239
240 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
241
242 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
243
244 * select.el (ccl-check-utf-8, string-utf-8-p): New functions
245 (by Kenichi Handa).
246 (xselect-convert-to-string): Decline requests for UTF8_STRING if
247 the selection is not UTF-8.
248
249 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
250
251 * progmodes/ada-mode.el (ada-83-string-keywords)
252 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
253 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
254 (ada-looking-at-semi-private, ada-get-body-name):
255 Fix typos in docstrings.
256 (ada-create-case-exception, ada-create-case-exception-substring):
257 Fix typos in error messages.
258 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
259
260 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
261
262 * term/x-win.el (res-geometry): Don't set geometry from Xresources
263 to default-frame-alist if default-frame-alist already contains
264 width/height.
265
266 2006-10-18 Richard Stallman <rms@gnu.org>
267
268 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
269 Non-interactive arg is the value, not the expression.
270
271 * simple.el (read-expression-map): Just set it, no defvar.
272
273 * subr.el (insert-for-yank-1): If last inserted char has
274 properties, mark them as rear-nonsticky.
275
276 * recentf.el (recentf-mode): Doc fix.
277
278 * facemenu.el (facemenu-add-new-face): Defend against symbol
279 that isn't a face name.
280
281 * dired-aux.el (dired-do-copy): Doc fix.
282
283 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
284
285 * simple.el (line-move-1): Ignore fields when moving to the
286 beginning of line to avoid getting point stuck.
287
288 2006-10-18 Martin Rudalics <rudalics@gmx.at>
289
290 * textmodes/flyspell.el (flyspell-word-search-backward):
291 Set inhibit-point-motion-hooks to avoid looping due to intangibile
292 text.
293
294 2006-10-16 Richard Stallman <rms@gnu.org>
295
296 * help-fns.el (describe-function-1): Special case optimization
297 for self-insert-command.
298
299 2006-10-16 Kim F. Storm <storm@cua.dk>
300
301 * ido.el (ido-reread-directory): Work in `dir' mode too.
302
303 2006-10-15 Martin Rudalics <rudalics@gmx.at>
304
305 * textmodes/table.el: Require 'regexp-opt.
306
307 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
308
309 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
310 Use shell-quote-argument.
311
312 * shell.el (explicit-bash-args): Likewise.
313
314 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
315 Use grep -E rather than egrep.
316
317 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
318
319 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
320
321 2006-10-15 Kim F. Storm <storm@cua.dk>
322
323 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
324
325 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
326
327 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
328 to protect whitespace and metacharacters from the shell.
329
330 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
331
332 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
333
334 2006-10-13 Eli Zaretskii <eliz@gnu.org>
335
336 * subr.el (start-process-shell-command): Doc fix.
337
338 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
339
340 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
341 the regexp for Maxima symbols.
342
343 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
344
345 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
346 (vc-find-root): Don't walk higher up than ~.
347
348 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
349
350 * international/utf-8.el (utf-translate-cjk-load-tables):
351 Avoid clobbering last-coding-system-used during load.
352
353 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
354
355 * textmodes/reftex-global.el (reftex-create-tags-file):
356 Quote file arguments.
357
358 2006-10-12 Richard Stallman <rms@gnu.org>
359
360 * files.el (file-name-history): Add defvar.
361 (save-some-buffers-action-alist): Improve description strings.
362
363 2006-10-12 Andreas Schwab <schwab@suse.de>
364
365 * files.el (auto-mode-alist): Match change log file name also with
366 a dash before a numeric extension.
367
368 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
369
370 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
371 After 5.0:
372 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
373
374 After 5.1: Major edit. Summary of most visible changes:
375
376 - Multiple <<HERE per line allowed.
377 - Handles multiline subroutine declaration headers (with comments).
378 (The exception is `cperl-etags' - but it is not used in the rest
379 of the mode.)
380 - Fontifies multiline my/our declarations (even with comments,
381 and with legacy `font-lock').
382 - Major speedup of syntaxification, both immediate and postponed
383 (3.5x to 15x [for different CPUs and versions of Emacs] on the
384 huge real-life document I tested).
385 - New bindings, edits to imenu.
386 - "_" is made into word-char during fontification/syntaxification;
387 some attempts to recognize non-word "_" during other operations too.
388 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
389 - autoload some more perldoc-related stuff
390 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
391 - Attempt to incorporate XEmacs edits which reached me.
392
393 Fine-grained changelog:
394 (cperl-hook-after-change): New configuration variable.
395 (cperl-vc-sccs-header): Likewise.
396 (cperl-vc-sccs-header): Likewise.
397 (cperl-vc-header-alist): Default via two preceding variables.
398 (cperl-invalid-face): Remove double quoting under XEmacs
399 (still needed under 21.2).
400 (cperl-tips): Update URLs for resources.
401 (cperl-problems): Likewise.
402 (cperl-praise): Mention new features.
403 New C-c key bindings: for `cperl-find-bad-style',
404 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
405 `cperl-perdoc', and `cperl-perldoc-at-point'.
406 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
407 moved, new submenu of Tools with Ispell entries and narrowing.
408 (cperl-after-sub-regexp): New defsubst.
409 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
410 Allows heads up to head4.
411 Allow "package;".
412 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
413 (paren-backwards-message): ??? Something for XEmacs???
414 (cperl-mode): Never auto-switch abbrev-mode off.
415 Try to allow '_' be non-word char.
416 Do not use `font-lock-unfontify-region-function' on XEmacs.
417 Reset syntax cache on mode start.
418 Support multiline facification (even on legacy `font-lock').
419 (cperl-facemenu-add-face-function): ??? Some contributed code ???
420 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
421 refuse to inform us whether the fontification is due to lazy
422 calling or due to edit to a buffer, install our own hook
423 (controlled by `cperl-hook-after-change').
424 (cperl-electric-pod): =cut may have been recognized as start.
425 (cperl-block-p): Move, updatedfor attributes.
426 (cperl-calculate-indent): Try to allow '_' be non-word char
427 Support subs with attributes.
428 (cperl-where-am-i): Queit (?) a warning.
429 (cperl-cached-syntax-table) New function.
430 (cperl-forward-re): Use `cperl-cached-syntax-table'.
431 (cperl-unwind-to-safe): Recognize `syntax-type' property
432 changing in a middle of line.
433 (cperl-find-sub-attrs): New function.
434 (cperl-find-pods-heres): Allow many <<EOP per line.
435 Allow subs with attributes.
436 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
437 Recognize "extproc " (OS/2) case-folded and only at start.
438 /x on s///x with empty replacement was not recognized.
439 Better comments.
440 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
441 Allow subs with attributes, labels.
442 Do not confuse "else::foo" with "else".
443 Minor optimizations...
444 (cperl-after-expr-p): Try to allow '_' be non-word char.
445 (cperl-fill-paragraph): Try to detect a major bug in Emacs
446 with `looking-at' inside `narrow' and bulk out if found.
447 (cperl-imenu--create-perl-index): Updates for new
448 `cperl-imenu--function-name-regexp-perl'.
449 (cperl-outline-level): Likewise.
450 (cperl-init-faces): Allow multiline subroutine headers
451 and my/our declarations, and ones with comments.
452 Allow subroutine attributes.
453 (cperl-imenu-on-info): Better docstring.
454 (cperl-etags): Rudimentary support for attributes.
455 Support for packages and "package;".
456 (cperl-add-tags-recurse-noxs): Better (?) docstring.
457 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
458 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
459 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
460 (cperl-perldoc): Add autoload.
461 (cperl-perldoc-at-point): Likewise.
462 (cperl-here-doc-spell): New function.
463 (cperl-pod-spell): Likewise.
464 (cperl-map-pods-heres): Likewise.
465 (cperl-get-here-doc-region): Likewise.
466 (cperl-font-lock-fontify-region-function): Likewise (backward
467 compatibility for legacy `font-lock').
468 (cperl-font-lock-unfontify-region-function): Fix style.
469 (cperl-fontify-syntaxically): Recognize and optimize away deferred
470 calls with no-change. Governed by `cperl-hook-after-change'.
471 (cperl-fontify-update): Recognize that syntaxification region
472 can be larger than fontification one.
473 XXXX we leave `cperl-postpone' property, so this is quadratic...
474 (cperl-fontify-update-bad): Temporary placeholder until
475 it is clear how to implement `cperl-fontify-update'.
476 (cperl-time-fontification): New function.
477 (attrib-group): New text attribute.
478 (multiline): New value: `syntax-type' text attribute.
479
480 After 5.2:
481 (cperl-emulate-lazy-lock): New function.
482 (cperl-fontify-syntaxically): Would skip large regions.
483 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
484 Some globals were declared, but uninitialized.
485
486 After 5.3, 5.4:
487 (cperl-facemenu-add-face-function): Add docs, fix U<>.
488 Copyright message updated.
489 (cperl-init-faces): Work around a bug in `font-lock'. May slow
490 facification down a bit.
491 Misprint for my|our|local for old `font-lock'
492 "our" was not fontified same as "my|local".
493 Highlight variables after "my" etc even in
494 a middle of an expression.
495 Do not facify multiple variables after my etc
496 unless parentheses are present.
497
498 After 5.5, 5.6
499 (cperl-fontify-syntaxically): after-change hook could reset.
500 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
501
502 After 5.7:
503 (cperl-init-faces): Allow highlighting of local ($/).
504 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
505 (cperl-problems): Remove fixed problems.
506 (cperl-find-pods-heres): Recognize #-comments in m##x too.
507 Recognize charclasses (unless delimiter is \).
508 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
509 (cperl-regexp-scan): Update docs.
510 (cperl-beautify-regexp-piece): Use information got from regexp scan.
511
512 After 5.8:
513 Major user visible changes:
514 Recognition and fontification of character classes in RExen.
515 Variable indentation of RExen according to groups.
516
517 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
518 Fontify REx charclasses in variable-name face.
519 Fontify POSIX charclasses in "type" face.
520 Fontify unmatched "]" in function-name face.
521 Mark first-char of HERE-doc as `front-sticky'.
522 Reset `front-sticky' property when needed.
523 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
524 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
525 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
526 constructs. Support `narrow'ed buffers.
527 (cperl-praise): Remove a reservation.
528 (cperl-make-indent): New function.
529 (cperl-indent-for-comment): Use `cperl-make-indent'.
530 (cperl-indent-line): Likewise.
531 (cperl-lineup): Likewise.
532 (cperl-beautify-regexp-piece): Likewise.
533 (cperl-contract-level): Likewise.
534 (cperl-toggle-set-debug-unwind): New function.
535 New menu entry for this.
536 (fill-paragraph-function): Use when `boundp'.
537 (cperl-calculate-indent): Take into account groups when indenting RExen.
538 (cperl-to-comment-or-eol): Recognize # which end a string.
539 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
540 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
541 (cperl-fontify-syntaxically): More clear debugging message.
542 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
543 (cperl-init-faces): More complicated highlight even on XEmacs (new).
544 Merge cosmetic changes from XEmacs.
545
546 After 5.9:
547 (cperl-1+): Move to before the first use.
548 (cperl-1-): Likewise.
549
550 After 5.10:
551
552 This code may lock Emacs hard!!! Use at your own risk!
553
554 (cperl-font-locking): New internal variable.
555 (cperl-beginning-of-property): New function.
556 (cperl-calculate-indent): Use `cperl-beginning-of-property'
557 instead of `previous-single-property-change'.
558 (cperl-unwind-to-safe): Likewise.
559 (cperl-after-expr-p): Likewise.
560 (cperl-get-here-doc-region): Likewise.
561 (cperl-font-lock-fontify-region-function): Likewise.
562 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
563 recursively.
564 Bound `next-single-property-change' via `point-max'.
565 (cperl-unwind-to-safe): Bound likewise
566 (cperl-font-lock-fontify-region-function): Likewise.
567 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
568 Initialization of `cperl-font-lock-multiline-start' could be
569 missed if the "main" fontification did not run due to the
570 keyword being already fontified.
571 (cperl-pod-spell): Return t from do-one-chunk function.
572 (cperl-map-pods-heres): Stop when the worker returns nil.
573 Call `cperl-update-syntaxification'.
574 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
575 (cperl-get-here-doc-delim): Remove unused function.
576
577 After 5.11:
578
579 The possible lockup of Emacs (introduced in 5.10) fixed.
580
581 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
582 (cperl-syntaxify-for-menu): New customization variable.
583 (cperl-select-this-pod-or-here-doc): New function.
584 (cperl-get-here-doc-region): Extra argument.
585 Do not adjust pos by 1.
586
587 New menu entries
588 (Perl/Tools): Selection of current POD or HERE-DOC section.
589 (Debugging CPerl:) backtrace on fontification.
590
591 After 5.12:
592 (cperl-cached-syntax-table): Use `car-safe'.
593 (cperl-forward-re): Remove spurious argument SET-ST.
594 Add documentation.
595 (cperl-forward-group-in-re): New function.
596 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
597 (XXXX Temporary (?) hack is to syntax-mark them as comment).
598
599 After 5.13:
600 (cperl-string-syntax-table): Make { and } not-grouping
601 (Sometimes they ARE grouping in RExen, but matching them would only
602 confuse in many situations when they are not)
603 (beginning-of-buffer): Replace two occurences with goto-char...
604 (cperl-calculate-indent): `char-after' could be nil...
605 (cperl-find-pods-heres): REx can start after "[" too.
606 Hightlight (??{}) in RExen too.
607 (cperl-maybe-white-and-comment-rex): New constant
608 (cperl-white-and-comment-rex): Likewise.
609 XXXX Not very efficient, but hard to make
610 better while keeping 1 group.
611
612 After 5.13:
613 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
614 Likewise for 1 << identifier.
615
616 After 5.14:
617 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
618 Error-less condition-case could fail.
619 (cperl-font-lock-fontify-region-function): Likewise.
620 (cperl-init-faces): Likewise.
621
622 After 5.15:
623 (cperl-find-pods-heres): Support property REx-part2.
624 (cperl-calculate-indent): Likewise.
625 Don't special-case REx with non-empty 1st line.
626 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
627 Invert highlighting of charclasses:
628 now the envelop is highlighted.
629 Highlight many others 0-length builtins.
630 (cperl-praise): Mention indenting and highlight in RExen.
631
632 After 5.15:
633 (cperl-find-pods-heres): Highlight capturing parens in REx.
634
635 After 5.16:
636 (cperl-find-pods-heres): Highlight '|' for alternation
637 Initialize `font-lock-warning-face' if not present.
638 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
639 `font-lock-function-name-face'.
640 (cperl-look-at-leading-count): Likewise.
641 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
642 `font-lock-keyword-face' (needed for
643 batch processing), etc...
644 Use `font-lock-builtin-face' for builtin in REx
645 Now `font-lock-variable-name-face'
646 is used for interpolated variables
647 Use "talking aliases" for faces inside REx
648 Highlight parts of REx (except in charclasses)
649 according to the syntax and/or semantic
650 Syntax-mark a {}-part of (?{}) as "comment"
651 (it was the ()-part)
652 Better logic to distinguish what is what in REx
653 (cperl-tips-faces): Document REx highlighting
654 (cperl-praise): Mention REx syntax highlight etc.
655
656 After 5.17:
657 (cperl-find-sub-attrs): Would not always manage to print error message.
658 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
659
660 After 5.18:
661 (cperl-find-pods-heres): Misprint in REx for parsing REx.
662 Very minor optimization.
663 `my-cperl-REx-modifiers-face' got quoted.
664 Recognize "print $foo <<END" as HERE-doc.
665 Put `REx-interpolated' text attribute if needed.
666 (cperl-invert-if-unless-modifiers): New function.
667 (cperl-backward-to-start-of-expr): Likewise.
668 (cperl-forward-to-end-of-expr): Likewise.
669 (cperl-invert-if-unless): Works in "the opposite way" too.
670 Cursor position on return is on the switch-word.
671 Indents comments better.
672 (REx-interpolated): New text attribute.
673 (cperl-next-interpolated-REx): New function.
674 (cperl-next-interpolated-REx-0): Likewise.
675 (cperl-next-interpolated-REx-1): Likewise.
676 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
677 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
678 (cperl-praise): Mention finded interpolated RExen.
679
680 After 5.19:
681 (cperl-init-faces): Highlight %$foo, @$foo too.
682 (cperl-short-docs): Better docs for system, exec.
683 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
684 Would not find HERE-doc ended by EOF without NL.
685 (cperl-short-docs): Correct not-doubled \-escapes.
686 start block: Put some `defvar' for stuff gone from XEmacs.
687
688 After 5.20:
689 initial comment: Extend copyright, fix email address.
690 (cperl-indent-comment-at-column-0): New customization variable.
691 (cperl-comment-indent): Indentation after $#a would increasy by 1.
692 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
693 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
694 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
695 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
696 highlight $ in $foo too (UNTESTED).
697 (cperl-set-style): Docstring missed some available styles.
698 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
699 Change "Current" to "Memorize Current".
700 (cperl-indent-wrt-brace): New customization variable; the default is
701 as for pre-5.2 version.
702 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
703 (cperl-style-alist): Likewise.
704 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
705 and `cperl-extra-newline-before-brace' etc
706 being t
707 (cperl-indent-exp): Plans B and C to find continuation blocks even
708 if `cperl-extra-newline-before-brace' is t.
709
710 After 5.21:
711 Improve some docstrings concerning indentation.
712 (cperl-indent-rules-alist): New variable.
713 (cperl-sniff-for-indent): New function name
714 (separated from `cperl-calculate-indent').
715 (cperl-calculate-indent): Separate the sniffer and the indenter;
716 uses `cperl-sniff-for-indent' now.
717 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
718 was inverted;
719 Support `comment-column' = 0.
720
721 2006-10-11 Martin Rudalics <rudalics@gmx.at>
722
723 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
724 * help-at-pt.el (scan-buf-move-to-region): Likewise.
725 * longlines.el (longlines-window-change-function): Likewise.
726 * simple.el (undo-ask-before-discard): Likewise.
727 * wid-edit.el (widget-field-prompt-internal)
728 (widget-documentation-link-p): Likewise.
729
730 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
731
732 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
733 for a keyword.
734
735 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
736
737 * newcomment.el (comment-valid-prefix-p): Make the check
738 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
739 (comment-indent-new-line): Adjust call.
740
741 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
742
743 * allout.el (allout-back-to-current-heading): Base on lower-level
744 routines to get proper disqualification of aberrant topics.
745
746 2006-10-09 Richard Stallman <rms@gnu.org>
747
748 * textmodes/two-column.el (2C-two-columns): Doc fix.
749
750 2006-10-09 Kim F. Storm <storm@cua.dk>
751
752 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
753 about implicit use.
754
755 2006-10-08 Richard Stallman <rms@gnu.org>
756
757 * textmodes/two-column.el (2C-two-columns): Doc fix.
758
759 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
760
761 * files.el: Mark `buffer-read-only' as safe-local-variable.
762
763 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
764
765 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
766 Burp if GUD buffer has been killed.
767
768 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * completion.el (add-completions-from-c-buffer):
771 Don't presume an error's second element is a string.
772 Use looking-at rather than buffer-substring + member.
773
774 2006-10-07 Eli Zaretskii <eliz@gnu.org>
775
776 * mail/rmail.el (rmail-redecode-body): If the old encoding is
777 `undecided', call find-coding-systems-region to find a proper
778 non-trivial encoding.
779 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
780 and "text/plain".
781
782 2006-10-07 Kevin Ryde <user42@zip.com.au>
783
784 * textmodes/reftex-vars.el (defgroup reftex): Update home page
785 url-link.
786
787 * strokes.el (defgroup strokes): Remove invalid url-link.
788
789 2006-10-07 Magnus Henoch <mange@freemail.hu>
790
791 * autoinsert.el (auto-insert-alist): Doc fix.
792
793 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
794
795 * mouse-sel.el (mouse-insert-selection-internal):
796 Use insert-for-yank, so that yank handlers are run.
797
798 2006-10-07 Kim F. Storm <storm@cua.dk>
799
800 * ido.el (ido-file-extension-aux): Fix comparison.
801
802 2006-10-06 Kim F. Storm <storm@cua.dk>
803
804 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
805
806 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
807
808 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
809 (ad-make-mapped-call): Use `let', not `let*'.
810
811 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
812
813 * international/mule-cmds.el (coding-system-change-eol-conversion):
814 Ensure the coding system is initialized before calling
815 coding-system-eol-type.
816
817 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
818
819 * textmodes/org.el (org-rm-props, org-activate-plain-links)
820 (org-activate-angle-links, org-activate-dates)
821 (org-activate-target-links, org-activate-camels)
822 (org-activate-tags): Add `rear-nonsticky' text property to avoid
823 textproperty keymaps from being active beyond the end of a line.
824 (org-unfontify-region): Also remove `rear-nonsticky' property.
825
826 2006-10-04 Kenichi Handa <handa@m17n.org>
827
828 * international/code-pages.el (next): Table fixed.
829
830 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
831
832 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
833 that it's been made unnecessary by removing narrowing.
834
835 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
836
837 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
838 control flow a bit, simplify another bit, and add comments.
839
840 2006-10-03 David Kastrup <dak@gnu.org>
841
842 * help.el (describe-mode): For clicks on mode-line, use "@"
843 interactive argument to get the major mode of the click instead of
844 the current buffer.
845
846 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
847 in order to better redirect mouse-2 clicks. Also allow default
848 bindings to apply.
849
850 2006-10-03 Kim F. Storm <storm@cua.dk>
851
852 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
853 (pushnew): Fix last change.
854
855 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
856
857 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
858 Use the interactive spec of `eval-expression'.
859
860 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
861
862 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
863
864 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
865
866 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
867 2006-09-28 commit.
868
869 2006-10-02 Kenichi Handa <handa@m17n.org>
870
871 * international/code-pages.el (iso-8859-6): Table fixed.
872
873 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
874
875 * dired.el (dired-build-subdir-alist): Fix previous change.
876
877 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se>
878
879 * simple.el (undo-elt-crosses-region): Fix the inequalities.
880
881 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
882
883 * emacs-lisp/find-func.el (find-function-regexp): Don't match
884 "define-button-type".
885
886 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
887 they don't keep accumulating.
888
889 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
890
891 * ffap.el (ffap-rfc-path): Change the address of the RFC
892 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
893
894 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
895
896 * allout.el (allout-expose-topic): Rectify implementation of "+"
897 spec, so that bodies are not exposed with headlines.
898
899 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
900
901 * allout.el (allout-current-depth): Do aberrent check only at or
902 below doublecheck depth.
903 (allout-chart-subtree): Make it explicit that LEVELS being nil
904 means unlimited depth. Drop undocumented support for LEVELS value
905 t meaning unlimited depth. (This is consistent with
906 allout-chart-to-reveal, but contrary to allout-show-children,
907 which needs to use nil to default to depth of 1.)
908 (allout-goto-prefix-doublechecked): Wrap long docstring line.
909 (allout-chart-to-reveal): Be explicit in docstring about meaning
910 of nil LEVELS, and drop support for LEVELS value t.
911 (allout-show-children): Translate the level spec used by this
912 routine to that used by allout-chart-subtree and
913 allout-chart-to-reveal.
914 (allout-show-to-offshoot): Retry once when stuck, after opening
915 subtree - improvements in discontinuity handling likely will
916 enable progress.
917
918 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
919
920 * wid-edit.el (widget-button-click-moves-point): New variable.
921 (widget-button-click): If widget-button-click-moves-point is
922 non-nil, set point after performing the button action
923
924 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
925
926 2006-09-30 Martin Rudalics <rudalics@gmx.at>
927
928 * files.el (find-file-existing): Modify to not allow wildcards.
929
930 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
931
932 * simple.el (undo-more): When undo information for the region is
933 exhausted, say "No further undo information FOR REGION".
934
935 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
936
937 * progmodes/sh-script.el (sh-prev-thing):
938 Take `sh-leading-keywords' into account.
939
940 2006-09-29 Glenn Morris <rgm@gnu.org>
941
942 * custom.el (defcustom): Doc fix.
943
944 * calendar/calendar.el (european-calendar-style):
945 Call european-calendar or american-calendar as needed when set.
946 (diary-view-entries, list-calendar-holidays): Move autoloads
947 before use.
948
949 2006-09-29 Juri Linkov <juri@jurta.org>
950
951 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
952 to nil if there is no previous property change.
953
954 2006-09-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
955
956 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
957 saving anything to be sure that `forward-sexp' behaves correctly.
958
959 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
960
961 * simple.el (line-move-finish): Ignore field boundaries if the
962 initial and final points have the same `field' property.
963
964 2006-09-29 Kim F. Storm <storm@cua.dk>
965
966 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
967 to t while calling ido-read-internal.
968
969 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
970
971 * textmodes/org.el (org-file-remote-p): Get regexp from list.
972 (org-archive-subtree): Remove erraneous `]' from character list.
973
974 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
975
976 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
977 (ses-reconstruct-all): Make undo of "insert row" work by keeping
978 markers for data-area and parameters-area.
979
980 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
981
982 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
983
984 * font-lock.el (font-lock-after-change-function): Refontify next line
985 as well if end is at BOL.
986 (font-lock-extend-jit-lock-region-after-change): Be more careful to
987 only extend the region as much as needed.
988
989 2006-09-28 Richard Stallman <rms@gnu.org>
990
991 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
992
993 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
994
995 * international/mule.el (after-insert-file-set-coding):
996 If VISIT, don't let set-buffer-multibyte make undo info.
997
998 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
999
1000 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
1001 lines in base64-encoded authentication response.
1002
1003 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1004
1005 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
1006 (ebnf-version): New version 4.3.
1007 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
1008 (ebnf-prologue): Adjust PostScript programming.
1009 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
1010 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
1011
1012 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
1013
1014 * jit-lock.el (jit-lock-force-redisplay): Rename from
1015 jit-lock-fontify-again, and undo the mistaken change I've just done.
1016
1017 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
1018 (jit-lock-fontify-again): Don't refontify text that's not displayed.
1019
1020 2006-09-26 Kenichi Handa <handa@m17n.org>
1021
1022 * startup.el (display-splash-screen): Allow a prefix argument.
1023
1024 2006-09-25 Jason Rumney <jasonr@gnu.org>
1025
1026 * subr.el (shell-quote-argument): Use DOS logic for Windows
1027 shells with DOS semantics.
1028
1029 2006-09-24 Richard Stallman <rms@gnu.org>
1030
1031 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
1032 (compilation-goto-locus): Use compilation-goto-locus-delete-o
1033 to delete the overlay. Put it on pre-command-hook.
1034
1035 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
1036
1037 * startup.el (fancy-splash-screens, normal-splash-screen):
1038 Call the splash buffer *About GNU Emacs*.
1039
1040 * simple.el (next-error-highlight, next-error-highlight-no-select):
1041 Default to 0.5.
1042 (yank-excluded-properties): Add `fontified'.
1043
1044 * font-lock.el (font-lock-compile-keywords): Allow value of
1045 syntax-begin-function to enable paren-column-0 highlighting.
1046
1047 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
1048
1049 * dired.el (dired-build-subdir-alist): When file ends in colon,
1050 don't exit the loop, just disregard that file.
1051
1052 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
1053
1054 * simple.el (line-move-finish): Handle corner case for fields in
1055 continued lines.
1056 (line-move-1): Remove flawed test for that case.
1057
1058 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
1059
1060 * icomplete.el (icomplete-simple-completing-p): Use the correct
1061 name for the new variable, `icomplete-with-completion-tables'.
1062 (file local variables): Remove superfluous setting.
1063
1064 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
1065
1066 * calendar/appt.el (appt-check): Fix typo for appointments just
1067 after midnight.
1068
1069 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
1070
1071 * help.el (describe-key-briefly, describe-key): Don't expect an
1072 extra up event if a down-event is generated by a popup menu.
1073
1074 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
1075
1076 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
1077 local dictionary when changing the global dictionary.
1078
1079 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
1080
1081 * icomplete.el (icomplete-with-completion-tables): List of
1082 specialized completion tables with which icomplete should
1083 operate. Include the new `internal-complete-buffer', so icomplete
1084 works with interactive buffer-selection.
1085 (icomplete-simple-completing-p): Add acceptance of specialized
1086 completion tables listed in icomplete-with-completion-tables.
1087
1088 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1089
1090 * frame.el (focus-follows-mouse): Set default to nil on Mac.
1091
1092 * startup.el (command-line): Use `custom-reevaluate-setting' for
1093 `focus-follows-mouse'.
1094
1095 2006-09-22 Richard Stallman <rms@gnu.org>
1096
1097 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
1098 explain why Save is not available.
1099
1100 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
1101
1102 * woman.el (woman0-so): Use `let*', not `let'.
1103 (woman-horizontal-line): Remove unbalanced parenthesis.
1104
1105 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1106
1107 * woman.el: Make sure all the end-of-region markers we use have
1108 a non-nil insertion-type.
1109 (woman0-so): Move things around so we can use copy-marker.
1110 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
1111 Adjust marker type.
1112 (woman2-process-escapes): Check marker type.
1113 (woman-horizontal-line): Dispense with the use of a marker.
1114
1115 2006-09-22 Jay Belanger <belanger@truman.edu>
1116
1117 * calc/calc-lang.el: Add Greek letters to math-variable-table
1118 property of tex.
1119
1120 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
1121
1122 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
1123
1124 2006-09-22 Masatake YAMATO <jet@gyve.org>
1125
1126 * add-log.el (add-log-current-defun): Use `forward-sexp'
1127 instead of `forward-word' to pick c++::symbol.
1128 Reported by Herbert Euler <herberteuler@hotmail.com>.
1129
1130 2006-09-22 Kenichi Handa <handa@m17n.org>
1131
1132 * bindings.el: Fix setting self-insert-command for multibyte
1133 characters in global-map.
1134
1135 2006-09-21 David Kastrup <dak@gnu.org>
1136
1137 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
1138 doc string.
1139
1140 2006-09-21 Kenichi Handa <handa@m17n.org>
1141
1142 * language/european.el ("Latin-1"): Add windows-1252 to
1143 coding-priority.
1144 ("German"): Likewise.
1145
1146 2006-09-21 Kim F. Storm <storm@cua.dk>
1147
1148 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
1149 Suggested by Miles Bader.
1150
1151 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
1152 instead of add-to-list in the simple case.
1153
1154 2006-09-20 Kenichi Handa <handa@m17n.org>
1155
1156 * isearch.el (isearch-process-search-char): Cancel the previous change.
1157 (isearch-search-string): New function.
1158 (isearch-search): Use isearch-search-string.
1159 (isearch-lazy-highlight-search): Likewise.
1160
1161 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1162
1163 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
1164 string to become an option.
1165
1166 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1167
1168 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
1169
1170 2006-09-20 Kim F. Storm <storm@cua.dk>
1171
1172 * simple.el (line-move-partial): Call pos-visible-in-window-p with
1173 position t instead of trying both window-end and window-end - 1.
1174
1175 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
1176
1177 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
1178 hidden trees.
1179
1180 2006-09-20 David Kastrup <dak@gnu.org>
1181
1182 * mouse.el (mouse-posn-property): Improve doc string.
1183 (mouse-on-link-p): Change buffers for function calls on links.
1184
1185 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
1186 buffer is read-only.
1187
1188 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
1189
1190 * allout.el (allout-unprotected): Let inhibit-read-only only when
1191 buffer-read-only isn't set.
1192 (allout-annotate-hidden): Enable topic annotation during copies even
1193 when the buffer is read-only, eg for topic copies. Ensure that the loop
1194 advances, even when the span extends beyond the deletion region.
1195 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
1196 rather than allout-exposure-changed-hook, as a stronger assertion.
1197 (allout-keybindings-list): Add bindings for
1198 allout-copy-line-as-kill and allout-copy-topic-as-kill.
1199 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
1200 Copy wrappers for allout-kill-line and allout-kill-topic.
1201 (allout-listify-exposed): Position correctly to accumulate lines.
1202
1203 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
1204
1205 * simple.el (line-move-1): Escape field boundaries occurring
1206 exactly at point. Update goal column if constrained to a field.
1207 (line-move-finish): Escape field boundaries occurring exactly at point.
1208
1209 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1210
1211 * mouse.el (mouse-on-link-p): Tentatively fix last change.
1212 (mouse-drag-vertical-line): Remove unused var `wconfig'.
1213
1214 2006-09-19 Kim F. Storm <storm@cua.dk>
1215
1216 * help.el (describe-key-briefly, describe-key): Simplify printing
1217 of descriptions by using format and %S. Fix "is undefined"
1218 messages to say "at that spot" for mouse events.
1219
1220 * simple.el (line-move-partial): Optimize. Try window-line-height
1221 before posn-at-point to get vpos of current line.
1222
1223 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
1224
1225 * viper.el: Bump up version/date of update to reflect the substantial
1226 changes done in August 2006.
1227
1228 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
1229 are defined.
1230
1231 * ediff-util.el (ediff-add-to-history): New function.
1232
1233 * ediff.el: Use ediff-add-to-history instead of add-to-history.
1234
1235 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
1236
1237 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
1238 Delete duplicate make-local-variable form.
1239 (conf-space-keywords): Add autoload cookie.
1240 Fix typo (`keywords', not `keyword').
1241
1242 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1243
1244 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
1245 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
1246 to x-gtk-use-old-file-dialog
1247
1248 2006-09-18 Richard Stallman <rms@gnu.org>
1249
1250 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
1251 that might come in during mouse tracking.
1252
1253 2006-09-18 Kim F. Storm <storm@cua.dk>
1254
1255 * simple.el (line-move-partial): Rework 2006-09-15 change to use
1256 new window-line-height function. Further optimize by not calling
1257 pos-visible-in-window-p for window-end when window-line-height
1258 returns useful information.
1259
1260 2006-09-16 Richard Stallman <rms@gnu.org>
1261
1262 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
1263 (conf-space-mode): Don't handle prefix arg.
1264 Delete conf-space-keywords-override code.
1265 Use add-hook.
1266 (conf-space-keywords): New command.
1267 (conf-space-mode-internal): Be careful with imenu-generic-expression.
1268 Delete conf-space-keywords-override code.
1269 (conf-space-keywords-alist): Doc fix.
1270 (conf-space-font-lock-keywords): Doc fix.
1271 (conf-space-keywords-override): Var deleted.
1272
1273 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
1274
1275 * startup.el (fancy-splash-screens): Don't switch to the scratch
1276 buffer; it may not be the next buffer.
1277
1278 2006-09-16 Romain Francoise <romain@orebokech.com>
1279
1280 * saveplace.el (load-save-place-alist-from-file): Use expanded name
1281 in both messages.
1282
1283 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
1284
1285 * progmodes/python.el (python-preoutput-filter):
1286 Fix arg order to string-match.
1287
1288 2006-09-16 Richard Stallman <rms@gnu.org>
1289
1290 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
1291 font-lock-compile-keywords.
1292
1293 * font-lock.el (font-lock-compile-keywords): Rename optional arg
1294 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
1295
1296 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1297
1298 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
1299
1300 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
1301 and the data doesn't look like UTF8, send STRING instead.
1302
1303 2006-09-16 Agustin Martin <agustin.martin@hispalinux.es>
1304
1305 * textmodes/flyspell.el (flyspell-check-region-doublons):
1306 New function to detect duplicated words.
1307 (flyspell-large-region): Use it.
1308
1309 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
1310
1311 * simple.el (line-move-to-column): Revert 2006-08-03 change.
1312
1313 2006-09-16 Eli Zaretskii <eliz@gnu.org>
1314
1315 * help.el (describe-prefix-bindings): Use let, not let*.
1316
1317 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
1318
1319 * allout.el (allout-regexp, allout-line-boundary-regexp)
1320 (allout-bob-regexp): Correct grouping and boundaries to fix
1321 backwards traversal.
1322 (allout-depth-specific-regexp, allout-depth-one-regexp):
1323 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
1324 worse time in allout-ascend.
1325 (allout-doublecheck-at-and-shallower): Identify depth threshold
1326 below which topics are checked for and disqualified by containment
1327 discontinuities.
1328 (allout-hotspot-key-handler): Correctly handle multiple-key
1329 strokes. Remove some unused variables.
1330 (allout-mode-leaders): Clarify that mode-specific comment-start
1331 will be used.
1332 (set-allout-regexp): Correctly regexp-quote allout regexps to
1333 properly accept alternative header-leads and primary bullets with
1334 regexp-specific characters (eg, C "/*", mathematica "(*").
1335 Include new regular expressions among those configured.
1336 (allout-infer-header-lead-and-primary-bullet):
1337 Rename allout-infer-header-lead.
1338 (allout-recent-depth): Manifest as a variable as well as a function.
1339 (allout-prefix-data): Simplify into an inline instead of a macro,
1340 assuming current match data rather than being explicitly passed
1341 it. Establish allout-recent-depth value as well as
1342 allout-recent-prefix-beginning and allout-recent-prefix-end.
1343 (allout-aberrant-container-p): True when an item's immediate
1344 offspring discontinuously contained. Useful for disqualifying
1345 unintended topic prefixes, likely at low depths.
1346 (allout-goto-prefix-doublechecked): Elaborate version of
1347 allout-goto-prefix which disqualifies aberrant pseudo-items.
1348 (allout-pre-next-prefix): Layer on top of lower-level routines, to
1349 get disqualification of aberrant containers.
1350 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
1351 containers.
1352 (allout-beginning-of-current-entry): Position at start of buffer
1353 when in container (depth 0) entry.
1354 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
1355 (allout-current-bullet): Strip text properties.
1356 (allout-get-prefix-bullet): Use right match groups.
1357 (allout-beginning-of-line, allout-next-heading):
1358 Disqualify aberrant containers.
1359 (allout-previous-heading): Disqualify aberrant containers, and
1360 change to regular (rather than inline) function, to allow
1361 self-recursion.
1362 (allout-get-invisibility-overlay): Increment so progress is made
1363 when the first overlay is not the sought one.
1364 (allout-end-of-prefix): Disqualify aberrant containers.
1365 (allout-end-of-line): Cycle something like allout-beginning-of-line.
1366 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
1367 outline.el outlines) functional again. Change the primary bullet
1368 along with the header-lead - level 1 new-style bullets now work.
1369 Engage allout-before-change-handler in mainline emacs, not just
1370 xemacs, to do undo handling.
1371 (allout-before-change-handler): Expose undo changes occurring in
1372 hidden regions. Use allout-get-invisibility-overlay instead of
1373 reimplementing it inline.
1374 (allout-chart-subtree): Use start rather than end of prefix in
1375 charts. Use allout-recent-depth variable.
1376 (allout-chart-siblings): Disqualify aberrant topics.
1377 (allout-beginning-of-current-entry): Position correctly.
1378 (allout-ascend): Use new allout-depth-specific-regexp and
1379 allout-depth-one-regexp for linear instead of O(N^2) or worse
1380 behavior.
1381 (allout-ascend-to-depth): Depend on allout-ascend, rather than
1382 reimplementing an algorithm.
1383 (allout-up-current-level): Depend on allout-ascend, rather than
1384 reimplementing an algorithm. Return to start-point if we fail.
1385 (allout-descend-to-depth): Use allout-recent-depth variable
1386 instead of function.
1387 (allout-next-sibling): On traversal of numerous intervening
1388 topics, resort to economical allout-next-sibling-leap.
1389 (allout-next-sibling-leap): Specialized version of
1390 allout-next-sibling that uses allout-ascend cleverly, to depend on
1391 a regexp search to leap large numbers of contained topics, rather
1392 than arbitrarily many one-by-one traversals.
1393 (allout-next-visible-heading): Disqualify aberrant topics.
1394 (allout-previous-visible-heading): Position consistently when
1395 interactive.
1396 (allout-forward-current-level): Base on allout-previous-sibling
1397 rather than (differently) reimplmenting the algorithm. Remove some
1398 unused variables.
1399 (allout-solicit-alternate-bullet): Present default choice stripped
1400 of text properties.
1401 (allout-rebullet-heading): Use bullet stripped of text properties.
1402 Register changes using allout-exposure-change-hook.
1403 Disregard aberrant topics.
1404 (allout-shift-in): With universal-argument, make topic a peer of
1405 it's former offspring. Simplify the code by separating out
1406 allout-shift-out functionality.
1407 (allout-shift-out): With universal-argument, make offspring peers
1408 of their former container, and its siblings. Implement the
1409 functionality here, rather than inappropriately muddling the
1410 implementation of allout-shift-in.
1411 (allout-rebullet-topic): Respect additional argument for new
1412 parent-child separation function.
1413 (allout-yank-processing): Use allout-ascend directly.
1414 (allout-show-entry): Disqualify aberrant topics.
1415 (allout-show-children): Handle discontinuous children gracefully,
1416 extending the depth being revealed to expose them and posting a
1417 message indicating the situation.
1418 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
1419 Leave cursor in correct position.
1420 (allout-hide-current-subtree): Use allout-ascend directly.
1421 Disqualify aberrant topics.
1422 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
1423 a way that the yanks can restore it, as used to happen.
1424 (allout-yank-processing): Restore exposure layout as recorded by
1425 allout-kill-*, as used to happen.
1426 (allout-annotate-hidden, allout-hide-by-annotation): New routines
1427 for preseving and restoring exposure layout across kills.
1428 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
1429 (allout-encrypt-string): Strip text properties.
1430 Rearranged order and outline-headings for some of the
1431 miscellaneous functions.
1432 (allout-resolve-xref): No need to quote the error name in the
1433 condition-case handler section.
1434 (allout-flatten): Classic recursive (and recursively intensive,
1435 without tail-recursion) list-flattener, needed by allout-shift-out
1436 when confronted with discontinuous children.
1437
1438 2006-09-16 Jason Rumney <jasonr@gnu.org>
1439
1440 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
1441 on ms-windows.
1442 (dnd-open-unc-file): Remove.
1443 (dnd-open-local-file): Mention in doc string that it also handles
1444 remote files if the system natively supports unc file-names.
1445
1446 2006-09-15 Kim F. Storm <storm@cua.dk>
1447
1448 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
1449 all necessary information about the event before erasing *Help*.
1450
1451 * simple.el (line-move-partial): Use window-line-visiblity to
1452 quickly check whether last line is partially visible, and only do
1453 the hard (and slow) part in that case.
1454
1455 2006-09-15 Jay Belanger <belanger@truman.edu>
1456
1457 * COPYING: Replace "Library Public License" by "Lesser Public
1458 License" throughout.
1459
1460 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1461
1462 * term/x-win.el (x-menu-bar-open): New function for F10.
1463
1464 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
1465
1466 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1467 Disallow filenames containing " -" to avoid confusion with libtool
1468 compilation messages. Suggested by Stefan Monnier.
1469
1470 2006-09-15 David Kastrup <dak@gnu.org>
1471
1472 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
1473 instead of buffer position for `mouse-on-link-p'.
1474
1475 * mouse.el (mouse-posn-property): New function looking up the
1476 properties at a click position in overlays and text properties in
1477 either buffer or strings.
1478 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
1479 of both `follow-link' as well as `mouse-face' properties.
1480 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
1481 buffer position.
1482
1483 * help.el (describe-key-briefly): When reading a down-event on
1484 mode lines or scroll bar, swallow the following up event, too.
1485 Use the new mouse sensitity of `key-binding' for lookup.
1486 (describe-key): The same here.
1487
1488 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
1489
1490 * play/life.el (life-patterns): Add a few more interesting patterns.
1491 (life-setup): Force `show-trailing-whitespace' to nil.
1492
1493 2006-09-14 Richard Stallman <rms@gnu.org>
1494
1495 * startup.el (fancy-splash-text): Change text to improve alignment.
1496 (fancy-splash-screens): Don't set non-standard tab width.
1497 Bind cursor-type temporarily, and make it easy to patch to
1498 preserve the splash buffer.
1499 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
1500 (fancy-splash-screens): Display echo-area message explicitly.
1501 Don't set fancy-splash-help-echo.
1502
1503 * simple.el (line-number-mode): Group mode-line instead of
1504 editing-basics.
1505 (column-number-mode, size-indication-mode): Likewise.
1506
1507 * faces.el (mode-line-faces): Group mode-line instead of modeline.
1508
1509 * time.el (display-time): Group mode-line instead of modeline.
1510
1511 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
1512
1513 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
1514
1515 * startup.el (fancy-splash-text): Move editing instructions to
1516 fancy-splash-head.
1517 (fancy-splash-head): Issue editing instructions.
1518 (fancy-splash-screens): Fixup whitespace.
1519
1520 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1521
1522 * bindings.el (mode-line-buffer-identification-keymap):
1523 Remove duplicate line.
1524
1525 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1526
1527 * ido.el (ido-ignore-item-p): Allow any kind of functions in
1528 ignore lists.
1529
1530 2006-09-14 Kim F. Storm <storm@cua.dk>
1531
1532 * jit-lock.el (jit-lock-fontify-again): New function.
1533 (jit-lock-fontify-now): Use it instead of lambda form.
1534
1535 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
1536
1537 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
1538 (flyspell-auto-correct-word): Make ispell-filter local to these
1539 functions. Check that ispell-filter has new stuff before calling
1540 ispell-parse-output.
1541
1542 2006-09-13 Kim F. Storm <storm@cua.dk>
1543
1544 * simple.el (line-move-partial): Optimize.
1545
1546 2006-09-13 Richard Stallman <rms@gnu.org>
1547
1548 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
1549 Delete spurious backquote.
1550
1551 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
1552
1553 * net/rcirc.el (rcirc-print): Fix last change.
1554
1555 2006-09-12 Jay Belanger <belanger@truman.edu>
1556
1557 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
1558
1559 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
1560
1561 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
1562 rcirc-show-maximum-output.
1563 (rcirc-mode): Remove window-scroll-function hook.
1564 (rcirc-scroll-to-bottom): Remove function.
1565 (rcirc-print): Recenter so point stays at the bottom of the window
1566 if point was already there.
1567
1568 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
1569
1570 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
1571 not to "t".
1572 * progmodes/compile.el (compilation-start): Likewise.
1573 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
1574 Don't use expand-file-name on invocation-directory, since this
1575 might mishandle special characters in invocation-directory.
1576
1577 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1578
1579 * pcvs-defs.el: Remove * in defcustom's docstrings.
1580
1581 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
1582
1583 * progmodes/compile.el (compilation-directory-properties):
1584 Doc fix for help-echo.
1585
1586 2006-09-12 Lars Hansen <larsh@soem.dk>
1587
1588 * desktop.el (desktop-read): Add comment.
1589
1590 2006-09-12 Kim F. Storm <storm@cua.dk>
1591
1592 * simple.el (next-error-highlight, next-error-highlight-no-select):
1593 Fix spelling error.
1594
1595 * subr.el (sit-for): Rework to use input-pending-p and cond.
1596 Return nil input is pending on entry also for SECONDS <= 0.
1597 (while-no-input): Use input-pending-p instead of sit-for.
1598
1599 2006-09-11 Richard Stallman <rms@gnu.org>
1600
1601 * simple.el (next-error-highlight, next-error-highlight-no-select):
1602 Fix custom type and doc strings.
1603
1604 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1605
1606 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
1607 (diff-apply-hunk): Use it to ask for confirmation.
1608
1609 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
1610
1611 * emacs-lisp/cl.el (pushnew): Add missing `,'.
1612
1613 2006-09-11 David Kastrup <dak@gnu.org>
1614
1615 * help.el (string-key-binding, describe-key-briefly)
1616 (describe-key): Remove `string-key-binding' and its callers since
1617 `key-binding' already caters for the proper lookup now.
1618
1619 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1620
1621 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
1622 (cfengine-mode): Use it. Fix \ syntax to be like /.
1623
1624 * bindings.el (mode-line-buffer-identification-keymap):
1625 Move initialization into declaration.
1626
1627 2006-09-10 Kim F. Storm <storm@cua.dk>
1628
1629 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
1630 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
1631 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
1632 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
1633
1634 2006-09-10 Richard Stallman <rms@gnu.org>
1635
1636 * dired-aux.el: Handle errors in recursive copy usefully.
1637 (dired-create-files-failures): New variable.
1638 (dired-copy-file): Remove condition-case.
1639 (dired-copy-file-recursive): Check for errors on all file
1640 operations, and add them to dired-create-files-failures.
1641 Check file file-date-erorr here too.
1642 (dired-create-files): Check dired-create-files-failures
1643 and report those errors too.
1644
1645 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
1646
1647 * subr.el (add-to-list): New argument COMPARE-FN.
1648
1649 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
1650
1651 * filecache.el (file-cache-add-directory)
1652 (file-cache-add-directory-list, file-cache-add-file)
1653 (file-cache-add-directory-using-find)
1654 (file-cache-add-directory-using-locate)
1655 (file-cache-add-directory-recursively): Add autoloads.
1656
1657 2006-09-09 Richard Stallman <rms@gnu.org>
1658
1659 * textmodes/conf-mode.el (conf-space-mode):
1660 Use hack-local-variables-hook instead of calling hack-local-variables.
1661 (conf-space-keywords-override): New variable.
1662 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
1663 (conf-space-mode): Always make conf-space-keywords and
1664 conf-space-keywords-override local.
1665 Call conf-space-mode-internal directly as well as via hook.
1666
1667 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1668
1669 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
1670 quasi-keywords.
1671
1672 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
1673
1674 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
1675 (python-send-string): Be slightly more careful about adding \n.
1676
1677 * startup.el (normal-splash-screen): Don't display the buffer if we'll
1678 kill it right away anyway.
1679
1680 2006-09-09 Eli Zaretskii <eliz@gnu.org>
1681
1682 * international/codepage.el (cp850-decode-table): Fix a few codes.
1683 (cp858-decode-table): New variable.
1684
1685 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
1686
1687 * net/ldap.el (ldap-search-internal): Doc fix.
1688
1689 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1690
1691 * play/life.el (life-display-generation): Test for input manually if
1692 `sleeptime' is negative or null.
1693
1694 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
1695 (print-region-1): Substitute `%s' with the page title.
1696
1697 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
1698
1699 * locate.el (locate-current-search): New variable.
1700 (locate): Set buffer local value. Use current buffer if it is
1701 in Locate mode.
1702 (locate-mode): Disable undo here.
1703 (locate-do-setup): Use locate-current-filter from buffer to be killed.
1704 (locate-update): Use locate-current-search and locate-current-filter.
1705
1706 2006-09-08 David Kastrup <dak@gnu.org>
1707
1708 * desktop.el (desktop-read): When loading a desktop, disable
1709 saving it while the load progresses, and switch off a pending lazy
1710 load by calling `desktop-lazy-abort'.
1711
1712 2006-08-27 Martin Rudalics <rudalics@gmx.at>
1713
1714 * window.el (mouse-autoselect-window-timer)
1715 (mouse-autoselect-window-position)
1716 (mouse-autoselect-window-window)
1717 (mouse-autoselect-window-now): New vars.
1718 (mouse-autoselect-window-cancel)
1719 (mouse-autoselect-window-select)
1720 (mouse-autoselect-window-start): New functions.
1721 (handle-select-window): Call `mouse-autoselect-window-start' when
1722 delayed window autoselection is enabled.
1723
1724 * cus-start.el (mouse-autoselect-window): Handle delayed window
1725 autoselection.
1726
1727 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
1728 commands after which it is allowed to print in the echo area.
1729
1730 2006-09-08 Richard Stallman <rms@gnu.org>
1731
1732 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
1733
1734 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
1735 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
1736
1737 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
1738 (cancel-timer-internal): Add doc string.
1739 (cancel-function-timers): Doc fix.
1740 (with-timeout-handler, timer-event-last*): Add doc strings.
1741
1742 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
1743
1744 * files.el (risky-local-variable-p): Match ...-bindat-spec.
1745
1746 * dired.el (dired-log-summary): Add doc string.
1747
1748 * cus-edit.el (custom-menu-create): Bind deactivate-mark here
1749 (custom-group-menu-create): Not here.
1750
1751 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
1752
1753 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
1754
1755 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1756
1757 * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol.
1758 (mac-apple-event-map): Define its handler.
1759
1760 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
1761
1762 * net/ldap.el (ldap-search-internal): Handle `auth' key.
1763
1764 2006-09-07 Magnus Henoch <mange@freemail.hu>
1765
1766 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
1767 clause.
1768
1769 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1770
1771 * info.el (Info-index): Bind completion-ignore-case.
1772
1773 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1774
1775 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
1776 previous commit.
1777 (inferior-prolog-guess-flavor): New fun left out of previous commit.
1778 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
1779 burp in dedicated windows.
1780 (inferior-prolog-self-insert-command): New command.
1781 (inferior-prolog-mode-map): Use it.
1782
1783 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
1784
1785 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
1786
1787 * international/code-pages.el: Add cp858.
1788
1789 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1790
1791 * dnd.el: Fix bootstrapping.
1792
1793 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1794
1795 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
1796 (dnd-open-remote-url): New function.
1797 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
1798 not windows-nt.
1799
1800 2006-09-07 Jason Rumney <jasonr@gnu.org>
1801
1802 * dnd.el (dnd-open-remote-file-function): New variable.
1803 (dnd-open-unc-file): New function.
1804 (dnd-open-file): Call dnd-open-remote-file-function if set.
1805
1806 2006-09-06 Daiki Ueno <ueno@unixuser.org>
1807
1808 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
1809 pgg-passphrase-coding-system rather than locale-coding-system.
1810 * pgg-def.el (pgg-passphrase-coding-system): New user option.
1811
1812 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1813
1814 * progmodes/prolog.el: Remove * in docstrings.
1815 (prolog-program-name): Add SWI prolog.
1816 (prolog-mode-menu): New menu.
1817 (prolog-mode): Set comment-add.
1818 (prolog-indent-line): Simplify. Use indent-line-to.
1819 (inferior-prolog-buffer): New var.
1820 (inferior-prolog-run, inferior-prolog-process): New funs.
1821 (run-prolog, switch-to-prolog): Rewrite, using them.
1822 (prolog-consult-region): Use inferior-prolog-buffer.
1823 (inferior-prolog-load-file): New function.
1824 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
1825
1826 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
1827 last word, if it's not the end of the paragraph.
1828
1829 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
1830 file name.
1831
1832 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
1833
1834 * frame.el (display-mm-dimensions-alist): New defcustom.
1835 (display-mm-height, display-mm-width): Use it.
1836
1837 2006-09-06 Simon Josefsson <jas@extundo.com>
1838
1839 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
1840
1841 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
1842
1843 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
1844 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
1845 string values.
1846
1847 2006-09-06 Kim F. Storm <storm@cua.dk>
1848
1849 * simple.el (line-move-partial): New function to do vscrolling for
1850 partially visible images / tall lines. Rewrite based on code
1851 previously in line-move. Simplify backwards vscrolling.
1852 (line-move): Use it. Simplify.
1853
1854 2006-09-05 Kim F. Storm <storm@cua.dk>
1855
1856 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
1857
1858 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
1859
1860 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1861 Process the `gcc-include' after the `gnu' rule.
1862
1863 2006-09-05 Kim F. Storm <storm@cua.dk>
1864
1865 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
1866
1867 2006-09-05 Daiki Ueno <ueno@unixuser.org>
1868
1869 * pgg.el (pgg-clear-string): Alias to clear-string for backward
1870 compatibility.
1871
1872 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
1873 inhibit-redisplay; encode passphrase with locale-coding-system.
1874
1875 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
1876
1877 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
1878
1879 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
1880
1881 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
1882 (gdb-var-list-children-regexp): Make type field optional.
1883
1884 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
1885 e.g public, protected in C++.
1886
1887 2006-09-04 John Paul Wallington <jpw@pobox.com>
1888
1889 * simple.el (completion-show-help): New defcustom.
1890 (completion-setup-function): Heed it.
1891
1892 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
1893
1894 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
1895
1896 2006-09-04 Richard Stallman <rms@gnu.org>
1897
1898 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
1899 (rsf-min-region-to-spam-list): Doc fix.
1900 (rsf-add-content-type-field): Doc fix.
1901
1902 * simple.el (kill-region): Explicitly test there is a region.
1903
1904 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
1905
1906 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
1907 sendmail in several common directories.
1908
1909 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
1910
1911 * paths.el (sendmail-program): Removed.
1912
1913 2006-09-04 Daiki Ueno <ueno@unixuser.org>
1914
1915 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
1916 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
1917 http://article.gmane.org/gmane.emacs.gnus.general/50457
1918
1919 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
1920
1921 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
1922 mark after running the menu filter.
1923
1924 2006-09-03 Juri Linkov <juri@jurta.org>
1925
1926 * international/quail.el (quail-defrule-internal): Add a check
1927 if a key is a vector.
1928
1929 2006-09-02 Juri Linkov <juri@jurta.org>
1930
1931 * man.el (Man-topic-history): New variable.
1932 (man): Use it.
1933
1934 * woman.el (woman-topic-history): Change defvar to defvaralias
1935 for symbol `Man-topic-history'.
1936
1937 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
1938 `comint-last-output-start' is a marker by using `markerp' and
1939 check if it has a position by using `marker-position', and use
1940 this position for `goto-char'.
1941
1942 * international/quail.el (quail-defrule-internal): Add missing
1943 `error' call for null key.
1944
1945 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
1946
1947 * rcirc.el (rcirc-keywords): New variable.
1948 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
1949 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
1950 variables.
1951 (rcirc-responses-no-activity): New function.
1952 (rcirc-handler-generic): Check for responses in above.
1953 (rcirc-process-command): Add ?: character to arguments of raw
1954 server commands.
1955 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
1956 `rcirc-dim-nicks'.
1957 (rcirc-gray-toggle): Remove unused variable.
1958 (rcirc-print): Remove some tracking logic, which is moved into
1959 markup functions.
1960 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
1961 types.
1962 (rcirc-activity-string): Look for 'keyword in activity-types.
1963 (rcirc-window-configuration-change): Don't erase overlay-arrow
1964 unnecessarily.
1965 (rcirc-add-or-remove): New function.
1966 (rcirc-cmd-ignore): Use it.
1967 (rcirc-message-leader): Remove unused function.
1968 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
1969 (rcirc-add-face): New function.
1970 (rcirc-facify): Use rcirc-add-face.
1971 (rcirc-url-regexp): Add parens.
1972 (rcirc-map-regexp): Remove function.
1973 (rcirc-mangle-regexp): Remove function.
1974 (rcirc-markup-text-functions): New variable.
1975 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
1976 (rcirc-markup-body-text, rcirc-markup-attributes)
1977 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
1978 (rcirc-markup-bright-nicks): New markup handler functions.
1979 (rcirc-nick-in-message-full-line): New face.
1980 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
1981 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
1982
1983 2006-09-02 Martin Rudalics <rudalics@gmx.at>
1984
1985 * cus-start.el (hscroll-margin, hscroll-step)
1986 (mode-line-in-non-selected-windows, mouse-autoselect-window)
1987 (x-use-underline-position-properties): Change version to "22.1"
1988 since they will appear there for the first time.
1989
1990 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
1991
1992 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
1993
1994 2006-08-31 Richard Stallman <rms@gnu.org>
1995
1996 * cus-edit.el (custom-save-variables): Slight cleanup.
1997 (Custom-no-edit): Renamed from custom-no-edit.
1998 (Custom-newline): Renamed from custom-newline.
1999 (custom-mode-map): Use new names.
2000
2001 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
2002 about customization, rather than M-x customize, in the doc string
2003 made for the defcustom.
2004
2005 * emacs-lisp/trace.el (trace-function-background): Doc fix.
2006
2007 2006-08-31 Romain Francoise <romain@orebokech.com>
2008
2009 * dired-x.el (dired-guess-shell-alist-default): Update.
2010
2011 2006-08-31 Michael Mauger <mmaug@yahoo.com>
2012
2013 * custom.el (custom-theme-set-variables): Autoload packages before
2014 sorting the variables.
2015
2016 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
2017
2018 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
2019 chars if XEmacs.
2020 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
2021
2022 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2023
2024 * progmodes/python.el (python-eldoc-function): Re-enable quit while
2025 waiting for process.
2026
2027 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2028
2029 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
2030 results in ASCII-only string, encode original one directly.
2031
2032 2006-08-29 Romain Francoise <romain@orebokech.com>
2033
2034 * startup.el (normal-splash-screen, fancy-splash-screens):
2035 Make buffer read-only and arrange to enter view mode if necessary.
2036
2037 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
2038
2039 * hl-line.el (hl-line): New face.
2040 (hl-line-face): Use it.
2041
2042 * image-mode.el (image-mode): Fix last fix.
2043 Suggested by Kim F. Storm.
2044
2045 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
2046
2047 Sync with Tramp 2.0.54.
2048
2049 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
2050 of `=', because `tramp-get-remote-gid' might not always return an
2051 integer when expected.
2052 (tramp-register-file-name-handlers): `partial-completion-mode' is
2053 unknown to XEmacs.
2054 (tramp-time-diff): Don't use `floor', it might fail for large
2055 differences.
2056 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
2057 `tramp-auto-save-directory' if unset in order to guarantee unique
2058 auto-save file names.
2059
2060 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
2061
2062 * image-mode.el (image-mode): Display image as text on a terminal.
2063
2064 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2065
2066 * progmodes/python.el (python-send-command): Simplify.
2067 (run-python): Don't generate a new buffer unless `new' was specified.
2068 Make sure we send `import emacs' to the proper process.
2069
2070 * progmodes/python.el (python-send-command): Don't wait for the command
2071 to terminate. Don't fiddle with compilation-parsing-end.
2072
2073 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
2074
2075 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
2076 Insert commentary after first line summary.
2077
2078 * woman.el (woman-follow): New function, based on `man-follow'.
2079 (woman-mode-map): Use it.
2080
2081 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
2082 since ibuffer-do-sort-by-recency does not define a sorter.
2083
2084 2006-08-28 Kim F. Storm <storm@cua.dk>
2085
2086 * find-dired.el (find-dired): Use shell-quote-argument to properly
2087 escape ( and ) args. Also use it on {} and ; args in default
2088 value of find-ls-option string.
2089 (find-grep-dired): Use shell-quote-argument on {} and ; args.
2090
2091 2006-08-27 Michael Olson <mwolson@gnu.org>
2092
2093 * emacs-lisp/tq.el: Small grammar fix in comments.
2094 (tq-enqueue): Check for existence of queue rather than the
2095 head queue item's question, which was a no-op.
2096 (tq-filter, tq-process-buffer): Make sure the process buffer
2097 exists before making it the current buffer.
2098
2099 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2100
2101 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
2102 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
2103 (special-event-map): Apply 2006-08-16 change for x-win.el.
2104
2105 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2106
2107 * progmodes/python.el (python-send-receive): Wait in the
2108 process's buffer so as to check the right buffer-local variables.
2109
2110 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2111
2112 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
2113 (defgroup checkdoc): Move to beginning.
2114
2115 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
2116 (python-preoutput-continuation): Remove.
2117 (python-preoutput-filter): Simplify correspondingly.
2118 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
2119 Loop around to catch embedded _emacs_out output.
2120 (run-python): Send the import&print command on a single line.
2121 (python-send-command): Send command&print on a single line.
2122 (python-send-string): Only add double \n if needed.
2123 (python-send-receive): Loop until the result comes.
2124 (python-mode-running): Defvar it.
2125 (python-setup-brm): Remove unused var `menu'.
2126 Only bind py-mode-map and `features' around brm-init.
2127 (python-calculate-indentation): Remove unused var `point'.
2128 (python-beginning-of-defun): Remove unused var `def-line'.
2129
2130 2006-08-25 Richard Stallman <rms@gnu.org>
2131
2132 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
2133
2134 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
2135
2136 * viper.el (viper-set-hooks): Use frame bindings for
2137 viper-vi-state-cursor-color.
2138 (viper-non-hook-settings): Don't set default
2139 mode-line-buffer-identification.
2140
2141 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
2142 (viper-set-cursor-color-according-to-state)
2143 (viper-get-saved-cursor-color-in-replace-mode)
2144 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
2145 viper-emacs-state-cursor-color.
2146
2147 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
2148 (viper-undo): Use point if undo-beg-posn is nil.
2149 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
2150 (viper-after-change-undo-hook): Don't use
2151 viper-emacs-state-cursor-color by default.
2152 (viper-undo): More sensible positioning after undo.
2153
2154 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
2155 (viper-emacs-state-cursor-color): Default to nil, since this feature
2156 doesn't work well yet.
2157
2158 * ediff-mult.el (ediff-intersect-directories)
2159 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
2160 always expand filenames.
2161
2162 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2163
2164 * tumme.el: Remove * in defcustoms's docstrings.
2165
2166 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
2167
2168 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
2169 Accept internal time format for SECS arg.
2170 (timer-relative-time): Doc fix.
2171
2172 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
2173 adapted from Martin Rudalics.
2174 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
2175 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
2176 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
2177 using sit-for.
2178
2179 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
2180
2181 * cus-start.el (all): Add `overline-margin' and
2182 `x-underline-at-descent-line'.
2183
2184 2006-08-24 Kim F. Storm <storm@cua.dk>
2185
2186 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
2187 to mean "use find -exec"; nil now unambiguously means auto-detect.
2188 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
2189 Use shell-quote-argument to build grep-find-command and
2190 grep-find-template.
2191 (rgrep): Use shell-quote-argument to properly quote arguments to find.
2192 Reported by Tom Seddon.
2193
2194 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
2195
2196 * startup.el (fancy-splash-head): Give instructions for dismissing
2197 the splash screen for default startup too.
2198 (display-startup-echo-area-message, fancy-splash-screens)
2199 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
2200 all splash text at once and keep the splash buffer around.
2201 (command-line-1): Give display-startup-echo-area-message a t arg.
2202
2203 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
2204
2205 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
2206 gnus frame is selected.
2207
2208 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
2209
2210 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
2211
2212 2006-08-22 Kim F. Storm <storm@cua.dk>
2213
2214 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
2215 Add suffix matching for subdirs.
2216
2217 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
2218
2219 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
2220 mouse-yank-at-point is non-nil.
2221
2222 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
2223
2224 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
2225 a bit wider and remove fringes to fit initial output on line.
2226
2227 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2228
2229 * frame.el (blink-cursor-end): Only ignore the error we care about.
2230 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
2231
2232 2006-08-21 Richard Stallman <rms@gnu.org>
2233
2234 * whitespace.el (whitespace-cleanup): Doc fix.
2235
2236 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
2237
2238 * net/rcirc.el (rcirc-show-maximum-output): New var.
2239 (rcirc-buffer-process): If no buffer argument is supplied, use
2240 current-buffer.
2241 (rcirc-complete-nick): Complete to the last completed nick first.
2242 (rcirc-mode): Preserve the value of `rcirc-urls' across
2243 connections. Setup scroll function.
2244 (rcirc-scroll-to-bottom): New function.
2245 (rcirc-print): Use nick syntax around regexp work.
2246 Notice dim-nicks speaking only if they say our nick.
2247 (rcirc-update-activity-string): Do not show the modeline indicator
2248 if there are no live rcirc processes.
2249 (rcirc-cmd-ignore): Ignore case.
2250 (rcirc-browse-url-at-point): Fix off-by-one error.
2251
2252 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
2253
2254 * progmodes/python.el: Remove * in defcustom docstrings.
2255 (run-python, python-proc, python-try-complete): Use derived-mode-p.
2256 (python-mode): Set tab-width and indent-tabs-mode.
2257
2258 2006-08-20 Dave Love <fx@gnu.org>
2259
2260 * progmodes/python.el: Update to Dave Love's latest version.
2261 (python-font-lock-keywords, python-mode): Don't use
2262 font-lock-syntax-table, but match symbol elements explicitly instead.
2263 (python-mode-map): Add help, and a few more key bindings.
2264 (python-skip-comments/blanks): Move out of comments as well.
2265 (python-continuation-line-p): Behave better with unbalanced parens.
2266 (python-blank-line-p): New fun.
2267 (python-open-block-statement-p): Don't use a heuristic.
2268 (python-outdent-p): Better handle blocks-in-the-same-line.
2269 (python-calculate-indentation): Misc improvements.
2270 (python-comment-indent): Remove.
2271 (python-block-pairs): New var.
2272 (python-first-word): New fun.
2273 (python-indentation-levels): Handle more common cases.
2274 (python-indent-line-1): Add `leave' argument.
2275 (python-indent-region): New fun.
2276 (python-skip-out): New fun.
2277 (python-beginning-of-statement, python-end-of-statement): Use it.
2278 (python-next-statement): Return correct count even at eob.
2279 (python-end-of-block): Fix paren-typo.
2280 (python-imenu-create-index): Add module variables.
2281 (run-python): Add `new' arg.
2282 Check we're at a prompt before returning.
2283 (python-send-command): Move to end of buffer.
2284 Wait for prompt to return.
2285 (python-set-proc): New fun.
2286 (python-imports): New var.
2287 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
2288 (python-eldoc-function): Try to move out of arg list.
2289 (python-outline-level): Offset by 1.
2290 (python-find-imports): New fun.
2291 (python-symbol-completions): Use python-imports.
2292 (python-module-path, ffap-alist): Add support for ffap.
2293 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
2294 (python-insert-*, python-default-template, python-expand-template):
2295 Add templates/skeletons.
2296 (python-setup-brm): Support for Bicycle Repair Man.
2297 (python-abbrev-syntax-table): New var.
2298 (python-abbrev-pc-hook, python-pea-hook): New funs.
2299
2300 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
2301
2302 * frame.el (blink-cursor-start): Set timer first.
2303 (blink-cursor-end): Ignore timer cancelling errors.
2304 Suggested by Ken Manheimer.
2305
2306 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
2307
2308 * newcomment.el (comment-box): Call `comment-normalize-vars'.
2309 Add autoload cookie.
2310
2311 2006-08-20 Richard Stallman <rms@gnu.org>
2312
2313 * simple.el (line-number-at-pos): Doc fix.
2314
2315 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
2316 timer-activate-when-idle, so timer can run before Emacs becomes
2317 non-idle again.
2318
2319 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
2320
2321 * whitespace.el (whitespace-cleanup-internal): New optional arg
2322 REGION-ONLY. If it's non-nil, modify the message to the user
2323 accordingly.
2324 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
2325 a non-nil argument.
2326
2327 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
2328
2329 * rect.el (spaces-string): Simplify and add doc string.
2330
2331 2006-08-17 Romain Francoise <romain@orebokech.com>
2332
2333 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
2334
2335 2006-08-17 Richard Stallman <rms@gnu.org>
2336
2337 * compare-w.el (compare-windows): lambda's take an arg and pass
2338 it to compare-windows-skip-whitespace.
2339
2340 2006-08-17 Martin Rudalics <rudalics@gmx.at>
2341
2342 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
2343 the right buffer.
2344
2345 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
2346
2347 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
2348 removed files.
2349
2350 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
2351
2352 * progmodes/gdb-ui.el (gdb-locals-watch-map)
2353 (gdb-locals-watch-map-1): Suppress keymap first.
2354 (gdb-edit-locals-map-1): New variable.
2355 (gdb-edit-locals-value): New function.
2356 (gdb-stack-list-locals-handler): Use them.
2357
2358 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2359
2360 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
2361 cursor would normally be drawn in the fringe.
2362
2363 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
2364 Reported by Martin Rudalics <rudalics@gmx.at>.
2365
2366 2006-08-16 Richard Stallman <rms@gnu.org>
2367
2368 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
2369 (special-event-map): Process drag-n-drop events this way.
2370
2371 * simple.el (move-beginning-of-line): Test whether fields
2372 would prevent motion back to line's first visible character.
2373 If so, stop where the fields would stop the motion.
2374
2375 * newcomment.el (comment-indent): Fully update INDENT
2376 before checking to see if it will change the text.
2377
2378 * cus-edit.el (custom-newline): New function.
2379 (custom-mode-map): Bind newline to custom-newline.
2380
2381 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
2382 into ignore-whitespace.
2383 Check each buffer for its skip-function.
2384 Handle compare-windows-skip-whitespace special-case test
2385 by returning t from default skip function.
2386
2387 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
2388
2389 * textmodes/org.el (org-clock-special-range)
2390 (org-clock-update-time-maybe): New functions.
2391 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
2392 not only a-z.
2393 (org-agenda-get-blocks): Allow multiple blocks per headline.
2394 (org-timestamp-change): Call `org-clock-update-time-maybe'.
2395 (org-export-html-title-format)
2396 (org-export-html-toplevel-hlevel): New options.
2397 (org-export-language-setup): Add support for Czech.
2398 (org-mode, org-insert-todo-heading, org-find-visible)
2399 (org-find-invisible, org-invisible-p, org-invisible-p2)
2400 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
2401 (org-show-subtree, org-show-entry, org-make-options-regexp):
2402 Remove compatibility support for old outline-mode.
2403 (org-check-occur-regexp): Funtion removed.
2404 (org-on-heading-p, org-back-to-heading): Made defalias.
2405 (org-set-local): New defsubst.
2406 (org-set-regexps-and-options, org-mode)
2407 (org-set-font-lock-defaults, org-edit-agenda-file-list)
2408 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
2409 (org-remember-apply-template, org-table-edit-field)
2410 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
2411 (org-set-autofill-regexps): Use `org-set-local'.
2412 (org-table-eval-formula): Fix bug with parsing of display flags.
2413
2414 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
2415
2416 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
2417 frame with fringe arrow. Suggested by Simon Marshall
2418 <simon.marshall@misys.com>.
2419 (gdb-stack-position): New variable.
2420 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
2421 (gdb-frames-mode): Set gdb-stack-position to nil.
2422 Add to overlay-arrow-variable-list
2423 (gdb-reset): Delete gdb-stack-position from above list.
2424
2425 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2426
2427 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
2428 read only.
2429
2430 2006-08-13 Romain Francoise <romain@orebokech.com>
2431
2432 * cus-theme.el (customize-create-theme)
2433 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
2434
2435 * filesets.el (filesets-add-buffer): Ditto.
2436
2437 * pcvs.el (cvs-change-cvsroot): Ditto.
2438
2439 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
2440
2441 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
2442 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
2443 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
2444 expressions.
2445 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
2446 Only search till end of line.
2447 Add face to function names in case of no filename.
2448 Add face to variable names of watchpoints.
2449
2450 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
2451
2452 * cus-start.el <indent-tabs-mode>: Move to the `indent'
2453 customization group.
2454
2455 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
2456
2457 * allout.el (allout-prior-bindings, allout-added-bindings):
2458 Remove, after long deprecation.
2459 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
2460 Add customization vars controlling allout-beginning-of-line and
2461 allout-end-of-line conveniences.
2462 (allout-header-prefix, allout-use-mode-specific-leader)
2463 (allout-use-mode-specific-leader, allout-mode-leaders):
2464 Revise docstrings.
2465 (allout-infer-header-lead): Change to be an alias for
2466 allout-infer-header-lead-and-primary-bullet.
2467 (allout-infer-header-lead-and-primary-bullet): New version of
2468 allout-infer-header-lead which assigns the primary bullet to the
2469 same as the header lead, when its being changed.
2470 (allout-infer-body-reindent): Apply regexp-quote instead of
2471 unconditionally prepending "\\", so that all literal
2472 allout-header-prefix and allout-primary-bullet strings are
2473 properly handled.
2474 (allout-add-resumptions): Add optional qualifier for extending or
2475 appending to existing values, rather than replacing them.
2476 (allout-view-change-hook): Clarify docstring.
2477 (allout-exposure-change-hook): Take explicit arguments, via
2478 run-hook-with-args.
2479 (allout-structure-added-hook)
2480 (allout-structure-deleted-hook)
2481 (allout-structure-shifted-hook): New hooks analogous to
2482 allout-exposure-change-hook for other kinds of structural outline
2483 edits.
2484 (allout-encryption-plaintext-sanitization-regexps): New encryption
2485 customization variable, by which cooperating modes can provde
2486 massage of the plaintext without actually being passed it.
2487 (allout-encryption-ciphertext-rejection-regexps)
2488 (allout-encryption-ciphertext-rejection-ceiling): New encryption
2489 customization variables, by which cooperating modes can prohibit
2490 rare but possible ciphertext patterns from fouling their
2491 operation, with actually being passed the ciphertext.
2492 (allout-mode): Run activation and deactivation hooks after the
2493 minor-mode variable has been toggled, to clarify the mode
2494 disposition. The new encryption ciphertext rejection variable is
2495 used to ensure that the ciphertext does not contain text that
2496 would be recognized as outline structural elements by allout.
2497 Substite allout-beginning-of-line and allout-end-of-line for
2498 conventionall beginning-of-line and end-of-line bindings.
2499 If allout-old-style-prefixes is non-nil, don't nullify it on mode
2500 activation!
2501 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
2502 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
2503 (allout-chart-subtree): Implement new mode, charting only the
2504 visible items in the subtree, when new 'visible' parameter is non-nil.
2505 (allout-end-of-subtree): Properly handle the last item in the buffer.
2506 (allout-pre-command-business, allout-command-counter):
2507 Increment an advertised counter so that cooperating enhancements can
2508 track revisions of items.
2509 (allout-open-topic): Run allout-structure-added-hook with suitable
2510 arguments.
2511 (allout-shift-in): Run allout-structure-shifted-hook with suitable
2512 arguments.
2513 (allout-shift-out): Fix doubling for negative args and ensure call
2514 of allout-structure-shifted-hook by solely using allout-shift-in.
2515 (allout-kill-line, allout-kill-topic):
2516 Run allout-structure-deleted-hook with suitable arguments.
2517 (allout-yank-processing): Run allout-structure-added-hook with
2518 proper arguments.
2519 (allout-yank): Enclose activity in allout-unprotected.
2520 (allout-flag-region): Run allout-exposure-change-hook with
2521 suitable arguments, instead of making the callee infer the arguments.
2522 (allout-encrypt-string):
2523 Support allout-encryption-plaintext-sanitization-regexps,
2524 allout-encryption-ciphertext-rejection-regexps, and
2525 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
2526 en/de cryption mode in symmetric encryption failure message.
2527 (allout-obtain-passphrase): Use copy-sequence to get a distinct
2528 copy of the passphrase, and don't zero it or we'll corrupt the
2529 stashed copy.
2530 (allout-create-encryption-passphrase-verifier)
2531 (allout-verify-passphrase): Respect the new signature for
2532 allout-encrypt-string.
2533 (allout-get-configvar-values): Convenience for getting a
2534 configuration variable value and handling its absence gracefully.
2535
2536 2006-08-11 Romain Francoise <romain@orebokech.com>
2537
2538 * obsolete/zone-mode.el: Delete.
2539
2540 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2541
2542 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
2543
2544 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
2545
2546 * emacs-lisp/bindat.el (bindat-ip-to-string):
2547 Use `format-network-address' if possible.
2548
2549 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2550
2551 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
2552
2553 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
2554
2555 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
2556 restore unread-command-events here.
2557 (edebug-display): Do it here, to detect sit-for interruptions.
2558
2559 2006-08-10 Romain Francoise <romain@orebokech.com>
2560
2561 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
2562 (dns-mode-soa-auto-increment-serial): New user option.
2563 (dns-mode-soa-maybe-increment-serial): New function.
2564 (dns-mode): Add the latter to `write-contents-functions'.
2565
2566 * obsolete/zone-mode.el: Move to obsolete/ from net/.
2567 Delete autoload cookies.
2568
2569 2006-08-10 John Wiegley <johnw@newartisans.com>
2570
2571 * eshell/em-glob.el (eshell-glob-chars-list)
2572 (eshell-glob-translate-alist): Add support for [^g] in character globs.
2573
2574 2006-08-10 Richard Stallman <rms@gnu.org>
2575
2576 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
2577 (facemenu-set-face): Doc fix.
2578 (facemenu-listed-faces): Doc fix.
2579
2580 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
2581
2582 * avoid.el (mouse-avoidance-animating-pointer): New var.
2583 (mouse-avoidance-nudge-mouse): Use it.
2584 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
2585 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
2586 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
2587 Don't activate if currently animating. All callers changed.
2588
2589 2006-08-09 John Wiegley <johnw@newartisans.com>
2590
2591 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
2592 variable, which causes timeclock to report elapsed time worked,
2593 instead of just work remaining.
2594
2595 2006-08-09 Kenichi Handa <handa@m17n.org>
2596
2597 * international/latexenc.el (latexenc-find-file-coding-system):
2598 Fix for the case that the 2nd element of arg-list is a cons.
2599
2600 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
2601
2602 * info.el (Info-fontify-node): Handle preceding `in' for note
2603 reference hiding rules.
2604
2605 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2606
2607 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
2608 mistake a closing " for an opening one.
2609
2610 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2611
2612 * term/xterm.el (terminal-init-xterm): Add more key bindings.
2613
2614 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
2615
2616 * complete.el (PC-do-completion): Filter out completions matching
2617 completion-ignored-extensions before checking whether there are
2618 multiple completions.
2619 Don't use `list' unnecessarily when building completion tables.
2620
2621 2006-08-06 Richard Stallman <rms@gnu.org>
2622
2623 * help.el (describe-mode): Make minor mode list more concise.
2624
2625 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
2626
2627 * bindings.el: Give mode-line-format, mode-line-modes, and
2628 mode-line-position `standard-value' properties.
2629
2630 2006-08-05 Eli Zaretskii <eliz@gnu.org>
2631
2632 * buff-menu.el (list-buffers-noselect): For Info buffers, use
2633 "(file)node" instead of the file name.
2634
2635 2006-08-05 Richard Stallman <rms@gnu.org>
2636
2637 * faces.el (escape-glyph): Doc fix.
2638
2639 2006-08-04 Kenichi Handa <handa@m17n.org>
2640
2641 * international/mule-diag.el (describe-font): Improve docstring
2642 and error message. Use frame-parameter (not frame-parameters).
2643
2644 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
2645
2646 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
2647 Correctly mark the end-of-docstring char.
2648
2649 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
2650
2651 * simple.el (line-move-to-column): Constrain move-to-column to
2652 current field.
2653
2654 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
2655
2656 * font-lock.el (font-lock-beg, font-lock-end)
2657 (font-lock-extend-region-functions): New vars.
2658 (font-lock-extend-region-multiline)
2659 (font-lock-extend-region-wholelines): New functions.
2660 (font-lock-default-fontify-region): Use them.
2661 (font-lock-extend-jit-lock-region-after-change): Only round up
2662 if font-lock-default-fontify-region will do it as well.
2663
2664 * font-lock.el (font-lock-extend-after-change-region-function):
2665 Rename from font-lock-extend-region-function.
2666 (font-lock-extend-region): Remove by inlining at call sites.
2667 (font-lock-after-change-function): Don't needlessly round up to a whole
2668 number of lines.
2669 (font-lock-extend-jit-lock-region-after-change): Be more careful about
2670 the boundary conditions and the interactions between the various ways
2671 to extend the region.
2672
2673 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2674
2675 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
2676 modification status when forcing the second redisplay.
2677
2678 2006-08-03 Kim F. Storm <storm@cua.dk>
2679
2680 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
2681
2682 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2683
2684 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
2685 doesn't look like a file name.
2686
2687 * complete.el (PC-expand-many-files): Avoid signalling an error when
2688 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
2689
2690 2006-08-02 Andreas Schwab <schwab@suse.de>
2691
2692 * bindings.el (mode-line-format): Simplify reference to vc-mode.
2693
2694 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
2695
2696 * bindings.el (map): Make mode-line-buffer-identification-keymap
2697 before defining propertized-buffer-identification.
2698
2699 2006-08-01 Richard Stallman <rms@gnu.org>
2700
2701 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
2702
2703 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
2704
2705 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
2706 default value.
2707 (gdb-find-source-frame): New function.
2708 (menu): Add to menu bar.
2709
2710 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
2711
2712 * font-core.el (font-lock-extend-region-function)
2713 (font-lock-extend-region): Move to font-lock.el.
2714
2715 * font-lock.el (font-lock-extend-region-function)
2716 (font-lock-extend-region): Move from font-core.el. Simplify.
2717
2718 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
2719 if needed.
2720 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
2721 (jit-lock-after-change-extend-region-functions): New hook.
2722 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
2723
2724 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
2725 (font-lock-turn-on-thing-lock): Use it.
2726
2727 * longlines.el (longlines-show-region): Make it work on read-only
2728 buffers as well.
2729
2730 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
2731
2732 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
2733
2734 2006-07-31 Richard Stallman <rms@gnu.org>
2735
2736 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
2737 (vhdl-speedbar-display-projects): Update old obsolete
2738 speedbar variable names.
2739
2740 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
2741
2742 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
2743 (gdb-stopped): Use it.
2744
2745 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
2746
2747 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
2748
2749 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
2750 for load-history elements.
2751
2752 2006-07-29 Eli Zaretskii <eliz@gnu.org>
2753
2754 * files.el (convert-standard-filename): For Cygwin, replace
2755 characters not allowed in Windows file names.
2756 (make-auto-save-file-name): Add Cygwin to the list of systems
2757 where the auto-save file name needs to be run through
2758 convert-standard-filename.
2759
2760 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
2761
2762 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
2763
2764 2006-07-28 Richard Stallman <rms@gnu.org>
2765
2766 * bindings.el (mode-line-frame-identification)
2767 (propertized-buffer-identification): Centralize the code
2768 to initialize the variable.
2769
2770 * progmodes/grep.el (grep-default-command): Catch errors from
2771 wildcard-to-regexp.
2772
2773 2006-07-29 Kim F. Storm <storm@cua.dk>
2774
2775 * progmodes/grep.el (grep-tag-default): New function.
2776 (grep-default-command, grep-read-regexp): Use it.
2777 (grep-read-files): Use car of grep-files-history or grep-files-aliases
2778 as default if nothing else applies.
2779
2780 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
2781
2782 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
2783 Throw error if buffer is not in Dired and Wdired mode, respectively.
2784
2785 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
2786
2787 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
2788 self-insert-command keys don't activate buttons.
2789 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
2790
2791 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
2792
2793 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
2794 faces for enable character.
2795
2796 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
2797
2798 * Makefile.in (recompile): Update comment to reflect change
2799 on 2004-04-21.
2800
2801 2006-07-27 Richard Stallman <rms@gnu.org>
2802
2803 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
2804 (customize-package-emacs-version): Change msg when pkg has no entry.
2805 (custom-no-edit): On a button, do like widget-button-press.
2806
2807 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2808
2809 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
2810 S-tab and C-S-tab.
2811
2812 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
2813
2814 * progmodes/which-func.el (which-function): Fix documentation/
2815 comment typo.
2816
2817 2006-07-26 Richard Stallman <rms@gnu.org>
2818
2819 * textmodes/ispell.el (ispell-word): If we replace the word,
2820 move point to the end. Insert before deleting.
2821
2822 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
2823
2824 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
2825 a timer.
2826
2827 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
2828
2829 * tumme.el (tumme-backward-image): Add prefix argument. Add error
2830 when at first image.
2831 (tumme-forward-image): Add prefix argument. Add error when at last
2832 image.
2833
2834 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2835
2836 * tabify.el (tabify-regexp): Use more specific regexps.
2837 (tabify): Avoid modifying the buffer unnecessarily.
2838
2839 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
2840
2841 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
2842 (tumme-format-properties-string): Handle empty `buf'.
2843 (tumme-get-comment): Change variable names inside `let'.
2844 Add missing `let' variable that cause font-lock problems.
2845 (tumme-write-comments): Change variable names inside `let'.
2846 Add missing `let' variable that cause font-lock problems.
2847 (tumme-forward-image): Rename from `tumme-forward-char'.
2848 (tumme-backward-image): Rename from `tumme-backward-char'.
2849
2850 2006-07-25 Masatake YAMATO <jet@gyve.org>
2851
2852 * progmodes/ld-script.el (ld-script-keywords)
2853 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
2854 and add comments.
2855
2856 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
2857
2858 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
2859 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
2860 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
2861 for status indicator.
2862
2863 2006-07-24 Richard Stallman <rms@gnu.org>
2864
2865 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
2866
2867 * subr.el (dolist, dotimes): Use interned symbols for locals.
2868 (--dotimes-limit--, --dolist-tail--): New defvars.
2869 (looking-back): Doc fix.
2870
2871 * replace.el (replace-match-string-symbols): Handle dotted lists.
2872
2873 2006-07-24 mathias <mathias@mattis>
2874
2875 * tumme.el (tumme-write-tags): Add.
2876 (tumme-write-comments): Add.
2877 (tumme-tag-files): Change to use `tumme-write-tags'.
2878 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
2879 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
2880 (tumme-save-information-from-widgets): Change to use
2881 `tumme-write-comments' and `tumme-write-tags'.
2882 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
2883 (tumme-write-tag): Remove.
2884 (tumme-write-comment): Remove.
2885 (tumme-display-previous-thumbnail-original): Remove empty line.
2886 (tumme-widget-list): Add punctuation.
2887
2888 2006-07-24 mathias <mathias.dahl@gmail.com>
2889
2890 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
2891
2892 2006-07-24 Daiki Ueno <ueno@unixuser.org>
2893
2894 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
2895 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
2896 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
2897
2898 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
2899
2900 * mouse.el (mouse-on-link-p): Doc fix.
2901
2902 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
2903
2904 * emacs-lisp/find-func.el (find-function-search-for-symbol):
2905 Handle "C-h f `".
2906
2907 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
2908
2909 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
2910 column.
2911
2912 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
2913
2914 * textmodes/table.el: Add move-beginning-of-line and
2915 move-end-of-line to Point Motion Only Group.
2916
2917 2006-07-22 Eric Hanchrow <offby1@blarg.net>
2918
2919 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
2920
2921 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2922
2923 * startup.el (user-mail-address): Initialize from the `EMAIL'
2924 environment variable first. Document this.
2925 (command-line): Ditto.
2926
2927 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
2928
2929 * help-mode.el (help-function-def, help-variable-def)
2930 (help-face-def): Print a message in the minibuffer.
2931
2932 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
2933
2934 * term/xterm.el (terminal-init-xterm): Fix key bindings
2935 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
2936
2937 2006-07-21 Eli Zaretskii <eliz@gnu.org>
2938
2939 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
2940 where `(nth 1 command)' is a cons cell. Doc fix.
2941
2942 * textmodes/po.el (po-find-charset): Doc fix.
2943
2944 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
2945
2946 * allout.el (allout-unprotected, allout-e-o-prefix-p)
2947 (allout-beginning-of-current-line, allout-end-of-current-line)
2948 (allout-next-visible-heading, allout-open-topic)
2949 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
2950 (allout-flag-current-subtree, allout-show-to-offshoot)
2951 (allout-hide-current-entry, allout-show-current-branches)
2952 (allout-hide-region-body, allout-old-expose-topic)
2953 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
2954 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
2955 containing `beginning-of-line' and `end-of-line' with
2956 `inhibit-field-text-motion' t.
2957
2958 2006-07-21 Eli Zaretskii <eliz@gnu.org>
2959
2960 * frame.el (focus-follows-mouse): Document that it doesn't have
2961 any effect on MS-Windows.
2962
2963 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
2964
2965 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
2966
2967 2006-07-20 Jay Belanger <belanger@truman.edu>
2968
2969 * calc.el (calc-previous-alg-entry): Remove variable.
2970
2971 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
2972 New variables.
2973 (calc-alg-entry): Use `calc-alg-entry-history'.
2974 (calc-do-quick-calc): Use `calc-quick-calc-history'.
2975 Remove reference to `calc-previous-alg-entry'.
2976 (calcAlg-edit, calcAlg-enter): Remove reference to
2977 `calc-previous-alg-entry'.
2978 (calcAlg-previous): Use `previous-history-element' instead of
2979 `calc-previous-alg-entry'.
2980 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
2981 Change keybinding for `calcAlg-plus-minus', add keybindings for
2982 `previous-history-element' and `next-history-element'.
2983
2984 * calc-rewr.el (calc-match): Remove reference to
2985 `calc-previous-alg-entry'.
2986
2987 * calc-sel.el (calc-selection-history): New variable.
2988 (calc-enter-selection, calc-sel-mult-both-sides)
2989 (calc-sel-add-both-sides): Use `calc-selection-history'.
2990
2991 * calc-map.el (calc-get-operator-history): New variable.
2992 (calc-get-operator): Use `calc-get-operator-history'.
2993
2994 * calcalg3.el (calc-curve-fit-history): New variable.
2995 (calc-curve-fit): Use `calc-curve-fit-history'.
2996
2997 2006-07-20 Kenichi Handa <handa@m17n.org>
2998
2999 * international/mule-cmds.el (select-safe-coding-system): Fix the
3000 way of deciding eol-type of the coding system.
3001
3002 2006-07-20 Alan Mackenzie <acm@muc.de>
3003
3004 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
3005 (c-lang-setvar): New macro.
3006 (c-make-init-lang-vars-fun): Use the initialization forms in
3007 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
3008 (comment-start, comment-end, comment-start-skip): Change these from
3009 c-lang-defvar's to c-lang-setvar's.
3010
3011 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
3012 which calls make-local-variable on the elements of
3013 c-emacs-variable-inits.
3014 (c-init-language-vars-for): Call this new macro.
3015
3016 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
3017
3018 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
3019 Try to rule out false positives due to time stamps.
3020 (compilation-mode-font-lock-keywords): Remove rules made redundant
3021 because of the above change. Add `segmentation fault' to the known and
3022 highlighted compilation termination messages.
3023
3024 2006-07-19 Kim F. Storm <storm@cua.dk>
3025
3026 * progmodes/grep.el (grep-find-ignored-directories):
3027 Add .svn and _darcs to list.
3028
3029 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
3030
3031 * dired.el (dired-mode-map): Add key binding `C-te' for
3032 `tumme-dired-edit-comment-and-tags'.
3033
3034 * tumme.el (tumme-display-thumbnail-original-image): Make sure
3035 image display buffer is displayed before call to
3036 `tumme-display-image.
3037 (tumme-dired-display-image): Make sure image display buffer is
3038 displayed before call to `tumme-display-image.
3039 (tumme-mouse-display-image): Make sure image display buffer is
3040 displayed before call to `tumme-display-image.
3041 (tumme-widget-list): Add.
3042 (tumme-dired-edit-comment-and-tags): Add.
3043 (tumme-save-information-from-widgets): Add.
3044
3045 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
3046
3047 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
3048
3049 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
3050
3051 * progmodes/sh-script.el (sh-font-lock-keywords-1):
3052 Revert inadvertently installed patch hunk.
3053
3054 * progmodes/compile.el (compilation-find-file): Handle the
3055 cases where the user selects a non-existent file.
3056
3057 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
3058
3059 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
3060
3061 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
3062
3063 * subr.el (sit-for): Just sleep-for if noninteractive.
3064
3065 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
3066
3067 * emacs-lisp/autoload.el (make-autoload): Use new arg.
3068
3069 * custom.el (custom-autoload): Add `noset' argument.
3070 (custom-push-theme): Don't autoload the variable, let callers do it.
3071 (custom-theme-set-variables): Autoload the variable if necessary.
3072
3073 * cus-edit.el (custom-variable-state-set): If the variable was
3074 originally set outside custom, but to the same value as the default,
3075 consider it to be standard.
3076
3077 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
3078 file *before* telling Emacs to add the autoloads, in case it fails.
3079
3080 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
3081 Use `cond', push', and `dolist'.
3082
3083 2006-07-17 Richard Stallman <rms@gnu.org>
3084
3085 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
3086 Add defvars to silence warnings.
3087
3088 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
3089
3090 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3091 Don't highlight "Compiling file" messages as error.
3092
3093 * dired-aux.el (dired-compress-file): Confirm again if gzipped
3094 file already exists.
3095
3096 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
3097
3098 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
3099 entry, don't assign to free var; simply return the extracted filename.
3100 (ff-treat-as-special): Incorporate common preamble from callers.
3101 (ff-other-file-name, ff-find-the-other-file):
3102 Update call to ff-treat-as-special.
3103
3104 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
3105
3106 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
3107
3108 * tumme.el (tumme-get-comment): Fix bug.
3109
3110 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
3111
3112 * files.el: Remove spurious * in docstrings.
3113
3114 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
3115
3116 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
3117 grammar.
3118 (allout-beginning-of-current-line): Beware beginning of buffer.
3119 Also, a comment is simplified.
3120 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
3121 when appropriate. (This fix enables use for other than
3122 bullet-hotspot operation.)
3123 (allout-hide-current-subtree): While escalating to sibling-close,
3124 make sure to situate on a topic.
3125
3126 2006-07-14 Kim F. Storm <storm@cua.dk>
3127
3128 * emulation/cua-base.el (cua-delete-selection)
3129 (cua-toggle-set-mark): New defcustoms.
3130 (cua-rectangle-modifier-key): Add `alt' modifier.
3131 (cua-replace-region): Don't delete if cua-delete-selection is nil.
3132 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
3133 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
3134
3135 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
3136
3137 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
3138
3139 * allout.el: Require 'cl during byte-compilation/interactive load,
3140 for the `assert' macro.
3141 (allout-mode-deactivate-hook): New hook, run when allout mode
3142 deactivates.
3143 (allout-developer): New allout customization subgroup.
3144 (allout-run-unit-tests-on-load): New allout-developer
3145 customization variable, when true allout unit tests are run towards
3146 end of file load/eval.
3147 (allout-inhibit-auto-fill): Disable auto-fill activity even during
3148 auto-fill-mode.
3149 (allout-resumptions): Remove, to be replaced by...
3150 (allout-add-resumptions): Register variable settings to be
3151 reinstated by `allout-do-resumptions'. The settings are made
3152 buffer-local, but the locality/globality of the suspended setting
3153 is restored on resumption.
3154 (allout-do-resumptions): Reinstate all settings suspended using
3155 `allout-add-resumptions'.
3156 (allout-test-resumptions): Unit tests (and intermediate variables)
3157 for resumptions.
3158 (allout-tests-globally-unbound, allout-tests-globally-true)
3159 (allout-tests-locally-true): Intermediate variables for
3160 resumptions unit tests.
3161 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
3162 (allout-exposure-category): Replaces 'allout-overlay-category variable.
3163 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
3164 instead of retired `allout-resumptions'. For hook functions, use
3165 `local' parameter so hook settings are created and removed as
3166 buffer-local settings. Revise (resumptions) setting
3167 auto-fill-function so it is set only if already active. (The
3168 related fill-function settings are all made in either case, so
3169 that activating auto-fill-mode activity will have the custom
3170 allout-mode behaviors (hanging indent on topics, if configured for it).
3171 Remove all allout-exposure-category overlays on mode deactivation.
3172 (allout-hotspot-key-handler): New function extracted from
3173 `allout-pre-command-business', so the functionality can be used
3174 for other purposes, eg as a binding in an overlay.
3175 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
3176 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
3177 customization variable.
3178 (allout-run-unit-tests): Run the (currently quite small)
3179 repertoire of unit tests. Called just before the provide iff user
3180 has customized `allout-run-unit-tests-on-load' non-nil.
3181
3182 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
3183
3184 * emacs-lisp/authors.el (authors-aliases): Update.
3185
3186 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
3187
3188 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
3189 gdb-source-window. Add dedicated argument.
3190 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
3191 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
3192 (gdb-display-threads-buffer, gdb-display-memory-buffer)
3193 (gdb-display-locals-buffer): Use it.
3194
3195 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
3196 Set gdb-source-window.
3197
3198 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
3199
3200 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
3201 minor modes, redundant with the custom-autoload line above.
3202
3203 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
3204
3205 * longlines.el (longlines-post-command-function): Handle open-line too.
3206
3207 2006-07-12 Richard Stallman <rms@gnu.org>
3208
3209 * progmodes/grep.el (grep-last-buffer): Doc fix.
3210
3211 * info.el (Info-try-follow-nearest-node): Doc fix.
3212
3213 * emacs-lisp/edebug.el (edebug-instrument-function):
3214 Err if find-function-noselect gives no position.
3215
3216 * emacs-lisp/find-func.el (find-function-search-for-symbol):
3217 If can't find definition, return nil for position.
3218 (find-function-do-it): Handle new return value
3219 of find-definition-noselect.
3220 (find-definition-noselect, find-variable-noselect): Doc fix.
3221 (find-function-noselect): Doc fix.
3222
3223 * help-mode.el (help-variable-def): Handle find-variable-noselect
3224 returning no position.
3225 (help-function-def): Likewise for find-function-search-for-symbol.
3226 (help-face-def): Likewise.
3227
3228 * help-fns.el (describe-variable): Handle find-variable-noselect
3229 returning no position.
3230
3231 * files.el (locate-file-completion): Avoid duplicates in result.
3232
3233 * cus-edit.el (custom-no-edit): New command.
3234 (custom-mode-map): Remap to custom-no-edit instead of
3235 using suppress-keymap.
3236
3237 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
3238
3239 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
3240 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
3241 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
3242
3243 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
3244
3245 2006-07-11 Kim F. Storm <storm@cua.dk>
3246
3247 * ido.el (ido-copy-current-file-name): Use buffer-name if
3248 buffer-file-name is nil.
3249
3250 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
3251
3252 * simple.el (undo-ask-before-discard): Set to nil.
3253
3254 * vc.el (vc-exec-after): Don't delete process manually.
3255 (vc-print-log): Run log-view-mode in process sentinel inside
3256 inhibit-read-only. Don't shrink window due to timing issues.
3257
3258 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
3259 Avoid using with-output-to-temp-buffer, which clobbers local vars.
3260
3261 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
3262
3263 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3264 Fix ambiguity introduced by last change.
3265 (compilation-find-file): Move save-excursion to where it may
3266 make sense. Fix a left over `find-file'.
3267
3268 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
3269
3270 * textmodes/texinfmt.el (texinfo-format-separate-node):
3271 Insert a string before point, which fits documentation, not after.
3272 (texinfo-multitable-item): In a multitable row, insert any
3273 additional needed @tabs and spaces.
3274
3275 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
3276
3277 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
3278 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
3279 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
3280 instead of shell-command.
3281 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
3282 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
3283 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
3284 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
3285 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
3286 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
3287
3288 2006-07-11 Kim F. Storm <storm@cua.dk>
3289
3290 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
3291 Remove special case for seconds < 0. Use (redisplay t) instead.
3292
3293 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
3294
3295 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
3296 avoid compilation error.
3297
3298 * subr.el (sit-for): New function.
3299
3300 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
3301
3302 2006-07-10 Richard Stallman <rms@gnu.org>
3303
3304 * ldefs-boot.el (edebug): Update page.
3305
3306 2006-07-10 Kim F. Storm <storm@cua.dk>
3307
3308 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
3309 to FOR-RELEASE and TODO.
3310
3311 2006-07-10 Romain Francoise <romain@orebokech.com>
3312
3313 * emacs-lisp/authors.el (authors-aliases): Update.
3314
3315 2006-07-10 Alan Mackenzie <acm@muc.de>
3316
3317 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
3318 * cc-mode.el: Changes to eradicate eval-after-load.
3319
3320 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
3321
3322 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
3323 on non-char events.
3324
3325 2006-07-09 Romain Francoise <romain@orebokech.com>
3326
3327 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3328 Don't highlight start/end markers as compilation messages.
3329
3330 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
3331 to t.
3332
3333 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
3334
3335 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
3336
3337 2006-07-08 Richard Stallman <rms@gnu.org>
3338
3339 * term/x-win.el (x-handle-display): Add doc string.
3340
3341 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3342
3343 * subr.el (def-edebug-spec): Move here.
3344 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
3345
3346 * imenu.el (imenu-choose-buffer-index): Doc fix.
3347
3348 2006-07-08 Romain Francoise <romain@orebokech.com>
3349
3350 * term/x-win.el (x-display-name): Fix typo.
3351
3352 2006-07-08 Eli Zaretskii <eliz@gnu.org>
3353
3354 * hexl.el (hexl-find-file): Doc fix.
3355
3356 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3357
3358 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
3359
3360 * term/x-win.el (x-display-name): Doc fix.
3361
3362 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
3363
3364 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
3365 long prefixes.
3366 (fill-region-as-paragraph): Don't round up to a whole line.
3367 (fill-comment-paragraph): Don't include the code-before-the-comment
3368 when calling fill-region-as-paragraph.
3369
3370 * international/mule.el (make-char): Remove redundancy.
3371
3372 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
3373 property may contain an anonymous function rather than a symbol.
3374
3375 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
3376
3377 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
3378 Use shy regexp. Fix incorrect backref to potentially unmatched group.
3379
3380 * dirtrack.el (dirtrack-default-directory-function): Remove.
3381 (dirtrack-directory-function): Use file-name-as-directory.
3382 (dirtrack-windows-directory-function): Simplify.
3383 (dirtrack-forward-slash, dirtrack-backward-slash)
3384 (dirtrack-replace-slash): Remove.
3385 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
3386 (dirtrack): Fix wrong parenthesizing; use match-string.
3387
3388 * progmodes/octave-inf.el: Remove spurious * in docstrings.
3389 (inferior-octave-mode): Only change the buffer-local value of
3390 comint-dynamic-complete-functions.
3391 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
3392 Move the initialization to the declaration.
3393 (inferior-octave-complete): Remove unused var `filter'.
3394
3395 * shell.el (shell-mode): Only change the buffer-local value of
3396 comint-dynamic-complete-functions.
3397
3398 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
3399
3400 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
3401 entry is skipped because it has been scheduled.
3402 (org-prepare-agenda-buffers): Don't mark buffers as modified when
3403 changing `:org-archived' and `:org-comment' properties.
3404
3405 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
3406
3407 * server.el (server-select-display): Don't make the temp frame
3408 minibuffer-only, in case it's not a temp frame.
3409 (server-process-filter): Don't delete the temp frame if it's the
3410 only one we have on that display.
3411
3412 * files.el (find-alternate-file): Doc fix.
3413
3414 2006-07-05 Richard Stallman <rms@gnu.org>
3415
3416 * files.el (abbreviate-file-name): Add save-match-data.
3417
3418 2006-07-03 Richard Stallman <rms@gnu.org>
3419
3420 * faces.el (read-face-name): Doc fix.
3421
3422 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
3423
3424 * net/goto-addr.el (goto-address): Mark as safe for local evals.
3425
3426 2006-07-05 Andre Spiegel <spiegel@gnu.org>
3427
3428 * vc.el (vc-diff-internal): Fix prev change.
3429
3430 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
3431
3432 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
3433 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
3434
3435 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
3436
3437 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
3438 fails if the symbol contains chars like ( or '.
3439 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
3440 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
3441 `short'.
3442
3443 2006-07-04 Kenichi Handa <handa@m17n.org>
3444
3445 * international/mule-cmds.el (set-language-info): If LANG-ENV is
3446 the current one, don't call set-language-environment, but call one
3447 of set-language-environment-XXX to make INFO effective now.
3448 (set-language-environment): Call set-language-environment-XXX
3449 functions instead of doing the various setups directly.
3450 (set-language-environment-coding-systems): Delete argument eol-type.
3451 (set-language-environment-input-method)
3452 (set-language-environment-nonascii-translation)
3453 (set-language-environment-charset)
3454 (set-language-environment-fontset)
3455 (set-language-environment-unibyte): New functions.
3456
3457 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
3458
3459 * locate.el (locate-update-when-revert): New option.
3460 (locate-update-path): New option (suggested by Michael Albinus).
3461 (locate-prompt-for-command): Whitespace change.
3462 (locate-update): No longer offer to update the locate database by
3463 default. Implement the two new options.
3464
3465 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
3466
3467 * tooltip.el: Move comment about track-mouse...
3468
3469 * progmodes/gud.el: ...to here.
3470
3471 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
3472
3473 * facemenu.el (facemenu-listed-faces): New var.
3474 (facemenu-unlisted-faces): Variable deleted.
3475 (facemenu-add-new-face): Use facemenu-listed-faces.
3476
3477 * emulation/viper-init.el, calendar/calendar.el:
3478 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
3479
3480 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
3481
3482 * textmodes/org.el (org-mode): Remove no invalid settings for
3483 calc embedded mode.
3484 (org-mode-p): New defsubst.
3485 (org-save-all-org-buffers): New function.
3486 (org-first-headline-recenter): Enclose outline-regexp in group
3487 delimiters.
3488 (org-set-tags): Keep single space after stars.
3489
3490 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
3491
3492 * window.el (set-window-text-height): Only set window-min-height to
3493 1 if that's the requested size.
3494
3495 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
3496 (diff-unified->context, diff-context->unified)
3497 (diff-reverse-direction): Make sure the end marker stays at the end.
3498 (diff-mode): Add the keymap table at the end of docstring.
3499 Use lexical-let rather than constructing a closure manually.
3500
3501 * files.el (find-file-noselect-1): Remove unused var assignment.
3502 (hack-local-variables-confirm): Print lists of strings as lists of
3503 strings rather than lists of symbols.
3504 (abbreviate-file-name, hack-local-variables-prop-line):
3505 Use match-string.
3506 (hack-one-local-variable): Move `make-local-variable' nearer its use.
3507 (recover-session-finish): Use line-end-position.
3508
3509 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
3510
3511 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
3512
3513 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
3514
3515 * progmodes/make-mode.el (makefile-macroassign-regex):
3516 Accept preceding keyword.
3517 (makefile-gmake-statements): Reorganize, now that makepp has
3518 "override" and also handle forgotten "override define".
3519 (makefile-makepp-statements): Add new "global", "override export"
3520 and "override global".
3521
3522 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
3523
3524 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
3525 (ada-compile-mouse-goto-error, ada-deactivate-properties)
3526 (ada-no-auto-case): Fix typos in docstrings.
3527
3528 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
3529
3530 * info.el (Info-find-node-2): Search for makeinfo version more
3531 carefully.
3532
3533 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
3534
3535 * textmodes/org.el (org-prepare-agenda-buffers):
3536 Use `invisible-OK' argument for `org-end-of-subtree'.
3537 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
3538 (org-beginning-of-item): Fix bug in regular expression for white line.
3539 (org-export-as-html): Enforce space after bullet in plain list items.
3540 (org-set-autofill-regexps): Require space after plain list bullet
3541 for paragraph-start.
3542 (org-ts-regexp3): New constant.
3543 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
3544 (org-timestamp-up-day, org-timestamp-down-day)
3545 (org-timestamp-change): Work with inactive timestamps.
3546 (org-ts-regexp1): Don't allow brackets in time stamps.
3547
3548 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
3549
3550 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
3551 for ignoring links.
3552
3553 * faces.el (read-face-name): Use it.
3554
3555 2006-06-28 Juri Linkov <juri@jurta.org>
3556
3557 * buff-menu.el (list-buffers-noselect): Compare Info file
3558 with the string "dir" to detect Info directory.
3559
3560 * complete.el (partial-completion-mode): In lambda for
3561 `choose-completion-string-functions' use full function signature
3562 with 4 args, and move point to the end of the minibuffer only if arg
3563 `mini-p' is non-nil.
3564
3565 2006-06-28 John Paul Wallington <jpw@pobox.com>
3566
3567 * ibuffer.el (ibuffer-mode): Doc fix.
3568
3569 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
3570
3571 * textmodes/org.el (org-context): New contexts :item-bullet,
3572 :latex-fragment, :latex-preview.
3573 (org-overlays-at, org-overlay-start, org-overlay-end):
3574 New compatibility functions.
3575 (org-inside-LaTeX-fragment-p): More accurate matching, using the
3576 exact regexp that will be used during export.
3577 (org-latex-regexps): New variable.
3578 (org-cdlatex-mode): Improve advice for `texmathp'.
3579 (turn-on-org-cdlatex): New function.
3580
3581 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3582
3583 * term/mac-win.el (mac-handle-font-selection): Change keys of
3584 mac-atsu-font-table from strings to numbers.
3585 (mac-ts-caret-position): Use also when cursor-type is nil.
3586 (mac-ts-update-active-input-area): Add Mac OS Classic support.
3587 Relax condition for using overlay strings.
3588 Use mac-ts-caret-position face when cursor-type is nil.
3589
3590 2006-06-26 Kim F. Storm <storm@cua.dk>
3591
3592 * help.el (view-emacs-news): Declare `res' in the right let* form.
3593
3594 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
3595
3596 * net/rcompile.el (remote-compile): Replace ange-ftp based
3597 implementation by Tramp functions.
3598 Suggested by Marc Abramowitz <msabramo@gmail.com>.
3599
3600 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
3601
3602 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
3603
3604 * international/fontset.el (setup-default-fontset): Fix a typo in
3605 the "Oriya-Akruti" registry name.
3606
3607 2006-06-23 Lars Hansen <larsh@soem.dk>
3608
3609 * desktop.el (desktop-full-file-name): New function.
3610 (desktop-kill, desktop-save, desktop-remove, desktop-read)
3611 (desktop-revert): Use it.
3612 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
3613 (desktop-after-read-hook): Add option list-buffers.
3614 (desktop-locals-to-save): Add tab-width.
3615 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
3616 Fix docstring.
3617
3618 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
3619
3620 * textmodes/org.el (org-cdlatex-mode-map)
3621 (org-cdlatex-texmathp-advice-is-done): New variables.
3622 (org-cdlatex-mode): New minor mode.
3623 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
3624 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
3625 (org-export-with-archived-trees): New option.
3626 (org-open-file): Remove the call to `convert-standard-filename'.
3627 (org-archive-tag, org-agenda-skip-archived-trees)
3628 (org-cycle-open-archived-trees)
3629 (org-sparse-tree-open-archived-trees): New options.
3630 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
3631 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
3632 New functions.
3633 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
3634 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
3635 (org-mode-map): Add binding for `org-toggle-archive-tag'.
3636 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
3637 Call `org-prepare-agenda-buffers'.
3638 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
3639 (org-file-apps, org-file-apps-defaults-gnu)
3640 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
3641 Handle remote files by forcing them to be opened in Emacs.
3642
3643 2006-06-23 Andre Spiegel <spiegel@gnu.org>
3644
3645 * vc.el (vc-diff-knows-L): New variable.
3646 (vc-diff-internal): Use it to handle "diff" programs that don't
3647 understand -L. This works automatically, no user action is necessary.
3648
3649 2006-06-23 Daniel Brockman <daniel@brockman.se>
3650
3651 * net/rcirc.el (rcirc-default-user-full-name): Default to
3652 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
3653 longer exists).
3654 (rcirc-process-list): Check `buffer-live-p' before attempting to
3655 switch to a buffer.
3656
3657 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
3658
3659 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
3660 based on rcirc-coding-system-alist.
3661
3662 2006-06-23 Martin Rudalics <rudalics@gmx.at>
3663
3664 * cus-edit.el (customize-apropos): A better error message.
3665 (top level) <debug-ignored-errors>: Extend and update the list of
3666 ignored error messages.
3667
3668 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
3669
3670 * complete.el (PC-do-completion): Retain capitalization of user
3671 input, when possible, even if completion-ignore-case is set.
3672
3673 2006-06-23 Eli Zaretskii <eliz@gnu.org>
3674
3675 * generic-x.el (bat-generic-mode): Support .cmd files.
3676
3677 * dos-w32.el (top level): Use find-file-not-found-functions
3678 instead of the obsolete find-file-not-found-hooks.
3679
3680 2006-06-22 Kim F. Storm <storm@cua.dk>
3681
3682 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
3683 to recognize mode name containing submodes, such as Grep/lw.
3684
3685 2006-06-21 Kim F. Storm <storm@cua.dk>
3686
3687 * simple.el (line-move-1): Check for move-end-of-line instead of
3688 end-of-line when setting temporary-goal-column.
3689
3690 2006-06-21 Miles Bader <miles@gnu.org>
3691
3692 * play/cookie1.el (cookie): Work properly when there's only one entry.
3693
3694 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
3695
3696 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
3697 (gdb-frame-handler): Generalize frame regexp for templates.
3698
3699 2006-06-20 Glenn Morris <rgm@gnu.org>
3700
3701 * calendar/appt.el (appt-display-format): Default value must be
3702 one of the customize options.
3703
3704 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
3705
3706 * term/xterm.el (terminal-init-xterm): Update key availability info.
3707 Bind C-return.
3708
3709 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
3710
3711 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
3712
3713 * files.el (hack-local-variables): Run `hack-local-variables-hook'
3714 whether or not a local variables list is defined.
3715
3716 * msb.el (msb): Move `sit-for' hack here to handle both
3717 "mouse-down and drag" and "mouse-up and select" situations.
3718 (mouse-select-buffer): Move `sit-for' hack to `msb'.
3719
3720 2006-06-20 Kenichi Handa <handa@m17n.org>
3721
3722 * international/characters.el (word-combining-categories):
3723 Add entries for 2-byte Han characters.
3724
3725 2006-06-19 Richard Stallman <rms@gnu.org>
3726
3727 * bindings.el (mode-line-format): Save some mode line space.
3728
3729 * files.el (find-file-noselect): Improve the question wording.
3730 (basic-save-buffer-2): Mask UMASK against 666.
3731
3732 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
3733 (mouse-drag-vertical-line): Call it.
3734
3735 * cus-edit.el (customize-option, customize-option-other-window):
3736 Error if SYMBOL is nil.
3737
3738 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
3739
3740 * textmodes/org.el: Require noutline, also on XEmacs.
3741 (org-end-of-subtree): Return point.
3742 (org-dblock-start-re, org-dblock-end-re): New constants.
3743 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
3744 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
3745 (org-update-all-dblocks, org-find-dblock): New functions.
3746 (org-collect-clock-time-entries): New function.
3747 (org-html-handle-time-stamps): Never export CLOCK timeranges.
3748 (org-fixup-indentation): Modify to deal correctly with lines
3749 starting with TAB. Only one argument DIFF now.
3750 (org-demote, org-promote): Call `org-fixup-indentation' with just
3751 one argument, DIFF.
3752 (org-mode): Don't mark buffer as modified when aligning tables.
3753 (org-clock-sum): Don't mark buffer modified when adding time sum
3754 properties.
3755 (org-export-as-html): Add support for a link validation function.
3756 (org-archive-all-done): New function.
3757 (org-archive-subtree): New prefix argument. When set, archive all
3758 done subtrees in this buffer.
3759 (org-remove-clock-overlays)
3760 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
3761 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
3762 (org-put-clock-overlay): Don't swallow last headline character
3763 when displaying overlay.
3764 (org-store-link): Link to `image-mode' with just the file name.
3765
3766 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
3767
3768 * viper-cmd.el (viper-special-read-and-insert-char):
3769 Use read-key-sequence.
3770 (viper-after-change-undo-hook): Misc enhancements.
3771 (viper-after-change-undo-hook): New hook.
3772 (viper-undo): Use viper-after-change-undo-hook.
3773 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
3774 (viper-next-line-at-bol): If point is on a widget or a button, simulate
3775 clicking on that widget/button.
3776
3777 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
3778
3779 * ediff-diff (ediff-test-patch-utility): Catch errors.
3780 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
3781 (ediff-set-actual-diff-options): New function.
3782 (ediff-reset-diff-options, ediff-toggle-ignore-case):
3783 Use ediff-set-actual-diff-options.
3784 (ediff-extract-diffs): Catch errors.
3785 (ediff-whitespace): Add non-breakable space.
3786 (ediff-same-file-contents): Catch errors.
3787
3788 * ediff-mult.el (ediff-collect-custom-diffs):
3789 Save coding-system-for-read.
3790
3791 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
3792 (ediff-vc-internal, ediff-vc-merge-internal):
3793 Use ediff-delete-version-file.
3794 (ediff-delete-version-file): New function.
3795
3796 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
3797
3798 * ediff.el (ediff-directories, ediff-directory-revisions)
3799 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
3800 (ediff-directories-internal, ediff-merge-directory-revisions)
3801 (ediff-merge-directory-revisions-with-ancestor)
3802 (ediff-directories3): Use read-directory-name.
3803
3804 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
3805
3806 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
3807 Remove superfluous part of regexp for brace matching which is handled
3808 by `scan-lists' call.
3809
3810 2006-06-16 Richard Stallman <rms@gnu.org>
3811
3812 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
3813
3814 * files.el (basic-save-buffer-2): For a new precious file,
3815 use the default modes in the return value.
3816
3817 * facemenu.el (facemenu-color-alist): Doc fix.
3818
3819 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
3820
3821 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3822
3823 * cus-start.el (all): Add mac-ts-script-language-on-focus.
3824
3825 * term/mac-win.el (mac-text-encoding-ascii): New constant.
3826 (mac-utxt-to-string): Use it.
3827 (mac-ts-update-active-input-area): Use mac-ae-number.
3828
3829 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
3830
3831 * term.el (term-handle-scroll, term-delete-lines)
3832 (term-insert-lines): Fix off by one errors.
3833
3834 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
3835
3836 * net/tramp.el (tramp-touch): Use UTC to express time.
3837
3838 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
3839
3840 * mail/sendmail.el (mail-send): Search explicitly for
3841 mail-header-separator when checking for corrupted header lines.
3842
3843 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
3844
3845 * progmodes/gdb-ui.el (gdb-same-frame): New option.
3846 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
3847 (gdb-init-1): Initialise them.
3848 (gdb-starting): Reset gdb-printing
3849 (gdb-starting): Save value of gud-overlay-arrow-position.
3850 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
3851 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
3852 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
3853 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
3854
3855 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3856
3857 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
3858
3859 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
3860
3861 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
3862 (ldap-search-internal): Keep error messages, and a regexp fix.
3863
3864 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
3865
3866 * files.el (hack-local-variables-confirm):
3867 Display string value using its printed representation.
3868
3869 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
3870
3871 * server.el (server-edit): No-op if no server buffers exist.
3872
3873 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
3874
3875 * textmodes/page-ext.el (pages-directory-for-addresses):
3876 Including `pages-directory-address-mode' in the function results
3877 in the message "Buffer in which pages were found is deleted".
3878
3879 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
3880
3881 * textmodes/org.el (org-agenda-mode-map): Add bindings for
3882 clocking functions.
3883
3884 (org-agenda-clock-in, org-check-running-clock)
3885 (org-clock-out-if-current, org-remove-clock-overlays)
3886 (org-put-clock-overlay): New functions.
3887 (org-clock-marker, org-clock-file-total-minutes)
3888 (org-clock-overlays): New variables.
3889 (org-clock-display, org-clock-sum, org-clock-cancel)
3890 (org-clock-out, org-clock-in): New commands.
3891 (org-export): New function.
3892 (org-emph-re): New constant.
3893 (org-set-emph-re, org-do-emphasis-faces): New functions.
3894 (org-emphasis-regexp-components, org-emphasis-alist): New options.
3895 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
3896 (org-export-html-convert-emphasize): Use the configurable emphasis.
3897 (org-cleaned-string-for-export): Make multiline emphasis visible
3898 to the exporter. New optional argument PARAMETERS.
3899 (org-export-as-html): Specify :emph-multiline parameter to
3900 `org-cleaned-string-for-export'.
3901
3902 2006-06-10 Richard Stallman <rms@gnu.org>
3903
3904 * help.el (help-for-help-internal): Clean up help text.
3905
3906 2006-06-10 Andreas Schwab <schwab@suse.de>
3907
3908 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
3909 in doc string.
3910
3911 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
3912
3913 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
3914
3915 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
3916 spaces after the comment start.
3917
3918 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3919
3920 * play/pong.el (pong-init-buffer):
3921 Fill buffer with spaces instead of ^A.
3922
3923 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
3924 launched asynchronously, delete its process instead of being cool.
3925 (ispell-async-processp): Check for `delete-process' existence
3926 instead of `kill-process' one for consistency.
3927
3928 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
3929
3930 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
3931 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
3932 in mode line at startup.
3933
3934 2006-06-08 Kim F. Storm <storm@cua.dk>
3935
3936 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
3937 (ido-init-completion-maps): Bind them to M-SPC and M-v.
3938 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
3939 (ido-file-internal): Pass full file name to write-file.
3940 (ido-read-internal): Only pop stack elements automatically if they
3941 actually match an existing directory or file name.
3942
3943 2006-06-07 Kenichi Handa <handa@m17n.org>
3944
3945 * international/mule.el (find-auto-coding): Don't handle the short
3946 name `char-trans'.
3947
3948 * files.el (hack-local-variables-prop-line)
3949 (hack-local-variables): Cancel the previous change.
3950
3951 2006-06-06 Jesper Harder <harder@phys.au.dk>
3952
3953 * ediff-diff.el (ediff-test-utility): Protect against file-error.
3954
3955 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
3956
3957 * diff-mode.el (diff-mode): Set buffer-read-only to t when
3958 diff-default-read-only is non-nil.
3959 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
3960 (diff-refine-hunk): Set inhibit-read-only to t.
3961
3962 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
3963 modifying the *Diff* buffer.
3964 (diff-process-filter): New filter function for diff process that
3965 sets inhibit-read-only to t when modifying the *Diff* buffer.
3966
3967 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
3968
3969 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
3970 insertion point and control the number of empty lines.
3971 (org-paste-subtree): Limit the number of empty lines at the end of
3972 the inserted tree.
3973 (org-agenda): Use buffer name of current file for narrowing.
3974 (org-export-as-xml): Command removed.
3975 (org-export-xml-type): Option removed.
3976 (org-mode-map): Call `org-export-as-xoxo' directly.
3977 (org-get-indentation): New optional argument LINE.
3978 (org-fix-indentation, org-remove-tabs): New functions.
3979 (org-export-as-ascii, org-ascii-level-start): Determine and apply
3980 correct indentation for headlines that are converted it items.
3981 (org-skip-comments): Remove table lines that contain narrowing
3982 cookies but no other non-empty fields.
3983 (org-set-tags): Allow groups of mutually exclusive tags.
3984 (org-cmp-time): Sort 24:21 before items without time.
3985 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
3986 (org-open-at-point): Require double colon also for numbers.
3987
3988 2006-06-06 Kim F. Storm <storm@cua.dk>
3989
3990 * ido.el (ido-default-file-method, ido-default-buffer-method):
3991 Make choice values consistent with corresponding command names.
3992 (ido-visit-buffer): Update accordingly. Default to selected-window.
3993
3994 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
3995
3996 * progmodes/gud.el (gud-running): Fix doc string.
3997 (gud-menu-map): Use :visible instead fo :enable for debugger test.
3998 (gud-tooltip-modes): Add python-mode.
3999 (gud-tooltip-print-command): Add pdb. Remove perldb.
4000
4001 2006-06-05 Eli Zaretskii <eliz@gnu.org>
4002
4003 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
4004 Quote $(EMACS).
4005
4006 2006-06-05 Richard Stallman <rms@gnu.org>
4007
4008 * faces.el (defined-colors): Doc fix.
4009
4010 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
4011
4012 * vc.el (vc-process-filter): Inhibit undo info collection around
4013 call to insert.
4014 (vc-setup-buffer): Likewise for call to erase-buffer.
4015 (vc-do-command): Likewise for call to process-file.
4016
4017 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
4018
4019 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
4020 for gud-go.
4021 (gud-common-init): Other debuggers may trigger error.
4022
4023 2006-06-05 Kenichi Handa <handa@m17n.org>
4024
4025 * international/mule.el (find-auto-coding):
4026 Handle enable-character-translation in file header.
4027
4028 2006-06-04 Kim F. Storm <storm@cua.dk>
4029
4030 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
4031 (authors-fixed-entries): Fix spelling.
4032 (authors-canonical-file-name): Don't report error for wildcards.
4033
4034 * help.el (view-emacs-news): Rewrite to support new NEWS,
4035 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
4036 e.g. version 10 matches 1.10, and don't be confused by version 1.1
4037 being a prefix of 1.12 (etc). A numeric prefix arg also works.
4038
4039 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
4040
4041 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
4042 exec constructs like `foo bar`.
4043 (sh-quoted-subshell): New helper function to search for a possibly
4044 nested subshell (like `` or $()) within a "" quoted string.
4045 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
4046 (sh-apply-quoted-subshell): Flag quote characters inside a
4047 subshell, which is itself already in a quoted region, as
4048 punctuation, since this is the closest to what they actually are.
4049 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
4050 sh-apply-quoted-subshell.
4051 (sh-font-lock-syntactic-face-function): Apply the new face for
4052 text inside `` instead of the old font-lock-string-face.
4053
4054 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4055
4056 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
4057 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
4058 (mac-bytes-to-text-range, mac-ae-text-range-array)
4059 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
4060 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
4061 (mac-ts-unicode-for-key-event): New functions.
4062 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
4063 (mac-handle-font-selection): Use mac-ae-number.
4064 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
4065 New variables.
4066 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
4067 (mac-ts-converted-text, mac-ts-selected-converted-text)
4068 (mac-ts-block-fill-text, mac-ts-outline-text)
4069 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
4070 (mac-ts-hilite-style-faces): New constant.
4071 (mac-apple-event-map): Bind text input events.
4072 (mac-dispatch-apple-event): Use command-execute instead of
4073 call-interactively.
4074 (global-map): Don't bind mac-apple-event.
4075 (special-event-map): Bind mac-apple-event.
4076
4077 2006-06-02 Eli Zaretskii <eliz@gnu.org>
4078
4079 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
4080 file name.
4081 (emacs): Enclose the value of $(EMACS) in quotes.
4082
4083 2006-06-02 Juri Linkov <juri@jurta.org>
4084
4085 * international/mule.el (sgml-html-meta-auto-coding-function):
4086 Remove the condition `(search-forward "<html" size t)'.
4087 Replace `\"' with `[\"']?' in `re-search-forward'.
4088
4089 2006-06-02 Kenichi Handa <handa@m17n.org>
4090
4091 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
4092 as well as `coding'.
4093 (hack-local-variables): Likewise.
4094
4095 * international/mule.el (enable-character-translation):
4096 Put permanent-local and safe-local-variable properties.
4097 (find-auto-coding): Handle char-trans: tag.
4098
4099 2006-06-02 Juri Linkov <juri@jurta.org>
4100
4101 * international/mule.el (sgml-html-meta-auto-coding-function):
4102 Limit the search by the end of the HTML header (if any).
4103
4104 2006-06-01 Richard Stallman <rms@gnu.org>
4105
4106 * subr.el (with-current-buffer): Doc fix.
4107
4108 2006-06-02 Masatake YAMATO <jet@gyve.org>
4109
4110 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
4111 Almost rewrite. Underlines over all lines of gcov output are too
4112 uncomfortable to read. Suggested by Dan Nicolaescu.
4113
4114 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
4115
4116 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
4117
4118 * shell.el (shell-mode): Use shell-mode-map in docstring.
4119
4120 * comint.el (comint-send-input): Do not add help-echo and
4121 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
4122
4123 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4124
4125 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
4126
4127 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
4128
4129 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
4130 (gdb-stopped, gdb-info-stack-custom): If there is no source info
4131 look up the stack and pop up GUD buffer if necessary.
4132 (gdb-frames-select): Remove redundant call to gud-display-frame.
4133 (gdb-info-threads-custom): Keep point at start of buffer.
4134 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
4135
4136 2006-05-31 Juri Linkov <juri@jurta.org>
4137
4138 * replace.el (query-replace-read-from, query-replace-read-to):
4139 Bind `history-add-new-input' to nil. Call `add-to-history'.
4140
4141 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
4142
4143 * textmodes/table.el: Convert all HTML tags to lower case for
4144 XHTML compatibility.
4145
4146 2006-05-31 Masatake YAMATO <jet@gyve.org>
4147
4148 * progmodes/compile.el:
4149 (compilation-error-regexp-alist-alist::gcov-called-line):
4150 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
4151
4152 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
4153
4154 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
4155 Revert inadvertent changes made with last commit.
4156
4157 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
4158
4159 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
4160 New functions.
4161
4162 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
4163
4164 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
4165
4166 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
4167 only matches in the right place.
4168 (org-upcoming-deadline): New face.
4169 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
4170 (org-export-ascii-underline): Rename constant `org-ascii-underline'
4171 and make it an option.
4172 (org-export-ascii-bullets): New option.
4173 (org-export-as-html): Many changes to emit valid XHTML.
4174 (org-par-open): New variable.
4175 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
4176 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
4177 (org-timeline): Pass `org-timeline-show-empty-dates' to
4178 `org-get-all-dates'. Interpret empty dates returned by
4179 `org-get-all-dates'.
4180 (org-get-all-dates): New argument EMPTY. Add dates without
4181 entries to the list, mark large ranges of empty dates.
4182 (org-point-in-group, org-context): New functions.
4183
4184 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
4185
4186 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
4187
4188 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
4189 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
4190 to C-mouse-3 (for 2 button mice).
4191 (gdb-send): Do the right thing for C-d.
4192
4193 * speedbar.el (speedbar-detach): Delete.
4194 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
4195 it breaks things.
4196 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
4197
4198 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
4199
4200 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
4201 Makeppfile.
4202
4203 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4204 Add makepp diagnostic.
4205
4206 2006-05-29 Richard Stallman <rms@gnu.org>
4207
4208 * window.el (fit-window-to-buffer): Doc fix.
4209
4210 * help.el (temp-buffer-max-height): Doc fix.
4211
4212 * subr.el (with-current-buffer): Doc fix.
4213
4214 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4215
4216 * term/x-win.el: Bind F10 to menu-bar-start if available.
4217
4218 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
4219
4220 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
4221 uses with a simple test.
4222 (term-set-escape-char, term-mode, term-check-kill-echo-list)
4223 (term-send-raw-string, term-send-raw, term-mouse-paste)
4224 (term-char-mode, term-line-mode, term-exec, term-sentinel)
4225 (term-handle-exit, term-read-input-ring)
4226 (term-previous-matching-input-string)
4227 (term-previous-matching-input-string-position)
4228 (term-previous-matching-input-from-input)
4229 (term-replace-by-expanded-history, term-send-input)
4230 (term-skip-prompt, term-bol, term-send-invisible)
4231 (term-kill-input, term-delchar-or-maybe-eof)
4232 (term-backward-matching-input, term-check-source)
4233 (term-proc-query, term-emulate-terminal)
4234 (term-handle-colors-array, term-process-pager, term-pager-line)
4235 (term-pager-bob, term-unwrap-line, term-word)
4236 (term-dynamic-complete-filename)
4237 (term-dynamic-complete-as-filename)
4238 (term-dynamic-simple-complete): Replace one arm ifs with whens or
4239 unlesses.
4240
4241 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4242
4243 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
4244 during bootstrapping.
4245
4246 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
4247 Basically undo the change of 2006-05-26: use extra arguments instead of
4248 dynamic scoping.
4249 (ewoc-locate): Remove unused var `footer'.
4250
4251 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4252
4253 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
4254
4255 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
4256 (generate-file-autoloads): Obey it. Return whether autoloads were
4257 added at point or not.
4258 (update-file-autoloads): Use this new return value.
4259 Remove redundant test for the presence of an autoload cookie.
4260
4261 * emacs-lisp/autoload.el (autoload-find-file): New fun.
4262 This one calls hack-local-variables.
4263 (generate-file-autoloads, update-file-autoloads): Use it.
4264
4265 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
4266 (bibtex-sort-entry-class): Add safe-local-variable predicate.
4267 (bibtex-sort-entry-class-alist): Don't set the global value.
4268 (bibtex-init-sort-entry-class-alist): New fun.
4269 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
4270 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
4271 of bibtex-init-sort-entry-class.
4272
4273 2006-05-28 Richard Stallman <rms@gnu.org>
4274
4275 * subr.el (load-history-regexp): If FILE is relative, insist
4276 entire last name component must match it.
4277 (load-history-filename-element, load-history-regexp): Doc fixes.
4278
4279 2006-05-29 Kim F. Storm <storm@cua.dk>
4280
4281 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
4282 `pos' and `raw-data' for clarity, as eval forms may access these.
4283
4284 2006-05-28 Kim F. Storm <storm@cua.dk>
4285
4286 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
4287
4288 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4289
4290 * progmodes/make-mode.el (makefile-browser-map)
4291 (makefile-mode-syntax-table): Move initialization inside declaration.
4292 (makefile-fill-paragraph): Use the default comment-filling code.
4293
4294 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
4295
4296 * replace.el (query-replace-defaults): New variable.
4297 (query-replace-read-from): Use `query-replace-defaults' for
4298 default value, instead of history list.
4299 (query-replace-read-to): Update `query-replace-defaults'.
4300
4301 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
4302
4303 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
4304 with no X toolkit.
4305
4306 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
4307
4308 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
4309 (tumme-show-all-from-dir): Add autoload.
4310
4311 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
4312
4313 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
4314 (tumme-remove-tag): Fix bug.
4315
4316 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4317
4318 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
4319 FOOTER args. Update unique caller.
4320 (ewoc-delete): Compute last node once before looping.
4321 (ewoc--node-branch): Merge into unique caller.
4322 (ewoc--node): Don't define constructor make-ewoc--node for this
4323 structure.
4324 (ewoc): Add member `hf-pp' to this structure.
4325 (ewoc--wrap): New func.
4326 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
4327 header/footer pretty-printers. Save header/footer pretty-printer.
4328 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
4329
4330 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
4331
4332 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
4333
4334 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
4335 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
4336 Tag'. Change "Compare directories..." to "Change Directories...".
4337 Move tumme commands to Operate, Regexp and Immediate menus.
4338 Change "Add Comment" to "Add Image Comment". Change "Add Image
4339 Tag" to "Add Image Tags".
4340
4341 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
4342 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
4343 `tumme-delete-tag'.
4344
4345 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
4346
4347 * shell.el (shell-mode): Call shell-dirtrack-mode after
4348 list-buffers-directory is made a local variable, to avoid setting
4349 the default value.
4350
4351 2006-05-26 Kevin Ryde <user42@zip.com.au>
4352
4353 * info.el (Info-index-next): Use where-is-internal to report
4354 actual binding of Info-index-next, rather than hard-coded `,'.
4355
4356 2006-05-26 Eli Zaretskii <eliz@gnu.org>
4357
4358 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
4359 and "Find Command in Manual" to here.
4360
4361 * buff-menu.el (list-buffers-noselect): For Info buffers, use
4362 Info-current-file as the file name.
4363
4364 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
4365
4366 * ses.el (defadvice undo-more): Delete this defadvice. The undo
4367 overrides will now be done a different way.
4368 (ses-set-parameter): Reapply this function for undo.
4369 (ses-set-header-row): Reconstruct header row during undo.
4370 (ses-widen): New function.
4371 (ses-goto-data, ses-reconstruct-all): Use new function.
4372 (ses-command-hook): Widen buffer during undo, before unupdating
4373 the cells.
4374 (ses-insert-row, ses-delete-row): Widen buffer during undo.
4375 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
4376 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
4377 formula hasn't been executed yet.
4378
4379 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4380
4381 * comint.el (comint-kill-whole-line): Rename arg to count.
4382 Fix doc string.
4383
4384 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
4385
4386 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
4387 to copy-file.
4388
4389 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4390
4391 * simple.el (toggle-truncate-lines): Make arg optional for
4392 backward compatibility.
4393
4394 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
4395
4396 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
4397 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
4398 DLL arg. Instead, use ewoc--current-dll. Update all callers.
4399 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
4400 (ewoc--adjust): Use ewoc--current-dll.
4401 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
4402
4403 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
4404
4405 * textmodes/org.el (org-next-item, org-previous-item): Emit more
4406 compact error message.
4407 (org-tags-view): Refresh category table in each file.
4408 (org-table-justify-field-maybe): Remove superfluous arguments to
4409 `format'.
4410 (org-export-as-html): Insert "<p>" before postamble.
4411 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
4412
4413 2006-05-26 Kenichi Handa <handa@m17n.org>
4414
4415 * textmodes/po.el (po-find-charset): Pay attention to the case
4416 FILENAME is a cons (NAME . BUFFER).
4417 (po-find-file-coding-system-guts): Likewise.
4418
4419 * arc-mode.el (archive-set-buffer-as-visiting-file):
4420 Call find-operation-coding-system with (FILENAME . BUFFER).
4421
4422 * tar-mode.el (tar-extract): Call find-operation-coding-system
4423 with (FILENAME . BUFFER).
4424
4425 * international/mule.el (decode-coding-inserted-region):
4426 Call find-operation-coding-system with (FILENAME . BUFFER).
4427
4428 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
4429
4430 * image-mode.el (image-toggle-display): Use buffer contents to
4431 generate image for a remote file.
4432
4433 2006-05-25 Juri Linkov <juri@jurta.org>
4434
4435 * replace.el (query-replace-read-from, query-replace-read-to):
4436 Remove 8th arg KEEP-ALL in read-from-minibuffer.
4437
4438 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
4439
4440 * whitespace.el (whitespace-cleanup): Change to cleanup
4441 region if one is active.
4442 * whitespace.el (whitespace-cleanup-internal): New internal method.
4443
4444 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
4445
4446 * dired.el (dired-mode-map): Add help-echo strings to tumme
4447 commands. Bind `tumme-dired-display-image' to C-t i.
4448
4449 * tumme.el (tumme-display-image): Change documentation string slightly.
4450 (tumme-dired-display-image): Add call to `display-buffer'.
4451
4452 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4453
4454 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
4455 Signal error if RAW-DATA is a multibyte string.
4456
4457 2006-05-24 Richard Stallman <rms@gnu.org>
4458
4459 * subr.el (with-local-quit): When handling `quit' signal,
4460 make a chance for quit-flag to cause a quit.
4461
4462 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
4463 (ad-disable-advice): Add autoloads.
4464
4465 * subr.el (read-passwd): Copy PROMPT before changing its properties.
4466
4467 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
4468
4469 * dired.el (dired-mode-map): Change menu items for tumme as per
4470 suggestions in emacs-devel.
4471
4472 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
4473
4474 * dired.el (dired-mode-map): Fix breakage.
4475
4476 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
4477
4478 * tumme.el (tumme-display-dired-image): Rename to...
4479 (tumme-dired-display-image): ...this.
4480 (tumme-track-movement): Change default value to t.
4481 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
4482 used from `tumme-next-line-and-display' and similar commands.
4483
4484 * dired.el (dired-mode-map): Add Thumbnail submenu under the
4485 Immediate menu. Add some tumme commands there.
4486
4487 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
4488
4489 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
4490
4491 2006-05-24 Chong Yidong <cyd@mit.edu>
4492
4493 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
4494 menu entries that open submenus.
4495
4496 2006-05-24 Alan Mackenzie <acm@muc.de>
4497
4498 * startup.el (command-line): For names of preloaded files, don't
4499 append ".elc" (now done in Fload), and call file-truename on the
4500 lisp directory.
4501
4502 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
4503 match ANY loaded file with the right name, not just those in
4504 load-path. Put a regexp matching the file name into
4505 after-load-alist, rather than the name itself.
4506
4507 * subr.el: New functions load-history-regexp,
4508 load-history-filename-element, do-after-load-evaluation.
4509
4510 * international/mule.el (load-with-code-conversion): Do the
4511 eval-after-load stuff by calling do-after-load-evaluation.
4512
4513 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
4514
4515 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
4516 has not been killed.
4517
4518 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4519
4520 * term/mac-win.el: Set idle timer to clean up expired Apple events.
4521 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
4522 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
4523 Optionally set error message in reply.
4524
4525 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
4526
4527 * textmodes/org.el (org-open-at-point): Use renamed variable
4528 `org-confirm-shell-link-function'.
4529 (org-confirm-shell-link-function): Rename from
4530 `org-confirm-shell-links'.
4531 (org-export-directory): New function.
4532 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
4533 (org-export-icalendar): Use `org-export-directory'.
4534 (org-indent-item): Keep cursor position.
4535 (org-link-file-path-type): New option.
4536 (org-export-as-html): Fix bug with plain lists starting in
4537 column 0.
4538 (org-export-as-html): Remove deadline formatting, this happens
4539 now already in `org-html-handle-time-stamps'.
4540 (org-export-html-style): Deadline class removed.
4541 (org-insert-labeled-timestamps-at-point): New option.
4542 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
4543 of `hide-sublevels 1', in case the first headline is not level 1.
4544 (org-overview, org-content): New fuction.
4545 (org-cycle-global-status, org-cycle-subtree-status): Make these
4546 variables buffer-local.
4547 (org-global-cycle): New command.
4548 (org-shifttab): Use `org-global-cycle'.
4549 (org-insert-heading, org-insert-item): Go to end of new
4550 headline/item after creating it.
4551 (org-export-visible): Rename from `org-export-copy-visible'.
4552 Now creates a temporary org-file and applies an exporting command
4553 to it.
4554 (org-table-eval-formula): Support for lisp forms.
4555 (org-agenda-todo-ignore-scheduled): New option.
4556 (org-agenda-get-todos): Use new option
4557 `org-agenda-todo-ignore-scheduled'.
4558 (org-export-html-inline-images): New value `maybe'.
4559 (org-export-as-html): Inlining of images dependent on link description.
4560 (org-archive-subtree): Check for end-of-buffer before trying
4561 `kill-line'.
4562 (org-agenda-follow-mode): New option.
4563 (org-export-with-tags, org-export-with-timestamps): New options.
4564 (org-html-handle-time-stamps): New function.
4565 (org-keyword-time-regexp): New variable.
4566 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
4567 (org-agenda-todo-list-sublevels): New option.
4568 (org-html-level-start): When TITLE is nil, just close all levels.
4569 (org-parse-key-lines, org-parse-export-options): Remove functions,
4570 replaced by `org-infile-export-plist'.
4571 (org-combine-plists, org-infile-export-plist)
4572 (org-default-export-plist): New functions.
4573 (org-export-html-preamble, org-export-html-postamble)
4574 (org-export-html-auto-preamble, org-export-html-auto-postamble):
4575 New variables.
4576 (org-export-publishing-directory): New option.
4577 (org-export-as-html, org-export-as-ascii): Use the new property
4578 lists for settings.
4579 (org-export-copy-visible, org-export-as-xoxo):
4580 Respect `org-export-publishing-directory'.
4581 (org-link-search, org-store-link, org-file-apps): Support for
4582 links to BibTeX database entries..
4583 (org-get-current-options, org-set-regexps-and-options):
4584 Implement logging as a startup option.
4585 (org-store-link): Make sure context string is never empty
4586 (org-insert-link): Use relative path when possible.
4587 (org-at-item-checklet-p): New function.
4588 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
4589 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
4590 (org-metaright, org-metaup, org-metadown, org-shiftup)
4591 (org-shiftdown, org-shiftright, org-shiftleft)
4592 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
4593 Dispatch using `call-interactively'.
4594 (org-call-with-arg): New defsubst.
4595 (org-tag-alist, org-use-fast-tag-selection): New options.
4596 (org-complete): Use `org-tag-alist'.
4597 (org-fast-tag-insert, org-fast-tag-selection): New functions.
4598 (org-next-item, org-previous-item): New commands.
4599 (org-beginning-of-item, org-end-of-item): Add (interactive) to
4600 make command.
4601 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
4602
4603 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
4604
4605 * emacs-lisp/ewoc.el (ewoc-delete): New function.
4606 (ewoc-filter): Use `ewoc-delete'.
4607
4608 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
4609
4610 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
4611
4612 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
4613 Signal more user-friendly error messages.
4614
4615 * complete.el (PC-do-completion): Undo the addition of implicit
4616 wildcards if they did not lead to finding any match.
4617 (read-file-name-internal): Don't add the final > if the completion is
4618 not finished.
4619
4620 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4621
4622 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
4623 Quote safe-local-variable predicate.
4624
4625 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
4626
4627 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
4628
4629 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4630
4631 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
4632
4633 * progmodes/make-mode.el (makefile-special-targets-list)
4634 (makefile-macro-table, makefile-target-table): Mark as risky.
4635 (makefile-query-one-target-method): Make this the alias for the
4636 following variable.
4637 (makefile-query-one-target-method-function): Make this the real name.
4638
4639 * textmodes/artist.el (artist-text-renderer): Make this the alias
4640 for the following variable.
4641 (artist-text-renderer-function): Make this the real name.
4642
4643 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
4644 the alias for the following variable.
4645 (flyspell-generic-check-word-predicate): Make this the real name.
4646
4647 * textmodes/ispell.el (ispell-format-word): Make this the alias
4648 for the following variable.
4649 (ispell-format-word-function): Make this the real name.
4650 (ispell-message-text-end): Mark as risky.
4651
4652 * skeleton.el (skeleton-transformation, skeleton-filter)
4653 (skeleton-pair-filter): Make these the aliases for the following
4654 variables.
4655 (skeleton-transformation-function, skeleton-filter-function)
4656 (skeleton-pair-filter-function): Make these the real names.
4657
4658 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
4659 and skeleton-pair-filter-function.
4660
4661 * textmodes/sgml-mode.el (sgml-transformation): Make this the
4662 alias for the following variable.
4663 (sgml-transformation-function): Make this the real name.
4664 (sgml-tag-alist): Mark as risky.
4665
4666 2006-05-21 Richard Stallman <rms@gnu.org>
4667
4668 * simple.el (kill-region): Interactively, pass point, then mark.
4669
4670 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
4671
4672 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
4673
4674 2006-05-21 Romain Francoise <romain@orebokech.com>
4675
4676 * dired-x.el (dired-mode-map): Don't bind M-g.
4677
4678 2006-05-20 Richard Stallman <rms@gnu.org>
4679
4680 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
4681 (dired-goto-file): Doc fix.
4682
4683 2006-05-21 Kim F. Storm <storm@cua.dk>
4684
4685 * emulation/cua-base.el: Mention customizing cua-mode as alternative
4686 way to enable built-in cua-mode if user loads older CUA-mode package.
4687
4688 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
4689 if default-filename is specified.
4690
4691 2006-05-20 Eli Zaretskii <eliz@gnu.org>
4692
4693 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
4694
4695 * info.el (info-apropos): Make sure current-file and current-node
4696 have non-nil values. Speed up by using add-to-list instead of
4697 manual consing.
4698
4699 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4700
4701 * progmodes/make-mode.el (makefile-mode): Doc fix.
4702
4703 2006-05-20 Eli Zaretskii <eliz@gnu.org>
4704
4705 * dired-aux.el (dired-do-shell-command): Doc fix.
4706
4707 2006-05-20 Kevin Ryde <user42@zip.com.au>
4708
4709 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
4710 ``(custom-manual :tag "Foo" "(foo)Node")''.
4711
4712 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
4713
4714 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
4715 value is an integer.
4716
4717 2006-05-20 Eli Zaretskii <eliz@gnu.org>
4718
4719 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
4720 "format".
4721 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
4722
4723 2006-05-20 Martin Rudalics <rudalics@gmx.at>
4724
4725 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
4726 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
4727
4728 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
4729
4730 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
4731 regexp for keywords.
4732
4733 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
4734
4735 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
4736 replace-regexp-in-string.
4737
4738 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
4739 encode, and escape file name on conversion to URL.
4740
4741 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4742
4743 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
4744 Don't unescape URL.
4745 (dnd-get-local-file-name): Unescape URL on conversion to file name.
4746
4747 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
4748 on conversion to URLs.
4749
4750 * net/browse-url.el (browse-url-file-url): Encode file name on
4751 conversion to URL.
4752
4753 * term/mac-win.el (mac-ae-open-documents): Escape file name on
4754 conversion to URL.
4755
4756 2006-05-19 Eli Zaretskii <eliz@gnu.org>
4757
4758 * progmodes/cc-styles.el (c-style-alist): Doc fix.
4759
4760 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4761
4762 * term/mac-win.el (mac-bytes-to-digits): Remove function.
4763 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
4764
4765 2006-05-19 Glenn Morris <rgm@gnu.org>
4766
4767 * calendar/diary-lib.el (diary-bahai-date)
4768 (list-bahai-diary-entries, mark-bahai-diary-entries)
4769 (mark-bahai-calendar-date-pattern): Not interactive.
4770 (add-to-diary-list): New optional arg LITERAL. Doc fix.
4771 (diary-entries-list): Change format of 4th element in each entry.
4772 (diary-list-entries): Use add-to-diary-list.
4773 (diary-goto-entry): Handle the case where the buffer visiting the
4774 diary has been killed.
4775 (fancy-diary-display): Add 'locator to button rather than 'marker.
4776 Only generate temp-face when there are marks to apply.
4777 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
4778 (diary-fancy-date-pattern): New variable.
4779 (diary-time-regexp): Doc fix.
4780 (diary-anniversary, diary-time): New faces.
4781 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
4782 diary-time-regexp. Add font-lock-multiline property where needed.
4783 Use new faces diary-anniversary and diary-time.
4784 (diary-fancy-font-lock-fontify-region-function): New function, to
4785 handle multiline font-lock pattern in fancy diary.
4786 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
4787 (diary-font-lock-keywords): Tweak time regexp. Use new face
4788 diary-time.
4789
4790 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
4791
4792 * international/code-pages.el (mik): Table corrected.
4793
4794 2006-05-18 Kim F. Storm <storm@cua.dk>
4795
4796 * progmodes/grep.el (grep-find): Don't check grep-find-command
4797 before running command (breaks non-interactive usage).
4798
4799 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
4800
4801 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
4802 (ewoc--insert-new-node): Don't insert trailing newline.
4803 Instead, adjust successor nodes's start markers.
4804 (ewoc--refresh-node): Delete all text from current node's start
4805 marker to the next one's; adjust successor nodes's start markers.
4806 (ewoc--create): Doc fixes.
4807 (ewoc--refresh): Don't insert newline.
4808 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
4809 * pcvs.el (cvs-make-cvs-buffer):
4810 Specify extra newline for ewoc's header and footer.
4811 (cvs-update-header): Update initial header recognition.
4812 Append newline to final header and footer values.
4813 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
4814
4815 2006-05-17 Richard Stallman <rms@gnu.org>
4816
4817 * files.el (file-name-extension): Doc fix.
4818
4819 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4820
4821 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
4822 we can explicitly enable/disable rather than toggle.
4823 (shell-mode): Use it.
4824 (shell-cd): Don't try to reproduce what `cd' does.
4825
4826 2006-05-17 Kim F. Storm <storm@cua.dk>
4827
4828 * ido.el (ido-read-internal): Use only nondirectory part of
4829 default item.
4830
4831 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
4832
4833 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
4834 (ewoc-nth): Doc fix.
4835
4836 (ewoc-map, ewoc-invalidate): Compute PP before looping.
4837
4838 2006-05-16 Eli Zaretskii <eliz@gnu.org>
4839
4840 * international/mule.el (auto-coding-alist): Add .lha to files
4841 read with no-conversion.
4842
4843 * files.el (auto-mode-alist): Add .lha files to archive file
4844 extensions.
4845
4846 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
4847 Convert csize to integer when computing offsets within the
4848 compressed archive file.
4849
4850 2006-05-16 Kim F. Storm <storm@cua.dk>
4851
4852 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
4853 with read-from-minibuffer.
4854
4855 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
4856
4857 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
4858 (byte-compile-warnings): Fix safe-local-variable property.
4859
4860 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
4861
4862 * allout.el (allout-show-bodies, allout-old-style-prefixes)
4863 (allout-stylish-prefixes, allout-numbered-bullet)
4864 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
4865 predicates to qualify `safe-local-variable' property, when
4866 available, else use equivalent lambda.
4867 (allout-current-topic-collapsed-p): Do the right thing regarding
4868 trailing blank lines.
4869
4870 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
4871
4872 * server.el (server-start): Only create a directory if needed.
4873 (server-edit, server-unload-hook): server-start => server-mode.
4874 (kill-emacs-hook): Cleanup upon exit.
4875
4876 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
4877
4878 * hexl.el (hexlify-buffer): Encode process arguments manually.
4879
4880 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
4881
4882 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
4883 call to gdb-tooltip-print.
4884
4885 2006-05-15 Romain Francoise <romain@orebokech.com>
4886
4887 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
4888 systems, default to "tar" since those systems probably have GNU tar.
4889
4890 2006-05-14 Lars Hansen <larsh@soem.dk>
4891
4892 * desktop.el (desktop-missing-file-warning): Fix docstring.
4893 (desktop-restore-file-buffer): Correct question asked on missing file.
4894
4895 2006-05-14 Kim F. Storm <storm@cua.dk>
4896
4897 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
4898 Add CUA move property.
4899
4900 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
4901
4902 * custom.el (custom-push-theme): Load the variable before checking
4903 its `standard-value'.
4904
4905 2006-05-13 Lars Hansen <larsh@soem.dk>
4906
4907 * desktop.el (desktop-save): Use with-temp-buffer.
4908
4909 2006-05-12 Glenn Morris <rgm@gnu.org>
4910
4911 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
4912 * calendar/calendar.el (calendar-mode-map):
4913 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
4914 * calendar/appt.el (appt-check, appt-make-list): Refer to
4915 diary-view-entries, diary-list-entries, diary-show-all-entries
4916 rather than obsolete aliases.
4917
4918 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
4919
4920 * simple.el (line-move-finish): Avoid calling point motion hooks
4921 while processing intangibility.
4922
4923 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
4924
4925 * term/xterm.el (terminal-init-xterm): Fix typo.
4926
4927 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
4928
4929 * allout.el (allout-view-change-hook): Mark as being deprecated,
4930 to be replaced by `allout-exposure-change-hook'.
4931 (allout-exposure-change-hook): New, replacing
4932 `allout-view-change-hook'.
4933 (allout-flag-region): Run new hook `allout-exposure-change-hook',
4934 in addition to `allout-view-change-hook'.
4935 (allout-show-bodies, allout-old-style-prefixes)
4936 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
4937 lambda forms to prevent their showing up in variable help
4938 presentations as inscrutable byte-compiled code.
4939 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
4940 Use string-or-null-p to qualify safe-local-variable values.
4941 (allout-reindent-bodies): Use memq to qualify matches against
4942 valid safe-local-variable values. Also, quote the lambda as above.
4943 (allout-use-mode-specific-leader): Add missing candidate-value
4944 symbols, use memq, and quote the lambda.
4945 (allout-overlay-interior-modification-handler): Remove unused
4946 variables `msg' and 'opened'.
4947 (allout-hidden-p): Constrain invisibility consideration to allout's
4948 invisibility spec, disregarding invisibility for other reasons.
4949
4950 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
4951
4952 * files.el (version-control): Correct safe values.
4953
4954 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
4955
4956 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
4957
4958 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
4959 (ewoc--insert-new-node): New func.
4960 Update callers of deleted funcs to use it, instead.
4961
4962 2006-05-11 Glenn Morris <rgm@gnu.org>
4963
4964 * calendar/calendar.el (diary-show-all-entries): Do not refer to
4965 obsolete alias `show-all-diary-entries'.
4966 (make-diary-entry): Not interactive.
4967 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
4968 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
4969 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
4970 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4971 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
4972 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
4973
4974 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4975
4976 * calendar/calendar.el (calendar-french-date-string)
4977 (calendar-mayan-date-string, calendar-chinese-date-string)
4978 (calendar-astro-date-string, calendar-iso-date-string)
4979 (calendar-islamic-date-string, calendar-bahai-date-string)
4980 (calendar-hebrew-date-string, calendar-coptic-date-string)
4981 (calendar-ethiopic-date-string, calendar-persian-date-string):
4982 These functions are not interactive.
4983
4984 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
4985
4986 * files.el: Balance parentheses.
4987
4988 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
4989
4990 * files.el, newcomment.el, outline.el, simple.el,
4991 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
4992 progmodes/cc-vars.el, progmodes/compile.el:
4993 Move `safe-local-variable' declarations to the respective files.
4994
4995 * help-fns.el (describe-variable): Don't print safe-var if it is
4996 byte-code. Improve wording as suggested by Luc Teirlinck.
4997
4998 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
4999
5000 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
5001 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
5002 Use a token for pending-triggers to ensure gdb-var-update
5003 gets called once per user input again for pre-GDB 6.4.
5004 (gdb-var-delete): Match on more complex expressions.
5005 (gdb-var-list-children-handler, gdb-var-create-handler):
5006 Use a token for consistency.
5007
5008 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
5009
5010 * textmodes/org.el (org-read-date, org-goto-calendar)
5011 (org-agenda-goto-calendar):
5012 Bind `view-calendar-holidays-initially' to nil.
5013
5014 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
5015
5016 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
5017 Update all callers to do it there, instead.
5018
5019 2006-05-10 Glenn Morris <rgm@gnu.org>
5020
5021 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
5022 prefix arg case, to avoid view-diary-entries-initially error.
5023 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
5024 (calendar-date-is-legal-p): Handle dates with no day part.
5025
5026 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
5027
5028 * comint.el (comint-insert-input): Just make it when
5029 comint-use-prompt regexp is nil (default) and with the mouse.
5030 (comint-copy-old-input): Reinstate from 2004-06-23.
5031 (comint-mode-map): Bind C-c C-m to it.
5032
5033 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
5034
5035 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
5036 Remove spurious move to point-max (new comint behavior fixes).
5037
5038 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
5039 compatibility function (Emacs 18/19).
5040 (idlwave-is-continuation-line): Always return point at start of
5041 previous non-blank continuation line.
5042 (keyword-parameters): Fix continued comment font-lock matcher.
5043 (idlwave-font-lock-fontify-region): Written, use as
5044 font-lock-fontify-region-function, to fix continued keyword
5045 fontification issues.
5046
5047 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5048
5049 * term/mac-win.el (mac-font-panel-mode): Doc fix.
5050 (mac-service-selection, mac-service-open-file)
5051 (mac-service-open-selection, mac-service-mail-selection)
5052 (mac-service-mail-to, mac-service-insert-text): Rename from
5053 mac-services-*. All uses changed.
5054 (mac-apple-event-map): Rename event symbol `services' to `service'.
5055
5056 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
5057
5058 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
5059 (ewoc--node-enter-first, ewoc--node-enter-last)
5060 (ewoc--delete-node-internal): Merge funcs into unique callers.
5061
5062 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
5063
5064 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
5065 return value of read-from-minibuffer for empty input.
5066
5067 2006-05-09 Miles Bader <miles@gnu.org>
5068
5069 * comint.el (comint-insert-input): Remove redundant calls to setq
5070 and goto-char.
5071
5072 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
5073
5074 * comint.el (comint-insert-input): Make it work when
5075 comint-use-prompt-regexp is t.
5076
5077 2006-05-10 Miles Bader <miles@gnu.org>
5078
5079 * subr.el (field-at-pos): New function.
5080
5081 * comint.el (comint-insert-input): Use it.
5082
5083 2006-05-09 Juri Linkov <juri@jurta.org>
5084
5085 * battery.el (battery-linux-proc-acpi): Also try
5086 `/proc/acpi/thermal_zone/THR2/temperature'.
5087
5088 * files.el <safe-local-variable>: Remove `eval' and `let' binding
5089 for now unused lambda `string-or-null'.
5090
5091 * add-log.el (change-log-default-name): Put `string-or-null-p'
5092 instead of lambda on `safe-local-variable' property.
5093
5094 * diff-mode.el (diff-context->unified): Use `region-beginning' and
5095 `region-end' instead of `mark' and `point'.
5096 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
5097 Operate on region in Transient Mark mode when the mark is active.
5098 Use `region-beginning' and `region-end' instead of `mark' and
5099 `point'.
5100 (diff-hunk-text, diff-goto-source): Doc fix.
5101
5102 * startup.el (fancy-splash-screens, normal-splash-screen): Use
5103 face `mode-line-buffer-id' for mode-line buffer face instead of
5104 hard-coded `(:weight bold)'.
5105
5106 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
5107 buffer-undo-list to t (undo-ask is reproducible by visiting
5108 nested archives).
5109
5110 2006-05-09 Kim F. Storm <storm@cua.dk>
5111
5112 * progmodes/grep.el (rgrep): Set default directory of *grep*
5113 buffer if we start M-x rgrep in the *grep* buffer and choose
5114 a different base directory.
5115
5116 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
5117
5118 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
5119 completion also when ido is loaded.
5120
5121 2006-05-09 Masatake YAMATO <jet@gyve.org>
5122
5123 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
5124 "warning" and "import".
5125 (cpp-font-lock-keywords): Added "warning".
5126
5127 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
5128
5129 * term/xterm.el (terminal-init-xterm): Add more key bindings.
5130
5131 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5132
5133 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
5134 pages at a time, if we signal the end, we should indeed reach that end.
5135
5136 2006-05-08 David Reitter <david.reitter@gmail.com>
5137
5138 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
5139 output during execution of the body.
5140
5141 2006-05-08 Kim F. Storm <storm@cua.dk>
5142
5143 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
5144
5145 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
5146
5147 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
5148 Use with-current-buffer.
5149
5150 2006-05-07 Kim F. Storm <storm@cua.dk>
5151
5152 * subr.el (add-to-history): Remove keep-dups arg.
5153
5154 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
5155 to nil around call to add-to-history.
5156
5157 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5158
5159 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
5160 than after a buffer modification.
5161
5162 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
5163
5164 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
5165 call to...
5166 (gud-watch): ...here so speedbar is raised for already watched
5167 expressions.
5168 (gdb-speedbar-refresh): Delete function.
5169 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
5170 Use speedbar-timer-fn instead of speedbar-refresh (reverting
5171 earlier change).
5172 (gdb-var-evaluate-expression-handler)
5173 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
5174
5175 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
5176 Update localized contents for all buffers except ignored modes.
5177
5178 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5179
5180 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
5181 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
5182 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
5183 (mac-handle-font-panel-closed, mac-handle-font-selection):
5184 New functions.
5185 (mac-font-panel-mode): New minor mode.
5186 (mac-apple-event-map): Add bindings for toolbar toggle button and
5187 font panel.
5188 (menu-bar-showhide-menu): Add mac-font-panel-mode.
5189
5190 2006-05-07 John Paul Wallington <jpw@pobox.com>
5191
5192 * ibuffer.el (ibuffer-compressed-file-name-regexp):
5193 Avoid `regexp-opt'; simplify regexp for readability.
5194
5195 2006-05-06 Eli Zaretskii <eliz@gnu.org>
5196
5197 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
5198 * files.el (buffer-stale-function):
5199 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5200 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
5201 links to the main manual, not to emacs-xtra.
5202
5203 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5204
5205 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
5206 MacJapanese if text is ASCII-only.
5207
5208 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
5209
5210 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
5211 unless so nil isn't returned.
5212 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
5213
5214 2006-05-06 Kim F. Storm <storm@cua.dk>
5215
5216 * subr.el (add-to-history): New function.
5217
5218 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
5219 (ediff-merge-files-with-ancestor):
5220 * env.el (setenv):
5221 * isearch.el (isearch-update-ring):
5222 * server.el (server-visit-files):
5223 * progmodes/grep.el (lgrep, rgrep):
5224 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
5225 * progmodes/xscheme.el (xscheme-insert-expression):
5226 Use add-to-history.
5227
5228 * kmacro.el (kmacro-push-ring): Use add-to-history.
5229 (kmacro-ring-length): Remove unused defun.
5230 (kmacro-start-macro): Use kmacro-push-ring.
5231
5232 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
5233
5234 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
5235 directly instead of a lambda expression that calls it.
5236
5237 2006-05-06 Kim F. Storm <storm@cua.dk>
5238
5239 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
5240 instead of compute-motion.
5241
5242 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
5243
5244 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
5245 change.
5246
5247 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
5248
5249 * startup.el (command-line-1): Refer to "Pure Storage" on
5250 pure-space-overflow.
5251
5252 2006-05-05 Martin Rudalics <rudalics@gmx.at>
5253
5254 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
5255 provided faces once they all have been used up.
5256
5257 2006-05-05 Eli Zaretskii <eliz@gnu.org>
5258
5259 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
5260 reference to the Lisp manual to the warning about pure space
5261 overflow.
5262
5263 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5264
5265 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
5266 argument to avoid the call to `ispell-internal-change-dictionary'
5267 when not needed.
5268 (ispell-change-dictionary): Use this argument and call
5269 `ispell-internal-change-dictionary' after the possible change
5270 to `ispell-local-dictionary'.
5271 (ispell-internal-change-dictionary): Check for a change in
5272 personal dictionary use too.
5273
5274 2006-05-05 Eli Zaretskii <eliz@gnu.org>
5275
5276 * startup.el (command-line): On MS-Windows, probe "~", not
5277 "~USER", for warning about non-existent home directory
5278
5279 * arc-mode.el (archive-l-e): New optional argument `float' means
5280 generate a float value.
5281 (archive-arc-summarize, archive-lzh-summarize)
5282 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
5283 with 3rd argument non-nil when file's size is being computed.
5284 Format the file sizes with %8.0f instead of %8d.
5285
5286 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5287
5288 * cus-start.el (all): Add mac-dnd-known-types.
5289
5290 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
5291 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
5292 (mac-TIFF-to-string): New functions.
5293 (x-get-selection, x-selection-value)
5294 (mac-select-convert-to-string): Use them.
5295 (mac-text-encoding-mac-japanese-basic-variant): New constant.
5296 (mac-dnd-types-alist): New customization variable.
5297 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
5298 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
5299 (mac-dnd-handle-drag-n-drop-event): New functions.
5300 (mac-drag-n-drop): Remove function.
5301 (global-map): Bind drag-n-drop and M-drag-n-drop to
5302 mac-dnd-handle-drag-n-drop-event.
5303
5304 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
5305
5306 * progmodes/perl-mode.el (perl-beginning-of-function):
5307 Skip anonymous subs.
5308
5309 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
5310
5311 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
5312 regexp-opt at run time.
5313
5314 * term.el (term-handle-ansi-escape): Fix off by one error.
5315
5316 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
5317
5318 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
5319 (gdb-init-1, gdb-post-prompt): ...and references to it.
5320 (gdb-frame-handler): Strip directory name from filename if present.
5321
5322 * progmodes/gud.el (gdb-force-update): Delete defvar
5323 (gud-speedbar-buttons): ...and references to it. Use window-start
5324 to try to keep positon in watch expression.
5325
5326 2006-05-03 Richard Stallman <rms@gnu.org>
5327
5328 * simple.el (next-history-element, previous-history-element): Doc fix.
5329
5330 * isearch.el (isearch-update-ring): Doc fix.
5331
5332 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
5333
5334 * isearch.el (isearch-update-ring): Take history-delete-duplicates
5335 into consideration. Replace one arm ifs with whens.
5336
5337 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
5338
5339 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
5340 (menu): Fix typo.
5341
5342 2006-05-02 Miles Bader <miles@gnu.org>
5343
5344 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
5345
5346 2006-05-02 Jay Belanger <belanger@truman.edu>
5347
5348 * calc/calc-embed.el (calc-override-minor-modes-map)
5349 (calc-override-minor-modes): New variables.
5350 (calc-do-embedded): Make sure that Calc keystrokes aren't
5351 overwritten by minor modes.
5352
5353 2006-05-02 Chong Yidong <cyd@mit.edu>
5354
5355 * msb.el (msb): If EVENT is a down event, read and discard the up event.
5356
5357 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
5358
5359 * startup.el (command-line-1): Refer to Lisp manual when
5360 pure-space-overflow occurs.
5361
5362 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
5363 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
5364 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
5365 (version-control): Don't use `t' for safe-local-variable declarations.
5366
5367 2006-05-01 Richard Stallman <rms@gnu.org>
5368
5369 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
5370 M-r, M-R, M-A, M-SPC or M-DEL.
5371 (diff-mode-map): diff-refine-hunk now on C-c C-w
5372 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
5373
5374 * help-mode.el (help-mode): view-exit-action calls delete-window
5375 only when it is safe and possible.
5376
5377 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
5378 in messages.
5379
5380 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
5381
5382 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
5383 in the default tool-bar-map.
5384
5385 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
5386
5387 * net/tramp.el (tramp-completion-file-name-handler-alist)
5388 (tramp-run-real-handler, tramp-completion-run-real-handler)
5389 (tramp-completion-handle-file-name-all-completions)
5390 (tramp-completion-handle-file-name-completion): Autoload them.
5391 (tramp-completion-handle-file-exists-p)
5392 (tramp-completion-handle-file-name-directory)
5393 (tramp-completion-handle-file-name-nondirectory)
5394 (tramp-completion-handle-expand-file-name): Remove them.
5395 (tramp-handle-file-name-directory): Return the real directory name.
5396 Returning "/" only doesn't need to be necessary any longer.
5397 (tramp-file-name-handler): Make special attention when in hostname
5398 completion mode.
5399 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
5400 (tramp-register-file-name-handlers):
5401 Register `tramp-completion-file-name-handler' only when
5402 `partial-completion-mode' is enabled.
5403 (tramp-completion-handle-file-name-all-completions):
5404 Delete directory part from results.
5405 (tramp-get-completion-methods, tramp-get-completion-user-host):
5406 Discard deleting "/", it doesn't work after the change of
5407 `tramp-handle-file-name-directory' above.
5408
5409 2006-05-01 Kim F. Storm <storm@cua.dk>
5410
5411 * progmodes/grep.el (grep-expand-template): Use save-match-data
5412 and symbol-value.
5413
5414 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5415
5416 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
5417 Use select-frame-set-input-focus instead of raise-frame.
5418 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
5419
5420 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
5421
5422 * progmodes/gud.el (gud-def): Add %c case.
5423 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
5424 (gud-format-command): Make match case sensitive. Match on %F.
5425
5426 2006-04-30 Glenn Morris <rgm@gnu.org>
5427
5428 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
5429 (cal-tex-preamble): Use cal-tex-preamble-extra.
5430 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
5431 than alias `list-diary-entries'.
5432
5433 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
5434
5435 * help-fns.el (describe-variable): Add info about safe local variables.
5436
5437 2006-04-29 Richard Stallman <rms@gnu.org>
5438
5439 * bindings.el (mode-line-format): help-echo doc fixes.
5440
5441 * net/tramp.el (tramp-file-name-handler-alist): Delete
5442 expand-file-name and other operations that can cause spurious loading.
5443
5444 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5445
5446 * files.el (safe-local-variable-p): Remove support for the special
5447 value t.
5448
5449 * textmodes/paragraphs.el (sentence-end-without-space):
5450 Fix safety predicate.
5451 (sentence-end-double-space, sentence-end-without-period)
5452 (paragraph-ignore-fill-prefix):
5453 * textmodes/fill.el (colon-double-space):
5454 * abbrev.el (abbrev-mode): Tighten the safety predicate.
5455
5456 * subr.el (booleanp): New fun.
5457
5458 * textmodes/reftex-vars.el (reftex-guess-label-type):
5459 Tighten the safety predicate.
5460
5461 2006-04-28 Kim F. Storm <storm@cua.dk>
5462
5463 * progmodes/grep.el (defgroup grep): Doc fix.
5464 (grep-auto-highlight): Remove.
5465 (grep-template): New defcustom.
5466 (grep-find-template): Rename from grep-tree-template.
5467 (grep-files-aliases): Rename from grep-tree-files-aliases.
5468 Remove "all" alias, add "l" alias.
5469 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
5470 (grep-find-ignored-directories): New defcustom to replace
5471 grep-tree-ignore-CVS-directories, to facilitate ignoring
5472 subdirectories for multiple version control systems.
5473 (grep-mode-map): Add Recursive grep item to GREP menu.
5474 (grep-regexp-history, grep-files-history): New defvars.
5475 (grep-probe): New helper function.
5476 (grep-compute-defaults): Use it to simplify code.
5477 Adapt to name changes.
5478 Use `.' as base in grep-find-template rather than <D>.
5479 (grep): Remove superfluous highlight-regexp arg. Fix doc.
5480 Call grep-compute-defaults unconditionally.
5481 (grep-expand-keywords): New defconst.
5482 (grep-expand-template): Rename from grep-expand-command-macros.
5483 Simplify via grep-expand-keywords. Look at case-fold-search instead
5484 of grep-tree-ignore-case to add -i option.
5485 Bind case-fold-search to nil while matching keywords.
5486 (grep-tree-last-regexp, grep-tree-last-files): Remove.
5487 (grep-read-regexp, grep-read-files): New helper functions.
5488 (rgrep): Rename from grep-tree. Rework to use proper histories.
5489 Adapt to changes in defcustoms and functions above.
5490 (lgrep): New command, as grep, but using same interactive UI as rgrep.
5491
5492 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
5493
5494 * net/tramp.el (tramp-completion-file-name-handler):
5495 Disable Tramp's functionality while loading Tramp itself.
5496 (tramp-register-file-name-handlers): That's a defsubst now.
5497 Code from `tramp-repair-jka-compr' moved here. Apply it via
5498 `after-init-hook'.
5499 (tramp-repair-jka-compr): Remove.
5500
5501 2006-04-27 Jay Belanger <belanger@truman.edu>
5502
5503 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
5504 read expression when `math-read-big-expr' doesn't work.
5505
5506 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
5507
5508 * startup.el (command-line-1): Display warning when
5509 pure-space-overflow is non-nil.
5510
5511 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5512
5513 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
5514 risky.
5515
5516 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5517
5518 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
5519 Return the URL or nil if none can be generated.
5520
5521 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
5522
5523 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
5524 byte compiler warnings.
5525 (gud-basic-call, gud-find-expr): Let user select an expression
5526 for printing. Print expression as well as value in GUD buffer.
5527
5528 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
5529
5530 * allout.el: Remove local autoload declaration for
5531 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
5532 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
5533 (allout-plain-bullets-string, allout-distinctive-bullets-string)
5534 (allout-use-mode-specific-leader, allout-old-style-prefixes)
5535 (allout-stylish-prefixes, allout-numbered-bullet)
5536 (allout-file-xref-bullet, allout-presentation-padding)
5537 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
5538 safe-local-variable with suitable value spec, and add autoload
5539 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
5540 (move-beginning-of-line, move-end-of-line): Repair so these compat
5541 functions now actually resituate the point, when appropriate.
5542
5543 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5544
5545 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
5546
5547 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
5548 (add-log-iso8601-time-string): Fix call to format-time-string.
5549
5550 2006-04-26 Kim F. Storm <storm@cua.dk>
5551
5552 * subr.el (posn-string, posn-image, posn-object): Doc fix.
5553
5554 2006-04-26 Masatake YAMATO <jet@gyve.org>
5555
5556 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
5557 Add support for "//" style comments. Remove `b' flag
5558 from ?* in `asm-mode-syntax-table'.
5559
5560 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5561
5562 * follow.el: Use (featurep 'xemacs) everywhere.
5563 (follow-mode): Use define-minor-mode.
5564 (follow-mode-map): Move initialization into the declaration.
5565 Use command remapping.
5566 (follow-emacs-version-xemacs-p): Remove.
5567 (follow-submit-feedback): Remove.
5568
5569 * allout.el (allout-layout, allout-passphrase-verifier-string)
5570 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
5571
5572 * textmodes/reftex-vars.el (reftex-vref-is-default)
5573 (reftex-fref-is-default, reftex-guess-label-type):
5574 Tighten up a bit the safety predicate.
5575
5576 * textmodes/paragraphs.el (sentence-end-double-space)
5577 (sentence-end-without-period, sentence-end-without-space)
5578 (page-delimiter, paragraph-ignore-fill-prefix):
5579 Tighten up a bit the safety predicate.
5580
5581 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
5582
5583 * progmodes/python.el (python-continuation-line-p)
5584 (python-beginning-of-statement): syntax-ppss may return
5585 a negative depth.
5586 (python-mode): Don't forcefully enable font-lock.
5587
5588 * time-stamp.el (time-stamp-start, time-stamp-end)
5589 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
5590
5591 * add-log.el: Remove spurious * in docstrings.
5592 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
5593 (add-change-log-entry): Use it here, since it's not specific
5594 to iso8601.
5595 (add-log-iso8601-time-string): Don't use it here any more.
5596 (change-log-indent-text, change-log-indent): Rename from add-log-*.
5597
5598 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
5599
5600 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
5601
5602 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
5603 (rcirc-toggle-low-priority): Doc fix.
5604 (rcirc-handler-NOTICE): Remove beginning of line anchor in
5605 ChanServ regexp.
5606 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
5607 #emacs.
5608 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
5609 (rcirc-decode-coding-system): Use utf-8 as the default.
5610 (rcirc-multiline-minor-mode): Set the fill-column.
5611 (rcirc-format-response-string): Display bright and dim nicks.
5612 (rcirc-browse-url): Update interactive spec to fill ARG.
5613 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
5614 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
5615
5616 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
5617
5618 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
5619 case for @Article, etc.
5620
5621 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
5622
5623 * net/tramp.el (tramp-register-file-name-handlers): New defun.
5624 Added with autoload cookie.
5625 (tramp-unload-file-name-handlers): Rename from
5626 `tramp-unload-file-name-handler-alist'.
5627
5628 2006-04-23 Romain Francoise <romain@orebokech.com>
5629
5630 * comint.el (comint-match-partial-filename): Doc fix.
5631
5632 2006-04-21 Glenn Morris <rgm@gnu.org>
5633
5634 * calendar/cal-menu.el (calendar-mode-map): Refer to
5635 `diary-view-entries' rather than alias `view-diary-entries'.
5636 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
5637
5638 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
5639
5640 * progmodes/antlr-mode.el (antlr-default):
5641 * cus-edit.el (custom-documentation):
5642 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
5643 in defface.
5644
5645 2006-04-21 Kim F. Storm <storm@cua.dk>
5646
5647 * image.el (image-type): New defun split out of create-image.
5648 (create-image): Use it.
5649
5650 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
5651
5652 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
5653 (org-open-at-point): Remove the "...done" message to keep output
5654 in the echo area visible.
5655 (org-export-as-xoxo): Fix call to `indent-region'.
5656
5657 2006-04-21 Kevin Ryde <user42@zip.com.au>
5658
5659 * international/mule.el (keyboard-coding-system): defcustom
5660 info-link fixes: "Specify Coding" has been split, keyboard now in
5661 "Terminal Coding", and "Single-Byte Character Support" is now
5662 "Unibyte Mode".
5663
5664 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
5665
5666 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
5667 Use font-lock-warning-face for any errors e.g. no stack.
5668 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
5669
5670 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
5671
5672 * progmodes/sh-script.el (sh-shell): Mark as safe.
5673
5674 * newcomment.el (comment-start, comment-start-skip)
5675 (comment-end-skip, comment-end): Mark as safe.
5676
5677 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
5678
5679 * textmodes/org.el (org-deadline-announce): Face removed.
5680 (org-level-faces, org-n-levels): Convert to constant.
5681 (org-compatible-face): New function.
5682 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
5683 (org-level-5, org-level-6, org-level-7, org-level-8)
5684 (org-special-keyword, org-warning, org-headline-done, org-link)
5685 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
5686 (org-scheduled-today, org-scheduled-previously, org-time-grid):
5687 Face definition revised for better color tty support.
5688 (org-bold-re, org-italic-re, org-underline-re): New constants.
5689 (org-set-font-lock-defaults): Use the new constants.
5690 (org-agenda-highlight-todo): New function.
5691 (org-agenda-todo): Fix bug with point at end of line.
5692 (org-agenda-change-all-lines, org-finalize-agenda-entries):
5693 Fontify TODO keywords.
5694 (org-insert-link): Preserve relative path in ../ links.
5695 (org-export-as-html): Convert links pointing to .org files into
5696 links that will work beteen the exported HTML files.
5697 (org-todo-list): Fix bug when arg=0.
5698 (org-insert-heading): More fine-tuning.
5699
5700 2006-04-19 Romain Francoise <romain@orebokech.com>
5701
5702 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
5703 from `rmail-mime-charset-pattern'.
5704
5705 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
5706
5707 * progmodes/python.el (python-mode): Fix typo.
5708
5709 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
5710
5711 * comint.el (comint-previous-input): Don't clobber input line
5712 when moving off either end of the input history ring.
5713 (comint-delete-input): New function, used by
5714 `comint-previous-input' and others.
5715 (comint-previous-matching-input):
5716 Use `coming-delete-input'. Save the partial input if leaving the
5717 edit line. Goto point-max before deleting input to avoid
5718 partial input fragments hanging around.
5719 (comint-restore-input): New function, used by `comint-previous-input'.
5720
5721 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
5722
5723 * imenu.el (imenu--index-alist): Balance parentheses.
5724
5725 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
5726
5727 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
5728
5729 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
5730
5731 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
5732 file is nil.
5733
5734 2006-04-18 Richard Stallman <rms@gnu.org>
5735
5736 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
5737
5738 * imenu.el (imenu-create-index-function, imenu--index-alist)
5739 (imenu--last-menubar-index-alist, imenu--make-index-alist)
5740 (imenu-default-create-index-function, imenu--generic-function):
5741 Doc fixes.
5742
5743 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
5744
5745 * help-mode.el (help-mode): Set view-exit-action to delete window.
5746
5747 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
5748 now works by passing nil as arg.
5749
5750 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
5751
5752 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
5753 (read-abbrev-file): Provide default when reading filename.
5754
5755 * files.el (enable-local-variables): Allow :all as value.
5756 (hack-local-variables): Implement that value.
5757 (safe-local-variable-values, safe-local-eval-forms)
5758 (enable-local-variables): Mark as risky.
5759 (find-file-visit-truename, kept-old-versions): Mark safe.
5760
5761 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
5762 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
5763 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
5764
5765 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5766
5767 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
5768 Use forward-line so as to get to BOL even in the presence of fields.
5769 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
5770 in return.
5771 (inferior-tcl): Tell tclsh to work in interactive mode.
5772
5773 * complete.el (partial-completion-mode):
5774 Use 'choose-completion-string-functions to make sure that
5775 choose-completion fills the minibuffer properly.
5776
5777 * complete.el (PC-old-read-file-name-internal): Remove.
5778 (PC-read-include-file-name-internal): Remove. Turn it into an advice
5779 of read-file-name-internal.
5780 (partial-completion-mode): Enable/disable this advice.
5781
5782 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
5783
5784 * net/tramp.el (tramp-completion-file-name-handler): Revert change
5785 of 2006-04-17.
5786
5787 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
5788
5789 * textmodes/org.el (org-insert-heading): Insert heading before
5790 current if at beginning of line.
5791 (org-todo, org-date): New faces.
5792 (org-table-align): Make sure tooltip window contains full text.
5793 (org-no-properties): New defsubst.
5794 (org-set-font-lock-defaults): Use new faces.
5795
5796 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
5797
5798 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
5799 for root variables.
5800
5801 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
5802 (gdb-frame-address): Re-use to identify frame for watch expression.
5803 (gdb-var-list, gdb-var-create-handler): Add frame address for root
5804 variables.
5805 (gdb-init-1, gdb-source, gdb-post-prompt)
5806 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
5807 (gdb-frame-handler): Get gdb-frame-address.
5808
5809 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
5810
5811 Sync with Tramp 2.0.53.
5812
5813 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
5814 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
5815 (tramp-completion-file-name-handler): Add autoload cookie for
5816 adding to `file-name-handler-alist'.
5817
5818 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
5819 the prompt. If it returns earlier (when detecting an error
5820 message), the rest of the output will merge accidently with the
5821 output of the next command. Reported by M Jared Finder
5822 <jared@hpalace.com>.
5823
5824 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
5825 for `process-file', in order to let it work for older Emacsen too.
5826
5827 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
5828
5829 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
5830 (tex-font-lock-keywords-3): Use it.
5831
5832 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5833
5834 * newcomment.el (comment-add): New function.
5835 (comment-region-default, comment-dwim): Use it.
5836
5837 2006-04-15 Michael Olson <mwolson@gnu.org>
5838
5839 * emacs-lisp/tq.el: Improve comments.
5840 (tq-queue-head-question): New accessor function.
5841 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
5842 Update for modified queue structure.
5843 (tq-queue-add): Accept `question' argument.
5844 (tq-queue-pop): If a question is pending, send it.
5845 (tq-enqueue): Accept new optional argument `delay-question'.
5846 If this is non-nil, and at least one other question is pending a
5847 response, queue the question rather than sending it immediately.
5848
5849 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5850
5851 * calendar/appt.el (appt-add): Check whether an appointment is
5852 already present in appt-time-msg-list. Simplify code.
5853
5854 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5855
5856 * progmodes/cc-langs.el (c-mode-menu):
5857 Don't presume c-subword-mode is bound.
5858
5859 2006-04-13 Bill Wohler <wohler@newt.com>
5860
5861 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
5862 (customize-package-emacs-version): Use cdr instead of cadr now
5863 that alists use dotted pairs.
5864
5865 * custom.el (defcustom): Fix docstring for :package-version.
5866
5867 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
5868
5869 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
5870 (tramp-handle-shell-command): Display output buffer only when
5871 `tramp-display-shell-command-buffer' is true.
5872 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
5873
5874 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
5875
5876 * textmodes/org.el (org-set-autofill-regexps): Set only the local
5877 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
5878
5879 2006-04-13 Romain Francoise <romain@orebokech.com>
5880
5881 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
5882 leaving temporary .cvsignore buffers behind.
5883
5884 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
5885
5886 * textmodes/org.el (org-set-regexps-and-options)
5887 (org-get-current-options): Better names for the startup folding
5888 options.
5889
5890 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
5891
5892 * vc.el (vc-annotate): Arrange for point to end up at the same
5893 line number as in the original, but only when using a new buffer.
5894
5895 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
5896
5897 * files.el (hack-one-local-variable-eval-safep):
5898 Recognize `edebug-form-spec' for `put', but only if it passes
5899 `edebug-basic-spec'. Generalize `put' handling.
5900
5901 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
5902 vetting file-local form specs.
5903
5904 * allout.el (allout-layout): Autoload its `safe-local-variable'
5905 property.
5906
5907 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
5908
5909 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
5910 (org-agenda-mouse-1-follows-link)
5911 (org-mouse-1-follows-link): New options.
5912 (org-format-agenda-item): Fix bug if TAGS is nil.
5913 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
5914
5915 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
5916
5917 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
5918 GDB 6.1+ gives full filename for "info sources" so use
5919 file-name-nondirectory.
5920
5921 2006-04-12 Romain Francoise <romain@orebokech.com>
5922
5923 * subr.el (read-passwd): Bind `message-log-max' to nil.
5924
5925 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5926
5927 * progmodes/perl-mode.el (perl-indent-new-calculate):
5928 Recompute parse-start after jumping backward by a whole sexp.
5929
5930 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5931
5932 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
5933 window configuration.
5934 (vc-annotate-display-select): Select the buffer so that current-buffer
5935 (and selected-window) is the output buffer at the end of vc-annotate.
5936
5937 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
5938
5939 * vc.el (vc-annotate-color-map): Add custom TTY color map for
5940 8-color terminals, to use all of the colors in a sensible order.
5941 256-color terminals work well with the standard map.
5942 (vc-annotate-lines): Only strip the first color character if it
5943 is "#", to allow for terminal-style named colors.
5944 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
5945 the correct buffer is scrolled.
5946
5947 2006-04-11 Richard Stallman <rms@gnu.org>
5948
5949 * emacs-lisp/bytecomp.el (byte-compile-file):
5950 Bind enable-local-variables to :safe, and make normal-mode obey it.
5951
5952 * files.el (enable-local-variables): Allow value :safe.
5953 (normal-mode): Doc fix.
5954 (hack-local-variables): Implement enable-local-variables = :safe.
5955 (hack-local-variables-confirm): Don't prevent quitting.
5956
5957 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5958
5959 * loadhist.el (unload-feature): A bit of sanity check of
5960 load-history entries. Cancel timer-vars before unbinding them.
5961
5962 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
5963 quote special chars, and make the trick work on the hex part of the
5964 buffer as well.
5965 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
5966 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
5967
5968 * startup.el (normal-splash-screen): Fix last change so we don't wait
5969 2 minutes if we don't show the splash screen.
5970
5971 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
5972
5973 * textmodes/org.el (org-export-plain-list-max-depth)
5974 (org-table-spaces-around-separators)
5975 (org-radio-targets, org-activate-camels)
5976 (org-table-spaces-around-invisible-separators): Options removed.
5977 (org-time-stamp-rounding-minutes, org-remember-templates)
5978 (org-ellipsis, org-activate-links, org-descriptive-links):
5979 New options.
5980 (org-remember-apply-template, org-current-time)
5981 (org-finish-edit-table-field)
5982 (org-link-unescape, org-link-escape)
5983 (org-string-width, org-table-clean-line, org-html-do-expand)
5984 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
5985 (org-read-agenda-file-list): New functions.
5986 (org-table-edit-field)
5987 (org-table-create-or-convert-from-region): New commands
5988 (org-table-toggle-vline-visibility): Command removed.
5989 (org-table-convert-region): Made a command.
5990 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
5991 Replace with the normal org- functions.
5992 (org-self-insert-command): Don't trigger realign unnecessarily
5993 when blanking a field that is not full.
5994 (org-mode): `Set buffer-invisibility-spec' for links.
5995 (org-activate-links2): Hide link part and only show descriptive
5996 part of the link.
5997 (org-insert-link): Modify for new linking system.
5998 (org-store-link): Store description separately, for use by
5999 `org-insert-link'.
6000 (org-table-align): Use `org-string-width'.
6001 (defgroup): Completely new group structure for custom variables.
6002 (org-agenda-files): Option: Single file name allowed. Function:
6003 Optional argument unrestrited means ignore any restricitons.
6004 (org-install-agenda-files-menu): Find a buffer in Org-mode before
6005 trying to modify the menu. Use generalized access to
6006 `org-agenda-files.'
6007 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
6008 (org-agenda-file-to-front, org-remove-file, org-diary)
6009 (org-tags-view, org-export-icalendar-all-agenda-files)
6010 (org-export-icalendar-combine-agenda-files): Use generalized
6011 access to `org-agenda-files'.
6012 (org-remember-handler): Correctly preserve heading if present.
6013 (org-table-insert-row, org-table-insert-hline): Deal with
6014 invisible characters.
6015
6016 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
6017
6018 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
6019 (vc-annotate-color-map): New 18 element constant
6020 value/saturation, rotating hue colormap, from red->blue.
6021 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
6022 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
6023 (vc-annotate): To avoid killing the required local variables,
6024 set them before the end of `with-output-to-temp-buffer', and
6025 after first switching to annotate-mode.
6026 (vc-annotate-warp-version): Add buffer argument in goto-line to
6027 ensure annotation, not source, is scrolled.
6028
6029 2006-04-10 Bill Wohler <wohler@newt.com>
6030
6031 * custom.el (defcustom, custom-handle-keyword):
6032 Add :package-version keyword.
6033 (custom-add-package-version): New function. Sets value of new
6034 property 'custom-package-version from :package-version keyword.
6035 (defcustom): Create Common Keywords section in docstring.
6036 (defface, defgroup): Replace definitions of a select few keywords
6037 with a reference to the Common Keywords in defcustom.
6038 (defcustom, defface, defgroup): Replace reference to Customization
6039 chapter in manual with hyperlink.
6040
6041 * cus-edit.el (customize-package-emacs-version-alist):
6042 New variable.
6043 (customize-changed-options): Add check for custom-package-version.
6044 (customize-package-emacs-version): New function to look up Emacs
6045 version corresponding to the given package version.
6046
6047 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
6048 defun name, in similar fashion to find-variable-regexp.
6049
6050 2006-04-10 Eli Zaretskii <eliz@gnu.org>
6051
6052 * international/mule-cmds.el (set-locale-environment): Fix last
6053 change for when the locale's preferences don't specify any encoding.
6054
6055 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6056
6057 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
6058 so the defined var/fun doesn't need to be quoted.
6059
6060 2006-04-10 Richard Stallman <rms@gnu.org>
6061
6062 * finder.el (finder-mode-map): Add n and p bindings.
6063
6064 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
6065
6066 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
6067 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
6068 (gdb-setup-windows): Put something in source window if we can't find
6069 the source file.
6070 (gdb-frame-handler): Make it work again with just assembly.
6071 (gdb-data-list-register-values-handler): Make it work when there is
6072 no stack.
6073
6074 2006-04-09 Richard Stallman <rms@gnu.org>
6075
6076 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
6077 specs while looking for charset.
6078
6079 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
6080
6081 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
6082 Make them faces.
6083 (lm-font-lock-keywords): Update appropriately.
6084
6085 2006-04-10 Kim F. Storm <storm@cua.dk>
6086
6087 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
6088 it can also replace buffer-substring-no-properties.
6089
6090 * emulation/cua-base.el (cua-delete-region, cua-paste)
6091 (cua-repeat-replace-region): Use filter-buffer-substring.
6092
6093 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
6094 (cua-cut-region-to-global-mark): Likewise.
6095
6096 * emulation/cua-rect.el (cua--extract-rectangle)
6097 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
6098
6099 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6100
6101 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
6102 entry-type. Add field delimiters to numerical fields if they are
6103 not present.
6104
6105 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6106
6107 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
6108 string-const to return value.
6109 (bibtex-remove-delimiters): Use it.
6110
6111 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6112
6113 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
6114 cl-byte-compile-compiler-macro unless it exists.
6115
6116 2006-04-08 Eli Zaretskii <eliz@gnu.org>
6117
6118 * files.el (hack-local-variables-confirm) <offer-save>:
6119 Clarify message text. Suggested by Ralf Angeli.
6120
6121 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
6122
6123 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
6124 (delete-extract-rectangle-line): Use `filter-buffer-substring'
6125 instead of `buffer-substring' and `delete-region'. (Most of the
6126 code actually copied from `kill-region'.)
6127
6128 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
6129
6130 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
6131 (rcirc-default-port): Rename from rcirc-port.
6132 (rcirc-default-nick): Rename from rcirc-nick.
6133 (rcirc-default-user-name): Rename from rcirc-user-name.
6134 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
6135 (rcirc-low-priority-flag): New variable.
6136 (rcirc-decode-coding-system): New defcustom.
6137 (rcirc-encode-coding-system): New defcustom.
6138 (rcirc-coding-system-alist): New defcustom.
6139 (rcirc-multiline-major-mode): New defcustom.
6140 (rcirc-nick): New internal variable.
6141 (rcirc-process): Remove variable.
6142 (rcirc-server-buffer): New variable.
6143 (rcirc): Update to use rcirc-default-* variables above.
6144 (rcirc-connect): Do not add window-configuration-hook-here.
6145 (rcirc-server): New internal variable.
6146 (rcirc-connect): Do not send keepalive pings if
6147 rcirc-keepalive-seconds is nil.
6148 (with-rcirc-server-buffer): New macro.
6149 (rcirc-send-string): Encode with rcirc-encode-coding-system.
6150 (rcirc-server-name): Rename from rcirc-server.
6151 (rcirc-buffer-process): New function.
6152 (rcirc-buffer-nick): New function.
6153 (rcirc-buffer-target): Remove function.
6154 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
6155 New commands.
6156 (rcirc-mode-map): Change binding of C-c C-l to
6157 rcirc-toggle-low-priority.
6158 (rcirc-mode): Initialize coding system based on
6159 rcirc-coding-system-alist. New change-major-mode-hook to part the
6160 channel on a mode change. Make kill-buffer-hook buffer-local.
6161 (rcirc-change-major-mode-hook): New function.
6162 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
6163 (rcirc-last-post-time): New variable.
6164 (rcirc-process-message): Store the last time user posted a message
6165 to this target.
6166 (rcirc-multiline-minor-mode): New mode.
6167 (rcirc-multiline-minor-mode-map): New mode map.
6168 (rcirc-edit-multiline): Put multiline-edit buffer in
6169 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
6170 (rcirc-print): Ignore any line starting with an ignored nick.
6171 (rcirc-print): Decode using rcirc-decode-coding-system.
6172 (rcirc-track-minor-mode): Update global-mode-string when disabling
6173 this mode.
6174 (minor-mode-alist): Add LowPri indicator.
6175 (rcirc-toggle-low-priority): New function.
6176 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
6177 next lowpriority buffer with activity.
6178 (rcirc-record-activity): Sort buffers in rcirc-activity by the
6179 last time the user posted a message in to the target.
6180 (rcirc-update-activity-string): New formatting for low priority
6181 buffers.
6182 (rcirc-split-activity): New function.
6183 (rcirc-handler-PART, rcirc-handler-KICK)
6184 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
6185 (rcirc-nick-away-alist): New variable.
6186 (rcirc-handler-301): New handler. Away messages are printed once
6187 per change.
6188
6189 2006-04-08 Eli Zaretskii <eliz@gnu.org>
6190
6191 * info.el (Info-follow-nearest-node): Doc fix.
6192
6193 * international/mule-cmds.el (set-locale-environment): Make sure
6194 the coding-system preferred by the locale's language has the same
6195 EOL conversion type as the original buffer-file-coding-system.
6196 (locale-language-names): Add a few MS Windows language codes.
6197
6198 2006-04-07 Richard Stallman <rms@gnu.org>
6199
6200 * simple.el (eval-expression): Doc fix.
6201
6202 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
6203 (eval-defun): Doc fixes.
6204
6205 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6206
6207 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
6208
6209 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
6210
6211 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
6212 GDB list command without argument for greater generality.
6213
6214 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
6215
6216 * subr.el (string-or-null-p): New function.
6217
6218 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
6219
6220 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
6221
6222 * files.el: Update comment about safe-local-variable declarations.
6223
6224 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
6225
6226 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
6227 See idlwave.org.
6228
6229 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
6230 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
6231
6232 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
6233 See idlwave.org.
6234
6235 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
6236 version 6.0 (minimal changes). See idlwave.org.
6237
6238 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
6239 6.0 (minimal changes). See idlwave.org.
6240
6241 * progmodes/idlw-rinfo.el: File obsoleted and removed.
6242
6243 2006-04-06 Romain Francoise <romain@orebokech.com>
6244
6245 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
6246 symmetric encryption features and a new asynchronous interface to
6247 GnuPG. This new version is version 1.4, plus whitespace changes.
6248
6249 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
6250
6251 * files.el: Move some `safe-local-variable' declarations to the
6252 respective files.
6253
6254 * textmodes/ispell.el (ispell-check-comments)
6255 (ispell-local-dictionary): Mark as safe.
6256
6257 * abbrev.el (abbrev-mode): Mark as safe.
6258
6259 * add-log.el (change-log-default-name): Mark as safe.
6260
6261 * textmodes/reftex-vars.el (reftex-vref-is-default)
6262 (reftex-fref-is-default, reftex-level-indent)
6263 (reftex-guess-label-type): Mark as safe.
6264
6265 * textmodes/fill.el (colon-double-space): Mark as safe.
6266
6267 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
6268 (sentence-end-double-space, sentence-end-without-period)
6269 (sentence-end-without-space, sentence-end, sentence-end-base)
6270 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
6271
6272 2006-04-06 Kim F. Storm <storm@cua.dk>
6273
6274 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
6275 the :set-after list.
6276 (ido-downcase-unc-hosts): New user option. Default on.
6277 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
6278 when it is set, as regexps are now applied on the fly.
6279 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
6280 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
6281 on the fly, but only when ido-process-ignore-lists is set.
6282 Do case insensitive filtering if ido-downcase-unc-hosts is set.
6283 Only downcase names if ido-downcase-unc-hosts is set.
6284
6285 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
6286
6287 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
6288
6289 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
6290
6291 2006-04-05 Kim F. Storm <storm@cua.dk>
6292
6293 * ido.el (ido-mode): Set after ido-unc-hosts and
6294 ido-ignore-unc-host-regexps.
6295 (ido-save-history): Save ido-unc-hosts-cache.
6296 (ido-load-history): Load ido-unc-hosts-cache.
6297 (ido-reread-directory): Refresh unc hosts cache in // dir.
6298
6299 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
6300 to nil while displaying slash screen.
6301
6302 2006-04-05 Daiki Ueno <ueno@unixuser.org>
6303
6304 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
6305 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
6306
6307 2006-04-05 Kenichi Handa <handa@m17n.org>
6308
6309 * international/characters.el: Setup cases of Latin, Greek, and
6310 Cyrillic characters in CJK charsets.
6311
6312 2006-03-29 Daiki Ueno <ueno@unixuser.org>
6313
6314 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
6315 default-enable-multibyte-characters. This reverts the change from
6316 revision 6.17 which is no longer necessary because the passphrase
6317 is sent separately now. GnuPG messages are unreadable under
6318 multibyte locales with default-enable-multibyte-characters set to nil.
6319
6320 2006-04-04 Andreas Schwab <schwab@suse.de>
6321
6322 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
6323 and `byte-compile-warnings' as `safe-local-variable'.
6324
6325 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
6326
6327 * man.el (Man-mode-map): Restore the \r binding.
6328 (Man-abstract-xref-man-page): If Man-target-string is a function,
6329 call it.
6330 (Man-highlight-references): Use Man-default-man-entry to get the
6331 target. Deal with xrefs too.
6332 (Man-highlight-references0): Don't call the target function.
6333
6334 * woman.el (WoMan-xref-man-page): Strip the section number, woman
6335 cannot deal with it.
6336
6337 2006-04-04 Daiki Ueno <ueno@unixuser.org>
6338
6339 * pgg-gpg.el: Clean up process buffers every time gpg processes
6340 complete.
6341
6342 2006-04-04 Kenichi Handa <handa@m17n.org>
6343
6344 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
6345 here.
6346 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
6347 Temporarily bind inhibit-field-text-motion to t.
6348
6349 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6350
6351 * startup.el (normal-splash-screen): Only set mode-line-format in the
6352 splash buffer, so as not to interfere when debugging the code.
6353 Ignore errors when switching buffer.
6354
6355 2006-04-03 Romain Francoise <romain@orebokech.com>
6356
6357 * dired.el (dired-dnd-protocol-alist): Fix typo.
6358
6359 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
6360
6361 * savehist.el (savehist): Add :version.
6362 (savehist-ignored-variables): New variable.
6363 (savehist-minibuffer-hook): Don't save variables listed in
6364 `savehist-ignored-variables'.
6365
6366 * dired.el (dired-dnd-protocol-alist): Mention that change does
6367 only apply to new buffers in doc string.
6368
6369 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
6370
6371 * recentf.el (recentf-open-files-item): Include newline in button
6372 field, so opening a file will work, when the point is at the end
6373 of the file name. Allow, for example, to [i]search a file by
6374 extension and just push RET to open it.
6375
6376 2006-04-03 Daiki Ueno <ueno@unixuser.org>
6377
6378 * pgg-gpg.el (pgg-gpg-process-filter)
6379 (pgg-gpg-wait-for-completion): Check if buffer is alive.
6380
6381 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
6382 lines, temporary fix.
6383
6384 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
6385
6386 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
6387
6388 2006-04-02 Richard Stallman <rms@gnu.org>
6389
6390 * progmodes/compile.el (compilation-message-face): Make it defcustom.
6391
6392 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
6393
6394 * ibuf-macs.el (define-ibuffer-column): Add a new key:
6395 header-mouse-map.
6396
6397 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
6398 (ibuffer-mode-header-map): New keymaps.
6399 (ibuffer-update-title-and-summary): Enable mouse face highlighting
6400 and keybindings for column headers.
6401 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
6402 property.
6403
6404 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
6405
6406 * speedbar.el (speedbar-after-create-hook): Doc fix.
6407
6408 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
6409
6410 * shell.el (shell-directory-tracker)
6411 (shell-dynamic-complete-command): Doc fixes.
6412
6413 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
6414
6415 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
6416 terminals.
6417
6418 2006-04-01 Kim F. Storm <storm@cua.dk>
6419
6420 * ido.el (ido-unc-hosts-cache): New defvar.
6421 (ido-unc-hosts): If value of defcustom is a function, call it to
6422 get list of UNC hosts. Add function-item choices to specify
6423 ido-unc-hosts-net-view or user function.
6424 (ido-ignore-unc-host-regexps): New defcustom.
6425 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
6426 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
6427 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
6428
6429 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6430
6431 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
6432 wwidth.
6433
6434 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
6435
6436 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
6437 (ido-max-work-file-list, ido-switch-buffer)
6438 (ido-read-file-name-as-directory-commands):
6439 Fix typos in docstrings.
6440
6441 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6442
6443 * term/mac-win.el (mac-system-coding-system): Define and use after
6444 Mac-specific coding systems are ready.
6445
6446 2006-03-27 Romain Francoise <romain@orebokech.com>
6447
6448 * net/rcirc.el (rcirc-connect): Add autoload cookie.
6449
6450 * ldefs-boot.el: Update.
6451
6452 2006-03-27 Daiki Ueno <ueno@unixuser.org>
6453
6454 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
6455 passphrases when it is not needed.
6456 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
6457 passphrase stuff from gpg, should only be necessary when you use
6458 gpg with a smartcard.
6459
6460 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
6461
6462 * comint.el (comint-dynamic-list-completions): Allow user to
6463 select *Completions* buffer.
6464
6465 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
6466
6467 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
6468
6469 2006-03-26 Andreas Schwab <schwab@suse.de>
6470
6471 * progmodes/gud.el (gdb): Only complain about multiple debugging
6472 when the gdb process is still running.
6473
6474 2006-03-25 Eli Zaretskii <eliz@gnu.org>
6475
6476 * mail/rmail.el (tool-bar-map): Defvar it.
6477 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
6478 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
6479
6480 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
6481
6482 * help.el (print-help-return-message): Suggest to use
6483 display-buffer instead of switch-to-buffer-other-window to restore
6484 the previous window without selecting it.
6485
6486 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6487
6488 * frame.el (select-frame-by-name): Call x-focus-frame also when
6489 window-system is mac.
6490
6491 * term/mac-win.el: Adjust Courier font specifications in
6492 x-fixed-font-alist.
6493 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
6494 when directly encoding to UTF-16 in native byte order, no BOM.
6495
6496 2006-03-25 Kim F. Storm <storm@cua.dk>
6497
6498 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
6499 (cua--init-keymaps): Use it instead of fixed C-return.
6500 (cua-mode): Set after it.
6501
6502 * emulation/cua-rect.el (cua--init-rectangles):
6503 Use cua-rectangle-mark-key instead of fixed C-return.
6504
6505 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
6506
6507 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
6508 "run" in .gdbinit.
6509 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
6510
6511 2006-03-24 Romain Francoise <romain@orebokech.com>
6512
6513 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
6514 `display-buffer-other-frame'.
6515
6516 2006-03-24 Kim F. Storm <storm@cua.dk>
6517
6518 * apropos.el (apropos-synonyms): Add selection => region.
6519
6520 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
6521
6522 * progmodes/gdb-ui.el (gdb-var-create-regexp)
6523 (gdb-var-list-children-regexp, gdb-var-update-regexp)
6524 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
6525 (gdb-data-list-register-values-regexp)
6526 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
6527 Future proof against new fields being added to MI output.
6528 (gdb-send): Don't treat backslashes for program input as
6529 continuations.
6530 (gdb-assembler-handler): Don't use window-start for this handler.
6531 (gdb-frame-handler): Don't change to hollow arrow if overlay
6532 arrow doesn't move to new frame.
6533
6534 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
6535
6536 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
6537 prevent compiler warnings.
6538 (gdb-stopped): Check for gud-last-last-frame (case: signal).
6539 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
6540 (gdb-assembler-custom): Use hollow-right-triangle for assembler
6541 buffer too.
6542
6543 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
6544
6545 * pgg-gpg.el (pgg-gpg-update-agent): Check for
6546 make-network-process, so we can use the same code in Gnus v5-10
6547 too and have this file fully synchronized with that release.
6548
6549 2006-03-23 Romain Francoise <romain@orebokech.com>
6550
6551 * ibuf-ext.el (ibuffer-read-filter-group-name):
6552 Use `ibuffer-generate-filter-groups' to make completion list match
6553 the filter groups that are really displayed in the Ibuffer buffer.
6554 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
6555
6556 2006-03-23 Kenichi Handa <handa@m17n.org>
6557
6558 * international/mule-cmds.el (sort-coding-systems): Describe that
6559 the argument is modified in docstring.
6560
6561 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
6562
6563 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
6564 (pgg-gpg-update-agent): New function.
6565 (pgg-gpg-use-agent-p): New function.
6566 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
6567 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6568 (pgg-gpg-sign-region): Use it.
6569
6570 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
6571
6572 * cus-edit.el (custom-face-set): Call custom-push-theme before
6573 face-spec set so that `changed' theme is correctly saved.
6574 (custom-face-reset-standard): Reset to recalculated face rather
6575 than defface spec.
6576
6577 * custom.el (custom-push-theme): Only save `changed' theme if the
6578 current face does not match the defface specs.
6579
6580 2006-03-21 Simon Josefsson <jas@extundo.com>
6581
6582 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
6583 <wilde@sha-bang.de>.
6584 (pgg-gpg-use-agent): New variable.
6585 (pgg-gpg-process-region): Use it.
6586 (pgg-gpg-encrypt-region): Likewise.
6587 (pgg-gpg-encrypt-symmetric-region): Likewise.
6588 (pgg-gpg-decrypt-region): Likewise.
6589 (pgg-gpg-sign-region): Likewise.
6590 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
6591
6592 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
6593
6594 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
6595 bracket links.
6596
6597 2006-03-21 Kim F. Storm <storm@cua.dk>
6598
6599 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
6600 fringe-indicator-alist instead of modifying global value.
6601 (gdb-frame-handler): Likewise.
6602
6603 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
6604
6605 * diff-mode.el (diff-function): Make it inherit from diff-header
6606 instead of diff-context.
6607
6608 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
6609 bitmap.
6610 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
6611 change names in macro above for consistency.
6612 (gdb-frame-handler): Use hollow-right-triangle for all selected
6613 frames which except the innermost (where execution has stopped).
6614 (gdb-reset): Reset buffer-local values of overlay-arrow.
6615
6616 2006-03-20 Richard Stallman <rms@gnu.org>
6617
6618 * simple.el (set-mark-command): Doc fix.
6619
6620 * files.el (display-buffer-other-frame): New command.
6621 (ctl-x-4-map): Bind C-x 5 C-o to it.
6622
6623 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6624
6625 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
6626 rather than just defer-time, in case defer-time has been changed but
6627 the timer isn't running yet.
6628 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
6629
6630 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6631
6632 * help-mode.el (help-follow-symbol): New function.
6633 Essentially identical to the old `help-follow', but do not let
6634 `push-button' do the work when on an xref.
6635 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
6636
6637 2006-03-19 Richard Stallman <rms@gnu.org>
6638
6639 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
6640 preceded by the word `program'.
6641 (help-follow-mouse, help-follow): Throw error if not on xref.
6642 Delete no longer used args.
6643
6644 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
6645
6646 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
6647 annotation ensure gud-overlay-arrow-position is redisplayed.
6648
6649 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6650
6651 * textmodes/bibtex.el (bibtex-include-OPTkey)
6652 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
6653 (bibtex-autokey-name-case-convert)
6654 (bibtex-autokey-titleword-case-convert): Make these the aliases
6655 for the following two variables.
6656 (bibtex-autokey-name-case-convert-function)
6657 (bibtex-autokey-titleword-case-convert-function): Make these the
6658 real names.
6659 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
6660 bibtex-font-lock-crossref sublists.
6661 (bibtex-mode): Revert 2005-12-30 change (which made
6662 completion-ignore-case buffer-local).
6663 (bibtex-url): Simplify.
6664
6665 2006-03-19 Kim F. Storm <storm@cua.dk>
6666
6667 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
6668 cursor property value to 2 (to align with C level change).
6669
6670 2006-03-19 Bill Wohler <wohler@newt.com>
6671
6672 * image.el (image-load-path-for-library): Shorten first line in
6673 docstring.
6674
6675 2006-03-18 Richard Stallman <rms@gnu.org>
6676
6677 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
6678
6679 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
6680
6681 * isearch.el (isearch-other-meta-char): Handle user bindings for
6682 shifted control characters.
6683
6684 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
6685
6686 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
6687 part that matches email addresses, file names, etc.
6688
6689 2006-03-18 Eli Zaretskii <eliz@gnu.org>
6690
6691 * term/w32-win.el (mouse-set-font):
6692 Mention w32-list-proportional-fonts in the doc string.
6693
6694 2006-03-18 Kim F. Storm <storm@cua.dk>
6695
6696 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
6697 (ido-unc-hosts): New user option to explicitly define list of know
6698 UNC-style hosts for completion.
6699 (ido-cache-unc-host-shares-time): New user option.
6700 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
6701 New helper functions for UNC file-name support.
6702 (ido-may-cache-directory): Check for UNC host. Simplify.
6703 (ido-wash-history): Clean out old UNC hosts.
6704 (ido-nonreadable-directory-p): UNC hosts are always readable.
6705 (ido-directory-too-big-p): UNC hosts are never too big.
6706 (ido-set-current-directory): Handle UNC root path.
6707 (ido-file-name-all-completions): Complete UNC host names from
6708 ido-unc-hosts list. Cache UNC host shares.
6709 (ido-make-file-list-1): Don't filter UNC root.
6710 (ido-exhibit): Check for // in root directory, and switch to UNC
6711 mode by setting ido-current-directory to //.
6712
6713 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
6714
6715 * cus-edit.el (customize-changed-options): Mention explicit
6716 version number as default in prompt.
6717
6718 2006-03-17 Bill Wohler <wohler@newt.com>
6719
6720 * image.el (image-load-path-for-library): Minor docstring fix.
6721
6722 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
6723
6724 * textmodes/org.el (org-read-date): Include subgroup 5 into
6725 replacement text.
6726 (org-popup-calendar-for-date-prompt): Fix customization type.
6727
6728 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
6729
6730 * progmodes/gdb-ui.el (gud-watch): Provide completion.
6731 (gdb-continuation): New variable.
6732 (gdb-send): Deal with continuation lines.
6733
6734 * progmodes/gud.el (gud-gdb-complete-command)
6735 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
6736 expressions.
6737 (gud-tooltip-mode): Use buffer-local value.
6738
6739 2006-03-16 Kim F. Storm <storm@cua.dk>
6740
6741 * ido.el (ido-edit-input): Use selected match, if any.
6742
6743 2006-03-16 Bill Wohler <wohler@newt.com>
6744
6745 * image.el (image-load-path-for-library): Prefer user's images in
6746 image-load-path.
6747
6748 2006-03-16 Martin Rudalics <rudalics@gmx.at>
6749
6750 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
6751 when checking for attempt to drag leftmost or rightmost scrollbar.
6752
6753 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
6754
6755 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
6756 (gdb-force-mode-line-update): New function.
6757 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
6758 (gdb-exited): Use them.
6759 (gdb-signal): New function.
6760 (gdb-annotation-rules): Provide a rule for it.
6761
6762 2006-03-16 Kenichi Handa <handa@m17n.org>
6763
6764 * international/mule.el (auto-coding-regexp-alist): Add entries
6765 for Unicode BOM.
6766
6767 * sort.el (sort-build-lists): Temporarily bind
6768 inhibit-field-text-motion to t.
6769
6770 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
6771
6772 * locate.el (locate-command, locate-make-command-line)
6773 (locate-fcodes-file, locate-update-command)
6774 (locate-prompt-for-command, locate, locate-with-filter)
6775 (locate-get-file-positions): Doc fixes.
6776 (locate-buffer-name, locate-header-face): Remove leading `*' in
6777 defcustom.
6778 (locate-filter-output): Use `keep-lines' instead of its alias
6779 `delete-non-matching-lines'.
6780 (locate-get-filename, locate-get-dirname): Add introductory comment.
6781 (locate-find-directory-other-window): Give appropriate error
6782 message if used outside main listing.
6783
6784 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6785
6786 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
6787 the new extend-region feature.
6788 (font-lock-after-change-function): Update correspondingly.
6789 * jit-lock.el (jit-lock-after-change): Update correspondingly.
6790 * progmodes/grep.el (font-lock-lines-before): Don't disable.
6791
6792 2006-03-15 Bill Wohler <wohler@newt.com>
6793
6794 * image.el (image-load-path-for-library): Fix example by not
6795 recommending that one binds image-load-path. Just defvar it to
6796 placate compiler and only use it if previously defined.
6797
6798 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
6799
6800 * textmodes/org.el (org-insert-centered): Use `string-width' to
6801 make underlining work for wide characters.
6802 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
6803 TAB to `org-cycle', to make sure that no binding in
6804 `outline-mode-map' can supercede it.
6805
6806 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
6807
6808 * allout.el: Increment version to 2.2.1 in file commentary.
6809
6810 (allout-version): Increment to 2.2.1.
6811
6812 (allout-default-layout): New customization variable, used when the
6813 file lacks a specific allout-layout. Uses allout-layout-type for
6814 recursively nested definition.
6815
6816 (allout-layout-type): Widget defining allout layouts, necessary for
6817 self-recursive definition.
6818
6819 (allout-mode): Incorporate allout-default-layout as fallback for
6820 allout-layout.
6821
6822 (allout-layout): Mark as 'safe-local-variable', and refer mention
6823 fallback to `allout-default-layout' in absence of a specified value.
6824 (allout-passphrase-verifier-string)
6825 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
6826
6827 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
6828
6829 (allout-get-encryption-passphrase-verifier): Use correct name of
6830 passphrase verifier in docstring.
6831
6832 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
6833
6834 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
6835 elements.
6836 (gdb-find-watch-expression): Make it work for arrays too.
6837 Follow change to gdb-var-list.
6838 (gud-watch): Allow the user to enter variable name with a prexix
6839 arg. Create keybindings.
6840 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
6841 (gdb-var-list-children-handler, gdb-var-update-handler)
6842 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
6843 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
6844 Follow change to gdb-var-list.
6845 (gdb-starting): Don't show the overlay arrows when program is running.
6846
6847 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
6848 gdb-var-list.
6849
6850 2006-03-14 Bill Wohler <wohler@newt.com>
6851
6852 * image.el (image-load-path-for-library): Pass value of path
6853 rather than symbol. Always return list of directories.
6854 Guarantee that image directory comes first.
6855
6856 2006-03-14 Alan Mackenzie <acm@muc.de>
6857
6858 * font-core.el (font-lock-extend-region\(-function\)?.):
6859 New function/variable.
6860
6861 * font-lock.el (font-lock-after-change-function):
6862 Call font-lock-extend-region. Obey font-lock-lines-before.
6863 (font-lock-default-fontify-region): Remove reference to
6864 font-lock-lines-before.
6865
6866 * jit-lock.el (jit-lock-after-change):
6867 Call font-lock-extend-region. Obey font-lock-lines-before.
6868
6869 2006-03-14 David Ponce <david@dponce.com>
6870
6871 * tree-widget.el (tree-widget-themes-load-path)
6872 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
6873
6874 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
6875
6876 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
6877 (rcirc-print): Mark the start of text at the end of the prompt.
6878 (rcirc-track-minor-mode): Add autoload cookie.
6879 (rcirc-update-activity-string): Add space to front of mode-line
6880 indicator.
6881
6882 2006-03-13 Miles Bader <miles@gnu.org>
6883
6884 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
6885 (rcirc-abbrev-nick): Remove function.
6886 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
6887
6888 2006-03-13 David Ponce <david@dponce.com>
6889
6890 * tree-widget.el: Handle themes across all occurrences of the main
6891 themes sub-directory found in tree-widget-themes-load-path.
6892 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
6893 (tree-widget--locate-sub-directory): Return all occurrences.
6894 (tree-widget-themes-path): New function.
6895 Replace tree-widget-themes-directory, and return a list of directories.
6896 (tree-widget-set-parent-theme)
6897 (tree-widget-lookup-image): Use it.
6898
6899 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
6900
6901 * textmodes/org.el (org-link-search): Avoid self-matching of
6902 links, allow target text to be distributed over several lines.
6903 (org-search-not-link): New function.
6904 (org-set-regexps-and-options, org-get-current-options):
6905 New startup options.
6906 (org-export-as-html): Take odd-level setting from local variable.
6907 (org-fontify-emphasized-text): New option.
6908 (org-set-font-lock-defaults): Include emphasized text.
6909 (org-follow-mhe-link): Allow folder-only links, fix folder name.
6910 (org-font-lock): Customize group renamed from `org-faces'.
6911
6912 2006-03-13 John Paul Wallington <jpw@pobox.com>
6913
6914 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
6915 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
6916
6917 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
6918
6919 * cus-start.el (all): Delete :version keyword for members of the
6920 fringe group, since the entire group is new in 22.1.
6921
6922 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
6923
6924 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
6925 map if value is hexadecimal (an address).
6926 (gud-watch): Only search roots for existing watch expressions.
6927 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
6928 prevent caching problems with speedbar-update-directory-contents.
6929
6930 2006-03-12 Juri Linkov <juri@jurta.org>
6931
6932 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
6933 before comparing with `low' and `warn'.
6934
6935 * info.el (Info-dir-remove-duplicates): Move point to the
6936 beginning of the current line after deleting the entries from
6937 redundant heading. Use marker for `limit' and compare it with
6938 point before calling `re-search-forward'.
6939
6940 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6941
6942 * simple.el (yank): Fix typo in docstring.
6943
6944 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
6945
6946 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
6947 messages, where "D" is the 6th character.
6948
6949 2006-03-11 Eli Zaretskii <eliz@gnu.org>
6950
6951 * simple.el (yank): Fix last change.
6952
6953 2006-03-11 David Ponce <david@dponce.com>
6954
6955 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
6956 merging elements from the standard ispell-dictionary-alist.
6957 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
6958 alist, and return the new alist.
6959
6960 2006-03-11 Richard Stallman <rms@gnu.org>
6961
6962 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
6963
6964 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
6965 the way it is implemented is too unclean.
6966
6967 * simple.el (kill-region, yank): Doc fix.
6968
6969 * battery.el (battery-echo-area-format): Doc fix.
6970 (battery-mode-line-format): Likewise.
6971 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
6972 (battery-linux-proc-acpi): Ignore batteries that say "charged".
6973
6974 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
6975
6976 * progmodes/octave-mod.el (octave-indent-for-comment):
6977 Behave according to do string.
6978
6979 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
6980
6981 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
6982 Be visible only if major mode is Mail Mode.
6983
6984 * textmodes/flyspell.el (flyspell-external-point-words)
6985 (flyspell-process-localwords): Fix last changes.
6986
6987 2006-03-11 Eli Zaretskii <eliz@gnu.org>
6988
6989 * calendar/holidays.el (list-holidays): Doc fix.
6990
6991 * international/mule.el (auto-coding-alist): Add .odt
6992 (OpenOffice's open document) files.
6993
6994 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
6995 document) files. Mention in the doc string the need to sync with
6996 auto-coding-alist.
6997
6998 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
6999
7000 * files.el (hack-local-variables-confirm): Don't prompt for ! if
7001 enable-local-variables is set to always query, or there is no
7002 savable variable.
7003
7004 2006-03-10 Bill Wohler <wohler@newt.com>
7005
7006 * image.el (image-load-path-for-library): Merge at least three
7007 functions from Gnus and MH-E into this one function that can now
7008 be shared.
7009
7010 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
7011
7012 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
7013 gdb-remove-mouse-face and remove help-echo too.
7014 (gdb-enqueue-input): Correct conditional clause.
7015
7016 2006-03-10 Glenn Morris <rgm@gnu.org>
7017
7018 * calendar/calendar.el (calendar-holidays): Doc fix.
7019 * calendar/holidays.el (list-holidays): Doc fix.
7020
7021 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
7022
7023 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
7024 it gets called in gdb-prompt anyway.
7025 (gdb-use-separate-io-buffer): Only restore window arrangement for
7026 gdb-many-windows.
7027 (gdb-enqueue-input): Make it harder to send GDB input when program
7028 is running.
7029 (gdb-buffer-list): New variable.
7030 (gdb-remove-mouse-face): New function.
7031 (gdb-starting): Use it when GDB input won't get sent.
7032
7033 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
7034
7035 * help.el (view-lossage): Remove trailing whitespace before
7036 inserting "\n".
7037
7038 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
7039
7040 * files.el (hack-local-variables-confirm):
7041 Set coding-system-for-read to nil before writing to .emacs.
7042
7043 * arc-mode.el (archive-extract): Check if an existing buffer name
7044 comes from a different archive.
7045
7046 * help.el (describe-key-briefly): If KEY is a down event, read and
7047 discard the up event.
7048
7049 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
7050
7051 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
7052 be edited and use font-lock-warning-face for any changes.
7053
7054 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
7055 (gdb-edit-value): Use it to report any errors.
7056
7057 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
7058
7059 * help.el (describe-key): Remove leftover test code.
7060
7061 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
7062
7063 * textmodes/org.el: Move defvars out of eval-when-compile.
7064 Use buffer-file-name variable.
7065 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
7066 arg `file'.
7067 (org-level-faces): Remove startup dependency.
7068 (org-cycle, org-map-tree, org-scan-tags)
7069 (org-remember-handler): Don't call `outline-level' directly.
7070 (org-mhe-search-all-folders): New option.
7071 (org-mhe-get-message-folder-from-index)
7072 (org-mhe-get-message-folder): Fix indexing search.
7073 (org-format-agenda-item): Handle nil TAGS argument.
7074 (org-cleaned-string-for-export, org-activate-target-links)
7075 (org-make-target-link-regexp): Deal with empty radio target list.
7076 (org-tag): New face.
7077 (org-get-level-face): New function.
7078 (org-set-font-lock-defaults): Simplify setup for headlines.
7079 (org-complete): Pass common substring to `display-completion-list'.
7080
7081 2006-03-06 David Ponce <david@dponce.com>
7082
7083 * tree-widget.el: Update Commentary header.
7084 (tree-widget-theme-name): Ignore parent themes.
7085 (tree-widget-set-parent-theme): New function.
7086 (tree-widget-set-theme): Use it.
7087 (tree-widget-set-image-properties): Move definition. Does nothing
7088 if image properties have already been set.
7089 (tree-widget-image-properties): Move definition. Receive an image
7090 name. Set the :pointer property.
7091 (tree-widget-lookup-image): Doc fix. Search in parent themes.
7092 Don't set the :pointer image property.
7093 (tree-widget-convert-widget): New function. Handle :dynargs
7094 compatibility here.
7095 (tree-widget): Use it to :convert-widget. Add the :expander-p
7096 predicate to control when the :expander function is entered.
7097 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
7098 (tree-widget-value-create): Handle :expander-p. widget-apply
7099 :expander.
7100 (tree-widget-expander-p): New function. Default value of the
7101 :expander-p property.
7102
7103 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
7104
7105 * help.el (describe-key): Properly handle the return value of
7106 read-key-sequence when grabbing an up-event. Cleanup mouse-1
7107 remaps. Handle string and vector `follow-link' values.
7108
7109 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
7110
7111 * complete.el (PC-expand-many-files): Try be more careful when parsing
7112 the shell's output.
7113
7114 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7115
7116 * outline.el (hide-sublevels): Provide better interactive default.
7117
7118 2006-03-06 Kenichi Handa <handa@m17n.org>
7119
7120 * international/fontset.el (create-fontset-from-fontset-spec):
7121 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
7122
7123 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
7124
7125 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
7126 backslashes instead of one in regexp.
7127 (gud-tooltip-dereference): Add missing optional argument.
7128
7129 2006-03-04 John Paul Wallington <jpw@pobox.com>
7130
7131 * wdired.el (toplevel): Require `cl' at compile-time.
7132
7133 2006-03-04 Andreas Schwab <schwab@suse.de>
7134
7135 * server.el (server-process-filter): Handle errors during
7136 evaluation of the argument.
7137
7138 2006-03-03 John Paul Wallington <jpw@pobox.com>
7139
7140 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
7141 escape parentheses at beginning of line.
7142 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
7143 (t-mouse-mode): Remove period from end of error message.
7144
7145 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
7146
7147 * textmodes/flyspell.el (flyspell-process-localwords):
7148 Be case-sensitive.
7149
7150 2006-03-03 Martin Rudalics <rudalics@gmx.at>
7151
7152 * cus-edit.el (custom-quote): Remove function, since it has been
7153 moved to custom.el.
7154
7155 * font-lock.el (lisp-font-lock-keywords-2)
7156 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
7157 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
7158 they have no special meaning.
7159
7160 * midnight.el (clean-buffer-list): Handle case where base-buffer of
7161 indirect buffer gets killed before indirect buffer. Use dolist.
7162
7163 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
7164
7165 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
7166 value instead of a literal constant (1) on more pauses.
7167
7168 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7169
7170 * textmodes/flyspell.el (flyspell-external-point-words):
7171 Be case-sensitive.
7172
7173 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
7174
7175 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
7176 with "www".
7177
7178 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
7179
7180 * allout.el: Restablish intermediate missing comment header to
7181 preserve outline structure.
7182 (allout-beginning-of-current-entry): Skip invisible text.
7183 (allout-open-topic): Fix opening a topic at end-of-buffer.
7184 (allout-minor-mode): Move nearer to allout-mode function.
7185
7186 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
7187
7188 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
7189
7190 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
7191
7192 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
7193 is nil.
7194
7195 * progmodes/gud.el (gud-speedbar-menu-items):
7196 Use buffer-local-value and add missing :visible keyword.
7197
7198 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
7199
7200 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
7201
7202 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
7203 must be `follow-link'.
7204
7205 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
7206
7207 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
7208 formatting: No nested anchors.
7209 (org-all-targets): Fix bug with XEmacs compatibility.
7210 (org-read-date): Add (require 'parse-time).
7211 (org-set-tags): Fix bug with extra inserted space.
7212 (org-export-html-style): Define a style class for targets.
7213 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
7214 (org-hide-leading-stars): New option.
7215 (org-hide): New face.
7216 (org-set-font-lock-defaults): Allow to hide leading stars.
7217 (org-get-legal-level, org-tr-level): New functions.
7218 (org-odd-levels-only): New option.
7219 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
7220 (org-demote, org-promote): Deal with double-star levels.
7221 (org-convert-to-odd-levels): New command.
7222
7223 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
7224
7225 * speedbar.el (speedbar-update-localized-contents): Try to
7226 preserve window-start.
7227 (speedbar-update-directory-contents): Try to preserve window-start
7228 and window-point.
7229 (speedbar-update-special-contents): Don't move back to start of window.
7230
7231 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
7232 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
7233 speedbar-timer-fn.
7234 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
7235 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
7236 instead of gdb-speedbar-timer-fn.
7237
7238 2006-02-28 Jay Belanger <belanger@truman.edu>
7239
7240 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
7241 (math-compose-expr): Use latex option when calling
7242 `math-compose-tex-matrix' for latex mode.
7243
7244 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
7245
7246 * speedbar.el: Re-instate comments about developing for speedbar
7247 [this is what info and gdb-ui use even if better methods exist now].
7248
7249 * t-mouse.el: New file.
7250 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
7251 (t-mouse-lispy-buffer-posn-from-coords): Remove.
7252 (t-mouse-make-event-element): Use posn-at-x-y instead.
7253 (t-mouse-make-event): Deal with Fedora Core 3.
7254 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
7255 (t-mouse-mouse-position-function): New function. Use it instead
7256 of advising mouse-position.
7257 (t-mouse-mode): New minor mode.
7258 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
7259
7260 2006-02-27 Glenn Morris <rgm@gnu.org>
7261
7262 * calendar/calendar.el (calendar-holidays): Doc fix.
7263
7264 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
7265
7266 * progmodes/gdb-ui.el (gdb-source-window): New variable.
7267 Re-introduce the concept of a source window.
7268 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
7269 consistency with get-buffer-create.
7270 (def-gdb-auto-update-handler, gdb-info-locals-handler)
7271 (gdb-data-list-register-values-handler)
7272 (gdb-stack-list-locals-handler): Try to preserve window-start as
7273 well as window-point.
7274 (gdb-display-source-buffer): New function (old concept).
7275 (gdb-goto-breakpoint): Use it.
7276
7277 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
7278 for gdb-ui/gdb-mi (old concept).
7279
7280 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
7281
7282 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
7283 binding.
7284
7285 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
7286
7287 * textmodes/reftex-sel.el (reftex-select-label-map)
7288 (reftex-select-bib-map): Add `follow-mouse' binding.
7289
7290 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
7291
7292 * jka-cmpr-hook.el (jka-compr-compression-info-list)
7293 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
7294 Give :set functions to provide automatic updating.
7295 Update docstring. Give compiler defvars early in the file
7296 and move the defcustoms to a later spot where all called functions
7297 are defined.
7298 (jka-compr-file-name-handler-entry): Doc fix.
7299 (jka-compr-compression-info-list--internal)
7300 (jka-compr-mode-alist-additions--internal)
7301 (jka-compr-load-suffixes--internal): New variables.
7302 (jka-compr-install): Set the three above variables.
7303 Update `load-file-rep-suffixes' instead of `load-suffixes'.
7304 (jka-compr-update, jka-compr-set): New functions.
7305 (auto-compression-mode): Doc fix.
7306
7307 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
7308 Update `load-file-rep-suffixes' instead of `load-suffixes'.
7309 Use jka-compr-compression-info-list--internal,
7310 jka-compr-mode-alist-additions--internal and
7311 jka-compr-load-suffixes--internal.
7312
7313 * files.el (load-library):
7314 * loadhist.el (file-loadhist-lookup):
7315 * startup.el (command-line):
7316 * subr.el (locate-library):
7317 * emacs-lisp/autoload.el (update-directory-autoloads):
7318 * emacs-lisp/find-func.el (find-library-suffixes):
7319 Use `get-load-suffixes' instead of `load-suffixes'.
7320
7321 * subr.el (locate-library):
7322 * emacs-lisp/find-func.el (find-library-name):
7323 Use `load-file-rep-suffixes' instead of '("").
7324
7325 2006-02-26 Kim F. Storm <storm@cua.dk>
7326
7327 * ido.el (ido-save-history, ido-load-history): Simplify.
7328 Don't use find-file-noselect to avoid interference from other modes.
7329
7330 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
7331
7332 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
7333 to use the default shell if filename is not available.
7334 Reported by Giorgos Keramidas.
7335
7336 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
7337
7338 * progmodes/etags.el (tags-completion-table): Do completion from
7339 all the tables in the current list, as documented in the manual.
7340
7341 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7342
7343 * CC Mode Update to 5.31.3.
7344
7345 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7346
7347 * progmodes/cc-mode.el (c-postprocess-file-styles):
7348 Bind inhibit-read-only to t, around the call to
7349 c-remove-any-local-eval-or-mode-variables, so that it works on a
7350 RO file.
7351
7352 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7353
7354 * progmodes/cc-awk.el: Correct a typo.
7355
7356 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7357
7358 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
7359 c-hungry-delete-backwards, at the request of RMS. Leave the old
7360 name as an alias.
7361
7362 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7363
7364 * progmodes/cc-mode.el: Correct a typo.
7365
7366 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7367
7368 * progmodes/cc-defs.el: Update the version number to 5.31.3.
7369
7370 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7371
7372 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
7373 brace-else-brace (error due to mbeg, mend being undefined).
7374
7375 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7376
7377 * progmodes/cc-mode.el: File Local variables: Solve the problem
7378 where both `mode' and c-file-offsets are specified: `mode' will
7379 overwrite c-f-o's settings:
7380 (c-remove-any-local-eval-or-mode-variables): New function.
7381 (c-postprocess-file-styles): Call the above new function, within
7382 c-tentative-buffer-change, to splat `mode' and `eval' before the
7383 second hack-local-variables.
7384
7385 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7386
7387 * progmodes/cc-mode.el:
7388 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
7389 (c-after-change): Protect the match data with save-match-data.
7390 It was getting corrupted by c-after-change-check-<>-operators.
7391
7392 * cc-defs.el: [Supersedes patch V1.38]:
7393 (top level): Check for a buggy font-lock-compile-keywords ONLY in
7394 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
7395
7396 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
7397 with save-match-data. It was being corrupted when Font Lock was
7398 not enabled.
7399
7400 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7401
7402 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
7403 Mode and Subword Mode.
7404
7405 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
7406 real labels ("case 1:" or "foo:") from non-labels ("public:").
7407 (c-forward-objc-directive): Replace c-forward-token-2 with crude
7408 coding; c-f-t-2 doesn't move over a token at EOB.
7409
7410 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
7411
7412 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
7413 (c-update-modeline): Concatenate the minor mode indicators
7414 directly onto mode-name, removing c-submode-indicators.
7415 Sometimes, c-s-i got separated from the mode name on the mode line.
7416
7417 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
7418 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
7419
7420 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7421
7422 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
7423 error message when there's an evaluation error to show whether
7424 it's loaded from source or not.
7425 (c-filter-ops): Make it available at runtime too to work when
7426 `c-make-init-lang-vars-fun' needs to evaluate from source.
7427
7428 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
7429
7430 * help.el (help): Revert last part of 2006-02-23 change (deletion
7431 of the `provide' call).
7432
7433 2006-02-23 Juri Linkov <juri@jurta.org>
7434
7435 * compare-w.el (compare-windows-highlight): Add new value
7436 `persistent' and change :type from `boolean' to `choice'.
7437 (compare-windows-overlays1, compare-windows-overlays2):
7438 New internal variables.
7439 (compare-windows-highlight): If compare-windows-highlight is
7440 `persistent', add current overlays to compare-windows-overlays[12]
7441 instead of adding compare-windows-dehighlight to pre-command-hook.
7442 (compare-windows-dehighlight): Delete all overlays from
7443 compare-windows-overlays[12].
7444
7445 * info.el (Info-search): Don't bind search-spaces-regexp to
7446 Info-search-whitespace-regexp in non-regexp isearch mode.
7447
7448 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
7449
7450 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
7451
7452 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
7453
7454 * textmodes/org.el (org-xemacs-p)
7455 (org-export-html-show-new-buffer, org-table-may-need-update)
7456 (org-insert-item, org-mhe-get-message-real-folder)
7457 (org-mhe-get-message-folder-from-index)
7458 (org-mhe-get-message-folder, org-mhe-get-message-num)
7459 (org-mhe-get-header, org-make-org-heading-search-string)
7460 (org-make-org-heading-camel, org-table-sort-lines)
7461 (org-format-org-table-html, org-format-table-table-html):
7462 Fix typos in docstrings.
7463
7464 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
7465
7466 * textmodes/org.el (org-cleaned-string-for-export)
7467 (org-solidify-link-text): New function.
7468 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
7469 XEmacs, just to silence the compiler.
7470 (org-export-as-ascii, org-export-as-html-and-open):
7471 Use `org-cleaned-string-for-export' and create internal links.
7472 (org-follow-mhe-link): Require mh-e, use folder.
7473
7474 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
7475
7476 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
7477
7478 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
7479 gdb-debug-log-length.
7480 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
7481 it a real ring but...
7482 (gud-gdba-marker-filter): ...make it work like mark-ring.
7483 (gdb-enable-debug): Rename from gdb-enable-debug-log.
7484 (gdb-mouse-jump): New function. Add bindings.
7485
7486 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
7487
7488 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
7489 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
7490 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
7491 (gdb-debug-log-length): Customize it's length.
7492 (gud-watch, gdb-var-create-handler): Display function::var format
7493 but don't use to create variable object.
7494 (gdb-var-create-handler): Use message-box in place of message.
7495 (gdb-stopped): Call gdb-exited if signalled.
7496
7497 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
7498
7499 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
7500
7501 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
7502
7503 * textmodes/reftex.el (reftex-locate-file): Search all extensions
7504 if `reftex-try-all-extensions' is set.
7505
7506 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
7507 fail silently when there is no valid argument at point.
7508 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
7509 `fail-silently' argument. From a patch by David Reiter.
7510
7511 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
7512 New commands.
7513 (org-mark-ring): New variable.
7514 (org-mark-ring-length): New option.
7515 (org-open-at-point, org-goto, org-open-file): Push old position
7516 onto the mark ring.
7517 (org-add-hook): New function.
7518 (org-export-table-remove-special-lines): New option.
7519 (org-skip-comments, org-format-org-table-html): Respect new
7520 option `org-export-table-remove-special-lines'.
7521 (org-open-file): Allow special command configuration for
7522 directory link.
7523 (org-file-apps): Fix bugs in customize type, added setting
7524 for directories.
7525 (org-activate-tags, org-format-agenda-item, org-complete)
7526 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
7527 (org-get-tags, org-get-buffer-tags, org-open-at-point)
7528 (org-link-search, org-make-org-heading-search-string)
7529 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
7530 (org-radio-targets, org-file-link-context-use-camel-case)
7531 (org-activate-camels): New options.
7532 (org-update-radio-target-regexp, org-all-targets)
7533 (org-make-target-link-regexp, org-activate-target-links):
7534 New functions.
7535 (org-make-org-heading-search-string): New function.
7536 (org-store-link, org-insert-link): Use new option
7537 `org-file-link-context-use-camel-case'.
7538 (org-activate-camels): Use new option `org-activate-camels'.
7539 (org-link-regexp): Add mhe prefix.
7540 (org-open-at-point, org-store-link): Support for mhe links.
7541 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
7542 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
7543 (org-mhe-get-header, org-follow-mhe-link): New functions.
7544 (org-remove-angle-brackets, org-add-angle-brackets):
7545 New functions.
7546 (org-bracket-link-regexp): New constant.
7547 (org-read-date): Fix bug that was rejecting all typed dates.
7548 (org-link-search): Make hierarchy above visible after a match.
7549 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
7550 (org-store-link): Fix bug with link creation when cursor is in
7551 an empty line.
7552 (org-open-at-point): Fix bug with matching a link.
7553 Fixed buggy argument sequence in call to `org-view-tags'.
7554 (org-compile-prefix-format): Set `org-prefix-has-tag'.
7555 (org-prefix-has-tag): New variable.
7556 (org-format-agenda-item): Remove tags from headline
7557 if appropriate.
7558 (org-agenda-remove-tags-when-in-prefix): New option.
7559
7560 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
7561
7562 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
7563 Fix the regular expressions.
7564
7565 2006-02-21 Richard M. Stallman <rms@gnu.org>
7566
7567 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
7568 if there's no other specific basis.
7569
7570 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
7571 as variables at all.
7572 (unsafep-variable): Rename arg; doc fix.
7573
7574 * abbrevlist.el (list-one-abbrev-table): Add autoload.
7575
7576 * calendar/appt.el (diary-selective-display): Add defvar.
7577
7578 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
7579
7580 * isearch.el (search-whitespace-regexp): Fix custom type.
7581
7582 * help.el (describe-key-briefly): Compute interactive args
7583 in same was as before previous change.
7584
7585 * files.el (enable-local-variables): Doc fix.
7586
7587 2006-02-21 Kim F. Storm <storm@cua.dk>
7588
7589 * fringe.el: Cleanup as file is now pre-loaded.
7590 (fringe-bitmaps): Initialize unconditionally.
7591 (fringe-mode, set-fringe-style): Remove autoload cookies.
7592
7593 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7594
7595 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
7596 `horizontal-bar'.
7597 (fringe-cursor-alist): Use `horizontal-bar'.
7598
7599 2006-02-20 Kim F. Storm <storm@cua.dk>
7600
7601 * fringe.el (fringe-bitmaps): Update to new bitmap names.
7602 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
7603
7604 * loadup.el: Load "fringe" on window systems.
7605
7606 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
7607
7608 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
7609 out of scope components.
7610
7611 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
7612 default.
7613
7614 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
7615
7616 * custom.el (customize-mark-to-save, customize-mark-as-set):
7617 Load the symbol first.
7618
7619 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
7620
7621 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
7622 strech spec so it doesn't display as "^J" on the header line
7623 when `Buffer-menu-use-header-line' is t.
7624
7625 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
7626
7627 * speedbar.el (speedbar-make-button): Keep text properties
7628 of string arguments if desired.
7629
7630 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
7631 expessions.
7632
7633 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
7634 of speedbar.
7635
7636 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
7637
7638 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
7639 to value of `read-file-name-completion-ignore-case'.
7640
7641 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
7642
7643 * custom.el (customize-mark-as-set): Push to `user' theme.
7644
7645 * cus-edit.el (custom-save-variables): Allow unthemed values.
7646 (customize-set-variable): Push setting to `user' theme.
7647
7648 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
7649
7650 * progmodes/gud.el: Don't require font-lock as it's now
7651 automatically loaded.
7652 (gud-speedbar-buttons): Replace gdb-var-changed with
7653 gdb-force-update.
7654
7655 * progmodes/gdb-ui.el (gdb-force-update): Rename from
7656 gdb-var-changed.
7657 (gdb-post-prompt): Use it.
7658 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
7659 (gdb-var-update-handler, gdb-var-delete)
7660 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
7661 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
7662 gdb-force-update in gdb-post-prompt.
7663 (gdb-reset): Clear watch expressions from speedbar when quitting.
7664
7665 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
7666
7667 * viper-cmd.el (viper-insert-state-post-command-sentinel)
7668 (viper-change-state-to-vi, viper-change-state-to-emacs):
7669 Make aware of cursor coloring in the Emacs state.
7670 (viper-special-read-and-insert-char): Use read-char-exclusive.
7671 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
7672
7673 * viper-init.el (viper-emacs-state-cursor-color): New variable.
7674
7675 * viper-util.el (viper-save-cursor-color)
7676 (viper-get-saved-cursor-color-in-replace-mode)
7677 (viper-get-saved-cursor-color-in-insert-mode)
7678 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
7679 state.
7680 (viper-get-saved-cursor-color-in-emacs-mode): New function.
7681
7682 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
7683 (ediff-ignore-case-option3, ediff-actual-diff-options)
7684 (ediff-actual-diff3-options): New variables to control case sensitivity.
7685 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
7686 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
7687 (ediff-toggle-ignore-case): New function.
7688 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
7689
7690 * ediff-help.el (ediff-long-help-message-narrow2)
7691 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
7692 (ediff-long-help-message-word-mode): Add ignore-case command.
7693 (ediff-help-for-quick-help): Add ignore-case command.
7694
7695 * ediff-merg.el: Move provide to the end.
7696
7697 * ediff-ptch.el: Move provide to the end.
7698
7699 * ediff-wind.el: Move provide to the end.
7700
7701 * ediff-mult.el: Move provide to the end.
7702 (ediff-set-meta-overlay): Enable follow-link.
7703
7704 * ediff.el: Move provide to the end.
7705 Break recursive load cycle in eval-when-compile.
7706 (ediff-patch-buffer): Better heuristics.
7707
7708 * ediff-util.el: Move provide to the end.
7709 Break recursive load cycle in eval-when-compile.
7710 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
7711 defuns.
7712 (ediff-submit-report): Pass the values of ediff-diff3-program,
7713 ediff-diff3-options.
7714
7715 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
7716
7717 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
7718 the opening bracket of the following bracketing pairs: {}, [], (), <>,
7719 `' (for example, in the docstring of `windmove-default-keybindings').
7720
7721 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
7722
7723 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
7724 shadow face. Don't provide binding to edit variable when it is
7725 out of scope.
7726
7727 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7728 (gdb-var-update-handler): Detect out of scope variables with pre
7729 GDB 6.4 too.
7730 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
7731 Reset status of variable objects to nil in update handlers.
7732 (gdb-var-update-handler-1): Detect when a variable object comes
7733 in scope. setcar on var changes gdb-var-list directly.
7734
7735 2006-02-17 Juri Linkov <juri@jurta.org>
7736
7737 * ffap.el (ffap) <defface>: Add explicit face declaration.
7738 (ffap-highlight): Use face `ffap' directly instead of checking
7739 for its existence.
7740
7741 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
7742 `visible-ok' of `other-buffer' to find the right original buffer.
7743
7744 * info.el (Info-search): Skip `Local Variables' node.
7745
7746 2006-02-17 Juri Linkov <juri@jurta.org>
7747
7748 * info.el (Info-find-file): Check for symbols `apropos', `history',
7749 `toc' in the input filename, and return these symbols as is.
7750 (Info-find-node-2): Set Info-current-file to symbols `apropos',
7751 `history', `toc' instead of strings.
7752 (Info-set-mode-line): For non-string Info-current-file use the
7753 symbol's name inside **.
7754 (Info-isearch-push-state): Add quote before Info-current-file and
7755 Info-current-node.
7756 (Info-isearch-pop-state): Use `equal' instead of `string='.
7757 (Info-extract-pointer, Info-following-node-name): Use
7758 `match-string-no-properties' instead of `match-string'.
7759 (Info-up): Check `old-file' for `stringp'.
7760 (Info-history): Use `equal' instead of `string-equal'.
7761 Check `file' for `stringp'.
7762 (Info-history): Use symbol `history' instead of string as first arg
7763 of `Info-find-node'.
7764 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
7765 `toc' instead of string.
7766 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
7767 instead of `buffer-substring', and `match-string-no-properties'
7768 instead of `match-string'.
7769 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
7770 instead of strings.
7771 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
7772 Use symbol `apropos' instead of string.
7773 (Info-copy-current-node-name): Check `Info-current-file' for
7774 `stringp' and construct a command with `Info-find-node' from it.
7775 (Info-fontify-node): Use `match-string-no-properties' instead of
7776 `match-string' and check file names for `stringp'.
7777 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
7778 `history', `toc' instead of strings.
7779
7780 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
7781
7782 * files.el: Rearrange functions and variables in the file local
7783 variables section.
7784
7785 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
7786
7787 * files.el: Add truncate-lines, ispell-check-comments and
7788 ispell-local-dictionary as safe local variables.
7789
7790 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
7791
7792 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
7793 out of scope variables.
7794 (gud-speedbar-buttons): Use unless.
7795
7796 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
7797 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
7798 (gdb-show-changed-values): Also use for out of scope variables.
7799 (gdb-var-update-handler-1): Note if variable goes out of scope.
7800
7801 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
7802
7803 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
7804 default to global variable values for unsupplied args.
7805 (rcirc-get-buffer-create): Fix bug with setting the target.
7806 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
7807 test for rcirc-always-use-server-buffer-flag here.
7808 (rcirc-response-formats): Add %N, which is a facified nick. %n
7809 uses the default face. Change the ACTION format string. If the
7810 "nick" is the server, don't print anything for that field.
7811 Comment fixes.
7812 (rcirc-target-buffer): Don't test
7813 rcirc-always-use-server-buffer-flag here.
7814 (rcirc-print): Squeeze extra spaces out of the text before message.
7815 (rcirc-put-nick-channel): Strip potential "@" char from nick
7816 before adding them to nick table.
7817 (rcirc-url-regexp): Improve to match address like "foo.com".
7818
7819 2006-02-17 Eli Zaretskii <eliz@gnu.org>
7820
7821 * allout.el (allout-hidden-p): Move this defsubst before
7822 allout-overlay-interior-modification-handler, where it is first
7823 used.
7824
7825 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
7826
7827 * allout.el: Use allout invisible-text overlays instead of
7828 selective display for concealed text. Also, lots of general
7829 cleanup, and improved compatibility code.
7830
7831 (allout-version) Incremented, corrected, revised, and refined
7832 module commentary.
7833
7834 (provide 'allout): Moved to the bottom, added a require of overlay.
7835
7836 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
7837 `except-current'.
7838 (allout-write-file-hook-handler): Minimize delay.
7839 (count-trailing-whitespace-region): New function so
7840 auto-encryption of current topic can resituate cursor exactly.
7841 PGP/GPG encryption trims trailing whitespace from lines, which
7842 must be accounted for across encryption then decryption.
7843
7844 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
7845 just plain "\C-c", to avoid intruding on user's keybinding space.
7846
7847 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
7848 parameter, so user request to provide a new password is done.
7849
7850 (allout-outside-normal-auto-fill-function, allout-auto-fill):
7851 Refined mechanism for auto-filling behavior while in allout mode.
7852
7853 (allout-mode): Explicitly specify the mode map in the docstring.
7854 Clarify provision for various write-file hook var names.
7855 Adjusted for invisible-text overlays instead of selective-display.
7856
7857 (allout-depth): Really return 0 if not within any topic. This
7858 rectifies `allout-beginning-of-level' and sequence numbering
7859 errors that occur when cutting and pasting numbered topics.
7860 Changed from a in-line subst to a regular function, as well.
7861
7862 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
7863
7864 (allout-end-of-subtree, allout-end-of-subtree)
7865 (allout-end-of-entry, allout-end-of-current-heading)
7866 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
7867 (allout-show-children, allout-show-to-offshoot)
7868 (allout-hide-current-entry, allout-show-current-entry): Rectified
7869 handling of trailing blank lines between items.
7870
7871 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
7872 (allout-current-depth, allout-unprotected, allout-hidden-p)
7873 (allout-on-current-heading-p, allout-listify-exposed)
7874 (allout-chart-subtree, allout-goto-prefix)
7875 (allout-back-to-current-heading, allout-get-body-text)
7876 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
7877 (allout-hide-region-body, allout-toggle-subtree-encryption)
7878 (allout-encrypt-string, allout-encrypted-key-info)
7879 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
7880 (allout-file-vars-section-data): Adjusted for use with
7881 invisible-text overlays instead of selective-display.
7882
7883 (allout-kill-line, allout-kill-topic, allout-yank-processing):
7884 Reworked for use with invisible text overlays.
7885
7886 (allout-current-topic-collapsed-p): New function.
7887
7888 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
7889 to know when to close the containing topic.
7890
7891 (allout-pre-command-business, allout-post-command-business):
7892 Simplify undo-batching and dynamic isearch exposure.
7893
7894 (allout-set-overlay-category): New for invisible-text overlays.
7895 Sets properties of allout-overlay-category, used by
7896 allout-flag-region to set invisible-text overlay properties.
7897 (allout-get-invisibility-overlay): Get the first qualifying
7898 invisibility overlay, so we can find the extent of it.
7899 (allout-back-to-visible-text): Get to just before the beginnining
7900 of the current invisibility overlay, if any.
7901
7902 (allout-overlay-insert-in-front-handler)
7903 (allout-overlay-interior-modification-handler)
7904 (allout-before-change-handler, allout-isearch-end-handler): New
7905 functions to handle extraordinary actions affecting concealed
7906 text.
7907
7908 (allout-flag-region): Use overlays instead of selective-display
7909 for invisible text - by inheritence from the properties of
7910 allout-overlay-category in mainline Emacs, and applied
7911 property-by-property in XEmacs, some recent versions of which
7912 don't inherit the properties from the category. Provisions to
7913 respond to concealed-text edits simplified drastically.
7914
7915 (allout-isearch-rectification, allout-isearch-was-font-lock)
7916 (allout-isearch-expose, allout-enwrap-isearch)
7917 (allout-isearch-abort, allout-pre-was-isearching)
7918 (allout-isearch-prior-pos, allout-isearch-did-quit)
7919 (allout-isearch-dynamic-expose)
7920 (allout-hide-current-entry-completely): Functions deleted.
7921
7922 (allout-undo-aggregation): Explicit undo aggregation no longer
7923 necessary due to transition away from selective-display.
7924
7925 (set-allout-regexp, allout-up-current-level)
7926 (allout-next-visible-heading, allout-forward-current-level)
7927 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
7928 (allout-kill-line, allout-yank-processing, allout-show-children)
7929 (allout-expose-topic, allout-old-expose-topic)
7930 (allout-listify-exposed, allout-insert-latex-header)
7931 (allout-toggle-subtree-encryption, allout-encrypt-string)
7932 (remove-from-invisibility-spec, allout-hide-current-subtree):
7933 Ditched unused variables.
7934
7935 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
7936
7937 * textmodes/ispell.el (ispell-change-dictionary): Call
7938 ispell-buffer-local-dict instead of
7939 ispell-accept-buffer-local-defs.
7940 (ispell-local-dictionary-alist): Accept as valid any coding-system
7941 supported by Emacs.
7942 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
7943 changed to iso-8859-3.
7944
7945 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
7946
7947 * speedbar.el (speedbar-frame-width): Make an inline function
7948 instead of a macro. Use frame-width.
7949 (speedbar-try-completion, speedbar-update-contents)
7950 (speedbar-timer-fn): Use consp.
7951 (speedbar-update-localized-contents): Try to preserve point.
7952
7953 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
7954 (menu): Re-order menu items.
7955 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
7956 field.
7957 (gdb-var-update-handler-1): Use it for GDB 6.4+.
7958 (gdb-post-prompt): Speed things by not forcing update.
7959
7960 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
7961
7962 * wid-edit.el (widget-button-click): For mouse-1, cancel button
7963 press and perform default action if we get a mouse movement event.
7964
7965 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
7966
7967 * calendar/icalendar.el (icalendar--get-event-property)
7968 (icalendar--get-event-property-attributes): Fix typos in
7969 docstrings.
7970
7971 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
7972 docstring.
7973
7974 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
7975
7976 * bs.el (bs-mode): Use `buffer-disable-undo'.
7977 (bs--get-file-name): Simplify.
7978 (bs-show-in-buffer): Mark the buffer as not modified.
7979
7980 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
7981
7982 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
7983 widget-button-click.
7984
7985 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
7986 (custom-mode): Update docstring.
7987
7988 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
7989 binding.
7990
7991 * files.el (hack-local-variables-confirm): Allow scrolling if the
7992 file variable list is too long. Kill temp buffer after use.
7993
7994 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
7995
7996 * progmodes/gud.el (gdb): Improve doc string.
7997 (gdb-script-font-lock-keywords): Expand allowed character set.
7998
7999 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
8000 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
8001 (gdb-separate-io-interrupt, gdb-separate-io-quit)
8002 (gdb-separate-io-stop, gdb-separate-io-eof):
8003 Rename from gdb-inferior-* to gdb-separate-*.
8004 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
8005
8006 2006-02-14 Jay Belanger <belanger@truman.edu>
8007
8008 * calc/calc-arith.el (math-check-known-scalarp): Make sure
8009 expression is a symbol before checking that it is bound.
8010
8011 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
8012 test to see if equation can be solved.
8013
8014 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
8015
8016 * wid-edit.el (widget-button-click): Use :pressed-face property
8017 for overlay face, if it exists.
8018
8019 * cus-edit.el (custom-manual, custom-add-see-also)
8020 (custom-add-parent-links, custom-group-link): Add :pressed-face
8021 property to links.
8022
8023 * files.el (hack-local-variables): Remove ignored variables before
8024 checking if any variables need setting.
8025
8026 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8027
8028 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
8029
8030 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
8031
8032 * help.el (where-is): Fix message for remapped commands.
8033
8034 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
8035 Fix typos in docstrings.
8036
8037 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
8038
8039 * files.el (safe-local-variable-values): New option.
8040 (hack-local-variables-prop-line): Return a list of variable-value
8041 pairs if MODE-ONLY is non-nil.
8042 (hack-local-variables): Construct list of variable-value pairs,
8043 and apply or reject them in one go. Ask for confirmation if
8044 variables are not known safe.
8045 (hack-local-variables-confirm): Complete rewrite. Support
8046 `safe-local-variable-values'.
8047 (enable-local-variables): Update docstring to reflect new
8048 behavior.
8049 (ignored-local-variables): Ignore ignored-local-variables and
8050 safe-local-variable-values.
8051 (safe-local-variable-p): New function.
8052 (risky-local-variable-p): `safe-local-variable' property check
8053 moved to safe-local-variable-p.
8054 (hack-one-local-variable): Checks moved to hack-local-variables.
8055
8056 (byte-compile-dynamic, c-basic-offset, c-file-style)
8057 (c-indent-level, comment-column, fill-column, fill-prefix)
8058 (indent-tabs-mode, kept-new-versions, no-byte-compile)
8059 (no-update-autoloads, outline-regexp, page-delimiter)
8060 (paragraph-start, paragraph-separate, sentence-end)
8061 (sentence-end-double-space tab-width, version-control):
8062 Add `safe-local-variable' property.
8063
8064 * find-lisp.el: Delete nonexistent `autocompile' file variable.
8065
8066 * icomplete.el, play/landmark.el: Change nonexistent
8067 `outline-layout' file variable to `allout-layout'.
8068
8069 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
8070
8071 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
8072 (gdb-get-changed-registers): Test value of gud-minor-mode relative
8073 to gud-comint-buffer.
8074 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
8075 gdb-ui.el for gdb-mi.el.
8076 (gdb-post-prompt, gdb-get-changed-registers): Move test for
8077 registers buffer to gdb-get-changed-registers.
8078 (gdb-breakpoint-regexp): New regexp. Allow toggling and
8079 deletion of catchpoints (throw and catch).
8080 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
8081 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
8082 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
8083 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
8084 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
8085
8086 2006-02-13 Jay Belanger <belanger@truman.edu>
8087
8088 * calc/calc-arith.el (math-check-known-matrixp): Make sure
8089 expression is a symbol before checking that it is bound.
8090
8091 2006-02-13 Richard M. Stallman <rms@gnu.org>
8092
8093 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
8094 for the minibuffer too, but not if resize-mini-windows will interfere.
8095
8096 * help.el (describe-key-briefly, describe-key): Do all arg-reading
8097 inside `interactive' spec.
8098 (describe-key-briefly-internal, describe-key-internal):
8099 Functions merged back into their callers.
8100
8101 2006-02-13 Martin Rudalics <rudalics@gmx.at>
8102
8103 * info.el (info-xref-visited): Inherit from info-xref too.
8104 (Info-set-mode-line): Replace occurrences of `%' by `%%'
8105 when propertizing Info-current-file and Info-current-node.
8106
8107 2006-02-13 Juri Linkov <juri@jurta.org>
8108
8109 * tumme.el (tumme-thumbnail-storage): Fix docstring.
8110 (tumme-thumb-name): Fix per-directory format.
8111
8112 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
8113
8114 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
8115
8116 2006-02-12 Miles Bader <miles@gnu.org>
8117
8118 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
8119
8120 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
8121
8122 * tumme.el: Remove history section. If someone needs the it, it
8123 can always be found in CVS.
8124
8125 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
8126
8127 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
8128 about the Thumbnail Managing Standard option.
8129
8130 2006-02-12 Richard M. Stallman <rms@gnu.org>
8131
8132 * subr.el (substitute-key-definition): Doc fix.
8133
8134 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
8135
8136 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
8137
8138 * info.el (Info-mode): Doc fix.
8139
8140 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
8141
8142 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
8143
8144 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
8145 because on Solaris a POSIX compatible "id" is needed. Reported by
8146 Magnus Henoch <mange@freemail.hu>.
8147
8148 2006-02-12 Juri Linkov <juri@jurta.org>
8149
8150 * tumme.el: Remove todo item about Thumbnail Managing Standard.
8151 (tumme) <defgroup>: Change :group to `multimedia'.
8152 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
8153 Managing Standard.
8154 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
8155 Fix dostring.
8156 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
8157 and %y. Fix docstring.
8158 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
8159 (tumme-cmd-create-standard-thumbnail-command): New user options.
8160 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
8161 is `standard'. Fix docstring.
8162 (tumme-thumb-width, tumme-thumb-height): New user options.
8163 (tumme-external-viewer): Try to find various viewers.
8164 (tumme-get-thumbnail-image): Use `create-image' instead of
8165 constructing the `image' structure.
8166 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
8167 `standard'.
8168 (tumme-thumb-name): Add file name generation for standard storage.
8169 Simplify code for other storages.
8170 (tumme-thumb-name): Use width %w and height %h instead of size %s.
8171 Add modification time %m and thumbnail-nq8 %q.
8172 Use `tumme-cmd-create-standard-thumbnail-command' if
8173 tumme-thumbnail-storage is `standard'.
8174 (tumme-dired-insert-marked-thumbs): New autoload command.
8175 (tumme-dired-after-readin-hook): New function.
8176 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
8177 `tumme-thumb-size'.
8178 (tumme-display-image): Replace size-x %x and size-y %y with
8179 width %w and height %h.
8180
8181 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
8182 `tumme-dired-insert-marked-thumbs'.
8183
8184 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
8185
8186 * tumme.el (tumme-write-tag): Fix small bug (file name did not
8187 include path).
8188 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
8189 matching tag.
8190
8191 2006-02-12 Miles Bader <miles@gnu.org>
8192
8193 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
8194 New variables.
8195 (rcirc-abbrev-nick): New function.
8196 (rcirc-format-response-string): Rewrite to use the formats in
8197 `rcirc-response-formats' and expand escape sequences therein.
8198 A text-property `rcirc-text' is added over the actual response
8199 text to make easy to find inside the returned string.
8200 (rcirc-print): When filling, just look for the `rcirc-text'
8201 text-property to find the appropriate fill prefix, instead of
8202 using hardwired patterns.
8203
8204 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
8205
8206 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
8207 Managing Standard.
8208
8209 2006-02-11 Kim F. Storm <storm@cua.dk>
8210
8211 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
8212 Don't use insert-buffer; do insert-buffer-substring directly.
8213 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
8214
8215 2006-02-11 Martin Rudalics <rudalics@gmx.at>
8216
8217 * files.el (revert-buffer, recover-file): Replace buffer-read-only
8218 with inhibit-read-only. Suggested by Stefan Monnier.
8219 (revert-buffer): Let insert-file-contents discard
8220 buffer-undo-list. Simplify code.
8221 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
8222
8223 2006-02-11 Eli Zaretskii <eliz@gnu.org>
8224
8225 * menu-bar.el (menu-bar-select-yank): Add a doc string.
8226
8227 * help.el (describe-key-briefly): Now a wrapper for
8228 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
8229 to t. Populate yank-menu if empty.
8230 (describe-key-briefly-internal): Renamed from describe-key-briefly.
8231 (describe-key): Now a wrapper for describe-key-internal. Bind
8232 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
8233 (describe-key-internal): Renamed from describe-key.
8234
8235 2006-02-11 Milan Zamazal <pdm@zamazal.org>
8236
8237 * progmodes/glasses.el (glasses-separator): Doc fix.
8238 (glasses-original-separator): New defcustom.
8239 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
8240
8241 2006-02-11 Martin Rudalics <rudalics@gmx.at>
8242
8243 * mwheel.el (mouse-wheel-up-event): Doc fix.
8244
8245 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
8246
8247 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
8248 (tumme-dir): New function. Copied from thumbs.el.
8249
8250 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
8251
8252 * desktop.el (desktop-outvar): Fix typo.
8253 (desktop-save-buffer-p): Doc fix.
8254
8255 * subr.el (substitute-key-definition): Fix typo.
8256
8257 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8258
8259 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
8260 when window-system is mac.
8261
8262 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
8263
8264 2006-02-10 Kim F. Storm <storm@cua.dk>
8265
8266 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
8267 indirect-function instead of using condition-case.
8268
8269 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
8270
8271 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
8272 less `colloquial'...
8273
8274 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
8275
8276 * tumme.el: Add a couple of todo items.
8277
8278 2006-02-09 Lars Hansen <larsh@soem.dk>
8279
8280 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
8281 (highlight-changes-mode): Don't change desktop-locals-to-save.
8282
8283 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
8284
8285 * image-mode.el (image-toggle-display): Clear image cache if using
8286 filename.
8287
8288 2006-02-09 Masatake YAMATO <jet@gyve.org>
8289
8290 * dired-x.el (dired-guess-shell-alist-default): Add .man as
8291 a `dired-man' target.
8292
8293 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
8294 boundary of symbols.
8295
8296 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
8297
8298 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
8299
8300 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
8301
8302 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
8303 `mapcar'; return nil.
8304
8305 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
8306
8307 * mouse.el (mouse-drag-track): Don't change window if we rebind to
8308 some other event.
8309
8310 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
8311
8312 * net/rcirc.el (rcirc-startup-channels-alist):
8313 Add irc.freenode.net and #emacs as defaults.
8314 (rcirc-ignore-all-activity-flag): Remove variable.
8315 (rcirc-authinfo): New variable.
8316 (rcirc-authinfo-filename): Remove variable.
8317 (rcirc-always-use-server-buffer-flag): New flag.
8318 (rcirc): M-x rcirc will automatically connect without prompting.
8319 C-u M-x rcirc will prompt. Use rcirc-connect to create a
8320 connection in lisp.
8321 (rcirc-process-server-response-1): Remove everything but the nick
8322 portion of the sender so it doesn't need to be done everywhere
8323 else. Update related code.
8324 (global-map): Remove global keybindings.
8325 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
8326 (rcirc-send-input): Split into several functions.
8327 (rcirc-process-input-line, rcirc-process-message)
8328 (rcirc-process-command): New functions.
8329 (rcirc-target-buffer): New function to determine where to route
8330 messages.
8331 (rcirc-user-nick): Save match data.
8332 (rcirc-toggle-ignore-buffer-activity)
8333 (rcirc-update-activity-string): Remove global ignore functionality,
8334 which can be done now by toggling rcirc-track-minor-mode.
8335 (rcirc-track-minor-mode-map): New keymap.
8336 (rcirc-track-minor-mode): New minor-mode.
8337 (ignore): Make the ignore output nicer. Always print it when
8338 adding or removing nicks.
8339 (rcirc-url-regexp): Improve.
8340 (rcirc-mangle-text): Remove properties before using text in the
8341 modeline.
8342 (rcirc-authenticate): Authentication data comes from
8343 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
8344 (rcirc-server-prefix): Inherit from rcirc-server.
8345
8346 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
8347
8348 * Makefile.in (compile): Append "|| true" to the end of the `find'
8349 command, like compile-always does.
8350
8351 2006-02-08 Sam Steingold <sds@gnu.org>
8352
8353 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
8354 output from a dead connection.
8355
8356 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
8357
8358 * dired.el (dired-mode-map): Add more bindings for tumme.
8359
8360 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
8361
8362 * wdired.el (wdired-mode-map): Use remap.
8363 (wdired-get-filename): Massage.
8364 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
8365 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
8366 `keymap' property rather than `local-map'.
8367
8368 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
8369
8370 * tumme.el (tumme-get-thumbnail-image): New utility function.
8371 Suggested by from Chong Yidong.
8372 (tumme-dired-with-window-configuration): Rename from
8373 `tumme-dired'. Add code to save window configuration.
8374 (tumme-restore-window-configuration): New command to restore the
8375 window configuration that `tumme-dired-with-window-configuration'
8376 saves before it changes the window configuration.
8377 (tumme-show-all-from-dir): New command to display thumbnails for
8378 all files in a directory entered by the user, like M-x thumbs.
8379 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
8380 have been created.
8381 (tumme-display-thumbnail-original-image): Call `display-buffer'.
8382 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
8383 Remove obsolete test function.
8384
8385 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
8386
8387 * vc.el (small-temporary-file-directory): Remove defvar; there's
8388 a defcustom for it in files.el.
8389
8390 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
8391 Fix typo in message.
8392 (tumme-gallery-generate): Fix typo in `error' message.
8393 (tumme-display-window-height-correction)
8394 (tumme-display-window-width-correction, tumme-line-up-dynamic)
8395 (tumme-line-up-interactive): Dox fixes.
8396 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
8397 (tumme-restore-window-configuration, tumme-format-properties-string)
8398 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
8399 Fix typos in docstrings.
8400
8401 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
8402
8403 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
8404
8405 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
8406
8407 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
8408 User should use hook if desired.
8409
8410 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
8411 buffer if necessary.
8412 (gdb-delete-frame-or-window): New function.
8413 (gdb-breakpoints-mode-map): Bind "q" to it.
8414
8415 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
8416
8417 * textmodes/nroff-mode.el: Clean up name space.
8418 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
8419 (nroff-mode): Obey the global setting of nroff-electric-mode.
8420 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
8421
8422 * calendar/calendar.el (calendar-increment-month): Typo in last change.
8423
8424 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
8425
8426 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
8427
8428 2006-02-06 Lars Hansen <larsh@soem.dk>
8429
8430 * generic-x.el (etc-fstab-generic-mode): Add file system types
8431 cifs and usbdevfs. Allow special chars in file names.
8432
8433 2006-02-05 Jay Belanger <belanger@truman.edu>
8434
8435 Update copyright notices of the files in lisp/calc.
8436
8437 2006-02-05 Romain Francoise <romain@orebokech.com>
8438
8439 Update copyright notices of all files in the lisp/play directory.
8440
8441 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
8442
8443 * ldefs-boot.el: Regenerate.
8444
8445 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
8446
8447 2006-02-05 Kim F. Storm <storm@cua.dk>
8448
8449 * files.el (magic-mode-regexp-match-limit): New defvar.
8450 (set-auto-mode): Use it to limit magic-mode-alist matching.
8451
8452 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
8453
8454 * simple.el (display-message-or-buffer): Compare the number of
8455 characters to the frame width when determining whether a 1-line
8456 message string will fit in the echo area. Count screen lines
8457 instead of buffer lines when determining whether a multi-line
8458 message will fit in the echo area/minibuffer window.
8459
8460 2006-02-04 Eli Zaretskii <eliz@gnu.org>
8461
8462 * info.el (Info-index, Info-mode): Improve the description of the
8463 `i' command.
8464
8465 * ldefs-boot.el: Regenerate.
8466
8467 2006-02-03 Werner Lemberg <wl@gnu.org>
8468
8469 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
8470 greedy to find the closing bracket in \*[...] and similar
8471 expressions. This is a first rough fix -- many additional
8472 refinements are necessary to make nroff mode really usable with groff.
8473
8474 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
8475
8476 * international/mule-cmds.el (set-locale-environment):
8477 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
8478 libX11.
8479
8480 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
8481
8482 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
8483 archive are created in archive-tmpdir.
8484
8485 2006-02-02 John Paul Wallington <jpw@pobox.com>
8486
8487 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
8488 (ibuffer-fontification-alist): Use it.
8489 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
8490 to "* z" and the Ibuffer Mark menu.
8491
8492 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
8493
8494 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
8495
8496 * textmodes/table.el (*table--cell-describe-mode)
8497 (*table--cell-describe-bindings): Undo last change since
8498 print-help-return-message is not obsoleted by anything at all.
8499
8500 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
8501
8502 * emulation/cua-base.el (cua-mode): Doc fix.
8503
8504 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
8505
8506 * dframe.el (dframe-handle-make-frame-visible)
8507 (dframe-handle-iconify-frame, dframe-get-focus)
8508 (dframe-select-attached-frame, dframe-power-click)
8509 (dframe-frame-mode): Fix typos in docstrings.
8510
8511 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
8512 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
8513 Fix typos in docstrings.
8514
8515 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
8516 (hi-lock-face-buffer, hi-lock-font-lock-hook)
8517 (hi-lock-archaic-interface-message-used)
8518 (hi-lock-file-patterns-range): Fix typos in docstrings.
8519
8520 * savehist.el (savehist-loaded, savehist-load, savehist-install)
8521 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
8522
8523 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
8524 Fix typo in docstring.
8525
8526 * net/newsticker.el (newsticker--decode-iso8601-date)
8527 (newsticker--set-customvar, newsticker--buffer-insert-item)
8528 (newsticker--do-run-auto-mark-filter)
8529 (newsticker--parse-generic-feed): Doc fixes.
8530 (newsticker--retrieval-timer-list, newsticker-url-list)
8531 (newsticker-hide-immortal-items-in-echo-area)
8532 (newsticker-hide-obsolete-items-in-echo-area)
8533 (newsticker-new-item-face, newsticker--enclosure)
8534 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
8535 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
8536 (newsticker--parse-generic-feed, newsticker--cache-contains)
8537 (newsticker--stat-num-items, newsticker-download-enclosures):
8538 Fix typos in docstrings.
8539
8540 * net/rcirc.el (rcirc-debug): Doc fix.
8541 (rcirc-fill-column, rcirc-receive-message-hooks)
8542 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
8543 (rcirc-mode, rcirc-generate-new-buffer-name)
8544 (rcirc-startup-channels, rcirc-ignore-update-automatic)
8545 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
8546 Fix typos in docstrings.
8547 (rcirc-print): "?\ " -> "?\s".
8548 (rcirc-cmd-join): Improve argument/docstring consistency.
8549
8550 2006-02-01 Mark A. Hershberger <mah@everybody.org>
8551
8552 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
8553 before narrow-to-region.
8554
8555 2006-02-01 Richard M. Stallman <rms@gnu.org>
8556
8557 * simple.el (move-beginning-of-line): Scan properly for invis change.
8558
8559 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
8560
8561 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
8562
8563 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
8564 change bit only when id-format is 'integer. Reported by Matt
8565 Hodges <M.P.Hodges@rl.ac.uk>.
8566
8567 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
8568
8569 * hilit-chg.el (highlight-changes-initial-state)
8570 (highlight-changes-global-initial-state): Doc fixes.
8571 (highlight-changes-global-modes, global-highlight-changes):
8572 Fix typos in docstrings.
8573
8574 2006-02-01 Kim F. Storm <storm@cua.dk>
8575
8576 * emulation/cua-base.el (cua-mode): Mention that CUA enables
8577 transient-mark-mode in doc string.
8578
8579 2006-01-31 Richard M. Stallman <rms@gnu.org>
8580
8581 * replace.el (multi-occur): Doc fix.
8582 (multi-occur-in-matching-buffers): Rename from
8583 multi-occur-by-filename-regexp. Prefix arg says match
8584 buffer names instead of file names.
8585
8586 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
8587
8588 * bs.el: Allow non-default values of `bs-header-lines-length'.
8589 (bs--running-in-xemacs): Remove (not needed anymore).
8590 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
8591 instead of `shrink-window', thus avoiding having to compute the
8592 height of the window.
8593 (bs--up): Wrap around even when there's no header.
8594 (bs--down): Use `forward-line' instead of `next-line'.
8595
8596 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
8597
8598 * image-mode.el (image-toggle-display): Use file name if possible,
8599 instead of unnecessarily allocating a (possibly huge) lisp string.
8600
8601 2006-01-30 John Paul Wallington <jpw@pobox.com>
8602
8603 * subr.el (toplevel): Define `cl-assertion-failed' condition here
8604 because the `assert' macro signals it at runtime.
8605
8606 * emacs-lisp/cl.el (toplevel): Remove definition of
8607 `cl-assertion-failed' condition.
8608
8609 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
8610
8611 * thumbs.el (thumbs-marked-list): Make buffer-local and
8612 permanent-local.
8613 (thumbs-insert-thumb): Make help-echo non-sticky.
8614 (thumbs-file-alist): Use eolp as check for (non)-image.
8615
8616 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
8617
8618 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
8619 (ediff-before-session-group-setup-hooks)
8620 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
8621 Fix typos in docstrings.
8622
8623 * window.el (bw-dir, bw-eqdir, balance-windows)
8624 (split-window-keep-point): Fix typos in docstrings.
8625
8626 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
8627 (org-quote-string, org-calendar-to-agenda-key)
8628 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
8629 (org-show-following-heading, org-tags-column)
8630 (org-use-tag-inheritance, org, org-allow-space-in-links)
8631 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
8632 (org-enable-table-editor, org-calc-default-modes)
8633 (org-table-allow-automatic-line-recalculation)
8634 (org-export-html-style, org-export-with-fixed-width)
8635 (org-export-with-sub-superscripts, org-special-keyword)
8636 (org-formula, org-time-grid, org-table-may-need-update)
8637 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
8638 (org-goto-quit, org-get-indentation, org-end-of-item)
8639 (org-move-item-down, org-move-item-up)
8640 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
8641 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
8642 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
8643 (org-agenda-log-mode, org-agenda-toggle-diary)
8644 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
8645 (org-agenda-file-to-end, org-agenda-no-heading-message)
8646 (org-agenda-get-closed, org-format-agenda-item)
8647 (org-cmp-priority, org-cmp-category, org-cmp-time)
8648 (org-agenda-change-all-lines, org-agenda-diary-entry)
8649 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
8650 (org-link-search, org-camel-to-words, org-open-file)
8651 (org-remember-handler, org-table-convert-region)
8652 (org-table-move-row-down, org-table-move-row-up)
8653 (org-table-copy-region, org-table-wrap-region)
8654 (org-table-toggle-vline-visibility)
8655 (org-table-get-vertical-vector, org-table-modify-formulas)
8656 (org-table-get-specials, org-recalc-commands)
8657 (org-table-rotate-recalc-marks, org-table-eval-formula)
8658 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
8659 (org-level-color-stars-only, org-insert-heading):
8660 Fix typos in docstrings.
8661 (last-arg): Add defvar.
8662
8663 * makefile.w32-in (WINS): Add erc.
8664 (MH_E_SRC): Update (copied from lisp/Makefile.in).
8665
8666 2006-01-29 Bill Wohler <wohler@newt.com>
8667
8668 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
8669 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
8670 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
8671 (mh-autoloads): Don't use comments on otherwise empty lines.
8672
8673 2006-01-29 Edward O'Connor <ted@oconnor.cx>
8674
8675 * emulation/viper.el (viper-major-mode-modifier-list): Add
8676 insert-state and vi-state entries for erc-mode.
8677 (viper-go-away, viper-set-hooks): Add and remove
8678 viper-comint-mode-hook from erc-mode-hook as appropriate.
8679
8680 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
8681
8682 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
8683
8684 * bs.el (bs--format-aux): Implement `middle' alignment as
8685 described in the docstring for `bs-attributes-list'.
8686 (bs--get-name): Simplify. Don't pad the buffer name.
8687
8688 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
8689
8690 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
8691 English aspell dictionary is installed, use the first entry of
8692 ispell-dictionary-alist-1.
8693
8694 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
8695
8696 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
8697 Doc fix.
8698
8699 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
8700
8701 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
8702 for `process-file', in order to let it work for older Emacsen too.
8703
8704 2006-01-27 Eli Zaretskii <eliz@gnu.org>
8705
8706 * international/latexenc.el: Add a suitable `coding:' tag.
8707 (latexenc-find-file-coding-system): Undo last change.
8708
8709 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8710
8711 * international/latexenc.el (latexenc-find-file-coding-system):
8712 Make sure latexenc-main-file is a regular file and is readable.
8713
8714 2006-01-27 Andre Spiegel <spiegel@gnu.org>
8715
8716 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
8717 Pass FILE to vc-user-login-name.
8718
8719 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
8720
8721 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
8722
8723 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
8724 there are no more images to display.
8725 (thumbs-mark, thumbs-unmark): Revert change so that they move to
8726 the next image.
8727
8728 2006-01-26 Richard M. Stallman <rms@gnu.org>
8729
8730 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
8731
8732 * wid-edit.el (advertised-widget-backward): New alias.
8733 (widget-keymap): Use advertised-widget-backward for S-TAB.
8734
8735 * tumme.el: Correct the keywords.
8736 (tumme-dir-max-size): Use defvar.
8737 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
8738
8739 * simple.el (move-beginning-of-line): Take account of fields.
8740 (clone-indirect-buffer-other-window): Take args like
8741 clone-indirect-buffer, and work like it.
8742
8743 * help-fns.el (describe-function): Don't pass `nil' as default.
8744
8745 * files.el (risky-local-variable-p): Follow var aliases.
8746
8747 * subr.el (lazy-completion-table): Doc fix.
8748
8749 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
8750 global binding of `line'.
8751
8752 2006-01-25 Andre Spiegel <spiegel@gnu.org>
8753
8754 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
8755 Tramp.
8756
8757 * vc.el (vc-default-dired-state-info): Pass FILE to
8758 vc-user-login-name.
8759 (vc-default-update-changelog): Don't use vc-user-login-name, we
8760 don't need it here.
8761
8762 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
8763 no longer necessary.
8764
8765 2006-01-25 Kenichi Handa <handa@m17n.org>
8766
8767 * international/mule.el (decode-char): Avoid the overhead of
8768 calling utf-lookup-subst-table-for-decode if
8769 utf-translate-cjk-mode is nil.
8770 (encode-char): Avoid the overhead of calling
8771 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
8772 nil.
8773
8774 2006-01-22 Kenichi Handa <handa@m17n.org>
8775
8776 * international/mule.el (make-subsidiary-coding-system): Reset
8777 `coding-system-define-form' property of subsidiaries to nil.
8778 Avoid duplicated entry in coding-system-alist.
8779 (make-coding-system): Avoid duplicated entry in
8780 coding-system-alist.
8781 (define-coding-system-alias): Likewise.
8782
8783 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
8784
8785 * completion.el: Minor fixes in introductory comment.
8786 (completion-def-wrapper): Fix alist.
8787
8788 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
8789
8790 * thumbs.el (thumbs-new-image-size): New function.
8791 (thumbs-increment-image-size-element)
8792 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
8793 (thumbs-decrement-image-size): Delete.
8794 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
8795 temp files and use to resize.
8796 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
8797 Use increment argument to enlarge/shrink. Preserve point.
8798 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
8799 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
8800 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
8801 (thumbs-mark, thumbs-unmark): Preserve point.
8802 (thumbs-modify-image): Keep old temp files and use to modify.
8803 Cleanup old temp files at load time. Preserve point.
8804 (thumbs-view-image-mode-map): Use new command names.
8805
8806 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
8807
8808 * log-view.el (log-view-minor-wrap): First rev is the one at point.
8809
8810 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
8811 the nastiest part of the cyclic dependency.
8812 (cal-menu-update): Use dotimes and calendar-increment-month.
8813
8814 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
8815 (calendar-week-start-day): Add an :initializer.
8816 (calendar-mode-map): Use suppress-keymap, and command remapping.
8817 (describe-calendar-mode): Setup xref-stack info for the back button.
8818 (calendar-star-date): Insert before delete.
8819 (calendar-set-mode-line): Add file-modified info if applicable.
8820 (calendar-increment-month): New function.
8821
8822 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
8823
8824 * font-lock.el (lisp-font-lock-keywords-2):
8825 Recognize "& keywords" only at word boundaries.
8826
8827 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
8828
8829 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
8830 and permanent-local.
8831 (thumbs-max-image-number): New variable.
8832 (thumbs-do-thumbs-insertion): Use them.
8833 (thumbs-per-line): Change default to 4.
8834 (thumbs-marked-list): Rename from thumbs-markedL.
8835 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
8836 (thumbs-rename-images): Use -list instead of L for internal variables.
8837 (thumbs-call-convert): Use call-process instead of shell-command.
8838 (thumbs-insert-thumb): Add filename as help-echo to each image.
8839 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
8840 Give dir to thumbs-show-thumbs-list.
8841 (thumbs-show-thumbs-list): Set default-directory to that of images.
8842 (thumbs-dired-show): Rename from thumbs-dired-show-all.
8843 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
8844 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
8845 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
8846
8847 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
8848
8849 * ses.el (ses-read-cell): Provide a default value.
8850
8851 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
8852
8853 * term/w32-win.el (image-library-alist): Add additional names for
8854 GIF library.
8855
8856 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8857
8858 * international/latexenc.el (latexenc-find-file-coding-system):
8859 Add file-regular-p check.
8860
8861 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
8862
8863 * simple.el (clone-buffer): Don't show the new buffer in the same
8864 window.
8865
8866 2006-01-23 Juri Linkov <juri@jurta.org>
8867
8868 * faces.el (link, link-visited): New faces based on default values
8869 of `info-xref' and `info-xref-visited'.
8870
8871 * info.el (info-xref): Inherit from `link'.
8872 (info-xref-visited): Inherit from `link-visited'.
8873
8874 * cus-edit.el (custom-buffer-create-internal): Use widget type
8875 `custom-manual' instead of `info-link' and don't set properties
8876 `button-face' and `mouse-face' explicitly.
8877 (custom-browse-group-tag, custom-browse-variable-tag)
8878 (custom-browse-face-tag): Inherit from widget class
8879 `custom-group-link' instead of `push-button'.
8880 (custom-button-unraised): Inherit from `underline' face.
8881 (custom-link): Inherit from `link' face. Fix doc and group.
8882 (custom-add-parent-links, custom-group-value-create): Don't set
8883 properties `button-face' and `mouse-face' explicitly for
8884 `custom-group-link' widget.
8885 (custom-group-link): Add properties `button-face' and `mouse-face'
8886 to widget definition.
8887 (custom-field-keymap): New variable. Put `custom-field-keymap' to
8888 editable-field's :keymap property.
8889 (custom-mode): Fix docstring: substitute keybindings for
8890 `widget-forward' and `widget-backward' from `widget-keymap',
8891 `widget-complete' from `custom-field-keymap', replace old
8892 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
8893
8894 * desktop.el (desktop-load-file): Check for `fboundp' before
8895 calling `symbol-function'.
8896
8897 * simple.el (clone-buffer, clone-indirect-buffer)
8898 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
8899 `read-string'. Fix prompts.
8900
8901 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
8902
8903 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
8904
8905 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
8906
8907 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
8908
8909 * startup.el (inhibit-splash-screen, initial-scratch-message):
8910 Doc fixes.
8911
8912 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
8913
8914 Sync with Tramp 2.0.52.
8915
8916 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
8917 net/tramp-vc.el: Add code for unloading Tramp. See comment before
8918 `tramp-unload-tramp' for checklist.
8919
8920 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
8921 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
8922 (tramp-unload-file-name-handler-alist)
8923 (tramp-unload-tramp): New defuns.
8924 (tramp-advice-PC-expand-many-files): New defadvice.
8925 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
8926 removed.
8927 (tramp-handle-expand-file-name): Remove double slash.
8928 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
8929 It doesn't matter, because it will be converted later on.
8930 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
8931 implementation was just heuristic.
8932 (tramp-post-connection): Set uid and gid properties.
8933 (tramp-convert-file-attributes): Set file's gid change bit.
8934 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
8935 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
8936 in case of su(do)? methods. The home directory of the local user
8937 will be taken else.
8938 (tramp-open-connection-telnet)
8939 (tramp-open-connection-rsh, tramp-open-connection-su)
8940 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
8941 local shell prompt could hurt. Reported by Romain Francoise
8942 <romain@orebokech.com>.
8943 (tramp-let-maybe): Add `edebug-form-spec' property.
8944 (tramp-handle-expand-file-name): Bind `default-directory' locally
8945 to "/" in order to avoid problems with UNC shares or Cygwin
8946 mounts.
8947 (tramp-md5-function): Fix typo in error message.
8948
8949 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
8950
8951 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
8952 for byte-compiler pacification.
8953
8954 2006-01-22 Andre Spiegel <spiegel@gnu.org>
8955
8956 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
8957 ID-FORMAT `string'. This allows us to get rid of
8958 `vc-user-login-name UID'.
8959
8960 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
8961
8962 2006-01-22 John Paul Wallington <jpw@pobox.com>
8963
8964 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
8965
8966 2006-01-21 Martin Rudalics <rudalics@gmx.at>
8967
8968 * emacs-lisp/find-func.el (find-definition-noselect)
8969 (find-variable-noselect): Search variables in C source code too.
8970 (find-function-C-source, find-function-noselect, find-function)
8971 (find-function-other-frame, find-variable-noselect, find-variable)
8972 (find-variable-other-frame, find-variable-at-point):
8973 Fix docstrings.
8974
8975 2006-01-21 Francesco Potorti` <pot@gnu.org>
8976
8977 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
8978
8979 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
8980
8981 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
8982 Default to disabling the "Save affix" question.
8983
8984 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
8985
8986 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
8987 the first arg to run-python.
8988
8989 2006-01-21 Eli Zaretskii <eliz@gnu.org>
8990
8991 * startup.el (command-line-1): Handle --no-desktop if desktop.el
8992 is not loaded.
8993
8994 2006-01-20 Jay Belanger <belanger@truman.edu>
8995
8996 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
8997 limit is 0.
8998
8999 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
9000 the correct variable.
9001
9002 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
9003
9004 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
9005 link. Fixed buggy argument sequence in call to `org-view-tags'.
9006 (org-compile-prefix-format): Set `org-prefix-has-tag'.
9007 (org-prefix-has-tag): New variable.
9008 (org-format-agenda-item): Remove tags from headline if
9009 appropriate.
9010 (org-agenda-remove-tags-when-in-prefix): New option.
9011 (org-get-tags-at): New function.
9012
9013 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
9014
9015 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
9016 (thumbs-find-image): Move image name and number from buffer name
9017 to mode name. Set thumbs-buffer. Preserve point so that large
9018 images remain visible.
9019 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
9020 order.
9021 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
9022 mode name.
9023 (thumbs-next-image, thumbs-previous-image): Make them work.
9024
9025 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
9026
9027 * cus-edit.el (custom-buffer-create-internal): State in the text above
9028 the whole buffer buttons that they do not operate on hidden items.
9029 (custom-face-menu): Use `custom-face-save' instead of
9030 `custom-face-save-command'.
9031 (custom-face-save-command): Make it an alias for `custom-face-save'
9032 and declare it obsolete.
9033 (custom-face-save): Doc fix.
9034
9035 * dired.el (dired-no-confirm): Add quote.
9036 (dired-subdir-alist-pre-R): Add quote in
9037 `make-variable-buffer-local' form and remove unbalanced parenthesis.
9038
9039 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
9040
9041 * textmodes/table.el (table-mode-indicator): Typo in last change.
9042
9043 2006-01-19 Richard M. Stallman <rms@gnu.org>
9044
9045 * outline.el (hide-leaves): Don't call outline-end-of-heading.
9046 Fixes bug reported in Nov 2005.
9047
9048 * isearch.el (isearch-forward): Doc fix.
9049
9050 * dired.el (dired-move-to-filename-regexp): Define as alias.
9051 (dired-no-confirm): Use defcustom.
9052 (dired-subdir-alist-pre-R): Put defvar at top level.
9053
9054 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
9055
9056 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
9057 Mark as risky.
9058
9059 * simple.el (set-mark-command): Doc fix.
9060 (clone-indirect-buffer-other-window):
9061 Read arg like clone-indirect-buffer.
9062 (move-beginning-of-line): Skip invisible newlines.
9063
9064 2006-01-19 Masatake YAMATO <jet@gyve.org>
9065
9066 * progmodes/cpp.el (cpp-edit-load): Make the order of
9067 listed conditions in a base C code buffer and its associate
9068 CPP Edit buffer the same.
9069
9070 2006-01-19 Kenichi Handa <handa@m17n.org>
9071
9072 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
9073 (rmail-mime-feature): Likewise.
9074 (rmail-require-mime-maybe): Use display-warning to show a warning
9075 message.
9076
9077 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
9078 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
9079
9080 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
9081
9082 * array.el: Move defvars out of eval-when-compile.
9083 (array-make-template): Replace undeclared global var with a local one.
9084 (array-mode): Inline initialization functions.
9085 (array-init-local-variables, array-init-max-row)
9086 (array-init-max-column, array-init-columns-per-line)
9087 (array-init-field-width, array-init-rows-numbered)
9088 (array-init-line-length, array-init-lines-per-row): Remove.
9089
9090 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
9091 (doc-mode-map): Define explicitly.
9092 (doctor-txtype): Use mapc.
9093
9094 * textmodes/table.el: Move defvars out of eval-when-compile.
9095 Remove harmful code meant to avoid byte-compiler warnings.
9096 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
9097 specification that checks table-fixed-width-mode directly.
9098 (table-recognize-region, table-recognize-cell):
9099 Use restore-buffer-modified-p.
9100 (table-fixed-width-mode): Remove code that refreshes
9101 table-fixed-mode-indicator.
9102 (*table--cell-describe-bindings, *table--cell-describe-mode):
9103 Avoid obsolete name print-help-return-message.
9104 (table--test-cell-list): Don't use replace-regexp from elisp.
9105 (table--point-entered-cell-function, table--point-left-cell-function):
9106 Don't set table-fixed-mode-indicator, use force-mode-line-update.
9107
9108 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
9109 that was after the end of file. Use buffer-file-name variable.
9110 (org-timestamp-change): Use with-current-buffer.
9111 (org-todo-list): Don't unnecessarily define a new buffer-local var.
9112 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
9113 `file'.
9114
9115 * progmodes/fortran.el: Move defvars out of eval-when-compile.
9116 (fortran-break-line): Remove unused var `opoint'.
9117 (fortran-abbrev-start): Obey help-event-list.
9118
9119 2006-01-18 Jesper Harder <harder@phys.au.dk>
9120
9121 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
9122
9123 2006-01-18 Masatake YAMATO <jet@gyve.org>
9124
9125 * progmodes/make-mode.el (makefile-imake-mode): New mode
9126 derived from makefile-mode.
9127 (makefile-imake-mode-syntax-table): New syntax table
9128 derived from makefile-mode-syntax-table.
9129 (makefile-mode): Write about makefile-imake-mode in doc string.
9130 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
9131 (makefile-imake-font-lock-keywords): New font lock keywords.
9132
9133 * files.el (auto-mode-alist): Add Imakefile.
9134
9135 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
9136
9137 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
9138 loading the file rather than when turning on flyspell-mode.
9139
9140 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
9141
9142 * cus-edit.el (customize-rogue): Minor doc fix.
9143
9144 2006-01-17 Juri Linkov <juri@jurta.org>
9145
9146 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
9147 instead of the file at the mark as default if the file at the mark
9148 is the same as the file at point or if dired-dwim-target-directory
9149 is not the same as the current directory and the mark is not active.
9150
9151 * log-view.el (log-view-minor-wrap): Use the same logic to get
9152 revisions as `log-view-diff'.
9153
9154 * info.el (Info-revert-find-node): Check for Info-current-file
9155 before preserving new-history.
9156
9157 * man.el (Man-heading-regexp): Add `/'.
9158
9159 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
9160 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
9161
9162 2006-01-16 Juri Linkov <juri@jurta.org>
9163
9164 * faces.el (mode-line-faces): New defgroup.
9165 (mode-line-highlight): Move definition after new defgroup.
9166 (mode-line, mode-line-inactive, mode-line-highlight):
9167 Replace :group `modeline' with `mode-line-faces'.
9168 (mode-line-buffer-id): New face.
9169 (modeline-buffer-id): New face alias.
9170 (vertical-border): Remove :group `modeline'.
9171
9172 * bindings.el (propertized-buffer-identification): Use face
9173 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
9174 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
9175 (mode-line-buffer-identification-keymap): For mouse-1 replace
9176 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
9177 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
9178 mouse-3.
9179
9180 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
9181 Buffer-menu-buffer. Doc fix.
9182 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
9183 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
9184 `Buffer-menu-buffer'.
9185
9186 * info.el (Info-mode-line-node-keymap): New defvar.
9187 (Info-set-mode-line): Use `stringp' to check Info-current-file.
9188 Propertize Info-current-node with `mode-line-buffer-id' and
9189 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
9190
9191 * time.el (display-time-mail-face): Replace :group `faces' with
9192 `mode-line-faces'.
9193
9194 2006-01-16 Kenichi Handa <handa@m17n.org>
9195
9196 * international/code-pages.el: Add autoload cookies for cp125[0345678].
9197
9198 * language/european.el (cp1252): New alias for windows-1252.
9199
9200 * international/mule.el (autoload-coding-system): Prepare for EOL
9201 variants.
9202
9203 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
9204
9205 * term.el (term-raw-map): Add mapping for insert.
9206 (term-send-insert): New.
9207 (term-mode): Make variables local here instead of doing it in
9208 `term-emulate-terminal'.
9209 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
9210 Scroll reverse needs to take into account the scroll region.
9211 Saving and restoring the cursor should save the color attributes too.
9212 (term-reset-terminal): Reset the scroll region.
9213 (term-handle-ansi-escape): Cursor up and down should take into
9214 account the scroll region.
9215 (term-set-scroll-region): Rename from `term-scroll-region'.
9216 Move to 0,0 after setting the region.
9217 (term-handle-scroll): Handle scroll up.
9218 (term-down): Fix off by one error.
9219 (term-delete-lines): Do not delete outside the scroll region.
9220 (term-insert-lines): Take into account the scroll region.
9221
9222 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
9223
9224 * textmodes/ispell.el (ispell-internal-change-dictionary)
9225 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
9226 (start, end): Move declaration outside of eval-when-compile.
9227
9228 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
9229 (flyspell-mode-on): Use it.
9230
9231 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
9232 ispell-kill-ispell-hook.
9233
9234 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
9235
9236 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9237 (Custom-reset-saved): Do not ask for confirmation in single option
9238 buffers.
9239
9240 2006-01-13 Richard M. Stallman <rms@gnu.org>
9241
9242 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
9243
9244 2006-01-13 Romain Francoise <romain@orebokech.com>
9245
9246 * add-log.el (add-change-log-entry, change-log-merge):
9247 Conditionally use `hard-newline'.
9248
9249 2006-01-13 Martin Rudalics <rudalics@gmx.at>
9250
9251 * wid-edit.el (widget-field-end): If the overlay is no longer
9252 associated with a buffer, behave as if the overlay didn't exist.
9253
9254 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
9255 Make sure the links use the `custom-link' face.
9256
9257 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
9258
9259 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
9260 (ld-script-mode): Don't set indent-line-function since we don't
9261 have one.
9262
9263 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
9264
9265 * textmodes/org.el (org-open-file): Use mailcap for selecting an
9266 application.
9267 (org-file-apps-defaults-gnu): Use mailcap as the default for
9268 selecting an application on a UNIX system.
9269 (org-agenda-show-tags): New command.
9270 (org-table-insert-hline): Keep cursor in current table line.
9271 (org-table-convert): Offset effect of modifying
9272 `org-table-insert-hline'.
9273 (org-format-agenda-item): New optional argument TAG.
9274 (org-compile-prefix-format): Handle %T format for the tag.
9275 (org-expand-wide-chars): New function.
9276 (org-table-insert-row, org-table-insert-hline):
9277 Use `org-expand-wide-chars'.
9278 (org-open-file): Fix bug in program launch.
9279 (org-get-time-of-day): Fix bug with times before 1am.
9280 (org-agenda-menu): Add tags commands.
9281
9282 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
9283
9284 * textmodes/ispell.el (ispell-init-process): Include the used
9285 dictionary in ispell process start message.
9286 (ispell-internal-change-dictionary): When flyspell-mode is active
9287 and dictionary is changed, make sure ispell process is restarted
9288 and flyspell word cache cleared out for the current buffer.
9289 (ispell-change-dictionary): Make sure flyspell word cache is
9290 cleared out in all buffers with active flyspell mode when
9291 dictionary is globally changed.
9292 Call ispell-internal-change-dictionary after dictionary change.
9293
9294 2006-01-13 Eli Zaretskii <eliz@gnu.org>
9295
9296 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
9297
9298 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
9299 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
9300 years. Fix small differences wrt Makefile.in.
9301 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
9302 Makefile.in does.
9303
9304 2006-01-12 Bill Wohler <wohler@newt.com>
9305
9306 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
9307 mh-search.el.
9308
9309 2006-01-12 Masatake YAMATO <jet@gyve.org>
9310
9311 * progmodes/ld-script.el: Update copyright year.
9312
9313 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
9314
9315 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
9316 Don't add widget if setting undefined.
9317
9318 2006-01-12 John Paul Wallington <jpw@pobox.com>
9319
9320 * help-fns.el (describe-variable): Remove newlines from void
9321 variable output.
9322
9323 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
9324
9325 * wdired.el (wdired-mode-map): Add help echo for
9326 wdired-abort-changes.
9327
9328 * man.el (Man-file-name-regexp): Adjust for a list of files.
9329
9330 2006-01-12 Masatake YAMATO <jet@gyve.org>
9331
9332 * progmodes/ld-script.el (auto-mode-alist): Support
9333 suffix conventions used in netbsd and eCos.
9334
9335 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
9336
9337 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
9338 (custom-variable-menu, custom-face-menu, custom-group-menu)
9339 (Custom-mode-menu): Change names of menu items. (As discussed on
9340 emacs-devel.)
9341 (custom-face-menu): Add "Undo Edits" item.
9342
9343 * startup.el (init-file-user): defcustom -> defvar.
9344
9345 * tooltip.el (tooltip-mode): Doc fix.
9346
9347 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
9348
9349 * reveal.el (reveal-post-command): window-buffer signals an error on
9350 dead windows rather than returning nil.
9351 (reveal-open-new-overlays): An overlay might die while we open others.
9352
9353 2006-01-11 Bill Wohler <wohler@newt.com>
9354
9355 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
9356 phrasing in docstring.
9357
9358 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
9359 can give some systems gas. Add new file mh-buffers.el.
9360
9361 2006-01-06 Masatake YAMATO <jet@gyve.org>
9362
9363 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
9364 C preprocessor forward ported from GNU Emacs 21.2.
9365
9366 * progmodes/asm-mode.el (asm-font-lock-keywords):
9367 Use `cpp-font-lock-keywords'.
9368
9369 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
9370
9371 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
9372 of $ for "\\.ld[s]?".
9373
9374 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
9375
9376 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
9377 (tcl-indent-line): Return `noindent' if inside a string.
9378
9379 * progmodes/flymake.el (flymake-split-string): Remove more than one
9380 empty string at beg/end of the result.
9381 (flymake-find-buildfile, flymake-find-possible-master-files):
9382 Use expand-file-name.
9383 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
9384 since expand-file-name does it for us. Use directory-file-name.
9385 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
9386 (flymake-ler-get-type, flymake-ler-get-text)
9387 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
9388 (flymake-current-line-no): Remove spurious interactive spec.
9389 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
9390 (flymake-check-include): Remove arg inc-path merged into inc-name.
9391 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
9392 Arg regexp-list replaced by a simple regexp.
9393 (flymake-master-make-header-init, flymake-master-tex-init):
9394 Correspondingly replace regexp-list with a regexp. Fix regexp.
9395
9396 2006-01-10 Simon Josefsson <jas@extundo.com>
9397
9398 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
9399 describing AUTH PLAIN fix.
9400
9401 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
9402
9403 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
9404 (report-emacs-bug): Don't record initial prompt text.
9405 Instead, add text properties to prompting text.
9406 (report-emacs-bug-hook): Delete prompting text.
9407
9408 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
9409
9410 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
9411 `dirs'. Adjust callers.
9412
9413 2006-01-09 John Paul Wallington <jpw@gnu.org>
9414
9415 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
9416
9417 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
9418
9419 * reveal.el (reveal-open-new-overlays): New extracted fun.
9420 (reveal-close-old-overlays): Idem. Check overlays's liveness before
9421 using them. Simplify the code.
9422 (reveal-post-command): Use them. Fix up obsolete windows in
9423 reveal-open-spots.
9424
9425 * progmodes/flymake.el: Use `require' rather than autoload for
9426 XEmacs's overlays.
9427 (flymake-get-common-file-prefix, flymake-build-relative-filename):
9428 Delete. Use file-relative-name instead.
9429 (flymake-get-syntax-check-program-args, flymake-perl-init):
9430 Simplify the resulting code.
9431
9432 * log-view.el (log-view-file-re, log-view-message-re): Add support
9433 for DaRCS output.
9434
9435 2006-01-09 Alex Schroeder <alex@gnu.org>
9436
9437 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
9438 identifiers sometimes added in square brackets at the beginning of
9439 subject lines.
9440
9441 2006-01-07 Richard M. Stallman <rms@gnu.org>
9442
9443 * cus-edit.el (Custom-set, Custom-save): Doc fix.
9444 (Custom-reset-current, Custom-reset-saved): Change question text.
9445 (Custom-reset-standard): Likewise.
9446 (custom-variable-reset-saved): Doc fix.
9447
9448 2006-01-07 Eli Zaretskii <eliz@gnu.org>
9449
9450 * startup.el (init-file-user): Doc fix.
9451
9452 2006-01-07 Alex Schroeder <alex@gnu.org>
9453
9454 * mail/rmail.el (rmail-current-subject): New function.
9455 (rmail-current-subject-regexp): New function.
9456 (rmail-next-same-subject): Use it.
9457
9458 * mail/rmailsum.el (rmail-summary-by-topic):
9459 Use rmail-current-subject and rmail-current-subject-regexp.
9460 (rmail-summary-next-same-subject): Ditto.
9461
9462 * net/rcirc.el (rcirc-send-input): No longer check whether the
9463 process is open, since not all commands need an open process.
9464 (rcirc-send-string): Check whether the process is open before
9465 sending anything.
9466 (rcirc-ignore-list): New option.
9467 (rcirc-ignore-list-automatic): New variable.
9468 (rcirc-print): Take rcirc-ignore-list into account.
9469 (rcirc-cmd-ignore): New command.
9470 (rcirc-ignore-update-automatic): New function.
9471 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
9472 list if ignored nicks.
9473 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
9474
9475 2006-01-06 David Reitter <david.reitter@gmail.com>
9476
9477 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
9478 reflect the address to which the report will be sent.
9479
9480 2006-01-06 Eli Zaretskii <eliz@gnu.org>
9481
9482 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
9483 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
9484
9485 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
9486
9487 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
9488
9489 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
9490 the doc string: "functoin" => "function".
9491 * ldefs-boot.el: Likewise.
9492
9493 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
9494 message text: "Duplicat" => "Duplicate".
9495
9496 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
9497
9498 * files.el (basic-save-buffer-2): If backing-up failed, reset
9499 buffer-backed-up to nil.
9500
9501 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
9502
9503 * progmodes/gud.el (gdb-script-skip-to-head)
9504 (gdb-script-calculate-indentation): Indent for breakpoint command
9505 lists also.
9506
9507 2006-01-05 Bill Wohler <wohler@newt.com>
9508
9509 * Makefile.in (compile-always): Add mh-autoloads dependency.
9510 (bootstrap): Remove mh-autoloads dependency, as compile dependency
9511 provides it.
9512 (updates): Remove mh-autoloads dependency, since it probably has
9513 already run recently (via recompile).
9514
9515 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
9516
9517 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
9518 argument `force' to disable the flyspell-last-buffer optimization.
9519 (flyspell-mode-on): Use it.
9520
9521 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
9522 flymake-simple-cleanup.
9523 (flymake-allowed-file-name-masks): Use this new default.
9524 All the functions are now called in the right buffer rather than
9525 passing the buffer as argument.
9526 (flymake-process-sentinel): Switch to buffer before calling cleanup.
9527 (flymake-parse-err-lines): Remove redundant buffer arg.
9528 (flymake-get-program-dir): Comment out unused function.
9529 (flymake-start-syntax-check, flymake-start-syntax-check-process):
9530 Remove redundant buffer argument.
9531 (flymake-get-real-file-name, flymake-simple-java-cleanup)
9532 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
9533
9534 2006-01-05 Richard M. Stallman <rms@gnu.org>
9535
9536 * info.el (Info-find-node): Don't record previous node if have none.
9537 (info): Go to directory only if history is empty.
9538
9539 * simple.el (mark): Doc fix.
9540
9541 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9542
9543 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
9544 already of desired type.
9545 (mac-ae-list): Coerce parameter to "list" type.
9546 (mac-dispatch-apple-event): Replace cadr part of event with a
9547 dummy position so that event-start returns it.
9548
9549 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
9550
9551 * textmodes/org.el (org-end-of-subtree): New function.
9552 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
9553 Use `org-end-of-subtree'.
9554 (org-agenda, org-agenda-convert-date): Protect calls to
9555 `fit-window-to-buffer'.
9556 (org-tags-view): Force matching of sublevels when doing a
9557 todo-only search. Define the correct redo command, including the
9558 arguments.
9559 (org-agenda-redo): Display message.
9560 (org-check-for-org-mode): New function.
9561 (org-agenda-type): New variable.
9562 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
9563 Set `org-agenda-type'.
9564 (org-agenda-check-type): New function.
9565 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
9566 (org-agenda-week-view, org-agenda-day-view)
9567 (org-agenda-next-date-line, org-agenda-previous-date-line)
9568 (org-agenda-log-mode, org-agenda-toggle-diary)
9569 (org-agenda-toggle-time-grid, org-agenda-date-later)
9570 (org-agenda-date-prompt, org-agenda-diary-entry)
9571 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
9572 (org-agenda-convert-date, org-agenda-menu):
9573 Use `org-agenda-check-type'.
9574 (org-make-overlay, org-delete-overlay)
9575 (org-detatch-overlay, org-move-overlay, org-overlay-put):
9576 New compatibility functions.
9577 (org-calendar-select-mouse): New command.
9578
9579 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
9580
9581 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
9582 (Custom-reset-standard): Fix y-or-n-p messages.
9583 (custom-link): New face for links.
9584 (custom-buffer-create-internal, custom-manual): Use it.
9585 (custom-face-save): Push to theme-face before setting face spec.
9586
9587 * wid-edit.el (widget-default-mouse-face-get): New function.
9588 (widget-specify-button): Handle mouse-face like button-face.
9589
9590 * custom.el (load-theme): Clear old theme settings if reloading.
9591
9592 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
9593
9594 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
9595 "Erase Customization" button back to same position it occupies in
9596 the individual State menus.
9597
9598 2006-01-04 Kim F. Storm <storm@cua.dk>
9599
9600 * wid-edit.el (key-sequence): Rework widget to read key binding
9601 using `kbd' syntax. Use C-q to insert literal key, event, or code.
9602 (widget-key-sequence-default-value): Default value for empty sequence.
9603 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
9604 (widget-key-sequence-read-event): New command for C-q.
9605 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
9606 (widget-key-sequence-value-to-external): New functions.
9607
9608 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
9609
9610 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
9611 Use expand-file-name.
9612 (flymake-delete-temp-directory): Use expand-file-name,
9613 file-name-directory, and directory-file-name.
9614 (flymake-strrchr): Delete.
9615 (flymake-start-syntax-check): Don't pass the redundant buffer argument
9616 to the init-f function.
9617 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
9618 (flymake-init-find-buildfile-dir)
9619 (flymake-init-create-temp-source-and-master-buffer-copy)
9620 (flymake-simple-make-init-impl, flymake-simple-make-init)
9621 (flymake-master-make-init, flymake-master-make-header-init)
9622 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
9623 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
9624 (flymake-xml-init): Remove corresponding redundant buffer argument.
9625 (flymake-allowed-file-name-masks): Remove last elems that are equal to
9626 the default anyway. Clean up regexps.
9627
9628 * progmodes/flymake.el (flymake-temp-source-file-name)
9629 (flymake-master-file-name, flymake-temp-master-file-name)
9630 (flymake-base-dir): New buffer-local vars.
9631 (flymake-buffer-data, flymake-get-buffer-value)
9632 (flymake-set-buffer-value): Replace those hash-tables by the new
9633 buffer-local vars. Update callers.
9634
9635 * progmodes/flymake.el (flymake-check-start-time)
9636 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
9637 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
9638 Move definition, so we can remove redundant earlier declaration.
9639 (flymake-replace-regexp-in-string, flymake-split-string)
9640 (flymake-get-temp-dir): Use defalias.
9641 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
9642 (flymake-xemacs-window-edges): Remove unused function.
9643 (flymake-get-point-pixel-pos): Move.
9644 (flymake-pid-to-names, flymake-reg-names)
9645 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
9646 Replace by a simple list flymake-processes and by process-buffer.
9647 Update callers. Other than simplify the code, it uses buffers rather
9648 than buffer-names so it doesn't get confused by uniquify.
9649 (flymake-buffer-data): The global value should just be nil.
9650
9651 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
9652 Optimize the body of a defalias like any other code.
9653
9654 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
9655 Make sure we've setup font-lock's vars. It may influence which
9656 function we then call.
9657 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
9658 here since it's too late anyway.
9659
9660 2006-01-03 Romain Francoise <romain@orebokech.com>
9661
9662 * startup.el (fancy-splash-tail, normal-splash-screen):
9663 Update copyright year.
9664
9665 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
9666
9667 * mouse.el (mouse-drag-track): Rename, from
9668 `mouse-drag-region-1'. Includes optional argument required to
9669 enable post-drag event processing (e.g. delete region keys).
9670 Can be used without this argument to track a mouse region and operate
9671 on it as soon as the drag completes.
9672 (mouse-drag-region): Use `mouse-drag-track'.
9673
9674 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
9675
9676 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
9677 Move to `custom-buffer' group.
9678
9679 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
9680 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
9681 (custom-theme-insert-face-marker, custom-theme-variable-menu)
9682 (custom-theme-face-menu): New variables.
9683 (custom-theme-add-variable, custom-theme-variable-action)
9684 (custom-variable-reset-theme, custom-theme-delete-variable)
9685 (custom-face-reset-theme, custom-theme-face-action)
9686 (custom-theme-delete-face, custom-theme-merge-theme)
9687 (custom-theme-add-face, custom-theme-visit-theme): New functions.
9688
9689 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
9690
9691 * custom.el: Move Custom Themes commentary to start of theme code.
9692 (custom-known-themes): Rename `standard' theme to `changed'.
9693 (custom-push-theme): Caller no longer specifies what theme to use
9694 when doing `reset'---the setting is simply removed from the theme.
9695 Delete MODE from `theme-value' and `theme-settings' properties.
9696 (custom-declare-theme): Ignore &rest args since we don't use them.
9697
9698 (custom-loaded-themes): Delete variable.
9699 (custom-theme-load-themes, custom-theme-loaded-p)
9700 (custom-theme-value): Delete functions.
9701
9702 (custom-declare-theme): Signal error on invalid theme names.
9703 (provide-theme): custom-loaded-themes was deleted.
9704 (load-theme): Load the file unconditionally.
9705 (enable-theme): Call `load-theme' if theme is undefined.
9706 (custom-enabled-themes): Only update value for successful loads.
9707 (disable-theme): Complete from enabled themes when interactive.
9708 (custom-variable-theme-value): Calculate theme value directly.
9709
9710 (custom-theme-reset-variables, custom-reset-variables): Mark as
9711 XEmacs compatibility functions. We don't actually use these.
9712
9713 * cus-edit.el (custom-variable-state-set):
9714 Use custom-variable-theme-value instead of custom-theme-value.
9715 (custom-face-state-set): Rename `standard' theme to `changed'.
9716 (custom-save-variables, custom-save-faces): Delete unneeded
9717 references to custom-reset-variables.
9718 (custom-save-resets): Delete function.
9719 (custom-save-variables, custom-save-faces): MODE argument deleted.
9720 (custom-save-variables, custom-save-faces): Ignore theme values.
9721
9722 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
9723 compatibility function.
9724
9725 2006-01-01 Richard M. Stallman <rms@gnu.org>
9726
9727 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
9728 (Custom-reset-current, Custom-reset-saved): Likewise.
9729 (Custom-reset-standard): Show message if aborted.
9730 (custom-mode): Doc fix, describing those commands.
9731
9732 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
9733 put on event-kind property.
9734
9735 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
9736
9737 * custom.el (provide-theme): Ban `user' theme name.
9738 (custom-enabling-themes): New variable.
9739 (enable-theme): Don't enable user if custom-enabling-themes is t.
9740 (custom-enabled-themes): Make it a defcustom.
9741 (custom-theme-recalc-face): No-op if face is undefined.
9742
9743 * cus-edit.el (custom-button-mouse): New variable.
9744 (custom-button-mouse): New face.
9745 (custom-raised-buttons, custom-mode): Use it.
9746
9747 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
9748
9749 2005-12-31 Eli Zaretskii <eliz@gnu.org>
9750
9751 * progmodes/gud.el (gud-display-line): Support hl-line in the
9752 source buffer.
9753
9754 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
9755
9756 * mouse.el (mouse-drag-window-above): Verify that the found window
9757 overlaps with the given window in the horizontal dimension.
9758
9759 2005-12-31 Eli Zaretskii <eliz@gnu.org>
9760
9761 * Makefile.in (cvs-update): New target.
9762
9763 * makefile.w32-in (cvs-update): Ditto.
9764
9765 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
9766
9767 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
9768 (custom-new-theme-mode-map): New variable.
9769
9770 2005-12-30 Richard M. Stallman <rms@gnu.org>
9771
9772 * custom.el (custom-load-themes): Function deleted.
9773
9774 * cus-edit.el (custom-save-loaded-themes): Function deleted.
9775 (custom-save-variables): Don't delete or add custom-load-themes call.
9776
9777 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
9778
9779 * cus-start.el: Add `visible-cursor'.
9780
9781 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
9782 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
9783 (flymake-process-filter): Switch to buffer before calling it instead.
9784 (flymake-post-syntax-check, flymake-highlight-err-lines)
9785 (flymake-delete-own-overlays, flymake-parse-err-lines)
9786 (flymake-start-syntax-check, flymake-start-syntax-check-process)
9787 (flymake-count-lines, flymake-parse-residual):
9788 Remove constant buffer argument.
9789 (flymake-start-syntax-check-for-current-buffer): Remove.
9790 Update callers to use flymake-start-syntax-check instead.
9791 (flymake-display-err-menu-for-current-line):
9792 Remove unused var `mouse-pos'.
9793 (flymake-restore-formatting): Comment out unused function.
9794 (flymake-report-status, flymake-report-fatal-status): Remove buffer
9795 argument, use current-buffer instead. Update callers.
9796
9797 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9798
9799 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
9800 buffer-local because choose-completion-delete-max-match requires
9801 that we set completion-ignore-case (i.e., binding via let is not
9802 sufficient).
9803 (bibtex-complete): Always set completion-ignore-case and
9804 choose-completion-string-functions. The latter is needed because
9805 choose-completion-string-functions keeps its value if we quit the
9806 *Completions* buffer without requesting a completion.
9807
9808 2005-12-30 Andreas Schwab <schwab@suse.de>
9809
9810 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
9811
9812 2005-12-30 Eli Zaretskii <eliz@gnu.org>
9813
9814 * jit-lock.el (jit-lock-chunk-size): Doc fix.
9815
9816 2005-12-30 Juri Linkov <juri@jurta.org>
9817
9818 * locate.el (locate-fcodes-file, locate-header-face)
9819 * progmodes/delphi.el (delphi-other-face)
9820 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
9821
9822 * paren.el (show-paren-match, show-paren-mismatch): Use existing
9823 group `paren-showing-faces'.
9824
9825 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
9826 (goto-address): Fix docstring.
9827
9828 * net/webjump.el (webjump-sample-sites): Update URLs.
9829
9830 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
9831
9832 * subr.el (cancel-change-group): Add listp around pending-undo-list.
9833
9834 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
9835
9836 * font-lock.el (font-lock-compile-keywords): Signal an error when
9837 font-lock-set-defaults hasn't been called.
9838
9839 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
9840
9841 * subr.el (noreturn, 1value): Doc fixes.
9842
9843 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9844
9845 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
9846 that assoc-string returns nil.
9847
9848 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9849
9850 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
9851 (bibtex-entry-type-str, bibtex-empty-field-re)
9852 (bibtex-search-backward-string, bibtex-preamble-prefix)
9853 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
9854 (bibtex-any-valid-entry-type): New variable.
9855 (bibtex-parse-field-name): Simplify.
9856 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
9857 (bibtex-preamble-prefix): Include left delimiter.
9858 (bibtex-search-forward-field, bibtex-search-backward-field):
9859 Allow unbounded search past entry boundaries (required by bibtex-pop).
9860 (bibtex-text-in-field-bounds): Use push.
9861 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
9862 (bibtex-parse-preamble, bibtex-valid-entry)
9863 (bibtex-beginning-first-field): New functions.
9864 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
9865 (bibtex-map-entries): Fix docstring.
9866 (bibtex-flash-head): New arg prompt. Simplify.
9867 (bibtex-enclosing-field): Include code of bibtex-inside-field.
9868 (bibtex-insert-kill): Simplify. Always insert text past the
9869 current field or entry.
9870 (bibtex-format-entry): Use bibtex-parse-field.
9871 (bibtex-pop): Use bibtex-beginning-of-entry and
9872 bibtex-end-of-entry to initiate the search. Insert empty field if
9873 we found ourselves.
9874 (bibtex-print-help-message): New args field and comma.
9875 Handle entry keys.
9876 (bibtex-make-field): Use bibtex-beginning-of-entry.
9877 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
9878 invalid entry.
9879 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
9880 Handle preambles. Simplify code for thorough test.
9881 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
9882 New arg comma. Handle entry heads.
9883 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
9884 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
9885 New arg comma.
9886 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
9887 (bibtex-fill-field): Simplify.
9888 (bibtex-fill-entry): Use bibtex-beginning-first-field and
9889 bibtex-parse-field.
9890 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
9891 (bibtex-complete): Use bibtex-parse-preamble.
9892
9893 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
9894
9895 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
9896 Display name of expression instead of convenience variable.
9897 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
9898
9899 * progmodes/gud.el (gud-tooltip-dereference): Rename from
9900 toggle-gud-tooltip-dereference.
9901 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
9902 (gud-tooltip-tips): ...here when dereferencing.
9903
9904 2005-12-28 Bill Wohler <wohler@newt.com>
9905
9906 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
9907
9908 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
9909
9910 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
9911 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
9912 (vc-annotate-display-autoscale): Adjust call.
9913 (vc-annotate-display-default): Adjust call. Make arg compulsory.
9914 Fix interactive spec.
9915 (vc-annotate-time-span): Remove.
9916 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
9917 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
9918 (vc-annotate-display-select): Use new name.
9919
9920 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
9921 (vc-annotate-mode-menu): Remove left-over redundant declaration.
9922 Correct the construction of span entries. Simplify.
9923 (vc-annotate-display-select): Fix the nil case.
9924 (vc-annotate): Remove obsolete (and now broken) code.
9925 (vc-annotate-extract-revision-at-line): Remove obsolete code.
9926 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
9927
9928 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9929
9930 * subr.el (lazy-completion-table): Correct typo in docstring.
9931
9932 * startup.el (command-line): Use `custom-reevaluate-setting' for
9933 `send-mail-function'.
9934
9935 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
9936
9937 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
9938
9939 * mail/smtpmail.el (smtpmail-try-auth-methods):
9940 Send credentials together with "AUTH PLAIN" command.
9941
9942 2005-12-27 Richard M. Stallman <rms@gnu.org>
9943
9944 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
9945 mouse-2, go back to previously selected window, so it's selected
9946 when mouse-2 command runs.
9947
9948 2005-12-27 Juri Linkov <juri@jurta.org>
9949
9950 * descr-text.el (describe-text-sexp): Use square brackets for
9951 button [Show] to distinguish it from the property value `show'.
9952 (describe-property-list): Use `insert-text-button' with
9953 `help-face' type instead of putting face in quotes, because button
9954 is not created automatically for a list of faces.
9955 (describe-text-properties-1): Put button-type value in quotes to
9956 distinguish from plain text "button".
9957 (describe-char): Display code point values in hex. Don't use
9958 `symbol-name' for `current-input-method' because it is a string.
9959 Use `insert-text-button' with `help-face' type instead of putting
9960 hardcoded face in quotes, because button is not created automatically.
9961
9962 2005-12-27 Richard M. Stallman <rms@gnu.org>
9963
9964 * progmodes/glasses.el (glasses-face): More specific custom type.
9965
9966 * files.el (set-visited-file-name): Doc fix.
9967
9968 * textmodes/flyspell.el (flyspell-external-point-words):
9969 Use local var buffer-scan-pos to advance scan for next misspelling.
9970 Advance it only after we find the misspelling.
9971
9972 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
9973
9974 * textmodes/flyspell.el (flyspell-external-point-words):
9975 New criteria for finding the misspelling in the buffer.
9976
9977 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
9978
9979 * help-mode.el (help-insert-string): Set help-xref-stack-item
9980 rather than call help-setup-xref.
9981
9982 * descr-text.el (describe-char): Revert previous changes for
9983 optional buffer argument.
9984
9985 2005-12-27 Juri Linkov <juri@jurta.org>
9986
9987 * help-mode.el (help-insert-string): New function. Save buffer
9988 contents in cases where it is impossible to recompute the old contents.
9989
9990 * descr-text.el (describe-char): Set help-xref-stack-item
9991 explicitly after buffer has been generated.
9992
9993 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9994
9995 * cus-start.el (all): Add x-gtk-show-hidden-files.
9996
9997 2005-12-26 Richard M. Stallman <rms@gnu.org>
9998
9999 * replace.el (perform-replace): Calculate match-again
10000 before skipping read-only matches.
10001
10002 * paren.el (paren-showing-faces): New group.
10003 (show-paren-match, show-paren-mismatch): Move to that group.
10004
10005 * button.el (button): Put into group `basic-faces'.
10006
10007 * progmodes/make-mode.el: Remove faces from group `faces'.
10008
10009 * apropos.el (apropos, apropos-value): Doc fix.
10010 (apropos-documentation): Doc fix.
10011
10012 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
10013
10014 * subr.el (lazy-completion-table): Remove argument `args'.
10015
10016 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
10017 Don't use the `args' argument of lazy-completion-table.
10018
10019 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
10020
10021 * descr-text.el (describe-char): Add optional argument for buffer.
10022 Set buffer appropriately. Call help-setup-xref.
10023 Suggested by Stefan Monnier.
10024
10025 2005-12-26 Juri Linkov <juri@jurta.org>
10026
10027 * descr-text.el: Require `help-fns' at runtime. Don't require
10028 `button' for byte compilation.
10029 (describe-text-widget): Add `help-echo' for first button.
10030 Use `help-info' for second.
10031 (describe-property-list): Use `help-argument-name' instead of `italic'.
10032 (describe-text-category): Add prompt to interactive spec.
10033 Call `help-setup-xref'.
10034 (describe-char): Use `help-character-set'. Add `help-echo' for
10035 code point. Use `help-input-method'. Remove superfluous insert.
10036
10037 2005-12-25 Richard M. Stallman <rms@gnu.org>
10038
10039 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
10040 at point, in case of narrowing.
10041
10042 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
10043
10044 * locate.el (locate-header-face): Allow nil in type.
10045
10046 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
10047
10048 2005-12-25 Romain Francoise <romain@orebokech.com>
10049
10050 * battery.el (battery-linux-proc-acpi): Also try
10051 `/proc/acpi/thermal_zone/THM0/temperature'.
10052
10053 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
10054
10055 * custom.el (custom-push-theme): Fix docstring.
10056
10057 * cus-edit.el (custom-variable-set, custom-variable-save)
10058 (custom-variable-save): Custom-quote widget values.
10059 (customize-save-variable): Fix custom-push-theme call.
10060
10061 2005-12-24 Eli Zaretskii <eliz@gnu.org>
10062
10063 * w32-fns.el (w32-batch-update-autoloads): New function.
10064
10065 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
10066 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
10067 from the command line.
10068
10069 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
10070
10071 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
10072 reset means to remove setting from theme entirely. Don't keep
10073 expanding theme-settings list; delete old entries if necessary.
10074
10075 * cus-edit.el (custom-buffer-create-internal): Move "Erase
10076 customization" button one line up.
10077 (custom-themed): New face.
10078 (custom-magic-alist): New value, THEMED, for theme settings.
10079 (custom-variable-state-set, custom-face-state-set):
10080 Check theme-value instead of saved-value.
10081 (custom-variable-reset-standard, custom-face-reset-standard):
10082 Remove theme setting entirely. Recalculate new values.
10083 (custom-variable-set, custom-variable-set)
10084 (custom-variable-reset-saved, custom-variable-reset-backup)
10085 (custom-face-set, custom-face-reset-saved): Update `user' theme.
10086 (custom-variable-save): Fix typos.
10087
10088 2005-12-23 Juri Linkov <juri@jurta.org>
10089
10090 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
10091 Add autoload cookies.
10092 (edebug-outside-d-c-i-n-s-w): New variable.
10093 (edebug-display, edebug-outside-excursion): Use it to save the
10094 original value of default-cursor-in-non-selected-windows.
10095 Set default-cursor-in-non-selected-windows to t while Edebug
10096 is active.
10097 (edebug-mode, edebug-eval-mode): Doc fix.
10098
10099 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
10100 with `buffer-substring-no-properties' to remove common substring
10101 highlighting.
10102
10103 * info.el (info-other-window, info): Rename function argument
10104 `file' to `file-or-node'.
10105 (Info-complete-menu-item): Use local variable `complete-nodes' to
10106 keep the global value of `Info-complete-nodes' unchanged for
10107 subsequent completions.
10108 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
10109
10110 * simple.el (get-next-valid-buffer, last-buffer)
10111 (next-error-buffer-p, next-error-find-buffer)
10112 (minibuffer-history-sexp-flag): Doc fix.
10113
10114 * savehist.el (savehist-mode-hook): Add `:group'.
10115
10116 * log-view.el: Call autoload for vc-find-version.
10117 (log-view-current-file): Adjust subgroup numbers.
10118 (log-view-current-tag): Add `length'.
10119
10120 2005-12-23 Richard M. Stallman <rms@gnu.org>
10121
10122 * vc.el (vc-annotate-car-last-cons): Defn moved up.
10123
10124 2005-12-23 Juri Linkov <juri@jurta.org>
10125
10126 * hi-lock.el (hi-lock-archaic-interface-message-used)
10127 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
10128 (hi-lock-mode): Display "Hi" in the mode line only when
10129 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
10130 (hi-lock-write-interactive-patterns):
10131 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
10132 (hi-lock-set-pattern, hi-lock-set-file-patterns)
10133 (hi-lock-font-lock-hook): Set 3rd arg `how' of
10134 font-lock-add-keywords to t.
10135
10136 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
10137
10138 * hi-lock.el (hi-lock-highlight-range): New variable.
10139 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
10140 only if font-lock-fontified is non-nil. Remove overlays.
10141 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
10142 font-lock-fontified is non-nil, otherwise use overlays (instead of
10143 text properties).
10144 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
10145 New variables.
10146 (hi-lock-string-serialize) New function.
10147
10148 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10149
10150 * menu-bar.el (menu-find-file-existing): New function.
10151 (menu-bar-file-menu): Use menu-find-file-existing for Open.
10152
10153 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
10154
10155 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
10156
10157 * vc.el: Remove unnecessary leading * in docstrings.
10158 (vc-annotate-mode-map): Move initialization into declaration.
10159 (vc-static-header-alist): Nitpick on the regexp.
10160 (vc-default-init-version): New fun.
10161 (vc-register): Use it.
10162 (vc-insert-headers): Use dolist.
10163 (vc-annotate-get-backend): Remove unused function.
10164 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
10165 (vc-annotate-mode): Remove corresponding call.
10166 (vc-annotate-car-last-cons): Simplify.
10167 (vc-annotate-buffers): Remove var.
10168 (vc-annotate-backend): Make it buffer-local.
10169 (vc-annotate): Move the interaction to the interactive spec.
10170 Add a `buf' argument.
10171 (vc-annotate-warp-version): Use this new `buf' argument to avoid
10172 killing&creating a vc-annotate buffer, which is very disruptive when
10173 the buffers are shown in dedicated frames.
10174
10175 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
10176
10177 * descr-text.el: Add FSF as maintainer.
10178 (describe-text-mode, describe-text-mode-map)
10179 (describe-text-mode-hook, describe-text-done): Delete. Use normal
10180 help-mode.
10181 (describe-text-widget, describe-text-sexp)
10182 (describe-property-list, describe-text-category)
10183 (describe-text-properties, describe-text-properties-1)
10184 (describe-char): Use help buttons instead of widgets.
10185 (describe-char-unicodedata-file): Make URL link in doc string.
10186
10187 2005-12-22 Richard M. Stallman <rms@gnu.org>
10188
10189 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
10190 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
10191 Don't include buttons that write a file when there's no file.
10192 (custom-variable-menu, custom-face-menu, custom-group-menu):
10193 Don't include commands that write a file when there's no file.
10194 (customize-browse): Reword the top-of-buffer help intro.
10195 (custom-buffer-create-internal): Fix previous change.
10196 (customize-changed-options-previous-release): Prev release is 21.1.
10197 (customize-changed-options): Doc fix.
10198 (customize-changed): New alias.
10199 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
10200 Say "standard values".
10201 (Custom-reset-standard): Doc fix.
10202 (custom-face-reset-standard): Doc fix.
10203
10204 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
10205
10206 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
10207 even if font-lock-mode is non-nil since it may be t without having
10208 turned on font-lock-mode-internal.
10209 (font-lock-choose-keywords): Minor optimization.
10210 (font-lock-add-keywords, font-lock-remove-keywords)
10211 (font-lock-set-defaults): Don't call make-local-variable on a variable
10212 that we know to already be local.
10213
10214 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
10215
10216 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
10217 messages if in the minibuffer.
10218
10219 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
10220
10221 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
10222 (tex-mode-flyspell-verify, flyspell-get-word)
10223 (flyspell-external-point-words): Don't use point-min/max uselessly.
10224
10225 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
10226 by Kevin Rodgers. Instead, just hide the completions buffer if we
10227 don't need to show it.
10228
10229 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
10230
10231 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
10232
10233 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
10234
10235 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
10236 delete-windows-on with an inexistent buffer.
10237
10238 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
10239
10240 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
10241 Delete defcustom variable :tag names.
10242
10243 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
10244
10245 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
10246 (log-view-font-lock-keywords): Ajust subgroup numbers.
10247 (log-view-current-tag): Don't hard code the number of subgroups.
10248
10249 2005-12-20 Juri Linkov <juri@jurta.org>
10250
10251 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
10252 (tooltip-x-offset, tooltip-y-offset): Doc fix.
10253
10254 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
10255 (menu-bar-non-minibuffer-window-p): Instead of checking
10256 display-multi-frame-p, use selected-frame when menu-updating-frame
10257 is nil.
10258
10259 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
10260
10261 * align.el (align-rules-list): Use [ \t] instead of \s-
10262 for column separators in text mode.
10263
10264 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
10265
10266 * help-mode.el (help-customize-variable, help-customize-face):
10267 Don't pop help-xref-stack as help-follow no longer pushes
10268 anything on to it.
10269
10270 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
10271
10272 * textmodes/org.el (org-agenda-custom-commands): New option.
10273 (org-agenda): Offer custom commands on splash screen.
10274 (org-make-tags-matcher): Parser for Boolean logic added.
10275 (org-agenda-set-tags): New command.
10276 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
10277 (org-set-tags): Efficiency improvements.
10278 (org-auto-align-tags): New option.
10279 (org-todo, org-demote, org-promote): Realign tags.
10280 (org-tags-completion-function): Use also "&" and "|" as separators.
10281 (org-org-menu): Agenda commands simplified.
10282
10283 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
10284
10285 * cus-edit.el (customize-apropos, customize-apropos-options):
10286 Docstring changes.
10287
10288 * font-lock.el (font-lock): Add tags to the links in the defgroup.
10289
10290 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
10291
10292 * longlines.el (longlines-mode): Wrap while widened.
10293 (longlines-decode-region, longlines-encode-region): Compute max
10294 just once.
10295
10296 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10297
10298 * cus-edit.el (mac): New group.
10299
10300 * cus-start.el (all): Add user options in macterm.c. Add test for
10301 Mac-related built-ins. Fix test for GTK-related built-ins.
10302
10303 * term/mac-win.el (mac-handle-language-change)
10304 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
10305 (mac-services-open-selection, mac-services-mail-selection)
10306 (mac-services-mail-to, mac-services-insert-text)
10307 (mac-dispatch-apple-event): Add docstrings.
10308 (x-get-selection, mac-select-convert-to-string): Select coding
10309 system from `utf-16be' and `utf-16le' using `byteorder'.
10310
10311 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
10312
10313 * subr.el (lazy-completion-table): Don't be fooled if the var holds
10314 a "list" (lambda ...) rather than a real completion list.
10315
10316 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
10317 lexical-let when encountering ((lambda (...) ...) ...).
10318
10319 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
10320
10321 * progmodes/sh-script.el (sh-mode):
10322 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
10323 * textmodes/picture.el (picture-mode): Update docstrings.
10324
10325 2005-12-17 Eli Zaretskii <eliz@gnu.org>
10326
10327 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
10328 commands enclosed in $(ARGQUOTE)s should not be split between two
10329 lines, as that will break with GNU Make >3.80, when sh.exe is used
10330 and arg quoting is with '..'.
10331 (autoloads): Don't break the quoted --eval expression between
10332 several lines.
10333
10334 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
10335
10336 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
10337 Capture error from printing circular structures.
10338
10339 2005-12-17 Martin Rudalics <rudalics@gmx.at>
10340
10341 * wid-edit.el (widget-checkbox-action): Clear undo info.
10342
10343 2005-12-16 Bill Wohler <wohler@newt.com>
10344
10345 * menu-bar.el (kill-this-buffer): Set a good example by using menu
10346 bar, not menubar in comment.
10347
10348 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
10349
10350 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
10351 After-change-functions should not clobber the match data.
10352
10353 2005-12-16 Juri Linkov <juri@jurta.org>
10354
10355 * simple.el (choose-completion): Use `buffer-substring-no-properties'
10356 instead of `buffer-substring'.
10357 (completion-common-substring): Doc fix.
10358 (completion-setup-function): Use minibuffer-completion-contents
10359 instead of minibuffer-contents. Don't set common-string-length
10360 initially. Remove special handling of partial-completion-mode.
10361 Move computation of completion-base-size into one cond.
10362 Call completion-base-size-function in mainbuf. In computation of
10363 completion-base-size for file name completion don't move point to
10364 the end of the minibuffer. Move computation of common-string-length
10365 into one cond. Start putting faces only when common-string-length>=0.
10366 Add condition to put completions-common-part when
10367 common-string-length>0.
10368
10369 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
10370 place point at the first different character in the minibuffer
10371 even if this position is at the beginning of the minibuffer.
10372
10373 * info.el (Info-read-node-name-1): In completion-base-size-function's
10374 lambda return 1 if common-substring or minibuffer-completion-contents
10375 starts with (, and 0 otherwise.
10376
10377 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
10378 Use `crm-current-element' for second arg of `display-completion-list'.
10379
10380 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
10381
10382 * files.el (set-auto-mode): Look for an interpreter specified on
10383 the first line also if search for mode specification succeeded,
10384 but the mode is not known.
10385
10386 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
10387
10388 * textmodes/org.el (org-tags-match-list-sublevels): New option.
10389 (org-open-at-point): Implement tag searches as links.
10390 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
10391 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
10392 (org-tags-sparse-tree, org-tags-view, org-set-tags)
10393 (org-agenda-dispatch): New commands.
10394 (org-use-tag-inheritance, org-tags-column): New options.
10395 (org-tab-follows-link, org-return-follows-link): New options.
10396 (org-tags): New customize group.
10397 (org-start-icalendar-file): Get local time zone.
10398 (org-tags-completion-function): New function.
10399 (org-set-font-lock-defaults): Make sure links will also be
10400 highlighted inside headlines.
10401
10402 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
10403
10404 * term.el (term-emulate-terminal):
10405 Let term-handle-ansi-terminal-messages override what Bash says about
10406 its current directory.
10407
10408 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10409
10410 * bindings.el (last-buffer): Move to simple.el.
10411 * simple.el (last-buffer): Move here.
10412 (get-next-valid-buffer): New function.
10413 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
10414 (prev-buffer): Ditto. Rename to `previous-buffer'.
10415
10416 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
10417 * bindings.el (global-map): Ditto.
10418
10419 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
10420
10421 * cus-edit.el: Introductory comment change.
10422 (custom-magic-alist): Change message string for the `rogue' state.
10423
10424 2005-12-15 Richard M. Stallman <rms@gnu.org>
10425
10426 * tooltip.el: Delete defcustom variable :tag names.
10427
10428 * complete.el (partial-completion-mode): Doc fix.
10429
10430 * textmodes/flyspell.el (flyspell-external-point-words):
10431 Use save-excursion to ensure we don't move backward in the
10432 search loop, not even one character.
10433 (flyspell-delete-all-overlays): Use remove-overlays directly.
10434
10435 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
10436 (ispell-start-process): Set that variable.
10437 Clear ispell-buffer-local-name.
10438 (ispell-internal-change-dictionary):
10439 Set ispell-current-dictionary after killing process.
10440 (ispell-buffer-local-dict):
10441 Don't set spell-personal-dictionary after killing process.
10442 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
10443 (ispell-tex-skip-alists, ispell-html-skip-alists)
10444 (ispell-skip-region-alist): Mark as risky.
10445
10446 * net/newsticker.el (newsticker--retrieval-timer-list)
10447 (newsticker--display-timer, newsticker-running-p)
10448 (newsticker-ticker-running-p): Definitions moved up.
10449
10450 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
10451
10452 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
10453
10454 2005-12-15 David Ponce <david@dponce.com>
10455
10456 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
10457 (recentf-edit-list, recentf-open-files): Signal an error when
10458 there is no recent file.
10459
10460 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
10461
10462 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
10463 read-only except for texinfo-format-region evaluation.
10464
10465 2005-12-14 Richard M. Stallman <rms@gnu.org>
10466
10467 * vc.el (vc-default-previous-version, vc-default-next-version)
10468 (vc-do-command): Doc fixes.
10469
10470 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10471
10472 * textmodes/bibtex.el (bibtex-expand-strings)
10473 (bibtex-autokey-expand-string, bibtex-name-part)
10474 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
10475 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
10476 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
10477 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
10478 (bibtex-entry-postfix, bibtex-known-entry-type-re)
10479 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
10480 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
10481 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
10482 (bibtex-beginning-of-last-entry): Remove.
10483 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
10484 message if comma is missing but buffer is read-only.
10485 (bibtex-parse-field-text): Handle whitespaces at the end of field
10486 text. Return 3-element list with beginning and end of field text
10487 and end of field.
10488 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
10489 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
10490 (bibtex-search-forward-field, bibtex-search-backward-field):
10491 Search always delimited by limits of entry. Use more efficient
10492 search algorithms.
10493 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
10494 bibtex-end-of-name-in-field.
10495 (bibtex-text-in-field-bounds): Handle BibTeX strings when
10496 extracting the content of a field.
10497 (bibtex-text-in-field): Use search limits.
10498 (bibtex-parse-string-prefix): Handle empty string keys based on
10499 bibtex-string-empty-key.
10500 (bibtex-parse-string): Fix docstring.
10501 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
10502 (bibtex-preamble-prefix, bibtex-strings): New functions.
10503 (bibtex-skip-to-valid-entry): Include preceding whitespace in
10504 BibTeX entries (consistent with other BibTeX functions).
10505 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
10506 (bibtex-search-entry): Fix docstring. Simplify.
10507 (bibtex-flash-head, bibtex-complete-string-cleanup)
10508 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
10509 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
10510 (bibtex-parse-entry): New optional arg content.
10511 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
10512 Use bibtex-text-in-field-bounds.
10513 (bibtex-print-help-message): Handle BibTeX strings and preambles.
10514 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
10515 bibtex-parse-string-postfix.
10516 (bibtex-find-text-internal): New function.
10517 (bibtex-remove-delimiters): Use it.
10518 (bibtex-find-text): Use it. New optional arg help.
10519 (bibtex-complete): Handle BibTeX string and preamble entries.
10520 (bibtex-Preamble): Fix order of closing delimiters.
10521
10522 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
10523
10524 * vc.el (vc-default-revert): New fun.
10525
10526 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
10527
10528 2005-12-14 Romain Francoise <romain@orebokech.com>
10529
10530 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
10531 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
10532 (font-lock-remove-keywords): Likewise.
10533
10534 2005-12-14 Juri Linkov <juri@jurta.org>
10535
10536 * log-view.el (log-view-diff): Doc fix.
10537
10538 * isearch.el (isearch-query-replace): Use (mark) instead of
10539 isearch-opoint if mark is active in transient-mark-mode.
10540
10541 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
10542
10543 * isearch.el (isearch-query-replace): Check for isearch-other-end.
10544
10545 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
10546
10547 * progmodes/cpp.el (cpp-face): New widget.
10548 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
10549
10550 2005-12-14 Juri Linkov <juri@jurta.org>
10551
10552 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
10553 around `erase-buffer' and `insert'.
10554
10555 * descr-text.el (describe-text-properties): Replace buffer name
10556 "*Help-2*" with "*Help*<2>".
10557 (describe-char): Add functions print-help-return-message,
10558 toggle-read-only. Use help-setup-xref with nil to not store
10559 describe-char in help-xref-stack. Use help-make-xrefs to
10560 make [back] button.
10561
10562 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
10563
10564 * wdired.el (wdired-old-point): New internal variable.
10565 (wdired-change-to-wdired-mode): Set it buffer-locally.
10566 (wdired-abort-changes): Restore point after aborting changes.
10567
10568 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
10569
10570 * vc.el (vc-do-command): Add a new value t for okstatus.
10571
10572 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
10573 frame in case of errors.
10574
10575 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10576
10577 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
10578 so it comes after "On the Left" in the menu.
10579
10580 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
10581
10582 * cus-edit.el (customize-apropos, customize-apropos-options)
10583 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
10584
10585 2005-12-12 Bill Wohler <wohler@newt.com>
10586
10587 * vc-svn.el (vc-svn-registered): Fix problem of visiting
10588 non-writable Subversion-controlled files by saving window
10589 configuration before calling vc-do-command. vc-do-command calls
10590 pop-to-buffer on error which is unexpected during registration.
10591
10592 2005-12-12 Jay Belanger <belanger@truman.edu>
10593
10594 * calc/README: Update the summary of changes.
10595
10596 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
10597
10598 * descr-text.el (describe-char): Rework last fix to solve the problem
10599 is the same way it's solved for everything else in that function
10600 (i.e. by extracting the info before setting up the *Help* buffer).
10601
10602 2005-12-12 Kim F. Storm <storm@cua.dk>
10603
10604 * subr.el (version-regexp-alist): Allow space as separator before
10605 non-numeric part, e.g. "1.0 alpha".
10606 (version-to-list): Interpret .X.Y version as 0.X.Y version.
10607
10608 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
10609
10610 * textmodes/org.el (org-agenda, org-timeline, org-todo):
10611 Implement Logging and the keep-modes setting.
10612 (org-get-category): Make sure a string is returned.
10613 (org-log-done): New function.
10614 (org-log-done, org-closed-string): New options.
10615
10616 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10617
10618 * tooltip.el (tooltip-y-offset): Change default to 20.
10619
10620 2005-12-12 Richard M. Stallman <rms@gnu.org>
10621
10622 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
10623
10624 * frame.el (display-hourglass): Doc fix.
10625
10626 * help.el (help-for-help-internal): Simplify entry for `a'.
10627
10628 * info.el (Info-on-current-buffer): Doc fix.
10629 (info-insert-file-contents): Don't test (featurep 'jka-compr).
10630
10631 * startup.el (inhibit-splash-screen): Make this the real name.
10632 (inhibit-startup-message): Make this the alias.
10633 (command-line): Find only simple.el, and use its directory
10634 to fill in other preloaded files' names.
10635 (command-line): Deactivate the mark if deactivate-mark is set.
10636
10637 * international/mule.el (load-with-code-conversion):
10638 Bind deactivate-mark.
10639
10640 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
10641
10642 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
10643
10644 * cus-edit.el (customize-apropos): Avoid listing an option more
10645 than once under different aliases. No longer list user options
10646 that are not defined with defcustom (unless a prefix arg is given).
10647 Doc fix.
10648 (customize-apropos-options): Doc fix.
10649
10650 2005-12-11 Juri Linkov <juri@jurta.org>
10651
10652 * frame.el (set-background-color, set-foreground-color)
10653 (set-cursor-color, set-mouse-color, set-border-color):
10654 Add explicit prompts to read colors by `facemenu-read-color'.
10655 (show-trailing-whitespace, blink-cursor-delay)
10656 (blink-cursor-interval, display-hourglass, hourglass-delay):
10657 Remove tags.
10658 (display-hourglass, hourglass-delay): Doc fix.
10659 (cursor-in-non-selected-windows): Capitalize words in tag.
10660
10661 * faces.el (frame-background-mode): Replace `choice-item' keywords
10662 with `const' to not make [default] button. Change default value tag
10663 from `default' to `automatic'. Doc fix.
10664 (trailing-whitespace) <defface>: Change group `whitespace' to
10665 `whitespace-faces'.
10666
10667 2005-12-11 Richard M. Stallman <rms@gnu.org>
10668
10669 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
10670
10671 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10672
10673 * term/mac-win.el: Create keymap for mac-apple-event-map.
10674
10675 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
10676
10677 * tooltip.el (tooltip-mode): Move to start of file so that it
10678 appears at top of customize buffer.
10679
10680 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
10681 Add the gud groupname.
10682 (gud-tooltip-mode): Add the tooltip groupname.
10683 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
10684 avoid conflict with tooltip-use-echo-area.
10685
10686 2005-12-10 Romain Francoise <romain@orebokech.com>
10687
10688 * help.el (help-for-help-internal): Add `r' in doc string.
10689
10690 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10691
10692 * align.el (align-regexp, align-highlight-rule):
10693 Use region-beginning and region-end instead of point and mark, so that
10694 repetition (with `repeat-complex-command') recomputes the region
10695 bounds.
10696
10697 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
10698
10699 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
10700 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
10701 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
10702 (balance-windows): Rewrite using the above new functions.
10703
10704 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
10705
10706 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
10707 react if global-hi-lock-mode seems intended.
10708 (global-hi-lock-mode) Renamed from hi-lock-mode.
10709 (hi-lock-archaic-interface-message-used)
10710 (hi-lock-archaic-interface-deduce): New variables.
10711 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
10712 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
10713 (hi-lock-find-patterns, hi-lock-font-lock-hook):
10714 Replace hi-lock-buffer-mode with hi-lock-mode.
10715
10716 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
10717
10718 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
10719 completion list, even after a partial completion has been
10720 inserted in the current buffer. If there are more than 1
10721 completion, redisplay the *Completions* buffer; if the
10722 completion is unique, delete the *Completions* window.
10723
10724 2005-12-10 Eli Zaretskii <eliz@gnu.org>
10725
10726 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
10727 strings and long subject lines that were broken into multiple
10728 lines at arbitrary places. Handle subjects that have "Re: " in
10729 the middle.
10730
10731 2005-12-10 John W. Eaton <jwe@octave.org>
10732
10733 * emacs/octave-mod.el (octave-electric-space): Don't indent
10734 comments or strings if octave-auto-indent is nil.
10735
10736 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10737
10738 * term/mac-win.el: Require url when compiling.
10739 Call mac-process-deferred-apple-events after loading init files.
10740 (mac-apple-event-map): New defvar. Define event handlers in it.
10741 (core-event, internet-event): New Apple event class symbols.
10742 (open-application, reopen-application, open-documents)
10743 (print-documents, open-contents, quit-application)
10744 (application-died, show-preferences, autosave-now, get-url):
10745 New Apple event ID symbols.
10746 (about): New HICommand ID symbol.
10747 (mac-event-spec, mac-event-ae): New macros.
10748 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
10749 (mac-ae-selection-range, mac-ae-text-for-search)
10750 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
10751 (mac-application-menu-map): Remove keymap. Handlers for HICommand
10752 and Services menu events are now defined in mac-apple-event-map.
10753 (mac-drag-n-drop): Remove selection range handling.
10754
10755 2005-12-10 Kenichi Handa <handa@m17n.org>
10756
10757 * simple.el (zap-to-char):
10758 * isearch.el (isearch-process-search-char): Translate CHAR by
10759 translation-table-for-input.
10760
10761 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
10762
10763 * foldout.el (foldout-exit-fold): Properly hide subtree.
10764
10765 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
10766
10767 * files.el (save-buffer):
10768 * international/ucs-tables.el (ucs-set-table-for-input):
10769 * mail/mail-extr.el (mail-extract-address-components):
10770 * mail/sendmail.el (mail-mode): Reformat doc string.
10771
10772 2005-12-09 Juri Linkov <juri@jurta.org>
10773
10774 * isearch.el (isearch-highlight): Change main overlay priority
10775 from 1 to 1001. Simplify.
10776 (isearch-lazy-highlight-update): Change lazy overlay priority
10777 from 0 to 1000.
10778
10779 * replace.el (replace-highlight): Change overlay priority from
10780 1 to 1001.
10781
10782 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
10783 Change overlay priority from 1 to 1001. Reuse existing overlay.
10784
10785 * compare-w.el (compare-windows-highlight): Change overlay
10786 priority from 1 to 1000.
10787
10788 * menu-bar.el (menu-bar-edit-menu): Add listp around
10789 pending-undo-list to disable menu item "undo" when pending
10790 undo list is empty.
10791
10792 * locate.el (locate): Disable undo in *Locate* buffer.
10793
10794 2005-12-09 Kim F. Storm <storm@cua.dk>
10795
10796 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
10797
10798 2005-12-09 David Ponce <david@dponce.com>
10799
10800 * recentf.el: Improvement of the menu code.
10801 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
10802 instead of menu hook.
10803 (recentf-show-menu, recentf-hide-menu): New functions.
10804 (recentf-menu-customization-changed, recentf-mode): Use them.
10805 (recentf-menu-action, recentf-max-menu-items)
10806 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
10807 (recentf-arrange-by-rule-others)
10808 (recentf-arrange-by-rules-min-items)
10809 (recentf-arrange-by-rule-subfilter) : Don't use
10810 `recentf-menu-customization-changed'.
10811 (recentf-arrange-rules): Likewise. Accept functions to compute
10812 sub-menu titles.
10813 (recentf-menu-filter): Likewise. Doc fix.
10814 (recentf-menu-value-shortcut): Doc fix.
10815 (recentf-dump-variable): Quote atom value.
10816 (recentf-make-menu-items): Update to use it as a menu filter.
10817 (recentf-match-rule): New function.
10818 (recentf-arrange-by-rule): Use it.
10819 (recentf-indirect-mode-rule): New function.
10820 (recentf-build-mode-rules): Use it.
10821 (recentf-dir-rule): New function.
10822 (recentf-arrange-by-dir): Use it.
10823 (recentf-filter-changer-current): Rename from
10824 `recentf-filter-changer-state'. All references updated.
10825 (recentf-filter-changer-alist): Update filter names.
10826 (recentf-filter-changer-select): New function.
10827 (recentf-filter-changer): Use it. Make a sub-menu from filters
10828 available in `recentf-filter-changer-alist'.
10829 (recentf-data-cache, recentf-clear-data)
10830 (recentf-update-menu): Remove. All references updated.
10831 (recentf-match-rule-p, recentf-build-dir-rules)
10832 (recentf-filter-changer-goto-next)
10833 (recentf-filter-changer-get-current)
10834 (recentf-filter-changer-get-next): Remove.
10835
10836 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
10837
10838 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
10839 buffer "Reset" button to "Reset to Current" for consistency with
10840 the State buttons.
10841
10842 2005-12-08 John Paul Wallington <jpw@pobox.com>
10843
10844 * ibuf-ext.el (define-ibuffer-filter filename):
10845 If `dired-directory' is a list then really use its car.
10846
10847 2005-12-08 Kim F. Storm <storm@cua.dk>
10848
10849 * emulation/cua-rect.el (cua--rectangle-aux-replace):
10850 Fix indention of text on right side of replaced rectangle.
10851
10852 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
10853
10854 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
10855 No need to check gud-comint-buffer is bound.
10856 (gdb): Prevent multiple debugging when first session uses gdba.
10857
10858 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10859
10860 CC Mode update to 5.31.
10861
10862 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
10863 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
10864 We might do this function properly in the future).
10865
10866 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
10867 New macros c-sentence-end and c-default-value-sentence end, to cope
10868 with Emacs 22's new function `sentence-end'.
10869
10870 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10871
10872 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
10873 compat issue using `c-put-overlay' and `c-delete-overlay'.
10874
10875 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
10876 New compat macros to handle overlays/extents.
10877
10878 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10879
10880 * progmodes/cc-fix.el: Add definitions of the macros push and pop
10881 (for GNU Emacs 20.4)
10882
10883 * progmodes/cc-defs.el:
10884 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
10885
10886 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
10887 highlighting mechanism so it will work in XEmacs too.
10888
10889 * progmodes/cc-defs.el: Insert c-int-to-char.
10890
10891 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
10892 call to the new macro c-int-to-char. This solves XEmacs's
10893 regarding characters as different from integers.
10894
10895 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10896
10897 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
10898 New internal helper.
10899
10900 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
10901 construct to make the indirect face lookup work in XEmacs.
10902
10903 (c-cpp-matchers): Append the negation char face to the existing
10904 fontification, so that the cpp face doesn't disappear.
10905 Use `c-make-syntactic-matcher' to avoid negation chars in comments
10906 and strings.
10907
10908 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
10909 to map to `font-lock-negation-char-face' in emacsen where it exists.
10910
10911 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10912
10913 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
10914
10915 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
10916 Rename "c-subword-move-mode" as "c-subword-mode".
10917
10918 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
10919 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
10920
10921 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10922
10923 * progmodes/cc-mode.el: Added autoload directive for
10924 `c-subword-move-mode' for use in older emacsen.
10925
10926 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10927
10928 * progmodes/cc-mode.el:
10929 (i) Insert a binding for C-c C-backspace into
10930 c-bind-special-erase-keys which works in TTYs.
10931 (ii) Make sure that when file styles are used, any explicitly
10932 given style variables take priority over those in the style.
10933 Do this by calling `hack-local-variables' a second time.
10934
10935 * progmodes/cc-vars.el: Add language specific customization
10936 widgets for AWK to c-doc-comment-style, c-require-final-newline
10937 and c-default-style. Add a defcustom for awk-mode-hook.
10938 Give c-syntactic-element and c-syntactic-context doc-strings by
10939 directly setting their `variable-documentation' propery.
10940 This allows Emacs 22.1 to read these with C-h v.
10941
10942 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
10943
10944 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10945
10946 * progmodes/cc-fonts.el, cc-vars.el
10947 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
10948 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
10949 Masatake YAMATO.
10950
10951 (c-doc-comment-style): Made GtkDoc default in C mode.
10952
10953 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
10954 and C-c C-<delete>.
10955
10956 (c-bind-special-erase-keys): New function for use on
10957 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
10958
10959 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
10960 <delete> key behavior in XEmacs according to `delete-forward-p'.
10961 C.f. `c-electric-delete'.
10962
10963 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10964
10965 * progmodes/cc-mode.el: Give c-hungry-backspace and
10966 c-hungry-delete-forward permanent key bindings.
10967
10968 * progmodes/cc-cmds.el (c-electric-semi&comma):
10969 Bind c-syntactic-context for calls to "criteria functions", for
10970 consistency with other calls to user functions.
10971
10972 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
10973 `current-prefix-arg', since this might be the prefix arg to a
10974 command which calls c-indent-command as a function. Change the
10975 interactive spec from "p" to "P".
10976
10977 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
10978 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
10979 was difficult to understand.
10980
10981 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10982
10983 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
10984 first char of an identifier.
10985
10986 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
10987 +" syntax in C++.
10988
10989 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10990
10991 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
10992 auto-fill doesn't split a c-comment's last word from a hanging
10993 "*/" when a space is typed between them after fill-column.
10994
10995 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
10996
10997 * progmodes/cc-styles.el (c-set-style)
10998 (c-setup-paragraph-variables): Abort the command if we're not in a
10999 CC Mode buffer.
11000
11001 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
11002 with blank comment-prefix, and a blank line as the comment's
11003 second line.
11004
11005 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11006
11007 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
11008 Incorporate the patterns added in the Emacs development branch
11009 for the new Emacs 22 face `font-lock-negation-char-face'.
11010
11011 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
11012 of "red" since it stands out better in xterms and DOS terminals.
11013
11014 * progmodes/cc-engine.el (c-literal-faces):
11015 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
11016
11017 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11018
11019 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
11020 forcibly enable c-electric-flag.
11021
11022 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
11023 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
11024 after the comment-prefix of a C-style comment will close that comment.
11025
11026 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11027
11028 * progmodes/cc-fonts.el (c-basic-matchers-before)
11029 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
11030 in Pike.
11031
11032 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
11033 digraphs.
11034
11035 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
11036 (c-cpp-message-directives, c-cpp-include-directives)
11037 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
11038 (c-cpp-expr-directives): Introduce new language constants to
11039 control cpp syntax in a cleaner way.
11040
11041 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
11042
11043 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
11044
11045 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
11046 (c-multiline-string-start-char): New language constants and
11047 variables to specify how newlines in string literals work.
11048
11049 (c-font-lock-invalid-string): Use them.
11050
11051 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
11052 unbalanced close brace is entered. Optimization by avoiding going
11053 back over arbitrarily large blocks. Removed hints that this
11054 function only would be relevant/useful in AWK.
11055
11056 (c-electric-brace): Indent syntactically after the cleanups since
11057 lineup functions might do it differently then.
11058
11059 * progmodes/cc-engine.el, cc-langs.el
11060 (c-opt-op-identifier-prefix): New language constant and variable.
11061
11062 (c-just-after-func-arglist-p, c-after-special-operator-id)
11063 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
11064
11065 * progmodes/cc-align.el, cc-engine.el
11066 (c-after-special-operator-id): New helper to handle C++ operator
11067 identifiers.
11068
11069 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
11070 (c-guess-basic-syntax): Handle C++ operator identifiers in
11071 declarations.
11072
11073 * progmodes/cc-langs.el (c-assignment-operators): Add the
11074 trigraph version of ^= too.
11075
11076 * progmodes/cc-langs.el (c-assignment-operators): Add the
11077 trigraph version of |= in C++.
11078
11079 * progmodes/cc-fonts.el (c-font-lock-declarators):
11080 Handle `c-decl-hangon-kwds' after the identifier name.
11081
11082 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
11083 whether an arglist is "nonempty", ignore a comment after the open
11084 paren if it isn't followed by a non-comment token on the same line.
11085
11086 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
11087 Enable heuristics below the point to cope with classes inside special
11088 brace lists in Pike.
11089
11090 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11091
11092 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
11093
11094 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11095
11096 * progmodes/cc-guess.el (cc-guess-install): New function to
11097 install an already guessed style in another buffer.
11098
11099 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
11100 sets `inhibit-read-only' - `c-save-buffer-state' should be used
11101 anyway if the change always is undone.
11102
11103 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11104
11105 Implement togglable electricity:
11106
11107 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
11108 saying when it should be used.
11109
11110 * progmodes/cc-engine.el: Add the new buffer-local variable,
11111 c-electric-flag.
11112
11113 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
11114 c-toggle-auto-newline.
11115
11116 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
11117 c-toggle-auto-newline. Remove the binding for
11118 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
11119 c-toggle-electric-state.
11120
11121 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
11122
11123 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
11124 c-\(forward\|backward\)-subword.
11125 (c-update-modeline): Add the new modeline flag `l' for
11126 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
11127 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
11128 Make the old name an alias of the new name.
11129 (c-toggle-electric-state): New function.
11130 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
11131 Adapt these functions to do electric things only when
11132 c-electric-flag is non-nil.
11133 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
11134 new functions from c-electric-brace.
11135 (c-point-syntax): Add a check for "virtual semicolons" in AWK
11136 mode, so that the tentative extra newline doesn't change the
11137 syntax of the following brace.
11138 (c-electric-brace): Restructure by extracting the above functions.
11139 Tidy up the coding somewhat.
11140 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
11141 restructure a bit.
11142
11143 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11144
11145 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
11146 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
11147
11148 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
11149 (c-submode-indicators): Change name from `c-auto-hungry-string'
11150 since it's now used to track another submode.
11151
11152 (c-update-modeline): Convert to function and extended to check
11153 `c-subword-move-mode'.
11154
11155 (c-forward-into-nomenclature, c-backward-into-nomenclature):
11156 Convert to compat aliases for `c-forward-subword' and
11157 `c-backward-subword'.
11158
11159 * progmodes/cc-subword.el: New functions and minor mode to handle
11160 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
11161
11162 (c-forward-subword, c-backward-subword, c-mark-subword)
11163 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
11164 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
11165 Functions corresponding to the standard word handling functions.
11166
11167 (c-subword-move-mode): Minor mode that replaces all the standard
11168 word handling functions with their subword equivalences.
11169
11170 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11171
11172 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
11173 entry for one-liner-defun.
11174
11175 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
11176 name in its def-edebug-spec.
11177
11178 * progmodes/cc-cmds.el (c-electric-brace): Make the
11179 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
11180 compacts space before a comment, if this will make things fit on
11181 one line.
11182
11183 Introduce an "awk" style, mainly for auto-newline and clean-ups.
11184
11185 * progmodes/cc-align.el: New function c-snug-1line-defun-close
11186
11187 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
11188 clean-up one-liner-defun.
11189
11190 * progmodes/cc-styles.el: Add the new "awk" style.
11191
11192 * progmodes/cc-vars.el: Add description of one-liner-defun to
11193 c-cleanup-list's doc-string. New user options,
11194 c-max-one-liner-length. In c-default-style, set the default style
11195 for AWK to "awk".
11196
11197 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11198
11199 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
11200 macros inside labels.
11201
11202 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
11203 `c-at-statement-start-p' and `c-at-expression-start-p'.
11204
11205 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
11206 error if the mark isn't set.
11207
11208 * progmodes/cc-engine.el (c-guess-continued-construct)
11209 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
11210 accurately detect functions inside functions.
11211
11212 * progmodes/cc-engine.el (c-at-expression-start-p): New function
11213 like `c-at-statement-start-p' that additionally recognizes commas
11214 and expression parentheses as delimiters.
11215
11216 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
11217 to avoid heuristics that doesn't work for unclosed blocks.
11218 (c-at-statement-start-p): New function.
11219
11220 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
11221 Objective-C directives, e.g. directives spanning lines should work
11222 reasonably well now.
11223
11224 (c-put-c-type-property, c-clear-c-type-property): New helpers.
11225
11226 (c-forward-objc-directive): New function to move over any ObjC
11227 directive.
11228
11229 (c-just-after-func-arglist-p, c-guess-basic-syntax)
11230 (c-basic-matchers-before): Use it.
11231
11232 (c-font-lock-objc-iip-decl): Remove.
11233
11234 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
11235 in the template arglist recognition.
11236
11237 * progmodes/cc-styles.el (c-style-alist): Fix several
11238 inconsistencies in the Whitesmith style.
11239
11240 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
11241 New lineup function to get lines after Whitesmith style blocks
11242 correctly indented.
11243
11244 (c-lineup-whitesmith-in-block): Back out the compensation for
11245 opening parens since it's done using `add' lists in the style
11246 definition instead. Don't use the anchor position since it varies
11247 too much between the syntactic symbols. :P
11248
11249 * progmodes/cc-vars.el (c-valid-offset): Update.
11250
11251 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
11252 lists where the offsets are combined according to several
11253 different methods: `first', `min', `max', and `add'.
11254 Report offset evaluation errors with `c-benign-error' so that some kind
11255 of reindentation still is done.
11256
11257 * progmodes/cc-engine.el (c-guess-basic-syntax):
11258 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
11259 `arglist-close'.
11260
11261 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
11262 situations for `arglist-cont-nonempty' and `arglist-close'.
11263
11264 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
11265
11266 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
11267 cc-bytecomp-boundp' in a number of places.
11268
11269 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
11270 macro related issue.
11271
11272 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11273
11274 * progmodes/cc-awk.el: Change the terminology of regexps: A char
11275 list is now [asdf], a char class [:alpha:].
11276 Include code for char classes.
11277 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
11278 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
11279
11280 Remove (nearly all of) the cruft associated with AWK Mode's former
11281 concept of "virtual semicolons":
11282
11283 Adapt c-beginning-of-statement, c-end-of-statement (together with
11284 subfunctions) to use the new notion of "virtual semicolon" in
11285 place of the old awkward special handling for AWK. There remains
11286 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
11287 * progmodes/cc-cmds.el:
11288 (c-ascertain-adjacent-literal): In the backwards direction, now
11289 recognises AWK regexp delimiters as string delimiters.
11290 (c-after-statement-terminator-p): Adapt for virtual semicolons;
11291 check more rigorously for "end of macro".
11292 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
11293 virtual semicolons;
11294 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
11295 out the code for forward movement into ...
11296 (c-end-of-statement): Now contains the code for forward movement,
11297 adapted for virtual semicolons.
11298
11299 * progmodes/cc-engine.el:
11300 (c-ws*-string-limit-regexp): New regexp.
11301 (c-forward-single-comment, c-backward-single-comment): Comment out
11302 the (now redundant) "special" AWK stuff.
11303
11304 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
11305 c-string-par-start, c-string-par-separate to be more like Text
11306 Mode than Fundamental Mode.
11307
11308 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11309
11310 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
11311 to the fontified region so that fontification doesn't occur
11312 outside it (could happen e.g. when fontifying a line with an
11313 unfinished declaration).
11314
11315 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11316
11317 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
11318 start of the file. ^L now separate sections of the file.
11319 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
11320 (c-awk-one-line-possibly-open-string-re)
11321 (c-awk-regexp-one-line-possibly-open-char-class-re)
11322 (c-awk-one-line-possibly-open-regexp-re)
11323 (c-awk-one-line-non-syn-ws*-re): New defonsts.
11324 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
11325
11326 Amend the concept of "virtual semicolons" (in the indentation
11327 engine) for languages like AWK, such that they are now
11328 conceptually attached to end of the last token of a statement, not
11329 the end of the line. (In AWK Mode, however, the pertinent text
11330 property is still physically set on the EOL.) Remove the specific
11331 tests for awk-mode, thus facilitating the introduction of other
11332 language modes where EOLs can end statements.
11333 (Note: The funtionality in cc-cmds.el, specifically
11334 c-beginning/end-of-statement has yet to be amended.)
11335
11336 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
11337 New macros.
11338
11339 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
11340 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
11341 c-vsemi-status-unknown-p-fn (in a new page).
11342
11343 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
11344 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
11345 numerous awkward forms like
11346 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
11347 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
11348 variable before-ws-ip, the place just after char-before-ip appears.
11349
11350 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
11351 a comment.
11352
11353 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11354
11355 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
11356 `c-tentative-buffer-changes'.
11357
11358 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
11359 convert to macro to choose between Emacs and XEmacs at compile time.
11360
11361 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
11362
11363 (c-tentative-buffer-changes): New macro to handle temporary buffer
11364 changes in a convenient way.
11365
11366 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
11367 for `c-tentative-buffer-changes'.
11368
11369 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
11370 the checks for paren sexps between the point and the keyword, to
11371 avoid some false alarms.
11372
11373 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
11374 Fixed a situation where an error could be thrown for unbalanced
11375 parens. Changed to make use of c-keyword-member' to avoid some
11376 repeated regexp matches.
11377
11378 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
11379 These language variable are no longer necessary.
11380
11381 (c-block-stmt-kwds): New language constant used by
11382 c-looking-at-inexpr-block'.
11383
11384 (c-guess-basic-syntax): Remove an optional check that looked at
11385 the existence of the now removed language variables.
11386
11387 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
11388 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
11389 object instantiation expressions as declarations in some contexts.
11390 This bug only affected languages where the declarator can't be
11391 enclosed in parentheses.
11392
11393 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
11394 insert newlines before and after substatement braces.
11395
11396 * progmodes/cc-engine.el: Improved the heuristics for recognizing
11397 function declaration headers and the handling of C++ style member
11398 init lists.
11399
11400 (c-just-after-func-arglist-p): Rewritten to use
11401 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
11402
11403 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
11404
11405 (c-guess-basic-syntax): Adapt case 5B for the new
11406 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
11407 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
11408 covers all cases now).
11409
11410 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
11411
11412 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11413
11414 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
11415 c-string-par-start/separate c-sentence-end-with-esc-eol,
11416 initialised in c-setup-paragraph-variables, used in string
11417 scanning subroutines of c-beginning-of-statement.
11418
11419 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
11420 which precedes the newly inserted `{'.
11421
11422 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11423
11424 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
11425 function for declaration level blocks. It should now cope with
11426 templates better and also be a lot more comprehensible.
11427
11428 (c-looking-at-decl-block): The new function.
11429
11430 (c-search-uplist-for-classkey): The old one. It's now a wrapper
11431 for compatibility.
11432
11433 (c-add-class-syntax, c-guess-continued-construct)
11434 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
11435
11436 (c-decl-block-key): Change to tell apart ambiguous and
11437 unambiguous keywords. Pike specials are now handled directly in
11438 the code instead.
11439
11440 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
11441 New language constants and variables to make the backward skip in
11442 `c-looking-at-decl-block' as tight as possible.
11443
11444 (c-nonsymbol-token-char-list): New language constant.
11445
11446 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
11447 find balanced template arglists backwards.
11448
11449 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
11450 making char classes for `c-syntactic-skip-backward'.
11451
11452 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
11453 16D - can't be a class-close at that point.
11454
11455 * progmodes/cc-engine.el (c-guess-basic-syntax)
11456 (c-add-class-syntax): Don't narrow out the enclosing declaration
11457 level. This makes everything a lot easier, and it was actually
11458 only four small places that needed it to work. Some places that
11459 previously did `widen' are removed now, which has the effect that
11460 `c-guess-basic-syntax' never will look at things outside the
11461 current narrowment now. The anchor position for `topmost-intro'
11462 is affected by this, but it was so bogus it was basically useless
11463 before, and now it's equally bogus but in a slightly different way.
11464
11465 (c-narrow-out-enclosing-class): Gone.
11466
11467 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
11468 the narrowed region.
11469
11470 (c-least-enclosing-brace): Remove silly optional argument.
11471
11472 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
11473 the point could be left directly after an open paren when finding
11474 the beginning of the first decl in the block.
11475
11476 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
11477 Specify which submatch to use.
11478
11479 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
11480
11481 (c-decl-start-re): No longer any need for special treatment of
11482 ObjC due to the above.
11483
11484 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
11485 presumably follows C in that regard.
11486
11487 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
11488 New language constants to specify operator tokens inside
11489 identifiers in a more high level way.
11490
11491 (c-opt-identifier-prefix-key): New internal language constant.
11492
11493 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
11494 (c-identifier-start, c-identifier-key): Now completely calculated
11495 from other constants.
11496
11497 (c-identifier-last-sym-match): Decommission since it's no longer used.
11498
11499 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
11500
11501 * progmodes/cc-engine.el (c-forward-name): Remove the
11502 optimization when c-identifier-key is equal to c-symbol-key since
11503 it doesn't work in byte compiled files. Don't record empty
11504 regions as identifiers.
11505
11506 * progmodes/cc-langs.el (c-filter-ops): New helper function to
11507 simplify access to `c-operators' and its likes.
11508
11509 (c-operator-list, c-all-op-syntax-tokens)
11510 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
11511 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
11512 (c-primary-expr-regexp, c-cast-parens): Use it.
11513
11514 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
11515 an explicit language in functions.
11516
11517 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
11518 variant of adornment.
11519
11520 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
11521 variable.
11522
11523 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
11524 the Pike value.
11525
11526 * progmodes/cc-engine.el (c-on-identifier)
11527 (c-simple-skip-symbol-backward): Small fix for handling "-"
11528 correctly in `skip-chars-backward'. Affected the operator lfun
11529 syntax in Pike.
11530
11531 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
11532 diagnostic message about precompiled language vars not being used.
11533
11534 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
11535 "__attribute__" is followed by a parenthesis.
11536
11537 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
11538 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
11539 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
11540
11541 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
11542 Internal cleanups to properly detect the declared identifiers in
11543 various declarations.
11544
11545 (c-decl-start-kwds): New language constant to recognize
11546 declarations that can start anywhere. Used for class declarations
11547 in Pike.
11548
11549 (c-specifier-key, c-not-decl-init-keywords)
11550 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
11551 (c-find-decl-spots): Implement `c-decl-start-kwds'.
11552
11553 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
11554 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
11555 handling of the compiler specific extension keywords into a new
11556 language constant `c-decl-hangon-kwds' that defines keyword
11557 clauses to be ignored in declarations.
11558
11559 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
11560 past unrecognized tokens when handling `c-colon-type-list-kwds'.
11561 Necessary to stop at the declared identifier in e.g. IDL valuetype
11562 declarations.
11563
11564 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
11565 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
11566 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
11567 (c-forward-decl-or-cast-1): Recognize the declared identifier in
11568 class and enum declarations as such and not as part of the type.
11569
11570 (c-forward-decl-or-cast-1, c-forward-label): Relax the
11571 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
11572
11573 (c-forward-decl-or-cast-1): Don't disregard sure signs of
11574 declarations when there's some syntax error later on.
11575
11576 (c-complex-decl-matchers): Did away with a reference to
11577 `c-specifier-key'.
11578
11579 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
11580 value - this variable is always dynamically bound.
11581
11582 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
11583 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
11584 * cc-cmds.el, cc-defs.el: Change the policy for marking up
11585 functions that might do hidden buffer changes: All such internal
11586 functions are now marked instead of those that don't.
11587
11588 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
11589 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
11590 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
11591 (c-literal-type): Allow these functions to make hidden buffer changes,
11592 so that they are free to use text property caching later on.
11593
11594 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
11595 (c-electric-brace, c-electric-slash, c-electric-star)
11596 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
11597 (c-electric-paren, c-electric-continued-statement, c-indent-command)
11598 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
11599 (c-context-line-break): Add `c-save-buffer-state' calls to comply
11600 with the changed semantics of the functions above.
11601
11602 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
11603 when macros occur in obscure places. Optimized the sexp movement
11604 a bit.
11605
11606 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11607
11608 Enhancements for c-beginning-of-statement to work in AWK Mode:
11609
11610 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
11611 (completed statement) with `}' (statement completed by closing
11612 brace or semicolon) and `$' (statement completed by EOL).
11613
11614 (c-awk-virtual-semicolon-ends-prev-line-p)
11615 (c-awk-virtual-semicolon-ends-line-p)
11616 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
11617 (c-awk-at-statement-end-p): New functions.
11618
11619 * progmodes/cc-cmds.el: Simplify the structure of functions
11620 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
11621 two functions and c-beginning-of-statement to handle AWK Mode.
11622
11623 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
11624 c-backward-single-comment for AWK mode. Attempt to clarify their
11625 doc-strings.
11626
11627 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
11628
11629 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11630
11631 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
11632 label handling. Labels are now recognized in a uniform and more
11633 robust way, regardless of context. Text properties are put on all
11634 labels to recognize the following declarations better.
11635 Multiword labels are handled both in indentation and fontification for
11636 the benefit of language extensions like Qt. For consistency, keywords
11637 in labels are now fontified with the label face instead.
11638 That also applies to "case" and "default".
11639
11640 (c-beginning-of-statement-1): Fix some bugs in the label
11641 handling. Disregard `c-nonlabel-token-key' in labels that begin
11642 with `c-label-kwds'.
11643
11644 (c-find-decl-spots): Support that the callback adds more
11645 `c-decl-end' spots to find.
11646
11647 (c-forward-decl-or-cast-1): Don't treat a list of plain
11648 identifiers followed by a colon as a declaration.
11649
11650 (c-forward-label): New function to recognize labels.
11651
11652 (c-guess-basic-syntax): Replace uses of `c-label-key' with
11653 `c-forward-label'. Moved the label recognition cases (14 and 15)
11654 earlier since they aren't so context sensitive now. Handle labels
11655 on the top level gracefully. Moved access label recognition to
11656 the generic label case (CASE 15) - removed CASE 5E.
11657
11658 (c-font-lock-declarations): Add recognition of labels in the
11659 same round since we need to handle labels in parallell with other
11660 declarations to recognize both accurately. It should also improve
11661 speed.
11662
11663 (c-simple-decl-matchers, c-basic-matchers-after):
11664 Move `c-font-lock-labels' so that it only is used on decoration level 2
11665 since `c-font-lock-declarations' handles it otherwise.
11666
11667 (c-complex-decl-matchers): Remove the simplistic recognition of
11668 access labels.
11669
11670 (c-decl-prefix-re): Remove the kludges that was necessary to cope
11671 with labels earlier.
11672
11673 (c-decl-start-re): New language variable to make
11674 `c-font-lock-declarations' stop for the special protection labels
11675 in Objective-C that start with `@'.
11676
11677 (c-label-key): Remove since it's no longer used.
11678
11679 (c-recognize-colon-labels, c-label-prefix-re): New language
11680 constants to support recognition of generic colon-terminated labels.
11681
11682 (c-type-decl-end-used): `c-decl-end' is now used whenever there
11683 are colon terminated labels.
11684
11685 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
11686 first argument starts with a special brace list.
11687
11688 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
11689 (c-font-lock-declarations): Break out the declaration and cast
11690 recognition from `c-font-lock-declarations' to a new function, so
11691 that it can be used in the indentation engine.
11692
11693 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
11694 up to the start of the literal. Fixed bug with the point on the
11695 wrong side of the search limit that could happen when the start
11696 position is inside a literal.
11697
11698 * progmodes/cc-engine.el (c-parse-state)
11699 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
11700 so that it's kept a little bit back to increase the hit rate.
11701
11702 (c-parse-state): Change the macro handling and fixed some
11703 glitches. Macro context is checked more often than necessary now,
11704 but otoh less garbage conses are generated.
11705
11706 * progmodes/cc-engine.el (c-parse-state)
11707 (c-invalidate-state-cache): Cache the last position where
11708 `c-state-cache' applies. This can speed up refontification quite
11709 a bit in blocks where there are many non-brace parens before the point.
11710
11711 (c-state-cache-end): New variable for this.
11712
11713 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
11714 cache variable.
11715
11716 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
11717 get close initial continue positions when the start position is
11718 inside a literal or macro. Do not call the callback for spots
11719 before the start position (which can happen e.g. for `c-decl-end'
11720 spots inside comments). Optimize better in special cases when the
11721 region is a single line inside a literal or macro (typically when
11722 the current line is refontified).
11723
11724 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
11725 to `c-add-stmt-syntax' - there's no need to explicitly whack off
11726 entries from the paren state.
11727
11728 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
11729 special case for "else if" clauses.
11730
11731 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
11732 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
11733
11734 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
11735 New language variable to recognize the gcc extension with statement
11736 blocks inside expressions.
11737
11738 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
11739 it somewhat more comprehensible. The argument AT-BLOCK-START is
11740 no longer used and hence removed.
11741
11742 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
11743 to `c-add-stmt-syntax'.
11744
11745 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
11746 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
11747 This fixes bogus label recognition.
11748
11749 * progmodes/cc-engine.el (c-add-type, c-check-type)
11750 (c-forward-name, c-forward-type): Improve storage of template
11751 types in `c-found-types' so that they can be recognized better.
11752
11753 (c-syntactic-content): Add option to skip past nested parens.
11754
11755 * progmodes/cc-engine.el (c-forward-name):
11756 Set `c-last-identifier-range' all the time. It's less work that way.
11757 Handle that there might not be an identifier to store in
11758 `c-last-identifier-range'.
11759
11760 (c-forward-type): Handle that `c-last-identifier-range' might be
11761 nil from `c-forward-name'.
11762
11763 * progmodes/cc-defs.el (c-safe-scan-lists)
11764 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
11765
11766 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
11767 to work even if the form fails.
11768
11769 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
11770 down in a large file in one go.
11771
11772 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
11773
11774 * progmodes/cc-align.el (c-lineup-assignments): New lineup
11775 function which is like `c-lineup-math' but returns nil instead of
11776 `c-basic-offset' when it doesn't match.
11777
11778 (c-lineup-math): Change to use `c-lineup-assignments'.
11779
11780 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11781
11782 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
11783 c-beginning-of-statement. New subfunctions
11784 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
11785
11786 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11787
11788 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
11789 hardcoded char classes whereever possible. Changed a couple of
11790 places to use skip by syntax instead of skip by char class.
11791
11792 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
11793 Fix a bug in the regexp that caused extreme backtracking.
11794
11795 * progmodes/cc-langs.el (c-block-comment-starter)
11796 (c-block-comment-ender): New language constants to specify in a
11797 single place how block comments look.
11798
11799 (c-comment-start-regexp, c-block-comment-start-regexp)
11800 (comment-start, comment-end, comment-start-skip)
11801 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
11802 (c-syntactic-ws, c-nonempty-syntactic-ws)
11803 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
11804 `c-line-comment-starter', `c-block-comment-starter' and
11805 `c-block-comment-ender'.
11806
11807 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
11808 New language constants to break up things a bit.
11809
11810 (c-simple-ws): New language constant for simple whitespace.
11811
11812 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
11813
11814 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
11815 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
11816 newlines. Allow and ignore nil elements in the list.
11817
11818 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11819
11820 * progmodes/cc-cmds.el: Comment out a (n almost certainly
11821 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
11822
11823 * progmodes/cc-cmds.el: Tidy up the comments in
11824 c-beginning-of-statement and subfunctions.
11825
11826 * progmodes/cc-awk.el: Replace calls to put-text-property to the
11827 more flexible c-put-char-property and c-clear-char-properties.
11828 Add the author's email address.
11829
11830 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
11831
11832 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
11833 closing "*/" of a block comment.
11834
11835 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
11836 subfunctions) so that it works at BOB and EOB.
11837
11838 * progmodes/cc-cmds.el, cc-vars.el: More updating of
11839 c-beginning-of-statement, including new variable
11840 c-block-comment-start-regexp.
11841
11842 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11843
11844 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
11845 symbols from `*-font-lock-extra-types' so that there's no need to
11846 use `regexp-opt' on those lists.
11847
11848 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
11849 `c-type-modifier-kwds' is empty.
11850
11851 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
11852 there are several strings on the same line.
11853
11854 * progmodes/cc-engine.el (c-literal-limits): Remove the
11855 compatibility function for older emacsen. `c-literal-limits-fast'
11856 has now taken the place of this function.
11857
11858 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
11859 with older emacsen: We now require `pps-extended-state'.
11860
11861 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11862
11863 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
11864 which obviates the need to hack sentence-end. This now handles
11865 escaped newlines in strings correctly. Correct minor bugs in
11866 c-move-over-sentence and in c-beginning-of-statement.
11867
11868 * progmodes/cc-cmds.el (c-beginning-of-statement (and
11869 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
11870 that movement over macros and code are rigorously separated from
11871 eachother. Correct a few incidental bugs.
11872
11873 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
11874 Improve its doc-string. Improve the handling of certain specific cases.
11875
11876 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11877
11878 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
11879 (c-guess-basic-syntax): Change the way class-level labels are
11880 recognized; they can now contain essentially any symbols.
11881
11882 (c-opt-extra-label-key): New language variable to cope with the
11883 special protection label syntax in Objective-C.
11884
11885 (c-opt-access-key): Remove; this is now handled better by
11886 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
11887
11888 (c-complex-decl-matchers): Update to handle that
11889 `c-opt-access-key' no longer exists.
11890
11891 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
11892 improved label recognition in `c-beginning-of-statement-1'.
11893
11894 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
11895 Recognize bitfields better.
11896
11897 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
11898 Remove some cruft and fixed a bug that could cause it to go to a
11899 position further down.
11900
11901 * progmodes/cc-langs.el, cc-engine.el
11902 (c-beginning-of-statement-1): Improve detection of labels in
11903 declaration contexts.
11904
11905 (c-beginning-of-decl-1): Use it.
11906
11907 (c-nonlabel-token-key): New language constant and variable needed
11908 by `c-beginning-of-statement-1'.
11909
11910 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
11911 manifested itself due to the correction in `c-forward-sexp'.
11912
11913 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
11914 Make these behave as documented when used at the buffer limits.
11915
11916 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
11917 (c-type-decl-end-used): Made this a language variable.
11918
11919 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
11920 correctly when `combine-after-change-calls' is used together with
11921 temporary narrowings.
11922
11923 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11924 Report labels correctly when the start point is immediately after the
11925 colon.
11926
11927 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
11928 Remove since it isn't used anymore.
11929
11930 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
11931 bracket arglists such as template parens in C++.
11932
11933 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
11934 in the last check-in. Some optimization.
11935
11936 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
11937 where it could stop at the same level in a preceding sexp when
11938 PAREN-LEVEL is set.
11939
11940 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
11941 text property lookup only when it's needed.
11942
11943 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
11944 Change the policy for paren marked angle brackets to be more
11945 persistent; once marked they remain marked even when they're found
11946 to be unbalanced in the searched region. This should keep the
11947 paren syntax around even when individual lines are refontified in
11948 multiline template arglists.
11949
11950 (c-parse-and-markup-<>-arglists): New dynamically bound variable
11951 to control markup so that incorrect angle bracket arglists aren't
11952 marked in contexts where the correct value for
11953 `c-disallow-comma-in-<>-arglists' isn't known.
11954
11955 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
11956 argument has become `c-parse-and-markup-<>-arglists'.
11957
11958 (c-remove-<>-arglist-properties): Remove - no longer used.
11959
11960 (c-after-change-check-<>-operators): New function used on
11961 `after-change-functions' to avoid that "<" and ">" characters that
11962 are part of longer operators have paren syntax.
11963
11964 (c-<>-multichar-token-regexp): New language variable used by
11965 `c-after-change-check-<>-operators'.
11966
11967 (c-after-change): Call `c-after-change-check-<>-operators'.
11968
11969 (c-font-lock-<>-arglists): Use the context properties set by
11970 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
11971 correctly to avoid doing invalid markup.
11972
11973 (c-font-lock-declarations): Remove code that undoes the invalid
11974 markup done by `c-font-lock-<>-arglists'.
11975
11976 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
11977 after `c-font-lock-declarations'.
11978
11979 * progmodes/cc-engine.el (c-syntactic-skip-backward):
11980 Add paren-level feature.
11981
11982 (c-guess-basic-syntax): Improve the anchor position for
11983 `template-args-cont' in nested template arglists. There's still
11984 much to be desired in this area, though.
11985
11986 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11987
11988 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
11989 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
11990
11991 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11992
11993 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
11994 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
11995
11996 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
11997 it doesn't work no longer are supported.
11998
11999 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
12000 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
12001 requires support for the syntax-table' text property, which rules
12002 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
12003 cruft associated with those versions.
12004
12005 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
12006 for the `syntax-table' text property, which rules out Emacs 19 and
12007 XEmacs < 21.4. Removed various compatibility cruft associated
12008 with those versions.
12009
12010 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
12011 support for the `syntax-table' text property.
12012
12013 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
12014 variable and use an extra quoted face name instead. All the
12015 emacsen flavors handle that correctly.
12016
12017 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
12018 (c-font-lock-declarators, c-font-lock-declarations)
12019 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
12020 property to mark the items in in declarator lists to handle
12021 refontification inside multiline declarations better.
12022
12023 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
12024 construct like "a * b = c;" as a declaration.
12025
12026 2005-12-08 Kim F. Storm <storm@cua.dk>
12027
12028 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
12029 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
12030 select either meta, hyper, or super modifier for rectangle commands.
12031 (cua--rectangle-modifier-key): New defvar.
12032 (cua--M/H-key): Use it. Remove special case for `space'.
12033 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
12034 on X, to meta otherwise. Always bind C-return to toggle
12035 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
12036
12037 * emulation/cua-rect.el (cua-help-for-rectangle):
12038 Use cua--rectangle-modifier-key. Handle super modifier too.
12039 (cua--init-rectangles): Always bind C-return to toggle rectangle.
12040 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
12041
12042 * ido.el: Move Acknowledgements and History after Commentary.
12043 Minor changes to Commentary.
12044
12045 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
12046 keymap if cua--prefix-override-timer is `shift'.
12047 (cua--shift-control-prefix): New function; emulate "type prefix
12048 key twice" functionality to handle shifted prefix key override.
12049 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
12050 New commands.
12051 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
12052
12053 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
12054
12055 * textmodes/org.el (org-insert-heading): Try to do items before
12056 headings.
12057 (org-agenda-mode): Quote `org-agenda-mode-hook'.
12058 (org-insert-item): New function.
12059 (org-renumber-ordered-list): Don't skip to higher level lists.
12060
12061 2005-12-08 Juri Linkov <juri@jurta.org>
12062
12063 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
12064
12065 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
12066
12067 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
12068
12069 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
12070 the constructed function name fun-1.
12071
12072 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
12073 because such links don't lead to parent documentation.
12074
12075 2005-12-08 Kenichi Handa <handa@m17n.org>
12076
12077 * descr-text.el (describe-char): Use *Help-2* buffer if the
12078 current buffer is *Help*. Call describe-text-properties while
12079 setting the original buffer.
12080
12081 2005-12-07 Bill Wohler <wohler@newt.com>
12082
12083 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
12084 and causes problems with non-MH users (such as Gnus users).
12085
12086 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
12087
12088 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
12089 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
12090 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
12091 command "info sources". Move calls to GDB command "list".
12092 (gdb-find-file-hook): Just use gdb-source-file-list.
12093 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
12094 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
12095 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
12096 (gdb-data-list-register-values-handler): Use correct trigger name.
12097
12098 2005-12-07 Kim F. Storm <storm@cua.dk>
12099
12100 * ido.el (ido-completion-map): Rename from ido-mode-map.
12101 (ido-common-completion-map, ido-file-completion-map)
12102 (ido-file-dir-completion-map, ido-buffer-completion-map):
12103 Rename from ido-mode-....-map.
12104 (ido-init-completion-maps): Rename from ido-init-mode-maps.
12105 (ido-setup-completion-map): Rename from ido-define-mode-map.
12106 (ido-read-internal): Bind minibuffer-local-filename-completion-map
12107 to ido-completion-map.
12108
12109 2005-12-07 Kenichi Handa <handa@m17n.org>
12110
12111 * international/mule-cmds.el
12112 (set-display-table-and-terminal-coding-system): If the coding
12113 system specified in `unibyte-display' property is different from
12114 the arg coding-system, don't setup standard-display-table.
12115
12116 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12117
12118 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
12119 that comments end at \n, regardless of selective-display.
12120
12121 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
12122
12123 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
12124 (gdb-version): New variables.
12125 (gdb-source-file-list, gdb-register-names)
12126 (gdb-changed-registers): New variables for use with GDB 6.4+.
12127 (gdb-ann3): Replace with...
12128 (gdb-init-1, gdb-init-2): ...two new functions.
12129 (gdba, gdb-prompt): Call gdb-init-1.
12130 (gdb-get-version): New function. Call gdb-init-2 from here.
12131 (gud-watch): Make it work with mouse events too.
12132 (gdb-post-prompt): Don't add to queue until GDB version is known.
12133 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
12134 (gdb-locals-mode): Use gdb-version.
12135 (gdb-memory-format-map, gdb-memory-unit-map)
12136 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
12137 (gdb-locals-font-lock-keywords-1)
12138 (gdb-locals-font-lock-keywords-2): New variables.
12139 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
12140 (gdb-set-gud-minor-mode-existing-buffers-1)
12141 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
12142 (gdb-var-update-1, gdb-var-update-handler-1)
12143 (gdb-data-list-register-values-handler)
12144 (gdb-data-list-register-values-custom)
12145 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
12146 (gdb-stack-list-locals-handler, gdb-get-register-names):
12147 New functions for use with GDB 6.4+.
12148 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
12149 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
12150 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
12151 (gdb-stack-list-locals-regexp)
12152 (gdb-data-list-register-names-regexp): New regexps for use with
12153 GDB 6.4+.
12154
12155 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12156
12157 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
12158
12159 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
12160
12161 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
12162 prompts work for AUTH PLAIN. Also reported by Steve Allan
12163 <seallan@verizon.net>.
12164
12165 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
12166
12167 * frame.el (set-frame-parameter): Add doc string.
12168
12169 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
12170
12171 * textmodes/org.el (org-occur-highlights): New variable.
12172 (org-highlight-new-match, org-remove-occur-highlights): New functions.
12173 (org-highlight-sparse-tree-matches): New option.
12174 (org-do-occur): New function.
12175 (org-get-heading): Make it work also at beginning of line.
12176 (org-category-table): New variable.
12177 (org-get-category-table, org-get-category)
12178 (org-camel-to-words, org-link-search): New functions.
12179 (org-select-this-todo-keyword): New variable.
12180 (org-todo-list): New command.
12181 (org-shiftright, org-shiftleft): New commands.
12182 (org-agenda-todo): Add prefix argument.
12183 (org-show-hierarchy-above): New option.
12184 (org-show-todo-tree): Numerical prefix creates tree for specific
12185 TODO keyword.
12186 (org-outline-level): New function, to assign a level to plain
12187 lists items.
12188 (org-cycle-include-plain-lists): New option.
12189 (org-mode): Use `org-outline-level' as value of `outline-level'.
12190 (org-cycle): Temporarily switch `outline-regexp' if
12191 `org-cycle-include-plain-lists' is non-nil.
12192 (org-start-icalendar-file): Fix format bug.
12193 (org-agenda-get-day-entries): Create category table.
12194 (org-agenda-get-todos, org-agenda-get-timestamps)
12195 (org-agenda-get-deadlines, org-agenda-get-scheduled)
12196 (org-agenda-get-blocks): Use `org-get-category'.
12197 (org-context-in-file-links): Rename from
12198 `org-line-numbers-in-file-links'.
12199
12200 2005-12-06 Romain Francoise <romain@orebokech.com>
12201
12202 * window.el (balance-windows): Delete extraneous third arg in call
12203 to `enlarge-window'.
12204
12205 2005-12-06 Kenichi Handa <handa@m17n.org>
12206
12207 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
12208
12209 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
12210
12211 * progmodes/gdb-ui.el (gdb-var-create-handler)
12212 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
12213 (gdb-var-list-children-handler, gdb-var-update-handler):
12214 Current buffer is already gdb-partial-output-buffer, don't
12215 make it current again.
12216
12217 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
12218
12219 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
12220 (list-buffers-noselect): Use it.
12221
12222 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
12223
12224 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
12225 (mail-yank-ignored-headers): Use regexp-opt.
12226 (mail-mode-map): Move initialization into declaration.
12227 (mail-sent-via): Remove unused shadowed var `to-line'.
12228 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
12229 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
12230 (mail-do-fcc): Use dolist and push.
12231 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
12232 (mail-yank-ignored-headers): Don't autoload.
12233
12234 2005-12-05 Kenichi Handa <handa@m17n.org>
12235
12236 * international/mule-cmds.el (set-language-info-internal): New fun.
12237 (set-language-info): Call set-language-info-internal to update
12238 language-info-alist. If LANG-ENV is the current one, call
12239 set-language-environment to make INFO effective now.
12240 (set-language-info-alist): Likewise.
12241 (locale-language-names): With locale "en", use English
12242 lang. env. but set the default codings to iso-8859-1.
12243
12244 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
12245
12246 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
12247 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
12248 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
12249 for plain strings.
12250 (gdb-frames-mode): Remove redundant call to font-lock-mode.
12251 (gdb-all-registers): Rename from toggle-gdb-all-registers.
12252 Create registers buffer if necessary. Echo new state in minibuffer.
12253 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
12254
12255 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
12256
12257 * info.el (Info-fontify-node): Match external links using
12258 non-directory part of filename.
12259
12260 2005-12-04 Juri Linkov <juri@jurta.org>
12261
12262 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
12263 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
12264 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
12265 because there is no customization option for it.
12266
12267 * font-lock.el (lisp-font-lock-keywords-1):
12268 Add define-global-minor-mode.
12269
12270 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
12271
12272 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
12273 properties on the constructed variable names.
12274
12275 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12276 Put `definition-name' properties on the constructed function names
12277 next-sym and prev-sym.
12278
12279 * emacs-lisp/find-func.el (find-function-regexp):
12280 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
12281 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
12282 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
12283 and easy-menu-define.
12284
12285 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
12286 easy-mmode-define-global-mode and define-global-minor-mode.
12287 (lisp-imenu-generic-expression): Add define-global-minor-mode.
12288
12289 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
12290 instead of easy-mmode-define-global-mode.
12291
12292 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
12293 Use define-minor-mode instead of easy-mmode-define-minor-mode.
12294
12295 * cus-edit.el (customize-group, customize-group-other-window):
12296 Filter out autoloaded options from the group completion list by
12297 using heuristics that autoloaded groups don't have `custom-autoload'
12298 property on their symbols (they have only `custom-loads').
12299
12300 * simple.el (completion-setup-function): Put completions-common-part
12301 face on complete completion string too (i.e. completion string
12302 without completions-first-difference face).
12303
12304 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
12305
12306 2005-12-03 Eli Zaretskii <eliz@gnu.org>
12307
12308 * view.el (view-mode): Doc fix.
12309
12310 * disp-table.el (standard-display-european): Add to the warning
12311 message a reference to the doc string.
12312
12313 * play/yow.el (apropos-zippy): Call print-help-return-message,
12314 similar to other Help and Apropos commands.
12315
12316 * help.el (print-help-return-message): If pop-up-frames is
12317 non-nil, set up help-return-method to delete the help window and,
12318 possibly, its frame as well, and don't display message about
12319 scrolling the help window. Doc fix.
12320 (help-return-method): Doc fix.
12321
12322 2005-12-03 Martin Rudalics <rudalics@gmx.at>
12323
12324 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
12325 whereby names of length one or names starting with a
12326 symbol-constituent character would not be returned.
12327
12328 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12329
12330 * subr.el (atomic-change-group): Add edebug and indentation spec.
12331
12332 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12333
12334 * completion.el (save-completions-file-name): Fix typo in last change.
12335
12336 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12337
12338 * info.el: Move back/forward history to the beginning of the tool bar.
12339
12340 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
12341
12342 * allout.el (eval-when-compile): Remove unnecessary load of cl.
12343 Add fset of allout-real-isearch-abort during compile to fix
12344 byte-compilation warnings.
12345 (allout-mode-p): Move definition of this macro above all uses, or
12346 byte compilation in barren emacs (eg, during emacs build) will
12347 lack the definition.
12348 (allout-mode): Move this variable above any uses, or byte
12349 compilation will fail.
12350 (allout-resolve-xref): Remove use of personal file-reference function.
12351 (allout-toggle-current-subtree-encryption): Do the current (ie,
12352 visible containing) topic, rather than nearest around point. Doc fix.
12353 (allout-toggle-subtree-encryption): New function, workhorse that
12354 works on nearest topic containing point.
12355 (allout-encrypt-string): Signal requirement for newer version of pgg.
12356 (allout-resumptions): Doc fix.
12357
12358 2005-12-02 Eli Zaretskii <eliz@gnu.org>
12359
12360 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
12361
12362 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
12363
12364 * textmodes/flyspell.el (flyspell-external-point-words):
12365 Consider a misspelling as found in the string search if: (a) misspelling
12366 and found string lengths match, or (b) misspelling is found as
12367 element in a boundary-chars separated longer string, or (c)
12368 ispell-program-name is really ispell and misspelling is found as
12369 part of a TeX string. After successful match move beginning of
12370 search region to end of match. Warn about not found misspellings
12371 once the process is done.
12372 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
12373
12374 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
12375
12376 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
12377 tool bar (removed inadvertently).
12378
12379 2005-12-02 Juri Linkov <juri@jurta.org>
12380
12381 * log-view.el (log-view-diff): Clarify doc string.
12382
12383 2005-12-01 Bill Wohler <wohler@newt.com>
12384
12385 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
12386 triggers lm-verify errors.
12387
12388 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
12389
12390 * simple.el (transient-mark-mode, line-number-mode)
12391 (column-number-mode, size-indication-mode): Remove `:require nil'.
12392
12393 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
12394
12395 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
12396 in the margin also.
12397 (gdb-breakpoints-mode-map): Use D instead of d for
12398 gdb-delete-breakpoint.
12399 (gdb-get-frame-number): Require a number to match on.
12400 (gdb-threads-mode-map): Add follow-link binding.
12401
12402 2005-11-30 Jason Rumney <jasonr@gnu.org>
12403
12404 * isearch.el (isearch-mode-map): Avoid exiting search on
12405 language-change event.
12406
12407 2005-11-30 Romain Francoise <romain@orebokech.com>
12408
12409 * speedbar.el (speedbar-default-position): New defcustom.
12410 (speedbar-frame-reposition-smartly): Use it.
12411
12412 * dframe.el (dframe-reposition-frame-emacs): Fix position
12413 computation for `left' location.
12414 Update copyright year.
12415
12416 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
12417
12418 * help.el (help-map): Move initialization into declaration.
12419
12420 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
12421
12422 * help-fns.el (help-argument-name): Don't autoload.
12423 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
12424 to be re-loaded when customizing the `help' group.
12425
12426 2005-11-30 John Paul Wallington <jpw@gnu.org>
12427
12428 * help-fns.el (describe-function-1): Fill arglist output.
12429
12430 2005-11-30 Kim F. Storm <storm@cua.dk>
12431
12432 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
12433 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
12434 after revert-buffer (or anything else which kills all local variables).
12435
12436 * apropos.el (apropos-parse-pattern): Doc fix.
12437 Set apropos-regexp directly, rather than expecting callers to do so.
12438 (apropos-command, apropos, apropos-value, apropos-documentation):
12439 Simplify calls to apropos-parse-pattern.
12440
12441 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
12442
12443 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
12444 (hi-lock-face-phrase-buffer): Use hi-yellow face.
12445 (hi-lock-write-interactive-patterns): Use comment-region.
12446
12447 * longlines.el (longlines-mode): Add mail-setup-hook.
12448
12449 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
12450
12451 * simple.el (sendmail-user-agent-compose, next-line):
12452 Conditionally use hard-newline.
12453
12454 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
12455
12456 * international/latexenc.el (latex-inputenc-coding-alist):
12457 Reword doc string.
12458
12459 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
12460
12461 * help.el (describe-key-briefly, describe-key): Recognize default
12462 bindings.
12463
12464 2005-11-29 Romain Francoise <romain@orebokech.com>
12465
12466 * view.el (view-inhibit-help-message): New defcustom.
12467 (view-mode-enter): Use it.
12468
12469 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
12470
12471 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
12472 Preserve user position.
12473
12474 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
12475
12476 * font-lock.el: Throw error if facemenu is not loaded to prevent
12477 accidental change of loading order in loadup.el. (Suggested by RMS.)
12478
12479 * loadup.el: Add comment explaining why facemenu must be loaded
12480 before font-lock.
12481
12482 2005-11-28 Jay Belanger <belanger@truman.edu>
12483
12484 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
12485 (calc-dispatch-map): Add more keys for `calc-same-interface'.
12486
12487 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
12488
12489 * calc/calc-embed.el (calc-do-embedded): Update help message.
12490
12491 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
12492
12493 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12494
12495 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
12496
12497 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
12498 called-interactively-p.
12499 (elp-profilable-p): Rename from elp-not-profilable-p.
12500 Invert result and take into account macros and autoloaded functions.
12501 (elp-instrument-function): Update call.
12502 (elp-instrument-package): Update call. Add completion.
12503 (elp-pack-number): Use match-string.
12504 (elp-results-jump-to-definition-by-mouse): Merge into
12505 elp-results-jump-to-definition and then remove.
12506 (elp-output-insert-symname): Make help echo text single-line.
12507
12508 * replace.el (query-replace-map): Move initialization into declaration.
12509 (occur-engine): Use with-current-buffer.
12510 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
12511 (occur-mode-mouse-goto): Replace with an alias.
12512
12513 2005-11-28 Juri Linkov <juri@jurta.org>
12514
12515 * simple.el (quoted-insert): Let-bind input-method-function to nil.
12516
12517 * term/w32-win.el: Bind [S-tab] to [backtab].
12518
12519 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
12520 `Info-find-file' to t.
12521
12522 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
12523 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
12524 and same-window-regexps.
12525 (occur-next-error): Don't move point for arg 0.
12526
12527 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
12528
12529 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
12530
12531 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12532
12533 * log-edit.el (log-edit-changelog-use-first): New var.
12534 (log-edit-changelog-ours-p): Use it.
12535 (log-edit-insert-changelog): Set it with new arg `use-first'.
12536 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
12537 (log-edit-hook): Add them to the list of suggested options.
12538
12539 * textmodes/flyspell.el (flyspell-last-buffer): New var.
12540 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
12541 redundant work.
12542 (flyspell-mode-on): Use add-hook for after-change-functions.
12543 (flyspell-mode-off): Use remove-hook for after-change-functions.
12544 (flyspell-changes): Make it buffer-local.
12545 (flyspell-after-change-function): Make it non-interactive. Use push.
12546 (flyspell-post-command-hook): Check input-pending-p while processing
12547 the potentially long list of buffer changes.
12548
12549 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
12550
12551 * buff-menu.el (list-buffers-noselect): Display the selected
12552 frame's buffer list, not the global one.
12553
12554 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
12555
12556 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
12557 that (list last-input-event) works as in interactive spec.
12558
12559 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
12560
12561 * loadup.el ("facemenu"): Load facemenu before font-lock, because
12562 `facemenu-keymap' needs to be defined when font-lock is loaded.
12563 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
12564
12565 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
12566
12567 * completion.el: Remove useless leading * in defcustom docstrings.
12568 (save-completions-file-name): Use ~/.emacs.d if available.
12569 (completion-standard-syntax-table): Rename from
12570 cmpl-standard-syntax-table and fold initialization into declaration,
12571 thus removing cmpl-make-standard-completion-syntax-table.
12572 (completion-lisp-syntax-table, completion-c-syntax-table)
12573 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
12574 (cmpl-saved-syntax, cmpl-saved-point): Remove.
12575 (symbol-under-point, symbol-before-point)
12576 (symbol-under-or-before-point, symbol-before-point-for-complete)
12577 (add-completions-from-c-buffer): Use with-syntax-table.
12578 (make-completion): Don't return a list of completion entries.
12579 Update callers.
12580 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
12581 (completion-initialize): Rename from initialize-completions.
12582 (completion-find-file-hook): Rename from cmpl-find-file-hook.
12583 (kill-emacs-save-completions): Collect stats here.
12584 (save-completions-to-file, load-completions-from-file):
12585 Use with-current-buffer.
12586 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
12587 into a function. Move all calls to toplevel.
12588 (completion-lisp-mode-hook): New fun.
12589 (completion-c-mode-hook, completion-setup-fortran-mode):
12590 Set the syntax-table here. Use local-set-key.
12591 (completion-saved-bindings): New var.
12592 (dynamic-completion-mode): Make it into a proper minor mode.
12593 (load-completions-from-file): Remove unused var `num-uses'.
12594
12595 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
12596 constructor if it is explicitly overridden.
12597
12598 * complete.el (PC-completion-as-file-name-predicate):
12599 Use minibuffer-completing-file-name.
12600 (partial-completion-mode): Use find-file-not-found-functions.
12601 (PC-lisp-complete-symbol): Use with-syntax-table.
12602 (PC-look-for-include-file): Remove dead setq.
12603 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
12604 (PC-complete): Use with-current-buffer.
12605
12606 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
12607 escape single quotes.
12608
12609 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
12610
12611 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
12612 of `if' whose condition always returned nil. Doc fix.
12613
12614 * buff-menu.el (Buffer-menu-revert-function): Make the selected
12615 window's buffer the current buffer around the call to
12616 `list-buffers-noselect'. This is necessary to mark that buffer
12617 with a `.' in the Buffer Menu when called from Lisp, for instance
12618 by Auto Revert Mode.
12619
12620 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
12621
12622 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
12623 attaching to it.
12624 (gdb-pre-prompt): Make sure gdb-error is reset.
12625
12626 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
12627 with a child process, detect it.
12628 (gud-speedbar-buttons): Match regexp more carefully.
12629
12630 2005-11-27 Richard M. Stallman <rms@gnu.org>
12631
12632 * mouse.el (mouse-drag-move-window-bottom):
12633 Use adjust-window-trailing-edge.
12634
12635 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
12636
12637 * simple.el (blink-matching-open): Ignore
12638 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
12639 (blink-matching-paren-on-screen): Update docstring.
12640
12641 * paren.el (show-paren-mode): No longer change
12642 `blink-matching-paren-on-screen'.
12643
12644 2005-11-27 John Paul Wallington <jpw@pobox.com>
12645
12646 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12647 (gdb-threads-select, gdb-edit-register-value):
12648 Use `posn-set-point' instead of `mouse-set-point' because the
12649 latter is not fbound when configured without X.
12650
12651 2005-11-27 Kim F. Storm <storm@cua.dk>
12652
12653 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
12654 existing face when partially highlighting a TAB in a rectangle.
12655
12656 2005-11-26 Kim F. Storm <storm@cua.dk>
12657
12658 * ido.el (ido-mode-map): Doc fix.
12659 (ido-mode-common-map, ido-mode-file-map)
12660 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
12661 (ido-define-mode-map): Rewrite. Select one of the new maps as
12662 parent for ido-mode-map instead of building from scratch.
12663 (ido-init-mode-maps): New defun to initialize new maps.
12664 (ido-mode): Call it.
12665 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
12666 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
12667
12668 2005-11-26 John Paul Wallington <jpw@pobox.com>
12669
12670 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
12671 `mouse-set-point' because the latter is not fbound when configured
12672 without X.
12673
12674 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
12675
12676 * files.el (file-relative-name): Doc fix.
12677
12678 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
12679
12680 * progmodes/octave-inf.el (inferior-octave-startup): Force a
12681 non-empty string for secondary prompt PS2.
12682
12683 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
12684
12685 * progmodes/compile.el (compilation-setup): Fix last change.
12686
12687 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
12688
12689 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12690 (gdb-mouse-toggle-breakpoint-margin)
12691 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
12692 Add gdb-server-prefix to keep out of command history.
12693 (gdb-edit-register-value): New function.
12694 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
12695 (gdb-info-registers-custom): Use above map.
12696
12697 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
12698
12699 * custom.el (enable-theme): Signal error if argument is not a
12700 theme. Don't recalculate a face if it's not loaded yet.
12701
12702 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
12703 the `user' theme is in effect.
12704
12705 * info.el (Info-on-current-buffer): Record actual filename in
12706 Info-current-file, instead of t, or a fake filename if a non-file
12707 buffer. Make autoload.
12708 (Info-find-node, Info-revert-find-node): No need to check for
12709 Info-current-file nil.
12710 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
12711 Info-current-file is now never `t'.
12712 (Info-fontify-node): Many simplifications due to Info-current-file
12713 always being valid. Use Info-find-file to find node filename.
12714
12715 2005-11-25 David Kastrup <dak@gnu.org>
12716
12717 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
12718 new character, then delete" in order to preserve markers.
12719
12720 2005-11-25 David Ponce <david@dponce.com>
12721
12722 * recentf.el (recentf-arrange-by-rule): Handle a special
12723 `auto-mode-alist'-like "strip suffix" rule.
12724 (recentf-build-mode-rules): Handle second level auto-mode entries.
12725
12726 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
12727
12728 * viper-keym.el (viper-ESC-key): Use different values in terminal and
12729 window modes.
12730
12731 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
12732 jde-javadoc-checker-report-mode.
12733
12734 * ediff-wind (ediff-make-wide-display): Slight simplification.
12735
12736 * ediff.el (ediff-date): Change the date of last update.
12737
12738 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
12739
12740 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
12741 Use define-minor-mode, and make it a local mode. Turn on font-lock.
12742 (hi-lock-mode): New global minor mode.
12743 (turn-on-hi-lock-if-enabled): New function.
12744 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
12745 Change arguments to regexp and face instead of a font-lock pattern.
12746 Directly set face property, instead of refontifying.
12747 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
12748 (hi-lock-find-patterns): Use line-number-at-pos.
12749
12750 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
12751 arguments for hi-lock-set-pattern.
12752 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
12753 Call font-lock-fontify-buffer.
12754 (hi-lock-find-file-hook, hi-lock-current-line)
12755 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
12756
12757 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
12758 turned off.
12759
12760 * progmodes/compile.el (compilation-setup): Don't fiddle with
12761 font-lock-defaults.
12762
12763 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
12764
12765 * progmodes/gdb-ui.el (gdb-var-create-handler)
12766 (gdb-var-list-children-handler): Find values for all variable
12767 objects. gud-speedbar-buttons decides whether to display them.
12768
12769 2005-11-24 Romain Francoise <romain@orebokech.com>
12770
12771 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
12772 buffer name with a space.
12773
12774 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
12775
12776 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
12777 `org-export-local-list-max-depth'. Change default value to 3.
12778 (org-auto-renumber-ordered-lists)
12779 (org-plain-list-ordered-item-terminator): New options.
12780 (org-at-item-p, org-beginning-of-item, org-end-of-item)
12781 (org-get-indentation, org-get-string-indentation)
12782 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
12783 New functions.
12784 (org-move-item-down, org-move-item-up): New commands.
12785 (org-export-as-html): New classes for CSS support. Bug fix in
12786 regular expression detecting fixed-width regions. Respect
12787 `org-local-list-ordered-item-terminator'.
12788 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
12789 also a list item.
12790 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
12791 New item moving functions.
12792
12793 2005-11-24 Juri Linkov <juri@jurta.org>
12794
12795 * isearch.el (isearch-repeat): With empty search ring set
12796 `isearch-error' to the error string instead of signaling error
12797 with the function `error'.
12798
12799 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12800
12801 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
12802
12803 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
12804
12805 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
12806 and variable.
12807 (gdb-var-create-handler, gdb-var-list-children-handler):
12808 Don't match on "char **...".
12809 (gdb-var-update-handler): Find values for all variable objects.
12810 (gdb-info-frames-custom): Identify frames by leading "#".
12811
12812 * progmodes/gud.el (gud-speedbar-menu-items): Add
12813 gdb-speedbar-auto-raise as radio button.
12814 (gud-speedbar-buttons): Raise speedbar if requested.
12815 Don't match on "char **...".
12816 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
12817 Make it editable.
12818
12819 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
12820
12821 * info.el (Info-fontify-node): Handle the case where
12822 Info-current-file is t.
12823
12824 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
12825
12826 * simple.el (blink-matching-open): Fix off-by-one in last change.
12827
12828 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12829
12830 * term/mac-win.el: Don't change default directory.
12831
12832 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
12833
12834 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
12835 buffers correctly. (It used to throw an error in such buffers.)
12836 Make it ask for confirmation in group buffers and other Custom
12837 buffers containing more than one customization item.
12838
12839 2005-11-22 John Paul Wallington <jpw@gnu.org>
12840
12841 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
12842 property on mail and url overlays.
12843 (goto-address-at-point): Use `posn-set-point' instead of
12844 `mouse-set-point' because the latter is not fbound when configured
12845 without X.
12846
12847 2005-11-22 Lars Hansen <larsh@soem.dk>
12848
12849 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
12850 (ls-lisp-classify, ls-lisp-format): Delete call to
12851 ls-lisp-parse-symlink.
12852 (ls-lisp-handle-switches): Handle symlinks to directories as
12853 directories when ls-lisp-dirs-first in non-nil.
12854
12855 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
12856
12857 * startup.el (command-line): Make sure that loaddefs.el is handled
12858 correctly in load-history.
12859
12860 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
12861
12862 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
12863 (gdb-struct-string, gdb-array-string): New constants.
12864 (gdb-info-locals-handler): Use them.
12865 (gdb-reset): Reset gdb-var-list to nil.
12866
12867 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12868
12869 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
12870 in patterns.
12871
12872 2005-11-21 Juri Linkov <juri@jurta.org>
12873
12874 * custom.el (defcustom): Update link types in docstring.
12875
12876 2005-11-20 Martin Rudalics <rudalics@gmx.at>
12877
12878 * custom.el (defgroup): Add doc-string-elt info.
12879
12880 * widget.el (define-widget): Don't use declare for the doc-string-elt.
12881
12882 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12883
12884 * newcomment.el (comment-enter-backward): Fix last fix.
12885
12886 * simple.el (blink-matching-open):
12887 * paren.el (show-paren-function): Allow new paren-class info.
12888
12889 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
12890
12891 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
12892 handled automagically.
12893
12894 2005-11-20 Andreas Schwab <schwab@suse.de>
12895
12896 * descr-text.el (describe-char): When copying overlays put them
12897 over the full char description instead of just the first character
12898 of it.
12899
12900 2005-11-20 Juri Linkov <juri@jurta.org>
12901
12902 * simple.el (what-cursor-position):
12903 * descr-text.el (describe-char): Use Lisp-readable syntax
12904 for octal and hex. Reorder decimal, octal and hex values.
12905 Remove excess whitespace in the output. Use `=' in `column='
12906 like in `point=' and `Hscroll='.
12907
12908 * international/mule-cmds.el (encoded-string-description):
12909 Use Lisp-readable syntax for hex.
12910
12911 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
12912
12913 * newcomment.el (comment-enter-backward): Handle the case where the
12914 comment is closed by EOB.
12915
12916 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
12917
12918 * longlines.el (longlines-before-revert-hook)
12919 (longlines-after-revert-hook): New functions.
12920 (longlines-mode): Turn off longlines temporarily when reverting.
12921 Add a message-setup-hook.
12922 (longlines-decode-buffer): New function.
12923 (longlines-wrap-line): Preserve marker positions.
12924
12925 2005-11-19 Andreas Schwab <schwab@suse.de>
12926
12927 * emacs-lisp/shadow.el: Handle compressed files.
12928
12929 2005-11-19 Romain Francoise <romain@orebokech.com>
12930
12931 * net/browse-url.el (browse-url-default-browser): Signal an error
12932 if no usable browser can be found, rather than try to load w3.
12933
12934 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
12935
12936 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
12937 replacing existing properties.
12938 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
12939 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
12940 tty specs.
12941 (rcirc-server-prefix, rcirc-server): New faces.
12942 (rcirc-url-regexp): Generate with rx macro.
12943 (rcirc-last-server-message-time): New variable.
12944 (rcirc-filter): Record time of last message.
12945 (rcirc-keepalive): Kill processes that did not send a message
12946 since the last ping.
12947 (rcirc-mode): Give rcirc-topic a local binding here.
12948
12949 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
12950
12951 * subr.el (read-passwd): Fontify the prompt as we do with other
12952 prompts.
12953
12954 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
12955
12956 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
12957 binding buffer-read-only to nil.
12958
12959 2005-11-19 Eli Zaretskii <eliz@gnu.org>
12960
12961 * complete.el (partial-completion-mode):
12962 Mention completion-auto-help in the doc string.
12963
12964 * man.el (Man-highlight-references): Doc fix. Reformat code in a
12965 more Lisp-ish way.
12966
12967 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
12968
12969 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
12970 digits, not 8, to avoid misalignment for files larger than 100MB.
12971
12972 2005-11-19 Eli Zaretskii <eliz@gnu.org>
12973
12974 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
12975 Mention "keyboard shortcuts" in the help text.
12976
12977 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12978
12979 * startup.el (fancy-splash-default-action): Discard only
12980 mouse-down and succeeding mouse-up events in the splash screen
12981 window so that drag-n-drop event can be processed.
12982
12983 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
12984
12985 * longlines.el (longlines-mode): Add hacks for mail-mode and
12986 message-mode.
12987
12988 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
12989
12990 * textmodes/org.el (org-table-sort-lines): New command.
12991 (org-tbl-menu): Add entry for `org-table-sort-lines'.
12992 (org-add-file): Command removed, use `org-agenda-file-to-front'
12993 instead.
12994 (org-export-icalendar): Use `org-icalendar-combined-name'.
12995 (org-cycle-agenda-files, org-agenda-file-to-end)
12996 (org-agenda-file-to-front): New commands.
12997 (org-table-tab-jumps-over-hlines, org-export-html-style):
12998 New options.
12999 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
13000 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
13001 New functions.
13002 (org-fill-paragraph): Call `org-table-align' in tables.
13003 (org-mode): Call `org-set-autofill-regexps'.
13004 (org-export-as-html): Support for local handformatted lists.
13005 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
13006 (org-export-local-list-max-depth): New option.
13007 (org-html-expand): Use `org-html-protect'.
13008
13009 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
13010
13011 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
13012 to "p".
13013 (gdb): Move definition of gud-pp to...
13014
13015 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
13016 speedbar.
13017 (gdb-find-watch-expression): New function.
13018
13019 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
13020
13021 * faces.el (face-attribute, set-face-attribute): Mention existence
13022 of `:ignore-defface' setting in docstring.
13023
13024 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
13025
13026 * simple.el (completion-setup-function): Fix last change.
13027
13028 2005-11-17 John Paul Wallington <jpw@pobox.com>
13029
13030 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
13031 Use `posn-set-point' instead of `mouse-set-point' because the
13032 latter is not fbound when configured without X.
13033
13034 * comint.el (comint-insert-input): Likewise.
13035
13036 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
13037
13038 * simple.el (hard-newline): New variable.
13039 (sendmail-user-agent-compose, next-line): Use it.
13040
13041 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
13042 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
13043 (mail-mail-reply-to, mail-mail-followup-to)
13044 (mail-position-on-field, mail-signature, mail-yank-original)
13045 (mail-attach-file): Likewise.
13046
13047 * mail/mailheader.el (mail-header-format)
13048 (mail-header-format-function): Likewise.
13049
13050 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
13051
13052 2005-11-17 Juri Linkov <juri@jurta.org>
13053
13054 * font-lock.el (font-lock-faces): Rename this defgroup from
13055 `font-lock-highlighting-faces'.
13056 (font-lock-comment-face, font-lock-comment-delimiter-face)
13057 (font-lock-string-face, font-lock-doc-face)
13058 (font-lock-keyword-face, font-lock-builtin-face)
13059 (font-lock-function-name-face, font-lock-variable-name-face)
13060 (font-lock-type-face, font-lock-constant-face)
13061 (font-lock-warning-face, font-lock-negation-char-face)
13062 (font-lock-preprocessor-face)
13063 (font-lock-regexp-grouping-backslash)
13064 (font-lock-regexp-grouping-construct): Rename :group from
13065 `font-lock-highlighting-faces' to `font-lock-faces'.
13066
13067 * cus-edit.el (lisp, c, tex):
13068 * progmodes/ada-mode.el (ada):
13069 * progmodes/asm-mode.el (asm):
13070 * progmodes/cperl-mode.el (cperl-faces):
13071 * progmodes/cpp.el (cpp):
13072 * progmodes/dcl-mode.el (dcl):
13073 * progmodes/f90.el (f90):
13074 * progmodes/fortran.el (fortran):
13075 * progmodes/icon.el (icon):
13076 * progmodes/idlwave.el (idlwave-misc):
13077 * progmodes/m4-mode.el (m4):
13078 * progmodes/make-mode.el (makefile):
13079 * progmodes/meta-mode.el (meta-font):
13080 * progmodes/modula2.el (modula2):
13081 * progmodes/octave-mod.el (octave):
13082 * progmodes/pascal.el (pascal):
13083 * progmodes/perl-mode.el (perl):
13084 * progmodes/prolog.el (prolog):
13085 * progmodes/ps-mode.el (PostScript-edit):
13086 * progmodes/scheme.el (scheme):
13087 * progmodes/sh-script.el (sh-script):
13088 * progmodes/simula.el (simula):
13089 * progmodes/tcl.el (tcl):
13090 * textmodes/nroff-mode.el (nroff):
13091 * textmodes/reftex-vars.el (reftex-fontification-configurations):
13092 * textmodes/sgml-mode.el (sgml):
13093 * textmodes/texinfo.el (texinfo):
13094 Add :link (custom-group-link font-lock-faces) to defgroup.
13095
13096 * hi-lock.el (hi-lock): Rename this defgroup from
13097 `hi-lock-interactive-text-highlighting'. Change parent group from
13098 `faces' to `font-lock'. Add link to the manual.
13099 (hi-lock-mode, hi-lock-file-patterns-range)
13100 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
13101 `hi-lock-interactive-text-highlighting' to `hi-lock'.
13102 (hi-lock-faces): Add :group `faces'.
13103
13104 * cus-edit.el (custom-variable-prompt): Clarify the code.
13105
13106 * faces.el (face-read-string): Set the default value arg of
13107 completing-read.
13108
13109 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
13110
13111 * rfn-eshadow.el (file-name-shadow-properties)
13112 (file-name-shadow-tty-properties, file-name-shadow-mode):
13113 Remove autoloads, because the file is now preloaded.
13114
13115 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13116
13117 * printing.el (easy-menu-intern): Don't define.
13118 (pr-get-symbol): Use easy-menu-intern only if defined.
13119
13120 * simple.el (blink-matching-open): Simplify a bit.
13121 (completion-setup-function): Fix the case of partial-completion-mode
13122 when the minibuffer's contents start with "-".
13123 Obey completion-base-size-function even when
13124 minibuffer-completing-file-name is non-nil.
13125
13126 2005-11-16 Richard M. Stallman <rms@gnu.org>
13127
13128 * net/eudcb-ph.el (eudc-ph-open-session):
13129 Use set-process-query-on-exit-flag.
13130
13131 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
13132
13133 * international/ucs-tables.el (ucs-set-table-for-input):
13134 Use make-local-variable, not make-variable-buffer-local.
13135
13136 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
13137 Improve warning message text.
13138
13139 * savehist.el (savehist-save-hook): Add :group.
13140
13141 * menu-bar.el (menu-bar-help-menu):
13142 Rename Find Extra Packages to External Packages.
13143
13144 * cus-edit.el (Custom-reset-standard): Verify that
13145 :custom-standard-value prop exists before calling it.
13146
13147 * apropos.el (apropos-calc-scores): Use apropos-pattern.
13148
13149 2005-11-16 Martin Rudalics <rudalics@gmx.at>
13150
13151 * wid-edit.el (color): Enclose %t in %{...%}.
13152
13153 * cus-edit.el (face): Enclose %t in %{...%}.
13154
13155 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
13156
13157 * savehist.el (savehist-mode-hook): Re-add the var.
13158 (savehist-mode): Use it.
13159
13160 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13161
13162 * textmodes/flyspell.el: Fix commenting convention.
13163 Remove unnecessary leading * in custom docstrings.
13164 (flyspell-emacs): Remove unused var.
13165 (flyspell-delete-region-overlays): Use remove-overlays.
13166 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
13167 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
13168 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
13169 (flyspell-debug-signal-word-checked): Use with-current-buffer.
13170 (make-flyspell-overlay): Don't locally reuse a global name.
13171 (flyspell-highlight-incorrect-region)
13172 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
13173 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
13174 (flyspell-notify-misspell): Remove unused args `start' and `end'.
13175 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
13176 Wrap calls to accept-process-output inside with-local-quit since it's
13177 often called from a post-command-hook.
13178 (flyspell-correct-word, flyspell-auto-correct-word):
13179 Use ispell-send-string.
13180 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
13181
13182 * calendar/diary-lib.el (diary-list-entries): Also hide the
13183 terminating newline.
13184
13185 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
13186
13187 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
13188 window-system, to allow fonts on tty.
13189
13190 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
13191
13192 * progmodes/gud.el (gud-speedbar-item-info): New function.
13193 (gud-install-speedbar-variables): Use it to display data type
13194 of watch expression as a tooltip in speedbar.
13195
13196 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
13197
13198 * font-core.el (global-font-lock-mode): Add :version keyword,
13199 because default was changed.
13200
13201 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
13202
13203 * startup.el (command-line): Use `custom-reevaluate-setting' for
13204 `file-name-shadow-mode'.
13205
13206 * loadup.el: Preload rfn-eshadow.
13207
13208 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
13209 Add :version keyword.
13210 (file-name-shadow-properties, file-name-shadow-tty-properties)
13211 (file-name-shadow): Add :version keyword.
13212
13213 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
13214 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
13215 in the custom-group property of the symbol frames and the fringe
13216 group got no link to its parent group frames.
13217 Doc fix.
13218
13219 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
13220
13221 * progmodes/gud.el (gud-stop-subjob): New function.
13222 (gud-menu-map, gud-tool-bar-map): Use it.
13223
13224 2005-11-16 Kim F. Storm <storm@cua.dk>
13225
13226 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
13227 than kill it.
13228 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
13229 to a more useful/logical place.
13230
13231 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
13232
13233 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
13234 go buttons complementary.
13235
13236 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13237
13238 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
13239 (rfn-eshadow-sifn-equal): New function.
13240 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
13241
13242 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
13243
13244 * viper-utils.el (viper-non-word-characters-reformed-vi):
13245 Quote `-' in string.
13246
13247 * viper.el (viper-emacs-state-mode-list): Ensure that
13248 rcirc-mode buffers come up in Emacs state.
13249
13250 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
13251 operation.
13252
13253 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
13254
13255 * term.el (term-termcap-format): Fix typos.
13256 (term-down): Fix the negative argument case.
13257
13258 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
13259
13260 * progmodes/gdb-ui.el: Remove face-alias left over from change on
13261 2005-08-15.
13262 (gdb-ann3): New command gud-go.
13263 (menu): Accomodate gdb-mi.el.
13264 (gdb-assembler-custom): Make buffer of selected window current
13265 so that set-window-point works.
13266
13267 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
13268 buttons and include new ones.
13269
13270 2005-11-16 Kim F. Storm <storm@cua.dk>
13271
13272 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
13273 (gud-menu-map): Use it.
13274
13275 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
13276
13277 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
13278 that works correctly for Custom and that does not override a user
13279 who disables it.
13280
13281 * help-mode.el (help-make-xrefs, help-xref-on-pp)
13282 (help-xref-interned, help-follow): Make hyperlinks for variables
13283 that are unbound, but have a non-nil variable-documentation property.
13284
13285 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
13286 mode hook. (It conflicted with defcustoms for some mode hooks.)
13287 Use the `variable-documentation' property to give the mode hook a
13288 docstring and expand that docstring.
13289
13290 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
13291
13292 * savehist.el (savehist-mode): Don't bother with
13293 `custom-set-minor-mode'.
13294 (savehist-coding-system): Check XEmacs version.
13295 (history-length): Declare also at run time.
13296 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
13297 Don't set the customize state.
13298 (savehist-minibuffer-hook): Special case for when
13299 minibuffer-history-variable is equal to t.
13300
13301 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
13302
13303 * files.el (write-file): Refresh VC status.
13304
13305 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
13306 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
13307 than fundamental-mode to see if the mode was set.
13308
13309 2005-11-14 Romain Francoise <romain@orebokech.com>
13310
13311 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
13312 dummy function in `eval-when-compile' to avoid compiler warning.
13313 Require `man' at compile time.
13314
13315 2005-11-14 Jay Belanger <belanger@truman.edu>
13316
13317 * calc-alg.el (calcFunc-write-out-power): Rename it to
13318 calcFunc-powerexpand.
13319 (math-write-out-power): Rename it to math-powerexpand; have it
13320 handle negative exponents.
13321 (calc-writeoutpower): Rename it to calc-powerexpand.
13322
13323 * calc-ext.el: Change calcFunc-writeoutpower and
13324 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
13325 autoloads.
13326 Add calcFunc-ldiv to autoloads.
13327
13328 * calc-arith.el (calcFunc-ldiv): New function.
13329
13330 * calc.el (calc-left-divide): New function.
13331
13332 2005-11-14 Juri Linkov <juri@jurta.org>
13333
13334 * cus-edit.el (custom-variable-prompt): Set the default value arg
13335 of completing-read.
13336
13337 * cus-dep.el (custom-make-dependencies): Reverse the list of
13338 found dependencies.
13339
13340 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
13341
13342 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
13343 Highlighting" entry, it is on by default now.
13344 (menu-bar-options-save): Do not save global-font-lock-mode.
13345
13346 2005-11-13 Richard M. Stallman <rms@gnu.org>
13347
13348 * textmodes/flyspell.el (flyspell-large-region):
13349 Call flyspell-accept-buffer-local-defs.
13350
13351 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
13352
13353 * textmodes/flyspell.el (flyspell-notify-misspell):
13354 Fix misspelling of "Misspelling".
13355 (flyspell-process-localwords): New function.
13356 (flyspell-large-region): Call flyspell-process-localwords and
13357 flyspell-delete-region-overlays.
13358 (flyspell-delete-region-overlays): New function.
13359 (flyspell-delete-all-overlays): Call that.
13360
13361 2005-11-13 Richard M. Stallman <rms@gnu.org>
13362
13363 * help.el (help-for-help-internal): Improve doc of C-h a.
13364 (describe-key): Improve prompt; doc fix.
13365
13366 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
13367
13368 * vc-svn.el (vc-svn-registered): Catch all errors.
13369
13370 * cus-dep.el (custom-make-dependencies): Typo.
13371
13372 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
13373
13374 * net/tramp-util.el (top): Fix compilation warning.
13375
13376 2005-11-13 Kim F. Storm <storm@cua.dk>
13377
13378 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
13379
13380 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
13381
13382 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
13383 (gud-speedbar-buttons): Match on "const char *" too.
13384
13385 * progmodes/gdb-ui.el (gdb-var-create-handler)
13386 (gdb-var-list-children-handler): Match on "const char *" too.
13387 (gdb-var-evaluate-expression-handler): Match on empty string.
13388 (gdb-var-update-handler): Only call
13389 gdb-var-evaluate-expression-handler when required.
13390
13391 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
13392
13393 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
13394 selected window. This still doesn't work for speedbar.
13395 (gud-speedbar-buttons): Handle string expressions properly.
13396
13397 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
13398 (gdb-var-create-handler): Handle string expressions properly.
13399 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
13400 Handle string expressions properly. Move "type" field into regexp.
13401
13402 2005-11-12 Karl Fogel <kfogel@red-bean.com>
13403
13404 * bookmark.el (bookmark-maybe-message): New function to reduce
13405 code duplication: invokes `message' iff baud-rate is high enough.
13406 (bookmark-write-file): Use above instead of an inline conditional.
13407 (bookmark-load): Same.
13408
13409 2005-11-12 Karl Fogel <kfogel@red-bean.com>
13410
13411 * bookmark.el (bookmark-write-file): Don't visit the destination
13412 file, just write the data to it using write-region. This is
13413 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
13414 change to avoid visiting the file in the first place.
13415
13416 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
13417
13418 * hi-lock.el (hi-lock-mode): Set the default value of
13419 font-lock-defaults.
13420
13421 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
13422
13423 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
13424 arg to `file-attributes'.
13425 (find-lisp-format): The UID and GID can now be strings.
13426
13427 2005-11-12 Kim F. Storm <storm@cua.dk>
13428
13429 * help.el (help-map): Bind C-h d to apropos-documentation.
13430
13431 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
13432 when point is at end-of-buffer.
13433
13434 * apropos.el (apropos-match-face): Doc fix.
13435 (apropos-sort-by-scores): Add new choice `verbose'.
13436 (apropos-documentation-sort-by-scores): New defcustom.
13437 (apropos-pattern): Now contains the pattern entered by the user.
13438 (apropos-pattern-quoted): New defvar.
13439 (apropos-regexp): New defvar, containing the regexp corresponding
13440 to apropos-pattern.
13441 (apropos-all-words-regexp): Rename from apropos-all-regexp.
13442 (apropos-read-pattern): New defun. Use it to read pattern arg in
13443 interactive calls; returns list of words for a word list, and
13444 string for a regexp.
13445 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
13446 parses a list of words or regexp as returned by apropos-read-pattern.
13447 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
13448 (apropos-score-doc): Return a very high score if the string
13449 entered by the user matches literally.
13450 (apropos-variable): Doc fix. Use apropos-read-pattern.
13451 (apropos-command): Doc fix. Use apropos-read-pattern and
13452 apropos-parse-pattern. Call apropos-print with nosubst=t.
13453 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
13454 apropos-parse-pattern.
13455 (apropos-documentation): Doc fix. Use apropos-read-pattern and
13456 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
13457 apropos-documentation-sort-by-scores. Call apropos-print with
13458 nosubst=t.
13459 (apropos-documentation-internal): Pass doc string through
13460 substitute-key-definition before adding text properties.
13461 Highlight substring matching literal user input if possible.
13462 (apropos-documentation-check-doc-file): Remove locals beg and end.
13463 Fix calculation of score (as added twice). Pass doc string through
13464 substitute-key-definition before adding text properties.
13465 (apropos-documentation-check-elc-file): Pass doc string through
13466 substitute-key-definition before adding text properties.
13467 Highlight substring matching literal user input if possible.
13468 (apropos-print): Add new arg NOSUBST; if set, command and variable
13469 doc strings have already been passed through substitute-key-definition.
13470 Add code to handle apropos-accumulator items without score element
13471 for backwards compatibility (e.g. with woman package).
13472 Only show scores if apropos-sort-by-scores is `verbose'.
13473
13474 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
13475
13476 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
13477 Add jka-compr-load-suffixes to load-suffixes.
13478
13479 * jka-compr.el: Require jka-cmpr-hook.
13480 (jka-compr-info-compress-message, jka-compr-info-compress-program)
13481 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
13482 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
13483 (jka-compr-info-can-append, jka-compr-info-strip-extension)
13484 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
13485 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
13486 (jka-compr-uninstall): Remove entries from
13487 jka-compr-added-to-file-coding-system-alist after they are used.
13488 (jka-compr-error): Remove unused var `curbuf'.
13489 (jka-compr-file-local-copy): Remove unused var `notfound'.
13490
13491 2005-11-10 Romain Francoise <romain@orebokech.com>
13492
13493 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
13494
13495 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
13496
13497 * progmodes/gud.el (gud-menu-map): Move parentheses.
13498 (gdb): New command gud-pv.
13499
13500 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
13501
13502 * tar-mode.el: Remove spurious or unnecessary leading stars
13503 in docstrings.
13504 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
13505 (tar-parse-octal-integer-safe): Use mapc.
13506 (tar-header-block-summarize): Remove unused var `ck'.
13507 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
13508 cleared before. Obey default-enable-multibyte-characters.
13509 Use mapconcat. Simplify setting of tar-header-offset.
13510 (tar-mode-map): Move initialization inside delcaration.
13511 (tar-flag-deleted): Use `abs'.
13512 (tar-expunge-internal): Remove unused var `line'.
13513 (tar-expunge-internal): Don't hardcode point-min==1.
13514 (tar-expunge): Widen while doing set-buffer-multibyte.
13515 (tar-rename-entry): Use file-name-coding-system.
13516 (tar-alter-one-field): Don't hardcode point-min==1.
13517 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
13518 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
13519
13520 2005-11-10 Masatake YAMATO <jet@gyve.org>
13521
13522 * add-log.el (add-log-current-defun): Handle class::method
13523 notation of c++. Fix incorrect comment.
13524
13525 2005-11-10 Alan Mackenzie <acm@muc.de>
13526
13527 * help-fns.el (describe-variable): Make C-h v work when a variable
13528 has variable documentation yet is unbound.
13529
13530 2005-11-10 Masatake YAMATO <jet@gyve.org>
13531
13532 * man.el (Man-highlight-references): Set an empty
13533 string to `Man-arguments' if it is nil.
13534 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
13535
13536 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13537
13538 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
13539 commenting conventions.
13540
13541 * cus-dep.el (custom-make-dependencies): Simplify.
13542 Better follow the commenting conventions.
13543
13544 2005-11-09 Richard M. Stallman <rms@gnu.org>
13545
13546 * apropos.el (apropos-pattern): Rename from apropos-regexp.
13547 (apropos-orig-pattern): Rename from apropos-orig-regexp.
13548 All uses changed.
13549 (apropos-rewrite-regexp): Doc fix.
13550 (apropos-variable, apropos-command, apropos, apropos-value):
13551 Change prompt; carry through the argument renaming.
13552
13553 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
13554
13555 * find-lisp.el: Require dired.
13556 (find-lisp-find-dired-internal): Do not call
13557 `abbreviate-file-name' on DIR.
13558
13559 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
13560
13561 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
13562
13563 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
13564
13565 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
13566 when using the speedbar.
13567 (gdb): New command gud-pp.
13568 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
13569
13570 2005-11-09 Juri Linkov <juri@jurta.org>
13571
13572 * replace.el (occur-excluded-properties): New defcustom.
13573 (occur-1, occur-engine, occur-accumulate-lines): Use it.
13574
13575 2005-11-08 Jay Belanger <belanger@truman.edu>
13576
13577 * calc/calc-units.el (math-convert-units): Replace any composite
13578 unit by its definition.
13579
13580 2005-11-08 Lars Hansen <larsh@soem.dk>
13581
13582 * emacs-lisp/autoload.el (update-directory-autoloads):
13583 Add obsolete function alias.
13584
13585 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
13586
13587 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
13588 comment-indent-function.
13589 (lisp-comment-indent): Replace by an alias for comment-indent-default.
13590
13591 * reveal.el (reveal-post-command): Rework the handling of
13592 reveal-open-spots, so as to be more reliable. There were several
13593 tricky corner cases where an open spot might be lost, or where
13594 a closed spot might end up on the list of open spots.
13595 Only reveal text that's ellipsised.
13596
13597 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
13598
13599 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
13600
13601 2005-11-07 John Paul Wallington <jpw@gnu.org>
13602
13603 * ibuffer.el (ibuffer): Search iconified frames too when
13604 getting Ibuffer buffer's window.
13605
13606 2005-11-06 Richard M. Stallman <rms@gnu.org>
13607
13608 * progmodes/compile.el (compilation-internal-error-properties):
13609 save-excursion around the computation of MARKER.
13610
13611 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
13612
13613 * textmodes/flyspell.el (flyspell-external-point-words):
13614 flyspell-get-word returns a list, not just a string.
13615
13616 2005-11-06 John Paul Wallington <jpw@pobox.com>
13617
13618 * ibuffer.el (ibuffer): Search all visible frames when getting
13619 Ibuffer buffer's window.
13620
13621 2005-11-07 Masatake YAMATO <jet@gyve.org>
13622
13623 * man.el (Man-reference-regexp): Accept spaces between
13624 `Man-name-regexp' and `Man-section-regexp'.
13625 (Man-apropos-regexp): New variable.
13626 (Man-abstract-xref-man-page): Use value for `Man-target-string'
13627 if available.
13628 (Man-highlight-references, Man-highlight-references0):
13629 Handle the case when `Man-arguments' includes "-k".
13630 (Man-highlight-references0): Rename the argument `TARGET-POS' to
13631 `TARGET'. `TARGET' can be a number, function or nil.
13632
13633 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
13634
13635 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
13636 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
13637 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
13638 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
13639 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
13640 (gdb-send-item): Use buffer-local-value and simplify.
13641
13642 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
13643
13644 * startup.el (command-line): Use `custom-reevaluate-setting' for
13645 `global-font-lock-mode'.
13646
13647 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
13648 by default, except in batch mode or when the -D option is given.
13649
13650 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
13651 specified keyword args on to `define-minor-mode'. Update docstring.
13652
13653 2005-11-05 Romain Francoise <romain@orebokech.com>
13654
13655 * replace.el (occur-engine): Add marker at end of line, too.
13656
13657 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
13658
13659 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13660 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
13661 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
13662 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
13663 argument to all these routines, so the passphrase can be managed
13664 externally and passed in to the system.
13665 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13666 pgg-add-passphrase-to-cache function.
13667
13668 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13669 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
13670 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
13671 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
13672 argument to all these routines, so the passphrase can be managed
13673 externally and passed in to the system.
13674 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
13675 function.
13676
13677 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
13678
13679 * font-lock.el: Don't deal with font-lock-face-attributes here,
13680 move the code ...
13681
13682 * startup.el (command-line): ... here. Use face-spec-set instead
13683 of custom-declare-face.
13684
13685 * faces.el (face-spec-set): Reset the face if spec is not nil.
13686
13687 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
13688
13689 * newcomment.el (comment-region-internal): Box more tightly in the
13690 common case where there's no TAB in the boxed text.
13691
13692 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13693
13694 * info.el (info-tool-bar-map): Use images prev-node, next-node and
13695 up-node.
13696
13697 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
13698
13699 * newsticker.el: Commentary updated. Code formatting changed.
13700 (newsticker-version): Change to "1.9".
13701 (newsticker, newsticker-feed): Doc fix.
13702 (newsticker-url-list): Doc fix. Add option "Weekly".
13703 (newsticker-retrieval-interval): Add option "Weekly".
13704 (newsticker-headline-processing): Doc fix.
13705 (newsticker-auto-mark-filter): Remove.
13706 (newsticker-auto-mark-filter-list): New.
13707 (newsticker-layout, newsticker-sort-method): Doc fix.
13708 (newsticker-hide-old-items-in-newsticker-buffer)
13709 (newsticker-heading-format, newsticker-item-format)
13710 (newsticker-desc-format): Doc fix.
13711 (newsticker-show-all-rss-elements): Remove.
13712 (newsticker-show-all-news-elements): New.
13713 (newsticker-faces, newsticker-ticker): Doc fix.
13714 (remove-from-invisibility-spec): Code formatting.
13715 (newsticker--process-ids): New.
13716 (newsticker-mode): Doc fix.
13717 (newsticker-mode): Change mode-line-format.
13718 (newsticker-start): Remove debug output.
13719 (newsticker-start-ticker): Doc fix. Add autoload cookie.
13720 (newsticker-w3m-show-inline-images): Code formatting.
13721 (newsticker-next-item): Call `force-mode-line-update'.
13722 (newsticker-previous-item): Call `force-mode-line-update'.
13723 (newsticker-next-feed): Call `force-mode-line-update'.
13724 (newsticker-previous-feed): Call `force-mode-line-update'.
13725 (newsticker-mark-all-items-at-point-as-read): Code formatting.
13726 (newsticker-show-old-items): Do not show descs.
13727 (newsticker-hide-entry): Hide too much.
13728 (newsticker-hide-entry, newsticker-show-entry)
13729 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
13730 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
13731 (newsticker-toggle-auto-narrow-to-item): Code formatting.
13732 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
13733 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
13734 (newsticker-get-news): Call `force-mode-line-update'.
13735 Collect process ids.
13736 (newsticker--sentinel): Change coding system handling.
13737 Move image retrieval to new functions newsticker--get-logo-url-*.
13738 Move feed parsing to new functions newsticker--parse-*.
13739 Update list of process ids.
13740 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
13741 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
13742 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
13743 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
13744 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
13745 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
13746 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
13747 (newsticker--decode-coding-string): Remove.
13748 (newsticker--decode-numeric-entities): Check input. Format code.
13749 (newsticker--remove-whitespace): Check input.
13750 (newsticker--do-forget-preformatted): Doc fix.
13751 (newsticker--decode-rfc822-date): Allow for missing time.
13752 (newsticker--update-process-ids): New.
13753 (newsticker--image-sentinel): Change comment.
13754 (newsticker--image-read): Change error message.
13755 (newsticker--imenu-goto): Doc fix. Show headline title.
13756 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
13757 (newsticker--buffer-do-insert-text): Clean whitespace in
13758 html-rendered headline title. Code formatting.
13759 Call `newsticker--buffer-print-extra-elements'.
13760 (newsticker--buffer-print-extra-element): Remove.
13761 (newsticker--buffer-print-extra-elements): New.
13762 (newsticker--buffer-do-print-extra-element): New.
13763 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
13764 large sizes.
13765 (newsticker--run-auto-mark-filter)
13766 (newsticker--do-run-auto-mark-filter):
13767 Use `newsticker-auto-mark-filter-list'.
13768
13769 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
13770
13771 * net/rcirc.el: Use split-string OMIT-NULLS argument.
13772 (rcirc-print): Force redisplay before running hooks. Do long
13773 buffer truncation after making new text read-only. Deal with nil
13774 text when decoding strings. If TARGET is nil, use either the
13775 currently selected buffer, if it is an rcirc buffer and of the
13776 same process or the process buffer.
13777 (rcirc-mode): Remove header-line. Recompute short buffer names.
13778 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
13779 (rcirc-short-buffer-name): Add variable.
13780 (rcirc-kill-buffer-hook): Recompute short buffer names.
13781 Remove nick from private channel.
13782 (rcirc-send-input): Send command text to current-buffer.
13783 Don't clear overlay arrow here.
13784 (rcirc-short-buffer-name): Return a short buffer name.
13785 (rcirc-update-short-buffer-names, rcirc-abbreviate)
13786 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
13787 buffer-name abbreviations.
13788 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
13789 Do not touch nick-table when killing a parted channel.
13790 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
13791 Clear arrow from current buffer if it is now hidden.
13792 (rcirc-current-buffer): Add variable.
13793 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
13794 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
13795 Remove -face from names.
13796 (rcirc-update-activity-string): Print "DND" when globally ignoring
13797 activity.
13798 (rcirc-ignore-buffer-activity-flag): Rename from
13799 rcirc-ignore-channel-activity.
13800 (rcirc-ignore-all-activity-flag): Doc fix.
13801 (rcirc-channels): Remove variable.
13802 (rcirc-kill-buffer-hook):
13803 (rcirc-get-buffer-create): Add nick to private channel.
13804 (rcirc-multiline-edit-submit): Remove tabs.
13805 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
13806 folded.
13807 (rcirc-remove-nick-channel): Bug fix.
13808 (rcirc-toggle-ignore-buffer-activity): Rename from
13809 rcirc-toggle-ignore-channel-activity.
13810 (rcirc-record-activity): Add buffers to the front of the list.
13811 (rcirc-update-activity): Remove killed buffers from list.
13812 (rcirc-process-server-response-1): Remove last argument if it is
13813 null before calling handler.
13814 (rcirc): Add "rcirc" defcustom prefix.
13815 (rcirc-prompt): Simplify default prompt.
13816 Use custom-initialize-default.
13817 (rcirc-private-chats): Remove variable.
13818 (rcirc-prompt): Change initialization.
13819 (rcirc-version): Remove function.
13820 (rcirc-id-string): Add constant.
13821 (rcirc-last-buffer): Remove variable.
13822 (rcirc-buffer-alist): Add variable.
13823 (rcirc-connect): Update variable setup.
13824 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
13825 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
13826 default.
13827 (rcirc-handler-generic): Trigger activity.
13828 (rcirc-send-message): Create the buffor of the target.
13829 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
13830 (rcirc-get-buffer): Just return nil if there is no matching buffer.
13831 (rcirc-multiline-edit-cancel): Remove function.
13832 (rcirc-set-last-buffer): Remove function.
13833 (rcirc-get-any-buffer): Add function.
13834 (rcirc-join-channels): Don't print /join text.
13835 (rcirc-toggle-ignore-channel-activity): Add and update echo area
13836 messages.
13837 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
13838 (rcirc-handler-NOTICE): Recognize CTCP responses.
13839 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
13840 constructing TOPIC string for buffers we are not JOINed.
13841 (rcirc-handler-CTCP-response): Add handler.
13842 (rcirc-multiline-edit-submit): Restore the window-configuration
13843 before adjusting point.
13844 (rcirc): Add customization group.
13845 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
13846 (rcirc-user-full-name, rcirc-startup-channels-alist)
13847 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
13848 (rcirc-ignore-all-activity-flag, rcirc-time-format)
13849 (rcirc-input-ring-size, rcirc-read-only-flag)
13850 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
13851 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
13852 Change defvar to defcustom.
13853 (rcirc-update-prompt): Add optional ALL arg, which will update
13854 prompts in all rcirc buffers. Regexp quote replacement text.
13855 (rcirc-fill-column): Accept frame-width as a value.
13856 (rcirc-set-changed): Add function.
13857 (rcirc-next-active-buffer): Write more meaningful messages.
13858 (rcirc-faces): Add customization group.
13859 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
13860 (rcirc-nick-in-message-face, rcirc-prompt-face)
13861 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
13862 (with-rcirc-process-buffer): Move before first usage.
13863 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
13864 (rcirc-debug-flag): Rename from `rcirc-log-p'.
13865 (rcirc-debug): Rename from `rcirc-log'.
13866 (rcirc-format-response-string): Do not print `-' chars for a
13867 NOTICE with no sender. Simplify output of server responses.
13868
13869 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
13870
13871 (rcirc-browse-url-map, rcirc-browse-url-at-point)
13872 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
13873 Make urls mouse and RET clickable.
13874
13875 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
13876
13877 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
13878
13879 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
13880
13881 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13882 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
13883 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
13884 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
13885 argument to all these routines, so the passphrase can be managed
13886 externally and passed in to the system.
13887 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13888 pgg-add-passphrase-to-cache function.
13889
13890 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13891 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
13892 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
13893 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
13894 argument to all these routines, so the passphrase can be managed
13895 externally and passed in to the system.
13896 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
13897 function.
13898
13899 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
13900
13901 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
13902 from goto-address-url-regexp.
13903
13904 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
13905
13906 * textmodes/org.el (org-read-date, org-goto-calendar)
13907 (org-recenter-calendar, org-agenda-goto-calendar):
13908 Temporarily clear `calendar-move-hook'.
13909
13910 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
13911
13912 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
13913 merging.
13914
13915 * ediff-util.el (ediff-previous-difference): Don't skip regions that
13916 have merge clashes.
13917
13918 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13919
13920 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13921 Undo previous change.
13922
13923 * startup.el (command-line): Use `custom-reevaluate-setting' for
13924 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
13925 tty-register-default-colors on Mac.
13926
13927 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
13928
13929 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
13930 (gdb-buffer-type): Make it automatically buffer local...
13931 (gdb-get-create-buffer): ...and set it accordingly.
13932 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
13933 actually work.
13934
13935 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
13936
13937 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
13938 not red.
13939
13940 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
13941
13942 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
13943 case GUD buffer is not visible.
13944 (gdb-goto-breakpoint): Try to force display in source buffer.
13945 (gdb-frame-gdb-buffer): Copy other similar functions.
13946 (gdb-restore-windows): Don't display source if not asked for.
13947 (gdb-assembler-buffer-name): Don't capitalise.
13948
13949 2005-11-03 Richard M. Stallman <rms@gnu.org>
13950
13951 * wid-edit.el (key-sequence): New widget type.
13952
13953 * simple.el (set-mark-command-repeat-pop): New variable.
13954 (set-mark-command): Only interpret plan C-@ after a pop as a pop
13955 if set-mark-command-repeat-pop is true.
13956
13957 * info.el (Info-fontify-node): Don't display extra "see" if there
13958 already is one here.
13959
13960 * mouse.el: Fix special handling of DEL after dragging a region:
13961 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
13962 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
13963
13964 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
13965
13966 * textmodes/ispell.el (ispell-command-loop): Change `i' description
13967 not to assume it pertains to an affix.
13968
13969 * textmodes/flyspell.el (flyspell-post-command-hook):
13970 Bind deactivate-mark to prevent deactivation.
13971
13972 2005-11-03 Lars Hansen <larsh@soem.dk>
13973
13974 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
13975 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
13976 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
13977
13978 2005-11-03 Romain Francoise <romain@orebokech.com>
13979
13980 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
13981 Update copyright years.
13982
13983 2005-11-03 Sam Steingold <sds@gnu.org>
13984
13985 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13986 Use system-type instead of window-system because window-system is not
13987 correctly defined during loadup.
13988
13989 2005-11-02 Mark A. Hershberger <mah@everybody.org>
13990
13991 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
13992 (xml-parse-tag): Join strings separated by a comment properly.
13993
13994 2005-11-02 Andreas Schwab <schwab@suse.de>
13995
13996 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
13997
13998 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
13999
14000 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
14001 (byte-optimize-pure-func): Quote the eval'd value.
14002
14003 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
14004 Rename from perl-font-lock-syntactic-face-function.
14005 Change the calling convention so it can be used as a font-lock MATCHER.
14006 Do the parse-partial-sexp loop outselves.
14007 (perl-font-lock-syntactic-keywords): Use it.
14008 (perl-mode): Don't set font-lock-syntactic-face-function any more.
14009
14010 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
14011
14012 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
14013 disassembly buffer too.
14014 (gdb-exited): Remove overlay arrows when execution has finished.
14015 (gdb-info-frames-custom, gdb-info-threads-custom)
14016 (gdb-info-registers-custom): Don't add inappropriate text
14017 properties if inferior is not active.
14018
14019 2005-11-02 Glenn Morris <rgm@gnu.org>
14020
14021 * progmodes/fortran.el (fortran-blink-match):
14022 Use `blink-matching-delay'.
14023
14024 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
14025
14026 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
14027
14028 2005-11-02 Lars Hansen <larsh@soem.dk>
14029
14030 * net/tramp.el (tramp-action-out-of-band): Handle scp message
14031 "Permission denied".
14032
14033 2005-11-01 Richard M. Stallman <rms@gnu.org>
14034
14035 * textmodes/flyspell.el (flyspell-external-point-words):
14036 Pass nil to flyspell-get-word.
14037
14038 2005-11-02 Kim F. Storm <storm@cua.dk>
14039
14040 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
14041 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
14042
14043 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
14044
14045 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
14046 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
14047 (calendar-mouse-print-dates): Add optional `event' argument.
14048 Update interactive-spec.
14049 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
14050 Use `calendar-event-to-date' instead of `event'.
14051
14052 2005-11-02 Masatake YAMATO <jet@gyve.org>
14053
14054 * progmodes/ld-script.el (ld-script-builtins):
14055 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
14056 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
14057 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
14058
14059 2005-11-01 Romain Francoise <romain@orebokech.com>
14060
14061 * vc-sccs.el: Update copyright year.
14062 * ezimage.el: Likewise.
14063
14064 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
14065
14066 * info.el (Info-fontify-node): Use `string-width' for fontifying
14067 underlined titles.
14068
14069 2005-11-01 Juri Linkov <juri@jurta.org>
14070
14071 * info.el (Info-fontify-node): Downcase node header keywords Node,
14072 Prev, Next, Up before comparison.
14073 (Info-history): Insert absolute directory name, and put invisible
14074 property on it.
14075
14076 2005-11-01 Juri Linkov <juri@jurta.org>
14077
14078 * info.el (Info-file-supports-index-cookies): New variable.
14079 (Info-find-node-2): Check makeinfo version for index cookie support.
14080 (Info-index-nodes): Search for nodes with index cookies only when
14081 Info-file-supports-index-cookies is t. Otherwise, search nodes
14082 with "Index" in the node name.
14083 (Info-index-node): Search index cookie in the current node only when
14084 Info-file-supports-index-cookies is t. Otherwise, check the word
14085 "Index" in the node name.
14086 (Info-find-emacs-command-nodes): Remove code that searches nodes
14087 with "Index" node name in the top menu.
14088
14089 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
14090
14091 * progmodes/scheme.el (scheme-mode-variables): Use the default
14092 comment-indent-function.
14093
14094 * faces.el (face-attribute): Handle the case where a face inherits from
14095 a non-existent face.
14096
14097 * simple.el (eval-expression-print-format): Use lisp-readable syntax
14098 for octal and hexa output, and merge the char into the paren.
14099 (kill-new): Use push.
14100 (copy-to-buffer): Use with-current-buffer.
14101 (completion-setup-function): Move code in loop to remove redundancy.
14102 (minibuffer-local-must-match-map): Don't add bindings that duplicate
14103 those inherited from minibuffer-local-completion-map.
14104
14105 * savehist.el (savehist-mode) <defcustom>:
14106 Use custom-set-minor-mode if available.
14107 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
14108 and emit a message if applicable.
14109
14110 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
14111
14112 * savehist.el: Sync up to version 19.
14113 (savehist-mode): New minor mode.
14114 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
14115 (savehist-length): Remove (use history-length instead).
14116 (savehist-file-modes): Rename from savehist-modes.
14117 (savehist-save-hook, savehist-loaded): New vars.
14118 (savehist-load): Use savehist-mode. Try to smooth up transition from
14119 old format to new format.
14120 (savehist-install): Allow savehist-autosave-interval to be nil.
14121 (savehist-save): Run the new hook. Be more careful to only trim the
14122 history variables.
14123 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
14124 (savehist-printable): Print into a buffer rather than char-by-char.
14125
14126 2005-11-01 John Wiegley <johnw@newartisans.com>
14127
14128 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
14129 toggle-ignore keybinding (C-a). The author said it had been
14130 disabled much earlier due to a possible incompatibility, but after
14131 many months of usage I have encountered no problems (and it is a
14132 rather useful option, especially for switching to " *temp*").
14133
14134 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
14135 support for OS/X's AddressBook, by calling out to the open source
14136 program "contacts" (installable through Fink).
14137
14138 * net/eudc.el (eudc-expand-inline): If the
14139 `eudc-multiple-match-handling-method' is set to `all', delete the
14140 query string before inserting the query result.
14141
14142 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
14143 flag, to prevent Eshell from using the system ls when
14144 `eshell-ls-insert-directory' is in used.
14145 (eshell-ls-insert-directory): Disable font-lock in directory
14146 buffer so that Eshell's own fontification is seen. This broke
14147 recently due to changes in font-lock, so this goes back to version
14148 21 behavior.
14149
14150 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
14151
14152 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
14153 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
14154 (gdb-many-windows): Doc fix.
14155
14156 2005-10-31 Romain Francoise <romain@orebokech.com>
14157
14158 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
14159
14160 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
14161
14162 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
14163 that global-font-lock-mode can be enabled by default.
14164
14165 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
14166 (font-lock-add-keywords, font-lock-remove-keywords)
14167 (font-lock-fontify-buffer): Remove autoload cookies.
14168
14169 * jit-lock.el (jit-lock-register): Likewise.
14170
14171 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
14172
14173 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
14174
14175 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
14176 intact if there is no gud-comint-buffer.
14177
14178 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
14179
14180 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
14181 old prompt comint-prompt-read-only is t and GDB commands are
14182 issued from tool bar etc.
14183
14184 2005-10-31 Masatake YAMATO <jet@gyve.org>
14185
14186 * vc.el (vc-directory-exclusion-list): Add "{arch}".
14187
14188 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14189
14190 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
14191 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
14192
14193 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
14194
14195 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
14196 starting at beginning of line. Fontification is messed up when
14197 `open-paren-in-column-0-is-defun-start' set to t.
14198 Reported by John Paul Wallington <jpw@pobox.com>.
14199
14200 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
14201
14202 * comint.el (comint-send-input): Call `comint-update-fence' when
14203 `comint-process-echoes' and `comint-prompt-read-only' are both
14204 non-nil, to avoid leftover read-only newline.
14205
14206 2005-10-30 Richard M. Stallman <rms@gnu.org>
14207
14208 * textmodes/flyspell.el (flyspell-external-point-words):
14209 Detect when WORD can't be checked properly because
14210 flyspell-get-word finds just part of it, and move on.
14211
14212 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
14213 boundarychar for Polish.
14214 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
14215 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
14216
14217 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
14218
14219 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
14220 (gdb-registers-font-lock-keywords): Delete.
14221 (gdb-registers-mode): Don't fontify.
14222 (gdb-info-registers-custom): Use text properties instead as, in
14223 future, changed register values will use font-lock-warning-face.
14224 (gdb-local-font-lock-keywords): Rename to...
14225 (gdb-locals-font-lock-keywords): ...for consistency.
14226
14227 2005-10-30 Andre Spiegel <spiegel@gnu.org>
14228
14229 * vc.el (vc-switch-backend): Better error message if the buffer is
14230 not visiting a file under version control.
14231
14232 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
14233
14234 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
14235
14236 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
14237 ~/.emacs.d/.emacs.
14238
14239 2005-10-29 Richard M. Stallman <rms@gnu.org>
14240
14241 * replace.el (occur-mode-mouse-goto): Always go to other window.
14242 (occur-mode-goto-occurrence): Always switch in same window.
14243
14244 * simple.el (undo): Display message at end, not at start.
14245
14246 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
14247 New arg REUSE-CELL.
14248 (cancel-timer-internal): New function.
14249 (timer-event-handler): Use cancel-timer-internal,
14250 and pass the cell it returns to timer-activate...
14251
14252 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
14253 (jit-lock-deferred-fontify, jit-lock-context-fontify)
14254 (jit-lock-after-change): Test memory-full.
14255
14256 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
14257
14258 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14259 part of the decoded armor to find the key-identifier.
14260 (pgg-gpg-lookup-key-owner): New function to return the
14261 human-readable identifier of a key owner.
14262 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
14263 key itself.
14264 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14265 the key value) if we have a key and can match it against a secret
14266 key. Also, added a note pointing out fact that the prompt only
14267 indicates the first matching key.
14268
14269 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
14270 pgg-decrypt-region.
14271 (pgg-pending-timers): A new hash for tracking the passphrase cache
14272 timers, so that new ones supercede old ones.
14273 (pgg-add-passphrase-to-cache): Rename from
14274 `pgg-add-passphrase-cache' to reduce confusion (all callers
14275 changed). Modified to cancel old timers when new ones are added.
14276 (pgg-remove-passphrase-from-cache): Rename from
14277 `pgg-remove-passphrase-cache' to reduce confusion (all callers
14278 changed). Modified to cancel old timers when their keys are
14279 removed from the cache.
14280 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
14281 XEmacs, an indirection to delete-itimer.
14282 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
14283 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
14284 users can only check cache without risk of prompting. Correct bug in
14285 notruncate behavior.
14286 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
14287 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
14288 Add informative docstrings.
14289 (pgg-decrypt): Convey provided passphrase in subordinate call to
14290 pgg-decrypt-region.
14291
14292 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14293 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14294 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14295 `passphrase' argument, so the passphrase can be managed externally
14296 and then passed in to the system.
14297
14298 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14299 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
14300 so the passphrase cache can be used reliably with identifiers
14301 besides a pgp packet's key id.
14302
14303 * pgg-gpg.el (pgg-pgp-encrypt-region)
14304 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
14305 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
14306 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
14307 argument to all these routines, so the passphrase can be managed
14308 externally and passed in to the system.
14309
14310 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14311 `notruncate' argument, so the passphrase cache can be used
14312 reliably with identifiers besides a pgp packet's key id.
14313
14314 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
14315
14316 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14317 symmetric encryption.
14318 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14319 encrypted session key.
14320 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14321 message ask for the passphrase in a proper way.
14322
14323 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14324 New user commands for symmetric encryption.
14325
14326 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
14327
14328 * textmodes/conf-mode.el (conf-assignment-sign)
14329 (conf-assignment-regexp): Fix docstrings.
14330 (conf-mode-initialize): New function.
14331 (conf-mode): Remove optional args. Use delay-mode-hooks to
14332 recognize recursive calls.
14333 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
14334 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
14335 (conf-xdefaults-mode): Use define-derived-mode and
14336 conf-mode-initialize.
14337
14338 2005-10-29 Romain Francoise <romain@orebokech.com>
14339
14340 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
14341
14342 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
14343
14344 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14345 part of the decoded armor to find the key-identifier.
14346 (pgg-gpg-lookup-key-owner): New function to return the
14347 human-readable identifier of a key owner.
14348 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
14349 key itself.
14350 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14351 the key value) if we have a key and can match it against a secret
14352 key. Also, added a note pointing out fact that the prompt only
14353 indicates the first matching key.
14354
14355 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
14356 pgg-decrypt-region.
14357 (pgg-pending-timers): A new hash for tracking the passphrase cache
14358 timers, so that new ones supercede old ones.
14359 (pgg-add-passphrase-to-cache): Rename from
14360 `pgg-add-passphrase-cache' to reduce confusion (all callers
14361 changed). Modified to cancel old timers when new ones are added.
14362 (pgg-remove-passphrase-from-cache): Rename from
14363 `pgg-remove-passphrase-cache' to reduce confusion (all callers
14364 changed). Modified to cancel old timers when their keys are
14365 removed from the cache.
14366 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
14367 XEmacs, an indirection to delete-itimer.
14368 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
14369 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
14370 users can only check cache without risk of prompting. Correct bug in
14371 notruncate behavior.
14372 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
14373 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
14374 Add informative docstrings.
14375 (pgg-decrypt): Convey provided passphrase in subordinate call to
14376 pgg-decrypt-region.
14377
14378 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
14379
14380 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14381 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14382 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14383 `passphrase' argument, so the passphrase can be managed externally
14384 and then passed in to the system.
14385
14386 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14387 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
14388 so the passphrase cache can be used reliably with identifiers
14389 besides a pgp packet's key id.
14390
14391 * pgg-gpg.el (pgg-pgp-encrypt-region)
14392 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
14393 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
14394 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
14395 argument to all these routines, so the passphrase can be managed
14396 externally and passed in to the system.
14397
14398 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14399 `notruncate' argument, so the passphrase cache can be used
14400 reliably with identifiers besides a pgp packet's key id.
14401
14402 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
14403
14404 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14405 symmetric encryption.
14406 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14407 encrypted session key.
14408 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14409 message ask for the passphrase in a proper way.
14410
14411 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14412 New user commands for symmetric encryption.
14413
14414 2005-10-28 Bill Wohler <wohler@newt.com>
14415
14416 * help-mode.el (help-url): New button type. Calls browse-url.
14417 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
14418 Similar to Info nodes: URL `url'.
14419 (help-make-xrefs): Create help-url buttons for
14420 help-xref-url-regexp matches.
14421
14422 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
14423
14424 * tool-bar.el (tool-bar-add-item-from-menu)
14425 (tool-bar-local-item-from-menu): Fix doc strings.
14426
14427 2005-10-28 Romain Francoise <romain@orebokech.com>
14428
14429 * ldefs-boot.el: Update.
14430
14431 * subr.el (locate-library): Move from help-fns.el.
14432 * help-fns.el (locate-library): Move to subr.el.
14433
14434 2005-10-28 Richard M. Stallman <rms@gnu.org>
14435
14436 * net/tramp.el (tramp-completion-mode): defvar moved up.
14437
14438 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
14439
14440 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
14441
14442 * files.el (find-file-noselect): Use %d to format large file size.
14443
14444 * bindings.el (mode-line-format): Add %e.
14445
14446 * loadup.el ("facemenu"): Load unconditionally.
14447 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
14448 ("x-dnd"): Load, when appropriate.
14449
14450 * startup.el (command-line): Call before-init-hook earlier.
14451 Warn about some bad characters in -u user name.
14452
14453 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
14454 (flyspell-external-point-words): Error if misspelled word is not found.
14455 Set flyspell-large-region-beg at end of word.
14456
14457 2005-10-28 Andreas Schwab <schwab@suse.de>
14458
14459 * view.el (View-revert-buffer-scroll-page-forward):
14460 Use view-page-size-default.
14461
14462 2005-10-28 Juri Linkov <juri@jurta.org>
14463
14464 * international/quail.el (quail-get-current-str): Translate last
14465 raw character for deterministic input methods.
14466
14467 2005-10-27 Jay Belanger <belanger@truman.edu>
14468
14469 * calc/calc-ext.el: Add functions to autoloads.
14470 (math-identity-matrix-p, math-ident-row-p): New functions.
14471
14472 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
14473 multiplication by an identity matrix; don't turn multiplication by
14474 an inverse matrix into division.
14475 (math-div-symbol-fancy): Replace division by matrices with
14476 multiplication by inverse.
14477
14478 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
14479
14480 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
14481 (calc-writeoutpower): New functions.
14482
14483 2005-10-27 Romain Francoise <romain@orebokech.com>
14484
14485 * replace.el (occur-engine): Include colon in mouse-face highlight.
14486
14487 * dired-x.el: Change Maintainer field.
14488
14489 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
14490
14491 * longlines.el (longlines-mode): Bind after-change-functions to
14492 nil during initial decoding and final encoding.
14493
14494 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
14495
14496 * term.el (term-emulate-terminal, term-handle-colors-array)
14497 (term-handle-ansi-escape): Specify the terminfo capabilities
14498 implemented.
14499
14500 2005-10-26 Richard M. Stallman <rms@gnu.org>
14501
14502 * info.el (Info-fontify-node): Fix detection of sentence-break
14503 before *Note.
14504
14505 2005-10-26 Romain Francoise <romain@orebokech.com>
14506
14507 * smerge-mode.el: Add `tools' to file keywords.
14508
14509 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
14510
14511 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
14512 when the fringe is not available.
14513
14514 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
14515 (def-gdb-auto-update-trigger): Simplify construction.
14516 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
14517 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
14518 defined explicitly.
14519 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
14520 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
14521 defined explicitly.
14522 (gdb-info-locals-custom): Remove as it's a no-op.
14523
14524 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
14525
14526 * longlines.el (longlines-mode): Remove narrowing before
14527 performing the initial decoding or final encoding.
14528
14529 2005-10-25 Romain Francoise <romain@orebokech.com>
14530
14531 * emacs-lisp/find-func.el (find-library-name): Also strip
14532 extension if library name ends in .el, to take advantage of
14533 `find-library-suffixes'.
14534
14535 2005-10-25 Richard M. Stallman <rms@gnu.org>
14536
14537 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
14538
14539 2005-10-25 Juri Linkov <juri@jurta.org>
14540
14541 * textmodes/texinfo.el (texinfo-mode): Change charset of one
14542 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
14543
14544 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14545
14546 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
14547 (blackbox-redefine-key): Add argument `map'.
14548
14549 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
14550 regions when moving the jit-lock-context-unfontify-pos boundary.
14551
14552 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
14553
14554 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
14555
14556 2005-10-25 Masatake YAMATO <jet@gyve.org>
14557
14558 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
14559
14560 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
14561
14562 * play/blackbox.el (blackbox-redefine-key): New function.
14563 (blackbox-mode-map): Use it to remap existing bindings for cursor
14564 motion instead of binding literal keys.
14565
14566 2005-10-25 Glenn Morris <rgm@gnu.org>
14567
14568 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
14569 diary does not end in a newline. Do not assume a blank line at
14570 the start of the diary file.
14571
14572 2005-10-25 Kenichi Handa <handa@m17n.org>
14573
14574 * international/quail.el (quail-translate-key): If the input
14575 method is deterministic and failed to handle the last key, restart
14576 the key handling loop from an appropriate key.
14577
14578 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
14579
14580 * vc.el (vc-dired-mode): Extend comment for binding of
14581 `directory-listing-before-filename-regexp'.
14582
14583 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14584
14585 * textmodes/texinfo.el (texinfo-mode):
14586 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
14587 not to unnecessarily expose emacs-mule's internal char codes.
14588
14589 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
14590
14591 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
14592 Display hand pointer and help-echo on disabled icon too.
14593 (gdb-mouse-until): New function.
14594 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
14595
14596 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
14597
14598 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
14599 with 2005-10-23 change to doctor.el.
14600
14601 * finder.el (finder-mode-map): Add follow-link binding.
14602
14603 2005-10-25 Kim F. Storm <storm@cua.dk>
14604
14605 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
14606 to gdb-mouse-toggle-breakpoint-fringe.
14607 (gdb-mouse-toggle-breakpoint-margin): Rename from
14608 gdb-mouse-toggle-breakpoint. Fix doc.
14609 (gdb-mouse-toggle-breakpoint-fringe): New defun.
14610 (gdb-put-string): Add optional SPROPS arg. Add props to string.
14611 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
14612 string properties also for fringe breakpoint bitmaps.
14613
14614 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
14615
14616 * textmodes/org.el (org-start-icalendar-file): Fix format form.
14617
14618 2005-10-25 Masatake YAMATO <jet@gyve.org>
14619
14620 * simple.el (completion-common-substring):
14621 Use `completion-common-substring' prior to `completion-base-size'.
14622
14623 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
14624
14625 * savehist.el: Require CL while compiling.
14626 (savehist-history-variables): Remove.
14627 (savehist-save-minibuffer-history, savehist-additional-variables)
14628 (savehist-minibuffer-history-variables): New vars.
14629 (savehist-save): Use them.
14630 (savehist-uninstall, savehist-minibuffer-hook): New funs.
14631 (savehist-install): New fun, extracted from savehist-load.
14632 (savehist-load): Use them.
14633
14634 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14635
14636 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
14637 a dummy doc-string-elt property.
14638 (defalias, defvaralias, define-category): Add a docstring property.
14639
14640 * image.el (defimage):
14641 * widget.el (define-widget):
14642 * custom.el (defface, defcustom): Add `doc-string' declaration.
14643
14644 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
14645 (defadvice): Add `doc-string' declaration.
14646
14647 * emacs-lisp/byte-run.el (macro-declaration-function):
14648 Handle `doc-string' declarations.
14649 (define-obsolete-function-alias, define-obsolete-variable-alias):
14650 Add `doc-string' declaration.
14651
14652 2005-10-24 Kenichi Handa <handa@m17n.org>
14653
14654 * international/utf-7.el (utf-7): Add autoload cookie.
14655
14656 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
14657
14658 2005-10-24 Eli Zaretskii <eliz@gnu.org>
14659
14660 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
14661 list of directories passed to batch-update-autoloads. Add "." to
14662 the list of the echoed directories.
14663
14664 * pgg-def.el:
14665 * pgg-gpg.el:
14666 * pgg-parse.el:
14667 * pgg-pgp.el:
14668 * pgg-pgp5.el:
14669 * pgg.el: Moved here from the gnus subdirectory.
14670
14671 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
14672
14673 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
14674 in case comint-prompt-read-only is set to t.
14675
14676 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
14677 in case comint-prompt-read-only is set to t.
14678
14679 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
14680
14681 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
14682 Now a string.
14683 (icalendar-import-format): Handle CLASS, STATUS, URL.
14684 Rename `subject' to `summary'.
14685 (icalendar-import-format-summary): Rename from
14686 `icalendar-import-format-subject'.
14687 (icalendar-import-format-url, icalendar-import-format-status)
14688 (icalendar-import-format-class): New variables.
14689 (icalendar--rris): Take variable argument list.
14690 (icalendar--datestring-to-isodate): Remove unnecessary
14691 calendar-style check when converting dates with explicit month names.
14692 (icalendar-export-region): Change return type of conversion
14693 subroutines. Bury current buffer unless error occurred.
14694 (icalendar--convert-to-ical)
14695 (icalendar--parse-summary-and-rest): New functions.
14696 (icalendar--convert-ordinary-to-ical)
14697 (icalendar--convert-weekly-to-ical)
14698 (icalendar--convert-yearly-to-ical)
14699 (icalendar--convert-block-to-ical)
14700 (icalendar--convert-cyclic-to-ical)
14701 (icalendar--convert-anniversary-to-ical): Change return type.
14702 Strip trailing blanks from subject.
14703 (icalendar--convert-sexp-to-ical): Change return type.
14704 Strip trailing blanks from subject. Handle simple sexp
14705 entries as generated by icalendar.el.
14706 (icalendar--convert-float-to-ical)
14707 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
14708 (icalendar-import-file): Doc fix.
14709 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
14710 Correct call to icalendar--rris.
14711 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
14712 `summary'.
14713 (icalendar--add-diary-entry): Rename `subject' to `summary'.
14714
14715 2005-10-24 Romain Francoise <romain@orebokech.com>
14716
14717 * server.el (server-sentinel): Set query-on-exit flag to nil on
14718 new client processes (it isn't inherited from the server process).
14719
14720 * replace.el (occur-engine): Rearrange text properties.
14721
14722 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
14723
14724 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
14725 case-fold-search is nil.
14726 (debug-help-follow): Use help-xref-interned directly.
14727
14728 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
14729
14730 * thumbs.el (thumbs-image-type): Add .pbm.
14731
14732 2005-10-23 Richard M. Stallman <rms@gnu.org>
14733
14734 * faces.el (inhibit-face-set-after-frame-default): New variable.
14735 (set-face-attribute): Bind it.
14736 (face-set-after-frame-default): Test it.
14737
14738 * help-fns.el (describe-simplify-lib-file-name): New function.
14739 (describe-function-1, describe-variable): Use it.
14740
14741 * faces.el (describe-face): Use describe-simplify-lib-file-name.
14742
14743 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
14744 Eliminate nil as possible value.
14745 (tooltip-hide-delay): Reduce internal-border-width.
14746
14747 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
14748 (menu-bar-file-menu) <new-file>: Likewise.
14749
14750 * simple.el (line-move-finish): Ignore fields computing LINE-END.
14751
14752 * international/mule.el (load-with-code-conversion):
14753 Pass full file name to `eval-buffer' unless preloading.
14754
14755 * textmodes/flyspell.el (flyspell-large-region):
14756 Call ispell-check-version.
14757
14758 * textmodes/ispell.el (ispell-local-dictionary-overridden):
14759 Fix the make-variable-buffer-local call that was supposed
14760 to be for this variable.
14761 (ispell-aspell-supports-utf8): Doc fix.
14762 (ispell-find-aspell-dictionaries): Preserve elements of
14763 ispell-dictionary-alist for dictionaries that aspell doesn't report.
14764 (ispell-aspell-find-dictionary): Return nil on error.
14765
14766 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
14767 (doctor-symptoms): Likewise.
14768
14769 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
14770
14771 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
14772
14773 * cus-edit.el (custom-button, custom-button-pressed): New vars.
14774 (custom-raised-buttons): Add :set spec.
14775 (custom-button-unraised, custom-button-pressed-unraised):
14776 New faces, so that custom-raised-buttons actually does something.
14777 (custom-mode): Use custom-button and custom-button-pressed.
14778
14779 * wid-edit.el (widget-specify-button): Don't ignore
14780 widget-mouse-face on graphic terminals.
14781 (widget-move-and-invoke): Cleanup.
14782
14783 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
14784
14785 * whitespace.el (whitespace-cleanup): Doc fix.
14786
14787 2005-10-23 Romain Francoise <romain@orebokech.com>
14788
14789 * emulation/viper.el (viper-set-hooks): Quote forms passed to
14790 `eval-after-load' to avoid evaluating their result.
14791
14792 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
14793
14794 * files.el (directory-listing-before-filename-regexp):
14795 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
14796
14797 * dired.el (dired-move-to-filename-regexp): Remove.
14798 All occurences replaced by `directory-listing-before-filename-regexp'.
14799
14800 * dired-x.el, locate.el, vc.el:
14801 Replace `dired-move-to-filename-regexp' by
14802 `directory-listing-before-filename-regexp'. In vc.el it is
14803 overwritten locally; maybe this can be handled in files.el too.
14804
14805 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
14806 replaced by `directory-listing-before-filename-regexp'.
14807
14808 2005-10-23 Andreas Schwab <schwab@suse.de>
14809
14810 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
14811 and eval-next-after-load.
14812
14813 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
14814
14815 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
14816 exist, create it.
14817
14818 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
14819
14820 * allout.el: Remove autoloads for mailcrypt and crypt++.
14821 Require pgg, pgg-gpg during compilation.
14822 (allout-version): Increment version number to 2.1, and use a literal
14823 rather than RCS Id.
14824 (allout-default-encryption-scheme): Remove.
14825 (allout-passphrase-verifier-handling)
14826 (allout-passphrase-verifier-string)
14827 (allout-file-passphrase-verifier-string)
14828 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
14829 (allout-passphrase-hint-handling): Rename and simplify.
14830 (allout-init): Use `find-file-hook' if available, otherwise
14831 `find-file-hooks'.
14832 (allout-mode): Use `write-file-functions' if available, otherwise
14833 `local-write-file-hooks' and, instead of making auto-save-hook
14834 buffer local, make the write-file-hook activity contingent to
14835 allout-mode.
14836 (allout-mode): Use key-binding substitution in the docstring.
14837 (allout-kill-line): Spell-out kill ring data structure mutation
14838 instead of using byte-compiler-complaint-provoking `pop'.
14839 (allout-insert-listified): Use `insert' rather than `insert-string'
14840 (allout-toggle-current-subtree-encryption): Update docstring, adjust
14841 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
14842 (allout-encrypt-string): Totally revamped vis new underlying
14843 encryption facilities.
14844 (allout-mc-activate-passwd): Remove.
14845 (allout-obtain-passphrase): New, more or less replaces
14846 allout-mc-activate-passwd.
14847 (allout-encrypted-key-info): More or less replaces
14848 allout-encrypted-text-type.
14849 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
14850 (my-mark-marker): Use `(featurep 'xemacs)'.
14851
14852 2005-10-23 Lars Hansen <larsh@soem.dk>
14853
14854 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
14855 (byte-compile-file-form-defmumble, byte-compile-defun)
14856 (byte-compile-defmacro): Use it.
14857 (byte-compile-form): Don't call byte-compile-set-symbol-position
14858 when a byte-compile handler is called.
14859
14860 2005-10-22 Romain Francoise <romain@orebokech.com>
14861
14862 * savehist.el (savehist-history-variables): Add `grep-find-history'.
14863
14864 * subr.el (eval-after-load): Convert library name to an absolute
14865 file name using locate-library, since load-history no longer has
14866 library names in it.
14867
14868 2005-10-22 Richard M. Stallman <rms@gnu.org>
14869
14870 * files.el (make-temp-file): Move from subr.el.
14871 * subr.el (make-temp-file): Move to files.el.
14872
14873 * window.el (get-buffer-window-list): Move from subr.el.
14874 * subr.el (get-buffer-window-list): Move to window.el.
14875
14876 * image.el (image-load-path): Use eval-at-startup to initialize.
14877
14878 * subr.el (eval-at-startup): New macro.
14879
14880 * subr.el: Much rearrangement of functions and division
14881 into pages. No code changes.
14882
14883 2005-10-22 Kenichi Handa <handa@m17n.org>
14884
14885 * tar-mode.el (tar-extract): Be sure to call
14886 find-operation-coding-system if set-auto-coding doesn't find a
14887 coding system.
14888
14889 2005-10-22 Kim F. Storm <storm@cua.dk>
14890
14891 * image.el (image-type-header-regexps): Rename from image-type-regexps.
14892 Change users.
14893 (image-type-file-name-regexps): New defconst.
14894 (image-type-from-data): Simplify loop.
14895 (image-type-from-buffer): New defun.
14896 (image-type-from-file-header): Use it instead of image-type-from-data.
14897 Use image-search-load-path instead of only looking in data-directory.
14898 (image-type-from-file-name): New defun.
14899 (image-search-load-path): Change `pathname' to `filename'.
14900 Make PATH arg optional, default to image-load-path.
14901
14902 2005-10-21 Richard M. Stallman <rms@gnu.org>
14903
14904 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
14905
14906 * textmodes/paragraphs.el (sentence-end-base): New variable.
14907 (sentence-end): Use sentence-end-base.
14908
14909 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14910
14911 * font-lock.el (font-lock-default-fontify-region): Check the multiline
14912 property independently from the font-lock-multiline variable.
14913
14914 2005-10-21 Richard M. Stallman <rms@gnu.org>
14915
14916 * emacs-lisp/find-func.el (find-library-name): Doc fix.
14917
14918 * startup.el (command-line): Convert library names
14919 in `load-history' to absolute file names.
14920
14921 * subr.el (symbol-file): Doc fix.
14922
14923 * loadhist.el (file-loadhist-lookup): Call locate-library
14924 instead of find-library-name. Don't try converting
14925 abs file names to library names, since load-history no longer
14926 has library names in it.
14927 (file-dependents, file-provides, file-requires): Doc fixes.
14928
14929 2005-10-21 Juri Linkov <juri@jurta.org>
14930
14931 * progmodes/etags.el (tags-table-mode): New function.
14932 (tags-verify-table): Replace initialize-new-tags-table with
14933 tags-table-mode.
14934
14935 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
14936 default value.
14937 (desktop-modes-not-to-save): Add tags-table-mode to the
14938 default value.
14939
14940 * info.el (Info-index-next): Add total number of index
14941 alternatives to the message.
14942
14943 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
14944 backward only space (instead of space and period) before looking
14945 at sentence end.
14946
14947 * simple.el (set-variable): Use user-variable-p instead of symbolp.
14948 Add the old variable value as 4th default-value arg of read-string.
14949
14950 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14951
14952 * cus-face.el (custom-declare-face): Make face from X resources
14953 also on Mac.
14954
14955 * disp-table.el (standard-display-g1, standard-display-graphic):
14956 Refuse to use string glyphs also on Mac.
14957 (standard-display-european): Don't set terminal coding system also
14958 on Mac.
14959
14960 * frame.el (display-screens): Use x-display-screens also on Mac.
14961
14962 2005-10-21 Romain Francoise <romain@orebokech.com>
14963
14964 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
14965
14966 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14967
14968 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
14969 and $? into sexps.
14970
14971 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
14972 warning face on open-paren-in-column-0.
14973
14974 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
14975 boundary case. Fix typo.
14976 Suggested by Martin Rudalics <rudalics@gmx.at>.
14977
14978 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
14979
14980 * textmodes/org.el (org-combined-agenda-icalendar-file)
14981 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
14982 (org-export-icalendar-this-file)
14983 (org-export-icalendar-all-agenda-files)
14984 (org-export-icalendar-combine-agenda-files): New commands.
14985 (org-export-icalendar, org-print-icalendar-entries)
14986 (org-start-icalendar-file, org-finish-icalendar-file)
14987 (org-ical-ts-to-string): New functions.
14988 (org-read-date, org-goto-calendar)
14989 (org-agenda-goto-calendar): Inhibit displaying diary entries by
14990 call to `calendar'.
14991 (orgtbl-setup): Remove the :keys arguments from the menu description.
14992 (org-after-save-iCalendar-file-hook): New variable.
14993
14994 2005-10-21 Kenichi Handa <handa@m17n.org>
14995
14996 * language/vietnamese.el (tcvn-5712): Make it an alias of
14997 vietnamese-tcvn coding-system.
14998
14999 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
15000
15001 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
15002 group id is given.
15003
15004 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
15005
15006 * progmodes/sh-script.el (sh-escaped-line-re): New var.
15007 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
15008 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
15009 whose line is either continued or ends with a comment.
15010
15011 2005-10-20 Romain Francoise <romain@orebokech.com>
15012
15013 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
15014
15015 * replace.el (occur-engine): Add follow-link property.
15016
15017 * font-core.el (font-lock-mode): Doc fix.
15018
15019 2005-10-20 Richard M. Stallman <rms@gnu.org>
15020
15021 * net/rcirc.el: New file.
15022
15023 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
15024
15025 * term.el (term-term-name): Initialize to "eterm-color".
15026
15027 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
15028
15029 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
15030 for encryption functionality.
15031 Move allout customization subgroup from `editing' to `outlines' group.
15032 Fix commentary keywords to legitimate ones.
15033 Update author info (using my current email address, obscurified).
15034 (allout-encrypt-string, allout-encryption-produce-work-buffer)
15035 (allout-encrypted-topic-p, allout-encrypted-text-type)
15036 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
15037 (allout-situate-encryption-key-verifier)
15038 (allout-get-encryption-key-verifier, allout-verify-key)
15039 (allout-next-topic-pending-encryption)
15040 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
15041 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
15042 (outline-key-verifier-handling, outline-key-hint-handling)
15043 (outline-encrypt-unencrypted-on-saves): New defcustoms.
15044 (allout-file-key-verifier-string, allout-encryption-scheme)
15045 (allout-key-verifier-string, allout-key-hint-string)
15046 (allout-after-save-decrypt): New variables.
15047 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
15048 (allout-after-saves-handler): New hook functions.
15049 (allout-post-command-business): Do allout-after-save-decrypt.
15050 (allout-enable-file-variable-adjustment): Custom var to enable
15051 mechanism for adding and adjusting settings of Emacs file variables.
15052 (allout-adjust-file-variable, allout-file-vars-section-data):
15053 New functions, implement the mechanism.
15054 (outlineify-sticky): Use the file vars mechanism.
15055 (allout-inhibit-protection, allout-during-write-cue)
15056 (allout-override-protect, allout-before-change-protect): Remove.
15057 (allout-flag-region, allout-open-topic): Adjust read-only text.
15058 (allout-open-line-not-read-only): Add to facilitate read-only
15059 text based protection.
15060 (allout-kill-line): Revise to adjust read-only text, clue the
15061 user about the inhibition.
15062 (allout-unprotected): Use unwind-protect.
15063 (allout-shift-in, allout-shift-out): Disallow manually shifting a
15064 topic deeper than the offspring depth of the previous topic -
15065 avoiding confusing "containment discontinuities".
15066 (allout-reindent-bodies): Fix retention of body relative hanging
15067 indent during promotion of collapsed bodies.
15068 (allout-open-topic): Make it easy to open new topic with same
15069 bullet as current topic - topic creation functions provided with
15070 any universal argument provokes now prompt for bullet, defaulting
15071 to the bullet of the previous topic.
15072 (allout-plain-bullets-string, allout-distinctive-bullets-string):
15073 Plain bullet alternates `.' period and `,' comma only. All other
15074 bullets are relegated to special status (but customizable).
15075 (allout-end-of-entry): Rename from allout-end-of-current-entry
15076 since it actually operates w.r.t. most immediately containing
15077 entry, visible or not.
15078 (allout-hide-current-entry, allout-show-current-entry): Use the
15079 revised version.
15080 (allout-old-expose-topic): Solidify deprecation.
15081 (allout-end-of-subtree): Add so we can span concealed as well
15082 as visible topics.
15083 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
15084 (allout-end-of-current-heading): Tweak to just respect the first line.
15085 (allout-get-body-text): Add.
15086 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
15087 when invoked interactively.
15088 (allout-up-current-level): Use `interactive-p'.
15089 (allout-mode, allout-init): Miscellaneous docstring and
15090 operational refinements, as well as hookups of new encryption stuff.
15091 (allout-beginning-of-current-entry): Now works as advertised.
15092 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
15093 (allout-isearch-rectification): Refine condition for isearching.
15094 (allout-isearch-abort, allout-enwrap-isearch)
15095 (allout-flag-region, my-region-active-p): Relocate some macros.
15096 (allout-title): Fallback title is (buffer-name), not
15097 non-existing (current-buffer-name).
15098 (subst-char-in-string): Define if absent (for some XEmacs versions).
15099
15100 2005-10-20 Jari Aalto <jari.aalto@cante.net>
15101
15102 * mail/sendmail.el (mail-setup-hook, mail-aliases)
15103 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
15104 (mail-citation-prefix-regexp, mail-signature-file)
15105 (mail-default-headers, mail-bury-selects-summary)
15106 (mail-send-nonascii): Add autoload cookies.
15107
15108 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15109
15110 * frame.el (blink-cursor-mode): Add `mac' to the list of
15111 window-system's that support blinking cursor.
15112
15113 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
15114
15115 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
15116
15117 2005-10-20 Eli Zaretskii <eliz@gnu.org>
15118
15119 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
15120 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
15121 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
15122
15123 2005-10-20 Kim F. Storm <storm@cua.dk>
15124
15125 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
15126 (ido-set-current-directory): Don't add / after final @.
15127 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
15128 Explicitly handle ange-ftp completion oddities.
15129 (ido-make-file-list): Don't rotate list at tramp root to avoid
15130 triggering tramp file handler for expand-file-name via get-file-buffer.
15131
15132 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
15133
15134 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
15135
15136 2005-10-19 Jay Belanger <belanger@truman.edu>
15137
15138 * calc/calc-units.el (math-standard-units): Add units, adjust
15139 symbols and update values.
15140 (math-unit-prefixes): Add more prefixes.
15141
15142 2005-10-19 Romain Francoise <romain@orebokech.com>
15143
15144 * bookmark.el (bookmark-menu-heading): New face.
15145 (bookmark-bmenu-list): Use it.
15146 Don't fiddle with `baud-rate' at top-level.
15147
15148 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
15149
15150 * image.el (create-image, find-image): Mention max-image-size in
15151 docstring.
15152
15153 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
15154
15155 * savehist.el (savehist-load): Revert to checking XEmacs.
15156
15157 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
15158 Various docstring and line-width fixups.
15159 (conf-mode): Use cond.
15160 Set font-lock-defaults. Don't set comment-use-syntax.
15161
15162 2005-10-18 David Ponce <david@dponce.com>
15163
15164 * tree-widget.el (tree-widget-button-click): New function.
15165 (tree-widget-button-keymap): Use it.
15166
15167 2005-10-18 Romain Francoise <romain@orebokech.com>
15168
15169 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15170 (bookmark-bmenu-hide-filenames): Add follow-link property.
15171 Improve help-echo text.
15172
15173 * ffap.el (find-file-at-point): Doc fix.
15174
15175 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15176
15177 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
15178
15179 2005-10-18 Masatake YAMATO <jet@gyve.org>
15180
15181 Install to the CVS repository what I forgot to install in my
15182 2005-10-16 changes.
15183
15184 * progmodes/python.el (python-complete-symbol): Pass the common
15185 prefix substring of completion to `display-completion-list'.
15186
15187 * textmodes/org.el (org-complete): Ditto.
15188
15189 2005-10-18 Masatake YAMATO <jet@gyve.org>
15190
15191 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
15192
15193 * woman.el (WoMan-xref-man-page): New button type derived
15194 from `Man-abstract-xref-man-page'.
15195 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
15196
15197 * man.el (Man-abstract-xref-man-page): New button type.
15198 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
15199 (Man-highlight-references): Add new optional argument `xref-man-type'.
15200
15201 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
15202
15203 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
15204
15205 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
15206
15207 * cus-edit.el (Custom-move-and-invoke): Delete.
15208 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
15209
15210 * wid-edit.el (widget-move-and-invoke): New function, from
15211 Custom-move-and-invoke.
15212
15213 2005-10-17 Bill Wohler <wohler@newt.com>
15214
15215 Move all remaining images from lisp/toolbar to etc/images, move
15216 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
15217 the low resolution images in their own directory (low-color).
15218
15219 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
15220 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
15221 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
15222 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
15223 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
15224 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
15225 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
15226
15227 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
15228 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
15229 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
15230 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
15231 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
15232 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
15233 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
15234 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
15235 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
15236 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
15237 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
15238 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
15239 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
15240 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
15241 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
15242
15243 To conform with convention, replace the underscore (_) in the
15244 following image names with dash (-) or (/) as appropriate.
15245
15246 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
15247 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
15248 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
15249 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
15250 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
15251 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
15252 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
15253 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
15254 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
15255 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
15256 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
15257 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
15258 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
15259 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
15260 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
15261
15262 * info.el (info-tool-bar-map): Replace underscores in image names
15263 with dashes.
15264
15265 * makefile.w32-in (WINS): Remove toolbar.
15266
15267 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
15268
15269 * tool-bar.el: Move to lisp from toolbar. Now that
15270 toolbar is empty, it should be deleted when folks run "cvs up -P".
15271
15272 2005-10-18 Jay Belanger <belanger@truman.edu>
15273
15274 * calc/calc-store.el (calc-store-into): Get the proper variable name
15275 to display in message.
15276
15277 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
15278
15279 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
15280 expressions display in speedbar for all buffers when debugging.
15281 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
15282
15283 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
15284 (speedbar-insert-button, speedbar-make-button):
15285 Use add-text-properties.
15286 (speedbar-update-localized-contents)
15287 (speedbar-update-directory-contents)
15288 (speedbar-update-special-contents): Use dolist.
15289 (speedbar-buffer-easymenu-definition): Add a menu separator.
15290
15291 2005-10-17 Jason Rumney <jasonr@gnu.org>
15292
15293 * makefile.w32-in: Use $(lisp) consistently.
15294 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
15295 for shell specific generation of mh-autoloads.
15296
15297 2005-10-17 Richard M. Stallman <rms@gnu.org>
15298
15299 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
15300
15301 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15302
15303 * jit-lock.el (jit-lock-fontify-now):
15304 Move jit-lock-context-unfontify-pos to avoid wasted work.
15305
15306 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
15307
15308 * net/tramp.el (tramp-completion-mode): New defvar. Used in
15309 `tramp-completion-mode' for checking if we are in completion mode.
15310 (tramp-completion-handle-file-name-all-completions): Reorder code
15311 in order to complete for file names only in case there are no
15312 method/user/host completions. This is necessary for cooperation
15313 with ido. Reported by Kim F. Storm <storm@cua.dk>.
15314
15315 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
15316
15317 * longlines.el (longlines-search-forward)
15318 (longlines-search-backward): Match any number of spaces.
15319
15320 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
15321
15322 * diff-mode.el (diff-mode): Doc fix.
15323
15324 2005-10-16 David Reitter <david.reitter@gmail.com>
15325
15326 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
15327 as default on darwin and windows systems.
15328
15329 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
15330
15331 * arc-mode.el (archive-zip-extract): Doc fix.
15332
15333 2005-10-16 Romain Francoise <romain@orebokech.com>
15334
15335 * mouse.el (mouse-1-click-follows-link): Doc fix.
15336
15337 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15338
15339 * savehist.el: Don't require CL at runtime.
15340 (savehist-xemacs): Remove.
15341 (savehist-coding-system): Use utf-8 if present, regardless of religion.
15342 (savehist-no-conversion): Use (featurep 'xemacs).
15343 (savehist-load): Check existence of start-itimer rather than XEmacs.
15344 Use an idle timer.
15345 (savehist-process-for-saving): Replace use of CL funs `subseq' and
15346 `delete-if-not'.
15347
15348 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
15349
15350 * savehist.el: Newer version.
15351 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
15352 (savehist-last-checksum, savehist-no-conversion): New vars.
15353 (savehist-autosave, savehist-process-for-saving, savehist-printable):
15354 New functions.
15355 (savehist-load, savehist-save): Use them.
15356 (savehist-delimit): Remove.
15357
15358 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15359
15360 * progmodes/compile.el (compilation-goto-locus): Display the
15361 compilation buffer first and the source buffer second, in case they're
15362 in overlapping frames. Don't raise the compilation frame if it was the
15363 selected window upon entry. Pass the `other-window' arg to
15364 pop-to-buffer.
15365
15366 * info.el (Info-fontify-node): Use dolist.
15367 Change add-text-properties to put-text-property.
15368
15369 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15370
15371 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
15372 bound of search.
15373
15374 2005-10-16 Masatake YAMATO <jet@gyve.org>
15375
15376 * dabbrev.el (dabbrev-completion): Pass the common
15377 prefix substring of completion to `display-completion-list'.
15378
15379 * filecache.el (file-cache-minibuffer-complete)
15380 (file-cache-complete): Ditto.
15381
15382 * tempo.el (tempo-display-completions): Ditto.
15383
15384 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
15385
15386 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
15387
15388 * eshell/em-hist.el (eshell-list-history): Ditto.
15389
15390 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
15391
15392 * mail/mailalias.el (mail-complete): Ditto.
15393
15394 * progmodes/etags.el (complete-tag): Ditto.
15395
15396 * progmodes/make-mode.el (makefile-complete): Ditto.
15397
15398 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
15399
15400 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
15401
15402 * progmodes/pascal.el (pascal-complete-word)
15403 (pascal-show-completions): Ditto.
15404
15405 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
15406
15407 * simple.el (completion-common-substring): New variable.
15408 (completion-setup-function): Use `completion-common-substring'
15409 to put faces.
15410
15411 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15412
15413 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
15414 (x-get-selection, mac-select-convert-to-string): Convert from/to
15415 UTF-16 clipboard data as in native byte order, no BOM.
15416
15417 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
15418
15419 * progmodes/gud.el (gud-tool-bar-map): Rename the images
15420 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
15421 (gud-sentinel): Use speedbar-frame to check for speedbar.
15422
15423 2005-10-15 Richard M. Stallman <rms@gnu.org>
15424
15425 * savehist.el: New file.
15426
15427 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
15428
15429 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
15430 Fix bug in \bf fontification.
15431
15432 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
15433
15434 * pcvs.el (cvs-edit-log-files): New var.
15435 (cvs-mode-edit-log): New arg `file'.
15436 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
15437 Instead force the use of the original file and nothing else.
15438 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
15439 the cvs-minor-wrap-function is set.
15440 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
15441
15442 2005-10-14 Bill Wohler <wohler@newt.com>
15443
15444 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
15445 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
15446 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
15447 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
15448 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
15449 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
15450 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
15451 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
15452 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
15453 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
15454 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
15455 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
15456 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
15457 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
15458 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
15459
15460 * progmodes/gud.el (gud-tool-bar-map): Rename the images
15461 appropriately (for example, gud-break to gud/break).
15462
15463 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
15464
15465 * longlines.el (longlinges-search-function)
15466 (longlines-search-forward, longlines-search-backward): New functions.
15467 (longlines-mode): Set isearch-search-fun-function to
15468 longlinges-search-function.
15469
15470 * mouse.el (mouse-drag-region-1): Handle the case where a
15471 double-click event is bound to an arbitrary function.
15472
15473 2005-10-14 David Ponce <david@dponce.com>
15474
15475 * recentf.el (recentf-track-opened-file)
15476 (recentf-track-closed-file, recentf-update-menu)
15477 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
15478 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
15479 mouse-1-click-follows-link.
15480
15481 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15482
15483 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
15484 Gnome file-manager.png. Suggested by
15485 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
15486
15487 * toolbar/README: Add diropen.xpm.
15488
15489 2005-10-13 Bill Wohler <wohler@newt.com>
15490
15491 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
15492 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
15493
15494 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
15495
15496 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
15497 Don't waste the byte-compiler's time on constant data.
15498
15499 2005-10-13 Kenichi Handa <handa@m17n.org>
15500
15501 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
15502 byte with `escape-glyph' face.
15503
15504 * international/fontset.el (ccl-encode-unicode-font):
15505 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
15506 Handle the case that ucs-mule-to-mule-unicode translates a character to
15507 ASCII (usually for IPA characters).
15508
15509 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
15510
15511 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
15512 Don't hide the underline of titles if font-lock-mode is disabled.
15513
15514 2005-10-12 Bill Wohler <wohler@newt.com>
15515
15516 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
15517 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
15518 files in MH-E-SRC have been updated.
15519 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
15520
15521 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
15522
15523 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
15524 (mixal-mode-syntax-table): Add \n as end-comment.
15525 (mixal-operation-codes-alist): Immediately initialize to full value.
15526 (mixal-add-operation-code): Remove.
15527 (mixal-describe-operation-code): Make the arg non-optional.
15528 Use the interactive spec instead.
15529 Use mixal-operation-codes-alist rather than mixal-operation-codes.
15530 (mixal-font-lock-keywords): Don't highlight comments here any more.
15531 (mixal-font-lock-syntactic-keywords): New var.
15532 (mixal-mode): Use it. Fix comment-start-skip.
15533
15534 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15535
15536 * startup.el (command-line-x-option-alist): -nb => -nbi
15537
15538 2005-10-12 Kim F. Storm <storm@cua.dk>
15539
15540 * startup.el (fancy-splash-default-action): Discard mouse click in
15541 the splash screen window, as it has no sensible meaning in the
15542 next window to be selected. Fixes error reported by Jan D.
15543
15544 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
15545
15546 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
15547
15548 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
15549
15550 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
15551 Try to fix up minor layout issues like indentation, line break, etc...
15552 (mixal-mode-syntax-table): Don't try to specify comment syntax,
15553 because it doesn't work.
15554 (mixal-operation-codes): Add some more codes.
15555 (mixal-font-lock-keywords): Process comments here.
15556 (mixal-mode): mixasm no longer needs -g option.
15557
15558 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
15559
15560 * progmodes/sh-script.el (sh-tmp-file):
15561 Use mktemp -t. Finish support for es and rc shells.
15562
15563 2005-10-11 Jay Belanger <belanger@truman.edu>
15564
15565 * calc/calcalg2.el (calc-integral): With an argument, compute the
15566 definite integral.
15567
15568 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
15569
15570 * mouse.el (mouse-drag-region-1): Don't try to catch a
15571 double-click when doing follow-link (it's overridden anyway).
15572
15573 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
15574
15575 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
15576 (autoload-print-form-outbuf): Add docstring.
15577
15578 2005-10-11 Juri Linkov <juri@jurta.org>
15579
15580 * info.el (Info-mode-menu): Delete menu item "Edit".
15581 (Info-mode): Delete description of Info-edit from docstring,
15582 and rearrange descriptions of Info commands in the order
15583 they are documented in the Info manual.
15584
15585 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
15586
15587 * calendar/appt.el (appt-check): Use diary-selective-display var.
15588
15589 2005-10-10 Richard M. Stallman <rms@gnu.org>
15590
15591 * net/newsticker.el (newsticker-start, newsticker-show-news):
15592 Add autoload cookies.
15593
15594 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
15595
15596 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
15597
15598 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
15599
15600 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
15601
15602 2005-10-10 Jay Belanger <belanger@truman.edu>
15603
15604 * calc/calc-arith.el (math-check-known-scalarp)
15605 (math-check-known-matrixp): Check the values of arguments that are
15606 variables.
15607 (math-check-known-square-matrixp): New function.
15608 (math-known-square-matrixp): Use math-check-known-square-matrixp.
15609 (math-super-types): Add sqmatrix type.
15610
15611 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
15612 mode name `square' to `sqmatrix'.
15613
15614 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
15615 mode name `square' to `sqmatrix'.
15616
15617 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
15618
15619 * progmodes/etags.el (select-tags-table-mode): Don't use
15620 selective-display.
15621 (tags-select-tags-table): Pass `button' to the action function.
15622 (select-tags-table): Place the side-info on button properties rather
15623 than in hidden text. Abbreviate file names.
15624 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
15625 (select-tags-table-select): Add `button' argument.
15626 Get side-info from the button property rather than from hidden text.
15627
15628 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
15629
15630 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
15631 (gud-speedbar-buttons): Preserve point if possible.
15632 (gud-sentinel): Restore previous speedbar display type.
15633
15634 * progmodes/gdb-ui.el (gdba): Improve diagram.
15635 (def-gdb-auto-update-handler, gdb-info-locals-handler)
15636 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
15637 Call get-buffer-window once.
15638
15639 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
15640
15641 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
15642 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
15643 (pascal-indent-command): Remove unused var `ind'.
15644 (pascal-indent-case): Remove unused var `oldpos'.
15645 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
15646 since it's now used as a proper minor mode map.
15647 (pascal-outline): Rename to pascal-outline-mode.
15648 (pascal-outline-mode): Use define-minor-mode.
15649 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
15650 selective-display.
15651
15652 2005-10-10 Andreas Schwab <schwab@suse.de>
15653
15654 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
15655 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
15656
15657 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
15658 outside source directory.
15659
15660 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
15661
15662 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
15663 C-x' as a prefix.
15664 (orgtbl-mode-map): Full keymap instead of sparse, because all
15665 `self-insert-command' keys are redefined in this map.
15666 (org-export-as-html): Specify charset for HTML file, by taking it
15667 from the coding system.
15668
15669 2005-10-10 Kenichi Handa <handa@m17n.org>
15670
15671 * textmodes/flyspell.el (flyspell-check-word-p):
15672 If unread-command-events is non-empty, don't call sit-for.
15673
15674 2005-10-09 Richard M. Stallman <rms@gnu.org>
15675
15676 * font-lock.el (font-lock-syntactic-keywords)
15677 (font-lock-keywords): Doc fixes.
15678
15679 * textmodes/flyspell.el (flyspell-external-point-words):
15680 Simplify logic, and don't try to check for consecutive appearances
15681 of one incorrect word.
15682
15683 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
15684
15685 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
15686 separator.
15687
15688 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
15689 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
15690 (gud-expansion-speedbar-buttons): New function.
15691 (gud-speedbar-buttons): Check for gud-comint-buffer.
15692
15693 2005-10-09 Bill Wohler <wohler@newt.com>
15694
15695 * Makefile.in (updates): Add mh-loaddefs dependency.
15696
15697 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
15698
15699 * speedbar.el (speedbar-file-key-map): Fix typo.
15700
15701 2005-10-09 Daniel Brockman <daniel@brockman.se>
15702
15703 * cus-start.el (line-spacing): Add custom spec.
15704
15705 2005-10-09 Romain Francoise <romain@orebokech.com>
15706
15707 * textmodes/ispell.el (ispell-check-version): Fix last change.
15708
15709 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15710
15711 * term/x-win.el: Remove -i, --icon-type from comment.
15712
15713 * startup.el (command-line-x-option-alist): Remove options -i,
15714 -itype, --icon-type, added -nb, --no-bitmap-icon
15715
15716 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
15717
15718 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
15719 instead of :active.
15720
15721 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
15722
15723 * textmodes/ispell.el (ispell-check-version):
15724 Ignore hyphen, and all that follows, in aspell's version text.
15725
15726 2005-10-08 Jay Belanger <belanger@truman.edu>
15727
15728 * calc/calc-arith.el (math-known-square-matrixp): New function.
15729 (math-pow-fancy): Check for matrices before distributing exponent
15730 across products.
15731
15732 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
15733 fullscreen keypad. Suggested by Luc Teirlinck.
15734 (calc-keypad-show-input): Add space for formatting.
15735
15736 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
15737 Add square matrix option.
15738
15739 * calc/calc-poly.el (math-expand-term): Check for matrices instead
15740 of checking calc-matrix-mode when deciding how to expand.
15741
15742 * calc/calc.el (calc-set-mode-line): Add square matrix option.
15743
15744 2005-10-08 Lars Hansen <larsh@soem.dk>
15745
15746 * net/tramp.el (tramp-perl-directory-files-and-attributes):
15747 Add error handling.
15748 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
15749
15750 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
15751
15752 Sync with Tramp 2.0.51.
15753
15754 * net/tramp.el (tramp-handle-set-visited-file-modtime)
15755 (tramp-handle-insert-file-contents, tramp-handle-write-region):
15756 Insert special handling for `last-coding-system-used', again
15757 it still seems to be necessary (unlike stated before).
15758 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
15759 (tramp-password-prompt-regexp): There might be other words before
15760 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
15761 (tramp-chunksize): Improve docstring.
15762 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
15763 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
15764 Christian Joergensen <bugs@razor.dk>.
15765
15766 2005-10-07 Glenn Morris <rgm@gnu.org>
15767
15768 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
15769 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
15770 precision'.
15771
15772 2005-10-07 Romain Francoise <romain@orebokech.com>
15773
15774 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
15775 (ibuffer-do-shell-command-pipe-replace)
15776 (ibuffer-do-shell-command-file, ibuffer-do-eval)
15777 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
15778 (ibuffer-do-revert, ibuffer-do-replace-regexp)
15779 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
15780 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
15781 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
15782 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
15783 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
15784 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
15785 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
15786 Autoload file sans suffix.
15787
15788 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
15789
15790 2005-10-07 David Ponce <david@dponce.com>
15791
15792 * recentf.el (recentf-menu-open-all-flag): New option.
15793 (recentf-digit-shortcut-command-name): New function.
15794 (recentf--shortcuts-keymap): New variable.
15795 (recentf-menu-shortcuts): New variable.
15796 (recentf-make-menu-items): Initialize it. Replace the "More..."
15797 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
15798 (recentf-menu-value-shortcut): New function.
15799 (recentf-make-menu-item): Use it. No more in-lined.
15800 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
15801 (recentf-open-most-recent-file): Rename from
15802 `recentf-open-file-with-key'. Don't depend on key binding.
15803 (recentf-mode-map): New variable.
15804 (recentf-mode): Use it.
15805
15806 2005-10-06 Bill Wohler <wohler@newt.com>
15807
15808 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
15809
15810 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
15811 (MH-E-SRC): New. Used by mh-autoloads.
15812 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
15813 files in MH-E-SRC have been updated.
15814 (compile, recompile, bootstrap): Depend on mh-autoloads.
15815
15816 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
15817
15818 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
15819 gud-break and gud-remove icons when the fringe is not available.
15820
15821 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
15822 Typo.
15823
15824 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
15825
15826 * play/zone.el (zone): Wrap body with save-window-excursion.
15827
15828 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
15829
15830 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
15831 Use the new `list-only' arg to diary-list-entries.
15832
15833 * calendar/diary-lib.el: Use overlays rather than selective-display.
15834 (diary-selective-display): New var.
15835 (diary-header-line-format): Use it.
15836 (diary-list-entries): Add argument `list-only'.
15837 Put the buffer in diary-mode. Don't add \^M at beg and end.
15838 Replace \^M by invisible overlays.
15839 (diary-unhide-everything): Replace \^M by invisible overlays.
15840 (print-diary-entries): Look for overlays rather than \^M.
15841 Add a space to the temp buffer name.
15842 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
15843 Put the buffer in diary-mode.
15844 (list-sexp-diary-entries): Replace \^M by invisible overlays.
15845 (diary-anniversary): Make the year arg optional.
15846 (diary-time-regexp): New const.
15847 (diary-font-lock-keywords): Use it to accept a few more time formats.
15848
15849 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
15850
15851 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
15852
15853 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
15854 Fix bug introduced 2005-07-03: Use (car (last ...))
15855 to faithfully reproduce replaced artist-last.
15856 (artist-set-arrow-points-for-poly): Likewise.
15857 Suggested by Johan Bockg\e,Ae\e(Brd.
15858
15859 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
15860
15861 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
15862 * wid-edit.el (widget):
15863 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
15864 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
15865
15866 2005-10-06 Kenichi Handa <handa@m17n.org>
15867
15868 * international/mule-cmds.el (set-language-environment):
15869 Fix setting up of case-table for unibyte mode.
15870
15871 * simple.el (what-cursor-position): If the character is displayed
15872 by some `display' text property, show that. Don't use
15873 single-key-description for eight-bit characters in multibyte mode.
15874
15875 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
15876
15877 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
15878 (gdb-ann3): Set it.
15879 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
15880 (gdb-info-frames-custom): Use inverse-video for first five
15881 characters of selected frame only.
15882 (gdb-get-frame-number): Select frame even when point is on frame
15883 number.
15884
15885 2005-10-06 Masatake YAMATO <jet@gyve.org>
15886
15887 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
15888 Put `font-lock-function-name-face'.
15889 (gdb-info-frames-custom): Put `font-lock-function-name-face'
15890 and `font-lock-variable-name-face'
15891 (gdb-registers-font-lock-keywords): New font lock keywords definition.
15892 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
15893 (gdb-memory-font-lock-keywords): New font lock keywords definition.
15894 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
15895 (gdb-local-font-lock-keywords): New font lock keywords definition.
15896 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
15897 (gdb-threads-font-lock-keywords): New font lock keywords definition.
15898 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
15899
15900 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
15901
15902 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
15903 (ediff-merge-region-is-non-clash-to-skip): Previously called
15904 ediff-merge-region-is-non-clash.
15905
15906 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
15907 Use insert-buffer-substring.
15908
15909 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
15910 selecting files to patch. Also bug fixes.
15911
15912 * ediff-util.el (ediff-setup): Bug fix.
15913 (ediff-next-difference): Never skip clashes that differ in white
15914 space only.
15915
15916 * ediff-wind.el (ediff-setup-control-frame)
15917 (ediff-destroy-control-frame): Check the menubar feature.
15918
15919 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
15920 (viper-refresh-mode-line): Use make-local-variable to localize
15921 some vars instead of make-variable-buffer-local. Suggested by
15922 Stefan Monnier.
15923
15924 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
15925 (viper-restore-cursor-type, viper-set-insert-cursor-type):
15926 Use make-local-variable instead of make-variable-buffer-local.
15927 Suggested by Stefan Monnier.
15928
15929 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
15930 (viper-comint-mode-hook): Use make-local-variable on
15931 require-final-newline.
15932 (viper-non-hook-settings): Don't use make-variable-buffer-local.
15933
15934 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
15935
15936 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
15937 also the second char of a comment-start sequence.
15938 (scheme-sexp-comment-syntax-table): New var.
15939 (lambda, define): Set their scheme-doc-string-elt property.
15940 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
15941 Use lisp-font-lock-syntactic-face-function now that it properly
15942 handles |...| symbols.
15943 (scheme-mode-variables): Set lisp-doc-string-elt-property,
15944 parse-sexp-lookup-properties and font-lock-extra-managed-props.
15945
15946 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
15947 bit from # to |.
15948 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
15949
15950 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
15951 (lisp-doc-string-elt-property): New var.
15952 (lisp-font-lock-syntactic-face-function): Use it.
15953 Rewrite to recognize docstrings even for forms not at toplevel.
15954
15955 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
15956 annotation on the | part of #| rather than on the # part.
15957 (scheme-font-lock-syntactic-face-function): New function, to
15958 distinguish strings from |...| symbols.
15959 (scheme-mode-variables): Use it. Also fix up the font-lock-time
15960 syntax-table so that #|...|# is properly highlighted.
15961
15962 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
15963 Don't mark as docstring the 3rd elem of an unknown toplevel form.
15964
15965 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
15966
15967 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
15968 and C-e.
15969
15970 * emacs-lisp/eldoc.el: Move comments into docstrings.
15971 (eldoc-message-commands): Initialize in its declaration.
15972 Add move-beginning-of-line and move-end-of-line.
15973 (eldoc-add-command, eldoc-add-command-completions)
15974 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
15975
15976 * outline.el (outline-mark-subtree): Activate the mark.
15977
15978 * calendar/appt.el (appt-time-regexp): New var.
15979 (appt-add, appt-make-list): Use it.
15980 (appt-convert-time): Clean up.
15981
15982 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
15983 Don't set any syntax-table property here.
15984 (tex-font-lock-verb): New function. Do it here.
15985 (tex-font-lock-syntactic-keywords): Use it.
15986
15987 2005-10-04 Richard M. Stallman <rms@gnu.org>
15988
15989 * wid-edit.el (widget-file-complete): Get the widget start point
15990 the right way. Default directory to `/' if file has none.
15991
15992 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
15993
15994 * textmodes/flyspell.el (flyspell-mode-on):
15995 Call ispell-maybe-find-aspell-dictionaries.
15996
15997 * textmodes/ispell.el (ispell-word, ispell-region):
15998 Call ispell-maybe-find-aspell-dictionaries.
15999 (ispell-accept-buffer-local-defs):
16000 Don't call ispell-maybe-find-aspell-dictionaries
16001
16002 2005-10-04 Richard M. Stallman <rms@gnu.org>
16003
16004 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
16005
16006 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
16007
16008 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
16009 instead of `fboundp' in order to allow for anonymous functions.
16010
16011 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
16012
16013 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
16014 case the user clicks on the link while another window is selected.
16015 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
16016
16017 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
16018 functionality.
16019 (dframe-help-echo): Save point in case mouse tracking is off.
16020
16021 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
16022
16023 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
16024
16025 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16026
16027 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
16028 not change the global value of those vars.
16029
16030 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
16031 make-local-variable which we do not need any more.
16032
16033 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
16034
16035 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
16036 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
16037 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
16038 (speedbar-path-line): Define obsolete aliases.
16039 (speedbar-line-directory): Doc fix.
16040
16041 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
16042 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
16043 instead of speedbar-line-path.
16044
16045 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16046
16047 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
16048 to nil if dropping on a window. Handle dropping on a minibuffer window
16049 like dropping on a non-window part of Emacs.
16050
16051 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16052
16053 * net/ange-ftp.el: Use with-current-buffer.
16054 (ange-ftp-insert-directory): Do not follow symlinks any more.
16055
16056 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
16057 Remove interactive spec.
16058
16059 2005-10-03 Kim F. Storm <storm@cua.dk>
16060
16061 * ido.el (ido-mode): Use custom-initialize-set.
16062
16063 2005-10-02 Richard M. Stallman <rms@gnu.org>
16064
16065 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
16066 Use insert-buffer-substring.
16067
16068 * net/tramp.el: Pacify byte compiler warnings in pacification code.
16069 (tramp-handle-file-local-copy): Use insert-buffer-substring.
16070
16071 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
16072
16073 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
16074 in last change.
16075 (ange-ftp-insert-directory): Fix up the search for the case where
16076 `file' is absolute.
16077
16078 2005-10-02 Romain Francoise <romain@orebokech.com>
16079
16080 * progmodes/compile.el (compile-goto-error): Delete extra paren.
16081
16082 2005-10-02 Andreas Schwab <schwab@suse.de>
16083
16084 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
16085 directory component in the session info.
16086
16087 2005-10-01 Richard M. Stallman <rms@gnu.org>
16088
16089 * comint.el (comint-redirect-subvert-readonly): Doc fix.
16090
16091 * simple.el (next-error-internal): New function.
16092
16093 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
16094 (compilation-start): Pass new arg to compilation-buffer-name.
16095 (compile-goto-error): Use next-error-internal.
16096
16097 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
16098
16099 * speedbar.el: Remove RCS tag.
16100 (speedbar-check-read-only): Handle non-existent files.
16101
16102 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
16103
16104 * info.el (Info-speedbar-hierarchy-buttons)
16105 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
16106
16107 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16108
16109 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
16110 Do not match newline.
16111 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
16112 (bibtex-summary): Remove unnecessary save-excursion.
16113 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
16114
16115 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16116
16117 * term/mac-win.el: Add charset info for "iso10646-1".
16118 Modify default fontset to use ATSUI-compatible fonts for some charsets
16119 if available.
16120
16121 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
16122
16123 * speedbar.el: Re-apply arch tag.
16124 (speedbar-version): Rename to version 1.0. Suggested by Eric
16125 M. Ludlam.
16126 Reapply two changes from Emacs CVS' version of speedbar lost
16127 during the merge:
16128 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
16129 (speedbar-frame-parameters): Improve customize type.
16130
16131 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
16132
16133 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
16134 (ange-ftp-file-directory-p): Fix the symlink case.
16135 (ange-ftp-insert-directory): When listing a single file, get a list of
16136 the parent buffer and extract the relevant line. Inspired from a patch
16137 by Katsumi Yamaoka <yamaoka@jpl.org>.
16138 (ange-ftp-file-name-sans-versions): Simplify.
16139
16140 2005-09-30 Bill Wohler <wohler@newt.com>
16141
16142 Move MH-E image files from toolbar and mail directories into
16143 etc/images.
16144
16145 * mail/reply2.*: Move to etc/images/mail/reply*.
16146
16147 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
16148 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
16149 etc/images.
16150
16151 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
16152 * toolbar/reply*: Move to etc/images/mail.
16153
16154 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
16155
16156 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
16157
16158 * speedbar.el: New version 1.0pre3.
16159
16160 Frame management code (including timer, and mouse click specifics)
16161 moved to dframe.el:
16162 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
16163 (speedbar-timer): Removed. Use dframe-timer.
16164 (speedbar-close-frame): Removed. Use dframe-close-frame.
16165 (speedbar-activity-change-focus-flag): Removed. Use
16166 dframe-activity-change-focus-flag.
16167 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
16168 dframe-update-speed.
16169
16170 (speedbar-current-frame): New macro. Use this instead of the
16171 variable speedbar-frame.
16172
16173 (speedbar-use-images, speedbar-expand-image-button-alist)
16174 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
16175
16176 (speedbar-find-image-on-load-path): Removed. Replaced by
16177 defezimage in ezimage.el.
16178 (speedbar-expand-image-button-alist): Removed. Replaced by
16179 ezimage-expand-image-button-alist in ezimage.el.
16180
16181 (speedbar-ignored-directory-regexp)
16182 (speedbar-add-ignored-directory-regexp)
16183 (speedbar-ignored-directory-expressions)
16184 (speedbar-line-directory, speedbar-buffers-line-directory)
16185 (speedbar-directory-line, speedbar-buffers-line-directory):
16186 Renamed, replacing `path' with `directory'.
16187
16188 (speedbar-create-directory, speedbar-expand-line-descendants)
16189 (speedbar-toggle-line-expansion)
16190 (speedbar-contract-line-descendants): New commands.
16191
16192 (speedbar-query-confirmation-method, speedbar-select-frame-method)
16193 (speedbar-use-tool-tips-flag): New options.
16194
16195 (speedbar-check-read-only, speedbar-require-version)
16196 (speedbar-insert-separator, speedbar-buffers-tail-notes)
16197 (speedbar-handle-delete-frame, speedbar-try-completion)
16198 (speedbar-update-localized-contents): New functions.
16199
16200 (speedbar-incompatible-version, speedbar-ro-to-do-point)
16201 (speedbar-object-read-only-indicator): New variables.
16202
16203 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
16204 New hooks.
16205
16206 (speedbar-separator-face): New face.
16207
16208 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
16209 (speedbar-ignored-modes): Add fundamental-mode.
16210 (speedbar-directory-unshown-regexp): Add . directories.
16211
16212 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
16213 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
16214 `]' for full expand/close.
16215 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
16216
16217 (speedbar-check-vc): Support hidden files.
16218 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
16219 (speedbar-this-file-in-vc): Use vc-state if available. If VC
16220 state is nil, it is not checked out.
16221
16222 (speedbar-line-text, speedbar-line-token): Support expand buttons
16223 with no text.
16224 (speedbar-refresh): Universal argument acts as power-click.
16225 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
16226 that buffer to get variable values.
16227
16228 And many other bugfixes.
16229
16230 * dframe.el, ezimage.el, sb-image.el: New files.
16231
16232 * sb-*.xpm: Remove files. New image files installed into
16233 etc/images/ezimage.
16234
16235 2005-09-30 Kenichi Handa <handa@m17n.org>
16236
16237 * ps-mule.el (ps-mule-show-warning): If a character is in
16238 ps-print-translation-table, don't treat it as non-printable.
16239
16240 2005-09-30 David Ponce <david@dponce.com>
16241
16242 * tree-widget.el (tree-widget-themes-load-path): New variable.
16243 (tree-widget-themes-directory): Doc fix.
16244 (tree-widget-image-formats) [Emacs]: Doc fix.
16245 (tree-widget--locate-sub-directory): New function.
16246 (tree-widget-themes-directory): Use it.
16247
16248 * recentf.el (recentf-filename-handlers): Rename from
16249 `recentf-filename-handler'. Allow a list of functions.
16250 (recentf-menu-items-for-commands): Fix :help strings.
16251 (recentf-apply-filename-handlers): New function.
16252 (recentf-expand-file-name): Use it.
16253 (recentf-cleanup): Remove duplicates too.
16254
16255 2005-09-29 Juri Linkov <juri@jurta.org>
16256
16257 * faces.el: Rearrange face definitions to be in the same order as
16258 their face descriptions in "(emacs)Standard Faces".
16259
16260 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
16261
16262 * tooltip.el (tooltip): Add group `basic-faces'.
16263
16264 * buff-menu.el (Buffer-menu-buffer): Remove group
16265 `font-lock-highlighting-faces'.
16266
16267 * progmodes/compile.el (compilation-error, compilation-warning)
16268 (compilation-info, compilation-line-number, compilation-column-number):
16269 Change group from `font-lock-highlighting-faces' to `compilation'.
16270
16271 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
16272 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
16273 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
16274 (vhdl-font-lock-reserved-words-face)
16275 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
16276 `font-lock-highlighting-faces'.
16277
16278 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
16279
16280 2005-09-28 Kim F. Storm <storm@cua.dk>
16281
16282 * emulation/cua-base.el: Set CUA move property on additional commands:
16283 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
16284 forward-sexp, backward-sexp, forward-list, backward-list.
16285
16286 2005-09-28 Romain Francoise <romain@orebokech.com>
16287
16288 * comint.el (comint-show-output): Really set point at the
16289 beginning of the output when not using `comint-use-prompt-regexp'.
16290
16291 2005-09-27 Jay Belanger <belanger@truman.edu>
16292
16293 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
16294 in TeX mode.
16295
16296 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
16297
16298 * textmodes/org.el (org-table-sum): Fix format string.
16299
16300 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
16301 Quote face names.
16302
16303 2005-09-26 Romain Francoise <romain@orebokech.com>
16304
16305 * isearch.el (isearch-forward-regexp): Close doc string.
16306
16307 2005-09-25 Richard M. Stallman <rms@gnu.org>
16308
16309 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
16310
16311 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
16312
16313 * progmodes/compile.el (compilation-error-properties):
16314 When getting the file from the previous error message,
16315 correctly decode the new data format.
16316
16317 * progmodes/cc-cmds.el (c-electric-paren):
16318 Call old-blink-paren only for close-paren.
16319
16320 2005-09-24 Andreas Schwab <schwab@suse.de>
16321
16322 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
16323 condition.
16324
16325 2005-09-25 Romain Francoise <romain@orebokech.com>
16326
16327 * dired-aux.el (dired-copy-file-recursive):
16328 * dired.el (dired-delete-file):
16329 * ediff-mult.el (ediff-dir-diff-copy-file):
16330 * ediff-util.el (ediff-test-save-region):
16331 * forms.el (forms-mode):
16332 * ido.el (ido-file-internal, ido-delete-file-at-head):
16333 * log-edit.el (log-edit-done):
16334 * ses.el (ses-yank-resize):
16335 * play/gomoku.el (gomoku-human-plays, gomoku)
16336 (gomoku-human-resigns, gomoku-prompt-for-other-game)
16337 (gomoku-offer-a-draw):
16338 * play/landmark.el (lm-human-resigns, lm):
16339 * net/eudcb-ldap.el (eudc-ldap-check-base):
16340 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
16341 * progmodes/ebrowse.el (ebrowse-find-pattern):
16342 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
16343 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
16344 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
16345
16346 * vc.el (vc-delete-file):
16347 * play/gomoku.el (gomoku-terminate-game, gomoku)
16348 (gomoku-prompt-for-move, gomoku-human-takes-back):
16349 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
16350 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
16351
16352 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
16353
16354 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
16355 color rxvt terminals by using the code xterm.el used to use before
16356 2005-04-09 in order to match the colors used by rxvt.
16357
16358 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
16359
16360 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
16361 colors rxvt-unicode terminals by using the same code as xterm.el.
16362
16363 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
16364
16365 * textmodes/tex-mode.el (tex-font-lock-append-prop)
16366 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
16367 new symbol used for the tex-verbatim face.
16368
16369 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
16370
16371 * woman.el (woman-file-name):
16372 * wid-edit.el (widget-file-prompt-value)
16373 (widget-coding-system-prompt-value):
16374 * w32-fns.el (set-w32-system-coding-system):
16375 * vc.el (vc-version-diff, vc-annotate):
16376 * textmodes/reftex-auc.el (reftex-arg-cite)
16377 (reftex-arg-index-tag):
16378 * textmodes/refer.el (refer-get-bib-files):
16379 * textmodes/artist.el (artist-figlet-choose-font):
16380 * terminal.el (terminal-emulator):
16381 * replace.el (occur-read-primary-args):
16382 * rect.el (string-rectangle, string-insert-rectangle):
16383 * ps-print.el (ps-print-preprint):
16384 * progmodes/pascal.el (pascal-goto-defun):
16385 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
16386 * progmodes/compile.el (compilation-find-file):
16387 * printing.el (pr-interactive-n-up):
16388 * play/animate.el (animate-birthday-present):
16389 * net/rcompile.el (remote-compile):
16390 * man.el (man, Man-goto-section, Man-follow-manual-reference):
16391 * mail/rmailsum.el (rmail-summary-search-backward)
16392 (rmail-summary-search):
16393 * mail/rmailout.el (rmail-output-read-rmail-file-name)
16394 (rmail-output-read-file-name):
16395 * mail/rmail.el (rmail-search, rmail-search-backwards):
16396 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
16397 * locate.el (locate):
16398 * international/quail.el (quail-show-keyboard-layout):
16399 * international/mule.el (set-buffer-file-coding-system)
16400 (revert-buffer-with-coding-system, set-file-name-coding-system)
16401 (set-terminal-coding-system, set-keyboard-coding-system)
16402 (set-next-selection-coding-system):
16403 * international/mule-diag.el (describe-coding-system)
16404 (describe-font, describe-fontset):
16405 * international/mule-cmds.el (universal-coding-system-argument)
16406 (search-unencodable-char, describe-input-method)
16407 (set-language-environment, describe-language-environment):
16408 * international/codepage.el (codepage-setup):
16409 * international/code-pages.el (codepage-setup):
16410 * info.el (Info-search, Info-follow-reference)
16411 (Info-search-backward):
16412 * emacs-lisp/advice.el (ad-read-advised-function)
16413 (ad-read-advice-class, ad-clear-cache, ad-activate)
16414 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
16415 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
16416 (ad-read-regexp):
16417 * ediff-util.el (ediff-toggle-regexp-match):
16418 * ediff-ptch.el (ediff-prompt-for-patch-file):
16419 * dired-aux.el (dired-diff):
16420 * diff.el (diff):
16421 * cus-edit.el (custom-variable-prompt):
16422 * calendar/timeclock.el (timeclock-ask-for-project):
16423 * calc/calcalg3.el (calc-get-fit-variables):
16424 * calc/calc-store.el (calc-edit-variable)
16425 (calc-permanent-variable):
16426 * vc-mcvs.el (vc-mcvs-register):
16427 * shadowfile.el (shadow-define-literal-group):
16428 * woman.el (woman-file-name):
16429 * vc.el (vc-version-diff, vc-merge):
16430 * textmodes/reftex-index.el (reftex-index-complete-tag):
16431 * format.el (format-decode-buffer, format-decode-region):
16432 * emulation/viper-cmd.el (viper-read-string-with-history):
16433 * emacs-lisp/debug.el (cancel-debug-on-entry):
16434 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
16435 * ediff.el (ediff-merge-revisions)
16436 (ediff-merge-revisions-with-ancestor, ediff-revision):
16437 * completion.el (interactive-completion-string-reader):
16438 * calc/calc-prog.el (calc-user-define-formula):
16439 Follow convention for reading with the minibuffer.
16440
16441 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
16442
16443 * progmodes/python.el (python-describe-symbol): Add globals() and
16444 locals() to the arguments of emacs.ehelp.
16445
16446 2005-09-24 Magnus Henoch <mange@freemail.hu>
16447
16448 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
16449 New function, code extracted from ispell-valid-dictionary-list.
16450 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
16451 Call it.
16452
16453 2005-09-24 Eli Zaretskii <eliz@gnu.org>
16454
16455 * subr.el (version-regexp-alist): Extend valid syntax for version
16456 strings: allow any of the characters -,_,+ to separate the
16457 alpha/beta/rc part from the version part. Doc fix.
16458 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
16459
16460 2005-09-23 David Reitter <david.reitter@gmail.com>
16461
16462 * mail/mailclient.el: New file.
16463
16464 2005-09-23 Richard M. Stallman <rms@gnu.org>
16465
16466 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
16467 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
16468 Doc fixes.
16469
16470 * progmodes/cc-mode.el (c-font-lock-init):
16471 Specify font-lock-lines-before.
16472
16473 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
16474
16475 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
16476 whole conflict.
16477
16478 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
16479
16480 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
16481 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
16482 of `remap' feature when available. Additional key bindings for
16483 better tty support.
16484 (org-mode-restart, org-force-self-insert): New commands.
16485 (org-time-stamp-inactive): New command.
16486 (org-remap): New function.
16487 (org-table-auto-blank-field, org-level-color-stars-only): New options.
16488 (org-enable-fixed-width-editor): Move to `org-structure'
16489 customization group.
16490 (org-self-insert-command, orgtbl-self-insert-command): Modify to
16491 blank field after field motion commands.
16492
16493 2005-09-23 Kenichi Handa <handa@m17n.org>
16494
16495 * international/mule-cmds.el (set-language-environment):
16496 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
16497 have to call utf-translate-cjk-load-tables.
16498
16499 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
16500
16501 * mouse.el (mouse-move-drag-overlay): Fix last change.
16502
16503 2005-09-22 David Ponce <david@dponce.com>
16504
16505 * tree-widget.el (tree-widget-value-create): Fix previous change.
16506
16507 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
16508
16509 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
16510
16511 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
16512
16513 * mouse.el (mouse-move-drag-overlay): New function.
16514 (mouse-drag-region-1): Use it.
16515 Try to simplify a bit the state handling. Handle clicks on links
16516 inside intangible areas.
16517 (mouse-save-then-kill): Minor simplification.
16518 (mouse-secondary-overlay): Make it always non-nil instead of
16519 recreating it each time.
16520 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
16521 (mouse-kill-secondary, mouse-secondary-save-then-kill):
16522 Simplify accordingly.
16523
16524 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
16525
16526 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
16527
16528 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
16529
16530 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
16531 (ediff-file-name-sans-prefix): Treat nil as an empty string.
16532 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
16533 to patch.
16534
16535 * ediff-util.el: Use insert-buffer-substring.
16536
16537 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
16538
16539 * emulation/viper-cmd.el (viper-change-state): Don't move over the
16540 field boundaries in the minibuffer.
16541 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
16542 (viper-minibuffer-post-command-hook): New hook.
16543 (viper-line): Don't move cursor at bolp.
16544
16545 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
16546
16547 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
16548 avoid compiler warnings.
16549
16550 * emulation/viper-macs.el (ex-map): Better messages.
16551
16552 * emulation/viper-utils.el (viper-beginning-of-field): New function.
16553
16554 * emulation/viper.el: Replace make-variable-buffer-local with
16555 viper-make-variable-buffer-local everywhere, to avoid warnings.
16556
16557 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16558
16559 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
16560 Delete unused var `old-selected-window'.
16561 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
16562 (mouse-drag-secondary): Delete unused var `start-frame'.
16563
16564 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
16565
16566 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
16567
16568 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16569
16570 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
16571 Re-indent within 80 columns. Use inhibit-read-only.
16572
16573 2005-09-19 Romain Francoise <romain@orebokech.com>
16574
16575 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
16576
16577 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16578
16579 * font-lock.el (font-lock-default-fontify-region): Don't add a line
16580 unconditionally, since the after-change-function already did it.
16581
16582 2005-09-19 Miles Bader <miles@gnu.org>
16583
16584 * net/newsticker.el: Get rid of CVS keyword.
16585
16586 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
16587
16588 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
16589 The prompt is formatted later.
16590
16591 2005-09-19 David Ponce <david@dponce.com>
16592
16593 * tree-widget.el (tree-widget-value-create): Save the converted
16594 tree :node widget.
16595
16596 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
16597
16598 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
16599 variable `message'.
16600
16601 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
16602
16603 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
16604 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
16605 <slawomir.nowaczyk.847@student.lu.se>.
16606
16607 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
16608
16609 * image.el (image-load-path): Use symbol `data-directory' instead
16610 of its value, for backward compatibility with packages that bind
16611 it during `find-image'. Suggested by Katsumi Yamaoka.
16612 (image-search-load-path): Handle symbols whose values are strings.
16613
16614 2005-09-18 Romain Francoise <romain@orebokech.com>
16615
16616 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
16617 with-current-buffer form in save-excursion.
16618
16619 2005-09-18 Deepak Goel <deego@gnufans.org>
16620
16621 * apropos.el (apropos-command): Fix `message' call: first arg
16622 should be a format spec. In this and all other cases that appear
16623 below and elsewhere in the source code, I made a change only when
16624 two conditions were satisfied: [1] I can think of a possibility
16625 that the arguments would cause an error, for example, the code in
16626 question relies on external variables such as filenames. [2] I
16627 was sure that the arg to `message' could not have been nil in the code.
16628
16629 * textmodes/tildify.el (tildify-region): Ditto.
16630
16631 * textmodes/reftex-index.el (reftex-index-change-entry)
16632 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
16633 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
16634 * textmodes/org.el (org-complete, org-deadline, org-schedule)
16635 (org-priority, org-table-sum):
16636 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
16637 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
16638 (flyspell-word, flyspell-display-next-corrections):
16639 * textmodes/bibtex.el (bibtex-print-help-message):
16640 * textmodes/artist.el (artist-key-set-point-poly):
16641 * term/mac-win.el (mac-services-insert-text):
16642 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
16643 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
16644 (vhdl-port-paste-testbench, vhdl-compose-new-component)
16645 (vhdl-compose-configuration):
16646 * progmodes/sh-script.el (sh-blink, sh-show-indent)
16647 (sh-set-indent, sh-learn-line-indent):
16648 * progmodes/ps-mode.el (ps-mode-target-column):
16649 * progmodes/idlwave.el (idlwave-make-tags)
16650 (idlwave-scan-library-catalogs):
16651 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
16652 * progmodes/gud.el (gud-jdb-analyze-source):
16653 * progmodes/flymake.el (flymake-log):
16654 * progmodes/ebnf2ps.el (ebnf-generate-region):
16655 * progmodes/cmacexp.el (c-macro-expansion):
16656 * progmodes/ada-xref.el (ada-treat-cmd-string):
16657 * progmodes/ada-mode.el (ada-create-case-exception-substring)
16658 (ada-justified-indent-current, ada-batch-reformat):
16659 * play/zone.el (zone):
16660 * play/landmark.el (lm-move):
16661 * play/decipher.el (decipher-show-alphabet):
16662 * net/newsticker.el (newsticker--display-jump)
16663 (newsticker--display-scroll):
16664 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
16665 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
16666 * mail/feedmail.el (feedmail-dump-message-to-queue):
16667 * eshell/esh-proc.el (eshell-remove-process-entry):
16668 * emulation/ws-mode.el (ws-last-error):
16669 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
16670 (viper-record-kbd-macro):
16671 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
16672 * emacs-lisp/lisp-mnt.el (lm-report-bug):
16673 * emacs-lisp/find-func.el (find-function-noselect):
16674 * calendar/timeclock.el (timeclock-status-string)
16675 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
16676 (timeclock-when-to-leave-string):
16677 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
16678 * calc/calc-units.el (calc-enter-units-table):
16679 * calc/calc-mode.el (calc-mode-record-mode):
16680 * woman.el (woman-mini-help):
16681 * wdired.el (wdired-change-to-wdired-mode):
16682 * vc.el (vc-retrieve-snapshot):
16683 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
16684 * startup.el (display-startup-echo-area-message):
16685 * simple.el (set-goal-column):
16686 * ses.el (ses-command-hook, ses-recalculate-cell):
16687 * server.el (server-process-filter):
16688 * printing.el (pr-interface-txt-print, pr-interface-printify)
16689 (pr-interface-ps):
16690 * pcvs.el (cvs-help):
16691 * log-edit.el (log-edit, log-edit-mode-help):
16692 * iswitchb.el (iswitchb-possible-new-buffer):
16693 * isearch.el (isearch-edit-string):
16694 * image-mode.el (image-mode, image-minor-mode):
16695 * ibuf-macs.el (define-ibuffer-filter):
16696 * hi-lock.el (hi-lock-find-patterns):
16697 * files.el (toggle-read-only):
16698 * ediff-util.el (ediff-copy-diff)
16699 (ediff-write-merge-buffer-and-maybe-kill):
16700 * echistory.el (Electric-history-undefined):
16701 * dnd.el (dnd-insert-text):
16702 * dired-aux.el (dired-query):
16703 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
16704 * bookmark.el (bookmark-bmenu-locate):
16705 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
16706 Fix `message' calls to ensure first arg is a format string.
16707 The change was made only when these two conditions were satisfied:
16708 [1] when there is a possibility that the arguments would cause an error
16709 for example, if the code in question relies on external variables
16710 such as filenames, and
16711 [2] if the arg to `message' could not have been nil in the code.
16712
16713 * pcomplete.el (pcomplete--help): Fix `message' format spec.
16714 Not having a %s would be weird, though not technically wrong.
16715
16716 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16717
16718 * term/mac-win.el (mac-add-charset-info): Doc fix.
16719
16720 2005-09-17 Romain Francoise <romain@orebokech.com>
16721
16722 * shell.el (shell-resync-dirs): Handle echoing processes more
16723 reliably. Don't insert resync command if `comint-process-echoes'
16724 is non-nil.
16725
16726 2005-09-17 Magnus Henoch <mange@freemail.hu>
16727
16728 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
16729 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
16730 aspell versions >= 0.60.
16731 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
16732 only if ispell-aspell-supports-utf8 is non-nil.
16733
16734 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
16735
16736 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
16737 buffer-local value to lisp-indent-function.
16738
16739 2005-09-17 Milan Zamazal <pdm@zamazal.org>
16740
16741 * progmodes/glasses.el (glasses-make-readable): If
16742 glasses-separator differs from underscore, put appropriate
16743 overlays over underscore characters.
16744 (glasses-convert-to-unreadable): If glasses-separator differs from
16745 underscore, try to convert glasses-separator characters to
16746 underscores.
16747
16748 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
16749
16750 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
16751 Use with-syntax-table and dolist.
16752
16753 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
16754
16755 * textmodes/reftex-auc.el:
16756 * textmodes/reftex-cite.el:
16757 * textmodes/reftex-dcr.el:
16758 * textmodes/reftex-global.el:
16759 * textmodes/reftex-parse.el:
16760 * textmodes/reftex-ref.el:
16761 * textmodes/reftex-sel.el:
16762 * textmodes/reftex-toc.el:
16763 * textmodes/reftex-vars.el:
16764 * textmodes/reftex.el: Small changes to remove compiler warnings.
16765
16766 * textmodes/reftex-index.el: Likewise.
16767 (reftex-query-index-phrase): More efficient use of markers.
16768
16769 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
16770
16771 * image.el (image-load-path): New variable.
16772 (image-search-load-path): New function.
16773 (find-image): Search for images in `image-load-path'.
16774
16775 2005-09-15 Richard M. Stallman <rms@gnu.org>
16776
16777 * follow.el: Change Maintainer field.
16778
16779 2005-09-15 David Ponce <david@dponce.com>
16780
16781 * recentf.el (recentf-save-file-modes): New option.
16782 (recentf-save-list): Use it.
16783
16784 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
16785
16786 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
16787 (mode-line-mule-info, mode-line-modified): Move bindings from
16788 mouse-3 to mouse-1.
16789
16790 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
16791
16792 * simple.el (sendmail-user-agent-compose): Revert last change.
16793
16794 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
16795
16796 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
16797 Use with-current-buffer.
16798 (ange-ftp-gwp-start): Remove unused var `gw-user'.
16799 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
16800 (ange-ftp-insert-directory): Remove unused var `short'.
16801 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
16802
16803 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
16804 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
16805
16806 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
16807 (check-calendar-holidays, diary-list-entries): Autoload.
16808 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
16809 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
16810
16811 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
16812 which mistakenly removed a call to display-buffer.
16813
16814 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
16815
16816 * obsolete/iso-insert.el: Move to obsolete/ from international/.
16817
16818 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
16819
16820 * progmodes/hideshow.el
16821 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
16822 (hs-allow-nesting): New user var.
16823 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
16824 (hs-hide-block-at-point): When nesting allowed,
16825 if there is already an overlay in place, delete it.
16826 (hs-safety-is-job-n): Delete func; remove call sites.
16827 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
16828 (hs-overlay-at): New func.
16829 (hs-already-hidden-p, hs-show-block): Use it.
16830 (hs-hide-all): Don't pre-clean if nesting allowed.
16831 (hs-show-all): Temporarily disallow
16832 nesting around call to `hs-discard-overlays'.
16833
16834 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
16835
16836 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
16837 Delete unused local var.
16838
16839 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
16840
16841 * help-fns.el (describe-categories): "?\ " -> "?\s".
16842 (help-do-arg-highlight): Recognize also ARG-n, as in
16843 `move-to-left-margin' (ARG+n is already recognized). Simplify.
16844
16845 * international/codepage.el (dos-unsupported-char-glyph):
16846 * net/newsticker.el (tool-bar-map, w3-mode-map)
16847 (w3m-minor-mode-map):
16848 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
16849 (ent-alist):
16850 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
16851
16852 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
16853
16854 * custom.el (custom-push-theme): Handle the case where a symbol is
16855 bound but face properties have not yet been assigned.
16856
16857 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
16858 Fix behavior if noerase is `t' and there is no mail buffer.
16859
16860 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
16861 if `continue' is nil, rather than signal an error.
16862
16863 2005-09-12 Richard M. Stallman <rms@gnu.org>
16864
16865 * font-lock.el (font-lock-keywords): Add autoload.
16866
16867 * help-fns.el (describe-variable): Rearrange to put source link
16868 in a predictable place.
16869
16870 * net/newsticker.el: New file.
16871
16872 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
16873
16874 * calendar/calendar.el (calendar-for-loop): Add edebug info.
16875 (calendar-basic-setup): Use the new nil arg.
16876 (number-of-diary-entries): Move to diary-lib.el.
16877
16878 * calendar/diary-lib.el: Use with-current-buffer, match-string.
16879 (diary-list-entries): Use with-syntax-table and dolist.
16880 Rename from list-diary-entries.
16881 Use number-of-diary-entries if `number' is nil.
16882 (diary, diary-view-entries): Use this new name and new nil arg value.
16883 (number-of-diary-entries): Move from calendar.el.
16884 (diary-unhide-everything): New function.
16885 (include-other-diary-files, fancy-diary-display)
16886 (diary-show-all-entries, make-diary-entry): Use it.
16887 (diary-mail-entries): Use buffer-string.
16888 (mark-diary-entries): Fix long standing paren typo.
16889 (diary-sexp-entry): Use count-lines.
16890 (make-diary-entry): Avoid `previous-line'.
16891 (diary-mode-map): New var.
16892 (diary-mode): Redraw cal after saving. Setup header-line.
16893 (fancy-diary-display-mode): Use local-set-key.
16894
16895 * startup.el (command-line): Try calling various terminal-init-foo-bar
16896 functions by stripping hyphenated suffixes from $TERM.
16897
16898 * files.el (normal-mode): Check boundness of font-lock-keywords.
16899
16900 2005-09-12 Richard M. Stallman <rms@gnu.org>
16901
16902 * progmodes/compile.el: Don't decide a file's directory
16903 until the user actually tries to go there.
16904 (compilation-next-error-function):
16905 Pass compilation-find-file the directory from the file-struct.
16906 (compilation-internal-error-properties): Separate local FILE-STRUCT
16907 from FILE. Doc the args better. Rename arg FMT to FMTS.
16908 (compilation-find-file): Arg DIR renamed to DIRECTORY.
16909 Expand it, and if nil, use default-directory.
16910 (compilation-get-file-structure): Don't mix specified directory
16911 with default directory. Put specified directory into
16912 file-struct. Don't make the file name absolute.
16913
16914 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
16915 (compile-command): Add autoload.
16916 (compilation-disable-input): Add autoload.
16917
16918 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
16919
16920 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
16921 strings of the variables it can override.
16922 (time-stamp): New (as yet undocumented) time-stamp-format escapes
16923 %Q and %q, for fully-qualified domain name and unqualified host name.
16924
16925 2005-09-11 Kim F. Storm <storm@cua.dk>
16926
16927 * emacs-lisp/authors.el (authors-aliases): Update list.
16928 (authors-fixed-entries): Update mldrag.el entry.
16929
16930 2005-09-10 Alan Mackenzie <acm@muc.de>
16931
16932 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
16933 from the region narrowed to.
16934
16935 2005-09-10 Magnus Henoch <mange@freemail.hu>
16936
16937 * textmodes/ispell.el (ispell-check-version): Signal an error if
16938 aspell version is less than 0.60.
16939
16940 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
16941
16942 * progmodes/octave-inf.el (inferior-octave-startup):
16943 Resync current dir at the end.
16944
16945 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
16946
16947 * woman.el (woman-topic-at-point-default):
16948 Rename to woman-use-topic-at-point-default.
16949 (woman-topic-at-point): Rename to woman-use-topic-at-point.
16950 (woman-file-name): Reflect renames above. Automatically use the
16951 word at point as topic if woman-use-topic-at-point is non-nil.
16952 Otherwise offer it as default but don't insert it in the
16953 minibuffer. Also use `test-completion' instead of `assoc' as
16954 suggested by Stefan Monnier.
16955
16956 2005-09-10 Andre Spiegel <spiegel@gnu.org>
16957
16958 * vc.el (vc-directory, vc-update-change-log): Throw an error on
16959 the attempt to do it over Tramp. This is not yet supported.
16960
16961 2005-09-10 Eli Zaretskii <eliz@gnu.org>
16962
16963 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
16964 (menu-bar-non-minibuffer-window-p): New functions.
16965 ("Split Window", "Save As..."): Use them.
16966 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
16967 ("Print Buffer", "Truncate Long Lines in this Buffer"):
16968 Use menu-bar-menu-frame-live-and-visible-p.
16969 ("Save Buffer", "Insert File", "Open Directory...")
16970 ("Open File...", "Visit New File..."):
16971 Use menu-bar-non-minibuffer-window-p.
16972 (kill-this-buffer-enabled-p, dired <menu-enable>):
16973 Use menu-bar-non-minibuffer-window-p.
16974
16975 2005-09-09 Eli Zaretskii <eliz@gnu.org>
16976
16977 * cus-start.el (all): Don't complain about fringe-related
16978 built-ins if fringes are not supported. Ditto about
16979 selection-related built-ins. Fix the test for GTK-related built-ins.
16980
16981 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
16982 ("Postscript Print Buffer", "Print Region", "Save As...")
16983 ("Save", "Insert File...", "Open Directory...")
16984 ("Open File...", "Visit New File..."")
16985 ("Truncate Long Lines in this Buffer"): Don't look at
16986 menu-updating-frame if this display does not support multiple frames.
16987
16988 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16989
16990 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
16991
16992 2005-09-09 Emilio Lopes <eclig@gmx.net>
16993
16994 * woman.el: Format- and whitespace-related changes.
16995
16996 2005-09-09 Eli Zaretskii <eliz@gnu.org>
16997
16998 * woman.el: Fix my email address.
16999
17000 2005-09-08 Richard M. Stallman <rms@gnu.org>
17001
17002 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
17003 (sh-mode): Locally set skeleton-pair-default-alist.
17004
17005 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
17006
17007 * progmodes/flymake.el: Require `compile' unconditionally.
17008
17009 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
17010
17011 * woman.el (woman-file-name): Provide a default, not initial input.
17012
17013 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
17014
17015 * font-lock.el (font-lock-support-mode): Doc fix.
17016
17017 * descr-text.el (describe-property-list): Handle non-symbol prop names.
17018
17019 2005-09-08 Richard M. Stallman <rms@gnu.org>
17020
17021 * simple.el (blink-matching-open): Get rid of text props from
17022 the string shown in echo area. Don't permanently set point.
17023 Some rearrangements.
17024
17025 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
17026
17027 * recentf.el (recentf-filename-handler): Add custom choice
17028 `abbreviate-file-name'.
17029
17030 * msb.el (msb--very-many-menus): Fix typo.
17031
17032 * disp-table.el (standard-display-european): Don't set
17033 enable-multibyte-characters to nil.
17034
17035 2005-09-08 David Ponce <david@dponce.com>
17036
17037 * recentf.el (recentf-show-file-shortcuts-flag): New option.
17038 (recentf-expand-file-name): Doc fix.
17039 (recentf-dialog-mode-map): Define digit shortcuts.
17040 (recentf--files-with-key): New variable.
17041 (recentf-show-digit-shortcut-filter): New function.
17042 (recentf-open-files-items): New function.
17043 (recentf-open-files): Use it.
17044 (recentf-open-file-with-key): New command.
17045
17046 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
17047
17048 * buff-menu.el (Buffer-menu-sort-by-column): New function.
17049 Suggested by Kim F. Storm.
17050 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
17051 (Buffer-menu-make-sort-button): Use global keymap.
17052
17053 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
17054
17055 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
17056 (Man-getpage-in-background-advice): Remove defadvice; it isn't
17057 necessary any longer with the remapped command.
17058 (Man-bgproc-sentinel-advice): Remove defadvice which counts
17059 formatting time only.
17060
17061 * net/tramp.el (tramp-action-password)
17062 (tramp-multi-action-password): Compile the password prompt from
17063 `method', `user' and `host'. Sometimes it isn't obvious which
17064 password to enter, for example with remote files offered by
17065 recentf.el, or with multiple steps. Suggested by Robert Marshall
17066 <robert@chezmarshall.freeserve.co.uk>.
17067
17068 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17069
17070 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
17071 Fix regexp for when "s///" is at the beginning of line.
17072
17073 2005-09-07 Jay Belanger <belanger@truman.edu>
17074
17075 * calc/calc-poly.el (math-expand-term): Multiply out any powers
17076 when in matrix mode.
17077
17078 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
17079
17080 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
17081 non-anonymous functions.
17082
17083 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
17084
17085 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
17086 when using a header line. Otherwise, use mouse-1-click-follows-link.
17087
17088 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
17089 can't be moved; don't signal an error.
17090
17091 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
17092
17093 * cus-theme.el (custom-theme-write-faces): Save the current face
17094 spec, not the defface spec.
17095
17096 * custom.el (custom-known-themes): Clarify meaning of "standard".
17097 (custom-push-theme): Save old values in the standard theme.
17098 (disable-theme): Correct typo.
17099 (custom-face-theme-value) Deleted unused function.
17100 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
17101
17102 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
17103
17104 * progmodes/compile.el (compilation-goto-locus): Take into account
17105 iconified frames when determining whether the buffer is
17106 already visible.
17107 Don't reset window height if the window already existed.
17108
17109 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
17110
17111 * custom.el (load-theme): Rename from require-theme.
17112 Add interactive spec.
17113 (enable-theme): Rename from custom-enable-theme.
17114 Add interactive spec.
17115 (disable-theme): Rename from custom-disable-theme.
17116 Add interactive spec.
17117 (custom-make-theme-feature): Doc fix.
17118 (custom-theme-directory): Doc fix.
17119 (provide-theme): Call enable-theme.
17120
17121 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
17122
17123 * obsolete/lazy-lock.el (lazy-lock-mode):
17124 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
17125 font-lock-mode if it's off. Print a warning instead.
17126
17127 * progmodes/compile.el (compilation-start): Ignore errors if the
17128 process died before we get to send-eof.
17129
17130 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
17131 Undo last change. Enclosing the result in quotes broke things on Unix
17132 since tex-send-command passes it through shell-quote-argument.
17133 (tex-send-command): Pass `file' through convert-standard-filename
17134 when possible.
17135 (tex-uptodate-p): Handle the case where TeX hasn't put additional
17136 info in a transcript.
17137
17138 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
17139
17140 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
17141 fix compilation warning. Reorder the key definitions to group
17142 together keys emitted by the current version of xterm.
17143
17144 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
17145 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
17146 Reorder predicates to correct min-color usage.
17147
17148 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
17149
17150 * longlines.el (longlines-mode): Inhibit read-only when encoding.
17151 Kill local variables when longlines-mode is turned off.
17152
17153 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
17154
17155 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
17156
17157 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
17158
17159 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
17160
17161 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
17162 (font-lock-lines-before): Change default to being inactive.
17163 (font-lock-default-fontify-region): Obey font-lock-lines-before.
17164 (font-lock-after-change-function): Don't handle f-l-lines-before here.
17165
17166 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
17167
17168 * net/tramp.el (tramp-handle-make-auto-save-file-name):
17169 Deactivate temporarily advice if active (not needed for Emacs 22,
17170 but for backwards compatibility).
17171 (tramp-exists-file-name-handler): Rewrite. First implementation
17172 was too simple.
17173 (tramp-advice-make-auto-save-file-name):
17174 Call `tramp-handle-make-auto-save-file-name' (again, just for
17175 backwards compatibility).
17176
17177 2005-08-31 Reto Zimmermann <reto@gnu.org>
17178
17179 * progmodes/vhdl-mode.el
17180 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
17181 (vhdl-end-p): Fix indentation bug "else" after "-- when".
17182 (vhdl-set-default-project): New function (easier setting of default).
17183 (vhdl-port-copy): Handle extended identifiers for generics.
17184 (vhdl-compiler-alist): Better description for error message regexp.
17185 (vhdl-make): Query for target, use previous as default.
17186 (vhdl-port-copy): Fix port copy for port names starting with "signal".
17187 (vhdl-font-lock-keywords-2): Fix fontification for record
17188 el. assign.
17189 (vhdl-speedbar-make-subpack-line): Add package body link.
17190 (vhdl-generate-makefile-1): Not include itself as dependency.
17191 (vhdl-font-lock-init): Highlight c-preprocessor directives.
17192 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
17193 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
17194 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
17195 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
17196 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
17197 (vhdl-import-project): Add string argument for `error'.
17198 (vhdl-compose-configuration)
17199 (vhdl-compose-configuration-architecture): Add configuration
17200 declaration generation.
17201 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
17202 (vhdl-trailer-re): Add "record" keyword (better indentation).
17203 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
17204 "[^ \t-\"]+".
17205 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
17206 (vhdl-testbench-entity-file-name)
17207 (vhdl-testbench-architecture-file-name): Allow separate
17208 customization of testbench file names.
17209 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
17210 (vhdl-get-visible-signals): Allow newline within alias declaration.
17211 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
17212 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
17213 (member-ignore-case): Alias for missing function in XEmacs.
17214 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
17215 (vhdl-update-sensitivity-list): Ignore case on read signals.
17216 (vhdl-replace-string): Adjust case only for file names.
17217 (vhdl-update-sensitivity-list): Fix search for read signals.
17218 (vhdl-update-sensitivity-list): Exclude formal parameters.
17219 (vhdl-get-visible-signals): Include aliases of signals.
17220 (vhdl-get-visible-signals): Fix signal name searching.
17221 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
17222 (vhdl-fixup-whitespace-region): Fix for character
17223 literals (e.g. `:').
17224
17225 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
17226
17227 * ansi-color.el (comint-last-output-start):
17228 * bs.el (font-lock-verbose):
17229 * diff-mode.el (add-log-buffer-file-name-function):
17230 * dired-x.el (vm-folder-directory):
17231 * faces.el (help-xref-stack-item):
17232 * files.el (font-lock-keywords):
17233 * find-lisp.el (dired-buffers, dired-subdir-alist):
17234 * ido.el (cua-inhibit-cua-keys):
17235 * log-view.el (cvs-minor-wrap-function):
17236 * outline.el (font-lock-warning-face):
17237 * simple.el (compilation-current-error):
17238 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
17239 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
17240 * tooltip.el (comint-prompt-regexp):
17241 * w32-fns.el (explicit-shell-file-name):
17242 * term/mac-win.el (mac-charset-info-alist)
17243 (mac-services-selection, mac-system-script-code):
17244 * term/tty-colors.el (msdos-color-values):
17245 * term/w32-win.el (xlfd-regexp-registry-subnum):
17246 * term/x-win.el (x-keysym-table, x-selection-timeout)
17247 (x-session-id, x-session-previous-id):
17248 * textmodes/ispell.el (mail-yank-prefix):
17249 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
17250 * textmodes/org.el (calc-embedded-close-formula)
17251 (calc-embedded-open-formula)
17252 (font-lock-unfontify-region-function):
17253 * textmodes/reftex-global.el (isearch-next-buffer-function)
17254 (TeX-master):
17255 * textmodes/reftex.el (font-lock-keywords):
17256 * textmodes/tex-mode.el (font-lock-comment-face)
17257 (font-lock-doc-face):
17258 * textmodes/texinfo.el (outline-heading-alist):
17259 Add defvars.
17260
17261 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
17262 (artist-spray-chars, artist-mode-init, artist-replace-string)
17263 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
17264 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
17265 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
17266
17267 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
17268 (conf-align-assignments): "?\ " -> "?\s".
17269
17270 * textmodes/reftex-index.el (TeX-master): Add defvar.
17271 (reftex-index-phrases-marker): Move up defvar.
17272
17273 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
17274 (reftex-toc-include-labels-indicator)
17275 (reftex-toc-include-index-indicator)
17276 (reftex-toc-max-level-indicator): Move up declarations.
17277
17278 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
17279 of args to `tramp-run-real-handler', even if it's empty in this case.
17280
17281 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17282
17283 * dired.el (dired-move-to-filename-regexp): Add date format for
17284 Mac OS X 10.3 in East Asian locales.
17285
17286 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
17287
17288 * files.el (make-auto-save-file-name): Add file name handler call
17289 if applicable.
17290
17291 * net/tramp.el (tramp-file-name-handler-alist)
17292 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
17293 (tramp-handle-make-auto-save-file-name): Rename from
17294 `tramp-make-auto-save-file-name'.
17295 (tramp-exists-file-name-handler): New defun.
17296 (tramp-advice-make-auto-save-file-name): Make defadvice only when
17297 `make-auto-save-file-name' is not a magic file name operation.
17298
17299 2005-08-30 Richard M. Stallman <rms@gnu.org>
17300
17301 * files.el (risky-local-variable-p):
17302 Match `-predicates' and `-commands.
17303
17304 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
17305 (custom-save-all): Visit the file if necessary;
17306 kill the buffer if we created it.
17307 (custom-save-delete): Don't visit file or kill buffer here.
17308
17309 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
17310
17311 * textmodes/org.el (org-special-keyword): New face.
17312 (org-table-copy-down, org-table-eval-formula)
17313 (org-table-recalculate, org-init-section-numbers):
17314 Use `string-to-number' instead of `string-to-int'.
17315 (org-get-location): Use `insert-buffer-substring' instead of
17316 `insert-buffer'.
17317 (org-modify-diary-entry-string): New function.
17318 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
17319 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
17320 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
17321 active region.
17322 (org-export-as-html): Handle QUOTE keyword.
17323 (org-quote-string): New option.
17324 (org-bookmark-jump-unhide): New function, used for
17325 `bookmark-after-jump-hook'.
17326 (org-diary-default-entry): Apply only when not called through
17327 `org-agenda'.
17328
17329 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
17330
17331 * net/eudc.el (mode-popup-menu):
17332 * play/handwrite.el (ps-printer-name, ps-lpr-command):
17333 * progmodes/ada-mode.el (compile-auto-highlight)
17334 (skeleton-further-elements):
17335 * progmodes/autoconf.el (font-lock-syntactic-keywords):
17336 * progmodes/cmacexp.el (msdos-shells):
17337 * progmodes/compile.el (font-lock-extra-managed-props)
17338 (font-lock-keywords, font-lock-maximum-size)
17339 (font-lock-support-mode):
17340 * progmodes/grep.el (font-lock-lines-before):
17341 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
17342 * progmodes/mixal-mode.el (compile-command):
17343 * progmodes/perl-mode.el (font-lock-comment-face)
17344 (font-lock-doc-face, font-lock-string-face):
17345 * progmodes/prolog.el (comint-prompt-regexp):
17346 * progmodes/sh-script.el (font-lock-comment-face)
17347 (font-lock-set-defaults, font-lock-string-face):
17348 * progmodes/sql.el (font-lock-keyword-face)
17349 (font-lock-set-defaults, font-lock-string-face):
17350 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
17351 (itimer-version, lazy-lock-defer-contextually)
17352 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
17353 Add defvars.
17354
17355 * progmodes/cperl-mode.el (cperl-electric-lbrace)
17356 (cperl-electric-keyword, cperl-electric-pod)
17357 (cperl-electric-backspace, cperl-forward-re)
17358 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
17359 (vc-rcs-header, vc-sccs-header): Add defvars.
17360
17361 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
17362 (font-lock-syntactic-keywords, gud-find-expr-function):
17363 Add defvars.
17364
17365 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
17366 (gdb-frame-parameters): Declare before use.
17367
17368 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
17369 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
17370 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
17371 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
17372
17373 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
17374 (idlwave-help-with-source): Use `insert-buffer-substring', not
17375 `insert-buffer'.
17376
17377 2005-08-29 Juri Linkov <juri@jurta.org>
17378
17379 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
17380 Put outline-back-to-heading function call inside save-excursion.
17381
17382 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
17383
17384 * man.el (Man-init-defvars, Man-translate-references)
17385 (Man-support-local-filenames, Man-highlight-references):
17386 * progmodes/sql.el (sql-interactive-mode):
17387 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
17388
17389 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
17390 (compilation-mode-font-lock-keywords): Add defvars.
17391 (checkdoc-interactive-loop): "?\ " -> "?\s".
17392
17393 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
17394 (font-lock-doc-face, font-lock-string-face)
17395 (font-lock-keywords-case-fold-search): Add defvars.
17396 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
17397
17398 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
17399 Don't pass X and Y (they are ignored anyway).
17400 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
17401 (mouse-delete-window): Make arguments optional.
17402
17403 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
17404 (caesar-translate-table, minor-modes, news-buffer-save)
17405 (news-group-name, news-minor-modes): Add defvars.
17406
17407 * emacs-lisp/lselect.el (mouse-highlight-priority)
17408 (x-lost-selection-functions, zmacs-regions):
17409 * emacs-lisp/pp.el (font-lock-verbose):
17410 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
17411 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
17412 (ses-mode-map):
17413 * emacs-lisp/tcover-unsafep.el (safe-functions):
17414 * international/mule-cmds.el (mac-system-coding-system)
17415 (mac-system-locale):
17416 * language/ethio-util.el (rmail-current-message)
17417 (rmail-message-vector):
17418 * language/thai-util.el (thai-auto-composition-mode):
17419 * mail/metamail.el (rmail-current-message, rmail-message-vector):
17420 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
17421 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
17422 (vm-primary-inbox, vm-spool-files):
17423 * mail/rmail.el (deleted-head, font-lock-fontified)
17424 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
17425 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
17426 (total-messages):
17427 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
17428 (rmail-summary-mode-map):
17429 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
17430 (rmail-last-label, rmail-last-multi-labels)
17431 (rmail-summary-vector, rmail-total-messages):
17432 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
17433 * mail/rmailsum.el (msgnum):
17434 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
17435 (rmail-current-message):
17436 * obsolete/fast-lock.el (font-lock-face-list):
17437 * obsolete/rnewspost.el (mail-reply-buffer):
17438 * obsolete/scribe.el (compile-command):
17439 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
17440
17441 2005-08-28 John Paul Wallington <jpw@gnu.org>
17442
17443 * ibuf-ext.el (ibuffer-auto-update-changed):
17444 Use `frame-or-buffer-changed-p' to check whether we need to update.
17445 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
17446 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
17447 as a `frame-or-buffer-changed-p' state vector instead.
17448
17449 2005-08-27 Romain Francoise <romain@orebokech.com>
17450
17451 * textmodes/makeinfo.el (makeinfo-compile):
17452 Use `compilation-start'. Set `next-error-function' according to
17453 `disable-errors'.
17454 (makeinfo-next-error): New function.
17455 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
17456 (makeinfo-buffer): Likewise.
17457
17458 * progmodes/compile.el (compilation-start): Add autoload cookie.
17459
17460 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
17461 * textmodes/sgml-mode.el: Likewise.
17462 * progmodes/python.el: Likewise.
17463
17464 2005-08-27 Eli Zaretskii <eliz@gnu.org>
17465
17466 * simple.el (blink-matching-paren-distance): Document the meaning
17467 of nil value, and allow to customize to nil.
17468
17469 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
17470 command.com, not command.exe.
17471
17472 2005-08-26 John Wiegley <johnw@newartisans.com>
17473
17474 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
17475 code around a bit so that an extraneous nil argument is not added
17476 to a command when no args are given.
17477
17478 * eshell/esh-arg.el (eshell-parse-double-quote): If a
17479 double-quoted argument resolves to nil, return it as an empty
17480 string rather than as nil. This made it impossible to pass "" to
17481 a shell script as a null string argument.
17482
17483 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
17484
17485 * outline.el (outline-invent-heading): New fun.
17486 (outline-promote, outline-demote): Use it.
17487 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
17488 (outline-end-of-subtree): Remove unused var `opoint'.
17489
17490 2005-08-26 David Reitter <david.reitter@gmail.com>
17491
17492 * menu-bar.el (truncate-lines, write-file, print-buffer)
17493 (ps-print-buffer-faces, ps-print-buffer, split-window):
17494 Disable menu items when the frame they refer to is invisible, or when
17495 they refer to a buffer and the minibuffer is selected.
17496
17497 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
17498
17499 * progmodes/flymake.el (flymake-highlight-err-lines):
17500 Use save-excursion around flymake-highlight-line to preserve point.
17501
17502 2005-08-26 Eli Zaretskii <eliz@gnu.org>
17503
17504 * progmodes/octave-mod.el: Change Author and Maintainer address.
17505 (octave-maintainer-address): Change Kurt's email address.
17506 * progmodes/octave-inf.el: Change Author and Maintainer address.
17507 * progmodes/octave-hlp.el: Change Author and Maintainer address.
17508
17509 2005-08-26 Kim F. Storm <storm@cua.dk>
17510
17511 * subr.el (version-list-<, version-list-<=, version-list-=):
17512 Rename from integer-list-*.
17513 (version-list-not-zero): Likewise. Fix while loop.
17514 (version=): Use version-list-= instead of string-equal.
17515
17516 2005-08-26 Richard M. Stallman <rms@gnu.org>
17517
17518 * outline.el (outline-promote): Try shortening the heading.
17519 As last resort, read the heading to use.
17520 (outline-demote): As last resort, read the heading to use.
17521
17522 2005-08-26 Romain Francoise <romain@orebokech.com>
17523
17524 * progmodes/compile.el (compilation-start): Doc fix.
17525
17526 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
17527 (antlr-font-lock-additional-keywords): Fix reference to
17528 `antlr-font-lock-literal-regexp' erroneously changed during the
17529 mass face rename.
17530 (antlr-run-tool): Use `compilation-start'.
17531
17532 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
17533 instead of the obsolete `compile-internal'.
17534
17535 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
17536
17537 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
17538 (number, original-date):
17539 * calendar/cal-china.el (date):
17540 * calendar/cal-coptic.el (date):
17541 * calendar/cal-french.el (date):
17542 * calendar/cal-hebrew.el (date, entry, number, original-date):
17543 * calendar/cal-islam.el (date, number, original-date):
17544 * calendar/cal-iso.el (date):
17545 * calendar/cal-julian.el (date):
17546 * calendar/cal-mayan.el (date):
17547 * calendar/cal-menu.el (date, event):
17548 * calendar/cal-persia.el (date):
17549 * calendar/lunar.el (date):
17550 * calendar/solar.el (date): Add defvars.
17551
17552 * emerge.el:
17553 * ibuffer.el:
17554 * info-xref.el:
17555 * obsolete/bg-mouse.el:
17556 * obsolete/sun-curs.el:
17557 * obsolete/swedish.el: Move the `defvar's to the top level.
17558
17559 * smerge-mode.el (smerge-refined-change): Add :group.
17560
17561 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
17562
17563 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
17564 (smerge-keep-n): Remove props.
17565 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
17566 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
17567 now that it's done in smerge-keep-n.
17568 (smerge-refined-change): New face.
17569 (smerge-refine-chopup-region, smerge-refine-highlight-change)
17570 (smerge-refine): New funs.
17571 (smerge-basic-map): Bind smerge-refine.
17572
17573 2005-08-25 Juri Linkov <juri@jurta.org>
17574
17575 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
17576 compilation-process-setup-function and compilation-disable-input
17577 in grep-mode instead of let-bindings in grep.
17578
17579 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
17580 Delete "Automatic File De/compression" (auto-compression-mode).
17581
17582 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
17583
17584 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
17585 Silence warning about non-existent variable.
17586
17587 2005-08-25 Richard M. Stallman <rms@gnu.org>
17588
17589 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
17590 Rename "Describe Key" to "Describe Key or Mouse Operation".
17591
17592 * mail/mailalias.el (build-mail-aliases): Delete comments
17593 from the contents before processing them.
17594
17595 * isearch.el (isearch-edit-string): Erase the Search prompt
17596 if user enters an empty string and there is no default.
17597
17598 * comint.el (comint-file-name-prefix): Add autoload.
17599
17600 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
17601
17602 * subr.el (play-sound): Rearrange to avoid warning.
17603
17604 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
17605
17606 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
17607 New hook.
17608 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
17609
17610 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
17611
17612 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
17613
17614 * custom.el (custom-theme-set-variables): Sort minor modes last.
17615
17616 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17617
17618 * subr.el (version-separator, version-regexp-alist): New vars used by
17619 version comparison funs.
17620 (integer-list-<, integer-list-=, integer-list-<=)
17621 (integer-list-not-zero): New funs for integer list comparison.
17622 (version-to-list, version=, version<, version<=): New funs for version
17623 comparison.
17624
17625 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
17626
17627 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
17628 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
17629 time to silence the byte-compiler.
17630
17631 * ibuffer.el (ibuffer-compile-make-eliding-form)
17632 (ibuffer-check-formats): Use `with-no-warnings' to hide references
17633 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
17634 so it's silly to get warnings for it).
17635 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
17636 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
17637 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
17638 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
17639 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
17640 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
17641 Defvar at compile time.
17642 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
17643 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
17644 Declare them before use.
17645
17646 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
17647 (info-xref-good, info-xref-bad): Defvar at compile time.
17648
17649 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
17650 Use `let*' instead of `let'.
17651
17652 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
17653 (*mouse-y*, menu, char): Defvar at compile time.
17654 (sc::menu): Declare it before use.
17655 (sc::pack-one-line): Use `let', not `let*'.
17656
17657 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
17658 (mail-send-hook): Defvar at compile time.
17659
17660 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
17661 Defvar at compile time.
17662
17663 * term/sun-mouse.el (current-global-mousemap)
17664 (current-local-mousemap): Declare them before use.
17665
17666 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
17667
17668 * bookmark.el (bookmark-after-jump-hook): New hook.
17669 (bookmark-jump): Run `bookmark-after-jump-hook'.
17670
17671 2005-08-23 Juri Linkov <juri@jurta.org>
17672
17673 * faces.el (minibuffer-prompt): Doc fix.
17674
17675 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
17676
17677 * progmodes/xscheme.el: Trivial changes to silence warnings.
17678 (xscheme-previous-mode, xscheme-previous-process-state):
17679 Add defvars.
17680 (xscheme-last-input-end, xscheme-process-command-line)
17681 (xscheme-process-name, xscheme-buffer-name)
17682 (xscheme-expressions-ring-max, xscheme-expressions-ring)
17683 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
17684 (xscheme-control-g-synchronization-p)
17685 (xscheme-control-g-disabled-p, xscheme-string-receiver)
17686 (default-xscheme-runlight, xscheme-runlight)
17687 (xscheme-runlight-string, xscheme-process-filter-state)
17688 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
17689 Move to beginning of file.
17690 (scheme-interaction-mode-commands-alist)
17691 (scheme-interaction-mode-map, scheme-debugger-mode-map):
17692 Declare them before use. Note: the initialization code for the
17693 variables has not been moved because it uses functions that reference
17694 the variables.
17695 (xscheme-control-g-message-string, xscheme-process-filter-alist)
17696 (xscheme-prompt-for-expression-map): Declare them before use.
17697 (scheme-debugger-mode-commands): "?\ " -> "?\s".
17698
17699 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
17700
17701 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
17702
17703 2005-08-22 Juri Linkov <juri@jurta.org>
17704
17705 * faces.el (set-face-underline): Delete this duplicate function
17706 and make an obsolete alias to set-face-underline-p.
17707 (set-face-underline-p): Use docstring of set-face-underline.
17708 (describe-face): Create hyperlink to parent face.
17709
17710 * info.el (Info-insert-dir): Use save-excursion around
17711 insert-buffer-substring.
17712 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
17713 (Info-escape-percent): Delete function.
17714 (Info-fontify-node): Replace Info-escape-percent by
17715 replace-regexp-in-string with REP arg set to lambda that
17716 duplicates `%' and preserves text properties.
17717
17718 * progmodes/compile.el (compilation-disable-input): Doc fix.
17719 (define-compilation-mode): Doc fix and refill.
17720 (kill-compilation): Use `mode-name' in the error message.
17721 (compilation-find-file): Use `compilation-error' in the
17722 read-file-name's prompt.
17723
17724 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
17725
17726 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
17727 (smerge-auto-leave): Make undo re-enable the mode.
17728 (debug-ignored-errors): Add the user-error of impossible resolution.
17729 (smerge-resolve): Move things around a bit, in preparation for later.
17730 (smerge-diff): Don't fail if the buffer has no associated file.
17731 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
17732 (smerge-conflict-overlay): New function.
17733 (smerge-match-conflict): Don't add text properties here.
17734 (smerge-find-conflict): Instead, add an overlay here.
17735 Also check for the case where we're inside a conflict already, so as to
17736 obviate the need for font-lock-multiline, which is unbearably slow with
17737 large conflicts and ciomplex font-lock patterns.
17738 (smerge-remove-props): Remove overlay rather than text-properties.
17739 (smerge-mode): Don't set font-lock-multiline.
17740 Remove overlays when turned off.
17741
17742 2005-08-21 Kim F. Storm <storm@cua.dk>
17743
17744 * ido.el (ido-ignore-item-p): Use save-match-data.
17745 Bind case-fold-search to ido-case-fold locally.
17746
17747 2005-08-20 Richard M. Stallman <rms@gnu.org>
17748
17749 * files.el (normal-mode): If font lock is on, turn it off and on.
17750
17751 * subr.el (replace-regexp-in-string): Doc fix.
17752
17753 * startup.el (command-line-1): Don't suppress startup screen
17754 due to existing processes.
17755
17756 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
17757
17758 * progmodes/compile.el (compilation-disable-input): Default to nil.
17759
17760 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17761
17762 * progmodes/compile.el (compilation-disable-input): New defcustom.
17763 (compilation-start): If compilation-disable-input is non-nil, send
17764 EOF to the compilation process.
17765
17766 2005-08-20 Eli Zaretskii <eliz@gnu.org>
17767
17768 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
17769 Run the argument of tex-shell-cd-command through
17770 convert-standard-filename, to get the correct style of slashes on
17771 Windows, and enclose the result in quotes, in case the file name
17772 includes whitespace or other special characters.
17773
17774 2005-08-19 Andreas Schwab <schwab@suse.de>
17775
17776 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
17777 process.
17778
17779 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
17780
17781 * cus-start.el (minibuffer-prompt-properties): Correct typo.
17782
17783 2005-08-18 Kim F. Storm <storm@cua.dk>
17784
17785 * scroll-lock.el: Fix errors due to incorrect line wrapping.
17786
17787 2005-08-18 Richard M. Stallman <rms@gnu.org>
17788
17789 * scroll-lock.el: New file.
17790
17791 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
17792
17793 * dired.el (dired-move-to-end-of-filename):
17794 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
17795
17796 2005-08-18 Kim F. Storm <storm@cua.dk>
17797
17798 * ido.el (ido-everywhere): Fix defcustom :set function to disable
17799 rather than toggle mode when custom value is nil.
17800 (ido-everywhere): Fix defun doc string.
17801
17802 2005-08-17 Richard M. Stallman <rms@gnu.org>
17803
17804 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
17805 as tag instead of "Inviolable".
17806
17807 2005-08-17 Kim F. Storm <storm@cua.dk>
17808
17809 * windmove.el (windmove-coordinates-of-position): Remove.
17810 (windmove-coordinates-of-window-position): Remove.
17811 (windmove-reference-loc): Use posn-at-point instead.
17812
17813 * subr.el (insert-for-yank-1): Doc fix.
17814
17815 * ido.el (ido-enter-matching-directory): Rename from
17816 ido-enter-single-matching-directory. Change `slash' choice to
17817 `only'. Add `first' choice.
17818 (ido-exhibit): Adapt to above changes.
17819
17820 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
17821
17822 * Makefile.in: Expand comment about building loaddefs.el.
17823
17824 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
17825
17826 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
17827 Comment use of defadvice.
17828
17829 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
17830
17831 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
17832
17833 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
17834 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
17835 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
17836 * progmodes/idlw-shell.el, progmodes/ld-script.el,
17837 * progmodes/which-func.el, ruler-mode.el, strokes.el,
17838 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
17839 for backward compatibility for faces that did not appear in the
17840 previous Emacs release.
17841
17842 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
17843
17844 2005-08-15 Kim F. Storm <storm@cua.dk>
17845
17846 * emulation/cua-base.el (cua-delete-region): Return t if
17847 deleted region was non-empty.
17848 (cua-replace-region): Inhibit overwrite-mode for
17849 self-insert-command if replaced region was non-empty.
17850 (cua--explicit-region-start, cua--status-string): Make them
17851 buffer-local at top-level...
17852 (cua-mode): ...rather than when mode is enabled.
17853
17854 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
17855
17856 * progmodes/vhdl-mode.el (vhdl-emacs-21):
17857 Set t for Emacs 21, 22, and so on.
17858
17859 2005-08-15 David Ponce <david@dponce.com>
17860
17861 * tree-widget.el: Update Commentary header.
17862 (tree-widget-theme): Doc fix.
17863 (tree-widget-space-width): New option.
17864 (tree-widget-image-properties): Look up in the default theme too.
17865 (tree-widget--cursors): Only for images with arrow pointer shape.
17866 (tree-widget-lookup-image): Pointer shape is hand by default.
17867 (tree-widget-icon): Rename generic icon widget from
17868 `tree-widget-control'.
17869 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
17870 derive from `tree-widget-icon'.
17871 (tree-widget-handle): Improve default look and feel of the text
17872 representation.
17873 (tree-widget): Rename :*-control properties to :*-icon properties.
17874 Add :action and :help-echo properties.
17875 (tree-widget-after-toggle-functions): Move.
17876 (tree-widget-close-node, tree-widget-open-node): Remove.
17877 (tree-widget-before-create-icon-functions): New hook.
17878 (tree-widget-value-create): Update to allow customization of icons
17879 and nodes at run-time via that new hook.
17880 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
17881 (tree-widget-icon-action, tree-widget-icon-help-echo)
17882 (tree-widget-action, tree-widget-help-echo): New functions.
17883
17884 2005-08-15 Kim F. Storm <storm@cua.dk>
17885
17886 * ido.el (ido-buffer-internal): Use with-no-warnings.
17887 (ido-make-merged-file-list): Use while-no-input.
17888
17889 2005-08-15 Richard M. Stallman <rms@gnu.org>
17890
17891 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
17892 (flyspell-large-region): Fix doc and custom type.
17893
17894 2005-08-14 Richard M. Stallman <rms@gnu.org>
17895
17896 * files.el (interpreter-mode-alist): Doc fix.
17897
17898 * mail/rmail.el (rmail-nonignored-headers): New variable.
17899 (rmail-clear-headers): Use it.
17900 (rmail-reply): Better handling of mail-followup-to header.
17901
17902 * progmodes/sh-script.el (sh-font-lock-keywords-var):
17903 Rename variable from sh-font-lock-keywords. In the `shell' entry,
17904 don't try to refer to executable-font-lock-keywords.
17905 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
17906 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
17907 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
17908 (sh-mode): Set comment-start-skip, local-abbrev-table,
17909 imenu-case-fold-search.
17910 (sh-set-shell): Don't set them here.
17911 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
17912 Don't cache the results in the original alist; don't ever modify
17913 that alist.
17914
17915 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
17916
17917 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
17918 empty.
17919
17920 2005-08-15 Andreas Schwab <schwab@suse.de>
17921
17922 * desktop.el: Put autoload cookie at risky-local-variable declarations.
17923
17924 * dired.el, info.el, mail/rmail.el: Revert last change.
17925
17926 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
17927
17928 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
17929 modification in `eval-after-load' form.
17930 * info.el: Likewise.
17931 * mail/rmail.el: Likewise.
17932
17933 2005-08-14 Juri Linkov <juri@jurta.org>
17934
17935 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17936 Remove highlighting of "Compilation started". Highlight only
17937 the word "finished" in "Compilation finished". Add highlighting
17938 of "interrupt", "killed", "terminated" and the exit code.
17939 (compilation-start): Add newline after header. Use exactly the
17940 same time stamp format as the finishing message.
17941 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
17942
17943 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
17944 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
17945 Add highlighting of "interrupt", "killed", "terminated".
17946
17947 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
17948 enabled and the current command is self-insert-command, call it
17949 explicitly with overwrite-mode bound to nil, to not allow it
17950 to delete the character after the selected region.
17951
17952 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
17953
17954 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
17955 move-end-of-line, end-of-line, and beginning-of-line to the list
17956 of commands after which the echo area is updated.
17957
17958 2005-08-12 Eli Zaretskii <eliz@gnu.org>
17959
17960 * cus-edit.el (custom-save-all, custom-save-delete):
17961 Bind recentf-exclude to exclude custom-file.
17962
17963 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
17964
17965 * mail/rmailsum.el (rmail-summary-end-of-message): New command
17966 to go to the bottom of the mail message. Added to
17967 `rmail-summary-mode-map' with key "/".
17968 (rmail-summary-show-message): New (internal) function for use by
17969 both `rmail-summary-beginning/end-of-message'.
17970 (rmail-summary-beginning-of-message): Change to use
17971 rmail-summary-show-message.
17972
17973 * mail/rmail.el (rmail-end-of-message): New command to go to the
17974 end of the current message. Added to `rmail-mode-map' with key "/".
17975 (rmail-beginning-of-message): Fix to work as documented.
17976 (rmail-mode): Change documentation.
17977
17978 * progmodes/compile.el (compilation-start): Add the line
17979 "Compilation started" with compilation start time.
17980 (compilation-mode-font-lock-keywords): Add `started' to keywords.
17981
17982 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
17983
17984 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
17985 of menu items.
17986
17987 2005-08-11 Richard M. Stallman <rms@gnu.org>
17988
17989 * simple.el (pop-global-mark): Reverse test of widen-automatically.
17990
17991 * battery.el (battery-status-function): Don't use ignore-errors.
17992
17993 2005-08-11 Lute Kamstra <lute@gnu.org>
17994
17995 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
17996 define-obsolete-variable-alias.
17997
17998 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
17999
18000 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
18001 (ange-ftp-send-cmd): Revert last change, and expand
18002 the comment explaining the problem.
18003
18004 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
18005
18006 * ldefs-boot.el: Update.
18007
18008 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
18009 item to "Time, Load and Mail". Change help echo text.
18010
18011 * time.el (display-time-use-mail-icon, display-time-format)
18012 (display-time-string-forms): Shorten first line of docstrings.
18013
18014 2005-08-10 Lars Hansen <larsh@soem.dk>
18015
18016 * desktop.el (desktop-buffer-mode-handlers):
18017 Make non-customizable. Add autoload cookie. Change initial value to
18018 nil; add elements in respective modules instead. Fix doc string.
18019 (desktop-load-file): New function.
18020 (desktop-minor-mode-handlers): New autoloaded variable.
18021 (desktop-create-buffer): Call minor mode handlers.
18022 Use desktop-load-file to load major and minor mode modules prior to
18023 checking for a handler.
18024 (desktop-save): Don't add nil to desktop-minor-modes for minor
18025 modes with nil function in desktop-minor-mode-table. Don't delete
18026 desktop file before rewriting it.
18027 (desktop-locals-to-save): Add autoload cookie. Don't make
18028 automatically buffer-local. Add variables column-number-mode,
18029 size-indication-mode, indent-tabs-mode,
18030 indicate-buffer-boundaries, indicate-empty-lines and
18031 show-trailing-whitespace.
18032 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
18033 regexps. Don't use desktop-clear-preserve-buffers-regexp.
18034 (desktop-clear-preserve-buffers-regexp): Delete.
18035 (desktop-clear-preserve-buffers): Update initial value and docstring.
18036 (desktop-save-buffer): Fix doc string.
18037
18038 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
18039 (hilit-chg-desktop-restore): New function.
18040 (highlight-changes-mode): Add highlight-changes-mode to
18041 desktop-locals-to-save.
18042
18043 * dired.el: Add handler to desktop-buffer-mode-handlers.
18044 (dired-restore-desktop-buffer): Remove autoload cookie.
18045 (dired-mode): Add autoload cookie.
18046
18047 * info.el: Add handler to desktop-buffer-mode-handlers.
18048 (Info-restore-desktop-buffer): Remove autoload cookie.
18049 (Info-mode): Add autoload cookie.
18050
18051 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
18052 (mh-restore-desktop-buffer): Remove autoload cookie.
18053 (mh-folder-mode): Add autoload cookie.
18054
18055 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
18056 (rmail-restore-desktop-buffer): Remove autoload cookie.
18057
18058 2005-08-11 Masatake YAMATO <jet@gyve.org>
18059
18060 * hexl.el (hexl-address-region):
18061 (hexl-ascii-region, hexl-font-lock-keywords):
18062 (hexl-highlight-line-range): Use the term "region"
18063 instead of "area" for consistency with the other symbols
18064 defined in hexl.el.
18065
18066 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
18067
18068 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
18069 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
18070 out by Juri Linkov). Add `display-battery-mode'.
18071
18072 2005-08-09 Juri Linkov <juri@jurta.org>
18073
18074 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18075 Remove `-text' from face variable names.
18076 (compilation-error-file-name, compilation-warning-file-name)
18077 (compilation-info-file-name): Delete faces.
18078 (compilation-line-number, compilation-column-number):
18079 Remove face underlining.
18080 (compilation-message-face): Set to `underline' value by default.
18081 (compilation-error-face, compilation-warning-face)
18082 (compilation-info-face): Remove `-file-name' from face names.
18083 (compilation-error-text-face, compilation-warning-text-face)
18084 (compilation-info-text-face): Delete face variables.
18085 (compilation-text-face): Delete function.
18086
18087 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
18088 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
18089 (grep-error-face): Set to `compilation-error' instead of
18090 `compilation-error-face' (which is redefined to `grep-hit-face' in
18091 grep buffers).
18092 (grep-mode-font-lock-keywords): Remove `-text' from face variable
18093 names. Use `grep-error-face' instead of `compilation-error-text-face'.
18094
18095 * dired-aux.el (dired-do-query-replace-regexp):
18096 Use `query-replace-read-args'.
18097
18098 * replace.el (query-replace-read-from, query-replace-read-to)
18099 (query-replace-read-args): Rename arg `string' to `prompt'.
18100
18101 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
18102
18103 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
18104
18105 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
18106 uploading files.
18107 (ange-ftp-canonize-filename): Handle file names beginning with ~
18108 correctly.
18109
18110 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
18111
18112 * textmodes/fill.el (canonically-space-region)
18113 (fill-context-prefix, fill-french-nobreak-p)
18114 (fill-delete-newlines, fill-comment-paragraph)
18115 (justify-current-line): "?\ " -> "?\s".
18116
18117 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
18118
18119 * textmodes/fill.el (fill-nonuniform-paragraphs):
18120 Improve argument/docstring consistency.
18121
18122 2005-08-09 Richard M. Stallman <rms@gnu.org>
18123
18124 * textmodes/ispell.el (ispell-word): More fboundp checks.
18125
18126 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
18127 (find-file-noselect-1): Call it here, only if RAWFILE.
18128 (normal-mode): Always set some major mode.
18129 (save-some-buffers-action-alist): Change some explanation strings.
18130 (file-name-non-special): In the `quote' method, use unwind-protect.
18131
18132 2005-08-09 Magnus Henoch <mange@freemail.hu>
18133
18134 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
18135 (ispell-have-aspell-dictionaries): New variable.
18136 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
18137 (ispell-get-aspell-config-value): New function.
18138 (ispell-aspell-find-dictionary): New function.
18139 (ispell-aspell-add-aliases): New function.
18140 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
18141 appropriate. Don't look for ispell dictionaries if we use aspell.
18142 (ispell-menu-map): Don't build a submenu of dictionaries.
18143
18144 2005-08-09 Richard M. Stallman <rms@gnu.org>
18145
18146 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
18147 (sql-read-passwd): Use read-passwd.
18148
18149 * progmodes/idlw-toolbar.el (idlwave-toolbar)
18150 (idlwave-toolbar-is-possible): Add defvars.
18151
18152 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
18153 Avoid warnings.
18154
18155 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
18156 (idlwave-system-class-info, idlwave-executive-commands-alist):
18157 Use defvar.
18158
18159 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
18160
18161 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
18162 Avoid warnings.
18163
18164 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
18165 and content-type: headers.
18166
18167 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
18168
18169 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
18170 and rename some of them to be more self-explanatory.
18171
18172 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
18173
18174 * startup.el (command-line-1): Implement -scriptload.
18175
18176 * replace.el (occur-engine): Initial *Occur* output not undoable.
18177
18178 * menu-bar.el (menu-bar-file-menu): Rename some menu items
18179 and improve help strings.
18180
18181 * isearch.el (isearch-repeat): When changing direction,
18182 mark search successful.
18183
18184 * ediff-init.el: Use (featurep 'xemacs).
18185
18186 * comint.el (send-invisible): Identify buffer, if not selected.
18187
18188 * align.el: Delete autoload for c-guess-basic-syntax.
18189
18190 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
18191
18192 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
18193 Improve argument/docstring consistency. Doc fixes.
18194 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
18195 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
18196 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
18197 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
18198 (r2bv-organization, r2bv-pages, r2bv-primary-author)
18199 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
18200 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
18201 Defvar at compile time.
18202
18203 2005-08-09 Juri Linkov <juri@jurta.org>
18204
18205 * info.el: Replace `info' with upper-case `Info' where appropriate.
18206 (info-title-1, info-title-2, info-title-3, info-title-4)
18207 (info-menu-header): Move up face definitions.
18208 (info-menu-star): Rename from `info-menu-5'.
18209 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
18210 (Info-fontify-visited-nodes): Fix docstring.
18211 (Info-hide-note-references): Fix docstring.
18212 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
18213 menu items in the same way as on cross-references.
18214 (info-apropos): Fix sorting order and formatting to be like in the
18215 stand-alone Info browser. Display error messages for 1 sec.
18216 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
18217 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
18218 from the menu bar.
18219 (Info-insert-dir): Restore point after calling
18220 `insert-buffer-substring'.
18221
18222 2005-08-08 Richard M. Stallman <rms@gnu.org>
18223
18224 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
18225 (recompute-lucid-menubar): Add defvars.
18226
18227 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
18228
18229 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
18230
18231 * net/net-utils.el (run-dig): Rename from `dig'.
18232
18233 * play/gametree.el (gametree-mode): Use make-local-variable,
18234 not make-variable-buffer-local.
18235
18236 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
18237
18238 * ansi-color.el (ansi-color-make-extent)
18239 (ansi-color-set-extent-face): Use fboundp, not functionp.
18240
18241 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
18242 not make-variable-buffer-local.
18243
18244 * bookmark.el (Info-current-file): Add defvar.
18245 (bookmark-jump-noselect): Use with-no-warnings.
18246
18247 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
18248
18249 * ebuff-menu.el (Helper-return-blurb): Add defvar.
18250
18251 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
18252
18253 * find-file.el (ada-procedure-start-regexp)
18254 (ada-package-start-regexp): Add defvars.
18255
18256 * info.el (Info-insert-dir): Use insert-buffer-substring.
18257
18258 * xml.el (xml-att-def-re): Add defvar.
18259
18260 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
18261 calling convention.
18262
18263 * subr.el (while-no-input): Return t if there is input.
18264
18265 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
18266
18267 * cus-start.el (all): Add `overflow-newline-into-fringe'.
18268
18269 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
18270
18271 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
18272 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
18273
18274 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
18275
18276 * cmuscheme.el (scheme-start-file): Replace reference to
18277 `user-emacs-directory' by "~/.emacs.d/".
18278
18279 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
18280
18281 * info.el (Info-dir-remove-duplicates): Avoid case folding
18282 in loop; instead, keep downcased strings for comparison.
18283 Suggested by Helmut Eller.
18284
18285 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
18286
18287 Sync with Tramp 2.0.50.
18288
18289 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
18290 XEmacs case; not necessary anymore.
18291 (tramp-user-regexp): Allow "@" as part of user name.
18292 (tramp-handle-set-visited-file-modtime)
18293 (tramp-handle-insert-file-contents)
18294 (tramp-handle-write-region): No special handling for
18295 `last-coding-system-used, because this is done in
18296 `tramp-accept-process-output' now.
18297 (tramp-accept-process-output): New defun.
18298 (tramp-process-one-action, tramp-process-one-multi-action)
18299 (tramp-wait-for-regexp, tramp-wait-for-output)
18300 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
18301 Howells <dhowells@redhat.com>.
18302 (clear-visited-file-modtime): Defadvice removed. The check for
18303 unset buffer's modtime does not need to be based on
18304 `tramp-buffer-file-attributes'. Suggested by RMS.
18305 (tramp-message): Insert "\n" if not being at beginning of line.
18306 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
18307 sequence with same logic.
18308 (tramp-completion-handle-expand-file-name): Discard call of
18309 `tramp-drop-volume-letter'. It is not necessary, and there have
18310 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
18311 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
18312 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
18313 should always be visible.
18314 (tramp-handle-insert-directory, tramp-setup-complete)
18315 (tramp-set-process-query-on-exit-flag)
18316 (tramp-append-tramp-buffers): Pacify byte-compiler.
18317 (tramp-bug): Delete non-existing variables from list.
18318 Apply `tramp-load-report-modules' as pre-hook.
18319 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
18320 `shell-prompt-pattern' because of non-7bit characters.
18321 Reported by Sebastian Luque <sluque@mun.ca>.
18322 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
18323 (tramp-match-string-list): Remove function.
18324 (tramp-wait-for-regexp): Remove call of that function.
18325 Suggested by Kim F. Storm <storm@cua.dk>.
18326 (tramp-set-auto-save-file-modes): Use octal integer code #o600
18327 instead of octal character code ?\600. The latter resulted in a
18328 syntax error with XEmacs.
18329
18330 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
18331 XEmacs case; not necessary anymore.
18332 (tramp-smb-handle-write-region): No special handling for
18333 `last-coding-system-used, because this is done in
18334 `tramp-accept-process-output' now.
18335 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
18336
18337 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
18338
18339 * wid-edit.el (widget-choice-value-create):
18340 Unconditionally respect user choice. Set :explicit-choice back to nil
18341 when no longer needed.
18342 (widget-choice-action): Unconditionally respect user choice.
18343 Eliminate :explicit-choice-value.
18344
18345 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
18346
18347 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
18348 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
18349 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
18350 running new function `toggle-indicate-empty-lines'.
18351 Rename "Customize" item to "Customize fringe".
18352 Rename "Indicators" item to "Buffer boundaries" and change help echo.
18353 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
18354 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
18355 Delete "Empty lines only" item.
18356 (menu-bar-showhide-fringe-ind-customize): New function.
18357 (menu-bar-showhide-fringe-ind-mixed)
18358 (menu-bar-showhide-fringe-ind-box)
18359 (menu-bar-showhide-fringe-ind-right)
18360 (menu-bar-showhide-fringe-ind-left)
18361 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
18362 instead of `fringe-indicators'.
18363
18364 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
18365
18366 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
18367 Change the date of last update.
18368
18369 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
18370
18371 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
18372 (viper-exec-yank, viper-put-back): Don't display modification msg
18373 if in the minibuffer.
18374
18375 * viper-init.el (viper-replace-overlay-cursor-color)
18376 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
18377 Make variables frame local.
18378
18379 * viper-util.el (viper-append-filter-alist): Use append instead of
18380 nconc.
18381
18382 * viper.el (viper-vi-state-mode-list)
18383 (viper-emacs-state-mode-list): Move help-mode and
18384 completion-list-mode from the first list to the second.
18385 (viper-mode): Docstring.
18386 (viper-go-away, viper-non-hook-settings): Don't localize
18387 minor-mode-alist in newer Emacsen. Add advice to
18388 set-cursor-color. Don't bind "\C-c\\".
18389
18390 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
18391
18392 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
18393 (scheme-macro-expand-command): New user options.
18394 (scheme-trace-procedure, scheme-expand-current-form): New commands.
18395 (scheme-form-at-point, scheme-start-file)
18396 (scheme-interactively-start-process): New functions.
18397 (scheme-get-process): New function, extracted from `scheme-proc'.
18398 (run-scheme): Call `scheme-start-file' to get start file, and pass
18399 it to `make-comint'.
18400 (switch-to-scheme, scheme-proc):
18401 Call `scheme-interactively-start-process' if no Scheme buffer/process
18402 is available.
18403
18404 2005-08-06 Juri Linkov <juri@jurta.org>
18405
18406 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18407 Use `compilation-text-face', `compilation-info-text-face' and
18408 `compilation-error-text-face' instead of `font-lock-keyword-face'.
18409 (compilation-error): New face.
18410 (compilation-error-file-name): Inherit from
18411 `compilation-error' instead of `font-lock-warning-face'.
18412 (compilation-warning-file-name): Inherit from
18413 `compilation-warning' instead of `font-lock-warning-face'.
18414 (compilation-info, compilation-error-file-name)
18415 (compilation-warning-file-name, compilation-info-file-name)
18416 (compilation-line-number, compilation-column-number): Doc fix.
18417 (compilation-error-text-face, compilation-warning-text-face)
18418 (compilation-info-text-face): New face variables.
18419 (compilation-line-face, compilation-column-face)
18420 (compilation-enter-directory-face)
18421 (compilation-leave-directory-face): Doc fix.
18422 (compilation-text-face): New function.
18423
18424 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
18425 instead of 1 to display binary file names as info file links.
18426 (grep-error-face): Use `compilation-error-face' instead of
18427 `font-lock-keyword-face'.
18428 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
18429 and `compilation-warning-text-face' instead of
18430 `font-lock-keyword-face'. Use `compilation-error-text-face'
18431 instead of `grep-error-face'.
18432
18433 2005-08-05 Kenichi Handa <handa@m17n.org>
18434
18435 * international/code-pages.el: Add autoload cookies for all coding
18436 systems.
18437
18438 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
18439
18440 * cus-start.el (all): Put undo.c where it alphabetically belongs.
18441
18442 2005-08-04 Juri Linkov <juri@jurta.org>
18443
18444 * progmodes/compile.el (compilation-mode-map):
18445 * progmodes/grep.el (grep-mode-map):
18446 Bind TAB to `compilation-next-error' and [backtab] to
18447 `compilation-previous-error'.
18448
18449 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
18450 matching line numbers, column numbers and their ranges with regexp
18451 matching only line numbers.
18452 (grep-context-face): New face variable.
18453 (grep-mode-font-lock-keywords): Use it.
18454
18455 * faces.el (read-face-name): Delete duplicate faces.
18456
18457 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
18458
18459 * thumbs.el (thumbs-find-image): Don't make variables
18460 automatically buffer local.
18461 (thumbs-current-tmp-filename, thumbs-current-image-filename)
18462 (thumbs-image-num): Make automatically buffer local.
18463 (thumbs-show-thumbs-list): Use `make-local-variable', not
18464 `make-variable-buffer-local'.
18465 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
18466
18467 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
18468 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
18469 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
18470 (bother, bye, canyou, chatlst, continue, deathlst, describe)
18471 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
18472 (feelings-about, foullst, found, hello, history, howareyoulst)
18473 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
18474 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
18475 (neglst, obj, object, owner, please, problems, qlist)
18476 (random-adjective, relation, remlst, repetitive-shortness)
18477 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
18478 (shortlst, something, sportslst, stallmanlst, states, subj)
18479 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
18480 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
18481 Defvar at compile time.
18482
18483 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
18484 not `make-variable-buffer-local'.
18485
18486 2005-08-02 Kim F. Storm <storm@cua.dk>
18487
18488 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
18489 rectangle overlay in selected window.
18490
18491 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
18492
18493 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
18494 instead of display group. Make `indicate-buffer-boundaries'
18495 customizable through Custom.
18496
18497 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
18498
18499 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
18500 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
18501 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
18502 (gdb-put-string): Fix typos in docstrings.
18503
18504 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
18505
18506 Update copyright notices of files in progmodes directory for
18507 release of Emacs 22.1.
18508
18509 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
18510
18511 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
18512 Don't barf if the GUD buffer has been killed.
18513
18514 2005-08-01 Kim F. Storm <storm@cua.dk>
18515
18516 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
18517
18518 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
18519
18520 * simple.el (next-error-follow-minor-mode):
18521 make-variable-buffer-local -> make-local-variable.
18522
18523 * emacs-lisp/cl-extra.el: Require CL also when compiling.
18524
18525 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
18526 (byte-compile-form-make-variable-buffer-local): New functions to warn
18527 about misuses of make-variable-buffer-local where make-local-variable
18528 was meant.
18529
18530 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
18531
18532 * bs.el (bs-attributes-list): Doc fix.
18533 (bs): Update url-link.
18534
18535 * desktop.el (desktop-save-buffer): Fix typos in docstring.
18536 (desktop-load-default): Simplify.
18537
18538 * ibuffer.el (ibuffer-columnize-and-insert-list)
18539 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
18540 (ibuffer-unmark-all, ibuffer-toggle-marks)
18541 (ibuffer-unmark-forward, ibuffer-unmark-backward)
18542 (ibuffer-compile-make-format-form, ibuffer-format-column)
18543 (ibuffer-current-buffers-with-marks)
18544 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
18545 (ibuffer): Doc fix.
18546 (ibuffer-mode): Fix typo in docstring.
18547 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
18548 with `define-obsolete-variable-alias'.
18549 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
18550
18551 2005-07-29 Kenichi Handa <handa@m17n.org>
18552
18553 * international/mule-cmds.el (select-message-coding-system):
18554 Be sure to use LF for end-of-line. If no coding system is decided,
18555 return iso-8859-1-unix.
18556
18557 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
18558
18559 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
18560 (ange-ftp-pending-error-line): New vars.
18561 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
18562 to handle the non-fatal no-route-to-host messages.
18563 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
18564
18565 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
18566
18567 * isearch.el (isearch-mode-map, isearch-other-meta-char)
18568 (isearch-quote-char, isearch-printing-char)
18569 (isearch-text-char-description): "?\ " -> "?\s".
18570 (isearch-lazy-highlight-cleanup)
18571 (isearch-lazy-highlight-initial-delay)
18572 (isearch-lazy-highlight-interval)
18573 (isearch-lazy-highlight-max-at-a-time)
18574 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
18575 Declare with define-obsolete-*-alias macros.
18576 (isearch-forward): Fix typo in docstring.
18577 (search-invisible, search-ring-yank-pointer)
18578 (regexp-search-ring-yank-pointer): Doc fixes.
18579
18580 * recentf.el (recentf-menu-append-commands-p): Declare with
18581 `define-obsolete-variable-alias'.
18582 (recentf-max-saved-items, recentf-menu-filter)
18583 (recentf-arrange-by-rule-subfilter): Doc fixes.
18584 (recentf-menu-append-commands-flag)
18585 (recentf-initialize-file-name-history, recentf-expand-file-name)
18586 (recentf-clear-data): Fix typos in docstrings.
18587
18588 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
18589
18590 * progmodes/gdb-ui.el: Smarten comments.
18591 (gdb-info-breakpoints-custom): Use nowarn when finding file.
18592
18593 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
18594
18595 * term/apollo.el (terminal-init-apollo): New function containing
18596 all former top level forms in the file.
18597 * term/bobcat.el (terminal-init-bobcat):
18598 * term/cygwin.el (terminal-init-cygwin):
18599 * term/iris-ansi.el (terminal-init-iris-ansi):
18600 * term/linux.el (terminal-init-linux):
18601 * term/news.el (terminal-init-news):
18602 * term/rxvt.el (terminal-init-rxvt):
18603 * term/sun.el (terminal-init-sun):
18604 * term/tvi970.el (terminal-init-tvi970):
18605 * term/vt100.el (terminal-init-vt100):
18606 * term/vt102.el (terminal-init-vt102):
18607 * term/vt125.el (terminal-init-vt125):
18608 * term/vt200.el (terminal-init-vt200):
18609 * term/vt201.el (terminal-init-vt201):
18610 * term/vt220.el (terminal-init-vt220):
18611 * term/vt240.el (terminal-init-vt240):
18612 * term/vt300.el (terminal-init-vt300):
18613 * term/vt320.el (terminal-init-vt320):
18614 * term/vt400.el (terminal-init-vt400):
18615 * term/vt420.el (terminal-init-vt420):
18616 * term/wyse50.el (terminal-init-wyse50):
18617 * term/xterm.el (terminal-init-xterm): Likewise.
18618
18619 * term/README: Describe the terminal-init-* functionality.
18620
18621 * startup.el (command-line): After loading the terminal initialization
18622 file call the corresponding terminal initialization function.
18623
18624 2005-07-27 Kenichi Handa <handa@m17n.org>
18625
18626 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
18627 negative.
18628
18629 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
18630 (ps-mule-composition-prologue): Fix for the case that
18631 RelativeCompose is false.
18632
18633 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
18634
18635 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
18636
18637 * descr-text.el (describe-char): Handle the case where the list of
18638 chars is displayed in a separate frame.
18639 Be a bit more discriminating when looking for the char.
18640
18641 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
18642
18643 * bookmark.el (bookmark-automatically-show-annotations)
18644 (bookmark-read-annotation-text-func): Doc fixes.
18645 (bookmark-save): Improve argument/docstring consistency.
18646 (bookmark-get-bookmark, bookmark-get-bookmark-record)
18647 (bookmark-alist-from-buffer)
18648 (bookmark-upgrade-file-format-from-0)
18649 (bookmark-grok-file-format-version)
18650 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
18651 (bookmark-read-annotation-mode)
18652 (bookmark-insert-current-bookmark, bookmark-jump)
18653 (bookmark-exit-hook): Fix typos in docstrings.
18654 (bookmark-exit-hooks): Define as obsolete alias.
18655 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
18656 not `bookmark-exit-hooks'. Fix docstring.
18657 (bookmark-bmenu-select): "?\ " -> "?\s".
18658
18659 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
18660
18661 * startup.el (command-line): Fix typo.
18662
18663 2005-07-24 Richard M. Stallman <rms@gnu.org>
18664
18665 * tooltip.el (tooltip-mode): Test emacs-basic-display,
18666 not emacs-quick-startup.
18667
18668 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
18669
18670 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
18671 (reb-next-match, reb-show-subexp): Use `with-selected-window'
18672 instead of `reb-with-current-window'.
18673 (reb-prev-match): Likewise. Also, don't move left if the search
18674 was unsuccessful.
18675 (reb-initialize-buffer): New function.
18676 (re-builder, reb-change-syntax): Use it.
18677
18678 * man.el (Man-goto-page): Make second argument NOERROR optional.
18679
18680 2005-07-23 Richard M. Stallman <rms@gnu.org>
18681
18682 * man.el (Man-bgproc-sentinel): Check here for failure to find
18683 any man page in the output, and report the error here.
18684 (Man-arguments): Make it permanent local.
18685 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
18686 (Man-mode): Pass t for NOERROR.
18687
18688 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
18689 (grep-mode-font-lock-keywords):
18690 Don't use compilation-...-face for messages that are not file names.
18691
18692 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18693 Don't use compilation-...-face for messages that are not file names.
18694
18695 2005-07-22 Juri Linkov <juri@jurta.org>
18696
18697 * startup.el (normal-splash-screen): Update menu name.
18698
18699 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
18700
18701 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
18702
18703 * term/xterm.el: Load term/rxvt if the terminal is actually an
18704 rxvt terminal.
18705 (xterm-rxvt-set-background-mode): Remove, not used anymore.
18706
18707 * term/rxvt.el (function-key-map): Use substitute-key-definition
18708 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
18709
18710 * term/cygwin.el: New file.
18711
18712 2005-07-22 Kim F. Storm <storm@cua.dk>
18713
18714 * image-file.el (insert-image-file, image-file-yank-handler):
18715 Fix last change to maintain a (unique) yank-handler on yanked images.
18716
18717 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
18718
18719 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
18720 of the file size (as in "177B" for 177 bytes). This happens with
18721 "ls -lh" on FreeBSD.
18722
18723 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
18724
18725 * hilit-chg.el (highlight-changes-global-initial-state)
18726 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
18727 (hilit-chg-fixup, highlight-changes-mode):
18728 Fix typos in docstrings.
18729 (highlight-changes-global-modes, highlight-changes-rotate-faces):
18730 Doc fixes.
18731
18732 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
18733
18734 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
18735 mode function using `eval-after-load'.
18736
18737 2005-07-21 Kim F. Storm <storm@cua.dk>
18738
18739 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
18740 included when reporting an emacs crash, and tell about the DEBUG file.
18741
18742 * image-file.el (insert-image-file): Add yank-handler.
18743 (image-file-yank-handler): Yank handler to make unique copies of
18744 images when they are yanked into a buffer next to each other.
18745
18746 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
18747
18748 * comint.el (comint-use-prompt-regexp, comint-send-input)
18749 (comint-source-default, comint-extract-string)
18750 (comint-get-source, comint-word, comint-completion)
18751 (comint-source, comint-prompt-read-only, comint-update-fence):
18752 Fix typos in docstrings.
18753 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
18754 Declare with define-obsolete-*-alias macros.
18755 (comint-previous-matching-input-from-input)
18756 (comint-next-matching-input-from-input)
18757 (comint-previous-matching-input, comint-next-matching-input)
18758 (comint-forward-matching-input):
18759 Improve argument/docstring consistency.
18760
18761 * desktop.el (desktop-clear-preserve-buffers-regexp):
18762 Also preserve the *server* buffer.
18763
18764 * simple.el (clone-indirect-buffer): Doc fix.
18765 (fixup-whitespace, just-one-space)
18766 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
18767 (next-error, next-error-highlight)
18768 (next-error-highlight-no-select, next-error-last-buffer)
18769 (next-error-buffer-p, next-error-find-buffer, next-error)
18770 (previous-error, next-error-no-select, previous-error-no-select)
18771 (open-line, split-line, minibuffer-prompt-width, kill-new)
18772 (binary-overwrite-mode): Fix typos in docstrings.
18773 (set-fill-column): Fix typo in message.
18774
18775 * skeleton.el (skeleton-proxy-new): Doc fix.
18776
18777 * strokes.el (strokes-load-hook): Doc fix.
18778 (strokes-grid-resolution, strokes-get-grid-position)
18779 (strokes-renormalize-to-grid, strokes-read-stroke)
18780 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
18781 (strokes-global-map): Fix typos in docstrings.
18782 (strokes-help): Doc fix. Fix help message and pass it through
18783 `substitute-command-keys'.
18784
18785 * tempo.el (tempo-insert-prompt, tempo-interactive)
18786 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
18787 (tempo-insert-string-functions, tempo-local-tags)
18788 (tempo-define-template, tempo-insert-template)
18789 (tempo-insert-prompt-compat, tempo-is-user-element)
18790 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
18791 Fix typos in docstrings.
18792
18793 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
18794 (vcursor-key-bindings, vcursor-use-vcursor-map)
18795 (vcursor-find-window, vcursor-scroll-down)
18796 (vcursor-disable, vcursor-beginning-of-buffer)
18797 (vcursor-end-of-buffer): Fix typos in docstrings.
18798 (vcursor-relative-move, vcursor-get-char-count):
18799 Improve argument/docstring consistency.
18800
18801 * version.el: "?\ " -> "?\s".
18802
18803 * wid-edit.el (widget-default-create, widget-after-change)
18804 (widget-default-format-handler, widget-checklist-add-item)
18805 (widget-radio-add-item, widget-choose, widget-specify-secret)
18806 (widget-field-value-create, widget-field-value-get)
18807 (widget-editable-list-format-handler)
18808 (widget-editable-list-entry-create, widget-group-value-create)
18809 (widget-documentation-link-add)
18810 (widget-documentation-string-value-create): "?\ " -> "?\s".
18811 (widget-convert-text): Doc fix.
18812 (widget-narrow-to-field, widget-field-find)
18813 (widget-url-link-action, widget-emacs-library-link-action)
18814 (widget-color-notify): Fix typos in docstrings.
18815
18816 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
18817 (x-select-text, set-w32-system-coding-system)
18818 (w32-add-charset-info): Fix typos in docstrings.
18819
18820 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
18821 (cua-enable-cua-keys, cua-use-hyper-key)
18822 (cua-virtual-rectangle-edges): Fix typos in docstrings.
18823 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
18824
18825 * net/tramp.el (tramp-handle-load): Fix typo in error message.
18826
18827 * emacs-lisp/re-builder.el (regexp-builder): Declare with
18828 `defalias' instead of faking it.
18829
18830 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
18831 (eshell-ls-missing, eshell-ls-dired-initial-args)
18832 (eshell-ls-use-in-dired): Fix typos in docstrings.
18833
18834 2005-07-20 Kim F. Storm <storm@cua.dk>
18835
18836 * emulation/cua-base.el (cua-mode): Improve doc string.
18837
18838 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
18839
18840 * abbrev.el (expand-region-abbrevs): Doc fix.
18841 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
18842 Improve argument/docstring consistency.
18843
18844 * arc-mode.el (archive-get-descr, archive-alternate-display):
18845 Doc fixes.
18846 (archive-l-e): Improve argument/docstring consistency.
18847 (archive-tmpdir, archive-unixdate, archive-unixtime)
18848 (archive-chmod-entry): Fix typos in docstrings.
18849 (archive-unflag, archive-unflag-backwards)
18850 (archive-unmark-all-files): "?\ " -> "?\s".
18851
18852 * buff-menu.el (Buffer-menu-unmark): Doc fix.
18853 (Buffer-menu-not-modified, Buffer-menu-execute)
18854 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
18855 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
18856
18857 * composite.el (compose-string, encode-composition-rule)
18858 (compose-last-chars): Fix typos in docstrings.
18859
18860 * desktop.el (desktop-enable, desktop-basefilename):
18861 Declare with `define-obsolete-variable-alias'.
18862 (desktop-internal-v2s): Don't quote keywords.
18863 (desktop-clear): "?\ " -> "?\s".
18864
18865 * dired.el (dired-align-file, dired-flag-backup-files)
18866 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
18867 (dired-listing-switches, dired-ls-F-marks-symlinks)
18868 (dired-dwim-target, dired-load-hook, dired-mode-hook)
18869 (dired-directory, dired-faces, dired, dired-revert)
18870 (dired-mode, dired-summary, dired-view-file)
18871 (dired-copy-filename-as-kill, dired-delete-file)
18872 (dired-no-confirm, dired-unmark-all-marks)
18873 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
18874 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
18875 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
18876 Fix typos in message strings.
18877
18878 * dired-x.el (virtual-dired): Declare with `defalias'.
18879 (dired-mark-unmarked-files, dired-local-variables-file)
18880 (dired-omit-here-always): Doc fix.
18881 (dired-omit-mode, dired-find-subdir)
18882 (dired-enable-local-variables, dired-clean-up-buffers-too)
18883 (dired-extra-startup, dired-mark-extension, dired-jump)
18884 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
18885 (dired-smart-shell-command, dired-guess-shell-alist-user)
18886 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
18887 (dired-x-bind-find-file, dired-x-submit-report):
18888 Fix typos in docstrings.
18889 (dired-mark-unmarked-files): "?\ " -> "?\s".
18890
18891 * dirtrack.el (dirtrack-list): Fix typos in docstring.
18892
18893 * faces.el (describe-face): "?\ " -> "?\s".
18894 (read-all-face-attributes, read-face-font, modify-face)
18895 (face-attr-construct, italic): Fix typos in docstrings.
18896 (frame-update-face-colors): Declare with
18897 `define-obsolete-function-alias'.
18898
18899 * files.el (find-file-noselect, recode-file-name): Doc fixes.
18900 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
18901 (magic-mode-alist, buffer-file-numbers-unique)
18902 (write-file-functions, get-free-disk-space):
18903 Fix typos in docstrings.
18904 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
18905 (write-contents-hooks, write-file-hooks):
18906 Declare with `define-obsolete-variable-alias'.
18907
18908 * forms-d2.el (arch-rj): Fix typo in docstrings.
18909 (arch-tocol): Likewise. "?\ " -> "?\s".
18910
18911 * frame.el (set-frame-font, cursor-in-non-selected-windows):
18912 Fix typo in docstring.
18913 (set-screen-width, set-screen-height): Delete redundant info in
18914 doctrings.
18915 (new-frame, screen-height, screen-width): Declare with
18916 `define-obsolete-function-alias'.
18917 (delete-frame-hook, blink-cursor): Declare with
18918 `define-obsolete-variable-alias'.
18919
18920 * paths.el (prune-directory-list): Fix typos in docstring.
18921
18922 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
18923 (cvs-prefix-get): Fix typos in docstrings.
18924
18925 * ps-print.el (ps-extend-face-list, ps-extend-face)
18926 (ps-print-background-image): Fix typos in docstrings.
18927 (ps-default-fg, ps-default-bg): Doc fixes.
18928
18929 * s-region.el (s-region-bind): Doc fix.
18930 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
18931
18932 * textmodes/org.el (org-table-formula-substitute-names)
18933 (org-table-get-vertical-vector): Doc fixes.
18934 (org-table-recalculate): Remove unused argument to `message'.
18935
18936 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
18937
18938 * textmodes/org.el (org-table-column-names)
18939 (org-table-column-name-regexp)
18940 (org-table-named-field-locations): New variables.
18941 (org-archive-subtree): Protect `this-command' when calling
18942 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
18943 the kill buffer.
18944 (org-complete): Remove fixed-formula completion.
18945 (org-edit-formulas-map): New variable.
18946 (org-table-edit-formulas): New command.
18947 (org-finish-edit-formulas, org-abort-edit-formulas)
18948 (org-show-variable, org-table-get-vertical-vector): New functions.
18949 (org-table-maybe-eval-formula): Handle `:=' fields.
18950 (org-table-get-stored-formulas, org-table-store-formulas)
18951 (org-table-get-formula, org-table-modify-formulas)
18952 (org-table-replace-in-formulas): Handle named field formulas.
18953 (org-table-get-specials): Store locations of named fields.
18954
18955 2005-07-19 Juri Linkov <juri@jurta.org>
18956
18957 * progmodes/grep.el (grep-regexp-alist)
18958 (grep-mode-font-lock-keywords, grep-process-setup):
18959 Use default GNU grep match color "01;31m" instead of "01;41m".
18960 (grep-regexp-alist, grep-mode-font-lock-keywords):
18961 Use `\\[[0-9]*m' instead of `\\[00m'.
18962 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
18963 sgr_start where its handling is more important. Use the real
18964 length of sgr_start instead of constant 8.
18965 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
18966 specially. Delete all remaining escape sequences.
18967 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
18968 (grep-regexp-alist): Make hyperlink only for binary file name
18969 instead of the whole line.
18970 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
18971 (grep-mode): Add autoload.
18972
18973 * emacs-lisp/find-func.el (find-function-regexp):
18974 Add `define-compilation-mode'.
18975
18976 2005-07-19 Juri Linkov <juri@jurta.org>
18977
18978 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
18979 (compare-windows-sync-string-size, compare-windows-recenter)
18980 (compare-windows-highlight, compare-windows): Add version 22.1.
18981 (compare-windows) <defface>: Inherit from lazy-highlight instead
18982 of duplicating its default value.
18983
18984 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
18985 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
18986
18987 * descr-text.el (describe-char): Create link buttons for `charset'
18988 and `code point'. Add the current input method name with a link
18989 button to `to input' field. Print face names of display table
18990 characters in `The display table entry is displayed by' section
18991 instead of printing face-id in the `display' field.
18992 Guess hardcoded faces and create a link button for them.
18993 Skip empty fields when calculating max-width.
18994 Treat `widget-create' specially while inserting strings from the
18995 collected field list.
18996 (describe-char-after): Made obsolete in version 22.1, not 21.5.
18997
18998 * diff-mode.el (diff-file-header): Change foreground color from
18999 yellow to green on light backgrounds.
19000 (diff-context): Inherit from `shadow' only for color/grayscale
19001 with more than 88 colors.
19002 (diff-indicator-removed, diff-indicator-added)
19003 (diff-indicator-changed): New faces.
19004 (diff-font-lock-keywords): Use new faces. Regroup rules.
19005 Add "^---$" for `normal' diff format. Fontify `#' lines with
19006 font-lock-comment-delimiter-face and font-lock-comment-face.
19007 Add `#' to ^[^...] in the rule for `diff-context-face'.
19008
19009 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
19010 a button-like box. Inherit from `highlight' on low colors.
19011 (shadow): Use shades of gray only for color/grayscale with
19012 more than 88 colors. Use green for light backgrounds with
19013 8 colors, and yellow for dark backgrounds with 8 colors.
19014
19015 * font-lock.el (font-lock-regexp-grouping-backslash):
19016 Don't inherit from escape-glyph (use bold for all cases).
19017
19018 * info.el (info-xref-visited): Use light foreground color `violet'
19019 for dark backgrounds instead of dark color `magenta3'.
19020 (info-title-1): Use `yellow' color for dark backgrounds.
19021
19022 * isearch.el (isearch): Use not-too-dark magenta3 instead of
19023 too-light magenta2.
19024
19025 * replace.el (match): Use slightly more light RoyalBlue3 instead
19026 of dark RoyalBlue4.
19027
19028 * wid-edit.el (widget-inactive): Inherit from `shadow'.
19029
19030 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
19031
19032 * novice.el (disabled-command-hook): Declare it with
19033 `define-obsolete-variable-alias'.
19034
19035 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
19036 (desktop-buffer-misc-functions, desktop-buffer-handlers)
19037 (desktop-load-default): Add release to obsolescence info.
19038 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
19039 (desktop-append-buffer-args, desktop-read):
19040 Fix typos in docstrings.
19041 (desktop-kill): Fix typo in message.
19042 (desktop-save): Doc fix.
19043
19044 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
19045
19046 * viper-cmd.el (viper-escape-to-state): Bug fix.
19047 (viper-envelop-ESC-key): Change the definition of fast
19048 keysequence so it'll work with keyboard macros.
19049
19050 * ediff.el (ediff-patch-buffer): Change the docstring.
19051
19052 2005-07-19 Kenichi Handa <handa@m17n.org>
19053
19054 * international/mule-cmds.el (select-safe-coding-system): Try to
19055 use an auto-coding (if any) before anything else. If the found
19056 auto-coding is invalid, show a warning message.
19057
19058 * international/mule.el (find-auto-coding): New function created
19059 by modifying the body of set-auto-coding.
19060 (set-auto-coding): Use find-auto-coding to find a coding.
19061
19062 2005-07-18 Richard M. Stallman <rms@gnu.org>
19063
19064 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
19065 not isearch-mode-end-hook-error.
19066 (allout-before-change-protect): Fix error message.
19067
19068 2005-07-18 Juri Linkov <juri@jurta.org>
19069
19070 * allout.el (allout-mode):
19071 * calculator.el (calculator-copy):
19072 * custom.el (custom-known-themes):
19073 * dired.el (dired-desktop-buffer-misc-data)
19074 (dired-restore-desktop-buffer):
19075 * dired-x.el (dired-omit-marker-char):
19076 * files.el (basic-save-buffer):
19077 * font-core.el (font-lock-mode):
19078 * calendar/calendar.el (calendar-goto-hebrew-date)
19079 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
19080 (calendar-goto-persian-date):
19081 * language/ethio-util.el (ethio-sera-to-fidel-region):
19082 * textmodes/picture.el (picture-mode):
19083 Delete duplicate duplicate words.
19084
19085 2005-07-18 Juri Linkov <juri@jurta.org>
19086
19087 * isearch.el (isearch-mode-map): Remove key bindings for regexp
19088 chars * ? } |.
19089 (isearch-fallback): Don't call `isearch-process-search-char'.
19090 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
19091 (isearch-process-search-char): Call `isearch-fallback' for regexp
19092 chars * ? } |.
19093 (isearch-return-char): Make obsolete with `make-obsolete' instead
19094 of simply documenting it as obsolete in the docstring.
19095 (isearch-fallback): Refill docstring.
19096
19097 * international/isearch-x.el
19098 (isearch-process-search-multibyte-characters): Remove unneeded
19099 `concat'. Add intermediate values to `junk-hist' instead of
19100 `minibuffer-history'. Test the length of `str'.
19101
19102 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
19103
19104 * allout.el (allout-resolve-xref): Fix typos in error strings.
19105 (allout-before-change-protect): Remove unneeded `concat'.
19106
19107 * array.el (array-mode, array-reconfigure-rows)
19108 (untabify-backward): Fix typos in docstrings.
19109 (array-reconfigure-rows): Use `insert-buffer-substring', not
19110 `insert-buffer'.
19111
19112 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
19113 * progmodes/ada-mode.el (ada-make-body):
19114 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
19115
19116 * dired.el (dired-log):
19117 * tar-mode.el (tar-subfile-save-buffer):
19118 * play/zone.el (zone-pgm-stress-destress):
19119 Use `insert-buffer-substring', not `insert-buffer'.
19120
19121 2005-07-17 Simon Josefsson <jas@extundo.com>
19122
19123 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
19124
19125 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
19126
19127 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
19128 Add plain auth method.
19129 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
19130
19131 2005-07-17 Kim F. Storm <storm@cua.dk>
19132
19133 * ido.el (dired-other-window): Add ido property.
19134
19135 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
19136
19137 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
19138 Fix typo in docstring.
19139 (byte-compile-interactive-only-functions): Add `insert-buffer' and
19140 `insert-file-literally'.
19141
19142 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
19143 info and delete redundant message. Doc fix.
19144 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
19145 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
19146
19147 2005-07-16 Richard M. Stallman <rms@gnu.org>
19148
19149 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
19150 (byte-compile-and): Use byte-compile-and-recursion.
19151 (byte-compile-or-recursion): New function.
19152 (byte-compile-or): Use that.
19153 (byte-compile-if): Guard the else-clause too.
19154 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
19155
19156 * isearch.el (isearch-mode-end-hook-quit): New variable.
19157 (isearch-done): Bind it.
19158 (isearch-mode-end-hook): Doc fix.
19159
19160 * allout.el (allout-isearch-did-quit): Variable deleted.
19161 (allout-real-isearch-abort): Function name no longer used.
19162 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
19163 (allout-isearch-rectification): isearch-mode always exists.
19164 Don't set allout-isearch-did-quit.
19165 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
19166 allout-isearch-did-quit.
19167 (allout-enwrap-isearch): Just add the hook.
19168 (allout-isearch-abort): Function deleted.
19169 (allout-pre-command-business): Avoid warning.
19170
19171 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
19172 Correctly avoid warnings.
19173 (pascal-outline): Likewise.
19174
19175 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
19176
19177 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
19178
19179 * play/tetris.el (tetris-mode): Avoid warning.
19180
19181 * play/snake.el (snake-mode): Avoid warning.
19182
19183 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
19184 (gamegrid-set-display-table): Avoid warning.
19185 (gamegrid-set-timer): Likewise.
19186 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
19187 (gamegrid-add-score-with-update-game-score-1): Take FILE
19188 as argument.
19189 (gamegrid-add-score-with-update-game-score): Pass that argument.
19190 Rename have-shared-game-dir to gamegrid-shared-game-dir.
19191
19192 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
19193
19194 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
19195 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
19196
19197 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
19198 and insert-file.
19199
19200 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
19201 (sc-ask): Avoid warnings.
19202
19203 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
19204 (eshell-hist-initialize): Use that var the natural way.
19205
19206 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
19207
19208 * emacs-lisp/re-builder.el (reb-cook-regexp):
19209 Avoid warning calling lre-compile-string.
19210 (reb-color-display-p): Avoid warning.
19211
19212 * calculator.el (calculator-last-input): Guard uses
19213 of event-key and key-press-event-p.
19214 (event-key, key-press-event-p): Delete definitions.
19215
19216 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
19217 (find-gc-source-directory, find-gc-subrs-callers)
19218 (find-gc-noreturn-list, find-gc-source-files)
19219 (find-gc-subrs-called): Vars renamed and defvar'd.
19220
19221 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
19222 (checkdoc-overlay-put, checkdoc-delete-overlay)
19223 (checkdoc-overlay-start, checkdoc-overlay-end)
19224 (checkdoc-mode-line-update, checkdoc-char=):
19225 Define such that compiler knows they are defined.
19226 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
19227 (checkdoc-read-event): Delete. Use read-event directly.
19228
19229 * whitespace.el (whitespace-make-overlay)
19230 (whitespace-overlay-put, whitespace-delete-overlay)
19231 (whitespace-overlay-start, whitespace-overlay-end):
19232 Define such that compiler knows they are defined.
19233 (whitespace): Move conditional inside.
19234
19235 * tempo.el (tempo-insert-template): Suppress warning.
19236
19237 * ediff-diff.el (longlines-mode): Add defvar.
19238
19239 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
19240
19241 * server.el: Bind "C-x #" in a way that works even if C-x is
19242 redefined to a command key, not a prefix key.
19243
19244 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
19245
19246 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
19247 cl-make-type-test till execution time.
19248
19249 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
19250
19251 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
19252 arg ARG and use it.
19253
19254 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
19255
19256 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
19257
19258 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
19259
19260 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
19261 a defcustom with two :set or :type keywords.
19262
19263 2005-07-15 Richard M. Stallman <rms@gnu.org>
19264
19265 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19266 Don't give ^M comment-end syntax.
19267
19268 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
19269
19270 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
19271 Don't consider gdbmi (gdb-mi.el has its own update functions).
19272 (gdb-var-delete): Make it work for gdbmi as well.
19273 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
19274
19275 * progmodes/gud.el (etags, sdb): Only require etags when needed.
19276 (gud-speedbar-menu-items): Correct logic for enabling items.
19277
19278 2005-07-15 Kim F. Storm <storm@cua.dk>
19279
19280 * ido.el: Fix commentary.
19281 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
19282 Use with-no-warnings around ffap-guesser.
19283 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
19284 Let bind minibuffer-completing-file-name to t.
19285
19286 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
19287
19288 * startup.el (site-run-file, keyboard-type): Doc fixes.
19289 (command-line): Check for "--basic-display" argument; also for
19290 "--quick", not "--bare-bones" (which was renamed).
19291 (fancy-splash-text): Add missing item "Getting New Versions".
19292 (normal-splash-screen): Fix typos and improve consistency with
19293 `fancy-splash-text'. Update copyright year.
19294
19295 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
19296 valid binding for `help-char'.
19297
19298 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
19299
19300 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
19301
19302 * term.el (term-mode): Disable cua-mode for term buffers.
19303
19304 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
19305
19306 * add-log.el (add-log-mailing-address, change-log-merge):
19307 Doc fixes.
19308 (change-log-get-method-definition): Fix typo in docstring.
19309
19310 2005-07-14 Kim F. Storm <storm@cua.dk>
19311
19312 * emulation/cua-base.el:
19313 (cua--pre-command-handler-1, cua--pre-command-handler)
19314 (cua--post-command-handler-1, cua--post-command-handler):
19315 Split in two. Check (buffer local) value of cua-mode.
19316 (cua-selection-mode): New command.
19317
19318 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
19319
19320 * custom.el (custom-initialize-safe-set)
19321 (custom-initialize-safe-default): Doc fixes.
19322
19323 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
19324 and simplify :init-value again.
19325
19326 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
19327 and simplify :init-value again. Delete autoload.
19328
19329 * startup.el (command-line): Use `custom-reevaluate-setting' again
19330 for tooltip-mode.
19331
19332 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
19333 a defcustom with two :initialize keywords.
19334
19335 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
19336
19337 * allout.el (my-mark-marker, allout-isearch-prior-pos)
19338 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
19339 (allout-post-command-business, allout-flag-region)
19340 (isearch-reenable-font-lock, allout-yank)
19341 (allout-insert-latex-header, allout-insert-latex-trailer)
19342 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
19343 (allout-latex-verb-quote): Fix typos in docstrings.
19344 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
19345 (allout-unprotected, allout-prefix-data):
19346 Improve argument/docstring consistency.
19347 (allout-chart-subtree): Fix argument spec.
19348 (allout-open-topic): Rename `use_sib_bullet' argument to
19349 `use-sib-bullet'. Doc fix.
19350
19351 * whitespace.el (whitespace-check-buffer-leading)
19352 (whitespace-check-buffer-trailing)
19353 (whitespace-check-buffer-indent)
19354 (whitespace-check-buffer-spacetab)
19355 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
19356 (whitespace-check-leading-whitespace)
19357 (whitespace-check-trailing-whitespace)
19358 (whitespace-check-spacetab-whitespace)
19359 (whitespace-check-indent-whitespace)
19360 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
19361 (whitespace-modes): Fix typos in docstrings.
19362 (defgroup, defcustom): Doc fixes.
19363
19364 * winner.el (winner-mode, winner-boring-buffers)
19365 (winner-pending-undo-ring): Doc fixes.
19366 (winner-ring): Remove unneeded `progn'.
19367 (winner-equal): `defsubst' it.
19368 (winner-redo): Fix message.
19369
19370 2005-07-13 Kim F. Storm <storm@cua.dk>
19371
19372 * simple.el (line-move-1): Always use vertical-motion to
19373 do the last (or only) line move to ensure some movement.
19374 Undo 2005-06-23 change--don't check for overlays.
19375
19376 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19377
19378 * term/mac-win.el (ccl-encode-mac-roman-font)
19379 (ccl-encode-mac-centraleurroman-font)
19380 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
19381 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
19382 Change charset-id boundary of dimension to ?\xef.
19383 (mac-char-fontspec-list): New constant.
19384 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
19385 argument. Nil uses itself as family in font-spec. Previous
19386 behavior for nil is now provided by non-nil non-string argument.
19387 All callers changed. Add font-specs for Mac fonts to
19388 "fontset-default" unless iso8859-1 fonts are installed.
19389
19390 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
19391
19392 * progmodes/sh-script.el (sh-get-indent-info): Only indent
19393 a continuation line if the \ is preceded by SPC or TAB.
19394 (sh-get-indent-info): Simplify.
19395 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
19396 Use with-current-buffer.
19397
19398 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
19399 when the matched text is empty.
19400
19401 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
19402
19403 * startup.el (command-line): Revert to previous handling of
19404 tooltip-mode. Explain in comment why the complexity is needed.
19405
19406 * tooltip.el (tooltip-mode): Revert to previous implementation of
19407 its defcustom.
19408
19409 * frame.el (blink-cursor-mode): Revert to previous implementation
19410 of its defcustom. Update comment.
19411
19412 2005-07-12 Lars Hansen <larsh@soem.dk>
19413
19414 * desktop.el: Update e-mail address.
19415
19416 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19417
19418 * term/mac-win.el (mac-services-mail-selection)
19419 (mac-services-mail-to): New functions.
19420 (mac-application-menu-map): Bind them.
19421
19422 2005-07-12 wulei <milton@wulei.net> (tiny change)
19423
19424 * progmodes/gdb-ui.el: Add note about buffering with Windows.
19425
19426 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
19427
19428 * custom.el (custom-reevaluate-setting): Doc fix.
19429
19430 2005-07-11 Jay Belanger <belanger@truman.edu>
19431
19432 * calc/calc.el (calc-embedded-announce-formula-alist)
19433 (calc-embedded-open-close-plain-alist)
19434 (calc-embedded-open-close-mode-alist): Add checks for additional
19435 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
19436
19437 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
19438
19439 * custom.el (custom-enable-theme): Don't add theme to
19440 `custom-enabled-themes' with `push' because there is no
19441 setf-method for `delq'.
19442
19443 2005-07-11 Richard M. Stallman <rms@gnu.org>
19444
19445 * custom.el (custom-declare-variable): Doc fix.
19446
19447 * dired-aux.el (dired-compare-directories): Remove "." and ".."
19448 from the alists.
19449
19450 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
19451 Do nothing if edebug-active.
19452
19453 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
19454 (edebug-display): Do it here instead.
19455
19456 2005-07-10 Richard M. Stallman <rms@gnu.org>
19457
19458 * cus-face.el (custom-theme-set-faces): Make it work.
19459 (custom-reset-faces): Doc fix.
19460 (custom-theme-reset-internal-face, custom-theme-face-value):
19461 Functions deleted.
19462
19463 * custom.el (custom-push-theme): Maintain list of the settings
19464 of a given theme in its theme-settings property.
19465 Maintain position of old settings in the theme-value
19466 or theme-face property.
19467 (custom-enabled-themes): New variable.
19468 (custom-theme-enabled-p): New function.
19469 (provide-theme): Update custom-enabled-themes.
19470 Disable and reenable the `user' theme.
19471 (require-theme): Doc fix.
19472 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
19473 (custom-theme-value, custom-theme-variable-value): Likewise.
19474 (custom-theme-reset-internal): Likewise.
19475 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
19476 (custom-enable-theme, custom-disable-theme): New functions.
19477 (custom-variable-theme-value, custom-face-theme-value): Likewise.
19478 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
19479 (custom-theme-reset-variables): Simplify.
19480 (deftheme, custom-declare-theme, custom-make-theme-feature):
19481 Definitions moved.
19482
19483 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
19484
19485 * longlines.el (longlines-show-region)
19486 (longlines-unshow-hard-newlines): Recognize hard newlines by
19487 non-nil hard property, instead of t.
19488
19489 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
19490
19491 * viper-cmd.el (viper--key-maps): New variable.
19492 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
19493 emulation-mode-map-alists.
19494 (viper-envelop-ESC-key): Use viper-subseq.
19495 (viper-search-forward/backward/next): Disable debug-on-error.
19496
19497 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
19498 (viper-ESC-key): New defcustoms.
19499
19500 * viper-macs.el (ex-map-read-args): Use viper-subseq.
19501
19502 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
19503 (viper-subseq): Copy of subseq from cl.el.
19504
19505 * viper.el (viper-go-away, viper-set-hooks): Use
19506 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
19507
19508 * viper-mous.el (viper-current-frame-saved): Use defvar.
19509
19510 * viper-init.el: Get rid of -face in face names.
19511
19512 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
19513 Make it work with longlines mode
19514
19515 * ediff-mult.el (ediff-meta-mode-hook): New variable.
19516
19517 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
19518
19519 * ediff-init.el: Get rid of -face in face names.
19520
19521 2005-07-10 Richard M. Stallman <rms@gnu.org>
19522
19523 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
19524 and with-timeout-unsuspend.
19525
19526 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
19527 and with-timeout-unsuspend.
19528
19529 * emacs-lisp/timer.el (with-timeout-timers): New variable.
19530 (with-timeout): Bind that variable to record timers.
19531 (with-timeout-suspend, with-timeout-unsuspend): New functions.
19532
19533 * emacs-lisp/debug.el (debug-help-follow): New function.
19534 (debugger-mode-map): Use that instead of help-follow.
19535 (debugger-setup-buffer): Use eval-buffer-list
19536 to handle eval-buffer frames.
19537
19538 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
19539
19540 * timezone.el (timezone-parse-date): Change first regexp
19541 so it will not mistakenly match dates with no time zone.
19542
19543 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
19544
19545 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
19546
19547 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
19548
19549 * custom.el (custom-initialize-safe-set)
19550 (custom-initialize-safe-default): New functions.
19551
19552 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
19553 and simplify :init-value.
19554
19555 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
19556 and simplify :init-value. Delete obsolete comment.
19557
19558 * startup.el (command-line): Use `custom-reevaluate-setting' to
19559 handle `tooltip-mode'. Delete obsolete comment.
19560
19561 * files.el (set-visited-file-name): Avoid calling
19562 `file-name-nondirectory' with a nil argument.
19563
19564 2005-07-09 Richard M. Stallman <rms@gnu.org>
19565
19566 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
19567 was called with nil for the buffer, handle the read position right.
19568 Handle read position for eval-region, too.
19569
19570 2005-07-09 Juri Linkov <juri@jurta.org>
19571
19572 * fringe.el (fringe-mode): Add period in docstring.
19573 (fringe-query-style): Build prompt depending on `all-frames' arg.
19574
19575 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
19576 to not create links to unrelated functions in the Help buffer.
19577
19578 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
19579 Doc fix.
19580
19581 * simple.el (next-error-hook): New variable.
19582 (next-error): Use it. Doc fix.
19583
19584 * textmodes/ispell.el (ispell-command-loop): Add current
19585 dictionary name and program name to mode-line-format.
19586 (ispell-region, ispell-process-line): Add current dictionary name
19587 and program name to messages.
19588
19589 2005-07-08 Jay Belanger <belanger@truman.edu>
19590
19591 * calc/calc.el (calc-embedded-announce-formula-alist)
19592 (calc-embedded-open-close-formula-alist)
19593 (calc-embedded-open-close-word-alist)
19594 (calc-embedded-open-close-plain-alist)
19595 (calc-embedded-open-close-new-formula-alist)
19596 (calc-embedded-open-close-mode-alist)
19597 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
19598 (calc-embedded-mode-hook): New variables.
19599
19600 * calc/calc-embed.el (calc-embedded-firsttime)
19601 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
19602 New variables.
19603 (calc-do-embedded): Use calc-embedded-firsttime,
19604 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
19605 determine whether or not to run hooks.
19606 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
19607 calc-embedded-firsttime-formula appropriately.
19608 Set calc-embedded delimiter variables according to mode.
19609
19610 2005-07-08 Richard M. Stallman <rms@gnu.org>
19611
19612 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
19613 Check for "emacs", etc., as entire symbol, not just as word.
19614 (checkdoc-file-comments-engine): Use regexp-quote on FN.
19615
19616 * files.el (set-visited-file-name): Report the error
19617 for "empty filename" earlier.
19618 (kill-some-buffers): Ignore buffers already dead.
19619
19620 * fringe.el (fringe-mode): Doc fix.
19621
19622 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
19623 Check for (featurep 'xemacs) and turn off warnings in what it guards.
19624 Use unwind-protect to ensure byte-compile-unresolved-functions
19625 is updated.
19626
19627 * whitespace.el (whitespace-buffer-leading-cleanup):
19628 Simplify w/ skip-chars-forward.
19629 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
19630
19631 * mail/rmail.el (rmail-only-expunge): Fix paren error.
19632 Unconditionally try to leave point at the same old place.
19633
19634 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
19635
19636 * comint.el (comint-postoutput-scroll-to-bottom)
19637 (comint-show-maximum-output): Take scroll-margin into consideration.
19638
19639 2005-07-08 Kim F. Storm <storm@cua.dk>
19640
19641 * ido.el (ido-use-filename-at-point): New choice `guess'.
19642 (ido-file-internal): Try ffap-guesser if selected.
19643
19644 * ido.el (ido-before-fallback-functions): New hook.
19645 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
19646 (ido-read-file-name): Run it.
19647
19648 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
19649
19650 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
19651 strings rather than a list of symbols to the completion function.
19652
19653 2005-07-07 Jay Belanger <belanger@truman.edu>
19654
19655 * calc/calc-units.el (math-apply-units): Change the places in
19656 which units are simplified.
19657
19658 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
19659
19660 * cus-edit.el (customize-option, customize-option-other-window):
19661 Make them handle aliases.
19662
19663 * custom.el (custom-variable-p): Make it recursively follow
19664 aliases. Mention that in the docstring.
19665
19666 2005-07-07 Richard M. Stallman <rms@gnu.org>
19667
19668 * cus-start.el (exec-path): Use `directory' instead of `file'.
19669 Fix tag for nil.
19670
19671 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
19672
19673 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
19674 when called non-interactively. Doc fix.
19675
19676 2005-07-07 Lute Kamstra <lute@gnu.org>
19677
19678 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
19679 new address as well.
19680
19681 2005-07-07 Kenichi Handa <handa@m17n.org>
19682
19683 * international/mule.el (make-coding-system):
19684 Describe `ascii-incompatible' property in the docstring.
19685 (set-file-name-coding-system): Signal an error if coding-system is
19686 ascii-incompatible.
19687 (set-keyboard-coding-system): Likewise.
19688
19689 * international/mule-cmds.el (set-default-coding-systems):
19690 Don't set default-file-name-coding-system and
19691 default-keyboard-coding-system if coding-system is ASCII-incompatible.
19692
19693 * international/utf-16.el: Declare that all UTF-16-based coding
19694 systems are ASCII-incompatible.
19695
19696 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
19697
19698 * progmodes/gud.el: Require font-lock for displaying errors.
19699 Used by gdb-ui.el.
19700
19701 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
19702
19703 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
19704 values for the pattern lists which are `read'able but not
19705 `append'able (like symbols).
19706
19707 2005-07-06 Richard M. Stallman <rms@gnu.org>
19708
19709 * progmodes/flymake.el (flymake-float-time): Instead of
19710 with-no-warnings, test for xemacs.
19711 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
19712 to avoid warning.
19713
19714 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
19715
19716 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
19717
19718 2005-07-05 Lute Kamstra <lute@gnu.org>
19719
19720 * battery.el: Add support for Darwin (with much debugging help
19721 from Samuel Lauber <sam124@operamail.com>).
19722 (battery-status-function, battery-echo-area-format)
19723 (battery-mode-line-format): Add support for pmset on Darwin.
19724 (battery-load-low, battery-load-critical): New user options.
19725 (battery-pmset): New function.
19726
19727 2005-07-05 Lute Kamstra <lute@gnu.org>
19728
19729 Update FSF's address in GPL notices.
19730
19731 * textmodes/page-ext.el: Update FSF's address.
19732
19733 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19734
19735 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
19736 filling from using prefix when filling a single-line docstring.
19737
19738 * progmodes/flymake.el: Remove useless eval-when-compile.
19739
19740 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
19741
19742 2005-07-04 Richard M. Stallman <rms@gnu.org>
19743
19744 * textmodes/org.el (org-file-apps-defaults-gnu):
19745 Rename from org-file-apps-defaults-linux.
19746 (org-default-apps): Don't test system-type for `linux'.
19747 (org-file-apps): Doc fix.
19748
19749 2005-07-04 David Ponce <david@dponce.com>
19750
19751 * tree-widget.el: Improve header Commentary section.
19752 (tree-widget) [defgroup]
19753 (tree-widget-image-enable, tree-widget-themes-directory)
19754 (tree-widget-theme, tree-widget-image-properties-emacs)
19755 (tree-widget-image-properties-xemacs, tree-widget-create-image)
19756 (tree-widget-image-formats, tree-widget-control)
19757 (tree-widget-empty-control, tree-widget-leaf-control
19758 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
19759 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
19760 (tree-widget-keep, tree-widget-after-toggle-functions)
19761 (tree-widget-open-node, tree-widget-close-node): Doc fix.
19762 (tree-widget-open-control, tree-widget-close-control): Fix doc and
19763 :help-echo message.
19764 (tree-widget-set-theme): Doc fix. Use `string-equal'.
19765 (tree-widget-image-properties): Doc fix. Clearer implementation.
19766 (tree-widget--cursors): New constant.
19767 (tree-widget-lookup-image): New function split from
19768 `tree-widget-find-image'. Clearer implementation.
19769 (tree-widget-find-image): Use it.
19770 (tree-widget-button-keymap): Use `set-keymap-parent'.
19771 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
19772 Define the sub-widgets here.
19773 (tree-widget-node): Check that :node is not a tree-widget.
19774 (tree-widget-get-super, tree-widget-open-control)
19775 (tree-widget-close-control, tree-widget-empty-control)
19776 (tree-widget-leaf-control, tree-widget-guide)
19777 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
19778 (tree-widget-no-handle, tree-widget-value-delete)
19779 (tree-widget-map): Remove.
19780 (tree-widget-children-value-save): Doc fix. Simplified.
19781 (tree-widget-value-create): Update according to previous changes.
19782
19783 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
19784
19785 * textmodes/org.el: Leading space replaced by TABS.
19786 (org-recalc-marks, org-table-rotate-recalc-marks)
19787 (org-table-get-specials): Treat "^" and "_" marks.
19788 (org-table-justify-field-maybe): Optional argument NEW.
19789 (org-table-eval-formula): Parsing of the format simplified.
19790 New modes C,I. Honor the %= parameter in the current table.
19791 Avoid unnecessary re-align by using the NEW argument to
19792 `org-table-justify-field-maybe'.
19793 (org-calc-default-modes): Default for date-format mimicks org-mode.
19794 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
19795
19796 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
19797
19798 * cus-face.el (custom-theme-set-faces): Make it handle face
19799 aliases whose alias declarations are pre- or autoloaded.
19800
19801 2005-07-04 Juri Linkov <juri@jurta.org>
19802
19803 * faces.el (read-face-name): Put the code for getting a face name
19804 from the buffer before adding the faces from the `face' property.
19805 Use `completing-read-multiple' instead of `completing-read'.
19806 Require `crm'. Add default value and post-process the returned
19807 list of faces.
19808
19809 * emacs-lisp/crm.el (crm-find-current-element)
19810 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
19811
19812 * emacs-lisp/lisp-mode.el (eval-defun-1):
19813 * emacs-lisp/edebug.el (edebug-eval-defun):
19814 Remove unnecessary quotes.
19815
19816 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
19817
19818 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
19819 (prolog-indent-level): Fix typo in docstring.
19820
19821 * info.el (Info-history, Info-history-forward)
19822 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
19823
19824 * add-log.el (add-change-log-entry):
19825 * comint.el (comint-dynamic-list-input-ring)
19826 (comint-dynamic-list-completions):
19827 * dabbrev.el (dabbrev-expand):
19828 * delim-col.el (delimit-columns-rectangle-line):
19829 * diff-mode.el (diff-context->unified, diff-reverse-direction)
19830 (diff-unified->context):
19831 * ediff-init.el (ediff-abbrev-jobname):
19832 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
19833 (ediff-replace-session-activity-marker-in-meta-buffer):
19834 * info.el (Info-summary):
19835 * lpr.el (printify-region):
19836 * printing.el (pr-create-interface):
19837 * ps-print.el (ps-print-quote):
19838 * ses.el (ses-column-widths, ses-print-cell)
19839 (ses-adjust-print-width, ses-center):
19840 * shell.el (shell-file-name-quote-list):
19841 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
19842 (strokes-fill-current-buffer-with-whitespace)
19843 (strokes-xpm-for-stroke, strokes-list-strokes)
19844 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
19845 * term.el (term-dynamic-list-input-ring)
19846 (term-dynamic-list-completions):
19847 * calc/calc.el (math-format-stack-value):
19848 * emacs-lisp/edebug.el (edebug-display-freq-count):
19849 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
19850 (delphi-new-comment-line):
19851 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
19852 * progmodes/executable.el (executable-set-magic):
19853 * progmodes/python.el (inferior-python-mode):
19854 * progmodes/scheme.el (scheme-mode-syntax-table):
19855 * progmodes/sh-script.el (sh-maybe-here-document):
19856 * progmodes/sql.el (sql-copy-column):
19857 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
19858 * textmodes/bibtex.el (bibtex-mode):
19859 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
19860 (sgml-auto-attributes):
19861 * textmodes/table.el (table-insert, table-shorten-cell)
19862 (table--generate-source-scan-lines, table-delete-row)
19863 (*table--cell-delete-char, table--spacify-frame)
19864 (table--horizontally-shift-above-and-below)
19865 (table--cell-insert-char, table--cell-blank-str)
19866 (table--fill-region-strictly):
19867 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
19868 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
19869
19870 * add-log.el (change-log):
19871 * apropos.el (apropos):
19872 * comint.el (comint-completion, comint-source):
19873 * dabbrev.el (dabbrev):
19874 * delim-col.el (columns):
19875 * diff-mode.el (diff-mode):
19876 * ediff.el (ediff):
19877 * ediff-diff.el (ediff-diff):
19878 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
19879 * ediff-mult.el (ediff-mult):
19880 * ediff-ptch.el (ediff-ptch):
19881 * ediff-wind.el (ediff-window):
19882 * facemenu.el (facemenu):
19883 * indent.el (indent):
19884 * info.el (info):
19885 * jka-cmpr-hook.el (compression, jka-compr):
19886 * lpr.el (lpr):
19887 * outline.el (outlines):
19888 * pcmpl-cvs.el (pcmpl-cvs):
19889 * pcmpl-rpm.el (pcmpl-rpm):
19890 * printing.el (printing):
19891 * ps-print.el (postscript, ps-print, ps-print-horizontal)
19892 (ps-print-vertical, ps-print-headers, ps-print-font)
19893 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
19894 (ps-print-background, ps-print-printer, ps-print-page)
19895 (ps-print-miscellany):
19896 * ses.el (ses):
19897 * shell.el (shell, shell-directories, shell-faces):
19898 * startup.el (initialization):
19899 * strokes.el (strokes):
19900 * term.el (term):
19901 * uniquify.el (uniquify):
19902 * w32-vars.el (w32):
19903 * calc/calc.el (calc):
19904 * emacs-lisp/bytecomp.el (bytecomp):
19905 * emacs-lisp/cl-indent.el (lisp-indent):
19906 * emacs-lisp/edebug.el (edebug):
19907 * emacs-lisp/elp.el (elp):
19908 * emacs-lisp/testcover.el (testcover):
19909 * emacs-lisp/trace.el (trace):
19910 * emulation/viper-ex.el (viper-ex):
19911 * emulation/viper-mous.el (viper-mouse):
19912 * mail/mailalias.el (mailalias):
19913 * mail/supercite.el (supercite, supercite-frames)
19914 (supercite-attr, supercite-cite, supercite-hooks):
19915 * net/rcompile.el (remote-compile):
19916 * net/rlogin.el (rlogin):
19917 * obsolete/ooutline.el (outlines):
19918 * progmodes/delphi.el (delphi):
19919 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
19920 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
19921 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
19922 (ebnf-optimization):
19923 * progmodes/etags.el (etags):
19924 * progmodes/executable.el (executable):
19925 * progmodes/idlwave.el (idlwave):
19926 * progmodes/pascal.el (pascal):
19927 * progmodes/prolog.el (prolog):
19928 * progmodes/python.el (python):
19929 * progmodes/scheme.el (scheme):
19930 * progmodes/sh-script.el (sh, sh-script):
19931 * progmodes/sql.el (SQL):
19932 * progmodes/tcl.el (tcl):
19933 * textmodes/bibtex.el (bibtex, bibtex-autokey):
19934 * textmodes/enriched.el (enriched):
19935 * textmodes/makeinfo.el (makeinfo):
19936 * textmodes/sgml-mode.el (sgml):
19937 * textmodes/table.el (table-hooks):
19938 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
19939 * textmodes/texinfo.el (texinfo):
19940 * textmodes/two-column.el (two-column):
19941 Finish `defgroup' description with period.
19942
19943 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
19944 * eshell/esh-var.el (eshell-var):
19945 * progmodes/vhdl-mode.el (vhdl-testbench):
19946 * textmodes/org.el (org): Fix typos in docstrings.
19947
19948 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
19949 consistency.
19950
19951 * progmodes/flymake.el (flymake-find-file): Remove.
19952 (flymake-float-time): Use `with-no-warnings'.
19953 (flymake-check-start-time, flymake-check-was-interrupted)
19954 (flymake-err-info, flymake-is-running, flymake-last-change-time)
19955 (flymake-new-err-info): `defvar' at compile time.
19956
19957 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
19958
19959 * replace.el (occur-hook): Doc fix.
19960 (occur-1): Don't call `occur-hook' if there are no matches.
19961
19962 2005-07-03 Richard M. Stallman <rms@gnu.org>
19963
19964 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
19965 global-map, save the same map.
19966 (global-map): Don't alter it at top level.
19967 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
19968 Then alter it here instead.
19969 (tpu-edt-off): Set global-map to the saved one.
19970
19971 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
19972 All references simplified.
19973 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
19974 (zmacs-regions): Add defvar.
19975 (repeat-complex-command-map): Everything about that deleted.
19976
19977 * textmodes/artist.el (artist-key-is-drawing)
19978 (artist-key-endpoint1, artist-key-poly-point-list)
19979 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
19980 (artist-key-compl-table, artist-rb-save-data)
19981 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
19982 Don't put them in eval-when-compile.
19983 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
19984
19985 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
19986 Use with-no-warnings.
19987
19988 * net/browse-url.el (dos-windows-version): Add defvar.
19989
19990 * mail/supercite.el (filladapt-prefix-table): Add defvar.
19991
19992 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
19993 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
19994 (rmail-new-summary-line-count): Rename from new-summary-line-count.
19995 Add defvar.
19996 (rmail-summary-beginning-of-message): Use with-no-warnings.
19997 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
19998
19999 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
20000 Use with-no-warnings.
20001
20002 * emulation/vi.el (vi-mark-region): Use c-mark-function.
20003 (c-mark-function): Add point-moving-unit property.
20004 (vi-goto-line): Use with-no-warnings.
20005
20006 * emulation/edt.el (edt-last-copied-word): Add defvar.
20007 (zmacs-region-stays): Likewise.
20008 (edt-mark-section-wisely): Use c-mark-function for C.
20009 Use makr-defun for Fortran.
20010 (time-string): defvar deleted.
20011 (edt-display-the-time): Don't set time-string.
20012
20013 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
20014
20015 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
20016 Don't warn when name is not constant
20017 or for defining the group `emacs'.
20018
20019 * tooltip.el (gud-tooltip-mode): Add defvar.
20020
20021 * startup.el (default-frame-background-mode): Add defvar.
20022
20023 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
20024
20025 * info.el (tool-bar-map): Add defvar.
20026
20027 * dired.el (dnd-protocol-alist): Add defvar.
20028
20029 * dired-aux.el (dired-query): Display question with answer, when
20030 the user answers.
20031
20032 * custom.el (custom-add-option): Doc fix.
20033
20034 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
20035
20036 2005-07-03 Eli Zaretskii <eliz@gnu.org>
20037
20038 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
20039 bogus name from the last change.
20040
20041 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
20042
20043 * custom.el (custom-declare-variable): Fix typos in comment.
20044 (custom-known-themes): Doc fix.
20045 (custom-theme-directory): New defcustom.
20046 (require-theme): Make it check `custom-theme-directory'.
20047
20048 * cus-theme.el (custom-new-theme-mode): New function.
20049 (custom-theme-name, custom-theme-variables, custom-theme-faces)
20050 (custom-theme-description): Add compiler defvars.
20051 (customize-create-theme): Add doc to the "*New Custom Theme*"
20052 buffer. Use `custom-new-theme-mode'.
20053 (custom-theme-write): Put the created buffer in emacs-lisp-mode
20054 and save it to the `custom-theme-directory'. Make this the
20055 default directory of the buffer.
20056
20057 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
20058
20059 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
20060 Fix unbalanced parentheses.
20061
20062 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
20063
20064 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
20065 into flymake-mode and delegate to flymake-mode.
20066
20067 * find-file.el (ff-which-function-are-we-in): Clean up.
20068
20069 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
20070
20071 * replace.el (occur-rename-buffer): Fix docstring.
20072
20073 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
20074 (edt-last-copied-word, edt-learn-macro-count)
20075 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
20076 (edt-rect-start-point, edt-user-global-map, rect-start-point)
20077 (time-string, zmacs-region-stays):
20078 * emulation/edt-mapper.el (edt-save-function-key-map)
20079 (EDT-key-name): `defvar' to silence the byte-compiler.
20080
20081 2005-07-02 Martin Rudalics <rudalics@gmx.at>
20082
20083 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
20084 font-lock-regexp-backslash. Doc fix.
20085 (font-lock-regexp-backslash-grouping-construct): Rename from
20086 font-lock-regexp-backslash-construct. Doc fix.
20087 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
20088 grouping constructs.
20089
20090 2005-07-02 Eli Zaretskii <eliz@gnu.org>
20091
20092 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
20093 updating all the prerequisites.
20094
20095 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
20096
20097 * textmodes/org.el (org-agenda-start-on-weekday)
20098 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
20099 (org-agenda-use-time-grid, org-archive-location)
20100 (org-allow-space-in-links, org-usenet-links-prefer-google)
20101 (org-enable-table-editor, org-export-default-language)
20102 (org-export-html-show-new-buffer, org-fill-paragraph)
20103 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
20104 (org-goto-quit, org-occur, org-eval-in-calendar)
20105 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
20106 (org-agenda-diary-entry, org-remember-help)
20107 (org-table-convert-region, org-at-table-p)
20108 (org-table-move-row-down, org-table-move-row-up)
20109 (org-table-copy-region, org-table-toggle-vline-visibility)
20110 (org-table-get-stored-formulas, org-table-get-specials)
20111 (org-recalc-commands, org-table-eval-formula)
20112 (org-table-formula-substitute-names, orgtbl-make-binding)
20113 (org-format-org-table-html, org-format-table-table-html)
20114 (org-format-table-table-html-using-table-generate-source)
20115 (org-customize): Fix typos in docstrings.
20116 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
20117 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
20118 (org-back-to-heading): Doc fixes.
20119 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
20120 (org-agenda-change-all-lines, org-get-header):
20121 Improve argument/docstring consistency.
20122 (orgtbl-error): Fix error message.
20123
20124 * progmodes/flymake.el (flymake-find-possible-master-files)
20125 (flymake-master-file-compare, flymake-get-line-err-count)
20126 (flymake-highlight-line, flymake-gui-warnings-enabled):
20127 Fix typos in docstrings.
20128 (flymake-parse-line, flymake-get-project-include-dirs-function)
20129 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
20130 Doc fixes.
20131 (flymake-get-project-include-dirs-function)
20132 (flymake-make-err-menu-data):
20133 Improve argument/docstring consistency.
20134
20135 2005-07-01 Lute Kamstra <lute@gnu.org>
20136
20137 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
20138 Catch errors with ignore-errors. Use temporary buffer.
20139 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
20140
20141 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
20142 background color faces.
20143 (facemenu-set-foreground, facemenu-set-background):
20144 Use facemenu-set-face-from-menu.
20145 (facemenu-set-face-from-menu): Treat face names that start with
20146 "fg:" or "bg:" as special.
20147 (facemenu-add-new-color): Don't create faces. Simplify.
20148
20149 2005-06-30 Richard M. Stallman <rms@gnu.org>
20150
20151 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
20152 (crm-find-current-element): Likewise.
20153
20154 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
20155
20156 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
20157
20158 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
20159
20160 * arc-mode.el (archive-extract): Make it work as a mouse binding.
20161 (archive-mouse-extract): Make it an obsolete alias.
20162 (archive-mode-map): Don't use archive-mouse-extract any more.
20163 (archive-mode, archive-extract): write-contents-hooks ->
20164 write-contents-functions.
20165 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
20166 first arg.
20167 (archive-rename-entry): Update the call.
20168 (archive-zip-summarize): Remove unused var `method'.
20169 (archive-lzh-summarize): Remove unused var `creator'.
20170
20171 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
20172 dedicated frame upon exit.
20173
20174 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
20175 (archive-zip-extract, archive-zip-expunge)
20176 (archive-zip-update, archive-zip-update-case): Use executable-find.
20177 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
20178 Use restore-buffer-modified-p.
20179 (archive-extract, archive-add-new-member, archive-write-file-member):
20180 Use with-current-buffer.
20181 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
20182
20183 2005-06-30 Andreas Schwab <schwab@suse.de>
20184
20185 * progmodes/gud.el (gud-filter): Remove unneeded progn.
20186
20187 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
20188
20189 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
20190
20191 2005-06-30 Juri Linkov <juri@jurta.org>
20192
20193 * faces.el (vertical-border): Inherit from mode-line-inactive
20194 only on tty.
20195
20196 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
20197
20198 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
20199 example, -NLINES in the `occur' docstring).
20200
20201 * replace.el (occur-1): When no matches are found, do not set the
20202 `buffer-read-only' and modified flags for the occur buffer,
20203 because it is deleted.
20204
20205 * emulation/cua-base.el (cua-check-pending-input)
20206 (cua-repeat-replace-region, cua-mode, cua-debug)
20207 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
20208 Fix typos in docstrings.
20209
20210 * emulation/cua-gmrk.el (cua-toggle-global-mark)
20211 (cua-cut-region-to-global-mark)
20212 (cua--cut-rectangle-to-global-mark):
20213 Remove period from end of messages.
20214
20215 * emulation/cua-rect.el (cua-do-rectangle-padding):
20216 Remove period from end of messages.
20217 (cua--rectangle-seq-format): Fix typo in docstring.
20218 (cua-sequence-rectangle, cua-fill-char-rectangle):
20219 Improve argument/docstring consistency.
20220
20221 2005-06-29 Juri Linkov <juri@jurta.org>
20222
20223 * faces.el (default-frame-background-mode): New internal variable.
20224 (frame-set-background-mode): Use it.
20225
20226 * startup.el (normal-top-level): Set default-frame-background-mode
20227 instead of frame-background-mode. Before setting it, test for its
20228 nil value. Remove tests for frame-background-mode and frame
20229 parameter `reverse'. Add test for "unspecified-fg".
20230
20231 * term/xterm.el (xterm-rxvt-set-background-mode):
20232 * term/rxvt.el (rxvt-set-background-mode):
20233 Set default-frame-background-mode instead of frame-background-mode.
20234
20235 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
20236
20237 * simple.el (set-variable): Warn about obsolete user variables.
20238
20239 * imenu.el (imenu--completion-buffer):
20240 * mouse.el (mouse-buffer-menu-alist):
20241 * msb.el (msb-invisible-buffer-p):
20242 * calendar/diary-lib.el (diary-header-line-format):
20243 * emacs-lisp/pp.el (pp-buffer):
20244 * progmodes/cperl-mode.el (cperl-do-auto-fill):
20245 * textmodes/picture.el (picture-replace-match):
20246 Change space constants followed by a sexp to "?\s ".
20247
20248 * play/decipher.el (decipher-loop-with-breaks):
20249 * textmodes/texinfo.el (texinfo-insert-@item): Change space
20250 constants "protected" from end of line by a comment to "?\s".
20251
20252 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
20253
20254 * font-lock.el (save-buffer-state): Use `declare'.
20255
20256 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
20257 reset the syntax-table to cperl-mode-syntax-table.
20258 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
20259 "foo_print_bar" is not matched as a reserved keyword.
20260
20261 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
20262
20263 * textmodes/org.el (orgtbl-setup): New function, for delayed
20264 setup for the orgtbl commands.
20265 (org-calc-default-modes): New option.
20266 (orgtbl-make-binding): Use `defun' to get better help display.
20267 (org-diary): Call `org-compile-prefix-format'.
20268 (org-table-formula-substitute-names): New function.
20269 (org-agenda-day-view, org-agenda-week-view): New commands.
20270 (org-agenda-toggle-week-view): Command removed.
20271 (org-tbl-menu): Split off from org-org-menu.
20272 (org-mode): Move removal of outline-mode menus to here.
20273 (org-table-formula-debug): New option.
20274 (org-table-insert-row): Keep first field if just "#" or "*".
20275 (org-mode): Paragraph regexps fixed.
20276 (org-table-recalculate-regexp): New constant.
20277 (org-table-justify-field-maybe): Avoid replace if not necessary.
20278 (org-copy-special, org-cut-special): Use `call-interactively'.
20279 (org-table-copy-region): Take region from `interactive' call.
20280 (org-trim): Return string even if no match.
20281 (org-formula): New face.
20282 (org-set-font-lock-defaults): No longer highlight "FIXME".
20283 But highlight formula-related fields in table.
20284 (org-table-p): Use regexp, not fontification.
20285 (org-table-align): Handle white space at end of line.
20286 (org-table-formula-evaluate-inline): New option.
20287 (org-mode): Auto-wrapping in comment lines turned off.
20288 (org-table-copy-down): Evaluate only in copied field, not in
20289 destination.
20290 (org-table-current-formula): Variable removed.
20291 (org-table-store-formulas, org-table-get-stored-formulas)
20292 (org-table-modify-formulas, org-table-replace-in-formulas)
20293 (org-table-maybe-eval-formula): New functions.
20294 (org-table-get-formula): Modify to use stored formulas.
20295 (org-table-insert-column, org-table-delete-column)
20296 (org-table-move-column): Call `org-table-modify-formulas'.
20297 (org-complete): Add completion for keyword formulas.
20298 (orgtbl-mode): Pull orgtbl-mode-map to start of
20299 minor-mode-map-alist.
20300
20301 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
20302
20303 * progmodes/python.el (python-check): Require `compile' before
20304 modifying its variables.
20305
20306 * newcomment.el (comment-indent-default): Don't get fooled by an early
20307 end of buffer.
20308
20309 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20310
20311 * ps-print.el (ps-print-version): Fix version number.
20312
20313 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
20314
20315 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
20316
20317 2005-06-28 Richard M. Stallman <rms@gnu.org>
20318
20319 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
20320 (flyspell-local-mouse-map): Declaration deleted.
20321 (flyspell-mouse-map): Bind only mouse-2.
20322 (flyspell-mode-map): Don't test flyspell-use-local-map.
20323 (flyspell-overlay-keymap-property-name): Var deleted.
20324 (flyspell-mode-on): Don't make local bindings for
20325 flyspell-mouse-map and flyspell-mode-map.
20326 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
20327
20328 * textmodes/ispell.el (ispell-word): Do not ignore short words.
20329
20330 * progmodes/compile.el (compilation-next-error-function):
20331 Don't switch buffers; operate on the current buffer.
20332
20333 * progmodes/compile.el (compilation-error-file-name)
20334 (compilation-warning-file-name, compilation-info-file-name)
20335 (compilation-line-number, compilation-column-number): New faces.
20336 (compilation-error-face, compilation-warning-face)
20337 (compilation-info-face, compilation-line-face)
20338 (compilation-column-face): Use them.
20339
20340 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
20341
20342 * comint.el (comint-password-prompt-regexp): Accept ", try again".
20343
20344 * bindings.el (global-map): Bind insertchar and its variants.
20345
20346 2005-06-27 Richard M. Stallman <rms@gnu.org>
20347
20348 * textmodes/artist.el (artist-text-overwrite)
20349 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
20350
20351 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20352
20353 * ps-print.el: It was not working the page selection for printing.
20354 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
20355 (ps-print-version): New version 6.6.7.
20356 (ps-end-sheet): New fun.
20357 (ps-header-sheet, ps-end-job): Call it.
20358
20359 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
20360
20361 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
20362
20363 2005-06-27 Lute Kamstra <lute@gnu.org>
20364
20365 * facemenu.el (facemenu-unlisted-faces): Add foreground and
20366 background color faces.
20367 (facemenu-get-face): Delete function.
20368 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
20369 (facemenu-add-new-color): Make second argument mandatory.
20370 Create the appropriate face and return it. Simplify.
20371 (facemenu-set-foreground, facemenu-set-background): Don't check if
20372 color is defined. Use return value of facemenu-add-new-color.
20373
20374 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
20375
20376 * progmodes/gud.el (gud-filter): Add missing argument to
20377 with-selected-window.
20378
20379 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
20380
20381 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
20382 a :require to the defcustom.
20383
20384 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
20385 defcustoms corresponding to minor modes.
20386
20387 2005-06-26 David Ponce <david@dponce.com>
20388
20389 * recentf.el: Require tree-widget instead of wid-edit.
20390 (recentf-filename-handler): Fix widget :type.
20391 (recentf-cancel-dialog, recentf-open-more-files)
20392 (recentf-open-files-action): Doc fix.
20393 (recentf-dialog-goto-first): New function.
20394 (recentf-dialog-mode-map): Set parent keymap first.
20395 (recentf-dialog-mode): Define with define-derived-mode.
20396 Don't display continuation lines in dialogs.
20397 (recentf-edit-list): Rename from recentf-edit-selected-items.
20398 (recentf-edit-list-select): Rename from recentf-edit-list-action.
20399 Simplify.
20400 (recentf-edit-list-validate): New function.
20401 (recentf-edit-list): Update accordingly.
20402 (recentf-open-files-item-shift): Remove.
20403 (recentf-open-files-item): Convert menu elements into tree and
20404 link widgets. Don't create the widgets.
20405 (recentf-open-files): Update accordingly.
20406 (recentf-save-list): Untabify.
20407
20408 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
20409
20410 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
20411 (keep-lines): Add INTERACTIVE arg. Never delete lines only
20412 partially contained in the active region. Do not take active
20413 region into account when called from Lisp, unless INTERACTIVE arg
20414 is non-nil. Use `forward-line' instead of `beginning-of-line' to
20415 avoid trouble with fields. Make marker point nowhere when no
20416 longer used. Always return nil. Doc fix.
20417 (flush-lines): Add INTERACTIVE arg. Do not take active region
20418 into account when called from Lisp, unless INTERACTIVE arg is
20419 non-nil. Use `forward-line' instead of `beginning-of-line' to
20420 avoid trouble with fields. Make marker point nowhere when no
20421 longer used. Always return nil. Doc fix.
20422 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
20423 interchangeable. Do not take active region into account when
20424 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
20425 message in echo area when called from Lisp, unless INTERACTIVE arg
20426 is non-nil. Avoid saying "1 occurrences". Do not use markers.
20427 Return the number of matches. Doc fix.
20428 (occur): Doc fix.
20429 (perform-replace): Make comment follow double space convention for
20430 the sake of `outline-minor-mode'.
20431
20432 * faces.el (facep): Doc fix.
20433
20434 2005-06-25 Richard M. Stallman <rms@gnu.org>
20435
20436 * facemenu.el (facemenu-enable-faces-p): New function.
20437 (facemenu-background-menu, facemenu-foreground-menu)
20438 (facemenu-face-menu): Add menu-enable property.
20439
20440 * jka-compr.el (jka-compr-insert-file-contents):
20441 Special handling if cannot find the uncompression program.
20442
20443 * cus-face.el (custom-face-attributes): Add autoload.
20444
20445 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20446 Bind comment-indent-function locally.
20447
20448 * window.el (save-selected-window): Use save-current-buffer.
20449
20450 * subr.el (with-selected-window): Use save-current-buffer.
20451
20452 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
20453 and with-current-buffer.
20454
20455 2005-06-24 Richard M. Stallman <rms@gnu.org>
20456
20457 * simple.el (line-move-1): Fix previous change.
20458
20459 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
20460
20461 * replace.el (occur-1): Set `buffer-read-only' and the
20462 buffer-modified flag before running `occur-hook' to protect
20463 against unintentional buffer switches that can lead to data loss.
20464
20465 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
20466
20467 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
20468 (gud-gdb-marker-filter): Use font-lock-warning-face for any
20469 initial error.
20470
20471 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
20472 after fresh input.
20473 (gdb-var-create-handler): Put name of expression in quotes.
20474
20475 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
20476
20477 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
20478 elements of RING in order, and without bogus nil elements.
20479
20480 2005-06-23 Richard M. Stallman <rms@gnu.org>
20481
20482 * simple.el (set-variable): Args renamed; doc fix.
20483 (line-move-1): When there are overlays around, use vertical-motion.
20484
20485 * faces.el (escape-glyph): Use brown against light background.
20486 (nobreak-space): Rename from no-break-space.
20487 Fix previous change.
20488
20489 * dired-aux.el (dired-do-copy): Fix arg prompt.
20490
20491 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
20492
20493 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
20494
20495 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
20496 rather than "Distributor".
20497
20498 2005-06-23 Lute Kamstra <lute@gnu.org>
20499
20500 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
20501 (debug-on-entry): Use it. New interactive declaration that uses
20502 function-called-at-point.
20503
20504 2005-06-23 Kim F. Storm <storm@cua.dk>
20505
20506 * subr.el (save-match-data): Add comment about using evaporate arg
20507 to set-match-data.
20508
20509 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
20510
20511 * cus-edit.el (customize-face)
20512 (customize-face-other-window): Handle face aliases.
20513
20514 * faces.el (face-documentation, set-face-attribute)
20515 (face-spec-set): Handle face aliases.
20516
20517 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
20518
20519 * help-mode.el (help-make-xrefs): If a symbol representing a face
20520 name is not followed by the word "face", it could still be a
20521 function or variable name, so don't bypass other checks.
20522
20523 2005-06-22 Juri Linkov <juri@jurta.org>
20524
20525 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
20526 Replace aliased functions with calls where second arg `inherit' is t.
20527
20528 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
20529
20530 * progmodes/gdb-ui.el (gdb-error): New variable.
20531 (gdb-error): New function.
20532 (gdb-annotation-rules): Act on error-begin and error annotations.
20533 (gdb-concat-output): Use font-lock-warning-face for errors.
20534
20535 2005-06-22 Miles Bader <miles@gnu.org>
20536
20537 * bindings.el (propertized-buffer-identification): Use renamed
20538 `Buffer-menu-buffer' face.
20539
20540 * faces.el (vertical-border): Rename from `vertical-divider'.
20541 (escape-glyph): Change dark-background color back to `cyan'.
20542
20543 2005-06-21 Juri Linkov <juri@jurta.org>
20544
20545 * faces.el (face-user-default-spec): Try getting `customized-face'
20546 prior to `saved-face'.
20547 (frame-background-mode): Refill docstring.
20548
20549 * emacs-lisp/lisp-mode.el (eval-defun-1):
20550 * emacs-lisp/edebug.el (edebug-eval-defun):
20551 Set `saved-face' temporarily to nil before calling form.
20552 Set `customized-face' to the new spec after that.
20553
20554 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
20555
20556 * subr.el (1value, lambda, key-substitution-in-progress):
20557 Doc fixes.
20558
20559 * autoinsert.el (auto-insert-alist):
20560 * ses.el (ses-call-printer):
20561 * subr.el (noreturn):
20562 * emacs-lisp/lisp.el (check-parens):
20563 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
20564 * net/browse-url.el (browse-url-mosaic):
20565 * progmodes/cc-defs.el (c-safe-scan-lists):
20566 * progmodes/ebnf-abn.el (ebnf-abn-lex):
20567 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
20568 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
20569 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
20570 * progmodes/ebnf-iso.el (ebnf-iso-lex):
20571 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
20572
20573 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
20574
20575 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
20576
20577 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
20578
20579 * calendar/appt.el (appt-make-list): Activate the package, if
20580 not already active (for backwards compatibility).
20581
20582 2005-06-20 Kim F. Storm <storm@cua.dk>
20583
20584 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
20585
20586 2005-06-20 Miles Bader <miles@gnu.org>
20587
20588 * faces.el (vertical-divider): New face.
20589
20590 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
20591
20592 * simple.el (kill-whole-line): Doc fix.
20593 (next-error-buffer-p, next-error-find-buffer)
20594 (clone-indirect-buffer): Fix typos in docstrings.
20595 (comment-line-break-function): Doc fix: don't say variable
20596 is automatically buffer-local (it isn't).
20597
20598 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
20599
20600 * net/tramp-ftp.el (top):
20601 * net/tramp-smb.el (top):
20602 * net/tramp-util.el (top):
20603 * net/tramp-uu.el (top):
20604 * net/tramp-vc.el (top):
20605 * net/tramp.el (top): Revert copyright years back to original
20606 ones. Tramp has a life outside GNU Emacs.
20607
20608 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
20609
20610 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
20611
20612 2005-06-18 Juri Linkov <juri@jurta.org>
20613
20614 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
20615 end of first regexp to limit the match to the position between
20616 line number and source line with same separator character as used
20617 between file name and line number. In the second regexp limit
20618 mouse-face area to file name and line number by adding new group
20619 for them and referring it in HYPERLINK arg.
20620 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
20621 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
20622 previous line where grep markers may be already removed.
20623
20624 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
20625
20626 * progmodes/ps-mode.el: Update version and maintainer's email address.
20627
20628 2005-06-18 Steve Youngs <steve@xemacs.org>
20629
20630 * net/browse-url.el (browse-url-browser-function)
20631 (browse-url-default-browser): Add firefox.
20632 (browse-url-firefox-program, browse-url-firefox-arguments)
20633 (browse-url-firefox-startup-arguments)
20634 (browse-url-firefox-new-window-is-tab): New defcustoms.
20635 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
20636
20637 2005-06-17 Richard M. Stallman <rms@gnu.org>
20638
20639 * startup.el (command-line): Warn if specified user name has
20640 no home directory.
20641
20642 * term.el (term-get-old-input, term-input-filter, term-input-sender)
20643 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
20644
20645 * longlines.el (longlines-mode, longlines-show-hard-newlines):
20646 Doc fixes.
20647
20648 * faces.el (underline): Try bold if terminal doesn't support underline.
20649
20650 * mail/sendmail.el (mail-setup-with-from): New variable.
20651 (mail-insert-from-field): New function.
20652 (sendmail-send-it): Call it.
20653 (mail-setup): Optionally call it here.
20654
20655 * term/linux.el: Call tty-no-underline.
20656
20657 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
20658
20659 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
20660
20661 2005-06-17 Miles Bader <miles@gnu.org>
20662
20663 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
20664 (ediff-current-diff-C, ediff-current-diff-Ancestor)
20665 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
20666 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
20667 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
20668 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
20669 Remove "-face" suffix from face names.
20670 (ediff-current-diff-face-A, ediff-current-diff-face-B)
20671 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
20672 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
20673 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
20674 (ediff-even-diff-face-A, ediff-even-diff-face-B)
20675 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
20676 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
20677 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
20678 New backward-compatibility aliases for renamed faces.
20679 (ediff-current-diff-face-A, ediff-current-diff-face-B)
20680 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
20681 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
20682 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
20683 (ediff-even-diff-face-A, ediff-even-diff-face-B)
20684 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
20685 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
20686 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
20687 Use renamed ediff faces.
20688
20689 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
20690 Remove "-face" suffix from face names.
20691 (eshell-test-ok-face, eshell-test-failed-face):
20692 New backward-compatibility aliases for renamed faces.
20693 (eshell-run-test): Use renamed eshell-test faces.
20694
20695 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
20696 face name.
20697 (eshell-prompt-face): New backward-compatibility alias for renamed
20698 face.
20699 (eshell-emit-prompt): Use renamed eshell-prompt face.
20700
20701 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
20702 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
20703 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
20704 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
20705 Remove "-face" suffix from face names.
20706 (eshell-ls-directory-face, eshell-ls-symlink-face)
20707 (eshell-ls-executable-face, eshell-ls-readonly-face)
20708 (eshell-ls-unreadable-face, eshell-ls-special-face)
20709 (eshell-ls-missing-face, eshell-ls-archive-face)
20710 (eshell-ls-backup-face, eshell-ls-product-face)
20711 (eshell-ls-clutter-face):
20712 New backward-compatibility aliases for renamed faces.
20713 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
20714
20715 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
20716 Remove "-face" suffix from face name.
20717 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
20718 instead of literal face.
20719
20720 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
20721
20722 * emacs-lisp/warnings.el (display-warning, lwarn)
20723 (warning-minimum-log-level): Doc fixes.
20724 (warning-minimum-level, warning-minimum-log-level):
20725 Add :debug to :type choices.
20726
20727 * progmodes/ada-mode.el (ada-format-paramlist)
20728 (ada-get-indent-case, ada-check-matching-start)
20729 (ada-check-defun-name, ada-goto-matching-decl-start)
20730 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
20731 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
20732 (ada-make-subprogram-body): Follow error conventions.
20733 (ada-case-exception-file, ada-indent-comment-as-code)
20734 (ada-indent-handle-comment-special, ada-indent-renames)
20735 (ada-indent-return, ada-search-directories-internal)
20736 (ada-tab-policy, ada-case-exception-substring)
20737 (ada-other-file-alist, ada-matching-start-re)
20738 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
20739 (ada-imenu-generic-expression, ada-compile-goto-error)
20740 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
20741 (ada-popup-menu, ada-add-extensions, ada-mode)
20742 (ada-region-selected, ada-create-case-exception)
20743 (ada-create-case-exception-substring, ada-after-keyword-p)
20744 (ada-activate-keys-for-case, ada-adjust-case-region)
20745 (ada-adjust-case-buffer, ada-format-paramlist)
20746 (ada-scan-paramlist, ada-insert-paramlist)
20747 (ada-indent-newline-indent)
20748 (ada-indent-newline-indent-conditional)
20749 (ada-justified-indent-current, ada-goto-previous-word)
20750 (ada-indent-current, ada-get-indent-open-paren)
20751 (ada-get-indent-paramlist, ada-get-indent-end)
20752 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
20753 (ada-get-indent-block-start, ada-get-indent-subprog)
20754 (ada-get-indent-noindent, ada-get-indent-label)
20755 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
20756 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
20757 (ada-goto-stmt-end, ada-goto-next-word)
20758 (ada-check-matching-start, ada-check-defun-name)
20759 (ada-goto-matching-decl-start, ada-goto-matching-start)
20760 (ada-goto-matching-end, ada-search-ignore-string-comment)
20761 (ada-in-decl-p, ada-looking-at-semi-or)
20762 (ada-looking-at-semi-private, ada-in-paramlist-p)
20763 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
20764 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
20765 (ada-next-procedure, ada-previous-procedure, ada-next-package)
20766 (ada-previous-package, ada-create-menu)
20767 (ada-fill-comment-paragraph-justify)
20768 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
20769 (ada-other-file-name, ada-last-which-function-line)
20770 (ada-last-which-function-subprog, ada-which-function)
20771 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
20772 (ada-gen-treat-proc, ada-check-emacs-version)
20773 (ada-continuation-indent, ada-align-region-separate):
20774 Fix typos in docstrings.
20775 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
20776
20777 2005-06-16 Lute Kamstra <lute@gnu.org>
20778
20779 * simple.el (fundamental-mode): Run after-change-major-mode-hook
20780 conditionally.
20781
20782 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
20783
20784 * comint.el (comint-replace-by-expanded-filename)
20785 (comint-prompt-regexp, comint-delimiter-argument-list)
20786 (comint-preinput-scroll-to-bottom):
20787 * info.el (Info-hide-cookies-node):
20788 * ls-lisp.el (ls-lisp-classify):
20789 * find-file.el (ff-search-directories, ff-special-constructs)
20790 (ff-find-other-file):
20791 * font-lock.el (font-lock-keywords):
20792 * shell.el (shell-prompt-pattern)
20793 (shell-dynamic-complete-functions, shell-mode)
20794 (shell-delimiter-argument-list):
20795 * term.el (term-replace-by-expanded-filename)
20796 (term-prompt-regexp, term-delimiter-argument-list):
20797 * woman.el (woman-ignore, woman0-if):
20798 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
20799 * emacs-lisp/elint.el (elint-init-env):
20800 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
20801 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
20802 * language/ethio-util.el (ethio-tilde-escape)
20803 (ethio-use-three-dot-question):
20804 * net/zone-mode.el (zone-mode-load-time-setup):
20805 * progmodes/cc-align.el (c-lineup-argcont):
20806 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
20807 * progmodes/cperl-mode.el (cperl-set-style-back):
20808 * progmodes/inf-lisp.el (inferior-lisp-prompt):
20809 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
20810 Fix spellings in docstrings.
20811
20812 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
20813 * progmodes/modula2.el (m2-for): Fix spellings.
20814
20815 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
20816
20817 * simple.el (undo-more): Don't use `format' on `error' arguments.
20818 Improve argument/docstring consistency.
20819 (pending-undo-list): Doc fix.
20820
20821 * smerge-mode.el (smerge-ensure-match):
20822 * emulation/vip.el (vip-ex):
20823 * net/zone-mode.el (zone-mode-update-serial):
20824 * progmodes/idlwave.el (idlwave-complete):
20825 * progmodes/vhdl-mode.el (vhdl-visit-file)
20826 (vhdl-compose-wire-components):
20827 Don't use `format' on `error' arguments.
20828
20829 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
20830 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
20831 (tooltip-help-tips): Fix typos in docstrings.
20832
20833 2005-06-16 David Ponce <david@dponce.com>
20834
20835 * tree-widget.el (tree-widget-value-create): Simplify last change.
20836
20837 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
20838
20839 * ido.el (ido-incomplete-regexp): New variable.
20840 (ido-set-matches-1): Handle invalid-regexp error and set
20841 ido-incomplete-regexp.
20842 (ido-incomplete-regexp): New face.
20843 (ido-completions): Use it.
20844 (ido-complete, ido-exit-minibuffer, ido-completions):
20845 Handle incomplete regexps.
20846 (ido-completions): Add check for complete match when entering a regexp.
20847
20848 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
20849
20850 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
20851
20852 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20853
20854 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
20855 by field delimiters.
20856
20857 2005-06-15 David Ponce <david@dponce.com>
20858
20859 * tree-widget.el: eval-and-compile inlined functions so they will
20860 be available at run-time too.
20861 (tree-widget-super-format-handler)
20862 (tree-widget-format-handler): Remove.
20863 (tree-widget-value-create): Handle the :indent property.
20864
20865 2005-06-15 Miles Bader <miles@gnu.org>
20866
20867 * progmodes/which-func.el (which-func): Only inherit
20868 `font-lock-function-name-face' when that makes sense against the
20869 default mode-line face, otherwise set the face color explicitly.
20870
20871 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
20872 faces instead of (non-existent) variables.
20873
20874 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
20875
20876 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
20877 (iswitchb-get-matched-buffers): Likewise. Simplify.
20878
20879 2005-06-14 Miles Bader <miles@gnu.org>
20880
20881 * progmodes/ld-script.el (ld-script-location-counter):
20882 Remove "-face" suffix from face name.
20883 (ld-script-location-counter-face):
20884 New backward-compatibility alias for renamed face.
20885 (ld-script-location-counter-face): Use renamed face.
20886
20887 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
20888 (cperl-hash): Remove "-face" suffix from face names.
20889 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
20890 New backward-compatibility aliases for renamed faces.
20891 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
20892 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
20893
20894 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
20895 name.
20896 (which-func-face): New backward-compatibility alias for renamed face.
20897 (which-func-format): Use renamed which-func face.
20898
20899 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
20900 (vhdl-function, vhdl-directive, vhdl-reserved-word)
20901 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
20902 names.
20903 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
20904 (vhdl-speedbar-configuration, vhdl-speedbar-package)
20905 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
20906 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
20907 (vhdl-speedbar-architecture-selected)
20908 (vhdl-speedbar-configuration-selected)
20909 (vhdl-speedbar-package-selected)
20910 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
20911 names.
20912 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
20913 Use renamed faces.
20914 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
20915 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
20916 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
20917 Use renamed faces.
20918 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
20919 names.
20920 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
20921 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
20922 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
20923 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
20924 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
20925 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
20926
20927 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
20928 face name.
20929 (sh-heredoc-face): New backward-compatibility alias for renamed face.
20930 (sh-heredoc-face): Use renamed sh-heredoc face.
20931
20932 * progmodes/idlw-help.el (idlwave-help-link):
20933 Remove "-face" suffix from face name.
20934 (idlwave-help-link-face):
20935 New backward-compatibility alias for renamed face.
20936 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
20937
20938 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
20939 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
20940 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
20941 New backward-compatibility aliases for renamed faces.
20942 (idlwave-shell-disabled-breakpoint-face)
20943 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
20944
20945 * progmodes/flymake.el (flymake-errline, flymake-warnline):
20946 Remove "-face" suffix from face names.
20947 (flymake-errline-face, flymake-warnline-face):
20948 New backward-compatibility aliases for renamed faces.
20949 (flymake-highlight-line): Use renamed flymake faces.
20950
20951 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
20952 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
20953 (ebrowse-member-class, ebrowse-progress):
20954 Remove "-face" suffix from face names.
20955 (ebrowse-tree-mark-face, ebrowse-root-class-face)
20956 (ebrowse-file-name-face, ebrowse-default-face)
20957 (ebrowse-member-attribute-face, ebrowse-member-class-face)
20958 (ebrowse-progress-face):
20959 New backward-compatibility aliases for renamed faces.
20960 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
20961 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
20962 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
20963 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
20964
20965 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
20966 antlr-syntax)
20967 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
20968 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
20969 names.
20970 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
20971 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
20972 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
20973 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
20974 backward-compatibility aliases for renamed faces.
20975 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
20976 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
20977 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
20978 remove "font-lock-". Use renamed antlr-mode faces.
20979 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
20980 literal face-names with face variable references.
20981
20982 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
20983 face name.
20984 (Buffer-menu-buffer-face): New backward-compatibility alias for
20985 renamed face.
20986 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
20987
20988 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
20989
20990 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
20991 Eliminate "-face" suffix.
20992 (makefile-targets): Inherit from font-lock-function-name-face and
20993 eliminate "-face" suffix.
20994 (makefile-shell): Remove attributes and eliminate "-face" suffix.
20995 (makefile-*-font-lock-keywords): Append makefile-targets in rule
20996 actions, instead of prepending, to make it less visible.
20997 (makefile-previous-dependency, makefile-match-dependency):
20998 Don't match a target on a continuation line.
20999
21000 * files.el (auto-mode-alist): Put Makefile in gmake mode.
21001
21002 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
21003
21004 * progmodes/gdb-ui.el (menu): Re-order menu items.
21005 (gdb-tooltip-print): Respect tooltip-use-echo-area.
21006
21007 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
21008 Define in tooltip.el.
21009 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
21010 (gud-tooltip-tips): Respect tooltip-use-echo-area and
21011 gud-tooltip-echo-area.
21012
21013 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
21014 backward compatibility and make obsolete.
21015 (tooltip-help-tips): Use tooltip-use-echo-area.
21016 (tooltip-show-help-function): Rename to...
21017 (tooltip-show-help): ...this, because it is a function.
21018 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
21019
21020 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
21021
21022 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
21023 (edebug-print-length, edebug-print-level, edebug-print-circle)
21024 (edebug-modify-breakpoint, edebug-eval-last-sexp)
21025 (edebug-eval-print-last-sexp): Doc fixes.
21026
21027 2005-06-14 Kim F. Storm <storm@cua.dk>
21028
21029 * ido.el (ido-mode): Make a new keymap every time we enable ido,
21030 as the coverage buffer/file/both may change.
21031
21032 2005-06-14 Lute Kamstra <lute@gnu.org>
21033
21034 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
21035 and run-mode-hooks. Simplify.
21036
21037 * mail/rmailedit.el (rmail-edit-mode):
21038 * progmodes/octave-inf.el (inferior-octave-mode):
21039 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
21040
21041 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
21042 and run-mode-hooks.
21043 (recentf-edit-list, recentf-open-files): Don't call
21044 kill-all-local-variables directly.
21045
21046 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
21047
21048 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
21049
21050 * emacs-lisp/byte-run.el (make-obsolete)
21051 (define-obsolete-function-alias): Rename arguments FUNCTION and
21052 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
21053 (make-obsolete-variable, define-obsolete-variable-alias):
21054 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
21055 respectively.
21056
21057 * isearchb.el (isearchb-activate):
21058 * pcvs.el (cvs-mode):
21059 * ses.el (ses-load):
21060 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
21061 * net/tramp.el (tramp-find-file-exists-command)
21062 (tramp-find-shell):
21063 * progmodes/ada-mode.el (ada-create-case-exception)
21064 (ada-create-case-exception-substring, ada-make-subprogram-body):
21065 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
21066 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
21067 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
21068 * textmodes/org.el (org-promote, org-evaluate-time-range)
21069 (org-agenda-next-date-line, org-agenda-previous-date-line)
21070 (org-agenda-error, org-open-at-point, org-table-move-row)
21071 (org-format-table-table-html-using-table-generate-source)
21072 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
21073 * textmodes/reftex.el (reftex-access-scan-info):
21074 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
21075 (reftex-toc-promote-prepare): Follow error conventions.
21076
21077 * diff-mode.el (diff-mode): Fix typo in docstring.
21078
21079 * forms.el (forms--intuit-from-file): Fix reference to
21080 `forms-number-of-fields' in error message.
21081 (forms-print): Fix quoting in error message.
21082
21083 * forms.el (forms-mode):
21084 * emulation/vi.el (vi-goto-insert-state):
21085 * progmodes/flymake.el (flymake-new-err-info)
21086 (flymake-start-syntax-check-for-current-buffer)
21087 (flymake-simple-cleanup):
21088 * eshell/esh-var.el (eshell/export):
21089 * progmodes/gud.el (xdb):
21090 * textmodes/flyspell.el (flyspell-incorrect-hook)
21091 (flyspell-maybe-correct-transposition)
21092 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
21093
21094 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
21095
21096 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
21097 minibuffer prompt.
21098
21099 2005-06-13 Kim F. Storm <storm@cua.dk>
21100
21101 * subr.el (add-to-ordered-list): New defun.
21102
21103 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
21104 add cua--keymap-alist to emulation-mode-map-alists.
21105
21106 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
21107
21108 * subr.el (complete-in-turn): New macro.
21109 (dynamic-completion-table, lazy-completion-table): Add debug info.
21110
21111 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
21112 in preference to face aliases.
21113
21114 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
21115 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
21116 Remove unused vars `start' and `firstline'.
21117 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
21118 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
21119
21120 2005-06-13 Eli Zaretskii <eliz@gnu.org>
21121
21122 * cus-start.el (all): Don't complain about missing GTK-related
21123 variables, unless either `gtk' is boundp or this isn't a
21124 `windows-nt' build.
21125
21126 2005-06-13 Lute Kamstra <lute@gnu.org>
21127
21128 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
21129 run-mode-hooks.
21130
21131 * ediff-mult.el (ediff-meta-mode):
21132 * ediff-util.el (ediff-mode): Use run-mode-hooks.
21133
21134 * ledit.el (ledit-mode): Use delay-mode-hooks.
21135
21136 * woman.el (woman-mode-line-format): Delete constant.
21137 (woman-mode-map): Initialize it properly.
21138 (woman-mode): Set mode-class property to special.
21139 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
21140 Set major-mode and mode-name. Don't set mode-line-format directly.
21141 (Man-getpage-in-background): Don't reference woman-mode-line-format.
21142
21143 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
21144 string argument obsolete.
21145
21146 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
21147
21148 * textmodes/org.el (org-CUA-compatible): New option.
21149 (org-disputed-keys): New variable.
21150 (org-key): New function.
21151 (orgtbl-make-binding): Add docstring to the created function.
21152 (org-mode): Set paragraph start/separate regexps.
21153 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
21154 (org-archive-location, org-archive-mark-done)
21155 (org-archive-stamp-time): New options.
21156 (org-archive-subtree): New command.
21157 (org-fill-paragraph): New function.
21158 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
21159 (org-fake-empty-table-line): Function removed.
21160 (org-format-org-table-html): Do not create empty table lines at
21161 separator lines. Improved table header treatment.
21162 (org-link-format): New option.
21163 (org-make-link): New function.
21164 (org-insert-link, org-store-link): Use org-make-link.
21165 (org-open-file): Quote file name for shell command, to allow
21166 spaces in file names.
21167 (org-link-regexp): Fix bug with mailto link.
21168 (org-link-maybe-angles-regexp, org-protected-link-regexp):
21169 New constants.
21170 (org-export-as-html): Deal with the optional angles around a link.
21171 Better treatment of file: links.
21172 (org-open-at-point): Replace @{ and @} with < and >.
21173 (org-run-mode-hooks): Function removed.
21174 (org-agenda-mode): No longer use `org-run-mode-hooks'.
21175
21176 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
21177
21178 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
21179 MI command -data-list-register-values.
21180 (gdb-post-prompt): Indent properly.
21181
21182 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
21183
21184 * hilit-chg.el (highlight-changes-colors): Rename from
21185 `highlight-changes-colours'.
21186 (highlight-changes-colours): Keep as obsolete alias.
21187 (highlight-changes-face-list): Doc fix.
21188 (hilit-chg-make-list): Use `highlight-changes-colors'.
21189
21190 2005-06-12 Mark A. Hershberger <mah@everybody.org>
21191
21192 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
21193 defun-prompt-regexp.
21194
21195 2005-06-12 Eli Zaretskii <eliz@gnu.org>
21196
21197 * loadup.el: Don't say we are dumping under 2 names on windows-nt
21198 and cygwin.
21199
21200 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
21201 Don't use an old loaddefs.el, as in Makefile.in.
21202
21203 2005-06-12 Lute Kamstra <lute@gnu.org>
21204
21205 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
21206
21207 * man.el (Man-mode-map): Initialize it properly.
21208 (Man-mode): Set mode-class property to special.
21209
21210 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
21211
21212 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
21213
21214 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
21215 A newline is needed in the docstring there.
21216
21217 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
21218 Doc fixes.
21219
21220 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21221
21222 * printing.el: Doc fix. The menubar is no more changed when printing
21223 is loaded, it only changes when pr-menu-bind or pr-update-menus is
21224 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
21225 (pr-version): New version number (6.8.4).
21226 (pr-menu-bind): New command.
21227 (pr-update-menus): Docstring and code fix.
21228 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
21229 Docstring fix.
21230 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
21231 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
21232
21233 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
21234
21235 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
21236 "Returns" to "return", document useful return values, etc.
21237
21238 2005-06-11 Alan Mackenzie <acm@muc.de>
21239
21240 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
21241 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
21242 (adaptive-file-function): Minor amendment to doc-string.
21243
21244 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21245
21246 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
21247 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
21248 Fix :type--it is `integer', not `string'.
21249
21250 * faces.el (modeline-highlight): Rename from (the erroneous)
21251 `modeline-higilight'.
21252
21253 2005-06-11 Lute Kamstra <lute@gnu.org>
21254
21255 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
21256 lisp-interaction-mode-map but make it the parent.
21257 (edebug-eval-mode): Use define-derived-mode.
21258
21259 2005-06-11 Andreas Schwab <schwab@suse.de>
21260
21261 * bindings.el: Add binding of `ESC functionkey' for every
21262 `M-functionkey'.
21263 * hexl.el (hexl-mode-map): Likewise.
21264
21265 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
21266
21267 * progmodes/compile.el (compilation-error-regexp-alist-alist)
21268 [msft]: update regexp for newer msft compilers.
21269
21270 2005-06-10 Mark A. Hershberger <mah@everybody.org>
21271
21272 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
21273 ATTLIST portions of included DTDs.
21274 (xml-parse-dtd): Eliminate use of inefficient match-data.
21275
21276 2005-06-10 Miles Bader <miles@gnu.org>
21277
21278 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
21279 (mpuz-text): Remove "-face" suffix from face names.
21280 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
21281 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
21282 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
21283
21284 * play/gomoku.el (gomoku-O, gomoku-X):
21285 Remove "-face" suffix from face names.
21286 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
21287 New backward-compatibility aliases for renamed faces.
21288 (gomoku-font-lock-keywords): Use renamed gomoku faces.
21289
21290 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
21291
21292 * thumbs.el: Fixes for changes of 2005-06-09.
21293 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
21294 as a directory.
21295 (thumbs-thumbname): Remove directory separator from format string;
21296 `thumbs-thumbsdir' now returns a valid directory name.
21297 (thumbs-temp-dir): New defsubst.
21298 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
21299 Use it.
21300
21301 * cus-edit.el (minibuffer):
21302 * files.el (make-backup-file-name-function):
21303 * filesets.el (filesets-external-viewers):
21304 * hilit-chg.el (highlight-changes-colours)
21305 (highlight-changes-face-list, highlight-changes-rotate-faces):
21306 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
21307 * kmacro.el (kmacro-call-macro):
21308 * log-edit.el (log-edit-changelog-full-paragraphs):
21309 * mouse.el (mouse-1-click-follows-link):
21310 * skeleton.el (skeleton-autowrap):
21311 * subr.el (insert-for-yank-1):
21312 * tempo.el (tempo-insert-region):
21313 * terminal.el (terminal-emulator):
21314 * time.el (display-time-mail-face):
21315 * vc.el (vc-annotate):
21316 * vcursor.el (vcursor-copy-line):
21317 * woman.el (woman-bold-headings, woman-ignore)
21318 (woman-default-faces, woman-monochrome-faces):
21319 * calendar/todo-mode.el (todo-insert-threshold):
21320 * emulation/pc-select.el (pc-select-selection-keys-only)
21321 (pc-selection-mode):
21322 * emulation/vip.el (vip-find-char-forward):
21323 * emulation/viper-cmd.el (viper-find-char-forward):
21324 * international/mule-cmds.el
21325 (select-safe-coding-system-accept-default-p)
21326 (input-method-exit-on-invalid-key):
21327 * international/mule-diag.el (describe-coding-system):
21328 * international/ucs-tables.el (unify-8859-on-encoding-mode):
21329 * net/browse-url.el (browse-url-xterm-program):
21330 * obsolete/lazy-lock.el (lazy-lock-mode):
21331 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
21332 (cperl-mode):
21333 * progmodes/cpp.el (cpp-face-light-name-list)
21334 (cpp-face-dark-name-list):
21335 * progmodes/delphi.el (delphi-newline-always-indents):
21336 Fix spellings in docstrings.
21337
21338 * ido.el (ido-mode, ido-file-extensions-order)
21339 (ido-default-file-method, ido-default-buffer-method)
21340 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
21341 (ido-decorations, ido-read-file-name-as-directory-commands)
21342 (ido-read-file-name-non-ido, ido-work-directory-list)
21343 (ido-ignore-item-temp-list, ido-current-directory)
21344 (ido-magic-forward-char, ido-enter-find-file)
21345 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
21346 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
21347
21348 2005-06-10 Lute Kamstra <lute@gnu.org>
21349
21350 * play/dunnet.el (dun-mode): Use define-derived-mode.
21351 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
21352 obsolete alias.
21353
21354 * play/doctor.el (doctor-mode-map): Remove defvar.
21355 (doctor-mode): Use define-derived-mode.
21356
21357 * mail/mspools.el (mspools-mode):
21358 * net/eudc-hotlist.el (eudc-hotlist-mode):
21359 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
21360
21361 2005-06-10 Miles Bader <miles@gnu.org>
21362
21363 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
21364 Remove "-face" suffix from face names.
21365 (flyspell-incorrect-face, flyspell-duplicate-face):
21366 New backward-compatibility aliases for renamed faces.
21367 (flyspell-mode-on, make-flyspell-overlay)
21368 (flyspell-highlight-incorrect-region)
21369 (flyspell-highlight-duplicate-region)
21370 (flyspell-display-next-corrections)
21371 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
21372
21373 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
21374 from face name.
21375 (texinfo-heading-face): New backward-compatibility alias for
21376 renamed face.
21377 (texinfo-heading-face): Use renamed texinfo-heading face.
21378
21379 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
21380 suffix from face names.
21381 (tex-math-face, tex-verbatim-face):
21382 New backward-compatibility aliases for renamed faces.
21383 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
21384 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
21385 literal face name.
21386
21387 * textmodes/table.el (table-cell): Remove "-face" suffix from face
21388 name.
21389 (table-cell-face): New backward-compatibility alias for renamed face.
21390 (table--put-cell-face-property, table--update-cell-face):
21391 Use renamed table-cell face.
21392
21393 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
21394 from face name.
21395 (sgml-namespace-face): New backward-compatibility alias for
21396 renamed face.
21397 (sgml-namespace-face): Use renamed sgml-namespace face.
21398
21399 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
21400 (org-level-4, org-level-5, org-level-6, org-level-7)
21401 (org-level-8, org-warning, org-headline-done)
21402 (org-deadline-announce, org-scheduled-today)
21403 (org-scheduled-previously, org-link, org-done, org-table)
21404 (org-time-grid): Remove "-face" suffix from face names.
21405 (org-level-1-face, org-level-2-face, org-level-3-face)
21406 (org-level-4-face, org-level-5-face, org-level-6-face)
21407 (org-level-7-face, org-level-8-face, org-warning-face)
21408 (org-headline-done-face, org-deadline-announce-face)
21409 (org-scheduled-today-face, org-scheduled-previously-face)
21410 (org-link-face, org-done-face, org-table-face)
21411 (org-time-grid-face):
21412 New backward-compatibility aliases for renamed faces.
21413 (org-level-faces, org-set-font-lock-defaults, org-timeline)
21414 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
21415 (org-agenda-get-timestamps, org-agenda-get-scheduled)
21416 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
21417
21418 * emulation/viper-init.el (viper-search, viper-replace-overlay)
21419 (viper-minibuffer-emacs, viper-minibuffer-insert)
21420 (viper-minibuffer-vi): Remove "-face" suffix from face names.
21421 (viper-search-face, viper-replace-overlay-face)
21422 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
21423 (viper-minibuffer-vi-face):
21424 New backward-compatibility aliases for renamed faces.
21425 (viper-search-face, viper-replace-overlay-face)
21426 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
21427 (viper-minibuffer-vi-face): Use renamed viper faces.
21428
21429 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
21430 Remove "-face" suffix from face names.
21431 (testcover-nohits-face, testcover-1value-face):
21432 New backward-compatibility aliases for renamed faces.
21433 (testcover-mark): Use renamed testcover faces.
21434
21435 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
21436 face name.
21437 (diary-button-face): New backward-compatibility alias for renamed face.
21438 (diary-entry): Use renamed diary-button face.
21439
21440 * calendar/calendar.el (diary, calendar-today, holiday)
21441 (mark-visible-calendar-date): Remove "-face" suffix from face names.
21442 (diary-face, calendar-today-face, holiday-face):
21443 New backward-compatibility aliases for renamed faces.
21444 (eval-after-load "facemenu", diary-entry-marker)
21445 (calendar-today-marker, calendar-holiday-marker, diary-face):
21446 Use renamed calendar faces.
21447
21448 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
21449 (compare-windows-face): New backward-compatibility alias for
21450 renamed face.
21451 (compare-windows-highlight): Use renamed compare-windows face.
21452
21453 * strokes.el (strokes-char): Remove "-face" suffix from face name.
21454 (strokes-char-face): New backward-compatibility alias for renamed face.
21455 (strokes-encode-buffer): Use renamed strokes-char face.
21456
21457 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
21458 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
21459 Remove "-face" suffix from face names.
21460 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
21461 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
21462 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
21463 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
21464 Use renamed pcvs faces.
21465 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
21466 * pcvs-defs.el (cvs-mode-map): Likewise.
21467 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
21468
21469 * info.el (info-title-1, info-title-2, info-title-3)
21470 (info-title-4): Remove "-face" suffix from and downcase face names.
21471 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
21472 (Info-title-4-face):
21473 New backward-compatibility aliases for renamed faces.
21474 (Info-fontify-node): Use renamed info faces.
21475
21476 * hilit-chg.el (highlight-changes, highlight-changes-delete):
21477 Remove "-face" suffix from face names.
21478 (highlight-changes-face, highlight-changes-delete-face):
21479 New backward-compatibility aliases for renamed faces.
21480 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
21481 (hilit-chg-make-list): Use renamed highlight-changes faces.
21482
21483 * generic-x.el (show-tabs-tab, show-tabs-space):
21484 Remove "-face" suffix from face names.
21485 (show-tabs-tab-face, show-tabs-space-face):
21486 New backward-compatibility aliases for renamed faces.
21487 (show-tabs-generic-mode-font-lock-defaults-1)
21488 (show-tabs-generic-mode-font-lock-defaults-2):
21489 Use renamed show-tabs faces.
21490
21491 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
21492 (smerge-markers): Remove "-face" suffix from face names.
21493 (smerge-mine-face, smerge-other-face, smerge-base-face)
21494 (smerge-markers-face):
21495 New backward-compatibility aliases for renamed faces.
21496 (smerge-mine-face, smerge-other-face, smerge-base-face)
21497 (smerge-markers-face): Use renamed smerge faces.
21498
21499 * log-view.el (log-view-file, log-view-message): Remove "-face"
21500 suffix from face names.
21501 (log-view-file-face, log-view-message-face):
21502 New backward-compatibility aliases for renamed faces.
21503 (log-view-file-face, log-view-message-face): Use renamed log-view
21504 faces.
21505
21506 * paren.el (show-paren-match, show-paren-mismatch):
21507 Remove "-face" suffix from face names.
21508 (show-paren-match-face, show-paren-mismatch-face):
21509 New backward-compatibility aliases for renamed faces.
21510 (show-paren-function): Use renamed show-paren faces.
21511
21512 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
21513 (ruler-mode-margins, ruler-mode-fringes)
21514 (ruler-mode-column-number, ruler-mode-fill-column)
21515 (ruler-mode-comment-column, ruler-mode-goal-column)
21516 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
21517 suffix from face names.
21518 (ruler-mode-default-face, ruler-mode-pad-face)
21519 (ruler-mode-margins-face, ruler-mode-fringes-face)
21520 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
21521 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
21522 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
21523 New backward-compatibility aliases for renamed faces.
21524 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
21525 (ruler-mode-column-number, ruler-mode-fill-column)
21526 (ruler-mode-comment-column, ruler-mode-goal-column)
21527 (ruler-mode-tab-stop, ruler-mode-current-column)
21528 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
21529 faces.
21530
21531 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
21532 face name.
21533 (whitespace-highlight-the-space): Use renamed face.
21534 (whitespace-highlight-face): New backward-compatibility alias for
21535 renamed face.
21536
21537 * woman.el (woman-italic, woman-bold, woman-unknown)
21538 (woman-addition, woman-symbol-face):
21539 Remove "-face" suffix from face names.
21540 (woman-italic-face, woman-bold-face, woman-unknown-face)
21541 (woman-addition-face):
21542 New backward-compatibility aliases for renamed faces.
21543 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
21544 (woman-decode-region, woman-replace-match)
21545 (woman-display-extended-fonts, woman-special-characters)
21546 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
21547 Use renamed woman faces.
21548
21549 * longlines.el (longlines-visible-face): Face removed.
21550
21551 * diff-mode.el (diff-header, diff-file-header, diff-index)
21552 (diff-hunk-header, diff-removed, diff-added, diff-changed)
21553 (diff-function, diff-context, diff-nonexistent): Remove "-face"
21554 suffix from face names.
21555 (diff-header-face, diff-file-header-face, diff-index-face)
21556 (diff-hunk-header-face, diff-removed-face, diff-added-face)
21557 (diff-changed-face, diff-function-face, diff-context-face)
21558 (diff-nonexistent-face): New backward-compatibility aliases for
21559 renamed faces.
21560 (diff-header-face, diff-file-header-face)
21561 (diff-index, diff-index-face, diff-hunk-header)
21562 (diff-hunk-header-face, diff-removed, diff-removed-face)
21563 (diff-added, diff-added-face, diff-changed-face, diff-function)
21564 (diff-function-face, diff-context-face, diff-nonexistent)
21565 (diff-nonexistent-face): Use renamed diff-mode faces.
21566
21567 * progmodes/compile.el (compilation-warning-face)
21568 (compilation-info-face): Remove "-face" suffix from face names.
21569 (compilation-warning-face, compilation-info-face):
21570 New backward-compatibility aliases for renamed faces.
21571 (compilation-warning-face, compilation-info-face):
21572 Use renamed compilation faces.
21573
21574 * add-log.el (change-log-date, change-log-name)
21575 (change-log-email, change-log-file, change-log-list)
21576 (change-log-conditionals, change-log-function)
21577 (change-log-acknowledgement): Remove "-face" suffix from face names.
21578 (change-log-date-face, change-log-name-face)
21579 (change-log-email-face, change-log-file-face)
21580 (change-log-list-face, change-log-conditionals-face)
21581 (change-log-function-face, change-log-acknowledgement-face):
21582 New backward-compatibility aliases for renamed faces.
21583 (change-log-font-lock-keywords): Use renamed change-log faces.
21584
21585 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
21586 (custom-set, custom-changed, custom-saved, custom-button)
21587 (custom-button-pressed, custom-documentation, custom-state)
21588 (custom-comment, custom-comment-tag, custom-variable-tag)
21589 (custom-variable-button, custom-face-tag, custom-group-tag-1)
21590 (custom-group-tag): Remove "-face" suffix from face names.
21591 (custom-magic-alist, custom-magic-value-create)
21592 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
21593 (custom-invalid-face, custom-rogue-face, custom-modified-face)
21594 (custom-set-face, custom-changed-face, custom-saved-face)
21595 (custom-button-face, custom-button-pressed-face)
21596 (custom-documentation-face, custom-state-face)
21597 (custom-comment-face, custom-comment-tag-face)
21598 (custom-variable-tag-face, custom-variable-button-face)
21599 (custom-face-tag-face, custom-group-tag-face-1)
21600 (custom-group-tag-face):
21601 New backward-compatibility aliases for renamed faces.
21602
21603 * wid-edit.el (widget-documentation, widget-button)
21604 (widget-field, widget-single-line-field, widget-inactive)
21605 (widget-button-pressed): "-face" suffix removed from face names.
21606 (widget-documentation-face, widget-button-face)
21607 (widget-field-face, widget-single-line-field-face)
21608 (widget-inactive-face, widget-button-pressed-face):
21609 New backward-compatibility aliases for renamed faces.
21610 (widget-documentation-face, widget-button-face)
21611 (widget-button-pressed-face, widget-specify-field)
21612 (widget-specify-inactive): Use renamed widget faces.
21613
21614 2005-06-10 Kenichi Handa <handa@m17n.org>
21615
21616 * term/x-win.el (x-clipboard-yank): Remove condition-case
21617 wrapping.
21618
21619 2005-06-11 Kenichi Handa <handa@m17n.org>
21620
21621 * add-log.el (change-log-font-lock-keywords): Make the regexp for
21622 date lines stricter.
21623
21624 2005-06-10 Zhang Wei <id.brep@gmail.com>
21625
21626 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
21627 of x-get-selection.
21628
21629 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
21630
21631 * comint.el (comint-mode, comint-snapshot-last-prompt):
21632 * frame.el (frame-current-scroll-bars):
21633 * term.el (term-mode, term-check-proc, term-input-sender)
21634 (term-simple-send, term-extract-string, term-word)
21635 (term-match-partial-filename):
21636 * window.el (window-current-scroll-bars):
21637 * emulation/cua-base.el (cua-normal-cursor-color)
21638 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
21639 (cua-global-mark-cursor-color):
21640 * mail/undigest.el (rmail-forward-separator-regex):
21641 Fix typos in docstrings.
21642
21643 * comint.el (comint-check-proc, make-comint-in-buffer)
21644 (comint-source-default): Doc fixes.
21645
21646 * term.el (term-send-string): Improve argument/docstring consistency.
21647
21648 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
21649
21650 * comint.el (comint-send-input): Bind `inhibit-read-only' around
21651 call to `delete-region'.
21652 (comint-mode-hook): Do not enable Font Lock by default.
21653
21654 2005-06-09 Lute Kamstra <lute@gnu.org>
21655
21656 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
21657 could be void.
21658
21659 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
21660
21661 * emacs-lisp/debug.el (debugger-will-be-back): New var.
21662 (debug): Use it.
21663 (debugger-step-through, debugger-continue, debugger-jump)
21664 (debugger-return-value): Set it when needed.
21665 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
21666 Use inhibit-read-only.
21667
21668 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
21669
21670 * window.el (shrink-window-if-larger-than-buffer)
21671 (window-size-fixed): Fix typo in docstring.
21672
21673 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
21674 thumbnails directory on loading.
21675 (thumbs-conversion-program): Use `eq' to check the system type,
21676 not `equal'.
21677 (thumbs-temp-dir): Initialize to `temporary-file-directory',
21678 not "/tmp". Fix docstring.
21679 (thumbs-thumbsdir): New function to return the thumbnails
21680 directory, creating it if needed.
21681 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
21682 (thumbs-temp-file): Delete variable and make it into a function.
21683 (thumbs-resize-image, thumbs-modify-image): Use it.
21684 (thumbs-kill-buffer): Simplify.
21685 (thumbs-gensym): Defalias or duplicate CL `gensym'.
21686 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
21687 docstrings.
21688
21689 2005-06-09 Kim F. Storm <storm@cua.dk>
21690
21691 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
21692 set-match-data to free markers in match-data.
21693
21694 * replace.el (replace-match-data): Pass RESEAT arg `t' to
21695 match-data to unchain markers in match-data.
21696
21697 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
21698
21699 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
21700 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
21701 unnecessary now.
21702
21703 2005-06-08 Richard M. Stallman <rms@gnu.org>
21704
21705 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
21706 give the variable a doc string that doesn't say don't set it directly.
21707
21708 * textmodes/ispell.el (ispell-check-version):
21709 Use match-string-no-properties.
21710 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
21711 (ispell-buffer-local-words): Likewise.
21712
21713 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
21714 except on terminals with enough colors to really display it.
21715 (makefile-dependency-regex): Delete spurious `bb'.
21716
21717 * faces.el (escape-glyph): Use blue once again in last case.
21718 (no-break-space): Redefine so that it isn't invisible on a tty.
21719
21720 2005-06-08 Kim F. Storm <storm@cua.dk>
21721
21722 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
21723 also when reading directory name.
21724
21725 2005-06-08 Lute Kamstra <lute@gnu.org>
21726
21727 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
21728 (flyspell-mode-line-string): Remove autoload cookie.
21729 (flyspell-mode): Remove defvar.
21730
21731 2005-06-07 Lute Kamstra <lute@gnu.org>
21732
21733 * textmodes/org.el (org-run-mode-hooks): New function.
21734 (org-agenda-mode): Use it.
21735
21736 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
21737
21738 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
21739
21740 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
21741
21742 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
21743
21744 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
21745
21746 * font-lock.el (font-lock-add-keywords): Doc fix.
21747
21748 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
21749
21750 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
21751 (tex-compile-default): In the absence of any history, use the order in
21752 tex-compile-alist to choose the preferred command.
21753 (tex-compile-commands): Reorder a bit.
21754
21755 * textmodes/flyspell.el (flyspell-auto-correct-binding)
21756 (flyspell-incorrect-face, flyspell-duplicate-face):
21757 Use (X)Emacs-agnostic code.
21758 (flyspell-mode-map): Don't overwrite at each load. Remove code
21759 redundant with the subsequent add-minor-mode. Merge Emacs and
21760 XEmacs code.
21761 (flyspell-word): Minor simplification.
21762 (flyspell-math-tex-command-p): Quieten the byte-compiler.
21763 (flyspell-external-point-words): Remove unused vars `size' and `start'.
21764 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
21765 Merge the corresponding Emacs code.
21766 (flyspell-correct-word, flyspell-xemacs-popup):
21767 Use flyspell-do-correct.
21768
21769 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
21770 a dedicated window.
21771
21772 * international/latexenc.el (latexenc-find-file-coding-system):
21773 Undo part of last patch, to turn off a compiler warning.
21774
21775 2005-06-06 Juri Linkov <juri@jurta.org>
21776
21777 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
21778 Rename `tmm-inactive-face' to `tmm-inactive'.
21779
21780 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
21781
21782 * iswitchb.el: Rename faces.
21783
21784 2005-06-06 Kim F. Storm <storm@cua.dk>
21785
21786 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
21787 (cua-global-mark): Remove -face suffix from face names.
21788
21789 * emulation/cua-gmrk.el (cua--init-global-mark):
21790 Remove cua-global-mark face setup.
21791
21792 2005-06-06 Richard M. Stallman <rms@gnu.org>
21793
21794 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
21795 just like other allowed characters.
21796 (makefile-match-dependency): Exclude leading and training whitespace
21797 from the range of regexp subexp 1.
21798 (makefile-macroassign-regex): Don't try to match the body,
21799 just the name of the macro being defined.
21800
21801 * info.el (Info-read-node-name-2): New function.
21802 (Info-read-node-name-1): Use that.
21803 Add a completion-base-size-function property.
21804
21805 * simple.el (completion-setup-function): Look for
21806 completion-base-size-function property of minibuffer-completion-table.
21807
21808 * files.el (locate-file-completion): Doc fix.
21809
21810 * printing.el: Don't call pr-update-menus; user must do that.
21811
21812 * emacs-lisp/debug.el (debugger-window): New variable.
21813 (debug): Use debugger-window if it is set and still alive.
21814 Record debugger-window for next entry.
21815
21816 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
21817
21818 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
21819
21820 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
21821 (hack-one-local-variable, hack-local-variables)
21822 (hack-local-variables-prop-line): Pass that arg.
21823
21824 2005-06-06 Kim F. Storm <storm@cua.dk>
21825
21826 * ido.el (ido-first-match, ido-only-match, ido-subdir)
21827 (ido-indicator): Remove -face suffix from face names.
21828
21829 2005-06-06 Juri Linkov <juri@jurta.org>
21830
21831 * font-lock.el (font-lock-regexp-backslash)
21832 (font-lock-regexp-backslash-construct): New faces.
21833 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
21834 after `('. Add `while-no-input' to control structures.
21835
21836 * faces.el (no-break-space, shadow): New faces.
21837 (escape-glyph): Use less loud colors pink2 and red4.
21838
21839 * diff-mode.el (diff-context-face)
21840 * dired.el (dired-ignored)
21841 * rfn-eshadow.el (file-name-shadow)
21842 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
21843
21844 * info.el (Info-title-1-face): Use green instead of yellow because
21845 bold yellow is not readable on light backgrounds.
21846
21847 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
21848 before selecting the desired mode to not spend time fontifying
21849 old contents.
21850
21851 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
21852
21853 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
21854 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
21855
21856 * ps-print.el (ps-default-fg, ps-default-bg):
21857 Fix typos in docstrings.
21858
21859 * isearchb.el (isearchb): Don't pass a spurious second argument to
21860 `iswitchb-completions'.
21861
21862 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
21863
21864 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
21865 to preserve point.
21866 (gdb-find-file-hook): Add doc string.
21867
21868 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
21869 C dereferenced pointer expression.
21870 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
21871
21872 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
21873
21874 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
21875 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
21876 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
21877 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
21878 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
21879 Make background transparent.
21880
21881 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
21882
21883 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
21884 (font-lock-remove-keywords): Doc fix.
21885 (font-lock-mode-major-mode): Compiler defvar.
21886 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
21887
21888 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
21889 (font-lock-mode): Update `font-lock-mode-major-mode'.
21890 (font-lock-set-defaults): Compiler defvar.
21891 (font-lock-default-function): Take `font-lock-mode-major-mode'
21892 into account.
21893
21894 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
21895 keep track of which major mode it enabled the minor mode for.
21896 Use find-file-hook again. Update docstring.
21897
21898 * simple.el (eval-expression-print-level)
21899 (eval-expression-print-length, eval-expression-debug-on-error):
21900 Doc fixes.
21901
21902 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
21903
21904 * iswitchb.el (iswitchb-single-match-face)
21905 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
21906 (iswitchb-invalid-regexp-face): New faces.
21907 (iswitchb-completions): Use them.
21908 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
21909 now marked as an obsolete alias.
21910 (iswitchb-read-buffer): Remove check for bound font variables.
21911 (iswitchb-invalid-regexp): New free variable.
21912 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
21913 set iswitchb-invalid-regexp.
21914 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
21915 invalid regexps.
21916 (iswitchb-completions): Add check for complete match when entering
21917 a regexp.
21918 (iswitchb-completions): Remove require-match argument.
21919 (iswitchb-exhibit): Fix caller.
21920 (iswitchb-common-match-inserted): New variable.
21921 (iswitchb-complete, iswitchb-completion-help): Use it.
21922
21923 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
21924
21925 * url-http.el (url-http-chunked-encoding-after-change-function):
21926 Use `url-http-debug' instead of `message'.
21927
21928 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
21929
21930 * url-http.el (url-http-parse-headers): Pass redirected URL as a
21931 callback argument.
21932
21933 2005-06-04 Kim F. Storm <storm@cua.dk>
21934
21935 * simple.el (line-move): Only call sit-for when moving backwards.
21936
21937 * ido.el (ido-make-merged-file-list-1): New defun split from
21938 ido-make-merged-file-list.
21939 (ido-make-merged-file-list): Bind throw-on-input around call to
21940 ido-make-merged-file-list-1. Return input-pending-p if
21941 interrupted by more input available.
21942 (ido-read-internal): Handle input-pending-p return value from
21943 ido-make-merged-file-list.
21944
21945 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
21946
21947 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
21948 compatibility code.
21949
21950 * international/latexenc.el (latexenc-find-file-coding-system):
21951 Don't inherit the EOL part of the coding-system from the
21952 tex-main buffer. Fit within 80 columns.
21953
21954 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
21955
21956 * tmm.el (tmm-inactive-face): New face.
21957 (tmm-remove-inactive-mouse-face): New function.
21958 (tmm-prompt, tmm-add-one-shortcut)
21959 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
21960 but not selectable.
21961
21962 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
21963
21964 * faces.el (face-equal): Improve argument/docstring consistency.
21965
21966 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
21967
21968 * progmodes/make-mode.el (makefile-targets-face)
21969 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
21970 (makefile-bsdmake-dependency-regex)
21971 (makefile-makepp-rule-action-regex)
21972 (makefile-bsdmake-rule-action-regex): New constants.
21973 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
21974
21975 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21976 Allow (...) within `...' for makepp messages.
21977
21978 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
21979
21980 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
21981
21982 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
21983 "." files are deleted from all file lists before comparison.
21984
21985 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
21986 (viper-ESC-key): Made them customizable.
21987
21988 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
21989
21990 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
21991
21992 * autorevert.el (auto-revert-buffers): Use save-match-data.
21993
21994 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
21995
21996 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
21997 menu items with a nil command binding.
21998
21999 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
22000
22001 * emacs-lisp/cl-macs.el (defsetf):
22002 Improve argument/docstring consistency.
22003
22004 * faces.el (list-faces-display): Improve the formatting by
22005 computing the maximum length required for any face-name (reworked
22006 patch of 1999-01-11, accidentally deleted on 1999-07-21).
22007 (internal-find-face): Remove redundant info in docstring.
22008
22009 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
22010
22011 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
22012 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
22013 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
22014 (gdb-assembler-custom): Improve regexps.
22015 (def-gdb-auto-update-handler): Use window point to preserve point.
22016
22017 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22018
22019 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
22020
22021 2005-05-31 Jay Belanger <belanger@truman.edu>
22022
22023 * calc/calc-embed.el (calc-embedded-word): Change argument passed
22024 to calc-embedded.
22025 (calc-embedded-make-info): Have plain prefix argument select
22026 entire line.
22027
22028 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
22029
22030 * faces.el (list-faces-display): Signal error if passed a regexp
22031 that matches no face name.
22032
22033 * simple.el (filter-buffer-substring): Fix typo in docstring.
22034
22035 2005-05-31 Richard M. Stallman <rms@gnu.org>
22036
22037 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
22038 (vhdl-emacs-21): Doc fix.
22039 (vhdl-mode): Unconditionally set comment-padding.
22040 (vhdl-fixup-whitespace-region): Insert spaces only where
22041 there are none.
22042 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
22043
22044 2005-05-30 John Wiegley <johnw@newartisans.com>
22045
22046 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
22047 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
22048 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
22049 `directory-sep-char' to ?/, and all uses of `string-to-int' to
22050 `string-to-number'.
22051
22052 2005-05-30 Jay Belanger <belanger@truman.edu>
22053
22054 * calc/calc.el (calc-bug-address): Fix docstring.
22055 (calc-window-hook, calc-trail-window-hook): New variables.
22056 (calc-trail-display): Restore use of calc-trail-window-hook.
22057 (calc): Restore use of calc-window-hook.
22058
22059 2005-05-31 Masatake YAMATO <jet@gyve.org>
22060
22061 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
22062
22063 * help-fns.el (help-C-file-name): Add autoload mark for
22064 `find-function-noselect'.
22065
22066 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
22067
22068 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
22069 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
22070
22071 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
22072
22073 * calendar/diary-lib.el (mark-included-diary-files): Only kill
22074 included diary buffer if it was not already being visited.
22075 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
22076
22077 * calendar/icalendar.el (top-level): Do not require appt.
22078
22079 * mail/supercite.el (sc-select-attribution): Only use a list
22080 element from sc-attrib-selection-list if it returns a string.
22081 Reported by Davide G. M. Salvetti <salve@debian.org>.
22082
22083 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
22084
22085 * thumbs.el (thumbs-thumbname): The resulting thumbname now
22086 includes a hash value to improve its uniqueness, and has a ".jpg"
22087 extension. Also, it is now a valid filename on all systems.
22088 (thumbs-make-thumb): Use `let', not `let*'.
22089 (thumbs-show-thumbs-list): Check for JPEG availability.
22090
22091 2005-05-30 Richard M. Stallman <rms@gnu.org>
22092
22093 * filesets.el (filesets-menu-ensure-use-cached):
22094 Prevent warning when emacs-version>= is undefined.
22095
22096 * printing.el (pr-interactive-n-up): Use string-to-number.
22097
22098 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
22099
22100 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
22101 Warn only when name to be defined is quoted.
22102
22103 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
22104
22105 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
22106 Make regexp more robust.
22107 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
22108 Force regeneration of disassembly.
22109
22110 2005-05-29 Jay Belanger <belanger@truman.edu>
22111
22112 * calc/calc.el (calc-user-invocation): Check if
22113 calc-invocation-macro is non-nil.
22114
22115 2005-05-29 Juri Linkov <juri@jurta.org>
22116
22117 * add-log.el (change-log-font-lock-keywords):
22118 Add `+' to e-mail regexp to accept mail address with keywords.
22119
22120 * man.el (Man-name-regexp): Add `:' to accept qualified names.
22121
22122 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
22123
22124 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
22125
22126 * ielm.el (inferior-emacs-lisp-mode): Ditto.
22127
22128 2005-05-29 Richard M. Stallman <rms@gnu.org>
22129
22130 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
22131 Undo the change that moves to end of the current word.
22132
22133 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
22134
22135 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
22136 Throw error when count <= 0 to ensure input is a number.
22137 (gdb-read-memory-custom): Pick up address from buffer.
22138 (gdb-memory-mode): Allow user to increment and decrement
22139 memory address from header line.
22140
22141 2005-05-29 Richard M. Stallman <rms@gnu.org>
22142
22143 * flyspell.el (flyspell-version): Function deleted.
22144 (flyspell-auto-correct-previous-hook): Doc fix.
22145
22146 * jit-lock.el (jit-lock-function, jit-lock-after-change):
22147 Do nothing if memory is full.
22148
22149 * font-lock.el (font-lock-fontify-syntactically-region):
22150 Pass t for GREEDY to looking-back.
22151
22152 * saveplace.el (save-place-alist-to-file): Write the file
22153 using write-region.
22154
22155 * subr.el (looking-back): New argument GREEDY.
22156
22157 * progmodes/compile.el (compilation-start): Set the mode
22158 before inserting the initial text.
22159
22160 * progmodes/which-func.el (which-func-update-1): Turn the mode
22161 off in case of error by setting which-func-mode.
22162
22163 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
22164
22165 * flyspell.el (flyspell-auto-correct-previous-word):
22166 Narrow down to what's on the screen, and recenter overlays
22167 at the end of the next word.
22168
22169 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
22170
22171 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
22172 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
22173 (flyspell-abbrev-p): Default to nil.
22174 (flyspell-use-global-abbrev-table-p): Doc fix.
22175 (flyspell-large-region): Allow nil as value.
22176 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
22177
22178 (mail-mode-flyspell-verify): More robust handling
22179 of `mail-header-separator'. More efficient signature detection.
22180 Allow for regexp metacharacters in message-header-separator.
22181 Adding `To' not to be checked in mail-mode-flyspell-verify.
22182
22183 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
22184 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
22185 Bind flyspell-auto-correct-binding.
22186 Bind C-. and C-, .
22187 (flyspell-mode-map): Likewise.
22188 (flyspell-mode): Doc fix.
22189 (flyspell-accept-buffer-local-defs): Preserve current buffer.
22190 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
22191 (flyspell-word-cache-result): New var, always local.
22192 (flyspell-check-pre-word-p): Doc fix.
22193 (flyspell-check-changed-word-p): Handle spc like newline.
22194 (flyspell-post-command-hook): Set flyspell-word-cache-result.
22195 (flyspell-word-search-backward, flyspell-word-search-forward):
22196 New functions.
22197 (flyspell-word): Return t if nothing to check.
22198 When parsing TeX code, check for after } or \.
22199 Use flyspell-word-search-backward to find previous word.
22200 Return nil if duplicated word.
22201 For word already checked, return same value as last time.
22202 Set flyspell-word-cache-result after checking.
22203 Don't clobber the return value.
22204 (flyspell-get-word): Major rewrite.
22205 (flyspell-external-point-words): New locals pword, pcount.
22206 Fix size used in progress message.
22207 Find the proper corresponding word in flyspell-large-region-buffer.
22208 (flyspell-region): Check for flyspell-large-region = nil.
22209 (flyspell-highlight-incorrect-region): Clean up overlays in region.
22210 (flyspell-auto-correct-word): Check that WORD is a cons.
22211 (flyspell-correct-word): Likewise.
22212
22213 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
22214
22215 * progmodes/make-mode.el (makefile-rule-action-regex)
22216 (makefile-macroassign-regex, makefile-makepp-mode)
22217 (makefile-bsdmake-mode): Continuation lines may be empty.
22218 Reported by Joshua Varner.
22219 (makefile-makepp-font-lock-keywords): Add $(stem).
22220
22221 2005-05-28 Karl Berry <karl@gnu.org>
22222
22223 * textmodes/tex-mode.el: Now that tex-send-command calls
22224 shell-quote-argument (2005-03-31 change), remove all calls to
22225 shell-quote-argument; they all end up invoking tex-send-command.
22226 The double quoting loses on filenames with non-safe characters,
22227 such as "@". Reported by Frederik Fouvry.
22228
22229 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
22230
22231 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
22232 about preserving point.
22233
22234 2005-05-27 Jay Belanger <belanger@truman.edu>
22235
22236 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
22237 Info-goto-node.
22238
22239 * calc/calc-embed.el (calc-embed-arg): New variable.
22240 (calc-do-embedded-activate, calc-embedded-activate-formula)
22241 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
22242 variable by new variable.
22243 (calc-embedded-make-info): Replace undeclared variable by new
22244 variable. When selecting region with positive prefix
22245 argument, use end of previous line instead of beginning of line.
22246
22247 * calc/calc-aent.el (calc-arg-values): Declare it.
22248
22249 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
22250 Declare them.
22251
22252 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
22253
22254 * calc/calc.el (calc-alg-map): Declare it.
22255
22256 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
22257
22258 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
22259
22260 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
22261 (gdb-registers-buffer, toggle-gdb-all-registers):
22262 Toggle display of floating point registers.
22263 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
22264
22265 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
22266 (toggle-gud-tooltip-dereference):
22267 Rename from gud-toggle-tooltip-dereference.
22268
22269 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
22270
22271 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
22272
22273 2005-05-27 Jay Belanger <belanger@truman.edu>
22274
22275 * calc/calc-prog.el (calc-kbd-report): Remove.
22276 (calc-kbd-query): Rewrite.
22277
22278 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
22279
22280 * image.el (image-library-alist): Move to image.c.
22281 (image-type-available-p): Doc fix.
22282
22283 2005-05-27 Lute Kamstra <lute@gnu.org>
22284
22285 * calc/calc.el (calc):
22286 * outline.el (outline-1, outline-2, outline-3, outline-4)
22287 (outline-5, outline-6, outline-7, outline-8):
22288 * textmodes/dns-mode.el (dns-mode):
22289 * textmodes/sgml-mode.el (sgml-namespace-face):
22290 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
22291 (tex-verbatim-face, tex-use-reftex):
22292 * textmodes/texinfo.el (texinfo-heading-face):
22293 Specify customization group.
22294
22295 * longlines.el: Don't require easy-mmode.
22296 (longlines-visible-face): Specify customization group.
22297
22298 2005-05-27 Kenichi Handa <handa@m17n.org>
22299
22300 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
22301 encoding table of windows-1251.
22302
22303 * international/ucs-tables.el (ucs-set-table-for-input):
22304 If translation-table-for-input of a coding system is a symbol, get
22305 its translation-table property.
22306
22307 * international/code-pages.el: Don't register a coding system into
22308 non-iso-charset-alist more than once.
22309 (cp-make-coding-system): Likewise.
22310
22311 2005-05-26 John Wiegley <johnw@newartisans.com>
22312
22313 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
22314 `eshell-resume-eval' is wrapped in a list, it indicates that the
22315 command was run asynchronously. In that case, unwrap the value
22316 before checking the delimiter value.
22317
22318 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
22319 character before a space at the end of a line is \, assume the space
22320 is part of the last argument rather than a final argument separator.
22321
22322 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
22323 is in use, and the target is `t' or `nil' (which are the most common
22324 values), don't assume that the symbol target is a buffer.
22325
22326 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
22327
22328 * calendar/calendar.el (calendar-mode-line-format):
22329 Use mode-line-highlight as mouse-face.
22330
22331 * time.el (display-time-string-forms, display-time-update):
22332 Use mode-line-highlight as mouse-face.
22333
22334 2005-05-26 Jay Belanger <belanger@truman.edu>
22335
22336 * calc/calc.el (calc-language-alist): Remove extra defvar.
22337
22338 2005-05-26 Lute Kamstra <lute@gnu.org>
22339
22340 * arc-mode.el (archive-mode):
22341 * bookmark.el (bookmark-read-annotation-mode)
22342 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
22343 * bs.el (bs-mode):
22344 * calc/calc-yank.el (calc-edit-mode):
22345 * calc/calc.el (calc-mode, calc-trail-mode):
22346 * calculator.el (calculator-mode):
22347 * chistory.el (command-history-mode):
22348 * comint.el:
22349 * cus-edit.el (custom-mode):
22350 * descr-text.el (describe-text-mode):
22351 * ebuff-menu.el (Electric-buffer-menu-mode):
22352 * ediff-util.el (ediff-mode):
22353 * emacs-lisp/re-builder.el (reb-mode):
22354 * emulation/vi.el (vi-mode-setup):
22355 * emulation/ws-mode.el (wordstar-mode):
22356 * eshell/esh-mode.el (eshell-mode):
22357 * forms.el (forms-mode):
22358 * help-mode.el (help-mode):
22359 * hexl.el (hexl-mode):
22360 * ibuffer.el (ibuffer-mode):
22361 * ielm.el (inferior-emacs-lisp-mode):
22362 * info.el (Info-mode, Info-edit-mode):
22363 * international/swedish.el:
22364 * ledit.el (ledit-from-lisp-mode):
22365 * locate.el (locate-mode):
22366 * mail/rmail.el (rmail-mode):
22367 * mail/rmailedit.el (rmail-edit-mode):
22368 * mail/rmailsum.el (rmail-summary-mode):
22369 * mail/supercite.el (sc-electric-mode):
22370 * net/eudc.el (eudc-mode):
22371 * net/quickurl.el (quickurl-list-mode):
22372 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
22373 * obsolete/ooutline.el (outline-mode):
22374 * obsolete/options.el (Edit-options-mode):
22375 * obsolete/rnews.el (news-mode):
22376 * obsolete/rnewspost.el (news-reply-mode):
22377 * play/5x5.el (5x5-mode):
22378 * play/decipher.el (decipher-mode, decipher-stats-mode):
22379 * play/gomoku.el (gomoku-mode):
22380 * play/snake.el (snake-mode):
22381 * play/solitaire.el (solitaire-mode):
22382 * play/tetris.el (tetris-mode):
22383 * progmodes/ada-mode.el (ada-mode):
22384 * progmodes/antlr-mode.el (antlr-mode):
22385 * progmodes/autoconf.el (autoconf-mode):
22386 * progmodes/dcl-mode.el (dcl-mode):
22387 * progmodes/delphi.el (delphi-mode):
22388 * progmodes/ebrowse.el (ebrowse-tree-mode)
22389 (ebrowse-electric-list-mode, ebrowse-member-mode)
22390 (ebrowse-electric-position-mode):
22391 * progmodes/f90.el (f90-mode):
22392 * progmodes/fortran.el (fortran-mode):
22393 * progmodes/icon.el (icon-mode):
22394 * progmodes/idlw-help.el (idlwave-help-mode):
22395 * progmodes/idlw-shell.el (idlwave-shell-mode):
22396 * progmodes/idlwave.el (idlwave-mode):
22397 * progmodes/inf-lisp.el (inferior-lisp-mode):
22398 * progmodes/m4-mode.el (m4-mode):
22399 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
22400 * progmodes/modula2.el (modula-2-mode):
22401 * progmodes/octave-inf.el (inferior-octave-mode):
22402 * progmodes/octave-mod.el (octave-mode):
22403 * progmodes/pascal.el (pascal-mode):
22404 * progmodes/sh-script.el (sh-mode):
22405 * progmodes/sql.el (sql-mode, sql-interactive-mode):
22406 * progmodes/vhdl-mode.el (vhdl-mode):
22407 * progmodes/xscheme.el (scheme-interaction-mode):
22408 * replace.el (occur-mode):
22409 * ses.el (ses-mode):
22410 * simple.el (completion-list-mode):
22411 * skeleton.el:
22412 * speedbar.el (speedbar-mode):
22413 * term.el (term-mode):
22414 * terminal.el (terminal-edit-mode):
22415 * textmodes/reftex-index.el (reftex-index-mode)
22416 (reftex-index-phrases-mode):
22417 * textmodes/reftex-sel.el (reftex-select-label-mode)
22418 (reftex-select-bib-mode):
22419 * textmodes/reftex-toc.el (reftex-toc-mode):
22420 * wdired.el (wdired-change-to-wdired-mode):
22421 * wid-browse.el (widget-browse-mode):
22422 Use run-mode-hooks.
22423
22424 * array.el (array-mode):
22425 * calendar/todo-mode.el (todo-mode):
22426 * man.el (Man-mode):
22427 * play/landmark.el (lm-mode):
22428 * play/mpuz.el (mpuz-mode):
22429 Use kill-all-local-variables and run-mode-hooks.
22430
22431 * subr.el (delay-mode-hooks): Specify indentation.
22432
22433 2005-05-26 Mark A. Hershberger <mah@everybody.org>
22434
22435 * xml.el (xml-substitute-special): Don't die for undefined xml
22436 entities.
22437
22438 2005-05-26 Jay Belanger <belanger@truman.edu>
22439
22440 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
22441 of nil.
22442
22443 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
22444
22445 * progmodes/gdb-ui.el (gdb-frame-address):
22446 Rename from gdb-current-address.
22447 (gdb-previous-frame-address): Rename from gdb-previous-address.
22448 (gdb-selected-frame): Rename from gdb-current-frame.
22449 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
22450 (gdb-frame-number): Rename from gdb-current-stack-level.
22451 (gdb-ann3): Match new mode-name for disassembly buffer.
22452 Extend initialization of variables.
22453 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
22454 (gdb-memory-mode): Use mouse-face in header line.
22455 (gdb-assembler-buffer-name): Call it disassembly and give frame
22456 in mode line.
22457 (gdb-source-spec-regexp, gdb-assembler-custom)
22458 (gdb-invalidate-assembler, gdb-frame-handler):
22459 Make robust to leading zeroes in address format.
22460
22461 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
22462
22463 * textmodes/org.el (org-mode): Use `define-derived-mode' to
22464 define `org-mode'.
22465 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
22466
22467 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
22468
22469 * log-edit.el (log-edit-changelog-entries): Distinguish between
22470 filenames like xfns.c and fns.c.
22471
22472 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
22473
22474 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
22475 point after reverting.
22476 (Buffer-menu-make-sort-button): Handle the case where
22477 `Buffer-menu-use-header-line' is nil.
22478
22479 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
22480
22481 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
22482 New funcs. In minibuffer-local-completion-map bind `]', `/'
22483 and `:' to them.
22484
22485 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
22486
22487 * startup.el (normal-top-level): Allow modification of load-path while
22488 we're iterating over it.
22489
22490 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
22491
22492 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
22493 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
22494 (thumbs-resize-interactive, thumbs-insert-image)
22495 (thumbs-insert-thumb, thumbs-dired-show-marked)
22496 (thumbs-find-image-at-point, thumbs-delete-images)
22497 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
22498 (thumbs-increment-image-size, thumbs-decrement-image-size):
22499 Fix typos in docstrings.
22500
22501 2005-05-24 Andre Spiegel <spiegel@gnu.org>
22502
22503 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
22504 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
22505 (cperl-mode): Use them.
22506
22507 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
22508
22509 * window.el (quit-window, shrink-window-if-larger-than-buffer):
22510 Doc fixes.
22511
22512 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
22513
22514 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
22515 Bind C-d to gdb-inferior-io-eof.
22516
22517 * dired.el (dired-dnd-popup-notice): Use message-box.
22518
22519 2005-05-23 Masatake YAMATO <jet@gyve.org>
22520
22521 * bindings.el (mode-line-major-mode-keymap):
22522 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
22523
22524 * faces.el (mode-line-highlight): New face.
22525
22526 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
22527 as mouse-face.
22528
22529 * bindings.el (top-level, help-echo, mode-line-modified)
22530 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
22531 as mouse-face.
22532
22533 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
22534
22535 * progmodes/cc-engine.el (c-guess-basic-syntax):
22536 Remove spurious call to `zerop'.
22537
22538 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
22539
22540 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
22541
22542 CC Mode update to 5.30.10:
22543
22544 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
22545 could go past the limit in decoration level 2, thereby causing
22546 errors during interactive fontification.
22547
22548 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
22549 the file is evaluated interactively.
22550
22551 * cc-engine.el (c-guess-basic-syntax): Handle operator
22552 declarations somewhat better in C++.
22553
22554 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
22555 make use of `run-mode-hooks' which has been added in Emacs 21.1.
22556 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
22557 (awk-mode): Use it.
22558 (make-local-hook): Suppress warning about obsoleteness.
22559
22560 * cc-engine.el, cc-align.el, cc-cmds.el
22561 (c-append-backslashes-forward, c-delete-backslashes-forward)
22562 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
22563 Compensate for return value from `forward-line' when it has moved
22564 but not to a different line due to eob.
22565
22566 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
22567 `objc-method-intro' and `objc-method-args-cont'.
22568
22569 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
22570
22571 CC Mode update to 5.30.10:
22572
22573 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
22574 in the copyright statement. Incidentally, change "along with GNU
22575 Emacs" to "along with this program" where it occurs.
22576
22577 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
22578 so that it is interactive, hence can be found by M-x awk-mode
22579 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
22580 <gmorris+emacs@ast.cam.ac.uk>.
22581
22582 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
22583 Mode's regexps.
22584
22585 2005-05-23 Kevin Ryde <user42@zip.com.au>
22586
22587 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
22588 c-parse-state, to avoid a lisp error (on bad code).
22589
22590 2005-05-23 Lute Kamstra <lute@gnu.org>
22591
22592 * subr.el (font-lock-defaults): Remove defvar as it's already
22593 defined in font-core.el.
22594
22595 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
22596
22597 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
22598
22599 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
22600 more general and work when GDB variable "print pretty" is on,
22601 as with Emacs, for example.
22602
22603 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
22604
22605 * font-core.el: Update comment.
22606
22607 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
22608 Use `after-change-major-mode-hook' instead of `find-file-hook'.
22609
22610 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
22611
22612 2005-05-22 Eli Zaretskii <eliz@gnu.org>
22613
22614 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
22615 and `yank-handler' in the doc strings.
22616
22617 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
22618
22619 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
22620
22621 2005-05-22 Richard M. Stallman <rms@gnu.org>
22622
22623 * help.el (describe-key): Move print-help-return-message call
22624 out of conditional.
22625
22626 * progmodes/etags.el (list-tags): Use with-no-warnings.
22627
22628 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
22629 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
22630 (starttls-extra-args, starttls-extra-arguments): Add defvars.
22631
22632 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
22633
22634 * language/viet-util.el (viet-viscii-nonascii-translation-table):
22635 Add defvar.
22636
22637 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
22638 Use defvar, not defconst.
22639
22640 * hexl.el (hexl-follow-line): Use with-no-warnings.
22641
22642 * emulation/tpu-extras.el: Use write-file-functions instead of
22643 write-file-hooks.
22644
22645 * dired.el (dired-font-lock-keywords): Fontify files with junk
22646 extensions even if marked by -F.
22647
22648 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
22649
22650 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
22651 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
22652 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
22653 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
22654 (concatenate, list-length, get*, getf, cl-remprop):
22655 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
22656 (etypecase, progv, lexical-let, lexical-let*)
22657 (multiple-value-bind, multiple-value-setq, shiftf):
22658 Improve argument/docstring consistency.
22659
22660 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
22661
22662 2005-05-22 Andre Spiegel <spiegel@gnu.org>
22663
22664 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
22665 doesn't exist.
22666
22667 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
22668 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
22669
22670 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
22671
22672 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
22673 already deleted variables: auto-fill-hook, blink-paren-hook,
22674 lisp-indent-hook, inhibit-local-variables, unread-command-event,
22675 suspend-hooks, comment-indent-hook, meta-flag,
22676 before-change-function, after-change-function,
22677 font-lock-doc-string-face.
22678
22679 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
22680
22681 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
22682
22683 2005-05-21 Eli Zaretskii <eliz@gnu.org>
22684
22685 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
22686 rmail-dont-reply-to.
22687
22688 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22689
22690 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
22691 literal blank when splitting new-header-values.
22692
22693 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
22694
22695 * calendar/cal-menu.el (cal-menu-update): Add separator as a
22696 string so that tmm doesn't create a completion entry for it.
22697
22698 * textmodes/table.el (table-disable-menu): Ditto.
22699
22700 2005-05-21 Richard M. Stallman <rms@gnu.org>
22701
22702 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
22703
22704 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
22705
22706 * net/rcompile.el (remote-compile): Use compilation-start.
22707
22708 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
22709
22710 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
22711
22712 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
22713 Default to makefile-bsdmake-mode on BSD systems.
22714
22715 * imenu.el (imenu-generic-expression, imenu--generic-function'):
22716 REGEXP may also be a search function now. The part of doc-string
22717 for describing the structure was 95% identical to that of
22718 `imenu--generic-function'. Unify it there.
22719
22720 * progmodes/make-mode.el (makefile-imenu-generic-expression):
22721 Use function to find dependencies, because regexp alone is so complex,
22722 it easily goes into an endless loop.
22723 (makefile-makepp-mode): Also add submenu for Perl functions
22724 defined in the makefile.
22725 (makefile-bsdmake-mode): Special imenu-generic-expression no
22726 longer needed, due to function call.
22727 (makefile-match-dependency): Take BOUND into account when checking
22728 if we're through.
22729
22730 2005-05-20 Jay Belanger <belanger@truman.edu>
22731
22732 * calc/calc-units.el (calc-invalidate-units-table):
22733 Use inhibit-read-only.
22734 (math-build-units-table-buffer): Use view-mode.
22735
22736 2005-05-20 David Kastrup <dak@gnu.org>
22737
22738 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
22739 easy-menu-add is not a nop on Emacs; and clarify when to call it.
22740
22741 2005-05-20 Lute Kamstra <lute@gnu.org>
22742
22743 * diff-mode.el (diff-header-face, diff-file-header-face)
22744 (diff-index-face, diff-hunk-header-face, diff-removed-face)
22745 (diff-added-face, diff-changed-face, diff-function-face)
22746 (diff-context-face, diff-nonexistent-face): Put them in the
22747 diff-mode customization group.
22748
22749 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
22750
22751 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
22752
22753 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
22754
22755 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
22756 Minor regexp-optimization.
22757
22758 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
22759
22760 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
22761 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
22762 (org-agenda-add-time-grid-maybe): New function.
22763 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
22764 (org-table-create): `dotimes' instead of `mapcar'.
22765 (org-xor): Simplify implementation.
22766 (org-agenda): `inhibit-redisplay' turned on.
22767 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
22768 a consistent line after a state change.
22769 (org-agenda-remove-times-when-in-prefix): New option.
22770 (org-prefix-has-time): New variable.
22771 (org-parse-time-string): Optional argument NODEFAULT.
22772 (org-format-agenda-item): Parse items for time-of-day
22773 specifications and move these into the prefix if possible.
22774 (org-agenda-priority): Get current heading, not previous heading
22775 during agenda remote editing.
22776
22777 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
22778
22779 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
22780 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
22781 (remove-duplicates, delete-duplicates, substitute)
22782 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
22783 (nsubstitute-if-not, find, find-if, find-if-not, position)
22784 (position-if, position-if-not, count, count-if, count-if-not)
22785 (mismatch, search, sort*, stable-sort, merge, member*)
22786 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
22787 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
22788 (intersection, nintersection, set-difference, nset-difference)
22789 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
22790 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
22791 (nsublis, tree-equal): Improve argument/docstring consistency.
22792
22793 * subr.el (send-string, send-region): Remove obsolescence declaration.
22794 (window-dot, set-window-dot, read-input, show-buffer)
22795 (eval-current-buffer, string-to-int):
22796 Add release number to obsolescence declarations.
22797
22798 2005-05-19 Kim F. Storm <storm@cua.dk>
22799
22800 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
22801 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
22802
22803 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
22804
22805 * faces.el (list-faces-display): Make back button respect optional
22806 regexp arg.
22807
22808 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
22809
22810 * calculator.el (calculator-radix-grouping-mode)
22811 (calculator-radix-grouping-digits, calculator-displayer)
22812 (calculator-radix-grouping-separator, calculator-copy-displayer):
22813 * dabbrev.el (dabbrev-search-these-buffers-only):
22814 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
22815 (diff-advance-after-apply-hunk, diff-mode-hook)
22816 (diff-minor-mode-prefix):
22817 * imenu.el (imenu-use-popup-menu):
22818 * jit-lock.el (jit-lock-context-time):
22819 * newcomment.el (comment-fill-column, comment-column)
22820 (comment-style, comment-padding, comment-multi-line)
22821 (comment-empty-lines, comment-auto-fill-only-comments):
22822 * reveal.el (reveal-around-mark):
22823 * uniquify.el (uniquify-buffer-name-style)
22824 (uniquify-after-kill-buffer-p)
22825 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
22826 (uniquify-min-dir-content, uniquify-separator)
22827 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
22828 * w32-vars.el (w32-fixed-font-alist):
22829 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
22830 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
22831 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
22832 * progmodes/perl-mode.el (perl-indent-level)
22833 (perl-continued-statement-offset, perl-continued-brace-offset)
22834 (perl-brace-offset, perl-brace-imaginary-offset)
22835 (perl-label-offset, perl-indent-continued-arguments)
22836 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
22837 * progmodes/tcl.el (tcl-indent-level)
22838 (tcl-continued-indent-level, tcl-auto-newline)
22839 (tcl-tab-always-indent, tcl-electric-hash-style)
22840 (tcl-help-directory-list, tcl-use-smart-word-finder)
22841 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
22842 (inferior-tcl-source-command):
22843 * textmodes/fill.el (enable-kinsoku):
22844 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
22845 * textmodes/table.el (table-yank-handler):
22846 Specify missing group (and type, if simple) in defcustom.
22847
22848 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
22849
22850 * progmodes/compile.el (compilation-finish-function): Fix defvar.
22851
22852 2005-05-19 Richard M. Stallman <rms@gnu.org>
22853
22854 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
22855
22856 * subr.el (event-basic-type): Don't get an error.
22857 (left-fringe-p): Function deleted.
22858
22859 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
22860 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
22861
22862 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
22863 in recursive copy.
22864
22865 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
22866
22867 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
22868
22869 * emacs-lisp/bytecomp.el
22870 (byte-compile-file-form-custom-declare-variable):
22871 Call byte-compile-nogroup-warn if appropriate.
22872
22873 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
22874 (compilation-set-window): Don't call left-fringe-p; do it directly.
22875
22876 2005-05-19 Jay Belanger <belanger@truman.edu>
22877
22878 * calc/calc-graph.el (calc-graph-format-data): Make sure
22879 var-PlotRejects is bound before trying to check its value.
22880
22881 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
22882
22883 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
22884 definition of this variable from reftex-global.el to reftex.el,
22885 because it is needed in the menu.
22886
22887 2005-05-19 Lute Kamstra <lute@gnu.org>
22888
22889 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
22890 years are fixed. Don't insert a space after a dash.
22891
22892 2005-05-19 Kim F. Storm <storm@cua.dk>
22893
22894 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
22895
22896 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
22897
22898 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
22899 strings, because (eq ... ?\\) is fairly frequent.
22900
22901 * progmodes/make-mode.el (makefile-add-this-line-targets):
22902 Simplify and integrate into `makefile-pickup-targets'.
22903 (makefile-add-this-line-macro): Simplify and integrate into
22904 `makefile-pickup-macros.
22905 (makefile-pickup-filenames-as-targets): Simplify.
22906 (makefile-previous-dependency, makefile-match-dependency):
22907 Don't stumble over `::'.
22908
22909 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
22910
22911 * subr.el (post-command-idle-hook, post-command-idle-delay):
22912 Remove obsoletion of post-command-idle-hook and
22913 post-command-idle-delay.
22914
22915 * faces.el (list-faces-display): Provide button when describe-face
22916 is called to take user back to the list of faces.
22917
22918 * help-fns.el (describe-variable): Remove hyperlinks in a
22919 variable's value as these are quite frequently inappropriate.
22920
22921 * follow.el (follow-submit-feedback, follow-mode):
22922 Remove references to post-command-idle-hook.
22923
22924 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
22925
22926 * progmodes/make-mode.el (makefile-previous-dependency)
22927 (makefile-match-dependency): Check for := (and in bsd mode also
22928 !=) to give a better result, even when font-lock is not on.
22929
22930 2005-05-18 Jay Belanger <belanger@truman.edu>
22931
22932 * calc/calc-help.el (calc-s-prefix-help):
22933 Add `calc-copy-special-constant' to help string.
22934
22935 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
22936
22937 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
22938
22939 2005-05-18 Jay Belanger <belanger@truman.edu>
22940
22941 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
22942 in linear factors are in proper order.
22943
22944 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
22945
22946 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22947 Support for jurabib.
22948
22949 * textmodes/reftex.el (featurep): Define aliases for overlay
22950 commands, for XEmacs compatibility, and use these aliases in
22951 overlay initializations.
22952 (reftex-highlight): Use `reftex-move-overlay'.
22953 (reftex-unhighlight): Use `reftex-delete-overlay'.
22954 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
22955 (reftex-access-search-path): Use `reftex-uniquify' instead of
22956 `reftex-uniq'
22957
22958 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
22959 `before-string' property modification enables for Emacs as well.
22960 (reftex-select-item): Use `reftex-delete-overlay'.
22961 (reftex-select-mark): Use `reftex-make-overlay' and
22962 `reftex-overlay-put'.
22963 (reftex-select-unmark): Use `reftex-delete-overlay' and
22964 `reftex-overlay-put'.
22965
22966 2005-05-18 Lute Kamstra <lute@gnu.org>
22967
22968 * emacs-lisp/lisp.el (check-parens): Fix docstring.
22969
22970 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
22971
22972 * add-log.el (add-change-log-entry):
22973 * array.el (array-make-template, array-reconfigure-rows)
22974 (array-init-max-row, array-init-max-column)
22975 (array-init-columns-per-line, array-init-field-width):
22976 * replace.el (replace-match-maybe-edit, perform-replace):
22977 * textmodes/spell.el (spell-region):
22978 Replace `read-input' by `read-string'.
22979
22980 * forms.el (forms-mode):
22981 * finder.el (finder-compile-keywords):
22982 * shadowfile.el (shadow-read-files):
22983 Replace `eval-current-buffer' by `eval-buffer'.
22984
22985 * terminal.el (te-pass-through):
22986 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
22987 (ange-ftp-raw-send-cmd):
22988 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
22989 (send-process-next-char, telnet-initial-filter, telnet):
22990 Replace `send-string' by `process-send-string'.
22991
22992 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
22993 (prolog-consult-region): Replace `send-string' by
22994 `process-send-string'; replace `send-region' by `process-send-region'.
22995
22996 * progmodes/delphi.el (delphi-log-msg):
22997 Replace `set-window-dot' by `set-window-point'.
22998
22999 * subr.el (window-dot, set-window-dot, read-input, send-string)
23000 (send-region, show-buffer, eval-current-buffer):
23001 Make really obsolete, as the comment says.
23002
23003 2005-05-17 Kim F. Storm <storm@cua.dk>
23004
23005 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
23006 (cua--init-keymaps): Bind C-return instead of S-return to set
23007 rectangle mark.
23008
23009 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
23010 instead of S-return to toggle/clear rectangle mark.
23011
23012 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
23013
23014 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
23015 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
23016 Also fontify plain strings assigned to variables, mostly so that a
23017 colon has a face and is thus not taken as a dependency separator.
23018 (makefile-previous-dependency): Inline the new matcher, because it
23019 is too complex to work in both directions.
23020 (makefile-match-dependency): Eliminate `backward' arg (see above).
23021 Completely reimplemented so as to not sometimes go into an endless
23022 loop. It should also be more efficient, because first it only
23023 searches for `:', instead of applying the very complex regexp.
23024 (makefile-mode): Cancel `font-lock-support-mode', because blocks
23025 to be fontified in one piece can be too long for JIT.
23026 Makefiles are never *that* big.
23027
23028 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
23029
23030 * dired.el (dired-mode): Simplify.
23031
23032 2005-05-17 Lute Kamstra <lute@gnu.org>
23033
23034 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
23035 defcustom for the mode hook variable.
23036
23037 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
23038 Emacs Lisp Reference Manual.
23039
23040 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
23041
23042 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
23043 (evenp, list*):
23044 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
23045 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
23046
23047 * net/tramp-smb.el (tramp-smb-open-connection):
23048 Pass `tramp-chunksize' as fifth (required) argument.
23049
23050 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
23051
23052 * font-lock.el (lisp-font-lock-keywords-1):
23053 Set `font-lock-negation-char-face' for [^...] char group.
23054 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
23055
23056 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
23057 a var, and refine it to mask one more level of nested vars.
23058 (makefile-rule-action-regex): Turn it into a var, and refine it so
23059 it recognizes backslashed continuation lines as belonging to the
23060 same command.
23061 (makefile-macroassign-regex): Refine it so it recognizes
23062 backslashed continuation lines as belonging to the same command.
23063 (makefile-var-use-regex): Don't look at the next char, because it
23064 might be the same one to be skipped by the initial [^$], leading
23065 to an overlooked variable use.
23066 (makefile-make-font-lock-keywords): Remove two parameters, which
23067 are now variables that some of the modes set locally.
23068 Handle dependency and rule action matching through functions, because
23069 regexps alone match too often. Dependency matching now comes
23070 last, so it can check, whether a colon already matched something else.
23071 (makefile-mode): Inform that font-lock improves makefile parsing
23072 capabilities.
23073 (makefile-match-dependency, makefile-match-action): New functions.
23074
23075 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
23076
23077 * emacs-lisp/cl-extra.el (equalp): Doc fix.
23078
23079 * align.el (align-regexp):
23080 * ansi-color.el (ansi-color-get-face):
23081 * array.el (array-reconfigure-rows, array-init-max-row)
23082 (array-init-max-column, array-init-columns-per-line)
23083 (array-init-field-width):
23084 * dired-aux.el (dired-trample-file-versions):
23085 * dired-x.el (dired-mark-sexp):
23086 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
23087 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
23088 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
23089 * faces.el (face-read-integer):
23090 * files.el (backup-extract-version, insert-directory):
23091 * hexl.el (hexl-insert-decimal-char):
23092 * server.el (server-process-filter):
23093 * shell.el (shell-extract-num):
23094 * startup.el (command-line-1):
23095 * term.el (term-command-hook):
23096 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
23097 (time-stamp-do-number):
23098 * time.el (display-time-update):
23099 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
23100 (timezone-fix-time):
23101 * vms-patch.el (vms-suspend-resume-hook):
23102 * calendar/appt.el (appt-convert-time):
23103 * calendar/cal-bahai.el (mark-bahai-diary-entries):
23104 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
23105 * calendar/cal-islam.el (mark-islamic-diary-entries):
23106 * calendar/calendar.el (calendar-cursor-to-date)
23107 (calendar-star-date):
23108 * calendar/diary-lib.el (diary-attrtype-convert)
23109 (mark-diary-entries, diary-entry-time):
23110 * calendar/solar.el (solar-get-number):
23111 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
23112 * emacs-lisp/re-builder.el (reb-display-subexp):
23113 * emulation/edt.el (edt-set-scroll-margins):
23114 * emulation/tpu-extras.el (tpu-set-scroll-margins):
23115 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
23116 (vip-get-ex-count):
23117 * emulation/viper-ex.el (viper-get-ex-token)
23118 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
23119 * international/fontset.el (fontset-plain-name):
23120 * mail/feedmail.el (feedmail-look-at-queue-directory):
23121 * mail/mailalias.el (mail-get-names):
23122 * mail/rmail.el (rmail-convert-to-babyl-format):
23123 * mail/rmailsum.el (rmail-make-basic-summary-line)
23124 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
23125 (rmail-summary-goto-msg):
23126 * mail/smtpmail.el (smtpmail-read-response):
23127 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
23128 (ange-ftp-vms-add-file-entry):
23129 * play/gametree.el (gametree-looking-at-ply)
23130 (gametree-current-branch-score):
23131 * progmodes/ada-xref.el (ada-prj-find-prj-file)
23132 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
23133 * progmodes/cperl-mode.el (condition-case):
23134 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
23135 (ebrowse-set-member-buffer-column-width)
23136 (ebrowse-select-1st-to-9nth):
23137 * progmodes/etags.el (etags-snarf-tag):
23138 * progmodes/flymake.el (flymake-parse-line):
23139 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
23140 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
23141 (idlwave-shell-menu-def):
23142 * progmodes/ps-mode.el (ps-run-goto-error):
23143 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
23144 (vhdl-speedbar-contract-level):
23145 * term/mac-win.el (x-handle-numeric-switch):
23146 * term/sun-mouse.el (sun-get-frame-data):
23147 * term/w32-win.el (x-handle-numeric-switch):
23148 * term/x-win.el (x-handle-numeric-switch):
23149 * textmodes/ispell.el (ispell-parse-output):
23150 * textmodes/nroff-mode.el (nroff-outline-level):
23151 * textmodes/reftex-cite.el (reftex-bib-sort-year)
23152 (reftex-bib-sort-year-reverse, reftex-format-citation):
23153 * textmodes/reftex-parse.el (reftex-init-section-numbers)
23154 (reftex-section-number):
23155 * textmodes/texinfmt.el (texinfo-paragraphindent):
23156 Replace `string-to-int' by `string-to-number'.
23157
23158 * international/latexenc.el: Add page marker to force the "Local
23159 Variables:" string out of the last page.
23160
23161 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
23162
23163 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
23164 tooltip-change-major-mode.
23165 (gud-tooltip-print-command): Remove case where gud-minor-mode
23166 is gdb ("--fullname").
23167 (gud-tooltip-tips): Turn GUD tooltips off for this case and
23168 explain to user.
23169
23170 2005-05-16 Jay Belanger <belanger@truman.edu>
23171
23172 * calc/calc-store.el (calc-copy-special-constant): New function.
23173
23174 * calc/calc-ext.el (calc-init-extensions): Add binding for
23175 `calc-copy-special-constant'.
23176
23177 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
23178 for the `calc-copy-special-constant' command.
23179
23180 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
23181
23182 * subr.el (left-fringe-p): New function.
23183
23184 * progmodes/compile.el (compilation-setup): Set local value of
23185 overlay-arrow-string to "" always.
23186 (compilation-set-window): Left fringe then don't scroll.
23187 No left fringe then no arrow and scroll message to top.
23188 (compilation-context-lines): Adjust doc string accordingly.
23189
23190 2005-05-16 Kim F. Storm <storm@cua.dk>
23191
23192 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
23193 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
23194 (ido-wide-find-dir-or-delete-dir): New command for M-d.
23195 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
23196 (ido-read-file-name): Handle commands with ido property value
23197 equal to find-file as reading a file name, to allow C-d to enter dired.
23198 (ibuffer-find-file): Add ido property with value find-file.
23199
23200 2005-05-15 Kim F. Storm <storm@cua.dk>
23201
23202 * subr.el (open-network-stream-nowait): Remove.
23203 (open-network-stream-server): Remove.
23204
23205 2005-05-15 Richard M. Stallman <rms@gnu.org>
23206
23207 * faces.el (describe-face): Output a definition link button.
23208
23209 * help-mode.el (help-face-def): New button type.
23210
23211 * emacs-lisp/copyright.el (copyright-fix-years):
23212 Match properly if the first year is 2-digit.
23213 Don't mess up the whitespace after the years by filling.
23214
23215 * dired-aux.el (dired-mark-confirm):
23216 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
23217
23218 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
23219 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
23220 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
23221
23222 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
23223 Set font-lock-comment-start-skip.
23224
23225 * font-lock.el (font-lock-comment-start-skip): New variable.
23226 (font-lock-comment-end-skip): New variable.
23227 (font-lock-fontify-syntactically-region): Use them if non-nil.
23228
23229 2005-05-15 Jay Belanger <belanger@truman.edu>
23230
23231 * calc/calc-store.el (calc-store-value): Return a string rather
23232 than display it as a message.
23233 Use calc-var-name for variable name.
23234 (calc-store-into): Add the result of calc-store-value to message.
23235 (calc-copy-variable): Add a message.
23236 (calc-store-exchange): Improve error messages.
23237 (calc-store-binary, calc-store-map): Don't reset the values of
23238 special constants.
23239
23240 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
23241
23242 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
23243 manual to docstring.
23244
23245 * files.el (hack-local-variables-confirm): Add STRING argument.
23246 Make the function handle non file visiting buffers correctly.
23247 (hack-local-variables-prop-line, hack-local-variables)
23248 (hack-one-local-variable): Use STRING arg of
23249 `hack-local-variables-confirm'.
23250
23251 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
23252
23253 Sync with Tramp 2.0.49.
23254
23255 * net/tramp.el (tramp-handle-dired-call-process)
23256 (tramp-handle-insert-directory):`insert-buffer' cannot be used
23257 because the contents of the Tramp buffer is changed before
23258 insertion (`expand-file' and alike).
23259 (tramp-handle-insert-directory): If `localname' has an empty
23260 nondirectory name, it must not be quoted.
23261 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
23262 variable `tramp-chunksize'. Change callees.
23263 (tramp-open-connection-setup-interactive-shell): Check remote host
23264 for buggy `send-process-string' implementation.
23265 Set `tramp-chunksize' if found. Reported by Michael Kifer
23266 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
23267 (tramp-handle-shell-command): `insert-buffer' cannot be used
23268 because the contents of the Tramp buffer is changed before
23269 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
23270 <frederic.bothamy@free.fr>.
23271 (tramp-set-auto-save): Actions should be done for Tramp file name
23272 handler only. Ange-FTP has its own auto-save mechanism.
23273 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
23274 (tramp-set-auto-save-file-modes): Set file modes of
23275 `buffer-auto-save-file-name' to ?\600 as fallback solution.
23276 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
23277 (tramp-bug): Remove obsolete variable.
23278 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
23279 for presence of `mml-mode'. Make it running for older Emacsen as well.
23280
23281 2005-05-14 John Paul Wallington <jpw@pobox.com>
23282
23283 * ibuf-ext.el (define-ibuffer-filter filename):
23284 If `dired-directory' is a list, use its car.
23285
23286 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
23287
23288 * ibuffer.el (define-ibuffer-column filename):
23289 If `dired-directory' is a list, use its car.
23290
23291 2005-05-14 Richard M. Stallman <rms@gnu.org>
23292
23293 * subr.el (symbol-file): Doc fix.
23294
23295 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
23296 (byte-compile-form): Call byte-compile-nogroup-warn.
23297 (byte-compile-warning-types): Doc fix.
23298
23299 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
23300
23301 * progmodes/cc-engine.el (c-literal-faces):
23302 Add font-lock-comment-delimiter-face.
23303
23304 * net/net-utils.el (dig): Use with-no-warnings.
23305
23306 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
23307 (sc-recite-frame-alist, sc-default-cite-frame)
23308 (sc-default-uncite-frame, sc-default-recite-frame)
23309 (sc-attrib-selection-list, sc-rewrite-header-list):
23310 Mark as risky-local-variable.
23311
23312 * international/ogonek.el (ogonek-jak, ogonek-how):
23313 Don't use beginning-of-buffer.
23314
23315 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
23316
23317 * calendar/solar.el (solar-data-list): Move definition up.
23318
23319 * dnd.el (dnd-protocol-alist): Add autoload.
23320
23321 * progmodes/sh-script.el: Many doc usage fixes.
23322 (sh-indent-after-do): Change default to match common styles.
23323
23324 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
23325
23326 * files.el (interpreter-mode-alist)
23327 (auto-mode-interpreter-regexp): Doc fixes.
23328
23329 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
23330
23331 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
23332
23333 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
23334
23335 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23336
23337 * dired.el (dired-mode): make-variable-buffer-local =>
23338 make-local-variable.
23339
23340 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23341
23342 * term/mac-win.el (mac-select-convert-to-string): Try coding
23343 systems in mac-script-code-coding-systems if specified one cannot
23344 encode string for `com.apple.traditional-mac-plain-text'.
23345
23346 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
23347
23348 * progmodes/make-mode.el (makefile-targets-face)
23349 (makefile-shell-face, makefile-makepp-perl-face): New faces.
23350 (makefile-dependency-regex): Fix it to not make the colon in
23351 $(var:a=b) special.
23352 (makefile-rule-action-regex): New regexp for highlighting embedded
23353 Shell strings.
23354 (makefile-macroassign-regex): Handle != for highlighting as
23355 embedded Shell strings.
23356 (makefile-var-use-regex): New const.
23357 (makefile-statements, makefile-automake-statements)
23358 (makefile-gmake-statements, makefile-makepp-statements)
23359 (makefile-bsdmake-statements): New consts.
23360 (makefile-make-font-lock-keywords): New function.
23361 (makefile-automake-font-lock-keywords)
23362 (makefile-gmake-font-lock-keywords)
23363 (makefile-makepp-font-lock-keywords)
23364 (makefile-bsdmake-font-lock-keywords): New consts.
23365 (makefile-mode-map): Add switchers between the various submodes.
23366 (makefile-mode): Document the availability of the variants.
23367 (makefile-automake-mode, makefile-gmake-mode)
23368 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
23369
23370 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
23371 new variants of makefile-mode.
23372
23373 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23374
23375 * font-lock.el (font-lock-comment-delimiter-face): Fix up
23376 the inheritance.
23377
23378 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
23379
23380 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
23381 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
23382
23383 * files.el (normal-mode): Extend the scope of the
23384 `enable-local-variables' binding to include the `set-auto-mode' call.
23385 (magic-mode-alist): Doc fix.
23386
23387 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23388
23389 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
23390 font-lock-comment-face rather than copying its setting.
23391
23392 2005-05-12 Andreas Schwab <schwab@suse.de>
23393
23394 * eshell/esh-mode.el (eshell-send-input): Doc fix.
23395
23396 2005-05-12 Lute Kamstra <lute@gnu.org>
23397
23398 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
23399 defcustom for the mode hook variable. Delete the last argument.
23400 * generic-x.el: Fix callers of define-generic-mode.
23401 (generic-x-modes): Delete group.
23402 (show-tabs-tab-face, show-tabs-space-face): Put them in the
23403 generic-x customization group.
23404
23405 2005-05-12 Kim F. Storm <storm@cua.dk>
23406
23407 * font-lock.el (font-lock-negation-char-face): Default to "off".
23408
23409 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
23410 font-lock-negation-char-face to ! in !=.
23411
23412 2005-05-12 Masatake YAMATO <jet@gyve.org>
23413
23414 * add-log.el (find-change-log): Fix typos in the docstring
23415 of function.
23416
23417 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
23418
23419 * international/latexenc.el (latexenc-find-file-coding-system):
23420 Avoid `re-search-forward' when looking for input encoding because
23421 of speed and safety. Better regular expressions for recognizing
23422 input encoding. Limit a search for TeX-master/tex-main-file to
23423 the local variable section.
23424
23425 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
23426
23427 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
23428 syntax of $ to "'" (quote).
23429
23430 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
23431
23432 * dnd.el (dnd-protocol-alist): Improve custom type.
23433
23434 * dired.el (dired-dnd-protocol-alist): New variable.
23435 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
23436 `dired-mode-hook' to the end.
23437
23438 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
23439
23440 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
23441 comment-end if comment-start-skip is not set.
23442 Obey the font-lock-comment-delimiter-face variables.
23443
23444 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
23445
23446 * files.el (executable-find): Move from executable.el. Use
23447 locate-file.
23448 * progmodes/executable.el (executable-find): Move to files.el.
23449
23450 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
23451 when trying to ensure forward progress.
23452
23453 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
23454
23455 * mouse-sel.el (mouse-sel-follow-link-p): New function.
23456 (mouse-select, mouse-select-internal, mouse-extend-internal):
23457 Use it to implement mouse-1-click-follows-link functionality.
23458
23459 2005-05-11 Richard M. Stallman <rms@gnu.org>
23460
23461 * font-lock.el (font-lock-fontify-syntactically-region):
23462 Use font-lock-comment-delimiter-face for comment delimiters.
23463
23464 2005-05-10 Jay Belanger <belanger@truman.edu>
23465
23466 * calc/calc-help.el (calc-m-prefix-help): Add mention of
23467 preserving embedded modes.
23468
23469 2005-05-10 Richard M. Stallman <rms@gnu.org>
23470
23471 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
23472
23473 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
23474 Move from ada-stmt.el.
23475 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
23476
23477 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
23478 Move to ada-mode.el.
23479 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
23480
23481 * cus-edit.el (custom-file): Call file-chase-links.
23482
23483 * files.el (read-directory-name): Fix previous change.
23484 (hack-local-variables-confirm): New function.
23485 (hack-local-variables-prop-line, hack-local-variables)
23486 (hack-one-local-variable): Use it.
23487
23488 2005-05-10 Lute Kamstra <lute@gnu.org>
23489
23490 * font-lock.el (font-lock-keywords-alist)
23491 (font-lock-removed-keywords-alist): Clarify docstrings.
23492
23493 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
23494
23495 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
23496 (gdb-source-info): Check for preprocessor info.
23497 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
23498 a macro for a function.
23499 (gdb-info-breakpoints-custom): Try to find file again if not already
23500 found (user might have used GDB dir command).
23501 (gdb-get-location): Update gdb-location-alist correctly for change
23502 to gdb-info-breakpoints-custom.
23503
23504 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
23505 (gud-tooltip-print-command): Add gdbmi case.
23506 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
23507 preprocessor info.
23508
23509 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
23510
23511 * startup.el (fancy-splash-insert): Fix typo in doc string.
23512
23513 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
23514
23515 * obsolete/float.el (string-to-float):
23516 * obsolete/hilit19.el (hilit-add-pattern):
23517 * obsolete/rnews.el (news-parse-range, news-select-message)
23518 (news-get-pruned-list-of-files): Replace `string-to-int' by
23519 `string-to-number'.
23520
23521 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
23522 `find-file-not-found-hooks'; use `add-hook'.
23523 (uncompress-while-visiting): Set `write-file-functions', not
23524 `write-file-hooks'; use `add-hook'.
23525
23526 2005-05-09 Kim F. Storm <storm@cua.dk>
23527
23528 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
23529 (cua-paste): Handle clipboard action.
23530 (cua--init-keymaps): Remap clipboard-kill-region and
23531 clipboard-kill-ring-save.
23532
23533 2005-05-08 Eli Zaretskii <eliz@gnu.org>
23534
23535 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
23536 Improve commentary.
23537
23538 * simple.el (next-error-overlay-arrow-position): Revert the change
23539 made on 2005-04-30.
23540
23541 2005-05-07 Jay Belanger <belanger@truman.edu>
23542
23543 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
23544 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
23545 `calc-sel-reselect'.
23546
23547 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
23548 Calc is in embedded mode.
23549
23550 2005-05-07 Eli Zaretskii <eliz@gnu.org>
23551
23552 * progmodes/compile.el (compilation-setup):
23553 Set overlay-arrow-string to an empty string on text terminals.
23554
23555 * textmodes/ispell.el (ispell-program-name): Try looking for
23556 "aspell" along exec-path, and if found, use it as the default
23557 speller program.
23558
23559 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
23560
23561 * international/mule.el (sgml-xml-auto-coding-function):
23562 Recognize encoding='FOO' in single quotes as well as in double quotes.
23563
23564 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
23565
23566 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
23567 as well as `interactive', so that defmacro* would recognize
23568 `declare' forms.
23569
23570 2005-05-07 Eli Zaretskii <eliz@gnu.org>
23571
23572 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
23573 Explain more about the LIGHTER arg's usage in the doc string.
23574 Add commentary to clarify what the code does. Fix the regexp that
23575 strips whitespace from LIGHTER. Quote LIGHTER before using it,
23576 since it could have characters special to regular expressions.
23577
23578 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
23579
23580 * replace.el (occur-1): Bind inhibit-read-only so that
23581 erase-buffer doesn't barf on read-only text properties (likewise
23582 for add-text-properties in occur-engine). Mark buffer as unmodified.
23583 (occur-engine): Don't set buffer-read-only here.
23584
23585 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
23586
23587 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
23588 list-buffers-directory. This caused the *cvs-commit* buffer to be
23589 sometimes mistakenly reused as a *cvs* buffer.
23590
23591 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
23592
23593 * tooltip.el: Move code for GUD tooltips into gud.el.
23594 (require): CL no longer needed to compile case.
23595 (tooltip-mode): Do not toggle functions for GUD tooltips.
23596 (tooltip-gud-tips-p): Remove. Replace with minor mode
23597 gud-tooltip-mode in gud.el.
23598 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
23599 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
23600 tooltip-gud prefix with gud-tooltip and obsolete.
23601 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
23602 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
23603 (tooltip-mouse-motion): Mouse movement functions/variable.
23604 Rename in gud.el by adding gud prefix.
23605 (tooltip-gud-original-filter, tooltip-gud-dereference)
23606 (tooltip-gud-event, tooltip-toggle-gud-tips)
23607 (tooltip-gud-process-output, tooltip-gud-print-command)
23608 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
23609 gud.el by replacing tooltip-gud prefix with gud-tooltip.
23610 (gdb-tooltip-print): Move to gdb-ui.el.
23611
23612 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
23613 (require): CL needed to compile case.
23614 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
23615 tooltip-gud-tips-p. Make it a minor-mode.
23616 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
23617 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
23618 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
23619 (gud-tooltip-change-major-mode)
23620 (gud-tooltip-activate-mouse-motions-if-enabled)
23621 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
23622 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
23623 (gud-tooltip-original-filter, gud-tooltip-dereference)
23624 (gud-tooltip-event, tooltip-toggle-gud-tips)
23625 (gud-tooltip-process-output, gud-tooltip-print-command)
23626 (gud-tooltip-tips): Move from tooltip.el.
23627
23628 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
23629 (gdb-cpp-define-alist-flags): Doc fix.
23630 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
23631 gud-tooltip-mode is t.
23632
23633 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
23634
23635 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
23636 evaporate if their text is deleted.
23637 (goto-address-at-point): Make it work as a mouse binding as well.
23638 (goto-address-at-mouse): Obsolete it. Update users.
23639
23640 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
23641
23642 * calendar/appt.el (top-level): No longer activate on load.
23643
23644 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
23645
23646 * calendar/cal-bahai.el (mark-bahai-diary-entries):
23647 * net/webjump.el (webjump):
23648 * progmodes/idlw-help.el (idlwave-do-context-help1)
23649 (idlwave-highlight-linked-completions):
23650 * textmodes/po.el (po-find-file-coding-system-guts):
23651 Replace `assoc-ignore-case' by `assoc-string'.
23652
23653 2005-05-06 Eli Zaretskii <eliz@gnu.org>
23654
23655 * files.el (locate-file): Doc fix.
23656
23657 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
23658 Remove the redundant test for ms-dos.
23659
23660 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
23661 look for the preprocessor with exec-suffixes. If not found in
23662 standard places, look in exec-path. Remove most of the tests that
23663 used system-type.
23664
23665 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
23666
23667 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
23668
23669 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
23670 file-name clash with jka-compr.el on 8+3 filesystems.
23671
23672 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23673
23674 * term/mac-win.el: Don't define or bind scroll bar functions if
23675 x-toolkit-scroll-bars is t.
23676 (x-select-text, x-get-selection-value): Clear
23677 x-last-selected-text-clipboard if x-select-enable-clipboard is
23678 nil.
23679 (PRIMARY): Put mac-scrap-name property.
23680 (mac-select-convert-to-file-url): New function.
23681 (public.file-url): New selection target type. Add to
23682 selection-converter-alist.
23683 (x-get-selection, x-selection-value): Handle it.
23684 (x-cut-buffer-or-selection-value): New alias.
23685
23686 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23687
23688 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
23689 entry to avoid calling bibtex-find-entry with arg global
23690 being t. Remove arg key.
23691 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
23692 (bibtex-copy-summary-as-kill): Change accordingly.
23693
23694 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
23695
23696 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
23697 (org-agenda-date-later): Use with-current-buffer.
23698
23699 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
23700
23701 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
23702 (define-obsolete-variable-alias): Doc Fixes.
23703
23704 2005-05-06 Kim F. Storm <storm@cua.dk>
23705
23706 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
23707 vertical-motion when selective-display is active.
23708
23709 * ido.el (ido-setup-hook): New hook.
23710 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
23711 (ido-input-stack): New var.
23712 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
23713 ido-next-work-file binding to M-O.
23714 Bind M-f to ido-wide-find-file-or-pop-dir.
23715 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
23716 (ido-read-internal): Run ido-setup-hook.
23717 Catch quit in read-file-name and read-string to cancel edit.
23718 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
23719 Automatically pop-all when completing a directory name (RET).
23720 (ido-file-internal): Add with-no-warnings around ffap and dired code.
23721 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
23722 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
23723 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
23724 New functions for M-b/M-f to move among the directory components.
23725 (ido-make-merged-file-list): Catch quit to cancel merge.
23726 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
23727 (ido-completion-help): No warnings for ido-completion-buffer-full.
23728
23729 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
23730
23731 * font-lock.el (font-lock-negation-char-face): New face and variable.
23732 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
23733 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
23734 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
23735 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
23736
23737 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
23738
23739 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
23740 Fix typo in docstring.
23741
23742 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
23743 (ebrowse-print-statistics-line)
23744 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
23745
23746 * term/w32-win.el (image-library-alist): Add additional name for
23747 Xpm library.
23748
23749 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
23750
23751 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
23752 use gcc instead of cpp.
23753
23754 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
23755 (gdb-create-define-alist): Use it.
23756 (gdb-cpp-define-alist-program): Update for MS-DOS.
23757
23758 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
23759
23760 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
23761
23762 2005-05-04 Richard M. Stallman <rms@gnu.org>
23763
23764 * help.el (describe-key): No error when UNTRANSLATED is nil.
23765
23766 * simple.el (line-move-1): Fix previous change to signal errors
23767 appropriately.
23768
23769 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
23770
23771 * calendar/icalendar.el (icalendar-version): Now at 0.12.
23772 (icalendar-duration-correction): Remove.
23773 (icalendar--get-event-properties): Split result at commas.
23774 (icalendar--decode-isoduration): New optional argument
23775 DURATION-CORRECTION.
23776 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
23777 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
23778 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
23779 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
23780 (icalendar--convert-anniversary-to-ical): New functions, extracted
23781 from icalendar-export-region, with bug fixes.
23782 (icalendar-export-region): Use the above functions.
23783 (icalendar-import-buffer): Check before saving diary file.
23784 (icalendar--convert-recurring-to-diary)
23785 (icalendar--convert-non-recurring-all-day-to-diary)
23786 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
23787 extracted from icalendar--convert-ical-to-diary, with bug fixes.
23788 (icalendar--convert-ical-to-diary): Use the above functions.
23789
23790 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
23791
23792 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
23793 Remove these recent additions.
23794 (c-mode): Restore to before 2005-04-28.
23795
23796 * progmodes/cc-vars.el (cc-define-list-program): Remove this
23797 recent addition.
23798
23799 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
23800 (gdb-define-alist): New variables.
23801 (gdb-create-define-alist): New function.
23802 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
23803 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
23804 with string-to-number.
23805 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
23806
23807 * progmodes/gud.el: Replace string-to-int with string-to-number.
23808 (gud-find-file): Handle gdb-define-alist.
23809
23810 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
23811
23812 2005-05-02 Jay Belanger <belanger@truman.edu>
23813
23814 * calc/calc-aent.el (math-read-token):
23815 * calc/calc-bin.el (calc-word-size):
23816 * calc/calc-ext.el (calc-read-number-fancy):
23817 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
23818 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
23819 * calc/calc-frac.el (calc-over-notation):
23820 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
23821 (calc-graph-num-points, calc-graph-init):
23822 * calc/calc-prog.el (calc-read-parse-table-part)
23823 (calc-edit-macro-repeats):
23824 * calc/calc-yank.el (calc-do-grab-rectangle):
23825 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
23826 Replace `string-to-int' by `string-to-number'.
23827
23828 2005-05-02 Kim F. Storm <storm@cua.dk>
23829
23830 * kmacro.el: Use executing-kbd-macro-index variable.
23831
23832 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
23833
23834 * net/rlogin.el (rlogin-parse-words): Delete func.
23835 (rlogin): Use split-string, not rlogin-parse-words.
23836 Also, if there are option-like elements in the parsed args,
23837 take the host to be the first arg immediately following them.
23838 Suggested by Michael Mauger.
23839
23840 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
23841
23842 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
23843
23844 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
23845
23846 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
23847 (cc-mode-cpp-program): Rename to cc-define-list-program and
23848 move to cc-vars.el.
23849
23850 * progmodes/cc-vars.el (cc-define-list-program):
23851 Change to "gcc -E -dM -". Make customizable.
23852
23853 2005-05-02 Kim F. Storm <storm@cua.dk>
23854
23855 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
23856
23857 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
23858
23859 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
23860
23861 * international/mule-util.el (truncate-string): Remove alias and
23862 obsolete declaration.
23863
23864 * international/mule-cmds.el (update-iso-coding-systems):
23865 Remove alias and obsolete declaration.
23866
23867 * international/mule.el (coding-system-parent): Remove alias and
23868 obsolete declaration.
23869
23870 * subr.el (define-function, sref): Remove aliases and obsolete
23871 declarations.
23872 (chars-in-region): Remove obsolete declaration.
23873
23874 2005-05-01 Richard M. Stallman <rms@gnu.org>
23875
23876 * info.el (Info-mode): Set widen-automatically to nil, locally.
23877
23878 * simple.el (widen-automatically): New variable.
23879 (pop-global-mark): Obey widen-automatically.
23880
23881 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
23882
23883 * term/xterm.el (function-key-map): Call substitute-key-definition
23884 before the keymap size is increased by a lot of define-key calls.
23885
23886 2005-05-01 Richard M. Stallman <rms@gnu.org>
23887
23888 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
23889 Rename ARG to ELEMENT. Doc fix.
23890
23891 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
23892
23893 * allout.el (allout-exposure): Remove macro and obsolete declaration.
23894 Remove references to allout-exposure/change to allout-new-exposure.
23895
23896 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
23897 bytecode symbols.
23898
23899 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
23900 (compiled-function-p, focus-frame, unfocus-frame):
23901 Remove aliases and obsolete declarations.
23902 Back out inadvertent changes from previous commit.
23903
23904 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
23905
23906 * files.el (require-final-newline): Make Custom tags consistent
23907 with mode-require-final-newline.
23908 (mode-require-final-newline): Doc fix.
23909
23910 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
23911
23912 * international/latexenc.el (latexenc-find-file-coding-system):
23913 Fix regular expressions.
23914
23915 2005-05-01 David Kastrup <dak@gnu.org>
23916
23917 * international/latexenc.el (latexenc-find-file-coding-system):
23918 Fix regular expressions.
23919
23920 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
23921
23922 * subr.el (string-to-int): Make obsolete.
23923
23924 2005-04-30 Richard M. Stallman <rms@gnu.org>
23925
23926 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
23927
23928 * loadup.el: load jka-comp-hook.
23929
23930 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
23931 (jka-compr-handler): Add autoload. `put' calls moved
23932 to jka-comp-hook.el.
23933 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
23934 (jka-compr-inhibit): Autoload.
23935
23936 * jka-comp-hook.el: New file.
23937 Enable the mode by default.
23938
23939 * files.el (backup-buffer-copy): Use copy-file instead
23940 of write-region, and put back the 'excl.
23941
23942 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
23943
23944 * progmodes/flymake.el (flymake-split-string)
23945 (flymake-split-string, flymake-log, flymake-pid-to-names)
23946 (flymake-reg-names, flymake-get-source-buffer-name)
23947 (flymake-unreg-names, flymake-add-line-err-info)
23948 (flymake-add-err-info): Clarify docstrings.
23949 (flymake-popup-menu, flymake-make-emacs-menu)
23950 (flymake-make-xemacs-menu): Add docstrings.
23951 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
23952 Set variables directly throughout.
23953
23954 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
23955
23956 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
23957 exists. Initialize cc-define-alist.
23958 (c-mode): Add cc-create-define-alist locally to after-save-hook.
23959 If there is no file (Macroexpansion) don't create an alist.
23960
23961 2005-04-29 Sam Steingold <sds@gnu.org>
23962
23963 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
23964 (cc-create-define-alist): Use it instead of the hard-coded string.
23965
23966 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
23967
23968 * international/mule-conf.el (file-coding-system-alist): Fix regexp
23969 for latexenc.
23970
23971 2005-04-29 Lute Kamstra <lute@gnu.org>
23972
23973 * emacs-lisp/generic.el: Improve commentary section.
23974 (define-generic-mode): Improve docstring.
23975
23976 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
23977
23978 * textmodes/org.el (many places): Change to quiet the byte compiler.
23979 (org-prefix-format-compiled): New variable.
23980 (org-compile-prefix-format): New function.
23981 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
23982 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
23983 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
23984 (org-get-entries-from-diary): Use `org-get-time-of-day' for
23985 consistency with entries from `org-mode' files.
23986 (org-get-time-of-day): Fix bug with partial matches early in a line.
23987 (org-non-link-chars): New constant.
23988 (org-link-regexp): Respect `org-non-link-chars'.
23989 (org-agenda-day-view): Remove command.
23990 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
23991 (org-follow-bbdb-link, org-store-link): Search also company field.
23992 (org-highlight-overlay): New variable.
23993 (org-highlight, org-unhighlight): New functions.
23994 (org-agenda-mode): Add pre-command-hook to remove highlight.
23995 (org-evaluate-time-range): Behavior depends upon whether time stamp
23996 contains a time or not.
23997 (org-show-subtree, org-show-entry): New functions.
23998 (org-agenda-cleanup-fancy-diary): Remove empty lines.
23999
24000 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
24001
24002 * comint.el (comint-output-filter-functions): Add autoload cookie.
24003
24004 2005-04-28 Kim F. Storm <storm@cua.dk>
24005
24006 * ido.el (ido-everywhere): Fix last change.
24007
24008 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
24009
24010 * international/latexenc.el: New file.
24011 * international/mule-conf.el (file-coding-system-alist): For .tex,
24012 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
24013
24014 2005-04-28 Lute Kamstra <lute@gnu.org>
24015
24016 * font-lock.el (font-lock-add-keywords)
24017 (font-lock-remove-keywords): Clarify docstring.
24018 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
24019 Don't start docstrings with a `*'.
24020 (font-lock-update-removed-keyword-alist): Give it a docstring.
24021
24022 * generic-x.el: Update commentary section.
24023 Only require font-lock when compiling.
24024 Define all modes conditionally.
24025 Place all generic modes in the generic-x-modes customization group.
24026 (generic-x-modes): New customization group.
24027 (generic-default-modes, generic-mswindows-modes)
24028 (generic-unix-modes, generic-other-modes): New constants.
24029 (generic-define-mswindows-modes, generic-define-unix-modes):
24030 Update docstrings. Make them obsolete.
24031 (generic-extras-enable-list): New default value. Update docstring.
24032 Improve :type. Change :set function.
24033 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
24034 Fix docstring.
24035
24036 * emacs-lisp/generic.el (generic-mode-internal):
24037 Simplify font-lock-defaults.
24038 (define-generic-mode): Fix docstring.
24039
24040 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24041
24042 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
24043 font-lock-face property to highlight matches.
24044
24045 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
24046
24047 * progmodes/cc-mode.el (cc-create-define-alist): New function.
24048 (cc-define-alist): New variable.
24049 (c-mode): Make it local and initialize it.
24050
24051 * progmodes/gdb-ui.el (gdb-active-process): New variable.
24052 (gdb-exited): New function.
24053 (gdb-annotation-rules): Use it.
24054 (gdb-starting): Set gdb-active-process to t.
24055 (gdb-stopping): Amend doc string.
24056 (gdb-reset): Set gdb-active-process to nil.
24057
24058 * tooltip.el (tooltip-gud-tips): Show the associated #define
24059 directives when a C program under GDB is not executing.
24060
24061 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
24062
24063 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
24064 font-lock-fontify-syntactic-keywords.
24065
24066 * font-lock.el (font-lock-default-fontify-region): Don't force
24067 parse-sexp-lookup-properties to nil.
24068
24069 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
24070
24071 * man.el (man-mode-syntax-table): Set up `:' to have
24072 word-constituent syntax.
24073
24074 2005-04-27 Lute Kamstra <lute@gnu.org>
24075
24076 * novice.el (disable-command): Don't add spurious newlines to the
24077 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
24078
24079 2005-04-26 Jay Belanger <belanger@truman.edu>
24080
24081 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
24082 than one window before deleting window.
24083
24084 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
24085
24086 * shell.el (shell-prompt-pattern): Doc fix.
24087 (shell-mode): Set paragraph-separate buffer locally to "\\'".
24088
24089 * comint.el (comint-prompt-regexp, comint-get-old-input)
24090 (comint-use-prompt-regexp)
24091 (comint-use-prompt-regexp-instead-of-fields)
24092 (comint-replace-by-expanded-history, comint-send-input)
24093 (comint-output-filter, comint-get-old-input-default)
24094 (comint-line-beginning-position, comint-bol, comint-show-output)
24095 (comint-backward-matching-input, comint-forward-matching-input)
24096 (comint-next-prompt, comint-previous-prompt):
24097 Rename `comint-use-prompt-regexp-instead-of-fields' to
24098 `comint-use-prompt-regexp'. Keep old name as alias and declare
24099 obsolete.
24100 (comint-use-prompt-regexp): Shorten first line of doc string.
24101
24102 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
24103 Set paragraph-separate buffer locally to "\\'".
24104
24105 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
24106 Adapt to above name change.
24107
24108 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
24109 (smbclient-prompt-regexp): Ditto.
24110
24111 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
24112
24113 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
24114
24115 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
24116 gdb-location-list.
24117 Break lines that are over 80 characters wide.
24118
24119 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
24120
24121 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
24122 New fun and var, to preserve compatibility.
24123
24124 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
24125
24126 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
24127
24128 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
24129 name to file-newer-than-file-p.
24130
24131 2005-04-26 Richard M. Stallman <rms@gnu.org>
24132
24133 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
24134
24135 * progmodes/python.el (python-mode):
24136 Use new name eldoc-documentation-function.
24137
24138 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
24139
24140 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
24141 (eldoc-documentation-function):
24142 Rename from eldoc-print-current-symbol-info-function. Calls changed.
24143
24144 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
24145
24146 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
24147
24148 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
24149
24150 * term/xterm.el (function-key-map): Fix strings for
24151 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
24152 {C,S,A,C-S}-{f1-f12}.
24153
24154 2005-04-26 Kenichi Handa <handa@m17n.org>
24155
24156 * international/mule-cmds.el (select-safe-coding-system):
24157 Fix previous change.
24158
24159 2005-04-26 Lute Kamstra <lute@gnu.org>
24160
24161 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
24162
24163 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
24164 (font-lock-comment-delimiter-face): Ditto.
24165
24166 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
24167
24168 2005-04-25 Jay Belanger <belanger@truman.edu>
24169
24170 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
24171 to t while inserting information; use help-mode.
24172
24173 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
24174
24175 * term.el (ansi-term-color-vector): Use the xterm colors.
24176 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
24177
24178 2005-04-25 Lute Kamstra <lute@gnu.org>
24179
24180 * font-core.el (font-lock-defaults): Fix docstring.
24181
24182 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
24183
24184 2005-04-25 Kenichi Handa <handa@m17n.org>
24185
24186 * international/mule-cmds.el (select-safe-coding-system):
24187 Don't check consistency with coding: spec, etc if raw-text or
24188 no-conversion was found to be safe.
24189
24190 2005-04-24 Richard M. Stallman <rms@gnu.org>
24191
24192 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
24193 citation markers at start of each line.
24194
24195 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
24196 citation markers at start of each line.
24197
24198 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
24199
24200 * files.el (mode-require-final-newline): Fix previous change.
24201 (require-final-newline): Fix type label.
24202
24203 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
24204
24205 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
24206 statement in buffer (broken by 2004-11-24 change).
24207
24208 2005-04-24 Kim F. Storm <storm@cua.dk>
24209
24210 * ido.el (ido-everywhere): Save and restore old read-buffer-function
24211 and read-file-name-function values. Don't overwrite existing
24212 non-nil values if ido-mode is enabled without ido-everywhere.
24213
24214 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
24215
24216 * files.el (mode-require-final-newline): Minor doc fix.
24217
24218 2005-04-24 Eli Zaretskii <eliz@gnu.org>
24219
24220 * subr.el (syntax-after): Doc fix.
24221 (syntax-class): If argument is nil, return nil. Mask off upper 16
24222 bits, not 8 bits.
24223
24224 * files.el (mode-require-final-newline): Doc fix.
24225 (backup-buffer-copy): Fix last change.
24226
24227 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24228
24229 * term/mac-win.el: Require select. Set selection-coding-system to
24230 mac-system-coding-system. Call menu-bar-enable-clipboard.
24231 (x-last-selected-text-clipboard, x-last-selected-text-primary)
24232 (x-select-enable-clipboard): New variables.
24233 (x-select-text, x-get-selection, x-selection-value)
24234 (x-get-selection-value, mac-select-convert-to-string)
24235 (mac-services-open-file, mac-services-open-selection)
24236 (mac-services-insert-text): New functions.
24237 (CLIPBOARD, FIND): Put mac-scrap-name property.
24238 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
24239 (public.tiff): Put mac-ostype property.
24240 (selection-converter-alist): Add entries for them.
24241 (mac-application-menu-map): New keymap.
24242 (interprogram-cut-function, interprogram-paste-function): Set to
24243 x-select-text and x-get-selection-value, respectively.
24244 (split-window-keep-point): Set to t.
24245
24246 2005-04-23 Richard M. Stallman <rms@gnu.org>
24247
24248 * files.el (read-directory-name): Always pass non-nil
24249 DEFAULT-FILENAME arg to read-file-name.
24250 (backup-buffer-copy, basic-save-buffer-2): Take care against
24251 writing thru an unexpected existing symlink.
24252 (revert-buffer): In indirect buffer, revert the base buffer.
24253 (magic-mode-alist): Doc fix.
24254 (buffer-stale-function): Doc fix.
24255 (minibuffer-with-setup-hook): Avoid warning.
24256 (mode-require-final-newline): Doc and custom fix.
24257
24258 * follow.el (follow-end-of-buffer): Use with-no-warnings.
24259
24260 * font-lock.el (font-lock-comment-face): On terminals with few colors,
24261 use the default appearance.
24262 (font-lock-comment-delimiter-face): New face, new variable.
24263
24264 * imenu.el (imenu--generic-function): The official position of a
24265 definition is the start of the line that BEG is in.
24266
24267 * midnight.el (midnight-timer): Move defvar up.
24268
24269 * mouse.el (mouse-drag-region-1): Delete some debugging code.
24270
24271 * saveplace.el (save-place-to-alist): Use with-no-warnings.
24272
24273 * startup.el (command-line): Use with-no-warnings.
24274
24275 * window.el (window-size-fixed): New defvar.
24276
24277 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
24278
24279 * mail/rmail.el (rmail-font-lock-keywords):
24280 Use font-lock-comment-delimiter-face.
24281
24282 * mail/sendmail.el (mail-font-lock-keywords):
24283 Use font-lock-comment-delimiter-face.
24284
24285 * progmodes/compile.el (next-error-highlight-timer): New defvar.
24286
24287 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
24288
24289 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24290 Specify t for LAXMATCH when matching directories.
24291 Save match data around compilation-compat-error-properties form.
24292
24293 2005-04-23 David Kastrup <dak@gnu.org>
24294
24295 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
24296 Mention that the autoloaded aliases should be kept for AUCTeX.
24297
24298 2005-04-23 Andreas Schwab <schwab@suse.de>
24299
24300 * isearch.el (isearch-forward): Doc fix.
24301
24302 2005-04-23 Eli Zaretskii <eliz@gnu.org>
24303
24304 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
24305 (jit-lock-stealth-nice): Change default value to 0.5.
24306
24307 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
24308
24309 * abbrev.el (write-abbrev-file): Write table entries in
24310 alphabetical order by table name.
24311
24312 2005-04-22 Kim F. Storm <storm@cua.dk>
24313
24314 * ido.el (ido-read-internal): Fix `list' completion.
24315
24316 2005-04-22 Kenichi Handa <handa@m17n.org>
24317
24318 * recentf.el (recentf-save-file-coding-system): New variable.
24319 (recentf-save-list): Encode the file by
24320 recentf-save-file-coding-system and add coding: tag.
24321
24322 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
24323
24324 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
24325
24326 2005-04-21 Lute Kamstra <lute@gnu.org>
24327
24328 * loadhist.el (unload-feature): Don't remove a function from hooks
24329 if it is about to be restored to an autoload . Remove functions
24330 that will become unbound from auto-mode-alist. Simplify the code.
24331
24332 * subr.el (assq-delete-all): New implementation that is linear,
24333 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
24334 (rassq-delete-all): New function.
24335
24336 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
24337 Add size-indication-mode.
24338
24339 2005-04-21 Kenichi Handa <handa@m17n.org>
24340
24341 * international/mule-cmds.el: Add autoload for widget-value in
24342 eval-when-compile.
24343
24344 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
24345
24346 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
24347 Add tooltip-mode.
24348
24349 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
24350
24351 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
24352
24353 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
24354 (inferior-lisp-filter-regexp, inferior-lisp-program)
24355 (inferior-lisp-load-command, inferior-lisp-prompt)
24356 (inferior-lisp-mode-hook, lisp-source-modes)
24357 (inferior-lisp-load-hook): defvar->defcustom.
24358 (inferior-lisp-program, inferior-lisp-prompt)
24359 (inferior-lisp-load-hook): Doc fixes.
24360 (inferior-lisp-install-letter-bindings): Small change in
24361 introductory comment.
24362
24363 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
24364
24365 * vc.el (vc-annotate-color-map): Change some colors so that text
24366 using them as foreground is readable on both white and black
24367 backgrounds.
24368
24369 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24370
24371 * international/mule-conf.el (translation-table-for-input):
24372 Remove redundant declaration.
24373
24374 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
24375
24376 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
24377
24378 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
24379 (tooltip-toggle-gud-tips): New function.
24380
24381 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24382
24383 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
24384 right angle brackets.
24385
24386 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
24387
24388 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
24389
24390 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
24391
24392 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
24393 Remove. Update callers to use expand-file-name instead.
24394
24395 * subr.el (syntax-class): New function.
24396
24397 * simple.el (blink-matching-open): Use it.
24398
24399 * paren.el (show-paren-function): Use it to recognize parens that are
24400 also used in 2-char comment markers.
24401
24402 2005-04-19 Lute Kamstra <lute@gnu.org>
24403
24404 * loadhist.el (unload-feature): Update for new format of
24405 load-history. Simplify the code.
24406
24407 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24408
24409 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
24410 (mac-add-charset-info): New function. Initialize variable
24411 mac-charset-info-alist using it.
24412 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
24413 for translation.
24414 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
24415 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
24416 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
24417 New CCL programs.
24418
24419 2005-04-19 Kim F. Storm <storm@cua.dk>
24420
24421 * simple.el (next-buffer, prev-buffer, next-error)
24422 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
24423 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
24424
24425 * bindings.el (next-buffer, prev-buffer, next-error)
24426 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
24427 (clone-indirect-buffer-other-window): Move bindings from simple.el.
24428 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
24429 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
24430
24431 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
24432
24433 * isearch.el (isearch-edit-string): Make the search-ring available for
24434 minibuffer history commands.
24435 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
24436 the default history commands now work just as well.
24437 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
24438
24439 2005-04-18 Kim F. Storm <storm@cua.dk>
24440
24441 * emulation/cua-base.el (cua--pre-command-handler): Add more
24442 elaborate check for shift modifier on non-window systems.
24443
24444 2005-04-18 Lars Hansen <larsh@math.ku.dk>
24445
24446 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
24447
24448 2005-04-18 Kim F. Storm <storm@cua.dk>
24449
24450 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
24451 and make it optional. Don't test tooltip-gud-echo-area here.
24452 (tooltip-gud-process-output, gdb-tooltip-print):
24453 Pass tooltip-gud-echo-area to tooltip-show.
24454 (tooltip-help-tips): Remove second optional arg to tooltip-show.
24455
24456 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24457
24458 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
24459 `display-graphic-p' may not be bound yet.
24460
24461 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
24462
24463 * startup.el (command-line): No longer enable Xterm Mouse mode by
24464 default in terminals compatible with xterm.
24465
24466 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
24467
24468 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
24469
24470 * tooltip.el (tooltip-gud-echo-area): Rename from
24471 tooltip-use-echo-area.
24472 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
24473 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
24474 area independently of where help tooltips are displayed.
24475
24476 2005-04-17 David Kastrup <dak@gnu.org>
24477
24478 * cus-theme.el (custom-theme-write-variables): Quote variables
24479 where necessary.
24480
24481 2005-04-17 Richard M. Stallman <rms@gnu.org>
24482
24483 * simple.el (yank-excluded-properties): Add follow-link to value.
24484
24485 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
24486
24487 * startup.el (fancy-splash-max-time): Just 30 seconds.
24488 (fancy-splash-delay): Just 7.
24489 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
24490
24491 * loadhist.el (unload-feature): Update for new format of load-history.
24492 Simplify the code.
24493
24494 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
24495 (rmail-font-lock-keywords): Don't fontify the text of a citation.
24496
24497 * mail/sendmail.el (mail-font-lock-keywords):
24498 Don't fontify subject text.
24499 Don't fontify the text of a citation.
24500
24501 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
24502
24503 * comint.el (comint-output-filter): Run comint-output-filter-functions
24504 with point where the user had it.
24505
24506 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
24507
24508 * international/ucs-tables.el (ucs-set-table-for-input):
24509 Disable when using unify-on-decoding.
24510
24511 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
24512
24513 * emulation/cua-base.el (cua-global-mark-face): Add special case
24514 for displays supporting a high number of colors.
24515
24516 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
24517
24518 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
24519
24520 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
24521
24522 * filesets.el (filesets-add-buffer): If user supplies a name of a
24523 non-existing fileset, create a new fileset.
24524
24525 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
24526
24527 * textmodes/org.el (org-up-heading-all): Fix bug with
24528 `outline-up-heading-all'.
24529
24530 2005-04-16 Andreas Schwab <schwab@suse.de>
24531
24532 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
24533 /etc/permissions.d/* and /etc/aliases.d/*.
24534
24535 2005-04-16 Kenichi Handa <handa@m17n.org>
24536
24537 * international/code-pages.el (cp-make-coding-system):
24538 Set `translation-table-for-input' property value to the symbol
24539 ucs-mule-to-mule-unicode, not to that value.
24540 (pt154): Escape guillemet by `\'.
24541
24542 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
24543
24544 * loadup.el: Load tooltip if x-show-tip is fboundp.
24545
24546 * startup.el (command-line): Add comment.
24547
24548 * tooltip.el (tooltip-mode): Specify correct standard value for
24549 Custom in init-value.
24550
24551 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
24552
24553 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
24554 possible.
24555
24556 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
24557
24558 * textmodes/org.el (org-agenda-date-prompt): Rename from
24559 `org-agenda-date-today'.
24560 (org-evaluate-time-range): Insert at point instead of directly
24561 after time range.
24562 (org-first-headline-recenter, org-subtree-end-visible-p)
24563 (org-optimize-window-after-visibility-change): New functions
24564 (org-agenda-post-command-hook): Don't allow point at end of line,
24565 to make sure it always hits the text properties.
24566 (org-agenda-next-date-line, org-agenda-previous-date-line):
24567 New commands.
24568 (org-set-regexps-and-options): Category may contain white space.
24569 (org-agenda-get-deadlines, org-agenda-get-scheduled):
24570 Improve marker positions.
24571 (org-agenda-new-marker): Argument POS made optional.
24572 (org-agenda-get-timestamps): Deadlines which are done are listed
24573 in org-done-face now.
24574 (org-agenda-get-todos, org-agenda-get-timestamps)
24575 (org-agenda-get-deadlines, org-agenda-get-scheduled):
24576 Set `undone-face' and `done-face' properties.
24577 (org-last-todo-state-is-todo): New variable.
24578 (org-todo): Set `org-last-todo-state-is-todo'.
24579 (org-agenda-todo): Change face according to
24580 `org-last-todo-state-is-todo'. And change other lines referring to
24581 the same entry.
24582 (org-calendar-goto-agenda): New command.
24583 (org-calendar-to-agenda-key): New option.
24584 (org-startup-folded): New allowed value `content'.
24585 (org-set-regexps-and-options): Accept new value `content' for
24586 `org-startup-folded'.
24587 (org-get-current-options): Handle new value `content' for
24588 `org-startup-folded'.
24589 (org-insert-todo-heading): New command.
24590 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
24591 interactively in empty file and option
24592 `org-insert-mode-line-in-empty-file' has been set.
24593 (org-agenda-todo, org-agenda-priority): Modify to use
24594 `org-agenda-change-all-lines'.
24595 (org-warning-face): Change color on dark background
24596
24597 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24598
24599 * international/mule-cmds.el (set-locale-environment): On Mac OS,
24600 use preferences AppleLocale and AppleLanguages, and variable
24601 mac-system-locale for default locale. On Mac OS Classic, use
24602 mac-system-coding-system for default coding systems.
24603
24604 * term/mac-win.el: Don't set file-name-coding-system.
24605 Decode variables system-name, emacs-build-system, user-login-name, and
24606 user-full-name by mac-system-coding-system on Mac OS Classic.
24607 (mac-system-coding-system): New variable.
24608
24609 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
24610
24611 * startup.el (command-line): Handle `xterm-mouse-mode' before
24612 reading init file.
24613
24614 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
24615
24616 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
24617
24618 * progmodes/sh-script.el (sh-here-document-word): Make it a
24619 defcustom. Doc fix.
24620 (sh-add): Bash uses $(( )) for arithmetic.
24621 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
24622 (sh-maybe-here-document): Remove quotes and leading whitespace
24623 from heredoc word when closing. Indent heredoc with tabs if word
24624 starts with "-".
24625
24626 2005-04-13 Richard M. Stallman <rms@gnu.org>
24627
24628 * simple.el (undo): Fix previous change.
24629
24630 * custom.el (defface): Doc fix.
24631
24632 2005-04-13 Lute Kamstra <lute@gnu.org>
24633
24634 * Makefile.in (DONTCOMPILE): Remove list.
24635 (compile, compile-always): Don't use DONTCOMPILE.
24636 (update-authors): Load the library in which batch-update-authors
24637 is defined.
24638 * makefile.w32-in (DONTCOMPILE): Remove list.
24639 (compile, compile-always): Fix comments.
24640 (update-authors): Load the library in which batch-update-authors
24641 is defined.
24642
24643 * generic-x.el (generic-mode-ini-file-find-file-hook):
24644 Rename to ini-generic-mode-find-file-hook.
24645 Keep generic-mode-ini-file-find-file-hook as an alias.
24646 (ini-generic-mode-find-file-hook): Rename from
24647 generic-mode-ini-file-find-file-hook. Fix docstring.
24648 (ini-generic-mode): Docstring change.
24649 (bat-generic-mode-run-as-comint): Silence the byte compiler.
24650
24651 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
24652 called from lisp.
24653
24654 * generic.el: Move to the emacs-lisp subdir.
24655
24656 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
24657
24658 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
24659 and C-S- function and cursor motion keys.
24660
24661 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
24662
24663 * startup.el (command-line): Enable Xterm Mouse mode by default.
24664 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
24665 for Custom. No longer show "Mouse" in mode line when enabled.
24666 Doc fix.
24667
24668 2005-04-12 Kim F. Storm <storm@cua.dk>
24669
24670 * emulation/cua-base.el (cua-rectangle-face)
24671 (cua-rectangle-noselect-face): Define face attributes here.
24672
24673 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
24674
24675 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24676
24677 * startup.el (command-line): Turn off blinking cursor if
24678 cursorBlink in resources is off or false.
24679
24680 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24681
24682 * term/mac-win.el (dnd): Require dnd.
24683 (mac-drag-n-drop): Call dnd-handle-one-url.
24684 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
24685 (kTextEncodingISOLatin2): Remove constants.
24686 (mac-script-code-coding-systems): New constant.
24687 (mac-handle-language-change): New function.
24688 (special-event-map): Bind it to `language-change' event.
24689 (mac-centraleurroman, mac-cyrillic): New coding systems.
24690 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
24691 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
24692 and mac-cyrillic-encoder to encode-mac-centraleurroman and
24693 encode-mac-cyrillic, respectively.
24694
24695 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
24696
24697 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
24698 Don't set overlay-arrow-string to "=>" as this is done
24699 globally in C now.
24700
24701 2005-04-12 Lute Kamstra <lute@gnu.org>
24702
24703 * generic-x.el (rc-generic-mode, rul-generic-mode):
24704 Fix auto-mode-alist entries.
24705 (etc-fstab-generic-mode): Tweak fontification.
24706
24707 * generic.el (generic-make-keywords-list): Fix docstring.
24708 (generic-mode-internal): Simplify generic-font-lock-keywords.
24709
24710 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
24711
24712 * whitespace.el (whitespace-buffer-leading)
24713 (whitespace-buffer-trailing): Revert the incorrect test inversion.
24714 However, fix the highlight area for the leading and
24715 trailing whitespaces to show space.
24716
24717 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
24718
24719 * whitespace.el (whitespace-version): Bump to 3.5
24720
24721 (whitespace-buffer-leading, whitespace-buffer-trailing):
24722 Invert sense of the test to highlight the whitespace.
24723
24724 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
24725
24726 * progmodes/gud.el (gud-display-line): GUD uses its own
24727 overlay arrow now so don't set overlay-arrow-string.
24728 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
24729
24730 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
24731
24732 * term.el (term-ansi-current-bold, term-ansi-current-underline)
24733 (term-ansi-current-reverse, term-ansi-current-invisible)
24734 (term-ansi-face-already-done): Change to boolean.
24735 (term-reset-terminal, term-handle-colors-array): Handle the above
24736 vars accordingly.
24737 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
24738 (term-emulate-terminal): Use the new name.
24739
24740 * faces.el (secondary-selection): Use yellow1, not yellow.
24741 (trailing-whitespace): Use red1, not red.
24742
24743 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24744
24745 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
24746 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
24747 (dired-dnd-handle-file): Call dnd-get-local-file-uri
24748
24749 * cus-edit.el (dnd): New group.
24750
24751 * term/w32-win.el (dnd): Require dnd
24752 (w32-drag-n-drop): Call dnd-handle-one-url.
24753
24754 * x-dnd.el: Require dnd.
24755 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
24756 Call dnd-handle-one-url.
24757 (x-dnd-types-alist, x-dnd-insert-utf8-text)
24758 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
24759 to dnd-insert-text.
24760 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
24761 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
24762 (x-dnd-get-local-file-name, x-dnd-open-local-file)
24763 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
24764
24765 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
24766
24767 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
24768
24769 * wdired.el: Doc fixes.
24770 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
24771 (wdired-use-dired-vertical-movement): Rename from
24772 wdired-always-move-to-filename-beginning.
24773 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
24774 (wdired-change-to-wdired-mode): Change mode name.
24775 (wdired-newline): Delete.
24776
24777 2005-04-11 Richard M. Stallman <rms@gnu.org>
24778
24779 * whitespace.el (whitespace-highlight-the-space):
24780 Don't call whitespace-unhighlight-the-space here.
24781
24782 * simple.el (undo): Record t in undo-equiv-table
24783 for the redo record made by an undo-in-region.
24784
24785 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
24786
24787 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
24788 (gdb-frame-inferior-io-buffer): New Functions to control
24789 display of separate IO buffer.
24790 (menu): Add them to menu-bar.
24791 (gdb-display-buffer): Check for buffer another frame.
24792 Protect GUD buffer.
24793 (gdb-setup-windows): Create IO buffer if not already there.
24794 (gdb-memory-mode): Remove purecopy noops.
24795
24796 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
24797
24798 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
24799 and pass to self-insert-command.
24800
24801 2005-04-11 Lute Kamstra <lute@gnu.org>
24802
24803 * generic.el: Commentary section cleanup.
24804 (generic): Delete.
24805 (generic-use-find-file-hook, generic-lines-to-scan)
24806 (generic-find-file-regexp, generic-ignore-files-regexp)
24807 (default-generic-mode, generic-mode-find-file-hook)
24808 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
24809 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
24810 (generic-use-find-file-hook, generic-lines-to-scan)
24811 (generic-find-file-regexp, generic-ignore-files-regexp)
24812 (default-generic-mode, generic-mode-find-file-hook)
24813 (generic-mode-ini-file-find-file-hook): Move from generic.el.
24814
24815 2005-04-10 Karl Fogel <kfogel@red-bean.com>
24816
24817 * bookmark.el (bookmark-write-file): Catch errors writing file.
24818 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
24819
24820 2005-04-10 Richard M. Stallman <rms@gnu.org>
24821
24822 * startup.el (fancy-splash-tail): Update copyright year.
24823 (command-line): Split part of -Q into -D.
24824 (emacs-basic-display): New defvar.
24825 (fancy-splash-text): Correct name of menu item.
24826
24827 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
24828
24829 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
24830 lines in one node.
24831
24832 * comint.el (comint-send-input): New arg ARTIFICIAL.
24833 Callers in this file changed.
24834
24835 * abbrev.el (define-abbrevs): Read system abbrevs properly.
24836
24837 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
24838
24839 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
24840
24841 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
24842 `ldap-search-internal'.
24843
24844 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
24845
24846 * files.el (set-auto-mode-1): Use line-end-position.
24847
24848 * international/latin-1.el:
24849 * international/latin-2.el:
24850 * international/latin-3.el:
24851 * international/latin-4.el:
24852 * international/latin-5.el:
24853 * international/latin-8.el:
24854 * international/latin-9.el: Give punctuation syntax to NBSP.
24855
24856 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
24857 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
24858 Use char-classes to accept non-ascii letters, accepted in some recent
24859 bibtex implementations.
24860
24861 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
24862
24863 * custom.el (custom-set-minor-mode): Any non-nil value for the
24864 variable should enable the mode when set through Custom.
24865
24866 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
24867
24868 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
24869 TAB binding so tab-always-indent is obeyed.
24870 (vhdl-minibuffer-local-map): Move initialization into declaration.
24871 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
24872 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
24873 (vhdl-hooked-abbrev): Avoid test for XEmacs.
24874 (vhdl-current-line): Use line-beginning-position.
24875 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
24876 with-output-to-temp-buffer, so the current position can be recorded.
24877
24878 2005-04-10 Masatake YAMATO <jet@gyve.org>
24879
24880 * progmodes/compile.el (compilation-error-regexp-alist-alist):
24881 Add regexp for gcov.
24882
24883 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
24884
24885 * calendar/time-date.el (time-to-seconds, seconds-to-time)
24886 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
24887 syntax which Emacs 20 doesn't support.
24888
24889 2005-04-09 Richard M. Stallman <rms@gnu.org>
24890
24891 * help.el (describe-key-briefly, describe-key):
24892 Replace strings as event types with "(any string)".
24893
24894 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
24895
24896 * arc-mode.el (archive-mode-map): Move initialization into
24897 the declaration. Override *all* bindings of `undo'.
24898 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
24899
24900 2005-04-09 Jay Belanger <belanger@truman.edu>
24901
24902 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
24903
24904 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
24905
24906 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
24907 (xterm-register-default-colors): Update color values computation
24908 to match xterm-200.
24909
24910 2005-04-09 Kenichi Handa <handa@m17n.org>
24911
24912 * international/code-pages.el (iso-latin-7): Fix the map.
24913
24914 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
24915
24916 * emacs-lisp/lisp.el (defun-prompt-regexp)
24917 (parens-require-spaces, buffer-end, end-of-defun)
24918 (insert-parentheses): Doc fixes.
24919
24920 2005-04-08 Kim F. Storm <storm@cua.dk>
24921
24922 * comint.el (comint-highlight-prompt): Fix face spec.
24923 * hi-lock.el (hi-green): Likewise.
24924
24925 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
24926
24927 * cus-edit.el (custom-modified-face):
24928 * comint.el (comint-highlight-input): Fix previous changes.
24929 * term.el (term-handle-ansi-escape): Add a comment.
24930
24931 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
24932
24933 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
24934 in the buffer and in whitespace-highlighted-space.
24935 (whitespace-unhighlight-the-space): Simplify.
24936 (whitespace-buffer): Simplify.
24937
24938 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
24939
24940 * textmodes/table.el (table-cell-face): Add special case for
24941 displays supporting a high number of colors.
24942 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
24943 (vhdl-font-lock-reserved-words-face)
24944 (vhdl-speedbar-architecture-face)
24945 (vhdl-speedbar-instantiation-face)
24946 (vhdl-speedbar-architecture-selected-face)
24947 (vhdl-speedbar-instantiation-selected-face): Likewise.
24948 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
24949 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
24950 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
24951 (ebrowse-root-class-face, ebrowse-member-attribute-face)
24952 (ebrowse-progress-face): Likewise.
24953 * progmodes/compile.el (compilation-info-face): Likewise.
24954 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
24955 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
24956 * calendar/calendar.el (diary-face): Likewise.
24957 * woman.el (woman-italic-face, woman-bold-face)
24958 (woman-unknown-face): Likewise.
24959 * wid-edit.el (widget-button-pressed-face): Likewise.
24960 * whitespace.el (whitespace-highlight-face): Likewise.
24961 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
24962 * pcvs-info.el (cvs-marked-face): Likewise.
24963 * info.el (info-xref): Likewise.
24964 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
24965 * hilit-chg.el (highlight-changes-face)
24966 (highlight-changes-delete-face): Likewise.
24967 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
24968 (hi-red-b): Likewise.
24969 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
24970 * font-lock.el (font-lock-keyword-face)
24971 (font-lock-function-name-face, font-lock-warning-face): Likewise.
24972 * cus-edit.el (custom-invalid-face, custom-modified-face)
24973 (custom-set-face, custom-changed-face, custom-variable-tag-face)
24974 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
24975 * comint.el (comint-highlight-prompt): Likewise.
24976
24977 2005-04-08 Lute Kamstra <lute@gnu.org>
24978
24979 * font-lock.el (font-lock-keywords): Docstring fixes.
24980
24981 2005-04-08 Kenichi Handa <handa@m17n.org>
24982
24983 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
24984 chars are more than a limit, print " and more..." at the tail.
24985
24986 2005-04-08 Kim F. Storm <storm@cua.dk>
24987
24988 * emacs-lisp/authors.el (authors-aliases): Update list.
24989 (authors-ignored-files): New list.
24990 (authors-fixed-entries): Fix typo.
24991 (authors-renamed-files-alist): Update list.
24992 (authors-add): Check authors-ignored-files.
24993
24994 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
24995
24996 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
24997 optional, to ensure backward compatibility.
24998
24999 2005-04-08 Stephen Eglen <stephen@gnu.org>
25000
25001 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
25002
25003 2005-04-08 Kim F. Storm <storm@cua.dk>
25004
25005 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
25006
25007 * mouse.el (mouse-on-link-p): Doc fix.
25008
25009 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
25010
25011 * ielm.el (ielm-prompt-read-only): Doc fix.
25012
25013 * comint.el (comint-prompt-read-only): Doc fix.
25014
25015 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
25016
25017 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
25018 ensure dired always handles wildcards passed to ffap.
25019 (find-file-at-point): Use it.
25020 (ffap-dired-wildcards): Doc fix.
25021
25022 2005-04-07 Juri Linkov <juri@jurta.org>
25023
25024 * simple.el (next-error-overlay-arrow-position): New defvar.
25025 Put "=>" on its property `overlay-arrow-string'. Add it to
25026 `overlay-arrow-variable-list'.
25027
25028 * progmodes/compile.el (compilation-setup):
25029 Set `next-error-overlay-arrow-position' to nil. Also set it to
25030 nil in the local hook `kill-buffer-hook'. Make local variable
25031 `overlay-arrow-string' and set it to "=>".
25032 (compilation-goto-locus): Set BOL position to
25033 `next-error-overlay-arrow-position' instead of
25034 `overlay-arrow-position'.
25035
25036 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
25037 locally instead of adding it to the global hook.
25038 (Info-kill-buffer): Move up.
25039
25040 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
25041
25042 * term/xterm.el (xterm-standard-colors): Update color values from
25043 xterm-200.
25044
25045 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
25046
25047 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
25048
25049 * fast-lock.el:
25050 * lazy-lock.el: Move them to the obsolete subdir.
25051
25052 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
25053
25054 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
25055 (wdired-add-replace-advice): Remove.
25056 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
25057
25058 2005-04-06 Kim F. Storm <storm@cua.dk>
25059
25060 * startup.el (command-line): Add --bare-bones alias for -Q.
25061
25062 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25063
25064 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
25065 create the startup fontset if a font specification ends with
25066 `mac-roman'.
25067
25068 2005-04-06 Lute Kamstra <lute@gnu.org>
25069
25070 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
25071 change.
25072
25073 * emacs-lisp/copyright.el (copyright-update-year): Replace the
25074 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
25075
25076 2005-04-05 Lute Kamstra <lute@gnu.org>
25077
25078 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
25079 (define-generic-mode): Ditto. Fix debug declaration.
25080
25081 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
25082 Put them in the generic-x group.
25083
25084 * calendar/timeclock.el (timeclock): Doc fix.
25085
25086 * generic.el (define-generic-mode): Don't use custom-current-group.
25087 Document default :group value.
25088 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
25089 (define-global-minor-mode): Don't use custom-current-group.
25090
25091 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
25092
25093 * startup.el (command-line-1): Display startup-echo-area-message
25094 when fancy splash screen is in use.
25095
25096 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
25097 (sh-escaped-newline): New face.
25098 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
25099 newline, and use sh-escaped-newline face.
25100
25101 * progmodes/tcl.el (tcl-escaped-newline): New face.
25102 (tcl-builtin-list): New variable.
25103 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
25104 newlines. Fix keywords subexpression number.
25105
25106 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
25107
25108 * textmodes/org.el (org-diary-default-entry): Fix call to
25109 `add-to-diary-entry'.
25110
25111 2005-04-05 Kim F. Storm <storm@cua.dk>
25112
25113 * ediff-init.el: Use (featurep 'xemacs).
25114
25115 2005-04-05 David Ponce <david@dponce.com>
25116
25117 * cus-edit.el (face): Derive from symbol widget. Display sample
25118 of the current face on the fly.
25119 (widget-face-sample-face-get, widget-face-notify): New functions.
25120 (widget-face-value-create): Remove.
25121
25122 * wid-edit.el (widget-field-end): Temporarily remove field
25123 narrowing before to call `get-char-property'.
25124
25125 2005-04-04 Jay Belanger <belanger@truman.edu>
25126
25127 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
25128 (math-read-subscripts): New variable.
25129 (math-read-preprocess-string): Process subscripts.
25130
25131 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
25132
25133 * comint.el (comint-prompt-read-only): Doc fix.
25134
25135 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
25136 `-1'. Doc fix.
25137
25138 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
25139
25140 * textmodes/org.el (org-insert-mode-line-in-empty-file):
25141 Change default value to nil.
25142
25143 2005-04-04 Lute Kamstra <lute@gnu.org>
25144
25145 * autorevert.el (auto-revert-mode): Specify :group.
25146 * battery.el (display-battery-mode): Specify :group.
25147 * diff-mode.el (diff-minor-mode): Specify :group.
25148 * font-core.el (font-lock-mode): Specify :group.
25149 * hl-line.el (hl-line-mode): Specify :group.
25150 * iimage.el (iimage): New customization group.
25151 (iimage-mode): Specify :group.
25152 * longlines.el (longlines-mode): Specify :group.
25153 * master.el: Don't require easy-mmode.
25154 (master): New customization group.
25155 (master-mode): Specify :group.
25156 * msb.el (msb-mode): Specify :group.
25157 * reveal.el (reveal-mode): Specify :group.
25158 * simple.el (next-error-follow-minor-mode): Specify :group.
25159 * smerge-mode.el (smerge-mode): Specify :group.
25160 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
25161 * emulation/cua-base.el (cua-mode): Specify :group.
25162 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
25163 * language/thai-util.el (thai-auto-composition-mode)
25164 (thai-word-mode): Specify :group.
25165 * mail/supercite.el (sc-minor-mode): Specify :group.
25166 * progmodes/cwarn.el (cwarn-mode): Specify :group.
25167 * progmodes/flymake.el (flymake-mode): Specify :group.
25168 * progmodes/glasses.el (glasses-mode): Specify :group.
25169 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
25170 * textmodes/enriched.el (enriched-mode): Specify :group.
25171 * textmodes/refill.el (refill-mode): Specify :group.
25172
25173 * add-log.el (change-log-font-lock-keywords): Names in
25174 parenthesized lists can contain spaces.
25175
25176 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
25177
25178 * startup.el (fancy-splash-text): Shorten default text of
25179 "Emacs Tutorial" line. Also, if the current language env
25180 indicates an available tutorial file other than TUTORIAL,
25181 extract its title and append it to the line in parentheses.
25182 (fancy-splash-insert): If arg is a thunk, funcall it.
25183
25184 2005-04-04 Jay Belanger <belanger@truman.edu>
25185
25186 * calc.el (calc-language-alist): Add tags to customization type.
25187
25188 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
25189
25190 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
25191 Doc fix.
25192
25193 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
25194
25195 * add-log.el (change-log-font-lock-keywords): The manual
25196 describing a Change Log entry, says: (...) "Aside from these
25197 header lines, every line in the change log starts with a space or
25198 a tab.". The font-lock was not highlighting lines started with
25199 spaces, added support for it.
25200
25201 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25202
25203 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
25204 (bibtex-generate-url-list): Update docstring accordingly. Put the
25205 complex example in the docstring.
25206 (bibtex-font-lock-url): Use pop.
25207
25208 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
25209
25210 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
25211
25212 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
25213
25214 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
25215
25216 * filesets.el (filesets-set-default): Doc fix.
25217
25218 2005-04-03 Lute Kamstra <lute@gnu.org>
25219
25220 * generic.el (define-generic-mode): Add argument to specify
25221 keywords for defcustom.
25222 (default-generic-mode): Specify :group.
25223
25224 * generic-x.el: Specify :group for all generic modes.
25225
25226 * desktop.el (desktop-no-desktop-file-hook)
25227 (desktop-after-read-hook): Doc fix.
25228
25229 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
25230
25231 * simple.el (visible-mode): Use explicit :group keyword.
25232 This changes the group of `visible-mode-hook' from paren-blinking
25233 to editing-basics.
25234
25235 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
25236
25237 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
25238 mailbox specifications as well as URLs.
25239 (rmail-insert-inbox-text): Remove unused conditional branches.
25240
25241 2005-04-01 Jay Belanger <belanger@truman.edu>
25242
25243 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
25244 (calc-gnuplot-print-command): Move definitions to calc.el.
25245
25246 * calc/calc-embed.el (calc-embedded-announce-formula)
25247 (calc-embedded-open-formula, calc-embedded-close-formula)
25248 (calc-embedded-open-word, calc-embedded-close-word)
25249 (calc-embedded-open-plain, calc-embedded-close-plain)
25250 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
25251 (calc-embedded-open-mode, calc-embedded-close-mode):
25252 Move definitions to calc.el.
25253
25254 * calc/calc.el (calc-settings-file, calc-language-alist):
25255 Make customizable.
25256 (calc-embedded-announce-formula, calc-embedded-open-formula)
25257 (calc-embedded-close-formula, calc-embedded-open-word)
25258 (calc-embedded-close-word, calc-embedded-open-plain)
25259 (calc-embedded-close-plain, calc-embedded-open-new-formula)
25260 (calc-embedded-close-new-formula, calc-embedded-open-mode)
25261 (calc-embedded-close-mode, calc-gnuplot-name)
25262 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
25263 from other files and make customizable.
25264
25265 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
25266
25267 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
25268 Use buffer-live-p.
25269 (cvs-mode-run): Don't call cvs-update-header here.
25270 (cvs-run-process): Call cvs-update-header.
25271 Use process properties for cvs-postprocess and cvs-buffer so that
25272 the sentinel can behave better if the temp buffer is killed.
25273 Use a pipe rather than a tty, to better handle unexpected prompts.
25274 (cvs-sentinel): Rewrite. Call cvs-update-header.
25275
25276 2005-04-01 Andre Spiegel <spiegel@gnu.org>
25277
25278 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
25279 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
25280
25281 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
25282
25283 * generic.el (define-generic-mode): Add indentation rule.
25284
25285 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
25286
25287 * files.el (mode-require-final-newline): Make Custom correctly
25288 report a nil value and allow to set it to nil via Custom.
25289 Doc fix.
25290
25291 2005-04-01 Kenichi Handa <handa@m17n.org>
25292
25293 * international/characters.el: Enable the correct case setting for
25294 dotless-i and dotted-I.
25295
25296 2005-04-01 Kim F. Storm <storm@cua.dk>
25297
25298 * ido.el (ido-file-internal): Fall back to non-ido command if
25299 initial directory is on slow ftp (or tramp) host.
25300
25301 2005-03-31 Richard M. Stallman <rms@gnu.org>
25302
25303 * emacs-lisp/autoload.el (make-autoload):
25304 Handle define-global-minor-mode.
25305
25306 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
25307 Rename from easy-mmode-define-global-mode.
25308 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
25309
25310 * progmodes/scheme.el (scheme-mode-syntax-table):
25311 Update syntax of | and # for two-character comment syntax.
25312
25313 2005-03-31 Lute Kamstra <lute@gnu.org>
25314
25315 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
25316 (define-minor-mode): Call custom-current-group at load-time.
25317
25318 * generic.el (define-generic-mode): Add debug declaration.
25319 Add defcustom for the mode hook.
25320 (generic-mode-internal): Use run-mode-hooks.
25321
25322 2005-03-31 Kim F. Storm <storm@cua.dk>
25323
25324 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
25325 (mouse-fixup-help-message): New defun called by show_help_echo
25326 to fixup mouse-2 prefix in help messages when applicable.
25327
25328 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
25329
25330 2005-03-31 Kenichi Handa <handa@m17n.org>
25331
25332 * language/thai-word.el (thai-find-word-ends): Pay attention to
25333 the case that we reach the end of buffer.
25334
25335 * textmodes/fill.el (fill-text-properties-at): New function.
25336 (fill-newline): Use fill-text-properties-at instead of
25337 text-properties-at.
25338
25339 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
25340
25341 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
25342 not comint-quote-filename.
25343
25344 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
25345
25346 * help-fns.el (help-with-tutorial): Revert last change.
25347
25348 2005-03-31 Kim F. Storm <storm@cua.dk>
25349
25350 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
25351
25352 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
25353
25354 * calendar/cal-china.el: Update reference to "Calendrical
25355 Calculations" book; there's a new edition.
25356 * calendar/cal-coptic.el: Likewise.
25357 * calendar/cal-french.el: Likewise.
25358 * calendar/cal-hebrew.el: Likewise.
25359 * calendar/cal-islam.el: Likewise.
25360 * calendar/cal-iso.el: Likewise.
25361 * calendar/cal-julian.el: Likewise.
25362 * calendar/cal-mayan.el: Likewise.
25363 * calendar/cal-persia.el: Likewise.
25364 * calendar/calendar.el: Likewise.
25365 * calendar/holidays.el: Likewise.
25366 * calendar/lunar.el: Likewise.
25367 * calendar/solar.el: Likewise.
25368
25369 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
25370 white space from doc string.
25371
25372 2005-03-30 Jay Belanger <belanger@truman.edu>
25373
25374 * calc/calc-help.el (calc-full-help): Remove email address.
25375
25376 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
25377
25378 * help-fns.el (help-with-tutorial): Delete title line.
25379
25380 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
25381
25382 * calendar/cal-x.el (calendar-one-frame-setup)
25383 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
25384 rather than `symbol' for set-window-dedicated-p.
25385
25386 * calendar/appt.el (appt-buffer-name): Make it a constant.
25387 (appt-add): Doc fix.
25388
25389 * filesets.el (filesets-menu-path, filesets-menu-before)
25390 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
25391 (filesets-menu-cache-file): Use directory ~/.emacs.d.
25392 (filesets-add-submenu): Delete and use add-submenu instead.
25393
25394 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
25395
25396 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
25397 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
25398 (org-diary-default-entry): New function.
25399 (org-get-entries-from-diary): Better parsing of diary entries.
25400 (org-agenda-check-no-diary): New function.
25401 ("diary-lib"): Advice to function `add-to-diary-list', to allow
25402 linking to diary entries.
25403 (org-agenda-execute-calendar-command): New function.
25404 (org-agenda): Improve visible section in window.
25405 Use `org-fit-agenda-window'.
25406 (org-fit-agenda-window): New option.
25407 (org-move-subtree-down): Better handling of empty lines
25408 at end of subtree.
25409 (org-cycle): Numeric prefix is interpreted now as show-subtree N
25410 levels up.
25411 (org-fontify-done-headline): New option.
25412 (org-headline-done-face): New face.
25413 (org-set-font-lock-defaults): Use `org-headline-done-face'.
25414 (org-table-copy-down): Rename from `org-table-copy-from-above'.
25415 When current field is non-empty, it is copied to next row.
25416 (org-table-copy-from-above): Fix bug which made it
25417 impossible to copy fields containing only a single non-white character.
25418
25419 2005-03-30 Kim F. Storm <storm@cua.dk>
25420
25421 * kmacro.el (kmacro-end-macro): Isearch may store this command
25422 into the macro -- so ignore it when executing keyboard macro.
25423
25424 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
25425
25426 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
25427
25428 2005-03-29 Kenichi Handa <handa@m17n.org>
25429
25430 * language/thai.el ("Thai"): Set setup-function and exit-function
25431 for Thai language environment.
25432
25433 * language/thai-util.el: Require thai-word.
25434 (thai-word-mode-map): New variable.
25435 (thai-word-mode): New minor mode.
25436 (setup-thai-language-environment-internal): New function.
25437 (exit-thai-language-environment-internal): New function.
25438
25439 * language/thai-word.el (thai-word-table): Declare it by defvar,
25440 use dolist to initialize it.
25441 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
25442 (thai-fill-find-break-point): New functions.
25443
25444 2005-03-29 Richard M. Stallman <rms@gnu.org>
25445
25446 * simple.el (idle-update-delay): Move definition up.
25447 (set-mark): Doc fix.
25448
25449 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
25450
25451 * longlines.el: New file.
25452
25453 * simple.el (buffer-substring-filters): New variable.
25454 (filter-buffer-substring): New function.
25455 (kill-region, copy-region-as-kill): Use it.
25456
25457 * register.el (copy-to-register, append-to-register)
25458 (prepend-to-register): Use filter-buffer-substring.
25459
25460 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
25461
25462 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
25463 (gud-filter-pending-text): Move in front of gdb.
25464 (gud-overlay-arrow-position): New variable.
25465 (gud-sentinel, gud-display-line): Use it in place of
25466 overlay-arrow-position.
25467
25468 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
25469
25470 * progmodes/fortran.el (fortran-if-indent): Doc fix.
25471 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
25472 (fortran-font-lock-keywords-4): New variable.
25473 (fortran-blocks-re, fortran-end-block-re)
25474 (fortran-start-block-re): New constants, for hideshow.
25475 (hs-special-modes-alist): Add a Fortran entry.
25476 (fortran-mode-map): Bind fortran-end-of-block,
25477 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
25478 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
25479 (fortran-looking-at-if-then, fortran-end-of-block)
25480 (fortran-beginning-of-block): New functions, for hideshow.
25481
25482 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
25483 Doc fix. Tweak regexp.
25484 (f90-beginning-of-block): Push mark first.
25485
25486 2005-03-29 Jay Belanger <belanger@truman.edu>
25487
25488 * calc/calc.el: Update copyright date.
25489 (calc-version): Increase to 2.1.
25490 (calc-version-date): Remove.
25491
25492 * calc/calc-help.el: Update copyright date.
25493 (calc-full-help): Remove reference to calc-version-date.
25494 Update copyright date.
25495
25496 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
25497
25498 * vc.el (vc-do-command): Use a pipe for async processes, so password
25499 prompts don't show up at places where the user can't reply.
25500
25501 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
25502
25503 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
25504 on the file name we pass to the inferior shell.
25505
25506 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
25507
25508 * progmodes/which-func.el (which-function): Be robust in the face of an
25509 imenu--make-index-alist failure.
25510
25511 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
25512
25513 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
25514
25515 * progmodes/python.el (python-preoutput-filter): Fix last change.
25516
25517 2005-03-29 Lute Kamstra <lute@gnu.org>
25518
25519 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
25520 functions and compiled macros.
25521 (debug-convert-byte-code): Handle macros too.
25522 (debug-on-entry-1): Don't signal an error when trying to clear a
25523 function that is not set to debug on entry.
25524
25525 2005-03-29 Jay Belanger <belanger@truman.edu>
25526
25527 * calc/calc-lang.el: Add functions to math-function-table
25528 properties of tex and math.
25529
25530 2005-03-29 Kenichi Handa <handa@m17n.org>
25531
25532 * ps-mule.el (ps-mule-plot-string): Translate characters by
25533 ps-print-translation-table.
25534 (ps-mule-begin-job): Call find-charset-region/string with
25535 ps-print-translation-table.
25536 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
25537
25538 * ps-print.el (ps-print-translation-table): New variable.
25539 (ps-plot-region): Translate characters by ps-print-translation-table.
25540
25541 2005-03-29 Juri Linkov <juri@jurta.org>
25542
25543 * simple.el (next-error-highlight-timer): New variable.
25544
25545 * progmodes/compile.el (compilation-goto-locus):
25546 Use `next-error-highlight-timer' instead of `sit-for'.
25547
25548 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
25549
25550 * mail/supercite.el (sc-mail-field): Use assoc-string.
25551 (sc-get-address): Simplify regexps.
25552
25553 * files.el (minibuffer-with-setup-hook): New macro.
25554 (find-file-read-args): Use it to avoid let-binding
25555 minibuffer-with-setup-hook (which breaks turning on/off
25556 file-name-shadow-mode while in the prompt).
25557
25558 * complete.el (PC-read-include-file-name-internal):
25559 Use test-completion.
25560
25561 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
25562
25563 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
25564
25565 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
25566
25567 * window.el (window-buffer-height): Use count-screen-lines.
25568
25569 * progmodes/python.el (python-preoutput-leftover): New var.
25570 (python-preoutput-filter): Use it.
25571 (python-send-receive): Loop until all the result has been received.
25572
25573 2005-03-28 Juri Linkov <juri@jurta.org>
25574
25575 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
25576
25577 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
25578 "Recover Crashed Session".
25579 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
25580 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
25581 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
25582 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
25583 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
25584 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
25585 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
25586 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
25587
25588 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
25589 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
25590 Ediff Sessions", "Toggle use of separate control buffer frame",
25591 "Use separate frame for Ediff control buffer".
25592
25593 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
25594 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
25595 "Rename Bookmark", "Delete Bookmark".
25596
25597 * info.el (Info-mode-menu): Remove ellipsis from "Index".
25598 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
25599 Add `:active Info-index-alternatives' to "Next Matching Item".
25600
25601 * wdired.el (wdired-change-to-wdired-mode):
25602 Mention `wdired-abort-changes' key in the initial message.
25603
25604 * international/mule.el (auto-coding-alist): Associate non-ascii
25605 image filename extensions with `no-conversion'.
25606
25607 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
25608
25609 * international/iso-acc.el:
25610 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
25611
25612 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
25613
25614 * textmodes/sgml-mode.el (html-mode): Doc update.
25615
25616 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
25617
25618 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
25619
25620 * term.el (term-move-columns): Fix face after extending a line.
25621 (term-insert-spaces): Likewise.
25622 (term-reset-terminal): Fix off by one error.
25623
25624 2005-03-26 Eli Zaretskii <eliz@gnu.org>
25625
25626 * international/mule.el (auto-coding-alist): Add .xpi files.
25627
25628 * files.el (auto-mode-alist): Add .xpi files.
25629
25630 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
25631
25632 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
25633
25634 2005-03-26 Eli Zaretskii <eliz@gnu.org>
25635
25636 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
25637
25638 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
25639
25640 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
25641 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
25642
25643 * calendar/cal-move.el (calendar-beginning-of-year): Move the
25644 cursor to Jan 1 when needed.
25645 (calendar-end-of-year): Fix -/+ typo.
25646 Reported by Chong Yidong <cyd@stupidchicken.com>.
25647
25648 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
25649
25650 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
25651
25652 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
25653 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
25654
25655 2005-03-25 Richard M. Stallman <rms@gnu.org>
25656
25657 * filesets.el (filesets-init): Add autoload.
25658
25659 * mail/mailalias.el (mail-directory): Doc fix.
25660
25661 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25662
25663 * mail/mailalias.el (mail-directory-process): Do nothing if
25664 mail-directory-process is an atom.
25665 (mail-get-names): Ignore mail-directory-names if it is an atom.
25666 (mail-directory-process defvar): Doc fix.
25667 (mail-names): Doc fix.
25668
25669 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
25670
25671 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
25672
25673 2005-03-26 Kenichi Handa <handa@m17n.org>
25674
25675 * international/mule-util.el (detect-coding-with-priority):
25676 Call update-coding-systems-internal before detect-coding-region.
25677
25678 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
25679
25680 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
25681 (gdb-frames-mode-map): Add follow-link property.
25682
25683 2005-03-25 Jay Belanger <belanger@truman.edu>
25684
25685 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
25686 for variables.
25687
25688 2005-03-25 Juri Linkov <juri@jurta.org>
25689
25690 * image-mode.el: Optimize image filename extension regexps in
25691 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
25692 in `auto-mode-alist'.
25693 (image-mode): Add `image-toggle-display-text' to local hook
25694 `change-major-mode-hook'. Display the image as an image by
25695 default. Set `cursor-type' and `truncate-lines' if the image
25696 is already displayed. Take into account the current mode (image
25697 or text) in message.
25698 (image-minor-mode): New minor mode.
25699 (image-mode-maybe, image-toggle-display-text): New functions.
25700 (image-toggle-display): Use called-interactively-p.
25701 Let-bind `inhibit-read-only' to t.
25702
25703 * image-mode.el (image-minor-mode): Set `cursor-type' and
25704 `truncate-lines' if the image is already displayed. Add turning
25705 image-minor-mode off to `change-major-mode-hook'. Add message.
25706 Call `image-toggle-display-text' after turning image-minor-mode off.
25707
25708 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
25709
25710 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
25711 Terminal.app, use utf-8.
25712 (set-display-table-and-terminal-coding-system): Add coding-system arg.
25713 (set-locale-environment): Use it.
25714
25715 * term/xterm.el: Undo last change, better done in mule-cmds.el.
25716
25717 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
25718
25719 * progmodes/python.el (python-close-block-statement-p)
25720 (python-outdent-p, python-current-defun): Use symbol-end.
25721
25722 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
25723
25724 * files.el (save-some-buffers): Doc fix.
25725
25726 2005-03-25 Werner Lemberg <wl@gnu.org>
25727
25728 * complete.el, thumbs.el: Replace `legal' with `valid'.
25729 * calendar/calendar.el: Replace `legal' with `valid'.
25730 * emacs-lisp/advice.el: Replace `legal' with `valid'.
25731 * mail/supercite.el: Replace `legal' with `valid'.
25732 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
25733 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
25734 Replace `legal' with `valid'.
25735 * textmodes/reftex-vars.el, textmodes/reftex.el:
25736 Replace `legal' with `valid'.
25737
25738 2005-03-25 Werner Lemberg <wl@gnu.org>
25739
25740 * calc/calc-forms.el, calc/calc-sel.el
25741 * midnight.el, vc-cvs.el
25742 * emacs-lisp/cl-macs.el
25743 * emulation/vip.el
25744 * eshell/esh-io.el, eshell/esh-var.el
25745 * mail/supercite.el
25746 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
25747 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
25748 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
25749 * progmodes/sh-script.el, progmodes/xscheme.el
25750 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
25751 * textmodes/reftex-index.el, textmodes/reftex-parse.el
25752 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
25753 * textmodes/reftex.el, textmodes/org.el:
25754 Replace `illegal' with `invalid'.
25755
25756 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
25757
25758 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
25759 (flymake-find-buildfile, flymake-find-possible-master-files)
25760 (flymake-check-include, flymake-parse-line): Replace loops over the
25761 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
25762
25763 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
25764 Substitute file-name-as-directory in the rest of the file.
25765 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
25766 (flymake-replace-region): Remove unused arg `buffer'.
25767 (flymake-check-patch-master-file-buffer): Update calls to it.
25768 (flymake-add-err-info): Remove unused var `count'.
25769 (flymake-mode): Use define-minor-mode.
25770
25771 * progmodes/flymake.el: Use with-current-buffer.
25772 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
25773 flymake-replace-regexp-in-string, flymake-line-beginning-position)
25774 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
25775 Avoid testing for `xemacs'.
25776 (flymake-nop): Move.
25777 (flymake-region-has-flymake-overlays): Return the computed value.
25778 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
25779 Remove unused var `endline'.
25780 (flymake-get-line-count): Remove unused function.
25781 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
25782
25783 * emulation/vi.el:
25784 * generic.el:
25785 * hilit-chg.el (global-highlight-changes):
25786 * hi-lock.el (hi-lock-mode):
25787 * follow.el: find-file-hooks -> find-file-hook.
25788
25789 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
25790
25791 2005-03-24 Juri Linkov <juri@jurta.org>
25792
25793 * dired.el (dired-mode-map): Add menu item "Compare directories"
25794 for dired-compare-directories.
25795
25796 * dired-aux.el (dired-compare-directories): Add autoload cookie.
25797 Doc fix. Replace `read-file-name' with `read-directory-name'.
25798
25799 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
25800
25801 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
25802
25803 2005-03-24 Jay Belanger <belanger@truman.edu>
25804
25805 * calc/calc-embed.el (calc-embedded-mode-change): Save all
25806 relevant mode settings in calc-embedded-original-modes when modes
25807 are permanently changed.
25808
25809 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
25810
25811 * autoinsert.el: find-file-hooks -> find-file-hook.
25812
25813 2005-03-24 Lute Kamstra <lute@gnu.org>
25814
25815 * generic.el (generic-font-lock-defaults): Make it obsolete.
25816 (generic-font-lock-keywords): New variable to replace
25817 generic-font-lock-defaults.
25818 (generic-mode-set-font-lock): Delete it.
25819 (generic-mode-internal): Don't call generic-mode-set-font-lock.
25820 (generic-bracket-support): Add docstring.
25821
25822 * generic-x.el: Rename generic-font-lock-defaults to
25823 generic-font-lock-keywords throughout.
25824 (mailagent-rules-setup-function): Delete it.
25825 (mailagent-rules-generic-mode): Use anonymous function instead.
25826 (show-tabs-generic-mode-font-lock-defaults-1)
25827 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
25828 Quote faces.
25829 (show-tabs-tab-face, show-tabs-space-face): Specify background,
25830 not foreground.
25831
25832 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
25833 Recognize define-generic-mode.
25834
25835 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
25836
25837 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
25838 if there's no completion table.
25839
25840 2005-03-23 Miles Bader <miles@gnu.org>
25841
25842 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
25843 Remove tty-specific variants, as they're no longer needed.
25844
25845 2005-03-23 Lute Kamstra <lute@gnu.org>
25846
25847 * generic-x.el: Code cleanup: make args constant whenever possible.
25848 (installshield-statement-keyword-list)
25849 (installshield-system-functions-list)
25850 (installshield-system-variables-list, installshield-types-list)
25851 (installshield-funarg-constants-list): Make them constants.
25852
25853 * generic.el (generic-make-keywords-list): Add autoload cookie.
25854
25855 * calendar/time-date.el: Add comment on time value formats.
25856 Don't require parse-time.
25857 (with-decoded-time-value): New macro.
25858 (encode-time-value): New function.
25859 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
25860 (days-to-time): Return a valid time value when arg is huge.
25861 (time-since): Use time-subtract.
25862 (time-to-number-of-days): Use time-to-seconds.
25863
25864 2005-03-23 David Ponce <david@dponce.com>
25865
25866 * recentf.el (recentf-keep): New option.
25867 (recentf-menu-action): Default to `find-file'.
25868 (recentf-keep-non-readable-files-flag)
25869 (recentf-keep-non-readable-files-p)
25870 (recentf-file-readable-p, recentf-find-file)
25871 (recentf-cleanup-remote): Remove.
25872 (recentf-include-p): More robust.
25873 (recentf-keep-p): New function.
25874 (recentf-remove-if-non-kept): Rename from
25875 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
25876 All callers updated.
25877 (recentf-menu-items-for-commands): Fix help string.
25878 (recentf-track-closed-file): Update. Doc fix.
25879 (recentf-cleanup): Update. Count removed files. Doc fix.
25880
25881 2005-03-23 Kim F. Storm <storm@cua.dk>
25882
25883 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
25884 Don't inherit from fringe face (now happens automatically).
25885
25886 2005-03-22 Kim F. Storm <storm@cua.dk>
25887
25888 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
25889 position values.
25890
25891 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
25892
25893 * menu-bar.el (showhide-date-time): Remove.
25894 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
25895 (menu-bar-make-mm-toggle): Simplify.
25896
25897 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
25898
25899 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
25900 Accept qualified variable and function names.
25901
25902 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
25903
25904 * bindings.el (completion-ignored-extensions):
25905 Remove ".lis" for `vax-vms'.
25906
25907 2005-03-22 Andreas Schwab <schwab@suse.de>
25908
25909 * generic-x.el: Revert last change.
25910 * ldefs-boot.el: Update.
25911
25912 2005-03-22 Jay Belanger <belanger@truman.edu>
25913
25914 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
25915 (calc-embedded-save-original-modes)
25916 (calc-embedded-restore-original-modes): New functions.
25917 (calc-do-embedded): Save original modes when entering embedded mode
25918 and restore when leaving embedded mode.
25919 (calc-embedded-modes-change): Change the value of
25920 calc-embedded-original-modes to reflect permanent changes.
25921
25922 2005-03-22 Lute Kamstra <lute@gnu.org>
25923
25924 * generic-x.el: Require generic again.
25925
25926 2005-03-22 Miles Bader <miles@gnu.org>
25927
25928 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
25929 Tweak details to look good on both ttys and bitmap displays, light
25930 or dark background, etc.
25931
25932 2005-03-21 Kim F. Storm <storm@cua.dk>
25933
25934 * tooltip.el (tooltip-show-help-function): Check car and cdr of
25935 mouse position.
25936
25937 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
25938
25939 * icomplete.el: Don't forcibly turn on the mode upon load.
25940 (icomplete-mode): Use define-minor-mode.
25941 (icomplete-eoinput): Default to nil.
25942 (icomplete-minibuffer-setup): Remove autoload.
25943 (icomplete-tidy): Simplify.
25944 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
25945 in the initial state or if the user has modified the field.
25946 Fix handling of icomplete-max-delay-chars.
25947 Remove code that handles the oddball case where
25948 minibuffer-completion-table is an integer.
25949 Wrap icomplete-completions in while-no-input in case building
25950 completions takes more time than expected.
25951 (icomplete-completions): Simplify.
25952
25953 2005-03-21 Richard M. Stallman <rms@gnu.org>
25954
25955 * jka-compr.el (jka-compr-really-do-compress):
25956 Make variable buffer-local.
25957
25958 * image-mode.el: Handle .xpm files too.
25959 (image-toggle-display): Preserve modification flag.
25960
25961 * help.el (where-is): Don't mention aliases with no key bindings.
25962
25963 2005-03-21 Lute Kamstra <lute@gnu.org>
25964
25965 * generic.el: Fix commentary section. Don't require cl for
25966 compilation.
25967 (generic-mode-list): Add autoload cookie.
25968 (generic-use-find-file-hook, generic-lines-to-scan)
25969 (generic-find-file-regexp, generic-ignore-files-regexp)
25970 (generic-mode, generic-mode-find-file-hook)
25971 (generic-mode-ini-file-find-file-hook): Fix docstrings.
25972 (define-generic-mode): Make it a defmacro. Fix docstring.
25973 (generic-mode-internal): Code cleanup. Add autoload cookie.
25974 (generic-mode-set-comments): Code cleanup.
25975 * generic-x.el: Don't prevent compilation. Don't require generic.
25976 Follow coding conventions. Minor code cleanup.
25977 (etc-fstab-generic-mode): Add some keywords.
25978 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
25979 define-generic-mode like a function declaration.
25980
25981 2005-03-21 Jay Belanger <belanger@truman.edu>
25982
25983 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
25984 changing modes.
25985
25986 2005-03-21 Sam Steingold <sds@gnu.org>
25987
25988 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
25989
25990 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
25991
25992 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
25993 Add underscore to "f$ lexicals" regexp.
25994
25995 2005-03-20 Juri Linkov <juri@jurta.org>
25996
25997 * subr.el (progress-reporter-do-update): When `min-value' is equal
25998 to `max-value', set `percentage' to 0 and prevent division by zero.
25999
26000 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
26001
26002 Sync with Tramp 2.0.48.
26003
26004 * net/tramp.el (all): Change all addresses to .gnu.org.
26005 (tramp-append-tramp-buffers): New defun.
26006 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
26007 Catch `dont-send' signal.
26008 (tramp-set-auto-save-file-modes): Set always permissions, because
26009 there might be an old auto-saved file belonging to another
26010 original file. This could be a security threat. Reported by
26011 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
26012 Check for Emacs 21.3.50 removed.
26013
26014 * net/tramp-smb.el (all): Remove debug construct for
26015 `with-parsed-tramp-file-name'.
26016 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
26017 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
26018 No error message if DIRECTORY or FILENAME doesn't exist.
26019 (tramp-smb-open-connection): Check existence of
26020 `tramp-smb-program'.
26021
26022 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
26023
26024 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
26025 Properly handle the case where the `m' or `s' command's argument is not
26026 yet terminated.
26027 (perl-indent-new-calculate): New function.
26028 (perl-indent-line): Use it.
26029
26030 2005-03-20 Miles Bader <miles@gnu.org>
26031
26032 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
26033 in text-mode too. Change to new face names.
26034 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
26035 Add `:weight bold' attribute.
26036 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
26037
26038 2005-03-19 Juri Linkov <juri@jurta.org>
26039
26040 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
26041
26042 * international/mule.el (auto-coding-alist): Sync with
26043 `auto-mode-alist' by adding upper case archive file extensions
26044 and adding ear/war to jar extension.
26045
26046 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
26047
26048 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
26049 running, restart it.
26050
26051 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
26052
26053 * finder.el (finder-current-item): Throw an error on an empty line.
26054
26055 * man.el (Man-follow-manual-reference): If current-word returns
26056 nil, use "".
26057
26058 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
26059
26060 * simple.el (goto-line): Doc fix.
26061
26062 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
26063
26064 * files.el (save-buffer): Doc fix.
26065
26066 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
26067
26068 * recentf.el (recentf-cleanup-remote): New variable.
26069 (recentf-cleanup): Use it to conditionally check availability of
26070 remote files.
26071
26072 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
26073
26074 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
26075 function names.
26076
26077 2005-03-19 Eli Zaretskii <eliz@gnu.org>
26078
26079 * language/thai-word.el: New file.
26080
26081 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
26082
26083 * files.el (backup-buffer): If the file's directory is not
26084 writable, use copy instead of move to backup the file.
26085
26086 2005-03-19 Eli Zaretskii <eliz@gnu.org>
26087
26088 * obsolete/keyswap.el: Moved to obsolete/ from term/.
26089
26090 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26091
26092 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
26093 Use functionp instead of symbolp and fboundp. Reported by Drkm
26094 <darkman_spam@yahoo.fr>.
26095 (ps-print-version): New version 6.6.6.
26096
26097 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
26098
26099 * textmodes/table.el (table--line-column-position): New idiom.
26100 (table--row-column-insertion-point-p): New function to test
26101 validity of row and column insertion operation at a location.
26102 (table-global-menu, table-cell-menu): Use above functions for
26103 deterministic test operation.
26104 (table--editable-cell-p): Behave in deterministic fashion.
26105
26106 2005-03-18 Juri Linkov <juri@jurta.org>
26107
26108 * isearch.el (isearch-lazy-highlight-new-loop):
26109 Make arguments beg and end optional.
26110 (isearch-update): Remove optional arguments nil from
26111 isearch-lazy-highlight-new-loop.
26112 (isearch-lazy-highlight-search): Let-bind case-fold-search to
26113 isearch-lazy-highlight-case-fold-search instead of
26114 isearch-case-fold-search, and let-bind isearch-regexp to
26115 isearch-lazy-highlight-regexp.
26116 Use isearch-lazy-highlight-last-string instead of isearch-string.
26117
26118 * replace.el (perform-replace): Remove bindings of global
26119 variables isearch-string, isearch-regexp, isearch-case-fold-search.
26120 Add three new arguments to `replace-highlight'.
26121 (replace-highlight): Add arguments string, regexp, case-fold.
26122 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
26123 to allow isearch-lazy-highlight-new-loop to use these values
26124 to set corresponding isearch-lazy-highlight-* internal
26125 variables whose values lazy highlighting will use regardless of
26126 changes to global variables isearch-string, isearch-regexp,
26127 isearch-case-fold-search during lazy highlighting loop.
26128 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
26129 to `lazy-highlight-cleanup'.
26130
26131 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
26132 (ispell-highlight-face): Set default face to `isearch' when
26133 lazy highlighting is enabled.
26134 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
26135 priority to 1. Add lazy highlighting.
26136 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
26137 from `isearch-dehighlight'.
26138
26139 2005-03-18 David Ponce <david@dponce.com>
26140
26141 * files.el (hack-local-variables): Do a case-insensitive search
26142 for End.
26143
26144 2005-03-18 Juri Linkov <juri@jurta.org>
26145
26146 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
26147 `isearch-lazy-highlight-cleanup', add alias to old name and
26148 declare obsolete. Add release numbers to other obsolete vars.
26149 (isearch-done, isearch-lazy-highlight-new-loop):
26150 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
26151 (lazy-highlight-cleanup) <variable>: Doc fix.
26152 (isearch-lazy-highlight-update): Rename obsolete
26153 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
26154
26155 2005-03-18 Kenichi Handa <handa@m17n.org>
26156
26157 * language/thai-util.el: Fix categorization of Thai characters in
26158 thai-category-table.
26159 (thai-composition-pattern): Adjust it for the above change.
26160 (thai-self-insert-command, thai-compose-syllable): New functions.
26161 (thai-compose-region): Use thai-compose-syllable.
26162 (thai-compose-string): Likewise.
26163 (thai-composition-function): Likewise.
26164 (thai-auto-composition): New function.
26165 (thai-auto-composition-mode): New minor mode.
26166
26167 * language/thai.el: Fix patterns to be registered in
26168 composition-function-table.
26169
26170 * international/quail.el (quail-input-method): Locally bind
26171 inhibit-modification-hooks to t.
26172
26173 2005-03-17 Richard M. Stallman <rms@gnu.org>
26174
26175 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
26176 (perl-mode): Use run-mode-hooks.
26177
26178 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
26179 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
26180 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
26181
26182 * mail/sendmail.el (sendmail-send-it): Reenable the code
26183 to compute resend-to-address and use it.
26184
26185 * tar-mode.el (tar-mode): Turn off undo unconditionally.
26186
26187 * image-mode.el: New file.
26188
26189 * image.el (insert-sliced-image): Add autoload cookie.
26190
26191 * font-lock.el (font-lock-lines-before): New user option.
26192 (font-lock-after-change-function): Obey it.
26193
26194 * bindings.el (esc-map): Make M-g a prefix.
26195 Bind M-g g and M-g M-g to goto-line.
26196
26197 * faces.el (face-id): Doc fix.
26198
26199 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
26200
26201 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
26202 (rmail-show-message): Use rmail-unknown-mail-followup-to.
26203 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
26204
26205 * mail/sendmail.el (mail-yank-ignored-headers)
26206 (mail-font-lock-keywords, mail-mode-fill-paragraph):
26207 Add Mail-Followup-To and Mail-Reply-To headers.
26208 (mail-citation-hook): Add autoload cookie.
26209 (mail-mode): Doc fix.
26210 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
26211 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
26212 (mail-mode-fill-paragraph): Handle those headers.
26213 (mail-mailing-lists): New variable.
26214 (mail-mail-reply-to, mail-mail-followup-to): New functions.
26215
26216 2005-03-17 Juri Linkov <juri@jurta.org>
26217
26218 * isearch.el (isearch-fallback): Check for `(car previous)'
26219 before calling `isearch-other-end-state'.
26220
26221 2005-03-17 Kim F. Storm <storm@cua.dk>
26222
26223 * simple.el (move-beginning-of-line): Move to beginning of buffer
26224 line, as well as beginning of screen line.
26225
26226 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
26227
26228 * calendar/diary-lib.el (mark-diary-entries): Use new optional
26229 argument REDRAW rather than calendar-redrawing variable.
26230 * calendar/calendar.el (calendar-redrawing): Delete.
26231 (redraw-calendar): Do not bind calendar-redrawing.
26232
26233 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
26234
26235 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
26236 diary-file buffer.
26237
26238 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
26239
26240 * help.el (describe-mode): Allow a :minor-mode-function property to
26241 specify a different minor mode toggle function than the variable.
26242 * simple.el (auto-fill-function):
26243 * subr.el (add-minor-mode): Use it.
26244
26245 2005-03-16 Kenichi Handa <handa@m17n.org>
26246
26247 * language/ethio-util.el (sera-being-called-by-w3): New variable.
26248 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
26249 (ethio-fidel-to-sera-buffer): Likewise.
26250
26251 2005-03-16 Juri Linkov <juri@jurta.org>
26252
26253 * emacs-lisp/find-func.el (find-function-regexp):
26254 Add defun-emitting macro `menu-bar-make-toggle'.
26255
26256 * isearch.el: Put `isearch-scroll' property to
26257 `split-window-horizontally'.
26258
26259 * info.el: Update error messages for `debug-ignored-errors'.
26260 (Info-isearch-search): Doc fix.
26261 (Info-find-node): Move up code to go into info buffer before
26262 recording the node to the history.
26263 (Info-fontify-node): Fontify titles only if the next line
26264 has two or more `*', `=', `-', `.'.
26265 Display "go to this node" for empty (match-string 3).
26266
26267 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26268
26269 * term/mac-win.el: Add mouse pointer shape constants.
26270
26271 2005-03-15 Kim F. Storm <storm@cua.dk>
26272
26273 * simple.el (move-beginning-of-line): Use vertical-motion.
26274
26275 2005-03-15 Juri Linkov <juri@jurta.org>
26276
26277 * isearch.el (isearch-error): New variable.
26278 (isearch-invalid-regexp, isearch-within-brackets): Remove.
26279 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
26280 (isearch-within-brackets-state): Remove.
26281 (isearch-case-fold-search-state, isearch-pop-fun-state):
26282 Decrease frame index.
26283 (isearch-mode, isearch-top-state, isearch-push-state)
26284 (isearch-edit-string, isearch-abort, isearch-search-and-update)
26285 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
26286 (isearch-search, isearch-lazy-highlight-new-loop):
26287 Replace `isearch-invalid-regexp' with `isearch-error'.
26288 Remove `isearch-within-brackets'.
26289 (isearch-search): Add `search-failed' handler to `condition-case'.
26290 (isearch-lazy-highlight-search): Add `condition-case' to catch
26291 errors and allow `isearch-lazy-highlight-update' to try
26292 highlighting from the beginning of the window.
26293 (isearch-repeat): Move up code to set isearch-wrapped to t
26294 before calling isearch-wrap-function.
26295
26296 * info.el (Info-isearch-initial-node): New internal variable.
26297 (Info-search): Signal an error in isearch mode when search leaves
26298 the initial node. Signal an error when `bound' is non-nil and
26299 nothing was found in the current subfile.
26300 (Info-isearch-search): Remove `condition-case'.
26301 (Info-isearch-wrap): Don't wrap when search failed during leaving
26302 the initial node. If `Info-isearch-search' is nil, wrap around
26303 the current node.
26304 (Info-isearch-start): New fun.
26305 (Info-mode): Add buffer-local hook `Info-isearch-start' to
26306 `isearch-mode-hook'.
26307
26308 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26309
26310 * simple.el (normal-erase-is-backspace): Set default to t if
26311 running on Mac.
26312
26313 * term/mac-win.el (function-key-map): Sync with x-win.el.
26314
26315 2005-03-15 Kenichi Handa <handa@m17n.org>
26316
26317 * international/mule-cmds.el (locale-language-names): Modify the
26318 format of elements and add more entries.
26319 (locale-preferred-coding-systems): Add more entries.
26320 (set-locale-environment): Adjust for the change of
26321 locale-language-names.
26322
26323 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
26324
26325 * pcvs.el (smerge-ediff): Remove bogus autoload.
26326
26327 2005-03-14 Lute Kamstra <lute@gnu.org>
26328
26329 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
26330 Ignore a `*' at the beginning of a line.
26331
26332 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
26333 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
26334 subr.el.
26335 (dont-compile, eval-when-compile, eval-and-compile): Use declare
26336 to specify indentation.
26337
26338 * generic.el (define-generic-mode): Let generic-mode-list be a
26339 list of strings; test membership with equal.
26340
26341 2005-03-14 Kim F. Storm <storm@cua.dk>
26342
26343 * simple.el (next-line, previous-line): Add optional try-vscroll
26344 arg to recognize interactive use. Pass it on to line-move.
26345 (line-move): Don't perform auto-window-vscroll when defining or
26346 executing keyboard macro to ensure consistent behavior.
26347
26348 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
26349
26350 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
26351
26352 2005-03-13 Lute Kamstra <lute@gnu.org>
26353
26354 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
26355 debugger-setup-buffer so that backtrace marks the frames set to
26356 debug-on-exit and we don't have to do it manually. Set an extra
26357 debug-on-exit for macro's.
26358 (debugger-setup-buffer): Don't mark the top frame manually.
26359
26360 2005-03-12 Lute Kamstra <lute@gnu.org>
26361
26362 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
26363 lisp-indent-function throughout.
26364 (with-no-warnings): Set lisp-indent-function property.
26365
26366 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
26367
26368 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
26369 Add entry for backslash.
26370
26371 2005-03-12 Juri Linkov <juri@jurta.org>
26372
26373 * info.el (Info-search): Four fixes for backward search.
26374
26375 2005-03-11 Jay Belanger <belanger@truman.edu>
26376
26377 * calc/calc.el (calc-language-alist): New variable.
26378 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
26379 (calc-embedded-find-modes): Use calc-language-alist instead of
26380 calc-embedded-language-alist.
26381
26382 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
26383
26384 * calendar/calendar.el (calendar-redrawing): New internal
26385 variable.
26386 (redraw-calendar): Remove bogus save-excursion from previous
26387 change. Bind calendar-redrawing to t for mark-diary-entries.
26388 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
26389 calendar if that is why we were called.
26390
26391 2005-03-11 Kenichi Handa <handa@m17n.org>
26392
26393 * international/mule.el (make-coding-system): Set property
26394 coding-system-define-form to nil.
26395 (define-coding-system-alias): Likewise.
26396
26397 2005-03-11 Kenichi Handa <handa@m17n.org>
26398
26399 These changes are suggested by Dave Love <fx@gnu.org>.
26400
26401 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
26402 coding: tag.
26403 (adaptive-fill-regexp): Add more bullets.
26404 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
26405 regexps.
26406
26407 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
26408
26409 * help.el (describe-mode): Properly handle non-trivial lighters.
26410 Don't ignore minor modes that are not listed in minor-mode-list.
26411
26412 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
26413 feature ON when the user requests to turn it OFF.
26414
26415 2005-03-10 Lute Kamstra <lute@gnu.org>
26416
26417 * emacs-lisp/debug.el (debug-entry-code): Delete it.
26418 (implement-debug-on-entry): New function to replace debug-entry-code.
26419 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
26420 second argument as the 2005-03-07 change makes it obsolete.
26421 (debug-on-entry, cancel-debug-on-entry): Update call to
26422 debug-on-entry-1.
26423 (debug, debugger-setup-buffer): Comment update.
26424 (debugger-frame-number): Update to work with implement-debug-on-entry.
26425
26426 2005-03-10 Jay Belanger <belanger@truman.edu>
26427
26428 * calc/calc-embed.el (math-ms-args): Declare it.
26429 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
26430 math-ms-args.
26431 (calc-embedded-subst): Use math-multi-subst-rec to substitute
26432 variables.
26433
26434 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
26435
26436 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
26437 Use message-box.
26438
26439 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
26440 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
26441 (tooltip-gud-tips): Simplify.
26442 (tooltip-gud-tips-p): Remove superfluous :set.
26443 (tooltip-gud-modes): Add fortran-mode.
26444 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
26445
26446 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
26447
26448 2005-03-09 Kim F. Storm <storm@cua.dk>
26449
26450 * play/animate.el (animate-place-char): Use forward-line instead
26451 of next-line to improve performance.
26452
26453 2005-03-09 Simon Josefsson <jas@extundo.com>
26454
26455 * net/browse-url.el (browse-url-default-browser): Doc fix.
26456
26457 2005-03-09 Miles Bader <miles@gnu.org>
26458
26459 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
26460 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
26461
26462 2005-03-09 Kenichi Handa <handa@m17n.org>
26463
26464 * international/latin-1.el: Set case and syntax for 255 only if
26465 set-case-syntax-set-multibyte is nil.
26466
26467 * textmodes/ispell.el (ispell-insert-word): New function.
26468 (ispell-word): Use ispell-insert-word to insert a new word.
26469 (ispell-process-line): Likewise.
26470 (ispell-complete-word): Likewise.
26471
26472 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
26473
26474 * calendar/calendar.el (redraw-calendar): Preserve point.
26475 Reported by Matt Hodges <MPHodges@member.fsf.org>.
26476 (calendar-week-start-day): Move after definition of
26477 redraw-calendar. Delete buffer test, since redraw-calendar has
26478 that now.
26479
26480 * calendar/diary-lib.el (mark-diary-entries): Only call
26481 redraw-calendar in the first of any recursive calls.
26482 Reported by Alan Shutko <ats@acm.org>.
26483
26484 2005-03-08 Juri Linkov <juri@jurta.org>
26485
26486 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
26487 (html-horizontal-rule, html-line, html-image, html-checkboxes)
26488 (html-radio-buttons): Add a space before the trailing `/>' where
26489 sgml-xml-mode is non-nil.
26490 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
26491 the subsequent tag of the empty XML tag.
26492 (html-href-anchor): Don't set initial input to "http:".
26493 (html-image): Ask for the image URL and set point inside alt="".
26494 (html-name-anchor): Duplicate the name in the `id' attribute when
26495 sgml-xml-mode is non-nil.
26496 (html-paragraph): Remove \n before <p>.
26497 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
26498 instead of `checked' when sgml-xml-mode is non-nil.
26499
26500 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
26501 Remove 1 space before #RRGGBB to not truncate it on terminal
26502 windows w/o fringes. Remove 1 space between bg and fg examples
26503 to get more space.
26504 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
26505 avoid byte-compile warnings.
26506
26507 * image-file.el (image-file-handler): Put `safe-magic' property to
26508 `image-file-handler'.
26509
26510 * info.el (Info-isearch-search): Emulate word search in
26511 isearching through multiple Info nodes with Info-search.
26512 (Info-isearch-wrap): Allow isearch-word.
26513
26514 2005-03-08 Lute Kamstra <lute@gnu.org>
26515
26516 * emacs-lisp/debug.el (debugger-step-through): Make sure that
26517 stepping into the debugger's code is not possible.
26518 (debugger-jumping-flag): Docstring update.
26519
26520 2005-03-08 Jay Belanger <belanger@truman.edu>
26521
26522 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
26523 embedded mode begins.
26524 (calc-embedded-language-alist): New variable.
26525 (calc-embedded-find-modes): Use calc-embedded-language-alist to
26526 set default language mode.
26527
26528 2005-03-08 Kenichi Handa <handa@m17n.org>
26529
26530 * international/ccl.el (define-ccl-program): Fix docstring about
26531 extra 256 bytes assured for the output buffer.
26532
26533 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
26534 Fix BUFFER_MAGNIFICATION to 2.
26535 (ccl-encode-mule-utf-16be-with-signature): Likewise.
26536
26537 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
26538
26539 * align.el (align-rules-list): Added an alignment rule for CSS
26540 declarations (applies to css-mode and html-mode buffers).
26541
26542 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
26543
26544 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
26545
26546 2005-03-07 Kim F. Storm <storm@cua.dk>
26547
26548 * simple.el (move-beginning-of-line): New command.
26549
26550 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
26551
26552 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
26553
26554 * emulation/cua-base.el: Put CUA move property on move-end-of-line
26555 and move-beginning-of-line.
26556
26557 * apropos.el (apropos-print): Omit command from M-x ... RET.
26558
26559 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
26560
26561 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
26562 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
26563
26564 2005-03-06 Richard M. Stallman <rms@gnu.org>
26565
26566 * bindings.el (esc-map): Bind M-g to goto-line.
26567
26568 * facemenu.el (global-map): Bind M-o, not M-g.
26569
26570 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26571
26572 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
26573 "Open Directory" as for "Open File".
26574
26575 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
26576
26577 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
26578 (push-mark-command): Run activate-mark-hook.
26579
26580 2005-03-06 Richard M. Stallman <rms@gnu.org>
26581
26582 * help-mode.el (help-mode-finish): Don't alter the element
26583 in view-return-to-alist if there already is one.
26584
26585 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
26586 make sure the current buffer is the expected one.
26587
26588 * novice.el (disabled-command-function): Output in *Disabled Command*.
26589 Explicitly ignore non-keyboard events, and explicitly handle C-g.
26590
26591 * textmodes/flyspell.el (flyspell-large-region):
26592 Pass args differently for aspell.
26593
26594 * files.el (mode-require-final-newline): Doc fix.
26595
26596 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
26597
26598 * progmodes/which-func.el (which-function):
26599 Specify NOERROR when calling imenu--make-index-alist.
26600
26601 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
26602
26603 * simple.el (normal-erase-is-backspace): Define default value.
26604
26605 * custom.el (custom-theme-set-variables): Remove unused var
26606 `immediate'.
26607 (custom-reevaluate-setting): Simple function to handle variables
26608 that are defined before their default value can really be
26609 computed.
26610
26611 * startup.el (command-line): Use it for temporary-file-directory,
26612 small-emporary-file-directory, auto-save-file-name-transforms,
26613 blink-cursor-mode, and normal-erase-is-backspace.
26614
26615 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
26616 progress, even with buggy anchored keywords.
26617
26618 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
26619
26620 * simple.el (goto-line): Remove unbalanced final parenthesis.
26621
26622 2005-03-05 Richard M. Stallman <rms@gnu.org>
26623
26624 * simple.el (goto-line): Use a number at point as the default.
26625 With C-u as arg, switch buffers.
26626
26627 2005-03-05 Juri Linkov <juri@jurta.org>
26628
26629 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
26630 with `no-blinking-cursor'.
26631
26632 * startup.el (no-blinking-cursor): New defvar.
26633 (command-line): Add `--no-blinking-cursor' to longopts.
26634 Set `no-blinking-cursor' to t for command line arguments
26635 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
26636 with `no-blinking-cursor' in the condition for calling
26637 `blink-cursor-mode'.
26638
26639 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
26640
26641 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
26642 (menu-bar-options-save): Add blink-cursor-mode.
26643 (menu-bar-options-menu): Add blink-cursor-mode.
26644
26645 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
26646
26647 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
26648 (icalendar-export-file, icalendar-export-region)
26649 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
26650 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
26651
26652 2005-03-04 Lute Kamstra <lute@gnu.org>
26653
26654 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
26655 (debug-function-list): Ditto.
26656
26657 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
26658
26659 * textmodes/texinfmt.el (texinfo-append-refill):
26660 Redefine the types of line to which @refill
26661 is not appended by replacing a search for `@refill\\|@bye' with
26662 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
26663 itemize@refill' bug and the unfilled long lines bug.
26664 (texinfmt-version): Update number and date.
26665
26666 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
26667
26668 * international/code-pages.el (windows-1250, windows-125[2-8])
26669 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
26670
26671 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
26672
26673 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
26674 bound yet.
26675
26676 2005-03-02 Romain Francoise <romain@orebokech.com>
26677
26678 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
26679 buffer after removing limits.
26680 (ibuffer-pop-filter): Ditto.
26681 Update copyright.
26682
26683 2005-03-02 Miles Bader <miles@gnu.org>
26684
26685 * button.el (make-text-button): If the user doesn't specify a
26686 type, use the default. Rewrite to use `add-text-properties' and
26687 plist functions.
26688
26689 2005-03-01 Lute Kamstra <lute@gnu.org>
26690
26691 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
26692 (debugger-jumping-flag): New var.
26693 (debug-entry-code): Use it.
26694 (debugger-jump): Use debugger-jumping-flag and add
26695 debugger-reenable to post-command-hook.
26696 (debugger-reenable): Use debugger-jumping-flag and remove itself
26697 from post-command-hook.
26698 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
26699 debugger-reenable.
26700
26701 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
26702
26703 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
26704 inclusion of "itemize\\|", which may be unnecessary, is certainly
26705 inelegant, and stops refilling in itemize lists when formatting
26706 Japanese Texinfo files to Info.
26707 Update copyright to 2005.
26708
26709 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
26710
26711 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
26712 of an error if GDB can't find the source file.
26713
26714 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
26715
26716 * calendar/calendar.el (redraw-calendar): Work from any buffer,
26717 not just the calendar.
26718
26719 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
26720 first.
26721 (diary-redraw-calendar): New function.
26722 (make-diary-entry): Add diary-redraw-calendar to local
26723 write-contents-functions. Turn off selective display before
26724 inserting in diary.
26725
26726 2005-03-01 Kim F. Storm <storm@cua.dk>
26727
26728 * emacs-lisp/copyright.el (copyright-fix-years): New command.
26729
26730 2005-03-01 Lute Kamstra <lute@gnu.org>
26731
26732 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
26733 that debug-entry-code can be safely removed from a function while
26734 this code is being evaluated. Revert the 2005-02-27 change as the
26735 new implementation no longer requires it. Make sure that a
26736 function body containing just a string is not mistaken for a docstring.
26737 (debug): Skip one more frame in case of debug on entry.
26738 (debugger-setup-buffer): Delete one more frame line in case of
26739 debug on entry.
26740 (debugger-frame-number): Update to use the new text introduced by
26741 the 1999-11-03 change. Skip one more frame in case of debug on entry.
26742
26743 2005-02-28 Kim F. Storm <storm@cua.dk>
26744
26745 * double.el (double-translate-key): Call force-window-update after
26746 read-event to avoid crash in redisplay.
26747
26748 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
26749
26750 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
26751 (debug): Use it. Move the inhibit-trace earlier.
26752 (debug-entry-code): New const.
26753 (debug-on-entry-1): Use it.
26754
26755 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
26756
26757 * international/utf-16.el (ccl-encode-mule-utf-16le):
26758 Fix BUFFER_MAGNIFICATION to 2.
26759 (ccl-encode-mule-utf-16be): Likewise.
26760
26761 2005-02-28 Kenichi Handa <handa@m17n.org>
26762
26763 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
26764 Fix BUFFER_MAGNIFICATION to 4.
26765 (ccl-encode-mule-utf-16be-with-signature): Likewise.
26766
26767 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
26768
26769 * speedbar.el (speedbar-update-flag): Doc fix.
26770 (speedbar-show-info-under-mouse): Give set-mouse-position the right
26771 argument.
26772
26773 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
26774
26775 * reveal.el (reveal-post-command): Don't try to reveal overlays which
26776 have a non-nil `invisible' property but are actually visible.
26777
26778 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
26779 for perldoc sections.
26780 (perl-outline-regexp, perl-outline-level): New var and function.
26781 (perl-mode): Use them.
26782
26783 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
26784
26785 * calendar/diary-lib.el (diary-remind): Discard any mark portion
26786 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
26787
26788 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
26789
26790 * cus-edit.el: Comment change.
26791 (custom-buffer-create-internal): Slightly reword text at top of
26792 Custom buffers. Mention there that saving an option edits the
26793 init file. Add link to Emacs manual node on `custom-file'.
26794 (custom-magic-alist): Rewrite individual State messages to use
26795 capitalized keywords. Doc fix.
26796
26797 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
26798
26799 * calendar/calendar.el (calendar-buffer): Move above
26800 calendar-week-start-day.
26801 (calendar-week-start-day): Doc fix. Add :set function.
26802 (calendar-minimum-window-height): New variable.
26803 (generate-calendar-window): Only resize window if selected-window
26804 is displaying the calendar buffer. Use new variable
26805 calendar-minimum-window-height.
26806 (generate-calendar): Reword error message.
26807 (calendar-mode-map): Bind DEL to scroll-other-window-down.
26808
26809 2005-02-27 Andreas Schwab <schwab@suse.de>
26810
26811 * vc.el (vc-do-command): Don't run command asynchronously when
26812 operating in a remote directory.
26813
26814 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
26815 change from sync with Tramp 2.0.47.
26816
26817 2005-02-27 Richard M. Stallman <rms@gnu.org>
26818
26819 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
26820
26821 * textmodes/flyspell.el (flyspell-mode-on):
26822 Call ispell-change-dictionary only if necessary.
26823
26824 * emacs-lisp/re-builder.el (regexp-builder): New function.
26825
26826 * register.el (describe-register-1): Explicitly handle
26827 yank-excluded-properties = t.
26828
26829 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
26830 (custom-magic-alist): Change the status descriptions again.
26831 (face widget-type): Total rewrite based on `restricted-sexp'
26832 to eliminate the confusing double hiding levels.
26833
26834 * emacs-lisp/debug.el (debug-on-entry-1):
26835 If function body is empty, add nil as body form.
26836
26837 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
26838
26839 * emacs-lisp/trace.el (inhibit-trace): New var.
26840 (trace-make-advice): Use it.
26841
26842 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
26843
26844 2005-02-26 Kim F. Storm <storm@cua.dk>
26845
26846 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
26847 (mouse-on-link-p, mouse-drag-region-1): Use it.
26848
26849 2005-02-25 Lute Kamstra <lute@gnu.org>
26850
26851 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
26852
26853 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
26854
26855 * frame.el (blink-cursor-mode): Add :group keyword.
26856
26857 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
26858
26859 * calendar/icalendar.el (icalendar--decode-isodatetime):
26860 New optional argument DAY-SHIFT.
26861 (icalendar-export-region): Fix coding-system-for-write.
26862 (icalendar--convert-ical-to-diary): Shift end-day of all-day
26863 events by one.
26864
26865 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
26866
26867 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
26868
26869 2005-02-24 Kim F. Storm <storm@cua.dk>
26870
26871 * international/iso-acc.el (iso-accents-compose): Fix crash
26872 during redisplay. Call force-window-update after read-event
26873 and delete-region to signal that window is not accurate.
26874
26875 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
26876
26877 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
26878 Remove unused and inexistent var `inhibit-trace'.
26879 (debugger-mode): Use run-mode-hooks.
26880 (debugger-list-functions): Add buttons; setup xref stack.
26881
26882 2005-02-23 Richard M. Stallman <rms@gnu.org>
26883
26884 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
26885 appointment says it was explicitly made.
26886 (appt-add): Set the 3rd element.
26887 (appt-make-list): Preserve explicit appointments.
26888
26889 * subr.el (find-tag-default): Catch errors in forward-sexp.
26890
26891 2005-02-23 Juri Linkov <juri@jurta.org>
26892
26893 * info.el (Info-isearch-search): New defcustom.
26894 (Info-isearch-search): Call the default isearch function
26895 when Info-isearch-search is nil.
26896 (Info-isearch-wrap): Use variable Info-isearch-search.
26897
26898 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
26899
26900 * cus-edit.el: Comment change.
26901
26902 2005-02-22 Kim F. Storm <storm@cua.dk>
26903
26904 * progmodes/hideif.el (hide-ifdef-use-define-alist):
26905 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
26906
26907 2005-02-22 Simon Josefsson <jas@extundo.com>
26908
26909 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
26910 New variable.
26911 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
26912 Oskarsson" <myrkraverk@users.sourceforget.net>.
26913
26914 2005-02-22 Kim F. Storm <storm@cua.dk>
26915
26916 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
26917 check that window of that event is the selected window.
26918 (mouse-drag-region-1): Compare mouse event window to selected
26919 window before setting point.
26920
26921 * tooltip.el (tooltip-show-help-function): Pass event to
26922 mouse-on-link-p so it can check selected window.
26923
26924 2005-02-22 Kenichi Handa <handa@m17n.org>
26925
26926 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
26927 (ps-mule-show-warning): New function.
26928 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
26929 characters are found.
26930
26931 * ps-print.el (ps-header-footer-string): Return a list of header
26932 and footer strings.
26933
26934 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
26935
26936 * pcvs.el (cvs-retrieve-revision): Fix thinko.
26937
26938 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
26939
26940 * frame.el (blink-cursor-mode): Use define-minor-mode.
26941
26942 * term/mac-win.el (function-key-map): Use char-names more consistently.
26943 (file-name-coding-system): Only set it for MacOS-9. The other case is
26944 already handled in mule-cmds.el (where it also works when mac-win.el
26945 is not used).
26946
26947 2005-02-21 Kenichi Handa <handa@m17n.org>
26948
26949 * international/mule.el (ctext-pre-write-conversion): Always use
26950 " *code-converting-work*" buffer for work.
26951
26952 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
26953
26954 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
26955
26956 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
26957
26958 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
26959
26960 * ses.el (undo-more): Restore defadvice, but only the part that
26961 allows changes outside the restricted area of the buffer.
26962
26963 2005-02-20 Kim F. Storm <storm@cua.dk>
26964
26965 * simple.el (line-move): Add fourth optional arg try-vscroll which
26966 must be set to perform auto-window-vscroll.
26967 When moving backwards and doing auto-window-vscroll, automatically
26968 vscroll to the last part of lines which are taller than the window.
26969 (next-line, previous-line): Set try-vscroll arg on line-move.
26970
26971 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
26972
26973 * replace.el (query-replace, query-replace-regexp)
26974 (replace-string, replace-regexp): When operating on region, make
26975 the minibuffer prompt say so.
26976
26977 * isearch.el (isearch-forward): Document isearch-query-replace and
26978 isearch-query-replace-regexp keybindings.
26979
26980 2005-02-19 Jay Belanger <belanger@truman.edu>
26981
26982 * calc/calc-aent.el (math-read-token): Add local variable.
26983
26984 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
26985 (calc-edit-top): Move declaration to earlier in file.
26986 (calc-edit-macro-repeats): Add local variables.
26987
26988 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
26989 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
26990 calcFunc-tanh.
26991 Adjust integration rule for calcFunc-tan.
26992
26993 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
26994
26995 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
26996 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
26997 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
26998 (viper-skip-separators): Bug fix.
26999 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
27000 particular major mode.
27001 (viper-del-backward-char-in-replace): Don't put deleted char on the
27002 kill ring.
27003
27004 * viper-ex.el (viper-color-display-p): New function.
27005 (viper-has-face-support-p): Use viper-color-display-p.
27006
27007 * viper-keym.el (viper-gnus-modifier-map): New keymap.
27008
27009 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
27010
27011 * viper-util.el (viper-glob-unix-files): Fix shell status check.
27012 (viper-file-remote-p): Make equivalent to file-remote-p.
27013
27014 * viper.el (viper-major-mode-modifier-list):
27015 Use viper-gnus-modifier-map.
27016
27017 2005-02-19 David Kastrup <dak@gnu.org>
27018
27019 * subr.el (subregexp-context-p): Fix garbled doc string by adding
27020 quoting.
27021
27022 2005-02-19 Jay Belanger <belanger@truman.edu>
27023
27024 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
27025 Remove extra definitions.
27026 (calc-coth): New function.
27027 (calcFunc-cot): Fix `let'.
27028
27029 2005-02-19 Eli Zaretskii <eliz@gnu.org>
27030
27031 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
27032 the reasons we use "type pc" in these faces.
27033
27034 * button.el (button): Ditto.
27035
27036 2005-02-19 Michael Mauger <mmaug@yahoo.com>
27037
27038 * replace.el (query-replace-read-from): Set the value of
27039 query-replace-from-history-variable to handle the case of an empty
27040 string entered to accept the suggested default.
27041
27042 * net/tramp.el (tramp-file-name-for-operation):
27043 Use dired-call-process instead of dired-call-process-command.
27044
27045 2005-02-19 Jay Belanger <belanger@truman.edu>
27046
27047 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
27048 (math-div-non-trig): New variables.
27049 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
27050 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
27051 (math-combine-prod, math-div-symb-fancy): Add simplifications for
27052 trig expressions.
27053
27054 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
27055
27056 * progmodes/gdb-ui.el (gdb-var-update-handler)
27057 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
27058 for watch expressions,
27059 (gdb-var-create-handler): Don't set speedbar-update-flag.
27060 (gdb-post-prompt): Simplify test for speedbar.
27061
27062 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
27063
27064 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
27065 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
27066 we use the syntax table of the correct buffer.
27067 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
27068 Felix Gatzemeier.
27069
27070 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
27071 (ediff-file-remote-p): Make synonymous with file-remote-p.
27072 In all deffaces ediff-*-face-*, use min-colors.
27073
27074 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
27075 ediff-recurse-to-subdirectories.
27076 (ediff-mark-if-equal): Check that the arguments are strings, use
27077 ediff-same-contents (after to Felix Gatzemeier).
27078
27079 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
27080 nil.
27081
27082 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
27083
27084 * log-view.el (log-view-message-re): Fix up Subversion regexp.
27085
27086 2005-02-18 David Kastrup <dak@gnu.org>
27087
27088 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
27089 use `mark-active' when defined.
27090
27091 2005-02-18 Kenichi Handa <handa@m17n.org>
27092
27093 * ps-print.el (ps-font-info-database): New entry
27094 ZapfChancery-MediumItalic with correct font name. Fix font name
27095 of the entry Zapf-Chancery-MediumItalic.
27096
27097 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
27098
27099 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
27100
27101 2005-02-16 Kim F. Storm <storm@cua.dk>
27102
27103 * ido.el (ido-fallback-command): Pass user input to fallback command.
27104
27105 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
27106
27107 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
27108 (gdb-find-file-hook): Add server prefix.
27109
27110 2005-02-16 Richard M. Stallman <rms@gnu.org>
27111
27112 * replace.el (perform-replace): Pass new args to replace-highlight.
27113 (replace-highlight): Take region args,
27114 and pass them to isearch-lazy-highlight-new-loop.
27115
27116 * novice.el (disabled-command-hook): Autoload the defalias
27117 and the make-obsolete-variable call.
27118
27119 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
27120
27121 * isearch.el (isearch-lazy-highlight-start-limit)
27122 (isearch-lazy-highlight-end-limit): New variables limit
27123 the region for highlighting.
27124 (isearch-lazy-highlight-new-loop): New args BEG and END.
27125 (isearch-lazy-highlight-search): Use the new vars.
27126 (isearch-lazy-highlight-update): Likewise.
27127
27128 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
27129
27130 * cus-start.el (all): Use default-boundp.
27131
27132 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
27133
27134 * menu-bar.el (menu-bar-select-frame): Handle current frame.
27135
27136 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
27137
27138 * autorevert.el (auto-revert-stop-on-user-input)
27139 (auto-revert-verbose): Doc fixes.
27140
27141 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
27142
27143 * international/mule-cmds.el (set-locale-environment): Remove call
27144 to set-selection-coding-system on Windows.
27145
27146 2005-02-15 Jay Belanger <belanger@truman.edu>
27147
27148 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
27149 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
27150 calcFunc-coth.
27151 (math-simplify-sqrt): Add simplifications.
27152
27153 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
27154 to list.
27155
27156 * calc/calc-ext.el: Add functions to autoloads.
27157
27158 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
27159 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
27160 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
27161 (math-csc-raw, math-cot-raw): New functions.
27162
27163 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
27164
27165 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
27166 the variable name in a message.
27167
27168 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
27169 calcFunc-csc, calcFunc-cot.
27170
27171 * calc/calcalg2.el: Add derivative and integration rules for
27172 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
27173 calcFunc-csch, calcFunc-coth.
27174 (math-do-integral-methods): Add to checks for when to use
27175 substitutions.
27176
27177 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
27178
27179 2005-02-15 Lute Kamstra <lute@gnu.org>
27180
27181 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27182 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
27183 <monnier@iro.umontreal.ca>.
27184 (lisp-outline-level): Improve efficiency. Suggested by David
27185 Kastrup <dak@gnu.org>.
27186
27187 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
27188
27189 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
27190 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
27191 (gdb-set-gud-minor-mode-existing-buffers): New functions.
27192 (gdb-find-file-hook): New hook. Add it to find-file-hook.
27193 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
27194
27195 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
27196
27197 * cus-start.el (all): Comment change.
27198
27199 2005-02-14 Lute Kamstra <lute@gnu.org>
27200
27201 * cus-start.el (all): Check if symbol is void.
27202
27203 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
27204
27205 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
27206 optional argument to \cite.
27207
27208 2005-02-14 Richard M. Stallman <rms@gnu.org>
27209
27210 * cus-edit.el (custom-buffer-create-internal): Update help message.
27211 (custom-magic-alist): Update help messages.
27212
27213 * cus-start.el (all): Allow a var to specify a standard value.
27214
27215 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
27216
27217 * custom.el (custom-theme-set-variables): Handle variable aliases.
27218
27219 * frame.el (blink-cursor-timer): Doc fix.
27220 (blink-cursor): Make it an alias for `blink-cursor-mode' and
27221 declare obsolete.
27222 (blink-cursor-mode): Define with defcustom and use correct
27223 standard expression in that defcustom.
27224 * startup.el (command-line): Adapt to above changes in frame.el.
27225
27226 2005-02-11 Lute Kamstra <lute@gnu.org>
27227
27228 * apropos.el (apropos-score-doc): Prevent division by zero.
27229
27230 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
27231
27232 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
27233 (icalendar--get-event-property-attributes)
27234 (icalendar--get-event-properties)
27235 (icalendar--datetime-to-diary-date): New functions.
27236 (icalendar--split-value): Doc fix.
27237 (icalendar--datetime-to-noneuropean-date)
27238 (icalendar--datetime-to-european-date): New optional argument
27239 SEPARATOR. Return result as a string instead of a list.
27240 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
27241 (icalendar--convert-string-for-export): Rename arg S to STRING.
27242 (icalendar-export-region): Doc fix. Change name of error buffer.
27243 Save output buffer.
27244 (icalendar-import-file): Add blank at end of prompt.
27245 (icalendar-import-buffer): Doc fix. Do not switch to error
27246 buffer. Indicate status in return value.
27247 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
27248 buffer. Save output buffer. Handle exception from recurrence
27249 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
27250 events. Fix problems with weekly all-day events.
27251
27252 2005-02-10 Richard M. Stallman <rms@gnu.org>
27253
27254 * simple.el (eval-expression-print-format):
27255 Avoid warning about edebug-active.
27256
27257 * help.el (help-for-help-internal): Rename from help-for-help.
27258 (help-for-help): Define with defalias.
27259
27260 * font-core.el (font-lock-default-function): Use with-no-warnings.
27261
27262 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
27263
27264 * custom.el (defface): Doc fix.
27265
27266 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
27267
27268 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
27269 width 0" to prevent word wrapping problems.
27270
27271 2005-02-09 Kim F. Storm <storm@cua.dk>
27272
27273 * ido.el (ido-file-extensions-order): New defcustom.
27274 (ido-file-extension-lessp, ido-file-extension-aux)
27275 (ido-file-extension-order): New advanced file ordering.
27276 (ido-file-lessp): New simple file ordering.
27277 (ido-sort-list): Remove.
27278 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
27279 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
27280
27281 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
27282
27283 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
27284 that some versions of grep produce.
27285 (grep-mode-font-lock-keywords): Likewise.
27286
27287 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
27288
27289 * progmodes/gdb-ui.el (gdb-location-list): New variable.
27290 (gdb-cdir): Delete.
27291 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
27292 (gdb-source-info): Treat case when source file is in another
27293 directory properly.
27294 (gdb-get-location): New function.
27295
27296 2005-02-07 Jay Belanger <belanger@truman.edu>
27297
27298 * calc/calc-prog.el (calc-write-parse-table-part)
27299 (calc-fix-token-name): Fix a check for language type.
27300
27301 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
27302
27303 2005-02-07 Andre Spiegel <spiegel@gnu.org>
27304
27305 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
27306 as directory not writable.
27307
27308 2005-02-07 Kim F. Storm <storm@cua.dk>
27309
27310 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
27311 (cua--standard-movement-commands): Remove list.
27312 Instead, set CUA property value to move for movement commands.
27313 (cua-movement-commands): Remove. Users must set CUA prop instead.
27314 (cua--pre-command-handler): Check CUA property.
27315 (cua--init-keymaps): Don't remap undo commands.
27316 (cua-mode): Don't call cua--rectangle-on-off.
27317
27318 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
27319 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
27320 (cua--rect-undo-set-point): New var.
27321 (cua--rectangle-undo-boundary): Setup undo apply entry.
27322 (cua--rect-undo-handler): New function for rectangle undo.
27323 (cua--rect-start-position, cua--rect-end-position): Add.
27324 (cua--rectangle-post-command): Call cua--rectangle-set-corners
27325 for restored rectangle. Set point if cua--rect-undo-set-point.
27326
27327 2005-02-06 Jay Belanger <belanger@truman.edu>
27328
27329 * calc/calc-lang.el (calc-tex-language): Display more information
27330 in messages.
27331
27332 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
27333 in TeX mode.
27334
27335 2005-02-06 Richard M. Stallman <rms@gnu.org>
27336
27337 * emacs-lisp/lisp.el (buffer-end): Doc fix.
27338
27339 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
27340
27341 * net/ldap.el (ldap-search-internal): Support attributes with
27342 optional descriptions separated by a semi-colon, as in
27343 "userCertificate;binary".
27344
27345 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
27346
27347 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
27348 isn't a cons (i.e. the version is 0).
27349
27350 2005-02-05 Eli Zaretskii <eliz@gnu.org>
27351
27352 * help.el (help-for-help): Doc fix.
27353
27354 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
27355
27356 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
27357 GDB-Windows on the menu-bar as this works better.
27358
27359 2005-02-04 Jay Belanger <belanger@truman.edu>
27360
27361 * calc/calc-embed.el (calc-embedded-update): Don't put in
27362 unnecessary newlines. Adjust the end of formula marker.
27363
27364 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
27365 (math-latex-parse-two-args): New function.
27366
27367 2005-02-03 Lute Kamstra <lute@gnu.org>
27368
27369 * help-fns.el (help-with-tutorial): Make sure that users cannot
27370 remove the entire text of the tutorial by means of `undo'.
27371
27372 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
27373
27374 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
27375 in recent changes, where the ispell process was repeatedly
27376 killed & restarted.
27377
27378 * international/mule-cmds.el (set-locale-environment): Set file-name
27379 coding system to utf-8 on Darwin systems.
27380 (set-default-coding-systems): Don't set default-file-name-coding-system
27381 on Darwin systems.
27382
27383 2005-02-03 Richard M. Stallman <rms@gnu.org>
27384
27385 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
27386
27387 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
27388
27389 * faces.el (list-faces-display): Add optional argument.
27390
27391 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
27392
27393 * font-core.el (font-lock-default-function): Handle the rare case where
27394 only font-lock-keywords is set.
27395
27396 2005-02-02 Kenichi Handa <handa@m17n.org>
27397
27398 * international/characters.el: Cancel previous change for
27399 I-WITH-DOT-ABOVE and DOTLESS-i.
27400
27401 * international/latin-5.el: Cancel previous change.
27402
27403 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
27404
27405 * progmodes/gud.el: Correction to syntax in gud-menu-map.
27406
27407 2005-02-02 Kenichi Handa <handa@m17n.org>
27408
27409 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
27410 DOTLESS-i.
27411
27412 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
27413 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
27414
27415 * case-table.el (get-upcase-table): New function.
27416 (copy-case-table): Copy upcaes table too if non-nil.
27417 (set-case-syntax-delims): Maintain upcase table too.
27418 (set-case-syntax-pair): Likewise.
27419 (set-upcase-syntax, set-downcase-syntax): New functions.
27420 (set-case-syntax): Maintain upcase table too.
27421
27422 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
27423
27424 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
27425
27426 * progmodes/gud.el (gud-goto-info): New function.
27427 (gud-tool-bar-map): Use correct icon.
27428
27429 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
27430
27431 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
27432 When delegating, order args in the funcall correctly.
27433
27434 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
27435
27436 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
27437
27438 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
27439
27440 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
27441 buffer not visiting a file.
27442
27443 2005-01-31 Jay Belanger <belanger@truman.edu>
27444
27445 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
27446 bound on the line with the formula.
27447
27448 2005-01-31 Kim F. Storm <storm@cua.dk>
27449
27450 * ses.el (ses-create-cell-variable-range)
27451 (ses-destroy-cell-variable-range, ses-reset-header-string)
27452 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
27453 (ses-insert-row): Fix format of apply undo entries.
27454
27455 2005-01-31 Jay Belanger <belanger@truman.edu>
27456
27457 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
27458 parts.
27459
27460 * calc/calc-embed.el (calc-embedded-open-formula)
27461 (calc-embedded-close-formula): Ignore matrix environments.
27462
27463 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
27464 TeX mode.
27465
27466 * calc/calc-lang.el (math-function-table, math-oper-table)
27467 (math-variable-table): Adjust the LaTeX portions.
27468
27469 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
27470 (math-latex-ignore-words): New constant.
27471
27472 2005-01-31 Richard M. Stallman <rms@gnu.org>
27473
27474 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
27475 (ispell-local-dictionary): Doc fix.
27476 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
27477 Don't reinitialize at run time. Don't defcustom.
27478 All uses changed to append ispell-local-dictionary-alist,
27479 or check it first.
27480 (ispell-current-dictionary): New variable for dictionary in use.
27481 (ispell-dictionary): Now used only for global default.
27482 (ispell-start-process): Set ispell-current-dictionary,
27483 not ispell-dictionary.
27484 (ispell-change-dictionary): Use this only for setting
27485 user preferences.
27486 (ispell-internal-change-dictionary): New function
27487 to change the current dictionary in use.
27488 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
27489 Use ispell-current-dictionary.
27490 Handle ispell-local-dictionary-overridden.
27491 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
27492
27493 2005-01-31 Jay Belanger <belanger@truman.edu>
27494
27495 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
27496
27497 * calc/calc-ext.el: Add calc-latex-language to autoloads.
27498 (calc-mode-map): Add calc-latex-language.
27499
27500 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
27501 (math-latex-print-frac): New functions.
27502 (math-oper-table, math-function-table, math-variable-table)
27503 (math-complex-format, math-input-filter): Add latex properties.
27504 (calc-set-language): Set math-expr-special-function-mapping.
27505
27506 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
27507 (calc-write-parse-table-part): Add LaTeX support.
27508
27509 * calc/calc.el (calc-language): Adjust docstring.
27510 (calc-set-mode-line): Add LaTeX support.
27511 (math-expr-special-function-mapping): New variable.
27512 (math-tex-ignore-words): Add to list.
27513
27514 * calc/calccomp.el (math-compose-expr, math-compose-rows):
27515 Add LaTeX support.
27516 (math-compose-expr): Add support for special functions.
27517
27518 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
27519
27520 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
27521
27522 * progmodes/gdb-ui.el (gdb-memory-address)
27523 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
27524 (gdb-memory-mode-map, gdb-memory-format-keymap)
27525 (gdb-memory-format-menu, gdb-memory-unit-keymap)
27526 (gdb-memory-unit-menu): New variables for a buffer
27527 that lets the user examine program memory.
27528 (gdb-memory-set-address, gdb-memory-set-repeat-count)
27529 (gdb-memory-format-binary, gdb-memory-format-octal)
27530 (gdb-memory-format-unsigned, gdb-memory-format-signed)
27531 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
27532 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
27533 (gdb-memory-unit-word, gdb-memory-unit-halfword)
27534 (gdb-memory-unit-byte, gdb-memory-unit-menu)
27535 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
27536 (gdb-memory-mode, gdb-memory-buffer-name)
27537 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
27538 New functions for above buffer.
27539
27540 2005-01-30 Richard M. Stallman <rms@gnu.org>
27541
27542 * cus-edit.el (custom-bury-buffer): Function deleted.
27543 (custom-buffer-done-function): Option deleted.
27544 (custom-buffer-done-kill): New replacement option.
27545 (Custom-buffer-done): Call quit-window.
27546 (custom-buffer-create-internal): Update for above changes.
27547
27548 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
27549
27550 * simple.el (undo-ask-before-discard): New var.
27551 (undo-outer-limit-truncate): Implement it.
27552 (undo-extra-outer-limit): Doc update.
27553
27554 2005-01-29 Richard M. Stallman <rms@gnu.org>
27555
27556 * ses.el (undo-more): Delete defadvice.
27557 (ses-begin-change): Doc fix.
27558
27559 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
27560 instead of rebinding C-x u and C-_.
27561
27562 * files.el (normal-backup-enable-predicate): Return nil for files
27563 in /tmp, regardless of temporary-file-directory.
27564
27565 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
27566
27567 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
27568 (open-rectangle, delete-whitespace-rectangle-line)
27569 (clear-rectangle-line): If FILL, pass t instead of FILL
27570 for move-to-column's 2nd arg.
27571
27572 * simple.el (undo): Fix the test for continuing a series of undos.
27573 (undo-more): Set pending-undo-list to t when we reach end.
27574 (pending-undo-list): Move up defvar.
27575
27576 * wid-edit.el (widget-button-click):
27577 Shorten the range of the track-mouse binding.
27578
27579 * comint.el (comint-insert-input): Undo previous changes;
27580 use last-input-event in interactive spec.
27581
27582 2005-01-29 Eli Zaretskii <eliz@gnu.org>
27583
27584 * progmodes/compile.el (compilation-start): Bind buffer-read-only
27585 to nil before invoking call-process. Reset buffer's modified flag
27586 after fontifying it in the no-async branch.
27587
27588 * wid-edit.el (widget-specify-button): If mouse pointer shape
27589 cannot be changed, use mouse face instead.
27590
27591 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
27592
27593 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
27594 (gdb-goto-breakpoint): Make breakpoint handling work on template
27595 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
27596 (gdb-assembler-custom): Update to recognize breakpoint information
27597 added on 2005-01-19.
27598
27599 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
27600
27601 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
27602 (dsssl-mode): Use define-derived-mode.
27603 (scheme-mode-initialize): Remove.
27604 (scheme-mode): Use run-mode-hooks.
27605
27606 * cus-edit.el (customize-group-other-window)
27607 (custom-buffer-create-other-window): Don't override special-display-*.
27608 (custom-mode-map): Make it dense.
27609
27610 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
27611 sets the default value.
27612
27613 2005-01-28 Eli Zaretskii <eliz@gnu.org>
27614
27615 * descr-text.el: Add more keywords.
27616
27617 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
27618
27619 * speedbar.el: Avoid unnecessary use of locate-library.
27620
27621 * international/mule-cmds.el (standard-display-european-internal):
27622 Don't fiddle with latin-1 non-break space any more since it's now
27623 special cased in the C code.
27624 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
27625
27626 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
27627
27628 * cus-start.el (all): Add `undo-outer-limit'.
27629
27630 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
27631
27632 * textmodes/bibtex.el (bibtex-format-entry):
27633 Use `bibtex-empty-field-re' only on the text of fields, not on entire
27634 field lines.
27635 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
27636 not on part of a buffer.
27637
27638 2005-01-25 Lute Kamstra <lute@gnu.org>
27639
27640 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
27641 nonempty field text strings like "{letters\\macro{}more letters}".
27642 Clarify docstring.
27643 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
27644 (bibtex-entry-offset, bibtex-parse-association)
27645 (bibtex-parse-field-name): Fix typos in docstrings.
27646 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
27647
27648 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
27649
27650 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
27651 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
27652 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
27653 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
27654
27655 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
27656 isearch minor mode.
27657
27658 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
27659
27660 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
27661
27662 2005-01-24 Lute Kamstra <lute@gnu.org>
27663
27664 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
27665 CASECHARS and NOT-CASECHARS regular expressions of the
27666 "nederlands" and "nederlands8" dictionaries to prevent a "Range
27667 striding over charsets" error.
27668
27669 2005-01-24 Jay Belanger <belanger@truman.edu>
27670
27671 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
27672 display variable name.
27673
27674 2005-01-24 Kenichi Handa <handa@m17n.org>
27675
27676 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
27677 Fix setting of the element of encoded-kbd-iso2022-invocations.
27678
27679 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
27680
27681 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
27682 (gdb-threads-select): Change to also accept mouse events.
27683 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
27684 (gdb-threads-mouse-select): Delete.
27685
27686 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
27687
27688 * files.el (insert-directory): Take care of empty directory,
27689 listed without -a switch.
27690
27691 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
27692
27693 * textmodes/refill.el (refill-post-command-function):
27694 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
27695 to the list of functions that we should be careful not to undo.
27696 (refill-late-fill-paragraph-function): Remove.
27697 (refill-saved-state): New var.
27698 (refill-mode): Use it to save fill-paragraph-function.
27699 Save also the value of auto-fill-function.
27700
27701 * term/w32-win.el: Simplify code.
27702
27703 2005-01-23 Kim F. Storm <storm@cua.dk>
27704
27705 * simple.el (line-move): Adapt to new return value from
27706 pos-visible-in-window-p.
27707
27708 * simple.el (line-move): Fix last change. Check partial
27709 visibility at point rather than at window-start.
27710
27711 2005-01-22 Jason Rumney <jasonr@gnu.org>
27712
27713 * term/w32-win.el (xw-defined-colors): Remove debug-message.
27714
27715 2005-01-22 David Kastrup <dak@gnu.org>
27716
27717 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
27718
27719 2005-01-22 Eli Zaretskii <eliz@gnu.org>
27720
27721 * type-break.el (type-break-mode): Add a test for
27722 type-break-file-name being non-nil.
27723
27724 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
27725
27726 * net/eudc.el (top level): Call (message "") via progn, so that
27727 eudc-options-file is loaded.
27728
27729 2005-01-22 Kim F. Storm <storm@cua.dk>
27730
27731 * simple.el (line-move-1): Rename from line-move.
27732 (line-move): New function that adjusts vscroll for partially
27733 visible rows, and calls line-move-1 otherwise.
27734
27735 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
27736
27737 * pcomplete.el: Define pcomplete-read-event instead of read-event,
27738 since it's not a complete read-event implementation
27739
27740 2005-01-20 Jay Belanger <belanger@truman.edu>
27741
27742 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
27743 for called function.
27744
27745 2005-01-20 Steven Tamm <steventamm@mac.com>
27746
27747 * term/mac-win.el (process-connection-type): Remove.
27748 Controlled now by s/darwin.h:PTY_ITERATION.
27749
27750 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
27751
27752 * window.el (handle-select-window): Don't switch window when we're
27753 in the minibuffer.
27754
27755 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
27756
27757 * subr.el (dotimes-with-progress-reporter): New macro.
27758
27759 * ses.el (ses-dotimes-msg): Remove macro.
27760 Use `dotimes-with-progress-reporter' instead.
27761
27762 2005-01-19 Steven Tamm <steventamm@mac.com>
27763
27764 * term/mac-win.el (process-connection-type): Use new
27765 operating-system-release variable to use ptys on Darwin 7 (OS X
27766 10.3) when using carbon build.
27767
27768 2005-01-19 Jay Belanger <belanger@truman.edu>
27769
27770 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
27771 flags if the last command was a tab or M-tab.
27772
27773 * calc/calc-prog.el (calc-user-define-edit): Put original formula
27774 in formula editing buffer.
27775
27776 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
27777
27778 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
27779 breakpoint image symbol in margin.
27780
27781 2005-01-19 Jay Belanger <belanger@truman.edu>
27782
27783 * calc/calc-prog.el (calc-execute-kbd-macro):
27784 Ignore calc-keep-arg-flag.
27785
27786 2005-01-19 Kenichi Handa <handa@m17n.org>
27787
27788 * textmodes/ispell.el (ispell-looking-at): New function.
27789 (ispell-process-line): Use ispell-looking-at to compare the ispell
27790 output and the buffer contents.
27791
27792 2005-01-18 Jay Belanger <belanger@truman.edu>
27793
27794 * calc/calc.el (calc-display-raw): Fix docstring.
27795
27796 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
27797
27798 * simple.el (blink-matching-open): Strip extra info from syntax.
27799
27800 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
27801 funny chars in the end-of-here-doc marker.
27802
27803 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
27804
27805 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
27806 that enable/disabled state of breakpoints is shown correctly in
27807 fringe and on ttys.
27808 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
27809 Add breakpoint information as text properties.
27810 (gdb-mouse-toggle-breakpoint):
27811 Rename to gdb-mouse-set-clear-breakpoint.
27812 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
27813 breakpoints in the margin.
27814 (gdb-remove-strings): Simplify.
27815
27816 2005-01-17 Jay Belanger <belanger@truman.edu>
27817
27818 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
27819 erasing buffer.
27820
27821 2005-01-17 Richard M. Stallman <rms@gnu.org>
27822
27823 * progmodes/grep.el (grep-find): Copy from `grep' the condition
27824 for calling grep-compute-defaults.
27825
27826 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
27827 if buffer is empty.
27828
27829 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
27830
27831 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
27832
27833 * hilit-chg.el (highlight-changes-mode): Don't autoload.
27834
27835 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
27836 non-preloaded variables.
27837
27838 2005-01-17 Steven Tamm <steventamm@mac.com>
27839
27840 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
27841 tex-shell cause to force interactivity when using pipes.
27842
27843 2005-01-17 Kim F. Storm <storm@cua.dk>
27844
27845 * simple.el (just-one-space): Make arg optional.
27846
27847 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
27848
27849 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
27850 posn-at-x-y to t to access left-margin.
27851
27852 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
27853
27854 Sync with Tramp 2.0.47.
27855
27856 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
27857 catching keep-date problems in cp/scp operations.
27858 (tramp-handle-copy-file): Don't call `set-file-modes'
27859 unconditionally. Specialized functions should know better what is
27860 necessary. This improves performance a little bit, and the
27861 functions could catch errors with `cp -p' and `scp -p'.
27862 (tramp-do-copy-or-rename-file-via-buffer)
27863 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
27864 when appropriate.
27865 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
27866 Call `set-file-modes' when appropriate.
27867 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
27868 Johnsson <isak@hypergene.com>.
27869 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
27870 of both Tramp buffer and debug buffer. Reported by Joakim Verona
27871 <joakim@verona.se>.
27872 (tramp-file-name-for-operation): Mark `shell-command' as magic for
27873 Emacs only.
27874
27875 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
27876 `find-file-hooks' and `dired-mode-hook'.
27877 (tramp-minor-mode-map): Respective map. Add remapping for
27878 `compile' and `recompile'.
27879 (tramp-remap-command, tramp-recompile): New defuns.
27880 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
27881 in buffer "*Compilation*". Call the commands asynchronously.
27882
27883 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
27884 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
27885 `shell-command', because it isn't magic in XEmacs. Reported by
27886 Adrian Aichner <adrian@xemacs.org>.
27887
27888 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
27889 `substitute-in-file-name.
27890 (tramp-smb-handle-substitute-in-file-name): New defun.
27891 (tramp-smb-advice-PC-do-completion): Delete advice.
27892
27893 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
27894
27895 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
27896 Fix error in deleting region.
27897
27898 2005-01-15 Richard M. Stallman <rms@gnu.org>
27899
27900 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
27901 In non-temp buffer, switch syntax table temporarily.
27902
27903 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
27904
27905 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
27906
27907 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
27908
27909 * imenu.el (imenu--split-menu): Copy menulist before sorting.
27910 (imenu--generic-function): Use START, not BEG, as pos of definition.
27911
27912 * simple.el (just-one-space): Argument specifies number of spaces.
27913
27914 * simple.el (eval-expression-print-format): Avoid warning
27915 about edebug-active.
27916
27917 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
27918
27919 * progmodes/sh-script.el: Code copied from make-mode.el
27920 with small changes,
27921 (sh-mode-map): Bind C-c C-\.
27922 (sh-backslash-column, sh-backslash-align): New variables.
27923 (sh-backslash-region, sh-append-backslash): New functions.
27924
27925 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
27926
27927 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
27928 (rmail-pop-password, rmail-pop-password-required): Move to
27929 rmail-obsolete group.
27930 (rmail-set-pop-password): Rename to rmail-set-remote-password.
27931 All callers updated.
27932 (rmail-get-pop-password): Rename to rmail-get-remote-password.
27933 Take an argument specifying whether it is POP or IMAP mailbox we
27934 are using. All callers updated.
27935 (rmail-pop-password-error): Rename to
27936 rmail-remote-password-error. Added mailutils-specific error message.
27937 (rmail-movemail-search-path)
27938 (rmail-movemail-variant-in-use): New variables.
27939 (rmail-remote-password, rmail-remote-password-required):
27940 New customization variables.
27941 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
27942 (rmail-parse-url): New function.
27943 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
27944 with GNU mailutils movemail.
27945
27946 2005-01-15 Kevin Ryde <user42@zip.com.au>
27947
27948 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
27949 suffix to space, $ or '$, to correctly position point when going
27950 to @table style constants like DBL_MAX.
27951
27952 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
27953
27954 * type-break.el (type-break-mode, type-break-file-time)
27955 (type-break-file-keystroke-count, type-break-choose-file):
27956 Don't store data in or load data from the file if type-break-file-name
27957 is nil.
27958 (type-break-file-name): Doc update as per the above.
27959
27960 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
27961
27962 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
27963 lookup-key might return nil; handle that.
27964
27965 2005-01-15 Alan Mackenzie <acm@muc.de>
27966
27967 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
27968 rather than the element found, thus enabling the tree to be setcar'd.
27969
27970 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
27971
27972 * textmodes/org.el (org-show-following-heading): New option.
27973 (org-show-hierarchy-above): Use `org-show-following-heading'.
27974 (org-cycle): Documentation fix.
27975
27976 * textmodes/org.el (orgtbl-optimized): New option
27977 (orgtbl-mode): New command, a minor mode.
27978 (orgtbl-mode-map): New variable.
27979 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
27980 (orgtbl-error, orgtbl-self-insert-command)
27981 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
27982
27983 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
27984 a local variable in each org-mode buffer.
27985
27986 * textmodes/org.el (org-set-regexps-and-options): Rename from
27987 `org-set-regexps'. Added checking for STARTUP keyword.
27988 (org-get-current-options): Add STARTUP options.
27989 (org-table-insert-row): Make mode intelligent about when
27990 realignment is needed.
27991 (org-self-insert-command, org-delete-backward-char, org-delete-char):
27992 New commands.
27993 (org-enable-table-editor): New default value `optimized'.
27994 (org-table-blank-field): Support blanking regions if active.
27995
27996 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
27997
27998 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
27999 if the year is not given.
28000
28001 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
28002 Add new escapes %m and %M, fixed bug with %F by adding
28003 save-match-data.
28004 (reftex-reference): Remove ?. from list of spaces.
28005 (reftex-label-info): Add automatic label prefix recognition.
28006
28007 * textmodes/reftex-index.el (reftex-index-next-phrase):
28008 Add slave parameter to call of `reftex-index-this-phrase'.
28009 (reftex-index-this-phrase): New optional argument.
28010 (reftex-index-region-phrases): Add slave parameter to call of
28011 `reftex-index-this-phrase'.
28012 (reftex-display-index): New argument redo.
28013 (reftex-index-rescan): Add `redo' to arguments of
28014 `reftex-display-index'.
28015 (reftex-index-Rescan, reftex-index-revert)
28016 (reftex-index-switch-index-tag): Add `redo' to arguments of
28017 `reftex-display-index'.
28018 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
28019 indexing. Fix bug with matching is there is a quote before or
28020 after the word.
28021
28022 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
28023 Fix bug when collecting citation keys in lines with comments.
28024 (reftex-citation): Prefix argument no longer rescans the document,
28025 but forces prompting for optional arguments of cite macros.
28026 (reftex-do-citation): Prompting for optional arguments implemented.
28027
28028 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
28029 Add optional arguments to most cite commands.
28030 (reftex-cite-cleanup-optional-args): New option
28031 (reftex-cite-prompt-optional-args): New option.
28032 (reftex-trust-label-prefix): New option.
28033
28034 * textmodes/reftex-toc.el (reftex-toc-find-section):
28035 Add push-mark before changing the position in the buffer.
28036
28037 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
28038 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
28039
28040 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
28041
28042 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
28043 more carefully.
28044
28045 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
28046
28047 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
28048 (sgml-mode): Use it.
28049 (sgml-get-context): Better keep track of implicitly closed tags.
28050
28051 2005-01-13 Kenichi Handa <handa@m17n.org>
28052
28053 * textmodes/ispell.el: These changes are to fix misalignment error
28054 caused by equivalent characters of different Emacs charsets.
28055 (ispell-unified-chars-table): New variable.
28056 (ispell-get-decoded-string): New function.
28057 (ispell-get-casechars, ispell-get-not-casechars)
28058 (ispell-get-otherchars): Call ispell-get-decoded-string.
28059
28060 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
28061
28062 * custom.el (custom-declare-variable): Just put symbol instead
28063 of (defvar . symbol) in `current-load-list'.
28064
28065 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
28066
28067 * emacs-lisp/elint.el: Fixed typo in Commentary section.
28068
28069 2005-01-12 Jay Belanger <belanger@truman.edu>
28070
28071 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
28072 to create a Calc summary.
28073
28074 2005-01-12 Kim F. Storm <storm@cua.dk>
28075
28076 * mouse.el (mouse-on-link-p): Change functionality and doc
28077 string to comply with latest description in lisp ref.
28078
28079 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
28080
28081 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
28082 Enable mouse clicks on mode-line, header-line and margin.
28083 (event-type): Give mouse event symbols an `event-kind' property
28084 with value `mouse-click'.
28085
28086 2005-01-12 Juri Linkov <juri@jurta.org>
28087
28088 * facemenu.el (list-colors-display): Add new arg buffer-name.
28089 Use it. Fix docstring. Replace code for identifying duplicate
28090 colors by the name with call to `list-colors-duplicates' which
28091 identifies duplicate colors by the value unless the color
28092 is one of special Windows colors. Set truncate-lines to t.
28093 Print sorted duplicate color names on each line. Indent to 22
28094 \(the longest color name in rgb.txt) instead of 20. Optimize.
28095 (list-colors-duplicates): New function.
28096 (facemenu-color-name-equal): Delete function.
28097
28098 * facemenu.el (list-colors-print): New function created from code
28099 in list-colors-display. Print #RRGGBB at the window right edge.
28100 (list-colors-display): When temp-buffer-show-function is not
28101 defined, call list-colors-print from temp-buffer-show-hook
28102 to get the right value of window-width in list-colors-print
28103 after the buffer is displayed.
28104
28105 * simple.el (pop-mark): Move deactivate-mark out of conditional
28106 part to deactivate the active mark regardless of the state of the
28107 mark ring.
28108
28109 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
28110 variables line in desktop files.
28111
28112 2005-01-12 Juri Linkov <juri@jurta.org>
28113
28114 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
28115 Bring together isearch highlight related options.
28116 (lazy-highlight): Replace group `replace' by `matching'.
28117 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
28118 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
28119 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
28120 and declare them obsolete.
28121 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
28122 (isearch-faces): Remove defgroup.
28123 (isearch-overlay, isearch-highlight, isearch-dehighlight):
28124 Move isearch highlighting code closer to lazy highlighting code.
28125
28126 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
28127 (query-replace-highlight, query-replace-lazy-highlight)
28128 (query-replace): Move definitions to the beginning of the file.
28129
28130 2005-01-11 Juri Linkov <juri@jurta.org>
28131
28132 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
28133 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
28134 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
28135
28136 * info.el (Info-history-forward): New variable.
28137 (Info-select-node): Reset Info-history-forward to nil.
28138 (Info-last): Turn into defalias.
28139 (Info-history-back): Rename from Info-last.
28140 Add current node to Info-history-forward.
28141 (Info-history-forward): New fun.
28142 (Info-mode-map): Replace Info-last by Info-history-back.
28143 Bind Info-history-forward to "r".
28144 (Info-mode-menu): Replace Info-last by Info-history-back.
28145 Fix menu item text. Add menu item for Info-history-forward.
28146 (info-tool-bar-map): Replace Info-last by Info-history-back.
28147 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
28148 for Info-history-forward.
28149 (Info-mode): Replace Info-last by Info-history-back in docstring.
28150 Add local variable Info-history-forward.
28151 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
28152
28153 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
28154
28155 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
28156 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
28157 Ignore select-window events rather than fiddle with
28158 mouse-autoselect-window.
28159
28160 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
28161
28162 * type-break.el (type-break-mode): Fix previous change.
28163
28164 2005-01-10 Jay Belanger <belanger@truman.edu>
28165
28166 * calc/calc-ext.el (calc-reset): Reset when inside embedded
28167 calculator; only reset when point is inside a calculator.
28168 Don't adjust the window height if the window takes up the whole height
28169 of the frame.
28170
28171 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
28172
28173 * ebuff-menu.el (Electric-buffer-menu-mode):
28174 Preserve value of buffer-local var header-line-format.
28175
28176 2005-01-09 Jay Belanger <belanger@truman.edu>
28177
28178 * calc/calc.el (calc-mode-var-list-restore-saved-values):
28179 Make sure settings file exists before accessing it.
28180
28181 * calc/calc-embed.el (calc-embedded-subst):
28182 Replace math-multi-subst-rec, which is only supposed to be called
28183 by math-multi-subst, by math-multi-subst.
28184
28185 2005-01-09 Andre Spiegel <spiegel@gnu.org>
28186
28187 * vc.el (vc-allow-async-revert): New user option.
28188 (vc-disable-async-diff): New internal variable.
28189 (vc-revert-buffer): Use them to disable asynchronous diff.
28190
28191 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
28192 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
28193 asynchronously if vc-disable-async-diff is t.
28194
28195 2005-01-09 Jay Belanger <belanger@truman.edu>
28196
28197 * calc/calc.el (defcalcmodevar): New macro.
28198 (calc-mode-var-list-restore-default-values)
28199 (calc-mode-var-list-restore-saved-values): New functions.
28200 (calc-mode-var-list): Use defcalcmodevar to define it.
28201 (calc-always-load-extensions, calc-line-numbering)
28202 (calc-line-breaking, calc-display-just, calc-display-origin)
28203 (calc-number-radix, calc-leading-zeros, calc-group-digits)
28204 (calc-group-char, calc-point-char, calc-frac-format)
28205 (calc-prefer-frac, calc-hms-format, calc-date-format)
28206 (calc-float-format, calc-full-float-format, calc-complex-format)
28207 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
28208 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
28209 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
28210 (calc-matrix-brackets, calc-language, calc-language-option)
28211 (calc-left-label, calc-right-label, calc-word-size)
28212 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
28213 (calc-display-raw, calc-internal-prec, calc-angle-mode)
28214 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
28215 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
28216 (calc-window-height, calc-display-trail, calc-show-selections)
28217 (calc-use-selections, calc-assoc-selections)
28218 (calc-display-working-message, calc-auto-why, calc-timing)
28219 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
28220 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
28221 (calc-gnuplot-default-device, calc-gnuplot-default-output)
28222 (calc-gnuplot-print-device, calc-gnuplot-print-output)
28223 (calc-gnuplot-geometry, calc-graph-default-resolution)
28224 (calc-graph-default-resolution-3d, calc-invocation-macro)
28225 (calc-show-banner): Use defcalcmodevar to declare them and set
28226 their default values.
28227
28228 * calc/calc-ext.el (calc-reset): Restore saved values of variables
28229 instead of default values (but restore default values if there is
28230 an argument of 0).
28231
28232 2005-01-09 David Kastrup <dak@gnu.org>
28233
28234 * desktop.el (desktop-restore-eager): Fix typo in type.
28235
28236 2005-01-08 Richard M. Stallman <rms@gnu.org>
28237
28238 * cus-edit.el (customize): Delete :link.
28239
28240 2005-01-08 Jay Belanger <belanger@truman.edu>
28241
28242 * calc/calc.el (calc-mode): Remove the extension from the
28243 `calc-settings-file' file name when loading it.
28244
28245 2005-01-08 Kim F. Storm <storm@cua.dk>
28246
28247 * info.el (Info-mode-map, Info-next-link-keymap)
28248 (Info-prev-link-keymap, Info-up-link-keymap):
28249 Map follow-link to mouse-face.
28250 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
28251
28252 2005-01-08 Jay Belanger <belanger@truman.edu>
28253
28254 * calc/calc.el (calc-settings-file): Change default value.
28255 Suggested by cgw in a comment in calc-mode.el.
28256
28257 * calc/calc-mode.el (calc-settings-file-name):
28258 Compare calc-settings-file to user-init-file instead of ~/.emacs.
28259 Replace ~/.emacs in a prompt by calc-settings-file.
28260
28261 2005-01-07 Lars Hansen <larsh@math.ku.dk>
28262
28263 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
28264 (desktop-lazy-idle-delay): New customizable variables.
28265 (desktop-buffer-args-list): New variable.
28266 (desktop-append-buffer-args): New function.
28267 (desktop-save): Call desktop-append-buffer-args for some buffers.
28268 (desktop-lazy-create-buffer): New function.
28269 (desktop-idle-create-buffers): New function.
28270 (desktop-read): Add message about buffers to restore lazily.
28271 (desktop-lazy-abort): New command.
28272 (desktop-clear): Call desktop-lazy-abort.
28273 (desktop-lazy-complete): New command.
28274
28275 2005-01-06 Richard M. Stallman <rms@gnu.org>
28276
28277 * emacs-lisp/find-func.el (find-face-definition):
28278 Rename from find-face.
28279
28280 2005-01-06 Kim F. Storm <storm@cua.dk>
28281
28282 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
28283
28284 * man.el (Man-xref-man-page, Man-xref-header-file)
28285 (Man-xref-normal-file): Add follow-link property.
28286
28287 2005-01-06 Jay Belanger <belanger@truman.edu>
28288
28289 * calc/calc-units.el: Make sure the proper macro definitions are
28290 available when compiling.
28291
28292 2005-01-06 Juri Linkov <juri@jurta.org>
28293
28294 * isearch.el (isearch-lazy-highlight-update):
28295 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
28296
28297 2005-01-06 Miles Bader <miles@gnu.org>
28298
28299 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
28300 (isearch-lazy-highlight-face): Use new name.
28301
28302 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
28303
28304 * uniquify.el (uniquify-rationalize-file-buffer-names):
28305 Re-add an interactive spec.
28306 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
28307 to the same name.
28308
28309 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
28310 (isearch-update, isearch-done): Adjust calls accordingly.
28311
28312 2005-01-05 Richard M. Stallman <rms@gnu.org>
28313
28314 * custom.el (custom-set-variables, custom-theme-set-variables):
28315 Clarify documentation.
28316
28317 * emacs-lisp/find-func.el (find-variable)
28318 (find-variable-other-window, find-variable-other-frame):
28319 Fix the TYPE args to find-function-read and find-function-do-it.
28320 (find-function): Doc fix.
28321 (find-function-at-point): Replace function-at-point alias.
28322
28323 2005-01-04 Richard M. Stallman <rms@gnu.org>
28324
28325 * cus-face.el (custom-declare-face):
28326 Record defface in current-load-list.
28327
28328 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
28329
28330 * emacs-lisp/find-func.el: Doc fixes.
28331 (find-face-regexp): New variable.
28332 (find-function-regexp-alist): New variable.
28333 (find-function-C-source): Third arg is now TYPE.
28334 (find-function-search-for-symbol): Handle general TYPE.
28335 (find-function-read, find-function-do-it): Handle general TYPE.
28336 (find-definition-noselect, find-face): New functions.
28337 (function-at-point): Alias deleted.
28338
28339 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
28340
28341 * battery.el (display-battery-mode): Rename from display-battery.
28342 Handle the case where it gets turned off.
28343
28344 2005-01-04 Richard M. Stallman <rms@gnu.org>
28345
28346 * cus-edit.el (customize): Make :link point to user doc.
28347
28348 * man.el (Man-fontify-manpage): Turn off undo generation.
28349
28350 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
28351
28352 2005-01-04 Andreas Schwab <schwab@suse.de>
28353
28354 * files.el (insert-directory): Only look for error lines in
28355 inserted text. Don't move too far after processing --dired markers.
28356
28357 2005-01-04 Richard M. Stallman <rms@gnu.org>
28358
28359 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
28360 Don't expand if the character is @, period, dash, etc.
28361 (define-mail-abbrev): Quote names that contain problem characters.
28362
28363 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
28364
28365 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
28366
28367 2005-01-03 Richard M. Stallman <rms@gnu.org>
28368
28369 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
28370 (query-replace-highlight, query-replace-lazy-highlight)
28371 (query-replace): Definitions moved up. Doc fix.
28372
28373 2005-01-03 Richard M. Stallman <rms@gnu.org>
28374
28375 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
28376 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
28377 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
28378 (lazy-highlight-face): Rename from isearch-lazy-...
28379 Change all references to them.
28380
28381 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
28382
28383 * cus-edit.el (custom-file): Doc fix for defcustom.
28384 (custom-file): The function no longer sets the variable
28385 `custom-file' to its return value.
28386
28387 * startup.el (command-line): No longer load `custom-file'.
28388
28389 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
28390
28391 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
28392
28393 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
28394 Don't confuse module-prefixed identifiers for labels.
28395 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
28396
28397 2005-01-02 Richard M. Stallman <rms@gnu.org>
28398
28399 * files.el (basic-save-buffer-1): Fix previous change.
28400
28401 * loadhist.el (file-loadhist-lookup): New function.
28402 (file-provides, file-requires): Use it.
28403
28404 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
28405 instead of calculating the right size.
28406
28407 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
28408
28409 * vc-svn.el (vc-svn-diff): Stay local if possible.
28410
28411 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
28412
28413 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
28414
28415 * files.el (hack-local-variables): Fix last change.
28416
28417 2005-01-02 Jay Belanger <belanger@truman.edu>
28418
28419 * calc/calc-yank.el (calc-edit-top): New variable.
28420 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
28421 object. Change header properties.
28422 (calc-edit-finish, calc-edit-finish-stack-object)
28423 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
28424 edited object.
28425 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
28426 for the beginning of the edited object.
28427 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
28428 for the beginning of the edited object.
28429 * calc/calc-prog.el (calc-edit-macro-finish-edit)
28430 (calc-finish-formula-edit, calc-macro-repeats)
28431 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
28432 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
28433 beginning of the edited object.
28434 (calc-user-define-edit): Change the header for editing macros.
28435 Remove unnecessary variable.
28436
28437 2005-01-01 Jay Belanger <belanger@truman.edu>
28438
28439 * calc/calc-yank.el (calc-edit-mode): Change default header.
28440 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
28441 * calc/calc-store.el (calc-edit-variable): Change title to match new
28442 header.
28443 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
28444 mode to match new header.
28445 (calc-user-define-edit): Change titles to include names of commands.
28446 (calc-finish-formula-edit): Adjust to handle new header.
28447 (calc-finish-macro-edit): Remove.
28448 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
28449 (calc-edit-macro-command, calc-edit-macro-command-type)
28450 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
28451 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
28452 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
28453 (calc-edit-macro-finish-edit): New functions.
28454 (calc-user-define-edit): Use new functions to edit named calc macros.
28455
28456 2005-01-01 Stefan <monnier@iro.umontreal.ca>
28457
28458 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
28459
28460 * ses.el (copy-region-as-kill): Deactivate mark.
28461
28462 2005-01-01 Richard M. Stallman <rms@gnu.org>
28463
28464 * replace.el (occur-1): If the output buffer is also an input,
28465 don't kill it, rename it.
28466
28467 * faces.el (set-face-background, set-face-foreground): Doc fix.
28468
28469 * cus-face.el (custom-face-attributes): Fix :help-echo strings
28470 for :foreground and :background.
28471
28472 * dired.el (dired-view-command-alist): Variable deleted.
28473 (dired-view-file, dired-mouse-find-file-other-window):
28474 Delete the code to use it.
28475
28476 2005-01-01 Kim F. Storm <storm@cua.dk>
28477
28478 * image.el (insert-sliced-image): Use t for line-height property.
28479
28480 See ChangeLog.11 for earlier changes.
28481
28482 ;; Local Variables:
28483 ;; coding: iso-2022-7bit
28484 ;; End:
28485
28486 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
28487 Copying and distribution of this file, with or without modification,
28488 are permitted provided the copyright notice and this notice are preserved.
28489
28490 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1