]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
2
3 * lisp/sort.el: Set the field separator to tab
4
5 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
6
7 * lib-src/Makefile.in: Replace INSTALL_PROGRAM with INSTALL_SCRIPT
8
9 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
10
11 * lisp/emacs-lisp/pp.el (pp-eval-expression): Evaluate target sexp
12
13 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
14
15 * server.el (server-auth-key): Remove. Replace by a process-property.
16 (server-start): Don't remove the file of the previous process, but
17 instead clear out the place for the new file.
18 (server-start): Set the :auth-key property.
19 (server-process-filter): Use the :auth-key property.
20
21 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
22
23 * textmodes/org.el (org-mode-map): No longer copy
24 `outline-mode-map' explicitly - this is already done by
25 `define-derived-mode'.
26
27 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
28
29 * server.el (server-visit-files): Use `when'.
30 (server-process-filter): When authentication fails, send error
31 message to client. Wrap `process-send-region' in `ignore-errors'
32 instead of `condition-case', and remove misleading comment.
33
34 2006-11-01 Juri Linkov <juri@jurta.org>
35
36 * simple.el (yank): Doc fix.
37
38 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
39
40 * server.el: Try and fit within 80 columns.
41 (server-start): Make the auth file unreadable by other users.
42
43 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
44
45 * battery.el (battery-linux-proc-acpi): Prevent range error when
46 `full-capacity' is 0.
47
48 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
49
50 * lisp/faces.el (faces-sample-overlay): New defvar.
51 (faces-sample-overlay): New function to show face sample text.
52 (describe-face): Use it.
53
54 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
55
56 * progmodes/ada-stmt.el: Change maintainer, apply
57 whitespace-cleanup, checkdoc.
58 (ada-func-or-proc-name): Add doc string.
59
60 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
61 whitespace-cleanup, checkdoc. Minor improvements to many doc
62 strings and comments.
63 (ada-prj-display-page): Change buffer name to more accurately
64 reflect function.
65
66 * progmodes/ada-xref.el: Change maintainer, apply
67 whitespace-cleanup, checkdoc. Minor improvements to many doc
68 strings and comments. Don't look for `gvd' or `ddd' debuggers.
69 (ada-compile-current): Don't add newlines to commands.
70
71 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
72
73 * server.el: Add support for TCP sockets.
74 (server-use-tcp, server-host, server-auth-dir): New options.
75 (server-auth-key): New variable.
76 (server-ensure-safe-dir): Create nonexistent parent dirs.
77 Ignore Unix-style file modes on Windows.
78 (server-start): Crete a TCP or Unix socket according to the value
79 of `server-use-tcp'. For TCP sockets, create the id/auth file in
80 `server-auth-dir' directory.
81 (server-process-filter): Delete process if authentication
82 fails (which never happens for Unix sockets).
83
84 2006-10-30 David Kastrup <dak@gnu.org>
85
86 * subr.el (add-to-list): Don't continue checking if a match has
87 been found.
88
89 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
90
91 * tutorial.el: Move defvars to avoid bytecomp warnings.
92 (tutorial--find-changed-keys): Check if viper-current-state is
93 bound before using it.
94 (help-with-tutorial): Check if viper-tutorial is defined before
95 using it.
96
97 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
98
99 * help-fns.el (help-with-tutorial): Moved to tutorial.el.
100
101 * tutorial.el: New file.
102 (help-with-tutorial): Moved here from help-fns.el. Added help for
103 rebound keys. Fixed resume of tutorial.
104 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
105 (tutorial--find-changed-keys, tutorial--display-changes)
106 (tutorial--saved-dir, tutorial--saved-file)
107 (tutorial--save-tutorial): New functions to support the changes in
108 help-with-tutorial.
109
110 2006-10-30 Kenichi Handa <handa@m17n.org>
111
112 * files.el (revert-buffer): If a unibyte buffer is being reverted
113 with a coding system for multibyte, set buffer multibyte before
114 calling insert-file-contents.
115
116 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
117
118 * server.el (server-select-display): Use a dummy buffer to detect when
119 the frame is later used.
120 (server-select-display): New function.
121 (server-process-filter): Use it to detect unused temp frames.
122
123 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
124
125 * progmodes/ada-mode.el: Change maintainer, apply
126 whitespace-clean, checkdoc. Minor improvements to many doc strings.
127 (ada-mode-version): New function.
128 (ada-create-menu): Menu operations are available for all supported
129 compilers.
130
131 2006-10-29 Lars Hansen <larsh@soem.dk>
132
133 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
134 Highlight as keyword.
135 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
136 Don't call tramp-method-out-of-band-p for local files.
137 (tramp-touch): Quote file name.
138
139 2006-10-28 Glenn Morris <rgm@gnu.org>
140
141 * calendar/calendar.el (cal-html-cursor-month)
142 (cal-html-cursor-year): Add autoloads for this new package.
143 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
144
145 2006-10-28 Anna Bigatti <bigatti@dima.unige.it>
146
147 * calendar/cal-html.el: New file.
148
149 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
150
151 * emacs-lisp/authors.el (authors-aliases): Update.
152
153 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
154
155 * version.el (emacs-version): Bump version number to 22.0.90.
156
157 2006-10-26 John W. Eaton <jwe@octave.org>
158
159 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
160 New defvar.
161 (inferior-octave-resync-dirs): Check to see whether Octave has
162 built-in variables and set inferior-octave-has-built-in-variables.
163 Check inferior-octave-has-built-in-variables to decide whether to
164 send commands that set built-in variables or call functions to
165 change Octave's behavior.
166 Send "disp (pwd ())" to Octave instead of just "pwd".
167 (inferior-octave-startup): Send "more off" to Octave instead of
168 "page_screen_output = 0".
169
170 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
171
172 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
173 pattern normally.
174
175 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
176
177 * bindings.el (mode-line-mode-menu): Remove bindings for global
178 minor modes (line/column number) as they are on the menubar.
179
180 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
181
182 * term/w32-win.el (x-handle-name-switch): Doc fix.
183 (w32-standard-fontset-spec): Fix typo in docstring.
184
185 * midnight.el (midnight-buffer-display-time): Doc fix.
186 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
187
188 2006-10-22 martin rudalics <rudalics@gmx.at>
189
190 * textmodes/flyspell.el (flyspell-check-region-doublons):
191 Fix last fix.
192
193 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
194
195 * bindings.el (mode-line-mode-menu): List global minor modes
196 before local ones.
197
198 2006-10-23 Kim F. Storm <storm@cua.dk>
199
200 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
201 (sit-for): If last command was a prefix arg, add the read-ahead
202 event to unread-command-events as (t . EVENT) so it will be added
203 to this-command-keys by read-key-sequence.
204
205 2006-10-22 martin rudalics <rudalics@gmx.at>
206
207 * textmodes/flyspell.el (flyspell-word): Skip past all previous
208 whitespace when checking doublons.
209 (flyspell-check-region-doublons): Fix doublon regexp.
210 (flyspell-highlight-incorrect-region): Highlight doublons using
211 flyspell-duplicate face.
212
213 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
214
215 2006-10-22 John Wiegley <johnw@newartisans.com>
216
217 * progmodes/python.el (python-use-skeletons): python-mode was
218 auto-inserting templates (for those with abbrev-mode on), not only
219 by default -- *but without a configuration variable to disable
220 it*. This rendered python-mode completely useless for me, so I
221 have added `python-use-skeletons', which is now off by default.
222
223 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
224
225 * progmodes/cperl-mode.el (cperl-mode): Don't assume
226 font-lock-multiline is auto-local (it's not).
227 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
228 initialized before calling cperl-init-faces.
229
230 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
231
232 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
233 gdb-stack-position a value when there is no fringe.
234
235 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
236 indicator if not visiting a file.
237
238 2006-10-20 David Kastrup <dak@gnu.org>
239
240 * window.el (kill-buffer-and-window): Fix a bug where an aborted
241 operation would still cause some window to collapse later.
242
243 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
244
245 * vc.el (vc-switch-backend): Try to be more careful with unwanted
246 side-effect due to mixing various backends's file properties.
247
248 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
249 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
250 Return `filename's status if applicable. Update callers.
251
252 2006-10-19 Kenichi Handa <handa@m17n.org>
253
254 * international/kkc.el (kkc-region): When a key sequence is not
255 defined, append (this-single-command-raw-keys) to
256 unread-input-method-events.
257
258 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
259
260 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
261
262 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
263
264 * version.el (emacs-version): Use mac-carbon-version-string.
265
266 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
267
268 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
269
270 * select.el (ccl-check-utf-8, string-utf-8-p): New functions
271 (by Kenichi Handa).
272 (xselect-convert-to-string): Decline requests for UTF8_STRING if
273 the selection is not UTF-8.
274
275 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
276
277 * progmodes/ada-mode.el (ada-83-string-keywords)
278 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
279 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
280 (ada-looking-at-semi-private, ada-get-body-name):
281 Fix typos in docstrings.
282 (ada-create-case-exception, ada-create-case-exception-substring):
283 Fix typos in error messages.
284 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
285
286 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
287
288 * term/x-win.el (res-geometry): Don't set geometry from Xresources
289 to default-frame-alist if default-frame-alist already contains
290 width/height.
291
292 2006-10-18 Richard Stallman <rms@gnu.org>
293
294 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
295 Non-interactive arg is the value, not the expression.
296
297 * simple.el (read-expression-map): Just set it, no defvar.
298
299 * subr.el (insert-for-yank-1): If last inserted char has
300 properties, mark them as rear-nonsticky.
301
302 * recentf.el (recentf-mode): Doc fix.
303
304 * facemenu.el (facemenu-add-new-face): Defend against symbol
305 that isn't a face name.
306
307 * dired-aux.el (dired-do-copy): Doc fix.
308
309 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
310
311 * simple.el (line-move-1): Ignore fields when moving to the
312 beginning of line to avoid getting point stuck.
313
314 2006-10-18 Martin Rudalics <rudalics@gmx.at>
315
316 * textmodes/flyspell.el (flyspell-word-search-backward):
317 Set inhibit-point-motion-hooks to avoid looping due to intangibile
318 text.
319
320 2006-10-16 Richard Stallman <rms@gnu.org>
321
322 * help-fns.el (describe-function-1): Special case optimization
323 for self-insert-command.
324
325 2006-10-16 Kim F. Storm <storm@cua.dk>
326
327 * ido.el (ido-reread-directory): Work in `dir' mode too.
328
329 2006-10-15 Martin Rudalics <rudalics@gmx.at>
330
331 * textmodes/table.el: Require 'regexp-opt.
332
333 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
334
335 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
336 Use shell-quote-argument.
337
338 * shell.el (explicit-bash-args): Likewise.
339
340 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
341 Use grep -E rather than egrep.
342
343 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
344
345 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
346
347 2006-10-15 Kim F. Storm <storm@cua.dk>
348
349 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
350
351 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
352
353 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
354 to protect whitespace and metacharacters from the shell.
355
356 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
357
358 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
359
360 2006-10-13 Eli Zaretskii <eliz@gnu.org>
361
362 * subr.el (start-process-shell-command): Doc fix.
363
364 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
365
366 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
367 the regexp for Maxima symbols.
368
369 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
370
371 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
372 (vc-find-root): Don't walk higher up than ~.
373
374 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
375
376 * international/utf-8.el (utf-translate-cjk-load-tables):
377 Avoid clobbering last-coding-system-used during load.
378
379 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
380
381 * textmodes/reftex-global.el (reftex-create-tags-file):
382 Quote file arguments.
383
384 2006-10-12 Richard Stallman <rms@gnu.org>
385
386 * files.el (file-name-history): Add defvar.
387 (save-some-buffers-action-alist): Improve description strings.
388
389 2006-10-12 Andreas Schwab <schwab@suse.de>
390
391 * files.el (auto-mode-alist): Match change log file name also with
392 a dash before a numeric extension.
393
394 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
395
396 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
397 After 5.0:
398 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
399
400 After 5.1: Major edit. Summary of most visible changes:
401
402 - Multiple <<HERE per line allowed.
403 - Handles multiline subroutine declaration headers (with comments).
404 (The exception is `cperl-etags' - but it is not used in the rest
405 of the mode.)
406 - Fontifies multiline my/our declarations (even with comments,
407 and with legacy `font-lock').
408 - Major speedup of syntaxification, both immediate and postponed
409 (3.5x to 15x [for different CPUs and versions of Emacs] on the
410 huge real-life document I tested).
411 - New bindings, edits to imenu.
412 - "_" is made into word-char during fontification/syntaxification;
413 some attempts to recognize non-word "_" during other operations too.
414 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
415 - autoload some more perldoc-related stuff
416 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
417 - Attempt to incorporate XEmacs edits which reached me.
418
419 Fine-grained changelog:
420 (cperl-hook-after-change): New configuration variable.
421 (cperl-vc-sccs-header): Likewise.
422 (cperl-vc-sccs-header): Likewise.
423 (cperl-vc-header-alist): Default via two preceding variables.
424 (cperl-invalid-face): Remove double quoting under XEmacs
425 (still needed under 21.2).
426 (cperl-tips): Update URLs for resources.
427 (cperl-problems): Likewise.
428 (cperl-praise): Mention new features.
429 New C-c key bindings: for `cperl-find-bad-style',
430 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
431 `cperl-perdoc', and `cperl-perldoc-at-point'.
432 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
433 moved, new submenu of Tools with Ispell entries and narrowing.
434 (cperl-after-sub-regexp): New defsubst.
435 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
436 Allows heads up to head4.
437 Allow "package;".
438 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
439 (paren-backwards-message): ??? Something for XEmacs???
440 (cperl-mode): Never auto-switch abbrev-mode off.
441 Try to allow '_' be non-word char.
442 Do not use `font-lock-unfontify-region-function' on XEmacs.
443 Reset syntax cache on mode start.
444 Support multiline facification (even on legacy `font-lock').
445 (cperl-facemenu-add-face-function): ??? Some contributed code ???
446 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
447 refuse to inform us whether the fontification is due to lazy
448 calling or due to edit to a buffer, install our own hook
449 (controlled by `cperl-hook-after-change').
450 (cperl-electric-pod): =cut may have been recognized as start.
451 (cperl-block-p): Move, updatedfor attributes.
452 (cperl-calculate-indent): Try to allow '_' be non-word char
453 Support subs with attributes.
454 (cperl-where-am-i): Queit (?) a warning.
455 (cperl-cached-syntax-table) New function.
456 (cperl-forward-re): Use `cperl-cached-syntax-table'.
457 (cperl-unwind-to-safe): Recognize `syntax-type' property
458 changing in a middle of line.
459 (cperl-find-sub-attrs): New function.
460 (cperl-find-pods-heres): Allow many <<EOP per line.
461 Allow subs with attributes.
462 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
463 Recognize "extproc " (OS/2) case-folded and only at start.
464 /x on s///x with empty replacement was not recognized.
465 Better comments.
466 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
467 Allow subs with attributes, labels.
468 Do not confuse "else::foo" with "else".
469 Minor optimizations...
470 (cperl-after-expr-p): Try to allow '_' be non-word char.
471 (cperl-fill-paragraph): Try to detect a major bug in Emacs
472 with `looking-at' inside `narrow' and bulk out if found.
473 (cperl-imenu--create-perl-index): Updates for new
474 `cperl-imenu--function-name-regexp-perl'.
475 (cperl-outline-level): Likewise.
476 (cperl-init-faces): Allow multiline subroutine headers
477 and my/our declarations, and ones with comments.
478 Allow subroutine attributes.
479 (cperl-imenu-on-info): Better docstring.
480 (cperl-etags): Rudimentary support for attributes.
481 Support for packages and "package;".
482 (cperl-add-tags-recurse-noxs): Better (?) docstring.
483 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
484 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
485 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
486 (cperl-perldoc): Add autoload.
487 (cperl-perldoc-at-point): Likewise.
488 (cperl-here-doc-spell): New function.
489 (cperl-pod-spell): Likewise.
490 (cperl-map-pods-heres): Likewise.
491 (cperl-get-here-doc-region): Likewise.
492 (cperl-font-lock-fontify-region-function): Likewise (backward
493 compatibility for legacy `font-lock').
494 (cperl-font-lock-unfontify-region-function): Fix style.
495 (cperl-fontify-syntaxically): Recognize and optimize away deferred
496 calls with no-change. Governed by `cperl-hook-after-change'.
497 (cperl-fontify-update): Recognize that syntaxification region
498 can be larger than fontification one.
499 XXXX we leave `cperl-postpone' property, so this is quadratic...
500 (cperl-fontify-update-bad): Temporary placeholder until
501 it is clear how to implement `cperl-fontify-update'.
502 (cperl-time-fontification): New function.
503 (attrib-group): New text attribute.
504 (multiline): New value: `syntax-type' text attribute.
505
506 After 5.2:
507 (cperl-emulate-lazy-lock): New function.
508 (cperl-fontify-syntaxically): Would skip large regions.
509 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
510 Some globals were declared, but uninitialized.
511
512 After 5.3, 5.4:
513 (cperl-facemenu-add-face-function): Add docs, fix U<>.
514 Copyright message updated.
515 (cperl-init-faces): Work around a bug in `font-lock'. May slow
516 facification down a bit.
517 Misprint for my|our|local for old `font-lock'
518 "our" was not fontified same as "my|local".
519 Highlight variables after "my" etc even in
520 a middle of an expression.
521 Do not facify multiple variables after my etc
522 unless parentheses are present.
523
524 After 5.5, 5.6
525 (cperl-fontify-syntaxically): after-change hook could reset.
526 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
527
528 After 5.7:
529 (cperl-init-faces): Allow highlighting of local ($/).
530 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
531 (cperl-problems): Remove fixed problems.
532 (cperl-find-pods-heres): Recognize #-comments in m##x too.
533 Recognize charclasses (unless delimiter is \).
534 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
535 (cperl-regexp-scan): Update docs.
536 (cperl-beautify-regexp-piece): Use information got from regexp scan.
537
538 After 5.8:
539 Major user visible changes:
540 Recognition and fontification of character classes in RExen.
541 Variable indentation of RExen according to groups.
542
543 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
544 Fontify REx charclasses in variable-name face.
545 Fontify POSIX charclasses in "type" face.
546 Fontify unmatched "]" in function-name face.
547 Mark first-char of HERE-doc as `front-sticky'.
548 Reset `front-sticky' property when needed.
549 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
550 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
551 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
552 constructs. Support `narrow'ed buffers.
553 (cperl-praise): Remove a reservation.
554 (cperl-make-indent): New function.
555 (cperl-indent-for-comment): Use `cperl-make-indent'.
556 (cperl-indent-line): Likewise.
557 (cperl-lineup): Likewise.
558 (cperl-beautify-regexp-piece): Likewise.
559 (cperl-contract-level): Likewise.
560 (cperl-toggle-set-debug-unwind): New function.
561 New menu entry for this.
562 (fill-paragraph-function): Use when `boundp'.
563 (cperl-calculate-indent): Take into account groups when indenting RExen.
564 (cperl-to-comment-or-eol): Recognize # which end a string.
565 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
566 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
567 (cperl-fontify-syntaxically): More clear debugging message.
568 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
569 (cperl-init-faces): More complicated highlight even on XEmacs (new).
570 Merge cosmetic changes from XEmacs.
571
572 After 5.9:
573 (cperl-1+): Move to before the first use.
574 (cperl-1-): Likewise.
575
576 After 5.10:
577
578 This code may lock Emacs hard!!! Use at your own risk!
579
580 (cperl-font-locking): New internal variable.
581 (cperl-beginning-of-property): New function.
582 (cperl-calculate-indent): Use `cperl-beginning-of-property'
583 instead of `previous-single-property-change'.
584 (cperl-unwind-to-safe): Likewise.
585 (cperl-after-expr-p): Likewise.
586 (cperl-get-here-doc-region): Likewise.
587 (cperl-font-lock-fontify-region-function): Likewise.
588 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
589 recursively.
590 Bound `next-single-property-change' via `point-max'.
591 (cperl-unwind-to-safe): Bound likewise
592 (cperl-font-lock-fontify-region-function): Likewise.
593 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
594 Initialization of `cperl-font-lock-multiline-start' could be
595 missed if the "main" fontification did not run due to the
596 keyword being already fontified.
597 (cperl-pod-spell): Return t from do-one-chunk function.
598 (cperl-map-pods-heres): Stop when the worker returns nil.
599 Call `cperl-update-syntaxification'.
600 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
601 (cperl-get-here-doc-delim): Remove unused function.
602
603 After 5.11:
604
605 The possible lockup of Emacs (introduced in 5.10) fixed.
606
607 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
608 (cperl-syntaxify-for-menu): New customization variable.
609 (cperl-select-this-pod-or-here-doc): New function.
610 (cperl-get-here-doc-region): Extra argument.
611 Do not adjust pos by 1.
612
613 New menu entries
614 (Perl/Tools): Selection of current POD or HERE-DOC section.
615 (Debugging CPerl:) backtrace on fontification.
616
617 After 5.12:
618 (cperl-cached-syntax-table): Use `car-safe'.
619 (cperl-forward-re): Remove spurious argument SET-ST.
620 Add documentation.
621 (cperl-forward-group-in-re): New function.
622 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
623 (XXXX Temporary (?) hack is to syntax-mark them as comment).
624
625 After 5.13:
626 (cperl-string-syntax-table): Make { and } not-grouping
627 (Sometimes they ARE grouping in RExen, but matching them would only
628 confuse in many situations when they are not)
629 (beginning-of-buffer): Replace two occurences with goto-char...
630 (cperl-calculate-indent): `char-after' could be nil...
631 (cperl-find-pods-heres): REx can start after "[" too.
632 Hightlight (??{}) in RExen too.
633 (cperl-maybe-white-and-comment-rex): New constant
634 (cperl-white-and-comment-rex): Likewise.
635 XXXX Not very efficient, but hard to make
636 better while keeping 1 group.
637
638 After 5.13:
639 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
640 Likewise for 1 << identifier.
641
642 After 5.14:
643 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
644 Error-less condition-case could fail.
645 (cperl-font-lock-fontify-region-function): Likewise.
646 (cperl-init-faces): Likewise.
647
648 After 5.15:
649 (cperl-find-pods-heres): Support property REx-part2.
650 (cperl-calculate-indent): Likewise.
651 Don't special-case REx with non-empty 1st line.
652 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
653 Invert highlighting of charclasses:
654 now the envelop is highlighted.
655 Highlight many others 0-length builtins.
656 (cperl-praise): Mention indenting and highlight in RExen.
657
658 After 5.15:
659 (cperl-find-pods-heres): Highlight capturing parens in REx.
660
661 After 5.16:
662 (cperl-find-pods-heres): Highlight '|' for alternation
663 Initialize `font-lock-warning-face' if not present.
664 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
665 `font-lock-function-name-face'.
666 (cperl-look-at-leading-count): Likewise.
667 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
668 `font-lock-keyword-face' (needed for
669 batch processing), etc...
670 Use `font-lock-builtin-face' for builtin in REx
671 Now `font-lock-variable-name-face'
672 is used for interpolated variables
673 Use "talking aliases" for faces inside REx
674 Highlight parts of REx (except in charclasses)
675 according to the syntax and/or semantic
676 Syntax-mark a {}-part of (?{}) as "comment"
677 (it was the ()-part)
678 Better logic to distinguish what is what in REx
679 (cperl-tips-faces): Document REx highlighting
680 (cperl-praise): Mention REx syntax highlight etc.
681
682 After 5.17:
683 (cperl-find-sub-attrs): Would not always manage to print error message.
684 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
685
686 After 5.18:
687 (cperl-find-pods-heres): Misprint in REx for parsing REx.
688 Very minor optimization.
689 `my-cperl-REx-modifiers-face' got quoted.
690 Recognize "print $foo <<END" as HERE-doc.
691 Put `REx-interpolated' text attribute if needed.
692 (cperl-invert-if-unless-modifiers): New function.
693 (cperl-backward-to-start-of-expr): Likewise.
694 (cperl-forward-to-end-of-expr): Likewise.
695 (cperl-invert-if-unless): Works in "the opposite way" too.
696 Cursor position on return is on the switch-word.
697 Indents comments better.
698 (REx-interpolated): New text attribute.
699 (cperl-next-interpolated-REx): New function.
700 (cperl-next-interpolated-REx-0): Likewise.
701 (cperl-next-interpolated-REx-1): Likewise.
702 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
703 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
704 (cperl-praise): Mention finded interpolated RExen.
705
706 After 5.19:
707 (cperl-init-faces): Highlight %$foo, @$foo too.
708 (cperl-short-docs): Better docs for system, exec.
709 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
710 Would not find HERE-doc ended by EOF without NL.
711 (cperl-short-docs): Correct not-doubled \-escapes.
712 start block: Put some `defvar' for stuff gone from XEmacs.
713
714 After 5.20:
715 initial comment: Extend copyright, fix email address.
716 (cperl-indent-comment-at-column-0): New customization variable.
717 (cperl-comment-indent): Indentation after $#a would increasy by 1.
718 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
719 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
720 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
721 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
722 highlight $ in $foo too (UNTESTED).
723 (cperl-set-style): Docstring missed some available styles.
724 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
725 Change "Current" to "Memorize Current".
726 (cperl-indent-wrt-brace): New customization variable; the default is
727 as for pre-5.2 version.
728 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
729 (cperl-style-alist): Likewise.
730 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
731 and `cperl-extra-newline-before-brace' etc
732 being t
733 (cperl-indent-exp): Plans B and C to find continuation blocks even
734 if `cperl-extra-newline-before-brace' is t.
735
736 After 5.21:
737 Improve some docstrings concerning indentation.
738 (cperl-indent-rules-alist): New variable.
739 (cperl-sniff-for-indent): New function name
740 (separated from `cperl-calculate-indent').
741 (cperl-calculate-indent): Separate the sniffer and the indenter;
742 uses `cperl-sniff-for-indent' now.
743 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
744 was inverted;
745 Support `comment-column' = 0.
746
747 2006-10-11 Martin Rudalics <rudalics@gmx.at>
748
749 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
750 * help-at-pt.el (scan-buf-move-to-region): Likewise.
751 * longlines.el (longlines-window-change-function): Likewise.
752 * simple.el (undo-ask-before-discard): Likewise.
753 * wid-edit.el (widget-field-prompt-internal)
754 (widget-documentation-link-p): Likewise.
755
756 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
757
758 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
759 for a keyword.
760
761 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
762
763 * newcomment.el (comment-valid-prefix-p): Make the check
764 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
765 (comment-indent-new-line): Adjust call.
766
767 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
768
769 * allout.el (allout-back-to-current-heading): Base on lower-level
770 routines to get proper disqualification of aberrant topics.
771
772 2006-10-09 Richard Stallman <rms@gnu.org>
773
774 * textmodes/two-column.el (2C-two-columns): Doc fix.
775
776 2006-10-09 Kim F. Storm <storm@cua.dk>
777
778 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
779 about implicit use.
780
781 2006-10-08 Richard Stallman <rms@gnu.org>
782
783 * textmodes/two-column.el (2C-two-columns): Doc fix.
784
785 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
786
787 * files.el: Mark `buffer-read-only' as safe-local-variable.
788
789 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
790
791 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
792 Burp if GUD buffer has been killed.
793
794 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
795
796 * completion.el (add-completions-from-c-buffer):
797 Don't presume an error's second element is a string.
798 Use looking-at rather than buffer-substring + member.
799
800 2006-10-07 Eli Zaretskii <eliz@gnu.org>
801
802 * mail/rmail.el (rmail-redecode-body): If the old encoding is
803 `undecided', call find-coding-systems-region to find a proper
804 non-trivial encoding.
805 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
806 and "text/plain".
807
808 2006-10-07 Kevin Ryde <user42@zip.com.au>
809
810 * textmodes/reftex-vars.el (defgroup reftex): Update home page
811 url-link.
812
813 * strokes.el (defgroup strokes): Remove invalid url-link.
814
815 2006-10-07 Magnus Henoch <mange@freemail.hu>
816
817 * autoinsert.el (auto-insert-alist): Doc fix.
818
819 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
820
821 * mouse-sel.el (mouse-insert-selection-internal):
822 Use insert-for-yank, so that yank handlers are run.
823
824 2006-10-07 Kim F. Storm <storm@cua.dk>
825
826 * ido.el (ido-file-extension-aux): Fix comparison.
827
828 2006-10-06 Kim F. Storm <storm@cua.dk>
829
830 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
831
832 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
833
834 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
835 (ad-make-mapped-call): Use `let', not `let*'.
836
837 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
838
839 * international/mule-cmds.el (coding-system-change-eol-conversion):
840 Ensure the coding system is initialized before calling
841 coding-system-eol-type.
842
843 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
844
845 * textmodes/org.el (org-rm-props, org-activate-plain-links)
846 (org-activate-angle-links, org-activate-dates)
847 (org-activate-target-links, org-activate-camels)
848 (org-activate-tags): Add `rear-nonsticky' text property to avoid
849 textproperty keymaps from being active beyond the end of a line.
850 (org-unfontify-region): Also remove `rear-nonsticky' property.
851
852 2006-10-04 Kenichi Handa <handa@m17n.org>
853
854 * international/code-pages.el (next): Table fixed.
855
856 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
857
858 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
859 that it's been made unnecessary by removing narrowing.
860
861 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
862
863 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
864 control flow a bit, simplify another bit, and add comments.
865
866 2006-10-03 David Kastrup <dak@gnu.org>
867
868 * help.el (describe-mode): For clicks on mode-line, use "@"
869 interactive argument to get the major mode of the click instead of
870 the current buffer.
871
872 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
873 in order to better redirect mouse-2 clicks. Also allow default
874 bindings to apply.
875
876 2006-10-03 Kim F. Storm <storm@cua.dk>
877
878 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
879 (pushnew): Fix last change.
880
881 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
882
883 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
884 Use the interactive spec of `eval-expression'.
885
886 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
887
888 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
889
890 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
891
892 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
893 2006-09-28 commit.
894
895 2006-10-02 Kenichi Handa <handa@m17n.org>
896
897 * international/code-pages.el (iso-8859-6): Table fixed.
898
899 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
900
901 * dired.el (dired-build-subdir-alist): Fix previous change.
902
903 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se>
904
905 * simple.el (undo-elt-crosses-region): Fix the inequalities.
906
907 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
908
909 * emacs-lisp/find-func.el (find-function-regexp): Don't match
910 "define-button-type".
911
912 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
913 they don't keep accumulating.
914
915 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
916
917 * ffap.el (ffap-rfc-path): Change the address of the RFC
918 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
919
920 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
921
922 * allout.el (allout-expose-topic): Rectify implementation of "+"
923 spec, so that bodies are not exposed with headlines.
924
925 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
926
927 * allout.el (allout-current-depth): Do aberrent check only at or
928 below doublecheck depth.
929 (allout-chart-subtree): Make it explicit that LEVELS being nil
930 means unlimited depth. Drop undocumented support for LEVELS value
931 t meaning unlimited depth. (This is consistent with
932 allout-chart-to-reveal, but contrary to allout-show-children,
933 which needs to use nil to default to depth of 1.)
934 (allout-goto-prefix-doublechecked): Wrap long docstring line.
935 (allout-chart-to-reveal): Be explicit in docstring about meaning
936 of nil LEVELS, and drop support for LEVELS value t.
937 (allout-show-children): Translate the level spec used by this
938 routine to that used by allout-chart-subtree and
939 allout-chart-to-reveal.
940 (allout-show-to-offshoot): Retry once when stuck, after opening
941 subtree - improvements in discontinuity handling likely will
942 enable progress.
943
944 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
945
946 * wid-edit.el (widget-button-click-moves-point): New variable.
947 (widget-button-click): If widget-button-click-moves-point is
948 non-nil, set point after performing the button action
949
950 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
951
952 2006-09-30 Martin Rudalics <rudalics@gmx.at>
953
954 * files.el (find-file-existing): Modify to not allow wildcards.
955
956 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
957
958 * simple.el (undo-more): When undo information for the region is
959 exhausted, say "No further undo information FOR REGION".
960
961 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
962
963 * progmodes/sh-script.el (sh-prev-thing):
964 Take `sh-leading-keywords' into account.
965
966 2006-09-29 Glenn Morris <rgm@gnu.org>
967
968 * custom.el (defcustom): Doc fix.
969
970 * calendar/calendar.el (european-calendar-style):
971 Call european-calendar or american-calendar as needed when set.
972 (diary-view-entries, list-calendar-holidays): Move autoloads
973 before use.
974
975 2006-09-29 Juri Linkov <juri@jurta.org>
976
977 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
978 to nil if there is no previous property change.
979
980 2006-09-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
981
982 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
983 saving anything to be sure that `forward-sexp' behaves correctly.
984
985 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
986
987 * simple.el (line-move-finish): Ignore field boundaries if the
988 initial and final points have the same `field' property.
989
990 2006-09-29 Kim F. Storm <storm@cua.dk>
991
992 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
993 to t while calling ido-read-internal.
994
995 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
996
997 * textmodes/org.el (org-file-remote-p): Get regexp from list.
998 (org-archive-subtree): Remove erraneous `]' from character list.
999
1000 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
1001
1002 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
1003 (ses-reconstruct-all): Make undo of "insert row" work by keeping
1004 markers for data-area and parameters-area.
1005
1006 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1007
1008 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
1009
1010 * font-lock.el (font-lock-after-change-function): Refontify next line
1011 as well if end is at BOL.
1012 (font-lock-extend-jit-lock-region-after-change): Be more careful to
1013 only extend the region as much as needed.
1014
1015 2006-09-28 Richard Stallman <rms@gnu.org>
1016
1017 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
1018
1019 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
1020
1021 * international/mule.el (after-insert-file-set-coding):
1022 If VISIT, don't let set-buffer-multibyte make undo info.
1023
1024 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
1025
1026 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
1027 lines in base64-encoded authentication response.
1028
1029 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1030
1031 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
1032 (ebnf-version): New version 4.3.
1033 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
1034 (ebnf-prologue): Adjust PostScript programming.
1035 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
1036 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
1037
1038 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
1039
1040 * jit-lock.el (jit-lock-force-redisplay): Rename from
1041 jit-lock-fontify-again, and undo the mistaken change I've just done.
1042
1043 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
1044 (jit-lock-fontify-again): Don't refontify text that's not displayed.
1045
1046 2006-09-26 Kenichi Handa <handa@m17n.org>
1047
1048 * startup.el (display-splash-screen): Allow a prefix argument.
1049
1050 2006-09-25 Jason Rumney <jasonr@gnu.org>
1051
1052 * subr.el (shell-quote-argument): Use DOS logic for Windows
1053 shells with DOS semantics.
1054
1055 2006-09-24 Richard Stallman <rms@gnu.org>
1056
1057 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
1058 (compilation-goto-locus): Use compilation-goto-locus-delete-o
1059 to delete the overlay. Put it on pre-command-hook.
1060
1061 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
1062
1063 * startup.el (fancy-splash-screens, normal-splash-screen):
1064 Call the splash buffer *About GNU Emacs*.
1065
1066 * simple.el (next-error-highlight, next-error-highlight-no-select):
1067 Default to 0.5.
1068 (yank-excluded-properties): Add `fontified'.
1069
1070 * font-lock.el (font-lock-compile-keywords): Allow value of
1071 syntax-begin-function to enable paren-column-0 highlighting.
1072
1073 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
1074
1075 * dired.el (dired-build-subdir-alist): When file ends in colon,
1076 don't exit the loop, just disregard that file.
1077
1078 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
1079
1080 * simple.el (line-move-finish): Handle corner case for fields in
1081 continued lines.
1082 (line-move-1): Remove flawed test for that case.
1083
1084 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
1085
1086 * icomplete.el (icomplete-simple-completing-p): Use the correct
1087 name for the new variable, `icomplete-with-completion-tables'.
1088 (file local variables): Remove superfluous setting.
1089
1090 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
1091
1092 * calendar/appt.el (appt-check): Fix typo for appointments just
1093 after midnight.
1094
1095 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
1096
1097 * help.el (describe-key-briefly, describe-key): Don't expect an
1098 extra up event if a down-event is generated by a popup menu.
1099
1100 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
1101
1102 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
1103 local dictionary when changing the global dictionary.
1104
1105 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
1106
1107 * icomplete.el (icomplete-with-completion-tables): List of
1108 specialized completion tables with which icomplete should
1109 operate. Include the new `internal-complete-buffer', so icomplete
1110 works with interactive buffer-selection.
1111 (icomplete-simple-completing-p): Add acceptance of specialized
1112 completion tables listed in icomplete-with-completion-tables.
1113
1114 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1115
1116 * frame.el (focus-follows-mouse): Set default to nil on Mac.
1117
1118 * startup.el (command-line): Use `custom-reevaluate-setting' for
1119 `focus-follows-mouse'.
1120
1121 2006-09-22 Richard Stallman <rms@gnu.org>
1122
1123 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
1124 explain why Save is not available.
1125
1126 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
1127
1128 * woman.el (woman0-so): Use `let*', not `let'.
1129 (woman-horizontal-line): Remove unbalanced parenthesis.
1130
1131 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1132
1133 * woman.el: Make sure all the end-of-region markers we use have
1134 a non-nil insertion-type.
1135 (woman0-so): Move things around so we can use copy-marker.
1136 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
1137 Adjust marker type.
1138 (woman2-process-escapes): Check marker type.
1139 (woman-horizontal-line): Dispense with the use of a marker.
1140
1141 2006-09-22 Jay Belanger <belanger@truman.edu>
1142
1143 * calc/calc-lang.el: Add Greek letters to math-variable-table
1144 property of tex.
1145
1146 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
1147
1148 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
1149
1150 2006-09-22 Masatake YAMATO <jet@gyve.org>
1151
1152 * add-log.el (add-log-current-defun): Use `forward-sexp'
1153 instead of `forward-word' to pick c++::symbol.
1154 Reported by Herbert Euler <herberteuler@hotmail.com>.
1155
1156 2006-09-22 Kenichi Handa <handa@m17n.org>
1157
1158 * bindings.el: Fix setting self-insert-command for multibyte
1159 characters in global-map.
1160
1161 2006-09-21 David Kastrup <dak@gnu.org>
1162
1163 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
1164 doc string.
1165
1166 2006-09-21 Kenichi Handa <handa@m17n.org>
1167
1168 * language/european.el ("Latin-1"): Add windows-1252 to
1169 coding-priority.
1170 ("German"): Likewise.
1171
1172 2006-09-21 Kim F. Storm <storm@cua.dk>
1173
1174 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
1175 Suggested by Miles Bader.
1176
1177 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
1178 instead of add-to-list in the simple case.
1179
1180 2006-09-20 Kenichi Handa <handa@m17n.org>
1181
1182 * isearch.el (isearch-process-search-char): Cancel the previous change.
1183 (isearch-search-string): New function.
1184 (isearch-search): Use isearch-search-string.
1185 (isearch-lazy-highlight-search): Likewise.
1186
1187 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1188
1189 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
1190 string to become an option.
1191
1192 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1193
1194 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
1195
1196 2006-09-20 Kim F. Storm <storm@cua.dk>
1197
1198 * simple.el (line-move-partial): Call pos-visible-in-window-p with
1199 position t instead of trying both window-end and window-end - 1.
1200
1201 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
1202
1203 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
1204 hidden trees.
1205
1206 2006-09-20 David Kastrup <dak@gnu.org>
1207
1208 * mouse.el (mouse-posn-property): Improve doc string.
1209 (mouse-on-link-p): Change buffers for function calls on links.
1210
1211 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
1212 buffer is read-only.
1213
1214 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
1215
1216 * allout.el (allout-unprotected): Let inhibit-read-only only when
1217 buffer-read-only isn't set.
1218 (allout-annotate-hidden): Enable topic annotation during copies even
1219 when the buffer is read-only, eg for topic copies. Ensure that the loop
1220 advances, even when the span extends beyond the deletion region.
1221 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
1222 rather than allout-exposure-changed-hook, as a stronger assertion.
1223 (allout-keybindings-list): Add bindings for
1224 allout-copy-line-as-kill and allout-copy-topic-as-kill.
1225 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
1226 Copy wrappers for allout-kill-line and allout-kill-topic.
1227 (allout-listify-exposed): Position correctly to accumulate lines.
1228
1229 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
1230
1231 * simple.el (line-move-1): Escape field boundaries occurring
1232 exactly at point. Update goal column if constrained to a field.
1233 (line-move-finish): Escape field boundaries occurring exactly at point.
1234
1235 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1236
1237 * mouse.el (mouse-on-link-p): Tentatively fix last change.
1238 (mouse-drag-vertical-line): Remove unused var `wconfig'.
1239
1240 2006-09-19 Kim F. Storm <storm@cua.dk>
1241
1242 * help.el (describe-key-briefly, describe-key): Simplify printing
1243 of descriptions by using format and %S. Fix "is undefined"
1244 messages to say "at that spot" for mouse events.
1245
1246 * simple.el (line-move-partial): Optimize. Try window-line-height
1247 before posn-at-point to get vpos of current line.
1248
1249 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
1250
1251 * viper.el: Bump up version/date of update to reflect the substantial
1252 changes done in August 2006.
1253
1254 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
1255 are defined.
1256
1257 * ediff-util.el (ediff-add-to-history): New function.
1258
1259 * ediff.el: Use ediff-add-to-history instead of add-to-history.
1260
1261 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
1262
1263 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
1264 Delete duplicate make-local-variable form.
1265 (conf-space-keywords): Add autoload cookie.
1266 Fix typo (`keywords', not `keyword').
1267
1268 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1269
1270 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
1271 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
1272 to x-gtk-use-old-file-dialog
1273
1274 2006-09-18 Richard Stallman <rms@gnu.org>
1275
1276 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
1277 that might come in during mouse tracking.
1278
1279 2006-09-18 Kim F. Storm <storm@cua.dk>
1280
1281 * simple.el (line-move-partial): Rework 2006-09-15 change to use
1282 new window-line-height function. Further optimize by not calling
1283 pos-visible-in-window-p for window-end when window-line-height
1284 returns useful information.
1285
1286 2006-09-16 Richard Stallman <rms@gnu.org>
1287
1288 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
1289 (conf-space-mode): Don't handle prefix arg.
1290 Delete conf-space-keywords-override code.
1291 Use add-hook.
1292 (conf-space-keywords): New command.
1293 (conf-space-mode-internal): Be careful with imenu-generic-expression.
1294 Delete conf-space-keywords-override code.
1295 (conf-space-keywords-alist): Doc fix.
1296 (conf-space-font-lock-keywords): Doc fix.
1297 (conf-space-keywords-override): Var deleted.
1298
1299 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
1300
1301 * startup.el (fancy-splash-screens): Don't switch to the scratch
1302 buffer; it may not be the next buffer.
1303
1304 2006-09-16 Romain Francoise <romain@orebokech.com>
1305
1306 * saveplace.el (load-save-place-alist-from-file): Use expanded name
1307 in both messages.
1308
1309 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
1310
1311 * progmodes/python.el (python-preoutput-filter):
1312 Fix arg order to string-match.
1313
1314 2006-09-16 Richard Stallman <rms@gnu.org>
1315
1316 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
1317 font-lock-compile-keywords.
1318
1319 * font-lock.el (font-lock-compile-keywords): Rename optional arg
1320 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
1321
1322 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1323
1324 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
1325
1326 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
1327 and the data doesn't look like UTF8, send STRING instead.
1328
1329 2006-09-16 Agustin Martin <agustin.martin@hispalinux.es>
1330
1331 * textmodes/flyspell.el (flyspell-check-region-doublons):
1332 New function to detect duplicated words.
1333 (flyspell-large-region): Use it.
1334
1335 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
1336
1337 * simple.el (line-move-to-column): Revert 2006-08-03 change.
1338
1339 2006-09-16 Eli Zaretskii <eliz@gnu.org>
1340
1341 * help.el (describe-prefix-bindings): Use let, not let*.
1342
1343 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
1344
1345 * allout.el (allout-regexp, allout-line-boundary-regexp)
1346 (allout-bob-regexp): Correct grouping and boundaries to fix
1347 backwards traversal.
1348 (allout-depth-specific-regexp, allout-depth-one-regexp):
1349 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
1350 worse time in allout-ascend.
1351 (allout-doublecheck-at-and-shallower): Identify depth threshold
1352 below which topics are checked for and disqualified by containment
1353 discontinuities.
1354 (allout-hotspot-key-handler): Correctly handle multiple-key
1355 strokes. Remove some unused variables.
1356 (allout-mode-leaders): Clarify that mode-specific comment-start
1357 will be used.
1358 (set-allout-regexp): Correctly regexp-quote allout regexps to
1359 properly accept alternative header-leads and primary bullets with
1360 regexp-specific characters (eg, C "/*", mathematica "(*").
1361 Include new regular expressions among those configured.
1362 (allout-infer-header-lead-and-primary-bullet):
1363 Rename allout-infer-header-lead.
1364 (allout-recent-depth): Manifest as a variable as well as a function.
1365 (allout-prefix-data): Simplify into an inline instead of a macro,
1366 assuming current match data rather than being explicitly passed
1367 it. Establish allout-recent-depth value as well as
1368 allout-recent-prefix-beginning and allout-recent-prefix-end.
1369 (allout-aberrant-container-p): True when an item's immediate
1370 offspring discontinuously contained. Useful for disqualifying
1371 unintended topic prefixes, likely at low depths.
1372 (allout-goto-prefix-doublechecked): Elaborate version of
1373 allout-goto-prefix which disqualifies aberrant pseudo-items.
1374 (allout-pre-next-prefix): Layer on top of lower-level routines, to
1375 get disqualification of aberrant containers.
1376 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
1377 containers.
1378 (allout-beginning-of-current-entry): Position at start of buffer
1379 when in container (depth 0) entry.
1380 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
1381 (allout-current-bullet): Strip text properties.
1382 (allout-get-prefix-bullet): Use right match groups.
1383 (allout-beginning-of-line, allout-next-heading):
1384 Disqualify aberrant containers.
1385 (allout-previous-heading): Disqualify aberrant containers, and
1386 change to regular (rather than inline) function, to allow
1387 self-recursion.
1388 (allout-get-invisibility-overlay): Increment so progress is made
1389 when the first overlay is not the sought one.
1390 (allout-end-of-prefix): Disqualify aberrant containers.
1391 (allout-end-of-line): Cycle something like allout-beginning-of-line.
1392 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
1393 outline.el outlines) functional again. Change the primary bullet
1394 along with the header-lead - level 1 new-style bullets now work.
1395 Engage allout-before-change-handler in mainline emacs, not just
1396 xemacs, to do undo handling.
1397 (allout-before-change-handler): Expose undo changes occurring in
1398 hidden regions. Use allout-get-invisibility-overlay instead of
1399 reimplementing it inline.
1400 (allout-chart-subtree): Use start rather than end of prefix in
1401 charts. Use allout-recent-depth variable.
1402 (allout-chart-siblings): Disqualify aberrant topics.
1403 (allout-beginning-of-current-entry): Position correctly.
1404 (allout-ascend): Use new allout-depth-specific-regexp and
1405 allout-depth-one-regexp for linear instead of O(N^2) or worse
1406 behavior.
1407 (allout-ascend-to-depth): Depend on allout-ascend, rather than
1408 reimplementing an algorithm.
1409 (allout-up-current-level): Depend on allout-ascend, rather than
1410 reimplementing an algorithm. Return to start-point if we fail.
1411 (allout-descend-to-depth): Use allout-recent-depth variable
1412 instead of function.
1413 (allout-next-sibling): On traversal of numerous intervening
1414 topics, resort to economical allout-next-sibling-leap.
1415 (allout-next-sibling-leap): Specialized version of
1416 allout-next-sibling that uses allout-ascend cleverly, to depend on
1417 a regexp search to leap large numbers of contained topics, rather
1418 than arbitrarily many one-by-one traversals.
1419 (allout-next-visible-heading): Disqualify aberrant topics.
1420 (allout-previous-visible-heading): Position consistently when
1421 interactive.
1422 (allout-forward-current-level): Base on allout-previous-sibling
1423 rather than (differently) reimplmenting the algorithm. Remove some
1424 unused variables.
1425 (allout-solicit-alternate-bullet): Present default choice stripped
1426 of text properties.
1427 (allout-rebullet-heading): Use bullet stripped of text properties.
1428 Register changes using allout-exposure-change-hook.
1429 Disregard aberrant topics.
1430 (allout-shift-in): With universal-argument, make topic a peer of
1431 it's former offspring. Simplify the code by separating out
1432 allout-shift-out functionality.
1433 (allout-shift-out): With universal-argument, make offspring peers
1434 of their former container, and its siblings. Implement the
1435 functionality here, rather than inappropriately muddling the
1436 implementation of allout-shift-in.
1437 (allout-rebullet-topic): Respect additional argument for new
1438 parent-child separation function.
1439 (allout-yank-processing): Use allout-ascend directly.
1440 (allout-show-entry): Disqualify aberrant topics.
1441 (allout-show-children): Handle discontinuous children gracefully,
1442 extending the depth being revealed to expose them and posting a
1443 message indicating the situation.
1444 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
1445 Leave cursor in correct position.
1446 (allout-hide-current-subtree): Use allout-ascend directly.
1447 Disqualify aberrant topics.
1448 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
1449 a way that the yanks can restore it, as used to happen.
1450 (allout-yank-processing): Restore exposure layout as recorded by
1451 allout-kill-*, as used to happen.
1452 (allout-annotate-hidden, allout-hide-by-annotation): New routines
1453 for preseving and restoring exposure layout across kills.
1454 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
1455 (allout-encrypt-string): Strip text properties.
1456 Rearranged order and outline-headings for some of the
1457 miscellaneous functions.
1458 (allout-resolve-xref): No need to quote the error name in the
1459 condition-case handler section.
1460 (allout-flatten): Classic recursive (and recursively intensive,
1461 without tail-recursion) list-flattener, needed by allout-shift-out
1462 when confronted with discontinuous children.
1463
1464 2006-09-16 Jason Rumney <jasonr@gnu.org>
1465
1466 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
1467 on ms-windows.
1468 (dnd-open-unc-file): Remove.
1469 (dnd-open-local-file): Mention in doc string that it also handles
1470 remote files if the system natively supports unc file-names.
1471
1472 2006-09-15 Kim F. Storm <storm@cua.dk>
1473
1474 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
1475 all necessary information about the event before erasing *Help*.
1476
1477 * simple.el (line-move-partial): Use window-line-visiblity to
1478 quickly check whether last line is partially visible, and only do
1479 the hard (and slow) part in that case.
1480
1481 2006-09-15 Jay Belanger <belanger@truman.edu>
1482
1483 * COPYING: Replace "Library Public License" by "Lesser Public
1484 License" throughout.
1485
1486 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1487
1488 * term/x-win.el (x-menu-bar-open): New function for F10.
1489
1490 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
1491
1492 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1493 Disallow filenames containing " -" to avoid confusion with libtool
1494 compilation messages. Suggested by Stefan Monnier.
1495
1496 2006-09-15 David Kastrup <dak@gnu.org>
1497
1498 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
1499 instead of buffer position for `mouse-on-link-p'.
1500
1501 * mouse.el (mouse-posn-property): New function looking up the
1502 properties at a click position in overlays and text properties in
1503 either buffer or strings.
1504 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
1505 of both `follow-link' as well as `mouse-face' properties.
1506 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
1507 buffer position.
1508
1509 * help.el (describe-key-briefly): When reading a down-event on
1510 mode lines or scroll bar, swallow the following up event, too.
1511 Use the new mouse sensitity of `key-binding' for lookup.
1512 (describe-key): The same here.
1513
1514 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
1515
1516 * play/life.el (life-patterns): Add a few more interesting patterns.
1517 (life-setup): Force `show-trailing-whitespace' to nil.
1518
1519 2006-09-14 Richard Stallman <rms@gnu.org>
1520
1521 * startup.el (fancy-splash-text): Change text to improve alignment.
1522 (fancy-splash-screens): Don't set non-standard tab width.
1523 Bind cursor-type temporarily, and make it easy to patch to
1524 preserve the splash buffer.
1525 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
1526 (fancy-splash-screens): Display echo-area message explicitly.
1527 Don't set fancy-splash-help-echo.
1528
1529 * simple.el (line-number-mode): Group mode-line instead of
1530 editing-basics.
1531 (column-number-mode, size-indication-mode): Likewise.
1532
1533 * faces.el (mode-line-faces): Group mode-line instead of modeline.
1534
1535 * time.el (display-time): Group mode-line instead of modeline.
1536
1537 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
1538
1539 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
1540
1541 * startup.el (fancy-splash-text): Move editing instructions to
1542 fancy-splash-head.
1543 (fancy-splash-head): Issue editing instructions.
1544 (fancy-splash-screens): Fixup whitespace.
1545
1546 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1547
1548 * bindings.el (mode-line-buffer-identification-keymap):
1549 Remove duplicate line.
1550
1551 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1552
1553 * ido.el (ido-ignore-item-p): Allow any kind of functions in
1554 ignore lists.
1555
1556 2006-09-14 Kim F. Storm <storm@cua.dk>
1557
1558 * jit-lock.el (jit-lock-fontify-again): New function.
1559 (jit-lock-fontify-now): Use it instead of lambda form.
1560
1561 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
1562
1563 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
1564 (flyspell-auto-correct-word): Make ispell-filter local to these
1565 functions. Check that ispell-filter has new stuff before calling
1566 ispell-parse-output.
1567
1568 2006-09-13 Kim F. Storm <storm@cua.dk>
1569
1570 * simple.el (line-move-partial): Optimize.
1571
1572 2006-09-13 Richard Stallman <rms@gnu.org>
1573
1574 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
1575 Delete spurious backquote.
1576
1577 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
1578
1579 * net/rcirc.el (rcirc-print): Fix last change.
1580
1581 2006-09-12 Jay Belanger <belanger@truman.edu>
1582
1583 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
1584
1585 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
1586
1587 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
1588 rcirc-show-maximum-output.
1589 (rcirc-mode): Remove window-scroll-function hook.
1590 (rcirc-scroll-to-bottom): Remove function.
1591 (rcirc-print): Recenter so point stays at the bottom of the window
1592 if point was already there.
1593
1594 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
1595
1596 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
1597 not to "t".
1598 * progmodes/compile.el (compilation-start): Likewise.
1599 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
1600 Don't use expand-file-name on invocation-directory, since this
1601 might mishandle special characters in invocation-directory.
1602
1603 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1604
1605 * pcvs-defs.el: Remove * in defcustom's docstrings.
1606
1607 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
1608
1609 * progmodes/compile.el (compilation-directory-properties):
1610 Doc fix for help-echo.
1611
1612 2006-09-12 Lars Hansen <larsh@soem.dk>
1613
1614 * desktop.el (desktop-read): Add comment.
1615
1616 2006-09-12 Kim F. Storm <storm@cua.dk>
1617
1618 * simple.el (next-error-highlight, next-error-highlight-no-select):
1619 Fix spelling error.
1620
1621 * subr.el (sit-for): Rework to use input-pending-p and cond.
1622 Return nil input is pending on entry also for SECONDS <= 0.
1623 (while-no-input): Use input-pending-p instead of sit-for.
1624
1625 2006-09-11 Richard Stallman <rms@gnu.org>
1626
1627 * simple.el (next-error-highlight, next-error-highlight-no-select):
1628 Fix custom type and doc strings.
1629
1630 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1631
1632 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
1633 (diff-apply-hunk): Use it to ask for confirmation.
1634
1635 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
1636
1637 * emacs-lisp/cl.el (pushnew): Add missing `,'.
1638
1639 2006-09-11 David Kastrup <dak@gnu.org>
1640
1641 * help.el (string-key-binding, describe-key-briefly)
1642 (describe-key): Remove `string-key-binding' and its callers since
1643 `key-binding' already caters for the proper lookup now.
1644
1645 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1646
1647 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
1648 (cfengine-mode): Use it. Fix \ syntax to be like /.
1649
1650 * bindings.el (mode-line-buffer-identification-keymap):
1651 Move initialization into declaration.
1652
1653 2006-09-10 Kim F. Storm <storm@cua.dk>
1654
1655 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
1656 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
1657 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
1658 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
1659
1660 2006-09-10 Richard Stallman <rms@gnu.org>
1661
1662 * dired-aux.el: Handle errors in recursive copy usefully.
1663 (dired-create-files-failures): New variable.
1664 (dired-copy-file): Remove condition-case.
1665 (dired-copy-file-recursive): Check for errors on all file
1666 operations, and add them to dired-create-files-failures.
1667 Check file file-date-erorr here too.
1668 (dired-create-files): Check dired-create-files-failures
1669 and report those errors too.
1670
1671 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
1672
1673 * subr.el (add-to-list): New argument COMPARE-FN.
1674
1675 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
1676
1677 * filecache.el (file-cache-add-directory)
1678 (file-cache-add-directory-list, file-cache-add-file)
1679 (file-cache-add-directory-using-find)
1680 (file-cache-add-directory-using-locate)
1681 (file-cache-add-directory-recursively): Add autoloads.
1682
1683 2006-09-09 Richard Stallman <rms@gnu.org>
1684
1685 * textmodes/conf-mode.el (conf-space-mode):
1686 Use hack-local-variables-hook instead of calling hack-local-variables.
1687 (conf-space-keywords-override): New variable.
1688 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
1689 (conf-space-mode): Always make conf-space-keywords and
1690 conf-space-keywords-override local.
1691 Call conf-space-mode-internal directly as well as via hook.
1692
1693 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1694
1695 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
1696 quasi-keywords.
1697
1698 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
1699
1700 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
1701 (python-send-string): Be slightly more careful about adding \n.
1702
1703 * startup.el (normal-splash-screen): Don't display the buffer if we'll
1704 kill it right away anyway.
1705
1706 2006-09-09 Eli Zaretskii <eliz@gnu.org>
1707
1708 * international/codepage.el (cp850-decode-table): Fix a few codes.
1709 (cp858-decode-table): New variable.
1710
1711 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
1712
1713 * net/ldap.el (ldap-search-internal): Doc fix.
1714
1715 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1716
1717 * play/life.el (life-display-generation): Test for input manually if
1718 `sleeptime' is negative or null.
1719
1720 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
1721 (print-region-1): Substitute `%s' with the page title.
1722
1723 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
1724
1725 * locate.el (locate-current-search): New variable.
1726 (locate): Set buffer local value. Use current buffer if it is
1727 in Locate mode.
1728 (locate-mode): Disable undo here.
1729 (locate-do-setup): Use locate-current-filter from buffer to be killed.
1730 (locate-update): Use locate-current-search and locate-current-filter.
1731
1732 2006-09-08 David Kastrup <dak@gnu.org>
1733
1734 * desktop.el (desktop-read): When loading a desktop, disable
1735 saving it while the load progresses, and switch off a pending lazy
1736 load by calling `desktop-lazy-abort'.
1737
1738 2006-08-27 Martin Rudalics <rudalics@gmx.at>
1739
1740 * window.el (mouse-autoselect-window-timer)
1741 (mouse-autoselect-window-position)
1742 (mouse-autoselect-window-window)
1743 (mouse-autoselect-window-now): New vars.
1744 (mouse-autoselect-window-cancel)
1745 (mouse-autoselect-window-select)
1746 (mouse-autoselect-window-start): New functions.
1747 (handle-select-window): Call `mouse-autoselect-window-start' when
1748 delayed window autoselection is enabled.
1749
1750 * cus-start.el (mouse-autoselect-window): Handle delayed window
1751 autoselection.
1752
1753 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
1754 commands after which it is allowed to print in the echo area.
1755
1756 2006-09-08 Richard Stallman <rms@gnu.org>
1757
1758 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
1759
1760 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
1761 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
1762
1763 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
1764 (cancel-timer-internal): Add doc string.
1765 (cancel-function-timers): Doc fix.
1766 (with-timeout-handler, timer-event-last*): Add doc strings.
1767
1768 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
1769
1770 * files.el (risky-local-variable-p): Match ...-bindat-spec.
1771
1772 * dired.el (dired-log-summary): Add doc string.
1773
1774 * cus-edit.el (custom-menu-create): Bind deactivate-mark here
1775 (custom-group-menu-create): Not here.
1776
1777 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
1778
1779 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
1780
1781 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1782
1783 * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol.
1784 (mac-apple-event-map): Define its handler.
1785
1786 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
1787
1788 * net/ldap.el (ldap-search-internal): Handle `auth' key.
1789
1790 2006-09-07 Magnus Henoch <mange@freemail.hu>
1791
1792 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
1793 clause.
1794
1795 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1796
1797 * info.el (Info-index): Bind completion-ignore-case.
1798
1799 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1800
1801 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
1802 previous commit.
1803 (inferior-prolog-guess-flavor): New fun left out of previous commit.
1804 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
1805 burp in dedicated windows.
1806 (inferior-prolog-self-insert-command): New command.
1807 (inferior-prolog-mode-map): Use it.
1808
1809 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
1810
1811 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
1812
1813 * international/code-pages.el: Add cp858.
1814
1815 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1816
1817 * dnd.el: Fix bootstrapping.
1818
1819 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1820
1821 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
1822 (dnd-open-remote-url): New function.
1823 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
1824 not windows-nt.
1825
1826 2006-09-07 Jason Rumney <jasonr@gnu.org>
1827
1828 * dnd.el (dnd-open-remote-file-function): New variable.
1829 (dnd-open-unc-file): New function.
1830 (dnd-open-file): Call dnd-open-remote-file-function if set.
1831
1832 2006-09-06 Daiki Ueno <ueno@unixuser.org>
1833
1834 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
1835 pgg-passphrase-coding-system rather than locale-coding-system.
1836 * pgg-def.el (pgg-passphrase-coding-system): New user option.
1837
1838 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1839
1840 * progmodes/prolog.el: Remove * in docstrings.
1841 (prolog-program-name): Add SWI prolog.
1842 (prolog-mode-menu): New menu.
1843 (prolog-mode): Set comment-add.
1844 (prolog-indent-line): Simplify. Use indent-line-to.
1845 (inferior-prolog-buffer): New var.
1846 (inferior-prolog-run, inferior-prolog-process): New funs.
1847 (run-prolog, switch-to-prolog): Rewrite, using them.
1848 (prolog-consult-region): Use inferior-prolog-buffer.
1849 (inferior-prolog-load-file): New function.
1850 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
1851
1852 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
1853 last word, if it's not the end of the paragraph.
1854
1855 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
1856 file name.
1857
1858 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
1859
1860 * frame.el (display-mm-dimensions-alist): New defcustom.
1861 (display-mm-height, display-mm-width): Use it.
1862
1863 2006-09-06 Simon Josefsson <jas@extundo.com>
1864
1865 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
1866
1867 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
1868
1869 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
1870 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
1871 string values.
1872
1873 2006-09-06 Kim F. Storm <storm@cua.dk>
1874
1875 * simple.el (line-move-partial): New function to do vscrolling for
1876 partially visible images / tall lines. Rewrite based on code
1877 previously in line-move. Simplify backwards vscrolling.
1878 (line-move): Use it. Simplify.
1879
1880 2006-09-05 Kim F. Storm <storm@cua.dk>
1881
1882 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
1883
1884 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
1885
1886 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1887 Process the `gcc-include' after the `gnu' rule.
1888
1889 2006-09-05 Kim F. Storm <storm@cua.dk>
1890
1891 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
1892
1893 2006-09-05 Daiki Ueno <ueno@unixuser.org>
1894
1895 * pgg.el (pgg-clear-string): Alias to clear-string for backward
1896 compatibility.
1897
1898 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
1899 inhibit-redisplay; encode passphrase with locale-coding-system.
1900
1901 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
1902
1903 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
1904
1905 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
1906
1907 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
1908 (gdb-var-list-children-regexp): Make type field optional.
1909
1910 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
1911 e.g public, protected in C++.
1912
1913 2006-09-04 John Paul Wallington <jpw@pobox.com>
1914
1915 * simple.el (completion-show-help): New defcustom.
1916 (completion-setup-function): Heed it.
1917
1918 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
1919
1920 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
1921
1922 2006-09-04 Richard Stallman <rms@gnu.org>
1923
1924 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
1925 (rsf-min-region-to-spam-list): Doc fix.
1926 (rsf-add-content-type-field): Doc fix.
1927
1928 * simple.el (kill-region): Explicitly test there is a region.
1929
1930 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
1931
1932 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
1933 sendmail in several common directories.
1934
1935 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
1936
1937 * paths.el (sendmail-program): Removed.
1938
1939 2006-09-04 Daiki Ueno <ueno@unixuser.org>
1940
1941 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
1942 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
1943 http://article.gmane.org/gmane.emacs.gnus.general/50457
1944
1945 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
1946
1947 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
1948 mark after running the menu filter.
1949
1950 2006-09-03 Juri Linkov <juri@jurta.org>
1951
1952 * international/quail.el (quail-defrule-internal): Add a check
1953 if a key is a vector.
1954
1955 2006-09-02 Juri Linkov <juri@jurta.org>
1956
1957 * man.el (Man-topic-history): New variable.
1958 (man): Use it.
1959
1960 * woman.el (woman-topic-history): Change defvar to defvaralias
1961 for symbol `Man-topic-history'.
1962
1963 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
1964 `comint-last-output-start' is a marker by using `markerp' and
1965 check if it has a position by using `marker-position', and use
1966 this position for `goto-char'.
1967
1968 * international/quail.el (quail-defrule-internal): Add missing
1969 `error' call for null key.
1970
1971 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
1972
1973 * rcirc.el (rcirc-keywords): New variable.
1974 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
1975 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
1976 variables.
1977 (rcirc-responses-no-activity): New function.
1978 (rcirc-handler-generic): Check for responses in above.
1979 (rcirc-process-command): Add ?: character to arguments of raw
1980 server commands.
1981 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
1982 `rcirc-dim-nicks'.
1983 (rcirc-gray-toggle): Remove unused variable.
1984 (rcirc-print): Remove some tracking logic, which is moved into
1985 markup functions.
1986 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
1987 types.
1988 (rcirc-activity-string): Look for 'keyword in activity-types.
1989 (rcirc-window-configuration-change): Don't erase overlay-arrow
1990 unnecessarily.
1991 (rcirc-add-or-remove): New function.
1992 (rcirc-cmd-ignore): Use it.
1993 (rcirc-message-leader): Remove unused function.
1994 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
1995 (rcirc-add-face): New function.
1996 (rcirc-facify): Use rcirc-add-face.
1997 (rcirc-url-regexp): Add parens.
1998 (rcirc-map-regexp): Remove function.
1999 (rcirc-mangle-regexp): Remove function.
2000 (rcirc-markup-text-functions): New variable.
2001 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
2002 (rcirc-markup-body-text, rcirc-markup-attributes)
2003 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
2004 (rcirc-markup-bright-nicks): New markup handler functions.
2005 (rcirc-nick-in-message-full-line): New face.
2006 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
2007 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
2008
2009 2006-09-02 Martin Rudalics <rudalics@gmx.at>
2010
2011 * cus-start.el (hscroll-margin, hscroll-step)
2012 (mode-line-in-non-selected-windows, mouse-autoselect-window)
2013 (x-use-underline-position-properties): Change version to "22.1"
2014 since they will appear there for the first time.
2015
2016 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
2017
2018 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
2019
2020 2006-08-31 Richard Stallman <rms@gnu.org>
2021
2022 * cus-edit.el (custom-save-variables): Slight cleanup.
2023 (Custom-no-edit): Renamed from custom-no-edit.
2024 (Custom-newline): Renamed from custom-newline.
2025 (custom-mode-map): Use new names.
2026
2027 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
2028 about customization, rather than M-x customize, in the doc string
2029 made for the defcustom.
2030
2031 * emacs-lisp/trace.el (trace-function-background): Doc fix.
2032
2033 2006-08-31 Romain Francoise <romain@orebokech.com>
2034
2035 * dired-x.el (dired-guess-shell-alist-default): Update.
2036
2037 2006-08-31 Michael Mauger <mmaug@yahoo.com>
2038
2039 * custom.el (custom-theme-set-variables): Autoload packages before
2040 sorting the variables.
2041
2042 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
2043
2044 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
2045 chars if XEmacs.
2046 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
2047
2048 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2049
2050 * progmodes/python.el (python-eldoc-function): Re-enable quit while
2051 waiting for process.
2052
2053 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2054
2055 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
2056 results in ASCII-only string, encode original one directly.
2057
2058 2006-08-29 Romain Francoise <romain@orebokech.com>
2059
2060 * startup.el (normal-splash-screen, fancy-splash-screens):
2061 Make buffer read-only and arrange to enter view mode if necessary.
2062
2063 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
2064
2065 * hl-line.el (hl-line): New face.
2066 (hl-line-face): Use it.
2067
2068 * image-mode.el (image-mode): Fix last fix.
2069 Suggested by Kim F. Storm.
2070
2071 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
2072
2073 Sync with Tramp 2.0.54.
2074
2075 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
2076 of `=', because `tramp-get-remote-gid' might not always return an
2077 integer when expected.
2078 (tramp-register-file-name-handlers): `partial-completion-mode' is
2079 unknown to XEmacs.
2080 (tramp-time-diff): Don't use `floor', it might fail for large
2081 differences.
2082 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
2083 `tramp-auto-save-directory' if unset in order to guarantee unique
2084 auto-save file names.
2085
2086 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
2087
2088 * image-mode.el (image-mode): Display image as text on a terminal.
2089
2090 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2091
2092 * progmodes/python.el (python-send-command): Simplify.
2093 (run-python): Don't generate a new buffer unless `new' was specified.
2094 Make sure we send `import emacs' to the proper process.
2095
2096 * progmodes/python.el (python-send-command): Don't wait for the command
2097 to terminate. Don't fiddle with compilation-parsing-end.
2098
2099 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
2100
2101 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
2102 Insert commentary after first line summary.
2103
2104 * woman.el (woman-follow): New function, based on `man-follow'.
2105 (woman-mode-map): Use it.
2106
2107 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
2108 since ibuffer-do-sort-by-recency does not define a sorter.
2109
2110 2006-08-28 Kim F. Storm <storm@cua.dk>
2111
2112 * find-dired.el (find-dired): Use shell-quote-argument to properly
2113 escape ( and ) args. Also use it on {} and ; args in default
2114 value of find-ls-option string.
2115 (find-grep-dired): Use shell-quote-argument on {} and ; args.
2116
2117 2006-08-27 Michael Olson <mwolson@gnu.org>
2118
2119 * emacs-lisp/tq.el: Small grammar fix in comments.
2120 (tq-enqueue): Check for existence of queue rather than the
2121 head queue item's question, which was a no-op.
2122 (tq-filter, tq-process-buffer): Make sure the process buffer
2123 exists before making it the current buffer.
2124
2125 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2126
2127 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
2128 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
2129 (special-event-map): Apply 2006-08-16 change for x-win.el.
2130
2131 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2132
2133 * progmodes/python.el (python-send-receive): Wait in the
2134 process's buffer so as to check the right buffer-local variables.
2135
2136 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2137
2138 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
2139 (defgroup checkdoc): Move to beginning.
2140
2141 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
2142 (python-preoutput-continuation): Remove.
2143 (python-preoutput-filter): Simplify correspondingly.
2144 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
2145 Loop around to catch embedded _emacs_out output.
2146 (run-python): Send the import&print command on a single line.
2147 (python-send-command): Send command&print on a single line.
2148 (python-send-string): Only add double \n if needed.
2149 (python-send-receive): Loop until the result comes.
2150 (python-mode-running): Defvar it.
2151 (python-setup-brm): Remove unused var `menu'.
2152 Only bind py-mode-map and `features' around brm-init.
2153 (python-calculate-indentation): Remove unused var `point'.
2154 (python-beginning-of-defun): Remove unused var `def-line'.
2155
2156 2006-08-25 Richard Stallman <rms@gnu.org>
2157
2158 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
2159
2160 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
2161
2162 * viper.el (viper-set-hooks): Use frame bindings for
2163 viper-vi-state-cursor-color.
2164 (viper-non-hook-settings): Don't set default
2165 mode-line-buffer-identification.
2166
2167 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
2168 (viper-set-cursor-color-according-to-state)
2169 (viper-get-saved-cursor-color-in-replace-mode)
2170 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
2171 viper-emacs-state-cursor-color.
2172
2173 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
2174 (viper-undo): Use point if undo-beg-posn is nil.
2175 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
2176 (viper-after-change-undo-hook): Don't use
2177 viper-emacs-state-cursor-color by default.
2178 (viper-undo): More sensible positioning after undo.
2179
2180 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
2181 (viper-emacs-state-cursor-color): Default to nil, since this feature
2182 doesn't work well yet.
2183
2184 * ediff-mult.el (ediff-intersect-directories)
2185 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
2186 always expand filenames.
2187
2188 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2189
2190 * tumme.el: Remove * in defcustoms's docstrings.
2191
2192 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
2193
2194 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
2195 Accept internal time format for SECS arg.
2196 (timer-relative-time): Doc fix.
2197
2198 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
2199 adapted from Martin Rudalics.
2200 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
2201 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
2202 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
2203 using sit-for.
2204
2205 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
2206
2207 * cus-start.el (all): Add `overline-margin' and
2208 `x-underline-at-descent-line'.
2209
2210 2006-08-24 Kim F. Storm <storm@cua.dk>
2211
2212 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
2213 to mean "use find -exec"; nil now unambiguously means auto-detect.
2214 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
2215 Use shell-quote-argument to build grep-find-command and
2216 grep-find-template.
2217 (rgrep): Use shell-quote-argument to properly quote arguments to find.
2218 Reported by Tom Seddon.
2219
2220 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
2221
2222 * startup.el (fancy-splash-head): Give instructions for dismissing
2223 the splash screen for default startup too.
2224 (display-startup-echo-area-message, fancy-splash-screens)
2225 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
2226 all splash text at once and keep the splash buffer around.
2227 (command-line-1): Give display-startup-echo-area-message a t arg.
2228
2229 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
2230
2231 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
2232 gnus frame is selected.
2233
2234 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
2235
2236 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
2237
2238 2006-08-22 Kim F. Storm <storm@cua.dk>
2239
2240 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
2241 Add suffix matching for subdirs.
2242
2243 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
2244
2245 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
2246 mouse-yank-at-point is non-nil.
2247
2248 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
2249
2250 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
2251 a bit wider and remove fringes to fit initial output on line.
2252
2253 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2254
2255 * frame.el (blink-cursor-end): Only ignore the error we care about.
2256 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
2257
2258 2006-08-21 Richard Stallman <rms@gnu.org>
2259
2260 * whitespace.el (whitespace-cleanup): Doc fix.
2261
2262 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
2263
2264 * net/rcirc.el (rcirc-show-maximum-output): New var.
2265 (rcirc-buffer-process): If no buffer argument is supplied, use
2266 current-buffer.
2267 (rcirc-complete-nick): Complete to the last completed nick first.
2268 (rcirc-mode): Preserve the value of `rcirc-urls' across
2269 connections. Setup scroll function.
2270 (rcirc-scroll-to-bottom): New function.
2271 (rcirc-print): Use nick syntax around regexp work.
2272 Notice dim-nicks speaking only if they say our nick.
2273 (rcirc-update-activity-string): Do not show the modeline indicator
2274 if there are no live rcirc processes.
2275 (rcirc-cmd-ignore): Ignore case.
2276 (rcirc-browse-url-at-point): Fix off-by-one error.
2277
2278 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
2279
2280 * progmodes/python.el: Remove * in defcustom docstrings.
2281 (run-python, python-proc, python-try-complete): Use derived-mode-p.
2282 (python-mode): Set tab-width and indent-tabs-mode.
2283
2284 2006-08-20 Dave Love <fx@gnu.org>
2285
2286 * progmodes/python.el: Update to Dave Love's latest version.
2287 (python-font-lock-keywords, python-mode): Don't use
2288 font-lock-syntax-table, but match symbol elements explicitly instead.
2289 (python-mode-map): Add help, and a few more key bindings.
2290 (python-skip-comments/blanks): Move out of comments as well.
2291 (python-continuation-line-p): Behave better with unbalanced parens.
2292 (python-blank-line-p): New fun.
2293 (python-open-block-statement-p): Don't use a heuristic.
2294 (python-outdent-p): Better handle blocks-in-the-same-line.
2295 (python-calculate-indentation): Misc improvements.
2296 (python-comment-indent): Remove.
2297 (python-block-pairs): New var.
2298 (python-first-word): New fun.
2299 (python-indentation-levels): Handle more common cases.
2300 (python-indent-line-1): Add `leave' argument.
2301 (python-indent-region): New fun.
2302 (python-skip-out): New fun.
2303 (python-beginning-of-statement, python-end-of-statement): Use it.
2304 (python-next-statement): Return correct count even at eob.
2305 (python-end-of-block): Fix paren-typo.
2306 (python-imenu-create-index): Add module variables.
2307 (run-python): Add `new' arg.
2308 Check we're at a prompt before returning.
2309 (python-send-command): Move to end of buffer.
2310 Wait for prompt to return.
2311 (python-set-proc): New fun.
2312 (python-imports): New var.
2313 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
2314 (python-eldoc-function): Try to move out of arg list.
2315 (python-outline-level): Offset by 1.
2316 (python-find-imports): New fun.
2317 (python-symbol-completions): Use python-imports.
2318 (python-module-path, ffap-alist): Add support for ffap.
2319 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
2320 (python-insert-*, python-default-template, python-expand-template):
2321 Add templates/skeletons.
2322 (python-setup-brm): Support for Bicycle Repair Man.
2323 (python-abbrev-syntax-table): New var.
2324 (python-abbrev-pc-hook, python-pea-hook): New funs.
2325
2326 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
2327
2328 * frame.el (blink-cursor-start): Set timer first.
2329 (blink-cursor-end): Ignore timer cancelling errors.
2330 Suggested by Ken Manheimer.
2331
2332 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
2333
2334 * newcomment.el (comment-box): Call `comment-normalize-vars'.
2335 Add autoload cookie.
2336
2337 2006-08-20 Richard Stallman <rms@gnu.org>
2338
2339 * simple.el (line-number-at-pos): Doc fix.
2340
2341 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
2342 timer-activate-when-idle, so timer can run before Emacs becomes
2343 non-idle again.
2344
2345 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
2346
2347 * whitespace.el (whitespace-cleanup-internal): New optional arg
2348 REGION-ONLY. If it's non-nil, modify the message to the user
2349 accordingly.
2350 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
2351 a non-nil argument.
2352
2353 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
2354
2355 * rect.el (spaces-string): Simplify and add doc string.
2356
2357 2006-08-17 Romain Francoise <romain@orebokech.com>
2358
2359 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
2360
2361 2006-08-17 Richard Stallman <rms@gnu.org>
2362
2363 * compare-w.el (compare-windows): lambda's take an arg and pass
2364 it to compare-windows-skip-whitespace.
2365
2366 2006-08-17 Martin Rudalics <rudalics@gmx.at>
2367
2368 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
2369 the right buffer.
2370
2371 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
2372
2373 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
2374 removed files.
2375
2376 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
2377
2378 * progmodes/gdb-ui.el (gdb-locals-watch-map)
2379 (gdb-locals-watch-map-1): Suppress keymap first.
2380 (gdb-edit-locals-map-1): New variable.
2381 (gdb-edit-locals-value): New function.
2382 (gdb-stack-list-locals-handler): Use them.
2383
2384 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2385
2386 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
2387 cursor would normally be drawn in the fringe.
2388
2389 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
2390 Reported by Martin Rudalics <rudalics@gmx.at>.
2391
2392 2006-08-16 Richard Stallman <rms@gnu.org>
2393
2394 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
2395 (special-event-map): Process drag-n-drop events this way.
2396
2397 * simple.el (move-beginning-of-line): Test whether fields
2398 would prevent motion back to line's first visible character.
2399 If so, stop where the fields would stop the motion.
2400
2401 * newcomment.el (comment-indent): Fully update INDENT
2402 before checking to see if it will change the text.
2403
2404 * cus-edit.el (custom-newline): New function.
2405 (custom-mode-map): Bind newline to custom-newline.
2406
2407 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
2408 into ignore-whitespace.
2409 Check each buffer for its skip-function.
2410 Handle compare-windows-skip-whitespace special-case test
2411 by returning t from default skip function.
2412
2413 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
2414
2415 * textmodes/org.el (org-clock-special-range)
2416 (org-clock-update-time-maybe): New functions.
2417 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
2418 not only a-z.
2419 (org-agenda-get-blocks): Allow multiple blocks per headline.
2420 (org-timestamp-change): Call `org-clock-update-time-maybe'.
2421 (org-export-html-title-format)
2422 (org-export-html-toplevel-hlevel): New options.
2423 (org-export-language-setup): Add support for Czech.
2424 (org-mode, org-insert-todo-heading, org-find-visible)
2425 (org-find-invisible, org-invisible-p, org-invisible-p2)
2426 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
2427 (org-show-subtree, org-show-entry, org-make-options-regexp):
2428 Remove compatibility support for old outline-mode.
2429 (org-check-occur-regexp): Funtion removed.
2430 (org-on-heading-p, org-back-to-heading): Made defalias.
2431 (org-set-local): New defsubst.
2432 (org-set-regexps-and-options, org-mode)
2433 (org-set-font-lock-defaults, org-edit-agenda-file-list)
2434 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
2435 (org-remember-apply-template, org-table-edit-field)
2436 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
2437 (org-set-autofill-regexps): Use `org-set-local'.
2438 (org-table-eval-formula): Fix bug with parsing of display flags.
2439
2440 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
2441
2442 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
2443 frame with fringe arrow. Suggested by Simon Marshall
2444 <simon.marshall@misys.com>.
2445 (gdb-stack-position): New variable.
2446 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
2447 (gdb-frames-mode): Set gdb-stack-position to nil.
2448 Add to overlay-arrow-variable-list
2449 (gdb-reset): Delete gdb-stack-position from above list.
2450
2451 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2452
2453 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
2454 read only.
2455
2456 2006-08-13 Romain Francoise <romain@orebokech.com>
2457
2458 * cus-theme.el (customize-create-theme)
2459 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
2460
2461 * filesets.el (filesets-add-buffer): Ditto.
2462
2463 * pcvs.el (cvs-change-cvsroot): Ditto.
2464
2465 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
2466
2467 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
2468 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
2469 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
2470 expressions.
2471 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
2472 Only search till end of line.
2473 Add face to function names in case of no filename.
2474 Add face to variable names of watchpoints.
2475
2476 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
2477
2478 * cus-start.el <indent-tabs-mode>: Move to the `indent'
2479 customization group.
2480
2481 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
2482
2483 * allout.el (allout-prior-bindings, allout-added-bindings):
2484 Remove, after long deprecation.
2485 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
2486 Add customization vars controlling allout-beginning-of-line and
2487 allout-end-of-line conveniences.
2488 (allout-header-prefix, allout-use-mode-specific-leader)
2489 (allout-use-mode-specific-leader, allout-mode-leaders):
2490 Revise docstrings.
2491 (allout-infer-header-lead): Change to be an alias for
2492 allout-infer-header-lead-and-primary-bullet.
2493 (allout-infer-header-lead-and-primary-bullet): New version of
2494 allout-infer-header-lead which assigns the primary bullet to the
2495 same as the header lead, when its being changed.
2496 (allout-infer-body-reindent): Apply regexp-quote instead of
2497 unconditionally prepending "\\", so that all literal
2498 allout-header-prefix and allout-primary-bullet strings are
2499 properly handled.
2500 (allout-add-resumptions): Add optional qualifier for extending or
2501 appending to existing values, rather than replacing them.
2502 (allout-view-change-hook): Clarify docstring.
2503 (allout-exposure-change-hook): Take explicit arguments, via
2504 run-hook-with-args.
2505 (allout-structure-added-hook)
2506 (allout-structure-deleted-hook)
2507 (allout-structure-shifted-hook): New hooks analogous to
2508 allout-exposure-change-hook for other kinds of structural outline
2509 edits.
2510 (allout-encryption-plaintext-sanitization-regexps): New encryption
2511 customization variable, by which cooperating modes can provde
2512 massage of the plaintext without actually being passed it.
2513 (allout-encryption-ciphertext-rejection-regexps)
2514 (allout-encryption-ciphertext-rejection-ceiling): New encryption
2515 customization variables, by which cooperating modes can prohibit
2516 rare but possible ciphertext patterns from fouling their
2517 operation, with actually being passed the ciphertext.
2518 (allout-mode): Run activation and deactivation hooks after the
2519 minor-mode variable has been toggled, to clarify the mode
2520 disposition. The new encryption ciphertext rejection variable is
2521 used to ensure that the ciphertext does not contain text that
2522 would be recognized as outline structural elements by allout.
2523 Substite allout-beginning-of-line and allout-end-of-line for
2524 conventionall beginning-of-line and end-of-line bindings.
2525 If allout-old-style-prefixes is non-nil, don't nullify it on mode
2526 activation!
2527 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
2528 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
2529 (allout-chart-subtree): Implement new mode, charting only the
2530 visible items in the subtree, when new 'visible' parameter is non-nil.
2531 (allout-end-of-subtree): Properly handle the last item in the buffer.
2532 (allout-pre-command-business, allout-command-counter):
2533 Increment an advertised counter so that cooperating enhancements can
2534 track revisions of items.
2535 (allout-open-topic): Run allout-structure-added-hook with suitable
2536 arguments.
2537 (allout-shift-in): Run allout-structure-shifted-hook with suitable
2538 arguments.
2539 (allout-shift-out): Fix doubling for negative args and ensure call
2540 of allout-structure-shifted-hook by solely using allout-shift-in.
2541 (allout-kill-line, allout-kill-topic):
2542 Run allout-structure-deleted-hook with suitable arguments.
2543 (allout-yank-processing): Run allout-structure-added-hook with
2544 proper arguments.
2545 (allout-yank): Enclose activity in allout-unprotected.
2546 (allout-flag-region): Run allout-exposure-change-hook with
2547 suitable arguments, instead of making the callee infer the arguments.
2548 (allout-encrypt-string):
2549 Support allout-encryption-plaintext-sanitization-regexps,
2550 allout-encryption-ciphertext-rejection-regexps, and
2551 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
2552 en/de cryption mode in symmetric encryption failure message.
2553 (allout-obtain-passphrase): Use copy-sequence to get a distinct
2554 copy of the passphrase, and don't zero it or we'll corrupt the
2555 stashed copy.
2556 (allout-create-encryption-passphrase-verifier)
2557 (allout-verify-passphrase): Respect the new signature for
2558 allout-encrypt-string.
2559 (allout-get-configvar-values): Convenience for getting a
2560 configuration variable value and handling its absence gracefully.
2561
2562 2006-08-11 Romain Francoise <romain@orebokech.com>
2563
2564 * obsolete/zone-mode.el: Delete.
2565
2566 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2567
2568 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
2569
2570 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
2571
2572 * emacs-lisp/bindat.el (bindat-ip-to-string):
2573 Use `format-network-address' if possible.
2574
2575 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2576
2577 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
2578
2579 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
2580
2581 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
2582 restore unread-command-events here.
2583 (edebug-display): Do it here, to detect sit-for interruptions.
2584
2585 2006-08-10 Romain Francoise <romain@orebokech.com>
2586
2587 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
2588 (dns-mode-soa-auto-increment-serial): New user option.
2589 (dns-mode-soa-maybe-increment-serial): New function.
2590 (dns-mode): Add the latter to `write-contents-functions'.
2591
2592 * obsolete/zone-mode.el: Move to obsolete/ from net/.
2593 Delete autoload cookies.
2594
2595 2006-08-10 John Wiegley <johnw@newartisans.com>
2596
2597 * eshell/em-glob.el (eshell-glob-chars-list)
2598 (eshell-glob-translate-alist): Add support for [^g] in character globs.
2599
2600 2006-08-10 Richard Stallman <rms@gnu.org>
2601
2602 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
2603 (facemenu-set-face): Doc fix.
2604 (facemenu-listed-faces): Doc fix.
2605
2606 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
2607
2608 * avoid.el (mouse-avoidance-animating-pointer): New var.
2609 (mouse-avoidance-nudge-mouse): Use it.
2610 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
2611 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
2612 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
2613 Don't activate if currently animating. All callers changed.
2614
2615 2006-08-09 John Wiegley <johnw@newartisans.com>
2616
2617 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
2618 variable, which causes timeclock to report elapsed time worked,
2619 instead of just work remaining.
2620
2621 2006-08-09 Kenichi Handa <handa@m17n.org>
2622
2623 * international/latexenc.el (latexenc-find-file-coding-system):
2624 Fix for the case that the 2nd element of arg-list is a cons.
2625
2626 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
2627
2628 * info.el (Info-fontify-node): Handle preceding `in' for note
2629 reference hiding rules.
2630
2631 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2632
2633 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
2634 mistake a closing " for an opening one.
2635
2636 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2637
2638 * term/xterm.el (terminal-init-xterm): Add more key bindings.
2639
2640 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
2641
2642 * complete.el (PC-do-completion): Filter out completions matching
2643 completion-ignored-extensions before checking whether there are
2644 multiple completions.
2645 Don't use `list' unnecessarily when building completion tables.
2646
2647 2006-08-06 Richard Stallman <rms@gnu.org>
2648
2649 * help.el (describe-mode): Make minor mode list more concise.
2650
2651 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
2652
2653 * bindings.el: Give mode-line-format, mode-line-modes, and
2654 mode-line-position `standard-value' properties.
2655
2656 2006-08-05 Eli Zaretskii <eliz@gnu.org>
2657
2658 * buff-menu.el (list-buffers-noselect): For Info buffers, use
2659 "(file)node" instead of the file name.
2660
2661 2006-08-05 Richard Stallman <rms@gnu.org>
2662
2663 * faces.el (escape-glyph): Doc fix.
2664
2665 2006-08-04 Kenichi Handa <handa@m17n.org>
2666
2667 * international/mule-diag.el (describe-font): Improve docstring
2668 and error message. Use frame-parameter (not frame-parameters).
2669
2670 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
2671
2672 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
2673 Correctly mark the end-of-docstring char.
2674
2675 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
2676
2677 * simple.el (line-move-to-column): Constrain move-to-column to
2678 current field.
2679
2680 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
2681
2682 * font-lock.el (font-lock-beg, font-lock-end)
2683 (font-lock-extend-region-functions): New vars.
2684 (font-lock-extend-region-multiline)
2685 (font-lock-extend-region-wholelines): New functions.
2686 (font-lock-default-fontify-region): Use them.
2687 (font-lock-extend-jit-lock-region-after-change): Only round up
2688 if font-lock-default-fontify-region will do it as well.
2689
2690 * font-lock.el (font-lock-extend-after-change-region-function):
2691 Rename from font-lock-extend-region-function.
2692 (font-lock-extend-region): Remove by inlining at call sites.
2693 (font-lock-after-change-function): Don't needlessly round up to a whole
2694 number of lines.
2695 (font-lock-extend-jit-lock-region-after-change): Be more careful about
2696 the boundary conditions and the interactions between the various ways
2697 to extend the region.
2698
2699 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2700
2701 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
2702 modification status when forcing the second redisplay.
2703
2704 2006-08-03 Kim F. Storm <storm@cua.dk>
2705
2706 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
2707
2708 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2709
2710 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
2711 doesn't look like a file name.
2712
2713 * complete.el (PC-expand-many-files): Avoid signalling an error when
2714 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
2715
2716 2006-08-02 Andreas Schwab <schwab@suse.de>
2717
2718 * bindings.el (mode-line-format): Simplify reference to vc-mode.
2719
2720 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
2721
2722 * bindings.el (map): Make mode-line-buffer-identification-keymap
2723 before defining propertized-buffer-identification.
2724
2725 2006-08-01 Richard Stallman <rms@gnu.org>
2726
2727 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
2728
2729 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
2730
2731 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
2732 default value.
2733 (gdb-find-source-frame): New function.
2734 (menu): Add to menu bar.
2735
2736 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
2737
2738 * font-core.el (font-lock-extend-region-function)
2739 (font-lock-extend-region): Move to font-lock.el.
2740
2741 * font-lock.el (font-lock-extend-region-function)
2742 (font-lock-extend-region): Move from font-core.el. Simplify.
2743
2744 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
2745 if needed.
2746 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
2747 (jit-lock-after-change-extend-region-functions): New hook.
2748 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
2749
2750 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
2751 (font-lock-turn-on-thing-lock): Use it.
2752
2753 * longlines.el (longlines-show-region): Make it work on read-only
2754 buffers as well.
2755
2756 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
2757
2758 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
2759
2760 2006-07-31 Richard Stallman <rms@gnu.org>
2761
2762 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
2763 (vhdl-speedbar-display-projects): Update old obsolete
2764 speedbar variable names.
2765
2766 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
2767
2768 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
2769 (gdb-stopped): Use it.
2770
2771 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
2772
2773 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
2774
2775 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
2776 for load-history elements.
2777
2778 2006-07-29 Eli Zaretskii <eliz@gnu.org>
2779
2780 * files.el (convert-standard-filename): For Cygwin, replace
2781 characters not allowed in Windows file names.
2782 (make-auto-save-file-name): Add Cygwin to the list of systems
2783 where the auto-save file name needs to be run through
2784 convert-standard-filename.
2785
2786 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
2787
2788 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
2789
2790 2006-07-28 Richard Stallman <rms@gnu.org>
2791
2792 * bindings.el (mode-line-frame-identification)
2793 (propertized-buffer-identification): Centralize the code
2794 to initialize the variable.
2795
2796 * progmodes/grep.el (grep-default-command): Catch errors from
2797 wildcard-to-regexp.
2798
2799 2006-07-29 Kim F. Storm <storm@cua.dk>
2800
2801 * progmodes/grep.el (grep-tag-default): New function.
2802 (grep-default-command, grep-read-regexp): Use it.
2803 (grep-read-files): Use car of grep-files-history or grep-files-aliases
2804 as default if nothing else applies.
2805
2806 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
2807
2808 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
2809 Throw error if buffer is not in Dired and Wdired mode, respectively.
2810
2811 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
2812
2813 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
2814 self-insert-command keys don't activate buttons.
2815 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
2816
2817 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
2818
2819 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
2820 faces for enable character.
2821
2822 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
2823
2824 * Makefile.in (recompile): Update comment to reflect change
2825 on 2004-04-21.
2826
2827 2006-07-27 Richard Stallman <rms@gnu.org>
2828
2829 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
2830 (customize-package-emacs-version): Change msg when pkg has no entry.
2831 (custom-no-edit): On a button, do like widget-button-press.
2832
2833 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2834
2835 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
2836 S-tab and C-S-tab.
2837
2838 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
2839
2840 * progmodes/which-func.el (which-function): Fix documentation/
2841 comment typo.
2842
2843 2006-07-26 Richard Stallman <rms@gnu.org>
2844
2845 * textmodes/ispell.el (ispell-word): If we replace the word,
2846 move point to the end. Insert before deleting.
2847
2848 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
2849
2850 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
2851 a timer.
2852
2853 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
2854
2855 * tumme.el (tumme-backward-image): Add prefix argument. Add error
2856 when at first image.
2857 (tumme-forward-image): Add prefix argument. Add error when at last
2858 image.
2859
2860 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2861
2862 * tabify.el (tabify-regexp): Use more specific regexps.
2863 (tabify): Avoid modifying the buffer unnecessarily.
2864
2865 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
2866
2867 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
2868 (tumme-format-properties-string): Handle empty `buf'.
2869 (tumme-get-comment): Change variable names inside `let'.
2870 Add missing `let' variable that cause font-lock problems.
2871 (tumme-write-comments): Change variable names inside `let'.
2872 Add missing `let' variable that cause font-lock problems.
2873 (tumme-forward-image): Rename from `tumme-forward-char'.
2874 (tumme-backward-image): Rename from `tumme-backward-char'.
2875
2876 2006-07-25 Masatake YAMATO <jet@gyve.org>
2877
2878 * progmodes/ld-script.el (ld-script-keywords)
2879 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
2880 and add comments.
2881
2882 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
2883
2884 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
2885 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
2886 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
2887 for status indicator.
2888
2889 2006-07-24 Richard Stallman <rms@gnu.org>
2890
2891 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
2892
2893 * subr.el (dolist, dotimes): Use interned symbols for locals.
2894 (--dotimes-limit--, --dolist-tail--): New defvars.
2895 (looking-back): Doc fix.
2896
2897 * replace.el (replace-match-string-symbols): Handle dotted lists.
2898
2899 2006-07-24 mathias <mathias@mattis>
2900
2901 * tumme.el (tumme-write-tags): Add.
2902 (tumme-write-comments): Add.
2903 (tumme-tag-files): Change to use `tumme-write-tags'.
2904 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
2905 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
2906 (tumme-save-information-from-widgets): Change to use
2907 `tumme-write-comments' and `tumme-write-tags'.
2908 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
2909 (tumme-write-tag): Remove.
2910 (tumme-write-comment): Remove.
2911 (tumme-display-previous-thumbnail-original): Remove empty line.
2912 (tumme-widget-list): Add punctuation.
2913
2914 2006-07-24 mathias <mathias.dahl@gmail.com>
2915
2916 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
2917
2918 2006-07-24 Daiki Ueno <ueno@unixuser.org>
2919
2920 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
2921 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
2922 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
2923
2924 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
2925
2926 * mouse.el (mouse-on-link-p): Doc fix.
2927
2928 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
2929
2930 * emacs-lisp/find-func.el (find-function-search-for-symbol):
2931 Handle "C-h f `".
2932
2933 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
2934
2935 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
2936 column.
2937
2938 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
2939
2940 * textmodes/table.el: Add move-beginning-of-line and
2941 move-end-of-line to Point Motion Only Group.
2942
2943 2006-07-22 Eric Hanchrow <offby1@blarg.net>
2944
2945 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
2946
2947 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2948
2949 * startup.el (user-mail-address): Initialize from the `EMAIL'
2950 environment variable first. Document this.
2951 (command-line): Ditto.
2952
2953 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
2954
2955 * help-mode.el (help-function-def, help-variable-def)
2956 (help-face-def): Print a message in the minibuffer.
2957
2958 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
2959
2960 * term/xterm.el (terminal-init-xterm): Fix key bindings
2961 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
2962
2963 2006-07-21 Eli Zaretskii <eliz@gnu.org>
2964
2965 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
2966 where `(nth 1 command)' is a cons cell. Doc fix.
2967
2968 * textmodes/po.el (po-find-charset): Doc fix.
2969
2970 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
2971
2972 * allout.el (allout-unprotected, allout-e-o-prefix-p)
2973 (allout-beginning-of-current-line, allout-end-of-current-line)
2974 (allout-next-visible-heading, allout-open-topic)
2975 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
2976 (allout-flag-current-subtree, allout-show-to-offshoot)
2977 (allout-hide-current-entry, allout-show-current-branches)
2978 (allout-hide-region-body, allout-old-expose-topic)
2979 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
2980 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
2981 containing `beginning-of-line' and `end-of-line' with
2982 `inhibit-field-text-motion' t.
2983
2984 2006-07-21 Eli Zaretskii <eliz@gnu.org>
2985
2986 * frame.el (focus-follows-mouse): Document that it doesn't have
2987 any effect on MS-Windows.
2988
2989 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
2990
2991 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
2992
2993 2006-07-20 Jay Belanger <belanger@truman.edu>
2994
2995 * calc.el (calc-previous-alg-entry): Remove variable.
2996
2997 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
2998 New variables.
2999 (calc-alg-entry): Use `calc-alg-entry-history'.
3000 (calc-do-quick-calc): Use `calc-quick-calc-history'.
3001 Remove reference to `calc-previous-alg-entry'.
3002 (calcAlg-edit, calcAlg-enter): Remove reference to
3003 `calc-previous-alg-entry'.
3004 (calcAlg-previous): Use `previous-history-element' instead of
3005 `calc-previous-alg-entry'.
3006 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
3007 Change keybinding for `calcAlg-plus-minus', add keybindings for
3008 `previous-history-element' and `next-history-element'.
3009
3010 * calc-rewr.el (calc-match): Remove reference to
3011 `calc-previous-alg-entry'.
3012
3013 * calc-sel.el (calc-selection-history): New variable.
3014 (calc-enter-selection, calc-sel-mult-both-sides)
3015 (calc-sel-add-both-sides): Use `calc-selection-history'.
3016
3017 * calc-map.el (calc-get-operator-history): New variable.
3018 (calc-get-operator): Use `calc-get-operator-history'.
3019
3020 * calcalg3.el (calc-curve-fit-history): New variable.
3021 (calc-curve-fit): Use `calc-curve-fit-history'.
3022
3023 2006-07-20 Kenichi Handa <handa@m17n.org>
3024
3025 * international/mule-cmds.el (select-safe-coding-system): Fix the
3026 way of deciding eol-type of the coding system.
3027
3028 2006-07-20 Alan Mackenzie <acm@muc.de>
3029
3030 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
3031 (c-lang-setvar): New macro.
3032 (c-make-init-lang-vars-fun): Use the initialization forms in
3033 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
3034 (comment-start, comment-end, comment-start-skip): Change these from
3035 c-lang-defvar's to c-lang-setvar's.
3036
3037 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
3038 which calls make-local-variable on the elements of
3039 c-emacs-variable-inits.
3040 (c-init-language-vars-for): Call this new macro.
3041
3042 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
3043
3044 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
3045 Try to rule out false positives due to time stamps.
3046 (compilation-mode-font-lock-keywords): Remove rules made redundant
3047 because of the above change. Add `segmentation fault' to the known and
3048 highlighted compilation termination messages.
3049
3050 2006-07-19 Kim F. Storm <storm@cua.dk>
3051
3052 * progmodes/grep.el (grep-find-ignored-directories):
3053 Add .svn and _darcs to list.
3054
3055 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
3056
3057 * dired.el (dired-mode-map): Add key binding `C-te' for
3058 `tumme-dired-edit-comment-and-tags'.
3059
3060 * tumme.el (tumme-display-thumbnail-original-image): Make sure
3061 image display buffer is displayed before call to
3062 `tumme-display-image.
3063 (tumme-dired-display-image): Make sure image display buffer is
3064 displayed before call to `tumme-display-image.
3065 (tumme-mouse-display-image): Make sure image display buffer is
3066 displayed before call to `tumme-display-image.
3067 (tumme-widget-list): Add.
3068 (tumme-dired-edit-comment-and-tags): Add.
3069 (tumme-save-information-from-widgets): Add.
3070
3071 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
3072
3073 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
3074
3075 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
3076
3077 * progmodes/sh-script.el (sh-font-lock-keywords-1):
3078 Revert inadvertently installed patch hunk.
3079
3080 * progmodes/compile.el (compilation-find-file): Handle the
3081 cases where the user selects a non-existent file.
3082
3083 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
3084
3085 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
3086
3087 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
3088
3089 * subr.el (sit-for): Just sleep-for if noninteractive.
3090
3091 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
3092
3093 * emacs-lisp/autoload.el (make-autoload): Use new arg.
3094
3095 * custom.el (custom-autoload): Add `noset' argument.
3096 (custom-push-theme): Don't autoload the variable, let callers do it.
3097 (custom-theme-set-variables): Autoload the variable if necessary.
3098
3099 * cus-edit.el (custom-variable-state-set): If the variable was
3100 originally set outside custom, but to the same value as the default,
3101 consider it to be standard.
3102
3103 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
3104 file *before* telling Emacs to add the autoloads, in case it fails.
3105
3106 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
3107 Use `cond', push', and `dolist'.
3108
3109 2006-07-17 Richard Stallman <rms@gnu.org>
3110
3111 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
3112 Add defvars to silence warnings.
3113
3114 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
3115
3116 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3117 Don't highlight "Compiling file" messages as error.
3118
3119 * dired-aux.el (dired-compress-file): Confirm again if gzipped
3120 file already exists.
3121
3122 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
3123
3124 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
3125 entry, don't assign to free var; simply return the extracted filename.
3126 (ff-treat-as-special): Incorporate common preamble from callers.
3127 (ff-other-file-name, ff-find-the-other-file):
3128 Update call to ff-treat-as-special.
3129
3130 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
3131
3132 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
3133
3134 * tumme.el (tumme-get-comment): Fix bug.
3135
3136 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
3137
3138 * files.el: Remove spurious * in docstrings.
3139
3140 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
3141
3142 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
3143 grammar.
3144 (allout-beginning-of-current-line): Beware beginning of buffer.
3145 Also, a comment is simplified.
3146 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
3147 when appropriate. (This fix enables use for other than
3148 bullet-hotspot operation.)
3149 (allout-hide-current-subtree): While escalating to sibling-close,
3150 make sure to situate on a topic.
3151
3152 2006-07-14 Kim F. Storm <storm@cua.dk>
3153
3154 * emulation/cua-base.el (cua-delete-selection)
3155 (cua-toggle-set-mark): New defcustoms.
3156 (cua-rectangle-modifier-key): Add `alt' modifier.
3157 (cua-replace-region): Don't delete if cua-delete-selection is nil.
3158 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
3159 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
3160
3161 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
3162
3163 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
3164
3165 * allout.el: Require 'cl during byte-compilation/interactive load,
3166 for the `assert' macro.
3167 (allout-mode-deactivate-hook): New hook, run when allout mode
3168 deactivates.
3169 (allout-developer): New allout customization subgroup.
3170 (allout-run-unit-tests-on-load): New allout-developer
3171 customization variable, when true allout unit tests are run towards
3172 end of file load/eval.
3173 (allout-inhibit-auto-fill): Disable auto-fill activity even during
3174 auto-fill-mode.
3175 (allout-resumptions): Remove, to be replaced by...
3176 (allout-add-resumptions): Register variable settings to be
3177 reinstated by `allout-do-resumptions'. The settings are made
3178 buffer-local, but the locality/globality of the suspended setting
3179 is restored on resumption.
3180 (allout-do-resumptions): Reinstate all settings suspended using
3181 `allout-add-resumptions'.
3182 (allout-test-resumptions): Unit tests (and intermediate variables)
3183 for resumptions.
3184 (allout-tests-globally-unbound, allout-tests-globally-true)
3185 (allout-tests-locally-true): Intermediate variables for
3186 resumptions unit tests.
3187 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
3188 (allout-exposure-category): Replaces 'allout-overlay-category variable.
3189 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
3190 instead of retired `allout-resumptions'. For hook functions, use
3191 `local' parameter so hook settings are created and removed as
3192 buffer-local settings. Revise (resumptions) setting
3193 auto-fill-function so it is set only if already active. (The
3194 related fill-function settings are all made in either case, so
3195 that activating auto-fill-mode activity will have the custom
3196 allout-mode behaviors (hanging indent on topics, if configured for it).
3197 Remove all allout-exposure-category overlays on mode deactivation.
3198 (allout-hotspot-key-handler): New function extracted from
3199 `allout-pre-command-business', so the functionality can be used
3200 for other purposes, eg as a binding in an overlay.
3201 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
3202 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
3203 customization variable.
3204 (allout-run-unit-tests): Run the (currently quite small)
3205 repertoire of unit tests. Called just before the provide iff user
3206 has customized `allout-run-unit-tests-on-load' non-nil.
3207
3208 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
3209
3210 * emacs-lisp/authors.el (authors-aliases): Update.
3211
3212 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
3213
3214 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
3215 gdb-source-window. Add dedicated argument.
3216 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
3217 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
3218 (gdb-display-threads-buffer, gdb-display-memory-buffer)
3219 (gdb-display-locals-buffer): Use it.
3220
3221 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
3222 Set gdb-source-window.
3223
3224 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
3225
3226 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
3227 minor modes, redundant with the custom-autoload line above.
3228
3229 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
3230
3231 * longlines.el (longlines-post-command-function): Handle open-line too.
3232
3233 2006-07-12 Richard Stallman <rms@gnu.org>
3234
3235 * progmodes/grep.el (grep-last-buffer): Doc fix.
3236
3237 * info.el (Info-try-follow-nearest-node): Doc fix.
3238
3239 * emacs-lisp/edebug.el (edebug-instrument-function):
3240 Err if find-function-noselect gives no position.
3241
3242 * emacs-lisp/find-func.el (find-function-search-for-symbol):
3243 If can't find definition, return nil for position.
3244 (find-function-do-it): Handle new return value
3245 of find-definition-noselect.
3246 (find-definition-noselect, find-variable-noselect): Doc fix.
3247 (find-function-noselect): Doc fix.
3248
3249 * help-mode.el (help-variable-def): Handle find-variable-noselect
3250 returning no position.
3251 (help-function-def): Likewise for find-function-search-for-symbol.
3252 (help-face-def): Likewise.
3253
3254 * help-fns.el (describe-variable): Handle find-variable-noselect
3255 returning no position.
3256
3257 * files.el (locate-file-completion): Avoid duplicates in result.
3258
3259 * cus-edit.el (custom-no-edit): New command.
3260 (custom-mode-map): Remap to custom-no-edit instead of
3261 using suppress-keymap.
3262
3263 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
3264
3265 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
3266 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
3267 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
3268
3269 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
3270
3271 2006-07-11 Kim F. Storm <storm@cua.dk>
3272
3273 * ido.el (ido-copy-current-file-name): Use buffer-name if
3274 buffer-file-name is nil.
3275
3276 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
3277
3278 * simple.el (undo-ask-before-discard): Set to nil.
3279
3280 * vc.el (vc-exec-after): Don't delete process manually.
3281 (vc-print-log): Run log-view-mode in process sentinel inside
3282 inhibit-read-only. Don't shrink window due to timing issues.
3283
3284 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
3285 Avoid using with-output-to-temp-buffer, which clobbers local vars.
3286
3287 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
3288
3289 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3290 Fix ambiguity introduced by last change.
3291 (compilation-find-file): Move save-excursion to where it may
3292 make sense. Fix a left over `find-file'.
3293
3294 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
3295
3296 * textmodes/texinfmt.el (texinfo-format-separate-node):
3297 Insert a string before point, which fits documentation, not after.
3298 (texinfo-multitable-item): In a multitable row, insert any
3299 additional needed @tabs and spaces.
3300
3301 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
3302
3303 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
3304 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
3305 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
3306 instead of shell-command.
3307 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
3308 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
3309 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
3310 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
3311 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
3312 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
3313
3314 2006-07-11 Kim F. Storm <storm@cua.dk>
3315
3316 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
3317 Remove special case for seconds < 0. Use (redisplay t) instead.
3318
3319 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
3320
3321 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
3322 avoid compilation error.
3323
3324 * subr.el (sit-for): New function.
3325
3326 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
3327
3328 2006-07-10 Richard Stallman <rms@gnu.org>
3329
3330 * ldefs-boot.el (edebug): Update page.
3331
3332 2006-07-10 Kim F. Storm <storm@cua.dk>
3333
3334 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
3335 to FOR-RELEASE and TODO.
3336
3337 2006-07-10 Romain Francoise <romain@orebokech.com>
3338
3339 * emacs-lisp/authors.el (authors-aliases): Update.
3340
3341 2006-07-10 Alan Mackenzie <acm@muc.de>
3342
3343 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
3344 * cc-mode.el: Changes to eradicate eval-after-load.
3345
3346 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
3347
3348 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
3349 on non-char events.
3350
3351 2006-07-09 Romain Francoise <romain@orebokech.com>
3352
3353 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3354 Don't highlight start/end markers as compilation messages.
3355
3356 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
3357 to t.
3358
3359 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
3360
3361 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
3362
3363 2006-07-08 Richard Stallman <rms@gnu.org>
3364
3365 * term/x-win.el (x-handle-display): Add doc string.
3366
3367 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3368
3369 * subr.el (def-edebug-spec): Move here.
3370 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
3371
3372 * imenu.el (imenu-choose-buffer-index): Doc fix.
3373
3374 2006-07-08 Romain Francoise <romain@orebokech.com>
3375
3376 * term/x-win.el (x-display-name): Fix typo.
3377
3378 2006-07-08 Eli Zaretskii <eliz@gnu.org>
3379
3380 * hexl.el (hexl-find-file): Doc fix.
3381
3382 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3383
3384 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
3385
3386 * term/x-win.el (x-display-name): Doc fix.
3387
3388 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
3389
3390 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
3391 long prefixes.
3392 (fill-region-as-paragraph): Don't round up to a whole line.
3393 (fill-comment-paragraph): Don't include the code-before-the-comment
3394 when calling fill-region-as-paragraph.
3395
3396 * international/mule.el (make-char): Remove redundancy.
3397
3398 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
3399 property may contain an anonymous function rather than a symbol.
3400
3401 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
3402
3403 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
3404 Use shy regexp. Fix incorrect backref to potentially unmatched group.
3405
3406 * dirtrack.el (dirtrack-default-directory-function): Remove.
3407 (dirtrack-directory-function): Use file-name-as-directory.
3408 (dirtrack-windows-directory-function): Simplify.
3409 (dirtrack-forward-slash, dirtrack-backward-slash)
3410 (dirtrack-replace-slash): Remove.
3411 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
3412 (dirtrack): Fix wrong parenthesizing; use match-string.
3413
3414 * progmodes/octave-inf.el: Remove spurious * in docstrings.
3415 (inferior-octave-mode): Only change the buffer-local value of
3416 comint-dynamic-complete-functions.
3417 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
3418 Move the initialization to the declaration.
3419 (inferior-octave-complete): Remove unused var `filter'.
3420
3421 * shell.el (shell-mode): Only change the buffer-local value of
3422 comint-dynamic-complete-functions.
3423
3424 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
3425
3426 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
3427 entry is skipped because it has been scheduled.
3428 (org-prepare-agenda-buffers): Don't mark buffers as modified when
3429 changing `:org-archived' and `:org-comment' properties.
3430
3431 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
3432
3433 * server.el (server-select-display): Don't make the temp frame
3434 minibuffer-only, in case it's not a temp frame.
3435 (server-process-filter): Don't delete the temp frame if it's the
3436 only one we have on that display.
3437
3438 * files.el (find-alternate-file): Doc fix.
3439
3440 2006-07-05 Richard Stallman <rms@gnu.org>
3441
3442 * files.el (abbreviate-file-name): Add save-match-data.
3443
3444 2006-07-03 Richard Stallman <rms@gnu.org>
3445
3446 * faces.el (read-face-name): Doc fix.
3447
3448 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
3449
3450 * net/goto-addr.el (goto-address): Mark as safe for local evals.
3451
3452 2006-07-05 Andre Spiegel <spiegel@gnu.org>
3453
3454 * vc.el (vc-diff-internal): Fix prev change.
3455
3456 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
3457
3458 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
3459 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
3460
3461 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
3462
3463 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
3464 fails if the symbol contains chars like ( or '.
3465 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
3466 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
3467 `short'.
3468
3469 2006-07-04 Kenichi Handa <handa@m17n.org>
3470
3471 * international/mule-cmds.el (set-language-info): If LANG-ENV is
3472 the current one, don't call set-language-environment, but call one
3473 of set-language-environment-XXX to make INFO effective now.
3474 (set-language-environment): Call set-language-environment-XXX
3475 functions instead of doing the various setups directly.
3476 (set-language-environment-coding-systems): Delete argument eol-type.
3477 (set-language-environment-input-method)
3478 (set-language-environment-nonascii-translation)
3479 (set-language-environment-charset)
3480 (set-language-environment-fontset)
3481 (set-language-environment-unibyte): New functions.
3482
3483 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
3484
3485 * locate.el (locate-update-when-revert): New option.
3486 (locate-update-path): New option (suggested by Michael Albinus).
3487 (locate-prompt-for-command): Whitespace change.
3488 (locate-update): No longer offer to update the locate database by
3489 default. Implement the two new options.
3490
3491 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
3492
3493 * tooltip.el: Move comment about track-mouse...
3494
3495 * progmodes/gud.el: ...to here.
3496
3497 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
3498
3499 * facemenu.el (facemenu-listed-faces): New var.
3500 (facemenu-unlisted-faces): Variable deleted.
3501 (facemenu-add-new-face): Use facemenu-listed-faces.
3502
3503 * emulation/viper-init.el, calendar/calendar.el:
3504 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
3505
3506 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
3507
3508 * textmodes/org.el (org-mode): Remove no invalid settings for
3509 calc embedded mode.
3510 (org-mode-p): New defsubst.
3511 (org-save-all-org-buffers): New function.
3512 (org-first-headline-recenter): Enclose outline-regexp in group
3513 delimiters.
3514 (org-set-tags): Keep single space after stars.
3515
3516 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
3517
3518 * window.el (set-window-text-height): Only set window-min-height to
3519 1 if that's the requested size.
3520
3521 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
3522 (diff-unified->context, diff-context->unified)
3523 (diff-reverse-direction): Make sure the end marker stays at the end.
3524 (diff-mode): Add the keymap table at the end of docstring.
3525 Use lexical-let rather than constructing a closure manually.
3526
3527 * files.el (find-file-noselect-1): Remove unused var assignment.
3528 (hack-local-variables-confirm): Print lists of strings as lists of
3529 strings rather than lists of symbols.
3530 (abbreviate-file-name, hack-local-variables-prop-line):
3531 Use match-string.
3532 (hack-one-local-variable): Move `make-local-variable' nearer its use.
3533 (recover-session-finish): Use line-end-position.
3534
3535 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
3536
3537 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
3538
3539 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
3540
3541 * progmodes/make-mode.el (makefile-macroassign-regex):
3542 Accept preceding keyword.
3543 (makefile-gmake-statements): Reorganize, now that makepp has
3544 "override" and also handle forgotten "override define".
3545 (makefile-makepp-statements): Add new "global", "override export"
3546 and "override global".
3547
3548 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
3549
3550 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
3551 (ada-compile-mouse-goto-error, ada-deactivate-properties)
3552 (ada-no-auto-case): Fix typos in docstrings.
3553
3554 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
3555
3556 * info.el (Info-find-node-2): Search for makeinfo version more
3557 carefully.
3558
3559 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
3560
3561 * textmodes/org.el (org-prepare-agenda-buffers):
3562 Use `invisible-OK' argument for `org-end-of-subtree'.
3563 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
3564 (org-beginning-of-item): Fix bug in regular expression for white line.
3565 (org-export-as-html): Enforce space after bullet in plain list items.
3566 (org-set-autofill-regexps): Require space after plain list bullet
3567 for paragraph-start.
3568 (org-ts-regexp3): New constant.
3569 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
3570 (org-timestamp-up-day, org-timestamp-down-day)
3571 (org-timestamp-change): Work with inactive timestamps.
3572 (org-ts-regexp1): Don't allow brackets in time stamps.
3573
3574 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
3575
3576 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
3577 for ignoring links.
3578
3579 * faces.el (read-face-name): Use it.
3580
3581 2006-06-28 Juri Linkov <juri@jurta.org>
3582
3583 * buff-menu.el (list-buffers-noselect): Compare Info file
3584 with the string "dir" to detect Info directory.
3585
3586 * complete.el (partial-completion-mode): In lambda for
3587 `choose-completion-string-functions' use full function signature
3588 with 4 args, and move point to the end of the minibuffer only if arg
3589 `mini-p' is non-nil.
3590
3591 2006-06-28 John Paul Wallington <jpw@pobox.com>
3592
3593 * ibuffer.el (ibuffer-mode): Doc fix.
3594
3595 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
3596
3597 * textmodes/org.el (org-context): New contexts :item-bullet,
3598 :latex-fragment, :latex-preview.
3599 (org-overlays-at, org-overlay-start, org-overlay-end):
3600 New compatibility functions.
3601 (org-inside-LaTeX-fragment-p): More accurate matching, using the
3602 exact regexp that will be used during export.
3603 (org-latex-regexps): New variable.
3604 (org-cdlatex-mode): Improve advice for `texmathp'.
3605 (turn-on-org-cdlatex): New function.
3606
3607 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3608
3609 * term/mac-win.el (mac-handle-font-selection): Change keys of
3610 mac-atsu-font-table from strings to numbers.
3611 (mac-ts-caret-position): Use also when cursor-type is nil.
3612 (mac-ts-update-active-input-area): Add Mac OS Classic support.
3613 Relax condition for using overlay strings.
3614 Use mac-ts-caret-position face when cursor-type is nil.
3615
3616 2006-06-26 Kim F. Storm <storm@cua.dk>
3617
3618 * help.el (view-emacs-news): Declare `res' in the right let* form.
3619
3620 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
3621
3622 * net/rcompile.el (remote-compile): Replace ange-ftp based
3623 implementation by Tramp functions.
3624 Suggested by Marc Abramowitz <msabramo@gmail.com>.
3625
3626 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
3627
3628 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
3629
3630 * international/fontset.el (setup-default-fontset): Fix a typo in
3631 the "Oriya-Akruti" registry name.
3632
3633 2006-06-23 Lars Hansen <larsh@soem.dk>
3634
3635 * desktop.el (desktop-full-file-name): New function.
3636 (desktop-kill, desktop-save, desktop-remove, desktop-read)
3637 (desktop-revert): Use it.
3638 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
3639 (desktop-after-read-hook): Add option list-buffers.
3640 (desktop-locals-to-save): Add tab-width.
3641 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
3642 Fix docstring.
3643
3644 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
3645
3646 * textmodes/org.el (org-cdlatex-mode-map)
3647 (org-cdlatex-texmathp-advice-is-done): New variables.
3648 (org-cdlatex-mode): New minor mode.
3649 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
3650 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
3651 (org-export-with-archived-trees): New option.
3652 (org-open-file): Remove the call to `convert-standard-filename'.
3653 (org-archive-tag, org-agenda-skip-archived-trees)
3654 (org-cycle-open-archived-trees)
3655 (org-sparse-tree-open-archived-trees): New options.
3656 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
3657 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
3658 New functions.
3659 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
3660 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
3661 (org-mode-map): Add binding for `org-toggle-archive-tag'.
3662 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
3663 Call `org-prepare-agenda-buffers'.
3664 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
3665 (org-file-apps, org-file-apps-defaults-gnu)
3666 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
3667 Handle remote files by forcing them to be opened in Emacs.
3668
3669 2006-06-23 Andre Spiegel <spiegel@gnu.org>
3670
3671 * vc.el (vc-diff-knows-L): New variable.
3672 (vc-diff-internal): Use it to handle "diff" programs that don't
3673 understand -L. This works automatically, no user action is necessary.
3674
3675 2006-06-23 Daniel Brockman <daniel@brockman.se>
3676
3677 * net/rcirc.el (rcirc-default-user-full-name): Default to
3678 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
3679 longer exists).
3680 (rcirc-process-list): Check `buffer-live-p' before attempting to
3681 switch to a buffer.
3682
3683 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
3684
3685 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
3686 based on rcirc-coding-system-alist.
3687
3688 2006-06-23 Martin Rudalics <rudalics@gmx.at>
3689
3690 * cus-edit.el (customize-apropos): A better error message.
3691 (top level) <debug-ignored-errors>: Extend and update the list of
3692 ignored error messages.
3693
3694 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
3695
3696 * complete.el (PC-do-completion): Retain capitalization of user
3697 input, when possible, even if completion-ignore-case is set.
3698
3699 2006-06-23 Eli Zaretskii <eliz@gnu.org>
3700
3701 * generic-x.el (bat-generic-mode): Support .cmd files.
3702
3703 * dos-w32.el (top level): Use find-file-not-found-functions
3704 instead of the obsolete find-file-not-found-hooks.
3705
3706 2006-06-22 Kim F. Storm <storm@cua.dk>
3707
3708 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
3709 to recognize mode name containing submodes, such as Grep/lw.
3710
3711 2006-06-21 Kim F. Storm <storm@cua.dk>
3712
3713 * simple.el (line-move-1): Check for move-end-of-line instead of
3714 end-of-line when setting temporary-goal-column.
3715
3716 2006-06-21 Miles Bader <miles@gnu.org>
3717
3718 * play/cookie1.el (cookie): Work properly when there's only one entry.
3719
3720 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
3721
3722 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
3723 (gdb-frame-handler): Generalize frame regexp for templates.
3724
3725 2006-06-20 Glenn Morris <rgm@gnu.org>
3726
3727 * calendar/appt.el (appt-display-format): Default value must be
3728 one of the customize options.
3729
3730 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
3731
3732 * term/xterm.el (terminal-init-xterm): Update key availability info.
3733 Bind C-return.
3734
3735 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
3736
3737 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
3738
3739 * files.el (hack-local-variables): Run `hack-local-variables-hook'
3740 whether or not a local variables list is defined.
3741
3742 * msb.el (msb): Move `sit-for' hack here to handle both
3743 "mouse-down and drag" and "mouse-up and select" situations.
3744 (mouse-select-buffer): Move `sit-for' hack to `msb'.
3745
3746 2006-06-20 Kenichi Handa <handa@m17n.org>
3747
3748 * international/characters.el (word-combining-categories):
3749 Add entries for 2-byte Han characters.
3750
3751 2006-06-19 Richard Stallman <rms@gnu.org>
3752
3753 * bindings.el (mode-line-format): Save some mode line space.
3754
3755 * files.el (find-file-noselect): Improve the question wording.
3756 (basic-save-buffer-2): Mask UMASK against 666.
3757
3758 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
3759 (mouse-drag-vertical-line): Call it.
3760
3761 * cus-edit.el (customize-option, customize-option-other-window):
3762 Error if SYMBOL is nil.
3763
3764 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
3765
3766 * textmodes/org.el: Require noutline, also on XEmacs.
3767 (org-end-of-subtree): Return point.
3768 (org-dblock-start-re, org-dblock-end-re): New constants.
3769 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
3770 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
3771 (org-update-all-dblocks, org-find-dblock): New functions.
3772 (org-collect-clock-time-entries): New function.
3773 (org-html-handle-time-stamps): Never export CLOCK timeranges.
3774 (org-fixup-indentation): Modify to deal correctly with lines
3775 starting with TAB. Only one argument DIFF now.
3776 (org-demote, org-promote): Call `org-fixup-indentation' with just
3777 one argument, DIFF.
3778 (org-mode): Don't mark buffer as modified when aligning tables.
3779 (org-clock-sum): Don't mark buffer modified when adding time sum
3780 properties.
3781 (org-export-as-html): Add support for a link validation function.
3782 (org-archive-all-done): New function.
3783 (org-archive-subtree): New prefix argument. When set, archive all
3784 done subtrees in this buffer.
3785 (org-remove-clock-overlays)
3786 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
3787 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
3788 (org-put-clock-overlay): Don't swallow last headline character
3789 when displaying overlay.
3790 (org-store-link): Link to `image-mode' with just the file name.
3791
3792 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
3793
3794 * viper-cmd.el (viper-special-read-and-insert-char):
3795 Use read-key-sequence.
3796 (viper-after-change-undo-hook): Misc enhancements.
3797 (viper-after-change-undo-hook): New hook.
3798 (viper-undo): Use viper-after-change-undo-hook.
3799 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
3800 (viper-next-line-at-bol): If point is on a widget or a button, simulate
3801 clicking on that widget/button.
3802
3803 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
3804
3805 * ediff-diff (ediff-test-patch-utility): Catch errors.
3806 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
3807 (ediff-set-actual-diff-options): New function.
3808 (ediff-reset-diff-options, ediff-toggle-ignore-case):
3809 Use ediff-set-actual-diff-options.
3810 (ediff-extract-diffs): Catch errors.
3811 (ediff-whitespace): Add non-breakable space.
3812 (ediff-same-file-contents): Catch errors.
3813
3814 * ediff-mult.el (ediff-collect-custom-diffs):
3815 Save coding-system-for-read.
3816
3817 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
3818 (ediff-vc-internal, ediff-vc-merge-internal):
3819 Use ediff-delete-version-file.
3820 (ediff-delete-version-file): New function.
3821
3822 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
3823
3824 * ediff.el (ediff-directories, ediff-directory-revisions)
3825 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
3826 (ediff-directories-internal, ediff-merge-directory-revisions)
3827 (ediff-merge-directory-revisions-with-ancestor)
3828 (ediff-directories3): Use read-directory-name.
3829
3830 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
3831
3832 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
3833 Remove superfluous part of regexp for brace matching which is handled
3834 by `scan-lists' call.
3835
3836 2006-06-16 Richard Stallman <rms@gnu.org>
3837
3838 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
3839
3840 * files.el (basic-save-buffer-2): For a new precious file,
3841 use the default modes in the return value.
3842
3843 * facemenu.el (facemenu-color-alist): Doc fix.
3844
3845 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
3846
3847 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3848
3849 * cus-start.el (all): Add mac-ts-script-language-on-focus.
3850
3851 * term/mac-win.el (mac-text-encoding-ascii): New constant.
3852 (mac-utxt-to-string): Use it.
3853 (mac-ts-update-active-input-area): Use mac-ae-number.
3854
3855 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
3856
3857 * term.el (term-handle-scroll, term-delete-lines)
3858 (term-insert-lines): Fix off by one errors.
3859
3860 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
3861
3862 * net/tramp.el (tramp-touch): Use UTC to express time.
3863
3864 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
3865
3866 * mail/sendmail.el (mail-send): Search explicitly for
3867 mail-header-separator when checking for corrupted header lines.
3868
3869 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
3870
3871 * progmodes/gdb-ui.el (gdb-same-frame): New option.
3872 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
3873 (gdb-init-1): Initialise them.
3874 (gdb-starting): Reset gdb-printing
3875 (gdb-starting): Save value of gud-overlay-arrow-position.
3876 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
3877 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
3878 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
3879 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
3880
3881 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3882
3883 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
3884
3885 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
3886
3887 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
3888 (ldap-search-internal): Keep error messages, and a regexp fix.
3889
3890 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
3891
3892 * files.el (hack-local-variables-confirm):
3893 Display string value using its printed representation.
3894
3895 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
3896
3897 * server.el (server-edit): No-op if no server buffers exist.
3898
3899 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
3900
3901 * textmodes/page-ext.el (pages-directory-for-addresses):
3902 Including `pages-directory-address-mode' in the function results
3903 in the message "Buffer in which pages were found is deleted".
3904
3905 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
3906
3907 * textmodes/org.el (org-agenda-mode-map): Add bindings for
3908 clocking functions.
3909
3910 (org-agenda-clock-in, org-check-running-clock)
3911 (org-clock-out-if-current, org-remove-clock-overlays)
3912 (org-put-clock-overlay): New functions.
3913 (org-clock-marker, org-clock-file-total-minutes)
3914 (org-clock-overlays): New variables.
3915 (org-clock-display, org-clock-sum, org-clock-cancel)
3916 (org-clock-out, org-clock-in): New commands.
3917 (org-export): New function.
3918 (org-emph-re): New constant.
3919 (org-set-emph-re, org-do-emphasis-faces): New functions.
3920 (org-emphasis-regexp-components, org-emphasis-alist): New options.
3921 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
3922 (org-export-html-convert-emphasize): Use the configurable emphasis.
3923 (org-cleaned-string-for-export): Make multiline emphasis visible
3924 to the exporter. New optional argument PARAMETERS.
3925 (org-export-as-html): Specify :emph-multiline parameter to
3926 `org-cleaned-string-for-export'.
3927
3928 2006-06-10 Richard Stallman <rms@gnu.org>
3929
3930 * help.el (help-for-help-internal): Clean up help text.
3931
3932 2006-06-10 Andreas Schwab <schwab@suse.de>
3933
3934 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
3935 in doc string.
3936
3937 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
3938
3939 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
3940
3941 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
3942 spaces after the comment start.
3943
3944 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3945
3946 * play/pong.el (pong-init-buffer):
3947 Fill buffer with spaces instead of ^A.
3948
3949 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
3950 launched asynchronously, delete its process instead of being cool.
3951 (ispell-async-processp): Check for `delete-process' existence
3952 instead of `kill-process' one for consistency.
3953
3954 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
3955
3956 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
3957 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
3958 in mode line at startup.
3959
3960 2006-06-08 Kim F. Storm <storm@cua.dk>
3961
3962 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
3963 (ido-init-completion-maps): Bind them to M-SPC and M-v.
3964 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
3965 (ido-file-internal): Pass full file name to write-file.
3966 (ido-read-internal): Only pop stack elements automatically if they
3967 actually match an existing directory or file name.
3968
3969 2006-06-07 Kenichi Handa <handa@m17n.org>
3970
3971 * international/mule.el (find-auto-coding): Don't handle the short
3972 name `char-trans'.
3973
3974 * files.el (hack-local-variables-prop-line)
3975 (hack-local-variables): Cancel the previous change.
3976
3977 2006-06-06 Jesper Harder <harder@phys.au.dk>
3978
3979 * ediff-diff.el (ediff-test-utility): Protect against file-error.
3980
3981 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
3982
3983 * diff-mode.el (diff-mode): Set buffer-read-only to t when
3984 diff-default-read-only is non-nil.
3985 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
3986 (diff-refine-hunk): Set inhibit-read-only to t.
3987
3988 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
3989 modifying the *Diff* buffer.
3990 (diff-process-filter): New filter function for diff process that
3991 sets inhibit-read-only to t when modifying the *Diff* buffer.
3992
3993 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
3994
3995 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
3996 insertion point and control the number of empty lines.
3997 (org-paste-subtree): Limit the number of empty lines at the end of
3998 the inserted tree.
3999 (org-agenda): Use buffer name of current file for narrowing.
4000 (org-export-as-xml): Command removed.
4001 (org-export-xml-type): Option removed.
4002 (org-mode-map): Call `org-export-as-xoxo' directly.
4003 (org-get-indentation): New optional argument LINE.
4004 (org-fix-indentation, org-remove-tabs): New functions.
4005 (org-export-as-ascii, org-ascii-level-start): Determine and apply
4006 correct indentation for headlines that are converted it items.
4007 (org-skip-comments): Remove table lines that contain narrowing
4008 cookies but no other non-empty fields.
4009 (org-set-tags): Allow groups of mutually exclusive tags.
4010 (org-cmp-time): Sort 24:21 before items without time.
4011 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
4012 (org-open-at-point): Require double colon also for numbers.
4013
4014 2006-06-06 Kim F. Storm <storm@cua.dk>
4015
4016 * ido.el (ido-default-file-method, ido-default-buffer-method):
4017 Make choice values consistent with corresponding command names.
4018 (ido-visit-buffer): Update accordingly. Default to selected-window.
4019
4020 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
4021
4022 * progmodes/gud.el (gud-running): Fix doc string.
4023 (gud-menu-map): Use :visible instead fo :enable for debugger test.
4024 (gud-tooltip-modes): Add python-mode.
4025 (gud-tooltip-print-command): Add pdb. Remove perldb.
4026
4027 2006-06-05 Eli Zaretskii <eliz@gnu.org>
4028
4029 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
4030 Quote $(EMACS).
4031
4032 2006-06-05 Richard Stallman <rms@gnu.org>
4033
4034 * faces.el (defined-colors): Doc fix.
4035
4036 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
4037
4038 * vc.el (vc-process-filter): Inhibit undo info collection around
4039 call to insert.
4040 (vc-setup-buffer): Likewise for call to erase-buffer.
4041 (vc-do-command): Likewise for call to process-file.
4042
4043 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
4044
4045 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
4046 for gud-go.
4047 (gud-common-init): Other debuggers may trigger error.
4048
4049 2006-06-05 Kenichi Handa <handa@m17n.org>
4050
4051 * international/mule.el (find-auto-coding):
4052 Handle enable-character-translation in file header.
4053
4054 2006-06-04 Kim F. Storm <storm@cua.dk>
4055
4056 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
4057 (authors-fixed-entries): Fix spelling.
4058 (authors-canonical-file-name): Don't report error for wildcards.
4059
4060 * help.el (view-emacs-news): Rewrite to support new NEWS,
4061 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
4062 e.g. version 10 matches 1.10, and don't be confused by version 1.1
4063 being a prefix of 1.12 (etc). A numeric prefix arg also works.
4064
4065 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
4066
4067 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
4068 exec constructs like `foo bar`.
4069 (sh-quoted-subshell): New helper function to search for a possibly
4070 nested subshell (like `` or $()) within a "" quoted string.
4071 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
4072 (sh-apply-quoted-subshell): Flag quote characters inside a
4073 subshell, which is itself already in a quoted region, as
4074 punctuation, since this is the closest to what they actually are.
4075 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
4076 sh-apply-quoted-subshell.
4077 (sh-font-lock-syntactic-face-function): Apply the new face for
4078 text inside `` instead of the old font-lock-string-face.
4079
4080 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4081
4082 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
4083 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
4084 (mac-bytes-to-text-range, mac-ae-text-range-array)
4085 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
4086 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
4087 (mac-ts-unicode-for-key-event): New functions.
4088 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
4089 (mac-handle-font-selection): Use mac-ae-number.
4090 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
4091 New variables.
4092 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
4093 (mac-ts-converted-text, mac-ts-selected-converted-text)
4094 (mac-ts-block-fill-text, mac-ts-outline-text)
4095 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
4096 (mac-ts-hilite-style-faces): New constant.
4097 (mac-apple-event-map): Bind text input events.
4098 (mac-dispatch-apple-event): Use command-execute instead of
4099 call-interactively.
4100 (global-map): Don't bind mac-apple-event.
4101 (special-event-map): Bind mac-apple-event.
4102
4103 2006-06-02 Eli Zaretskii <eliz@gnu.org>
4104
4105 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
4106 file name.
4107 (emacs): Enclose the value of $(EMACS) in quotes.
4108
4109 2006-06-02 Juri Linkov <juri@jurta.org>
4110
4111 * international/mule.el (sgml-html-meta-auto-coding-function):
4112 Remove the condition `(search-forward "<html" size t)'.
4113 Replace `\"' with `[\"']?' in `re-search-forward'.
4114
4115 2006-06-02 Kenichi Handa <handa@m17n.org>
4116
4117 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
4118 as well as `coding'.
4119 (hack-local-variables): Likewise.
4120
4121 * international/mule.el (enable-character-translation):
4122 Put permanent-local and safe-local-variable properties.
4123 (find-auto-coding): Handle char-trans: tag.
4124
4125 2006-06-02 Juri Linkov <juri@jurta.org>
4126
4127 * international/mule.el (sgml-html-meta-auto-coding-function):
4128 Limit the search by the end of the HTML header (if any).
4129
4130 2006-06-01 Richard Stallman <rms@gnu.org>
4131
4132 * subr.el (with-current-buffer): Doc fix.
4133
4134 2006-06-02 Masatake YAMATO <jet@gyve.org>
4135
4136 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
4137 Almost rewrite. Underlines over all lines of gcov output are too
4138 uncomfortable to read. Suggested by Dan Nicolaescu.
4139
4140 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
4141
4142 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
4143
4144 * shell.el (shell-mode): Use shell-mode-map in docstring.
4145
4146 * comint.el (comint-send-input): Do not add help-echo and
4147 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
4148
4149 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4150
4151 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
4152
4153 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
4154
4155 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
4156 (gdb-stopped, gdb-info-stack-custom): If there is no source info
4157 look up the stack and pop up GUD buffer if necessary.
4158 (gdb-frames-select): Remove redundant call to gud-display-frame.
4159 (gdb-info-threads-custom): Keep point at start of buffer.
4160 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
4161
4162 2006-05-31 Juri Linkov <juri@jurta.org>
4163
4164 * replace.el (query-replace-read-from, query-replace-read-to):
4165 Bind `history-add-new-input' to nil. Call `add-to-history'.
4166
4167 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
4168
4169 * textmodes/table.el: Convert all HTML tags to lower case for
4170 XHTML compatibility.
4171
4172 2006-05-31 Masatake YAMATO <jet@gyve.org>
4173
4174 * progmodes/compile.el:
4175 (compilation-error-regexp-alist-alist::gcov-called-line):
4176 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
4177
4178 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
4179
4180 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
4181 Revert inadvertent changes made with last commit.
4182
4183 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
4184
4185 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
4186 New functions.
4187
4188 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
4189
4190 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
4191
4192 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
4193 only matches in the right place.
4194 (org-upcoming-deadline): New face.
4195 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
4196 (org-export-ascii-underline): Rename constant `org-ascii-underline'
4197 and make it an option.
4198 (org-export-ascii-bullets): New option.
4199 (org-export-as-html): Many changes to emit valid XHTML.
4200 (org-par-open): New variable.
4201 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
4202 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
4203 (org-timeline): Pass `org-timeline-show-empty-dates' to
4204 `org-get-all-dates'. Interpret empty dates returned by
4205 `org-get-all-dates'.
4206 (org-get-all-dates): New argument EMPTY. Add dates without
4207 entries to the list, mark large ranges of empty dates.
4208 (org-point-in-group, org-context): New functions.
4209
4210 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
4211
4212 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
4213
4214 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
4215 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
4216 to C-mouse-3 (for 2 button mice).
4217 (gdb-send): Do the right thing for C-d.
4218
4219 * speedbar.el (speedbar-detach): Delete.
4220 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
4221 it breaks things.
4222 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
4223
4224 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
4225
4226 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
4227 Makeppfile.
4228
4229 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4230 Add makepp diagnostic.
4231
4232 2006-05-29 Richard Stallman <rms@gnu.org>
4233
4234 * window.el (fit-window-to-buffer): Doc fix.
4235
4236 * help.el (temp-buffer-max-height): Doc fix.
4237
4238 * subr.el (with-current-buffer): Doc fix.
4239
4240 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4241
4242 * term/x-win.el: Bind F10 to menu-bar-start if available.
4243
4244 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
4245
4246 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
4247 uses with a simple test.
4248 (term-set-escape-char, term-mode, term-check-kill-echo-list)
4249 (term-send-raw-string, term-send-raw, term-mouse-paste)
4250 (term-char-mode, term-line-mode, term-exec, term-sentinel)
4251 (term-handle-exit, term-read-input-ring)
4252 (term-previous-matching-input-string)
4253 (term-previous-matching-input-string-position)
4254 (term-previous-matching-input-from-input)
4255 (term-replace-by-expanded-history, term-send-input)
4256 (term-skip-prompt, term-bol, term-send-invisible)
4257 (term-kill-input, term-delchar-or-maybe-eof)
4258 (term-backward-matching-input, term-check-source)
4259 (term-proc-query, term-emulate-terminal)
4260 (term-handle-colors-array, term-process-pager, term-pager-line)
4261 (term-pager-bob, term-unwrap-line, term-word)
4262 (term-dynamic-complete-filename)
4263 (term-dynamic-complete-as-filename)
4264 (term-dynamic-simple-complete): Replace one arm ifs with whens or
4265 unlesses.
4266
4267 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4268
4269 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
4270 during bootstrapping.
4271
4272 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
4273 Basically undo the change of 2006-05-26: use extra arguments instead of
4274 dynamic scoping.
4275 (ewoc-locate): Remove unused var `footer'.
4276
4277 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4278
4279 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
4280
4281 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
4282 (generate-file-autoloads): Obey it. Return whether autoloads were
4283 added at point or not.
4284 (update-file-autoloads): Use this new return value.
4285 Remove redundant test for the presence of an autoload cookie.
4286
4287 * emacs-lisp/autoload.el (autoload-find-file): New fun.
4288 This one calls hack-local-variables.
4289 (generate-file-autoloads, update-file-autoloads): Use it.
4290
4291 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
4292 (bibtex-sort-entry-class): Add safe-local-variable predicate.
4293 (bibtex-sort-entry-class-alist): Don't set the global value.
4294 (bibtex-init-sort-entry-class-alist): New fun.
4295 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
4296 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
4297 of bibtex-init-sort-entry-class.
4298
4299 2006-05-28 Richard Stallman <rms@gnu.org>
4300
4301 * subr.el (load-history-regexp): If FILE is relative, insist
4302 entire last name component must match it.
4303 (load-history-filename-element, load-history-regexp): Doc fixes.
4304
4305 2006-05-29 Kim F. Storm <storm@cua.dk>
4306
4307 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
4308 `pos' and `raw-data' for clarity, as eval forms may access these.
4309
4310 2006-05-28 Kim F. Storm <storm@cua.dk>
4311
4312 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
4313
4314 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4315
4316 * progmodes/make-mode.el (makefile-browser-map)
4317 (makefile-mode-syntax-table): Move initialization inside declaration.
4318 (makefile-fill-paragraph): Use the default comment-filling code.
4319
4320 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
4321
4322 * replace.el (query-replace-defaults): New variable.
4323 (query-replace-read-from): Use `query-replace-defaults' for
4324 default value, instead of history list.
4325 (query-replace-read-to): Update `query-replace-defaults'.
4326
4327 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
4328
4329 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
4330 with no X toolkit.
4331
4332 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
4333
4334 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
4335 (tumme-show-all-from-dir): Add autoload.
4336
4337 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
4338
4339 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
4340 (tumme-remove-tag): Fix bug.
4341
4342 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4343
4344 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
4345 FOOTER args. Update unique caller.
4346 (ewoc-delete): Compute last node once before looping.
4347 (ewoc--node-branch): Merge into unique caller.
4348 (ewoc--node): Don't define constructor make-ewoc--node for this
4349 structure.
4350 (ewoc): Add member `hf-pp' to this structure.
4351 (ewoc--wrap): New func.
4352 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
4353 header/footer pretty-printers. Save header/footer pretty-printer.
4354 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
4355
4356 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
4357
4358 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
4359
4360 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
4361 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
4362 Tag'. Change "Compare directories..." to "Change Directories...".
4363 Move tumme commands to Operate, Regexp and Immediate menus.
4364 Change "Add Comment" to "Add Image Comment". Change "Add Image
4365 Tag" to "Add Image Tags".
4366
4367 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
4368 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
4369 `tumme-delete-tag'.
4370
4371 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
4372
4373 * shell.el (shell-mode): Call shell-dirtrack-mode after
4374 list-buffers-directory is made a local variable, to avoid setting
4375 the default value.
4376
4377 2006-05-26 Kevin Ryde <user42@zip.com.au>
4378
4379 * info.el (Info-index-next): Use where-is-internal to report
4380 actual binding of Info-index-next, rather than hard-coded `,'.
4381
4382 2006-05-26 Eli Zaretskii <eliz@gnu.org>
4383
4384 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
4385 and "Find Command in Manual" to here.
4386
4387 * buff-menu.el (list-buffers-noselect): For Info buffers, use
4388 Info-current-file as the file name.
4389
4390 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
4391
4392 * ses.el (defadvice undo-more): Delete this defadvice. The undo
4393 overrides will now be done a different way.
4394 (ses-set-parameter): Reapply this function for undo.
4395 (ses-set-header-row): Reconstruct header row during undo.
4396 (ses-widen): New function.
4397 (ses-goto-data, ses-reconstruct-all): Use new function.
4398 (ses-command-hook): Widen buffer during undo, before unupdating
4399 the cells.
4400 (ses-insert-row, ses-delete-row): Widen buffer during undo.
4401 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
4402 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
4403 formula hasn't been executed yet.
4404
4405 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4406
4407 * comint.el (comint-kill-whole-line): Rename arg to count.
4408 Fix doc string.
4409
4410 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
4411
4412 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
4413 to copy-file.
4414
4415 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4416
4417 * simple.el (toggle-truncate-lines): Make arg optional for
4418 backward compatibility.
4419
4420 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
4421
4422 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
4423 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
4424 DLL arg. Instead, use ewoc--current-dll. Update all callers.
4425 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
4426 (ewoc--adjust): Use ewoc--current-dll.
4427 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
4428
4429 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
4430
4431 * textmodes/org.el (org-next-item, org-previous-item): Emit more
4432 compact error message.
4433 (org-tags-view): Refresh category table in each file.
4434 (org-table-justify-field-maybe): Remove superfluous arguments to
4435 `format'.
4436 (org-export-as-html): Insert "<p>" before postamble.
4437 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
4438
4439 2006-05-26 Kenichi Handa <handa@m17n.org>
4440
4441 * textmodes/po.el (po-find-charset): Pay attention to the case
4442 FILENAME is a cons (NAME . BUFFER).
4443 (po-find-file-coding-system-guts): Likewise.
4444
4445 * arc-mode.el (archive-set-buffer-as-visiting-file):
4446 Call find-operation-coding-system with (FILENAME . BUFFER).
4447
4448 * tar-mode.el (tar-extract): Call find-operation-coding-system
4449 with (FILENAME . BUFFER).
4450
4451 * international/mule.el (decode-coding-inserted-region):
4452 Call find-operation-coding-system with (FILENAME . BUFFER).
4453
4454 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
4455
4456 * image-mode.el (image-toggle-display): Use buffer contents to
4457 generate image for a remote file.
4458
4459 2006-05-25 Juri Linkov <juri@jurta.org>
4460
4461 * replace.el (query-replace-read-from, query-replace-read-to):
4462 Remove 8th arg KEEP-ALL in read-from-minibuffer.
4463
4464 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
4465
4466 * whitespace.el (whitespace-cleanup): Change to cleanup
4467 region if one is active.
4468 * whitespace.el (whitespace-cleanup-internal): New internal method.
4469
4470 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
4471
4472 * dired.el (dired-mode-map): Add help-echo strings to tumme
4473 commands. Bind `tumme-dired-display-image' to C-t i.
4474
4475 * tumme.el (tumme-display-image): Change documentation string slightly.
4476 (tumme-dired-display-image): Add call to `display-buffer'.
4477
4478 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4479
4480 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
4481 Signal error if RAW-DATA is a multibyte string.
4482
4483 2006-05-24 Richard Stallman <rms@gnu.org>
4484
4485 * subr.el (with-local-quit): When handling `quit' signal,
4486 make a chance for quit-flag to cause a quit.
4487
4488 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
4489 (ad-disable-advice): Add autoloads.
4490
4491 * subr.el (read-passwd): Copy PROMPT before changing its properties.
4492
4493 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
4494
4495 * dired.el (dired-mode-map): Change menu items for tumme as per
4496 suggestions in emacs-devel.
4497
4498 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
4499
4500 * dired.el (dired-mode-map): Fix breakage.
4501
4502 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
4503
4504 * tumme.el (tumme-display-dired-image): Rename to...
4505 (tumme-dired-display-image): ...this.
4506 (tumme-track-movement): Change default value to t.
4507 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
4508 used from `tumme-next-line-and-display' and similar commands.
4509
4510 * dired.el (dired-mode-map): Add Thumbnail submenu under the
4511 Immediate menu. Add some tumme commands there.
4512
4513 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
4514
4515 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
4516
4517 2006-05-24 Chong Yidong <cyd@mit.edu>
4518
4519 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
4520 menu entries that open submenus.
4521
4522 2006-05-24 Alan Mackenzie <acm@muc.de>
4523
4524 * startup.el (command-line): For names of preloaded files, don't
4525 append ".elc" (now done in Fload), and call file-truename on the
4526 lisp directory.
4527
4528 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
4529 match ANY loaded file with the right name, not just those in
4530 load-path. Put a regexp matching the file name into
4531 after-load-alist, rather than the name itself.
4532
4533 * subr.el: New functions load-history-regexp,
4534 load-history-filename-element, do-after-load-evaluation.
4535
4536 * international/mule.el (load-with-code-conversion): Do the
4537 eval-after-load stuff by calling do-after-load-evaluation.
4538
4539 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
4540
4541 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
4542 has not been killed.
4543
4544 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4545
4546 * term/mac-win.el: Set idle timer to clean up expired Apple events.
4547 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
4548 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
4549 Optionally set error message in reply.
4550
4551 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
4552
4553 * textmodes/org.el (org-open-at-point): Use renamed variable
4554 `org-confirm-shell-link-function'.
4555 (org-confirm-shell-link-function): Rename from
4556 `org-confirm-shell-links'.
4557 (org-export-directory): New function.
4558 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
4559 (org-export-icalendar): Use `org-export-directory'.
4560 (org-indent-item): Keep cursor position.
4561 (org-link-file-path-type): New option.
4562 (org-export-as-html): Fix bug with plain lists starting in
4563 column 0.
4564 (org-export-as-html): Remove deadline formatting, this happens
4565 now already in `org-html-handle-time-stamps'.
4566 (org-export-html-style): Deadline class removed.
4567 (org-insert-labeled-timestamps-at-point): New option.
4568 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
4569 of `hide-sublevels 1', in case the first headline is not level 1.
4570 (org-overview, org-content): New fuction.
4571 (org-cycle-global-status, org-cycle-subtree-status): Make these
4572 variables buffer-local.
4573 (org-global-cycle): New command.
4574 (org-shifttab): Use `org-global-cycle'.
4575 (org-insert-heading, org-insert-item): Go to end of new
4576 headline/item after creating it.
4577 (org-export-visible): Rename from `org-export-copy-visible'.
4578 Now creates a temporary org-file and applies an exporting command
4579 to it.
4580 (org-table-eval-formula): Support for lisp forms.
4581 (org-agenda-todo-ignore-scheduled): New option.
4582 (org-agenda-get-todos): Use new option
4583 `org-agenda-todo-ignore-scheduled'.
4584 (org-export-html-inline-images): New value `maybe'.
4585 (org-export-as-html): Inlining of images dependent on link description.
4586 (org-archive-subtree): Check for end-of-buffer before trying
4587 `kill-line'.
4588 (org-agenda-follow-mode): New option.
4589 (org-export-with-tags, org-export-with-timestamps): New options.
4590 (org-html-handle-time-stamps): New function.
4591 (org-keyword-time-regexp): New variable.
4592 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
4593 (org-agenda-todo-list-sublevels): New option.
4594 (org-html-level-start): When TITLE is nil, just close all levels.
4595 (org-parse-key-lines, org-parse-export-options): Remove functions,
4596 replaced by `org-infile-export-plist'.
4597 (org-combine-plists, org-infile-export-plist)
4598 (org-default-export-plist): New functions.
4599 (org-export-html-preamble, org-export-html-postamble)
4600 (org-export-html-auto-preamble, org-export-html-auto-postamble):
4601 New variables.
4602 (org-export-publishing-directory): New option.
4603 (org-export-as-html, org-export-as-ascii): Use the new property
4604 lists for settings.
4605 (org-export-copy-visible, org-export-as-xoxo):
4606 Respect `org-export-publishing-directory'.
4607 (org-link-search, org-store-link, org-file-apps): Support for
4608 links to BibTeX database entries..
4609 (org-get-current-options, org-set-regexps-and-options):
4610 Implement logging as a startup option.
4611 (org-store-link): Make sure context string is never empty
4612 (org-insert-link): Use relative path when possible.
4613 (org-at-item-checklet-p): New function.
4614 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
4615 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
4616 (org-metaright, org-metaup, org-metadown, org-shiftup)
4617 (org-shiftdown, org-shiftright, org-shiftleft)
4618 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
4619 Dispatch using `call-interactively'.
4620 (org-call-with-arg): New defsubst.
4621 (org-tag-alist, org-use-fast-tag-selection): New options.
4622 (org-complete): Use `org-tag-alist'.
4623 (org-fast-tag-insert, org-fast-tag-selection): New functions.
4624 (org-next-item, org-previous-item): New commands.
4625 (org-beginning-of-item, org-end-of-item): Add (interactive) to
4626 make command.
4627 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
4628
4629 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
4630
4631 * emacs-lisp/ewoc.el (ewoc-delete): New function.
4632 (ewoc-filter): Use `ewoc-delete'.
4633
4634 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
4635
4636 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
4637
4638 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
4639 Signal more user-friendly error messages.
4640
4641 * complete.el (PC-do-completion): Undo the addition of implicit
4642 wildcards if they did not lead to finding any match.
4643 (read-file-name-internal): Don't add the final > if the completion is
4644 not finished.
4645
4646 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4647
4648 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
4649 Quote safe-local-variable predicate.
4650
4651 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
4652
4653 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
4654
4655 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4656
4657 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
4658
4659 * progmodes/make-mode.el (makefile-special-targets-list)
4660 (makefile-macro-table, makefile-target-table): Mark as risky.
4661 (makefile-query-one-target-method): Make this the alias for the
4662 following variable.
4663 (makefile-query-one-target-method-function): Make this the real name.
4664
4665 * textmodes/artist.el (artist-text-renderer): Make this the alias
4666 for the following variable.
4667 (artist-text-renderer-function): Make this the real name.
4668
4669 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
4670 the alias for the following variable.
4671 (flyspell-generic-check-word-predicate): Make this the real name.
4672
4673 * textmodes/ispell.el (ispell-format-word): Make this the alias
4674 for the following variable.
4675 (ispell-format-word-function): Make this the real name.
4676 (ispell-message-text-end): Mark as risky.
4677
4678 * skeleton.el (skeleton-transformation, skeleton-filter)
4679 (skeleton-pair-filter): Make these the aliases for the following
4680 variables.
4681 (skeleton-transformation-function, skeleton-filter-function)
4682 (skeleton-pair-filter-function): Make these the real names.
4683
4684 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
4685 and skeleton-pair-filter-function.
4686
4687 * textmodes/sgml-mode.el (sgml-transformation): Make this the
4688 alias for the following variable.
4689 (sgml-transformation-function): Make this the real name.
4690 (sgml-tag-alist): Mark as risky.
4691
4692 2006-05-21 Richard Stallman <rms@gnu.org>
4693
4694 * simple.el (kill-region): Interactively, pass point, then mark.
4695
4696 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
4697
4698 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
4699
4700 2006-05-21 Romain Francoise <romain@orebokech.com>
4701
4702 * dired-x.el (dired-mode-map): Don't bind M-g.
4703
4704 2006-05-20 Richard Stallman <rms@gnu.org>
4705
4706 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
4707 (dired-goto-file): Doc fix.
4708
4709 2006-05-21 Kim F. Storm <storm@cua.dk>
4710
4711 * emulation/cua-base.el: Mention customizing cua-mode as alternative
4712 way to enable built-in cua-mode if user loads older CUA-mode package.
4713
4714 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
4715 if default-filename is specified.
4716
4717 2006-05-20 Eli Zaretskii <eliz@gnu.org>
4718
4719 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
4720
4721 * info.el (info-apropos): Make sure current-file and current-node
4722 have non-nil values. Speed up by using add-to-list instead of
4723 manual consing.
4724
4725 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4726
4727 * progmodes/make-mode.el (makefile-mode): Doc fix.
4728
4729 2006-05-20 Eli Zaretskii <eliz@gnu.org>
4730
4731 * dired-aux.el (dired-do-shell-command): Doc fix.
4732
4733 2006-05-20 Kevin Ryde <user42@zip.com.au>
4734
4735 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
4736 ``(custom-manual :tag "Foo" "(foo)Node")''.
4737
4738 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
4739
4740 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
4741 value is an integer.
4742
4743 2006-05-20 Eli Zaretskii <eliz@gnu.org>
4744
4745 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
4746 "format".
4747 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
4748
4749 2006-05-20 Martin Rudalics <rudalics@gmx.at>
4750
4751 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
4752 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
4753
4754 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
4755
4756 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
4757 regexp for keywords.
4758
4759 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
4760
4761 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
4762 replace-regexp-in-string.
4763
4764 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
4765 encode, and escape file name on conversion to URL.
4766
4767 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4768
4769 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
4770 Don't unescape URL.
4771 (dnd-get-local-file-name): Unescape URL on conversion to file name.
4772
4773 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
4774 on conversion to URLs.
4775
4776 * net/browse-url.el (browse-url-file-url): Encode file name on
4777 conversion to URL.
4778
4779 * term/mac-win.el (mac-ae-open-documents): Escape file name on
4780 conversion to URL.
4781
4782 2006-05-19 Eli Zaretskii <eliz@gnu.org>
4783
4784 * progmodes/cc-styles.el (c-style-alist): Doc fix.
4785
4786 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4787
4788 * term/mac-win.el (mac-bytes-to-digits): Remove function.
4789 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
4790
4791 2006-05-19 Glenn Morris <rgm@gnu.org>
4792
4793 * calendar/diary-lib.el (diary-bahai-date)
4794 (list-bahai-diary-entries, mark-bahai-diary-entries)
4795 (mark-bahai-calendar-date-pattern): Not interactive.
4796 (add-to-diary-list): New optional arg LITERAL. Doc fix.
4797 (diary-entries-list): Change format of 4th element in each entry.
4798 (diary-list-entries): Use add-to-diary-list.
4799 (diary-goto-entry): Handle the case where the buffer visiting the
4800 diary has been killed.
4801 (fancy-diary-display): Add 'locator to button rather than 'marker.
4802 Only generate temp-face when there are marks to apply.
4803 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
4804 (diary-fancy-date-pattern): New variable.
4805 (diary-time-regexp): Doc fix.
4806 (diary-anniversary, diary-time): New faces.
4807 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
4808 diary-time-regexp. Add font-lock-multiline property where needed.
4809 Use new faces diary-anniversary and diary-time.
4810 (diary-fancy-font-lock-fontify-region-function): New function, to
4811 handle multiline font-lock pattern in fancy diary.
4812 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
4813 (diary-font-lock-keywords): Tweak time regexp. Use new face
4814 diary-time.
4815
4816 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
4817
4818 * international/code-pages.el (mik): Table corrected.
4819
4820 2006-05-18 Kim F. Storm <storm@cua.dk>
4821
4822 * progmodes/grep.el (grep-find): Don't check grep-find-command
4823 before running command (breaks non-interactive usage).
4824
4825 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
4826
4827 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
4828 (ewoc--insert-new-node): Don't insert trailing newline.
4829 Instead, adjust successor nodes's start markers.
4830 (ewoc--refresh-node): Delete all text from current node's start
4831 marker to the next one's; adjust successor nodes's start markers.
4832 (ewoc--create): Doc fixes.
4833 (ewoc--refresh): Don't insert newline.
4834 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
4835 * pcvs.el (cvs-make-cvs-buffer):
4836 Specify extra newline for ewoc's header and footer.
4837 (cvs-update-header): Update initial header recognition.
4838 Append newline to final header and footer values.
4839 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
4840
4841 2006-05-17 Richard Stallman <rms@gnu.org>
4842
4843 * files.el (file-name-extension): Doc fix.
4844
4845 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4846
4847 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
4848 we can explicitly enable/disable rather than toggle.
4849 (shell-mode): Use it.
4850 (shell-cd): Don't try to reproduce what `cd' does.
4851
4852 2006-05-17 Kim F. Storm <storm@cua.dk>
4853
4854 * ido.el (ido-read-internal): Use only nondirectory part of
4855 default item.
4856
4857 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
4858
4859 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
4860 (ewoc-nth): Doc fix.
4861
4862 (ewoc-map, ewoc-invalidate): Compute PP before looping.
4863
4864 2006-05-16 Eli Zaretskii <eliz@gnu.org>
4865
4866 * international/mule.el (auto-coding-alist): Add .lha to files
4867 read with no-conversion.
4868
4869 * files.el (auto-mode-alist): Add .lha files to archive file
4870 extensions.
4871
4872 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
4873 Convert csize to integer when computing offsets within the
4874 compressed archive file.
4875
4876 2006-05-16 Kim F. Storm <storm@cua.dk>
4877
4878 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
4879 with read-from-minibuffer.
4880
4881 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
4882
4883 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
4884 (byte-compile-warnings): Fix safe-local-variable property.
4885
4886 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
4887
4888 * allout.el (allout-show-bodies, allout-old-style-prefixes)
4889 (allout-stylish-prefixes, allout-numbered-bullet)
4890 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
4891 predicates to qualify `safe-local-variable' property, when
4892 available, else use equivalent lambda.
4893 (allout-current-topic-collapsed-p): Do the right thing regarding
4894 trailing blank lines.
4895
4896 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
4897
4898 * server.el (server-start): Only create a directory if needed.
4899 (server-edit, server-unload-hook): server-start => server-mode.
4900 (kill-emacs-hook): Cleanup upon exit.
4901
4902 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
4903
4904 * hexl.el (hexlify-buffer): Encode process arguments manually.
4905
4906 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
4907
4908 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
4909 call to gdb-tooltip-print.
4910
4911 2006-05-15 Romain Francoise <romain@orebokech.com>
4912
4913 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
4914 systems, default to "tar" since those systems probably have GNU tar.
4915
4916 2006-05-14 Lars Hansen <larsh@soem.dk>
4917
4918 * desktop.el (desktop-missing-file-warning): Fix docstring.
4919 (desktop-restore-file-buffer): Correct question asked on missing file.
4920
4921 2006-05-14 Kim F. Storm <storm@cua.dk>
4922
4923 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
4924 Add CUA move property.
4925
4926 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
4927
4928 * custom.el (custom-push-theme): Load the variable before checking
4929 its `standard-value'.
4930
4931 2006-05-13 Lars Hansen <larsh@soem.dk>
4932
4933 * desktop.el (desktop-save): Use with-temp-buffer.
4934
4935 2006-05-12 Glenn Morris <rgm@gnu.org>
4936
4937 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
4938 * calendar/calendar.el (calendar-mode-map):
4939 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
4940 * calendar/appt.el (appt-check, appt-make-list): Refer to
4941 diary-view-entries, diary-list-entries, diary-show-all-entries
4942 rather than obsolete aliases.
4943
4944 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
4945
4946 * simple.el (line-move-finish): Avoid calling point motion hooks
4947 while processing intangibility.
4948
4949 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
4950
4951 * term/xterm.el (terminal-init-xterm): Fix typo.
4952
4953 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
4954
4955 * allout.el (allout-view-change-hook): Mark as being deprecated,
4956 to be replaced by `allout-exposure-change-hook'.
4957 (allout-exposure-change-hook): New, replacing
4958 `allout-view-change-hook'.
4959 (allout-flag-region): Run new hook `allout-exposure-change-hook',
4960 in addition to `allout-view-change-hook'.
4961 (allout-show-bodies, allout-old-style-prefixes)
4962 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
4963 lambda forms to prevent their showing up in variable help
4964 presentations as inscrutable byte-compiled code.
4965 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
4966 Use string-or-null-p to qualify safe-local-variable values.
4967 (allout-reindent-bodies): Use memq to qualify matches against
4968 valid safe-local-variable values. Also, quote the lambda as above.
4969 (allout-use-mode-specific-leader): Add missing candidate-value
4970 symbols, use memq, and quote the lambda.
4971 (allout-overlay-interior-modification-handler): Remove unused
4972 variables `msg' and 'opened'.
4973 (allout-hidden-p): Constrain invisibility consideration to allout's
4974 invisibility spec, disregarding invisibility for other reasons.
4975
4976 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
4977
4978 * files.el (version-control): Correct safe values.
4979
4980 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
4981
4982 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
4983
4984 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
4985 (ewoc--insert-new-node): New func.
4986 Update callers of deleted funcs to use it, instead.
4987
4988 2006-05-11 Glenn Morris <rgm@gnu.org>
4989
4990 * calendar/calendar.el (diary-show-all-entries): Do not refer to
4991 obsolete alias `show-all-diary-entries'.
4992 (make-diary-entry): Not interactive.
4993 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
4994 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
4995 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
4996 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4997 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
4998 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
4999
5000 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5001
5002 * calendar/calendar.el (calendar-french-date-string)
5003 (calendar-mayan-date-string, calendar-chinese-date-string)
5004 (calendar-astro-date-string, calendar-iso-date-string)
5005 (calendar-islamic-date-string, calendar-bahai-date-string)
5006 (calendar-hebrew-date-string, calendar-coptic-date-string)
5007 (calendar-ethiopic-date-string, calendar-persian-date-string):
5008 These functions are not interactive.
5009
5010 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
5011
5012 * files.el: Balance parentheses.
5013
5014 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
5015
5016 * files.el, newcomment.el, outline.el, simple.el,
5017 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
5018 progmodes/cc-vars.el, progmodes/compile.el:
5019 Move `safe-local-variable' declarations to the respective files.
5020
5021 * help-fns.el (describe-variable): Don't print safe-var if it is
5022 byte-code. Improve wording as suggested by Luc Teirlinck.
5023
5024 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
5025
5026 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
5027 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
5028 Use a token for pending-triggers to ensure gdb-var-update
5029 gets called once per user input again for pre-GDB 6.4.
5030 (gdb-var-delete): Match on more complex expressions.
5031 (gdb-var-list-children-handler, gdb-var-create-handler):
5032 Use a token for consistency.
5033
5034 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
5035
5036 * textmodes/org.el (org-read-date, org-goto-calendar)
5037 (org-agenda-goto-calendar):
5038 Bind `view-calendar-holidays-initially' to nil.
5039
5040 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
5041
5042 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
5043 Update all callers to do it there, instead.
5044
5045 2006-05-10 Glenn Morris <rgm@gnu.org>
5046
5047 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
5048 prefix arg case, to avoid view-diary-entries-initially error.
5049 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
5050 (calendar-date-is-legal-p): Handle dates with no day part.
5051
5052 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
5053
5054 * comint.el (comint-insert-input): Just make it when
5055 comint-use-prompt regexp is nil (default) and with the mouse.
5056 (comint-copy-old-input): Reinstate from 2004-06-23.
5057 (comint-mode-map): Bind C-c C-m to it.
5058
5059 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
5060
5061 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
5062 Remove spurious move to point-max (new comint behavior fixes).
5063
5064 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
5065 compatibility function (Emacs 18/19).
5066 (idlwave-is-continuation-line): Always return point at start of
5067 previous non-blank continuation line.
5068 (keyword-parameters): Fix continued comment font-lock matcher.
5069 (idlwave-font-lock-fontify-region): Written, use as
5070 font-lock-fontify-region-function, to fix continued keyword
5071 fontification issues.
5072
5073 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5074
5075 * term/mac-win.el (mac-font-panel-mode): Doc fix.
5076 (mac-service-selection, mac-service-open-file)
5077 (mac-service-open-selection, mac-service-mail-selection)
5078 (mac-service-mail-to, mac-service-insert-text): Rename from
5079 mac-services-*. All uses changed.
5080 (mac-apple-event-map): Rename event symbol `services' to `service'.
5081
5082 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
5083
5084 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
5085 (ewoc--node-enter-first, ewoc--node-enter-last)
5086 (ewoc--delete-node-internal): Merge funcs into unique callers.
5087
5088 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
5089
5090 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
5091 return value of read-from-minibuffer for empty input.
5092
5093 2006-05-09 Miles Bader <miles@gnu.org>
5094
5095 * comint.el (comint-insert-input): Remove redundant calls to setq
5096 and goto-char.
5097
5098 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
5099
5100 * comint.el (comint-insert-input): Make it work when
5101 comint-use-prompt-regexp is t.
5102
5103 2006-05-10 Miles Bader <miles@gnu.org>
5104
5105 * subr.el (field-at-pos): New function.
5106
5107 * comint.el (comint-insert-input): Use it.
5108
5109 2006-05-09 Juri Linkov <juri@jurta.org>
5110
5111 * battery.el (battery-linux-proc-acpi): Also try
5112 `/proc/acpi/thermal_zone/THR2/temperature'.
5113
5114 * files.el <safe-local-variable>: Remove `eval' and `let' binding
5115 for now unused lambda `string-or-null'.
5116
5117 * add-log.el (change-log-default-name): Put `string-or-null-p'
5118 instead of lambda on `safe-local-variable' property.
5119
5120 * diff-mode.el (diff-context->unified): Use `region-beginning' and
5121 `region-end' instead of `mark' and `point'.
5122 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
5123 Operate on region in Transient Mark mode when the mark is active.
5124 Use `region-beginning' and `region-end' instead of `mark' and
5125 `point'.
5126 (diff-hunk-text, diff-goto-source): Doc fix.
5127
5128 * startup.el (fancy-splash-screens, normal-splash-screen): Use
5129 face `mode-line-buffer-id' for mode-line buffer face instead of
5130 hard-coded `(:weight bold)'.
5131
5132 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
5133 buffer-undo-list to t (undo-ask is reproducible by visiting
5134 nested archives).
5135
5136 2006-05-09 Kim F. Storm <storm@cua.dk>
5137
5138 * progmodes/grep.el (rgrep): Set default directory of *grep*
5139 buffer if we start M-x rgrep in the *grep* buffer and choose
5140 a different base directory.
5141
5142 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
5143
5144 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
5145 completion also when ido is loaded.
5146
5147 2006-05-09 Masatake YAMATO <jet@gyve.org>
5148
5149 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
5150 "warning" and "import".
5151 (cpp-font-lock-keywords): Added "warning".
5152
5153 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
5154
5155 * term/xterm.el (terminal-init-xterm): Add more key bindings.
5156
5157 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5158
5159 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
5160 pages at a time, if we signal the end, we should indeed reach that end.
5161
5162 2006-05-08 David Reitter <david.reitter@gmail.com>
5163
5164 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
5165 output during execution of the body.
5166
5167 2006-05-08 Kim F. Storm <storm@cua.dk>
5168
5169 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
5170
5171 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
5172
5173 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
5174 Use with-current-buffer.
5175
5176 2006-05-07 Kim F. Storm <storm@cua.dk>
5177
5178 * subr.el (add-to-history): Remove keep-dups arg.
5179
5180 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
5181 to nil around call to add-to-history.
5182
5183 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5184
5185 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
5186 than after a buffer modification.
5187
5188 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
5189
5190 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
5191 call to...
5192 (gud-watch): ...here so speedbar is raised for already watched
5193 expressions.
5194 (gdb-speedbar-refresh): Delete function.
5195 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
5196 Use speedbar-timer-fn instead of speedbar-refresh (reverting
5197 earlier change).
5198 (gdb-var-evaluate-expression-handler)
5199 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
5200
5201 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
5202 Update localized contents for all buffers except ignored modes.
5203
5204 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5205
5206 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
5207 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
5208 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
5209 (mac-handle-font-panel-closed, mac-handle-font-selection):
5210 New functions.
5211 (mac-font-panel-mode): New minor mode.
5212 (mac-apple-event-map): Add bindings for toolbar toggle button and
5213 font panel.
5214 (menu-bar-showhide-menu): Add mac-font-panel-mode.
5215
5216 2006-05-07 John Paul Wallington <jpw@pobox.com>
5217
5218 * ibuffer.el (ibuffer-compressed-file-name-regexp):
5219 Avoid `regexp-opt'; simplify regexp for readability.
5220
5221 2006-05-06 Eli Zaretskii <eliz@gnu.org>
5222
5223 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
5224 * files.el (buffer-stale-function):
5225 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5226 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
5227 links to the main manual, not to emacs-xtra.
5228
5229 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5230
5231 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
5232 MacJapanese if text is ASCII-only.
5233
5234 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
5235
5236 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
5237 unless so nil isn't returned.
5238 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
5239
5240 2006-05-06 Kim F. Storm <storm@cua.dk>
5241
5242 * subr.el (add-to-history): New function.
5243
5244 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
5245 (ediff-merge-files-with-ancestor):
5246 * env.el (setenv):
5247 * isearch.el (isearch-update-ring):
5248 * server.el (server-visit-files):
5249 * progmodes/grep.el (lgrep, rgrep):
5250 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
5251 * progmodes/xscheme.el (xscheme-insert-expression):
5252 Use add-to-history.
5253
5254 * kmacro.el (kmacro-push-ring): Use add-to-history.
5255 (kmacro-ring-length): Remove unused defun.
5256 (kmacro-start-macro): Use kmacro-push-ring.
5257
5258 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
5259
5260 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
5261 directly instead of a lambda expression that calls it.
5262
5263 2006-05-06 Kim F. Storm <storm@cua.dk>
5264
5265 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
5266 instead of compute-motion.
5267
5268 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
5269
5270 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
5271 change.
5272
5273 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
5274
5275 * startup.el (command-line-1): Refer to "Pure Storage" on
5276 pure-space-overflow.
5277
5278 2006-05-05 Martin Rudalics <rudalics@gmx.at>
5279
5280 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
5281 provided faces once they all have been used up.
5282
5283 2006-05-05 Eli Zaretskii <eliz@gnu.org>
5284
5285 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
5286 reference to the Lisp manual to the warning about pure space
5287 overflow.
5288
5289 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5290
5291 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
5292 argument to avoid the call to `ispell-internal-change-dictionary'
5293 when not needed.
5294 (ispell-change-dictionary): Use this argument and call
5295 `ispell-internal-change-dictionary' after the possible change
5296 to `ispell-local-dictionary'.
5297 (ispell-internal-change-dictionary): Check for a change in
5298 personal dictionary use too.
5299
5300 2006-05-05 Eli Zaretskii <eliz@gnu.org>
5301
5302 * startup.el (command-line): On MS-Windows, probe "~", not
5303 "~USER", for warning about non-existent home directory
5304
5305 * arc-mode.el (archive-l-e): New optional argument `float' means
5306 generate a float value.
5307 (archive-arc-summarize, archive-lzh-summarize)
5308 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
5309 with 3rd argument non-nil when file's size is being computed.
5310 Format the file sizes with %8.0f instead of %8d.
5311
5312 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5313
5314 * cus-start.el (all): Add mac-dnd-known-types.
5315
5316 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
5317 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
5318 (mac-TIFF-to-string): New functions.
5319 (x-get-selection, x-selection-value)
5320 (mac-select-convert-to-string): Use them.
5321 (mac-text-encoding-mac-japanese-basic-variant): New constant.
5322 (mac-dnd-types-alist): New customization variable.
5323 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
5324 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
5325 (mac-dnd-handle-drag-n-drop-event): New functions.
5326 (mac-drag-n-drop): Remove function.
5327 (global-map): Bind drag-n-drop and M-drag-n-drop to
5328 mac-dnd-handle-drag-n-drop-event.
5329
5330 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
5331
5332 * progmodes/perl-mode.el (perl-beginning-of-function):
5333 Skip anonymous subs.
5334
5335 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
5336
5337 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
5338 regexp-opt at run time.
5339
5340 * term.el (term-handle-ansi-escape): Fix off by one error.
5341
5342 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
5343
5344 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
5345 (gdb-init-1, gdb-post-prompt): ...and references to it.
5346 (gdb-frame-handler): Strip directory name from filename if present.
5347
5348 * progmodes/gud.el (gdb-force-update): Delete defvar
5349 (gud-speedbar-buttons): ...and references to it. Use window-start
5350 to try to keep positon in watch expression.
5351
5352 2006-05-03 Richard Stallman <rms@gnu.org>
5353
5354 * simple.el (next-history-element, previous-history-element): Doc fix.
5355
5356 * isearch.el (isearch-update-ring): Doc fix.
5357
5358 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
5359
5360 * isearch.el (isearch-update-ring): Take history-delete-duplicates
5361 into consideration. Replace one arm ifs with whens.
5362
5363 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
5364
5365 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
5366 (menu): Fix typo.
5367
5368 2006-05-02 Miles Bader <miles@gnu.org>
5369
5370 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
5371
5372 2006-05-02 Jay Belanger <belanger@truman.edu>
5373
5374 * calc/calc-embed.el (calc-override-minor-modes-map)
5375 (calc-override-minor-modes): New variables.
5376 (calc-do-embedded): Make sure that Calc keystrokes aren't
5377 overwritten by minor modes.
5378
5379 2006-05-02 Chong Yidong <cyd@mit.edu>
5380
5381 * msb.el (msb): If EVENT is a down event, read and discard the up event.
5382
5383 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
5384
5385 * startup.el (command-line-1): Refer to Lisp manual when
5386 pure-space-overflow occurs.
5387
5388 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
5389 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
5390 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
5391 (version-control): Don't use `t' for safe-local-variable declarations.
5392
5393 2006-05-01 Richard Stallman <rms@gnu.org>
5394
5395 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
5396 M-r, M-R, M-A, M-SPC or M-DEL.
5397 (diff-mode-map): diff-refine-hunk now on C-c C-w
5398 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
5399
5400 * help-mode.el (help-mode): view-exit-action calls delete-window
5401 only when it is safe and possible.
5402
5403 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
5404 in messages.
5405
5406 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
5407
5408 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
5409 in the default tool-bar-map.
5410
5411 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
5412
5413 * net/tramp.el (tramp-completion-file-name-handler-alist)
5414 (tramp-run-real-handler, tramp-completion-run-real-handler)
5415 (tramp-completion-handle-file-name-all-completions)
5416 (tramp-completion-handle-file-name-completion): Autoload them.
5417 (tramp-completion-handle-file-exists-p)
5418 (tramp-completion-handle-file-name-directory)
5419 (tramp-completion-handle-file-name-nondirectory)
5420 (tramp-completion-handle-expand-file-name): Remove them.
5421 (tramp-handle-file-name-directory): Return the real directory name.
5422 Returning "/" only doesn't need to be necessary any longer.
5423 (tramp-file-name-handler): Make special attention when in hostname
5424 completion mode.
5425 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
5426 (tramp-register-file-name-handlers):
5427 Register `tramp-completion-file-name-handler' only when
5428 `partial-completion-mode' is enabled.
5429 (tramp-completion-handle-file-name-all-completions):
5430 Delete directory part from results.
5431 (tramp-get-completion-methods, tramp-get-completion-user-host):
5432 Discard deleting "/", it doesn't work after the change of
5433 `tramp-handle-file-name-directory' above.
5434
5435 2006-05-01 Kim F. Storm <storm@cua.dk>
5436
5437 * progmodes/grep.el (grep-expand-template): Use save-match-data
5438 and symbol-value.
5439
5440 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5441
5442 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
5443 Use select-frame-set-input-focus instead of raise-frame.
5444 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
5445
5446 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
5447
5448 * progmodes/gud.el (gud-def): Add %c case.
5449 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
5450 (gud-format-command): Make match case sensitive. Match on %F.
5451
5452 2006-04-30 Glenn Morris <rgm@gnu.org>
5453
5454 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
5455 (cal-tex-preamble): Use cal-tex-preamble-extra.
5456 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
5457 than alias `list-diary-entries'.
5458
5459 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
5460
5461 * help-fns.el (describe-variable): Add info about safe local variables.
5462
5463 2006-04-29 Richard Stallman <rms@gnu.org>
5464
5465 * bindings.el (mode-line-format): help-echo doc fixes.
5466
5467 * net/tramp.el (tramp-file-name-handler-alist): Delete
5468 expand-file-name and other operations that can cause spurious loading.
5469
5470 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5471
5472 * files.el (safe-local-variable-p): Remove support for the special
5473 value t.
5474
5475 * textmodes/paragraphs.el (sentence-end-without-space):
5476 Fix safety predicate.
5477 (sentence-end-double-space, sentence-end-without-period)
5478 (paragraph-ignore-fill-prefix):
5479 * textmodes/fill.el (colon-double-space):
5480 * abbrev.el (abbrev-mode): Tighten the safety predicate.
5481
5482 * subr.el (booleanp): New fun.
5483
5484 * textmodes/reftex-vars.el (reftex-guess-label-type):
5485 Tighten the safety predicate.
5486
5487 2006-04-28 Kim F. Storm <storm@cua.dk>
5488
5489 * progmodes/grep.el (defgroup grep): Doc fix.
5490 (grep-auto-highlight): Remove.
5491 (grep-template): New defcustom.
5492 (grep-find-template): Rename from grep-tree-template.
5493 (grep-files-aliases): Rename from grep-tree-files-aliases.
5494 Remove "all" alias, add "l" alias.
5495 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
5496 (grep-find-ignored-directories): New defcustom to replace
5497 grep-tree-ignore-CVS-directories, to facilitate ignoring
5498 subdirectories for multiple version control systems.
5499 (grep-mode-map): Add Recursive grep item to GREP menu.
5500 (grep-regexp-history, grep-files-history): New defvars.
5501 (grep-probe): New helper function.
5502 (grep-compute-defaults): Use it to simplify code.
5503 Adapt to name changes.
5504 Use `.' as base in grep-find-template rather than <D>.
5505 (grep): Remove superfluous highlight-regexp arg. Fix doc.
5506 Call grep-compute-defaults unconditionally.
5507 (grep-expand-keywords): New defconst.
5508 (grep-expand-template): Rename from grep-expand-command-macros.
5509 Simplify via grep-expand-keywords. Look at case-fold-search instead
5510 of grep-tree-ignore-case to add -i option.
5511 Bind case-fold-search to nil while matching keywords.
5512 (grep-tree-last-regexp, grep-tree-last-files): Remove.
5513 (grep-read-regexp, grep-read-files): New helper functions.
5514 (rgrep): Rename from grep-tree. Rework to use proper histories.
5515 Adapt to changes in defcustoms and functions above.
5516 (lgrep): New command, as grep, but using same interactive UI as rgrep.
5517
5518 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
5519
5520 * net/tramp.el (tramp-completion-file-name-handler):
5521 Disable Tramp's functionality while loading Tramp itself.
5522 (tramp-register-file-name-handlers): That's a defsubst now.
5523 Code from `tramp-repair-jka-compr' moved here. Apply it via
5524 `after-init-hook'.
5525 (tramp-repair-jka-compr): Remove.
5526
5527 2006-04-27 Jay Belanger <belanger@truman.edu>
5528
5529 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
5530 read expression when `math-read-big-expr' doesn't work.
5531
5532 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
5533
5534 * startup.el (command-line-1): Display warning when
5535 pure-space-overflow is non-nil.
5536
5537 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5538
5539 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
5540 risky.
5541
5542 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5543
5544 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
5545 Return the URL or nil if none can be generated.
5546
5547 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
5548
5549 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
5550 byte compiler warnings.
5551 (gud-basic-call, gud-find-expr): Let user select an expression
5552 for printing. Print expression as well as value in GUD buffer.
5553
5554 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
5555
5556 * allout.el: Remove local autoload declaration for
5557 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
5558 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
5559 (allout-plain-bullets-string, allout-distinctive-bullets-string)
5560 (allout-use-mode-specific-leader, allout-old-style-prefixes)
5561 (allout-stylish-prefixes, allout-numbered-bullet)
5562 (allout-file-xref-bullet, allout-presentation-padding)
5563 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
5564 safe-local-variable with suitable value spec, and add autoload
5565 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
5566 (move-beginning-of-line, move-end-of-line): Repair so these compat
5567 functions now actually resituate the point, when appropriate.
5568
5569 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5570
5571 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
5572
5573 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
5574 (add-log-iso8601-time-string): Fix call to format-time-string.
5575
5576 2006-04-26 Kim F. Storm <storm@cua.dk>
5577
5578 * subr.el (posn-string, posn-image, posn-object): Doc fix.
5579
5580 2006-04-26 Masatake YAMATO <jet@gyve.org>
5581
5582 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
5583 Add support for "//" style comments. Remove `b' flag
5584 from ?* in `asm-mode-syntax-table'.
5585
5586 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5587
5588 * follow.el: Use (featurep 'xemacs) everywhere.
5589 (follow-mode): Use define-minor-mode.
5590 (follow-mode-map): Move initialization into the declaration.
5591 Use command remapping.
5592 (follow-emacs-version-xemacs-p): Remove.
5593 (follow-submit-feedback): Remove.
5594
5595 * allout.el (allout-layout, allout-passphrase-verifier-string)
5596 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
5597
5598 * textmodes/reftex-vars.el (reftex-vref-is-default)
5599 (reftex-fref-is-default, reftex-guess-label-type):
5600 Tighten up a bit the safety predicate.
5601
5602 * textmodes/paragraphs.el (sentence-end-double-space)
5603 (sentence-end-without-period, sentence-end-without-space)
5604 (page-delimiter, paragraph-ignore-fill-prefix):
5605 Tighten up a bit the safety predicate.
5606
5607 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
5608
5609 * progmodes/python.el (python-continuation-line-p)
5610 (python-beginning-of-statement): syntax-ppss may return
5611 a negative depth.
5612 (python-mode): Don't forcefully enable font-lock.
5613
5614 * time-stamp.el (time-stamp-start, time-stamp-end)
5615 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
5616
5617 * add-log.el: Remove spurious * in docstrings.
5618 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
5619 (add-change-log-entry): Use it here, since it's not specific
5620 to iso8601.
5621 (add-log-iso8601-time-string): Don't use it here any more.
5622 (change-log-indent-text, change-log-indent): Rename from add-log-*.
5623
5624 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
5625
5626 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
5627
5628 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
5629 (rcirc-toggle-low-priority): Doc fix.
5630 (rcirc-handler-NOTICE): Remove beginning of line anchor in
5631 ChanServ regexp.
5632 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
5633 #emacs.
5634 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
5635 (rcirc-decode-coding-system): Use utf-8 as the default.
5636 (rcirc-multiline-minor-mode): Set the fill-column.
5637 (rcirc-format-response-string): Display bright and dim nicks.
5638 (rcirc-browse-url): Update interactive spec to fill ARG.
5639 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
5640 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
5641
5642 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
5643
5644 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
5645 case for @Article, etc.
5646
5647 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
5648
5649 * net/tramp.el (tramp-register-file-name-handlers): New defun.
5650 Added with autoload cookie.
5651 (tramp-unload-file-name-handlers): Rename from
5652 `tramp-unload-file-name-handler-alist'.
5653
5654 2006-04-23 Romain Francoise <romain@orebokech.com>
5655
5656 * comint.el (comint-match-partial-filename): Doc fix.
5657
5658 2006-04-21 Glenn Morris <rgm@gnu.org>
5659
5660 * calendar/cal-menu.el (calendar-mode-map): Refer to
5661 `diary-view-entries' rather than alias `view-diary-entries'.
5662 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
5663
5664 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
5665
5666 * progmodes/antlr-mode.el (antlr-default):
5667 * cus-edit.el (custom-documentation):
5668 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
5669 in defface.
5670
5671 2006-04-21 Kim F. Storm <storm@cua.dk>
5672
5673 * image.el (image-type): New defun split out of create-image.
5674 (create-image): Use it.
5675
5676 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
5677
5678 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
5679 (org-open-at-point): Remove the "...done" message to keep output
5680 in the echo area visible.
5681 (org-export-as-xoxo): Fix call to `indent-region'.
5682
5683 2006-04-21 Kevin Ryde <user42@zip.com.au>
5684
5685 * international/mule.el (keyboard-coding-system): defcustom
5686 info-link fixes: "Specify Coding" has been split, keyboard now in
5687 "Terminal Coding", and "Single-Byte Character Support" is now
5688 "Unibyte Mode".
5689
5690 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
5691
5692 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
5693 Use font-lock-warning-face for any errors e.g. no stack.
5694 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
5695
5696 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
5697
5698 * progmodes/sh-script.el (sh-shell): Mark as safe.
5699
5700 * newcomment.el (comment-start, comment-start-skip)
5701 (comment-end-skip, comment-end): Mark as safe.
5702
5703 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
5704
5705 * textmodes/org.el (org-deadline-announce): Face removed.
5706 (org-level-faces, org-n-levels): Convert to constant.
5707 (org-compatible-face): New function.
5708 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
5709 (org-level-5, org-level-6, org-level-7, org-level-8)
5710 (org-special-keyword, org-warning, org-headline-done, org-link)
5711 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
5712 (org-scheduled-today, org-scheduled-previously, org-time-grid):
5713 Face definition revised for better color tty support.
5714 (org-bold-re, org-italic-re, org-underline-re): New constants.
5715 (org-set-font-lock-defaults): Use the new constants.
5716 (org-agenda-highlight-todo): New function.
5717 (org-agenda-todo): Fix bug with point at end of line.
5718 (org-agenda-change-all-lines, org-finalize-agenda-entries):
5719 Fontify TODO keywords.
5720 (org-insert-link): Preserve relative path in ../ links.
5721 (org-export-as-html): Convert links pointing to .org files into
5722 links that will work beteen the exported HTML files.
5723 (org-todo-list): Fix bug when arg=0.
5724 (org-insert-heading): More fine-tuning.
5725
5726 2006-04-19 Romain Francoise <romain@orebokech.com>
5727
5728 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
5729 from `rmail-mime-charset-pattern'.
5730
5731 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
5732
5733 * progmodes/python.el (python-mode): Fix typo.
5734
5735 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
5736
5737 * comint.el (comint-previous-input): Don't clobber input line
5738 when moving off either end of the input history ring.
5739 (comint-delete-input): New function, used by
5740 `comint-previous-input' and others.
5741 (comint-previous-matching-input):
5742 Use `coming-delete-input'. Save the partial input if leaving the
5743 edit line. Goto point-max before deleting input to avoid
5744 partial input fragments hanging around.
5745 (comint-restore-input): New function, used by `comint-previous-input'.
5746
5747 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
5748
5749 * imenu.el (imenu--index-alist): Balance parentheses.
5750
5751 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
5752
5753 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
5754
5755 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
5756
5757 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
5758 file is nil.
5759
5760 2006-04-18 Richard Stallman <rms@gnu.org>
5761
5762 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
5763
5764 * imenu.el (imenu-create-index-function, imenu--index-alist)
5765 (imenu--last-menubar-index-alist, imenu--make-index-alist)
5766 (imenu-default-create-index-function, imenu--generic-function):
5767 Doc fixes.
5768
5769 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
5770
5771 * help-mode.el (help-mode): Set view-exit-action to delete window.
5772
5773 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
5774 now works by passing nil as arg.
5775
5776 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
5777
5778 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
5779 (read-abbrev-file): Provide default when reading filename.
5780
5781 * files.el (enable-local-variables): Allow :all as value.
5782 (hack-local-variables): Implement that value.
5783 (safe-local-variable-values, safe-local-eval-forms)
5784 (enable-local-variables): Mark as risky.
5785 (find-file-visit-truename, kept-old-versions): Mark safe.
5786
5787 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
5788 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
5789 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
5790
5791 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5792
5793 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
5794 Use forward-line so as to get to BOL even in the presence of fields.
5795 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
5796 in return.
5797 (inferior-tcl): Tell tclsh to work in interactive mode.
5798
5799 * complete.el (partial-completion-mode):
5800 Use 'choose-completion-string-functions to make sure that
5801 choose-completion fills the minibuffer properly.
5802
5803 * complete.el (PC-old-read-file-name-internal): Remove.
5804 (PC-read-include-file-name-internal): Remove. Turn it into an advice
5805 of read-file-name-internal.
5806 (partial-completion-mode): Enable/disable this advice.
5807
5808 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
5809
5810 * net/tramp.el (tramp-completion-file-name-handler): Revert change
5811 of 2006-04-17.
5812
5813 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
5814
5815 * textmodes/org.el (org-insert-heading): Insert heading before
5816 current if at beginning of line.
5817 (org-todo, org-date): New faces.
5818 (org-table-align): Make sure tooltip window contains full text.
5819 (org-no-properties): New defsubst.
5820 (org-set-font-lock-defaults): Use new faces.
5821
5822 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
5823
5824 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
5825 for root variables.
5826
5827 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
5828 (gdb-frame-address): Re-use to identify frame for watch expression.
5829 (gdb-var-list, gdb-var-create-handler): Add frame address for root
5830 variables.
5831 (gdb-init-1, gdb-source, gdb-post-prompt)
5832 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
5833 (gdb-frame-handler): Get gdb-frame-address.
5834
5835 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
5836
5837 Sync with Tramp 2.0.53.
5838
5839 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
5840 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
5841 (tramp-completion-file-name-handler): Add autoload cookie for
5842 adding to `file-name-handler-alist'.
5843
5844 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
5845 the prompt. If it returns earlier (when detecting an error
5846 message), the rest of the output will merge accidently with the
5847 output of the next command. Reported by M Jared Finder
5848 <jared@hpalace.com>.
5849
5850 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
5851 for `process-file', in order to let it work for older Emacsen too.
5852
5853 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
5854
5855 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
5856 (tex-font-lock-keywords-3): Use it.
5857
5858 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5859
5860 * newcomment.el (comment-add): New function.
5861 (comment-region-default, comment-dwim): Use it.
5862
5863 2006-04-15 Michael Olson <mwolson@gnu.org>
5864
5865 * emacs-lisp/tq.el: Improve comments.
5866 (tq-queue-head-question): New accessor function.
5867 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
5868 Update for modified queue structure.
5869 (tq-queue-add): Accept `question' argument.
5870 (tq-queue-pop): If a question is pending, send it.
5871 (tq-enqueue): Accept new optional argument `delay-question'.
5872 If this is non-nil, and at least one other question is pending a
5873 response, queue the question rather than sending it immediately.
5874
5875 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5876
5877 * calendar/appt.el (appt-add): Check whether an appointment is
5878 already present in appt-time-msg-list. Simplify code.
5879
5880 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5881
5882 * progmodes/cc-langs.el (c-mode-menu):
5883 Don't presume c-subword-mode is bound.
5884
5885 2006-04-13 Bill Wohler <wohler@newt.com>
5886
5887 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
5888 (customize-package-emacs-version): Use cdr instead of cadr now
5889 that alists use dotted pairs.
5890
5891 * custom.el (defcustom): Fix docstring for :package-version.
5892
5893 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
5894
5895 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
5896 (tramp-handle-shell-command): Display output buffer only when
5897 `tramp-display-shell-command-buffer' is true.
5898 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
5899
5900 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
5901
5902 * textmodes/org.el (org-set-autofill-regexps): Set only the local
5903 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
5904
5905 2006-04-13 Romain Francoise <romain@orebokech.com>
5906
5907 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
5908 leaving temporary .cvsignore buffers behind.
5909
5910 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
5911
5912 * textmodes/org.el (org-set-regexps-and-options)
5913 (org-get-current-options): Better names for the startup folding
5914 options.
5915
5916 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
5917
5918 * vc.el (vc-annotate): Arrange for point to end up at the same
5919 line number as in the original, but only when using a new buffer.
5920
5921 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
5922
5923 * files.el (hack-one-local-variable-eval-safep):
5924 Recognize `edebug-form-spec' for `put', but only if it passes
5925 `edebug-basic-spec'. Generalize `put' handling.
5926
5927 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
5928 vetting file-local form specs.
5929
5930 * allout.el (allout-layout): Autoload its `safe-local-variable'
5931 property.
5932
5933 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
5934
5935 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
5936 (org-agenda-mouse-1-follows-link)
5937 (org-mouse-1-follows-link): New options.
5938 (org-format-agenda-item): Fix bug if TAGS is nil.
5939 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
5940
5941 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
5942
5943 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
5944 GDB 6.1+ gives full filename for "info sources" so use
5945 file-name-nondirectory.
5946
5947 2006-04-12 Romain Francoise <romain@orebokech.com>
5948
5949 * subr.el (read-passwd): Bind `message-log-max' to nil.
5950
5951 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5952
5953 * progmodes/perl-mode.el (perl-indent-new-calculate):
5954 Recompute parse-start after jumping backward by a whole sexp.
5955
5956 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5957
5958 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
5959 window configuration.
5960 (vc-annotate-display-select): Select the buffer so that current-buffer
5961 (and selected-window) is the output buffer at the end of vc-annotate.
5962
5963 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
5964
5965 * vc.el (vc-annotate-color-map): Add custom TTY color map for
5966 8-color terminals, to use all of the colors in a sensible order.
5967 256-color terminals work well with the standard map.
5968 (vc-annotate-lines): Only strip the first color character if it
5969 is "#", to allow for terminal-style named colors.
5970 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
5971 the correct buffer is scrolled.
5972
5973 2006-04-11 Richard Stallman <rms@gnu.org>
5974
5975 * emacs-lisp/bytecomp.el (byte-compile-file):
5976 Bind enable-local-variables to :safe, and make normal-mode obey it.
5977
5978 * files.el (enable-local-variables): Allow value :safe.
5979 (normal-mode): Doc fix.
5980 (hack-local-variables): Implement enable-local-variables = :safe.
5981 (hack-local-variables-confirm): Don't prevent quitting.
5982
5983 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5984
5985 * loadhist.el (unload-feature): A bit of sanity check of
5986 load-history entries. Cancel timer-vars before unbinding them.
5987
5988 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
5989 quote special chars, and make the trick work on the hex part of the
5990 buffer as well.
5991 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
5992 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
5993
5994 * startup.el (normal-splash-screen): Fix last change so we don't wait
5995 2 minutes if we don't show the splash screen.
5996
5997 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
5998
5999 * textmodes/org.el (org-export-plain-list-max-depth)
6000 (org-table-spaces-around-separators)
6001 (org-radio-targets, org-activate-camels)
6002 (org-table-spaces-around-invisible-separators): Options removed.
6003 (org-time-stamp-rounding-minutes, org-remember-templates)
6004 (org-ellipsis, org-activate-links, org-descriptive-links):
6005 New options.
6006 (org-remember-apply-template, org-current-time)
6007 (org-finish-edit-table-field)
6008 (org-link-unescape, org-link-escape)
6009 (org-string-width, org-table-clean-line, org-html-do-expand)
6010 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
6011 (org-read-agenda-file-list): New functions.
6012 (org-table-edit-field)
6013 (org-table-create-or-convert-from-region): New commands
6014 (org-table-toggle-vline-visibility): Command removed.
6015 (org-table-convert-region): Made a command.
6016 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
6017 Replace with the normal org- functions.
6018 (org-self-insert-command): Don't trigger realign unnecessarily
6019 when blanking a field that is not full.
6020 (org-mode): `Set buffer-invisibility-spec' for links.
6021 (org-activate-links2): Hide link part and only show descriptive
6022 part of the link.
6023 (org-insert-link): Modify for new linking system.
6024 (org-store-link): Store description separately, for use by
6025 `org-insert-link'.
6026 (org-table-align): Use `org-string-width'.
6027 (defgroup): Completely new group structure for custom variables.
6028 (org-agenda-files): Option: Single file name allowed. Function:
6029 Optional argument unrestrited means ignore any restricitons.
6030 (org-install-agenda-files-menu): Find a buffer in Org-mode before
6031 trying to modify the menu. Use generalized access to
6032 `org-agenda-files.'
6033 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
6034 (org-agenda-file-to-front, org-remove-file, org-diary)
6035 (org-tags-view, org-export-icalendar-all-agenda-files)
6036 (org-export-icalendar-combine-agenda-files): Use generalized
6037 access to `org-agenda-files'.
6038 (org-remember-handler): Correctly preserve heading if present.
6039 (org-table-insert-row, org-table-insert-hline): Deal with
6040 invisible characters.
6041
6042 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
6043
6044 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
6045 (vc-annotate-color-map): New 18 element constant
6046 value/saturation, rotating hue colormap, from red->blue.
6047 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
6048 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
6049 (vc-annotate): To avoid killing the required local variables,
6050 set them before the end of `with-output-to-temp-buffer', and
6051 after first switching to annotate-mode.
6052 (vc-annotate-warp-version): Add buffer argument in goto-line to
6053 ensure annotation, not source, is scrolled.
6054
6055 2006-04-10 Bill Wohler <wohler@newt.com>
6056
6057 * custom.el (defcustom, custom-handle-keyword):
6058 Add :package-version keyword.
6059 (custom-add-package-version): New function. Sets value of new
6060 property 'custom-package-version from :package-version keyword.
6061 (defcustom): Create Common Keywords section in docstring.
6062 (defface, defgroup): Replace definitions of a select few keywords
6063 with a reference to the Common Keywords in defcustom.
6064 (defcustom, defface, defgroup): Replace reference to Customization
6065 chapter in manual with hyperlink.
6066
6067 * cus-edit.el (customize-package-emacs-version-alist):
6068 New variable.
6069 (customize-changed-options): Add check for custom-package-version.
6070 (customize-package-emacs-version): New function to look up Emacs
6071 version corresponding to the given package version.
6072
6073 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
6074 defun name, in similar fashion to find-variable-regexp.
6075
6076 2006-04-10 Eli Zaretskii <eliz@gnu.org>
6077
6078 * international/mule-cmds.el (set-locale-environment): Fix last
6079 change for when the locale's preferences don't specify any encoding.
6080
6081 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6082
6083 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
6084 so the defined var/fun doesn't need to be quoted.
6085
6086 2006-04-10 Richard Stallman <rms@gnu.org>
6087
6088 * finder.el (finder-mode-map): Add n and p bindings.
6089
6090 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
6091
6092 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
6093 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
6094 (gdb-setup-windows): Put something in source window if we can't find
6095 the source file.
6096 (gdb-frame-handler): Make it work again with just assembly.
6097 (gdb-data-list-register-values-handler): Make it work when there is
6098 no stack.
6099
6100 2006-04-09 Richard Stallman <rms@gnu.org>
6101
6102 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
6103 specs while looking for charset.
6104
6105 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
6106
6107 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
6108 Make them faces.
6109 (lm-font-lock-keywords): Update appropriately.
6110
6111 2006-04-10 Kim F. Storm <storm@cua.dk>
6112
6113 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
6114 it can also replace buffer-substring-no-properties.
6115
6116 * emulation/cua-base.el (cua-delete-region, cua-paste)
6117 (cua-repeat-replace-region): Use filter-buffer-substring.
6118
6119 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
6120 (cua-cut-region-to-global-mark): Likewise.
6121
6122 * emulation/cua-rect.el (cua--extract-rectangle)
6123 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
6124
6125 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6126
6127 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
6128 entry-type. Add field delimiters to numerical fields if they are
6129 not present.
6130
6131 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6132
6133 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
6134 string-const to return value.
6135 (bibtex-remove-delimiters): Use it.
6136
6137 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6138
6139 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
6140 cl-byte-compile-compiler-macro unless it exists.
6141
6142 2006-04-08 Eli Zaretskii <eliz@gnu.org>
6143
6144 * files.el (hack-local-variables-confirm) <offer-save>:
6145 Clarify message text. Suggested by Ralf Angeli.
6146
6147 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
6148
6149 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
6150 (delete-extract-rectangle-line): Use `filter-buffer-substring'
6151 instead of `buffer-substring' and `delete-region'. (Most of the
6152 code actually copied from `kill-region'.)
6153
6154 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
6155
6156 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
6157 (rcirc-default-port): Rename from rcirc-port.
6158 (rcirc-default-nick): Rename from rcirc-nick.
6159 (rcirc-default-user-name): Rename from rcirc-user-name.
6160 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
6161 (rcirc-low-priority-flag): New variable.
6162 (rcirc-decode-coding-system): New defcustom.
6163 (rcirc-encode-coding-system): New defcustom.
6164 (rcirc-coding-system-alist): New defcustom.
6165 (rcirc-multiline-major-mode): New defcustom.
6166 (rcirc-nick): New internal variable.
6167 (rcirc-process): Remove variable.
6168 (rcirc-server-buffer): New variable.
6169 (rcirc): Update to use rcirc-default-* variables above.
6170 (rcirc-connect): Do not add window-configuration-hook-here.
6171 (rcirc-server): New internal variable.
6172 (rcirc-connect): Do not send keepalive pings if
6173 rcirc-keepalive-seconds is nil.
6174 (with-rcirc-server-buffer): New macro.
6175 (rcirc-send-string): Encode with rcirc-encode-coding-system.
6176 (rcirc-server-name): Rename from rcirc-server.
6177 (rcirc-buffer-process): New function.
6178 (rcirc-buffer-nick): New function.
6179 (rcirc-buffer-target): Remove function.
6180 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
6181 New commands.
6182 (rcirc-mode-map): Change binding of C-c C-l to
6183 rcirc-toggle-low-priority.
6184 (rcirc-mode): Initialize coding system based on
6185 rcirc-coding-system-alist. New change-major-mode-hook to part the
6186 channel on a mode change. Make kill-buffer-hook buffer-local.
6187 (rcirc-change-major-mode-hook): New function.
6188 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
6189 (rcirc-last-post-time): New variable.
6190 (rcirc-process-message): Store the last time user posted a message
6191 to this target.
6192 (rcirc-multiline-minor-mode): New mode.
6193 (rcirc-multiline-minor-mode-map): New mode map.
6194 (rcirc-edit-multiline): Put multiline-edit buffer in
6195 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
6196 (rcirc-print): Ignore any line starting with an ignored nick.
6197 (rcirc-print): Decode using rcirc-decode-coding-system.
6198 (rcirc-track-minor-mode): Update global-mode-string when disabling
6199 this mode.
6200 (minor-mode-alist): Add LowPri indicator.
6201 (rcirc-toggle-low-priority): New function.
6202 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
6203 next lowpriority buffer with activity.
6204 (rcirc-record-activity): Sort buffers in rcirc-activity by the
6205 last time the user posted a message in to the target.
6206 (rcirc-update-activity-string): New formatting for low priority
6207 buffers.
6208 (rcirc-split-activity): New function.
6209 (rcirc-handler-PART, rcirc-handler-KICK)
6210 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
6211 (rcirc-nick-away-alist): New variable.
6212 (rcirc-handler-301): New handler. Away messages are printed once
6213 per change.
6214
6215 2006-04-08 Eli Zaretskii <eliz@gnu.org>
6216
6217 * info.el (Info-follow-nearest-node): Doc fix.
6218
6219 * international/mule-cmds.el (set-locale-environment): Make sure
6220 the coding-system preferred by the locale's language has the same
6221 EOL conversion type as the original buffer-file-coding-system.
6222 (locale-language-names): Add a few MS Windows language codes.
6223
6224 2006-04-07 Richard Stallman <rms@gnu.org>
6225
6226 * simple.el (eval-expression): Doc fix.
6227
6228 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
6229 (eval-defun): Doc fixes.
6230
6231 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6232
6233 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
6234
6235 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
6236
6237 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
6238 GDB list command without argument for greater generality.
6239
6240 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
6241
6242 * subr.el (string-or-null-p): New function.
6243
6244 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
6245
6246 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
6247
6248 * files.el: Update comment about safe-local-variable declarations.
6249
6250 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
6251
6252 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
6253 See idlwave.org.
6254
6255 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
6256 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
6257
6258 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
6259 See idlwave.org.
6260
6261 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
6262 version 6.0 (minimal changes). See idlwave.org.
6263
6264 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
6265 6.0 (minimal changes). See idlwave.org.
6266
6267 * progmodes/idlw-rinfo.el: File obsoleted and removed.
6268
6269 2006-04-06 Romain Francoise <romain@orebokech.com>
6270
6271 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
6272 symmetric encryption features and a new asynchronous interface to
6273 GnuPG. This new version is version 1.4, plus whitespace changes.
6274
6275 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
6276
6277 * files.el: Move some `safe-local-variable' declarations to the
6278 respective files.
6279
6280 * textmodes/ispell.el (ispell-check-comments)
6281 (ispell-local-dictionary): Mark as safe.
6282
6283 * abbrev.el (abbrev-mode): Mark as safe.
6284
6285 * add-log.el (change-log-default-name): Mark as safe.
6286
6287 * textmodes/reftex-vars.el (reftex-vref-is-default)
6288 (reftex-fref-is-default, reftex-level-indent)
6289 (reftex-guess-label-type): Mark as safe.
6290
6291 * textmodes/fill.el (colon-double-space): Mark as safe.
6292
6293 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
6294 (sentence-end-double-space, sentence-end-without-period)
6295 (sentence-end-without-space, sentence-end, sentence-end-base)
6296 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
6297
6298 2006-04-06 Kim F. Storm <storm@cua.dk>
6299
6300 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
6301 the :set-after list.
6302 (ido-downcase-unc-hosts): New user option. Default on.
6303 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
6304 when it is set, as regexps are now applied on the fly.
6305 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
6306 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
6307 on the fly, but only when ido-process-ignore-lists is set.
6308 Do case insensitive filtering if ido-downcase-unc-hosts is set.
6309 Only downcase names if ido-downcase-unc-hosts is set.
6310
6311 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
6312
6313 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
6314
6315 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
6316
6317 2006-04-05 Kim F. Storm <storm@cua.dk>
6318
6319 * ido.el (ido-mode): Set after ido-unc-hosts and
6320 ido-ignore-unc-host-regexps.
6321 (ido-save-history): Save ido-unc-hosts-cache.
6322 (ido-load-history): Load ido-unc-hosts-cache.
6323 (ido-reread-directory): Refresh unc hosts cache in // dir.
6324
6325 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
6326 to nil while displaying slash screen.
6327
6328 2006-04-05 Daiki Ueno <ueno@unixuser.org>
6329
6330 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
6331 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
6332
6333 2006-04-05 Kenichi Handa <handa@m17n.org>
6334
6335 * international/characters.el: Setup cases of Latin, Greek, and
6336 Cyrillic characters in CJK charsets.
6337
6338 2006-03-29 Daiki Ueno <ueno@unixuser.org>
6339
6340 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
6341 default-enable-multibyte-characters. This reverts the change from
6342 revision 6.17 which is no longer necessary because the passphrase
6343 is sent separately now. GnuPG messages are unreadable under
6344 multibyte locales with default-enable-multibyte-characters set to nil.
6345
6346 2006-04-04 Andreas Schwab <schwab@suse.de>
6347
6348 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
6349 and `byte-compile-warnings' as `safe-local-variable'.
6350
6351 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
6352
6353 * man.el (Man-mode-map): Restore the \r binding.
6354 (Man-abstract-xref-man-page): If Man-target-string is a function,
6355 call it.
6356 (Man-highlight-references): Use Man-default-man-entry to get the
6357 target. Deal with xrefs too.
6358 (Man-highlight-references0): Don't call the target function.
6359
6360 * woman.el (WoMan-xref-man-page): Strip the section number, woman
6361 cannot deal with it.
6362
6363 2006-04-04 Daiki Ueno <ueno@unixuser.org>
6364
6365 * pgg-gpg.el: Clean up process buffers every time gpg processes
6366 complete.
6367
6368 2006-04-04 Kenichi Handa <handa@m17n.org>
6369
6370 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
6371 here.
6372 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
6373 Temporarily bind inhibit-field-text-motion to t.
6374
6375 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6376
6377 * startup.el (normal-splash-screen): Only set mode-line-format in the
6378 splash buffer, so as not to interfere when debugging the code.
6379 Ignore errors when switching buffer.
6380
6381 2006-04-03 Romain Francoise <romain@orebokech.com>
6382
6383 * dired.el (dired-dnd-protocol-alist): Fix typo.
6384
6385 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
6386
6387 * savehist.el (savehist): Add :version.
6388 (savehist-ignored-variables): New variable.
6389 (savehist-minibuffer-hook): Don't save variables listed in
6390 `savehist-ignored-variables'.
6391
6392 * dired.el (dired-dnd-protocol-alist): Mention that change does
6393 only apply to new buffers in doc string.
6394
6395 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
6396
6397 * recentf.el (recentf-open-files-item): Include newline in button
6398 field, so opening a file will work, when the point is at the end
6399 of the file name. Allow, for example, to [i]search a file by
6400 extension and just push RET to open it.
6401
6402 2006-04-03 Daiki Ueno <ueno@unixuser.org>
6403
6404 * pgg-gpg.el (pgg-gpg-process-filter)
6405 (pgg-gpg-wait-for-completion): Check if buffer is alive.
6406
6407 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
6408 lines, temporary fix.
6409
6410 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
6411
6412 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
6413
6414 2006-04-02 Richard Stallman <rms@gnu.org>
6415
6416 * progmodes/compile.el (compilation-message-face): Make it defcustom.
6417
6418 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
6419
6420 * ibuf-macs.el (define-ibuffer-column): Add a new key:
6421 header-mouse-map.
6422
6423 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
6424 (ibuffer-mode-header-map): New keymaps.
6425 (ibuffer-update-title-and-summary): Enable mouse face highlighting
6426 and keybindings for column headers.
6427 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
6428 property.
6429
6430 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
6431
6432 * speedbar.el (speedbar-after-create-hook): Doc fix.
6433
6434 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
6435
6436 * shell.el (shell-directory-tracker)
6437 (shell-dynamic-complete-command): Doc fixes.
6438
6439 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
6440
6441 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
6442 terminals.
6443
6444 2006-04-01 Kim F. Storm <storm@cua.dk>
6445
6446 * ido.el (ido-unc-hosts-cache): New defvar.
6447 (ido-unc-hosts): If value of defcustom is a function, call it to
6448 get list of UNC hosts. Add function-item choices to specify
6449 ido-unc-hosts-net-view or user function.
6450 (ido-ignore-unc-host-regexps): New defcustom.
6451 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
6452 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
6453 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
6454
6455 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6456
6457 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
6458 wwidth.
6459
6460 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
6461
6462 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
6463 (ido-max-work-file-list, ido-switch-buffer)
6464 (ido-read-file-name-as-directory-commands):
6465 Fix typos in docstrings.
6466
6467 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6468
6469 * term/mac-win.el (mac-system-coding-system): Define and use after
6470 Mac-specific coding systems are ready.
6471
6472 2006-03-27 Romain Francoise <romain@orebokech.com>
6473
6474 * net/rcirc.el (rcirc-connect): Add autoload cookie.
6475
6476 * ldefs-boot.el: Update.
6477
6478 2006-03-27 Daiki Ueno <ueno@unixuser.org>
6479
6480 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
6481 passphrases when it is not needed.
6482 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
6483 passphrase stuff from gpg, should only be necessary when you use
6484 gpg with a smartcard.
6485
6486 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
6487
6488 * comint.el (comint-dynamic-list-completions): Allow user to
6489 select *Completions* buffer.
6490
6491 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
6492
6493 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
6494
6495 2006-03-26 Andreas Schwab <schwab@suse.de>
6496
6497 * progmodes/gud.el (gdb): Only complain about multiple debugging
6498 when the gdb process is still running.
6499
6500 2006-03-25 Eli Zaretskii <eliz@gnu.org>
6501
6502 * mail/rmail.el (tool-bar-map): Defvar it.
6503 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
6504 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
6505
6506 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
6507
6508 * help.el (print-help-return-message): Suggest to use
6509 display-buffer instead of switch-to-buffer-other-window to restore
6510 the previous window without selecting it.
6511
6512 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6513
6514 * frame.el (select-frame-by-name): Call x-focus-frame also when
6515 window-system is mac.
6516
6517 * term/mac-win.el: Adjust Courier font specifications in
6518 x-fixed-font-alist.
6519 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
6520 when directly encoding to UTF-16 in native byte order, no BOM.
6521
6522 2006-03-25 Kim F. Storm <storm@cua.dk>
6523
6524 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
6525 (cua--init-keymaps): Use it instead of fixed C-return.
6526 (cua-mode): Set after it.
6527
6528 * emulation/cua-rect.el (cua--init-rectangles):
6529 Use cua-rectangle-mark-key instead of fixed C-return.
6530
6531 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
6532
6533 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
6534 "run" in .gdbinit.
6535 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
6536
6537 2006-03-24 Romain Francoise <romain@orebokech.com>
6538
6539 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
6540 `display-buffer-other-frame'.
6541
6542 2006-03-24 Kim F. Storm <storm@cua.dk>
6543
6544 * apropos.el (apropos-synonyms): Add selection => region.
6545
6546 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
6547
6548 * progmodes/gdb-ui.el (gdb-var-create-regexp)
6549 (gdb-var-list-children-regexp, gdb-var-update-regexp)
6550 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
6551 (gdb-data-list-register-values-regexp)
6552 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
6553 Future proof against new fields being added to MI output.
6554 (gdb-send): Don't treat backslashes for program input as
6555 continuations.
6556 (gdb-assembler-handler): Don't use window-start for this handler.
6557 (gdb-frame-handler): Don't change to hollow arrow if overlay
6558 arrow doesn't move to new frame.
6559
6560 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
6561
6562 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
6563 prevent compiler warnings.
6564 (gdb-stopped): Check for gud-last-last-frame (case: signal).
6565 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
6566 (gdb-assembler-custom): Use hollow-right-triangle for assembler
6567 buffer too.
6568
6569 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
6570
6571 * pgg-gpg.el (pgg-gpg-update-agent): Check for
6572 make-network-process, so we can use the same code in Gnus v5-10
6573 too and have this file fully synchronized with that release.
6574
6575 2006-03-23 Romain Francoise <romain@orebokech.com>
6576
6577 * ibuf-ext.el (ibuffer-read-filter-group-name):
6578 Use `ibuffer-generate-filter-groups' to make completion list match
6579 the filter groups that are really displayed in the Ibuffer buffer.
6580 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
6581
6582 2006-03-23 Kenichi Handa <handa@m17n.org>
6583
6584 * international/mule-cmds.el (sort-coding-systems): Describe that
6585 the argument is modified in docstring.
6586
6587 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
6588
6589 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
6590 (pgg-gpg-update-agent): New function.
6591 (pgg-gpg-use-agent-p): New function.
6592 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
6593 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6594 (pgg-gpg-sign-region): Use it.
6595
6596 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
6597
6598 * cus-edit.el (custom-face-set): Call custom-push-theme before
6599 face-spec set so that `changed' theme is correctly saved.
6600 (custom-face-reset-standard): Reset to recalculated face rather
6601 than defface spec.
6602
6603 * custom.el (custom-push-theme): Only save `changed' theme if the
6604 current face does not match the defface specs.
6605
6606 2006-03-21 Simon Josefsson <jas@extundo.com>
6607
6608 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
6609 <wilde@sha-bang.de>.
6610 (pgg-gpg-use-agent): New variable.
6611 (pgg-gpg-process-region): Use it.
6612 (pgg-gpg-encrypt-region): Likewise.
6613 (pgg-gpg-encrypt-symmetric-region): Likewise.
6614 (pgg-gpg-decrypt-region): Likewise.
6615 (pgg-gpg-sign-region): Likewise.
6616 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
6617
6618 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
6619
6620 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
6621 bracket links.
6622
6623 2006-03-21 Kim F. Storm <storm@cua.dk>
6624
6625 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
6626 fringe-indicator-alist instead of modifying global value.
6627 (gdb-frame-handler): Likewise.
6628
6629 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
6630
6631 * diff-mode.el (diff-function): Make it inherit from diff-header
6632 instead of diff-context.
6633
6634 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
6635 bitmap.
6636 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
6637 change names in macro above for consistency.
6638 (gdb-frame-handler): Use hollow-right-triangle for all selected
6639 frames which except the innermost (where execution has stopped).
6640 (gdb-reset): Reset buffer-local values of overlay-arrow.
6641
6642 2006-03-20 Richard Stallman <rms@gnu.org>
6643
6644 * simple.el (set-mark-command): Doc fix.
6645
6646 * files.el (display-buffer-other-frame): New command.
6647 (ctl-x-4-map): Bind C-x 5 C-o to it.
6648
6649 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6650
6651 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
6652 rather than just defer-time, in case defer-time has been changed but
6653 the timer isn't running yet.
6654 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
6655
6656 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6657
6658 * help-mode.el (help-follow-symbol): New function.
6659 Essentially identical to the old `help-follow', but do not let
6660 `push-button' do the work when on an xref.
6661 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
6662
6663 2006-03-19 Richard Stallman <rms@gnu.org>
6664
6665 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
6666 preceded by the word `program'.
6667 (help-follow-mouse, help-follow): Throw error if not on xref.
6668 Delete no longer used args.
6669
6670 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
6671
6672 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
6673 annotation ensure gud-overlay-arrow-position is redisplayed.
6674
6675 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6676
6677 * textmodes/bibtex.el (bibtex-include-OPTkey)
6678 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
6679 (bibtex-autokey-name-case-convert)
6680 (bibtex-autokey-titleword-case-convert): Make these the aliases
6681 for the following two variables.
6682 (bibtex-autokey-name-case-convert-function)
6683 (bibtex-autokey-titleword-case-convert-function): Make these the
6684 real names.
6685 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
6686 bibtex-font-lock-crossref sublists.
6687 (bibtex-mode): Revert 2005-12-30 change (which made
6688 completion-ignore-case buffer-local).
6689 (bibtex-url): Simplify.
6690
6691 2006-03-19 Kim F. Storm <storm@cua.dk>
6692
6693 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
6694 cursor property value to 2 (to align with C level change).
6695
6696 2006-03-19 Bill Wohler <wohler@newt.com>
6697
6698 * image.el (image-load-path-for-library): Shorten first line in
6699 docstring.
6700
6701 2006-03-18 Richard Stallman <rms@gnu.org>
6702
6703 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
6704
6705 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
6706
6707 * isearch.el (isearch-other-meta-char): Handle user bindings for
6708 shifted control characters.
6709
6710 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
6711
6712 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
6713 part that matches email addresses, file names, etc.
6714
6715 2006-03-18 Eli Zaretskii <eliz@gnu.org>
6716
6717 * term/w32-win.el (mouse-set-font):
6718 Mention w32-list-proportional-fonts in the doc string.
6719
6720 2006-03-18 Kim F. Storm <storm@cua.dk>
6721
6722 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
6723 (ido-unc-hosts): New user option to explicitly define list of know
6724 UNC-style hosts for completion.
6725 (ido-cache-unc-host-shares-time): New user option.
6726 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
6727 New helper functions for UNC file-name support.
6728 (ido-may-cache-directory): Check for UNC host. Simplify.
6729 (ido-wash-history): Clean out old UNC hosts.
6730 (ido-nonreadable-directory-p): UNC hosts are always readable.
6731 (ido-directory-too-big-p): UNC hosts are never too big.
6732 (ido-set-current-directory): Handle UNC root path.
6733 (ido-file-name-all-completions): Complete UNC host names from
6734 ido-unc-hosts list. Cache UNC host shares.
6735 (ido-make-file-list-1): Don't filter UNC root.
6736 (ido-exhibit): Check for // in root directory, and switch to UNC
6737 mode by setting ido-current-directory to //.
6738
6739 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
6740
6741 * cus-edit.el (customize-changed-options): Mention explicit
6742 version number as default in prompt.
6743
6744 2006-03-17 Bill Wohler <wohler@newt.com>
6745
6746 * image.el (image-load-path-for-library): Minor docstring fix.
6747
6748 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
6749
6750 * textmodes/org.el (org-read-date): Include subgroup 5 into
6751 replacement text.
6752 (org-popup-calendar-for-date-prompt): Fix customization type.
6753
6754 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
6755
6756 * progmodes/gdb-ui.el (gud-watch): Provide completion.
6757 (gdb-continuation): New variable.
6758 (gdb-send): Deal with continuation lines.
6759
6760 * progmodes/gud.el (gud-gdb-complete-command)
6761 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
6762 expressions.
6763 (gud-tooltip-mode): Use buffer-local value.
6764
6765 2006-03-16 Kim F. Storm <storm@cua.dk>
6766
6767 * ido.el (ido-edit-input): Use selected match, if any.
6768
6769 2006-03-16 Bill Wohler <wohler@newt.com>
6770
6771 * image.el (image-load-path-for-library): Prefer user's images in
6772 image-load-path.
6773
6774 2006-03-16 Martin Rudalics <rudalics@gmx.at>
6775
6776 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
6777 when checking for attempt to drag leftmost or rightmost scrollbar.
6778
6779 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
6780
6781 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
6782 (gdb-force-mode-line-update): New function.
6783 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
6784 (gdb-exited): Use them.
6785 (gdb-signal): New function.
6786 (gdb-annotation-rules): Provide a rule for it.
6787
6788 2006-03-16 Kenichi Handa <handa@m17n.org>
6789
6790 * international/mule.el (auto-coding-regexp-alist): Add entries
6791 for Unicode BOM.
6792
6793 * sort.el (sort-build-lists): Temporarily bind
6794 inhibit-field-text-motion to t.
6795
6796 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
6797
6798 * locate.el (locate-command, locate-make-command-line)
6799 (locate-fcodes-file, locate-update-command)
6800 (locate-prompt-for-command, locate, locate-with-filter)
6801 (locate-get-file-positions): Doc fixes.
6802 (locate-buffer-name, locate-header-face): Remove leading `*' in
6803 defcustom.
6804 (locate-filter-output): Use `keep-lines' instead of its alias
6805 `delete-non-matching-lines'.
6806 (locate-get-filename, locate-get-dirname): Add introductory comment.
6807 (locate-find-directory-other-window): Give appropriate error
6808 message if used outside main listing.
6809
6810 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6811
6812 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
6813 the new extend-region feature.
6814 (font-lock-after-change-function): Update correspondingly.
6815 * jit-lock.el (jit-lock-after-change): Update correspondingly.
6816 * progmodes/grep.el (font-lock-lines-before): Don't disable.
6817
6818 2006-03-15 Bill Wohler <wohler@newt.com>
6819
6820 * image.el (image-load-path-for-library): Fix example by not
6821 recommending that one binds image-load-path. Just defvar it to
6822 placate compiler and only use it if previously defined.
6823
6824 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
6825
6826 * textmodes/org.el (org-insert-centered): Use `string-width' to
6827 make underlining work for wide characters.
6828 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
6829 TAB to `org-cycle', to make sure that no binding in
6830 `outline-mode-map' can supercede it.
6831
6832 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
6833
6834 * allout.el: Increment version to 2.2.1 in file commentary.
6835
6836 (allout-version): Increment to 2.2.1.
6837
6838 (allout-default-layout): New customization variable, used when the
6839 file lacks a specific allout-layout. Uses allout-layout-type for
6840 recursively nested definition.
6841
6842 (allout-layout-type): Widget defining allout layouts, necessary for
6843 self-recursive definition.
6844
6845 (allout-mode): Incorporate allout-default-layout as fallback for
6846 allout-layout.
6847
6848 (allout-layout): Mark as 'safe-local-variable', and refer mention
6849 fallback to `allout-default-layout' in absence of a specified value.
6850 (allout-passphrase-verifier-string)
6851 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
6852
6853 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
6854
6855 (allout-get-encryption-passphrase-verifier): Use correct name of
6856 passphrase verifier in docstring.
6857
6858 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
6859
6860 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
6861 elements.
6862 (gdb-find-watch-expression): Make it work for arrays too.
6863 Follow change to gdb-var-list.
6864 (gud-watch): Allow the user to enter variable name with a prexix
6865 arg. Create keybindings.
6866 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
6867 (gdb-var-list-children-handler, gdb-var-update-handler)
6868 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
6869 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
6870 Follow change to gdb-var-list.
6871 (gdb-starting): Don't show the overlay arrows when program is running.
6872
6873 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
6874 gdb-var-list.
6875
6876 2006-03-14 Bill Wohler <wohler@newt.com>
6877
6878 * image.el (image-load-path-for-library): Pass value of path
6879 rather than symbol. Always return list of directories.
6880 Guarantee that image directory comes first.
6881
6882 2006-03-14 Alan Mackenzie <acm@muc.de>
6883
6884 * font-core.el (font-lock-extend-region\(-function\)?.):
6885 New function/variable.
6886
6887 * font-lock.el (font-lock-after-change-function):
6888 Call font-lock-extend-region. Obey font-lock-lines-before.
6889 (font-lock-default-fontify-region): Remove reference to
6890 font-lock-lines-before.
6891
6892 * jit-lock.el (jit-lock-after-change):
6893 Call font-lock-extend-region. Obey font-lock-lines-before.
6894
6895 2006-03-14 David Ponce <david@dponce.com>
6896
6897 * tree-widget.el (tree-widget-themes-load-path)
6898 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
6899
6900 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
6901
6902 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
6903 (rcirc-print): Mark the start of text at the end of the prompt.
6904 (rcirc-track-minor-mode): Add autoload cookie.
6905 (rcirc-update-activity-string): Add space to front of mode-line
6906 indicator.
6907
6908 2006-03-13 Miles Bader <miles@gnu.org>
6909
6910 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
6911 (rcirc-abbrev-nick): Remove function.
6912 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
6913
6914 2006-03-13 David Ponce <david@dponce.com>
6915
6916 * tree-widget.el: Handle themes across all occurrences of the main
6917 themes sub-directory found in tree-widget-themes-load-path.
6918 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
6919 (tree-widget--locate-sub-directory): Return all occurrences.
6920 (tree-widget-themes-path): New function.
6921 Replace tree-widget-themes-directory, and return a list of directories.
6922 (tree-widget-set-parent-theme)
6923 (tree-widget-lookup-image): Use it.
6924
6925 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
6926
6927 * textmodes/org.el (org-link-search): Avoid self-matching of
6928 links, allow target text to be distributed over several lines.
6929 (org-search-not-link): New function.
6930 (org-set-regexps-and-options, org-get-current-options):
6931 New startup options.
6932 (org-export-as-html): Take odd-level setting from local variable.
6933 (org-fontify-emphasized-text): New option.
6934 (org-set-font-lock-defaults): Include emphasized text.
6935 (org-follow-mhe-link): Allow folder-only links, fix folder name.
6936 (org-font-lock): Customize group renamed from `org-faces'.
6937
6938 2006-03-13 John Paul Wallington <jpw@pobox.com>
6939
6940 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
6941 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
6942
6943 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
6944
6945 * cus-start.el (all): Delete :version keyword for members of the
6946 fringe group, since the entire group is new in 22.1.
6947
6948 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
6949
6950 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
6951 map if value is hexadecimal (an address).
6952 (gud-watch): Only search roots for existing watch expressions.
6953 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
6954 prevent caching problems with speedbar-update-directory-contents.
6955
6956 2006-03-12 Juri Linkov <juri@jurta.org>
6957
6958 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
6959 before comparing with `low' and `warn'.
6960
6961 * info.el (Info-dir-remove-duplicates): Move point to the
6962 beginning of the current line after deleting the entries from
6963 redundant heading. Use marker for `limit' and compare it with
6964 point before calling `re-search-forward'.
6965
6966 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6967
6968 * simple.el (yank): Fix typo in docstring.
6969
6970 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
6971
6972 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
6973 messages, where "D" is the 6th character.
6974
6975 2006-03-11 Eli Zaretskii <eliz@gnu.org>
6976
6977 * simple.el (yank): Fix last change.
6978
6979 2006-03-11 David Ponce <david@dponce.com>
6980
6981 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
6982 merging elements from the standard ispell-dictionary-alist.
6983 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
6984 alist, and return the new alist.
6985
6986 2006-03-11 Richard Stallman <rms@gnu.org>
6987
6988 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
6989
6990 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
6991 the way it is implemented is too unclean.
6992
6993 * simple.el (kill-region, yank): Doc fix.
6994
6995 * battery.el (battery-echo-area-format): Doc fix.
6996 (battery-mode-line-format): Likewise.
6997 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
6998 (battery-linux-proc-acpi): Ignore batteries that say "charged".
6999
7000 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
7001
7002 * progmodes/octave-mod.el (octave-indent-for-comment):
7003 Behave according to do string.
7004
7005 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
7006
7007 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
7008 Be visible only if major mode is Mail Mode.
7009
7010 * textmodes/flyspell.el (flyspell-external-point-words)
7011 (flyspell-process-localwords): Fix last changes.
7012
7013 2006-03-11 Eli Zaretskii <eliz@gnu.org>
7014
7015 * calendar/holidays.el (list-holidays): Doc fix.
7016
7017 * international/mule.el (auto-coding-alist): Add .odt
7018 (OpenOffice's open document) files.
7019
7020 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
7021 document) files. Mention in the doc string the need to sync with
7022 auto-coding-alist.
7023
7024 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
7025
7026 * files.el (hack-local-variables-confirm): Don't prompt for ! if
7027 enable-local-variables is set to always query, or there is no
7028 savable variable.
7029
7030 2006-03-10 Bill Wohler <wohler@newt.com>
7031
7032 * image.el (image-load-path-for-library): Merge at least three
7033 functions from Gnus and MH-E into this one function that can now
7034 be shared.
7035
7036 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
7037
7038 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
7039 gdb-remove-mouse-face and remove help-echo too.
7040 (gdb-enqueue-input): Correct conditional clause.
7041
7042 2006-03-10 Glenn Morris <rgm@gnu.org>
7043
7044 * calendar/calendar.el (calendar-holidays): Doc fix.
7045 * calendar/holidays.el (list-holidays): Doc fix.
7046
7047 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
7048
7049 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
7050 it gets called in gdb-prompt anyway.
7051 (gdb-use-separate-io-buffer): Only restore window arrangement for
7052 gdb-many-windows.
7053 (gdb-enqueue-input): Make it harder to send GDB input when program
7054 is running.
7055 (gdb-buffer-list): New variable.
7056 (gdb-remove-mouse-face): New function.
7057 (gdb-starting): Use it when GDB input won't get sent.
7058
7059 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
7060
7061 * help.el (view-lossage): Remove trailing whitespace before
7062 inserting "\n".
7063
7064 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
7065
7066 * files.el (hack-local-variables-confirm):
7067 Set coding-system-for-read to nil before writing to .emacs.
7068
7069 * arc-mode.el (archive-extract): Check if an existing buffer name
7070 comes from a different archive.
7071
7072 * help.el (describe-key-briefly): If KEY is a down event, read and
7073 discard the up event.
7074
7075 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
7076
7077 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
7078 be edited and use font-lock-warning-face for any changes.
7079
7080 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
7081 (gdb-edit-value): Use it to report any errors.
7082
7083 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
7084
7085 * help.el (describe-key): Remove leftover test code.
7086
7087 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
7088
7089 * textmodes/org.el: Move defvars out of eval-when-compile.
7090 Use buffer-file-name variable.
7091 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
7092 arg `file'.
7093 (org-level-faces): Remove startup dependency.
7094 (org-cycle, org-map-tree, org-scan-tags)
7095 (org-remember-handler): Don't call `outline-level' directly.
7096 (org-mhe-search-all-folders): New option.
7097 (org-mhe-get-message-folder-from-index)
7098 (org-mhe-get-message-folder): Fix indexing search.
7099 (org-format-agenda-item): Handle nil TAGS argument.
7100 (org-cleaned-string-for-export, org-activate-target-links)
7101 (org-make-target-link-regexp): Deal with empty radio target list.
7102 (org-tag): New face.
7103 (org-get-level-face): New function.
7104 (org-set-font-lock-defaults): Simplify setup for headlines.
7105 (org-complete): Pass common substring to `display-completion-list'.
7106
7107 2006-03-06 David Ponce <david@dponce.com>
7108
7109 * tree-widget.el: Update Commentary header.
7110 (tree-widget-theme-name): Ignore parent themes.
7111 (tree-widget-set-parent-theme): New function.
7112 (tree-widget-set-theme): Use it.
7113 (tree-widget-set-image-properties): Move definition. Does nothing
7114 if image properties have already been set.
7115 (tree-widget-image-properties): Move definition. Receive an image
7116 name. Set the :pointer property.
7117 (tree-widget-lookup-image): Doc fix. Search in parent themes.
7118 Don't set the :pointer image property.
7119 (tree-widget-convert-widget): New function. Handle :dynargs
7120 compatibility here.
7121 (tree-widget): Use it to :convert-widget. Add the :expander-p
7122 predicate to control when the :expander function is entered.
7123 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
7124 (tree-widget-value-create): Handle :expander-p. widget-apply
7125 :expander.
7126 (tree-widget-expander-p): New function. Default value of the
7127 :expander-p property.
7128
7129 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
7130
7131 * help.el (describe-key): Properly handle the return value of
7132 read-key-sequence when grabbing an up-event. Cleanup mouse-1
7133 remaps. Handle string and vector `follow-link' values.
7134
7135 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
7136
7137 * complete.el (PC-expand-many-files): Try be more careful when parsing
7138 the shell's output.
7139
7140 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7141
7142 * outline.el (hide-sublevels): Provide better interactive default.
7143
7144 2006-03-06 Kenichi Handa <handa@m17n.org>
7145
7146 * international/fontset.el (create-fontset-from-fontset-spec):
7147 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
7148
7149 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
7150
7151 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
7152 backslashes instead of one in regexp.
7153 (gud-tooltip-dereference): Add missing optional argument.
7154
7155 2006-03-04 John Paul Wallington <jpw@pobox.com>
7156
7157 * wdired.el (toplevel): Require `cl' at compile-time.
7158
7159 2006-03-04 Andreas Schwab <schwab@suse.de>
7160
7161 * server.el (server-process-filter): Handle errors during
7162 evaluation of the argument.
7163
7164 2006-03-03 John Paul Wallington <jpw@pobox.com>
7165
7166 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
7167 escape parentheses at beginning of line.
7168 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
7169 (t-mouse-mode): Remove period from end of error message.
7170
7171 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
7172
7173 * textmodes/flyspell.el (flyspell-process-localwords):
7174 Be case-sensitive.
7175
7176 2006-03-03 Martin Rudalics <rudalics@gmx.at>
7177
7178 * cus-edit.el (custom-quote): Remove function, since it has been
7179 moved to custom.el.
7180
7181 * font-lock.el (lisp-font-lock-keywords-2)
7182 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
7183 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
7184 they have no special meaning.
7185
7186 * midnight.el (clean-buffer-list): Handle case where base-buffer of
7187 indirect buffer gets killed before indirect buffer. Use dolist.
7188
7189 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
7190
7191 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
7192 value instead of a literal constant (1) on more pauses.
7193
7194 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7195
7196 * textmodes/flyspell.el (flyspell-external-point-words):
7197 Be case-sensitive.
7198
7199 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
7200
7201 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
7202 with "www".
7203
7204 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
7205
7206 * allout.el: Restablish intermediate missing comment header to
7207 preserve outline structure.
7208 (allout-beginning-of-current-entry): Skip invisible text.
7209 (allout-open-topic): Fix opening a topic at end-of-buffer.
7210 (allout-minor-mode): Move nearer to allout-mode function.
7211
7212 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
7213
7214 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
7215
7216 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
7217
7218 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
7219 is nil.
7220
7221 * progmodes/gud.el (gud-speedbar-menu-items):
7222 Use buffer-local-value and add missing :visible keyword.
7223
7224 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
7225
7226 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
7227
7228 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
7229 must be `follow-link'.
7230
7231 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
7232
7233 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
7234 formatting: No nested anchors.
7235 (org-all-targets): Fix bug with XEmacs compatibility.
7236 (org-read-date): Add (require 'parse-time).
7237 (org-set-tags): Fix bug with extra inserted space.
7238 (org-export-html-style): Define a style class for targets.
7239 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
7240 (org-hide-leading-stars): New option.
7241 (org-hide): New face.
7242 (org-set-font-lock-defaults): Allow to hide leading stars.
7243 (org-get-legal-level, org-tr-level): New functions.
7244 (org-odd-levels-only): New option.
7245 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
7246 (org-demote, org-promote): Deal with double-star levels.
7247 (org-convert-to-odd-levels): New command.
7248
7249 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
7250
7251 * speedbar.el (speedbar-update-localized-contents): Try to
7252 preserve window-start.
7253 (speedbar-update-directory-contents): Try to preserve window-start
7254 and window-point.
7255 (speedbar-update-special-contents): Don't move back to start of window.
7256
7257 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
7258 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
7259 speedbar-timer-fn.
7260 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
7261 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
7262 instead of gdb-speedbar-timer-fn.
7263
7264 2006-02-28 Jay Belanger <belanger@truman.edu>
7265
7266 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
7267 (math-compose-expr): Use latex option when calling
7268 `math-compose-tex-matrix' for latex mode.
7269
7270 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
7271
7272 * speedbar.el: Re-instate comments about developing for speedbar
7273 [this is what info and gdb-ui use even if better methods exist now].
7274
7275 * t-mouse.el: New file.
7276 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
7277 (t-mouse-lispy-buffer-posn-from-coords): Remove.
7278 (t-mouse-make-event-element): Use posn-at-x-y instead.
7279 (t-mouse-make-event): Deal with Fedora Core 3.
7280 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
7281 (t-mouse-mouse-position-function): New function. Use it instead
7282 of advising mouse-position.
7283 (t-mouse-mode): New minor mode.
7284 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
7285
7286 2006-02-27 Glenn Morris <rgm@gnu.org>
7287
7288 * calendar/calendar.el (calendar-holidays): Doc fix.
7289
7290 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
7291
7292 * progmodes/gdb-ui.el (gdb-source-window): New variable.
7293 Re-introduce the concept of a source window.
7294 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
7295 consistency with get-buffer-create.
7296 (def-gdb-auto-update-handler, gdb-info-locals-handler)
7297 (gdb-data-list-register-values-handler)
7298 (gdb-stack-list-locals-handler): Try to preserve window-start as
7299 well as window-point.
7300 (gdb-display-source-buffer): New function (old concept).
7301 (gdb-goto-breakpoint): Use it.
7302
7303 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
7304 for gdb-ui/gdb-mi (old concept).
7305
7306 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
7307
7308 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
7309 binding.
7310
7311 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
7312
7313 * textmodes/reftex-sel.el (reftex-select-label-map)
7314 (reftex-select-bib-map): Add `follow-mouse' binding.
7315
7316 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
7317
7318 * jka-cmpr-hook.el (jka-compr-compression-info-list)
7319 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
7320 Give :set functions to provide automatic updating.
7321 Update docstring. Give compiler defvars early in the file
7322 and move the defcustoms to a later spot where all called functions
7323 are defined.
7324 (jka-compr-file-name-handler-entry): Doc fix.
7325 (jka-compr-compression-info-list--internal)
7326 (jka-compr-mode-alist-additions--internal)
7327 (jka-compr-load-suffixes--internal): New variables.
7328 (jka-compr-install): Set the three above variables.
7329 Update `load-file-rep-suffixes' instead of `load-suffixes'.
7330 (jka-compr-update, jka-compr-set): New functions.
7331 (auto-compression-mode): Doc fix.
7332
7333 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
7334 Update `load-file-rep-suffixes' instead of `load-suffixes'.
7335 Use jka-compr-compression-info-list--internal,
7336 jka-compr-mode-alist-additions--internal and
7337 jka-compr-load-suffixes--internal.
7338
7339 * files.el (load-library):
7340 * loadhist.el (file-loadhist-lookup):
7341 * startup.el (command-line):
7342 * subr.el (locate-library):
7343 * emacs-lisp/autoload.el (update-directory-autoloads):
7344 * emacs-lisp/find-func.el (find-library-suffixes):
7345 Use `get-load-suffixes' instead of `load-suffixes'.
7346
7347 * subr.el (locate-library):
7348 * emacs-lisp/find-func.el (find-library-name):
7349 Use `load-file-rep-suffixes' instead of '("").
7350
7351 2006-02-26 Kim F. Storm <storm@cua.dk>
7352
7353 * ido.el (ido-save-history, ido-load-history): Simplify.
7354 Don't use find-file-noselect to avoid interference from other modes.
7355
7356 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
7357
7358 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
7359 to use the default shell if filename is not available.
7360 Reported by Giorgos Keramidas.
7361
7362 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
7363
7364 * progmodes/etags.el (tags-completion-table): Do completion from
7365 all the tables in the current list, as documented in the manual.
7366
7367 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7368
7369 * CC Mode Update to 5.31.3.
7370
7371 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7372
7373 * progmodes/cc-mode.el (c-postprocess-file-styles):
7374 Bind inhibit-read-only to t, around the call to
7375 c-remove-any-local-eval-or-mode-variables, so that it works on a
7376 RO file.
7377
7378 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7379
7380 * progmodes/cc-awk.el: Correct a typo.
7381
7382 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7383
7384 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
7385 c-hungry-delete-backwards, at the request of RMS. Leave the old
7386 name as an alias.
7387
7388 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7389
7390 * progmodes/cc-mode.el: Correct a typo.
7391
7392 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7393
7394 * progmodes/cc-defs.el: Update the version number to 5.31.3.
7395
7396 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7397
7398 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
7399 brace-else-brace (error due to mbeg, mend being undefined).
7400
7401 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7402
7403 * progmodes/cc-mode.el: File Local variables: Solve the problem
7404 where both `mode' and c-file-offsets are specified: `mode' will
7405 overwrite c-f-o's settings:
7406 (c-remove-any-local-eval-or-mode-variables): New function.
7407 (c-postprocess-file-styles): Call the above new function, within
7408 c-tentative-buffer-change, to splat `mode' and `eval' before the
7409 second hack-local-variables.
7410
7411 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7412
7413 * progmodes/cc-mode.el:
7414 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
7415 (c-after-change): Protect the match data with save-match-data.
7416 It was getting corrupted by c-after-change-check-<>-operators.
7417
7418 * cc-defs.el: [Supersedes patch V1.38]:
7419 (top level): Check for a buggy font-lock-compile-keywords ONLY in
7420 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
7421
7422 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
7423 with save-match-data. It was being corrupted when Font Lock was
7424 not enabled.
7425
7426 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7427
7428 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
7429 Mode and Subword Mode.
7430
7431 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
7432 real labels ("case 1:" or "foo:") from non-labels ("public:").
7433 (c-forward-objc-directive): Replace c-forward-token-2 with crude
7434 coding; c-f-t-2 doesn't move over a token at EOB.
7435
7436 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
7437
7438 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
7439 (c-update-modeline): Concatenate the minor mode indicators
7440 directly onto mode-name, removing c-submode-indicators.
7441 Sometimes, c-s-i got separated from the mode name on the mode line.
7442
7443 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
7444 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
7445
7446 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7447
7448 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
7449 error message when there's an evaluation error to show whether
7450 it's loaded from source or not.
7451 (c-filter-ops): Make it available at runtime too to work when
7452 `c-make-init-lang-vars-fun' needs to evaluate from source.
7453
7454 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
7455
7456 * help.el (help): Revert last part of 2006-02-23 change (deletion
7457 of the `provide' call).
7458
7459 2006-02-23 Juri Linkov <juri@jurta.org>
7460
7461 * compare-w.el (compare-windows-highlight): Add new value
7462 `persistent' and change :type from `boolean' to `choice'.
7463 (compare-windows-overlays1, compare-windows-overlays2):
7464 New internal variables.
7465 (compare-windows-highlight): If compare-windows-highlight is
7466 `persistent', add current overlays to compare-windows-overlays[12]
7467 instead of adding compare-windows-dehighlight to pre-command-hook.
7468 (compare-windows-dehighlight): Delete all overlays from
7469 compare-windows-overlays[12].
7470
7471 * info.el (Info-search): Don't bind search-spaces-regexp to
7472 Info-search-whitespace-regexp in non-regexp isearch mode.
7473
7474 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
7475
7476 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
7477
7478 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
7479
7480 * textmodes/org.el (org-xemacs-p)
7481 (org-export-html-show-new-buffer, org-table-may-need-update)
7482 (org-insert-item, org-mhe-get-message-real-folder)
7483 (org-mhe-get-message-folder-from-index)
7484 (org-mhe-get-message-folder, org-mhe-get-message-num)
7485 (org-mhe-get-header, org-make-org-heading-search-string)
7486 (org-make-org-heading-camel, org-table-sort-lines)
7487 (org-format-org-table-html, org-format-table-table-html):
7488 Fix typos in docstrings.
7489
7490 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
7491
7492 * textmodes/org.el (org-cleaned-string-for-export)
7493 (org-solidify-link-text): New function.
7494 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
7495 XEmacs, just to silence the compiler.
7496 (org-export-as-ascii, org-export-as-html-and-open):
7497 Use `org-cleaned-string-for-export' and create internal links.
7498 (org-follow-mhe-link): Require mh-e, use folder.
7499
7500 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
7501
7502 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
7503
7504 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
7505 gdb-debug-log-length.
7506 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
7507 it a real ring but...
7508 (gud-gdba-marker-filter): ...make it work like mark-ring.
7509 (gdb-enable-debug): Rename from gdb-enable-debug-log.
7510 (gdb-mouse-jump): New function. Add bindings.
7511
7512 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
7513
7514 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
7515 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
7516 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
7517 (gdb-debug-log-length): Customize it's length.
7518 (gud-watch, gdb-var-create-handler): Display function::var format
7519 but don't use to create variable object.
7520 (gdb-var-create-handler): Use message-box in place of message.
7521 (gdb-stopped): Call gdb-exited if signalled.
7522
7523 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
7524
7525 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
7526
7527 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
7528
7529 * textmodes/reftex.el (reftex-locate-file): Search all extensions
7530 if `reftex-try-all-extensions' is set.
7531
7532 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
7533 fail silently when there is no valid argument at point.
7534 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
7535 `fail-silently' argument. From a patch by David Reiter.
7536
7537 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
7538 New commands.
7539 (org-mark-ring): New variable.
7540 (org-mark-ring-length): New option.
7541 (org-open-at-point, org-goto, org-open-file): Push old position
7542 onto the mark ring.
7543 (org-add-hook): New function.
7544 (org-export-table-remove-special-lines): New option.
7545 (org-skip-comments, org-format-org-table-html): Respect new
7546 option `org-export-table-remove-special-lines'.
7547 (org-open-file): Allow special command configuration for
7548 directory link.
7549 (org-file-apps): Fix bugs in customize type, added setting
7550 for directories.
7551 (org-activate-tags, org-format-agenda-item, org-complete)
7552 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
7553 (org-get-tags, org-get-buffer-tags, org-open-at-point)
7554 (org-link-search, org-make-org-heading-search-string)
7555 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
7556 (org-radio-targets, org-file-link-context-use-camel-case)
7557 (org-activate-camels): New options.
7558 (org-update-radio-target-regexp, org-all-targets)
7559 (org-make-target-link-regexp, org-activate-target-links):
7560 New functions.
7561 (org-make-org-heading-search-string): New function.
7562 (org-store-link, org-insert-link): Use new option
7563 `org-file-link-context-use-camel-case'.
7564 (org-activate-camels): Use new option `org-activate-camels'.
7565 (org-link-regexp): Add mhe prefix.
7566 (org-open-at-point, org-store-link): Support for mhe links.
7567 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
7568 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
7569 (org-mhe-get-header, org-follow-mhe-link): New functions.
7570 (org-remove-angle-brackets, org-add-angle-brackets):
7571 New functions.
7572 (org-bracket-link-regexp): New constant.
7573 (org-read-date): Fix bug that was rejecting all typed dates.
7574 (org-link-search): Make hierarchy above visible after a match.
7575 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
7576 (org-store-link): Fix bug with link creation when cursor is in
7577 an empty line.
7578 (org-open-at-point): Fix bug with matching a link.
7579 Fixed buggy argument sequence in call to `org-view-tags'.
7580 (org-compile-prefix-format): Set `org-prefix-has-tag'.
7581 (org-prefix-has-tag): New variable.
7582 (org-format-agenda-item): Remove tags from headline
7583 if appropriate.
7584 (org-agenda-remove-tags-when-in-prefix): New option.
7585
7586 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
7587
7588 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
7589 Fix the regular expressions.
7590
7591 2006-02-21 Richard M. Stallman <rms@gnu.org>
7592
7593 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
7594 if there's no other specific basis.
7595
7596 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
7597 as variables at all.
7598 (unsafep-variable): Rename arg; doc fix.
7599
7600 * abbrevlist.el (list-one-abbrev-table): Add autoload.
7601
7602 * calendar/appt.el (diary-selective-display): Add defvar.
7603
7604 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
7605
7606 * isearch.el (search-whitespace-regexp): Fix custom type.
7607
7608 * help.el (describe-key-briefly): Compute interactive args
7609 in same was as before previous change.
7610
7611 * files.el (enable-local-variables): Doc fix.
7612
7613 2006-02-21 Kim F. Storm <storm@cua.dk>
7614
7615 * fringe.el: Cleanup as file is now pre-loaded.
7616 (fringe-bitmaps): Initialize unconditionally.
7617 (fringe-mode, set-fringe-style): Remove autoload cookies.
7618
7619 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7620
7621 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
7622 `horizontal-bar'.
7623 (fringe-cursor-alist): Use `horizontal-bar'.
7624
7625 2006-02-20 Kim F. Storm <storm@cua.dk>
7626
7627 * fringe.el (fringe-bitmaps): Update to new bitmap names.
7628 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
7629
7630 * loadup.el: Load "fringe" on window systems.
7631
7632 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
7633
7634 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
7635 out of scope components.
7636
7637 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
7638 default.
7639
7640 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
7641
7642 * custom.el (customize-mark-to-save, customize-mark-as-set):
7643 Load the symbol first.
7644
7645 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
7646
7647 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
7648 strech spec so it doesn't display as "^J" on the header line
7649 when `Buffer-menu-use-header-line' is t.
7650
7651 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
7652
7653 * speedbar.el (speedbar-make-button): Keep text properties
7654 of string arguments if desired.
7655
7656 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
7657 expessions.
7658
7659 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
7660 of speedbar.
7661
7662 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
7663
7664 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
7665 to value of `read-file-name-completion-ignore-case'.
7666
7667 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
7668
7669 * custom.el (customize-mark-as-set): Push to `user' theme.
7670
7671 * cus-edit.el (custom-save-variables): Allow unthemed values.
7672 (customize-set-variable): Push setting to `user' theme.
7673
7674 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
7675
7676 * progmodes/gud.el: Don't require font-lock as it's now
7677 automatically loaded.
7678 (gud-speedbar-buttons): Replace gdb-var-changed with
7679 gdb-force-update.
7680
7681 * progmodes/gdb-ui.el (gdb-force-update): Rename from
7682 gdb-var-changed.
7683 (gdb-post-prompt): Use it.
7684 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
7685 (gdb-var-update-handler, gdb-var-delete)
7686 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
7687 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
7688 gdb-force-update in gdb-post-prompt.
7689 (gdb-reset): Clear watch expressions from speedbar when quitting.
7690
7691 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
7692
7693 * viper-cmd.el (viper-insert-state-post-command-sentinel)
7694 (viper-change-state-to-vi, viper-change-state-to-emacs):
7695 Make aware of cursor coloring in the Emacs state.
7696 (viper-special-read-and-insert-char): Use read-char-exclusive.
7697 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
7698
7699 * viper-init.el (viper-emacs-state-cursor-color): New variable.
7700
7701 * viper-util.el (viper-save-cursor-color)
7702 (viper-get-saved-cursor-color-in-replace-mode)
7703 (viper-get-saved-cursor-color-in-insert-mode)
7704 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
7705 state.
7706 (viper-get-saved-cursor-color-in-emacs-mode): New function.
7707
7708 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
7709 (ediff-ignore-case-option3, ediff-actual-diff-options)
7710 (ediff-actual-diff3-options): New variables to control case sensitivity.
7711 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
7712 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
7713 (ediff-toggle-ignore-case): New function.
7714 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
7715
7716 * ediff-help.el (ediff-long-help-message-narrow2)
7717 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
7718 (ediff-long-help-message-word-mode): Add ignore-case command.
7719 (ediff-help-for-quick-help): Add ignore-case command.
7720
7721 * ediff-merg.el: Move provide to the end.
7722
7723 * ediff-ptch.el: Move provide to the end.
7724
7725 * ediff-wind.el: Move provide to the end.
7726
7727 * ediff-mult.el: Move provide to the end.
7728 (ediff-set-meta-overlay): Enable follow-link.
7729
7730 * ediff.el: Move provide to the end.
7731 Break recursive load cycle in eval-when-compile.
7732 (ediff-patch-buffer): Better heuristics.
7733
7734 * ediff-util.el: Move provide to the end.
7735 Break recursive load cycle in eval-when-compile.
7736 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
7737 defuns.
7738 (ediff-submit-report): Pass the values of ediff-diff3-program,
7739 ediff-diff3-options.
7740
7741 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
7742
7743 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
7744 the opening bracket of the following bracketing pairs: {}, [], (), <>,
7745 `' (for example, in the docstring of `windmove-default-keybindings').
7746
7747 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
7748
7749 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
7750 shadow face. Don't provide binding to edit variable when it is
7751 out of scope.
7752
7753 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7754 (gdb-var-update-handler): Detect out of scope variables with pre
7755 GDB 6.4 too.
7756 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
7757 Reset status of variable objects to nil in update handlers.
7758 (gdb-var-update-handler-1): Detect when a variable object comes
7759 in scope. setcar on var changes gdb-var-list directly.
7760
7761 2006-02-17 Juri Linkov <juri@jurta.org>
7762
7763 * ffap.el (ffap) <defface>: Add explicit face declaration.
7764 (ffap-highlight): Use face `ffap' directly instead of checking
7765 for its existence.
7766
7767 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
7768 `visible-ok' of `other-buffer' to find the right original buffer.
7769
7770 * info.el (Info-search): Skip `Local Variables' node.
7771
7772 2006-02-17 Juri Linkov <juri@jurta.org>
7773
7774 * info.el (Info-find-file): Check for symbols `apropos', `history',
7775 `toc' in the input filename, and return these symbols as is.
7776 (Info-find-node-2): Set Info-current-file to symbols `apropos',
7777 `history', `toc' instead of strings.
7778 (Info-set-mode-line): For non-string Info-current-file use the
7779 symbol's name inside **.
7780 (Info-isearch-push-state): Add quote before Info-current-file and
7781 Info-current-node.
7782 (Info-isearch-pop-state): Use `equal' instead of `string='.
7783 (Info-extract-pointer, Info-following-node-name): Use
7784 `match-string-no-properties' instead of `match-string'.
7785 (Info-up): Check `old-file' for `stringp'.
7786 (Info-history): Use `equal' instead of `string-equal'.
7787 Check `file' for `stringp'.
7788 (Info-history): Use symbol `history' instead of string as first arg
7789 of `Info-find-node'.
7790 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
7791 `toc' instead of string.
7792 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
7793 instead of `buffer-substring', and `match-string-no-properties'
7794 instead of `match-string'.
7795 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
7796 instead of strings.
7797 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
7798 Use symbol `apropos' instead of string.
7799 (Info-copy-current-node-name): Check `Info-current-file' for
7800 `stringp' and construct a command with `Info-find-node' from it.
7801 (Info-fontify-node): Use `match-string-no-properties' instead of
7802 `match-string' and check file names for `stringp'.
7803 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
7804 `history', `toc' instead of strings.
7805
7806 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
7807
7808 * files.el: Rearrange functions and variables in the file local
7809 variables section.
7810
7811 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
7812
7813 * files.el: Add truncate-lines, ispell-check-comments and
7814 ispell-local-dictionary as safe local variables.
7815
7816 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
7817
7818 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
7819 out of scope variables.
7820 (gud-speedbar-buttons): Use unless.
7821
7822 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
7823 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
7824 (gdb-show-changed-values): Also use for out of scope variables.
7825 (gdb-var-update-handler-1): Note if variable goes out of scope.
7826
7827 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
7828
7829 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
7830 default to global variable values for unsupplied args.
7831 (rcirc-get-buffer-create): Fix bug with setting the target.
7832 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
7833 test for rcirc-always-use-server-buffer-flag here.
7834 (rcirc-response-formats): Add %N, which is a facified nick. %n
7835 uses the default face. Change the ACTION format string. If the
7836 "nick" is the server, don't print anything for that field.
7837 Comment fixes.
7838 (rcirc-target-buffer): Don't test
7839 rcirc-always-use-server-buffer-flag here.
7840 (rcirc-print): Squeeze extra spaces out of the text before message.
7841 (rcirc-put-nick-channel): Strip potential "@" char from nick
7842 before adding them to nick table.
7843 (rcirc-url-regexp): Improve to match address like "foo.com".
7844
7845 2006-02-17 Eli Zaretskii <eliz@gnu.org>
7846
7847 * allout.el (allout-hidden-p): Move this defsubst before
7848 allout-overlay-interior-modification-handler, where it is first
7849 used.
7850
7851 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
7852
7853 * allout.el: Use allout invisible-text overlays instead of
7854 selective display for concealed text. Also, lots of general
7855 cleanup, and improved compatibility code.
7856
7857 (allout-version) Incremented, corrected, revised, and refined
7858 module commentary.
7859
7860 (provide 'allout): Moved to the bottom, added a require of overlay.
7861
7862 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
7863 `except-current'.
7864 (allout-write-file-hook-handler): Minimize delay.
7865 (count-trailing-whitespace-region): New function so
7866 auto-encryption of current topic can resituate cursor exactly.
7867 PGP/GPG encryption trims trailing whitespace from lines, which
7868 must be accounted for across encryption then decryption.
7869
7870 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
7871 just plain "\C-c", to avoid intruding on user's keybinding space.
7872
7873 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
7874 parameter, so user request to provide a new password is done.
7875
7876 (allout-outside-normal-auto-fill-function, allout-auto-fill):
7877 Refined mechanism for auto-filling behavior while in allout mode.
7878
7879 (allout-mode): Explicitly specify the mode map in the docstring.
7880 Clarify provision for various write-file hook var names.
7881 Adjusted for invisible-text overlays instead of selective-display.
7882
7883 (allout-depth): Really return 0 if not within any topic. This
7884 rectifies `allout-beginning-of-level' and sequence numbering
7885 errors that occur when cutting and pasting numbered topics.
7886 Changed from a in-line subst to a regular function, as well.
7887
7888 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
7889
7890 (allout-end-of-subtree, allout-end-of-subtree)
7891 (allout-end-of-entry, allout-end-of-current-heading)
7892 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
7893 (allout-show-children, allout-show-to-offshoot)
7894 (allout-hide-current-entry, allout-show-current-entry): Rectified
7895 handling of trailing blank lines between items.
7896
7897 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
7898 (allout-current-depth, allout-unprotected, allout-hidden-p)
7899 (allout-on-current-heading-p, allout-listify-exposed)
7900 (allout-chart-subtree, allout-goto-prefix)
7901 (allout-back-to-current-heading, allout-get-body-text)
7902 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
7903 (allout-hide-region-body, allout-toggle-subtree-encryption)
7904 (allout-encrypt-string, allout-encrypted-key-info)
7905 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
7906 (allout-file-vars-section-data): Adjusted for use with
7907 invisible-text overlays instead of selective-display.
7908
7909 (allout-kill-line, allout-kill-topic, allout-yank-processing):
7910 Reworked for use with invisible text overlays.
7911
7912 (allout-current-topic-collapsed-p): New function.
7913
7914 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
7915 to know when to close the containing topic.
7916
7917 (allout-pre-command-business, allout-post-command-business):
7918 Simplify undo-batching and dynamic isearch exposure.
7919
7920 (allout-set-overlay-category): New for invisible-text overlays.
7921 Sets properties of allout-overlay-category, used by
7922 allout-flag-region to set invisible-text overlay properties.
7923 (allout-get-invisibility-overlay): Get the first qualifying
7924 invisibility overlay, so we can find the extent of it.
7925 (allout-back-to-visible-text): Get to just before the beginnining
7926 of the current invisibility overlay, if any.
7927
7928 (allout-overlay-insert-in-front-handler)
7929 (allout-overlay-interior-modification-handler)
7930 (allout-before-change-handler, allout-isearch-end-handler): New
7931 functions to handle extraordinary actions affecting concealed
7932 text.
7933
7934 (allout-flag-region): Use overlays instead of selective-display
7935 for invisible text - by inheritence from the properties of
7936 allout-overlay-category in mainline Emacs, and applied
7937 property-by-property in XEmacs, some recent versions of which
7938 don't inherit the properties from the category. Provisions to
7939 respond to concealed-text edits simplified drastically.
7940
7941 (allout-isearch-rectification, allout-isearch-was-font-lock)
7942 (allout-isearch-expose, allout-enwrap-isearch)
7943 (allout-isearch-abort, allout-pre-was-isearching)
7944 (allout-isearch-prior-pos, allout-isearch-did-quit)
7945 (allout-isearch-dynamic-expose)
7946 (allout-hide-current-entry-completely): Functions deleted.
7947
7948 (allout-undo-aggregation): Explicit undo aggregation no longer
7949 necessary due to transition away from selective-display.
7950
7951 (set-allout-regexp, allout-up-current-level)
7952 (allout-next-visible-heading, allout-forward-current-level)
7953 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
7954 (allout-kill-line, allout-yank-processing, allout-show-children)
7955 (allout-expose-topic, allout-old-expose-topic)
7956 (allout-listify-exposed, allout-insert-latex-header)
7957 (allout-toggle-subtree-encryption, allout-encrypt-string)
7958 (remove-from-invisibility-spec, allout-hide-current-subtree):
7959 Ditched unused variables.
7960
7961 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
7962
7963 * textmodes/ispell.el (ispell-change-dictionary): Call
7964 ispell-buffer-local-dict instead of
7965 ispell-accept-buffer-local-defs.
7966 (ispell-local-dictionary-alist): Accept as valid any coding-system
7967 supported by Emacs.
7968 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
7969 changed to iso-8859-3.
7970
7971 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
7972
7973 * speedbar.el (speedbar-frame-width): Make an inline function
7974 instead of a macro. Use frame-width.
7975 (speedbar-try-completion, speedbar-update-contents)
7976 (speedbar-timer-fn): Use consp.
7977 (speedbar-update-localized-contents): Try to preserve point.
7978
7979 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
7980 (menu): Re-order menu items.
7981 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
7982 field.
7983 (gdb-var-update-handler-1): Use it for GDB 6.4+.
7984 (gdb-post-prompt): Speed things by not forcing update.
7985
7986 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
7987
7988 * wid-edit.el (widget-button-click): For mouse-1, cancel button
7989 press and perform default action if we get a mouse movement event.
7990
7991 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
7992
7993 * calendar/icalendar.el (icalendar--get-event-property)
7994 (icalendar--get-event-property-attributes): Fix typos in
7995 docstrings.
7996
7997 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
7998 docstring.
7999
8000 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
8001
8002 * bs.el (bs-mode): Use `buffer-disable-undo'.
8003 (bs--get-file-name): Simplify.
8004 (bs-show-in-buffer): Mark the buffer as not modified.
8005
8006 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
8007
8008 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
8009 widget-button-click.
8010
8011 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
8012 (custom-mode): Update docstring.
8013
8014 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
8015 binding.
8016
8017 * files.el (hack-local-variables-confirm): Allow scrolling if the
8018 file variable list is too long. Kill temp buffer after use.
8019
8020 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
8021
8022 * progmodes/gud.el (gdb): Improve doc string.
8023 (gdb-script-font-lock-keywords): Expand allowed character set.
8024
8025 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
8026 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
8027 (gdb-separate-io-interrupt, gdb-separate-io-quit)
8028 (gdb-separate-io-stop, gdb-separate-io-eof):
8029 Rename from gdb-inferior-* to gdb-separate-*.
8030 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
8031
8032 2006-02-14 Jay Belanger <belanger@truman.edu>
8033
8034 * calc/calc-arith.el (math-check-known-scalarp): Make sure
8035 expression is a symbol before checking that it is bound.
8036
8037 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
8038 test to see if equation can be solved.
8039
8040 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
8041
8042 * wid-edit.el (widget-button-click): Use :pressed-face property
8043 for overlay face, if it exists.
8044
8045 * cus-edit.el (custom-manual, custom-add-see-also)
8046 (custom-add-parent-links, custom-group-link): Add :pressed-face
8047 property to links.
8048
8049 * files.el (hack-local-variables): Remove ignored variables before
8050 checking if any variables need setting.
8051
8052 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8053
8054 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
8055
8056 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
8057
8058 * help.el (where-is): Fix message for remapped commands.
8059
8060 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
8061 Fix typos in docstrings.
8062
8063 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
8064
8065 * files.el (safe-local-variable-values): New option.
8066 (hack-local-variables-prop-line): Return a list of variable-value
8067 pairs if MODE-ONLY is non-nil.
8068 (hack-local-variables): Construct list of variable-value pairs,
8069 and apply or reject them in one go. Ask for confirmation if
8070 variables are not known safe.
8071 (hack-local-variables-confirm): Complete rewrite. Support
8072 `safe-local-variable-values'.
8073 (enable-local-variables): Update docstring to reflect new
8074 behavior.
8075 (ignored-local-variables): Ignore ignored-local-variables and
8076 safe-local-variable-values.
8077 (safe-local-variable-p): New function.
8078 (risky-local-variable-p): `safe-local-variable' property check
8079 moved to safe-local-variable-p.
8080 (hack-one-local-variable): Checks moved to hack-local-variables.
8081
8082 (byte-compile-dynamic, c-basic-offset, c-file-style)
8083 (c-indent-level, comment-column, fill-column, fill-prefix)
8084 (indent-tabs-mode, kept-new-versions, no-byte-compile)
8085 (no-update-autoloads, outline-regexp, page-delimiter)
8086 (paragraph-start, paragraph-separate, sentence-end)
8087 (sentence-end-double-space tab-width, version-control):
8088 Add `safe-local-variable' property.
8089
8090 * find-lisp.el: Delete nonexistent `autocompile' file variable.
8091
8092 * icomplete.el, play/landmark.el: Change nonexistent
8093 `outline-layout' file variable to `allout-layout'.
8094
8095 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
8096
8097 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
8098 (gdb-get-changed-registers): Test value of gud-minor-mode relative
8099 to gud-comint-buffer.
8100 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
8101 gdb-ui.el for gdb-mi.el.
8102 (gdb-post-prompt, gdb-get-changed-registers): Move test for
8103 registers buffer to gdb-get-changed-registers.
8104 (gdb-breakpoint-regexp): New regexp. Allow toggling and
8105 deletion of catchpoints (throw and catch).
8106 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
8107 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
8108 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
8109 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
8110 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
8111
8112 2006-02-13 Jay Belanger <belanger@truman.edu>
8113
8114 * calc/calc-arith.el (math-check-known-matrixp): Make sure
8115 expression is a symbol before checking that it is bound.
8116
8117 2006-02-13 Richard M. Stallman <rms@gnu.org>
8118
8119 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
8120 for the minibuffer too, but not if resize-mini-windows will interfere.
8121
8122 * help.el (describe-key-briefly, describe-key): Do all arg-reading
8123 inside `interactive' spec.
8124 (describe-key-briefly-internal, describe-key-internal):
8125 Functions merged back into their callers.
8126
8127 2006-02-13 Martin Rudalics <rudalics@gmx.at>
8128
8129 * info.el (info-xref-visited): Inherit from info-xref too.
8130 (Info-set-mode-line): Replace occurrences of `%' by `%%'
8131 when propertizing Info-current-file and Info-current-node.
8132
8133 2006-02-13 Juri Linkov <juri@jurta.org>
8134
8135 * tumme.el (tumme-thumbnail-storage): Fix docstring.
8136 (tumme-thumb-name): Fix per-directory format.
8137
8138 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
8139
8140 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
8141
8142 2006-02-12 Miles Bader <miles@gnu.org>
8143
8144 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
8145
8146 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
8147
8148 * tumme.el: Remove history section. If someone needs the it, it
8149 can always be found in CVS.
8150
8151 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
8152
8153 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
8154 about the Thumbnail Managing Standard option.
8155
8156 2006-02-12 Richard M. Stallman <rms@gnu.org>
8157
8158 * subr.el (substitute-key-definition): Doc fix.
8159
8160 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
8161
8162 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
8163
8164 * info.el (Info-mode): Doc fix.
8165
8166 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
8167
8168 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
8169
8170 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
8171 because on Solaris a POSIX compatible "id" is needed. Reported by
8172 Magnus Henoch <mange@freemail.hu>.
8173
8174 2006-02-12 Juri Linkov <juri@jurta.org>
8175
8176 * tumme.el: Remove todo item about Thumbnail Managing Standard.
8177 (tumme) <defgroup>: Change :group to `multimedia'.
8178 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
8179 Managing Standard.
8180 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
8181 Fix dostring.
8182 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
8183 and %y. Fix docstring.
8184 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
8185 (tumme-cmd-create-standard-thumbnail-command): New user options.
8186 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
8187 is `standard'. Fix docstring.
8188 (tumme-thumb-width, tumme-thumb-height): New user options.
8189 (tumme-external-viewer): Try to find various viewers.
8190 (tumme-get-thumbnail-image): Use `create-image' instead of
8191 constructing the `image' structure.
8192 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
8193 `standard'.
8194 (tumme-thumb-name): Add file name generation for standard storage.
8195 Simplify code for other storages.
8196 (tumme-thumb-name): Use width %w and height %h instead of size %s.
8197 Add modification time %m and thumbnail-nq8 %q.
8198 Use `tumme-cmd-create-standard-thumbnail-command' if
8199 tumme-thumbnail-storage is `standard'.
8200 (tumme-dired-insert-marked-thumbs): New autoload command.
8201 (tumme-dired-after-readin-hook): New function.
8202 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
8203 `tumme-thumb-size'.
8204 (tumme-display-image): Replace size-x %x and size-y %y with
8205 width %w and height %h.
8206
8207 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
8208 `tumme-dired-insert-marked-thumbs'.
8209
8210 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
8211
8212 * tumme.el (tumme-write-tag): Fix small bug (file name did not
8213 include path).
8214 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
8215 matching tag.
8216
8217 2006-02-12 Miles Bader <miles@gnu.org>
8218
8219 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
8220 New variables.
8221 (rcirc-abbrev-nick): New function.
8222 (rcirc-format-response-string): Rewrite to use the formats in
8223 `rcirc-response-formats' and expand escape sequences therein.
8224 A text-property `rcirc-text' is added over the actual response
8225 text to make easy to find inside the returned string.
8226 (rcirc-print): When filling, just look for the `rcirc-text'
8227 text-property to find the appropriate fill prefix, instead of
8228 using hardwired patterns.
8229
8230 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
8231
8232 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
8233 Managing Standard.
8234
8235 2006-02-11 Kim F. Storm <storm@cua.dk>
8236
8237 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
8238 Don't use insert-buffer; do insert-buffer-substring directly.
8239 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
8240
8241 2006-02-11 Martin Rudalics <rudalics@gmx.at>
8242
8243 * files.el (revert-buffer, recover-file): Replace buffer-read-only
8244 with inhibit-read-only. Suggested by Stefan Monnier.
8245 (revert-buffer): Let insert-file-contents discard
8246 buffer-undo-list. Simplify code.
8247 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
8248
8249 2006-02-11 Eli Zaretskii <eliz@gnu.org>
8250
8251 * menu-bar.el (menu-bar-select-yank): Add a doc string.
8252
8253 * help.el (describe-key-briefly): Now a wrapper for
8254 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
8255 to t. Populate yank-menu if empty.
8256 (describe-key-briefly-internal): Renamed from describe-key-briefly.
8257 (describe-key): Now a wrapper for describe-key-internal. Bind
8258 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
8259 (describe-key-internal): Renamed from describe-key.
8260
8261 2006-02-11 Milan Zamazal <pdm@zamazal.org>
8262
8263 * progmodes/glasses.el (glasses-separator): Doc fix.
8264 (glasses-original-separator): New defcustom.
8265 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
8266
8267 2006-02-11 Martin Rudalics <rudalics@gmx.at>
8268
8269 * mwheel.el (mouse-wheel-up-event): Doc fix.
8270
8271 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
8272
8273 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
8274 (tumme-dir): New function. Copied from thumbs.el.
8275
8276 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
8277
8278 * desktop.el (desktop-outvar): Fix typo.
8279 (desktop-save-buffer-p): Doc fix.
8280
8281 * subr.el (substitute-key-definition): Fix typo.
8282
8283 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8284
8285 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
8286 when window-system is mac.
8287
8288 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
8289
8290 2006-02-10 Kim F. Storm <storm@cua.dk>
8291
8292 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
8293 indirect-function instead of using condition-case.
8294
8295 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
8296
8297 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
8298 less `colloquial'...
8299
8300 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
8301
8302 * tumme.el: Add a couple of todo items.
8303
8304 2006-02-09 Lars Hansen <larsh@soem.dk>
8305
8306 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
8307 (highlight-changes-mode): Don't change desktop-locals-to-save.
8308
8309 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
8310
8311 * image-mode.el (image-toggle-display): Clear image cache if using
8312 filename.
8313
8314 2006-02-09 Masatake YAMATO <jet@gyve.org>
8315
8316 * dired-x.el (dired-guess-shell-alist-default): Add .man as
8317 a `dired-man' target.
8318
8319 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
8320 boundary of symbols.
8321
8322 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
8323
8324 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
8325
8326 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
8327
8328 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
8329 `mapcar'; return nil.
8330
8331 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
8332
8333 * mouse.el (mouse-drag-track): Don't change window if we rebind to
8334 some other event.
8335
8336 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
8337
8338 * net/rcirc.el (rcirc-startup-channels-alist):
8339 Add irc.freenode.net and #emacs as defaults.
8340 (rcirc-ignore-all-activity-flag): Remove variable.
8341 (rcirc-authinfo): New variable.
8342 (rcirc-authinfo-filename): Remove variable.
8343 (rcirc-always-use-server-buffer-flag): New flag.
8344 (rcirc): M-x rcirc will automatically connect without prompting.
8345 C-u M-x rcirc will prompt. Use rcirc-connect to create a
8346 connection in lisp.
8347 (rcirc-process-server-response-1): Remove everything but the nick
8348 portion of the sender so it doesn't need to be done everywhere
8349 else. Update related code.
8350 (global-map): Remove global keybindings.
8351 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
8352 (rcirc-send-input): Split into several functions.
8353 (rcirc-process-input-line, rcirc-process-message)
8354 (rcirc-process-command): New functions.
8355 (rcirc-target-buffer): New function to determine where to route
8356 messages.
8357 (rcirc-user-nick): Save match data.
8358 (rcirc-toggle-ignore-buffer-activity)
8359 (rcirc-update-activity-string): Remove global ignore functionality,
8360 which can be done now by toggling rcirc-track-minor-mode.
8361 (rcirc-track-minor-mode-map): New keymap.
8362 (rcirc-track-minor-mode): New minor-mode.
8363 (ignore): Make the ignore output nicer. Always print it when
8364 adding or removing nicks.
8365 (rcirc-url-regexp): Improve.
8366 (rcirc-mangle-text): Remove properties before using text in the
8367 modeline.
8368 (rcirc-authenticate): Authentication data comes from
8369 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
8370 (rcirc-server-prefix): Inherit from rcirc-server.
8371
8372 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
8373
8374 * Makefile.in (compile): Append "|| true" to the end of the `find'
8375 command, like compile-always does.
8376
8377 2006-02-08 Sam Steingold <sds@gnu.org>
8378
8379 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
8380 output from a dead connection.
8381
8382 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
8383
8384 * dired.el (dired-mode-map): Add more bindings for tumme.
8385
8386 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
8387
8388 * wdired.el (wdired-mode-map): Use remap.
8389 (wdired-get-filename): Massage.
8390 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
8391 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
8392 `keymap' property rather than `local-map'.
8393
8394 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
8395
8396 * tumme.el (tumme-get-thumbnail-image): New utility function.
8397 Suggested by from Chong Yidong.
8398 (tumme-dired-with-window-configuration): Rename from
8399 `tumme-dired'. Add code to save window configuration.
8400 (tumme-restore-window-configuration): New command to restore the
8401 window configuration that `tumme-dired-with-window-configuration'
8402 saves before it changes the window configuration.
8403 (tumme-show-all-from-dir): New command to display thumbnails for
8404 all files in a directory entered by the user, like M-x thumbs.
8405 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
8406 have been created.
8407 (tumme-display-thumbnail-original-image): Call `display-buffer'.
8408 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
8409 Remove obsolete test function.
8410
8411 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
8412
8413 * vc.el (small-temporary-file-directory): Remove defvar; there's
8414 a defcustom for it in files.el.
8415
8416 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
8417 Fix typo in message.
8418 (tumme-gallery-generate): Fix typo in `error' message.
8419 (tumme-display-window-height-correction)
8420 (tumme-display-window-width-correction, tumme-line-up-dynamic)
8421 (tumme-line-up-interactive): Dox fixes.
8422 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
8423 (tumme-restore-window-configuration, tumme-format-properties-string)
8424 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
8425 Fix typos in docstrings.
8426
8427 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
8428
8429 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
8430
8431 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
8432
8433 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
8434 User should use hook if desired.
8435
8436 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
8437 buffer if necessary.
8438 (gdb-delete-frame-or-window): New function.
8439 (gdb-breakpoints-mode-map): Bind "q" to it.
8440
8441 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
8442
8443 * textmodes/nroff-mode.el: Clean up name space.
8444 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
8445 (nroff-mode): Obey the global setting of nroff-electric-mode.
8446 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
8447
8448 * calendar/calendar.el (calendar-increment-month): Typo in last change.
8449
8450 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
8451
8452 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
8453
8454 2006-02-06 Lars Hansen <larsh@soem.dk>
8455
8456 * generic-x.el (etc-fstab-generic-mode): Add file system types
8457 cifs and usbdevfs. Allow special chars in file names.
8458
8459 2006-02-05 Jay Belanger <belanger@truman.edu>
8460
8461 Update copyright notices of the files in lisp/calc.
8462
8463 2006-02-05 Romain Francoise <romain@orebokech.com>
8464
8465 Update copyright notices of all files in the lisp/play directory.
8466
8467 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
8468
8469 * ldefs-boot.el: Regenerate.
8470
8471 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
8472
8473 2006-02-05 Kim F. Storm <storm@cua.dk>
8474
8475 * files.el (magic-mode-regexp-match-limit): New defvar.
8476 (set-auto-mode): Use it to limit magic-mode-alist matching.
8477
8478 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
8479
8480 * simple.el (display-message-or-buffer): Compare the number of
8481 characters to the frame width when determining whether a 1-line
8482 message string will fit in the echo area. Count screen lines
8483 instead of buffer lines when determining whether a multi-line
8484 message will fit in the echo area/minibuffer window.
8485
8486 2006-02-04 Eli Zaretskii <eliz@gnu.org>
8487
8488 * info.el (Info-index, Info-mode): Improve the description of the
8489 `i' command.
8490
8491 * ldefs-boot.el: Regenerate.
8492
8493 2006-02-03 Werner Lemberg <wl@gnu.org>
8494
8495 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
8496 greedy to find the closing bracket in \*[...] and similar
8497 expressions. This is a first rough fix -- many additional
8498 refinements are necessary to make nroff mode really usable with groff.
8499
8500 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
8501
8502 * international/mule-cmds.el (set-locale-environment):
8503 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
8504 libX11.
8505
8506 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
8507
8508 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
8509 archive are created in archive-tmpdir.
8510
8511 2006-02-02 John Paul Wallington <jpw@pobox.com>
8512
8513 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
8514 (ibuffer-fontification-alist): Use it.
8515 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
8516 to "* z" and the Ibuffer Mark menu.
8517
8518 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
8519
8520 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
8521
8522 * textmodes/table.el (*table--cell-describe-mode)
8523 (*table--cell-describe-bindings): Undo last change since
8524 print-help-return-message is not obsoleted by anything at all.
8525
8526 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
8527
8528 * emulation/cua-base.el (cua-mode): Doc fix.
8529
8530 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
8531
8532 * dframe.el (dframe-handle-make-frame-visible)
8533 (dframe-handle-iconify-frame, dframe-get-focus)
8534 (dframe-select-attached-frame, dframe-power-click)
8535 (dframe-frame-mode): Fix typos in docstrings.
8536
8537 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
8538 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
8539 Fix typos in docstrings.
8540
8541 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
8542 (hi-lock-face-buffer, hi-lock-font-lock-hook)
8543 (hi-lock-archaic-interface-message-used)
8544 (hi-lock-file-patterns-range): Fix typos in docstrings.
8545
8546 * savehist.el (savehist-loaded, savehist-load, savehist-install)
8547 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
8548
8549 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
8550 Fix typo in docstring.
8551
8552 * net/newsticker.el (newsticker--decode-iso8601-date)
8553 (newsticker--set-customvar, newsticker--buffer-insert-item)
8554 (newsticker--do-run-auto-mark-filter)
8555 (newsticker--parse-generic-feed): Doc fixes.
8556 (newsticker--retrieval-timer-list, newsticker-url-list)
8557 (newsticker-hide-immortal-items-in-echo-area)
8558 (newsticker-hide-obsolete-items-in-echo-area)
8559 (newsticker-new-item-face, newsticker--enclosure)
8560 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
8561 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
8562 (newsticker--parse-generic-feed, newsticker--cache-contains)
8563 (newsticker--stat-num-items, newsticker-download-enclosures):
8564 Fix typos in docstrings.
8565
8566 * net/rcirc.el (rcirc-debug): Doc fix.
8567 (rcirc-fill-column, rcirc-receive-message-hooks)
8568 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
8569 (rcirc-mode, rcirc-generate-new-buffer-name)
8570 (rcirc-startup-channels, rcirc-ignore-update-automatic)
8571 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
8572 Fix typos in docstrings.
8573 (rcirc-print): "?\ " -> "?\s".
8574 (rcirc-cmd-join): Improve argument/docstring consistency.
8575
8576 2006-02-01 Mark A. Hershberger <mah@everybody.org>
8577
8578 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
8579 before narrow-to-region.
8580
8581 2006-02-01 Richard M. Stallman <rms@gnu.org>
8582
8583 * simple.el (move-beginning-of-line): Scan properly for invis change.
8584
8585 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
8586
8587 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
8588
8589 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
8590 change bit only when id-format is 'integer. Reported by Matt
8591 Hodges <M.P.Hodges@rl.ac.uk>.
8592
8593 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
8594
8595 * hilit-chg.el (highlight-changes-initial-state)
8596 (highlight-changes-global-initial-state): Doc fixes.
8597 (highlight-changes-global-modes, global-highlight-changes):
8598 Fix typos in docstrings.
8599
8600 2006-02-01 Kim F. Storm <storm@cua.dk>
8601
8602 * emulation/cua-base.el (cua-mode): Mention that CUA enables
8603 transient-mark-mode in doc string.
8604
8605 2006-01-31 Richard M. Stallman <rms@gnu.org>
8606
8607 * replace.el (multi-occur): Doc fix.
8608 (multi-occur-in-matching-buffers): Rename from
8609 multi-occur-by-filename-regexp. Prefix arg says match
8610 buffer names instead of file names.
8611
8612 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
8613
8614 * bs.el: Allow non-default values of `bs-header-lines-length'.
8615 (bs--running-in-xemacs): Remove (not needed anymore).
8616 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
8617 instead of `shrink-window', thus avoiding having to compute the
8618 height of the window.
8619 (bs--up): Wrap around even when there's no header.
8620 (bs--down): Use `forward-line' instead of `next-line'.
8621
8622 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
8623
8624 * image-mode.el (image-toggle-display): Use file name if possible,
8625 instead of unnecessarily allocating a (possibly huge) lisp string.
8626
8627 2006-01-30 John Paul Wallington <jpw@pobox.com>
8628
8629 * subr.el (toplevel): Define `cl-assertion-failed' condition here
8630 because the `assert' macro signals it at runtime.
8631
8632 * emacs-lisp/cl.el (toplevel): Remove definition of
8633 `cl-assertion-failed' condition.
8634
8635 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
8636
8637 * thumbs.el (thumbs-marked-list): Make buffer-local and
8638 permanent-local.
8639 (thumbs-insert-thumb): Make help-echo non-sticky.
8640 (thumbs-file-alist): Use eolp as check for (non)-image.
8641
8642 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
8643
8644 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
8645 (ediff-before-session-group-setup-hooks)
8646 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
8647 Fix typos in docstrings.
8648
8649 * window.el (bw-dir, bw-eqdir, balance-windows)
8650 (split-window-keep-point): Fix typos in docstrings.
8651
8652 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
8653 (org-quote-string, org-calendar-to-agenda-key)
8654 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
8655 (org-show-following-heading, org-tags-column)
8656 (org-use-tag-inheritance, org, org-allow-space-in-links)
8657 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
8658 (org-enable-table-editor, org-calc-default-modes)
8659 (org-table-allow-automatic-line-recalculation)
8660 (org-export-html-style, org-export-with-fixed-width)
8661 (org-export-with-sub-superscripts, org-special-keyword)
8662 (org-formula, org-time-grid, org-table-may-need-update)
8663 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
8664 (org-goto-quit, org-get-indentation, org-end-of-item)
8665 (org-move-item-down, org-move-item-up)
8666 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
8667 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
8668 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
8669 (org-agenda-log-mode, org-agenda-toggle-diary)
8670 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
8671 (org-agenda-file-to-end, org-agenda-no-heading-message)
8672 (org-agenda-get-closed, org-format-agenda-item)
8673 (org-cmp-priority, org-cmp-category, org-cmp-time)
8674 (org-agenda-change-all-lines, org-agenda-diary-entry)
8675 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
8676 (org-link-search, org-camel-to-words, org-open-file)
8677 (org-remember-handler, org-table-convert-region)
8678 (org-table-move-row-down, org-table-move-row-up)
8679 (org-table-copy-region, org-table-wrap-region)
8680 (org-table-toggle-vline-visibility)
8681 (org-table-get-vertical-vector, org-table-modify-formulas)
8682 (org-table-get-specials, org-recalc-commands)
8683 (org-table-rotate-recalc-marks, org-table-eval-formula)
8684 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
8685 (org-level-color-stars-only, org-insert-heading):
8686 Fix typos in docstrings.
8687 (last-arg): Add defvar.
8688
8689 * makefile.w32-in (WINS): Add erc.
8690 (MH_E_SRC): Update (copied from lisp/Makefile.in).
8691
8692 2006-01-29 Bill Wohler <wohler@newt.com>
8693
8694 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
8695 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
8696 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
8697 (mh-autoloads): Don't use comments on otherwise empty lines.
8698
8699 2006-01-29 Edward O'Connor <ted@oconnor.cx>
8700
8701 * emulation/viper.el (viper-major-mode-modifier-list): Add
8702 insert-state and vi-state entries for erc-mode.
8703 (viper-go-away, viper-set-hooks): Add and remove
8704 viper-comint-mode-hook from erc-mode-hook as appropriate.
8705
8706 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
8707
8708 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
8709
8710 * bs.el (bs--format-aux): Implement `middle' alignment as
8711 described in the docstring for `bs-attributes-list'.
8712 (bs--get-name): Simplify. Don't pad the buffer name.
8713
8714 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
8715
8716 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
8717 English aspell dictionary is installed, use the first entry of
8718 ispell-dictionary-alist-1.
8719
8720 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
8721
8722 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
8723 Doc fix.
8724
8725 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
8726
8727 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
8728 for `process-file', in order to let it work for older Emacsen too.
8729
8730 2006-01-27 Eli Zaretskii <eliz@gnu.org>
8731
8732 * international/latexenc.el: Add a suitable `coding:' tag.
8733 (latexenc-find-file-coding-system): Undo last change.
8734
8735 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8736
8737 * international/latexenc.el (latexenc-find-file-coding-system):
8738 Make sure latexenc-main-file is a regular file and is readable.
8739
8740 2006-01-27 Andre Spiegel <spiegel@gnu.org>
8741
8742 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
8743 Pass FILE to vc-user-login-name.
8744
8745 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
8746
8747 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
8748
8749 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
8750 there are no more images to display.
8751 (thumbs-mark, thumbs-unmark): Revert change so that they move to
8752 the next image.
8753
8754 2006-01-26 Richard M. Stallman <rms@gnu.org>
8755
8756 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
8757
8758 * wid-edit.el (advertised-widget-backward): New alias.
8759 (widget-keymap): Use advertised-widget-backward for S-TAB.
8760
8761 * tumme.el: Correct the keywords.
8762 (tumme-dir-max-size): Use defvar.
8763 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
8764
8765 * simple.el (move-beginning-of-line): Take account of fields.
8766 (clone-indirect-buffer-other-window): Take args like
8767 clone-indirect-buffer, and work like it.
8768
8769 * help-fns.el (describe-function): Don't pass `nil' as default.
8770
8771 * files.el (risky-local-variable-p): Follow var aliases.
8772
8773 * subr.el (lazy-completion-table): Doc fix.
8774
8775 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
8776 global binding of `line'.
8777
8778 2006-01-25 Andre Spiegel <spiegel@gnu.org>
8779
8780 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
8781 Tramp.
8782
8783 * vc.el (vc-default-dired-state-info): Pass FILE to
8784 vc-user-login-name.
8785 (vc-default-update-changelog): Don't use vc-user-login-name, we
8786 don't need it here.
8787
8788 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
8789 no longer necessary.
8790
8791 2006-01-25 Kenichi Handa <handa@m17n.org>
8792
8793 * international/mule.el (decode-char): Avoid the overhead of
8794 calling utf-lookup-subst-table-for-decode if
8795 utf-translate-cjk-mode is nil.
8796 (encode-char): Avoid the overhead of calling
8797 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
8798 nil.
8799
8800 2006-01-22 Kenichi Handa <handa@m17n.org>
8801
8802 * international/mule.el (make-subsidiary-coding-system): Reset
8803 `coding-system-define-form' property of subsidiaries to nil.
8804 Avoid duplicated entry in coding-system-alist.
8805 (make-coding-system): Avoid duplicated entry in
8806 coding-system-alist.
8807 (define-coding-system-alias): Likewise.
8808
8809 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
8810
8811 * completion.el: Minor fixes in introductory comment.
8812 (completion-def-wrapper): Fix alist.
8813
8814 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
8815
8816 * thumbs.el (thumbs-new-image-size): New function.
8817 (thumbs-increment-image-size-element)
8818 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
8819 (thumbs-decrement-image-size): Delete.
8820 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
8821 temp files and use to resize.
8822 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
8823 Use increment argument to enlarge/shrink. Preserve point.
8824 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
8825 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
8826 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
8827 (thumbs-mark, thumbs-unmark): Preserve point.
8828 (thumbs-modify-image): Keep old temp files and use to modify.
8829 Cleanup old temp files at load time. Preserve point.
8830 (thumbs-view-image-mode-map): Use new command names.
8831
8832 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
8833
8834 * log-view.el (log-view-minor-wrap): First rev is the one at point.
8835
8836 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
8837 the nastiest part of the cyclic dependency.
8838 (cal-menu-update): Use dotimes and calendar-increment-month.
8839
8840 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
8841 (calendar-week-start-day): Add an :initializer.
8842 (calendar-mode-map): Use suppress-keymap, and command remapping.
8843 (describe-calendar-mode): Setup xref-stack info for the back button.
8844 (calendar-star-date): Insert before delete.
8845 (calendar-set-mode-line): Add file-modified info if applicable.
8846 (calendar-increment-month): New function.
8847
8848 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
8849
8850 * font-lock.el (lisp-font-lock-keywords-2):
8851 Recognize "& keywords" only at word boundaries.
8852
8853 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
8854
8855 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
8856 and permanent-local.
8857 (thumbs-max-image-number): New variable.
8858 (thumbs-do-thumbs-insertion): Use them.
8859 (thumbs-per-line): Change default to 4.
8860 (thumbs-marked-list): Rename from thumbs-markedL.
8861 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
8862 (thumbs-rename-images): Use -list instead of L for internal variables.
8863 (thumbs-call-convert): Use call-process instead of shell-command.
8864 (thumbs-insert-thumb): Add filename as help-echo to each image.
8865 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
8866 Give dir to thumbs-show-thumbs-list.
8867 (thumbs-show-thumbs-list): Set default-directory to that of images.
8868 (thumbs-dired-show): Rename from thumbs-dired-show-all.
8869 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
8870 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
8871 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
8872
8873 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
8874
8875 * ses.el (ses-read-cell): Provide a default value.
8876
8877 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
8878
8879 * term/w32-win.el (image-library-alist): Add additional names for
8880 GIF library.
8881
8882 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8883
8884 * international/latexenc.el (latexenc-find-file-coding-system):
8885 Add file-regular-p check.
8886
8887 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
8888
8889 * simple.el (clone-buffer): Don't show the new buffer in the same
8890 window.
8891
8892 2006-01-23 Juri Linkov <juri@jurta.org>
8893
8894 * faces.el (link, link-visited): New faces based on default values
8895 of `info-xref' and `info-xref-visited'.
8896
8897 * info.el (info-xref): Inherit from `link'.
8898 (info-xref-visited): Inherit from `link-visited'.
8899
8900 * cus-edit.el (custom-buffer-create-internal): Use widget type
8901 `custom-manual' instead of `info-link' and don't set properties
8902 `button-face' and `mouse-face' explicitly.
8903 (custom-browse-group-tag, custom-browse-variable-tag)
8904 (custom-browse-face-tag): Inherit from widget class
8905 `custom-group-link' instead of `push-button'.
8906 (custom-button-unraised): Inherit from `underline' face.
8907 (custom-link): Inherit from `link' face. Fix doc and group.
8908 (custom-add-parent-links, custom-group-value-create): Don't set
8909 properties `button-face' and `mouse-face' explicitly for
8910 `custom-group-link' widget.
8911 (custom-group-link): Add properties `button-face' and `mouse-face'
8912 to widget definition.
8913 (custom-field-keymap): New variable. Put `custom-field-keymap' to
8914 editable-field's :keymap property.
8915 (custom-mode): Fix docstring: substitute keybindings for
8916 `widget-forward' and `widget-backward' from `widget-keymap',
8917 `widget-complete' from `custom-field-keymap', replace old
8918 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
8919
8920 * desktop.el (desktop-load-file): Check for `fboundp' before
8921 calling `symbol-function'.
8922
8923 * simple.el (clone-buffer, clone-indirect-buffer)
8924 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
8925 `read-string'. Fix prompts.
8926
8927 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
8928
8929 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
8930
8931 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
8932
8933 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
8934
8935 * startup.el (inhibit-splash-screen, initial-scratch-message):
8936 Doc fixes.
8937
8938 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
8939
8940 Sync with Tramp 2.0.52.
8941
8942 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
8943 net/tramp-vc.el: Add code for unloading Tramp. See comment before
8944 `tramp-unload-tramp' for checklist.
8945
8946 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
8947 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
8948 (tramp-unload-file-name-handler-alist)
8949 (tramp-unload-tramp): New defuns.
8950 (tramp-advice-PC-expand-many-files): New defadvice.
8951 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
8952 removed.
8953 (tramp-handle-expand-file-name): Remove double slash.
8954 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
8955 It doesn't matter, because it will be converted later on.
8956 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
8957 implementation was just heuristic.
8958 (tramp-post-connection): Set uid and gid properties.
8959 (tramp-convert-file-attributes): Set file's gid change bit.
8960 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
8961 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
8962 in case of su(do)? methods. The home directory of the local user
8963 will be taken else.
8964 (tramp-open-connection-telnet)
8965 (tramp-open-connection-rsh, tramp-open-connection-su)
8966 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
8967 local shell prompt could hurt. Reported by Romain Francoise
8968 <romain@orebokech.com>.
8969 (tramp-let-maybe): Add `edebug-form-spec' property.
8970 (tramp-handle-expand-file-name): Bind `default-directory' locally
8971 to "/" in order to avoid problems with UNC shares or Cygwin
8972 mounts.
8973 (tramp-md5-function): Fix typo in error message.
8974
8975 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
8976
8977 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
8978 for byte-compiler pacification.
8979
8980 2006-01-22 Andre Spiegel <spiegel@gnu.org>
8981
8982 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
8983 ID-FORMAT `string'. This allows us to get rid of
8984 `vc-user-login-name UID'.
8985
8986 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
8987
8988 2006-01-22 John Paul Wallington <jpw@pobox.com>
8989
8990 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
8991
8992 2006-01-21 Martin Rudalics <rudalics@gmx.at>
8993
8994 * emacs-lisp/find-func.el (find-definition-noselect)
8995 (find-variable-noselect): Search variables in C source code too.
8996 (find-function-C-source, find-function-noselect, find-function)
8997 (find-function-other-frame, find-variable-noselect, find-variable)
8998 (find-variable-other-frame, find-variable-at-point):
8999 Fix docstrings.
9000
9001 2006-01-21 Francesco Potorti` <pot@gnu.org>
9002
9003 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
9004
9005 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
9006
9007 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
9008 Default to disabling the "Save affix" question.
9009
9010 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
9011
9012 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
9013 the first arg to run-python.
9014
9015 2006-01-21 Eli Zaretskii <eliz@gnu.org>
9016
9017 * startup.el (command-line-1): Handle --no-desktop if desktop.el
9018 is not loaded.
9019
9020 2006-01-20 Jay Belanger <belanger@truman.edu>
9021
9022 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
9023 limit is 0.
9024
9025 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
9026 the correct variable.
9027
9028 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
9029
9030 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
9031 link. Fixed buggy argument sequence in call to `org-view-tags'.
9032 (org-compile-prefix-format): Set `org-prefix-has-tag'.
9033 (org-prefix-has-tag): New variable.
9034 (org-format-agenda-item): Remove tags from headline if
9035 appropriate.
9036 (org-agenda-remove-tags-when-in-prefix): New option.
9037 (org-get-tags-at): New function.
9038
9039 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
9040
9041 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
9042 (thumbs-find-image): Move image name and number from buffer name
9043 to mode name. Set thumbs-buffer. Preserve point so that large
9044 images remain visible.
9045 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
9046 order.
9047 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
9048 mode name.
9049 (thumbs-next-image, thumbs-previous-image): Make them work.
9050
9051 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
9052
9053 * cus-edit.el (custom-buffer-create-internal): State in the text above
9054 the whole buffer buttons that they do not operate on hidden items.
9055 (custom-face-menu): Use `custom-face-save' instead of
9056 `custom-face-save-command'.
9057 (custom-face-save-command): Make it an alias for `custom-face-save'
9058 and declare it obsolete.
9059 (custom-face-save): Doc fix.
9060
9061 * dired.el (dired-no-confirm): Add quote.
9062 (dired-subdir-alist-pre-R): Add quote in
9063 `make-variable-buffer-local' form and remove unbalanced parenthesis.
9064
9065 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
9066
9067 * textmodes/table.el (table-mode-indicator): Typo in last change.
9068
9069 2006-01-19 Richard M. Stallman <rms@gnu.org>
9070
9071 * outline.el (hide-leaves): Don't call outline-end-of-heading.
9072 Fixes bug reported in Nov 2005.
9073
9074 * isearch.el (isearch-forward): Doc fix.
9075
9076 * dired.el (dired-move-to-filename-regexp): Define as alias.
9077 (dired-no-confirm): Use defcustom.
9078 (dired-subdir-alist-pre-R): Put defvar at top level.
9079
9080 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
9081
9082 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
9083 Mark as risky.
9084
9085 * simple.el (set-mark-command): Doc fix.
9086 (clone-indirect-buffer-other-window):
9087 Read arg like clone-indirect-buffer.
9088 (move-beginning-of-line): Skip invisible newlines.
9089
9090 2006-01-19 Masatake YAMATO <jet@gyve.org>
9091
9092 * progmodes/cpp.el (cpp-edit-load): Make the order of
9093 listed conditions in a base C code buffer and its associate
9094 CPP Edit buffer the same.
9095
9096 2006-01-19 Kenichi Handa <handa@m17n.org>
9097
9098 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
9099 (rmail-mime-feature): Likewise.
9100 (rmail-require-mime-maybe): Use display-warning to show a warning
9101 message.
9102
9103 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
9104 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
9105
9106 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
9107
9108 * array.el: Move defvars out of eval-when-compile.
9109 (array-make-template): Replace undeclared global var with a local one.
9110 (array-mode): Inline initialization functions.
9111 (array-init-local-variables, array-init-max-row)
9112 (array-init-max-column, array-init-columns-per-line)
9113 (array-init-field-width, array-init-rows-numbered)
9114 (array-init-line-length, array-init-lines-per-row): Remove.
9115
9116 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
9117 (doc-mode-map): Define explicitly.
9118 (doctor-txtype): Use mapc.
9119
9120 * textmodes/table.el: Move defvars out of eval-when-compile.
9121 Remove harmful code meant to avoid byte-compiler warnings.
9122 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
9123 specification that checks table-fixed-width-mode directly.
9124 (table-recognize-region, table-recognize-cell):
9125 Use restore-buffer-modified-p.
9126 (table-fixed-width-mode): Remove code that refreshes
9127 table-fixed-mode-indicator.
9128 (*table--cell-describe-bindings, *table--cell-describe-mode):
9129 Avoid obsolete name print-help-return-message.
9130 (table--test-cell-list): Don't use replace-regexp from elisp.
9131 (table--point-entered-cell-function, table--point-left-cell-function):
9132 Don't set table-fixed-mode-indicator, use force-mode-line-update.
9133
9134 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
9135 that was after the end of file. Use buffer-file-name variable.
9136 (org-timestamp-change): Use with-current-buffer.
9137 (org-todo-list): Don't unnecessarily define a new buffer-local var.
9138 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
9139 `file'.
9140
9141 * progmodes/fortran.el: Move defvars out of eval-when-compile.
9142 (fortran-break-line): Remove unused var `opoint'.
9143 (fortran-abbrev-start): Obey help-event-list.
9144
9145 2006-01-18 Jesper Harder <harder@phys.au.dk>
9146
9147 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
9148
9149 2006-01-18 Masatake YAMATO <jet@gyve.org>
9150
9151 * progmodes/make-mode.el (makefile-imake-mode): New mode
9152 derived from makefile-mode.
9153 (makefile-imake-mode-syntax-table): New syntax table
9154 derived from makefile-mode-syntax-table.
9155 (makefile-mode): Write about makefile-imake-mode in doc string.
9156 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
9157 (makefile-imake-font-lock-keywords): New font lock keywords.
9158
9159 * files.el (auto-mode-alist): Add Imakefile.
9160
9161 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
9162
9163 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
9164 loading the file rather than when turning on flyspell-mode.
9165
9166 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
9167
9168 * cus-edit.el (customize-rogue): Minor doc fix.
9169
9170 2006-01-17 Juri Linkov <juri@jurta.org>
9171
9172 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
9173 instead of the file at the mark as default if the file at the mark
9174 is the same as the file at point or if dired-dwim-target-directory
9175 is not the same as the current directory and the mark is not active.
9176
9177 * log-view.el (log-view-minor-wrap): Use the same logic to get
9178 revisions as `log-view-diff'.
9179
9180 * info.el (Info-revert-find-node): Check for Info-current-file
9181 before preserving new-history.
9182
9183 * man.el (Man-heading-regexp): Add `/'.
9184
9185 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
9186 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
9187
9188 2006-01-16 Juri Linkov <juri@jurta.org>
9189
9190 * faces.el (mode-line-faces): New defgroup.
9191 (mode-line-highlight): Move definition after new defgroup.
9192 (mode-line, mode-line-inactive, mode-line-highlight):
9193 Replace :group `modeline' with `mode-line-faces'.
9194 (mode-line-buffer-id): New face.
9195 (modeline-buffer-id): New face alias.
9196 (vertical-border): Remove :group `modeline'.
9197
9198 * bindings.el (propertized-buffer-identification): Use face
9199 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
9200 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
9201 (mode-line-buffer-identification-keymap): For mouse-1 replace
9202 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
9203 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
9204 mouse-3.
9205
9206 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
9207 Buffer-menu-buffer. Doc fix.
9208 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
9209 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
9210 `Buffer-menu-buffer'.
9211
9212 * info.el (Info-mode-line-node-keymap): New defvar.
9213 (Info-set-mode-line): Use `stringp' to check Info-current-file.
9214 Propertize Info-current-node with `mode-line-buffer-id' and
9215 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
9216
9217 * time.el (display-time-mail-face): Replace :group `faces' with
9218 `mode-line-faces'.
9219
9220 2006-01-16 Kenichi Handa <handa@m17n.org>
9221
9222 * international/code-pages.el: Add autoload cookies for cp125[0345678].
9223
9224 * language/european.el (cp1252): New alias for windows-1252.
9225
9226 * international/mule.el (autoload-coding-system): Prepare for EOL
9227 variants.
9228
9229 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
9230
9231 * term.el (term-raw-map): Add mapping for insert.
9232 (term-send-insert): New.
9233 (term-mode): Make variables local here instead of doing it in
9234 `term-emulate-terminal'.
9235 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
9236 Scroll reverse needs to take into account the scroll region.
9237 Saving and restoring the cursor should save the color attributes too.
9238 (term-reset-terminal): Reset the scroll region.
9239 (term-handle-ansi-escape): Cursor up and down should take into
9240 account the scroll region.
9241 (term-set-scroll-region): Rename from `term-scroll-region'.
9242 Move to 0,0 after setting the region.
9243 (term-handle-scroll): Handle scroll up.
9244 (term-down): Fix off by one error.
9245 (term-delete-lines): Do not delete outside the scroll region.
9246 (term-insert-lines): Take into account the scroll region.
9247
9248 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
9249
9250 * textmodes/ispell.el (ispell-internal-change-dictionary)
9251 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
9252 (start, end): Move declaration outside of eval-when-compile.
9253
9254 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
9255 (flyspell-mode-on): Use it.
9256
9257 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
9258 ispell-kill-ispell-hook.
9259
9260 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
9261
9262 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9263 (Custom-reset-saved): Do not ask for confirmation in single option
9264 buffers.
9265
9266 2006-01-13 Richard M. Stallman <rms@gnu.org>
9267
9268 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
9269
9270 2006-01-13 Romain Francoise <romain@orebokech.com>
9271
9272 * add-log.el (add-change-log-entry, change-log-merge):
9273 Conditionally use `hard-newline'.
9274
9275 2006-01-13 Martin Rudalics <rudalics@gmx.at>
9276
9277 * wid-edit.el (widget-field-end): If the overlay is no longer
9278 associated with a buffer, behave as if the overlay didn't exist.
9279
9280 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
9281 Make sure the links use the `custom-link' face.
9282
9283 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
9284
9285 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
9286 (ld-script-mode): Don't set indent-line-function since we don't
9287 have one.
9288
9289 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
9290
9291 * textmodes/org.el (org-open-file): Use mailcap for selecting an
9292 application.
9293 (org-file-apps-defaults-gnu): Use mailcap as the default for
9294 selecting an application on a UNIX system.
9295 (org-agenda-show-tags): New command.
9296 (org-table-insert-hline): Keep cursor in current table line.
9297 (org-table-convert): Offset effect of modifying
9298 `org-table-insert-hline'.
9299 (org-format-agenda-item): New optional argument TAG.
9300 (org-compile-prefix-format): Handle %T format for the tag.
9301 (org-expand-wide-chars): New function.
9302 (org-table-insert-row, org-table-insert-hline):
9303 Use `org-expand-wide-chars'.
9304 (org-open-file): Fix bug in program launch.
9305 (org-get-time-of-day): Fix bug with times before 1am.
9306 (org-agenda-menu): Add tags commands.
9307
9308 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
9309
9310 * textmodes/ispell.el (ispell-init-process): Include the used
9311 dictionary in ispell process start message.
9312 (ispell-internal-change-dictionary): When flyspell-mode is active
9313 and dictionary is changed, make sure ispell process is restarted
9314 and flyspell word cache cleared out for the current buffer.
9315 (ispell-change-dictionary): Make sure flyspell word cache is
9316 cleared out in all buffers with active flyspell mode when
9317 dictionary is globally changed.
9318 Call ispell-internal-change-dictionary after dictionary change.
9319
9320 2006-01-13 Eli Zaretskii <eliz@gnu.org>
9321
9322 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
9323
9324 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
9325 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
9326 years. Fix small differences wrt Makefile.in.
9327 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
9328 Makefile.in does.
9329
9330 2006-01-12 Bill Wohler <wohler@newt.com>
9331
9332 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
9333 mh-search.el.
9334
9335 2006-01-12 Masatake YAMATO <jet@gyve.org>
9336
9337 * progmodes/ld-script.el: Update copyright year.
9338
9339 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
9340
9341 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
9342 Don't add widget if setting undefined.
9343
9344 2006-01-12 John Paul Wallington <jpw@pobox.com>
9345
9346 * help-fns.el (describe-variable): Remove newlines from void
9347 variable output.
9348
9349 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
9350
9351 * wdired.el (wdired-mode-map): Add help echo for
9352 wdired-abort-changes.
9353
9354 * man.el (Man-file-name-regexp): Adjust for a list of files.
9355
9356 2006-01-12 Masatake YAMATO <jet@gyve.org>
9357
9358 * progmodes/ld-script.el (auto-mode-alist): Support
9359 suffix conventions used in netbsd and eCos.
9360
9361 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
9362
9363 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
9364 (custom-variable-menu, custom-face-menu, custom-group-menu)
9365 (Custom-mode-menu): Change names of menu items. (As discussed on
9366 emacs-devel.)
9367 (custom-face-menu): Add "Undo Edits" item.
9368
9369 * startup.el (init-file-user): defcustom -> defvar.
9370
9371 * tooltip.el (tooltip-mode): Doc fix.
9372
9373 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
9374
9375 * reveal.el (reveal-post-command): window-buffer signals an error on
9376 dead windows rather than returning nil.
9377 (reveal-open-new-overlays): An overlay might die while we open others.
9378
9379 2006-01-11 Bill Wohler <wohler@newt.com>
9380
9381 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
9382 phrasing in docstring.
9383
9384 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
9385 can give some systems gas. Add new file mh-buffers.el.
9386
9387 2006-01-06 Masatake YAMATO <jet@gyve.org>
9388
9389 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
9390 C preprocessor forward ported from GNU Emacs 21.2.
9391
9392 * progmodes/asm-mode.el (asm-font-lock-keywords):
9393 Use `cpp-font-lock-keywords'.
9394
9395 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
9396
9397 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
9398 of $ for "\\.ld[s]?".
9399
9400 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
9401
9402 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
9403 (tcl-indent-line): Return `noindent' if inside a string.
9404
9405 * progmodes/flymake.el (flymake-split-string): Remove more than one
9406 empty string at beg/end of the result.
9407 (flymake-find-buildfile, flymake-find-possible-master-files):
9408 Use expand-file-name.
9409 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
9410 since expand-file-name does it for us. Use directory-file-name.
9411 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
9412 (flymake-ler-get-type, flymake-ler-get-text)
9413 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
9414 (flymake-current-line-no): Remove spurious interactive spec.
9415 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
9416 (flymake-check-include): Remove arg inc-path merged into inc-name.
9417 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
9418 Arg regexp-list replaced by a simple regexp.
9419 (flymake-master-make-header-init, flymake-master-tex-init):
9420 Correspondingly replace regexp-list with a regexp. Fix regexp.
9421
9422 2006-01-10 Simon Josefsson <jas@extundo.com>
9423
9424 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
9425 describing AUTH PLAIN fix.
9426
9427 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
9428
9429 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
9430 (report-emacs-bug): Don't record initial prompt text.
9431 Instead, add text properties to prompting text.
9432 (report-emacs-bug-hook): Delete prompting text.
9433
9434 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
9435
9436 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
9437 `dirs'. Adjust callers.
9438
9439 2006-01-09 John Paul Wallington <jpw@gnu.org>
9440
9441 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
9442
9443 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
9444
9445 * reveal.el (reveal-open-new-overlays): New extracted fun.
9446 (reveal-close-old-overlays): Idem. Check overlays's liveness before
9447 using them. Simplify the code.
9448 (reveal-post-command): Use them. Fix up obsolete windows in
9449 reveal-open-spots.
9450
9451 * progmodes/flymake.el: Use `require' rather than autoload for
9452 XEmacs's overlays.
9453 (flymake-get-common-file-prefix, flymake-build-relative-filename):
9454 Delete. Use file-relative-name instead.
9455 (flymake-get-syntax-check-program-args, flymake-perl-init):
9456 Simplify the resulting code.
9457
9458 * log-view.el (log-view-file-re, log-view-message-re): Add support
9459 for DaRCS output.
9460
9461 2006-01-09 Alex Schroeder <alex@gnu.org>
9462
9463 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
9464 identifiers sometimes added in square brackets at the beginning of
9465 subject lines.
9466
9467 2006-01-07 Richard M. Stallman <rms@gnu.org>
9468
9469 * cus-edit.el (Custom-set, Custom-save): Doc fix.
9470 (Custom-reset-current, Custom-reset-saved): Change question text.
9471 (Custom-reset-standard): Likewise.
9472 (custom-variable-reset-saved): Doc fix.
9473
9474 2006-01-07 Eli Zaretskii <eliz@gnu.org>
9475
9476 * startup.el (init-file-user): Doc fix.
9477
9478 2006-01-07 Alex Schroeder <alex@gnu.org>
9479
9480 * mail/rmail.el (rmail-current-subject): New function.
9481 (rmail-current-subject-regexp): New function.
9482 (rmail-next-same-subject): Use it.
9483
9484 * mail/rmailsum.el (rmail-summary-by-topic):
9485 Use rmail-current-subject and rmail-current-subject-regexp.
9486 (rmail-summary-next-same-subject): Ditto.
9487
9488 * net/rcirc.el (rcirc-send-input): No longer check whether the
9489 process is open, since not all commands need an open process.
9490 (rcirc-send-string): Check whether the process is open before
9491 sending anything.
9492 (rcirc-ignore-list): New option.
9493 (rcirc-ignore-list-automatic): New variable.
9494 (rcirc-print): Take rcirc-ignore-list into account.
9495 (rcirc-cmd-ignore): New command.
9496 (rcirc-ignore-update-automatic): New function.
9497 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
9498 list if ignored nicks.
9499 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
9500
9501 2006-01-06 David Reitter <david.reitter@gmail.com>
9502
9503 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
9504 reflect the address to which the report will be sent.
9505
9506 2006-01-06 Eli Zaretskii <eliz@gnu.org>
9507
9508 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
9509 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
9510
9511 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
9512
9513 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
9514
9515 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
9516 the doc string: "functoin" => "function".
9517 * ldefs-boot.el: Likewise.
9518
9519 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
9520 message text: "Duplicat" => "Duplicate".
9521
9522 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
9523
9524 * files.el (basic-save-buffer-2): If backing-up failed, reset
9525 buffer-backed-up to nil.
9526
9527 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
9528
9529 * progmodes/gud.el (gdb-script-skip-to-head)
9530 (gdb-script-calculate-indentation): Indent for breakpoint command
9531 lists also.
9532
9533 2006-01-05 Bill Wohler <wohler@newt.com>
9534
9535 * Makefile.in (compile-always): Add mh-autoloads dependency.
9536 (bootstrap): Remove mh-autoloads dependency, as compile dependency
9537 provides it.
9538 (updates): Remove mh-autoloads dependency, since it probably has
9539 already run recently (via recompile).
9540
9541 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
9542
9543 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
9544 argument `force' to disable the flyspell-last-buffer optimization.
9545 (flyspell-mode-on): Use it.
9546
9547 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
9548 flymake-simple-cleanup.
9549 (flymake-allowed-file-name-masks): Use this new default.
9550 All the functions are now called in the right buffer rather than
9551 passing the buffer as argument.
9552 (flymake-process-sentinel): Switch to buffer before calling cleanup.
9553 (flymake-parse-err-lines): Remove redundant buffer arg.
9554 (flymake-get-program-dir): Comment out unused function.
9555 (flymake-start-syntax-check, flymake-start-syntax-check-process):
9556 Remove redundant buffer argument.
9557 (flymake-get-real-file-name, flymake-simple-java-cleanup)
9558 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
9559
9560 2006-01-05 Richard M. Stallman <rms@gnu.org>
9561
9562 * info.el (Info-find-node): Don't record previous node if have none.
9563 (info): Go to directory only if history is empty.
9564
9565 * simple.el (mark): Doc fix.
9566
9567 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9568
9569 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
9570 already of desired type.
9571 (mac-ae-list): Coerce parameter to "list" type.
9572 (mac-dispatch-apple-event): Replace cadr part of event with a
9573 dummy position so that event-start returns it.
9574
9575 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
9576
9577 * textmodes/org.el (org-end-of-subtree): New function.
9578 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
9579 Use `org-end-of-subtree'.
9580 (org-agenda, org-agenda-convert-date): Protect calls to
9581 `fit-window-to-buffer'.
9582 (org-tags-view): Force matching of sublevels when doing a
9583 todo-only search. Define the correct redo command, including the
9584 arguments.
9585 (org-agenda-redo): Display message.
9586 (org-check-for-org-mode): New function.
9587 (org-agenda-type): New variable.
9588 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
9589 Set `org-agenda-type'.
9590 (org-agenda-check-type): New function.
9591 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
9592 (org-agenda-week-view, org-agenda-day-view)
9593 (org-agenda-next-date-line, org-agenda-previous-date-line)
9594 (org-agenda-log-mode, org-agenda-toggle-diary)
9595 (org-agenda-toggle-time-grid, org-agenda-date-later)
9596 (org-agenda-date-prompt, org-agenda-diary-entry)
9597 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
9598 (org-agenda-convert-date, org-agenda-menu):
9599 Use `org-agenda-check-type'.
9600 (org-make-overlay, org-delete-overlay)
9601 (org-detatch-overlay, org-move-overlay, org-overlay-put):
9602 New compatibility functions.
9603 (org-calendar-select-mouse): New command.
9604
9605 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
9606
9607 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
9608 (Custom-reset-standard): Fix y-or-n-p messages.
9609 (custom-link): New face for links.
9610 (custom-buffer-create-internal, custom-manual): Use it.
9611 (custom-face-save): Push to theme-face before setting face spec.
9612
9613 * wid-edit.el (widget-default-mouse-face-get): New function.
9614 (widget-specify-button): Handle mouse-face like button-face.
9615
9616 * custom.el (load-theme): Clear old theme settings if reloading.
9617
9618 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
9619
9620 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
9621 "Erase Customization" button back to same position it occupies in
9622 the individual State menus.
9623
9624 2006-01-04 Kim F. Storm <storm@cua.dk>
9625
9626 * wid-edit.el (key-sequence): Rework widget to read key binding
9627 using `kbd' syntax. Use C-q to insert literal key, event, or code.
9628 (widget-key-sequence-default-value): Default value for empty sequence.
9629 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
9630 (widget-key-sequence-read-event): New command for C-q.
9631 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
9632 (widget-key-sequence-value-to-external): New functions.
9633
9634 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
9635
9636 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
9637 Use expand-file-name.
9638 (flymake-delete-temp-directory): Use expand-file-name,
9639 file-name-directory, and directory-file-name.
9640 (flymake-strrchr): Delete.
9641 (flymake-start-syntax-check): Don't pass the redundant buffer argument
9642 to the init-f function.
9643 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
9644 (flymake-init-find-buildfile-dir)
9645 (flymake-init-create-temp-source-and-master-buffer-copy)
9646 (flymake-simple-make-init-impl, flymake-simple-make-init)
9647 (flymake-master-make-init, flymake-master-make-header-init)
9648 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
9649 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
9650 (flymake-xml-init): Remove corresponding redundant buffer argument.
9651 (flymake-allowed-file-name-masks): Remove last elems that are equal to
9652 the default anyway. Clean up regexps.
9653
9654 * progmodes/flymake.el (flymake-temp-source-file-name)
9655 (flymake-master-file-name, flymake-temp-master-file-name)
9656 (flymake-base-dir): New buffer-local vars.
9657 (flymake-buffer-data, flymake-get-buffer-value)
9658 (flymake-set-buffer-value): Replace those hash-tables by the new
9659 buffer-local vars. Update callers.
9660
9661 * progmodes/flymake.el (flymake-check-start-time)
9662 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
9663 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
9664 Move definition, so we can remove redundant earlier declaration.
9665 (flymake-replace-regexp-in-string, flymake-split-string)
9666 (flymake-get-temp-dir): Use defalias.
9667 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
9668 (flymake-xemacs-window-edges): Remove unused function.
9669 (flymake-get-point-pixel-pos): Move.
9670 (flymake-pid-to-names, flymake-reg-names)
9671 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
9672 Replace by a simple list flymake-processes and by process-buffer.
9673 Update callers. Other than simplify the code, it uses buffers rather
9674 than buffer-names so it doesn't get confused by uniquify.
9675 (flymake-buffer-data): The global value should just be nil.
9676
9677 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
9678 Optimize the body of a defalias like any other code.
9679
9680 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
9681 Make sure we've setup font-lock's vars. It may influence which
9682 function we then call.
9683 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
9684 here since it's too late anyway.
9685
9686 2006-01-03 Romain Francoise <romain@orebokech.com>
9687
9688 * startup.el (fancy-splash-tail, normal-splash-screen):
9689 Update copyright year.
9690
9691 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
9692
9693 * mouse.el (mouse-drag-track): Rename, from
9694 `mouse-drag-region-1'. Includes optional argument required to
9695 enable post-drag event processing (e.g. delete region keys).
9696 Can be used without this argument to track a mouse region and operate
9697 on it as soon as the drag completes.
9698 (mouse-drag-region): Use `mouse-drag-track'.
9699
9700 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
9701
9702 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
9703 Move to `custom-buffer' group.
9704
9705 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
9706 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
9707 (custom-theme-insert-face-marker, custom-theme-variable-menu)
9708 (custom-theme-face-menu): New variables.
9709 (custom-theme-add-variable, custom-theme-variable-action)
9710 (custom-variable-reset-theme, custom-theme-delete-variable)
9711 (custom-face-reset-theme, custom-theme-face-action)
9712 (custom-theme-delete-face, custom-theme-merge-theme)
9713 (custom-theme-add-face, custom-theme-visit-theme): New functions.
9714
9715 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
9716
9717 * custom.el: Move Custom Themes commentary to start of theme code.
9718 (custom-known-themes): Rename `standard' theme to `changed'.
9719 (custom-push-theme): Caller no longer specifies what theme to use
9720 when doing `reset'---the setting is simply removed from the theme.
9721 Delete MODE from `theme-value' and `theme-settings' properties.
9722 (custom-declare-theme): Ignore &rest args since we don't use them.
9723
9724 (custom-loaded-themes): Delete variable.
9725 (custom-theme-load-themes, custom-theme-loaded-p)
9726 (custom-theme-value): Delete functions.
9727
9728 (custom-declare-theme): Signal error on invalid theme names.
9729 (provide-theme): custom-loaded-themes was deleted.
9730 (load-theme): Load the file unconditionally.
9731 (enable-theme): Call `load-theme' if theme is undefined.
9732 (custom-enabled-themes): Only update value for successful loads.
9733 (disable-theme): Complete from enabled themes when interactive.
9734 (custom-variable-theme-value): Calculate theme value directly.
9735
9736 (custom-theme-reset-variables, custom-reset-variables): Mark as
9737 XEmacs compatibility functions. We don't actually use these.
9738
9739 * cus-edit.el (custom-variable-state-set):
9740 Use custom-variable-theme-value instead of custom-theme-value.
9741 (custom-face-state-set): Rename `standard' theme to `changed'.
9742 (custom-save-variables, custom-save-faces): Delete unneeded
9743 references to custom-reset-variables.
9744 (custom-save-resets): Delete function.
9745 (custom-save-variables, custom-save-faces): MODE argument deleted.
9746 (custom-save-variables, custom-save-faces): Ignore theme values.
9747
9748 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
9749 compatibility function.
9750
9751 2006-01-01 Richard M. Stallman <rms@gnu.org>
9752
9753 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
9754 (Custom-reset-current, Custom-reset-saved): Likewise.
9755 (Custom-reset-standard): Show message if aborted.
9756 (custom-mode): Doc fix, describing those commands.
9757
9758 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
9759 put on event-kind property.
9760
9761 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
9762
9763 * custom.el (provide-theme): Ban `user' theme name.
9764 (custom-enabling-themes): New variable.
9765 (enable-theme): Don't enable user if custom-enabling-themes is t.
9766 (custom-enabled-themes): Make it a defcustom.
9767 (custom-theme-recalc-face): No-op if face is undefined.
9768
9769 * cus-edit.el (custom-button-mouse): New variable.
9770 (custom-button-mouse): New face.
9771 (custom-raised-buttons, custom-mode): Use it.
9772
9773 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
9774
9775 2005-12-31 Eli Zaretskii <eliz@gnu.org>
9776
9777 * progmodes/gud.el (gud-display-line): Support hl-line in the
9778 source buffer.
9779
9780 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
9781
9782 * mouse.el (mouse-drag-window-above): Verify that the found window
9783 overlaps with the given window in the horizontal dimension.
9784
9785 2005-12-31 Eli Zaretskii <eliz@gnu.org>
9786
9787 * Makefile.in (cvs-update): New target.
9788
9789 * makefile.w32-in (cvs-update): Ditto.
9790
9791 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
9792
9793 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
9794 (custom-new-theme-mode-map): New variable.
9795
9796 2005-12-30 Richard M. Stallman <rms@gnu.org>
9797
9798 * custom.el (custom-load-themes): Function deleted.
9799
9800 * cus-edit.el (custom-save-loaded-themes): Function deleted.
9801 (custom-save-variables): Don't delete or add custom-load-themes call.
9802
9803 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
9804
9805 * cus-start.el: Add `visible-cursor'.
9806
9807 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
9808 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
9809 (flymake-process-filter): Switch to buffer before calling it instead.
9810 (flymake-post-syntax-check, flymake-highlight-err-lines)
9811 (flymake-delete-own-overlays, flymake-parse-err-lines)
9812 (flymake-start-syntax-check, flymake-start-syntax-check-process)
9813 (flymake-count-lines, flymake-parse-residual):
9814 Remove constant buffer argument.
9815 (flymake-start-syntax-check-for-current-buffer): Remove.
9816 Update callers to use flymake-start-syntax-check instead.
9817 (flymake-display-err-menu-for-current-line):
9818 Remove unused var `mouse-pos'.
9819 (flymake-restore-formatting): Comment out unused function.
9820 (flymake-report-status, flymake-report-fatal-status): Remove buffer
9821 argument, use current-buffer instead. Update callers.
9822
9823 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9824
9825 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
9826 buffer-local because choose-completion-delete-max-match requires
9827 that we set completion-ignore-case (i.e., binding via let is not
9828 sufficient).
9829 (bibtex-complete): Always set completion-ignore-case and
9830 choose-completion-string-functions. The latter is needed because
9831 choose-completion-string-functions keeps its value if we quit the
9832 *Completions* buffer without requesting a completion.
9833
9834 2005-12-30 Andreas Schwab <schwab@suse.de>
9835
9836 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
9837
9838 2005-12-30 Eli Zaretskii <eliz@gnu.org>
9839
9840 * jit-lock.el (jit-lock-chunk-size): Doc fix.
9841
9842 2005-12-30 Juri Linkov <juri@jurta.org>
9843
9844 * locate.el (locate-fcodes-file, locate-header-face)
9845 * progmodes/delphi.el (delphi-other-face)
9846 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
9847
9848 * paren.el (show-paren-match, show-paren-mismatch): Use existing
9849 group `paren-showing-faces'.
9850
9851 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
9852 (goto-address): Fix docstring.
9853
9854 * net/webjump.el (webjump-sample-sites): Update URLs.
9855
9856 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
9857
9858 * subr.el (cancel-change-group): Add listp around pending-undo-list.
9859
9860 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
9861
9862 * font-lock.el (font-lock-compile-keywords): Signal an error when
9863 font-lock-set-defaults hasn't been called.
9864
9865 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
9866
9867 * subr.el (noreturn, 1value): Doc fixes.
9868
9869 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9870
9871 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
9872 that assoc-string returns nil.
9873
9874 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9875
9876 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
9877 (bibtex-entry-type-str, bibtex-empty-field-re)
9878 (bibtex-search-backward-string, bibtex-preamble-prefix)
9879 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
9880 (bibtex-any-valid-entry-type): New variable.
9881 (bibtex-parse-field-name): Simplify.
9882 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
9883 (bibtex-preamble-prefix): Include left delimiter.
9884 (bibtex-search-forward-field, bibtex-search-backward-field):
9885 Allow unbounded search past entry boundaries (required by bibtex-pop).
9886 (bibtex-text-in-field-bounds): Use push.
9887 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
9888 (bibtex-parse-preamble, bibtex-valid-entry)
9889 (bibtex-beginning-first-field): New functions.
9890 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
9891 (bibtex-map-entries): Fix docstring.
9892 (bibtex-flash-head): New arg prompt. Simplify.
9893 (bibtex-enclosing-field): Include code of bibtex-inside-field.
9894 (bibtex-insert-kill): Simplify. Always insert text past the
9895 current field or entry.
9896 (bibtex-format-entry): Use bibtex-parse-field.
9897 (bibtex-pop): Use bibtex-beginning-of-entry and
9898 bibtex-end-of-entry to initiate the search. Insert empty field if
9899 we found ourselves.
9900 (bibtex-print-help-message): New args field and comma.
9901 Handle entry keys.
9902 (bibtex-make-field): Use bibtex-beginning-of-entry.
9903 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
9904 invalid entry.
9905 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
9906 Handle preambles. Simplify code for thorough test.
9907 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
9908 New arg comma. Handle entry heads.
9909 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
9910 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
9911 New arg comma.
9912 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
9913 (bibtex-fill-field): Simplify.
9914 (bibtex-fill-entry): Use bibtex-beginning-first-field and
9915 bibtex-parse-field.
9916 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
9917 (bibtex-complete): Use bibtex-parse-preamble.
9918
9919 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
9920
9921 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
9922 Display name of expression instead of convenience variable.
9923 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
9924
9925 * progmodes/gud.el (gud-tooltip-dereference): Rename from
9926 toggle-gud-tooltip-dereference.
9927 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
9928 (gud-tooltip-tips): ...here when dereferencing.
9929
9930 2005-12-28 Bill Wohler <wohler@newt.com>
9931
9932 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
9933
9934 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
9935
9936 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
9937 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
9938 (vc-annotate-display-autoscale): Adjust call.
9939 (vc-annotate-display-default): Adjust call. Make arg compulsory.
9940 Fix interactive spec.
9941 (vc-annotate-time-span): Remove.
9942 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
9943 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
9944 (vc-annotate-display-select): Use new name.
9945
9946 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
9947 (vc-annotate-mode-menu): Remove left-over redundant declaration.
9948 Correct the construction of span entries. Simplify.
9949 (vc-annotate-display-select): Fix the nil case.
9950 (vc-annotate): Remove obsolete (and now broken) code.
9951 (vc-annotate-extract-revision-at-line): Remove obsolete code.
9952 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
9953
9954 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9955
9956 * subr.el (lazy-completion-table): Correct typo in docstring.
9957
9958 * startup.el (command-line): Use `custom-reevaluate-setting' for
9959 `send-mail-function'.
9960
9961 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
9962
9963 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
9964
9965 * mail/smtpmail.el (smtpmail-try-auth-methods):
9966 Send credentials together with "AUTH PLAIN" command.
9967
9968 2005-12-27 Richard M. Stallman <rms@gnu.org>
9969
9970 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
9971 mouse-2, go back to previously selected window, so it's selected
9972 when mouse-2 command runs.
9973
9974 2005-12-27 Juri Linkov <juri@jurta.org>
9975
9976 * descr-text.el (describe-text-sexp): Use square brackets for
9977 button [Show] to distinguish it from the property value `show'.
9978 (describe-property-list): Use `insert-text-button' with
9979 `help-face' type instead of putting face in quotes, because button
9980 is not created automatically for a list of faces.
9981 (describe-text-properties-1): Put button-type value in quotes to
9982 distinguish from plain text "button".
9983 (describe-char): Display code point values in hex. Don't use
9984 `symbol-name' for `current-input-method' because it is a string.
9985 Use `insert-text-button' with `help-face' type instead of putting
9986 hardcoded face in quotes, because button is not created automatically.
9987
9988 2005-12-27 Richard M. Stallman <rms@gnu.org>
9989
9990 * progmodes/glasses.el (glasses-face): More specific custom type.
9991
9992 * files.el (set-visited-file-name): Doc fix.
9993
9994 * textmodes/flyspell.el (flyspell-external-point-words):
9995 Use local var buffer-scan-pos to advance scan for next misspelling.
9996 Advance it only after we find the misspelling.
9997
9998 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
9999
10000 * textmodes/flyspell.el (flyspell-external-point-words):
10001 New criteria for finding the misspelling in the buffer.
10002
10003 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
10004
10005 * help-mode.el (help-insert-string): Set help-xref-stack-item
10006 rather than call help-setup-xref.
10007
10008 * descr-text.el (describe-char): Revert previous changes for
10009 optional buffer argument.
10010
10011 2005-12-27 Juri Linkov <juri@jurta.org>
10012
10013 * help-mode.el (help-insert-string): New function. Save buffer
10014 contents in cases where it is impossible to recompute the old contents.
10015
10016 * descr-text.el (describe-char): Set help-xref-stack-item
10017 explicitly after buffer has been generated.
10018
10019 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10020
10021 * cus-start.el (all): Add x-gtk-show-hidden-files.
10022
10023 2005-12-26 Richard M. Stallman <rms@gnu.org>
10024
10025 * replace.el (perform-replace): Calculate match-again
10026 before skipping read-only matches.
10027
10028 * paren.el (paren-showing-faces): New group.
10029 (show-paren-match, show-paren-mismatch): Move to that group.
10030
10031 * button.el (button): Put into group `basic-faces'.
10032
10033 * progmodes/make-mode.el: Remove faces from group `faces'.
10034
10035 * apropos.el (apropos, apropos-value): Doc fix.
10036 (apropos-documentation): Doc fix.
10037
10038 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
10039
10040 * subr.el (lazy-completion-table): Remove argument `args'.
10041
10042 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
10043 Don't use the `args' argument of lazy-completion-table.
10044
10045 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
10046
10047 * descr-text.el (describe-char): Add optional argument for buffer.
10048 Set buffer appropriately. Call help-setup-xref.
10049 Suggested by Stefan Monnier.
10050
10051 2005-12-26 Juri Linkov <juri@jurta.org>
10052
10053 * descr-text.el: Require `help-fns' at runtime. Don't require
10054 `button' for byte compilation.
10055 (describe-text-widget): Add `help-echo' for first button.
10056 Use `help-info' for second.
10057 (describe-property-list): Use `help-argument-name' instead of `italic'.
10058 (describe-text-category): Add prompt to interactive spec.
10059 Call `help-setup-xref'.
10060 (describe-char): Use `help-character-set'. Add `help-echo' for
10061 code point. Use `help-input-method'. Remove superfluous insert.
10062
10063 2005-12-25 Richard M. Stallman <rms@gnu.org>
10064
10065 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
10066 at point, in case of narrowing.
10067
10068 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
10069
10070 * locate.el (locate-header-face): Allow nil in type.
10071
10072 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
10073
10074 2005-12-25 Romain Francoise <romain@orebokech.com>
10075
10076 * battery.el (battery-linux-proc-acpi): Also try
10077 `/proc/acpi/thermal_zone/THM0/temperature'.
10078
10079 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
10080
10081 * custom.el (custom-push-theme): Fix docstring.
10082
10083 * cus-edit.el (custom-variable-set, custom-variable-save)
10084 (custom-variable-save): Custom-quote widget values.
10085 (customize-save-variable): Fix custom-push-theme call.
10086
10087 2005-12-24 Eli Zaretskii <eliz@gnu.org>
10088
10089 * w32-fns.el (w32-batch-update-autoloads): New function.
10090
10091 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
10092 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
10093 from the command line.
10094
10095 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
10096
10097 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
10098 reset means to remove setting from theme entirely. Don't keep
10099 expanding theme-settings list; delete old entries if necessary.
10100
10101 * cus-edit.el (custom-buffer-create-internal): Move "Erase
10102 customization" button one line up.
10103 (custom-themed): New face.
10104 (custom-magic-alist): New value, THEMED, for theme settings.
10105 (custom-variable-state-set, custom-face-state-set):
10106 Check theme-value instead of saved-value.
10107 (custom-variable-reset-standard, custom-face-reset-standard):
10108 Remove theme setting entirely. Recalculate new values.
10109 (custom-variable-set, custom-variable-set)
10110 (custom-variable-reset-saved, custom-variable-reset-backup)
10111 (custom-face-set, custom-face-reset-saved): Update `user' theme.
10112 (custom-variable-save): Fix typos.
10113
10114 2005-12-23 Juri Linkov <juri@jurta.org>
10115
10116 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
10117 Add autoload cookies.
10118 (edebug-outside-d-c-i-n-s-w): New variable.
10119 (edebug-display, edebug-outside-excursion): Use it to save the
10120 original value of default-cursor-in-non-selected-windows.
10121 Set default-cursor-in-non-selected-windows to t while Edebug
10122 is active.
10123 (edebug-mode, edebug-eval-mode): Doc fix.
10124
10125 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
10126 with `buffer-substring-no-properties' to remove common substring
10127 highlighting.
10128
10129 * info.el (info-other-window, info): Rename function argument
10130 `file' to `file-or-node'.
10131 (Info-complete-menu-item): Use local variable `complete-nodes' to
10132 keep the global value of `Info-complete-nodes' unchanged for
10133 subsequent completions.
10134 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
10135
10136 * simple.el (get-next-valid-buffer, last-buffer)
10137 (next-error-buffer-p, next-error-find-buffer)
10138 (minibuffer-history-sexp-flag): Doc fix.
10139
10140 * savehist.el (savehist-mode-hook): Add `:group'.
10141
10142 * log-view.el: Call autoload for vc-find-version.
10143 (log-view-current-file): Adjust subgroup numbers.
10144 (log-view-current-tag): Add `length'.
10145
10146 2005-12-23 Richard M. Stallman <rms@gnu.org>
10147
10148 * vc.el (vc-annotate-car-last-cons): Defn moved up.
10149
10150 2005-12-23 Juri Linkov <juri@jurta.org>
10151
10152 * hi-lock.el (hi-lock-archaic-interface-message-used)
10153 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
10154 (hi-lock-mode): Display "Hi" in the mode line only when
10155 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
10156 (hi-lock-write-interactive-patterns):
10157 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
10158 (hi-lock-set-pattern, hi-lock-set-file-patterns)
10159 (hi-lock-font-lock-hook): Set 3rd arg `how' of
10160 font-lock-add-keywords to t.
10161
10162 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
10163
10164 * hi-lock.el (hi-lock-highlight-range): New variable.
10165 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
10166 only if font-lock-fontified is non-nil. Remove overlays.
10167 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
10168 font-lock-fontified is non-nil, otherwise use overlays (instead of
10169 text properties).
10170 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
10171 New variables.
10172 (hi-lock-string-serialize) New function.
10173
10174 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10175
10176 * menu-bar.el (menu-find-file-existing): New function.
10177 (menu-bar-file-menu): Use menu-find-file-existing for Open.
10178
10179 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
10180
10181 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
10182
10183 * vc.el: Remove unnecessary leading * in docstrings.
10184 (vc-annotate-mode-map): Move initialization into declaration.
10185 (vc-static-header-alist): Nitpick on the regexp.
10186 (vc-default-init-version): New fun.
10187 (vc-register): Use it.
10188 (vc-insert-headers): Use dolist.
10189 (vc-annotate-get-backend): Remove unused function.
10190 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
10191 (vc-annotate-mode): Remove corresponding call.
10192 (vc-annotate-car-last-cons): Simplify.
10193 (vc-annotate-buffers): Remove var.
10194 (vc-annotate-backend): Make it buffer-local.
10195 (vc-annotate): Move the interaction to the interactive spec.
10196 Add a `buf' argument.
10197 (vc-annotate-warp-version): Use this new `buf' argument to avoid
10198 killing&creating a vc-annotate buffer, which is very disruptive when
10199 the buffers are shown in dedicated frames.
10200
10201 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
10202
10203 * descr-text.el: Add FSF as maintainer.
10204 (describe-text-mode, describe-text-mode-map)
10205 (describe-text-mode-hook, describe-text-done): Delete. Use normal
10206 help-mode.
10207 (describe-text-widget, describe-text-sexp)
10208 (describe-property-list, describe-text-category)
10209 (describe-text-properties, describe-text-properties-1)
10210 (describe-char): Use help buttons instead of widgets.
10211 (describe-char-unicodedata-file): Make URL link in doc string.
10212
10213 2005-12-22 Richard M. Stallman <rms@gnu.org>
10214
10215 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
10216 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
10217 Don't include buttons that write a file when there's no file.
10218 (custom-variable-menu, custom-face-menu, custom-group-menu):
10219 Don't include commands that write a file when there's no file.
10220 (customize-browse): Reword the top-of-buffer help intro.
10221 (custom-buffer-create-internal): Fix previous change.
10222 (customize-changed-options-previous-release): Prev release is 21.1.
10223 (customize-changed-options): Doc fix.
10224 (customize-changed): New alias.
10225 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
10226 Say "standard values".
10227 (Custom-reset-standard): Doc fix.
10228 (custom-face-reset-standard): Doc fix.
10229
10230 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
10231
10232 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
10233 even if font-lock-mode is non-nil since it may be t without having
10234 turned on font-lock-mode-internal.
10235 (font-lock-choose-keywords): Minor optimization.
10236 (font-lock-add-keywords, font-lock-remove-keywords)
10237 (font-lock-set-defaults): Don't call make-local-variable on a variable
10238 that we know to already be local.
10239
10240 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
10241
10242 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
10243 messages if in the minibuffer.
10244
10245 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
10246
10247 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
10248 (tex-mode-flyspell-verify, flyspell-get-word)
10249 (flyspell-external-point-words): Don't use point-min/max uselessly.
10250
10251 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
10252 by Kevin Rodgers. Instead, just hide the completions buffer if we
10253 don't need to show it.
10254
10255 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
10256
10257 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
10258
10259 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
10260
10261 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
10262 delete-windows-on with an inexistent buffer.
10263
10264 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
10265
10266 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
10267 Delete defcustom variable :tag names.
10268
10269 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
10270
10271 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
10272 (log-view-font-lock-keywords): Ajust subgroup numbers.
10273 (log-view-current-tag): Don't hard code the number of subgroups.
10274
10275 2005-12-20 Juri Linkov <juri@jurta.org>
10276
10277 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
10278 (tooltip-x-offset, tooltip-y-offset): Doc fix.
10279
10280 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
10281 (menu-bar-non-minibuffer-window-p): Instead of checking
10282 display-multi-frame-p, use selected-frame when menu-updating-frame
10283 is nil.
10284
10285 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
10286
10287 * align.el (align-rules-list): Use [ \t] instead of \s-
10288 for column separators in text mode.
10289
10290 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
10291
10292 * help-mode.el (help-customize-variable, help-customize-face):
10293 Don't pop help-xref-stack as help-follow no longer pushes
10294 anything on to it.
10295
10296 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
10297
10298 * textmodes/org.el (org-agenda-custom-commands): New option.
10299 (org-agenda): Offer custom commands on splash screen.
10300 (org-make-tags-matcher): Parser for Boolean logic added.
10301 (org-agenda-set-tags): New command.
10302 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
10303 (org-set-tags): Efficiency improvements.
10304 (org-auto-align-tags): New option.
10305 (org-todo, org-demote, org-promote): Realign tags.
10306 (org-tags-completion-function): Use also "&" and "|" as separators.
10307 (org-org-menu): Agenda commands simplified.
10308
10309 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
10310
10311 * cus-edit.el (customize-apropos, customize-apropos-options):
10312 Docstring changes.
10313
10314 * font-lock.el (font-lock): Add tags to the links in the defgroup.
10315
10316 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
10317
10318 * longlines.el (longlines-mode): Wrap while widened.
10319 (longlines-decode-region, longlines-encode-region): Compute max
10320 just once.
10321
10322 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10323
10324 * cus-edit.el (mac): New group.
10325
10326 * cus-start.el (all): Add user options in macterm.c. Add test for
10327 Mac-related built-ins. Fix test for GTK-related built-ins.
10328
10329 * term/mac-win.el (mac-handle-language-change)
10330 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
10331 (mac-services-open-selection, mac-services-mail-selection)
10332 (mac-services-mail-to, mac-services-insert-text)
10333 (mac-dispatch-apple-event): Add docstrings.
10334 (x-get-selection, mac-select-convert-to-string): Select coding
10335 system from `utf-16be' and `utf-16le' using `byteorder'.
10336
10337 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
10338
10339 * subr.el (lazy-completion-table): Don't be fooled if the var holds
10340 a "list" (lambda ...) rather than a real completion list.
10341
10342 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
10343 lexical-let when encountering ((lambda (...) ...) ...).
10344
10345 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
10346
10347 * progmodes/sh-script.el (sh-mode):
10348 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
10349 * textmodes/picture.el (picture-mode): Update docstrings.
10350
10351 2005-12-17 Eli Zaretskii <eliz@gnu.org>
10352
10353 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
10354 commands enclosed in $(ARGQUOTE)s should not be split between two
10355 lines, as that will break with GNU Make >3.80, when sh.exe is used
10356 and arg quoting is with '..'.
10357 (autoloads): Don't break the quoted --eval expression between
10358 several lines.
10359
10360 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
10361
10362 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
10363 Capture error from printing circular structures.
10364
10365 2005-12-17 Martin Rudalics <rudalics@gmx.at>
10366
10367 * wid-edit.el (widget-checkbox-action): Clear undo info.
10368
10369 2005-12-16 Bill Wohler <wohler@newt.com>
10370
10371 * menu-bar.el (kill-this-buffer): Set a good example by using menu
10372 bar, not menubar in comment.
10373
10374 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
10375
10376 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
10377 After-change-functions should not clobber the match data.
10378
10379 2005-12-16 Juri Linkov <juri@jurta.org>
10380
10381 * simple.el (choose-completion): Use `buffer-substring-no-properties'
10382 instead of `buffer-substring'.
10383 (completion-common-substring): Doc fix.
10384 (completion-setup-function): Use minibuffer-completion-contents
10385 instead of minibuffer-contents. Don't set common-string-length
10386 initially. Remove special handling of partial-completion-mode.
10387 Move computation of completion-base-size into one cond.
10388 Call completion-base-size-function in mainbuf. In computation of
10389 completion-base-size for file name completion don't move point to
10390 the end of the minibuffer. Move computation of common-string-length
10391 into one cond. Start putting faces only when common-string-length>=0.
10392 Add condition to put completions-common-part when
10393 common-string-length>0.
10394
10395 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
10396 place point at the first different character in the minibuffer
10397 even if this position is at the beginning of the minibuffer.
10398
10399 * info.el (Info-read-node-name-1): In completion-base-size-function's
10400 lambda return 1 if common-substring or minibuffer-completion-contents
10401 starts with (, and 0 otherwise.
10402
10403 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
10404 Use `crm-current-element' for second arg of `display-completion-list'.
10405
10406 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
10407
10408 * files.el (set-auto-mode): Look for an interpreter specified on
10409 the first line also if search for mode specification succeeded,
10410 but the mode is not known.
10411
10412 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
10413
10414 * textmodes/org.el (org-tags-match-list-sublevels): New option.
10415 (org-open-at-point): Implement tag searches as links.
10416 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
10417 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
10418 (org-tags-sparse-tree, org-tags-view, org-set-tags)
10419 (org-agenda-dispatch): New commands.
10420 (org-use-tag-inheritance, org-tags-column): New options.
10421 (org-tab-follows-link, org-return-follows-link): New options.
10422 (org-tags): New customize group.
10423 (org-start-icalendar-file): Get local time zone.
10424 (org-tags-completion-function): New function.
10425 (org-set-font-lock-defaults): Make sure links will also be
10426 highlighted inside headlines.
10427
10428 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
10429
10430 * term.el (term-emulate-terminal):
10431 Let term-handle-ansi-terminal-messages override what Bash says about
10432 its current directory.
10433
10434 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10435
10436 * bindings.el (last-buffer): Move to simple.el.
10437 * simple.el (last-buffer): Move here.
10438 (get-next-valid-buffer): New function.
10439 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
10440 (prev-buffer): Ditto. Rename to `previous-buffer'.
10441
10442 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
10443 * bindings.el (global-map): Ditto.
10444
10445 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
10446
10447 * cus-edit.el: Introductory comment change.
10448 (custom-magic-alist): Change message string for the `rogue' state.
10449
10450 2005-12-15 Richard M. Stallman <rms@gnu.org>
10451
10452 * tooltip.el: Delete defcustom variable :tag names.
10453
10454 * complete.el (partial-completion-mode): Doc fix.
10455
10456 * textmodes/flyspell.el (flyspell-external-point-words):
10457 Use save-excursion to ensure we don't move backward in the
10458 search loop, not even one character.
10459 (flyspell-delete-all-overlays): Use remove-overlays directly.
10460
10461 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
10462 (ispell-start-process): Set that variable.
10463 Clear ispell-buffer-local-name.
10464 (ispell-internal-change-dictionary):
10465 Set ispell-current-dictionary after killing process.
10466 (ispell-buffer-local-dict):
10467 Don't set spell-personal-dictionary after killing process.
10468 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
10469 (ispell-tex-skip-alists, ispell-html-skip-alists)
10470 (ispell-skip-region-alist): Mark as risky.
10471
10472 * net/newsticker.el (newsticker--retrieval-timer-list)
10473 (newsticker--display-timer, newsticker-running-p)
10474 (newsticker-ticker-running-p): Definitions moved up.
10475
10476 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
10477
10478 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
10479
10480 2005-12-15 David Ponce <david@dponce.com>
10481
10482 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
10483 (recentf-edit-list, recentf-open-files): Signal an error when
10484 there is no recent file.
10485
10486 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
10487
10488 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
10489 read-only except for texinfo-format-region evaluation.
10490
10491 2005-12-14 Richard M. Stallman <rms@gnu.org>
10492
10493 * vc.el (vc-default-previous-version, vc-default-next-version)
10494 (vc-do-command): Doc fixes.
10495
10496 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10497
10498 * textmodes/bibtex.el (bibtex-expand-strings)
10499 (bibtex-autokey-expand-string, bibtex-name-part)
10500 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
10501 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
10502 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
10503 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
10504 (bibtex-entry-postfix, bibtex-known-entry-type-re)
10505 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
10506 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
10507 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
10508 (bibtex-beginning-of-last-entry): Remove.
10509 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
10510 message if comma is missing but buffer is read-only.
10511 (bibtex-parse-field-text): Handle whitespaces at the end of field
10512 text. Return 3-element list with beginning and end of field text
10513 and end of field.
10514 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
10515 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
10516 (bibtex-search-forward-field, bibtex-search-backward-field):
10517 Search always delimited by limits of entry. Use more efficient
10518 search algorithms.
10519 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
10520 bibtex-end-of-name-in-field.
10521 (bibtex-text-in-field-bounds): Handle BibTeX strings when
10522 extracting the content of a field.
10523 (bibtex-text-in-field): Use search limits.
10524 (bibtex-parse-string-prefix): Handle empty string keys based on
10525 bibtex-string-empty-key.
10526 (bibtex-parse-string): Fix docstring.
10527 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
10528 (bibtex-preamble-prefix, bibtex-strings): New functions.
10529 (bibtex-skip-to-valid-entry): Include preceding whitespace in
10530 BibTeX entries (consistent with other BibTeX functions).
10531 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
10532 (bibtex-search-entry): Fix docstring. Simplify.
10533 (bibtex-flash-head, bibtex-complete-string-cleanup)
10534 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
10535 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
10536 (bibtex-parse-entry): New optional arg content.
10537 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
10538 Use bibtex-text-in-field-bounds.
10539 (bibtex-print-help-message): Handle BibTeX strings and preambles.
10540 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
10541 bibtex-parse-string-postfix.
10542 (bibtex-find-text-internal): New function.
10543 (bibtex-remove-delimiters): Use it.
10544 (bibtex-find-text): Use it. New optional arg help.
10545 (bibtex-complete): Handle BibTeX string and preamble entries.
10546 (bibtex-Preamble): Fix order of closing delimiters.
10547
10548 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
10549
10550 * vc.el (vc-default-revert): New fun.
10551
10552 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
10553
10554 2005-12-14 Romain Francoise <romain@orebokech.com>
10555
10556 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
10557 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
10558 (font-lock-remove-keywords): Likewise.
10559
10560 2005-12-14 Juri Linkov <juri@jurta.org>
10561
10562 * log-view.el (log-view-diff): Doc fix.
10563
10564 * isearch.el (isearch-query-replace): Use (mark) instead of
10565 isearch-opoint if mark is active in transient-mark-mode.
10566
10567 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
10568
10569 * isearch.el (isearch-query-replace): Check for isearch-other-end.
10570
10571 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
10572
10573 * progmodes/cpp.el (cpp-face): New widget.
10574 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
10575
10576 2005-12-14 Juri Linkov <juri@jurta.org>
10577
10578 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
10579 around `erase-buffer' and `insert'.
10580
10581 * descr-text.el (describe-text-properties): Replace buffer name
10582 "*Help-2*" with "*Help*<2>".
10583 (describe-char): Add functions print-help-return-message,
10584 toggle-read-only. Use help-setup-xref with nil to not store
10585 describe-char in help-xref-stack. Use help-make-xrefs to
10586 make [back] button.
10587
10588 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
10589
10590 * wdired.el (wdired-old-point): New internal variable.
10591 (wdired-change-to-wdired-mode): Set it buffer-locally.
10592 (wdired-abort-changes): Restore point after aborting changes.
10593
10594 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
10595
10596 * vc.el (vc-do-command): Add a new value t for okstatus.
10597
10598 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
10599 frame in case of errors.
10600
10601 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10602
10603 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
10604 so it comes after "On the Left" in the menu.
10605
10606 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
10607
10608 * cus-edit.el (customize-apropos, customize-apropos-options)
10609 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
10610
10611 2005-12-12 Bill Wohler <wohler@newt.com>
10612
10613 * vc-svn.el (vc-svn-registered): Fix problem of visiting
10614 non-writable Subversion-controlled files by saving window
10615 configuration before calling vc-do-command. vc-do-command calls
10616 pop-to-buffer on error which is unexpected during registration.
10617
10618 2005-12-12 Jay Belanger <belanger@truman.edu>
10619
10620 * calc/README: Update the summary of changes.
10621
10622 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
10623
10624 * descr-text.el (describe-char): Rework last fix to solve the problem
10625 is the same way it's solved for everything else in that function
10626 (i.e. by extracting the info before setting up the *Help* buffer).
10627
10628 2005-12-12 Kim F. Storm <storm@cua.dk>
10629
10630 * subr.el (version-regexp-alist): Allow space as separator before
10631 non-numeric part, e.g. "1.0 alpha".
10632 (version-to-list): Interpret .X.Y version as 0.X.Y version.
10633
10634 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
10635
10636 * textmodes/org.el (org-agenda, org-timeline, org-todo):
10637 Implement Logging and the keep-modes setting.
10638 (org-get-category): Make sure a string is returned.
10639 (org-log-done): New function.
10640 (org-log-done, org-closed-string): New options.
10641
10642 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10643
10644 * tooltip.el (tooltip-y-offset): Change default to 20.
10645
10646 2005-12-12 Richard M. Stallman <rms@gnu.org>
10647
10648 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
10649
10650 * frame.el (display-hourglass): Doc fix.
10651
10652 * help.el (help-for-help-internal): Simplify entry for `a'.
10653
10654 * info.el (Info-on-current-buffer): Doc fix.
10655 (info-insert-file-contents): Don't test (featurep 'jka-compr).
10656
10657 * startup.el (inhibit-splash-screen): Make this the real name.
10658 (inhibit-startup-message): Make this the alias.
10659 (command-line): Find only simple.el, and use its directory
10660 to fill in other preloaded files' names.
10661 (command-line): Deactivate the mark if deactivate-mark is set.
10662
10663 * international/mule.el (load-with-code-conversion):
10664 Bind deactivate-mark.
10665
10666 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
10667
10668 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
10669
10670 * cus-edit.el (customize-apropos): Avoid listing an option more
10671 than once under different aliases. No longer list user options
10672 that are not defined with defcustom (unless a prefix arg is given).
10673 Doc fix.
10674 (customize-apropos-options): Doc fix.
10675
10676 2005-12-11 Juri Linkov <juri@jurta.org>
10677
10678 * frame.el (set-background-color, set-foreground-color)
10679 (set-cursor-color, set-mouse-color, set-border-color):
10680 Add explicit prompts to read colors by `facemenu-read-color'.
10681 (show-trailing-whitespace, blink-cursor-delay)
10682 (blink-cursor-interval, display-hourglass, hourglass-delay):
10683 Remove tags.
10684 (display-hourglass, hourglass-delay): Doc fix.
10685 (cursor-in-non-selected-windows): Capitalize words in tag.
10686
10687 * faces.el (frame-background-mode): Replace `choice-item' keywords
10688 with `const' to not make [default] button. Change default value tag
10689 from `default' to `automatic'. Doc fix.
10690 (trailing-whitespace) <defface>: Change group `whitespace' to
10691 `whitespace-faces'.
10692
10693 2005-12-11 Richard M. Stallman <rms@gnu.org>
10694
10695 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
10696
10697 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10698
10699 * term/mac-win.el: Create keymap for mac-apple-event-map.
10700
10701 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
10702
10703 * tooltip.el (tooltip-mode): Move to start of file so that it
10704 appears at top of customize buffer.
10705
10706 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
10707 Add the gud groupname.
10708 (gud-tooltip-mode): Add the tooltip groupname.
10709 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
10710 avoid conflict with tooltip-use-echo-area.
10711
10712 2005-12-10 Romain Francoise <romain@orebokech.com>
10713
10714 * help.el (help-for-help-internal): Add `r' in doc string.
10715
10716 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10717
10718 * align.el (align-regexp, align-highlight-rule):
10719 Use region-beginning and region-end instead of point and mark, so that
10720 repetition (with `repeat-complex-command') recomputes the region
10721 bounds.
10722
10723 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
10724
10725 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
10726 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
10727 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
10728 (balance-windows): Rewrite using the above new functions.
10729
10730 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
10731
10732 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
10733 react if global-hi-lock-mode seems intended.
10734 (global-hi-lock-mode) Renamed from hi-lock-mode.
10735 (hi-lock-archaic-interface-message-used)
10736 (hi-lock-archaic-interface-deduce): New variables.
10737 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
10738 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
10739 (hi-lock-find-patterns, hi-lock-font-lock-hook):
10740 Replace hi-lock-buffer-mode with hi-lock-mode.
10741
10742 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
10743
10744 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
10745 completion list, even after a partial completion has been
10746 inserted in the current buffer. If there are more than 1
10747 completion, redisplay the *Completions* buffer; if the
10748 completion is unique, delete the *Completions* window.
10749
10750 2005-12-10 Eli Zaretskii <eliz@gnu.org>
10751
10752 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
10753 strings and long subject lines that were broken into multiple
10754 lines at arbitrary places. Handle subjects that have "Re: " in
10755 the middle.
10756
10757 2005-12-10 John W. Eaton <jwe@octave.org>
10758
10759 * emacs/octave-mod.el (octave-electric-space): Don't indent
10760 comments or strings if octave-auto-indent is nil.
10761
10762 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10763
10764 * term/mac-win.el: Require url when compiling.
10765 Call mac-process-deferred-apple-events after loading init files.
10766 (mac-apple-event-map): New defvar. Define event handlers in it.
10767 (core-event, internet-event): New Apple event class symbols.
10768 (open-application, reopen-application, open-documents)
10769 (print-documents, open-contents, quit-application)
10770 (application-died, show-preferences, autosave-now, get-url):
10771 New Apple event ID symbols.
10772 (about): New HICommand ID symbol.
10773 (mac-event-spec, mac-event-ae): New macros.
10774 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
10775 (mac-ae-selection-range, mac-ae-text-for-search)
10776 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
10777 (mac-application-menu-map): Remove keymap. Handlers for HICommand
10778 and Services menu events are now defined in mac-apple-event-map.
10779 (mac-drag-n-drop): Remove selection range handling.
10780
10781 2005-12-10 Kenichi Handa <handa@m17n.org>
10782
10783 * simple.el (zap-to-char):
10784 * isearch.el (isearch-process-search-char): Translate CHAR by
10785 translation-table-for-input.
10786
10787 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
10788
10789 * foldout.el (foldout-exit-fold): Properly hide subtree.
10790
10791 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
10792
10793 * files.el (save-buffer):
10794 * international/ucs-tables.el (ucs-set-table-for-input):
10795 * mail/mail-extr.el (mail-extract-address-components):
10796 * mail/sendmail.el (mail-mode): Reformat doc string.
10797
10798 2005-12-09 Juri Linkov <juri@jurta.org>
10799
10800 * isearch.el (isearch-highlight): Change main overlay priority
10801 from 1 to 1001. Simplify.
10802 (isearch-lazy-highlight-update): Change lazy overlay priority
10803 from 0 to 1000.
10804
10805 * replace.el (replace-highlight): Change overlay priority from
10806 1 to 1001.
10807
10808 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
10809 Change overlay priority from 1 to 1001. Reuse existing overlay.
10810
10811 * compare-w.el (compare-windows-highlight): Change overlay
10812 priority from 1 to 1000.
10813
10814 * menu-bar.el (menu-bar-edit-menu): Add listp around
10815 pending-undo-list to disable menu item "undo" when pending
10816 undo list is empty.
10817
10818 * locate.el (locate): Disable undo in *Locate* buffer.
10819
10820 2005-12-09 Kim F. Storm <storm@cua.dk>
10821
10822 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
10823
10824 2005-12-09 David Ponce <david@dponce.com>
10825
10826 * recentf.el: Improvement of the menu code.
10827 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
10828 instead of menu hook.
10829 (recentf-show-menu, recentf-hide-menu): New functions.
10830 (recentf-menu-customization-changed, recentf-mode): Use them.
10831 (recentf-menu-action, recentf-max-menu-items)
10832 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
10833 (recentf-arrange-by-rule-others)
10834 (recentf-arrange-by-rules-min-items)
10835 (recentf-arrange-by-rule-subfilter) : Don't use
10836 `recentf-menu-customization-changed'.
10837 (recentf-arrange-rules): Likewise. Accept functions to compute
10838 sub-menu titles.
10839 (recentf-menu-filter): Likewise. Doc fix.
10840 (recentf-menu-value-shortcut): Doc fix.
10841 (recentf-dump-variable): Quote atom value.
10842 (recentf-make-menu-items): Update to use it as a menu filter.
10843 (recentf-match-rule): New function.
10844 (recentf-arrange-by-rule): Use it.
10845 (recentf-indirect-mode-rule): New function.
10846 (recentf-build-mode-rules): Use it.
10847 (recentf-dir-rule): New function.
10848 (recentf-arrange-by-dir): Use it.
10849 (recentf-filter-changer-current): Rename from
10850 `recentf-filter-changer-state'. All references updated.
10851 (recentf-filter-changer-alist): Update filter names.
10852 (recentf-filter-changer-select): New function.
10853 (recentf-filter-changer): Use it. Make a sub-menu from filters
10854 available in `recentf-filter-changer-alist'.
10855 (recentf-data-cache, recentf-clear-data)
10856 (recentf-update-menu): Remove. All references updated.
10857 (recentf-match-rule-p, recentf-build-dir-rules)
10858 (recentf-filter-changer-goto-next)
10859 (recentf-filter-changer-get-current)
10860 (recentf-filter-changer-get-next): Remove.
10861
10862 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
10863
10864 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
10865 buffer "Reset" button to "Reset to Current" for consistency with
10866 the State buttons.
10867
10868 2005-12-08 John Paul Wallington <jpw@pobox.com>
10869
10870 * ibuf-ext.el (define-ibuffer-filter filename):
10871 If `dired-directory' is a list then really use its car.
10872
10873 2005-12-08 Kim F. Storm <storm@cua.dk>
10874
10875 * emulation/cua-rect.el (cua--rectangle-aux-replace):
10876 Fix indention of text on right side of replaced rectangle.
10877
10878 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
10879
10880 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
10881 No need to check gud-comint-buffer is bound.
10882 (gdb): Prevent multiple debugging when first session uses gdba.
10883
10884 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10885
10886 CC Mode update to 5.31.
10887
10888 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
10889 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
10890 We might do this function properly in the future).
10891
10892 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
10893 New macros c-sentence-end and c-default-value-sentence end, to cope
10894 with Emacs 22's new function `sentence-end'.
10895
10896 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10897
10898 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
10899 compat issue using `c-put-overlay' and `c-delete-overlay'.
10900
10901 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
10902 New compat macros to handle overlays/extents.
10903
10904 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10905
10906 * progmodes/cc-fix.el: Add definitions of the macros push and pop
10907 (for GNU Emacs 20.4)
10908
10909 * progmodes/cc-defs.el:
10910 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
10911
10912 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
10913 highlighting mechanism so it will work in XEmacs too.
10914
10915 * progmodes/cc-defs.el: Insert c-int-to-char.
10916
10917 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
10918 call to the new macro c-int-to-char. This solves XEmacs's
10919 regarding characters as different from integers.
10920
10921 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10922
10923 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
10924 New internal helper.
10925
10926 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
10927 construct to make the indirect face lookup work in XEmacs.
10928
10929 (c-cpp-matchers): Append the negation char face to the existing
10930 fontification, so that the cpp face doesn't disappear.
10931 Use `c-make-syntactic-matcher' to avoid negation chars in comments
10932 and strings.
10933
10934 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
10935 to map to `font-lock-negation-char-face' in emacsen where it exists.
10936
10937 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10938
10939 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
10940
10941 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
10942 Rename "c-subword-move-mode" as "c-subword-mode".
10943
10944 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
10945 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
10946
10947 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10948
10949 * progmodes/cc-mode.el: Added autoload directive for
10950 `c-subword-move-mode' for use in older emacsen.
10951
10952 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10953
10954 * progmodes/cc-mode.el:
10955 (i) Insert a binding for C-c C-backspace into
10956 c-bind-special-erase-keys which works in TTYs.
10957 (ii) Make sure that when file styles are used, any explicitly
10958 given style variables take priority over those in the style.
10959 Do this by calling `hack-local-variables' a second time.
10960
10961 * progmodes/cc-vars.el: Add language specific customization
10962 widgets for AWK to c-doc-comment-style, c-require-final-newline
10963 and c-default-style. Add a defcustom for awk-mode-hook.
10964 Give c-syntactic-element and c-syntactic-context doc-strings by
10965 directly setting their `variable-documentation' propery.
10966 This allows Emacs 22.1 to read these with C-h v.
10967
10968 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
10969
10970 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10971
10972 * progmodes/cc-fonts.el, cc-vars.el
10973 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
10974 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
10975 Masatake YAMATO.
10976
10977 (c-doc-comment-style): Made GtkDoc default in C mode.
10978
10979 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
10980 and C-c C-<delete>.
10981
10982 (c-bind-special-erase-keys): New function for use on
10983 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
10984
10985 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
10986 <delete> key behavior in XEmacs according to `delete-forward-p'.
10987 C.f. `c-electric-delete'.
10988
10989 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10990
10991 * progmodes/cc-mode.el: Give c-hungry-backspace and
10992 c-hungry-delete-forward permanent key bindings.
10993
10994 * progmodes/cc-cmds.el (c-electric-semi&comma):
10995 Bind c-syntactic-context for calls to "criteria functions", for
10996 consistency with other calls to user functions.
10997
10998 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
10999 `current-prefix-arg', since this might be the prefix arg to a
11000 command which calls c-indent-command as a function. Change the
11001 interactive spec from "p" to "P".
11002
11003 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
11004 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
11005 was difficult to understand.
11006
11007 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11008
11009 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
11010 first char of an identifier.
11011
11012 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
11013 +" syntax in C++.
11014
11015 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11016
11017 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
11018 auto-fill doesn't split a c-comment's last word from a hanging
11019 "*/" when a space is typed between them after fill-column.
11020
11021 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
11022
11023 * progmodes/cc-styles.el (c-set-style)
11024 (c-setup-paragraph-variables): Abort the command if we're not in a
11025 CC Mode buffer.
11026
11027 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
11028 with blank comment-prefix, and a blank line as the comment's
11029 second line.
11030
11031 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11032
11033 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
11034 Incorporate the patterns added in the Emacs development branch
11035 for the new Emacs 22 face `font-lock-negation-char-face'.
11036
11037 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
11038 of "red" since it stands out better in xterms and DOS terminals.
11039
11040 * progmodes/cc-engine.el (c-literal-faces):
11041 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
11042
11043 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11044
11045 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
11046 forcibly enable c-electric-flag.
11047
11048 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
11049 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
11050 after the comment-prefix of a C-style comment will close that comment.
11051
11052 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11053
11054 * progmodes/cc-fonts.el (c-basic-matchers-before)
11055 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
11056 in Pike.
11057
11058 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
11059 digraphs.
11060
11061 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
11062 (c-cpp-message-directives, c-cpp-include-directives)
11063 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
11064 (c-cpp-expr-directives): Introduce new language constants to
11065 control cpp syntax in a cleaner way.
11066
11067 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
11068
11069 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
11070
11071 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
11072 (c-multiline-string-start-char): New language constants and
11073 variables to specify how newlines in string literals work.
11074
11075 (c-font-lock-invalid-string): Use them.
11076
11077 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
11078 unbalanced close brace is entered. Optimization by avoiding going
11079 back over arbitrarily large blocks. Removed hints that this
11080 function only would be relevant/useful in AWK.
11081
11082 (c-electric-brace): Indent syntactically after the cleanups since
11083 lineup functions might do it differently then.
11084
11085 * progmodes/cc-engine.el, cc-langs.el
11086 (c-opt-op-identifier-prefix): New language constant and variable.
11087
11088 (c-just-after-func-arglist-p, c-after-special-operator-id)
11089 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
11090
11091 * progmodes/cc-align.el, cc-engine.el
11092 (c-after-special-operator-id): New helper to handle C++ operator
11093 identifiers.
11094
11095 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
11096 (c-guess-basic-syntax): Handle C++ operator identifiers in
11097 declarations.
11098
11099 * progmodes/cc-langs.el (c-assignment-operators): Add the
11100 trigraph version of ^= too.
11101
11102 * progmodes/cc-langs.el (c-assignment-operators): Add the
11103 trigraph version of |= in C++.
11104
11105 * progmodes/cc-fonts.el (c-font-lock-declarators):
11106 Handle `c-decl-hangon-kwds' after the identifier name.
11107
11108 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
11109 whether an arglist is "nonempty", ignore a comment after the open
11110 paren if it isn't followed by a non-comment token on the same line.
11111
11112 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
11113 Enable heuristics below the point to cope with classes inside special
11114 brace lists in Pike.
11115
11116 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11117
11118 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
11119
11120 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11121
11122 * progmodes/cc-guess.el (cc-guess-install): New function to
11123 install an already guessed style in another buffer.
11124
11125 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
11126 sets `inhibit-read-only' - `c-save-buffer-state' should be used
11127 anyway if the change always is undone.
11128
11129 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11130
11131 Implement togglable electricity:
11132
11133 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
11134 saying when it should be used.
11135
11136 * progmodes/cc-engine.el: Add the new buffer-local variable,
11137 c-electric-flag.
11138
11139 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
11140 c-toggle-auto-newline.
11141
11142 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
11143 c-toggle-auto-newline. Remove the binding for
11144 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
11145 c-toggle-electric-state.
11146
11147 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
11148
11149 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
11150 c-\(forward\|backward\)-subword.
11151 (c-update-modeline): Add the new modeline flag `l' for
11152 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
11153 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
11154 Make the old name an alias of the new name.
11155 (c-toggle-electric-state): New function.
11156 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
11157 Adapt these functions to do electric things only when
11158 c-electric-flag is non-nil.
11159 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
11160 new functions from c-electric-brace.
11161 (c-point-syntax): Add a check for "virtual semicolons" in AWK
11162 mode, so that the tentative extra newline doesn't change the
11163 syntax of the following brace.
11164 (c-electric-brace): Restructure by extracting the above functions.
11165 Tidy up the coding somewhat.
11166 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
11167 restructure a bit.
11168
11169 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11170
11171 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
11172 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
11173
11174 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
11175 (c-submode-indicators): Change name from `c-auto-hungry-string'
11176 since it's now used to track another submode.
11177
11178 (c-update-modeline): Convert to function and extended to check
11179 `c-subword-move-mode'.
11180
11181 (c-forward-into-nomenclature, c-backward-into-nomenclature):
11182 Convert to compat aliases for `c-forward-subword' and
11183 `c-backward-subword'.
11184
11185 * progmodes/cc-subword.el: New functions and minor mode to handle
11186 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
11187
11188 (c-forward-subword, c-backward-subword, c-mark-subword)
11189 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
11190 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
11191 Functions corresponding to the standard word handling functions.
11192
11193 (c-subword-move-mode): Minor mode that replaces all the standard
11194 word handling functions with their subword equivalences.
11195
11196 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11197
11198 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
11199 entry for one-liner-defun.
11200
11201 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
11202 name in its def-edebug-spec.
11203
11204 * progmodes/cc-cmds.el (c-electric-brace): Make the
11205 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
11206 compacts space before a comment, if this will make things fit on
11207 one line.
11208
11209 Introduce an "awk" style, mainly for auto-newline and clean-ups.
11210
11211 * progmodes/cc-align.el: New function c-snug-1line-defun-close
11212
11213 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
11214 clean-up one-liner-defun.
11215
11216 * progmodes/cc-styles.el: Add the new "awk" style.
11217
11218 * progmodes/cc-vars.el: Add description of one-liner-defun to
11219 c-cleanup-list's doc-string. New user options,
11220 c-max-one-liner-length. In c-default-style, set the default style
11221 for AWK to "awk".
11222
11223 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11224
11225 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
11226 macros inside labels.
11227
11228 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
11229 `c-at-statement-start-p' and `c-at-expression-start-p'.
11230
11231 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
11232 error if the mark isn't set.
11233
11234 * progmodes/cc-engine.el (c-guess-continued-construct)
11235 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
11236 accurately detect functions inside functions.
11237
11238 * progmodes/cc-engine.el (c-at-expression-start-p): New function
11239 like `c-at-statement-start-p' that additionally recognizes commas
11240 and expression parentheses as delimiters.
11241
11242 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
11243 to avoid heuristics that doesn't work for unclosed blocks.
11244 (c-at-statement-start-p): New function.
11245
11246 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
11247 Objective-C directives, e.g. directives spanning lines should work
11248 reasonably well now.
11249
11250 (c-put-c-type-property, c-clear-c-type-property): New helpers.
11251
11252 (c-forward-objc-directive): New function to move over any ObjC
11253 directive.
11254
11255 (c-just-after-func-arglist-p, c-guess-basic-syntax)
11256 (c-basic-matchers-before): Use it.
11257
11258 (c-font-lock-objc-iip-decl): Remove.
11259
11260 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
11261 in the template arglist recognition.
11262
11263 * progmodes/cc-styles.el (c-style-alist): Fix several
11264 inconsistencies in the Whitesmith style.
11265
11266 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
11267 New lineup function to get lines after Whitesmith style blocks
11268 correctly indented.
11269
11270 (c-lineup-whitesmith-in-block): Back out the compensation for
11271 opening parens since it's done using `add' lists in the style
11272 definition instead. Don't use the anchor position since it varies
11273 too much between the syntactic symbols. :P
11274
11275 * progmodes/cc-vars.el (c-valid-offset): Update.
11276
11277 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
11278 lists where the offsets are combined according to several
11279 different methods: `first', `min', `max', and `add'.
11280 Report offset evaluation errors with `c-benign-error' so that some kind
11281 of reindentation still is done.
11282
11283 * progmodes/cc-engine.el (c-guess-basic-syntax):
11284 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
11285 `arglist-close'.
11286
11287 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
11288 situations for `arglist-cont-nonempty' and `arglist-close'.
11289
11290 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
11291
11292 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
11293 cc-bytecomp-boundp' in a number of places.
11294
11295 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
11296 macro related issue.
11297
11298 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11299
11300 * progmodes/cc-awk.el: Change the terminology of regexps: A char
11301 list is now [asdf], a char class [:alpha:].
11302 Include code for char classes.
11303 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
11304 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
11305
11306 Remove (nearly all of) the cruft associated with AWK Mode's former
11307 concept of "virtual semicolons":
11308
11309 Adapt c-beginning-of-statement, c-end-of-statement (together with
11310 subfunctions) to use the new notion of "virtual semicolon" in
11311 place of the old awkward special handling for AWK. There remains
11312 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
11313 * progmodes/cc-cmds.el:
11314 (c-ascertain-adjacent-literal): In the backwards direction, now
11315 recognises AWK regexp delimiters as string delimiters.
11316 (c-after-statement-terminator-p): Adapt for virtual semicolons;
11317 check more rigorously for "end of macro".
11318 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
11319 virtual semicolons;
11320 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
11321 out the code for forward movement into ...
11322 (c-end-of-statement): Now contains the code for forward movement,
11323 adapted for virtual semicolons.
11324
11325 * progmodes/cc-engine.el:
11326 (c-ws*-string-limit-regexp): New regexp.
11327 (c-forward-single-comment, c-backward-single-comment): Comment out
11328 the (now redundant) "special" AWK stuff.
11329
11330 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
11331 c-string-par-start, c-string-par-separate to be more like Text
11332 Mode than Fundamental Mode.
11333
11334 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11335
11336 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
11337 to the fontified region so that fontification doesn't occur
11338 outside it (could happen e.g. when fontifying a line with an
11339 unfinished declaration).
11340
11341 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11342
11343 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
11344 start of the file. ^L now separate sections of the file.
11345 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
11346 (c-awk-one-line-possibly-open-string-re)
11347 (c-awk-regexp-one-line-possibly-open-char-class-re)
11348 (c-awk-one-line-possibly-open-regexp-re)
11349 (c-awk-one-line-non-syn-ws*-re): New defonsts.
11350 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
11351
11352 Amend the concept of "virtual semicolons" (in the indentation
11353 engine) for languages like AWK, such that they are now
11354 conceptually attached to end of the last token of a statement, not
11355 the end of the line. (In AWK Mode, however, the pertinent text
11356 property is still physically set on the EOL.) Remove the specific
11357 tests for awk-mode, thus facilitating the introduction of other
11358 language modes where EOLs can end statements.
11359 (Note: The funtionality in cc-cmds.el, specifically
11360 c-beginning/end-of-statement has yet to be amended.)
11361
11362 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
11363 New macros.
11364
11365 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
11366 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
11367 c-vsemi-status-unknown-p-fn (in a new page).
11368
11369 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
11370 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
11371 numerous awkward forms like
11372 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
11373 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
11374 variable before-ws-ip, the place just after char-before-ip appears.
11375
11376 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
11377 a comment.
11378
11379 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11380
11381 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
11382 `c-tentative-buffer-changes'.
11383
11384 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
11385 convert to macro to choose between Emacs and XEmacs at compile time.
11386
11387 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
11388
11389 (c-tentative-buffer-changes): New macro to handle temporary buffer
11390 changes in a convenient way.
11391
11392 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
11393 for `c-tentative-buffer-changes'.
11394
11395 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
11396 the checks for paren sexps between the point and the keyword, to
11397 avoid some false alarms.
11398
11399 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
11400 Fixed a situation where an error could be thrown for unbalanced
11401 parens. Changed to make use of c-keyword-member' to avoid some
11402 repeated regexp matches.
11403
11404 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
11405 These language variable are no longer necessary.
11406
11407 (c-block-stmt-kwds): New language constant used by
11408 c-looking-at-inexpr-block'.
11409
11410 (c-guess-basic-syntax): Remove an optional check that looked at
11411 the existence of the now removed language variables.
11412
11413 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
11414 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
11415 object instantiation expressions as declarations in some contexts.
11416 This bug only affected languages where the declarator can't be
11417 enclosed in parentheses.
11418
11419 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
11420 insert newlines before and after substatement braces.
11421
11422 * progmodes/cc-engine.el: Improved the heuristics for recognizing
11423 function declaration headers and the handling of C++ style member
11424 init lists.
11425
11426 (c-just-after-func-arglist-p): Rewritten to use
11427 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
11428
11429 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
11430
11431 (c-guess-basic-syntax): Adapt case 5B for the new
11432 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
11433 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
11434 covers all cases now).
11435
11436 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
11437
11438 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11439
11440 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
11441 c-string-par-start/separate c-sentence-end-with-esc-eol,
11442 initialised in c-setup-paragraph-variables, used in string
11443 scanning subroutines of c-beginning-of-statement.
11444
11445 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
11446 which precedes the newly inserted `{'.
11447
11448 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11449
11450 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
11451 function for declaration level blocks. It should now cope with
11452 templates better and also be a lot more comprehensible.
11453
11454 (c-looking-at-decl-block): The new function.
11455
11456 (c-search-uplist-for-classkey): The old one. It's now a wrapper
11457 for compatibility.
11458
11459 (c-add-class-syntax, c-guess-continued-construct)
11460 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
11461
11462 (c-decl-block-key): Change to tell apart ambiguous and
11463 unambiguous keywords. Pike specials are now handled directly in
11464 the code instead.
11465
11466 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
11467 New language constants and variables to make the backward skip in
11468 `c-looking-at-decl-block' as tight as possible.
11469
11470 (c-nonsymbol-token-char-list): New language constant.
11471
11472 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
11473 find balanced template arglists backwards.
11474
11475 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
11476 making char classes for `c-syntactic-skip-backward'.
11477
11478 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
11479 16D - can't be a class-close at that point.
11480
11481 * progmodes/cc-engine.el (c-guess-basic-syntax)
11482 (c-add-class-syntax): Don't narrow out the enclosing declaration
11483 level. This makes everything a lot easier, and it was actually
11484 only four small places that needed it to work. Some places that
11485 previously did `widen' are removed now, which has the effect that
11486 `c-guess-basic-syntax' never will look at things outside the
11487 current narrowment now. The anchor position for `topmost-intro'
11488 is affected by this, but it was so bogus it was basically useless
11489 before, and now it's equally bogus but in a slightly different way.
11490
11491 (c-narrow-out-enclosing-class): Gone.
11492
11493 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
11494 the narrowed region.
11495
11496 (c-least-enclosing-brace): Remove silly optional argument.
11497
11498 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
11499 the point could be left directly after an open paren when finding
11500 the beginning of the first decl in the block.
11501
11502 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
11503 Specify which submatch to use.
11504
11505 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
11506
11507 (c-decl-start-re): No longer any need for special treatment of
11508 ObjC due to the above.
11509
11510 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
11511 presumably follows C in that regard.
11512
11513 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
11514 New language constants to specify operator tokens inside
11515 identifiers in a more high level way.
11516
11517 (c-opt-identifier-prefix-key): New internal language constant.
11518
11519 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
11520 (c-identifier-start, c-identifier-key): Now completely calculated
11521 from other constants.
11522
11523 (c-identifier-last-sym-match): Decommission since it's no longer used.
11524
11525 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
11526
11527 * progmodes/cc-engine.el (c-forward-name): Remove the
11528 optimization when c-identifier-key is equal to c-symbol-key since
11529 it doesn't work in byte compiled files. Don't record empty
11530 regions as identifiers.
11531
11532 * progmodes/cc-langs.el (c-filter-ops): New helper function to
11533 simplify access to `c-operators' and its likes.
11534
11535 (c-operator-list, c-all-op-syntax-tokens)
11536 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
11537 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
11538 (c-primary-expr-regexp, c-cast-parens): Use it.
11539
11540 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
11541 an explicit language in functions.
11542
11543 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
11544 variant of adornment.
11545
11546 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
11547 variable.
11548
11549 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
11550 the Pike value.
11551
11552 * progmodes/cc-engine.el (c-on-identifier)
11553 (c-simple-skip-symbol-backward): Small fix for handling "-"
11554 correctly in `skip-chars-backward'. Affected the operator lfun
11555 syntax in Pike.
11556
11557 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
11558 diagnostic message about precompiled language vars not being used.
11559
11560 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
11561 "__attribute__" is followed by a parenthesis.
11562
11563 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
11564 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
11565 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
11566
11567 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
11568 Internal cleanups to properly detect the declared identifiers in
11569 various declarations.
11570
11571 (c-decl-start-kwds): New language constant to recognize
11572 declarations that can start anywhere. Used for class declarations
11573 in Pike.
11574
11575 (c-specifier-key, c-not-decl-init-keywords)
11576 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
11577 (c-find-decl-spots): Implement `c-decl-start-kwds'.
11578
11579 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
11580 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
11581 handling of the compiler specific extension keywords into a new
11582 language constant `c-decl-hangon-kwds' that defines keyword
11583 clauses to be ignored in declarations.
11584
11585 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
11586 past unrecognized tokens when handling `c-colon-type-list-kwds'.
11587 Necessary to stop at the declared identifier in e.g. IDL valuetype
11588 declarations.
11589
11590 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
11591 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
11592 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
11593 (c-forward-decl-or-cast-1): Recognize the declared identifier in
11594 class and enum declarations as such and not as part of the type.
11595
11596 (c-forward-decl-or-cast-1, c-forward-label): Relax the
11597 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
11598
11599 (c-forward-decl-or-cast-1): Don't disregard sure signs of
11600 declarations when there's some syntax error later on.
11601
11602 (c-complex-decl-matchers): Did away with a reference to
11603 `c-specifier-key'.
11604
11605 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
11606 value - this variable is always dynamically bound.
11607
11608 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
11609 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
11610 * cc-cmds.el, cc-defs.el: Change the policy for marking up
11611 functions that might do hidden buffer changes: All such internal
11612 functions are now marked instead of those that don't.
11613
11614 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
11615 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
11616 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
11617 (c-literal-type): Allow these functions to make hidden buffer changes,
11618 so that they are free to use text property caching later on.
11619
11620 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
11621 (c-electric-brace, c-electric-slash, c-electric-star)
11622 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
11623 (c-electric-paren, c-electric-continued-statement, c-indent-command)
11624 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
11625 (c-context-line-break): Add `c-save-buffer-state' calls to comply
11626 with the changed semantics of the functions above.
11627
11628 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
11629 when macros occur in obscure places. Optimized the sexp movement
11630 a bit.
11631
11632 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11633
11634 Enhancements for c-beginning-of-statement to work in AWK Mode:
11635
11636 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
11637 (completed statement) with `}' (statement completed by closing
11638 brace or semicolon) and `$' (statement completed by EOL).
11639
11640 (c-awk-virtual-semicolon-ends-prev-line-p)
11641 (c-awk-virtual-semicolon-ends-line-p)
11642 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
11643 (c-awk-at-statement-end-p): New functions.
11644
11645 * progmodes/cc-cmds.el: Simplify the structure of functions
11646 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
11647 two functions and c-beginning-of-statement to handle AWK Mode.
11648
11649 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
11650 c-backward-single-comment for AWK mode. Attempt to clarify their
11651 doc-strings.
11652
11653 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
11654
11655 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11656
11657 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
11658 label handling. Labels are now recognized in a uniform and more
11659 robust way, regardless of context. Text properties are put on all
11660 labels to recognize the following declarations better.
11661 Multiword labels are handled both in indentation and fontification for
11662 the benefit of language extensions like Qt. For consistency, keywords
11663 in labels are now fontified with the label face instead.
11664 That also applies to "case" and "default".
11665
11666 (c-beginning-of-statement-1): Fix some bugs in the label
11667 handling. Disregard `c-nonlabel-token-key' in labels that begin
11668 with `c-label-kwds'.
11669
11670 (c-find-decl-spots): Support that the callback adds more
11671 `c-decl-end' spots to find.
11672
11673 (c-forward-decl-or-cast-1): Don't treat a list of plain
11674 identifiers followed by a colon as a declaration.
11675
11676 (c-forward-label): New function to recognize labels.
11677
11678 (c-guess-basic-syntax): Replace uses of `c-label-key' with
11679 `c-forward-label'. Moved the label recognition cases (14 and 15)
11680 earlier since they aren't so context sensitive now. Handle labels
11681 on the top level gracefully. Moved access label recognition to
11682 the generic label case (CASE 15) - removed CASE 5E.
11683
11684 (c-font-lock-declarations): Add recognition of labels in the
11685 same round since we need to handle labels in parallell with other
11686 declarations to recognize both accurately. It should also improve
11687 speed.
11688
11689 (c-simple-decl-matchers, c-basic-matchers-after):
11690 Move `c-font-lock-labels' so that it only is used on decoration level 2
11691 since `c-font-lock-declarations' handles it otherwise.
11692
11693 (c-complex-decl-matchers): Remove the simplistic recognition of
11694 access labels.
11695
11696 (c-decl-prefix-re): Remove the kludges that was necessary to cope
11697 with labels earlier.
11698
11699 (c-decl-start-re): New language variable to make
11700 `c-font-lock-declarations' stop for the special protection labels
11701 in Objective-C that start with `@'.
11702
11703 (c-label-key): Remove since it's no longer used.
11704
11705 (c-recognize-colon-labels, c-label-prefix-re): New language
11706 constants to support recognition of generic colon-terminated labels.
11707
11708 (c-type-decl-end-used): `c-decl-end' is now used whenever there
11709 are colon terminated labels.
11710
11711 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
11712 first argument starts with a special brace list.
11713
11714 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
11715 (c-font-lock-declarations): Break out the declaration and cast
11716 recognition from `c-font-lock-declarations' to a new function, so
11717 that it can be used in the indentation engine.
11718
11719 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
11720 up to the start of the literal. Fixed bug with the point on the
11721 wrong side of the search limit that could happen when the start
11722 position is inside a literal.
11723
11724 * progmodes/cc-engine.el (c-parse-state)
11725 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
11726 so that it's kept a little bit back to increase the hit rate.
11727
11728 (c-parse-state): Change the macro handling and fixed some
11729 glitches. Macro context is checked more often than necessary now,
11730 but otoh less garbage conses are generated.
11731
11732 * progmodes/cc-engine.el (c-parse-state)
11733 (c-invalidate-state-cache): Cache the last position where
11734 `c-state-cache' applies. This can speed up refontification quite
11735 a bit in blocks where there are many non-brace parens before the point.
11736
11737 (c-state-cache-end): New variable for this.
11738
11739 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
11740 cache variable.
11741
11742 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
11743 get close initial continue positions when the start position is
11744 inside a literal or macro. Do not call the callback for spots
11745 before the start position (which can happen e.g. for `c-decl-end'
11746 spots inside comments). Optimize better in special cases when the
11747 region is a single line inside a literal or macro (typically when
11748 the current line is refontified).
11749
11750 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
11751 to `c-add-stmt-syntax' - there's no need to explicitly whack off
11752 entries from the paren state.
11753
11754 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
11755 special case for "else if" clauses.
11756
11757 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
11758 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
11759
11760 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
11761 New language variable to recognize the gcc extension with statement
11762 blocks inside expressions.
11763
11764 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
11765 it somewhat more comprehensible. The argument AT-BLOCK-START is
11766 no longer used and hence removed.
11767
11768 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
11769 to `c-add-stmt-syntax'.
11770
11771 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
11772 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
11773 This fixes bogus label recognition.
11774
11775 * progmodes/cc-engine.el (c-add-type, c-check-type)
11776 (c-forward-name, c-forward-type): Improve storage of template
11777 types in `c-found-types' so that they can be recognized better.
11778
11779 (c-syntactic-content): Add option to skip past nested parens.
11780
11781 * progmodes/cc-engine.el (c-forward-name):
11782 Set `c-last-identifier-range' all the time. It's less work that way.
11783 Handle that there might not be an identifier to store in
11784 `c-last-identifier-range'.
11785
11786 (c-forward-type): Handle that `c-last-identifier-range' might be
11787 nil from `c-forward-name'.
11788
11789 * progmodes/cc-defs.el (c-safe-scan-lists)
11790 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
11791
11792 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
11793 to work even if the form fails.
11794
11795 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
11796 down in a large file in one go.
11797
11798 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
11799
11800 * progmodes/cc-align.el (c-lineup-assignments): New lineup
11801 function which is like `c-lineup-math' but returns nil instead of
11802 `c-basic-offset' when it doesn't match.
11803
11804 (c-lineup-math): Change to use `c-lineup-assignments'.
11805
11806 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11807
11808 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
11809 c-beginning-of-statement. New subfunctions
11810 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
11811
11812 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11813
11814 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
11815 hardcoded char classes whereever possible. Changed a couple of
11816 places to use skip by syntax instead of skip by char class.
11817
11818 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
11819 Fix a bug in the regexp that caused extreme backtracking.
11820
11821 * progmodes/cc-langs.el (c-block-comment-starter)
11822 (c-block-comment-ender): New language constants to specify in a
11823 single place how block comments look.
11824
11825 (c-comment-start-regexp, c-block-comment-start-regexp)
11826 (comment-start, comment-end, comment-start-skip)
11827 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
11828 (c-syntactic-ws, c-nonempty-syntactic-ws)
11829 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
11830 `c-line-comment-starter', `c-block-comment-starter' and
11831 `c-block-comment-ender'.
11832
11833 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
11834 New language constants to break up things a bit.
11835
11836 (c-simple-ws): New language constant for simple whitespace.
11837
11838 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
11839
11840 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
11841 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
11842 newlines. Allow and ignore nil elements in the list.
11843
11844 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11845
11846 * progmodes/cc-cmds.el: Comment out a (n almost certainly
11847 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
11848
11849 * progmodes/cc-cmds.el: Tidy up the comments in
11850 c-beginning-of-statement and subfunctions.
11851
11852 * progmodes/cc-awk.el: Replace calls to put-text-property to the
11853 more flexible c-put-char-property and c-clear-char-properties.
11854 Add the author's email address.
11855
11856 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
11857
11858 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
11859 closing "*/" of a block comment.
11860
11861 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
11862 subfunctions) so that it works at BOB and EOB.
11863
11864 * progmodes/cc-cmds.el, cc-vars.el: More updating of
11865 c-beginning-of-statement, including new variable
11866 c-block-comment-start-regexp.
11867
11868 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11869
11870 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
11871 symbols from `*-font-lock-extra-types' so that there's no need to
11872 use `regexp-opt' on those lists.
11873
11874 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
11875 `c-type-modifier-kwds' is empty.
11876
11877 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
11878 there are several strings on the same line.
11879
11880 * progmodes/cc-engine.el (c-literal-limits): Remove the
11881 compatibility function for older emacsen. `c-literal-limits-fast'
11882 has now taken the place of this function.
11883
11884 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
11885 with older emacsen: We now require `pps-extended-state'.
11886
11887 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11888
11889 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
11890 which obviates the need to hack sentence-end. This now handles
11891 escaped newlines in strings correctly. Correct minor bugs in
11892 c-move-over-sentence and in c-beginning-of-statement.
11893
11894 * progmodes/cc-cmds.el (c-beginning-of-statement (and
11895 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
11896 that movement over macros and code are rigorously separated from
11897 eachother. Correct a few incidental bugs.
11898
11899 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
11900 Improve its doc-string. Improve the handling of certain specific cases.
11901
11902 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11903
11904 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
11905 (c-guess-basic-syntax): Change the way class-level labels are
11906 recognized; they can now contain essentially any symbols.
11907
11908 (c-opt-extra-label-key): New language variable to cope with the
11909 special protection label syntax in Objective-C.
11910
11911 (c-opt-access-key): Remove; this is now handled better by
11912 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
11913
11914 (c-complex-decl-matchers): Update to handle that
11915 `c-opt-access-key' no longer exists.
11916
11917 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
11918 improved label recognition in `c-beginning-of-statement-1'.
11919
11920 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
11921 Recognize bitfields better.
11922
11923 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
11924 Remove some cruft and fixed a bug that could cause it to go to a
11925 position further down.
11926
11927 * progmodes/cc-langs.el, cc-engine.el
11928 (c-beginning-of-statement-1): Improve detection of labels in
11929 declaration contexts.
11930
11931 (c-beginning-of-decl-1): Use it.
11932
11933 (c-nonlabel-token-key): New language constant and variable needed
11934 by `c-beginning-of-statement-1'.
11935
11936 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
11937 manifested itself due to the correction in `c-forward-sexp'.
11938
11939 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
11940 Make these behave as documented when used at the buffer limits.
11941
11942 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
11943 (c-type-decl-end-used): Made this a language variable.
11944
11945 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
11946 correctly when `combine-after-change-calls' is used together with
11947 temporary narrowings.
11948
11949 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11950 Report labels correctly when the start point is immediately after the
11951 colon.
11952
11953 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
11954 Remove since it isn't used anymore.
11955
11956 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
11957 bracket arglists such as template parens in C++.
11958
11959 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
11960 in the last check-in. Some optimization.
11961
11962 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
11963 where it could stop at the same level in a preceding sexp when
11964 PAREN-LEVEL is set.
11965
11966 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
11967 text property lookup only when it's needed.
11968
11969 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
11970 Change the policy for paren marked angle brackets to be more
11971 persistent; once marked they remain marked even when they're found
11972 to be unbalanced in the searched region. This should keep the
11973 paren syntax around even when individual lines are refontified in
11974 multiline template arglists.
11975
11976 (c-parse-and-markup-<>-arglists): New dynamically bound variable
11977 to control markup so that incorrect angle bracket arglists aren't
11978 marked in contexts where the correct value for
11979 `c-disallow-comma-in-<>-arglists' isn't known.
11980
11981 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
11982 argument has become `c-parse-and-markup-<>-arglists'.
11983
11984 (c-remove-<>-arglist-properties): Remove - no longer used.
11985
11986 (c-after-change-check-<>-operators): New function used on
11987 `after-change-functions' to avoid that "<" and ">" characters that
11988 are part of longer operators have paren syntax.
11989
11990 (c-<>-multichar-token-regexp): New language variable used by
11991 `c-after-change-check-<>-operators'.
11992
11993 (c-after-change): Call `c-after-change-check-<>-operators'.
11994
11995 (c-font-lock-<>-arglists): Use the context properties set by
11996 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
11997 correctly to avoid doing invalid markup.
11998
11999 (c-font-lock-declarations): Remove code that undoes the invalid
12000 markup done by `c-font-lock-<>-arglists'.
12001
12002 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
12003 after `c-font-lock-declarations'.
12004
12005 * progmodes/cc-engine.el (c-syntactic-skip-backward):
12006 Add paren-level feature.
12007
12008 (c-guess-basic-syntax): Improve the anchor position for
12009 `template-args-cont' in nested template arglists. There's still
12010 much to be desired in this area, though.
12011
12012 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12013
12014 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
12015 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
12016
12017 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12018
12019 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
12020 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
12021
12022 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
12023 it doesn't work no longer are supported.
12024
12025 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
12026 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
12027 requires support for the syntax-table' text property, which rules
12028 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
12029 cruft associated with those versions.
12030
12031 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
12032 for the `syntax-table' text property, which rules out Emacs 19 and
12033 XEmacs < 21.4. Removed various compatibility cruft associated
12034 with those versions.
12035
12036 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
12037 support for the `syntax-table' text property.
12038
12039 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
12040 variable and use an extra quoted face name instead. All the
12041 emacsen flavors handle that correctly.
12042
12043 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
12044 (c-font-lock-declarators, c-font-lock-declarations)
12045 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
12046 property to mark the items in in declarator lists to handle
12047 refontification inside multiline declarations better.
12048
12049 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
12050 construct like "a * b = c;" as a declaration.
12051
12052 2005-12-08 Kim F. Storm <storm@cua.dk>
12053
12054 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
12055 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
12056 select either meta, hyper, or super modifier for rectangle commands.
12057 (cua--rectangle-modifier-key): New defvar.
12058 (cua--M/H-key): Use it. Remove special case for `space'.
12059 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
12060 on X, to meta otherwise. Always bind C-return to toggle
12061 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
12062
12063 * emulation/cua-rect.el (cua-help-for-rectangle):
12064 Use cua--rectangle-modifier-key. Handle super modifier too.
12065 (cua--init-rectangles): Always bind C-return to toggle rectangle.
12066 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
12067
12068 * ido.el: Move Acknowledgements and History after Commentary.
12069 Minor changes to Commentary.
12070
12071 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
12072 keymap if cua--prefix-override-timer is `shift'.
12073 (cua--shift-control-prefix): New function; emulate "type prefix
12074 key twice" functionality to handle shifted prefix key override.
12075 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
12076 New commands.
12077 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
12078
12079 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
12080
12081 * textmodes/org.el (org-insert-heading): Try to do items before
12082 headings.
12083 (org-agenda-mode): Quote `org-agenda-mode-hook'.
12084 (org-insert-item): New function.
12085 (org-renumber-ordered-list): Don't skip to higher level lists.
12086
12087 2005-12-08 Juri Linkov <juri@jurta.org>
12088
12089 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
12090
12091 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
12092
12093 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
12094
12095 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
12096 the constructed function name fun-1.
12097
12098 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
12099 because such links don't lead to parent documentation.
12100
12101 2005-12-08 Kenichi Handa <handa@m17n.org>
12102
12103 * descr-text.el (describe-char): Use *Help-2* buffer if the
12104 current buffer is *Help*. Call describe-text-properties while
12105 setting the original buffer.
12106
12107 2005-12-07 Bill Wohler <wohler@newt.com>
12108
12109 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
12110 and causes problems with non-MH users (such as Gnus users).
12111
12112 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
12113
12114 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
12115 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
12116 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
12117 command "info sources". Move calls to GDB command "list".
12118 (gdb-find-file-hook): Just use gdb-source-file-list.
12119 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
12120 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
12121 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
12122 (gdb-data-list-register-values-handler): Use correct trigger name.
12123
12124 2005-12-07 Kim F. Storm <storm@cua.dk>
12125
12126 * ido.el (ido-completion-map): Rename from ido-mode-map.
12127 (ido-common-completion-map, ido-file-completion-map)
12128 (ido-file-dir-completion-map, ido-buffer-completion-map):
12129 Rename from ido-mode-....-map.
12130 (ido-init-completion-maps): Rename from ido-init-mode-maps.
12131 (ido-setup-completion-map): Rename from ido-define-mode-map.
12132 (ido-read-internal): Bind minibuffer-local-filename-completion-map
12133 to ido-completion-map.
12134
12135 2005-12-07 Kenichi Handa <handa@m17n.org>
12136
12137 * international/mule-cmds.el
12138 (set-display-table-and-terminal-coding-system): If the coding
12139 system specified in `unibyte-display' property is different from
12140 the arg coding-system, don't setup standard-display-table.
12141
12142 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12143
12144 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
12145 that comments end at \n, regardless of selective-display.
12146
12147 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
12148
12149 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
12150 (gdb-version): New variables.
12151 (gdb-source-file-list, gdb-register-names)
12152 (gdb-changed-registers): New variables for use with GDB 6.4+.
12153 (gdb-ann3): Replace with...
12154 (gdb-init-1, gdb-init-2): ...two new functions.
12155 (gdba, gdb-prompt): Call gdb-init-1.
12156 (gdb-get-version): New function. Call gdb-init-2 from here.
12157 (gud-watch): Make it work with mouse events too.
12158 (gdb-post-prompt): Don't add to queue until GDB version is known.
12159 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
12160 (gdb-locals-mode): Use gdb-version.
12161 (gdb-memory-format-map, gdb-memory-unit-map)
12162 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
12163 (gdb-locals-font-lock-keywords-1)
12164 (gdb-locals-font-lock-keywords-2): New variables.
12165 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
12166 (gdb-set-gud-minor-mode-existing-buffers-1)
12167 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
12168 (gdb-var-update-1, gdb-var-update-handler-1)
12169 (gdb-data-list-register-values-handler)
12170 (gdb-data-list-register-values-custom)
12171 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
12172 (gdb-stack-list-locals-handler, gdb-get-register-names):
12173 New functions for use with GDB 6.4+.
12174 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
12175 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
12176 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
12177 (gdb-stack-list-locals-regexp)
12178 (gdb-data-list-register-names-regexp): New regexps for use with
12179 GDB 6.4+.
12180
12181 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12182
12183 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
12184
12185 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
12186
12187 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
12188 prompts work for AUTH PLAIN. Also reported by Steve Allan
12189 <seallan@verizon.net>.
12190
12191 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
12192
12193 * frame.el (set-frame-parameter): Add doc string.
12194
12195 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
12196
12197 * textmodes/org.el (org-occur-highlights): New variable.
12198 (org-highlight-new-match, org-remove-occur-highlights): New functions.
12199 (org-highlight-sparse-tree-matches): New option.
12200 (org-do-occur): New function.
12201 (org-get-heading): Make it work also at beginning of line.
12202 (org-category-table): New variable.
12203 (org-get-category-table, org-get-category)
12204 (org-camel-to-words, org-link-search): New functions.
12205 (org-select-this-todo-keyword): New variable.
12206 (org-todo-list): New command.
12207 (org-shiftright, org-shiftleft): New commands.
12208 (org-agenda-todo): Add prefix argument.
12209 (org-show-hierarchy-above): New option.
12210 (org-show-todo-tree): Numerical prefix creates tree for specific
12211 TODO keyword.
12212 (org-outline-level): New function, to assign a level to plain
12213 lists items.
12214 (org-cycle-include-plain-lists): New option.
12215 (org-mode): Use `org-outline-level' as value of `outline-level'.
12216 (org-cycle): Temporarily switch `outline-regexp' if
12217 `org-cycle-include-plain-lists' is non-nil.
12218 (org-start-icalendar-file): Fix format bug.
12219 (org-agenda-get-day-entries): Create category table.
12220 (org-agenda-get-todos, org-agenda-get-timestamps)
12221 (org-agenda-get-deadlines, org-agenda-get-scheduled)
12222 (org-agenda-get-blocks): Use `org-get-category'.
12223 (org-context-in-file-links): Rename from
12224 `org-line-numbers-in-file-links'.
12225
12226 2005-12-06 Romain Francoise <romain@orebokech.com>
12227
12228 * window.el (balance-windows): Delete extraneous third arg in call
12229 to `enlarge-window'.
12230
12231 2005-12-06 Kenichi Handa <handa@m17n.org>
12232
12233 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
12234
12235 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
12236
12237 * progmodes/gdb-ui.el (gdb-var-create-handler)
12238 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
12239 (gdb-var-list-children-handler, gdb-var-update-handler):
12240 Current buffer is already gdb-partial-output-buffer, don't
12241 make it current again.
12242
12243 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
12244
12245 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
12246 (list-buffers-noselect): Use it.
12247
12248 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
12249
12250 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
12251 (mail-yank-ignored-headers): Use regexp-opt.
12252 (mail-mode-map): Move initialization into declaration.
12253 (mail-sent-via): Remove unused shadowed var `to-line'.
12254 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
12255 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
12256 (mail-do-fcc): Use dolist and push.
12257 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
12258 (mail-yank-ignored-headers): Don't autoload.
12259
12260 2005-12-05 Kenichi Handa <handa@m17n.org>
12261
12262 * international/mule-cmds.el (set-language-info-internal): New fun.
12263 (set-language-info): Call set-language-info-internal to update
12264 language-info-alist. If LANG-ENV is the current one, call
12265 set-language-environment to make INFO effective now.
12266 (set-language-info-alist): Likewise.
12267 (locale-language-names): With locale "en", use English
12268 lang. env. but set the default codings to iso-8859-1.
12269
12270 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
12271
12272 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
12273 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
12274 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
12275 for plain strings.
12276 (gdb-frames-mode): Remove redundant call to font-lock-mode.
12277 (gdb-all-registers): Rename from toggle-gdb-all-registers.
12278 Create registers buffer if necessary. Echo new state in minibuffer.
12279 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
12280
12281 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
12282
12283 * info.el (Info-fontify-node): Match external links using
12284 non-directory part of filename.
12285
12286 2005-12-04 Juri Linkov <juri@jurta.org>
12287
12288 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
12289 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
12290 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
12291 because there is no customization option for it.
12292
12293 * font-lock.el (lisp-font-lock-keywords-1):
12294 Add define-global-minor-mode.
12295
12296 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
12297
12298 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
12299 properties on the constructed variable names.
12300
12301 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12302 Put `definition-name' properties on the constructed function names
12303 next-sym and prev-sym.
12304
12305 * emacs-lisp/find-func.el (find-function-regexp):
12306 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
12307 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
12308 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
12309 and easy-menu-define.
12310
12311 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
12312 easy-mmode-define-global-mode and define-global-minor-mode.
12313 (lisp-imenu-generic-expression): Add define-global-minor-mode.
12314
12315 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
12316 instead of easy-mmode-define-global-mode.
12317
12318 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
12319 Use define-minor-mode instead of easy-mmode-define-minor-mode.
12320
12321 * cus-edit.el (customize-group, customize-group-other-window):
12322 Filter out autoloaded options from the group completion list by
12323 using heuristics that autoloaded groups don't have `custom-autoload'
12324 property on their symbols (they have only `custom-loads').
12325
12326 * simple.el (completion-setup-function): Put completions-common-part
12327 face on complete completion string too (i.e. completion string
12328 without completions-first-difference face).
12329
12330 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
12331
12332 2005-12-03 Eli Zaretskii <eliz@gnu.org>
12333
12334 * view.el (view-mode): Doc fix.
12335
12336 * disp-table.el (standard-display-european): Add to the warning
12337 message a reference to the doc string.
12338
12339 * play/yow.el (apropos-zippy): Call print-help-return-message,
12340 similar to other Help and Apropos commands.
12341
12342 * help.el (print-help-return-message): If pop-up-frames is
12343 non-nil, set up help-return-method to delete the help window and,
12344 possibly, its frame as well, and don't display message about
12345 scrolling the help window. Doc fix.
12346 (help-return-method): Doc fix.
12347
12348 2005-12-03 Martin Rudalics <rudalics@gmx.at>
12349
12350 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
12351 whereby names of length one or names starting with a
12352 symbol-constituent character would not be returned.
12353
12354 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12355
12356 * subr.el (atomic-change-group): Add edebug and indentation spec.
12357
12358 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12359
12360 * completion.el (save-completions-file-name): Fix typo in last change.
12361
12362 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12363
12364 * info.el: Move back/forward history to the beginning of the tool bar.
12365
12366 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
12367
12368 * allout.el (eval-when-compile): Remove unnecessary load of cl.
12369 Add fset of allout-real-isearch-abort during compile to fix
12370 byte-compilation warnings.
12371 (allout-mode-p): Move definition of this macro above all uses, or
12372 byte compilation in barren emacs (eg, during emacs build) will
12373 lack the definition.
12374 (allout-mode): Move this variable above any uses, or byte
12375 compilation will fail.
12376 (allout-resolve-xref): Remove use of personal file-reference function.
12377 (allout-toggle-current-subtree-encryption): Do the current (ie,
12378 visible containing) topic, rather than nearest around point. Doc fix.
12379 (allout-toggle-subtree-encryption): New function, workhorse that
12380 works on nearest topic containing point.
12381 (allout-encrypt-string): Signal requirement for newer version of pgg.
12382 (allout-resumptions): Doc fix.
12383
12384 2005-12-02 Eli Zaretskii <eliz@gnu.org>
12385
12386 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
12387
12388 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
12389
12390 * textmodes/flyspell.el (flyspell-external-point-words):
12391 Consider a misspelling as found in the string search if: (a) misspelling
12392 and found string lengths match, or (b) misspelling is found as
12393 element in a boundary-chars separated longer string, or (c)
12394 ispell-program-name is really ispell and misspelling is found as
12395 part of a TeX string. After successful match move beginning of
12396 search region to end of match. Warn about not found misspellings
12397 once the process is done.
12398 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
12399
12400 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
12401
12402 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
12403 tool bar (removed inadvertently).
12404
12405 2005-12-02 Juri Linkov <juri@jurta.org>
12406
12407 * log-view.el (log-view-diff): Clarify doc string.
12408
12409 2005-12-01 Bill Wohler <wohler@newt.com>
12410
12411 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
12412 triggers lm-verify errors.
12413
12414 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
12415
12416 * simple.el (transient-mark-mode, line-number-mode)
12417 (column-number-mode, size-indication-mode): Remove `:require nil'.
12418
12419 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
12420
12421 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
12422 in the margin also.
12423 (gdb-breakpoints-mode-map): Use D instead of d for
12424 gdb-delete-breakpoint.
12425 (gdb-get-frame-number): Require a number to match on.
12426 (gdb-threads-mode-map): Add follow-link binding.
12427
12428 2005-11-30 Jason Rumney <jasonr@gnu.org>
12429
12430 * isearch.el (isearch-mode-map): Avoid exiting search on
12431 language-change event.
12432
12433 2005-11-30 Romain Francoise <romain@orebokech.com>
12434
12435 * speedbar.el (speedbar-default-position): New defcustom.
12436 (speedbar-frame-reposition-smartly): Use it.
12437
12438 * dframe.el (dframe-reposition-frame-emacs): Fix position
12439 computation for `left' location.
12440 Update copyright year.
12441
12442 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
12443
12444 * help.el (help-map): Move initialization into declaration.
12445
12446 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
12447
12448 * help-fns.el (help-argument-name): Don't autoload.
12449 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
12450 to be re-loaded when customizing the `help' group.
12451
12452 2005-11-30 John Paul Wallington <jpw@gnu.org>
12453
12454 * help-fns.el (describe-function-1): Fill arglist output.
12455
12456 2005-11-30 Kim F. Storm <storm@cua.dk>
12457
12458 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
12459 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
12460 after revert-buffer (or anything else which kills all local variables).
12461
12462 * apropos.el (apropos-parse-pattern): Doc fix.
12463 Set apropos-regexp directly, rather than expecting callers to do so.
12464 (apropos-command, apropos, apropos-value, apropos-documentation):
12465 Simplify calls to apropos-parse-pattern.
12466
12467 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
12468
12469 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
12470 (hi-lock-face-phrase-buffer): Use hi-yellow face.
12471 (hi-lock-write-interactive-patterns): Use comment-region.
12472
12473 * longlines.el (longlines-mode): Add mail-setup-hook.
12474
12475 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
12476
12477 * simple.el (sendmail-user-agent-compose, next-line):
12478 Conditionally use hard-newline.
12479
12480 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
12481
12482 * international/latexenc.el (latex-inputenc-coding-alist):
12483 Reword doc string.
12484
12485 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
12486
12487 * help.el (describe-key-briefly, describe-key): Recognize default
12488 bindings.
12489
12490 2005-11-29 Romain Francoise <romain@orebokech.com>
12491
12492 * view.el (view-inhibit-help-message): New defcustom.
12493 (view-mode-enter): Use it.
12494
12495 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
12496
12497 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
12498 Preserve user position.
12499
12500 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
12501
12502 * font-lock.el: Throw error if facemenu is not loaded to prevent
12503 accidental change of loading order in loadup.el. (Suggested by RMS.)
12504
12505 * loadup.el: Add comment explaining why facemenu must be loaded
12506 before font-lock.
12507
12508 2005-11-28 Jay Belanger <belanger@truman.edu>
12509
12510 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
12511 (calc-dispatch-map): Add more keys for `calc-same-interface'.
12512
12513 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
12514
12515 * calc/calc-embed.el (calc-do-embedded): Update help message.
12516
12517 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
12518
12519 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12520
12521 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
12522
12523 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
12524 called-interactively-p.
12525 (elp-profilable-p): Rename from elp-not-profilable-p.
12526 Invert result and take into account macros and autoloaded functions.
12527 (elp-instrument-function): Update call.
12528 (elp-instrument-package): Update call. Add completion.
12529 (elp-pack-number): Use match-string.
12530 (elp-results-jump-to-definition-by-mouse): Merge into
12531 elp-results-jump-to-definition and then remove.
12532 (elp-output-insert-symname): Make help echo text single-line.
12533
12534 * replace.el (query-replace-map): Move initialization into declaration.
12535 (occur-engine): Use with-current-buffer.
12536 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
12537 (occur-mode-mouse-goto): Replace with an alias.
12538
12539 2005-11-28 Juri Linkov <juri@jurta.org>
12540
12541 * simple.el (quoted-insert): Let-bind input-method-function to nil.
12542
12543 * term/w32-win.el: Bind [S-tab] to [backtab].
12544
12545 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
12546 `Info-find-file' to t.
12547
12548 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
12549 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
12550 and same-window-regexps.
12551 (occur-next-error): Don't move point for arg 0.
12552
12553 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
12554
12555 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
12556
12557 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12558
12559 * log-edit.el (log-edit-changelog-use-first): New var.
12560 (log-edit-changelog-ours-p): Use it.
12561 (log-edit-insert-changelog): Set it with new arg `use-first'.
12562 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
12563 (log-edit-hook): Add them to the list of suggested options.
12564
12565 * textmodes/flyspell.el (flyspell-last-buffer): New var.
12566 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
12567 redundant work.
12568 (flyspell-mode-on): Use add-hook for after-change-functions.
12569 (flyspell-mode-off): Use remove-hook for after-change-functions.
12570 (flyspell-changes): Make it buffer-local.
12571 (flyspell-after-change-function): Make it non-interactive. Use push.
12572 (flyspell-post-command-hook): Check input-pending-p while processing
12573 the potentially long list of buffer changes.
12574
12575 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
12576
12577 * buff-menu.el (list-buffers-noselect): Display the selected
12578 frame's buffer list, not the global one.
12579
12580 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
12581
12582 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
12583 that (list last-input-event) works as in interactive spec.
12584
12585 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
12586
12587 * loadup.el ("facemenu"): Load facemenu before font-lock, because
12588 `facemenu-keymap' needs to be defined when font-lock is loaded.
12589 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
12590
12591 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
12592
12593 * completion.el: Remove useless leading * in defcustom docstrings.
12594 (save-completions-file-name): Use ~/.emacs.d if available.
12595 (completion-standard-syntax-table): Rename from
12596 cmpl-standard-syntax-table and fold initialization into declaration,
12597 thus removing cmpl-make-standard-completion-syntax-table.
12598 (completion-lisp-syntax-table, completion-c-syntax-table)
12599 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
12600 (cmpl-saved-syntax, cmpl-saved-point): Remove.
12601 (symbol-under-point, symbol-before-point)
12602 (symbol-under-or-before-point, symbol-before-point-for-complete)
12603 (add-completions-from-c-buffer): Use with-syntax-table.
12604 (make-completion): Don't return a list of completion entries.
12605 Update callers.
12606 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
12607 (completion-initialize): Rename from initialize-completions.
12608 (completion-find-file-hook): Rename from cmpl-find-file-hook.
12609 (kill-emacs-save-completions): Collect stats here.
12610 (save-completions-to-file, load-completions-from-file):
12611 Use with-current-buffer.
12612 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
12613 into a function. Move all calls to toplevel.
12614 (completion-lisp-mode-hook): New fun.
12615 (completion-c-mode-hook, completion-setup-fortran-mode):
12616 Set the syntax-table here. Use local-set-key.
12617 (completion-saved-bindings): New var.
12618 (dynamic-completion-mode): Make it into a proper minor mode.
12619 (load-completions-from-file): Remove unused var `num-uses'.
12620
12621 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
12622 constructor if it is explicitly overridden.
12623
12624 * complete.el (PC-completion-as-file-name-predicate):
12625 Use minibuffer-completing-file-name.
12626 (partial-completion-mode): Use find-file-not-found-functions.
12627 (PC-lisp-complete-symbol): Use with-syntax-table.
12628 (PC-look-for-include-file): Remove dead setq.
12629 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
12630 (PC-complete): Use with-current-buffer.
12631
12632 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
12633 escape single quotes.
12634
12635 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
12636
12637 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
12638 of `if' whose condition always returned nil. Doc fix.
12639
12640 * buff-menu.el (Buffer-menu-revert-function): Make the selected
12641 window's buffer the current buffer around the call to
12642 `list-buffers-noselect'. This is necessary to mark that buffer
12643 with a `.' in the Buffer Menu when called from Lisp, for instance
12644 by Auto Revert Mode.
12645
12646 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
12647
12648 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
12649 attaching to it.
12650 (gdb-pre-prompt): Make sure gdb-error is reset.
12651
12652 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
12653 with a child process, detect it.
12654 (gud-speedbar-buttons): Match regexp more carefully.
12655
12656 2005-11-27 Richard M. Stallman <rms@gnu.org>
12657
12658 * mouse.el (mouse-drag-move-window-bottom):
12659 Use adjust-window-trailing-edge.
12660
12661 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
12662
12663 * simple.el (blink-matching-open): Ignore
12664 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
12665 (blink-matching-paren-on-screen): Update docstring.
12666
12667 * paren.el (show-paren-mode): No longer change
12668 `blink-matching-paren-on-screen'.
12669
12670 2005-11-27 John Paul Wallington <jpw@pobox.com>
12671
12672 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12673 (gdb-threads-select, gdb-edit-register-value):
12674 Use `posn-set-point' instead of `mouse-set-point' because the
12675 latter is not fbound when configured without X.
12676
12677 2005-11-27 Kim F. Storm <storm@cua.dk>
12678
12679 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
12680 existing face when partially highlighting a TAB in a rectangle.
12681
12682 2005-11-26 Kim F. Storm <storm@cua.dk>
12683
12684 * ido.el (ido-mode-map): Doc fix.
12685 (ido-mode-common-map, ido-mode-file-map)
12686 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
12687 (ido-define-mode-map): Rewrite. Select one of the new maps as
12688 parent for ido-mode-map instead of building from scratch.
12689 (ido-init-mode-maps): New defun to initialize new maps.
12690 (ido-mode): Call it.
12691 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
12692 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
12693
12694 2005-11-26 John Paul Wallington <jpw@pobox.com>
12695
12696 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
12697 `mouse-set-point' because the latter is not fbound when configured
12698 without X.
12699
12700 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
12701
12702 * files.el (file-relative-name): Doc fix.
12703
12704 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
12705
12706 * progmodes/octave-inf.el (inferior-octave-startup): Force a
12707 non-empty string for secondary prompt PS2.
12708
12709 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
12710
12711 * progmodes/compile.el (compilation-setup): Fix last change.
12712
12713 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
12714
12715 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12716 (gdb-mouse-toggle-breakpoint-margin)
12717 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
12718 Add gdb-server-prefix to keep out of command history.
12719 (gdb-edit-register-value): New function.
12720 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
12721 (gdb-info-registers-custom): Use above map.
12722
12723 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
12724
12725 * custom.el (enable-theme): Signal error if argument is not a
12726 theme. Don't recalculate a face if it's not loaded yet.
12727
12728 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
12729 the `user' theme is in effect.
12730
12731 * info.el (Info-on-current-buffer): Record actual filename in
12732 Info-current-file, instead of t, or a fake filename if a non-file
12733 buffer. Make autoload.
12734 (Info-find-node, Info-revert-find-node): No need to check for
12735 Info-current-file nil.
12736 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
12737 Info-current-file is now never `t'.
12738 (Info-fontify-node): Many simplifications due to Info-current-file
12739 always being valid. Use Info-find-file to find node filename.
12740
12741 2005-11-25 David Kastrup <dak@gnu.org>
12742
12743 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
12744 new character, then delete" in order to preserve markers.
12745
12746 2005-11-25 David Ponce <david@dponce.com>
12747
12748 * recentf.el (recentf-arrange-by-rule): Handle a special
12749 `auto-mode-alist'-like "strip suffix" rule.
12750 (recentf-build-mode-rules): Handle second level auto-mode entries.
12751
12752 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
12753
12754 * viper-keym.el (viper-ESC-key): Use different values in terminal and
12755 window modes.
12756
12757 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
12758 jde-javadoc-checker-report-mode.
12759
12760 * ediff-wind (ediff-make-wide-display): Slight simplification.
12761
12762 * ediff.el (ediff-date): Change the date of last update.
12763
12764 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
12765
12766 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
12767 Use define-minor-mode, and make it a local mode. Turn on font-lock.
12768 (hi-lock-mode): New global minor mode.
12769 (turn-on-hi-lock-if-enabled): New function.
12770 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
12771 Change arguments to regexp and face instead of a font-lock pattern.
12772 Directly set face property, instead of refontifying.
12773 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
12774 (hi-lock-find-patterns): Use line-number-at-pos.
12775
12776 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
12777 arguments for hi-lock-set-pattern.
12778 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
12779 Call font-lock-fontify-buffer.
12780 (hi-lock-find-file-hook, hi-lock-current-line)
12781 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
12782
12783 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
12784 turned off.
12785
12786 * progmodes/compile.el (compilation-setup): Don't fiddle with
12787 font-lock-defaults.
12788
12789 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
12790
12791 * progmodes/gdb-ui.el (gdb-var-create-handler)
12792 (gdb-var-list-children-handler): Find values for all variable
12793 objects. gud-speedbar-buttons decides whether to display them.
12794
12795 2005-11-24 Romain Francoise <romain@orebokech.com>
12796
12797 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
12798 buffer name with a space.
12799
12800 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
12801
12802 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
12803 `org-export-local-list-max-depth'. Change default value to 3.
12804 (org-auto-renumber-ordered-lists)
12805 (org-plain-list-ordered-item-terminator): New options.
12806 (org-at-item-p, org-beginning-of-item, org-end-of-item)
12807 (org-get-indentation, org-get-string-indentation)
12808 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
12809 New functions.
12810 (org-move-item-down, org-move-item-up): New commands.
12811 (org-export-as-html): New classes for CSS support. Bug fix in
12812 regular expression detecting fixed-width regions. Respect
12813 `org-local-list-ordered-item-terminator'.
12814 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
12815 also a list item.
12816 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
12817 New item moving functions.
12818
12819 2005-11-24 Juri Linkov <juri@jurta.org>
12820
12821 * isearch.el (isearch-repeat): With empty search ring set
12822 `isearch-error' to the error string instead of signaling error
12823 with the function `error'.
12824
12825 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12826
12827 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
12828
12829 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
12830
12831 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
12832 and variable.
12833 (gdb-var-create-handler, gdb-var-list-children-handler):
12834 Don't match on "char **...".
12835 (gdb-var-update-handler): Find values for all variable objects.
12836 (gdb-info-frames-custom): Identify frames by leading "#".
12837
12838 * progmodes/gud.el (gud-speedbar-menu-items): Add
12839 gdb-speedbar-auto-raise as radio button.
12840 (gud-speedbar-buttons): Raise speedbar if requested.
12841 Don't match on "char **...".
12842 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
12843 Make it editable.
12844
12845 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
12846
12847 * info.el (Info-fontify-node): Handle the case where
12848 Info-current-file is t.
12849
12850 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
12851
12852 * simple.el (blink-matching-open): Fix off-by-one in last change.
12853
12854 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12855
12856 * term/mac-win.el: Don't change default directory.
12857
12858 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
12859
12860 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
12861 buffers correctly. (It used to throw an error in such buffers.)
12862 Make it ask for confirmation in group buffers and other Custom
12863 buffers containing more than one customization item.
12864
12865 2005-11-22 John Paul Wallington <jpw@gnu.org>
12866
12867 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
12868 property on mail and url overlays.
12869 (goto-address-at-point): Use `posn-set-point' instead of
12870 `mouse-set-point' because the latter is not fbound when configured
12871 without X.
12872
12873 2005-11-22 Lars Hansen <larsh@soem.dk>
12874
12875 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
12876 (ls-lisp-classify, ls-lisp-format): Delete call to
12877 ls-lisp-parse-symlink.
12878 (ls-lisp-handle-switches): Handle symlinks to directories as
12879 directories when ls-lisp-dirs-first in non-nil.
12880
12881 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
12882
12883 * startup.el (command-line): Make sure that loaddefs.el is handled
12884 correctly in load-history.
12885
12886 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
12887
12888 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
12889 (gdb-struct-string, gdb-array-string): New constants.
12890 (gdb-info-locals-handler): Use them.
12891 (gdb-reset): Reset gdb-var-list to nil.
12892
12893 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12894
12895 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
12896 in patterns.
12897
12898 2005-11-21 Juri Linkov <juri@jurta.org>
12899
12900 * custom.el (defcustom): Update link types in docstring.
12901
12902 2005-11-20 Martin Rudalics <rudalics@gmx.at>
12903
12904 * custom.el (defgroup): Add doc-string-elt info.
12905
12906 * widget.el (define-widget): Don't use declare for the doc-string-elt.
12907
12908 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12909
12910 * newcomment.el (comment-enter-backward): Fix last fix.
12911
12912 * simple.el (blink-matching-open):
12913 * paren.el (show-paren-function): Allow new paren-class info.
12914
12915 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
12916
12917 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
12918 handled automagically.
12919
12920 2005-11-20 Andreas Schwab <schwab@suse.de>
12921
12922 * descr-text.el (describe-char): When copying overlays put them
12923 over the full char description instead of just the first character
12924 of it.
12925
12926 2005-11-20 Juri Linkov <juri@jurta.org>
12927
12928 * simple.el (what-cursor-position):
12929 * descr-text.el (describe-char): Use Lisp-readable syntax
12930 for octal and hex. Reorder decimal, octal and hex values.
12931 Remove excess whitespace in the output. Use `=' in `column='
12932 like in `point=' and `Hscroll='.
12933
12934 * international/mule-cmds.el (encoded-string-description):
12935 Use Lisp-readable syntax for hex.
12936
12937 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
12938
12939 * newcomment.el (comment-enter-backward): Handle the case where the
12940 comment is closed by EOB.
12941
12942 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
12943
12944 * longlines.el (longlines-before-revert-hook)
12945 (longlines-after-revert-hook): New functions.
12946 (longlines-mode): Turn off longlines temporarily when reverting.
12947 Add a message-setup-hook.
12948 (longlines-decode-buffer): New function.
12949 (longlines-wrap-line): Preserve marker positions.
12950
12951 2005-11-19 Andreas Schwab <schwab@suse.de>
12952
12953 * emacs-lisp/shadow.el: Handle compressed files.
12954
12955 2005-11-19 Romain Francoise <romain@orebokech.com>
12956
12957 * net/browse-url.el (browse-url-default-browser): Signal an error
12958 if no usable browser can be found, rather than try to load w3.
12959
12960 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
12961
12962 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
12963 replacing existing properties.
12964 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
12965 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
12966 tty specs.
12967 (rcirc-server-prefix, rcirc-server): New faces.
12968 (rcirc-url-regexp): Generate with rx macro.
12969 (rcirc-last-server-message-time): New variable.
12970 (rcirc-filter): Record time of last message.
12971 (rcirc-keepalive): Kill processes that did not send a message
12972 since the last ping.
12973 (rcirc-mode): Give rcirc-topic a local binding here.
12974
12975 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
12976
12977 * subr.el (read-passwd): Fontify the prompt as we do with other
12978 prompts.
12979
12980 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
12981
12982 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
12983 binding buffer-read-only to nil.
12984
12985 2005-11-19 Eli Zaretskii <eliz@gnu.org>
12986
12987 * complete.el (partial-completion-mode):
12988 Mention completion-auto-help in the doc string.
12989
12990 * man.el (Man-highlight-references): Doc fix. Reformat code in a
12991 more Lisp-ish way.
12992
12993 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
12994
12995 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
12996 digits, not 8, to avoid misalignment for files larger than 100MB.
12997
12998 2005-11-19 Eli Zaretskii <eliz@gnu.org>
12999
13000 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
13001 Mention "keyboard shortcuts" in the help text.
13002
13003 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13004
13005 * startup.el (fancy-splash-default-action): Discard only
13006 mouse-down and succeeding mouse-up events in the splash screen
13007 window so that drag-n-drop event can be processed.
13008
13009 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
13010
13011 * longlines.el (longlines-mode): Add hacks for mail-mode and
13012 message-mode.
13013
13014 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
13015
13016 * textmodes/org.el (org-table-sort-lines): New command.
13017 (org-tbl-menu): Add entry for `org-table-sort-lines'.
13018 (org-add-file): Command removed, use `org-agenda-file-to-front'
13019 instead.
13020 (org-export-icalendar): Use `org-icalendar-combined-name'.
13021 (org-cycle-agenda-files, org-agenda-file-to-end)
13022 (org-agenda-file-to-front): New commands.
13023 (org-table-tab-jumps-over-hlines, org-export-html-style):
13024 New options.
13025 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
13026 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
13027 New functions.
13028 (org-fill-paragraph): Call `org-table-align' in tables.
13029 (org-mode): Call `org-set-autofill-regexps'.
13030 (org-export-as-html): Support for local handformatted lists.
13031 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
13032 (org-export-local-list-max-depth): New option.
13033 (org-html-expand): Use `org-html-protect'.
13034
13035 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
13036
13037 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
13038 to "p".
13039 (gdb): Move definition of gud-pp to...
13040
13041 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
13042 speedbar.
13043 (gdb-find-watch-expression): New function.
13044
13045 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
13046
13047 * faces.el (face-attribute, set-face-attribute): Mention existence
13048 of `:ignore-defface' setting in docstring.
13049
13050 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
13051
13052 * simple.el (completion-setup-function): Fix last change.
13053
13054 2005-11-17 John Paul Wallington <jpw@pobox.com>
13055
13056 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
13057 Use `posn-set-point' instead of `mouse-set-point' because the
13058 latter is not fbound when configured without X.
13059
13060 * comint.el (comint-insert-input): Likewise.
13061
13062 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
13063
13064 * simple.el (hard-newline): New variable.
13065 (sendmail-user-agent-compose, next-line): Use it.
13066
13067 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
13068 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
13069 (mail-mail-reply-to, mail-mail-followup-to)
13070 (mail-position-on-field, mail-signature, mail-yank-original)
13071 (mail-attach-file): Likewise.
13072
13073 * mail/mailheader.el (mail-header-format)
13074 (mail-header-format-function): Likewise.
13075
13076 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
13077
13078 2005-11-17 Juri Linkov <juri@jurta.org>
13079
13080 * font-lock.el (font-lock-faces): Rename this defgroup from
13081 `font-lock-highlighting-faces'.
13082 (font-lock-comment-face, font-lock-comment-delimiter-face)
13083 (font-lock-string-face, font-lock-doc-face)
13084 (font-lock-keyword-face, font-lock-builtin-face)
13085 (font-lock-function-name-face, font-lock-variable-name-face)
13086 (font-lock-type-face, font-lock-constant-face)
13087 (font-lock-warning-face, font-lock-negation-char-face)
13088 (font-lock-preprocessor-face)
13089 (font-lock-regexp-grouping-backslash)
13090 (font-lock-regexp-grouping-construct): Rename :group from
13091 `font-lock-highlighting-faces' to `font-lock-faces'.
13092
13093 * cus-edit.el (lisp, c, tex):
13094 * progmodes/ada-mode.el (ada):
13095 * progmodes/asm-mode.el (asm):
13096 * progmodes/cperl-mode.el (cperl-faces):
13097 * progmodes/cpp.el (cpp):
13098 * progmodes/dcl-mode.el (dcl):
13099 * progmodes/f90.el (f90):
13100 * progmodes/fortran.el (fortran):
13101 * progmodes/icon.el (icon):
13102 * progmodes/idlwave.el (idlwave-misc):
13103 * progmodes/m4-mode.el (m4):
13104 * progmodes/make-mode.el (makefile):
13105 * progmodes/meta-mode.el (meta-font):
13106 * progmodes/modula2.el (modula2):
13107 * progmodes/octave-mod.el (octave):
13108 * progmodes/pascal.el (pascal):
13109 * progmodes/perl-mode.el (perl):
13110 * progmodes/prolog.el (prolog):
13111 * progmodes/ps-mode.el (PostScript-edit):
13112 * progmodes/scheme.el (scheme):
13113 * progmodes/sh-script.el (sh-script):
13114 * progmodes/simula.el (simula):
13115 * progmodes/tcl.el (tcl):
13116 * textmodes/nroff-mode.el (nroff):
13117 * textmodes/reftex-vars.el (reftex-fontification-configurations):
13118 * textmodes/sgml-mode.el (sgml):
13119 * textmodes/texinfo.el (texinfo):
13120 Add :link (custom-group-link font-lock-faces) to defgroup.
13121
13122 * hi-lock.el (hi-lock): Rename this defgroup from
13123 `hi-lock-interactive-text-highlighting'. Change parent group from
13124 `faces' to `font-lock'. Add link to the manual.
13125 (hi-lock-mode, hi-lock-file-patterns-range)
13126 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
13127 `hi-lock-interactive-text-highlighting' to `hi-lock'.
13128 (hi-lock-faces): Add :group `faces'.
13129
13130 * cus-edit.el (custom-variable-prompt): Clarify the code.
13131
13132 * faces.el (face-read-string): Set the default value arg of
13133 completing-read.
13134
13135 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
13136
13137 * rfn-eshadow.el (file-name-shadow-properties)
13138 (file-name-shadow-tty-properties, file-name-shadow-mode):
13139 Remove autoloads, because the file is now preloaded.
13140
13141 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13142
13143 * printing.el (easy-menu-intern): Don't define.
13144 (pr-get-symbol): Use easy-menu-intern only if defined.
13145
13146 * simple.el (blink-matching-open): Simplify a bit.
13147 (completion-setup-function): Fix the case of partial-completion-mode
13148 when the minibuffer's contents start with "-".
13149 Obey completion-base-size-function even when
13150 minibuffer-completing-file-name is non-nil.
13151
13152 2005-11-16 Richard M. Stallman <rms@gnu.org>
13153
13154 * net/eudcb-ph.el (eudc-ph-open-session):
13155 Use set-process-query-on-exit-flag.
13156
13157 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
13158
13159 * international/ucs-tables.el (ucs-set-table-for-input):
13160 Use make-local-variable, not make-variable-buffer-local.
13161
13162 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
13163 Improve warning message text.
13164
13165 * savehist.el (savehist-save-hook): Add :group.
13166
13167 * menu-bar.el (menu-bar-help-menu):
13168 Rename Find Extra Packages to External Packages.
13169
13170 * cus-edit.el (Custom-reset-standard): Verify that
13171 :custom-standard-value prop exists before calling it.
13172
13173 * apropos.el (apropos-calc-scores): Use apropos-pattern.
13174
13175 2005-11-16 Martin Rudalics <rudalics@gmx.at>
13176
13177 * wid-edit.el (color): Enclose %t in %{...%}.
13178
13179 * cus-edit.el (face): Enclose %t in %{...%}.
13180
13181 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
13182
13183 * savehist.el (savehist-mode-hook): Re-add the var.
13184 (savehist-mode): Use it.
13185
13186 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13187
13188 * textmodes/flyspell.el: Fix commenting convention.
13189 Remove unnecessary leading * in custom docstrings.
13190 (flyspell-emacs): Remove unused var.
13191 (flyspell-delete-region-overlays): Use remove-overlays.
13192 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
13193 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
13194 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
13195 (flyspell-debug-signal-word-checked): Use with-current-buffer.
13196 (make-flyspell-overlay): Don't locally reuse a global name.
13197 (flyspell-highlight-incorrect-region)
13198 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
13199 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
13200 (flyspell-notify-misspell): Remove unused args `start' and `end'.
13201 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
13202 Wrap calls to accept-process-output inside with-local-quit since it's
13203 often called from a post-command-hook.
13204 (flyspell-correct-word, flyspell-auto-correct-word):
13205 Use ispell-send-string.
13206 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
13207
13208 * calendar/diary-lib.el (diary-list-entries): Also hide the
13209 terminating newline.
13210
13211 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
13212
13213 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
13214 window-system, to allow fonts on tty.
13215
13216 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
13217
13218 * progmodes/gud.el (gud-speedbar-item-info): New function.
13219 (gud-install-speedbar-variables): Use it to display data type
13220 of watch expression as a tooltip in speedbar.
13221
13222 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
13223
13224 * font-core.el (global-font-lock-mode): Add :version keyword,
13225 because default was changed.
13226
13227 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
13228
13229 * startup.el (command-line): Use `custom-reevaluate-setting' for
13230 `file-name-shadow-mode'.
13231
13232 * loadup.el: Preload rfn-eshadow.
13233
13234 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
13235 Add :version keyword.
13236 (file-name-shadow-properties, file-name-shadow-tty-properties)
13237 (file-name-shadow): Add :version keyword.
13238
13239 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
13240 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
13241 in the custom-group property of the symbol frames and the fringe
13242 group got no link to its parent group frames.
13243 Doc fix.
13244
13245 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
13246
13247 * progmodes/gud.el (gud-stop-subjob): New function.
13248 (gud-menu-map, gud-tool-bar-map): Use it.
13249
13250 2005-11-16 Kim F. Storm <storm@cua.dk>
13251
13252 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
13253 than kill it.
13254 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
13255 to a more useful/logical place.
13256
13257 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
13258
13259 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
13260 go buttons complementary.
13261
13262 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13263
13264 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
13265 (rfn-eshadow-sifn-equal): New function.
13266 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
13267
13268 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
13269
13270 * viper-utils.el (viper-non-word-characters-reformed-vi):
13271 Quote `-' in string.
13272
13273 * viper.el (viper-emacs-state-mode-list): Ensure that
13274 rcirc-mode buffers come up in Emacs state.
13275
13276 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
13277 operation.
13278
13279 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
13280
13281 * term.el (term-termcap-format): Fix typos.
13282 (term-down): Fix the negative argument case.
13283
13284 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
13285
13286 * progmodes/gdb-ui.el: Remove face-alias left over from change on
13287 2005-08-15.
13288 (gdb-ann3): New command gud-go.
13289 (menu): Accomodate gdb-mi.el.
13290 (gdb-assembler-custom): Make buffer of selected window current
13291 so that set-window-point works.
13292
13293 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
13294 buttons and include new ones.
13295
13296 2005-11-16 Kim F. Storm <storm@cua.dk>
13297
13298 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
13299 (gud-menu-map): Use it.
13300
13301 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
13302
13303 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
13304 that works correctly for Custom and that does not override a user
13305 who disables it.
13306
13307 * help-mode.el (help-make-xrefs, help-xref-on-pp)
13308 (help-xref-interned, help-follow): Make hyperlinks for variables
13309 that are unbound, but have a non-nil variable-documentation property.
13310
13311 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
13312 mode hook. (It conflicted with defcustoms for some mode hooks.)
13313 Use the `variable-documentation' property to give the mode hook a
13314 docstring and expand that docstring.
13315
13316 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
13317
13318 * savehist.el (savehist-mode): Don't bother with
13319 `custom-set-minor-mode'.
13320 (savehist-coding-system): Check XEmacs version.
13321 (history-length): Declare also at run time.
13322 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
13323 Don't set the customize state.
13324 (savehist-minibuffer-hook): Special case for when
13325 minibuffer-history-variable is equal to t.
13326
13327 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
13328
13329 * files.el (write-file): Refresh VC status.
13330
13331 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
13332 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
13333 than fundamental-mode to see if the mode was set.
13334
13335 2005-11-14 Romain Francoise <romain@orebokech.com>
13336
13337 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
13338 dummy function in `eval-when-compile' to avoid compiler warning.
13339 Require `man' at compile time.
13340
13341 2005-11-14 Jay Belanger <belanger@truman.edu>
13342
13343 * calc-alg.el (calcFunc-write-out-power): Rename it to
13344 calcFunc-powerexpand.
13345 (math-write-out-power): Rename it to math-powerexpand; have it
13346 handle negative exponents.
13347 (calc-writeoutpower): Rename it to calc-powerexpand.
13348
13349 * calc-ext.el: Change calcFunc-writeoutpower and
13350 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
13351 autoloads.
13352 Add calcFunc-ldiv to autoloads.
13353
13354 * calc-arith.el (calcFunc-ldiv): New function.
13355
13356 * calc.el (calc-left-divide): New function.
13357
13358 2005-11-14 Juri Linkov <juri@jurta.org>
13359
13360 * cus-edit.el (custom-variable-prompt): Set the default value arg
13361 of completing-read.
13362
13363 * cus-dep.el (custom-make-dependencies): Reverse the list of
13364 found dependencies.
13365
13366 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
13367
13368 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
13369 Highlighting" entry, it is on by default now.
13370 (menu-bar-options-save): Do not save global-font-lock-mode.
13371
13372 2005-11-13 Richard M. Stallman <rms@gnu.org>
13373
13374 * textmodes/flyspell.el (flyspell-large-region):
13375 Call flyspell-accept-buffer-local-defs.
13376
13377 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
13378
13379 * textmodes/flyspell.el (flyspell-notify-misspell):
13380 Fix misspelling of "Misspelling".
13381 (flyspell-process-localwords): New function.
13382 (flyspell-large-region): Call flyspell-process-localwords and
13383 flyspell-delete-region-overlays.
13384 (flyspell-delete-region-overlays): New function.
13385 (flyspell-delete-all-overlays): Call that.
13386
13387 2005-11-13 Richard M. Stallman <rms@gnu.org>
13388
13389 * help.el (help-for-help-internal): Improve doc of C-h a.
13390 (describe-key): Improve prompt; doc fix.
13391
13392 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
13393
13394 * vc-svn.el (vc-svn-registered): Catch all errors.
13395
13396 * cus-dep.el (custom-make-dependencies): Typo.
13397
13398 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
13399
13400 * net/tramp-util.el (top): Fix compilation warning.
13401
13402 2005-11-13 Kim F. Storm <storm@cua.dk>
13403
13404 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
13405
13406 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
13407
13408 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
13409 (gud-speedbar-buttons): Match on "const char *" too.
13410
13411 * progmodes/gdb-ui.el (gdb-var-create-handler)
13412 (gdb-var-list-children-handler): Match on "const char *" too.
13413 (gdb-var-evaluate-expression-handler): Match on empty string.
13414 (gdb-var-update-handler): Only call
13415 gdb-var-evaluate-expression-handler when required.
13416
13417 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
13418
13419 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
13420 selected window. This still doesn't work for speedbar.
13421 (gud-speedbar-buttons): Handle string expressions properly.
13422
13423 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
13424 (gdb-var-create-handler): Handle string expressions properly.
13425 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
13426 Handle string expressions properly. Move "type" field into regexp.
13427
13428 2005-11-12 Karl Fogel <kfogel@red-bean.com>
13429
13430 * bookmark.el (bookmark-maybe-message): New function to reduce
13431 code duplication: invokes `message' iff baud-rate is high enough.
13432 (bookmark-write-file): Use above instead of an inline conditional.
13433 (bookmark-load): Same.
13434
13435 2005-11-12 Karl Fogel <kfogel@red-bean.com>
13436
13437 * bookmark.el (bookmark-write-file): Don't visit the destination
13438 file, just write the data to it using write-region. This is
13439 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
13440 change to avoid visiting the file in the first place.
13441
13442 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
13443
13444 * hi-lock.el (hi-lock-mode): Set the default value of
13445 font-lock-defaults.
13446
13447 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
13448
13449 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
13450 arg to `file-attributes'.
13451 (find-lisp-format): The UID and GID can now be strings.
13452
13453 2005-11-12 Kim F. Storm <storm@cua.dk>
13454
13455 * help.el (help-map): Bind C-h d to apropos-documentation.
13456
13457 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
13458 when point is at end-of-buffer.
13459
13460 * apropos.el (apropos-match-face): Doc fix.
13461 (apropos-sort-by-scores): Add new choice `verbose'.
13462 (apropos-documentation-sort-by-scores): New defcustom.
13463 (apropos-pattern): Now contains the pattern entered by the user.
13464 (apropos-pattern-quoted): New defvar.
13465 (apropos-regexp): New defvar, containing the regexp corresponding
13466 to apropos-pattern.
13467 (apropos-all-words-regexp): Rename from apropos-all-regexp.
13468 (apropos-read-pattern): New defun. Use it to read pattern arg in
13469 interactive calls; returns list of words for a word list, and
13470 string for a regexp.
13471 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
13472 parses a list of words or regexp as returned by apropos-read-pattern.
13473 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
13474 (apropos-score-doc): Return a very high score if the string
13475 entered by the user matches literally.
13476 (apropos-variable): Doc fix. Use apropos-read-pattern.
13477 (apropos-command): Doc fix. Use apropos-read-pattern and
13478 apropos-parse-pattern. Call apropos-print with nosubst=t.
13479 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
13480 apropos-parse-pattern.
13481 (apropos-documentation): Doc fix. Use apropos-read-pattern and
13482 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
13483 apropos-documentation-sort-by-scores. Call apropos-print with
13484 nosubst=t.
13485 (apropos-documentation-internal): Pass doc string through
13486 substitute-key-definition before adding text properties.
13487 Highlight substring matching literal user input if possible.
13488 (apropos-documentation-check-doc-file): Remove locals beg and end.
13489 Fix calculation of score (as added twice). Pass doc string through
13490 substitute-key-definition before adding text properties.
13491 (apropos-documentation-check-elc-file): Pass doc string through
13492 substitute-key-definition before adding text properties.
13493 Highlight substring matching literal user input if possible.
13494 (apropos-print): Add new arg NOSUBST; if set, command and variable
13495 doc strings have already been passed through substitute-key-definition.
13496 Add code to handle apropos-accumulator items without score element
13497 for backwards compatibility (e.g. with woman package).
13498 Only show scores if apropos-sort-by-scores is `verbose'.
13499
13500 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
13501
13502 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
13503 Add jka-compr-load-suffixes to load-suffixes.
13504
13505 * jka-compr.el: Require jka-cmpr-hook.
13506 (jka-compr-info-compress-message, jka-compr-info-compress-program)
13507 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
13508 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
13509 (jka-compr-info-can-append, jka-compr-info-strip-extension)
13510 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
13511 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
13512 (jka-compr-uninstall): Remove entries from
13513 jka-compr-added-to-file-coding-system-alist after they are used.
13514 (jka-compr-error): Remove unused var `curbuf'.
13515 (jka-compr-file-local-copy): Remove unused var `notfound'.
13516
13517 2005-11-10 Romain Francoise <romain@orebokech.com>
13518
13519 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
13520
13521 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
13522
13523 * progmodes/gud.el (gud-menu-map): Move parentheses.
13524 (gdb): New command gud-pv.
13525
13526 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
13527
13528 * tar-mode.el: Remove spurious or unnecessary leading stars
13529 in docstrings.
13530 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
13531 (tar-parse-octal-integer-safe): Use mapc.
13532 (tar-header-block-summarize): Remove unused var `ck'.
13533 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
13534 cleared before. Obey default-enable-multibyte-characters.
13535 Use mapconcat. Simplify setting of tar-header-offset.
13536 (tar-mode-map): Move initialization inside delcaration.
13537 (tar-flag-deleted): Use `abs'.
13538 (tar-expunge-internal): Remove unused var `line'.
13539 (tar-expunge-internal): Don't hardcode point-min==1.
13540 (tar-expunge): Widen while doing set-buffer-multibyte.
13541 (tar-rename-entry): Use file-name-coding-system.
13542 (tar-alter-one-field): Don't hardcode point-min==1.
13543 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
13544 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
13545
13546 2005-11-10 Masatake YAMATO <jet@gyve.org>
13547
13548 * add-log.el (add-log-current-defun): Handle class::method
13549 notation of c++. Fix incorrect comment.
13550
13551 2005-11-10 Alan Mackenzie <acm@muc.de>
13552
13553 * help-fns.el (describe-variable): Make C-h v work when a variable
13554 has variable documentation yet is unbound.
13555
13556 2005-11-10 Masatake YAMATO <jet@gyve.org>
13557
13558 * man.el (Man-highlight-references): Set an empty
13559 string to `Man-arguments' if it is nil.
13560 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
13561
13562 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13563
13564 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
13565 commenting conventions.
13566
13567 * cus-dep.el (custom-make-dependencies): Simplify.
13568 Better follow the commenting conventions.
13569
13570 2005-11-09 Richard M. Stallman <rms@gnu.org>
13571
13572 * apropos.el (apropos-pattern): Rename from apropos-regexp.
13573 (apropos-orig-pattern): Rename from apropos-orig-regexp.
13574 All uses changed.
13575 (apropos-rewrite-regexp): Doc fix.
13576 (apropos-variable, apropos-command, apropos, apropos-value):
13577 Change prompt; carry through the argument renaming.
13578
13579 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
13580
13581 * find-lisp.el: Require dired.
13582 (find-lisp-find-dired-internal): Do not call
13583 `abbreviate-file-name' on DIR.
13584
13585 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
13586
13587 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
13588
13589 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
13590
13591 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
13592 when using the speedbar.
13593 (gdb): New command gud-pp.
13594 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
13595
13596 2005-11-09 Juri Linkov <juri@jurta.org>
13597
13598 * replace.el (occur-excluded-properties): New defcustom.
13599 (occur-1, occur-engine, occur-accumulate-lines): Use it.
13600
13601 2005-11-08 Jay Belanger <belanger@truman.edu>
13602
13603 * calc/calc-units.el (math-convert-units): Replace any composite
13604 unit by its definition.
13605
13606 2005-11-08 Lars Hansen <larsh@soem.dk>
13607
13608 * emacs-lisp/autoload.el (update-directory-autoloads):
13609 Add obsolete function alias.
13610
13611 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
13612
13613 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
13614 comment-indent-function.
13615 (lisp-comment-indent): Replace by an alias for comment-indent-default.
13616
13617 * reveal.el (reveal-post-command): Rework the handling of
13618 reveal-open-spots, so as to be more reliable. There were several
13619 tricky corner cases where an open spot might be lost, or where
13620 a closed spot might end up on the list of open spots.
13621 Only reveal text that's ellipsised.
13622
13623 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
13624
13625 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
13626
13627 2005-11-07 John Paul Wallington <jpw@gnu.org>
13628
13629 * ibuffer.el (ibuffer): Search iconified frames too when
13630 getting Ibuffer buffer's window.
13631
13632 2005-11-06 Richard M. Stallman <rms@gnu.org>
13633
13634 * progmodes/compile.el (compilation-internal-error-properties):
13635 save-excursion around the computation of MARKER.
13636
13637 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
13638
13639 * textmodes/flyspell.el (flyspell-external-point-words):
13640 flyspell-get-word returns a list, not just a string.
13641
13642 2005-11-06 John Paul Wallington <jpw@pobox.com>
13643
13644 * ibuffer.el (ibuffer): Search all visible frames when getting
13645 Ibuffer buffer's window.
13646
13647 2005-11-07 Masatake YAMATO <jet@gyve.org>
13648
13649 * man.el (Man-reference-regexp): Accept spaces between
13650 `Man-name-regexp' and `Man-section-regexp'.
13651 (Man-apropos-regexp): New variable.
13652 (Man-abstract-xref-man-page): Use value for `Man-target-string'
13653 if available.
13654 (Man-highlight-references, Man-highlight-references0):
13655 Handle the case when `Man-arguments' includes "-k".
13656 (Man-highlight-references0): Rename the argument `TARGET-POS' to
13657 `TARGET'. `TARGET' can be a number, function or nil.
13658
13659 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
13660
13661 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
13662 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
13663 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
13664 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
13665 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
13666 (gdb-send-item): Use buffer-local-value and simplify.
13667
13668 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
13669
13670 * startup.el (command-line): Use `custom-reevaluate-setting' for
13671 `global-font-lock-mode'.
13672
13673 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
13674 by default, except in batch mode or when the -D option is given.
13675
13676 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
13677 specified keyword args on to `define-minor-mode'. Update docstring.
13678
13679 2005-11-05 Romain Francoise <romain@orebokech.com>
13680
13681 * replace.el (occur-engine): Add marker at end of line, too.
13682
13683 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
13684
13685 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13686 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
13687 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
13688 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
13689 argument to all these routines, so the passphrase can be managed
13690 externally and passed in to the system.
13691 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13692 pgg-add-passphrase-to-cache function.
13693
13694 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13695 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
13696 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
13697 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
13698 argument to all these routines, so the passphrase can be managed
13699 externally and passed in to the system.
13700 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
13701 function.
13702
13703 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
13704
13705 * font-lock.el: Don't deal with font-lock-face-attributes here,
13706 move the code ...
13707
13708 * startup.el (command-line): ... here. Use face-spec-set instead
13709 of custom-declare-face.
13710
13711 * faces.el (face-spec-set): Reset the face if spec is not nil.
13712
13713 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
13714
13715 * newcomment.el (comment-region-internal): Box more tightly in the
13716 common case where there's no TAB in the boxed text.
13717
13718 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13719
13720 * info.el (info-tool-bar-map): Use images prev-node, next-node and
13721 up-node.
13722
13723 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
13724
13725 * newsticker.el: Commentary updated. Code formatting changed.
13726 (newsticker-version): Change to "1.9".
13727 (newsticker, newsticker-feed): Doc fix.
13728 (newsticker-url-list): Doc fix. Add option "Weekly".
13729 (newsticker-retrieval-interval): Add option "Weekly".
13730 (newsticker-headline-processing): Doc fix.
13731 (newsticker-auto-mark-filter): Remove.
13732 (newsticker-auto-mark-filter-list): New.
13733 (newsticker-layout, newsticker-sort-method): Doc fix.
13734 (newsticker-hide-old-items-in-newsticker-buffer)
13735 (newsticker-heading-format, newsticker-item-format)
13736 (newsticker-desc-format): Doc fix.
13737 (newsticker-show-all-rss-elements): Remove.
13738 (newsticker-show-all-news-elements): New.
13739 (newsticker-faces, newsticker-ticker): Doc fix.
13740 (remove-from-invisibility-spec): Code formatting.
13741 (newsticker--process-ids): New.
13742 (newsticker-mode): Doc fix.
13743 (newsticker-mode): Change mode-line-format.
13744 (newsticker-start): Remove debug output.
13745 (newsticker-start-ticker): Doc fix. Add autoload cookie.
13746 (newsticker-w3m-show-inline-images): Code formatting.
13747 (newsticker-next-item): Call `force-mode-line-update'.
13748 (newsticker-previous-item): Call `force-mode-line-update'.
13749 (newsticker-next-feed): Call `force-mode-line-update'.
13750 (newsticker-previous-feed): Call `force-mode-line-update'.
13751 (newsticker-mark-all-items-at-point-as-read): Code formatting.
13752 (newsticker-show-old-items): Do not show descs.
13753 (newsticker-hide-entry): Hide too much.
13754 (newsticker-hide-entry, newsticker-show-entry)
13755 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
13756 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
13757 (newsticker-toggle-auto-narrow-to-item): Code formatting.
13758 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
13759 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
13760 (newsticker-get-news): Call `force-mode-line-update'.
13761 Collect process ids.
13762 (newsticker--sentinel): Change coding system handling.
13763 Move image retrieval to new functions newsticker--get-logo-url-*.
13764 Move feed parsing to new functions newsticker--parse-*.
13765 Update list of process ids.
13766 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
13767 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
13768 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
13769 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
13770 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
13771 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
13772 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
13773 (newsticker--decode-coding-string): Remove.
13774 (newsticker--decode-numeric-entities): Check input. Format code.
13775 (newsticker--remove-whitespace): Check input.
13776 (newsticker--do-forget-preformatted): Doc fix.
13777 (newsticker--decode-rfc822-date): Allow for missing time.
13778 (newsticker--update-process-ids): New.
13779 (newsticker--image-sentinel): Change comment.
13780 (newsticker--image-read): Change error message.
13781 (newsticker--imenu-goto): Doc fix. Show headline title.
13782 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
13783 (newsticker--buffer-do-insert-text): Clean whitespace in
13784 html-rendered headline title. Code formatting.
13785 Call `newsticker--buffer-print-extra-elements'.
13786 (newsticker--buffer-print-extra-element): Remove.
13787 (newsticker--buffer-print-extra-elements): New.
13788 (newsticker--buffer-do-print-extra-element): New.
13789 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
13790 large sizes.
13791 (newsticker--run-auto-mark-filter)
13792 (newsticker--do-run-auto-mark-filter):
13793 Use `newsticker-auto-mark-filter-list'.
13794
13795 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
13796
13797 * net/rcirc.el: Use split-string OMIT-NULLS argument.
13798 (rcirc-print): Force redisplay before running hooks. Do long
13799 buffer truncation after making new text read-only. Deal with nil
13800 text when decoding strings. If TARGET is nil, use either the
13801 currently selected buffer, if it is an rcirc buffer and of the
13802 same process or the process buffer.
13803 (rcirc-mode): Remove header-line. Recompute short buffer names.
13804 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
13805 (rcirc-short-buffer-name): Add variable.
13806 (rcirc-kill-buffer-hook): Recompute short buffer names.
13807 Remove nick from private channel.
13808 (rcirc-send-input): Send command text to current-buffer.
13809 Don't clear overlay arrow here.
13810 (rcirc-short-buffer-name): Return a short buffer name.
13811 (rcirc-update-short-buffer-names, rcirc-abbreviate)
13812 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
13813 buffer-name abbreviations.
13814 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
13815 Do not touch nick-table when killing a parted channel.
13816 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
13817 Clear arrow from current buffer if it is now hidden.
13818 (rcirc-current-buffer): Add variable.
13819 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
13820 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
13821 Remove -face from names.
13822 (rcirc-update-activity-string): Print "DND" when globally ignoring
13823 activity.
13824 (rcirc-ignore-buffer-activity-flag): Rename from
13825 rcirc-ignore-channel-activity.
13826 (rcirc-ignore-all-activity-flag): Doc fix.
13827 (rcirc-channels): Remove variable.
13828 (rcirc-kill-buffer-hook):
13829 (rcirc-get-buffer-create): Add nick to private channel.
13830 (rcirc-multiline-edit-submit): Remove tabs.
13831 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
13832 folded.
13833 (rcirc-remove-nick-channel): Bug fix.
13834 (rcirc-toggle-ignore-buffer-activity): Rename from
13835 rcirc-toggle-ignore-channel-activity.
13836 (rcirc-record-activity): Add buffers to the front of the list.
13837 (rcirc-update-activity): Remove killed buffers from list.
13838 (rcirc-process-server-response-1): Remove last argument if it is
13839 null before calling handler.
13840 (rcirc): Add "rcirc" defcustom prefix.
13841 (rcirc-prompt): Simplify default prompt.
13842 Use custom-initialize-default.
13843 (rcirc-private-chats): Remove variable.
13844 (rcirc-prompt): Change initialization.
13845 (rcirc-version): Remove function.
13846 (rcirc-id-string): Add constant.
13847 (rcirc-last-buffer): Remove variable.
13848 (rcirc-buffer-alist): Add variable.
13849 (rcirc-connect): Update variable setup.
13850 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
13851 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
13852 default.
13853 (rcirc-handler-generic): Trigger activity.
13854 (rcirc-send-message): Create the buffor of the target.
13855 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
13856 (rcirc-get-buffer): Just return nil if there is no matching buffer.
13857 (rcirc-multiline-edit-cancel): Remove function.
13858 (rcirc-set-last-buffer): Remove function.
13859 (rcirc-get-any-buffer): Add function.
13860 (rcirc-join-channels): Don't print /join text.
13861 (rcirc-toggle-ignore-channel-activity): Add and update echo area
13862 messages.
13863 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
13864 (rcirc-handler-NOTICE): Recognize CTCP responses.
13865 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
13866 constructing TOPIC string for buffers we are not JOINed.
13867 (rcirc-handler-CTCP-response): Add handler.
13868 (rcirc-multiline-edit-submit): Restore the window-configuration
13869 before adjusting point.
13870 (rcirc): Add customization group.
13871 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
13872 (rcirc-user-full-name, rcirc-startup-channels-alist)
13873 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
13874 (rcirc-ignore-all-activity-flag, rcirc-time-format)
13875 (rcirc-input-ring-size, rcirc-read-only-flag)
13876 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
13877 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
13878 Change defvar to defcustom.
13879 (rcirc-update-prompt): Add optional ALL arg, which will update
13880 prompts in all rcirc buffers. Regexp quote replacement text.
13881 (rcirc-fill-column): Accept frame-width as a value.
13882 (rcirc-set-changed): Add function.
13883 (rcirc-next-active-buffer): Write more meaningful messages.
13884 (rcirc-faces): Add customization group.
13885 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
13886 (rcirc-nick-in-message-face, rcirc-prompt-face)
13887 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
13888 (with-rcirc-process-buffer): Move before first usage.
13889 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
13890 (rcirc-debug-flag): Rename from `rcirc-log-p'.
13891 (rcirc-debug): Rename from `rcirc-log'.
13892 (rcirc-format-response-string): Do not print `-' chars for a
13893 NOTICE with no sender. Simplify output of server responses.
13894
13895 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
13896
13897 (rcirc-browse-url-map, rcirc-browse-url-at-point)
13898 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
13899 Make urls mouse and RET clickable.
13900
13901 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
13902
13903 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
13904
13905 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
13906
13907 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13908 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
13909 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
13910 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
13911 argument to all these routines, so the passphrase can be managed
13912 externally and passed in to the system.
13913 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13914 pgg-add-passphrase-to-cache function.
13915
13916 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13917 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
13918 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
13919 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
13920 argument to all these routines, so the passphrase can be managed
13921 externally and passed in to the system.
13922 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
13923 function.
13924
13925 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
13926
13927 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
13928 from goto-address-url-regexp.
13929
13930 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
13931
13932 * textmodes/org.el (org-read-date, org-goto-calendar)
13933 (org-recenter-calendar, org-agenda-goto-calendar):
13934 Temporarily clear `calendar-move-hook'.
13935
13936 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
13937
13938 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
13939 merging.
13940
13941 * ediff-util.el (ediff-previous-difference): Don't skip regions that
13942 have merge clashes.
13943
13944 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13945
13946 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13947 Undo previous change.
13948
13949 * startup.el (command-line): Use `custom-reevaluate-setting' for
13950 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
13951 tty-register-default-colors on Mac.
13952
13953 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
13954
13955 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
13956 (gdb-buffer-type): Make it automatically buffer local...
13957 (gdb-get-create-buffer): ...and set it accordingly.
13958 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
13959 actually work.
13960
13961 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
13962
13963 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
13964 not red.
13965
13966 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
13967
13968 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
13969 case GUD buffer is not visible.
13970 (gdb-goto-breakpoint): Try to force display in source buffer.
13971 (gdb-frame-gdb-buffer): Copy other similar functions.
13972 (gdb-restore-windows): Don't display source if not asked for.
13973 (gdb-assembler-buffer-name): Don't capitalise.
13974
13975 2005-11-03 Richard M. Stallman <rms@gnu.org>
13976
13977 * wid-edit.el (key-sequence): New widget type.
13978
13979 * simple.el (set-mark-command-repeat-pop): New variable.
13980 (set-mark-command): Only interpret plan C-@ after a pop as a pop
13981 if set-mark-command-repeat-pop is true.
13982
13983 * info.el (Info-fontify-node): Don't display extra "see" if there
13984 already is one here.
13985
13986 * mouse.el: Fix special handling of DEL after dragging a region:
13987 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
13988 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
13989
13990 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
13991
13992 * textmodes/ispell.el (ispell-command-loop): Change `i' description
13993 not to assume it pertains to an affix.
13994
13995 * textmodes/flyspell.el (flyspell-post-command-hook):
13996 Bind deactivate-mark to prevent deactivation.
13997
13998 2005-11-03 Lars Hansen <larsh@soem.dk>
13999
14000 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
14001 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
14002 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
14003
14004 2005-11-03 Romain Francoise <romain@orebokech.com>
14005
14006 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
14007 Update copyright years.
14008
14009 2005-11-03 Sam Steingold <sds@gnu.org>
14010
14011 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
14012 Use system-type instead of window-system because window-system is not
14013 correctly defined during loadup.
14014
14015 2005-11-02 Mark A. Hershberger <mah@everybody.org>
14016
14017 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
14018 (xml-parse-tag): Join strings separated by a comment properly.
14019
14020 2005-11-02 Andreas Schwab <schwab@suse.de>
14021
14022 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
14023
14024 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
14025
14026 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
14027 (byte-optimize-pure-func): Quote the eval'd value.
14028
14029 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
14030 Rename from perl-font-lock-syntactic-face-function.
14031 Change the calling convention so it can be used as a font-lock MATCHER.
14032 Do the parse-partial-sexp loop outselves.
14033 (perl-font-lock-syntactic-keywords): Use it.
14034 (perl-mode): Don't set font-lock-syntactic-face-function any more.
14035
14036 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
14037
14038 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
14039 disassembly buffer too.
14040 (gdb-exited): Remove overlay arrows when execution has finished.
14041 (gdb-info-frames-custom, gdb-info-threads-custom)
14042 (gdb-info-registers-custom): Don't add inappropriate text
14043 properties if inferior is not active.
14044
14045 2005-11-02 Glenn Morris <rgm@gnu.org>
14046
14047 * progmodes/fortran.el (fortran-blink-match):
14048 Use `blink-matching-delay'.
14049
14050 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
14051
14052 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
14053
14054 2005-11-02 Lars Hansen <larsh@soem.dk>
14055
14056 * net/tramp.el (tramp-action-out-of-band): Handle scp message
14057 "Permission denied".
14058
14059 2005-11-01 Richard M. Stallman <rms@gnu.org>
14060
14061 * textmodes/flyspell.el (flyspell-external-point-words):
14062 Pass nil to flyspell-get-word.
14063
14064 2005-11-02 Kim F. Storm <storm@cua.dk>
14065
14066 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
14067 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
14068
14069 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
14070
14071 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
14072 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
14073 (calendar-mouse-print-dates): Add optional `event' argument.
14074 Update interactive-spec.
14075 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
14076 Use `calendar-event-to-date' instead of `event'.
14077
14078 2005-11-02 Masatake YAMATO <jet@gyve.org>
14079
14080 * progmodes/ld-script.el (ld-script-builtins):
14081 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
14082 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
14083 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
14084
14085 2005-11-01 Romain Francoise <romain@orebokech.com>
14086
14087 * vc-sccs.el: Update copyright year.
14088 * ezimage.el: Likewise.
14089
14090 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
14091
14092 * info.el (Info-fontify-node): Use `string-width' for fontifying
14093 underlined titles.
14094
14095 2005-11-01 Juri Linkov <juri@jurta.org>
14096
14097 * info.el (Info-fontify-node): Downcase node header keywords Node,
14098 Prev, Next, Up before comparison.
14099 (Info-history): Insert absolute directory name, and put invisible
14100 property on it.
14101
14102 2005-11-01 Juri Linkov <juri@jurta.org>
14103
14104 * info.el (Info-file-supports-index-cookies): New variable.
14105 (Info-find-node-2): Check makeinfo version for index cookie support.
14106 (Info-index-nodes): Search for nodes with index cookies only when
14107 Info-file-supports-index-cookies is t. Otherwise, search nodes
14108 with "Index" in the node name.
14109 (Info-index-node): Search index cookie in the current node only when
14110 Info-file-supports-index-cookies is t. Otherwise, check the word
14111 "Index" in the node name.
14112 (Info-find-emacs-command-nodes): Remove code that searches nodes
14113 with "Index" node name in the top menu.
14114
14115 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
14116
14117 * progmodes/scheme.el (scheme-mode-variables): Use the default
14118 comment-indent-function.
14119
14120 * faces.el (face-attribute): Handle the case where a face inherits from
14121 a non-existent face.
14122
14123 * simple.el (eval-expression-print-format): Use lisp-readable syntax
14124 for octal and hexa output, and merge the char into the paren.
14125 (kill-new): Use push.
14126 (copy-to-buffer): Use with-current-buffer.
14127 (completion-setup-function): Move code in loop to remove redundancy.
14128 (minibuffer-local-must-match-map): Don't add bindings that duplicate
14129 those inherited from minibuffer-local-completion-map.
14130
14131 * savehist.el (savehist-mode) <defcustom>:
14132 Use custom-set-minor-mode if available.
14133 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
14134 and emit a message if applicable.
14135
14136 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
14137
14138 * savehist.el: Sync up to version 19.
14139 (savehist-mode): New minor mode.
14140 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
14141 (savehist-length): Remove (use history-length instead).
14142 (savehist-file-modes): Rename from savehist-modes.
14143 (savehist-save-hook, savehist-loaded): New vars.
14144 (savehist-load): Use savehist-mode. Try to smooth up transition from
14145 old format to new format.
14146 (savehist-install): Allow savehist-autosave-interval to be nil.
14147 (savehist-save): Run the new hook. Be more careful to only trim the
14148 history variables.
14149 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
14150 (savehist-printable): Print into a buffer rather than char-by-char.
14151
14152 2005-11-01 John Wiegley <johnw@newartisans.com>
14153
14154 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
14155 toggle-ignore keybinding (C-a). The author said it had been
14156 disabled much earlier due to a possible incompatibility, but after
14157 many months of usage I have encountered no problems (and it is a
14158 rather useful option, especially for switching to " *temp*").
14159
14160 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
14161 support for OS/X's AddressBook, by calling out to the open source
14162 program "contacts" (installable through Fink).
14163
14164 * net/eudc.el (eudc-expand-inline): If the
14165 `eudc-multiple-match-handling-method' is set to `all', delete the
14166 query string before inserting the query result.
14167
14168 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
14169 flag, to prevent Eshell from using the system ls when
14170 `eshell-ls-insert-directory' is in used.
14171 (eshell-ls-insert-directory): Disable font-lock in directory
14172 buffer so that Eshell's own fontification is seen. This broke
14173 recently due to changes in font-lock, so this goes back to version
14174 21 behavior.
14175
14176 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
14177
14178 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
14179 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
14180 (gdb-many-windows): Doc fix.
14181
14182 2005-10-31 Romain Francoise <romain@orebokech.com>
14183
14184 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
14185
14186 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
14187
14188 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
14189 that global-font-lock-mode can be enabled by default.
14190
14191 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
14192 (font-lock-add-keywords, font-lock-remove-keywords)
14193 (font-lock-fontify-buffer): Remove autoload cookies.
14194
14195 * jit-lock.el (jit-lock-register): Likewise.
14196
14197 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
14198
14199 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
14200
14201 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
14202 intact if there is no gud-comint-buffer.
14203
14204 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
14205
14206 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
14207 old prompt comint-prompt-read-only is t and GDB commands are
14208 issued from tool bar etc.
14209
14210 2005-10-31 Masatake YAMATO <jet@gyve.org>
14211
14212 * vc.el (vc-directory-exclusion-list): Add "{arch}".
14213
14214 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14215
14216 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
14217 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
14218
14219 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
14220
14221 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
14222 starting at beginning of line. Fontification is messed up when
14223 `open-paren-in-column-0-is-defun-start' set to t.
14224 Reported by John Paul Wallington <jpw@pobox.com>.
14225
14226 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
14227
14228 * comint.el (comint-send-input): Call `comint-update-fence' when
14229 `comint-process-echoes' and `comint-prompt-read-only' are both
14230 non-nil, to avoid leftover read-only newline.
14231
14232 2005-10-30 Richard M. Stallman <rms@gnu.org>
14233
14234 * textmodes/flyspell.el (flyspell-external-point-words):
14235 Detect when WORD can't be checked properly because
14236 flyspell-get-word finds just part of it, and move on.
14237
14238 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
14239 boundarychar for Polish.
14240 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
14241 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
14242
14243 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
14244
14245 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
14246 (gdb-registers-font-lock-keywords): Delete.
14247 (gdb-registers-mode): Don't fontify.
14248 (gdb-info-registers-custom): Use text properties instead as, in
14249 future, changed register values will use font-lock-warning-face.
14250 (gdb-local-font-lock-keywords): Rename to...
14251 (gdb-locals-font-lock-keywords): ...for consistency.
14252
14253 2005-10-30 Andre Spiegel <spiegel@gnu.org>
14254
14255 * vc.el (vc-switch-backend): Better error message if the buffer is
14256 not visiting a file under version control.
14257
14258 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
14259
14260 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
14261
14262 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
14263 ~/.emacs.d/.emacs.
14264
14265 2005-10-29 Richard M. Stallman <rms@gnu.org>
14266
14267 * replace.el (occur-mode-mouse-goto): Always go to other window.
14268 (occur-mode-goto-occurrence): Always switch in same window.
14269
14270 * simple.el (undo): Display message at end, not at start.
14271
14272 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
14273 New arg REUSE-CELL.
14274 (cancel-timer-internal): New function.
14275 (timer-event-handler): Use cancel-timer-internal,
14276 and pass the cell it returns to timer-activate...
14277
14278 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
14279 (jit-lock-deferred-fontify, jit-lock-context-fontify)
14280 (jit-lock-after-change): Test memory-full.
14281
14282 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
14283
14284 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14285 part of the decoded armor to find the key-identifier.
14286 (pgg-gpg-lookup-key-owner): New function to return the
14287 human-readable identifier of a key owner.
14288 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
14289 key itself.
14290 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14291 the key value) if we have a key and can match it against a secret
14292 key. Also, added a note pointing out fact that the prompt only
14293 indicates the first matching key.
14294
14295 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
14296 pgg-decrypt-region.
14297 (pgg-pending-timers): A new hash for tracking the passphrase cache
14298 timers, so that new ones supercede old ones.
14299 (pgg-add-passphrase-to-cache): Rename from
14300 `pgg-add-passphrase-cache' to reduce confusion (all callers
14301 changed). Modified to cancel old timers when new ones are added.
14302 (pgg-remove-passphrase-from-cache): Rename from
14303 `pgg-remove-passphrase-cache' to reduce confusion (all callers
14304 changed). Modified to cancel old timers when their keys are
14305 removed from the cache.
14306 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
14307 XEmacs, an indirection to delete-itimer.
14308 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
14309 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
14310 users can only check cache without risk of prompting. Correct bug in
14311 notruncate behavior.
14312 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
14313 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
14314 Add informative docstrings.
14315 (pgg-decrypt): Convey provided passphrase in subordinate call to
14316 pgg-decrypt-region.
14317
14318 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14319 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14320 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14321 `passphrase' argument, so the passphrase can be managed externally
14322 and then passed in to the system.
14323
14324 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14325 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
14326 so the passphrase cache can be used reliably with identifiers
14327 besides a pgp packet's key id.
14328
14329 * pgg-gpg.el (pgg-pgp-encrypt-region)
14330 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
14331 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
14332 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
14333 argument to all these routines, so the passphrase can be managed
14334 externally and passed in to the system.
14335
14336 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14337 `notruncate' argument, so the passphrase cache can be used
14338 reliably with identifiers besides a pgp packet's key id.
14339
14340 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
14341
14342 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14343 symmetric encryption.
14344 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14345 encrypted session key.
14346 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14347 message ask for the passphrase in a proper way.
14348
14349 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14350 New user commands for symmetric encryption.
14351
14352 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
14353
14354 * textmodes/conf-mode.el (conf-assignment-sign)
14355 (conf-assignment-regexp): Fix docstrings.
14356 (conf-mode-initialize): New function.
14357 (conf-mode): Remove optional args. Use delay-mode-hooks to
14358 recognize recursive calls.
14359 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
14360 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
14361 (conf-xdefaults-mode): Use define-derived-mode and
14362 conf-mode-initialize.
14363
14364 2005-10-29 Romain Francoise <romain@orebokech.com>
14365
14366 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
14367
14368 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
14369
14370 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14371 part of the decoded armor to find the key-identifier.
14372 (pgg-gpg-lookup-key-owner): New function to return the
14373 human-readable identifier of a key owner.
14374 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
14375 key itself.
14376 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14377 the key value) if we have a key and can match it against a secret
14378 key. Also, added a note pointing out fact that the prompt only
14379 indicates the first matching key.
14380
14381 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
14382 pgg-decrypt-region.
14383 (pgg-pending-timers): A new hash for tracking the passphrase cache
14384 timers, so that new ones supercede old ones.
14385 (pgg-add-passphrase-to-cache): Rename from
14386 `pgg-add-passphrase-cache' to reduce confusion (all callers
14387 changed). Modified to cancel old timers when new ones are added.
14388 (pgg-remove-passphrase-from-cache): Rename from
14389 `pgg-remove-passphrase-cache' to reduce confusion (all callers
14390 changed). Modified to cancel old timers when their keys are
14391 removed from the cache.
14392 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
14393 XEmacs, an indirection to delete-itimer.
14394 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
14395 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
14396 users can only check cache without risk of prompting. Correct bug in
14397 notruncate behavior.
14398 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
14399 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
14400 Add informative docstrings.
14401 (pgg-decrypt): Convey provided passphrase in subordinate call to
14402 pgg-decrypt-region.
14403
14404 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
14405
14406 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14407 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14408 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14409 `passphrase' argument, so the passphrase can be managed externally
14410 and then passed in to the system.
14411
14412 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14413 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
14414 so the passphrase cache can be used reliably with identifiers
14415 besides a pgp packet's key id.
14416
14417 * pgg-gpg.el (pgg-pgp-encrypt-region)
14418 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
14419 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
14420 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
14421 argument to all these routines, so the passphrase can be managed
14422 externally and passed in to the system.
14423
14424 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14425 `notruncate' argument, so the passphrase cache can be used
14426 reliably with identifiers besides a pgp packet's key id.
14427
14428 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
14429
14430 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14431 symmetric encryption.
14432 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14433 encrypted session key.
14434 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14435 message ask for the passphrase in a proper way.
14436
14437 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14438 New user commands for symmetric encryption.
14439
14440 2005-10-28 Bill Wohler <wohler@newt.com>
14441
14442 * help-mode.el (help-url): New button type. Calls browse-url.
14443 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
14444 Similar to Info nodes: URL `url'.
14445 (help-make-xrefs): Create help-url buttons for
14446 help-xref-url-regexp matches.
14447
14448 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
14449
14450 * tool-bar.el (tool-bar-add-item-from-menu)
14451 (tool-bar-local-item-from-menu): Fix doc strings.
14452
14453 2005-10-28 Romain Francoise <romain@orebokech.com>
14454
14455 * ldefs-boot.el: Update.
14456
14457 * subr.el (locate-library): Move from help-fns.el.
14458 * help-fns.el (locate-library): Move to subr.el.
14459
14460 2005-10-28 Richard M. Stallman <rms@gnu.org>
14461
14462 * net/tramp.el (tramp-completion-mode): defvar moved up.
14463
14464 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
14465
14466 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
14467
14468 * files.el (find-file-noselect): Use %d to format large file size.
14469
14470 * bindings.el (mode-line-format): Add %e.
14471
14472 * loadup.el ("facemenu"): Load unconditionally.
14473 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
14474 ("x-dnd"): Load, when appropriate.
14475
14476 * startup.el (command-line): Call before-init-hook earlier.
14477 Warn about some bad characters in -u user name.
14478
14479 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
14480 (flyspell-external-point-words): Error if misspelled word is not found.
14481 Set flyspell-large-region-beg at end of word.
14482
14483 2005-10-28 Andreas Schwab <schwab@suse.de>
14484
14485 * view.el (View-revert-buffer-scroll-page-forward):
14486 Use view-page-size-default.
14487
14488 2005-10-28 Juri Linkov <juri@jurta.org>
14489
14490 * international/quail.el (quail-get-current-str): Translate last
14491 raw character for deterministic input methods.
14492
14493 2005-10-27 Jay Belanger <belanger@truman.edu>
14494
14495 * calc/calc-ext.el: Add functions to autoloads.
14496 (math-identity-matrix-p, math-ident-row-p): New functions.
14497
14498 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
14499 multiplication by an identity matrix; don't turn multiplication by
14500 an inverse matrix into division.
14501 (math-div-symbol-fancy): Replace division by matrices with
14502 multiplication by inverse.
14503
14504 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
14505
14506 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
14507 (calc-writeoutpower): New functions.
14508
14509 2005-10-27 Romain Francoise <romain@orebokech.com>
14510
14511 * replace.el (occur-engine): Include colon in mouse-face highlight.
14512
14513 * dired-x.el: Change Maintainer field.
14514
14515 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
14516
14517 * longlines.el (longlines-mode): Bind after-change-functions to
14518 nil during initial decoding and final encoding.
14519
14520 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
14521
14522 * term.el (term-emulate-terminal, term-handle-colors-array)
14523 (term-handle-ansi-escape): Specify the terminfo capabilities
14524 implemented.
14525
14526 2005-10-26 Richard M. Stallman <rms@gnu.org>
14527
14528 * info.el (Info-fontify-node): Fix detection of sentence-break
14529 before *Note.
14530
14531 2005-10-26 Romain Francoise <romain@orebokech.com>
14532
14533 * smerge-mode.el: Add `tools' to file keywords.
14534
14535 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
14536
14537 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
14538 when the fringe is not available.
14539
14540 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
14541 (def-gdb-auto-update-trigger): Simplify construction.
14542 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
14543 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
14544 defined explicitly.
14545 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
14546 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
14547 defined explicitly.
14548 (gdb-info-locals-custom): Remove as it's a no-op.
14549
14550 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
14551
14552 * longlines.el (longlines-mode): Remove narrowing before
14553 performing the initial decoding or final encoding.
14554
14555 2005-10-25 Romain Francoise <romain@orebokech.com>
14556
14557 * emacs-lisp/find-func.el (find-library-name): Also strip
14558 extension if library name ends in .el, to take advantage of
14559 `find-library-suffixes'.
14560
14561 2005-10-25 Richard M. Stallman <rms@gnu.org>
14562
14563 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
14564
14565 2005-10-25 Juri Linkov <juri@jurta.org>
14566
14567 * textmodes/texinfo.el (texinfo-mode): Change charset of one
14568 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
14569
14570 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14571
14572 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
14573 (blackbox-redefine-key): Add argument `map'.
14574
14575 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
14576 regions when moving the jit-lock-context-unfontify-pos boundary.
14577
14578 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
14579
14580 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
14581
14582 2005-10-25 Masatake YAMATO <jet@gyve.org>
14583
14584 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
14585
14586 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
14587
14588 * play/blackbox.el (blackbox-redefine-key): New function.
14589 (blackbox-mode-map): Use it to remap existing bindings for cursor
14590 motion instead of binding literal keys.
14591
14592 2005-10-25 Glenn Morris <rgm@gnu.org>
14593
14594 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
14595 diary does not end in a newline. Do not assume a blank line at
14596 the start of the diary file.
14597
14598 2005-10-25 Kenichi Handa <handa@m17n.org>
14599
14600 * international/quail.el (quail-translate-key): If the input
14601 method is deterministic and failed to handle the last key, restart
14602 the key handling loop from an appropriate key.
14603
14604 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
14605
14606 * vc.el (vc-dired-mode): Extend comment for binding of
14607 `directory-listing-before-filename-regexp'.
14608
14609 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14610
14611 * textmodes/texinfo.el (texinfo-mode):
14612 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
14613 not to unnecessarily expose emacs-mule's internal char codes.
14614
14615 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
14616
14617 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
14618 Display hand pointer and help-echo on disabled icon too.
14619 (gdb-mouse-until): New function.
14620 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
14621
14622 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
14623
14624 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
14625 with 2005-10-23 change to doctor.el.
14626
14627 * finder.el (finder-mode-map): Add follow-link binding.
14628
14629 2005-10-25 Kim F. Storm <storm@cua.dk>
14630
14631 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
14632 to gdb-mouse-toggle-breakpoint-fringe.
14633 (gdb-mouse-toggle-breakpoint-margin): Rename from
14634 gdb-mouse-toggle-breakpoint. Fix doc.
14635 (gdb-mouse-toggle-breakpoint-fringe): New defun.
14636 (gdb-put-string): Add optional SPROPS arg. Add props to string.
14637 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
14638 string properties also for fringe breakpoint bitmaps.
14639
14640 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
14641
14642 * textmodes/org.el (org-start-icalendar-file): Fix format form.
14643
14644 2005-10-25 Masatake YAMATO <jet@gyve.org>
14645
14646 * simple.el (completion-common-substring):
14647 Use `completion-common-substring' prior to `completion-base-size'.
14648
14649 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
14650
14651 * savehist.el: Require CL while compiling.
14652 (savehist-history-variables): Remove.
14653 (savehist-save-minibuffer-history, savehist-additional-variables)
14654 (savehist-minibuffer-history-variables): New vars.
14655 (savehist-save): Use them.
14656 (savehist-uninstall, savehist-minibuffer-hook): New funs.
14657 (savehist-install): New fun, extracted from savehist-load.
14658 (savehist-load): Use them.
14659
14660 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14661
14662 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
14663 a dummy doc-string-elt property.
14664 (defalias, defvaralias, define-category): Add a docstring property.
14665
14666 * image.el (defimage):
14667 * widget.el (define-widget):
14668 * custom.el (defface, defcustom): Add `doc-string' declaration.
14669
14670 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
14671 (defadvice): Add `doc-string' declaration.
14672
14673 * emacs-lisp/byte-run.el (macro-declaration-function):
14674 Handle `doc-string' declarations.
14675 (define-obsolete-function-alias, define-obsolete-variable-alias):
14676 Add `doc-string' declaration.
14677
14678 2005-10-24 Kenichi Handa <handa@m17n.org>
14679
14680 * international/utf-7.el (utf-7): Add autoload cookie.
14681
14682 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
14683
14684 2005-10-24 Eli Zaretskii <eliz@gnu.org>
14685
14686 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
14687 list of directories passed to batch-update-autoloads. Add "." to
14688 the list of the echoed directories.
14689
14690 * pgg-def.el:
14691 * pgg-gpg.el:
14692 * pgg-parse.el:
14693 * pgg-pgp.el:
14694 * pgg-pgp5.el:
14695 * pgg.el: Moved here from the gnus subdirectory.
14696
14697 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
14698
14699 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
14700 in case comint-prompt-read-only is set to t.
14701
14702 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
14703 in case comint-prompt-read-only is set to t.
14704
14705 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
14706
14707 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
14708 Now a string.
14709 (icalendar-import-format): Handle CLASS, STATUS, URL.
14710 Rename `subject' to `summary'.
14711 (icalendar-import-format-summary): Rename from
14712 `icalendar-import-format-subject'.
14713 (icalendar-import-format-url, icalendar-import-format-status)
14714 (icalendar-import-format-class): New variables.
14715 (icalendar--rris): Take variable argument list.
14716 (icalendar--datestring-to-isodate): Remove unnecessary
14717 calendar-style check when converting dates with explicit month names.
14718 (icalendar-export-region): Change return type of conversion
14719 subroutines. Bury current buffer unless error occurred.
14720 (icalendar--convert-to-ical)
14721 (icalendar--parse-summary-and-rest): New functions.
14722 (icalendar--convert-ordinary-to-ical)
14723 (icalendar--convert-weekly-to-ical)
14724 (icalendar--convert-yearly-to-ical)
14725 (icalendar--convert-block-to-ical)
14726 (icalendar--convert-cyclic-to-ical)
14727 (icalendar--convert-anniversary-to-ical): Change return type.
14728 Strip trailing blanks from subject.
14729 (icalendar--convert-sexp-to-ical): Change return type.
14730 Strip trailing blanks from subject. Handle simple sexp
14731 entries as generated by icalendar.el.
14732 (icalendar--convert-float-to-ical)
14733 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
14734 (icalendar-import-file): Doc fix.
14735 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
14736 Correct call to icalendar--rris.
14737 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
14738 `summary'.
14739 (icalendar--add-diary-entry): Rename `subject' to `summary'.
14740
14741 2005-10-24 Romain Francoise <romain@orebokech.com>
14742
14743 * server.el (server-sentinel): Set query-on-exit flag to nil on
14744 new client processes (it isn't inherited from the server process).
14745
14746 * replace.el (occur-engine): Rearrange text properties.
14747
14748 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
14749
14750 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
14751 case-fold-search is nil.
14752 (debug-help-follow): Use help-xref-interned directly.
14753
14754 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
14755
14756 * thumbs.el (thumbs-image-type): Add .pbm.
14757
14758 2005-10-23 Richard M. Stallman <rms@gnu.org>
14759
14760 * faces.el (inhibit-face-set-after-frame-default): New variable.
14761 (set-face-attribute): Bind it.
14762 (face-set-after-frame-default): Test it.
14763
14764 * help-fns.el (describe-simplify-lib-file-name): New function.
14765 (describe-function-1, describe-variable): Use it.
14766
14767 * faces.el (describe-face): Use describe-simplify-lib-file-name.
14768
14769 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
14770 Eliminate nil as possible value.
14771 (tooltip-hide-delay): Reduce internal-border-width.
14772
14773 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
14774 (menu-bar-file-menu) <new-file>: Likewise.
14775
14776 * simple.el (line-move-finish): Ignore fields computing LINE-END.
14777
14778 * international/mule.el (load-with-code-conversion):
14779 Pass full file name to `eval-buffer' unless preloading.
14780
14781 * textmodes/flyspell.el (flyspell-large-region):
14782 Call ispell-check-version.
14783
14784 * textmodes/ispell.el (ispell-local-dictionary-overridden):
14785 Fix the make-variable-buffer-local call that was supposed
14786 to be for this variable.
14787 (ispell-aspell-supports-utf8): Doc fix.
14788 (ispell-find-aspell-dictionaries): Preserve elements of
14789 ispell-dictionary-alist for dictionaries that aspell doesn't report.
14790 (ispell-aspell-find-dictionary): Return nil on error.
14791
14792 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
14793 (doctor-symptoms): Likewise.
14794
14795 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
14796
14797 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
14798
14799 * cus-edit.el (custom-button, custom-button-pressed): New vars.
14800 (custom-raised-buttons): Add :set spec.
14801 (custom-button-unraised, custom-button-pressed-unraised):
14802 New faces, so that custom-raised-buttons actually does something.
14803 (custom-mode): Use custom-button and custom-button-pressed.
14804
14805 * wid-edit.el (widget-specify-button): Don't ignore
14806 widget-mouse-face on graphic terminals.
14807 (widget-move-and-invoke): Cleanup.
14808
14809 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
14810
14811 * whitespace.el (whitespace-cleanup): Doc fix.
14812
14813 2005-10-23 Romain Francoise <romain@orebokech.com>
14814
14815 * emulation/viper.el (viper-set-hooks): Quote forms passed to
14816 `eval-after-load' to avoid evaluating their result.
14817
14818 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
14819
14820 * files.el (directory-listing-before-filename-regexp):
14821 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
14822
14823 * dired.el (dired-move-to-filename-regexp): Remove.
14824 All occurences replaced by `directory-listing-before-filename-regexp'.
14825
14826 * dired-x.el, locate.el, vc.el:
14827 Replace `dired-move-to-filename-regexp' by
14828 `directory-listing-before-filename-regexp'. In vc.el it is
14829 overwritten locally; maybe this can be handled in files.el too.
14830
14831 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
14832 replaced by `directory-listing-before-filename-regexp'.
14833
14834 2005-10-23 Andreas Schwab <schwab@suse.de>
14835
14836 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
14837 and eval-next-after-load.
14838
14839 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
14840
14841 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
14842 exist, create it.
14843
14844 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
14845
14846 * allout.el: Remove autoloads for mailcrypt and crypt++.
14847 Require pgg, pgg-gpg during compilation.
14848 (allout-version): Increment version number to 2.1, and use a literal
14849 rather than RCS Id.
14850 (allout-default-encryption-scheme): Remove.
14851 (allout-passphrase-verifier-handling)
14852 (allout-passphrase-verifier-string)
14853 (allout-file-passphrase-verifier-string)
14854 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
14855 (allout-passphrase-hint-handling): Rename and simplify.
14856 (allout-init): Use `find-file-hook' if available, otherwise
14857 `find-file-hooks'.
14858 (allout-mode): Use `write-file-functions' if available, otherwise
14859 `local-write-file-hooks' and, instead of making auto-save-hook
14860 buffer local, make the write-file-hook activity contingent to
14861 allout-mode.
14862 (allout-mode): Use key-binding substitution in the docstring.
14863 (allout-kill-line): Spell-out kill ring data structure mutation
14864 instead of using byte-compiler-complaint-provoking `pop'.
14865 (allout-insert-listified): Use `insert' rather than `insert-string'
14866 (allout-toggle-current-subtree-encryption): Update docstring, adjust
14867 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
14868 (allout-encrypt-string): Totally revamped vis new underlying
14869 encryption facilities.
14870 (allout-mc-activate-passwd): Remove.
14871 (allout-obtain-passphrase): New, more or less replaces
14872 allout-mc-activate-passwd.
14873 (allout-encrypted-key-info): More or less replaces
14874 allout-encrypted-text-type.
14875 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
14876 (my-mark-marker): Use `(featurep 'xemacs)'.
14877
14878 2005-10-23 Lars Hansen <larsh@soem.dk>
14879
14880 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
14881 (byte-compile-file-form-defmumble, byte-compile-defun)
14882 (byte-compile-defmacro): Use it.
14883 (byte-compile-form): Don't call byte-compile-set-symbol-position
14884 when a byte-compile handler is called.
14885
14886 2005-10-22 Romain Francoise <romain@orebokech.com>
14887
14888 * savehist.el (savehist-history-variables): Add `grep-find-history'.
14889
14890 * subr.el (eval-after-load): Convert library name to an absolute
14891 file name using locate-library, since load-history no longer has
14892 library names in it.
14893
14894 2005-10-22 Richard M. Stallman <rms@gnu.org>
14895
14896 * files.el (make-temp-file): Move from subr.el.
14897 * subr.el (make-temp-file): Move to files.el.
14898
14899 * window.el (get-buffer-window-list): Move from subr.el.
14900 * subr.el (get-buffer-window-list): Move to window.el.
14901
14902 * image.el (image-load-path): Use eval-at-startup to initialize.
14903
14904 * subr.el (eval-at-startup): New macro.
14905
14906 * subr.el: Much rearrangement of functions and division
14907 into pages. No code changes.
14908
14909 2005-10-22 Kenichi Handa <handa@m17n.org>
14910
14911 * tar-mode.el (tar-extract): Be sure to call
14912 find-operation-coding-system if set-auto-coding doesn't find a
14913 coding system.
14914
14915 2005-10-22 Kim F. Storm <storm@cua.dk>
14916
14917 * image.el (image-type-header-regexps): Rename from image-type-regexps.
14918 Change users.
14919 (image-type-file-name-regexps): New defconst.
14920 (image-type-from-data): Simplify loop.
14921 (image-type-from-buffer): New defun.
14922 (image-type-from-file-header): Use it instead of image-type-from-data.
14923 Use image-search-load-path instead of only looking in data-directory.
14924 (image-type-from-file-name): New defun.
14925 (image-search-load-path): Change `pathname' to `filename'.
14926 Make PATH arg optional, default to image-load-path.
14927
14928 2005-10-21 Richard M. Stallman <rms@gnu.org>
14929
14930 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
14931
14932 * textmodes/paragraphs.el (sentence-end-base): New variable.
14933 (sentence-end): Use sentence-end-base.
14934
14935 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14936
14937 * font-lock.el (font-lock-default-fontify-region): Check the multiline
14938 property independently from the font-lock-multiline variable.
14939
14940 2005-10-21 Richard M. Stallman <rms@gnu.org>
14941
14942 * emacs-lisp/find-func.el (find-library-name): Doc fix.
14943
14944 * startup.el (command-line): Convert library names
14945 in `load-history' to absolute file names.
14946
14947 * subr.el (symbol-file): Doc fix.
14948
14949 * loadhist.el (file-loadhist-lookup): Call locate-library
14950 instead of find-library-name. Don't try converting
14951 abs file names to library names, since load-history no longer
14952 has library names in it.
14953 (file-dependents, file-provides, file-requires): Doc fixes.
14954
14955 2005-10-21 Juri Linkov <juri@jurta.org>
14956
14957 * progmodes/etags.el (tags-table-mode): New function.
14958 (tags-verify-table): Replace initialize-new-tags-table with
14959 tags-table-mode.
14960
14961 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
14962 default value.
14963 (desktop-modes-not-to-save): Add tags-table-mode to the
14964 default value.
14965
14966 * info.el (Info-index-next): Add total number of index
14967 alternatives to the message.
14968
14969 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
14970 backward only space (instead of space and period) before looking
14971 at sentence end.
14972
14973 * simple.el (set-variable): Use user-variable-p instead of symbolp.
14974 Add the old variable value as 4th default-value arg of read-string.
14975
14976 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14977
14978 * cus-face.el (custom-declare-face): Make face from X resources
14979 also on Mac.
14980
14981 * disp-table.el (standard-display-g1, standard-display-graphic):
14982 Refuse to use string glyphs also on Mac.
14983 (standard-display-european): Don't set terminal coding system also
14984 on Mac.
14985
14986 * frame.el (display-screens): Use x-display-screens also on Mac.
14987
14988 2005-10-21 Romain Francoise <romain@orebokech.com>
14989
14990 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
14991
14992 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14993
14994 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
14995 and $? into sexps.
14996
14997 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
14998 warning face on open-paren-in-column-0.
14999
15000 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
15001 boundary case. Fix typo.
15002 Suggested by Martin Rudalics <rudalics@gmx.at>.
15003
15004 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
15005
15006 * textmodes/org.el (org-combined-agenda-icalendar-file)
15007 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
15008 (org-export-icalendar-this-file)
15009 (org-export-icalendar-all-agenda-files)
15010 (org-export-icalendar-combine-agenda-files): New commands.
15011 (org-export-icalendar, org-print-icalendar-entries)
15012 (org-start-icalendar-file, org-finish-icalendar-file)
15013 (org-ical-ts-to-string): New functions.
15014 (org-read-date, org-goto-calendar)
15015 (org-agenda-goto-calendar): Inhibit displaying diary entries by
15016 call to `calendar'.
15017 (orgtbl-setup): Remove the :keys arguments from the menu description.
15018 (org-after-save-iCalendar-file-hook): New variable.
15019
15020 2005-10-21 Kenichi Handa <handa@m17n.org>
15021
15022 * language/vietnamese.el (tcvn-5712): Make it an alias of
15023 vietnamese-tcvn coding-system.
15024
15025 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
15026
15027 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
15028 group id is given.
15029
15030 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
15031
15032 * progmodes/sh-script.el (sh-escaped-line-re): New var.
15033 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
15034 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
15035 whose line is either continued or ends with a comment.
15036
15037 2005-10-20 Romain Francoise <romain@orebokech.com>
15038
15039 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
15040
15041 * replace.el (occur-engine): Add follow-link property.
15042
15043 * font-core.el (font-lock-mode): Doc fix.
15044
15045 2005-10-20 Richard M. Stallman <rms@gnu.org>
15046
15047 * net/rcirc.el: New file.
15048
15049 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
15050
15051 * term.el (term-term-name): Initialize to "eterm-color".
15052
15053 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
15054
15055 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
15056 for encryption functionality.
15057 Move allout customization subgroup from `editing' to `outlines' group.
15058 Fix commentary keywords to legitimate ones.
15059 Update author info (using my current email address, obscurified).
15060 (allout-encrypt-string, allout-encryption-produce-work-buffer)
15061 (allout-encrypted-topic-p, allout-encrypted-text-type)
15062 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
15063 (allout-situate-encryption-key-verifier)
15064 (allout-get-encryption-key-verifier, allout-verify-key)
15065 (allout-next-topic-pending-encryption)
15066 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
15067 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
15068 (outline-key-verifier-handling, outline-key-hint-handling)
15069 (outline-encrypt-unencrypted-on-saves): New defcustoms.
15070 (allout-file-key-verifier-string, allout-encryption-scheme)
15071 (allout-key-verifier-string, allout-key-hint-string)
15072 (allout-after-save-decrypt): New variables.
15073 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
15074 (allout-after-saves-handler): New hook functions.
15075 (allout-post-command-business): Do allout-after-save-decrypt.
15076 (allout-enable-file-variable-adjustment): Custom var to enable
15077 mechanism for adding and adjusting settings of Emacs file variables.
15078 (allout-adjust-file-variable, allout-file-vars-section-data):
15079 New functions, implement the mechanism.
15080 (outlineify-sticky): Use the file vars mechanism.
15081 (allout-inhibit-protection, allout-during-write-cue)
15082 (allout-override-protect, allout-before-change-protect): Remove.
15083 (allout-flag-region, allout-open-topic): Adjust read-only text.
15084 (allout-open-line-not-read-only): Add to facilitate read-only
15085 text based protection.
15086 (allout-kill-line): Revise to adjust read-only text, clue the
15087 user about the inhibition.
15088 (allout-unprotected): Use unwind-protect.
15089 (allout-shift-in, allout-shift-out): Disallow manually shifting a
15090 topic deeper than the offspring depth of the previous topic -
15091 avoiding confusing "containment discontinuities".
15092 (allout-reindent-bodies): Fix retention of body relative hanging
15093 indent during promotion of collapsed bodies.
15094 (allout-open-topic): Make it easy to open new topic with same
15095 bullet as current topic - topic creation functions provided with
15096 any universal argument provokes now prompt for bullet, defaulting
15097 to the bullet of the previous topic.
15098 (allout-plain-bullets-string, allout-distinctive-bullets-string):
15099 Plain bullet alternates `.' period and `,' comma only. All other
15100 bullets are relegated to special status (but customizable).
15101 (allout-end-of-entry): Rename from allout-end-of-current-entry
15102 since it actually operates w.r.t. most immediately containing
15103 entry, visible or not.
15104 (allout-hide-current-entry, allout-show-current-entry): Use the
15105 revised version.
15106 (allout-old-expose-topic): Solidify deprecation.
15107 (allout-end-of-subtree): Add so we can span concealed as well
15108 as visible topics.
15109 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
15110 (allout-end-of-current-heading): Tweak to just respect the first line.
15111 (allout-get-body-text): Add.
15112 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
15113 when invoked interactively.
15114 (allout-up-current-level): Use `interactive-p'.
15115 (allout-mode, allout-init): Miscellaneous docstring and
15116 operational refinements, as well as hookups of new encryption stuff.
15117 (allout-beginning-of-current-entry): Now works as advertised.
15118 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
15119 (allout-isearch-rectification): Refine condition for isearching.
15120 (allout-isearch-abort, allout-enwrap-isearch)
15121 (allout-flag-region, my-region-active-p): Relocate some macros.
15122 (allout-title): Fallback title is (buffer-name), not
15123 non-existing (current-buffer-name).
15124 (subst-char-in-string): Define if absent (for some XEmacs versions).
15125
15126 2005-10-20 Jari Aalto <jari.aalto@cante.net>
15127
15128 * mail/sendmail.el (mail-setup-hook, mail-aliases)
15129 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
15130 (mail-citation-prefix-regexp, mail-signature-file)
15131 (mail-default-headers, mail-bury-selects-summary)
15132 (mail-send-nonascii): Add autoload cookies.
15133
15134 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15135
15136 * frame.el (blink-cursor-mode): Add `mac' to the list of
15137 window-system's that support blinking cursor.
15138
15139 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
15140
15141 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
15142
15143 2005-10-20 Eli Zaretskii <eliz@gnu.org>
15144
15145 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
15146 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
15147 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
15148
15149 2005-10-20 Kim F. Storm <storm@cua.dk>
15150
15151 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
15152 (ido-set-current-directory): Don't add / after final @.
15153 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
15154 Explicitly handle ange-ftp completion oddities.
15155 (ido-make-file-list): Don't rotate list at tramp root to avoid
15156 triggering tramp file handler for expand-file-name via get-file-buffer.
15157
15158 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
15159
15160 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
15161
15162 2005-10-19 Jay Belanger <belanger@truman.edu>
15163
15164 * calc/calc-units.el (math-standard-units): Add units, adjust
15165 symbols and update values.
15166 (math-unit-prefixes): Add more prefixes.
15167
15168 2005-10-19 Romain Francoise <romain@orebokech.com>
15169
15170 * bookmark.el (bookmark-menu-heading): New face.
15171 (bookmark-bmenu-list): Use it.
15172 Don't fiddle with `baud-rate' at top-level.
15173
15174 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
15175
15176 * image.el (create-image, find-image): Mention max-image-size in
15177 docstring.
15178
15179 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
15180
15181 * savehist.el (savehist-load): Revert to checking XEmacs.
15182
15183 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
15184 Various docstring and line-width fixups.
15185 (conf-mode): Use cond.
15186 Set font-lock-defaults. Don't set comment-use-syntax.
15187
15188 2005-10-18 David Ponce <david@dponce.com>
15189
15190 * tree-widget.el (tree-widget-button-click): New function.
15191 (tree-widget-button-keymap): Use it.
15192
15193 2005-10-18 Romain Francoise <romain@orebokech.com>
15194
15195 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15196 (bookmark-bmenu-hide-filenames): Add follow-link property.
15197 Improve help-echo text.
15198
15199 * ffap.el (find-file-at-point): Doc fix.
15200
15201 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15202
15203 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
15204
15205 2005-10-18 Masatake YAMATO <jet@gyve.org>
15206
15207 Install to the CVS repository what I forgot to install in my
15208 2005-10-16 changes.
15209
15210 * progmodes/python.el (python-complete-symbol): Pass the common
15211 prefix substring of completion to `display-completion-list'.
15212
15213 * textmodes/org.el (org-complete): Ditto.
15214
15215 2005-10-18 Masatake YAMATO <jet@gyve.org>
15216
15217 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
15218
15219 * woman.el (WoMan-xref-man-page): New button type derived
15220 from `Man-abstract-xref-man-page'.
15221 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
15222
15223 * man.el (Man-abstract-xref-man-page): New button type.
15224 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
15225 (Man-highlight-references): Add new optional argument `xref-man-type'.
15226
15227 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
15228
15229 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
15230
15231 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
15232
15233 * cus-edit.el (Custom-move-and-invoke): Delete.
15234 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
15235
15236 * wid-edit.el (widget-move-and-invoke): New function, from
15237 Custom-move-and-invoke.
15238
15239 2005-10-17 Bill Wohler <wohler@newt.com>
15240
15241 Move all remaining images from lisp/toolbar to etc/images, move
15242 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
15243 the low resolution images in their own directory (low-color).
15244
15245 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
15246 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
15247 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
15248 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
15249 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
15250 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
15251 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
15252
15253 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
15254 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
15255 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
15256 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
15257 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
15258 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
15259 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
15260 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
15261 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
15262 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
15263 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
15264 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
15265 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
15266 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
15267 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
15268
15269 To conform with convention, replace the underscore (_) in the
15270 following image names with dash (-) or (/) as appropriate.
15271
15272 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
15273 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
15274 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
15275 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
15276 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
15277 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
15278 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
15279 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
15280 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
15281 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
15282 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
15283 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
15284 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
15285 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
15286 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
15287
15288 * info.el (info-tool-bar-map): Replace underscores in image names
15289 with dashes.
15290
15291 * makefile.w32-in (WINS): Remove toolbar.
15292
15293 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
15294
15295 * tool-bar.el: Move to lisp from toolbar. Now that
15296 toolbar is empty, it should be deleted when folks run "cvs up -P".
15297
15298 2005-10-18 Jay Belanger <belanger@truman.edu>
15299
15300 * calc/calc-store.el (calc-store-into): Get the proper variable name
15301 to display in message.
15302
15303 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
15304
15305 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
15306 expressions display in speedbar for all buffers when debugging.
15307 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
15308
15309 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
15310 (speedbar-insert-button, speedbar-make-button):
15311 Use add-text-properties.
15312 (speedbar-update-localized-contents)
15313 (speedbar-update-directory-contents)
15314 (speedbar-update-special-contents): Use dolist.
15315 (speedbar-buffer-easymenu-definition): Add a menu separator.
15316
15317 2005-10-17 Jason Rumney <jasonr@gnu.org>
15318
15319 * makefile.w32-in: Use $(lisp) consistently.
15320 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
15321 for shell specific generation of mh-autoloads.
15322
15323 2005-10-17 Richard M. Stallman <rms@gnu.org>
15324
15325 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
15326
15327 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15328
15329 * jit-lock.el (jit-lock-fontify-now):
15330 Move jit-lock-context-unfontify-pos to avoid wasted work.
15331
15332 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
15333
15334 * net/tramp.el (tramp-completion-mode): New defvar. Used in
15335 `tramp-completion-mode' for checking if we are in completion mode.
15336 (tramp-completion-handle-file-name-all-completions): Reorder code
15337 in order to complete for file names only in case there are no
15338 method/user/host completions. This is necessary for cooperation
15339 with ido. Reported by Kim F. Storm <storm@cua.dk>.
15340
15341 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
15342
15343 * longlines.el (longlines-search-forward)
15344 (longlines-search-backward): Match any number of spaces.
15345
15346 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
15347
15348 * diff-mode.el (diff-mode): Doc fix.
15349
15350 2005-10-16 David Reitter <david.reitter@gmail.com>
15351
15352 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
15353 as default on darwin and windows systems.
15354
15355 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
15356
15357 * arc-mode.el (archive-zip-extract): Doc fix.
15358
15359 2005-10-16 Romain Francoise <romain@orebokech.com>
15360
15361 * mouse.el (mouse-1-click-follows-link): Doc fix.
15362
15363 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15364
15365 * savehist.el: Don't require CL at runtime.
15366 (savehist-xemacs): Remove.
15367 (savehist-coding-system): Use utf-8 if present, regardless of religion.
15368 (savehist-no-conversion): Use (featurep 'xemacs).
15369 (savehist-load): Check existence of start-itimer rather than XEmacs.
15370 Use an idle timer.
15371 (savehist-process-for-saving): Replace use of CL funs `subseq' and
15372 `delete-if-not'.
15373
15374 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
15375
15376 * savehist.el: Newer version.
15377 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
15378 (savehist-last-checksum, savehist-no-conversion): New vars.
15379 (savehist-autosave, savehist-process-for-saving, savehist-printable):
15380 New functions.
15381 (savehist-load, savehist-save): Use them.
15382 (savehist-delimit): Remove.
15383
15384 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15385
15386 * progmodes/compile.el (compilation-goto-locus): Display the
15387 compilation buffer first and the source buffer second, in case they're
15388 in overlapping frames. Don't raise the compilation frame if it was the
15389 selected window upon entry. Pass the `other-window' arg to
15390 pop-to-buffer.
15391
15392 * info.el (Info-fontify-node): Use dolist.
15393 Change add-text-properties to put-text-property.
15394
15395 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15396
15397 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
15398 bound of search.
15399
15400 2005-10-16 Masatake YAMATO <jet@gyve.org>
15401
15402 * dabbrev.el (dabbrev-completion): Pass the common
15403 prefix substring of completion to `display-completion-list'.
15404
15405 * filecache.el (file-cache-minibuffer-complete)
15406 (file-cache-complete): Ditto.
15407
15408 * tempo.el (tempo-display-completions): Ditto.
15409
15410 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
15411
15412 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
15413
15414 * eshell/em-hist.el (eshell-list-history): Ditto.
15415
15416 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
15417
15418 * mail/mailalias.el (mail-complete): Ditto.
15419
15420 * progmodes/etags.el (complete-tag): Ditto.
15421
15422 * progmodes/make-mode.el (makefile-complete): Ditto.
15423
15424 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
15425
15426 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
15427
15428 * progmodes/pascal.el (pascal-complete-word)
15429 (pascal-show-completions): Ditto.
15430
15431 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
15432
15433 * simple.el (completion-common-substring): New variable.
15434 (completion-setup-function): Use `completion-common-substring'
15435 to put faces.
15436
15437 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15438
15439 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
15440 (x-get-selection, mac-select-convert-to-string): Convert from/to
15441 UTF-16 clipboard data as in native byte order, no BOM.
15442
15443 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
15444
15445 * progmodes/gud.el (gud-tool-bar-map): Rename the images
15446 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
15447 (gud-sentinel): Use speedbar-frame to check for speedbar.
15448
15449 2005-10-15 Richard M. Stallman <rms@gnu.org>
15450
15451 * savehist.el: New file.
15452
15453 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
15454
15455 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
15456 Fix bug in \bf fontification.
15457
15458 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
15459
15460 * pcvs.el (cvs-edit-log-files): New var.
15461 (cvs-mode-edit-log): New arg `file'.
15462 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
15463 Instead force the use of the original file and nothing else.
15464 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
15465 the cvs-minor-wrap-function is set.
15466 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
15467
15468 2005-10-14 Bill Wohler <wohler@newt.com>
15469
15470 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
15471 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
15472 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
15473 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
15474 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
15475 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
15476 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
15477 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
15478 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
15479 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
15480 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
15481 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
15482 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
15483 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
15484 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
15485
15486 * progmodes/gud.el (gud-tool-bar-map): Rename the images
15487 appropriately (for example, gud-break to gud/break).
15488
15489 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
15490
15491 * longlines.el (longlinges-search-function)
15492 (longlines-search-forward, longlines-search-backward): New functions.
15493 (longlines-mode): Set isearch-search-fun-function to
15494 longlinges-search-function.
15495
15496 * mouse.el (mouse-drag-region-1): Handle the case where a
15497 double-click event is bound to an arbitrary function.
15498
15499 2005-10-14 David Ponce <david@dponce.com>
15500
15501 * recentf.el (recentf-track-opened-file)
15502 (recentf-track-closed-file, recentf-update-menu)
15503 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
15504 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
15505 mouse-1-click-follows-link.
15506
15507 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15508
15509 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
15510 Gnome file-manager.png. Suggested by
15511 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
15512
15513 * toolbar/README: Add diropen.xpm.
15514
15515 2005-10-13 Bill Wohler <wohler@newt.com>
15516
15517 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
15518 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
15519
15520 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
15521
15522 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
15523 Don't waste the byte-compiler's time on constant data.
15524
15525 2005-10-13 Kenichi Handa <handa@m17n.org>
15526
15527 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
15528 byte with `escape-glyph' face.
15529
15530 * international/fontset.el (ccl-encode-unicode-font):
15531 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
15532 Handle the case that ucs-mule-to-mule-unicode translates a character to
15533 ASCII (usually for IPA characters).
15534
15535 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
15536
15537 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
15538 Don't hide the underline of titles if font-lock-mode is disabled.
15539
15540 2005-10-12 Bill Wohler <wohler@newt.com>
15541
15542 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
15543 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
15544 files in MH-E-SRC have been updated.
15545 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
15546
15547 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
15548
15549 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
15550 (mixal-mode-syntax-table): Add \n as end-comment.
15551 (mixal-operation-codes-alist): Immediately initialize to full value.
15552 (mixal-add-operation-code): Remove.
15553 (mixal-describe-operation-code): Make the arg non-optional.
15554 Use the interactive spec instead.
15555 Use mixal-operation-codes-alist rather than mixal-operation-codes.
15556 (mixal-font-lock-keywords): Don't highlight comments here any more.
15557 (mixal-font-lock-syntactic-keywords): New var.
15558 (mixal-mode): Use it. Fix comment-start-skip.
15559
15560 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15561
15562 * startup.el (command-line-x-option-alist): -nb => -nbi
15563
15564 2005-10-12 Kim F. Storm <storm@cua.dk>
15565
15566 * startup.el (fancy-splash-default-action): Discard mouse click in
15567 the splash screen window, as it has no sensible meaning in the
15568 next window to be selected. Fixes error reported by Jan D.
15569
15570 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
15571
15572 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
15573
15574 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
15575
15576 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
15577 Try to fix up minor layout issues like indentation, line break, etc...
15578 (mixal-mode-syntax-table): Don't try to specify comment syntax,
15579 because it doesn't work.
15580 (mixal-operation-codes): Add some more codes.
15581 (mixal-font-lock-keywords): Process comments here.
15582 (mixal-mode): mixasm no longer needs -g option.
15583
15584 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
15585
15586 * progmodes/sh-script.el (sh-tmp-file):
15587 Use mktemp -t. Finish support for es and rc shells.
15588
15589 2005-10-11 Jay Belanger <belanger@truman.edu>
15590
15591 * calc/calcalg2.el (calc-integral): With an argument, compute the
15592 definite integral.
15593
15594 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
15595
15596 * mouse.el (mouse-drag-region-1): Don't try to catch a
15597 double-click when doing follow-link (it's overridden anyway).
15598
15599 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
15600
15601 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
15602 (autoload-print-form-outbuf): Add docstring.
15603
15604 2005-10-11 Juri Linkov <juri@jurta.org>
15605
15606 * info.el (Info-mode-menu): Delete menu item "Edit".
15607 (Info-mode): Delete description of Info-edit from docstring,
15608 and rearrange descriptions of Info commands in the order
15609 they are documented in the Info manual.
15610
15611 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
15612
15613 * calendar/appt.el (appt-check): Use diary-selective-display var.
15614
15615 2005-10-10 Richard M. Stallman <rms@gnu.org>
15616
15617 * net/newsticker.el (newsticker-start, newsticker-show-news):
15618 Add autoload cookies.
15619
15620 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
15621
15622 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
15623
15624 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
15625
15626 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
15627
15628 2005-10-10 Jay Belanger <belanger@truman.edu>
15629
15630 * calc/calc-arith.el (math-check-known-scalarp)
15631 (math-check-known-matrixp): Check the values of arguments that are
15632 variables.
15633 (math-check-known-square-matrixp): New function.
15634 (math-known-square-matrixp): Use math-check-known-square-matrixp.
15635 (math-super-types): Add sqmatrix type.
15636
15637 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
15638 mode name `square' to `sqmatrix'.
15639
15640 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
15641 mode name `square' to `sqmatrix'.
15642
15643 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
15644
15645 * progmodes/etags.el (select-tags-table-mode): Don't use
15646 selective-display.
15647 (tags-select-tags-table): Pass `button' to the action function.
15648 (select-tags-table): Place the side-info on button properties rather
15649 than in hidden text. Abbreviate file names.
15650 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
15651 (select-tags-table-select): Add `button' argument.
15652 Get side-info from the button property rather than from hidden text.
15653
15654 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
15655
15656 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
15657 (gud-speedbar-buttons): Preserve point if possible.
15658 (gud-sentinel): Restore previous speedbar display type.
15659
15660 * progmodes/gdb-ui.el (gdba): Improve diagram.
15661 (def-gdb-auto-update-handler, gdb-info-locals-handler)
15662 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
15663 Call get-buffer-window once.
15664
15665 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
15666
15667 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
15668 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
15669 (pascal-indent-command): Remove unused var `ind'.
15670 (pascal-indent-case): Remove unused var `oldpos'.
15671 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
15672 since it's now used as a proper minor mode map.
15673 (pascal-outline): Rename to pascal-outline-mode.
15674 (pascal-outline-mode): Use define-minor-mode.
15675 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
15676 selective-display.
15677
15678 2005-10-10 Andreas Schwab <schwab@suse.de>
15679
15680 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
15681 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
15682
15683 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
15684 outside source directory.
15685
15686 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
15687
15688 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
15689 C-x' as a prefix.
15690 (orgtbl-mode-map): Full keymap instead of sparse, because all
15691 `self-insert-command' keys are redefined in this map.
15692 (org-export-as-html): Specify charset for HTML file, by taking it
15693 from the coding system.
15694
15695 2005-10-10 Kenichi Handa <handa@m17n.org>
15696
15697 * textmodes/flyspell.el (flyspell-check-word-p):
15698 If unread-command-events is non-empty, don't call sit-for.
15699
15700 2005-10-09 Richard M. Stallman <rms@gnu.org>
15701
15702 * font-lock.el (font-lock-syntactic-keywords)
15703 (font-lock-keywords): Doc fixes.
15704
15705 * textmodes/flyspell.el (flyspell-external-point-words):
15706 Simplify logic, and don't try to check for consecutive appearances
15707 of one incorrect word.
15708
15709 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
15710
15711 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
15712 separator.
15713
15714 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
15715 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
15716 (gud-expansion-speedbar-buttons): New function.
15717 (gud-speedbar-buttons): Check for gud-comint-buffer.
15718
15719 2005-10-09 Bill Wohler <wohler@newt.com>
15720
15721 * Makefile.in (updates): Add mh-loaddefs dependency.
15722
15723 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
15724
15725 * speedbar.el (speedbar-file-key-map): Fix typo.
15726
15727 2005-10-09 Daniel Brockman <daniel@brockman.se>
15728
15729 * cus-start.el (line-spacing): Add custom spec.
15730
15731 2005-10-09 Romain Francoise <romain@orebokech.com>
15732
15733 * textmodes/ispell.el (ispell-check-version): Fix last change.
15734
15735 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15736
15737 * term/x-win.el: Remove -i, --icon-type from comment.
15738
15739 * startup.el (command-line-x-option-alist): Remove options -i,
15740 -itype, --icon-type, added -nb, --no-bitmap-icon
15741
15742 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
15743
15744 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
15745 instead of :active.
15746
15747 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
15748
15749 * textmodes/ispell.el (ispell-check-version):
15750 Ignore hyphen, and all that follows, in aspell's version text.
15751
15752 2005-10-08 Jay Belanger <belanger@truman.edu>
15753
15754 * calc/calc-arith.el (math-known-square-matrixp): New function.
15755 (math-pow-fancy): Check for matrices before distributing exponent
15756 across products.
15757
15758 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
15759 fullscreen keypad. Suggested by Luc Teirlinck.
15760 (calc-keypad-show-input): Add space for formatting.
15761
15762 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
15763 Add square matrix option.
15764
15765 * calc/calc-poly.el (math-expand-term): Check for matrices instead
15766 of checking calc-matrix-mode when deciding how to expand.
15767
15768 * calc/calc.el (calc-set-mode-line): Add square matrix option.
15769
15770 2005-10-08 Lars Hansen <larsh@soem.dk>
15771
15772 * net/tramp.el (tramp-perl-directory-files-and-attributes):
15773 Add error handling.
15774 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
15775
15776 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
15777
15778 Sync with Tramp 2.0.51.
15779
15780 * net/tramp.el (tramp-handle-set-visited-file-modtime)
15781 (tramp-handle-insert-file-contents, tramp-handle-write-region):
15782 Insert special handling for `last-coding-system-used', again
15783 it still seems to be necessary (unlike stated before).
15784 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
15785 (tramp-password-prompt-regexp): There might be other words before
15786 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
15787 (tramp-chunksize): Improve docstring.
15788 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
15789 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
15790 Christian Joergensen <bugs@razor.dk>.
15791
15792 2005-10-07 Glenn Morris <rgm@gnu.org>
15793
15794 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
15795 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
15796 precision'.
15797
15798 2005-10-07 Romain Francoise <romain@orebokech.com>
15799
15800 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
15801 (ibuffer-do-shell-command-pipe-replace)
15802 (ibuffer-do-shell-command-file, ibuffer-do-eval)
15803 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
15804 (ibuffer-do-revert, ibuffer-do-replace-regexp)
15805 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
15806 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
15807 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
15808 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
15809 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
15810 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
15811 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
15812 Autoload file sans suffix.
15813
15814 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
15815
15816 2005-10-07 David Ponce <david@dponce.com>
15817
15818 * recentf.el (recentf-menu-open-all-flag): New option.
15819 (recentf-digit-shortcut-command-name): New function.
15820 (recentf--shortcuts-keymap): New variable.
15821 (recentf-menu-shortcuts): New variable.
15822 (recentf-make-menu-items): Initialize it. Replace the "More..."
15823 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
15824 (recentf-menu-value-shortcut): New function.
15825 (recentf-make-menu-item): Use it. No more in-lined.
15826 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
15827 (recentf-open-most-recent-file): Rename from
15828 `recentf-open-file-with-key'. Don't depend on key binding.
15829 (recentf-mode-map): New variable.
15830 (recentf-mode): Use it.
15831
15832 2005-10-06 Bill Wohler <wohler@newt.com>
15833
15834 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
15835
15836 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
15837 (MH-E-SRC): New. Used by mh-autoloads.
15838 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
15839 files in MH-E-SRC have been updated.
15840 (compile, recompile, bootstrap): Depend on mh-autoloads.
15841
15842 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
15843
15844 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
15845 gud-break and gud-remove icons when the fringe is not available.
15846
15847 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
15848 Typo.
15849
15850 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
15851
15852 * play/zone.el (zone): Wrap body with save-window-excursion.
15853
15854 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
15855
15856 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
15857 Use the new `list-only' arg to diary-list-entries.
15858
15859 * calendar/diary-lib.el: Use overlays rather than selective-display.
15860 (diary-selective-display): New var.
15861 (diary-header-line-format): Use it.
15862 (diary-list-entries): Add argument `list-only'.
15863 Put the buffer in diary-mode. Don't add \^M at beg and end.
15864 Replace \^M by invisible overlays.
15865 (diary-unhide-everything): Replace \^M by invisible overlays.
15866 (print-diary-entries): Look for overlays rather than \^M.
15867 Add a space to the temp buffer name.
15868 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
15869 Put the buffer in diary-mode.
15870 (list-sexp-diary-entries): Replace \^M by invisible overlays.
15871 (diary-anniversary): Make the year arg optional.
15872 (diary-time-regexp): New const.
15873 (diary-font-lock-keywords): Use it to accept a few more time formats.
15874
15875 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
15876
15877 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
15878
15879 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
15880 Fix bug introduced 2005-07-03: Use (car (last ...))
15881 to faithfully reproduce replaced artist-last.
15882 (artist-set-arrow-points-for-poly): Likewise.
15883 Suggested by Johan Bockg\e,Ae\e(Brd.
15884
15885 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
15886
15887 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
15888 * wid-edit.el (widget):
15889 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
15890 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
15891
15892 2005-10-06 Kenichi Handa <handa@m17n.org>
15893
15894 * international/mule-cmds.el (set-language-environment):
15895 Fix setting up of case-table for unibyte mode.
15896
15897 * simple.el (what-cursor-position): If the character is displayed
15898 by some `display' text property, show that. Don't use
15899 single-key-description for eight-bit characters in multibyte mode.
15900
15901 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
15902
15903 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
15904 (gdb-ann3): Set it.
15905 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
15906 (gdb-info-frames-custom): Use inverse-video for first five
15907 characters of selected frame only.
15908 (gdb-get-frame-number): Select frame even when point is on frame
15909 number.
15910
15911 2005-10-06 Masatake YAMATO <jet@gyve.org>
15912
15913 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
15914 Put `font-lock-function-name-face'.
15915 (gdb-info-frames-custom): Put `font-lock-function-name-face'
15916 and `font-lock-variable-name-face'
15917 (gdb-registers-font-lock-keywords): New font lock keywords definition.
15918 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
15919 (gdb-memory-font-lock-keywords): New font lock keywords definition.
15920 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
15921 (gdb-local-font-lock-keywords): New font lock keywords definition.
15922 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
15923 (gdb-threads-font-lock-keywords): New font lock keywords definition.
15924 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
15925
15926 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
15927
15928 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
15929 (ediff-merge-region-is-non-clash-to-skip): Previously called
15930 ediff-merge-region-is-non-clash.
15931
15932 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
15933 Use insert-buffer-substring.
15934
15935 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
15936 selecting files to patch. Also bug fixes.
15937
15938 * ediff-util.el (ediff-setup): Bug fix.
15939 (ediff-next-difference): Never skip clashes that differ in white
15940 space only.
15941
15942 * ediff-wind.el (ediff-setup-control-frame)
15943 (ediff-destroy-control-frame): Check the menubar feature.
15944
15945 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
15946 (viper-refresh-mode-line): Use make-local-variable to localize
15947 some vars instead of make-variable-buffer-local. Suggested by
15948 Stefan Monnier.
15949
15950 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
15951 (viper-restore-cursor-type, viper-set-insert-cursor-type):
15952 Use make-local-variable instead of make-variable-buffer-local.
15953 Suggested by Stefan Monnier.
15954
15955 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
15956 (viper-comint-mode-hook): Use make-local-variable on
15957 require-final-newline.
15958 (viper-non-hook-settings): Don't use make-variable-buffer-local.
15959
15960 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
15961
15962 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
15963 also the second char of a comment-start sequence.
15964 (scheme-sexp-comment-syntax-table): New var.
15965 (lambda, define): Set their scheme-doc-string-elt property.
15966 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
15967 Use lisp-font-lock-syntactic-face-function now that it properly
15968 handles |...| symbols.
15969 (scheme-mode-variables): Set lisp-doc-string-elt-property,
15970 parse-sexp-lookup-properties and font-lock-extra-managed-props.
15971
15972 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
15973 bit from # to |.
15974 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
15975
15976 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
15977 (lisp-doc-string-elt-property): New var.
15978 (lisp-font-lock-syntactic-face-function): Use it.
15979 Rewrite to recognize docstrings even for forms not at toplevel.
15980
15981 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
15982 annotation on the | part of #| rather than on the # part.
15983 (scheme-font-lock-syntactic-face-function): New function, to
15984 distinguish strings from |...| symbols.
15985 (scheme-mode-variables): Use it. Also fix up the font-lock-time
15986 syntax-table so that #|...|# is properly highlighted.
15987
15988 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
15989 Don't mark as docstring the 3rd elem of an unknown toplevel form.
15990
15991 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
15992
15993 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
15994 and C-e.
15995
15996 * emacs-lisp/eldoc.el: Move comments into docstrings.
15997 (eldoc-message-commands): Initialize in its declaration.
15998 Add move-beginning-of-line and move-end-of-line.
15999 (eldoc-add-command, eldoc-add-command-completions)
16000 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
16001
16002 * outline.el (outline-mark-subtree): Activate the mark.
16003
16004 * calendar/appt.el (appt-time-regexp): New var.
16005 (appt-add, appt-make-list): Use it.
16006 (appt-convert-time): Clean up.
16007
16008 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
16009 Don't set any syntax-table property here.
16010 (tex-font-lock-verb): New function. Do it here.
16011 (tex-font-lock-syntactic-keywords): Use it.
16012
16013 2005-10-04 Richard M. Stallman <rms@gnu.org>
16014
16015 * wid-edit.el (widget-file-complete): Get the widget start point
16016 the right way. Default directory to `/' if file has none.
16017
16018 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
16019
16020 * textmodes/flyspell.el (flyspell-mode-on):
16021 Call ispell-maybe-find-aspell-dictionaries.
16022
16023 * textmodes/ispell.el (ispell-word, ispell-region):
16024 Call ispell-maybe-find-aspell-dictionaries.
16025 (ispell-accept-buffer-local-defs):
16026 Don't call ispell-maybe-find-aspell-dictionaries
16027
16028 2005-10-04 Richard M. Stallman <rms@gnu.org>
16029
16030 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
16031
16032 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
16033
16034 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
16035 instead of `fboundp' in order to allow for anonymous functions.
16036
16037 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
16038
16039 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
16040 case the user clicks on the link while another window is selected.
16041 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
16042
16043 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
16044 functionality.
16045 (dframe-help-echo): Save point in case mouse tracking is off.
16046
16047 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
16048
16049 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
16050
16051 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16052
16053 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
16054 not change the global value of those vars.
16055
16056 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
16057 make-local-variable which we do not need any more.
16058
16059 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
16060
16061 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
16062 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
16063 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
16064 (speedbar-path-line): Define obsolete aliases.
16065 (speedbar-line-directory): Doc fix.
16066
16067 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
16068 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
16069 instead of speedbar-line-path.
16070
16071 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16072
16073 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
16074 to nil if dropping on a window. Handle dropping on a minibuffer window
16075 like dropping on a non-window part of Emacs.
16076
16077 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16078
16079 * net/ange-ftp.el: Use with-current-buffer.
16080 (ange-ftp-insert-directory): Do not follow symlinks any more.
16081
16082 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
16083 Remove interactive spec.
16084
16085 2005-10-03 Kim F. Storm <storm@cua.dk>
16086
16087 * ido.el (ido-mode): Use custom-initialize-set.
16088
16089 2005-10-02 Richard M. Stallman <rms@gnu.org>
16090
16091 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
16092 Use insert-buffer-substring.
16093
16094 * net/tramp.el: Pacify byte compiler warnings in pacification code.
16095 (tramp-handle-file-local-copy): Use insert-buffer-substring.
16096
16097 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
16098
16099 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
16100 in last change.
16101 (ange-ftp-insert-directory): Fix up the search for the case where
16102 `file' is absolute.
16103
16104 2005-10-02 Romain Francoise <romain@orebokech.com>
16105
16106 * progmodes/compile.el (compile-goto-error): Delete extra paren.
16107
16108 2005-10-02 Andreas Schwab <schwab@suse.de>
16109
16110 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
16111 directory component in the session info.
16112
16113 2005-10-01 Richard M. Stallman <rms@gnu.org>
16114
16115 * comint.el (comint-redirect-subvert-readonly): Doc fix.
16116
16117 * simple.el (next-error-internal): New function.
16118
16119 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
16120 (compilation-start): Pass new arg to compilation-buffer-name.
16121 (compile-goto-error): Use next-error-internal.
16122
16123 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
16124
16125 * speedbar.el: Remove RCS tag.
16126 (speedbar-check-read-only): Handle non-existent files.
16127
16128 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
16129
16130 * info.el (Info-speedbar-hierarchy-buttons)
16131 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
16132
16133 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16134
16135 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
16136 Do not match newline.
16137 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
16138 (bibtex-summary): Remove unnecessary save-excursion.
16139 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
16140
16141 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16142
16143 * term/mac-win.el: Add charset info for "iso10646-1".
16144 Modify default fontset to use ATSUI-compatible fonts for some charsets
16145 if available.
16146
16147 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
16148
16149 * speedbar.el: Re-apply arch tag.
16150 (speedbar-version): Rename to version 1.0. Suggested by Eric
16151 M. Ludlam.
16152 Reapply two changes from Emacs CVS' version of speedbar lost
16153 during the merge:
16154 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
16155 (speedbar-frame-parameters): Improve customize type.
16156
16157 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
16158
16159 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
16160 (ange-ftp-file-directory-p): Fix the symlink case.
16161 (ange-ftp-insert-directory): When listing a single file, get a list of
16162 the parent buffer and extract the relevant line. Inspired from a patch
16163 by Katsumi Yamaoka <yamaoka@jpl.org>.
16164 (ange-ftp-file-name-sans-versions): Simplify.
16165
16166 2005-09-30 Bill Wohler <wohler@newt.com>
16167
16168 Move MH-E image files from toolbar and mail directories into
16169 etc/images.
16170
16171 * mail/reply2.*: Move to etc/images/mail/reply*.
16172
16173 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
16174 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
16175 etc/images.
16176
16177 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
16178 * toolbar/reply*: Move to etc/images/mail.
16179
16180 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
16181
16182 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
16183
16184 * speedbar.el: New version 1.0pre3.
16185
16186 Frame management code (including timer, and mouse click specifics)
16187 moved to dframe.el:
16188 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
16189 (speedbar-timer): Removed. Use dframe-timer.
16190 (speedbar-close-frame): Removed. Use dframe-close-frame.
16191 (speedbar-activity-change-focus-flag): Removed. Use
16192 dframe-activity-change-focus-flag.
16193 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
16194 dframe-update-speed.
16195
16196 (speedbar-current-frame): New macro. Use this instead of the
16197 variable speedbar-frame.
16198
16199 (speedbar-use-images, speedbar-expand-image-button-alist)
16200 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
16201
16202 (speedbar-find-image-on-load-path): Removed. Replaced by
16203 defezimage in ezimage.el.
16204 (speedbar-expand-image-button-alist): Removed. Replaced by
16205 ezimage-expand-image-button-alist in ezimage.el.
16206
16207 (speedbar-ignored-directory-regexp)
16208 (speedbar-add-ignored-directory-regexp)
16209 (speedbar-ignored-directory-expressions)
16210 (speedbar-line-directory, speedbar-buffers-line-directory)
16211 (speedbar-directory-line, speedbar-buffers-line-directory):
16212 Renamed, replacing `path' with `directory'.
16213
16214 (speedbar-create-directory, speedbar-expand-line-descendants)
16215 (speedbar-toggle-line-expansion)
16216 (speedbar-contract-line-descendants): New commands.
16217
16218 (speedbar-query-confirmation-method, speedbar-select-frame-method)
16219 (speedbar-use-tool-tips-flag): New options.
16220
16221 (speedbar-check-read-only, speedbar-require-version)
16222 (speedbar-insert-separator, speedbar-buffers-tail-notes)
16223 (speedbar-handle-delete-frame, speedbar-try-completion)
16224 (speedbar-update-localized-contents): New functions.
16225
16226 (speedbar-incompatible-version, speedbar-ro-to-do-point)
16227 (speedbar-object-read-only-indicator): New variables.
16228
16229 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
16230 New hooks.
16231
16232 (speedbar-separator-face): New face.
16233
16234 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
16235 (speedbar-ignored-modes): Add fundamental-mode.
16236 (speedbar-directory-unshown-regexp): Add . directories.
16237
16238 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
16239 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
16240 `]' for full expand/close.
16241 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
16242
16243 (speedbar-check-vc): Support hidden files.
16244 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
16245 (speedbar-this-file-in-vc): Use vc-state if available. If VC
16246 state is nil, it is not checked out.
16247
16248 (speedbar-line-text, speedbar-line-token): Support expand buttons
16249 with no text.
16250 (speedbar-refresh): Universal argument acts as power-click.
16251 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
16252 that buffer to get variable values.
16253
16254 And many other bugfixes.
16255
16256 * dframe.el, ezimage.el, sb-image.el: New files.
16257
16258 * sb-*.xpm: Remove files. New image files installed into
16259 etc/images/ezimage.
16260
16261 2005-09-30 Kenichi Handa <handa@m17n.org>
16262
16263 * ps-mule.el (ps-mule-show-warning): If a character is in
16264 ps-print-translation-table, don't treat it as non-printable.
16265
16266 2005-09-30 David Ponce <david@dponce.com>
16267
16268 * tree-widget.el (tree-widget-themes-load-path): New variable.
16269 (tree-widget-themes-directory): Doc fix.
16270 (tree-widget-image-formats) [Emacs]: Doc fix.
16271 (tree-widget--locate-sub-directory): New function.
16272 (tree-widget-themes-directory): Use it.
16273
16274 * recentf.el (recentf-filename-handlers): Rename from
16275 `recentf-filename-handler'. Allow a list of functions.
16276 (recentf-menu-items-for-commands): Fix :help strings.
16277 (recentf-apply-filename-handlers): New function.
16278 (recentf-expand-file-name): Use it.
16279 (recentf-cleanup): Remove duplicates too.
16280
16281 2005-09-29 Juri Linkov <juri@jurta.org>
16282
16283 * faces.el: Rearrange face definitions to be in the same order as
16284 their face descriptions in "(emacs)Standard Faces".
16285
16286 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
16287
16288 * tooltip.el (tooltip): Add group `basic-faces'.
16289
16290 * buff-menu.el (Buffer-menu-buffer): Remove group
16291 `font-lock-highlighting-faces'.
16292
16293 * progmodes/compile.el (compilation-error, compilation-warning)
16294 (compilation-info, compilation-line-number, compilation-column-number):
16295 Change group from `font-lock-highlighting-faces' to `compilation'.
16296
16297 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
16298 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
16299 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
16300 (vhdl-font-lock-reserved-words-face)
16301 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
16302 `font-lock-highlighting-faces'.
16303
16304 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
16305
16306 2005-09-28 Kim F. Storm <storm@cua.dk>
16307
16308 * emulation/cua-base.el: Set CUA move property on additional commands:
16309 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
16310 forward-sexp, backward-sexp, forward-list, backward-list.
16311
16312 2005-09-28 Romain Francoise <romain@orebokech.com>
16313
16314 * comint.el (comint-show-output): Really set point at the
16315 beginning of the output when not using `comint-use-prompt-regexp'.
16316
16317 2005-09-27 Jay Belanger <belanger@truman.edu>
16318
16319 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
16320 in TeX mode.
16321
16322 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
16323
16324 * textmodes/org.el (org-table-sum): Fix format string.
16325
16326 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
16327 Quote face names.
16328
16329 2005-09-26 Romain Francoise <romain@orebokech.com>
16330
16331 * isearch.el (isearch-forward-regexp): Close doc string.
16332
16333 2005-09-25 Richard M. Stallman <rms@gnu.org>
16334
16335 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
16336
16337 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
16338
16339 * progmodes/compile.el (compilation-error-properties):
16340 When getting the file from the previous error message,
16341 correctly decode the new data format.
16342
16343 * progmodes/cc-cmds.el (c-electric-paren):
16344 Call old-blink-paren only for close-paren.
16345
16346 2005-09-24 Andreas Schwab <schwab@suse.de>
16347
16348 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
16349 condition.
16350
16351 2005-09-25 Romain Francoise <romain@orebokech.com>
16352
16353 * dired-aux.el (dired-copy-file-recursive):
16354 * dired.el (dired-delete-file):
16355 * ediff-mult.el (ediff-dir-diff-copy-file):
16356 * ediff-util.el (ediff-test-save-region):
16357 * forms.el (forms-mode):
16358 * ido.el (ido-file-internal, ido-delete-file-at-head):
16359 * log-edit.el (log-edit-done):
16360 * ses.el (ses-yank-resize):
16361 * play/gomoku.el (gomoku-human-plays, gomoku)
16362 (gomoku-human-resigns, gomoku-prompt-for-other-game)
16363 (gomoku-offer-a-draw):
16364 * play/landmark.el (lm-human-resigns, lm):
16365 * net/eudcb-ldap.el (eudc-ldap-check-base):
16366 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
16367 * progmodes/ebrowse.el (ebrowse-find-pattern):
16368 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
16369 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
16370 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
16371
16372 * vc.el (vc-delete-file):
16373 * play/gomoku.el (gomoku-terminate-game, gomoku)
16374 (gomoku-prompt-for-move, gomoku-human-takes-back):
16375 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
16376 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
16377
16378 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
16379
16380 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
16381 color rxvt terminals by using the code xterm.el used to use before
16382 2005-04-09 in order to match the colors used by rxvt.
16383
16384 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
16385
16386 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
16387 colors rxvt-unicode terminals by using the same code as xterm.el.
16388
16389 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
16390
16391 * textmodes/tex-mode.el (tex-font-lock-append-prop)
16392 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
16393 new symbol used for the tex-verbatim face.
16394
16395 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
16396
16397 * woman.el (woman-file-name):
16398 * wid-edit.el (widget-file-prompt-value)
16399 (widget-coding-system-prompt-value):
16400 * w32-fns.el (set-w32-system-coding-system):
16401 * vc.el (vc-version-diff, vc-annotate):
16402 * textmodes/reftex-auc.el (reftex-arg-cite)
16403 (reftex-arg-index-tag):
16404 * textmodes/refer.el (refer-get-bib-files):
16405 * textmodes/artist.el (artist-figlet-choose-font):
16406 * terminal.el (terminal-emulator):
16407 * replace.el (occur-read-primary-args):
16408 * rect.el (string-rectangle, string-insert-rectangle):
16409 * ps-print.el (ps-print-preprint):
16410 * progmodes/pascal.el (pascal-goto-defun):
16411 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
16412 * progmodes/compile.el (compilation-find-file):
16413 * printing.el (pr-interactive-n-up):
16414 * play/animate.el (animate-birthday-present):
16415 * net/rcompile.el (remote-compile):
16416 * man.el (man, Man-goto-section, Man-follow-manual-reference):
16417 * mail/rmailsum.el (rmail-summary-search-backward)
16418 (rmail-summary-search):
16419 * mail/rmailout.el (rmail-output-read-rmail-file-name)
16420 (rmail-output-read-file-name):
16421 * mail/rmail.el (rmail-search, rmail-search-backwards):
16422 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
16423 * locate.el (locate):
16424 * international/quail.el (quail-show-keyboard-layout):
16425 * international/mule.el (set-buffer-file-coding-system)
16426 (revert-buffer-with-coding-system, set-file-name-coding-system)
16427 (set-terminal-coding-system, set-keyboard-coding-system)
16428 (set-next-selection-coding-system):
16429 * international/mule-diag.el (describe-coding-system)
16430 (describe-font, describe-fontset):
16431 * international/mule-cmds.el (universal-coding-system-argument)
16432 (search-unencodable-char, describe-input-method)
16433 (set-language-environment, describe-language-environment):
16434 * international/codepage.el (codepage-setup):
16435 * international/code-pages.el (codepage-setup):
16436 * info.el (Info-search, Info-follow-reference)
16437 (Info-search-backward):
16438 * emacs-lisp/advice.el (ad-read-advised-function)
16439 (ad-read-advice-class, ad-clear-cache, ad-activate)
16440 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
16441 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
16442 (ad-read-regexp):
16443 * ediff-util.el (ediff-toggle-regexp-match):
16444 * ediff-ptch.el (ediff-prompt-for-patch-file):
16445 * dired-aux.el (dired-diff):
16446 * diff.el (diff):
16447 * cus-edit.el (custom-variable-prompt):
16448 * calendar/timeclock.el (timeclock-ask-for-project):
16449 * calc/calcalg3.el (calc-get-fit-variables):
16450 * calc/calc-store.el (calc-edit-variable)
16451 (calc-permanent-variable):
16452 * vc-mcvs.el (vc-mcvs-register):
16453 * shadowfile.el (shadow-define-literal-group):
16454 * woman.el (woman-file-name):
16455 * vc.el (vc-version-diff, vc-merge):
16456 * textmodes/reftex-index.el (reftex-index-complete-tag):
16457 * format.el (format-decode-buffer, format-decode-region):
16458 * emulation/viper-cmd.el (viper-read-string-with-history):
16459 * emacs-lisp/debug.el (cancel-debug-on-entry):
16460 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
16461 * ediff.el (ediff-merge-revisions)
16462 (ediff-merge-revisions-with-ancestor, ediff-revision):
16463 * completion.el (interactive-completion-string-reader):
16464 * calc/calc-prog.el (calc-user-define-formula):
16465 Follow convention for reading with the minibuffer.
16466
16467 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
16468
16469 * progmodes/python.el (python-describe-symbol): Add globals() and
16470 locals() to the arguments of emacs.ehelp.
16471
16472 2005-09-24 Magnus Henoch <mange@freemail.hu>
16473
16474 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
16475 New function, code extracted from ispell-valid-dictionary-list.
16476 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
16477 Call it.
16478
16479 2005-09-24 Eli Zaretskii <eliz@gnu.org>
16480
16481 * subr.el (version-regexp-alist): Extend valid syntax for version
16482 strings: allow any of the characters -,_,+ to separate the
16483 alpha/beta/rc part from the version part. Doc fix.
16484 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
16485
16486 2005-09-23 David Reitter <david.reitter@gmail.com>
16487
16488 * mail/mailclient.el: New file.
16489
16490 2005-09-23 Richard M. Stallman <rms@gnu.org>
16491
16492 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
16493 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
16494 Doc fixes.
16495
16496 * progmodes/cc-mode.el (c-font-lock-init):
16497 Specify font-lock-lines-before.
16498
16499 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
16500
16501 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
16502 whole conflict.
16503
16504 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
16505
16506 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
16507 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
16508 of `remap' feature when available. Additional key bindings for
16509 better tty support.
16510 (org-mode-restart, org-force-self-insert): New commands.
16511 (org-time-stamp-inactive): New command.
16512 (org-remap): New function.
16513 (org-table-auto-blank-field, org-level-color-stars-only): New options.
16514 (org-enable-fixed-width-editor): Move to `org-structure'
16515 customization group.
16516 (org-self-insert-command, orgtbl-self-insert-command): Modify to
16517 blank field after field motion commands.
16518
16519 2005-09-23 Kenichi Handa <handa@m17n.org>
16520
16521 * international/mule-cmds.el (set-language-environment):
16522 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
16523 have to call utf-translate-cjk-load-tables.
16524
16525 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
16526
16527 * mouse.el (mouse-move-drag-overlay): Fix last change.
16528
16529 2005-09-22 David Ponce <david@dponce.com>
16530
16531 * tree-widget.el (tree-widget-value-create): Fix previous change.
16532
16533 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
16534
16535 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
16536
16537 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
16538
16539 * mouse.el (mouse-move-drag-overlay): New function.
16540 (mouse-drag-region-1): Use it.
16541 Try to simplify a bit the state handling. Handle clicks on links
16542 inside intangible areas.
16543 (mouse-save-then-kill): Minor simplification.
16544 (mouse-secondary-overlay): Make it always non-nil instead of
16545 recreating it each time.
16546 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
16547 (mouse-kill-secondary, mouse-secondary-save-then-kill):
16548 Simplify accordingly.
16549
16550 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
16551
16552 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
16553
16554 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
16555
16556 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
16557 (ediff-file-name-sans-prefix): Treat nil as an empty string.
16558 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
16559 to patch.
16560
16561 * ediff-util.el: Use insert-buffer-substring.
16562
16563 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
16564
16565 * emulation/viper-cmd.el (viper-change-state): Don't move over the
16566 field boundaries in the minibuffer.
16567 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
16568 (viper-minibuffer-post-command-hook): New hook.
16569 (viper-line): Don't move cursor at bolp.
16570
16571 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
16572
16573 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
16574 avoid compiler warnings.
16575
16576 * emulation/viper-macs.el (ex-map): Better messages.
16577
16578 * emulation/viper-utils.el (viper-beginning-of-field): New function.
16579
16580 * emulation/viper.el: Replace make-variable-buffer-local with
16581 viper-make-variable-buffer-local everywhere, to avoid warnings.
16582
16583 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16584
16585 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
16586 Delete unused var `old-selected-window'.
16587 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
16588 (mouse-drag-secondary): Delete unused var `start-frame'.
16589
16590 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
16591
16592 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
16593
16594 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16595
16596 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
16597 Re-indent within 80 columns. Use inhibit-read-only.
16598
16599 2005-09-19 Romain Francoise <romain@orebokech.com>
16600
16601 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
16602
16603 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16604
16605 * font-lock.el (font-lock-default-fontify-region): Don't add a line
16606 unconditionally, since the after-change-function already did it.
16607
16608 2005-09-19 Miles Bader <miles@gnu.org>
16609
16610 * net/newsticker.el: Get rid of CVS keyword.
16611
16612 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
16613
16614 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
16615 The prompt is formatted later.
16616
16617 2005-09-19 David Ponce <david@dponce.com>
16618
16619 * tree-widget.el (tree-widget-value-create): Save the converted
16620 tree :node widget.
16621
16622 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
16623
16624 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
16625 variable `message'.
16626
16627 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
16628
16629 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
16630 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
16631 <slawomir.nowaczyk.847@student.lu.se>.
16632
16633 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
16634
16635 * image.el (image-load-path): Use symbol `data-directory' instead
16636 of its value, for backward compatibility with packages that bind
16637 it during `find-image'. Suggested by Katsumi Yamaoka.
16638 (image-search-load-path): Handle symbols whose values are strings.
16639
16640 2005-09-18 Romain Francoise <romain@orebokech.com>
16641
16642 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
16643 with-current-buffer form in save-excursion.
16644
16645 2005-09-18 Deepak Goel <deego@gnufans.org>
16646
16647 * apropos.el (apropos-command): Fix `message' call: first arg
16648 should be a format spec. In this and all other cases that appear
16649 below and elsewhere in the source code, I made a change only when
16650 two conditions were satisfied: [1] I can think of a possibility
16651 that the arguments would cause an error, for example, the code in
16652 question relies on external variables such as filenames. [2] I
16653 was sure that the arg to `message' could not have been nil in the code.
16654
16655 * textmodes/tildify.el (tildify-region): Ditto.
16656
16657 * textmodes/reftex-index.el (reftex-index-change-entry)
16658 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
16659 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
16660 * textmodes/org.el (org-complete, org-deadline, org-schedule)
16661 (org-priority, org-table-sum):
16662 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
16663 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
16664 (flyspell-word, flyspell-display-next-corrections):
16665 * textmodes/bibtex.el (bibtex-print-help-message):
16666 * textmodes/artist.el (artist-key-set-point-poly):
16667 * term/mac-win.el (mac-services-insert-text):
16668 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
16669 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
16670 (vhdl-port-paste-testbench, vhdl-compose-new-component)
16671 (vhdl-compose-configuration):
16672 * progmodes/sh-script.el (sh-blink, sh-show-indent)
16673 (sh-set-indent, sh-learn-line-indent):
16674 * progmodes/ps-mode.el (ps-mode-target-column):
16675 * progmodes/idlwave.el (idlwave-make-tags)
16676 (idlwave-scan-library-catalogs):
16677 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
16678 * progmodes/gud.el (gud-jdb-analyze-source):
16679 * progmodes/flymake.el (flymake-log):
16680 * progmodes/ebnf2ps.el (ebnf-generate-region):
16681 * progmodes/cmacexp.el (c-macro-expansion):
16682 * progmodes/ada-xref.el (ada-treat-cmd-string):
16683 * progmodes/ada-mode.el (ada-create-case-exception-substring)
16684 (ada-justified-indent-current, ada-batch-reformat):
16685 * play/zone.el (zone):
16686 * play/landmark.el (lm-move):
16687 * play/decipher.el (decipher-show-alphabet):
16688 * net/newsticker.el (newsticker--display-jump)
16689 (newsticker--display-scroll):
16690 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
16691 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
16692 * mail/feedmail.el (feedmail-dump-message-to-queue):
16693 * eshell/esh-proc.el (eshell-remove-process-entry):
16694 * emulation/ws-mode.el (ws-last-error):
16695 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
16696 (viper-record-kbd-macro):
16697 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
16698 * emacs-lisp/lisp-mnt.el (lm-report-bug):
16699 * emacs-lisp/find-func.el (find-function-noselect):
16700 * calendar/timeclock.el (timeclock-status-string)
16701 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
16702 (timeclock-when-to-leave-string):
16703 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
16704 * calc/calc-units.el (calc-enter-units-table):
16705 * calc/calc-mode.el (calc-mode-record-mode):
16706 * woman.el (woman-mini-help):
16707 * wdired.el (wdired-change-to-wdired-mode):
16708 * vc.el (vc-retrieve-snapshot):
16709 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
16710 * startup.el (display-startup-echo-area-message):
16711 * simple.el (set-goal-column):
16712 * ses.el (ses-command-hook, ses-recalculate-cell):
16713 * server.el (server-process-filter):
16714 * printing.el (pr-interface-txt-print, pr-interface-printify)
16715 (pr-interface-ps):
16716 * pcvs.el (cvs-help):
16717 * log-edit.el (log-edit, log-edit-mode-help):
16718 * iswitchb.el (iswitchb-possible-new-buffer):
16719 * isearch.el (isearch-edit-string):
16720 * image-mode.el (image-mode, image-minor-mode):
16721 * ibuf-macs.el (define-ibuffer-filter):
16722 * hi-lock.el (hi-lock-find-patterns):
16723 * files.el (toggle-read-only):
16724 * ediff-util.el (ediff-copy-diff)
16725 (ediff-write-merge-buffer-and-maybe-kill):
16726 * echistory.el (Electric-history-undefined):
16727 * dnd.el (dnd-insert-text):
16728 * dired-aux.el (dired-query):
16729 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
16730 * bookmark.el (bookmark-bmenu-locate):
16731 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
16732 Fix `message' calls to ensure first arg is a format string.
16733 The change was made only when these two conditions were satisfied:
16734 [1] when there is a possibility that the arguments would cause an error
16735 for example, if the code in question relies on external variables
16736 such as filenames, and
16737 [2] if the arg to `message' could not have been nil in the code.
16738
16739 * pcomplete.el (pcomplete--help): Fix `message' format spec.
16740 Not having a %s would be weird, though not technically wrong.
16741
16742 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16743
16744 * term/mac-win.el (mac-add-charset-info): Doc fix.
16745
16746 2005-09-17 Romain Francoise <romain@orebokech.com>
16747
16748 * shell.el (shell-resync-dirs): Handle echoing processes more
16749 reliably. Don't insert resync command if `comint-process-echoes'
16750 is non-nil.
16751
16752 2005-09-17 Magnus Henoch <mange@freemail.hu>
16753
16754 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
16755 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
16756 aspell versions >= 0.60.
16757 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
16758 only if ispell-aspell-supports-utf8 is non-nil.
16759
16760 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
16761
16762 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
16763 buffer-local value to lisp-indent-function.
16764
16765 2005-09-17 Milan Zamazal <pdm@zamazal.org>
16766
16767 * progmodes/glasses.el (glasses-make-readable): If
16768 glasses-separator differs from underscore, put appropriate
16769 overlays over underscore characters.
16770 (glasses-convert-to-unreadable): If glasses-separator differs from
16771 underscore, try to convert glasses-separator characters to
16772 underscores.
16773
16774 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
16775
16776 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
16777 Use with-syntax-table and dolist.
16778
16779 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
16780
16781 * textmodes/reftex-auc.el:
16782 * textmodes/reftex-cite.el:
16783 * textmodes/reftex-dcr.el:
16784 * textmodes/reftex-global.el:
16785 * textmodes/reftex-parse.el:
16786 * textmodes/reftex-ref.el:
16787 * textmodes/reftex-sel.el:
16788 * textmodes/reftex-toc.el:
16789 * textmodes/reftex-vars.el:
16790 * textmodes/reftex.el: Small changes to remove compiler warnings.
16791
16792 * textmodes/reftex-index.el: Likewise.
16793 (reftex-query-index-phrase): More efficient use of markers.
16794
16795 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
16796
16797 * image.el (image-load-path): New variable.
16798 (image-search-load-path): New function.
16799 (find-image): Search for images in `image-load-path'.
16800
16801 2005-09-15 Richard M. Stallman <rms@gnu.org>
16802
16803 * follow.el: Change Maintainer field.
16804
16805 2005-09-15 David Ponce <david@dponce.com>
16806
16807 * recentf.el (recentf-save-file-modes): New option.
16808 (recentf-save-list): Use it.
16809
16810 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
16811
16812 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
16813 (mode-line-mule-info, mode-line-modified): Move bindings from
16814 mouse-3 to mouse-1.
16815
16816 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
16817
16818 * simple.el (sendmail-user-agent-compose): Revert last change.
16819
16820 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
16821
16822 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
16823 Use with-current-buffer.
16824 (ange-ftp-gwp-start): Remove unused var `gw-user'.
16825 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
16826 (ange-ftp-insert-directory): Remove unused var `short'.
16827 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
16828
16829 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
16830 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
16831
16832 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
16833 (check-calendar-holidays, diary-list-entries): Autoload.
16834 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
16835 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
16836
16837 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
16838 which mistakenly removed a call to display-buffer.
16839
16840 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
16841
16842 * obsolete/iso-insert.el: Move to obsolete/ from international/.
16843
16844 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
16845
16846 * progmodes/hideshow.el
16847 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
16848 (hs-allow-nesting): New user var.
16849 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
16850 (hs-hide-block-at-point): When nesting allowed,
16851 if there is already an overlay in place, delete it.
16852 (hs-safety-is-job-n): Delete func; remove call sites.
16853 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
16854 (hs-overlay-at): New func.
16855 (hs-already-hidden-p, hs-show-block): Use it.
16856 (hs-hide-all): Don't pre-clean if nesting allowed.
16857 (hs-show-all): Temporarily disallow
16858 nesting around call to `hs-discard-overlays'.
16859
16860 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
16861
16862 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
16863 Delete unused local var.
16864
16865 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
16866
16867 * help-fns.el (describe-categories): "?\ " -> "?\s".
16868 (help-do-arg-highlight): Recognize also ARG-n, as in
16869 `move-to-left-margin' (ARG+n is already recognized). Simplify.
16870
16871 * international/codepage.el (dos-unsupported-char-glyph):
16872 * net/newsticker.el (tool-bar-map, w3-mode-map)
16873 (w3m-minor-mode-map):
16874 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
16875 (ent-alist):
16876 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
16877
16878 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
16879
16880 * custom.el (custom-push-theme): Handle the case where a symbol is
16881 bound but face properties have not yet been assigned.
16882
16883 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
16884 Fix behavior if noerase is `t' and there is no mail buffer.
16885
16886 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
16887 if `continue' is nil, rather than signal an error.
16888
16889 2005-09-12 Richard M. Stallman <rms@gnu.org>
16890
16891 * font-lock.el (font-lock-keywords): Add autoload.
16892
16893 * help-fns.el (describe-variable): Rearrange to put source link
16894 in a predictable place.
16895
16896 * net/newsticker.el: New file.
16897
16898 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
16899
16900 * calendar/calendar.el (calendar-for-loop): Add edebug info.
16901 (calendar-basic-setup): Use the new nil arg.
16902 (number-of-diary-entries): Move to diary-lib.el.
16903
16904 * calendar/diary-lib.el: Use with-current-buffer, match-string.
16905 (diary-list-entries): Use with-syntax-table and dolist.
16906 Rename from list-diary-entries.
16907 Use number-of-diary-entries if `number' is nil.
16908 (diary, diary-view-entries): Use this new name and new nil arg value.
16909 (number-of-diary-entries): Move from calendar.el.
16910 (diary-unhide-everything): New function.
16911 (include-other-diary-files, fancy-diary-display)
16912 (diary-show-all-entries, make-diary-entry): Use it.
16913 (diary-mail-entries): Use buffer-string.
16914 (mark-diary-entries): Fix long standing paren typo.
16915 (diary-sexp-entry): Use count-lines.
16916 (make-diary-entry): Avoid `previous-line'.
16917 (diary-mode-map): New var.
16918 (diary-mode): Redraw cal after saving. Setup header-line.
16919 (fancy-diary-display-mode): Use local-set-key.
16920
16921 * startup.el (command-line): Try calling various terminal-init-foo-bar
16922 functions by stripping hyphenated suffixes from $TERM.
16923
16924 * files.el (normal-mode): Check boundness of font-lock-keywords.
16925
16926 2005-09-12 Richard M. Stallman <rms@gnu.org>
16927
16928 * progmodes/compile.el: Don't decide a file's directory
16929 until the user actually tries to go there.
16930 (compilation-next-error-function):
16931 Pass compilation-find-file the directory from the file-struct.
16932 (compilation-internal-error-properties): Separate local FILE-STRUCT
16933 from FILE. Doc the args better. Rename arg FMT to FMTS.
16934 (compilation-find-file): Arg DIR renamed to DIRECTORY.
16935 Expand it, and if nil, use default-directory.
16936 (compilation-get-file-structure): Don't mix specified directory
16937 with default directory. Put specified directory into
16938 file-struct. Don't make the file name absolute.
16939
16940 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
16941 (compile-command): Add autoload.
16942 (compilation-disable-input): Add autoload.
16943
16944 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
16945
16946 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
16947 strings of the variables it can override.
16948 (time-stamp): New (as yet undocumented) time-stamp-format escapes
16949 %Q and %q, for fully-qualified domain name and unqualified host name.
16950
16951 2005-09-11 Kim F. Storm <storm@cua.dk>
16952
16953 * emacs-lisp/authors.el (authors-aliases): Update list.
16954 (authors-fixed-entries): Update mldrag.el entry.
16955
16956 2005-09-10 Alan Mackenzie <acm@muc.de>
16957
16958 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
16959 from the region narrowed to.
16960
16961 2005-09-10 Magnus Henoch <mange@freemail.hu>
16962
16963 * textmodes/ispell.el (ispell-check-version): Signal an error if
16964 aspell version is less than 0.60.
16965
16966 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
16967
16968 * progmodes/octave-inf.el (inferior-octave-startup):
16969 Resync current dir at the end.
16970
16971 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
16972
16973 * woman.el (woman-topic-at-point-default):
16974 Rename to woman-use-topic-at-point-default.
16975 (woman-topic-at-point): Rename to woman-use-topic-at-point.
16976 (woman-file-name): Reflect renames above. Automatically use the
16977 word at point as topic if woman-use-topic-at-point is non-nil.
16978 Otherwise offer it as default but don't insert it in the
16979 minibuffer. Also use `test-completion' instead of `assoc' as
16980 suggested by Stefan Monnier.
16981
16982 2005-09-10 Andre Spiegel <spiegel@gnu.org>
16983
16984 * vc.el (vc-directory, vc-update-change-log): Throw an error on
16985 the attempt to do it over Tramp. This is not yet supported.
16986
16987 2005-09-10 Eli Zaretskii <eliz@gnu.org>
16988
16989 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
16990 (menu-bar-non-minibuffer-window-p): New functions.
16991 ("Split Window", "Save As..."): Use them.
16992 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
16993 ("Print Buffer", "Truncate Long Lines in this Buffer"):
16994 Use menu-bar-menu-frame-live-and-visible-p.
16995 ("Save Buffer", "Insert File", "Open Directory...")
16996 ("Open File...", "Visit New File..."):
16997 Use menu-bar-non-minibuffer-window-p.
16998 (kill-this-buffer-enabled-p, dired <menu-enable>):
16999 Use menu-bar-non-minibuffer-window-p.
17000
17001 2005-09-09 Eli Zaretskii <eliz@gnu.org>
17002
17003 * cus-start.el (all): Don't complain about fringe-related
17004 built-ins if fringes are not supported. Ditto about
17005 selection-related built-ins. Fix the test for GTK-related built-ins.
17006
17007 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
17008 ("Postscript Print Buffer", "Print Region", "Save As...")
17009 ("Save", "Insert File...", "Open Directory...")
17010 ("Open File...", "Visit New File..."")
17011 ("Truncate Long Lines in this Buffer"): Don't look at
17012 menu-updating-frame if this display does not support multiple frames.
17013
17014 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17015
17016 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
17017
17018 2005-09-09 Emilio Lopes <eclig@gmx.net>
17019
17020 * woman.el: Format- and whitespace-related changes.
17021
17022 2005-09-09 Eli Zaretskii <eliz@gnu.org>
17023
17024 * woman.el: Fix my email address.
17025
17026 2005-09-08 Richard M. Stallman <rms@gnu.org>
17027
17028 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
17029 (sh-mode): Locally set skeleton-pair-default-alist.
17030
17031 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
17032
17033 * progmodes/flymake.el: Require `compile' unconditionally.
17034
17035 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
17036
17037 * woman.el (woman-file-name): Provide a default, not initial input.
17038
17039 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
17040
17041 * font-lock.el (font-lock-support-mode): Doc fix.
17042
17043 * descr-text.el (describe-property-list): Handle non-symbol prop names.
17044
17045 2005-09-08 Richard M. Stallman <rms@gnu.org>
17046
17047 * simple.el (blink-matching-open): Get rid of text props from
17048 the string shown in echo area. Don't permanently set point.
17049 Some rearrangements.
17050
17051 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
17052
17053 * recentf.el (recentf-filename-handler): Add custom choice
17054 `abbreviate-file-name'.
17055
17056 * msb.el (msb--very-many-menus): Fix typo.
17057
17058 * disp-table.el (standard-display-european): Don't set
17059 enable-multibyte-characters to nil.
17060
17061 2005-09-08 David Ponce <david@dponce.com>
17062
17063 * recentf.el (recentf-show-file-shortcuts-flag): New option.
17064 (recentf-expand-file-name): Doc fix.
17065 (recentf-dialog-mode-map): Define digit shortcuts.
17066 (recentf--files-with-key): New variable.
17067 (recentf-show-digit-shortcut-filter): New function.
17068 (recentf-open-files-items): New function.
17069 (recentf-open-files): Use it.
17070 (recentf-open-file-with-key): New command.
17071
17072 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
17073
17074 * buff-menu.el (Buffer-menu-sort-by-column): New function.
17075 Suggested by Kim F. Storm.
17076 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
17077 (Buffer-menu-make-sort-button): Use global keymap.
17078
17079 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
17080
17081 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
17082 (Man-getpage-in-background-advice): Remove defadvice; it isn't
17083 necessary any longer with the remapped command.
17084 (Man-bgproc-sentinel-advice): Remove defadvice which counts
17085 formatting time only.
17086
17087 * net/tramp.el (tramp-action-password)
17088 (tramp-multi-action-password): Compile the password prompt from
17089 `method', `user' and `host'. Sometimes it isn't obvious which
17090 password to enter, for example with remote files offered by
17091 recentf.el, or with multiple steps. Suggested by Robert Marshall
17092 <robert@chezmarshall.freeserve.co.uk>.
17093
17094 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17095
17096 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
17097 Fix regexp for when "s///" is at the beginning of line.
17098
17099 2005-09-07 Jay Belanger <belanger@truman.edu>
17100
17101 * calc/calc-poly.el (math-expand-term): Multiply out any powers
17102 when in matrix mode.
17103
17104 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
17105
17106 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
17107 non-anonymous functions.
17108
17109 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
17110
17111 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
17112 when using a header line. Otherwise, use mouse-1-click-follows-link.
17113
17114 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
17115 can't be moved; don't signal an error.
17116
17117 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
17118
17119 * cus-theme.el (custom-theme-write-faces): Save the current face
17120 spec, not the defface spec.
17121
17122 * custom.el (custom-known-themes): Clarify meaning of "standard".
17123 (custom-push-theme): Save old values in the standard theme.
17124 (disable-theme): Correct typo.
17125 (custom-face-theme-value) Deleted unused function.
17126 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
17127
17128 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
17129
17130 * progmodes/compile.el (compilation-goto-locus): Take into account
17131 iconified frames when determining whether the buffer is
17132 already visible.
17133 Don't reset window height if the window already existed.
17134
17135 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
17136
17137 * custom.el (load-theme): Rename from require-theme.
17138 Add interactive spec.
17139 (enable-theme): Rename from custom-enable-theme.
17140 Add interactive spec.
17141 (disable-theme): Rename from custom-disable-theme.
17142 Add interactive spec.
17143 (custom-make-theme-feature): Doc fix.
17144 (custom-theme-directory): Doc fix.
17145 (provide-theme): Call enable-theme.
17146
17147 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
17148
17149 * obsolete/lazy-lock.el (lazy-lock-mode):
17150 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
17151 font-lock-mode if it's off. Print a warning instead.
17152
17153 * progmodes/compile.el (compilation-start): Ignore errors if the
17154 process died before we get to send-eof.
17155
17156 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
17157 Undo last change. Enclosing the result in quotes broke things on Unix
17158 since tex-send-command passes it through shell-quote-argument.
17159 (tex-send-command): Pass `file' through convert-standard-filename
17160 when possible.
17161 (tex-uptodate-p): Handle the case where TeX hasn't put additional
17162 info in a transcript.
17163
17164 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
17165
17166 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
17167 fix compilation warning. Reorder the key definitions to group
17168 together keys emitted by the current version of xterm.
17169
17170 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
17171 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
17172 Reorder predicates to correct min-color usage.
17173
17174 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
17175
17176 * longlines.el (longlines-mode): Inhibit read-only when encoding.
17177 Kill local variables when longlines-mode is turned off.
17178
17179 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
17180
17181 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
17182
17183 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
17184
17185 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
17186
17187 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
17188 (font-lock-lines-before): Change default to being inactive.
17189 (font-lock-default-fontify-region): Obey font-lock-lines-before.
17190 (font-lock-after-change-function): Don't handle f-l-lines-before here.
17191
17192 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
17193
17194 * net/tramp.el (tramp-handle-make-auto-save-file-name):
17195 Deactivate temporarily advice if active (not needed for Emacs 22,
17196 but for backwards compatibility).
17197 (tramp-exists-file-name-handler): Rewrite. First implementation
17198 was too simple.
17199 (tramp-advice-make-auto-save-file-name):
17200 Call `tramp-handle-make-auto-save-file-name' (again, just for
17201 backwards compatibility).
17202
17203 2005-08-31 Reto Zimmermann <reto@gnu.org>
17204
17205 * progmodes/vhdl-mode.el
17206 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
17207 (vhdl-end-p): Fix indentation bug "else" after "-- when".
17208 (vhdl-set-default-project): New function (easier setting of default).
17209 (vhdl-port-copy): Handle extended identifiers for generics.
17210 (vhdl-compiler-alist): Better description for error message regexp.
17211 (vhdl-make): Query for target, use previous as default.
17212 (vhdl-port-copy): Fix port copy for port names starting with "signal".
17213 (vhdl-font-lock-keywords-2): Fix fontification for record
17214 el. assign.
17215 (vhdl-speedbar-make-subpack-line): Add package body link.
17216 (vhdl-generate-makefile-1): Not include itself as dependency.
17217 (vhdl-font-lock-init): Highlight c-preprocessor directives.
17218 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
17219 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
17220 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
17221 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
17222 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
17223 (vhdl-import-project): Add string argument for `error'.
17224 (vhdl-compose-configuration)
17225 (vhdl-compose-configuration-architecture): Add configuration
17226 declaration generation.
17227 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
17228 (vhdl-trailer-re): Add "record" keyword (better indentation).
17229 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
17230 "[^ \t-\"]+".
17231 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
17232 (vhdl-testbench-entity-file-name)
17233 (vhdl-testbench-architecture-file-name): Allow separate
17234 customization of testbench file names.
17235 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
17236 (vhdl-get-visible-signals): Allow newline within alias declaration.
17237 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
17238 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
17239 (member-ignore-case): Alias for missing function in XEmacs.
17240 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
17241 (vhdl-update-sensitivity-list): Ignore case on read signals.
17242 (vhdl-replace-string): Adjust case only for file names.
17243 (vhdl-update-sensitivity-list): Fix search for read signals.
17244 (vhdl-update-sensitivity-list): Exclude formal parameters.
17245 (vhdl-get-visible-signals): Include aliases of signals.
17246 (vhdl-get-visible-signals): Fix signal name searching.
17247 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
17248 (vhdl-fixup-whitespace-region): Fix for character
17249 literals (e.g. `:').
17250
17251 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
17252
17253 * ansi-color.el (comint-last-output-start):
17254 * bs.el (font-lock-verbose):
17255 * diff-mode.el (add-log-buffer-file-name-function):
17256 * dired-x.el (vm-folder-directory):
17257 * faces.el (help-xref-stack-item):
17258 * files.el (font-lock-keywords):
17259 * find-lisp.el (dired-buffers, dired-subdir-alist):
17260 * ido.el (cua-inhibit-cua-keys):
17261 * log-view.el (cvs-minor-wrap-function):
17262 * outline.el (font-lock-warning-face):
17263 * simple.el (compilation-current-error):
17264 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
17265 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
17266 * tooltip.el (comint-prompt-regexp):
17267 * w32-fns.el (explicit-shell-file-name):
17268 * term/mac-win.el (mac-charset-info-alist)
17269 (mac-services-selection, mac-system-script-code):
17270 * term/tty-colors.el (msdos-color-values):
17271 * term/w32-win.el (xlfd-regexp-registry-subnum):
17272 * term/x-win.el (x-keysym-table, x-selection-timeout)
17273 (x-session-id, x-session-previous-id):
17274 * textmodes/ispell.el (mail-yank-prefix):
17275 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
17276 * textmodes/org.el (calc-embedded-close-formula)
17277 (calc-embedded-open-formula)
17278 (font-lock-unfontify-region-function):
17279 * textmodes/reftex-global.el (isearch-next-buffer-function)
17280 (TeX-master):
17281 * textmodes/reftex.el (font-lock-keywords):
17282 * textmodes/tex-mode.el (font-lock-comment-face)
17283 (font-lock-doc-face):
17284 * textmodes/texinfo.el (outline-heading-alist):
17285 Add defvars.
17286
17287 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
17288 (artist-spray-chars, artist-mode-init, artist-replace-string)
17289 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
17290 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
17291 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
17292
17293 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
17294 (conf-align-assignments): "?\ " -> "?\s".
17295
17296 * textmodes/reftex-index.el (TeX-master): Add defvar.
17297 (reftex-index-phrases-marker): Move up defvar.
17298
17299 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
17300 (reftex-toc-include-labels-indicator)
17301 (reftex-toc-include-index-indicator)
17302 (reftex-toc-max-level-indicator): Move up declarations.
17303
17304 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
17305 of args to `tramp-run-real-handler', even if it's empty in this case.
17306
17307 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17308
17309 * dired.el (dired-move-to-filename-regexp): Add date format for
17310 Mac OS X 10.3 in East Asian locales.
17311
17312 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
17313
17314 * files.el (make-auto-save-file-name): Add file name handler call
17315 if applicable.
17316
17317 * net/tramp.el (tramp-file-name-handler-alist)
17318 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
17319 (tramp-handle-make-auto-save-file-name): Rename from
17320 `tramp-make-auto-save-file-name'.
17321 (tramp-exists-file-name-handler): New defun.
17322 (tramp-advice-make-auto-save-file-name): Make defadvice only when
17323 `make-auto-save-file-name' is not a magic file name operation.
17324
17325 2005-08-30 Richard M. Stallman <rms@gnu.org>
17326
17327 * files.el (risky-local-variable-p):
17328 Match `-predicates' and `-commands.
17329
17330 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
17331 (custom-save-all): Visit the file if necessary;
17332 kill the buffer if we created it.
17333 (custom-save-delete): Don't visit file or kill buffer here.
17334
17335 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
17336
17337 * textmodes/org.el (org-special-keyword): New face.
17338 (org-table-copy-down, org-table-eval-formula)
17339 (org-table-recalculate, org-init-section-numbers):
17340 Use `string-to-number' instead of `string-to-int'.
17341 (org-get-location): Use `insert-buffer-substring' instead of
17342 `insert-buffer'.
17343 (org-modify-diary-entry-string): New function.
17344 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
17345 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
17346 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
17347 active region.
17348 (org-export-as-html): Handle QUOTE keyword.
17349 (org-quote-string): New option.
17350 (org-bookmark-jump-unhide): New function, used for
17351 `bookmark-after-jump-hook'.
17352 (org-diary-default-entry): Apply only when not called through
17353 `org-agenda'.
17354
17355 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
17356
17357 * net/eudc.el (mode-popup-menu):
17358 * play/handwrite.el (ps-printer-name, ps-lpr-command):
17359 * progmodes/ada-mode.el (compile-auto-highlight)
17360 (skeleton-further-elements):
17361 * progmodes/autoconf.el (font-lock-syntactic-keywords):
17362 * progmodes/cmacexp.el (msdos-shells):
17363 * progmodes/compile.el (font-lock-extra-managed-props)
17364 (font-lock-keywords, font-lock-maximum-size)
17365 (font-lock-support-mode):
17366 * progmodes/grep.el (font-lock-lines-before):
17367 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
17368 * progmodes/mixal-mode.el (compile-command):
17369 * progmodes/perl-mode.el (font-lock-comment-face)
17370 (font-lock-doc-face, font-lock-string-face):
17371 * progmodes/prolog.el (comint-prompt-regexp):
17372 * progmodes/sh-script.el (font-lock-comment-face)
17373 (font-lock-set-defaults, font-lock-string-face):
17374 * progmodes/sql.el (font-lock-keyword-face)
17375 (font-lock-set-defaults, font-lock-string-face):
17376 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
17377 (itimer-version, lazy-lock-defer-contextually)
17378 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
17379 Add defvars.
17380
17381 * progmodes/cperl-mode.el (cperl-electric-lbrace)
17382 (cperl-electric-keyword, cperl-electric-pod)
17383 (cperl-electric-backspace, cperl-forward-re)
17384 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
17385 (vc-rcs-header, vc-sccs-header): Add defvars.
17386
17387 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
17388 (font-lock-syntactic-keywords, gud-find-expr-function):
17389 Add defvars.
17390
17391 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
17392 (gdb-frame-parameters): Declare before use.
17393
17394 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
17395 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
17396 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
17397 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
17398
17399 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
17400 (idlwave-help-with-source): Use `insert-buffer-substring', not
17401 `insert-buffer'.
17402
17403 2005-08-29 Juri Linkov <juri@jurta.org>
17404
17405 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
17406 Put outline-back-to-heading function call inside save-excursion.
17407
17408 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
17409
17410 * man.el (Man-init-defvars, Man-translate-references)
17411 (Man-support-local-filenames, Man-highlight-references):
17412 * progmodes/sql.el (sql-interactive-mode):
17413 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
17414
17415 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
17416 (compilation-mode-font-lock-keywords): Add defvars.
17417 (checkdoc-interactive-loop): "?\ " -> "?\s".
17418
17419 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
17420 (font-lock-doc-face, font-lock-string-face)
17421 (font-lock-keywords-case-fold-search): Add defvars.
17422 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
17423
17424 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
17425 Don't pass X and Y (they are ignored anyway).
17426 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
17427 (mouse-delete-window): Make arguments optional.
17428
17429 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
17430 (caesar-translate-table, minor-modes, news-buffer-save)
17431 (news-group-name, news-minor-modes): Add defvars.
17432
17433 * emacs-lisp/lselect.el (mouse-highlight-priority)
17434 (x-lost-selection-functions, zmacs-regions):
17435 * emacs-lisp/pp.el (font-lock-verbose):
17436 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
17437 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
17438 (ses-mode-map):
17439 * emacs-lisp/tcover-unsafep.el (safe-functions):
17440 * international/mule-cmds.el (mac-system-coding-system)
17441 (mac-system-locale):
17442 * language/ethio-util.el (rmail-current-message)
17443 (rmail-message-vector):
17444 * language/thai-util.el (thai-auto-composition-mode):
17445 * mail/metamail.el (rmail-current-message, rmail-message-vector):
17446 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
17447 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
17448 (vm-primary-inbox, vm-spool-files):
17449 * mail/rmail.el (deleted-head, font-lock-fontified)
17450 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
17451 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
17452 (total-messages):
17453 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
17454 (rmail-summary-mode-map):
17455 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
17456 (rmail-last-label, rmail-last-multi-labels)
17457 (rmail-summary-vector, rmail-total-messages):
17458 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
17459 * mail/rmailsum.el (msgnum):
17460 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
17461 (rmail-current-message):
17462 * obsolete/fast-lock.el (font-lock-face-list):
17463 * obsolete/rnewspost.el (mail-reply-buffer):
17464 * obsolete/scribe.el (compile-command):
17465 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
17466
17467 2005-08-28 John Paul Wallington <jpw@gnu.org>
17468
17469 * ibuf-ext.el (ibuffer-auto-update-changed):
17470 Use `frame-or-buffer-changed-p' to check whether we need to update.
17471 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
17472 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
17473 as a `frame-or-buffer-changed-p' state vector instead.
17474
17475 2005-08-27 Romain Francoise <romain@orebokech.com>
17476
17477 * textmodes/makeinfo.el (makeinfo-compile):
17478 Use `compilation-start'. Set `next-error-function' according to
17479 `disable-errors'.
17480 (makeinfo-next-error): New function.
17481 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
17482 (makeinfo-buffer): Likewise.
17483
17484 * progmodes/compile.el (compilation-start): Add autoload cookie.
17485
17486 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
17487 * textmodes/sgml-mode.el: Likewise.
17488 * progmodes/python.el: Likewise.
17489
17490 2005-08-27 Eli Zaretskii <eliz@gnu.org>
17491
17492 * simple.el (blink-matching-paren-distance): Document the meaning
17493 of nil value, and allow to customize to nil.
17494
17495 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
17496 command.com, not command.exe.
17497
17498 2005-08-26 John Wiegley <johnw@newartisans.com>
17499
17500 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
17501 code around a bit so that an extraneous nil argument is not added
17502 to a command when no args are given.
17503
17504 * eshell/esh-arg.el (eshell-parse-double-quote): If a
17505 double-quoted argument resolves to nil, return it as an empty
17506 string rather than as nil. This made it impossible to pass "" to
17507 a shell script as a null string argument.
17508
17509 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
17510
17511 * outline.el (outline-invent-heading): New fun.
17512 (outline-promote, outline-demote): Use it.
17513 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
17514 (outline-end-of-subtree): Remove unused var `opoint'.
17515
17516 2005-08-26 David Reitter <david.reitter@gmail.com>
17517
17518 * menu-bar.el (truncate-lines, write-file, print-buffer)
17519 (ps-print-buffer-faces, ps-print-buffer, split-window):
17520 Disable menu items when the frame they refer to is invisible, or when
17521 they refer to a buffer and the minibuffer is selected.
17522
17523 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
17524
17525 * progmodes/flymake.el (flymake-highlight-err-lines):
17526 Use save-excursion around flymake-highlight-line to preserve point.
17527
17528 2005-08-26 Eli Zaretskii <eliz@gnu.org>
17529
17530 * progmodes/octave-mod.el: Change Author and Maintainer address.
17531 (octave-maintainer-address): Change Kurt's email address.
17532 * progmodes/octave-inf.el: Change Author and Maintainer address.
17533 * progmodes/octave-hlp.el: Change Author and Maintainer address.
17534
17535 2005-08-26 Kim F. Storm <storm@cua.dk>
17536
17537 * subr.el (version-list-<, version-list-<=, version-list-=):
17538 Rename from integer-list-*.
17539 (version-list-not-zero): Likewise. Fix while loop.
17540 (version=): Use version-list-= instead of string-equal.
17541
17542 2005-08-26 Richard M. Stallman <rms@gnu.org>
17543
17544 * outline.el (outline-promote): Try shortening the heading.
17545 As last resort, read the heading to use.
17546 (outline-demote): As last resort, read the heading to use.
17547
17548 2005-08-26 Romain Francoise <romain@orebokech.com>
17549
17550 * progmodes/compile.el (compilation-start): Doc fix.
17551
17552 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
17553 (antlr-font-lock-additional-keywords): Fix reference to
17554 `antlr-font-lock-literal-regexp' erroneously changed during the
17555 mass face rename.
17556 (antlr-run-tool): Use `compilation-start'.
17557
17558 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
17559 instead of the obsolete `compile-internal'.
17560
17561 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
17562
17563 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
17564 (number, original-date):
17565 * calendar/cal-china.el (date):
17566 * calendar/cal-coptic.el (date):
17567 * calendar/cal-french.el (date):
17568 * calendar/cal-hebrew.el (date, entry, number, original-date):
17569 * calendar/cal-islam.el (date, number, original-date):
17570 * calendar/cal-iso.el (date):
17571 * calendar/cal-julian.el (date):
17572 * calendar/cal-mayan.el (date):
17573 * calendar/cal-menu.el (date, event):
17574 * calendar/cal-persia.el (date):
17575 * calendar/lunar.el (date):
17576 * calendar/solar.el (date): Add defvars.
17577
17578 * emerge.el:
17579 * ibuffer.el:
17580 * info-xref.el:
17581 * obsolete/bg-mouse.el:
17582 * obsolete/sun-curs.el:
17583 * obsolete/swedish.el: Move the `defvar's to the top level.
17584
17585 * smerge-mode.el (smerge-refined-change): Add :group.
17586
17587 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
17588
17589 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
17590 (smerge-keep-n): Remove props.
17591 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
17592 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
17593 now that it's done in smerge-keep-n.
17594 (smerge-refined-change): New face.
17595 (smerge-refine-chopup-region, smerge-refine-highlight-change)
17596 (smerge-refine): New funs.
17597 (smerge-basic-map): Bind smerge-refine.
17598
17599 2005-08-25 Juri Linkov <juri@jurta.org>
17600
17601 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
17602 compilation-process-setup-function and compilation-disable-input
17603 in grep-mode instead of let-bindings in grep.
17604
17605 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
17606 Delete "Automatic File De/compression" (auto-compression-mode).
17607
17608 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
17609
17610 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
17611 Silence warning about non-existent variable.
17612
17613 2005-08-25 Richard M. Stallman <rms@gnu.org>
17614
17615 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
17616 Rename "Describe Key" to "Describe Key or Mouse Operation".
17617
17618 * mail/mailalias.el (build-mail-aliases): Delete comments
17619 from the contents before processing them.
17620
17621 * isearch.el (isearch-edit-string): Erase the Search prompt
17622 if user enters an empty string and there is no default.
17623
17624 * comint.el (comint-file-name-prefix): Add autoload.
17625
17626 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
17627
17628 * subr.el (play-sound): Rearrange to avoid warning.
17629
17630 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
17631
17632 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
17633 New hook.
17634 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
17635
17636 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
17637
17638 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
17639
17640 * custom.el (custom-theme-set-variables): Sort minor modes last.
17641
17642 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17643
17644 * subr.el (version-separator, version-regexp-alist): New vars used by
17645 version comparison funs.
17646 (integer-list-<, integer-list-=, integer-list-<=)
17647 (integer-list-not-zero): New funs for integer list comparison.
17648 (version-to-list, version=, version<, version<=): New funs for version
17649 comparison.
17650
17651 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
17652
17653 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
17654 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
17655 time to silence the byte-compiler.
17656
17657 * ibuffer.el (ibuffer-compile-make-eliding-form)
17658 (ibuffer-check-formats): Use `with-no-warnings' to hide references
17659 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
17660 so it's silly to get warnings for it).
17661 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
17662 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
17663 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
17664 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
17665 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
17666 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
17667 Defvar at compile time.
17668 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
17669 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
17670 Declare them before use.
17671
17672 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
17673 (info-xref-good, info-xref-bad): Defvar at compile time.
17674
17675 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
17676 Use `let*' instead of `let'.
17677
17678 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
17679 (*mouse-y*, menu, char): Defvar at compile time.
17680 (sc::menu): Declare it before use.
17681 (sc::pack-one-line): Use `let', not `let*'.
17682
17683 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
17684 (mail-send-hook): Defvar at compile time.
17685
17686 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
17687 Defvar at compile time.
17688
17689 * term/sun-mouse.el (current-global-mousemap)
17690 (current-local-mousemap): Declare them before use.
17691
17692 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
17693
17694 * bookmark.el (bookmark-after-jump-hook): New hook.
17695 (bookmark-jump): Run `bookmark-after-jump-hook'.
17696
17697 2005-08-23 Juri Linkov <juri@jurta.org>
17698
17699 * faces.el (minibuffer-prompt): Doc fix.
17700
17701 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
17702
17703 * progmodes/xscheme.el: Trivial changes to silence warnings.
17704 (xscheme-previous-mode, xscheme-previous-process-state):
17705 Add defvars.
17706 (xscheme-last-input-end, xscheme-process-command-line)
17707 (xscheme-process-name, xscheme-buffer-name)
17708 (xscheme-expressions-ring-max, xscheme-expressions-ring)
17709 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
17710 (xscheme-control-g-synchronization-p)
17711 (xscheme-control-g-disabled-p, xscheme-string-receiver)
17712 (default-xscheme-runlight, xscheme-runlight)
17713 (xscheme-runlight-string, xscheme-process-filter-state)
17714 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
17715 Move to beginning of file.
17716 (scheme-interaction-mode-commands-alist)
17717 (scheme-interaction-mode-map, scheme-debugger-mode-map):
17718 Declare them before use. Note: the initialization code for the
17719 variables has not been moved because it uses functions that reference
17720 the variables.
17721 (xscheme-control-g-message-string, xscheme-process-filter-alist)
17722 (xscheme-prompt-for-expression-map): Declare them before use.
17723 (scheme-debugger-mode-commands): "?\ " -> "?\s".
17724
17725 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
17726
17727 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
17728
17729 2005-08-22 Juri Linkov <juri@jurta.org>
17730
17731 * faces.el (set-face-underline): Delete this duplicate function
17732 and make an obsolete alias to set-face-underline-p.
17733 (set-face-underline-p): Use docstring of set-face-underline.
17734 (describe-face): Create hyperlink to parent face.
17735
17736 * info.el (Info-insert-dir): Use save-excursion around
17737 insert-buffer-substring.
17738 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
17739 (Info-escape-percent): Delete function.
17740 (Info-fontify-node): Replace Info-escape-percent by
17741 replace-regexp-in-string with REP arg set to lambda that
17742 duplicates `%' and preserves text properties.
17743
17744 * progmodes/compile.el (compilation-disable-input): Doc fix.
17745 (define-compilation-mode): Doc fix and refill.
17746 (kill-compilation): Use `mode-name' in the error message.
17747 (compilation-find-file): Use `compilation-error' in the
17748 read-file-name's prompt.
17749
17750 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
17751
17752 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
17753 (smerge-auto-leave): Make undo re-enable the mode.
17754 (debug-ignored-errors): Add the user-error of impossible resolution.
17755 (smerge-resolve): Move things around a bit, in preparation for later.
17756 (smerge-diff): Don't fail if the buffer has no associated file.
17757 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
17758 (smerge-conflict-overlay): New function.
17759 (smerge-match-conflict): Don't add text properties here.
17760 (smerge-find-conflict): Instead, add an overlay here.
17761 Also check for the case where we're inside a conflict already, so as to
17762 obviate the need for font-lock-multiline, which is unbearably slow with
17763 large conflicts and ciomplex font-lock patterns.
17764 (smerge-remove-props): Remove overlay rather than text-properties.
17765 (smerge-mode): Don't set font-lock-multiline.
17766 Remove overlays when turned off.
17767
17768 2005-08-21 Kim F. Storm <storm@cua.dk>
17769
17770 * ido.el (ido-ignore-item-p): Use save-match-data.
17771 Bind case-fold-search to ido-case-fold locally.
17772
17773 2005-08-20 Richard M. Stallman <rms@gnu.org>
17774
17775 * files.el (normal-mode): If font lock is on, turn it off and on.
17776
17777 * subr.el (replace-regexp-in-string): Doc fix.
17778
17779 * startup.el (command-line-1): Don't suppress startup screen
17780 due to existing processes.
17781
17782 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
17783
17784 * progmodes/compile.el (compilation-disable-input): Default to nil.
17785
17786 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17787
17788 * progmodes/compile.el (compilation-disable-input): New defcustom.
17789 (compilation-start): If compilation-disable-input is non-nil, send
17790 EOF to the compilation process.
17791
17792 2005-08-20 Eli Zaretskii <eliz@gnu.org>
17793
17794 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
17795 Run the argument of tex-shell-cd-command through
17796 convert-standard-filename, to get the correct style of slashes on
17797 Windows, and enclose the result in quotes, in case the file name
17798 includes whitespace or other special characters.
17799
17800 2005-08-19 Andreas Schwab <schwab@suse.de>
17801
17802 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
17803 process.
17804
17805 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
17806
17807 * cus-start.el (minibuffer-prompt-properties): Correct typo.
17808
17809 2005-08-18 Kim F. Storm <storm@cua.dk>
17810
17811 * scroll-lock.el: Fix errors due to incorrect line wrapping.
17812
17813 2005-08-18 Richard M. Stallman <rms@gnu.org>
17814
17815 * scroll-lock.el: New file.
17816
17817 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
17818
17819 * dired.el (dired-move-to-end-of-filename):
17820 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
17821
17822 2005-08-18 Kim F. Storm <storm@cua.dk>
17823
17824 * ido.el (ido-everywhere): Fix defcustom :set function to disable
17825 rather than toggle mode when custom value is nil.
17826 (ido-everywhere): Fix defun doc string.
17827
17828 2005-08-17 Richard M. Stallman <rms@gnu.org>
17829
17830 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
17831 as tag instead of "Inviolable".
17832
17833 2005-08-17 Kim F. Storm <storm@cua.dk>
17834
17835 * windmove.el (windmove-coordinates-of-position): Remove.
17836 (windmove-coordinates-of-window-position): Remove.
17837 (windmove-reference-loc): Use posn-at-point instead.
17838
17839 * subr.el (insert-for-yank-1): Doc fix.
17840
17841 * ido.el (ido-enter-matching-directory): Rename from
17842 ido-enter-single-matching-directory. Change `slash' choice to
17843 `only'. Add `first' choice.
17844 (ido-exhibit): Adapt to above changes.
17845
17846 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
17847
17848 * Makefile.in: Expand comment about building loaddefs.el.
17849
17850 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
17851
17852 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
17853 Comment use of defadvice.
17854
17855 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
17856
17857 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
17858
17859 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
17860 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
17861 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
17862 * progmodes/idlw-shell.el, progmodes/ld-script.el,
17863 * progmodes/which-func.el, ruler-mode.el, strokes.el,
17864 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
17865 for backward compatibility for faces that did not appear in the
17866 previous Emacs release.
17867
17868 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
17869
17870 2005-08-15 Kim F. Storm <storm@cua.dk>
17871
17872 * emulation/cua-base.el (cua-delete-region): Return t if
17873 deleted region was non-empty.
17874 (cua-replace-region): Inhibit overwrite-mode for
17875 self-insert-command if replaced region was non-empty.
17876 (cua--explicit-region-start, cua--status-string): Make them
17877 buffer-local at top-level...
17878 (cua-mode): ...rather than when mode is enabled.
17879
17880 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
17881
17882 * progmodes/vhdl-mode.el (vhdl-emacs-21):
17883 Set t for Emacs 21, 22, and so on.
17884
17885 2005-08-15 David Ponce <david@dponce.com>
17886
17887 * tree-widget.el: Update Commentary header.
17888 (tree-widget-theme): Doc fix.
17889 (tree-widget-space-width): New option.
17890 (tree-widget-image-properties): Look up in the default theme too.
17891 (tree-widget--cursors): Only for images with arrow pointer shape.
17892 (tree-widget-lookup-image): Pointer shape is hand by default.
17893 (tree-widget-icon): Rename generic icon widget from
17894 `tree-widget-control'.
17895 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
17896 derive from `tree-widget-icon'.
17897 (tree-widget-handle): Improve default look and feel of the text
17898 representation.
17899 (tree-widget): Rename :*-control properties to :*-icon properties.
17900 Add :action and :help-echo properties.
17901 (tree-widget-after-toggle-functions): Move.
17902 (tree-widget-close-node, tree-widget-open-node): Remove.
17903 (tree-widget-before-create-icon-functions): New hook.
17904 (tree-widget-value-create): Update to allow customization of icons
17905 and nodes at run-time via that new hook.
17906 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
17907 (tree-widget-icon-action, tree-widget-icon-help-echo)
17908 (tree-widget-action, tree-widget-help-echo): New functions.
17909
17910 2005-08-15 Kim F. Storm <storm@cua.dk>
17911
17912 * ido.el (ido-buffer-internal): Use with-no-warnings.
17913 (ido-make-merged-file-list): Use while-no-input.
17914
17915 2005-08-15 Richard M. Stallman <rms@gnu.org>
17916
17917 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
17918 (flyspell-large-region): Fix doc and custom type.
17919
17920 2005-08-14 Richard M. Stallman <rms@gnu.org>
17921
17922 * files.el (interpreter-mode-alist): Doc fix.
17923
17924 * mail/rmail.el (rmail-nonignored-headers): New variable.
17925 (rmail-clear-headers): Use it.
17926 (rmail-reply): Better handling of mail-followup-to header.
17927
17928 * progmodes/sh-script.el (sh-font-lock-keywords-var):
17929 Rename variable from sh-font-lock-keywords. In the `shell' entry,
17930 don't try to refer to executable-font-lock-keywords.
17931 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
17932 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
17933 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
17934 (sh-mode): Set comment-start-skip, local-abbrev-table,
17935 imenu-case-fold-search.
17936 (sh-set-shell): Don't set them here.
17937 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
17938 Don't cache the results in the original alist; don't ever modify
17939 that alist.
17940
17941 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
17942
17943 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
17944 empty.
17945
17946 2005-08-15 Andreas Schwab <schwab@suse.de>
17947
17948 * desktop.el: Put autoload cookie at risky-local-variable declarations.
17949
17950 * dired.el, info.el, mail/rmail.el: Revert last change.
17951
17952 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
17953
17954 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
17955 modification in `eval-after-load' form.
17956 * info.el: Likewise.
17957 * mail/rmail.el: Likewise.
17958
17959 2005-08-14 Juri Linkov <juri@jurta.org>
17960
17961 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17962 Remove highlighting of "Compilation started". Highlight only
17963 the word "finished" in "Compilation finished". Add highlighting
17964 of "interrupt", "killed", "terminated" and the exit code.
17965 (compilation-start): Add newline after header. Use exactly the
17966 same time stamp format as the finishing message.
17967 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
17968
17969 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
17970 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
17971 Add highlighting of "interrupt", "killed", "terminated".
17972
17973 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
17974 enabled and the current command is self-insert-command, call it
17975 explicitly with overwrite-mode bound to nil, to not allow it
17976 to delete the character after the selected region.
17977
17978 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
17979
17980 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
17981 move-end-of-line, end-of-line, and beginning-of-line to the list
17982 of commands after which the echo area is updated.
17983
17984 2005-08-12 Eli Zaretskii <eliz@gnu.org>
17985
17986 * cus-edit.el (custom-save-all, custom-save-delete):
17987 Bind recentf-exclude to exclude custom-file.
17988
17989 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
17990
17991 * mail/rmailsum.el (rmail-summary-end-of-message): New command
17992 to go to the bottom of the mail message. Added to
17993 `rmail-summary-mode-map' with key "/".
17994 (rmail-summary-show-message): New (internal) function for use by
17995 both `rmail-summary-beginning/end-of-message'.
17996 (rmail-summary-beginning-of-message): Change to use
17997 rmail-summary-show-message.
17998
17999 * mail/rmail.el (rmail-end-of-message): New command to go to the
18000 end of the current message. Added to `rmail-mode-map' with key "/".
18001 (rmail-beginning-of-message): Fix to work as documented.
18002 (rmail-mode): Change documentation.
18003
18004 * progmodes/compile.el (compilation-start): Add the line
18005 "Compilation started" with compilation start time.
18006 (compilation-mode-font-lock-keywords): Add `started' to keywords.
18007
18008 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
18009
18010 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
18011 of menu items.
18012
18013 2005-08-11 Richard M. Stallman <rms@gnu.org>
18014
18015 * simple.el (pop-global-mark): Reverse test of widen-automatically.
18016
18017 * battery.el (battery-status-function): Don't use ignore-errors.
18018
18019 2005-08-11 Lute Kamstra <lute@gnu.org>
18020
18021 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
18022 define-obsolete-variable-alias.
18023
18024 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
18025
18026 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
18027 (ange-ftp-send-cmd): Revert last change, and expand
18028 the comment explaining the problem.
18029
18030 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
18031
18032 * ldefs-boot.el: Update.
18033
18034 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
18035 item to "Time, Load and Mail". Change help echo text.
18036
18037 * time.el (display-time-use-mail-icon, display-time-format)
18038 (display-time-string-forms): Shorten first line of docstrings.
18039
18040 2005-08-10 Lars Hansen <larsh@soem.dk>
18041
18042 * desktop.el (desktop-buffer-mode-handlers):
18043 Make non-customizable. Add autoload cookie. Change initial value to
18044 nil; add elements in respective modules instead. Fix doc string.
18045 (desktop-load-file): New function.
18046 (desktop-minor-mode-handlers): New autoloaded variable.
18047 (desktop-create-buffer): Call minor mode handlers.
18048 Use desktop-load-file to load major and minor mode modules prior to
18049 checking for a handler.
18050 (desktop-save): Don't add nil to desktop-minor-modes for minor
18051 modes with nil function in desktop-minor-mode-table. Don't delete
18052 desktop file before rewriting it.
18053 (desktop-locals-to-save): Add autoload cookie. Don't make
18054 automatically buffer-local. Add variables column-number-mode,
18055 size-indication-mode, indent-tabs-mode,
18056 indicate-buffer-boundaries, indicate-empty-lines and
18057 show-trailing-whitespace.
18058 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
18059 regexps. Don't use desktop-clear-preserve-buffers-regexp.
18060 (desktop-clear-preserve-buffers-regexp): Delete.
18061 (desktop-clear-preserve-buffers): Update initial value and docstring.
18062 (desktop-save-buffer): Fix doc string.
18063
18064 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
18065 (hilit-chg-desktop-restore): New function.
18066 (highlight-changes-mode): Add highlight-changes-mode to
18067 desktop-locals-to-save.
18068
18069 * dired.el: Add handler to desktop-buffer-mode-handlers.
18070 (dired-restore-desktop-buffer): Remove autoload cookie.
18071 (dired-mode): Add autoload cookie.
18072
18073 * info.el: Add handler to desktop-buffer-mode-handlers.
18074 (Info-restore-desktop-buffer): Remove autoload cookie.
18075 (Info-mode): Add autoload cookie.
18076
18077 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
18078 (mh-restore-desktop-buffer): Remove autoload cookie.
18079 (mh-folder-mode): Add autoload cookie.
18080
18081 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
18082 (rmail-restore-desktop-buffer): Remove autoload cookie.
18083
18084 2005-08-11 Masatake YAMATO <jet@gyve.org>
18085
18086 * hexl.el (hexl-address-region):
18087 (hexl-ascii-region, hexl-font-lock-keywords):
18088 (hexl-highlight-line-range): Use the term "region"
18089 instead of "area" for consistency with the other symbols
18090 defined in hexl.el.
18091
18092 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
18093
18094 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
18095 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
18096 out by Juri Linkov). Add `display-battery-mode'.
18097
18098 2005-08-09 Juri Linkov <juri@jurta.org>
18099
18100 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18101 Remove `-text' from face variable names.
18102 (compilation-error-file-name, compilation-warning-file-name)
18103 (compilation-info-file-name): Delete faces.
18104 (compilation-line-number, compilation-column-number):
18105 Remove face underlining.
18106 (compilation-message-face): Set to `underline' value by default.
18107 (compilation-error-face, compilation-warning-face)
18108 (compilation-info-face): Remove `-file-name' from face names.
18109 (compilation-error-text-face, compilation-warning-text-face)
18110 (compilation-info-text-face): Delete face variables.
18111 (compilation-text-face): Delete function.
18112
18113 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
18114 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
18115 (grep-error-face): Set to `compilation-error' instead of
18116 `compilation-error-face' (which is redefined to `grep-hit-face' in
18117 grep buffers).
18118 (grep-mode-font-lock-keywords): Remove `-text' from face variable
18119 names. Use `grep-error-face' instead of `compilation-error-text-face'.
18120
18121 * dired-aux.el (dired-do-query-replace-regexp):
18122 Use `query-replace-read-args'.
18123
18124 * replace.el (query-replace-read-from, query-replace-read-to)
18125 (query-replace-read-args): Rename arg `string' to `prompt'.
18126
18127 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
18128
18129 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
18130
18131 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
18132 uploading files.
18133 (ange-ftp-canonize-filename): Handle file names beginning with ~
18134 correctly.
18135
18136 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
18137
18138 * textmodes/fill.el (canonically-space-region)
18139 (fill-context-prefix, fill-french-nobreak-p)
18140 (fill-delete-newlines, fill-comment-paragraph)
18141 (justify-current-line): "?\ " -> "?\s".
18142
18143 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
18144
18145 * textmodes/fill.el (fill-nonuniform-paragraphs):
18146 Improve argument/docstring consistency.
18147
18148 2005-08-09 Richard M. Stallman <rms@gnu.org>
18149
18150 * textmodes/ispell.el (ispell-word): More fboundp checks.
18151
18152 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
18153 (find-file-noselect-1): Call it here, only if RAWFILE.
18154 (normal-mode): Always set some major mode.
18155 (save-some-buffers-action-alist): Change some explanation strings.
18156 (file-name-non-special): In the `quote' method, use unwind-protect.
18157
18158 2005-08-09 Magnus Henoch <mange@freemail.hu>
18159
18160 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
18161 (ispell-have-aspell-dictionaries): New variable.
18162 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
18163 (ispell-get-aspell-config-value): New function.
18164 (ispell-aspell-find-dictionary): New function.
18165 (ispell-aspell-add-aliases): New function.
18166 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
18167 appropriate. Don't look for ispell dictionaries if we use aspell.
18168 (ispell-menu-map): Don't build a submenu of dictionaries.
18169
18170 2005-08-09 Richard M. Stallman <rms@gnu.org>
18171
18172 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
18173 (sql-read-passwd): Use read-passwd.
18174
18175 * progmodes/idlw-toolbar.el (idlwave-toolbar)
18176 (idlwave-toolbar-is-possible): Add defvars.
18177
18178 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
18179 Avoid warnings.
18180
18181 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
18182 (idlwave-system-class-info, idlwave-executive-commands-alist):
18183 Use defvar.
18184
18185 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
18186
18187 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
18188 Avoid warnings.
18189
18190 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
18191 and content-type: headers.
18192
18193 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
18194
18195 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
18196 and rename some of them to be more self-explanatory.
18197
18198 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
18199
18200 * startup.el (command-line-1): Implement -scriptload.
18201
18202 * replace.el (occur-engine): Initial *Occur* output not undoable.
18203
18204 * menu-bar.el (menu-bar-file-menu): Rename some menu items
18205 and improve help strings.
18206
18207 * isearch.el (isearch-repeat): When changing direction,
18208 mark search successful.
18209
18210 * ediff-init.el: Use (featurep 'xemacs).
18211
18212 * comint.el (send-invisible): Identify buffer, if not selected.
18213
18214 * align.el: Delete autoload for c-guess-basic-syntax.
18215
18216 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
18217
18218 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
18219 Improve argument/docstring consistency. Doc fixes.
18220 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
18221 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
18222 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
18223 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
18224 (r2bv-organization, r2bv-pages, r2bv-primary-author)
18225 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
18226 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
18227 Defvar at compile time.
18228
18229 2005-08-09 Juri Linkov <juri@jurta.org>
18230
18231 * info.el: Replace `info' with upper-case `Info' where appropriate.
18232 (info-title-1, info-title-2, info-title-3, info-title-4)
18233 (info-menu-header): Move up face definitions.
18234 (info-menu-star): Rename from `info-menu-5'.
18235 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
18236 (Info-fontify-visited-nodes): Fix docstring.
18237 (Info-hide-note-references): Fix docstring.
18238 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
18239 menu items in the same way as on cross-references.
18240 (info-apropos): Fix sorting order and formatting to be like in the
18241 stand-alone Info browser. Display error messages for 1 sec.
18242 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
18243 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
18244 from the menu bar.
18245 (Info-insert-dir): Restore point after calling
18246 `insert-buffer-substring'.
18247
18248 2005-08-08 Richard M. Stallman <rms@gnu.org>
18249
18250 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
18251 (recompute-lucid-menubar): Add defvars.
18252
18253 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
18254
18255 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
18256
18257 * net/net-utils.el (run-dig): Rename from `dig'.
18258
18259 * play/gametree.el (gametree-mode): Use make-local-variable,
18260 not make-variable-buffer-local.
18261
18262 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
18263
18264 * ansi-color.el (ansi-color-make-extent)
18265 (ansi-color-set-extent-face): Use fboundp, not functionp.
18266
18267 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
18268 not make-variable-buffer-local.
18269
18270 * bookmark.el (Info-current-file): Add defvar.
18271 (bookmark-jump-noselect): Use with-no-warnings.
18272
18273 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
18274
18275 * ebuff-menu.el (Helper-return-blurb): Add defvar.
18276
18277 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
18278
18279 * find-file.el (ada-procedure-start-regexp)
18280 (ada-package-start-regexp): Add defvars.
18281
18282 * info.el (Info-insert-dir): Use insert-buffer-substring.
18283
18284 * xml.el (xml-att-def-re): Add defvar.
18285
18286 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
18287 calling convention.
18288
18289 * subr.el (while-no-input): Return t if there is input.
18290
18291 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
18292
18293 * cus-start.el (all): Add `overflow-newline-into-fringe'.
18294
18295 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
18296
18297 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
18298 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
18299
18300 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
18301
18302 * cmuscheme.el (scheme-start-file): Replace reference to
18303 `user-emacs-directory' by "~/.emacs.d/".
18304
18305 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
18306
18307 * info.el (Info-dir-remove-duplicates): Avoid case folding
18308 in loop; instead, keep downcased strings for comparison.
18309 Suggested by Helmut Eller.
18310
18311 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
18312
18313 Sync with Tramp 2.0.50.
18314
18315 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
18316 XEmacs case; not necessary anymore.
18317 (tramp-user-regexp): Allow "@" as part of user name.
18318 (tramp-handle-set-visited-file-modtime)
18319 (tramp-handle-insert-file-contents)
18320 (tramp-handle-write-region): No special handling for
18321 `last-coding-system-used, because this is done in
18322 `tramp-accept-process-output' now.
18323 (tramp-accept-process-output): New defun.
18324 (tramp-process-one-action, tramp-process-one-multi-action)
18325 (tramp-wait-for-regexp, tramp-wait-for-output)
18326 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
18327 Howells <dhowells@redhat.com>.
18328 (clear-visited-file-modtime): Defadvice removed. The check for
18329 unset buffer's modtime does not need to be based on
18330 `tramp-buffer-file-attributes'. Suggested by RMS.
18331 (tramp-message): Insert "\n" if not being at beginning of line.
18332 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
18333 sequence with same logic.
18334 (tramp-completion-handle-expand-file-name): Discard call of
18335 `tramp-drop-volume-letter'. It is not necessary, and there have
18336 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
18337 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
18338 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
18339 should always be visible.
18340 (tramp-handle-insert-directory, tramp-setup-complete)
18341 (tramp-set-process-query-on-exit-flag)
18342 (tramp-append-tramp-buffers): Pacify byte-compiler.
18343 (tramp-bug): Delete non-existing variables from list.
18344 Apply `tramp-load-report-modules' as pre-hook.
18345 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
18346 `shell-prompt-pattern' because of non-7bit characters.
18347 Reported by Sebastian Luque <sluque@mun.ca>.
18348 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
18349 (tramp-match-string-list): Remove function.
18350 (tramp-wait-for-regexp): Remove call of that function.
18351 Suggested by Kim F. Storm <storm@cua.dk>.
18352 (tramp-set-auto-save-file-modes): Use octal integer code #o600
18353 instead of octal character code ?\600. The latter resulted in a
18354 syntax error with XEmacs.
18355
18356 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
18357 XEmacs case; not necessary anymore.
18358 (tramp-smb-handle-write-region): No special handling for
18359 `last-coding-system-used, because this is done in
18360 `tramp-accept-process-output' now.
18361 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
18362
18363 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
18364
18365 * wid-edit.el (widget-choice-value-create):
18366 Unconditionally respect user choice. Set :explicit-choice back to nil
18367 when no longer needed.
18368 (widget-choice-action): Unconditionally respect user choice.
18369 Eliminate :explicit-choice-value.
18370
18371 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
18372
18373 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
18374 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
18375 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
18376 running new function `toggle-indicate-empty-lines'.
18377 Rename "Customize" item to "Customize fringe".
18378 Rename "Indicators" item to "Buffer boundaries" and change help echo.
18379 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
18380 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
18381 Delete "Empty lines only" item.
18382 (menu-bar-showhide-fringe-ind-customize): New function.
18383 (menu-bar-showhide-fringe-ind-mixed)
18384 (menu-bar-showhide-fringe-ind-box)
18385 (menu-bar-showhide-fringe-ind-right)
18386 (menu-bar-showhide-fringe-ind-left)
18387 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
18388 instead of `fringe-indicators'.
18389
18390 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
18391
18392 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
18393 Change the date of last update.
18394
18395 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
18396
18397 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
18398 (viper-exec-yank, viper-put-back): Don't display modification msg
18399 if in the minibuffer.
18400
18401 * viper-init.el (viper-replace-overlay-cursor-color)
18402 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
18403 Make variables frame local.
18404
18405 * viper-util.el (viper-append-filter-alist): Use append instead of
18406 nconc.
18407
18408 * viper.el (viper-vi-state-mode-list)
18409 (viper-emacs-state-mode-list): Move help-mode and
18410 completion-list-mode from the first list to the second.
18411 (viper-mode): Docstring.
18412 (viper-go-away, viper-non-hook-settings): Don't localize
18413 minor-mode-alist in newer Emacsen. Add advice to
18414 set-cursor-color. Don't bind "\C-c\\".
18415
18416 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
18417
18418 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
18419 (scheme-macro-expand-command): New user options.
18420 (scheme-trace-procedure, scheme-expand-current-form): New commands.
18421 (scheme-form-at-point, scheme-start-file)
18422 (scheme-interactively-start-process): New functions.
18423 (scheme-get-process): New function, extracted from `scheme-proc'.
18424 (run-scheme): Call `scheme-start-file' to get start file, and pass
18425 it to `make-comint'.
18426 (switch-to-scheme, scheme-proc):
18427 Call `scheme-interactively-start-process' if no Scheme buffer/process
18428 is available.
18429
18430 2005-08-06 Juri Linkov <juri@jurta.org>
18431
18432 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18433 Use `compilation-text-face', `compilation-info-text-face' and
18434 `compilation-error-text-face' instead of `font-lock-keyword-face'.
18435 (compilation-error): New face.
18436 (compilation-error-file-name): Inherit from
18437 `compilation-error' instead of `font-lock-warning-face'.
18438 (compilation-warning-file-name): Inherit from
18439 `compilation-warning' instead of `font-lock-warning-face'.
18440 (compilation-info, compilation-error-file-name)
18441 (compilation-warning-file-name, compilation-info-file-name)
18442 (compilation-line-number, compilation-column-number): Doc fix.
18443 (compilation-error-text-face, compilation-warning-text-face)
18444 (compilation-info-text-face): New face variables.
18445 (compilation-line-face, compilation-column-face)
18446 (compilation-enter-directory-face)
18447 (compilation-leave-directory-face): Doc fix.
18448 (compilation-text-face): New function.
18449
18450 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
18451 instead of 1 to display binary file names as info file links.
18452 (grep-error-face): Use `compilation-error-face' instead of
18453 `font-lock-keyword-face'.
18454 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
18455 and `compilation-warning-text-face' instead of
18456 `font-lock-keyword-face'. Use `compilation-error-text-face'
18457 instead of `grep-error-face'.
18458
18459 2005-08-05 Kenichi Handa <handa@m17n.org>
18460
18461 * international/code-pages.el: Add autoload cookies for all coding
18462 systems.
18463
18464 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
18465
18466 * cus-start.el (all): Put undo.c where it alphabetically belongs.
18467
18468 2005-08-04 Juri Linkov <juri@jurta.org>
18469
18470 * progmodes/compile.el (compilation-mode-map):
18471 * progmodes/grep.el (grep-mode-map):
18472 Bind TAB to `compilation-next-error' and [backtab] to
18473 `compilation-previous-error'.
18474
18475 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
18476 matching line numbers, column numbers and their ranges with regexp
18477 matching only line numbers.
18478 (grep-context-face): New face variable.
18479 (grep-mode-font-lock-keywords): Use it.
18480
18481 * faces.el (read-face-name): Delete duplicate faces.
18482
18483 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
18484
18485 * thumbs.el (thumbs-find-image): Don't make variables
18486 automatically buffer local.
18487 (thumbs-current-tmp-filename, thumbs-current-image-filename)
18488 (thumbs-image-num): Make automatically buffer local.
18489 (thumbs-show-thumbs-list): Use `make-local-variable', not
18490 `make-variable-buffer-local'.
18491 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
18492
18493 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
18494 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
18495 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
18496 (bother, bye, canyou, chatlst, continue, deathlst, describe)
18497 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
18498 (feelings-about, foullst, found, hello, history, howareyoulst)
18499 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
18500 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
18501 (neglst, obj, object, owner, please, problems, qlist)
18502 (random-adjective, relation, remlst, repetitive-shortness)
18503 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
18504 (shortlst, something, sportslst, stallmanlst, states, subj)
18505 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
18506 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
18507 Defvar at compile time.
18508
18509 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
18510 not `make-variable-buffer-local'.
18511
18512 2005-08-02 Kim F. Storm <storm@cua.dk>
18513
18514 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
18515 rectangle overlay in selected window.
18516
18517 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
18518
18519 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
18520 instead of display group. Make `indicate-buffer-boundaries'
18521 customizable through Custom.
18522
18523 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
18524
18525 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
18526 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
18527 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
18528 (gdb-put-string): Fix typos in docstrings.
18529
18530 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
18531
18532 Update copyright notices of files in progmodes directory for
18533 release of Emacs 22.1.
18534
18535 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
18536
18537 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
18538 Don't barf if the GUD buffer has been killed.
18539
18540 2005-08-01 Kim F. Storm <storm@cua.dk>
18541
18542 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
18543
18544 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
18545
18546 * simple.el (next-error-follow-minor-mode):
18547 make-variable-buffer-local -> make-local-variable.
18548
18549 * emacs-lisp/cl-extra.el: Require CL also when compiling.
18550
18551 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
18552 (byte-compile-form-make-variable-buffer-local): New functions to warn
18553 about misuses of make-variable-buffer-local where make-local-variable
18554 was meant.
18555
18556 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
18557
18558 * bs.el (bs-attributes-list): Doc fix.
18559 (bs): Update url-link.
18560
18561 * desktop.el (desktop-save-buffer): Fix typos in docstring.
18562 (desktop-load-default): Simplify.
18563
18564 * ibuffer.el (ibuffer-columnize-and-insert-list)
18565 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
18566 (ibuffer-unmark-all, ibuffer-toggle-marks)
18567 (ibuffer-unmark-forward, ibuffer-unmark-backward)
18568 (ibuffer-compile-make-format-form, ibuffer-format-column)
18569 (ibuffer-current-buffers-with-marks)
18570 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
18571 (ibuffer): Doc fix.
18572 (ibuffer-mode): Fix typo in docstring.
18573 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
18574 with `define-obsolete-variable-alias'.
18575 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
18576
18577 2005-07-29 Kenichi Handa <handa@m17n.org>
18578
18579 * international/mule-cmds.el (select-message-coding-system):
18580 Be sure to use LF for end-of-line. If no coding system is decided,
18581 return iso-8859-1-unix.
18582
18583 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
18584
18585 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
18586 (ange-ftp-pending-error-line): New vars.
18587 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
18588 to handle the non-fatal no-route-to-host messages.
18589 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
18590
18591 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
18592
18593 * isearch.el (isearch-mode-map, isearch-other-meta-char)
18594 (isearch-quote-char, isearch-printing-char)
18595 (isearch-text-char-description): "?\ " -> "?\s".
18596 (isearch-lazy-highlight-cleanup)
18597 (isearch-lazy-highlight-initial-delay)
18598 (isearch-lazy-highlight-interval)
18599 (isearch-lazy-highlight-max-at-a-time)
18600 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
18601 Declare with define-obsolete-*-alias macros.
18602 (isearch-forward): Fix typo in docstring.
18603 (search-invisible, search-ring-yank-pointer)
18604 (regexp-search-ring-yank-pointer): Doc fixes.
18605
18606 * recentf.el (recentf-menu-append-commands-p): Declare with
18607 `define-obsolete-variable-alias'.
18608 (recentf-max-saved-items, recentf-menu-filter)
18609 (recentf-arrange-by-rule-subfilter): Doc fixes.
18610 (recentf-menu-append-commands-flag)
18611 (recentf-initialize-file-name-history, recentf-expand-file-name)
18612 (recentf-clear-data): Fix typos in docstrings.
18613
18614 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
18615
18616 * progmodes/gdb-ui.el: Smarten comments.
18617 (gdb-info-breakpoints-custom): Use nowarn when finding file.
18618
18619 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
18620
18621 * term/apollo.el (terminal-init-apollo): New function containing
18622 all former top level forms in the file.
18623 * term/bobcat.el (terminal-init-bobcat):
18624 * term/cygwin.el (terminal-init-cygwin):
18625 * term/iris-ansi.el (terminal-init-iris-ansi):
18626 * term/linux.el (terminal-init-linux):
18627 * term/news.el (terminal-init-news):
18628 * term/rxvt.el (terminal-init-rxvt):
18629 * term/sun.el (terminal-init-sun):
18630 * term/tvi970.el (terminal-init-tvi970):
18631 * term/vt100.el (terminal-init-vt100):
18632 * term/vt102.el (terminal-init-vt102):
18633 * term/vt125.el (terminal-init-vt125):
18634 * term/vt200.el (terminal-init-vt200):
18635 * term/vt201.el (terminal-init-vt201):
18636 * term/vt220.el (terminal-init-vt220):
18637 * term/vt240.el (terminal-init-vt240):
18638 * term/vt300.el (terminal-init-vt300):
18639 * term/vt320.el (terminal-init-vt320):
18640 * term/vt400.el (terminal-init-vt400):
18641 * term/vt420.el (terminal-init-vt420):
18642 * term/wyse50.el (terminal-init-wyse50):
18643 * term/xterm.el (terminal-init-xterm): Likewise.
18644
18645 * term/README: Describe the terminal-init-* functionality.
18646
18647 * startup.el (command-line): After loading the terminal initialization
18648 file call the corresponding terminal initialization function.
18649
18650 2005-07-27 Kenichi Handa <handa@m17n.org>
18651
18652 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
18653 negative.
18654
18655 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
18656 (ps-mule-composition-prologue): Fix for the case that
18657 RelativeCompose is false.
18658
18659 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
18660
18661 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
18662
18663 * descr-text.el (describe-char): Handle the case where the list of
18664 chars is displayed in a separate frame.
18665 Be a bit more discriminating when looking for the char.
18666
18667 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
18668
18669 * bookmark.el (bookmark-automatically-show-annotations)
18670 (bookmark-read-annotation-text-func): Doc fixes.
18671 (bookmark-save): Improve argument/docstring consistency.
18672 (bookmark-get-bookmark, bookmark-get-bookmark-record)
18673 (bookmark-alist-from-buffer)
18674 (bookmark-upgrade-file-format-from-0)
18675 (bookmark-grok-file-format-version)
18676 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
18677 (bookmark-read-annotation-mode)
18678 (bookmark-insert-current-bookmark, bookmark-jump)
18679 (bookmark-exit-hook): Fix typos in docstrings.
18680 (bookmark-exit-hooks): Define as obsolete alias.
18681 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
18682 not `bookmark-exit-hooks'. Fix docstring.
18683 (bookmark-bmenu-select): "?\ " -> "?\s".
18684
18685 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
18686
18687 * startup.el (command-line): Fix typo.
18688
18689 2005-07-24 Richard M. Stallman <rms@gnu.org>
18690
18691 * tooltip.el (tooltip-mode): Test emacs-basic-display,
18692 not emacs-quick-startup.
18693
18694 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
18695
18696 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
18697 (reb-next-match, reb-show-subexp): Use `with-selected-window'
18698 instead of `reb-with-current-window'.
18699 (reb-prev-match): Likewise. Also, don't move left if the search
18700 was unsuccessful.
18701 (reb-initialize-buffer): New function.
18702 (re-builder, reb-change-syntax): Use it.
18703
18704 * man.el (Man-goto-page): Make second argument NOERROR optional.
18705
18706 2005-07-23 Richard M. Stallman <rms@gnu.org>
18707
18708 * man.el (Man-bgproc-sentinel): Check here for failure to find
18709 any man page in the output, and report the error here.
18710 (Man-arguments): Make it permanent local.
18711 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
18712 (Man-mode): Pass t for NOERROR.
18713
18714 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
18715 (grep-mode-font-lock-keywords):
18716 Don't use compilation-...-face for messages that are not file names.
18717
18718 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18719 Don't use compilation-...-face for messages that are not file names.
18720
18721 2005-07-22 Juri Linkov <juri@jurta.org>
18722
18723 * startup.el (normal-splash-screen): Update menu name.
18724
18725 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
18726
18727 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
18728
18729 * term/xterm.el: Load term/rxvt if the terminal is actually an
18730 rxvt terminal.
18731 (xterm-rxvt-set-background-mode): Remove, not used anymore.
18732
18733 * term/rxvt.el (function-key-map): Use substitute-key-definition
18734 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
18735
18736 * term/cygwin.el: New file.
18737
18738 2005-07-22 Kim F. Storm <storm@cua.dk>
18739
18740 * image-file.el (insert-image-file, image-file-yank-handler):
18741 Fix last change to maintain a (unique) yank-handler on yanked images.
18742
18743 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
18744
18745 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
18746 of the file size (as in "177B" for 177 bytes). This happens with
18747 "ls -lh" on FreeBSD.
18748
18749 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
18750
18751 * hilit-chg.el (highlight-changes-global-initial-state)
18752 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
18753 (hilit-chg-fixup, highlight-changes-mode):
18754 Fix typos in docstrings.
18755 (highlight-changes-global-modes, highlight-changes-rotate-faces):
18756 Doc fixes.
18757
18758 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
18759
18760 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
18761 mode function using `eval-after-load'.
18762
18763 2005-07-21 Kim F. Storm <storm@cua.dk>
18764
18765 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
18766 included when reporting an emacs crash, and tell about the DEBUG file.
18767
18768 * image-file.el (insert-image-file): Add yank-handler.
18769 (image-file-yank-handler): Yank handler to make unique copies of
18770 images when they are yanked into a buffer next to each other.
18771
18772 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
18773
18774 * comint.el (comint-use-prompt-regexp, comint-send-input)
18775 (comint-source-default, comint-extract-string)
18776 (comint-get-source, comint-word, comint-completion)
18777 (comint-source, comint-prompt-read-only, comint-update-fence):
18778 Fix typos in docstrings.
18779 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
18780 Declare with define-obsolete-*-alias macros.
18781 (comint-previous-matching-input-from-input)
18782 (comint-next-matching-input-from-input)
18783 (comint-previous-matching-input, comint-next-matching-input)
18784 (comint-forward-matching-input):
18785 Improve argument/docstring consistency.
18786
18787 * desktop.el (desktop-clear-preserve-buffers-regexp):
18788 Also preserve the *server* buffer.
18789
18790 * simple.el (clone-indirect-buffer): Doc fix.
18791 (fixup-whitespace, just-one-space)
18792 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
18793 (next-error, next-error-highlight)
18794 (next-error-highlight-no-select, next-error-last-buffer)
18795 (next-error-buffer-p, next-error-find-buffer, next-error)
18796 (previous-error, next-error-no-select, previous-error-no-select)
18797 (open-line, split-line, minibuffer-prompt-width, kill-new)
18798 (binary-overwrite-mode): Fix typos in docstrings.
18799 (set-fill-column): Fix typo in message.
18800
18801 * skeleton.el (skeleton-proxy-new): Doc fix.
18802
18803 * strokes.el (strokes-load-hook): Doc fix.
18804 (strokes-grid-resolution, strokes-get-grid-position)
18805 (strokes-renormalize-to-grid, strokes-read-stroke)
18806 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
18807 (strokes-global-map): Fix typos in docstrings.
18808 (strokes-help): Doc fix. Fix help message and pass it through
18809 `substitute-command-keys'.
18810
18811 * tempo.el (tempo-insert-prompt, tempo-interactive)
18812 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
18813 (tempo-insert-string-functions, tempo-local-tags)
18814 (tempo-define-template, tempo-insert-template)
18815 (tempo-insert-prompt-compat, tempo-is-user-element)
18816 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
18817 Fix typos in docstrings.
18818
18819 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
18820 (vcursor-key-bindings, vcursor-use-vcursor-map)
18821 (vcursor-find-window, vcursor-scroll-down)
18822 (vcursor-disable, vcursor-beginning-of-buffer)
18823 (vcursor-end-of-buffer): Fix typos in docstrings.
18824 (vcursor-relative-move, vcursor-get-char-count):
18825 Improve argument/docstring consistency.
18826
18827 * version.el: "?\ " -> "?\s".
18828
18829 * wid-edit.el (widget-default-create, widget-after-change)
18830 (widget-default-format-handler, widget-checklist-add-item)
18831 (widget-radio-add-item, widget-choose, widget-specify-secret)
18832 (widget-field-value-create, widget-field-value-get)
18833 (widget-editable-list-format-handler)
18834 (widget-editable-list-entry-create, widget-group-value-create)
18835 (widget-documentation-link-add)
18836 (widget-documentation-string-value-create): "?\ " -> "?\s".
18837 (widget-convert-text): Doc fix.
18838 (widget-narrow-to-field, widget-field-find)
18839 (widget-url-link-action, widget-emacs-library-link-action)
18840 (widget-color-notify): Fix typos in docstrings.
18841
18842 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
18843 (x-select-text, set-w32-system-coding-system)
18844 (w32-add-charset-info): Fix typos in docstrings.
18845
18846 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
18847 (cua-enable-cua-keys, cua-use-hyper-key)
18848 (cua-virtual-rectangle-edges): Fix typos in docstrings.
18849 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
18850
18851 * net/tramp.el (tramp-handle-load): Fix typo in error message.
18852
18853 * emacs-lisp/re-builder.el (regexp-builder): Declare with
18854 `defalias' instead of faking it.
18855
18856 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
18857 (eshell-ls-missing, eshell-ls-dired-initial-args)
18858 (eshell-ls-use-in-dired): Fix typos in docstrings.
18859
18860 2005-07-20 Kim F. Storm <storm@cua.dk>
18861
18862 * emulation/cua-base.el (cua-mode): Improve doc string.
18863
18864 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
18865
18866 * abbrev.el (expand-region-abbrevs): Doc fix.
18867 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
18868 Improve argument/docstring consistency.
18869
18870 * arc-mode.el (archive-get-descr, archive-alternate-display):
18871 Doc fixes.
18872 (archive-l-e): Improve argument/docstring consistency.
18873 (archive-tmpdir, archive-unixdate, archive-unixtime)
18874 (archive-chmod-entry): Fix typos in docstrings.
18875 (archive-unflag, archive-unflag-backwards)
18876 (archive-unmark-all-files): "?\ " -> "?\s".
18877
18878 * buff-menu.el (Buffer-menu-unmark): Doc fix.
18879 (Buffer-menu-not-modified, Buffer-menu-execute)
18880 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
18881 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
18882
18883 * composite.el (compose-string, encode-composition-rule)
18884 (compose-last-chars): Fix typos in docstrings.
18885
18886 * desktop.el (desktop-enable, desktop-basefilename):
18887 Declare with `define-obsolete-variable-alias'.
18888 (desktop-internal-v2s): Don't quote keywords.
18889 (desktop-clear): "?\ " -> "?\s".
18890
18891 * dired.el (dired-align-file, dired-flag-backup-files)
18892 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
18893 (dired-listing-switches, dired-ls-F-marks-symlinks)
18894 (dired-dwim-target, dired-load-hook, dired-mode-hook)
18895 (dired-directory, dired-faces, dired, dired-revert)
18896 (dired-mode, dired-summary, dired-view-file)
18897 (dired-copy-filename-as-kill, dired-delete-file)
18898 (dired-no-confirm, dired-unmark-all-marks)
18899 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
18900 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
18901 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
18902 Fix typos in message strings.
18903
18904 * dired-x.el (virtual-dired): Declare with `defalias'.
18905 (dired-mark-unmarked-files, dired-local-variables-file)
18906 (dired-omit-here-always): Doc fix.
18907 (dired-omit-mode, dired-find-subdir)
18908 (dired-enable-local-variables, dired-clean-up-buffers-too)
18909 (dired-extra-startup, dired-mark-extension, dired-jump)
18910 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
18911 (dired-smart-shell-command, dired-guess-shell-alist-user)
18912 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
18913 (dired-x-bind-find-file, dired-x-submit-report):
18914 Fix typos in docstrings.
18915 (dired-mark-unmarked-files): "?\ " -> "?\s".
18916
18917 * dirtrack.el (dirtrack-list): Fix typos in docstring.
18918
18919 * faces.el (describe-face): "?\ " -> "?\s".
18920 (read-all-face-attributes, read-face-font, modify-face)
18921 (face-attr-construct, italic): Fix typos in docstrings.
18922 (frame-update-face-colors): Declare with
18923 `define-obsolete-function-alias'.
18924
18925 * files.el (find-file-noselect, recode-file-name): Doc fixes.
18926 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
18927 (magic-mode-alist, buffer-file-numbers-unique)
18928 (write-file-functions, get-free-disk-space):
18929 Fix typos in docstrings.
18930 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
18931 (write-contents-hooks, write-file-hooks):
18932 Declare with `define-obsolete-variable-alias'.
18933
18934 * forms-d2.el (arch-rj): Fix typo in docstrings.
18935 (arch-tocol): Likewise. "?\ " -> "?\s".
18936
18937 * frame.el (set-frame-font, cursor-in-non-selected-windows):
18938 Fix typo in docstring.
18939 (set-screen-width, set-screen-height): Delete redundant info in
18940 doctrings.
18941 (new-frame, screen-height, screen-width): Declare with
18942 `define-obsolete-function-alias'.
18943 (delete-frame-hook, blink-cursor): Declare with
18944 `define-obsolete-variable-alias'.
18945
18946 * paths.el (prune-directory-list): Fix typos in docstring.
18947
18948 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
18949 (cvs-prefix-get): Fix typos in docstrings.
18950
18951 * ps-print.el (ps-extend-face-list, ps-extend-face)
18952 (ps-print-background-image): Fix typos in docstrings.
18953 (ps-default-fg, ps-default-bg): Doc fixes.
18954
18955 * s-region.el (s-region-bind): Doc fix.
18956 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
18957
18958 * textmodes/org.el (org-table-formula-substitute-names)
18959 (org-table-get-vertical-vector): Doc fixes.
18960 (org-table-recalculate): Remove unused argument to `message'.
18961
18962 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
18963
18964 * textmodes/org.el (org-table-column-names)
18965 (org-table-column-name-regexp)
18966 (org-table-named-field-locations): New variables.
18967 (org-archive-subtree): Protect `this-command' when calling
18968 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
18969 the kill buffer.
18970 (org-complete): Remove fixed-formula completion.
18971 (org-edit-formulas-map): New variable.
18972 (org-table-edit-formulas): New command.
18973 (org-finish-edit-formulas, org-abort-edit-formulas)
18974 (org-show-variable, org-table-get-vertical-vector): New functions.
18975 (org-table-maybe-eval-formula): Handle `:=' fields.
18976 (org-table-get-stored-formulas, org-table-store-formulas)
18977 (org-table-get-formula, org-table-modify-formulas)
18978 (org-table-replace-in-formulas): Handle named field formulas.
18979 (org-table-get-specials): Store locations of named fields.
18980
18981 2005-07-19 Juri Linkov <juri@jurta.org>
18982
18983 * progmodes/grep.el (grep-regexp-alist)
18984 (grep-mode-font-lock-keywords, grep-process-setup):
18985 Use default GNU grep match color "01;31m" instead of "01;41m".
18986 (grep-regexp-alist, grep-mode-font-lock-keywords):
18987 Use `\\[[0-9]*m' instead of `\\[00m'.
18988 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
18989 sgr_start where its handling is more important. Use the real
18990 length of sgr_start instead of constant 8.
18991 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
18992 specially. Delete all remaining escape sequences.
18993 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
18994 (grep-regexp-alist): Make hyperlink only for binary file name
18995 instead of the whole line.
18996 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
18997 (grep-mode): Add autoload.
18998
18999 * emacs-lisp/find-func.el (find-function-regexp):
19000 Add `define-compilation-mode'.
19001
19002 2005-07-19 Juri Linkov <juri@jurta.org>
19003
19004 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
19005 (compare-windows-sync-string-size, compare-windows-recenter)
19006 (compare-windows-highlight, compare-windows): Add version 22.1.
19007 (compare-windows) <defface>: Inherit from lazy-highlight instead
19008 of duplicating its default value.
19009
19010 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
19011 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
19012
19013 * descr-text.el (describe-char): Create link buttons for `charset'
19014 and `code point'. Add the current input method name with a link
19015 button to `to input' field. Print face names of display table
19016 characters in `The display table entry is displayed by' section
19017 instead of printing face-id in the `display' field.
19018 Guess hardcoded faces and create a link button for them.
19019 Skip empty fields when calculating max-width.
19020 Treat `widget-create' specially while inserting strings from the
19021 collected field list.
19022 (describe-char-after): Made obsolete in version 22.1, not 21.5.
19023
19024 * diff-mode.el (diff-file-header): Change foreground color from
19025 yellow to green on light backgrounds.
19026 (diff-context): Inherit from `shadow' only for color/grayscale
19027 with more than 88 colors.
19028 (diff-indicator-removed, diff-indicator-added)
19029 (diff-indicator-changed): New faces.
19030 (diff-font-lock-keywords): Use new faces. Regroup rules.
19031 Add "^---$" for `normal' diff format. Fontify `#' lines with
19032 font-lock-comment-delimiter-face and font-lock-comment-face.
19033 Add `#' to ^[^...] in the rule for `diff-context-face'.
19034
19035 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
19036 a button-like box. Inherit from `highlight' on low colors.
19037 (shadow): Use shades of gray only for color/grayscale with
19038 more than 88 colors. Use green for light backgrounds with
19039 8 colors, and yellow for dark backgrounds with 8 colors.
19040
19041 * font-lock.el (font-lock-regexp-grouping-backslash):
19042 Don't inherit from escape-glyph (use bold for all cases).
19043
19044 * info.el (info-xref-visited): Use light foreground color `violet'
19045 for dark backgrounds instead of dark color `magenta3'.
19046 (info-title-1): Use `yellow' color for dark backgrounds.
19047
19048 * isearch.el (isearch): Use not-too-dark magenta3 instead of
19049 too-light magenta2.
19050
19051 * replace.el (match): Use slightly more light RoyalBlue3 instead
19052 of dark RoyalBlue4.
19053
19054 * wid-edit.el (widget-inactive): Inherit from `shadow'.
19055
19056 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
19057
19058 * novice.el (disabled-command-hook): Declare it with
19059 `define-obsolete-variable-alias'.
19060
19061 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
19062 (desktop-buffer-misc-functions, desktop-buffer-handlers)
19063 (desktop-load-default): Add release to obsolescence info.
19064 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
19065 (desktop-append-buffer-args, desktop-read):
19066 Fix typos in docstrings.
19067 (desktop-kill): Fix typo in message.
19068 (desktop-save): Doc fix.
19069
19070 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
19071
19072 * viper-cmd.el (viper-escape-to-state): Bug fix.
19073 (viper-envelop-ESC-key): Change the definition of fast
19074 keysequence so it'll work with keyboard macros.
19075
19076 * ediff.el (ediff-patch-buffer): Change the docstring.
19077
19078 2005-07-19 Kenichi Handa <handa@m17n.org>
19079
19080 * international/mule-cmds.el (select-safe-coding-system): Try to
19081 use an auto-coding (if any) before anything else. If the found
19082 auto-coding is invalid, show a warning message.
19083
19084 * international/mule.el (find-auto-coding): New function created
19085 by modifying the body of set-auto-coding.
19086 (set-auto-coding): Use find-auto-coding to find a coding.
19087
19088 2005-07-18 Richard M. Stallman <rms@gnu.org>
19089
19090 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
19091 not isearch-mode-end-hook-error.
19092 (allout-before-change-protect): Fix error message.
19093
19094 2005-07-18 Juri Linkov <juri@jurta.org>
19095
19096 * allout.el (allout-mode):
19097 * calculator.el (calculator-copy):
19098 * custom.el (custom-known-themes):
19099 * dired.el (dired-desktop-buffer-misc-data)
19100 (dired-restore-desktop-buffer):
19101 * dired-x.el (dired-omit-marker-char):
19102 * files.el (basic-save-buffer):
19103 * font-core.el (font-lock-mode):
19104 * calendar/calendar.el (calendar-goto-hebrew-date)
19105 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
19106 (calendar-goto-persian-date):
19107 * language/ethio-util.el (ethio-sera-to-fidel-region):
19108 * textmodes/picture.el (picture-mode):
19109 Delete duplicate duplicate words.
19110
19111 2005-07-18 Juri Linkov <juri@jurta.org>
19112
19113 * isearch.el (isearch-mode-map): Remove key bindings for regexp
19114 chars * ? } |.
19115 (isearch-fallback): Don't call `isearch-process-search-char'.
19116 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
19117 (isearch-process-search-char): Call `isearch-fallback' for regexp
19118 chars * ? } |.
19119 (isearch-return-char): Make obsolete with `make-obsolete' instead
19120 of simply documenting it as obsolete in the docstring.
19121 (isearch-fallback): Refill docstring.
19122
19123 * international/isearch-x.el
19124 (isearch-process-search-multibyte-characters): Remove unneeded
19125 `concat'. Add intermediate values to `junk-hist' instead of
19126 `minibuffer-history'. Test the length of `str'.
19127
19128 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
19129
19130 * allout.el (allout-resolve-xref): Fix typos in error strings.
19131 (allout-before-change-protect): Remove unneeded `concat'.
19132
19133 * array.el (array-mode, array-reconfigure-rows)
19134 (untabify-backward): Fix typos in docstrings.
19135 (array-reconfigure-rows): Use `insert-buffer-substring', not
19136 `insert-buffer'.
19137
19138 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
19139 * progmodes/ada-mode.el (ada-make-body):
19140 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
19141
19142 * dired.el (dired-log):
19143 * tar-mode.el (tar-subfile-save-buffer):
19144 * play/zone.el (zone-pgm-stress-destress):
19145 Use `insert-buffer-substring', not `insert-buffer'.
19146
19147 2005-07-17 Simon Josefsson <jas@extundo.com>
19148
19149 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
19150
19151 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
19152
19153 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
19154 Add plain auth method.
19155 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
19156
19157 2005-07-17 Kim F. Storm <storm@cua.dk>
19158
19159 * ido.el (dired-other-window): Add ido property.
19160
19161 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
19162
19163 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
19164 Fix typo in docstring.
19165 (byte-compile-interactive-only-functions): Add `insert-buffer' and
19166 `insert-file-literally'.
19167
19168 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
19169 info and delete redundant message. Doc fix.
19170 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
19171 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
19172
19173 2005-07-16 Richard M. Stallman <rms@gnu.org>
19174
19175 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
19176 (byte-compile-and): Use byte-compile-and-recursion.
19177 (byte-compile-or-recursion): New function.
19178 (byte-compile-or): Use that.
19179 (byte-compile-if): Guard the else-clause too.
19180 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
19181
19182 * isearch.el (isearch-mode-end-hook-quit): New variable.
19183 (isearch-done): Bind it.
19184 (isearch-mode-end-hook): Doc fix.
19185
19186 * allout.el (allout-isearch-did-quit): Variable deleted.
19187 (allout-real-isearch-abort): Function name no longer used.
19188 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
19189 (allout-isearch-rectification): isearch-mode always exists.
19190 Don't set allout-isearch-did-quit.
19191 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
19192 allout-isearch-did-quit.
19193 (allout-enwrap-isearch): Just add the hook.
19194 (allout-isearch-abort): Function deleted.
19195 (allout-pre-command-business): Avoid warning.
19196
19197 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
19198 Correctly avoid warnings.
19199 (pascal-outline): Likewise.
19200
19201 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
19202
19203 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
19204
19205 * play/tetris.el (tetris-mode): Avoid warning.
19206
19207 * play/snake.el (snake-mode): Avoid warning.
19208
19209 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
19210 (gamegrid-set-display-table): Avoid warning.
19211 (gamegrid-set-timer): Likewise.
19212 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
19213 (gamegrid-add-score-with-update-game-score-1): Take FILE
19214 as argument.
19215 (gamegrid-add-score-with-update-game-score): Pass that argument.
19216 Rename have-shared-game-dir to gamegrid-shared-game-dir.
19217
19218 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
19219
19220 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
19221 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
19222
19223 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
19224 and insert-file.
19225
19226 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
19227 (sc-ask): Avoid warnings.
19228
19229 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
19230 (eshell-hist-initialize): Use that var the natural way.
19231
19232 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
19233
19234 * emacs-lisp/re-builder.el (reb-cook-regexp):
19235 Avoid warning calling lre-compile-string.
19236 (reb-color-display-p): Avoid warning.
19237
19238 * calculator.el (calculator-last-input): Guard uses
19239 of event-key and key-press-event-p.
19240 (event-key, key-press-event-p): Delete definitions.
19241
19242 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
19243 (find-gc-source-directory, find-gc-subrs-callers)
19244 (find-gc-noreturn-list, find-gc-source-files)
19245 (find-gc-subrs-called): Vars renamed and defvar'd.
19246
19247 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
19248 (checkdoc-overlay-put, checkdoc-delete-overlay)
19249 (checkdoc-overlay-start, checkdoc-overlay-end)
19250 (checkdoc-mode-line-update, checkdoc-char=):
19251 Define such that compiler knows they are defined.
19252 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
19253 (checkdoc-read-event): Delete. Use read-event directly.
19254
19255 * whitespace.el (whitespace-make-overlay)
19256 (whitespace-overlay-put, whitespace-delete-overlay)
19257 (whitespace-overlay-start, whitespace-overlay-end):
19258 Define such that compiler knows they are defined.
19259 (whitespace): Move conditional inside.
19260
19261 * tempo.el (tempo-insert-template): Suppress warning.
19262
19263 * ediff-diff.el (longlines-mode): Add defvar.
19264
19265 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
19266
19267 * server.el: Bind "C-x #" in a way that works even if C-x is
19268 redefined to a command key, not a prefix key.
19269
19270 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
19271
19272 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
19273 cl-make-type-test till execution time.
19274
19275 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
19276
19277 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
19278 arg ARG and use it.
19279
19280 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
19281
19282 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
19283
19284 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
19285
19286 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
19287 a defcustom with two :set or :type keywords.
19288
19289 2005-07-15 Richard M. Stallman <rms@gnu.org>
19290
19291 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19292 Don't give ^M comment-end syntax.
19293
19294 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
19295
19296 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
19297 Don't consider gdbmi (gdb-mi.el has its own update functions).
19298 (gdb-var-delete): Make it work for gdbmi as well.
19299 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
19300
19301 * progmodes/gud.el (etags, sdb): Only require etags when needed.
19302 (gud-speedbar-menu-items): Correct logic for enabling items.
19303
19304 2005-07-15 Kim F. Storm <storm@cua.dk>
19305
19306 * ido.el: Fix commentary.
19307 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
19308 Use with-no-warnings around ffap-guesser.
19309 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
19310 Let bind minibuffer-completing-file-name to t.
19311
19312 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
19313
19314 * startup.el (site-run-file, keyboard-type): Doc fixes.
19315 (command-line): Check for "--basic-display" argument; also for
19316 "--quick", not "--bare-bones" (which was renamed).
19317 (fancy-splash-text): Add missing item "Getting New Versions".
19318 (normal-splash-screen): Fix typos and improve consistency with
19319 `fancy-splash-text'. Update copyright year.
19320
19321 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
19322 valid binding for `help-char'.
19323
19324 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
19325
19326 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
19327
19328 * term.el (term-mode): Disable cua-mode for term buffers.
19329
19330 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
19331
19332 * add-log.el (add-log-mailing-address, change-log-merge):
19333 Doc fixes.
19334 (change-log-get-method-definition): Fix typo in docstring.
19335
19336 2005-07-14 Kim F. Storm <storm@cua.dk>
19337
19338 * emulation/cua-base.el:
19339 (cua--pre-command-handler-1, cua--pre-command-handler)
19340 (cua--post-command-handler-1, cua--post-command-handler):
19341 Split in two. Check (buffer local) value of cua-mode.
19342 (cua-selection-mode): New command.
19343
19344 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
19345
19346 * custom.el (custom-initialize-safe-set)
19347 (custom-initialize-safe-default): Doc fixes.
19348
19349 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
19350 and simplify :init-value again.
19351
19352 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
19353 and simplify :init-value again. Delete autoload.
19354
19355 * startup.el (command-line): Use `custom-reevaluate-setting' again
19356 for tooltip-mode.
19357
19358 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
19359 a defcustom with two :initialize keywords.
19360
19361 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
19362
19363 * allout.el (my-mark-marker, allout-isearch-prior-pos)
19364 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
19365 (allout-post-command-business, allout-flag-region)
19366 (isearch-reenable-font-lock, allout-yank)
19367 (allout-insert-latex-header, allout-insert-latex-trailer)
19368 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
19369 (allout-latex-verb-quote): Fix typos in docstrings.
19370 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
19371 (allout-unprotected, allout-prefix-data):
19372 Improve argument/docstring consistency.
19373 (allout-chart-subtree): Fix argument spec.
19374 (allout-open-topic): Rename `use_sib_bullet' argument to
19375 `use-sib-bullet'. Doc fix.
19376
19377 * whitespace.el (whitespace-check-buffer-leading)
19378 (whitespace-check-buffer-trailing)
19379 (whitespace-check-buffer-indent)
19380 (whitespace-check-buffer-spacetab)
19381 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
19382 (whitespace-check-leading-whitespace)
19383 (whitespace-check-trailing-whitespace)
19384 (whitespace-check-spacetab-whitespace)
19385 (whitespace-check-indent-whitespace)
19386 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
19387 (whitespace-modes): Fix typos in docstrings.
19388 (defgroup, defcustom): Doc fixes.
19389
19390 * winner.el (winner-mode, winner-boring-buffers)
19391 (winner-pending-undo-ring): Doc fixes.
19392 (winner-ring): Remove unneeded `progn'.
19393 (winner-equal): `defsubst' it.
19394 (winner-redo): Fix message.
19395
19396 2005-07-13 Kim F. Storm <storm@cua.dk>
19397
19398 * simple.el (line-move-1): Always use vertical-motion to
19399 do the last (or only) line move to ensure some movement.
19400 Undo 2005-06-23 change--don't check for overlays.
19401
19402 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19403
19404 * term/mac-win.el (ccl-encode-mac-roman-font)
19405 (ccl-encode-mac-centraleurroman-font)
19406 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
19407 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
19408 Change charset-id boundary of dimension to ?\xef.
19409 (mac-char-fontspec-list): New constant.
19410 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
19411 argument. Nil uses itself as family in font-spec. Previous
19412 behavior for nil is now provided by non-nil non-string argument.
19413 All callers changed. Add font-specs for Mac fonts to
19414 "fontset-default" unless iso8859-1 fonts are installed.
19415
19416 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
19417
19418 * progmodes/sh-script.el (sh-get-indent-info): Only indent
19419 a continuation line if the \ is preceded by SPC or TAB.
19420 (sh-get-indent-info): Simplify.
19421 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
19422 Use with-current-buffer.
19423
19424 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
19425 when the matched text is empty.
19426
19427 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
19428
19429 * startup.el (command-line): Revert to previous handling of
19430 tooltip-mode. Explain in comment why the complexity is needed.
19431
19432 * tooltip.el (tooltip-mode): Revert to previous implementation of
19433 its defcustom.
19434
19435 * frame.el (blink-cursor-mode): Revert to previous implementation
19436 of its defcustom. Update comment.
19437
19438 2005-07-12 Lars Hansen <larsh@soem.dk>
19439
19440 * desktop.el: Update e-mail address.
19441
19442 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19443
19444 * term/mac-win.el (mac-services-mail-selection)
19445 (mac-services-mail-to): New functions.
19446 (mac-application-menu-map): Bind them.
19447
19448 2005-07-12 wulei <milton@wulei.net> (tiny change)
19449
19450 * progmodes/gdb-ui.el: Add note about buffering with Windows.
19451
19452 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
19453
19454 * custom.el (custom-reevaluate-setting): Doc fix.
19455
19456 2005-07-11 Jay Belanger <belanger@truman.edu>
19457
19458 * calc/calc.el (calc-embedded-announce-formula-alist)
19459 (calc-embedded-open-close-plain-alist)
19460 (calc-embedded-open-close-mode-alist): Add checks for additional
19461 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
19462
19463 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
19464
19465 * custom.el (custom-enable-theme): Don't add theme to
19466 `custom-enabled-themes' with `push' because there is no
19467 setf-method for `delq'.
19468
19469 2005-07-11 Richard M. Stallman <rms@gnu.org>
19470
19471 * custom.el (custom-declare-variable): Doc fix.
19472
19473 * dired-aux.el (dired-compare-directories): Remove "." and ".."
19474 from the alists.
19475
19476 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
19477 Do nothing if edebug-active.
19478
19479 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
19480 (edebug-display): Do it here instead.
19481
19482 2005-07-10 Richard M. Stallman <rms@gnu.org>
19483
19484 * cus-face.el (custom-theme-set-faces): Make it work.
19485 (custom-reset-faces): Doc fix.
19486 (custom-theme-reset-internal-face, custom-theme-face-value):
19487 Functions deleted.
19488
19489 * custom.el (custom-push-theme): Maintain list of the settings
19490 of a given theme in its theme-settings property.
19491 Maintain position of old settings in the theme-value
19492 or theme-face property.
19493 (custom-enabled-themes): New variable.
19494 (custom-theme-enabled-p): New function.
19495 (provide-theme): Update custom-enabled-themes.
19496 Disable and reenable the `user' theme.
19497 (require-theme): Doc fix.
19498 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
19499 (custom-theme-value, custom-theme-variable-value): Likewise.
19500 (custom-theme-reset-internal): Likewise.
19501 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
19502 (custom-enable-theme, custom-disable-theme): New functions.
19503 (custom-variable-theme-value, custom-face-theme-value): Likewise.
19504 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
19505 (custom-theme-reset-variables): Simplify.
19506 (deftheme, custom-declare-theme, custom-make-theme-feature):
19507 Definitions moved.
19508
19509 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
19510
19511 * longlines.el (longlines-show-region)
19512 (longlines-unshow-hard-newlines): Recognize hard newlines by
19513 non-nil hard property, instead of t.
19514
19515 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
19516
19517 * viper-cmd.el (viper--key-maps): New variable.
19518 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
19519 emulation-mode-map-alists.
19520 (viper-envelop-ESC-key): Use viper-subseq.
19521 (viper-search-forward/backward/next): Disable debug-on-error.
19522
19523 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
19524 (viper-ESC-key): New defcustoms.
19525
19526 * viper-macs.el (ex-map-read-args): Use viper-subseq.
19527
19528 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
19529 (viper-subseq): Copy of subseq from cl.el.
19530
19531 * viper.el (viper-go-away, viper-set-hooks): Use
19532 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
19533
19534 * viper-mous.el (viper-current-frame-saved): Use defvar.
19535
19536 * viper-init.el: Get rid of -face in face names.
19537
19538 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
19539 Make it work with longlines mode
19540
19541 * ediff-mult.el (ediff-meta-mode-hook): New variable.
19542
19543 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
19544
19545 * ediff-init.el: Get rid of -face in face names.
19546
19547 2005-07-10 Richard M. Stallman <rms@gnu.org>
19548
19549 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
19550 and with-timeout-unsuspend.
19551
19552 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
19553 and with-timeout-unsuspend.
19554
19555 * emacs-lisp/timer.el (with-timeout-timers): New variable.
19556 (with-timeout): Bind that variable to record timers.
19557 (with-timeout-suspend, with-timeout-unsuspend): New functions.
19558
19559 * emacs-lisp/debug.el (debug-help-follow): New function.
19560 (debugger-mode-map): Use that instead of help-follow.
19561 (debugger-setup-buffer): Use eval-buffer-list
19562 to handle eval-buffer frames.
19563
19564 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
19565
19566 * timezone.el (timezone-parse-date): Change first regexp
19567 so it will not mistakenly match dates with no time zone.
19568
19569 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
19570
19571 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
19572
19573 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
19574
19575 * custom.el (custom-initialize-safe-set)
19576 (custom-initialize-safe-default): New functions.
19577
19578 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
19579 and simplify :init-value.
19580
19581 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
19582 and simplify :init-value. Delete obsolete comment.
19583
19584 * startup.el (command-line): Use `custom-reevaluate-setting' to
19585 handle `tooltip-mode'. Delete obsolete comment.
19586
19587 * files.el (set-visited-file-name): Avoid calling
19588 `file-name-nondirectory' with a nil argument.
19589
19590 2005-07-09 Richard M. Stallman <rms@gnu.org>
19591
19592 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
19593 was called with nil for the buffer, handle the read position right.
19594 Handle read position for eval-region, too.
19595
19596 2005-07-09 Juri Linkov <juri@jurta.org>
19597
19598 * fringe.el (fringe-mode): Add period in docstring.
19599 (fringe-query-style): Build prompt depending on `all-frames' arg.
19600
19601 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
19602 to not create links to unrelated functions in the Help buffer.
19603
19604 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
19605 Doc fix.
19606
19607 * simple.el (next-error-hook): New variable.
19608 (next-error): Use it. Doc fix.
19609
19610 * textmodes/ispell.el (ispell-command-loop): Add current
19611 dictionary name and program name to mode-line-format.
19612 (ispell-region, ispell-process-line): Add current dictionary name
19613 and program name to messages.
19614
19615 2005-07-08 Jay Belanger <belanger@truman.edu>
19616
19617 * calc/calc.el (calc-embedded-announce-formula-alist)
19618 (calc-embedded-open-close-formula-alist)
19619 (calc-embedded-open-close-word-alist)
19620 (calc-embedded-open-close-plain-alist)
19621 (calc-embedded-open-close-new-formula-alist)
19622 (calc-embedded-open-close-mode-alist)
19623 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
19624 (calc-embedded-mode-hook): New variables.
19625
19626 * calc/calc-embed.el (calc-embedded-firsttime)
19627 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
19628 New variables.
19629 (calc-do-embedded): Use calc-embedded-firsttime,
19630 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
19631 determine whether or not to run hooks.
19632 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
19633 calc-embedded-firsttime-formula appropriately.
19634 Set calc-embedded delimiter variables according to mode.
19635
19636 2005-07-08 Richard M. Stallman <rms@gnu.org>
19637
19638 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
19639 Check for "emacs", etc., as entire symbol, not just as word.
19640 (checkdoc-file-comments-engine): Use regexp-quote on FN.
19641
19642 * files.el (set-visited-file-name): Report the error
19643 for "empty filename" earlier.
19644 (kill-some-buffers): Ignore buffers already dead.
19645
19646 * fringe.el (fringe-mode): Doc fix.
19647
19648 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
19649 Check for (featurep 'xemacs) and turn off warnings in what it guards.
19650 Use unwind-protect to ensure byte-compile-unresolved-functions
19651 is updated.
19652
19653 * whitespace.el (whitespace-buffer-leading-cleanup):
19654 Simplify w/ skip-chars-forward.
19655 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
19656
19657 * mail/rmail.el (rmail-only-expunge): Fix paren error.
19658 Unconditionally try to leave point at the same old place.
19659
19660 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
19661
19662 * comint.el (comint-postoutput-scroll-to-bottom)
19663 (comint-show-maximum-output): Take scroll-margin into consideration.
19664
19665 2005-07-08 Kim F. Storm <storm@cua.dk>
19666
19667 * ido.el (ido-use-filename-at-point): New choice `guess'.
19668 (ido-file-internal): Try ffap-guesser if selected.
19669
19670 * ido.el (ido-before-fallback-functions): New hook.
19671 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
19672 (ido-read-file-name): Run it.
19673
19674 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
19675
19676 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
19677 strings rather than a list of symbols to the completion function.
19678
19679 2005-07-07 Jay Belanger <belanger@truman.edu>
19680
19681 * calc/calc-units.el (math-apply-units): Change the places in
19682 which units are simplified.
19683
19684 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
19685
19686 * cus-edit.el (customize-option, customize-option-other-window):
19687 Make them handle aliases.
19688
19689 * custom.el (custom-variable-p): Make it recursively follow
19690 aliases. Mention that in the docstring.
19691
19692 2005-07-07 Richard M. Stallman <rms@gnu.org>
19693
19694 * cus-start.el (exec-path): Use `directory' instead of `file'.
19695 Fix tag for nil.
19696
19697 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
19698
19699 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
19700 when called non-interactively. Doc fix.
19701
19702 2005-07-07 Lute Kamstra <lute@gnu.org>
19703
19704 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
19705 new address as well.
19706
19707 2005-07-07 Kenichi Handa <handa@m17n.org>
19708
19709 * international/mule.el (make-coding-system):
19710 Describe `ascii-incompatible' property in the docstring.
19711 (set-file-name-coding-system): Signal an error if coding-system is
19712 ascii-incompatible.
19713 (set-keyboard-coding-system): Likewise.
19714
19715 * international/mule-cmds.el (set-default-coding-systems):
19716 Don't set default-file-name-coding-system and
19717 default-keyboard-coding-system if coding-system is ASCII-incompatible.
19718
19719 * international/utf-16.el: Declare that all UTF-16-based coding
19720 systems are ASCII-incompatible.
19721
19722 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
19723
19724 * progmodes/gud.el: Require font-lock for displaying errors.
19725 Used by gdb-ui.el.
19726
19727 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
19728
19729 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
19730 values for the pattern lists which are `read'able but not
19731 `append'able (like symbols).
19732
19733 2005-07-06 Richard M. Stallman <rms@gnu.org>
19734
19735 * progmodes/flymake.el (flymake-float-time): Instead of
19736 with-no-warnings, test for xemacs.
19737 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
19738 to avoid warning.
19739
19740 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
19741
19742 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
19743
19744 2005-07-05 Lute Kamstra <lute@gnu.org>
19745
19746 * battery.el: Add support for Darwin (with much debugging help
19747 from Samuel Lauber <sam124@operamail.com>).
19748 (battery-status-function, battery-echo-area-format)
19749 (battery-mode-line-format): Add support for pmset on Darwin.
19750 (battery-load-low, battery-load-critical): New user options.
19751 (battery-pmset): New function.
19752
19753 2005-07-05 Lute Kamstra <lute@gnu.org>
19754
19755 Update FSF's address in GPL notices.
19756
19757 * textmodes/page-ext.el: Update FSF's address.
19758
19759 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19760
19761 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
19762 filling from using prefix when filling a single-line docstring.
19763
19764 * progmodes/flymake.el: Remove useless eval-when-compile.
19765
19766 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
19767
19768 2005-07-04 Richard M. Stallman <rms@gnu.org>
19769
19770 * textmodes/org.el (org-file-apps-defaults-gnu):
19771 Rename from org-file-apps-defaults-linux.
19772 (org-default-apps): Don't test system-type for `linux'.
19773 (org-file-apps): Doc fix.
19774
19775 2005-07-04 David Ponce <david@dponce.com>
19776
19777 * tree-widget.el: Improve header Commentary section.
19778 (tree-widget) [defgroup]
19779 (tree-widget-image-enable, tree-widget-themes-directory)
19780 (tree-widget-theme, tree-widget-image-properties-emacs)
19781 (tree-widget-image-properties-xemacs, tree-widget-create-image)
19782 (tree-widget-image-formats, tree-widget-control)
19783 (tree-widget-empty-control, tree-widget-leaf-control
19784 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
19785 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
19786 (tree-widget-keep, tree-widget-after-toggle-functions)
19787 (tree-widget-open-node, tree-widget-close-node): Doc fix.
19788 (tree-widget-open-control, tree-widget-close-control): Fix doc and
19789 :help-echo message.
19790 (tree-widget-set-theme): Doc fix. Use `string-equal'.
19791 (tree-widget-image-properties): Doc fix. Clearer implementation.
19792 (tree-widget--cursors): New constant.
19793 (tree-widget-lookup-image): New function split from
19794 `tree-widget-find-image'. Clearer implementation.
19795 (tree-widget-find-image): Use it.
19796 (tree-widget-button-keymap): Use `set-keymap-parent'.
19797 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
19798 Define the sub-widgets here.
19799 (tree-widget-node): Check that :node is not a tree-widget.
19800 (tree-widget-get-super, tree-widget-open-control)
19801 (tree-widget-close-control, tree-widget-empty-control)
19802 (tree-widget-leaf-control, tree-widget-guide)
19803 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
19804 (tree-widget-no-handle, tree-widget-value-delete)
19805 (tree-widget-map): Remove.
19806 (tree-widget-children-value-save): Doc fix. Simplified.
19807 (tree-widget-value-create): Update according to previous changes.
19808
19809 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
19810
19811 * textmodes/org.el: Leading space replaced by TABS.
19812 (org-recalc-marks, org-table-rotate-recalc-marks)
19813 (org-table-get-specials): Treat "^" and "_" marks.
19814 (org-table-justify-field-maybe): Optional argument NEW.
19815 (org-table-eval-formula): Parsing of the format simplified.
19816 New modes C,I. Honor the %= parameter in the current table.
19817 Avoid unnecessary re-align by using the NEW argument to
19818 `org-table-justify-field-maybe'.
19819 (org-calc-default-modes): Default for date-format mimicks org-mode.
19820 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
19821
19822 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
19823
19824 * cus-face.el (custom-theme-set-faces): Make it handle face
19825 aliases whose alias declarations are pre- or autoloaded.
19826
19827 2005-07-04 Juri Linkov <juri@jurta.org>
19828
19829 * faces.el (read-face-name): Put the code for getting a face name
19830 from the buffer before adding the faces from the `face' property.
19831 Use `completing-read-multiple' instead of `completing-read'.
19832 Require `crm'. Add default value and post-process the returned
19833 list of faces.
19834
19835 * emacs-lisp/crm.el (crm-find-current-element)
19836 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
19837
19838 * emacs-lisp/lisp-mode.el (eval-defun-1):
19839 * emacs-lisp/edebug.el (edebug-eval-defun):
19840 Remove unnecessary quotes.
19841
19842 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
19843
19844 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
19845 (prolog-indent-level): Fix typo in docstring.
19846
19847 * info.el (Info-history, Info-history-forward)
19848 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
19849
19850 * add-log.el (add-change-log-entry):
19851 * comint.el (comint-dynamic-list-input-ring)
19852 (comint-dynamic-list-completions):
19853 * dabbrev.el (dabbrev-expand):
19854 * delim-col.el (delimit-columns-rectangle-line):
19855 * diff-mode.el (diff-context->unified, diff-reverse-direction)
19856 (diff-unified->context):
19857 * ediff-init.el (ediff-abbrev-jobname):
19858 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
19859 (ediff-replace-session-activity-marker-in-meta-buffer):
19860 * info.el (Info-summary):
19861 * lpr.el (printify-region):
19862 * printing.el (pr-create-interface):
19863 * ps-print.el (ps-print-quote):
19864 * ses.el (ses-column-widths, ses-print-cell)
19865 (ses-adjust-print-width, ses-center):
19866 * shell.el (shell-file-name-quote-list):
19867 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
19868 (strokes-fill-current-buffer-with-whitespace)
19869 (strokes-xpm-for-stroke, strokes-list-strokes)
19870 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
19871 * term.el (term-dynamic-list-input-ring)
19872 (term-dynamic-list-completions):
19873 * calc/calc.el (math-format-stack-value):
19874 * emacs-lisp/edebug.el (edebug-display-freq-count):
19875 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
19876 (delphi-new-comment-line):
19877 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
19878 * progmodes/executable.el (executable-set-magic):
19879 * progmodes/python.el (inferior-python-mode):
19880 * progmodes/scheme.el (scheme-mode-syntax-table):
19881 * progmodes/sh-script.el (sh-maybe-here-document):
19882 * progmodes/sql.el (sql-copy-column):
19883 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
19884 * textmodes/bibtex.el (bibtex-mode):
19885 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
19886 (sgml-auto-attributes):
19887 * textmodes/table.el (table-insert, table-shorten-cell)
19888 (table--generate-source-scan-lines, table-delete-row)
19889 (*table--cell-delete-char, table--spacify-frame)
19890 (table--horizontally-shift-above-and-below)
19891 (table--cell-insert-char, table--cell-blank-str)
19892 (table--fill-region-strictly):
19893 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
19894 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
19895
19896 * add-log.el (change-log):
19897 * apropos.el (apropos):
19898 * comint.el (comint-completion, comint-source):
19899 * dabbrev.el (dabbrev):
19900 * delim-col.el (columns):
19901 * diff-mode.el (diff-mode):
19902 * ediff.el (ediff):
19903 * ediff-diff.el (ediff-diff):
19904 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
19905 * ediff-mult.el (ediff-mult):
19906 * ediff-ptch.el (ediff-ptch):
19907 * ediff-wind.el (ediff-window):
19908 * facemenu.el (facemenu):
19909 * indent.el (indent):
19910 * info.el (info):
19911 * jka-cmpr-hook.el (compression, jka-compr):
19912 * lpr.el (lpr):
19913 * outline.el (outlines):
19914 * pcmpl-cvs.el (pcmpl-cvs):
19915 * pcmpl-rpm.el (pcmpl-rpm):
19916 * printing.el (printing):
19917 * ps-print.el (postscript, ps-print, ps-print-horizontal)
19918 (ps-print-vertical, ps-print-headers, ps-print-font)
19919 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
19920 (ps-print-background, ps-print-printer, ps-print-page)
19921 (ps-print-miscellany):
19922 * ses.el (ses):
19923 * shell.el (shell, shell-directories, shell-faces):
19924 * startup.el (initialization):
19925 * strokes.el (strokes):
19926 * term.el (term):
19927 * uniquify.el (uniquify):
19928 * w32-vars.el (w32):
19929 * calc/calc.el (calc):
19930 * emacs-lisp/bytecomp.el (bytecomp):
19931 * emacs-lisp/cl-indent.el (lisp-indent):
19932 * emacs-lisp/edebug.el (edebug):
19933 * emacs-lisp/elp.el (elp):
19934 * emacs-lisp/testcover.el (testcover):
19935 * emacs-lisp/trace.el (trace):
19936 * emulation/viper-ex.el (viper-ex):
19937 * emulation/viper-mous.el (viper-mouse):
19938 * mail/mailalias.el (mailalias):
19939 * mail/supercite.el (supercite, supercite-frames)
19940 (supercite-attr, supercite-cite, supercite-hooks):
19941 * net/rcompile.el (remote-compile):
19942 * net/rlogin.el (rlogin):
19943 * obsolete/ooutline.el (outlines):
19944 * progmodes/delphi.el (delphi):
19945 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
19946 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
19947 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
19948 (ebnf-optimization):
19949 * progmodes/etags.el (etags):
19950 * progmodes/executable.el (executable):
19951 * progmodes/idlwave.el (idlwave):
19952 * progmodes/pascal.el (pascal):
19953 * progmodes/prolog.el (prolog):
19954 * progmodes/python.el (python):
19955 * progmodes/scheme.el (scheme):
19956 * progmodes/sh-script.el (sh, sh-script):
19957 * progmodes/sql.el (SQL):
19958 * progmodes/tcl.el (tcl):
19959 * textmodes/bibtex.el (bibtex, bibtex-autokey):
19960 * textmodes/enriched.el (enriched):
19961 * textmodes/makeinfo.el (makeinfo):
19962 * textmodes/sgml-mode.el (sgml):
19963 * textmodes/table.el (table-hooks):
19964 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
19965 * textmodes/texinfo.el (texinfo):
19966 * textmodes/two-column.el (two-column):
19967 Finish `defgroup' description with period.
19968
19969 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
19970 * eshell/esh-var.el (eshell-var):
19971 * progmodes/vhdl-mode.el (vhdl-testbench):
19972 * textmodes/org.el (org): Fix typos in docstrings.
19973
19974 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
19975 consistency.
19976
19977 * progmodes/flymake.el (flymake-find-file): Remove.
19978 (flymake-float-time): Use `with-no-warnings'.
19979 (flymake-check-start-time, flymake-check-was-interrupted)
19980 (flymake-err-info, flymake-is-running, flymake-last-change-time)
19981 (flymake-new-err-info): `defvar' at compile time.
19982
19983 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
19984
19985 * replace.el (occur-hook): Doc fix.
19986 (occur-1): Don't call `occur-hook' if there are no matches.
19987
19988 2005-07-03 Richard M. Stallman <rms@gnu.org>
19989
19990 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
19991 global-map, save the same map.
19992 (global-map): Don't alter it at top level.
19993 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
19994 Then alter it here instead.
19995 (tpu-edt-off): Set global-map to the saved one.
19996
19997 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
19998 All references simplified.
19999 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
20000 (zmacs-regions): Add defvar.
20001 (repeat-complex-command-map): Everything about that deleted.
20002
20003 * textmodes/artist.el (artist-key-is-drawing)
20004 (artist-key-endpoint1, artist-key-poly-point-list)
20005 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
20006 (artist-key-compl-table, artist-rb-save-data)
20007 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
20008 Don't put them in eval-when-compile.
20009 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
20010
20011 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
20012 Use with-no-warnings.
20013
20014 * net/browse-url.el (dos-windows-version): Add defvar.
20015
20016 * mail/supercite.el (filladapt-prefix-table): Add defvar.
20017
20018 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
20019 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
20020 (rmail-new-summary-line-count): Rename from new-summary-line-count.
20021 Add defvar.
20022 (rmail-summary-beginning-of-message): Use with-no-warnings.
20023 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
20024
20025 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
20026 Use with-no-warnings.
20027
20028 * emulation/vi.el (vi-mark-region): Use c-mark-function.
20029 (c-mark-function): Add point-moving-unit property.
20030 (vi-goto-line): Use with-no-warnings.
20031
20032 * emulation/edt.el (edt-last-copied-word): Add defvar.
20033 (zmacs-region-stays): Likewise.
20034 (edt-mark-section-wisely): Use c-mark-function for C.
20035 Use makr-defun for Fortran.
20036 (time-string): defvar deleted.
20037 (edt-display-the-time): Don't set time-string.
20038
20039 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
20040
20041 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
20042 Don't warn when name is not constant
20043 or for defining the group `emacs'.
20044
20045 * tooltip.el (gud-tooltip-mode): Add defvar.
20046
20047 * startup.el (default-frame-background-mode): Add defvar.
20048
20049 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
20050
20051 * info.el (tool-bar-map): Add defvar.
20052
20053 * dired.el (dnd-protocol-alist): Add defvar.
20054
20055 * dired-aux.el (dired-query): Display question with answer, when
20056 the user answers.
20057
20058 * custom.el (custom-add-option): Doc fix.
20059
20060 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
20061
20062 2005-07-03 Eli Zaretskii <eliz@gnu.org>
20063
20064 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
20065 bogus name from the last change.
20066
20067 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
20068
20069 * custom.el (custom-declare-variable): Fix typos in comment.
20070 (custom-known-themes): Doc fix.
20071 (custom-theme-directory): New defcustom.
20072 (require-theme): Make it check `custom-theme-directory'.
20073
20074 * cus-theme.el (custom-new-theme-mode): New function.
20075 (custom-theme-name, custom-theme-variables, custom-theme-faces)
20076 (custom-theme-description): Add compiler defvars.
20077 (customize-create-theme): Add doc to the "*New Custom Theme*"
20078 buffer. Use `custom-new-theme-mode'.
20079 (custom-theme-write): Put the created buffer in emacs-lisp-mode
20080 and save it to the `custom-theme-directory'. Make this the
20081 default directory of the buffer.
20082
20083 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
20084
20085 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
20086 Fix unbalanced parentheses.
20087
20088 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
20089
20090 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
20091 into flymake-mode and delegate to flymake-mode.
20092
20093 * find-file.el (ff-which-function-are-we-in): Clean up.
20094
20095 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
20096
20097 * replace.el (occur-rename-buffer): Fix docstring.
20098
20099 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
20100 (edt-last-copied-word, edt-learn-macro-count)
20101 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
20102 (edt-rect-start-point, edt-user-global-map, rect-start-point)
20103 (time-string, zmacs-region-stays):
20104 * emulation/edt-mapper.el (edt-save-function-key-map)
20105 (EDT-key-name): `defvar' to silence the byte-compiler.
20106
20107 2005-07-02 Martin Rudalics <rudalics@gmx.at>
20108
20109 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
20110 font-lock-regexp-backslash. Doc fix.
20111 (font-lock-regexp-backslash-grouping-construct): Rename from
20112 font-lock-regexp-backslash-construct. Doc fix.
20113 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
20114 grouping constructs.
20115
20116 2005-07-02 Eli Zaretskii <eliz@gnu.org>
20117
20118 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
20119 updating all the prerequisites.
20120
20121 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
20122
20123 * textmodes/org.el (org-agenda-start-on-weekday)
20124 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
20125 (org-agenda-use-time-grid, org-archive-location)
20126 (org-allow-space-in-links, org-usenet-links-prefer-google)
20127 (org-enable-table-editor, org-export-default-language)
20128 (org-export-html-show-new-buffer, org-fill-paragraph)
20129 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
20130 (org-goto-quit, org-occur, org-eval-in-calendar)
20131 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
20132 (org-agenda-diary-entry, org-remember-help)
20133 (org-table-convert-region, org-at-table-p)
20134 (org-table-move-row-down, org-table-move-row-up)
20135 (org-table-copy-region, org-table-toggle-vline-visibility)
20136 (org-table-get-stored-formulas, org-table-get-specials)
20137 (org-recalc-commands, org-table-eval-formula)
20138 (org-table-formula-substitute-names, orgtbl-make-binding)
20139 (org-format-org-table-html, org-format-table-table-html)
20140 (org-format-table-table-html-using-table-generate-source)
20141 (org-customize): Fix typos in docstrings.
20142 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
20143 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
20144 (org-back-to-heading): Doc fixes.
20145 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
20146 (org-agenda-change-all-lines, org-get-header):
20147 Improve argument/docstring consistency.
20148 (orgtbl-error): Fix error message.
20149
20150 * progmodes/flymake.el (flymake-find-possible-master-files)
20151 (flymake-master-file-compare, flymake-get-line-err-count)
20152 (flymake-highlight-line, flymake-gui-warnings-enabled):
20153 Fix typos in docstrings.
20154 (flymake-parse-line, flymake-get-project-include-dirs-function)
20155 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
20156 Doc fixes.
20157 (flymake-get-project-include-dirs-function)
20158 (flymake-make-err-menu-data):
20159 Improve argument/docstring consistency.
20160
20161 2005-07-01 Lute Kamstra <lute@gnu.org>
20162
20163 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
20164 Catch errors with ignore-errors. Use temporary buffer.
20165 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
20166
20167 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
20168 background color faces.
20169 (facemenu-set-foreground, facemenu-set-background):
20170 Use facemenu-set-face-from-menu.
20171 (facemenu-set-face-from-menu): Treat face names that start with
20172 "fg:" or "bg:" as special.
20173 (facemenu-add-new-color): Don't create faces. Simplify.
20174
20175 2005-06-30 Richard M. Stallman <rms@gnu.org>
20176
20177 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
20178 (crm-find-current-element): Likewise.
20179
20180 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
20181
20182 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
20183
20184 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
20185
20186 * arc-mode.el (archive-extract): Make it work as a mouse binding.
20187 (archive-mouse-extract): Make it an obsolete alias.
20188 (archive-mode-map): Don't use archive-mouse-extract any more.
20189 (archive-mode, archive-extract): write-contents-hooks ->
20190 write-contents-functions.
20191 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
20192 first arg.
20193 (archive-rename-entry): Update the call.
20194 (archive-zip-summarize): Remove unused var `method'.
20195 (archive-lzh-summarize): Remove unused var `creator'.
20196
20197 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
20198 dedicated frame upon exit.
20199
20200 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
20201 (archive-zip-extract, archive-zip-expunge)
20202 (archive-zip-update, archive-zip-update-case): Use executable-find.
20203 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
20204 Use restore-buffer-modified-p.
20205 (archive-extract, archive-add-new-member, archive-write-file-member):
20206 Use with-current-buffer.
20207 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
20208
20209 2005-06-30 Andreas Schwab <schwab@suse.de>
20210
20211 * progmodes/gud.el (gud-filter): Remove unneeded progn.
20212
20213 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
20214
20215 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
20216
20217 2005-06-30 Juri Linkov <juri@jurta.org>
20218
20219 * faces.el (vertical-border): Inherit from mode-line-inactive
20220 only on tty.
20221
20222 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
20223
20224 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
20225 example, -NLINES in the `occur' docstring).
20226
20227 * replace.el (occur-1): When no matches are found, do not set the
20228 `buffer-read-only' and modified flags for the occur buffer,
20229 because it is deleted.
20230
20231 * emulation/cua-base.el (cua-check-pending-input)
20232 (cua-repeat-replace-region, cua-mode, cua-debug)
20233 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
20234 Fix typos in docstrings.
20235
20236 * emulation/cua-gmrk.el (cua-toggle-global-mark)
20237 (cua-cut-region-to-global-mark)
20238 (cua--cut-rectangle-to-global-mark):
20239 Remove period from end of messages.
20240
20241 * emulation/cua-rect.el (cua-do-rectangle-padding):
20242 Remove period from end of messages.
20243 (cua--rectangle-seq-format): Fix typo in docstring.
20244 (cua-sequence-rectangle, cua-fill-char-rectangle):
20245 Improve argument/docstring consistency.
20246
20247 2005-06-29 Juri Linkov <juri@jurta.org>
20248
20249 * faces.el (default-frame-background-mode): New internal variable.
20250 (frame-set-background-mode): Use it.
20251
20252 * startup.el (normal-top-level): Set default-frame-background-mode
20253 instead of frame-background-mode. Before setting it, test for its
20254 nil value. Remove tests for frame-background-mode and frame
20255 parameter `reverse'. Add test for "unspecified-fg".
20256
20257 * term/xterm.el (xterm-rxvt-set-background-mode):
20258 * term/rxvt.el (rxvt-set-background-mode):
20259 Set default-frame-background-mode instead of frame-background-mode.
20260
20261 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
20262
20263 * simple.el (set-variable): Warn about obsolete user variables.
20264
20265 * imenu.el (imenu--completion-buffer):
20266 * mouse.el (mouse-buffer-menu-alist):
20267 * msb.el (msb-invisible-buffer-p):
20268 * calendar/diary-lib.el (diary-header-line-format):
20269 * emacs-lisp/pp.el (pp-buffer):
20270 * progmodes/cperl-mode.el (cperl-do-auto-fill):
20271 * textmodes/picture.el (picture-replace-match):
20272 Change space constants followed by a sexp to "?\s ".
20273
20274 * play/decipher.el (decipher-loop-with-breaks):
20275 * textmodes/texinfo.el (texinfo-insert-@item): Change space
20276 constants "protected" from end of line by a comment to "?\s".
20277
20278 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
20279
20280 * font-lock.el (save-buffer-state): Use `declare'.
20281
20282 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
20283 reset the syntax-table to cperl-mode-syntax-table.
20284 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
20285 "foo_print_bar" is not matched as a reserved keyword.
20286
20287 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
20288
20289 * textmodes/org.el (orgtbl-setup): New function, for delayed
20290 setup for the orgtbl commands.
20291 (org-calc-default-modes): New option.
20292 (orgtbl-make-binding): Use `defun' to get better help display.
20293 (org-diary): Call `org-compile-prefix-format'.
20294 (org-table-formula-substitute-names): New function.
20295 (org-agenda-day-view, org-agenda-week-view): New commands.
20296 (org-agenda-toggle-week-view): Command removed.
20297 (org-tbl-menu): Split off from org-org-menu.
20298 (org-mode): Move removal of outline-mode menus to here.
20299 (org-table-formula-debug): New option.
20300 (org-table-insert-row): Keep first field if just "#" or "*".
20301 (org-mode): Paragraph regexps fixed.
20302 (org-table-recalculate-regexp): New constant.
20303 (org-table-justify-field-maybe): Avoid replace if not necessary.
20304 (org-copy-special, org-cut-special): Use `call-interactively'.
20305 (org-table-copy-region): Take region from `interactive' call.
20306 (org-trim): Return string even if no match.
20307 (org-formula): New face.
20308 (org-set-font-lock-defaults): No longer highlight "FIXME".
20309 But highlight formula-related fields in table.
20310 (org-table-p): Use regexp, not fontification.
20311 (org-table-align): Handle white space at end of line.
20312 (org-table-formula-evaluate-inline): New option.
20313 (org-mode): Auto-wrapping in comment lines turned off.
20314 (org-table-copy-down): Evaluate only in copied field, not in
20315 destination.
20316 (org-table-current-formula): Variable removed.
20317 (org-table-store-formulas, org-table-get-stored-formulas)
20318 (org-table-modify-formulas, org-table-replace-in-formulas)
20319 (org-table-maybe-eval-formula): New functions.
20320 (org-table-get-formula): Modify to use stored formulas.
20321 (org-table-insert-column, org-table-delete-column)
20322 (org-table-move-column): Call `org-table-modify-formulas'.
20323 (org-complete): Add completion for keyword formulas.
20324 (orgtbl-mode): Pull orgtbl-mode-map to start of
20325 minor-mode-map-alist.
20326
20327 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
20328
20329 * progmodes/python.el (python-check): Require `compile' before
20330 modifying its variables.
20331
20332 * newcomment.el (comment-indent-default): Don't get fooled by an early
20333 end of buffer.
20334
20335 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20336
20337 * ps-print.el (ps-print-version): Fix version number.
20338
20339 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
20340
20341 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
20342
20343 2005-06-28 Richard M. Stallman <rms@gnu.org>
20344
20345 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
20346 (flyspell-local-mouse-map): Declaration deleted.
20347 (flyspell-mouse-map): Bind only mouse-2.
20348 (flyspell-mode-map): Don't test flyspell-use-local-map.
20349 (flyspell-overlay-keymap-property-name): Var deleted.
20350 (flyspell-mode-on): Don't make local bindings for
20351 flyspell-mouse-map and flyspell-mode-map.
20352 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
20353
20354 * textmodes/ispell.el (ispell-word): Do not ignore short words.
20355
20356 * progmodes/compile.el (compilation-next-error-function):
20357 Don't switch buffers; operate on the current buffer.
20358
20359 * progmodes/compile.el (compilation-error-file-name)
20360 (compilation-warning-file-name, compilation-info-file-name)
20361 (compilation-line-number, compilation-column-number): New faces.
20362 (compilation-error-face, compilation-warning-face)
20363 (compilation-info-face, compilation-line-face)
20364 (compilation-column-face): Use them.
20365
20366 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
20367
20368 * comint.el (comint-password-prompt-regexp): Accept ", try again".
20369
20370 * bindings.el (global-map): Bind insertchar and its variants.
20371
20372 2005-06-27 Richard M. Stallman <rms@gnu.org>
20373
20374 * textmodes/artist.el (artist-text-overwrite)
20375 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
20376
20377 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20378
20379 * ps-print.el: It was not working the page selection for printing.
20380 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
20381 (ps-print-version): New version 6.6.7.
20382 (ps-end-sheet): New fun.
20383 (ps-header-sheet, ps-end-job): Call it.
20384
20385 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
20386
20387 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
20388
20389 2005-06-27 Lute Kamstra <lute@gnu.org>
20390
20391 * facemenu.el (facemenu-unlisted-faces): Add foreground and
20392 background color faces.
20393 (facemenu-get-face): Delete function.
20394 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
20395 (facemenu-add-new-color): Make second argument mandatory.
20396 Create the appropriate face and return it. Simplify.
20397 (facemenu-set-foreground, facemenu-set-background): Don't check if
20398 color is defined. Use return value of facemenu-add-new-color.
20399
20400 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
20401
20402 * progmodes/gud.el (gud-filter): Add missing argument to
20403 with-selected-window.
20404
20405 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
20406
20407 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
20408 a :require to the defcustom.
20409
20410 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
20411 defcustoms corresponding to minor modes.
20412
20413 2005-06-26 David Ponce <david@dponce.com>
20414
20415 * recentf.el: Require tree-widget instead of wid-edit.
20416 (recentf-filename-handler): Fix widget :type.
20417 (recentf-cancel-dialog, recentf-open-more-files)
20418 (recentf-open-files-action): Doc fix.
20419 (recentf-dialog-goto-first): New function.
20420 (recentf-dialog-mode-map): Set parent keymap first.
20421 (recentf-dialog-mode): Define with define-derived-mode.
20422 Don't display continuation lines in dialogs.
20423 (recentf-edit-list): Rename from recentf-edit-selected-items.
20424 (recentf-edit-list-select): Rename from recentf-edit-list-action.
20425 Simplify.
20426 (recentf-edit-list-validate): New function.
20427 (recentf-edit-list): Update accordingly.
20428 (recentf-open-files-item-shift): Remove.
20429 (recentf-open-files-item): Convert menu elements into tree and
20430 link widgets. Don't create the widgets.
20431 (recentf-open-files): Update accordingly.
20432 (recentf-save-list): Untabify.
20433
20434 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
20435
20436 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
20437 (keep-lines): Add INTERACTIVE arg. Never delete lines only
20438 partially contained in the active region. Do not take active
20439 region into account when called from Lisp, unless INTERACTIVE arg
20440 is non-nil. Use `forward-line' instead of `beginning-of-line' to
20441 avoid trouble with fields. Make marker point nowhere when no
20442 longer used. Always return nil. Doc fix.
20443 (flush-lines): Add INTERACTIVE arg. Do not take active region
20444 into account when called from Lisp, unless INTERACTIVE arg is
20445 non-nil. Use `forward-line' instead of `beginning-of-line' to
20446 avoid trouble with fields. Make marker point nowhere when no
20447 longer used. Always return nil. Doc fix.
20448 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
20449 interchangeable. Do not take active region into account when
20450 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
20451 message in echo area when called from Lisp, unless INTERACTIVE arg
20452 is non-nil. Avoid saying "1 occurrences". Do not use markers.
20453 Return the number of matches. Doc fix.
20454 (occur): Doc fix.
20455 (perform-replace): Make comment follow double space convention for
20456 the sake of `outline-minor-mode'.
20457
20458 * faces.el (facep): Doc fix.
20459
20460 2005-06-25 Richard M. Stallman <rms@gnu.org>
20461
20462 * facemenu.el (facemenu-enable-faces-p): New function.
20463 (facemenu-background-menu, facemenu-foreground-menu)
20464 (facemenu-face-menu): Add menu-enable property.
20465
20466 * jka-compr.el (jka-compr-insert-file-contents):
20467 Special handling if cannot find the uncompression program.
20468
20469 * cus-face.el (custom-face-attributes): Add autoload.
20470
20471 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20472 Bind comment-indent-function locally.
20473
20474 * window.el (save-selected-window): Use save-current-buffer.
20475
20476 * subr.el (with-selected-window): Use save-current-buffer.
20477
20478 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
20479 and with-current-buffer.
20480
20481 2005-06-24 Richard M. Stallman <rms@gnu.org>
20482
20483 * simple.el (line-move-1): Fix previous change.
20484
20485 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
20486
20487 * replace.el (occur-1): Set `buffer-read-only' and the
20488 buffer-modified flag before running `occur-hook' to protect
20489 against unintentional buffer switches that can lead to data loss.
20490
20491 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
20492
20493 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
20494 (gud-gdb-marker-filter): Use font-lock-warning-face for any
20495 initial error.
20496
20497 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
20498 after fresh input.
20499 (gdb-var-create-handler): Put name of expression in quotes.
20500
20501 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
20502
20503 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
20504 elements of RING in order, and without bogus nil elements.
20505
20506 2005-06-23 Richard M. Stallman <rms@gnu.org>
20507
20508 * simple.el (set-variable): Args renamed; doc fix.
20509 (line-move-1): When there are overlays around, use vertical-motion.
20510
20511 * faces.el (escape-glyph): Use brown against light background.
20512 (nobreak-space): Rename from no-break-space.
20513 Fix previous change.
20514
20515 * dired-aux.el (dired-do-copy): Fix arg prompt.
20516
20517 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
20518
20519 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
20520
20521 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
20522 rather than "Distributor".
20523
20524 2005-06-23 Lute Kamstra <lute@gnu.org>
20525
20526 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
20527 (debug-on-entry): Use it. New interactive declaration that uses
20528 function-called-at-point.
20529
20530 2005-06-23 Kim F. Storm <storm@cua.dk>
20531
20532 * subr.el (save-match-data): Add comment about using evaporate arg
20533 to set-match-data.
20534
20535 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
20536
20537 * cus-edit.el (customize-face)
20538 (customize-face-other-window): Handle face aliases.
20539
20540 * faces.el (face-documentation, set-face-attribute)
20541 (face-spec-set): Handle face aliases.
20542
20543 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
20544
20545 * help-mode.el (help-make-xrefs): If a symbol representing a face
20546 name is not followed by the word "face", it could still be a
20547 function or variable name, so don't bypass other checks.
20548
20549 2005-06-22 Juri Linkov <juri@jurta.org>
20550
20551 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
20552 Replace aliased functions with calls where second arg `inherit' is t.
20553
20554 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
20555
20556 * progmodes/gdb-ui.el (gdb-error): New variable.
20557 (gdb-error): New function.
20558 (gdb-annotation-rules): Act on error-begin and error annotations.
20559 (gdb-concat-output): Use font-lock-warning-face for errors.
20560
20561 2005-06-22 Miles Bader <miles@gnu.org>
20562
20563 * bindings.el (propertized-buffer-identification): Use renamed
20564 `Buffer-menu-buffer' face.
20565
20566 * faces.el (vertical-border): Rename from `vertical-divider'.
20567 (escape-glyph): Change dark-background color back to `cyan'.
20568
20569 2005-06-21 Juri Linkov <juri@jurta.org>
20570
20571 * faces.el (face-user-default-spec): Try getting `customized-face'
20572 prior to `saved-face'.
20573 (frame-background-mode): Refill docstring.
20574
20575 * emacs-lisp/lisp-mode.el (eval-defun-1):
20576 * emacs-lisp/edebug.el (edebug-eval-defun):
20577 Set `saved-face' temporarily to nil before calling form.
20578 Set `customized-face' to the new spec after that.
20579
20580 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
20581
20582 * subr.el (1value, lambda, key-substitution-in-progress):
20583 Doc fixes.
20584
20585 * autoinsert.el (auto-insert-alist):
20586 * ses.el (ses-call-printer):
20587 * subr.el (noreturn):
20588 * emacs-lisp/lisp.el (check-parens):
20589 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
20590 * net/browse-url.el (browse-url-mosaic):
20591 * progmodes/cc-defs.el (c-safe-scan-lists):
20592 * progmodes/ebnf-abn.el (ebnf-abn-lex):
20593 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
20594 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
20595 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
20596 * progmodes/ebnf-iso.el (ebnf-iso-lex):
20597 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
20598
20599 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
20600
20601 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
20602
20603 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
20604
20605 * calendar/appt.el (appt-make-list): Activate the package, if
20606 not already active (for backwards compatibility).
20607
20608 2005-06-20 Kim F. Storm <storm@cua.dk>
20609
20610 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
20611
20612 2005-06-20 Miles Bader <miles@gnu.org>
20613
20614 * faces.el (vertical-divider): New face.
20615
20616 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
20617
20618 * simple.el (kill-whole-line): Doc fix.
20619 (next-error-buffer-p, next-error-find-buffer)
20620 (clone-indirect-buffer): Fix typos in docstrings.
20621 (comment-line-break-function): Doc fix: don't say variable
20622 is automatically buffer-local (it isn't).
20623
20624 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
20625
20626 * net/tramp-ftp.el (top):
20627 * net/tramp-smb.el (top):
20628 * net/tramp-util.el (top):
20629 * net/tramp-uu.el (top):
20630 * net/tramp-vc.el (top):
20631 * net/tramp.el (top): Revert copyright years back to original
20632 ones. Tramp has a life outside GNU Emacs.
20633
20634 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
20635
20636 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
20637
20638 2005-06-18 Juri Linkov <juri@jurta.org>
20639
20640 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
20641 end of first regexp to limit the match to the position between
20642 line number and source line with same separator character as used
20643 between file name and line number. In the second regexp limit
20644 mouse-face area to file name and line number by adding new group
20645 for them and referring it in HYPERLINK arg.
20646 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
20647 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
20648 previous line where grep markers may be already removed.
20649
20650 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
20651
20652 * progmodes/ps-mode.el: Update version and maintainer's email address.
20653
20654 2005-06-18 Steve Youngs <steve@xemacs.org>
20655
20656 * net/browse-url.el (browse-url-browser-function)
20657 (browse-url-default-browser): Add firefox.
20658 (browse-url-firefox-program, browse-url-firefox-arguments)
20659 (browse-url-firefox-startup-arguments)
20660 (browse-url-firefox-new-window-is-tab): New defcustoms.
20661 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
20662
20663 2005-06-17 Richard M. Stallman <rms@gnu.org>
20664
20665 * startup.el (command-line): Warn if specified user name has
20666 no home directory.
20667
20668 * term.el (term-get-old-input, term-input-filter, term-input-sender)
20669 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
20670
20671 * longlines.el (longlines-mode, longlines-show-hard-newlines):
20672 Doc fixes.
20673
20674 * faces.el (underline): Try bold if terminal doesn't support underline.
20675
20676 * mail/sendmail.el (mail-setup-with-from): New variable.
20677 (mail-insert-from-field): New function.
20678 (sendmail-send-it): Call it.
20679 (mail-setup): Optionally call it here.
20680
20681 * term/linux.el: Call tty-no-underline.
20682
20683 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
20684
20685 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
20686
20687 2005-06-17 Miles Bader <miles@gnu.org>
20688
20689 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
20690 (ediff-current-diff-C, ediff-current-diff-Ancestor)
20691 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
20692 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
20693 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
20694 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
20695 Remove "-face" suffix from face names.
20696 (ediff-current-diff-face-A, ediff-current-diff-face-B)
20697 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
20698 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
20699 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
20700 (ediff-even-diff-face-A, ediff-even-diff-face-B)
20701 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
20702 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
20703 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
20704 New backward-compatibility aliases for renamed faces.
20705 (ediff-current-diff-face-A, ediff-current-diff-face-B)
20706 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
20707 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
20708 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
20709 (ediff-even-diff-face-A, ediff-even-diff-face-B)
20710 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
20711 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
20712 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
20713 Use renamed ediff faces.
20714
20715 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
20716 Remove "-face" suffix from face names.
20717 (eshell-test-ok-face, eshell-test-failed-face):
20718 New backward-compatibility aliases for renamed faces.
20719 (eshell-run-test): Use renamed eshell-test faces.
20720
20721 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
20722 face name.
20723 (eshell-prompt-face): New backward-compatibility alias for renamed
20724 face.
20725 (eshell-emit-prompt): Use renamed eshell-prompt face.
20726
20727 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
20728 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
20729 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
20730 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
20731 Remove "-face" suffix from face names.
20732 (eshell-ls-directory-face, eshell-ls-symlink-face)
20733 (eshell-ls-executable-face, eshell-ls-readonly-face)
20734 (eshell-ls-unreadable-face, eshell-ls-special-face)
20735 (eshell-ls-missing-face, eshell-ls-archive-face)
20736 (eshell-ls-backup-face, eshell-ls-product-face)
20737 (eshell-ls-clutter-face):
20738 New backward-compatibility aliases for renamed faces.
20739 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
20740
20741 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
20742 Remove "-face" suffix from face name.
20743 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
20744 instead of literal face.
20745
20746 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
20747
20748 * emacs-lisp/warnings.el (display-warning, lwarn)
20749 (warning-minimum-log-level): Doc fixes.
20750 (warning-minimum-level, warning-minimum-log-level):
20751 Add :debug to :type choices.
20752
20753 * progmodes/ada-mode.el (ada-format-paramlist)
20754 (ada-get-indent-case, ada-check-matching-start)
20755 (ada-check-defun-name, ada-goto-matching-decl-start)
20756 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
20757 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
20758 (ada-make-subprogram-body): Follow error conventions.
20759 (ada-case-exception-file, ada-indent-comment-as-code)
20760 (ada-indent-handle-comment-special, ada-indent-renames)
20761 (ada-indent-return, ada-search-directories-internal)
20762 (ada-tab-policy, ada-case-exception-substring)
20763 (ada-other-file-alist, ada-matching-start-re)
20764 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
20765 (ada-imenu-generic-expression, ada-compile-goto-error)
20766 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
20767 (ada-popup-menu, ada-add-extensions, ada-mode)
20768 (ada-region-selected, ada-create-case-exception)
20769 (ada-create-case-exception-substring, ada-after-keyword-p)
20770 (ada-activate-keys-for-case, ada-adjust-case-region)
20771 (ada-adjust-case-buffer, ada-format-paramlist)
20772 (ada-scan-paramlist, ada-insert-paramlist)
20773 (ada-indent-newline-indent)
20774 (ada-indent-newline-indent-conditional)
20775 (ada-justified-indent-current, ada-goto-previous-word)
20776 (ada-indent-current, ada-get-indent-open-paren)
20777 (ada-get-indent-paramlist, ada-get-indent-end)
20778 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
20779 (ada-get-indent-block-start, ada-get-indent-subprog)
20780 (ada-get-indent-noindent, ada-get-indent-label)
20781 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
20782 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
20783 (ada-goto-stmt-end, ada-goto-next-word)
20784 (ada-check-matching-start, ada-check-defun-name)
20785 (ada-goto-matching-decl-start, ada-goto-matching-start)
20786 (ada-goto-matching-end, ada-search-ignore-string-comment)
20787 (ada-in-decl-p, ada-looking-at-semi-or)
20788 (ada-looking-at-semi-private, ada-in-paramlist-p)
20789 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
20790 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
20791 (ada-next-procedure, ada-previous-procedure, ada-next-package)
20792 (ada-previous-package, ada-create-menu)
20793 (ada-fill-comment-paragraph-justify)
20794 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
20795 (ada-other-file-name, ada-last-which-function-line)
20796 (ada-last-which-function-subprog, ada-which-function)
20797 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
20798 (ada-gen-treat-proc, ada-check-emacs-version)
20799 (ada-continuation-indent, ada-align-region-separate):
20800 Fix typos in docstrings.
20801 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
20802
20803 2005-06-16 Lute Kamstra <lute@gnu.org>
20804
20805 * simple.el (fundamental-mode): Run after-change-major-mode-hook
20806 conditionally.
20807
20808 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
20809
20810 * comint.el (comint-replace-by-expanded-filename)
20811 (comint-prompt-regexp, comint-delimiter-argument-list)
20812 (comint-preinput-scroll-to-bottom):
20813 * info.el (Info-hide-cookies-node):
20814 * ls-lisp.el (ls-lisp-classify):
20815 * find-file.el (ff-search-directories, ff-special-constructs)
20816 (ff-find-other-file):
20817 * font-lock.el (font-lock-keywords):
20818 * shell.el (shell-prompt-pattern)
20819 (shell-dynamic-complete-functions, shell-mode)
20820 (shell-delimiter-argument-list):
20821 * term.el (term-replace-by-expanded-filename)
20822 (term-prompt-regexp, term-delimiter-argument-list):
20823 * woman.el (woman-ignore, woman0-if):
20824 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
20825 * emacs-lisp/elint.el (elint-init-env):
20826 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
20827 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
20828 * language/ethio-util.el (ethio-tilde-escape)
20829 (ethio-use-three-dot-question):
20830 * net/zone-mode.el (zone-mode-load-time-setup):
20831 * progmodes/cc-align.el (c-lineup-argcont):
20832 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
20833 * progmodes/cperl-mode.el (cperl-set-style-back):
20834 * progmodes/inf-lisp.el (inferior-lisp-prompt):
20835 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
20836 Fix spellings in docstrings.
20837
20838 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
20839 * progmodes/modula2.el (m2-for): Fix spellings.
20840
20841 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
20842
20843 * simple.el (undo-more): Don't use `format' on `error' arguments.
20844 Improve argument/docstring consistency.
20845 (pending-undo-list): Doc fix.
20846
20847 * smerge-mode.el (smerge-ensure-match):
20848 * emulation/vip.el (vip-ex):
20849 * net/zone-mode.el (zone-mode-update-serial):
20850 * progmodes/idlwave.el (idlwave-complete):
20851 * progmodes/vhdl-mode.el (vhdl-visit-file)
20852 (vhdl-compose-wire-components):
20853 Don't use `format' on `error' arguments.
20854
20855 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
20856 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
20857 (tooltip-help-tips): Fix typos in docstrings.
20858
20859 2005-06-16 David Ponce <david@dponce.com>
20860
20861 * tree-widget.el (tree-widget-value-create): Simplify last change.
20862
20863 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
20864
20865 * ido.el (ido-incomplete-regexp): New variable.
20866 (ido-set-matches-1): Handle invalid-regexp error and set
20867 ido-incomplete-regexp.
20868 (ido-incomplete-regexp): New face.
20869 (ido-completions): Use it.
20870 (ido-complete, ido-exit-minibuffer, ido-completions):
20871 Handle incomplete regexps.
20872 (ido-completions): Add check for complete match when entering a regexp.
20873
20874 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
20875
20876 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
20877
20878 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20879
20880 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
20881 by field delimiters.
20882
20883 2005-06-15 David Ponce <david@dponce.com>
20884
20885 * tree-widget.el: eval-and-compile inlined functions so they will
20886 be available at run-time too.
20887 (tree-widget-super-format-handler)
20888 (tree-widget-format-handler): Remove.
20889 (tree-widget-value-create): Handle the :indent property.
20890
20891 2005-06-15 Miles Bader <miles@gnu.org>
20892
20893 * progmodes/which-func.el (which-func): Only inherit
20894 `font-lock-function-name-face' when that makes sense against the
20895 default mode-line face, otherwise set the face color explicitly.
20896
20897 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
20898 faces instead of (non-existent) variables.
20899
20900 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
20901
20902 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
20903 (iswitchb-get-matched-buffers): Likewise. Simplify.
20904
20905 2005-06-14 Miles Bader <miles@gnu.org>
20906
20907 * progmodes/ld-script.el (ld-script-location-counter):
20908 Remove "-face" suffix from face name.
20909 (ld-script-location-counter-face):
20910 New backward-compatibility alias for renamed face.
20911 (ld-script-location-counter-face): Use renamed face.
20912
20913 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
20914 (cperl-hash): Remove "-face" suffix from face names.
20915 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
20916 New backward-compatibility aliases for renamed faces.
20917 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
20918 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
20919
20920 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
20921 name.
20922 (which-func-face): New backward-compatibility alias for renamed face.
20923 (which-func-format): Use renamed which-func face.
20924
20925 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
20926 (vhdl-function, vhdl-directive, vhdl-reserved-word)
20927 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
20928 names.
20929 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
20930 (vhdl-speedbar-configuration, vhdl-speedbar-package)
20931 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
20932 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
20933 (vhdl-speedbar-architecture-selected)
20934 (vhdl-speedbar-configuration-selected)
20935 (vhdl-speedbar-package-selected)
20936 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
20937 names.
20938 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
20939 Use renamed faces.
20940 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
20941 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
20942 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
20943 Use renamed faces.
20944 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
20945 names.
20946 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
20947 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
20948 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
20949 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
20950 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
20951 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
20952
20953 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
20954 face name.
20955 (sh-heredoc-face): New backward-compatibility alias for renamed face.
20956 (sh-heredoc-face): Use renamed sh-heredoc face.
20957
20958 * progmodes/idlw-help.el (idlwave-help-link):
20959 Remove "-face" suffix from face name.
20960 (idlwave-help-link-face):
20961 New backward-compatibility alias for renamed face.
20962 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
20963
20964 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
20965 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
20966 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
20967 New backward-compatibility aliases for renamed faces.
20968 (idlwave-shell-disabled-breakpoint-face)
20969 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
20970
20971 * progmodes/flymake.el (flymake-errline, flymake-warnline):
20972 Remove "-face" suffix from face names.
20973 (flymake-errline-face, flymake-warnline-face):
20974 New backward-compatibility aliases for renamed faces.
20975 (flymake-highlight-line): Use renamed flymake faces.
20976
20977 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
20978 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
20979 (ebrowse-member-class, ebrowse-progress):
20980 Remove "-face" suffix from face names.
20981 (ebrowse-tree-mark-face, ebrowse-root-class-face)
20982 (ebrowse-file-name-face, ebrowse-default-face)
20983 (ebrowse-member-attribute-face, ebrowse-member-class-face)
20984 (ebrowse-progress-face):
20985 New backward-compatibility aliases for renamed faces.
20986 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
20987 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
20988 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
20989 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
20990
20991 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
20992 antlr-syntax)
20993 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
20994 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
20995 names.
20996 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
20997 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
20998 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
20999 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
21000 backward-compatibility aliases for renamed faces.
21001 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
21002 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
21003 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
21004 remove "font-lock-". Use renamed antlr-mode faces.
21005 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
21006 literal face-names with face variable references.
21007
21008 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
21009 face name.
21010 (Buffer-menu-buffer-face): New backward-compatibility alias for
21011 renamed face.
21012 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
21013
21014 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
21015
21016 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
21017 Eliminate "-face" suffix.
21018 (makefile-targets): Inherit from font-lock-function-name-face and
21019 eliminate "-face" suffix.
21020 (makefile-shell): Remove attributes and eliminate "-face" suffix.
21021 (makefile-*-font-lock-keywords): Append makefile-targets in rule
21022 actions, instead of prepending, to make it less visible.
21023 (makefile-previous-dependency, makefile-match-dependency):
21024 Don't match a target on a continuation line.
21025
21026 * files.el (auto-mode-alist): Put Makefile in gmake mode.
21027
21028 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
21029
21030 * progmodes/gdb-ui.el (menu): Re-order menu items.
21031 (gdb-tooltip-print): Respect tooltip-use-echo-area.
21032
21033 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
21034 Define in tooltip.el.
21035 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
21036 (gud-tooltip-tips): Respect tooltip-use-echo-area and
21037 gud-tooltip-echo-area.
21038
21039 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
21040 backward compatibility and make obsolete.
21041 (tooltip-help-tips): Use tooltip-use-echo-area.
21042 (tooltip-show-help-function): Rename to...
21043 (tooltip-show-help): ...this, because it is a function.
21044 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
21045
21046 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
21047
21048 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
21049 (edebug-print-length, edebug-print-level, edebug-print-circle)
21050 (edebug-modify-breakpoint, edebug-eval-last-sexp)
21051 (edebug-eval-print-last-sexp): Doc fixes.
21052
21053 2005-06-14 Kim F. Storm <storm@cua.dk>
21054
21055 * ido.el (ido-mode): Make a new keymap every time we enable ido,
21056 as the coverage buffer/file/both may change.
21057
21058 2005-06-14 Lute Kamstra <lute@gnu.org>
21059
21060 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
21061 and run-mode-hooks. Simplify.
21062
21063 * mail/rmailedit.el (rmail-edit-mode):
21064 * progmodes/octave-inf.el (inferior-octave-mode):
21065 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
21066
21067 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
21068 and run-mode-hooks.
21069 (recentf-edit-list, recentf-open-files): Don't call
21070 kill-all-local-variables directly.
21071
21072 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
21073
21074 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
21075
21076 * emacs-lisp/byte-run.el (make-obsolete)
21077 (define-obsolete-function-alias): Rename arguments FUNCTION and
21078 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
21079 (make-obsolete-variable, define-obsolete-variable-alias):
21080 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
21081 respectively.
21082
21083 * isearchb.el (isearchb-activate):
21084 * pcvs.el (cvs-mode):
21085 * ses.el (ses-load):
21086 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
21087 * net/tramp.el (tramp-find-file-exists-command)
21088 (tramp-find-shell):
21089 * progmodes/ada-mode.el (ada-create-case-exception)
21090 (ada-create-case-exception-substring, ada-make-subprogram-body):
21091 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
21092 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
21093 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
21094 * textmodes/org.el (org-promote, org-evaluate-time-range)
21095 (org-agenda-next-date-line, org-agenda-previous-date-line)
21096 (org-agenda-error, org-open-at-point, org-table-move-row)
21097 (org-format-table-table-html-using-table-generate-source)
21098 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
21099 * textmodes/reftex.el (reftex-access-scan-info):
21100 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
21101 (reftex-toc-promote-prepare): Follow error conventions.
21102
21103 * diff-mode.el (diff-mode): Fix typo in docstring.
21104
21105 * forms.el (forms--intuit-from-file): Fix reference to
21106 `forms-number-of-fields' in error message.
21107 (forms-print): Fix quoting in error message.
21108
21109 * forms.el (forms-mode):
21110 * emulation/vi.el (vi-goto-insert-state):
21111 * progmodes/flymake.el (flymake-new-err-info)
21112 (flymake-start-syntax-check-for-current-buffer)
21113 (flymake-simple-cleanup):
21114 * eshell/esh-var.el (eshell/export):
21115 * progmodes/gud.el (xdb):
21116 * textmodes/flyspell.el (flyspell-incorrect-hook)
21117 (flyspell-maybe-correct-transposition)
21118 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
21119
21120 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
21121
21122 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
21123 minibuffer prompt.
21124
21125 2005-06-13 Kim F. Storm <storm@cua.dk>
21126
21127 * subr.el (add-to-ordered-list): New defun.
21128
21129 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
21130 add cua--keymap-alist to emulation-mode-map-alists.
21131
21132 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
21133
21134 * subr.el (complete-in-turn): New macro.
21135 (dynamic-completion-table, lazy-completion-table): Add debug info.
21136
21137 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
21138 in preference to face aliases.
21139
21140 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
21141 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
21142 Remove unused vars `start' and `firstline'.
21143 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
21144 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
21145
21146 2005-06-13 Eli Zaretskii <eliz@gnu.org>
21147
21148 * cus-start.el (all): Don't complain about missing GTK-related
21149 variables, unless either `gtk' is boundp or this isn't a
21150 `windows-nt' build.
21151
21152 2005-06-13 Lute Kamstra <lute@gnu.org>
21153
21154 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
21155 run-mode-hooks.
21156
21157 * ediff-mult.el (ediff-meta-mode):
21158 * ediff-util.el (ediff-mode): Use run-mode-hooks.
21159
21160 * ledit.el (ledit-mode): Use delay-mode-hooks.
21161
21162 * woman.el (woman-mode-line-format): Delete constant.
21163 (woman-mode-map): Initialize it properly.
21164 (woman-mode): Set mode-class property to special.
21165 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
21166 Set major-mode and mode-name. Don't set mode-line-format directly.
21167 (Man-getpage-in-background): Don't reference woman-mode-line-format.
21168
21169 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
21170 string argument obsolete.
21171
21172 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
21173
21174 * textmodes/org.el (org-CUA-compatible): New option.
21175 (org-disputed-keys): New variable.
21176 (org-key): New function.
21177 (orgtbl-make-binding): Add docstring to the created function.
21178 (org-mode): Set paragraph start/separate regexps.
21179 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
21180 (org-archive-location, org-archive-mark-done)
21181 (org-archive-stamp-time): New options.
21182 (org-archive-subtree): New command.
21183 (org-fill-paragraph): New function.
21184 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
21185 (org-fake-empty-table-line): Function removed.
21186 (org-format-org-table-html): Do not create empty table lines at
21187 separator lines. Improved table header treatment.
21188 (org-link-format): New option.
21189 (org-make-link): New function.
21190 (org-insert-link, org-store-link): Use org-make-link.
21191 (org-open-file): Quote file name for shell command, to allow
21192 spaces in file names.
21193 (org-link-regexp): Fix bug with mailto link.
21194 (org-link-maybe-angles-regexp, org-protected-link-regexp):
21195 New constants.
21196 (org-export-as-html): Deal with the optional angles around a link.
21197 Better treatment of file: links.
21198 (org-open-at-point): Replace @{ and @} with < and >.
21199 (org-run-mode-hooks): Function removed.
21200 (org-agenda-mode): No longer use `org-run-mode-hooks'.
21201
21202 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
21203
21204 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
21205 MI command -data-list-register-values.
21206 (gdb-post-prompt): Indent properly.
21207
21208 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
21209
21210 * hilit-chg.el (highlight-changes-colors): Rename from
21211 `highlight-changes-colours'.
21212 (highlight-changes-colours): Keep as obsolete alias.
21213 (highlight-changes-face-list): Doc fix.
21214 (hilit-chg-make-list): Use `highlight-changes-colors'.
21215
21216 2005-06-12 Mark A. Hershberger <mah@everybody.org>
21217
21218 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
21219 defun-prompt-regexp.
21220
21221 2005-06-12 Eli Zaretskii <eliz@gnu.org>
21222
21223 * loadup.el: Don't say we are dumping under 2 names on windows-nt
21224 and cygwin.
21225
21226 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
21227 Don't use an old loaddefs.el, as in Makefile.in.
21228
21229 2005-06-12 Lute Kamstra <lute@gnu.org>
21230
21231 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
21232
21233 * man.el (Man-mode-map): Initialize it properly.
21234 (Man-mode): Set mode-class property to special.
21235
21236 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
21237
21238 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
21239
21240 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
21241 A newline is needed in the docstring there.
21242
21243 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
21244 Doc fixes.
21245
21246 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21247
21248 * printing.el: Doc fix. The menubar is no more changed when printing
21249 is loaded, it only changes when pr-menu-bind or pr-update-menus is
21250 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
21251 (pr-version): New version number (6.8.4).
21252 (pr-menu-bind): New command.
21253 (pr-update-menus): Docstring and code fix.
21254 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
21255 Docstring fix.
21256 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
21257 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
21258
21259 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
21260
21261 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
21262 "Returns" to "return", document useful return values, etc.
21263
21264 2005-06-11 Alan Mackenzie <acm@muc.de>
21265
21266 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
21267 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
21268 (adaptive-file-function): Minor amendment to doc-string.
21269
21270 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21271
21272 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
21273 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
21274 Fix :type--it is `integer', not `string'.
21275
21276 * faces.el (modeline-highlight): Rename from (the erroneous)
21277 `modeline-higilight'.
21278
21279 2005-06-11 Lute Kamstra <lute@gnu.org>
21280
21281 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
21282 lisp-interaction-mode-map but make it the parent.
21283 (edebug-eval-mode): Use define-derived-mode.
21284
21285 2005-06-11 Andreas Schwab <schwab@suse.de>
21286
21287 * bindings.el: Add binding of `ESC functionkey' for every
21288 `M-functionkey'.
21289 * hexl.el (hexl-mode-map): Likewise.
21290
21291 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
21292
21293 * progmodes/compile.el (compilation-error-regexp-alist-alist)
21294 [msft]: update regexp for newer msft compilers.
21295
21296 2005-06-10 Mark A. Hershberger <mah@everybody.org>
21297
21298 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
21299 ATTLIST portions of included DTDs.
21300 (xml-parse-dtd): Eliminate use of inefficient match-data.
21301
21302 2005-06-10 Miles Bader <miles@gnu.org>
21303
21304 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
21305 (mpuz-text): Remove "-face" suffix from face names.
21306 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
21307 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
21308 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
21309
21310 * play/gomoku.el (gomoku-O, gomoku-X):
21311 Remove "-face" suffix from face names.
21312 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
21313 New backward-compatibility aliases for renamed faces.
21314 (gomoku-font-lock-keywords): Use renamed gomoku faces.
21315
21316 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
21317
21318 * thumbs.el: Fixes for changes of 2005-06-09.
21319 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
21320 as a directory.
21321 (thumbs-thumbname): Remove directory separator from format string;
21322 `thumbs-thumbsdir' now returns a valid directory name.
21323 (thumbs-temp-dir): New defsubst.
21324 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
21325 Use it.
21326
21327 * cus-edit.el (minibuffer):
21328 * files.el (make-backup-file-name-function):
21329 * filesets.el (filesets-external-viewers):
21330 * hilit-chg.el (highlight-changes-colours)
21331 (highlight-changes-face-list, highlight-changes-rotate-faces):
21332 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
21333 * kmacro.el (kmacro-call-macro):
21334 * log-edit.el (log-edit-changelog-full-paragraphs):
21335 * mouse.el (mouse-1-click-follows-link):
21336 * skeleton.el (skeleton-autowrap):
21337 * subr.el (insert-for-yank-1):
21338 * tempo.el (tempo-insert-region):
21339 * terminal.el (terminal-emulator):
21340 * time.el (display-time-mail-face):
21341 * vc.el (vc-annotate):
21342 * vcursor.el (vcursor-copy-line):
21343 * woman.el (woman-bold-headings, woman-ignore)
21344 (woman-default-faces, woman-monochrome-faces):
21345 * calendar/todo-mode.el (todo-insert-threshold):
21346 * emulation/pc-select.el (pc-select-selection-keys-only)
21347 (pc-selection-mode):
21348 * emulation/vip.el (vip-find-char-forward):
21349 * emulation/viper-cmd.el (viper-find-char-forward):
21350 * international/mule-cmds.el
21351 (select-safe-coding-system-accept-default-p)
21352 (input-method-exit-on-invalid-key):
21353 * international/mule-diag.el (describe-coding-system):
21354 * international/ucs-tables.el (unify-8859-on-encoding-mode):
21355 * net/browse-url.el (browse-url-xterm-program):
21356 * obsolete/lazy-lock.el (lazy-lock-mode):
21357 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
21358 (cperl-mode):
21359 * progmodes/cpp.el (cpp-face-light-name-list)
21360 (cpp-face-dark-name-list):
21361 * progmodes/delphi.el (delphi-newline-always-indents):
21362 Fix spellings in docstrings.
21363
21364 * ido.el (ido-mode, ido-file-extensions-order)
21365 (ido-default-file-method, ido-default-buffer-method)
21366 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
21367 (ido-decorations, ido-read-file-name-as-directory-commands)
21368 (ido-read-file-name-non-ido, ido-work-directory-list)
21369 (ido-ignore-item-temp-list, ido-current-directory)
21370 (ido-magic-forward-char, ido-enter-find-file)
21371 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
21372 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
21373
21374 2005-06-10 Lute Kamstra <lute@gnu.org>
21375
21376 * play/dunnet.el (dun-mode): Use define-derived-mode.
21377 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
21378 obsolete alias.
21379
21380 * play/doctor.el (doctor-mode-map): Remove defvar.
21381 (doctor-mode): Use define-derived-mode.
21382
21383 * mail/mspools.el (mspools-mode):
21384 * net/eudc-hotlist.el (eudc-hotlist-mode):
21385 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
21386
21387 2005-06-10 Miles Bader <miles@gnu.org>
21388
21389 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
21390 Remove "-face" suffix from face names.
21391 (flyspell-incorrect-face, flyspell-duplicate-face):
21392 New backward-compatibility aliases for renamed faces.
21393 (flyspell-mode-on, make-flyspell-overlay)
21394 (flyspell-highlight-incorrect-region)
21395 (flyspell-highlight-duplicate-region)
21396 (flyspell-display-next-corrections)
21397 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
21398
21399 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
21400 from face name.
21401 (texinfo-heading-face): New backward-compatibility alias for
21402 renamed face.
21403 (texinfo-heading-face): Use renamed texinfo-heading face.
21404
21405 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
21406 suffix from face names.
21407 (tex-math-face, tex-verbatim-face):
21408 New backward-compatibility aliases for renamed faces.
21409 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
21410 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
21411 literal face name.
21412
21413 * textmodes/table.el (table-cell): Remove "-face" suffix from face
21414 name.
21415 (table-cell-face): New backward-compatibility alias for renamed face.
21416 (table--put-cell-face-property, table--update-cell-face):
21417 Use renamed table-cell face.
21418
21419 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
21420 from face name.
21421 (sgml-namespace-face): New backward-compatibility alias for
21422 renamed face.
21423 (sgml-namespace-face): Use renamed sgml-namespace face.
21424
21425 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
21426 (org-level-4, org-level-5, org-level-6, org-level-7)
21427 (org-level-8, org-warning, org-headline-done)
21428 (org-deadline-announce, org-scheduled-today)
21429 (org-scheduled-previously, org-link, org-done, org-table)
21430 (org-time-grid): Remove "-face" suffix from face names.
21431 (org-level-1-face, org-level-2-face, org-level-3-face)
21432 (org-level-4-face, org-level-5-face, org-level-6-face)
21433 (org-level-7-face, org-level-8-face, org-warning-face)
21434 (org-headline-done-face, org-deadline-announce-face)
21435 (org-scheduled-today-face, org-scheduled-previously-face)
21436 (org-link-face, org-done-face, org-table-face)
21437 (org-time-grid-face):
21438 New backward-compatibility aliases for renamed faces.
21439 (org-level-faces, org-set-font-lock-defaults, org-timeline)
21440 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
21441 (org-agenda-get-timestamps, org-agenda-get-scheduled)
21442 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
21443
21444 * emulation/viper-init.el (viper-search, viper-replace-overlay)
21445 (viper-minibuffer-emacs, viper-minibuffer-insert)
21446 (viper-minibuffer-vi): Remove "-face" suffix from face names.
21447 (viper-search-face, viper-replace-overlay-face)
21448 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
21449 (viper-minibuffer-vi-face):
21450 New backward-compatibility aliases for renamed faces.
21451 (viper-search-face, viper-replace-overlay-face)
21452 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
21453 (viper-minibuffer-vi-face): Use renamed viper faces.
21454
21455 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
21456 Remove "-face" suffix from face names.
21457 (testcover-nohits-face, testcover-1value-face):
21458 New backward-compatibility aliases for renamed faces.
21459 (testcover-mark): Use renamed testcover faces.
21460
21461 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
21462 face name.
21463 (diary-button-face): New backward-compatibility alias for renamed face.
21464 (diary-entry): Use renamed diary-button face.
21465
21466 * calendar/calendar.el (diary, calendar-today, holiday)
21467 (mark-visible-calendar-date): Remove "-face" suffix from face names.
21468 (diary-face, calendar-today-face, holiday-face):
21469 New backward-compatibility aliases for renamed faces.
21470 (eval-after-load "facemenu", diary-entry-marker)
21471 (calendar-today-marker, calendar-holiday-marker, diary-face):
21472 Use renamed calendar faces.
21473
21474 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
21475 (compare-windows-face): New backward-compatibility alias for
21476 renamed face.
21477 (compare-windows-highlight): Use renamed compare-windows face.
21478
21479 * strokes.el (strokes-char): Remove "-face" suffix from face name.
21480 (strokes-char-face): New backward-compatibility alias for renamed face.
21481 (strokes-encode-buffer): Use renamed strokes-char face.
21482
21483 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
21484 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
21485 Remove "-face" suffix from face names.
21486 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
21487 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
21488 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
21489 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
21490 Use renamed pcvs faces.
21491 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
21492 * pcvs-defs.el (cvs-mode-map): Likewise.
21493 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
21494
21495 * info.el (info-title-1, info-title-2, info-title-3)
21496 (info-title-4): Remove "-face" suffix from and downcase face names.
21497 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
21498 (Info-title-4-face):
21499 New backward-compatibility aliases for renamed faces.
21500 (Info-fontify-node): Use renamed info faces.
21501
21502 * hilit-chg.el (highlight-changes, highlight-changes-delete):
21503 Remove "-face" suffix from face names.
21504 (highlight-changes-face, highlight-changes-delete-face):
21505 New backward-compatibility aliases for renamed faces.
21506 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
21507 (hilit-chg-make-list): Use renamed highlight-changes faces.
21508
21509 * generic-x.el (show-tabs-tab, show-tabs-space):
21510 Remove "-face" suffix from face names.
21511 (show-tabs-tab-face, show-tabs-space-face):
21512 New backward-compatibility aliases for renamed faces.
21513 (show-tabs-generic-mode-font-lock-defaults-1)
21514 (show-tabs-generic-mode-font-lock-defaults-2):
21515 Use renamed show-tabs faces.
21516
21517 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
21518 (smerge-markers): Remove "-face" suffix from face names.
21519 (smerge-mine-face, smerge-other-face, smerge-base-face)
21520 (smerge-markers-face):
21521 New backward-compatibility aliases for renamed faces.
21522 (smerge-mine-face, smerge-other-face, smerge-base-face)
21523 (smerge-markers-face): Use renamed smerge faces.
21524
21525 * log-view.el (log-view-file, log-view-message): Remove "-face"
21526 suffix from face names.
21527 (log-view-file-face, log-view-message-face):
21528 New backward-compatibility aliases for renamed faces.
21529 (log-view-file-face, log-view-message-face): Use renamed log-view
21530 faces.
21531
21532 * paren.el (show-paren-match, show-paren-mismatch):
21533 Remove "-face" suffix from face names.
21534 (show-paren-match-face, show-paren-mismatch-face):
21535 New backward-compatibility aliases for renamed faces.
21536 (show-paren-function): Use renamed show-paren faces.
21537
21538 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
21539 (ruler-mode-margins, ruler-mode-fringes)
21540 (ruler-mode-column-number, ruler-mode-fill-column)
21541 (ruler-mode-comment-column, ruler-mode-goal-column)
21542 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
21543 suffix from face names.
21544 (ruler-mode-default-face, ruler-mode-pad-face)
21545 (ruler-mode-margins-face, ruler-mode-fringes-face)
21546 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
21547 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
21548 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
21549 New backward-compatibility aliases for renamed faces.
21550 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
21551 (ruler-mode-column-number, ruler-mode-fill-column)
21552 (ruler-mode-comment-column, ruler-mode-goal-column)
21553 (ruler-mode-tab-stop, ruler-mode-current-column)
21554 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
21555 faces.
21556
21557 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
21558 face name.
21559 (whitespace-highlight-the-space): Use renamed face.
21560 (whitespace-highlight-face): New backward-compatibility alias for
21561 renamed face.
21562
21563 * woman.el (woman-italic, woman-bold, woman-unknown)
21564 (woman-addition, woman-symbol-face):
21565 Remove "-face" suffix from face names.
21566 (woman-italic-face, woman-bold-face, woman-unknown-face)
21567 (woman-addition-face):
21568 New backward-compatibility aliases for renamed faces.
21569 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
21570 (woman-decode-region, woman-replace-match)
21571 (woman-display-extended-fonts, woman-special-characters)
21572 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
21573 Use renamed woman faces.
21574
21575 * longlines.el (longlines-visible-face): Face removed.
21576
21577 * diff-mode.el (diff-header, diff-file-header, diff-index)
21578 (diff-hunk-header, diff-removed, diff-added, diff-changed)
21579 (diff-function, diff-context, diff-nonexistent): Remove "-face"
21580 suffix from face names.
21581 (diff-header-face, diff-file-header-face, diff-index-face)
21582 (diff-hunk-header-face, diff-removed-face, diff-added-face)
21583 (diff-changed-face, diff-function-face, diff-context-face)
21584 (diff-nonexistent-face): New backward-compatibility aliases for
21585 renamed faces.
21586 (diff-header-face, diff-file-header-face)
21587 (diff-index, diff-index-face, diff-hunk-header)
21588 (diff-hunk-header-face, diff-removed, diff-removed-face)
21589 (diff-added, diff-added-face, diff-changed-face, diff-function)
21590 (diff-function-face, diff-context-face, diff-nonexistent)
21591 (diff-nonexistent-face): Use renamed diff-mode faces.
21592
21593 * progmodes/compile.el (compilation-warning-face)
21594 (compilation-info-face): Remove "-face" suffix from face names.
21595 (compilation-warning-face, compilation-info-face):
21596 New backward-compatibility aliases for renamed faces.
21597 (compilation-warning-face, compilation-info-face):
21598 Use renamed compilation faces.
21599
21600 * add-log.el (change-log-date, change-log-name)
21601 (change-log-email, change-log-file, change-log-list)
21602 (change-log-conditionals, change-log-function)
21603 (change-log-acknowledgement): Remove "-face" suffix from face names.
21604 (change-log-date-face, change-log-name-face)
21605 (change-log-email-face, change-log-file-face)
21606 (change-log-list-face, change-log-conditionals-face)
21607 (change-log-function-face, change-log-acknowledgement-face):
21608 New backward-compatibility aliases for renamed faces.
21609 (change-log-font-lock-keywords): Use renamed change-log faces.
21610
21611 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
21612 (custom-set, custom-changed, custom-saved, custom-button)
21613 (custom-button-pressed, custom-documentation, custom-state)
21614 (custom-comment, custom-comment-tag, custom-variable-tag)
21615 (custom-variable-button, custom-face-tag, custom-group-tag-1)
21616 (custom-group-tag): Remove "-face" suffix from face names.
21617 (custom-magic-alist, custom-magic-value-create)
21618 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
21619 (custom-invalid-face, custom-rogue-face, custom-modified-face)
21620 (custom-set-face, custom-changed-face, custom-saved-face)
21621 (custom-button-face, custom-button-pressed-face)
21622 (custom-documentation-face, custom-state-face)
21623 (custom-comment-face, custom-comment-tag-face)
21624 (custom-variable-tag-face, custom-variable-button-face)
21625 (custom-face-tag-face, custom-group-tag-face-1)
21626 (custom-group-tag-face):
21627 New backward-compatibility aliases for renamed faces.
21628
21629 * wid-edit.el (widget-documentation, widget-button)
21630 (widget-field, widget-single-line-field, widget-inactive)
21631 (widget-button-pressed): "-face" suffix removed from face names.
21632 (widget-documentation-face, widget-button-face)
21633 (widget-field-face, widget-single-line-field-face)
21634 (widget-inactive-face, widget-button-pressed-face):
21635 New backward-compatibility aliases for renamed faces.
21636 (widget-documentation-face, widget-button-face)
21637 (widget-button-pressed-face, widget-specify-field)
21638 (widget-specify-inactive): Use renamed widget faces.
21639
21640 2005-06-10 Kenichi Handa <handa@m17n.org>
21641
21642 * term/x-win.el (x-clipboard-yank): Remove condition-case
21643 wrapping.
21644
21645 2005-06-11 Kenichi Handa <handa@m17n.org>
21646
21647 * add-log.el (change-log-font-lock-keywords): Make the regexp for
21648 date lines stricter.
21649
21650 2005-06-10 Zhang Wei <id.brep@gmail.com>
21651
21652 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
21653 of x-get-selection.
21654
21655 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
21656
21657 * comint.el (comint-mode, comint-snapshot-last-prompt):
21658 * frame.el (frame-current-scroll-bars):
21659 * term.el (term-mode, term-check-proc, term-input-sender)
21660 (term-simple-send, term-extract-string, term-word)
21661 (term-match-partial-filename):
21662 * window.el (window-current-scroll-bars):
21663 * emulation/cua-base.el (cua-normal-cursor-color)
21664 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
21665 (cua-global-mark-cursor-color):
21666 * mail/undigest.el (rmail-forward-separator-regex):
21667 Fix typos in docstrings.
21668
21669 * comint.el (comint-check-proc, make-comint-in-buffer)
21670 (comint-source-default): Doc fixes.
21671
21672 * term.el (term-send-string): Improve argument/docstring consistency.
21673
21674 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
21675
21676 * comint.el (comint-send-input): Bind `inhibit-read-only' around
21677 call to `delete-region'.
21678 (comint-mode-hook): Do not enable Font Lock by default.
21679
21680 2005-06-09 Lute Kamstra <lute@gnu.org>
21681
21682 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
21683 could be void.
21684
21685 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
21686
21687 * emacs-lisp/debug.el (debugger-will-be-back): New var.
21688 (debug): Use it.
21689 (debugger-step-through, debugger-continue, debugger-jump)
21690 (debugger-return-value): Set it when needed.
21691 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
21692 Use inhibit-read-only.
21693
21694 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
21695
21696 * window.el (shrink-window-if-larger-than-buffer)
21697 (window-size-fixed): Fix typo in docstring.
21698
21699 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
21700 thumbnails directory on loading.
21701 (thumbs-conversion-program): Use `eq' to check the system type,
21702 not `equal'.
21703 (thumbs-temp-dir): Initialize to `temporary-file-directory',
21704 not "/tmp". Fix docstring.
21705 (thumbs-thumbsdir): New function to return the thumbnails
21706 directory, creating it if needed.
21707 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
21708 (thumbs-temp-file): Delete variable and make it into a function.
21709 (thumbs-resize-image, thumbs-modify-image): Use it.
21710 (thumbs-kill-buffer): Simplify.
21711 (thumbs-gensym): Defalias or duplicate CL `gensym'.
21712 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
21713 docstrings.
21714
21715 2005-06-09 Kim F. Storm <storm@cua.dk>
21716
21717 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
21718 set-match-data to free markers in match-data.
21719
21720 * replace.el (replace-match-data): Pass RESEAT arg `t' to
21721 match-data to unchain markers in match-data.
21722
21723 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
21724
21725 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
21726 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
21727 unnecessary now.
21728
21729 2005-06-08 Richard M. Stallman <rms@gnu.org>
21730
21731 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
21732 give the variable a doc string that doesn't say don't set it directly.
21733
21734 * textmodes/ispell.el (ispell-check-version):
21735 Use match-string-no-properties.
21736 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
21737 (ispell-buffer-local-words): Likewise.
21738
21739 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
21740 except on terminals with enough colors to really display it.
21741 (makefile-dependency-regex): Delete spurious `bb'.
21742
21743 * faces.el (escape-glyph): Use blue once again in last case.
21744 (no-break-space): Redefine so that it isn't invisible on a tty.
21745
21746 2005-06-08 Kim F. Storm <storm@cua.dk>
21747
21748 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
21749 also when reading directory name.
21750
21751 2005-06-08 Lute Kamstra <lute@gnu.org>
21752
21753 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
21754 (flyspell-mode-line-string): Remove autoload cookie.
21755 (flyspell-mode): Remove defvar.
21756
21757 2005-06-07 Lute Kamstra <lute@gnu.org>
21758
21759 * textmodes/org.el (org-run-mode-hooks): New function.
21760 (org-agenda-mode): Use it.
21761
21762 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
21763
21764 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
21765
21766 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
21767
21768 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
21769
21770 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
21771
21772 * font-lock.el (font-lock-add-keywords): Doc fix.
21773
21774 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
21775
21776 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
21777 (tex-compile-default): In the absence of any history, use the order in
21778 tex-compile-alist to choose the preferred command.
21779 (tex-compile-commands): Reorder a bit.
21780
21781 * textmodes/flyspell.el (flyspell-auto-correct-binding)
21782 (flyspell-incorrect-face, flyspell-duplicate-face):
21783 Use (X)Emacs-agnostic code.
21784 (flyspell-mode-map): Don't overwrite at each load. Remove code
21785 redundant with the subsequent add-minor-mode. Merge Emacs and
21786 XEmacs code.
21787 (flyspell-word): Minor simplification.
21788 (flyspell-math-tex-command-p): Quieten the byte-compiler.
21789 (flyspell-external-point-words): Remove unused vars `size' and `start'.
21790 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
21791 Merge the corresponding Emacs code.
21792 (flyspell-correct-word, flyspell-xemacs-popup):
21793 Use flyspell-do-correct.
21794
21795 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
21796 a dedicated window.
21797
21798 * international/latexenc.el (latexenc-find-file-coding-system):
21799 Undo part of last patch, to turn off a compiler warning.
21800
21801 2005-06-06 Juri Linkov <juri@jurta.org>
21802
21803 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
21804 Rename `tmm-inactive-face' to `tmm-inactive'.
21805
21806 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
21807
21808 * iswitchb.el: Rename faces.
21809
21810 2005-06-06 Kim F. Storm <storm@cua.dk>
21811
21812 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
21813 (cua-global-mark): Remove -face suffix from face names.
21814
21815 * emulation/cua-gmrk.el (cua--init-global-mark):
21816 Remove cua-global-mark face setup.
21817
21818 2005-06-06 Richard M. Stallman <rms@gnu.org>
21819
21820 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
21821 just like other allowed characters.
21822 (makefile-match-dependency): Exclude leading and training whitespace
21823 from the range of regexp subexp 1.
21824 (makefile-macroassign-regex): Don't try to match the body,
21825 just the name of the macro being defined.
21826
21827 * info.el (Info-read-node-name-2): New function.
21828 (Info-read-node-name-1): Use that.
21829 Add a completion-base-size-function property.
21830
21831 * simple.el (completion-setup-function): Look for
21832 completion-base-size-function property of minibuffer-completion-table.
21833
21834 * files.el (locate-file-completion): Doc fix.
21835
21836 * printing.el: Don't call pr-update-menus; user must do that.
21837
21838 * emacs-lisp/debug.el (debugger-window): New variable.
21839 (debug): Use debugger-window if it is set and still alive.
21840 Record debugger-window for next entry.
21841
21842 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
21843
21844 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
21845
21846 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
21847 (hack-one-local-variable, hack-local-variables)
21848 (hack-local-variables-prop-line): Pass that arg.
21849
21850 2005-06-06 Kim F. Storm <storm@cua.dk>
21851
21852 * ido.el (ido-first-match, ido-only-match, ido-subdir)
21853 (ido-indicator): Remove -face suffix from face names.
21854
21855 2005-06-06 Juri Linkov <juri@jurta.org>
21856
21857 * font-lock.el (font-lock-regexp-backslash)
21858 (font-lock-regexp-backslash-construct): New faces.
21859 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
21860 after `('. Add `while-no-input' to control structures.
21861
21862 * faces.el (no-break-space, shadow): New faces.
21863 (escape-glyph): Use less loud colors pink2 and red4.
21864
21865 * diff-mode.el (diff-context-face)
21866 * dired.el (dired-ignored)
21867 * rfn-eshadow.el (file-name-shadow)
21868 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
21869
21870 * info.el (Info-title-1-face): Use green instead of yellow because
21871 bold yellow is not readable on light backgrounds.
21872
21873 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
21874 before selecting the desired mode to not spend time fontifying
21875 old contents.
21876
21877 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
21878
21879 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
21880 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
21881
21882 * ps-print.el (ps-default-fg, ps-default-bg):
21883 Fix typos in docstrings.
21884
21885 * isearchb.el (isearchb): Don't pass a spurious second argument to
21886 `iswitchb-completions'.
21887
21888 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
21889
21890 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
21891 to preserve point.
21892 (gdb-find-file-hook): Add doc string.
21893
21894 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
21895 C dereferenced pointer expression.
21896 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
21897
21898 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
21899
21900 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
21901 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
21902 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
21903 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
21904 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
21905 Make background transparent.
21906
21907 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
21908
21909 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
21910 (font-lock-remove-keywords): Doc fix.
21911 (font-lock-mode-major-mode): Compiler defvar.
21912 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
21913
21914 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
21915 (font-lock-mode): Update `font-lock-mode-major-mode'.
21916 (font-lock-set-defaults): Compiler defvar.
21917 (font-lock-default-function): Take `font-lock-mode-major-mode'
21918 into account.
21919
21920 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
21921 keep track of which major mode it enabled the minor mode for.
21922 Use find-file-hook again. Update docstring.
21923
21924 * simple.el (eval-expression-print-level)
21925 (eval-expression-print-length, eval-expression-debug-on-error):
21926 Doc fixes.
21927
21928 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
21929
21930 * iswitchb.el (iswitchb-single-match-face)
21931 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
21932 (iswitchb-invalid-regexp-face): New faces.
21933 (iswitchb-completions): Use them.
21934 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
21935 now marked as an obsolete alias.
21936 (iswitchb-read-buffer): Remove check for bound font variables.
21937 (iswitchb-invalid-regexp): New free variable.
21938 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
21939 set iswitchb-invalid-regexp.
21940 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
21941 invalid regexps.
21942 (iswitchb-completions): Add check for complete match when entering
21943 a regexp.
21944 (iswitchb-completions): Remove require-match argument.
21945 (iswitchb-exhibit): Fix caller.
21946 (iswitchb-common-match-inserted): New variable.
21947 (iswitchb-complete, iswitchb-completion-help): Use it.
21948
21949 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
21950
21951 * url-http.el (url-http-chunked-encoding-after-change-function):
21952 Use `url-http-debug' instead of `message'.
21953
21954 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
21955
21956 * url-http.el (url-http-parse-headers): Pass redirected URL as a
21957 callback argument.
21958
21959 2005-06-04 Kim F. Storm <storm@cua.dk>
21960
21961 * simple.el (line-move): Only call sit-for when moving backwards.
21962
21963 * ido.el (ido-make-merged-file-list-1): New defun split from
21964 ido-make-merged-file-list.
21965 (ido-make-merged-file-list): Bind throw-on-input around call to
21966 ido-make-merged-file-list-1. Return input-pending-p if
21967 interrupted by more input available.
21968 (ido-read-internal): Handle input-pending-p return value from
21969 ido-make-merged-file-list.
21970
21971 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
21972
21973 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
21974 compatibility code.
21975
21976 * international/latexenc.el (latexenc-find-file-coding-system):
21977 Don't inherit the EOL part of the coding-system from the
21978 tex-main buffer. Fit within 80 columns.
21979
21980 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
21981
21982 * tmm.el (tmm-inactive-face): New face.
21983 (tmm-remove-inactive-mouse-face): New function.
21984 (tmm-prompt, tmm-add-one-shortcut)
21985 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
21986 but not selectable.
21987
21988 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
21989
21990 * faces.el (face-equal): Improve argument/docstring consistency.
21991
21992 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
21993
21994 * progmodes/make-mode.el (makefile-targets-face)
21995 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
21996 (makefile-bsdmake-dependency-regex)
21997 (makefile-makepp-rule-action-regex)
21998 (makefile-bsdmake-rule-action-regex): New constants.
21999 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
22000
22001 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22002 Allow (...) within `...' for makepp messages.
22003
22004 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
22005
22006 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
22007
22008 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
22009 "." files are deleted from all file lists before comparison.
22010
22011 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
22012 (viper-ESC-key): Made them customizable.
22013
22014 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
22015
22016 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
22017
22018 * autorevert.el (auto-revert-buffers): Use save-match-data.
22019
22020 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
22021
22022 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
22023 menu items with a nil command binding.
22024
22025 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
22026
22027 * emacs-lisp/cl-macs.el (defsetf):
22028 Improve argument/docstring consistency.
22029
22030 * faces.el (list-faces-display): Improve the formatting by
22031 computing the maximum length required for any face-name (reworked
22032 patch of 1999-01-11, accidentally deleted on 1999-07-21).
22033 (internal-find-face): Remove redundant info in docstring.
22034
22035 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
22036
22037 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
22038 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
22039 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
22040 (gdb-assembler-custom): Improve regexps.
22041 (def-gdb-auto-update-handler): Use window point to preserve point.
22042
22043 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22044
22045 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
22046
22047 2005-05-31 Jay Belanger <belanger@truman.edu>
22048
22049 * calc/calc-embed.el (calc-embedded-word): Change argument passed
22050 to calc-embedded.
22051 (calc-embedded-make-info): Have plain prefix argument select
22052 entire line.
22053
22054 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
22055
22056 * faces.el (list-faces-display): Signal error if passed a regexp
22057 that matches no face name.
22058
22059 * simple.el (filter-buffer-substring): Fix typo in docstring.
22060
22061 2005-05-31 Richard M. Stallman <rms@gnu.org>
22062
22063 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
22064 (vhdl-emacs-21): Doc fix.
22065 (vhdl-mode): Unconditionally set comment-padding.
22066 (vhdl-fixup-whitespace-region): Insert spaces only where
22067 there are none.
22068 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
22069
22070 2005-05-30 John Wiegley <johnw@newartisans.com>
22071
22072 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
22073 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
22074 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
22075 `directory-sep-char' to ?/, and all uses of `string-to-int' to
22076 `string-to-number'.
22077
22078 2005-05-30 Jay Belanger <belanger@truman.edu>
22079
22080 * calc/calc.el (calc-bug-address): Fix docstring.
22081 (calc-window-hook, calc-trail-window-hook): New variables.
22082 (calc-trail-display): Restore use of calc-trail-window-hook.
22083 (calc): Restore use of calc-window-hook.
22084
22085 2005-05-31 Masatake YAMATO <jet@gyve.org>
22086
22087 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
22088
22089 * help-fns.el (help-C-file-name): Add autoload mark for
22090 `find-function-noselect'.
22091
22092 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
22093
22094 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
22095 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
22096
22097 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
22098
22099 * calendar/diary-lib.el (mark-included-diary-files): Only kill
22100 included diary buffer if it was not already being visited.
22101 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
22102
22103 * calendar/icalendar.el (top-level): Do not require appt.
22104
22105 * mail/supercite.el (sc-select-attribution): Only use a list
22106 element from sc-attrib-selection-list if it returns a string.
22107 Reported by Davide G. M. Salvetti <salve@debian.org>.
22108
22109 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
22110
22111 * thumbs.el (thumbs-thumbname): The resulting thumbname now
22112 includes a hash value to improve its uniqueness, and has a ".jpg"
22113 extension. Also, it is now a valid filename on all systems.
22114 (thumbs-make-thumb): Use `let', not `let*'.
22115 (thumbs-show-thumbs-list): Check for JPEG availability.
22116
22117 2005-05-30 Richard M. Stallman <rms@gnu.org>
22118
22119 * filesets.el (filesets-menu-ensure-use-cached):
22120 Prevent warning when emacs-version>= is undefined.
22121
22122 * printing.el (pr-interactive-n-up): Use string-to-number.
22123
22124 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
22125
22126 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
22127 Warn only when name to be defined is quoted.
22128
22129 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
22130
22131 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
22132 Make regexp more robust.
22133 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
22134 Force regeneration of disassembly.
22135
22136 2005-05-29 Jay Belanger <belanger@truman.edu>
22137
22138 * calc/calc.el (calc-user-invocation): Check if
22139 calc-invocation-macro is non-nil.
22140
22141 2005-05-29 Juri Linkov <juri@jurta.org>
22142
22143 * add-log.el (change-log-font-lock-keywords):
22144 Add `+' to e-mail regexp to accept mail address with keywords.
22145
22146 * man.el (Man-name-regexp): Add `:' to accept qualified names.
22147
22148 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
22149
22150 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
22151
22152 * ielm.el (inferior-emacs-lisp-mode): Ditto.
22153
22154 2005-05-29 Richard M. Stallman <rms@gnu.org>
22155
22156 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
22157 Undo the change that moves to end of the current word.
22158
22159 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
22160
22161 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
22162 Throw error when count <= 0 to ensure input is a number.
22163 (gdb-read-memory-custom): Pick up address from buffer.
22164 (gdb-memory-mode): Allow user to increment and decrement
22165 memory address from header line.
22166
22167 2005-05-29 Richard M. Stallman <rms@gnu.org>
22168
22169 * flyspell.el (flyspell-version): Function deleted.
22170 (flyspell-auto-correct-previous-hook): Doc fix.
22171
22172 * jit-lock.el (jit-lock-function, jit-lock-after-change):
22173 Do nothing if memory is full.
22174
22175 * font-lock.el (font-lock-fontify-syntactically-region):
22176 Pass t for GREEDY to looking-back.
22177
22178 * saveplace.el (save-place-alist-to-file): Write the file
22179 using write-region.
22180
22181 * subr.el (looking-back): New argument GREEDY.
22182
22183 * progmodes/compile.el (compilation-start): Set the mode
22184 before inserting the initial text.
22185
22186 * progmodes/which-func.el (which-func-update-1): Turn the mode
22187 off in case of error by setting which-func-mode.
22188
22189 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
22190
22191 * flyspell.el (flyspell-auto-correct-previous-word):
22192 Narrow down to what's on the screen, and recenter overlays
22193 at the end of the next word.
22194
22195 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
22196
22197 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
22198 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
22199 (flyspell-abbrev-p): Default to nil.
22200 (flyspell-use-global-abbrev-table-p): Doc fix.
22201 (flyspell-large-region): Allow nil as value.
22202 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
22203
22204 (mail-mode-flyspell-verify): More robust handling
22205 of `mail-header-separator'. More efficient signature detection.
22206 Allow for regexp metacharacters in message-header-separator.
22207 Adding `To' not to be checked in mail-mode-flyspell-verify.
22208
22209 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
22210 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
22211 Bind flyspell-auto-correct-binding.
22212 Bind C-. and C-, .
22213 (flyspell-mode-map): Likewise.
22214 (flyspell-mode): Doc fix.
22215 (flyspell-accept-buffer-local-defs): Preserve current buffer.
22216 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
22217 (flyspell-word-cache-result): New var, always local.
22218 (flyspell-check-pre-word-p): Doc fix.
22219 (flyspell-check-changed-word-p): Handle spc like newline.
22220 (flyspell-post-command-hook): Set flyspell-word-cache-result.
22221 (flyspell-word-search-backward, flyspell-word-search-forward):
22222 New functions.
22223 (flyspell-word): Return t if nothing to check.
22224 When parsing TeX code, check for after } or \.
22225 Use flyspell-word-search-backward to find previous word.
22226 Return nil if duplicated word.
22227 For word already checked, return same value as last time.
22228 Set flyspell-word-cache-result after checking.
22229 Don't clobber the return value.
22230 (flyspell-get-word): Major rewrite.
22231 (flyspell-external-point-words): New locals pword, pcount.
22232 Fix size used in progress message.
22233 Find the proper corresponding word in flyspell-large-region-buffer.
22234 (flyspell-region): Check for flyspell-large-region = nil.
22235 (flyspell-highlight-incorrect-region): Clean up overlays in region.
22236 (flyspell-auto-correct-word): Check that WORD is a cons.
22237 (flyspell-correct-word): Likewise.
22238
22239 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
22240
22241 * progmodes/make-mode.el (makefile-rule-action-regex)
22242 (makefile-macroassign-regex, makefile-makepp-mode)
22243 (makefile-bsdmake-mode): Continuation lines may be empty.
22244 Reported by Joshua Varner.
22245 (makefile-makepp-font-lock-keywords): Add $(stem).
22246
22247 2005-05-28 Karl Berry <karl@gnu.org>
22248
22249 * textmodes/tex-mode.el: Now that tex-send-command calls
22250 shell-quote-argument (2005-03-31 change), remove all calls to
22251 shell-quote-argument; they all end up invoking tex-send-command.
22252 The double quoting loses on filenames with non-safe characters,
22253 such as "@". Reported by Frederik Fouvry.
22254
22255 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
22256
22257 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
22258 about preserving point.
22259
22260 2005-05-27 Jay Belanger <belanger@truman.edu>
22261
22262 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
22263 Info-goto-node.
22264
22265 * calc/calc-embed.el (calc-embed-arg): New variable.
22266 (calc-do-embedded-activate, calc-embedded-activate-formula)
22267 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
22268 variable by new variable.
22269 (calc-embedded-make-info): Replace undeclared variable by new
22270 variable. When selecting region with positive prefix
22271 argument, use end of previous line instead of beginning of line.
22272
22273 * calc/calc-aent.el (calc-arg-values): Declare it.
22274
22275 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
22276 Declare them.
22277
22278 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
22279
22280 * calc/calc.el (calc-alg-map): Declare it.
22281
22282 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
22283
22284 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
22285
22286 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
22287 (gdb-registers-buffer, toggle-gdb-all-registers):
22288 Toggle display of floating point registers.
22289 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
22290
22291 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
22292 (toggle-gud-tooltip-dereference):
22293 Rename from gud-toggle-tooltip-dereference.
22294
22295 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
22296
22297 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
22298
22299 2005-05-27 Jay Belanger <belanger@truman.edu>
22300
22301 * calc/calc-prog.el (calc-kbd-report): Remove.
22302 (calc-kbd-query): Rewrite.
22303
22304 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
22305
22306 * image.el (image-library-alist): Move to image.c.
22307 (image-type-available-p): Doc fix.
22308
22309 2005-05-27 Lute Kamstra <lute@gnu.org>
22310
22311 * calc/calc.el (calc):
22312 * outline.el (outline-1, outline-2, outline-3, outline-4)
22313 (outline-5, outline-6, outline-7, outline-8):
22314 * textmodes/dns-mode.el (dns-mode):
22315 * textmodes/sgml-mode.el (sgml-namespace-face):
22316 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
22317 (tex-verbatim-face, tex-use-reftex):
22318 * textmodes/texinfo.el (texinfo-heading-face):
22319 Specify customization group.
22320
22321 * longlines.el: Don't require easy-mmode.
22322 (longlines-visible-face): Specify customization group.
22323
22324 2005-05-27 Kenichi Handa <handa@m17n.org>
22325
22326 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
22327 encoding table of windows-1251.
22328
22329 * international/ucs-tables.el (ucs-set-table-for-input):
22330 If translation-table-for-input of a coding system is a symbol, get
22331 its translation-table property.
22332
22333 * international/code-pages.el: Don't register a coding system into
22334 non-iso-charset-alist more than once.
22335 (cp-make-coding-system): Likewise.
22336
22337 2005-05-26 John Wiegley <johnw@newartisans.com>
22338
22339 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
22340 `eshell-resume-eval' is wrapped in a list, it indicates that the
22341 command was run asynchronously. In that case, unwrap the value
22342 before checking the delimiter value.
22343
22344 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
22345 character before a space at the end of a line is \, assume the space
22346 is part of the last argument rather than a final argument separator.
22347
22348 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
22349 is in use, and the target is `t' or `nil' (which are the most common
22350 values), don't assume that the symbol target is a buffer.
22351
22352 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
22353
22354 * calendar/calendar.el (calendar-mode-line-format):
22355 Use mode-line-highlight as mouse-face.
22356
22357 * time.el (display-time-string-forms, display-time-update):
22358 Use mode-line-highlight as mouse-face.
22359
22360 2005-05-26 Jay Belanger <belanger@truman.edu>
22361
22362 * calc/calc.el (calc-language-alist): Remove extra defvar.
22363
22364 2005-05-26 Lute Kamstra <lute@gnu.org>
22365
22366 * arc-mode.el (archive-mode):
22367 * bookmark.el (bookmark-read-annotation-mode)
22368 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
22369 * bs.el (bs-mode):
22370 * calc/calc-yank.el (calc-edit-mode):
22371 * calc/calc.el (calc-mode, calc-trail-mode):
22372 * calculator.el (calculator-mode):
22373 * chistory.el (command-history-mode):
22374 * comint.el:
22375 * cus-edit.el (custom-mode):
22376 * descr-text.el (describe-text-mode):
22377 * ebuff-menu.el (Electric-buffer-menu-mode):
22378 * ediff-util.el (ediff-mode):
22379 * emacs-lisp/re-builder.el (reb-mode):
22380 * emulation/vi.el (vi-mode-setup):
22381 * emulation/ws-mode.el (wordstar-mode):
22382 * eshell/esh-mode.el (eshell-mode):
22383 * forms.el (forms-mode):
22384 * help-mode.el (help-mode):
22385 * hexl.el (hexl-mode):
22386 * ibuffer.el (ibuffer-mode):
22387 * ielm.el (inferior-emacs-lisp-mode):
22388 * info.el (Info-mode, Info-edit-mode):
22389 * international/swedish.el:
22390 * ledit.el (ledit-from-lisp-mode):
22391 * locate.el (locate-mode):
22392 * mail/rmail.el (rmail-mode):
22393 * mail/rmailedit.el (rmail-edit-mode):
22394 * mail/rmailsum.el (rmail-summary-mode):
22395 * mail/supercite.el (sc-electric-mode):
22396 * net/eudc.el (eudc-mode):
22397 * net/quickurl.el (quickurl-list-mode):
22398 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
22399 * obsolete/ooutline.el (outline-mode):
22400 * obsolete/options.el (Edit-options-mode):
22401 * obsolete/rnews.el (news-mode):
22402 * obsolete/rnewspost.el (news-reply-mode):
22403 * play/5x5.el (5x5-mode):
22404 * play/decipher.el (decipher-mode, decipher-stats-mode):
22405 * play/gomoku.el (gomoku-mode):
22406 * play/snake.el (snake-mode):
22407 * play/solitaire.el (solitaire-mode):
22408 * play/tetris.el (tetris-mode):
22409 * progmodes/ada-mode.el (ada-mode):
22410 * progmodes/antlr-mode.el (antlr-mode):
22411 * progmodes/autoconf.el (autoconf-mode):
22412 * progmodes/dcl-mode.el (dcl-mode):
22413 * progmodes/delphi.el (delphi-mode):
22414 * progmodes/ebrowse.el (ebrowse-tree-mode)
22415 (ebrowse-electric-list-mode, ebrowse-member-mode)
22416 (ebrowse-electric-position-mode):
22417 * progmodes/f90.el (f90-mode):
22418 * progmodes/fortran.el (fortran-mode):
22419 * progmodes/icon.el (icon-mode):
22420 * progmodes/idlw-help.el (idlwave-help-mode):
22421 * progmodes/idlw-shell.el (idlwave-shell-mode):
22422 * progmodes/idlwave.el (idlwave-mode):
22423 * progmodes/inf-lisp.el (inferior-lisp-mode):
22424 * progmodes/m4-mode.el (m4-mode):
22425 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
22426 * progmodes/modula2.el (modula-2-mode):
22427 * progmodes/octave-inf.el (inferior-octave-mode):
22428 * progmodes/octave-mod.el (octave-mode):
22429 * progmodes/pascal.el (pascal-mode):
22430 * progmodes/sh-script.el (sh-mode):
22431 * progmodes/sql.el (sql-mode, sql-interactive-mode):
22432 * progmodes/vhdl-mode.el (vhdl-mode):
22433 * progmodes/xscheme.el (scheme-interaction-mode):
22434 * replace.el (occur-mode):
22435 * ses.el (ses-mode):
22436 * simple.el (completion-list-mode):
22437 * skeleton.el:
22438 * speedbar.el (speedbar-mode):
22439 * term.el (term-mode):
22440 * terminal.el (terminal-edit-mode):
22441 * textmodes/reftex-index.el (reftex-index-mode)
22442 (reftex-index-phrases-mode):
22443 * textmodes/reftex-sel.el (reftex-select-label-mode)
22444 (reftex-select-bib-mode):
22445 * textmodes/reftex-toc.el (reftex-toc-mode):
22446 * wdired.el (wdired-change-to-wdired-mode):
22447 * wid-browse.el (widget-browse-mode):
22448 Use run-mode-hooks.
22449
22450 * array.el (array-mode):
22451 * calendar/todo-mode.el (todo-mode):
22452 * man.el (Man-mode):
22453 * play/landmark.el (lm-mode):
22454 * play/mpuz.el (mpuz-mode):
22455 Use kill-all-local-variables and run-mode-hooks.
22456
22457 * subr.el (delay-mode-hooks): Specify indentation.
22458
22459 2005-05-26 Mark A. Hershberger <mah@everybody.org>
22460
22461 * xml.el (xml-substitute-special): Don't die for undefined xml
22462 entities.
22463
22464 2005-05-26 Jay Belanger <belanger@truman.edu>
22465
22466 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
22467 of nil.
22468
22469 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
22470
22471 * progmodes/gdb-ui.el (gdb-frame-address):
22472 Rename from gdb-current-address.
22473 (gdb-previous-frame-address): Rename from gdb-previous-address.
22474 (gdb-selected-frame): Rename from gdb-current-frame.
22475 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
22476 (gdb-frame-number): Rename from gdb-current-stack-level.
22477 (gdb-ann3): Match new mode-name for disassembly buffer.
22478 Extend initialization of variables.
22479 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
22480 (gdb-memory-mode): Use mouse-face in header line.
22481 (gdb-assembler-buffer-name): Call it disassembly and give frame
22482 in mode line.
22483 (gdb-source-spec-regexp, gdb-assembler-custom)
22484 (gdb-invalidate-assembler, gdb-frame-handler):
22485 Make robust to leading zeroes in address format.
22486
22487 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
22488
22489 * textmodes/org.el (org-mode): Use `define-derived-mode' to
22490 define `org-mode'.
22491 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
22492
22493 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
22494
22495 * log-edit.el (log-edit-changelog-entries): Distinguish between
22496 filenames like xfns.c and fns.c.
22497
22498 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
22499
22500 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
22501 point after reverting.
22502 (Buffer-menu-make-sort-button): Handle the case where
22503 `Buffer-menu-use-header-line' is nil.
22504
22505 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
22506
22507 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
22508 New funcs. In minibuffer-local-completion-map bind `]', `/'
22509 and `:' to them.
22510
22511 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
22512
22513 * startup.el (normal-top-level): Allow modification of load-path while
22514 we're iterating over it.
22515
22516 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
22517
22518 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
22519 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
22520 (thumbs-resize-interactive, thumbs-insert-image)
22521 (thumbs-insert-thumb, thumbs-dired-show-marked)
22522 (thumbs-find-image-at-point, thumbs-delete-images)
22523 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
22524 (thumbs-increment-image-size, thumbs-decrement-image-size):
22525 Fix typos in docstrings.
22526
22527 2005-05-24 Andre Spiegel <spiegel@gnu.org>
22528
22529 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
22530 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
22531 (cperl-mode): Use them.
22532
22533 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
22534
22535 * window.el (quit-window, shrink-window-if-larger-than-buffer):
22536 Doc fixes.
22537
22538 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
22539
22540 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
22541 Bind C-d to gdb-inferior-io-eof.
22542
22543 * dired.el (dired-dnd-popup-notice): Use message-box.
22544
22545 2005-05-23 Masatake YAMATO <jet@gyve.org>
22546
22547 * bindings.el (mode-line-major-mode-keymap):
22548 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
22549
22550 * faces.el (mode-line-highlight): New face.
22551
22552 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
22553 as mouse-face.
22554
22555 * bindings.el (top-level, help-echo, mode-line-modified)
22556 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
22557 as mouse-face.
22558
22559 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
22560
22561 * progmodes/cc-engine.el (c-guess-basic-syntax):
22562 Remove spurious call to `zerop'.
22563
22564 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
22565
22566 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
22567
22568 CC Mode update to 5.30.10:
22569
22570 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
22571 could go past the limit in decoration level 2, thereby causing
22572 errors during interactive fontification.
22573
22574 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
22575 the file is evaluated interactively.
22576
22577 * cc-engine.el (c-guess-basic-syntax): Handle operator
22578 declarations somewhat better in C++.
22579
22580 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
22581 make use of `run-mode-hooks' which has been added in Emacs 21.1.
22582 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
22583 (awk-mode): Use it.
22584 (make-local-hook): Suppress warning about obsoleteness.
22585
22586 * cc-engine.el, cc-align.el, cc-cmds.el
22587 (c-append-backslashes-forward, c-delete-backslashes-forward)
22588 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
22589 Compensate for return value from `forward-line' when it has moved
22590 but not to a different line due to eob.
22591
22592 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
22593 `objc-method-intro' and `objc-method-args-cont'.
22594
22595 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
22596
22597 CC Mode update to 5.30.10:
22598
22599 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
22600 in the copyright statement. Incidentally, change "along with GNU
22601 Emacs" to "along with this program" where it occurs.
22602
22603 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
22604 so that it is interactive, hence can be found by M-x awk-mode
22605 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
22606 <gmorris+emacs@ast.cam.ac.uk>.
22607
22608 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
22609 Mode's regexps.
22610
22611 2005-05-23 Kevin Ryde <user42@zip.com.au>
22612
22613 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
22614 c-parse-state, to avoid a lisp error (on bad code).
22615
22616 2005-05-23 Lute Kamstra <lute@gnu.org>
22617
22618 * subr.el (font-lock-defaults): Remove defvar as it's already
22619 defined in font-core.el.
22620
22621 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
22622
22623 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
22624
22625 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
22626 more general and work when GDB variable "print pretty" is on,
22627 as with Emacs, for example.
22628
22629 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
22630
22631 * font-core.el: Update comment.
22632
22633 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
22634 Use `after-change-major-mode-hook' instead of `find-file-hook'.
22635
22636 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
22637
22638 2005-05-22 Eli Zaretskii <eliz@gnu.org>
22639
22640 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
22641 and `yank-handler' in the doc strings.
22642
22643 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
22644
22645 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
22646
22647 2005-05-22 Richard M. Stallman <rms@gnu.org>
22648
22649 * help.el (describe-key): Move print-help-return-message call
22650 out of conditional.
22651
22652 * progmodes/etags.el (list-tags): Use with-no-warnings.
22653
22654 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
22655 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
22656 (starttls-extra-args, starttls-extra-arguments): Add defvars.
22657
22658 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
22659
22660 * language/viet-util.el (viet-viscii-nonascii-translation-table):
22661 Add defvar.
22662
22663 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
22664 Use defvar, not defconst.
22665
22666 * hexl.el (hexl-follow-line): Use with-no-warnings.
22667
22668 * emulation/tpu-extras.el: Use write-file-functions instead of
22669 write-file-hooks.
22670
22671 * dired.el (dired-font-lock-keywords): Fontify files with junk
22672 extensions even if marked by -F.
22673
22674 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
22675
22676 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
22677 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
22678 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
22679 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
22680 (concatenate, list-length, get*, getf, cl-remprop):
22681 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
22682 (etypecase, progv, lexical-let, lexical-let*)
22683 (multiple-value-bind, multiple-value-setq, shiftf):
22684 Improve argument/docstring consistency.
22685
22686 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
22687
22688 2005-05-22 Andre Spiegel <spiegel@gnu.org>
22689
22690 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
22691 doesn't exist.
22692
22693 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
22694 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
22695
22696 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
22697
22698 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
22699 already deleted variables: auto-fill-hook, blink-paren-hook,
22700 lisp-indent-hook, inhibit-local-variables, unread-command-event,
22701 suspend-hooks, comment-indent-hook, meta-flag,
22702 before-change-function, after-change-function,
22703 font-lock-doc-string-face.
22704
22705 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
22706
22707 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
22708
22709 2005-05-21 Eli Zaretskii <eliz@gnu.org>
22710
22711 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
22712 rmail-dont-reply-to.
22713
22714 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22715
22716 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
22717 literal blank when splitting new-header-values.
22718
22719 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
22720
22721 * calendar/cal-menu.el (cal-menu-update): Add separator as a
22722 string so that tmm doesn't create a completion entry for it.
22723
22724 * textmodes/table.el (table-disable-menu): Ditto.
22725
22726 2005-05-21 Richard M. Stallman <rms@gnu.org>
22727
22728 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
22729
22730 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
22731
22732 * net/rcompile.el (remote-compile): Use compilation-start.
22733
22734 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
22735
22736 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
22737
22738 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
22739 Default to makefile-bsdmake-mode on BSD systems.
22740
22741 * imenu.el (imenu-generic-expression, imenu--generic-function'):
22742 REGEXP may also be a search function now. The part of doc-string
22743 for describing the structure was 95% identical to that of
22744 `imenu--generic-function'. Unify it there.
22745
22746 * progmodes/make-mode.el (makefile-imenu-generic-expression):
22747 Use function to find dependencies, because regexp alone is so complex,
22748 it easily goes into an endless loop.
22749 (makefile-makepp-mode): Also add submenu for Perl functions
22750 defined in the makefile.
22751 (makefile-bsdmake-mode): Special imenu-generic-expression no
22752 longer needed, due to function call.
22753 (makefile-match-dependency): Take BOUND into account when checking
22754 if we're through.
22755
22756 2005-05-20 Jay Belanger <belanger@truman.edu>
22757
22758 * calc/calc-units.el (calc-invalidate-units-table):
22759 Use inhibit-read-only.
22760 (math-build-units-table-buffer): Use view-mode.
22761
22762 2005-05-20 David Kastrup <dak@gnu.org>
22763
22764 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
22765 easy-menu-add is not a nop on Emacs; and clarify when to call it.
22766
22767 2005-05-20 Lute Kamstra <lute@gnu.org>
22768
22769 * diff-mode.el (diff-header-face, diff-file-header-face)
22770 (diff-index-face, diff-hunk-header-face, diff-removed-face)
22771 (diff-added-face, diff-changed-face, diff-function-face)
22772 (diff-context-face, diff-nonexistent-face): Put them in the
22773 diff-mode customization group.
22774
22775 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
22776
22777 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
22778
22779 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
22780
22781 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
22782 Minor regexp-optimization.
22783
22784 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
22785
22786 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
22787 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
22788 (org-agenda-add-time-grid-maybe): New function.
22789 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
22790 (org-table-create): `dotimes' instead of `mapcar'.
22791 (org-xor): Simplify implementation.
22792 (org-agenda): `inhibit-redisplay' turned on.
22793 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
22794 a consistent line after a state change.
22795 (org-agenda-remove-times-when-in-prefix): New option.
22796 (org-prefix-has-time): New variable.
22797 (org-parse-time-string): Optional argument NODEFAULT.
22798 (org-format-agenda-item): Parse items for time-of-day
22799 specifications and move these into the prefix if possible.
22800 (org-agenda-priority): Get current heading, not previous heading
22801 during agenda remote editing.
22802
22803 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
22804
22805 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
22806 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
22807 (remove-duplicates, delete-duplicates, substitute)
22808 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
22809 (nsubstitute-if-not, find, find-if, find-if-not, position)
22810 (position-if, position-if-not, count, count-if, count-if-not)
22811 (mismatch, search, sort*, stable-sort, merge, member*)
22812 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
22813 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
22814 (intersection, nintersection, set-difference, nset-difference)
22815 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
22816 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
22817 (nsublis, tree-equal): Improve argument/docstring consistency.
22818
22819 * subr.el (send-string, send-region): Remove obsolescence declaration.
22820 (window-dot, set-window-dot, read-input, show-buffer)
22821 (eval-current-buffer, string-to-int):
22822 Add release number to obsolescence declarations.
22823
22824 2005-05-19 Kim F. Storm <storm@cua.dk>
22825
22826 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
22827 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
22828
22829 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
22830
22831 * faces.el (list-faces-display): Make back button respect optional
22832 regexp arg.
22833
22834 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
22835
22836 * calculator.el (calculator-radix-grouping-mode)
22837 (calculator-radix-grouping-digits, calculator-displayer)
22838 (calculator-radix-grouping-separator, calculator-copy-displayer):
22839 * dabbrev.el (dabbrev-search-these-buffers-only):
22840 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
22841 (diff-advance-after-apply-hunk, diff-mode-hook)
22842 (diff-minor-mode-prefix):
22843 * imenu.el (imenu-use-popup-menu):
22844 * jit-lock.el (jit-lock-context-time):
22845 * newcomment.el (comment-fill-column, comment-column)
22846 (comment-style, comment-padding, comment-multi-line)
22847 (comment-empty-lines, comment-auto-fill-only-comments):
22848 * reveal.el (reveal-around-mark):
22849 * uniquify.el (uniquify-buffer-name-style)
22850 (uniquify-after-kill-buffer-p)
22851 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
22852 (uniquify-min-dir-content, uniquify-separator)
22853 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
22854 * w32-vars.el (w32-fixed-font-alist):
22855 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
22856 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
22857 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
22858 * progmodes/perl-mode.el (perl-indent-level)
22859 (perl-continued-statement-offset, perl-continued-brace-offset)
22860 (perl-brace-offset, perl-brace-imaginary-offset)
22861 (perl-label-offset, perl-indent-continued-arguments)
22862 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
22863 * progmodes/tcl.el (tcl-indent-level)
22864 (tcl-continued-indent-level, tcl-auto-newline)
22865 (tcl-tab-always-indent, tcl-electric-hash-style)
22866 (tcl-help-directory-list, tcl-use-smart-word-finder)
22867 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
22868 (inferior-tcl-source-command):
22869 * textmodes/fill.el (enable-kinsoku):
22870 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
22871 * textmodes/table.el (table-yank-handler):
22872 Specify missing group (and type, if simple) in defcustom.
22873
22874 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
22875
22876 * progmodes/compile.el (compilation-finish-function): Fix defvar.
22877
22878 2005-05-19 Richard M. Stallman <rms@gnu.org>
22879
22880 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
22881
22882 * subr.el (event-basic-type): Don't get an error.
22883 (left-fringe-p): Function deleted.
22884
22885 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
22886 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
22887
22888 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
22889 in recursive copy.
22890
22891 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
22892
22893 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
22894
22895 * emacs-lisp/bytecomp.el
22896 (byte-compile-file-form-custom-declare-variable):
22897 Call byte-compile-nogroup-warn if appropriate.
22898
22899 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
22900 (compilation-set-window): Don't call left-fringe-p; do it directly.
22901
22902 2005-05-19 Jay Belanger <belanger@truman.edu>
22903
22904 * calc/calc-graph.el (calc-graph-format-data): Make sure
22905 var-PlotRejects is bound before trying to check its value.
22906
22907 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
22908
22909 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
22910 definition of this variable from reftex-global.el to reftex.el,
22911 because it is needed in the menu.
22912
22913 2005-05-19 Lute Kamstra <lute@gnu.org>
22914
22915 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
22916 years are fixed. Don't insert a space after a dash.
22917
22918 2005-05-19 Kim F. Storm <storm@cua.dk>
22919
22920 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
22921
22922 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
22923
22924 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
22925 strings, because (eq ... ?\\) is fairly frequent.
22926
22927 * progmodes/make-mode.el (makefile-add-this-line-targets):
22928 Simplify and integrate into `makefile-pickup-targets'.
22929 (makefile-add-this-line-macro): Simplify and integrate into
22930 `makefile-pickup-macros.
22931 (makefile-pickup-filenames-as-targets): Simplify.
22932 (makefile-previous-dependency, makefile-match-dependency):
22933 Don't stumble over `::'.
22934
22935 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
22936
22937 * subr.el (post-command-idle-hook, post-command-idle-delay):
22938 Remove obsoletion of post-command-idle-hook and
22939 post-command-idle-delay.
22940
22941 * faces.el (list-faces-display): Provide button when describe-face
22942 is called to take user back to the list of faces.
22943
22944 * help-fns.el (describe-variable): Remove hyperlinks in a
22945 variable's value as these are quite frequently inappropriate.
22946
22947 * follow.el (follow-submit-feedback, follow-mode):
22948 Remove references to post-command-idle-hook.
22949
22950 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
22951
22952 * progmodes/make-mode.el (makefile-previous-dependency)
22953 (makefile-match-dependency): Check for := (and in bsd mode also
22954 !=) to give a better result, even when font-lock is not on.
22955
22956 2005-05-18 Jay Belanger <belanger@truman.edu>
22957
22958 * calc/calc-help.el (calc-s-prefix-help):
22959 Add `calc-copy-special-constant' to help string.
22960
22961 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
22962
22963 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
22964
22965 2005-05-18 Jay Belanger <belanger@truman.edu>
22966
22967 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
22968 in linear factors are in proper order.
22969
22970 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
22971
22972 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22973 Support for jurabib.
22974
22975 * textmodes/reftex.el (featurep): Define aliases for overlay
22976 commands, for XEmacs compatibility, and use these aliases in
22977 overlay initializations.
22978 (reftex-highlight): Use `reftex-move-overlay'.
22979 (reftex-unhighlight): Use `reftex-delete-overlay'.
22980 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
22981 (reftex-access-search-path): Use `reftex-uniquify' instead of
22982 `reftex-uniq'
22983
22984 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
22985 `before-string' property modification enables for Emacs as well.
22986 (reftex-select-item): Use `reftex-delete-overlay'.
22987 (reftex-select-mark): Use `reftex-make-overlay' and
22988 `reftex-overlay-put'.
22989 (reftex-select-unmark): Use `reftex-delete-overlay' and
22990 `reftex-overlay-put'.
22991
22992 2005-05-18 Lute Kamstra <lute@gnu.org>
22993
22994 * emacs-lisp/lisp.el (check-parens): Fix docstring.
22995
22996 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
22997
22998 * add-log.el (add-change-log-entry):
22999 * array.el (array-make-template, array-reconfigure-rows)
23000 (array-init-max-row, array-init-max-column)
23001 (array-init-columns-per-line, array-init-field-width):
23002 * replace.el (replace-match-maybe-edit, perform-replace):
23003 * textmodes/spell.el (spell-region):
23004 Replace `read-input' by `read-string'.
23005
23006 * forms.el (forms-mode):
23007 * finder.el (finder-compile-keywords):
23008 * shadowfile.el (shadow-read-files):
23009 Replace `eval-current-buffer' by `eval-buffer'.
23010
23011 * terminal.el (te-pass-through):
23012 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
23013 (ange-ftp-raw-send-cmd):
23014 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
23015 (send-process-next-char, telnet-initial-filter, telnet):
23016 Replace `send-string' by `process-send-string'.
23017
23018 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
23019 (prolog-consult-region): Replace `send-string' by
23020 `process-send-string'; replace `send-region' by `process-send-region'.
23021
23022 * progmodes/delphi.el (delphi-log-msg):
23023 Replace `set-window-dot' by `set-window-point'.
23024
23025 * subr.el (window-dot, set-window-dot, read-input, send-string)
23026 (send-region, show-buffer, eval-current-buffer):
23027 Make really obsolete, as the comment says.
23028
23029 2005-05-17 Kim F. Storm <storm@cua.dk>
23030
23031 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
23032 (cua--init-keymaps): Bind C-return instead of S-return to set
23033 rectangle mark.
23034
23035 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
23036 instead of S-return to toggle/clear rectangle mark.
23037
23038 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
23039
23040 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
23041 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
23042 Also fontify plain strings assigned to variables, mostly so that a
23043 colon has a face and is thus not taken as a dependency separator.
23044 (makefile-previous-dependency): Inline the new matcher, because it
23045 is too complex to work in both directions.
23046 (makefile-match-dependency): Eliminate `backward' arg (see above).
23047 Completely reimplemented so as to not sometimes go into an endless
23048 loop. It should also be more efficient, because first it only
23049 searches for `:', instead of applying the very complex regexp.
23050 (makefile-mode): Cancel `font-lock-support-mode', because blocks
23051 to be fontified in one piece can be too long for JIT.
23052 Makefiles are never *that* big.
23053
23054 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
23055
23056 * dired.el (dired-mode): Simplify.
23057
23058 2005-05-17 Lute Kamstra <lute@gnu.org>
23059
23060 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
23061 defcustom for the mode hook variable.
23062
23063 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
23064 Emacs Lisp Reference Manual.
23065
23066 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
23067
23068 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
23069 (evenp, list*):
23070 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
23071 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
23072
23073 * net/tramp-smb.el (tramp-smb-open-connection):
23074 Pass `tramp-chunksize' as fifth (required) argument.
23075
23076 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
23077
23078 * font-lock.el (lisp-font-lock-keywords-1):
23079 Set `font-lock-negation-char-face' for [^...] char group.
23080 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
23081
23082 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
23083 a var, and refine it to mask one more level of nested vars.
23084 (makefile-rule-action-regex): Turn it into a var, and refine it so
23085 it recognizes backslashed continuation lines as belonging to the
23086 same command.
23087 (makefile-macroassign-regex): Refine it so it recognizes
23088 backslashed continuation lines as belonging to the same command.
23089 (makefile-var-use-regex): Don't look at the next char, because it
23090 might be the same one to be skipped by the initial [^$], leading
23091 to an overlooked variable use.
23092 (makefile-make-font-lock-keywords): Remove two parameters, which
23093 are now variables that some of the modes set locally.
23094 Handle dependency and rule action matching through functions, because
23095 regexps alone match too often. Dependency matching now comes
23096 last, so it can check, whether a colon already matched something else.
23097 (makefile-mode): Inform that font-lock improves makefile parsing
23098 capabilities.
23099 (makefile-match-dependency, makefile-match-action): New functions.
23100
23101 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
23102
23103 * emacs-lisp/cl-extra.el (equalp): Doc fix.
23104
23105 * align.el (align-regexp):
23106 * ansi-color.el (ansi-color-get-face):
23107 * array.el (array-reconfigure-rows, array-init-max-row)
23108 (array-init-max-column, array-init-columns-per-line)
23109 (array-init-field-width):
23110 * dired-aux.el (dired-trample-file-versions):
23111 * dired-x.el (dired-mark-sexp):
23112 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
23113 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
23114 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
23115 * faces.el (face-read-integer):
23116 * files.el (backup-extract-version, insert-directory):
23117 * hexl.el (hexl-insert-decimal-char):
23118 * server.el (server-process-filter):
23119 * shell.el (shell-extract-num):
23120 * startup.el (command-line-1):
23121 * term.el (term-command-hook):
23122 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
23123 (time-stamp-do-number):
23124 * time.el (display-time-update):
23125 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
23126 (timezone-fix-time):
23127 * vms-patch.el (vms-suspend-resume-hook):
23128 * calendar/appt.el (appt-convert-time):
23129 * calendar/cal-bahai.el (mark-bahai-diary-entries):
23130 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
23131 * calendar/cal-islam.el (mark-islamic-diary-entries):
23132 * calendar/calendar.el (calendar-cursor-to-date)
23133 (calendar-star-date):
23134 * calendar/diary-lib.el (diary-attrtype-convert)
23135 (mark-diary-entries, diary-entry-time):
23136 * calendar/solar.el (solar-get-number):
23137 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
23138 * emacs-lisp/re-builder.el (reb-display-subexp):
23139 * emulation/edt.el (edt-set-scroll-margins):
23140 * emulation/tpu-extras.el (tpu-set-scroll-margins):
23141 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
23142 (vip-get-ex-count):
23143 * emulation/viper-ex.el (viper-get-ex-token)
23144 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
23145 * international/fontset.el (fontset-plain-name):
23146 * mail/feedmail.el (feedmail-look-at-queue-directory):
23147 * mail/mailalias.el (mail-get-names):
23148 * mail/rmail.el (rmail-convert-to-babyl-format):
23149 * mail/rmailsum.el (rmail-make-basic-summary-line)
23150 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
23151 (rmail-summary-goto-msg):
23152 * mail/smtpmail.el (smtpmail-read-response):
23153 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
23154 (ange-ftp-vms-add-file-entry):
23155 * play/gametree.el (gametree-looking-at-ply)
23156 (gametree-current-branch-score):
23157 * progmodes/ada-xref.el (ada-prj-find-prj-file)
23158 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
23159 * progmodes/cperl-mode.el (condition-case):
23160 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
23161 (ebrowse-set-member-buffer-column-width)
23162 (ebrowse-select-1st-to-9nth):
23163 * progmodes/etags.el (etags-snarf-tag):
23164 * progmodes/flymake.el (flymake-parse-line):
23165 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
23166 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
23167 (idlwave-shell-menu-def):
23168 * progmodes/ps-mode.el (ps-run-goto-error):
23169 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
23170 (vhdl-speedbar-contract-level):
23171 * term/mac-win.el (x-handle-numeric-switch):
23172 * term/sun-mouse.el (sun-get-frame-data):
23173 * term/w32-win.el (x-handle-numeric-switch):
23174 * term/x-win.el (x-handle-numeric-switch):
23175 * textmodes/ispell.el (ispell-parse-output):
23176 * textmodes/nroff-mode.el (nroff-outline-level):
23177 * textmodes/reftex-cite.el (reftex-bib-sort-year)
23178 (reftex-bib-sort-year-reverse, reftex-format-citation):
23179 * textmodes/reftex-parse.el (reftex-init-section-numbers)
23180 (reftex-section-number):
23181 * textmodes/texinfmt.el (texinfo-paragraphindent):
23182 Replace `string-to-int' by `string-to-number'.
23183
23184 * international/latexenc.el: Add page marker to force the "Local
23185 Variables:" string out of the last page.
23186
23187 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
23188
23189 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
23190 tooltip-change-major-mode.
23191 (gud-tooltip-print-command): Remove case where gud-minor-mode
23192 is gdb ("--fullname").
23193 (gud-tooltip-tips): Turn GUD tooltips off for this case and
23194 explain to user.
23195
23196 2005-05-16 Jay Belanger <belanger@truman.edu>
23197
23198 * calc/calc-store.el (calc-copy-special-constant): New function.
23199
23200 * calc/calc-ext.el (calc-init-extensions): Add binding for
23201 `calc-copy-special-constant'.
23202
23203 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
23204 for the `calc-copy-special-constant' command.
23205
23206 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
23207
23208 * subr.el (left-fringe-p): New function.
23209
23210 * progmodes/compile.el (compilation-setup): Set local value of
23211 overlay-arrow-string to "" always.
23212 (compilation-set-window): Left fringe then don't scroll.
23213 No left fringe then no arrow and scroll message to top.
23214 (compilation-context-lines): Adjust doc string accordingly.
23215
23216 2005-05-16 Kim F. Storm <storm@cua.dk>
23217
23218 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
23219 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
23220 (ido-wide-find-dir-or-delete-dir): New command for M-d.
23221 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
23222 (ido-read-file-name): Handle commands with ido property value
23223 equal to find-file as reading a file name, to allow C-d to enter dired.
23224 (ibuffer-find-file): Add ido property with value find-file.
23225
23226 2005-05-15 Kim F. Storm <storm@cua.dk>
23227
23228 * subr.el (open-network-stream-nowait): Remove.
23229 (open-network-stream-server): Remove.
23230
23231 2005-05-15 Richard M. Stallman <rms@gnu.org>
23232
23233 * faces.el (describe-face): Output a definition link button.
23234
23235 * help-mode.el (help-face-def): New button type.
23236
23237 * emacs-lisp/copyright.el (copyright-fix-years):
23238 Match properly if the first year is 2-digit.
23239 Don't mess up the whitespace after the years by filling.
23240
23241 * dired-aux.el (dired-mark-confirm):
23242 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
23243
23244 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
23245 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
23246 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
23247
23248 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
23249 Set font-lock-comment-start-skip.
23250
23251 * font-lock.el (font-lock-comment-start-skip): New variable.
23252 (font-lock-comment-end-skip): New variable.
23253 (font-lock-fontify-syntactically-region): Use them if non-nil.
23254
23255 2005-05-15 Jay Belanger <belanger@truman.edu>
23256
23257 * calc/calc-store.el (calc-store-value): Return a string rather
23258 than display it as a message.
23259 Use calc-var-name for variable name.
23260 (calc-store-into): Add the result of calc-store-value to message.
23261 (calc-copy-variable): Add a message.
23262 (calc-store-exchange): Improve error messages.
23263 (calc-store-binary, calc-store-map): Don't reset the values of
23264 special constants.
23265
23266 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
23267
23268 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
23269 manual to docstring.
23270
23271 * files.el (hack-local-variables-confirm): Add STRING argument.
23272 Make the function handle non file visiting buffers correctly.
23273 (hack-local-variables-prop-line, hack-local-variables)
23274 (hack-one-local-variable): Use STRING arg of
23275 `hack-local-variables-confirm'.
23276
23277 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
23278
23279 Sync with Tramp 2.0.49.
23280
23281 * net/tramp.el (tramp-handle-dired-call-process)
23282 (tramp-handle-insert-directory):`insert-buffer' cannot be used
23283 because the contents of the Tramp buffer is changed before
23284 insertion (`expand-file' and alike).
23285 (tramp-handle-insert-directory): If `localname' has an empty
23286 nondirectory name, it must not be quoted.
23287 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
23288 variable `tramp-chunksize'. Change callees.
23289 (tramp-open-connection-setup-interactive-shell): Check remote host
23290 for buggy `send-process-string' implementation.
23291 Set `tramp-chunksize' if found. Reported by Michael Kifer
23292 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
23293 (tramp-handle-shell-command): `insert-buffer' cannot be used
23294 because the contents of the Tramp buffer is changed before
23295 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
23296 <frederic.bothamy@free.fr>.
23297 (tramp-set-auto-save): Actions should be done for Tramp file name
23298 handler only. Ange-FTP has its own auto-save mechanism.
23299 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
23300 (tramp-set-auto-save-file-modes): Set file modes of
23301 `buffer-auto-save-file-name' to ?\600 as fallback solution.
23302 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
23303 (tramp-bug): Remove obsolete variable.
23304 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
23305 for presence of `mml-mode'. Make it running for older Emacsen as well.
23306
23307 2005-05-14 John Paul Wallington <jpw@pobox.com>
23308
23309 * ibuf-ext.el (define-ibuffer-filter filename):
23310 If `dired-directory' is a list, use its car.
23311
23312 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
23313
23314 * ibuffer.el (define-ibuffer-column filename):
23315 If `dired-directory' is a list, use its car.
23316
23317 2005-05-14 Richard M. Stallman <rms@gnu.org>
23318
23319 * subr.el (symbol-file): Doc fix.
23320
23321 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
23322 (byte-compile-form): Call byte-compile-nogroup-warn.
23323 (byte-compile-warning-types): Doc fix.
23324
23325 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
23326
23327 * progmodes/cc-engine.el (c-literal-faces):
23328 Add font-lock-comment-delimiter-face.
23329
23330 * net/net-utils.el (dig): Use with-no-warnings.
23331
23332 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
23333 (sc-recite-frame-alist, sc-default-cite-frame)
23334 (sc-default-uncite-frame, sc-default-recite-frame)
23335 (sc-attrib-selection-list, sc-rewrite-header-list):
23336 Mark as risky-local-variable.
23337
23338 * international/ogonek.el (ogonek-jak, ogonek-how):
23339 Don't use beginning-of-buffer.
23340
23341 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
23342
23343 * calendar/solar.el (solar-data-list): Move definition up.
23344
23345 * dnd.el (dnd-protocol-alist): Add autoload.
23346
23347 * progmodes/sh-script.el: Many doc usage fixes.
23348 (sh-indent-after-do): Change default to match common styles.
23349
23350 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
23351
23352 * files.el (interpreter-mode-alist)
23353 (auto-mode-interpreter-regexp): Doc fixes.
23354
23355 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
23356
23357 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
23358
23359 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
23360
23361 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23362
23363 * dired.el (dired-mode): make-variable-buffer-local =>
23364 make-local-variable.
23365
23366 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23367
23368 * term/mac-win.el (mac-select-convert-to-string): Try coding
23369 systems in mac-script-code-coding-systems if specified one cannot
23370 encode string for `com.apple.traditional-mac-plain-text'.
23371
23372 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
23373
23374 * progmodes/make-mode.el (makefile-targets-face)
23375 (makefile-shell-face, makefile-makepp-perl-face): New faces.
23376 (makefile-dependency-regex): Fix it to not make the colon in
23377 $(var:a=b) special.
23378 (makefile-rule-action-regex): New regexp for highlighting embedded
23379 Shell strings.
23380 (makefile-macroassign-regex): Handle != for highlighting as
23381 embedded Shell strings.
23382 (makefile-var-use-regex): New const.
23383 (makefile-statements, makefile-automake-statements)
23384 (makefile-gmake-statements, makefile-makepp-statements)
23385 (makefile-bsdmake-statements): New consts.
23386 (makefile-make-font-lock-keywords): New function.
23387 (makefile-automake-font-lock-keywords)
23388 (makefile-gmake-font-lock-keywords)
23389 (makefile-makepp-font-lock-keywords)
23390 (makefile-bsdmake-font-lock-keywords): New consts.
23391 (makefile-mode-map): Add switchers between the various submodes.
23392 (makefile-mode): Document the availability of the variants.
23393 (makefile-automake-mode, makefile-gmake-mode)
23394 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
23395
23396 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
23397 new variants of makefile-mode.
23398
23399 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23400
23401 * font-lock.el (font-lock-comment-delimiter-face): Fix up
23402 the inheritance.
23403
23404 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
23405
23406 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
23407 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
23408
23409 * files.el (normal-mode): Extend the scope of the
23410 `enable-local-variables' binding to include the `set-auto-mode' call.
23411 (magic-mode-alist): Doc fix.
23412
23413 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23414
23415 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
23416 font-lock-comment-face rather than copying its setting.
23417
23418 2005-05-12 Andreas Schwab <schwab@suse.de>
23419
23420 * eshell/esh-mode.el (eshell-send-input): Doc fix.
23421
23422 2005-05-12 Lute Kamstra <lute@gnu.org>
23423
23424 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
23425 defcustom for the mode hook variable. Delete the last argument.
23426 * generic-x.el: Fix callers of define-generic-mode.
23427 (generic-x-modes): Delete group.
23428 (show-tabs-tab-face, show-tabs-space-face): Put them in the
23429 generic-x customization group.
23430
23431 2005-05-12 Kim F. Storm <storm@cua.dk>
23432
23433 * font-lock.el (font-lock-negation-char-face): Default to "off".
23434
23435 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
23436 font-lock-negation-char-face to ! in !=.
23437
23438 2005-05-12 Masatake YAMATO <jet@gyve.org>
23439
23440 * add-log.el (find-change-log): Fix typos in the docstring
23441 of function.
23442
23443 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
23444
23445 * international/latexenc.el (latexenc-find-file-coding-system):
23446 Avoid `re-search-forward' when looking for input encoding because
23447 of speed and safety. Better regular expressions for recognizing
23448 input encoding. Limit a search for TeX-master/tex-main-file to
23449 the local variable section.
23450
23451 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
23452
23453 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
23454 syntax of $ to "'" (quote).
23455
23456 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
23457
23458 * dnd.el (dnd-protocol-alist): Improve custom type.
23459
23460 * dired.el (dired-dnd-protocol-alist): New variable.
23461 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
23462 `dired-mode-hook' to the end.
23463
23464 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
23465
23466 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
23467 comment-end if comment-start-skip is not set.
23468 Obey the font-lock-comment-delimiter-face variables.
23469
23470 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
23471
23472 * files.el (executable-find): Move from executable.el. Use
23473 locate-file.
23474 * progmodes/executable.el (executable-find): Move to files.el.
23475
23476 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
23477 when trying to ensure forward progress.
23478
23479 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
23480
23481 * mouse-sel.el (mouse-sel-follow-link-p): New function.
23482 (mouse-select, mouse-select-internal, mouse-extend-internal):
23483 Use it to implement mouse-1-click-follows-link functionality.
23484
23485 2005-05-11 Richard M. Stallman <rms@gnu.org>
23486
23487 * font-lock.el (font-lock-fontify-syntactically-region):
23488 Use font-lock-comment-delimiter-face for comment delimiters.
23489
23490 2005-05-10 Jay Belanger <belanger@truman.edu>
23491
23492 * calc/calc-help.el (calc-m-prefix-help): Add mention of
23493 preserving embedded modes.
23494
23495 2005-05-10 Richard M. Stallman <rms@gnu.org>
23496
23497 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
23498
23499 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
23500 Move from ada-stmt.el.
23501 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
23502
23503 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
23504 Move to ada-mode.el.
23505 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
23506
23507 * cus-edit.el (custom-file): Call file-chase-links.
23508
23509 * files.el (read-directory-name): Fix previous change.
23510 (hack-local-variables-confirm): New function.
23511 (hack-local-variables-prop-line, hack-local-variables)
23512 (hack-one-local-variable): Use it.
23513
23514 2005-05-10 Lute Kamstra <lute@gnu.org>
23515
23516 * font-lock.el (font-lock-keywords-alist)
23517 (font-lock-removed-keywords-alist): Clarify docstrings.
23518
23519 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
23520
23521 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
23522 (gdb-source-info): Check for preprocessor info.
23523 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
23524 a macro for a function.
23525 (gdb-info-breakpoints-custom): Try to find file again if not already
23526 found (user might have used GDB dir command).
23527 (gdb-get-location): Update gdb-location-alist correctly for change
23528 to gdb-info-breakpoints-custom.
23529
23530 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
23531 (gud-tooltip-print-command): Add gdbmi case.
23532 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
23533 preprocessor info.
23534
23535 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
23536
23537 * startup.el (fancy-splash-insert): Fix typo in doc string.
23538
23539 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
23540
23541 * obsolete/float.el (string-to-float):
23542 * obsolete/hilit19.el (hilit-add-pattern):
23543 * obsolete/rnews.el (news-parse-range, news-select-message)
23544 (news-get-pruned-list-of-files): Replace `string-to-int' by
23545 `string-to-number'.
23546
23547 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
23548 `find-file-not-found-hooks'; use `add-hook'.
23549 (uncompress-while-visiting): Set `write-file-functions', not
23550 `write-file-hooks'; use `add-hook'.
23551
23552 2005-05-09 Kim F. Storm <storm@cua.dk>
23553
23554 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
23555 (cua-paste): Handle clipboard action.
23556 (cua--init-keymaps): Remap clipboard-kill-region and
23557 clipboard-kill-ring-save.
23558
23559 2005-05-08 Eli Zaretskii <eliz@gnu.org>
23560
23561 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
23562 Improve commentary.
23563
23564 * simple.el (next-error-overlay-arrow-position): Revert the change
23565 made on 2005-04-30.
23566
23567 2005-05-07 Jay Belanger <belanger@truman.edu>
23568
23569 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
23570 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
23571 `calc-sel-reselect'.
23572
23573 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
23574 Calc is in embedded mode.
23575
23576 2005-05-07 Eli Zaretskii <eliz@gnu.org>
23577
23578 * progmodes/compile.el (compilation-setup):
23579 Set overlay-arrow-string to an empty string on text terminals.
23580
23581 * textmodes/ispell.el (ispell-program-name): Try looking for
23582 "aspell" along exec-path, and if found, use it as the default
23583 speller program.
23584
23585 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
23586
23587 * international/mule.el (sgml-xml-auto-coding-function):
23588 Recognize encoding='FOO' in single quotes as well as in double quotes.
23589
23590 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
23591
23592 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
23593 as well as `interactive', so that defmacro* would recognize
23594 `declare' forms.
23595
23596 2005-05-07 Eli Zaretskii <eliz@gnu.org>
23597
23598 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
23599 Explain more about the LIGHTER arg's usage in the doc string.
23600 Add commentary to clarify what the code does. Fix the regexp that
23601 strips whitespace from LIGHTER. Quote LIGHTER before using it,
23602 since it could have characters special to regular expressions.
23603
23604 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
23605
23606 * replace.el (occur-1): Bind inhibit-read-only so that
23607 erase-buffer doesn't barf on read-only text properties (likewise
23608 for add-text-properties in occur-engine). Mark buffer as unmodified.
23609 (occur-engine): Don't set buffer-read-only here.
23610
23611 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
23612
23613 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
23614 list-buffers-directory. This caused the *cvs-commit* buffer to be
23615 sometimes mistakenly reused as a *cvs* buffer.
23616
23617 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
23618
23619 * tooltip.el: Move code for GUD tooltips into gud.el.
23620 (require): CL no longer needed to compile case.
23621 (tooltip-mode): Do not toggle functions for GUD tooltips.
23622 (tooltip-gud-tips-p): Remove. Replace with minor mode
23623 gud-tooltip-mode in gud.el.
23624 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
23625 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
23626 tooltip-gud prefix with gud-tooltip and obsolete.
23627 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
23628 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
23629 (tooltip-mouse-motion): Mouse movement functions/variable.
23630 Rename in gud.el by adding gud prefix.
23631 (tooltip-gud-original-filter, tooltip-gud-dereference)
23632 (tooltip-gud-event, tooltip-toggle-gud-tips)
23633 (tooltip-gud-process-output, tooltip-gud-print-command)
23634 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
23635 gud.el by replacing tooltip-gud prefix with gud-tooltip.
23636 (gdb-tooltip-print): Move to gdb-ui.el.
23637
23638 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
23639 (require): CL needed to compile case.
23640 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
23641 tooltip-gud-tips-p. Make it a minor-mode.
23642 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
23643 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
23644 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
23645 (gud-tooltip-change-major-mode)
23646 (gud-tooltip-activate-mouse-motions-if-enabled)
23647 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
23648 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
23649 (gud-tooltip-original-filter, gud-tooltip-dereference)
23650 (gud-tooltip-event, tooltip-toggle-gud-tips)
23651 (gud-tooltip-process-output, gud-tooltip-print-command)
23652 (gud-tooltip-tips): Move from tooltip.el.
23653
23654 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
23655 (gdb-cpp-define-alist-flags): Doc fix.
23656 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
23657 gud-tooltip-mode is t.
23658
23659 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
23660
23661 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
23662 evaporate if their text is deleted.
23663 (goto-address-at-point): Make it work as a mouse binding as well.
23664 (goto-address-at-mouse): Obsolete it. Update users.
23665
23666 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
23667
23668 * calendar/appt.el (top-level): No longer activate on load.
23669
23670 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
23671
23672 * calendar/cal-bahai.el (mark-bahai-diary-entries):
23673 * net/webjump.el (webjump):
23674 * progmodes/idlw-help.el (idlwave-do-context-help1)
23675 (idlwave-highlight-linked-completions):
23676 * textmodes/po.el (po-find-file-coding-system-guts):
23677 Replace `assoc-ignore-case' by `assoc-string'.
23678
23679 2005-05-06 Eli Zaretskii <eliz@gnu.org>
23680
23681 * files.el (locate-file): Doc fix.
23682
23683 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
23684 Remove the redundant test for ms-dos.
23685
23686 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
23687 look for the preprocessor with exec-suffixes. If not found in
23688 standard places, look in exec-path. Remove most of the tests that
23689 used system-type.
23690
23691 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
23692
23693 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
23694
23695 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
23696 file-name clash with jka-compr.el on 8+3 filesystems.
23697
23698 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23699
23700 * term/mac-win.el: Don't define or bind scroll bar functions if
23701 x-toolkit-scroll-bars is t.
23702 (x-select-text, x-get-selection-value): Clear
23703 x-last-selected-text-clipboard if x-select-enable-clipboard is
23704 nil.
23705 (PRIMARY): Put mac-scrap-name property.
23706 (mac-select-convert-to-file-url): New function.
23707 (public.file-url): New selection target type. Add to
23708 selection-converter-alist.
23709 (x-get-selection, x-selection-value): Handle it.
23710 (x-cut-buffer-or-selection-value): New alias.
23711
23712 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23713
23714 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
23715 entry to avoid calling bibtex-find-entry with arg global
23716 being t. Remove arg key.
23717 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
23718 (bibtex-copy-summary-as-kill): Change accordingly.
23719
23720 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
23721
23722 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
23723 (org-agenda-date-later): Use with-current-buffer.
23724
23725 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
23726
23727 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
23728 (define-obsolete-variable-alias): Doc Fixes.
23729
23730 2005-05-06 Kim F. Storm <storm@cua.dk>
23731
23732 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
23733 vertical-motion when selective-display is active.
23734
23735 * ido.el (ido-setup-hook): New hook.
23736 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
23737 (ido-input-stack): New var.
23738 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
23739 ido-next-work-file binding to M-O.
23740 Bind M-f to ido-wide-find-file-or-pop-dir.
23741 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
23742 (ido-read-internal): Run ido-setup-hook.
23743 Catch quit in read-file-name and read-string to cancel edit.
23744 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
23745 Automatically pop-all when completing a directory name (RET).
23746 (ido-file-internal): Add with-no-warnings around ffap and dired code.
23747 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
23748 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
23749 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
23750 New functions for M-b/M-f to move among the directory components.
23751 (ido-make-merged-file-list): Catch quit to cancel merge.
23752 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
23753 (ido-completion-help): No warnings for ido-completion-buffer-full.
23754
23755 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
23756
23757 * font-lock.el (font-lock-negation-char-face): New face and variable.
23758 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
23759 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
23760 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
23761 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
23762
23763 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
23764
23765 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
23766 Fix typo in docstring.
23767
23768 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
23769 (ebrowse-print-statistics-line)
23770 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
23771
23772 * term/w32-win.el (image-library-alist): Add additional name for
23773 Xpm library.
23774
23775 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
23776
23777 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
23778 use gcc instead of cpp.
23779
23780 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
23781 (gdb-create-define-alist): Use it.
23782 (gdb-cpp-define-alist-program): Update for MS-DOS.
23783
23784 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
23785
23786 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
23787
23788 2005-05-04 Richard M. Stallman <rms@gnu.org>
23789
23790 * help.el (describe-key): No error when UNTRANSLATED is nil.
23791
23792 * simple.el (line-move-1): Fix previous change to signal errors
23793 appropriately.
23794
23795 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
23796
23797 * calendar/icalendar.el (icalendar-version): Now at 0.12.
23798 (icalendar-duration-correction): Remove.
23799 (icalendar--get-event-properties): Split result at commas.
23800 (icalendar--decode-isoduration): New optional argument
23801 DURATION-CORRECTION.
23802 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
23803 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
23804 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
23805 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
23806 (icalendar--convert-anniversary-to-ical): New functions, extracted
23807 from icalendar-export-region, with bug fixes.
23808 (icalendar-export-region): Use the above functions.
23809 (icalendar-import-buffer): Check before saving diary file.
23810 (icalendar--convert-recurring-to-diary)
23811 (icalendar--convert-non-recurring-all-day-to-diary)
23812 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
23813 extracted from icalendar--convert-ical-to-diary, with bug fixes.
23814 (icalendar--convert-ical-to-diary): Use the above functions.
23815
23816 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
23817
23818 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
23819 Remove these recent additions.
23820 (c-mode): Restore to before 2005-04-28.
23821
23822 * progmodes/cc-vars.el (cc-define-list-program): Remove this
23823 recent addition.
23824
23825 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
23826 (gdb-define-alist): New variables.
23827 (gdb-create-define-alist): New function.
23828 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
23829 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
23830 with string-to-number.
23831 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
23832
23833 * progmodes/gud.el: Replace string-to-int with string-to-number.
23834 (gud-find-file): Handle gdb-define-alist.
23835
23836 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
23837
23838 2005-05-02 Jay Belanger <belanger@truman.edu>
23839
23840 * calc/calc-aent.el (math-read-token):
23841 * calc/calc-bin.el (calc-word-size):
23842 * calc/calc-ext.el (calc-read-number-fancy):
23843 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
23844 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
23845 * calc/calc-frac.el (calc-over-notation):
23846 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
23847 (calc-graph-num-points, calc-graph-init):
23848 * calc/calc-prog.el (calc-read-parse-table-part)
23849 (calc-edit-macro-repeats):
23850 * calc/calc-yank.el (calc-do-grab-rectangle):
23851 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
23852 Replace `string-to-int' by `string-to-number'.
23853
23854 2005-05-02 Kim F. Storm <storm@cua.dk>
23855
23856 * kmacro.el: Use executing-kbd-macro-index variable.
23857
23858 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
23859
23860 * net/rlogin.el (rlogin-parse-words): Delete func.
23861 (rlogin): Use split-string, not rlogin-parse-words.
23862 Also, if there are option-like elements in the parsed args,
23863 take the host to be the first arg immediately following them.
23864 Suggested by Michael Mauger.
23865
23866 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
23867
23868 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
23869
23870 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
23871
23872 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
23873 (cc-mode-cpp-program): Rename to cc-define-list-program and
23874 move to cc-vars.el.
23875
23876 * progmodes/cc-vars.el (cc-define-list-program):
23877 Change to "gcc -E -dM -". Make customizable.
23878
23879 2005-05-02 Kim F. Storm <storm@cua.dk>
23880
23881 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
23882
23883 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
23884
23885 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
23886
23887 * international/mule-util.el (truncate-string): Remove alias and
23888 obsolete declaration.
23889
23890 * international/mule-cmds.el (update-iso-coding-systems):
23891 Remove alias and obsolete declaration.
23892
23893 * international/mule.el (coding-system-parent): Remove alias and
23894 obsolete declaration.
23895
23896 * subr.el (define-function, sref): Remove aliases and obsolete
23897 declarations.
23898 (chars-in-region): Remove obsolete declaration.
23899
23900 2005-05-01 Richard M. Stallman <rms@gnu.org>
23901
23902 * info.el (Info-mode): Set widen-automatically to nil, locally.
23903
23904 * simple.el (widen-automatically): New variable.
23905 (pop-global-mark): Obey widen-automatically.
23906
23907 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
23908
23909 * term/xterm.el (function-key-map): Call substitute-key-definition
23910 before the keymap size is increased by a lot of define-key calls.
23911
23912 2005-05-01 Richard M. Stallman <rms@gnu.org>
23913
23914 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
23915 Rename ARG to ELEMENT. Doc fix.
23916
23917 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
23918
23919 * allout.el (allout-exposure): Remove macro and obsolete declaration.
23920 Remove references to allout-exposure/change to allout-new-exposure.
23921
23922 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
23923 bytecode symbols.
23924
23925 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
23926 (compiled-function-p, focus-frame, unfocus-frame):
23927 Remove aliases and obsolete declarations.
23928 Back out inadvertent changes from previous commit.
23929
23930 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
23931
23932 * files.el (require-final-newline): Make Custom tags consistent
23933 with mode-require-final-newline.
23934 (mode-require-final-newline): Doc fix.
23935
23936 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
23937
23938 * international/latexenc.el (latexenc-find-file-coding-system):
23939 Fix regular expressions.
23940
23941 2005-05-01 David Kastrup <dak@gnu.org>
23942
23943 * international/latexenc.el (latexenc-find-file-coding-system):
23944 Fix regular expressions.
23945
23946 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
23947
23948 * subr.el (string-to-int): Make obsolete.
23949
23950 2005-04-30 Richard M. Stallman <rms@gnu.org>
23951
23952 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
23953
23954 * loadup.el: load jka-comp-hook.
23955
23956 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
23957 (jka-compr-handler): Add autoload. `put' calls moved
23958 to jka-comp-hook.el.
23959 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
23960 (jka-compr-inhibit): Autoload.
23961
23962 * jka-comp-hook.el: New file.
23963 Enable the mode by default.
23964
23965 * files.el (backup-buffer-copy): Use copy-file instead
23966 of write-region, and put back the 'excl.
23967
23968 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
23969
23970 * progmodes/flymake.el (flymake-split-string)
23971 (flymake-split-string, flymake-log, flymake-pid-to-names)
23972 (flymake-reg-names, flymake-get-source-buffer-name)
23973 (flymake-unreg-names, flymake-add-line-err-info)
23974 (flymake-add-err-info): Clarify docstrings.
23975 (flymake-popup-menu, flymake-make-emacs-menu)
23976 (flymake-make-xemacs-menu): Add docstrings.
23977 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
23978 Set variables directly throughout.
23979
23980 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
23981
23982 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
23983 exists. Initialize cc-define-alist.
23984 (c-mode): Add cc-create-define-alist locally to after-save-hook.
23985 If there is no file (Macroexpansion) don't create an alist.
23986
23987 2005-04-29 Sam Steingold <sds@gnu.org>
23988
23989 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
23990 (cc-create-define-alist): Use it instead of the hard-coded string.
23991
23992 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
23993
23994 * international/mule-conf.el (file-coding-system-alist): Fix regexp
23995 for latexenc.
23996
23997 2005-04-29 Lute Kamstra <lute@gnu.org>
23998
23999 * emacs-lisp/generic.el: Improve commentary section.
24000 (define-generic-mode): Improve docstring.
24001
24002 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
24003
24004 * textmodes/org.el (many places): Change to quiet the byte compiler.
24005 (org-prefix-format-compiled): New variable.
24006 (org-compile-prefix-format): New function.
24007 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
24008 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
24009 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
24010 (org-get-entries-from-diary): Use `org-get-time-of-day' for
24011 consistency with entries from `org-mode' files.
24012 (org-get-time-of-day): Fix bug with partial matches early in a line.
24013 (org-non-link-chars): New constant.
24014 (org-link-regexp): Respect `org-non-link-chars'.
24015 (org-agenda-day-view): Remove command.
24016 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
24017 (org-follow-bbdb-link, org-store-link): Search also company field.
24018 (org-highlight-overlay): New variable.
24019 (org-highlight, org-unhighlight): New functions.
24020 (org-agenda-mode): Add pre-command-hook to remove highlight.
24021 (org-evaluate-time-range): Behavior depends upon whether time stamp
24022 contains a time or not.
24023 (org-show-subtree, org-show-entry): New functions.
24024 (org-agenda-cleanup-fancy-diary): Remove empty lines.
24025
24026 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
24027
24028 * comint.el (comint-output-filter-functions): Add autoload cookie.
24029
24030 2005-04-28 Kim F. Storm <storm@cua.dk>
24031
24032 * ido.el (ido-everywhere): Fix last change.
24033
24034 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
24035
24036 * international/latexenc.el: New file.
24037 * international/mule-conf.el (file-coding-system-alist): For .tex,
24038 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
24039
24040 2005-04-28 Lute Kamstra <lute@gnu.org>
24041
24042 * font-lock.el (font-lock-add-keywords)
24043 (font-lock-remove-keywords): Clarify docstring.
24044 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
24045 Don't start docstrings with a `*'.
24046 (font-lock-update-removed-keyword-alist): Give it a docstring.
24047
24048 * generic-x.el: Update commentary section.
24049 Only require font-lock when compiling.
24050 Define all modes conditionally.
24051 Place all generic modes in the generic-x-modes customization group.
24052 (generic-x-modes): New customization group.
24053 (generic-default-modes, generic-mswindows-modes)
24054 (generic-unix-modes, generic-other-modes): New constants.
24055 (generic-define-mswindows-modes, generic-define-unix-modes):
24056 Update docstrings. Make them obsolete.
24057 (generic-extras-enable-list): New default value. Update docstring.
24058 Improve :type. Change :set function.
24059 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
24060 Fix docstring.
24061
24062 * emacs-lisp/generic.el (generic-mode-internal):
24063 Simplify font-lock-defaults.
24064 (define-generic-mode): Fix docstring.
24065
24066 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24067
24068 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
24069 font-lock-face property to highlight matches.
24070
24071 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
24072
24073 * progmodes/cc-mode.el (cc-create-define-alist): New function.
24074 (cc-define-alist): New variable.
24075 (c-mode): Make it local and initialize it.
24076
24077 * progmodes/gdb-ui.el (gdb-active-process): New variable.
24078 (gdb-exited): New function.
24079 (gdb-annotation-rules): Use it.
24080 (gdb-starting): Set gdb-active-process to t.
24081 (gdb-stopping): Amend doc string.
24082 (gdb-reset): Set gdb-active-process to nil.
24083
24084 * tooltip.el (tooltip-gud-tips): Show the associated #define
24085 directives when a C program under GDB is not executing.
24086
24087 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
24088
24089 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
24090 font-lock-fontify-syntactic-keywords.
24091
24092 * font-lock.el (font-lock-default-fontify-region): Don't force
24093 parse-sexp-lookup-properties to nil.
24094
24095 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
24096
24097 * man.el (man-mode-syntax-table): Set up `:' to have
24098 word-constituent syntax.
24099
24100 2005-04-27 Lute Kamstra <lute@gnu.org>
24101
24102 * novice.el (disable-command): Don't add spurious newlines to the
24103 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
24104
24105 2005-04-26 Jay Belanger <belanger@truman.edu>
24106
24107 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
24108 than one window before deleting window.
24109
24110 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
24111
24112 * shell.el (shell-prompt-pattern): Doc fix.
24113 (shell-mode): Set paragraph-separate buffer locally to "\\'".
24114
24115 * comint.el (comint-prompt-regexp, comint-get-old-input)
24116 (comint-use-prompt-regexp)
24117 (comint-use-prompt-regexp-instead-of-fields)
24118 (comint-replace-by-expanded-history, comint-send-input)
24119 (comint-output-filter, comint-get-old-input-default)
24120 (comint-line-beginning-position, comint-bol, comint-show-output)
24121 (comint-backward-matching-input, comint-forward-matching-input)
24122 (comint-next-prompt, comint-previous-prompt):
24123 Rename `comint-use-prompt-regexp-instead-of-fields' to
24124 `comint-use-prompt-regexp'. Keep old name as alias and declare
24125 obsolete.
24126 (comint-use-prompt-regexp): Shorten first line of doc string.
24127
24128 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
24129 Set paragraph-separate buffer locally to "\\'".
24130
24131 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
24132 Adapt to above name change.
24133
24134 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
24135 (smbclient-prompt-regexp): Ditto.
24136
24137 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
24138
24139 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
24140
24141 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
24142 gdb-location-list.
24143 Break lines that are over 80 characters wide.
24144
24145 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
24146
24147 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
24148 New fun and var, to preserve compatibility.
24149
24150 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
24151
24152 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
24153
24154 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
24155 name to file-newer-than-file-p.
24156
24157 2005-04-26 Richard M. Stallman <rms@gnu.org>
24158
24159 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
24160
24161 * progmodes/python.el (python-mode):
24162 Use new name eldoc-documentation-function.
24163
24164 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
24165
24166 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
24167 (eldoc-documentation-function):
24168 Rename from eldoc-print-current-symbol-info-function. Calls changed.
24169
24170 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
24171
24172 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
24173
24174 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
24175
24176 * term/xterm.el (function-key-map): Fix strings for
24177 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
24178 {C,S,A,C-S}-{f1-f12}.
24179
24180 2005-04-26 Kenichi Handa <handa@m17n.org>
24181
24182 * international/mule-cmds.el (select-safe-coding-system):
24183 Fix previous change.
24184
24185 2005-04-26 Lute Kamstra <lute@gnu.org>
24186
24187 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
24188
24189 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
24190 (font-lock-comment-delimiter-face): Ditto.
24191
24192 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
24193
24194 2005-04-25 Jay Belanger <belanger@truman.edu>
24195
24196 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
24197 to t while inserting information; use help-mode.
24198
24199 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
24200
24201 * term.el (ansi-term-color-vector): Use the xterm colors.
24202 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
24203
24204 2005-04-25 Lute Kamstra <lute@gnu.org>
24205
24206 * font-core.el (font-lock-defaults): Fix docstring.
24207
24208 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
24209
24210 2005-04-25 Kenichi Handa <handa@m17n.org>
24211
24212 * international/mule-cmds.el (select-safe-coding-system):
24213 Don't check consistency with coding: spec, etc if raw-text or
24214 no-conversion was found to be safe.
24215
24216 2005-04-24 Richard M. Stallman <rms@gnu.org>
24217
24218 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
24219 citation markers at start of each line.
24220
24221 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
24222 citation markers at start of each line.
24223
24224 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
24225
24226 * files.el (mode-require-final-newline): Fix previous change.
24227 (require-final-newline): Fix type label.
24228
24229 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
24230
24231 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
24232 statement in buffer (broken by 2004-11-24 change).
24233
24234 2005-04-24 Kim F. Storm <storm@cua.dk>
24235
24236 * ido.el (ido-everywhere): Save and restore old read-buffer-function
24237 and read-file-name-function values. Don't overwrite existing
24238 non-nil values if ido-mode is enabled without ido-everywhere.
24239
24240 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
24241
24242 * files.el (mode-require-final-newline): Minor doc fix.
24243
24244 2005-04-24 Eli Zaretskii <eliz@gnu.org>
24245
24246 * subr.el (syntax-after): Doc fix.
24247 (syntax-class): If argument is nil, return nil. Mask off upper 16
24248 bits, not 8 bits.
24249
24250 * files.el (mode-require-final-newline): Doc fix.
24251 (backup-buffer-copy): Fix last change.
24252
24253 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24254
24255 * term/mac-win.el: Require select. Set selection-coding-system to
24256 mac-system-coding-system. Call menu-bar-enable-clipboard.
24257 (x-last-selected-text-clipboard, x-last-selected-text-primary)
24258 (x-select-enable-clipboard): New variables.
24259 (x-select-text, x-get-selection, x-selection-value)
24260 (x-get-selection-value, mac-select-convert-to-string)
24261 (mac-services-open-file, mac-services-open-selection)
24262 (mac-services-insert-text): New functions.
24263 (CLIPBOARD, FIND): Put mac-scrap-name property.
24264 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
24265 (public.tiff): Put mac-ostype property.
24266 (selection-converter-alist): Add entries for them.
24267 (mac-application-menu-map): New keymap.
24268 (interprogram-cut-function, interprogram-paste-function): Set to
24269 x-select-text and x-get-selection-value, respectively.
24270 (split-window-keep-point): Set to t.
24271
24272 2005-04-23 Richard M. Stallman <rms@gnu.org>
24273
24274 * files.el (read-directory-name): Always pass non-nil
24275 DEFAULT-FILENAME arg to read-file-name.
24276 (backup-buffer-copy, basic-save-buffer-2): Take care against
24277 writing thru an unexpected existing symlink.
24278 (revert-buffer): In indirect buffer, revert the base buffer.
24279 (magic-mode-alist): Doc fix.
24280 (buffer-stale-function): Doc fix.
24281 (minibuffer-with-setup-hook): Avoid warning.
24282 (mode-require-final-newline): Doc and custom fix.
24283
24284 * follow.el (follow-end-of-buffer): Use with-no-warnings.
24285
24286 * font-lock.el (font-lock-comment-face): On terminals with few colors,
24287 use the default appearance.
24288 (font-lock-comment-delimiter-face): New face, new variable.
24289
24290 * imenu.el (imenu--generic-function): The official position of a
24291 definition is the start of the line that BEG is in.
24292
24293 * midnight.el (midnight-timer): Move defvar up.
24294
24295 * mouse.el (mouse-drag-region-1): Delete some debugging code.
24296
24297 * saveplace.el (save-place-to-alist): Use with-no-warnings.
24298
24299 * startup.el (command-line): Use with-no-warnings.
24300
24301 * window.el (window-size-fixed): New defvar.
24302
24303 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
24304
24305 * mail/rmail.el (rmail-font-lock-keywords):
24306 Use font-lock-comment-delimiter-face.
24307
24308 * mail/sendmail.el (mail-font-lock-keywords):
24309 Use font-lock-comment-delimiter-face.
24310
24311 * progmodes/compile.el (next-error-highlight-timer): New defvar.
24312
24313 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
24314
24315 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24316 Specify t for LAXMATCH when matching directories.
24317 Save match data around compilation-compat-error-properties form.
24318
24319 2005-04-23 David Kastrup <dak@gnu.org>
24320
24321 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
24322 Mention that the autoloaded aliases should be kept for AUCTeX.
24323
24324 2005-04-23 Andreas Schwab <schwab@suse.de>
24325
24326 * isearch.el (isearch-forward): Doc fix.
24327
24328 2005-04-23 Eli Zaretskii <eliz@gnu.org>
24329
24330 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
24331 (jit-lock-stealth-nice): Change default value to 0.5.
24332
24333 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
24334
24335 * abbrev.el (write-abbrev-file): Write table entries in
24336 alphabetical order by table name.
24337
24338 2005-04-22 Kim F. Storm <storm@cua.dk>
24339
24340 * ido.el (ido-read-internal): Fix `list' completion.
24341
24342 2005-04-22 Kenichi Handa <handa@m17n.org>
24343
24344 * recentf.el (recentf-save-file-coding-system): New variable.
24345 (recentf-save-list): Encode the file by
24346 recentf-save-file-coding-system and add coding: tag.
24347
24348 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
24349
24350 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
24351
24352 2005-04-21 Lute Kamstra <lute@gnu.org>
24353
24354 * loadhist.el (unload-feature): Don't remove a function from hooks
24355 if it is about to be restored to an autoload . Remove functions
24356 that will become unbound from auto-mode-alist. Simplify the code.
24357
24358 * subr.el (assq-delete-all): New implementation that is linear,
24359 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
24360 (rassq-delete-all): New function.
24361
24362 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
24363 Add size-indication-mode.
24364
24365 2005-04-21 Kenichi Handa <handa@m17n.org>
24366
24367 * international/mule-cmds.el: Add autoload for widget-value in
24368 eval-when-compile.
24369
24370 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
24371
24372 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
24373 Add tooltip-mode.
24374
24375 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
24376
24377 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
24378
24379 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
24380 (inferior-lisp-filter-regexp, inferior-lisp-program)
24381 (inferior-lisp-load-command, inferior-lisp-prompt)
24382 (inferior-lisp-mode-hook, lisp-source-modes)
24383 (inferior-lisp-load-hook): defvar->defcustom.
24384 (inferior-lisp-program, inferior-lisp-prompt)
24385 (inferior-lisp-load-hook): Doc fixes.
24386 (inferior-lisp-install-letter-bindings): Small change in
24387 introductory comment.
24388
24389 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
24390
24391 * vc.el (vc-annotate-color-map): Change some colors so that text
24392 using them as foreground is readable on both white and black
24393 backgrounds.
24394
24395 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24396
24397 * international/mule-conf.el (translation-table-for-input):
24398 Remove redundant declaration.
24399
24400 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
24401
24402 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
24403
24404 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
24405 (tooltip-toggle-gud-tips): New function.
24406
24407 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24408
24409 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
24410 right angle brackets.
24411
24412 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
24413
24414 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
24415
24416 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
24417
24418 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
24419 Remove. Update callers to use expand-file-name instead.
24420
24421 * subr.el (syntax-class): New function.
24422
24423 * simple.el (blink-matching-open): Use it.
24424
24425 * paren.el (show-paren-function): Use it to recognize parens that are
24426 also used in 2-char comment markers.
24427
24428 2005-04-19 Lute Kamstra <lute@gnu.org>
24429
24430 * loadhist.el (unload-feature): Update for new format of
24431 load-history. Simplify the code.
24432
24433 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24434
24435 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
24436 (mac-add-charset-info): New function. Initialize variable
24437 mac-charset-info-alist using it.
24438 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
24439 for translation.
24440 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
24441 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
24442 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
24443 New CCL programs.
24444
24445 2005-04-19 Kim F. Storm <storm@cua.dk>
24446
24447 * simple.el (next-buffer, prev-buffer, next-error)
24448 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
24449 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
24450
24451 * bindings.el (next-buffer, prev-buffer, next-error)
24452 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
24453 (clone-indirect-buffer-other-window): Move bindings from simple.el.
24454 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
24455 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
24456
24457 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
24458
24459 * isearch.el (isearch-edit-string): Make the search-ring available for
24460 minibuffer history commands.
24461 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
24462 the default history commands now work just as well.
24463 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
24464
24465 2005-04-18 Kim F. Storm <storm@cua.dk>
24466
24467 * emulation/cua-base.el (cua--pre-command-handler): Add more
24468 elaborate check for shift modifier on non-window systems.
24469
24470 2005-04-18 Lars Hansen <larsh@math.ku.dk>
24471
24472 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
24473
24474 2005-04-18 Kim F. Storm <storm@cua.dk>
24475
24476 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
24477 and make it optional. Don't test tooltip-gud-echo-area here.
24478 (tooltip-gud-process-output, gdb-tooltip-print):
24479 Pass tooltip-gud-echo-area to tooltip-show.
24480 (tooltip-help-tips): Remove second optional arg to tooltip-show.
24481
24482 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24483
24484 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
24485 `display-graphic-p' may not be bound yet.
24486
24487 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
24488
24489 * startup.el (command-line): No longer enable Xterm Mouse mode by
24490 default in terminals compatible with xterm.
24491
24492 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
24493
24494 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
24495
24496 * tooltip.el (tooltip-gud-echo-area): Rename from
24497 tooltip-use-echo-area.
24498 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
24499 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
24500 area independently of where help tooltips are displayed.
24501
24502 2005-04-17 David Kastrup <dak@gnu.org>
24503
24504 * cus-theme.el (custom-theme-write-variables): Quote variables
24505 where necessary.
24506
24507 2005-04-17 Richard M. Stallman <rms@gnu.org>
24508
24509 * simple.el (yank-excluded-properties): Add follow-link to value.
24510
24511 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
24512
24513 * startup.el (fancy-splash-max-time): Just 30 seconds.
24514 (fancy-splash-delay): Just 7.
24515 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
24516
24517 * loadhist.el (unload-feature): Update for new format of load-history.
24518 Simplify the code.
24519
24520 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
24521 (rmail-font-lock-keywords): Don't fontify the text of a citation.
24522
24523 * mail/sendmail.el (mail-font-lock-keywords):
24524 Don't fontify subject text.
24525 Don't fontify the text of a citation.
24526
24527 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
24528
24529 * comint.el (comint-output-filter): Run comint-output-filter-functions
24530 with point where the user had it.
24531
24532 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
24533
24534 * international/ucs-tables.el (ucs-set-table-for-input):
24535 Disable when using unify-on-decoding.
24536
24537 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
24538
24539 * emulation/cua-base.el (cua-global-mark-face): Add special case
24540 for displays supporting a high number of colors.
24541
24542 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
24543
24544 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
24545
24546 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
24547
24548 * filesets.el (filesets-add-buffer): If user supplies a name of a
24549 non-existing fileset, create a new fileset.
24550
24551 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
24552
24553 * textmodes/org.el (org-up-heading-all): Fix bug with
24554 `outline-up-heading-all'.
24555
24556 2005-04-16 Andreas Schwab <schwab@suse.de>
24557
24558 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
24559 /etc/permissions.d/* and /etc/aliases.d/*.
24560
24561 2005-04-16 Kenichi Handa <handa@m17n.org>
24562
24563 * international/code-pages.el (cp-make-coding-system):
24564 Set `translation-table-for-input' property value to the symbol
24565 ucs-mule-to-mule-unicode, not to that value.
24566 (pt154): Escape guillemet by `\'.
24567
24568 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
24569
24570 * loadup.el: Load tooltip if x-show-tip is fboundp.
24571
24572 * startup.el (command-line): Add comment.
24573
24574 * tooltip.el (tooltip-mode): Specify correct standard value for
24575 Custom in init-value.
24576
24577 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
24578
24579 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
24580 possible.
24581
24582 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
24583
24584 * textmodes/org.el (org-agenda-date-prompt): Rename from
24585 `org-agenda-date-today'.
24586 (org-evaluate-time-range): Insert at point instead of directly
24587 after time range.
24588 (org-first-headline-recenter, org-subtree-end-visible-p)
24589 (org-optimize-window-after-visibility-change): New functions
24590 (org-agenda-post-command-hook): Don't allow point at end of line,
24591 to make sure it always hits the text properties.
24592 (org-agenda-next-date-line, org-agenda-previous-date-line):
24593 New commands.
24594 (org-set-regexps-and-options): Category may contain white space.
24595 (org-agenda-get-deadlines, org-agenda-get-scheduled):
24596 Improve marker positions.
24597 (org-agenda-new-marker): Argument POS made optional.
24598 (org-agenda-get-timestamps): Deadlines which are done are listed
24599 in org-done-face now.
24600 (org-agenda-get-todos, org-agenda-get-timestamps)
24601 (org-agenda-get-deadlines, org-agenda-get-scheduled):
24602 Set `undone-face' and `done-face' properties.
24603 (org-last-todo-state-is-todo): New variable.
24604 (org-todo): Set `org-last-todo-state-is-todo'.
24605 (org-agenda-todo): Change face according to
24606 `org-last-todo-state-is-todo'. And change other lines referring to
24607 the same entry.
24608 (org-calendar-goto-agenda): New command.
24609 (org-calendar-to-agenda-key): New option.
24610 (org-startup-folded): New allowed value `content'.
24611 (org-set-regexps-and-options): Accept new value `content' for
24612 `org-startup-folded'.
24613 (org-get-current-options): Handle new value `content' for
24614 `org-startup-folded'.
24615 (org-insert-todo-heading): New command.
24616 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
24617 interactively in empty file and option
24618 `org-insert-mode-line-in-empty-file' has been set.
24619 (org-agenda-todo, org-agenda-priority): Modify to use
24620 `org-agenda-change-all-lines'.
24621 (org-warning-face): Change color on dark background
24622
24623 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24624
24625 * international/mule-cmds.el (set-locale-environment): On Mac OS,
24626 use preferences AppleLocale and AppleLanguages, and variable
24627 mac-system-locale for default locale. On Mac OS Classic, use
24628 mac-system-coding-system for default coding systems.
24629
24630 * term/mac-win.el: Don't set file-name-coding-system.
24631 Decode variables system-name, emacs-build-system, user-login-name, and
24632 user-full-name by mac-system-coding-system on Mac OS Classic.
24633 (mac-system-coding-system): New variable.
24634
24635 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
24636
24637 * startup.el (command-line): Handle `xterm-mouse-mode' before
24638 reading init file.
24639
24640 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
24641
24642 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
24643
24644 * progmodes/sh-script.el (sh-here-document-word): Make it a
24645 defcustom. Doc fix.
24646 (sh-add): Bash uses $(( )) for arithmetic.
24647 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
24648 (sh-maybe-here-document): Remove quotes and leading whitespace
24649 from heredoc word when closing. Indent heredoc with tabs if word
24650 starts with "-".
24651
24652 2005-04-13 Richard M. Stallman <rms@gnu.org>
24653
24654 * simple.el (undo): Fix previous change.
24655
24656 * custom.el (defface): Doc fix.
24657
24658 2005-04-13 Lute Kamstra <lute@gnu.org>
24659
24660 * Makefile.in (DONTCOMPILE): Remove list.
24661 (compile, compile-always): Don't use DONTCOMPILE.
24662 (update-authors): Load the library in which batch-update-authors
24663 is defined.
24664 * makefile.w32-in (DONTCOMPILE): Remove list.
24665 (compile, compile-always): Fix comments.
24666 (update-authors): Load the library in which batch-update-authors
24667 is defined.
24668
24669 * generic-x.el (generic-mode-ini-file-find-file-hook):
24670 Rename to ini-generic-mode-find-file-hook.
24671 Keep generic-mode-ini-file-find-file-hook as an alias.
24672 (ini-generic-mode-find-file-hook): Rename from
24673 generic-mode-ini-file-find-file-hook. Fix docstring.
24674 (ini-generic-mode): Docstring change.
24675 (bat-generic-mode-run-as-comint): Silence the byte compiler.
24676
24677 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
24678 called from lisp.
24679
24680 * generic.el: Move to the emacs-lisp subdir.
24681
24682 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
24683
24684 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
24685 and C-S- function and cursor motion keys.
24686
24687 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
24688
24689 * startup.el (command-line): Enable Xterm Mouse mode by default.
24690 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
24691 for Custom. No longer show "Mouse" in mode line when enabled.
24692 Doc fix.
24693
24694 2005-04-12 Kim F. Storm <storm@cua.dk>
24695
24696 * emulation/cua-base.el (cua-rectangle-face)
24697 (cua-rectangle-noselect-face): Define face attributes here.
24698
24699 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
24700
24701 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24702
24703 * startup.el (command-line): Turn off blinking cursor if
24704 cursorBlink in resources is off or false.
24705
24706 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24707
24708 * term/mac-win.el (dnd): Require dnd.
24709 (mac-drag-n-drop): Call dnd-handle-one-url.
24710 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
24711 (kTextEncodingISOLatin2): Remove constants.
24712 (mac-script-code-coding-systems): New constant.
24713 (mac-handle-language-change): New function.
24714 (special-event-map): Bind it to `language-change' event.
24715 (mac-centraleurroman, mac-cyrillic): New coding systems.
24716 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
24717 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
24718 and mac-cyrillic-encoder to encode-mac-centraleurroman and
24719 encode-mac-cyrillic, respectively.
24720
24721 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
24722
24723 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
24724 Don't set overlay-arrow-string to "=>" as this is done
24725 globally in C now.
24726
24727 2005-04-12 Lute Kamstra <lute@gnu.org>
24728
24729 * generic-x.el (rc-generic-mode, rul-generic-mode):
24730 Fix auto-mode-alist entries.
24731 (etc-fstab-generic-mode): Tweak fontification.
24732
24733 * generic.el (generic-make-keywords-list): Fix docstring.
24734 (generic-mode-internal): Simplify generic-font-lock-keywords.
24735
24736 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
24737
24738 * whitespace.el (whitespace-buffer-leading)
24739 (whitespace-buffer-trailing): Revert the incorrect test inversion.
24740 However, fix the highlight area for the leading and
24741 trailing whitespaces to show space.
24742
24743 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
24744
24745 * whitespace.el (whitespace-version): Bump to 3.5
24746
24747 (whitespace-buffer-leading, whitespace-buffer-trailing):
24748 Invert sense of the test to highlight the whitespace.
24749
24750 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
24751
24752 * progmodes/gud.el (gud-display-line): GUD uses its own
24753 overlay arrow now so don't set overlay-arrow-string.
24754 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
24755
24756 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
24757
24758 * term.el (term-ansi-current-bold, term-ansi-current-underline)
24759 (term-ansi-current-reverse, term-ansi-current-invisible)
24760 (term-ansi-face-already-done): Change to boolean.
24761 (term-reset-terminal, term-handle-colors-array): Handle the above
24762 vars accordingly.
24763 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
24764 (term-emulate-terminal): Use the new name.
24765
24766 * faces.el (secondary-selection): Use yellow1, not yellow.
24767 (trailing-whitespace): Use red1, not red.
24768
24769 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24770
24771 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
24772 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
24773 (dired-dnd-handle-file): Call dnd-get-local-file-uri
24774
24775 * cus-edit.el (dnd): New group.
24776
24777 * term/w32-win.el (dnd): Require dnd
24778 (w32-drag-n-drop): Call dnd-handle-one-url.
24779
24780 * x-dnd.el: Require dnd.
24781 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
24782 Call dnd-handle-one-url.
24783 (x-dnd-types-alist, x-dnd-insert-utf8-text)
24784 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
24785 to dnd-insert-text.
24786 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
24787 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
24788 (x-dnd-get-local-file-name, x-dnd-open-local-file)
24789 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
24790
24791 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
24792
24793 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
24794
24795 * wdired.el: Doc fixes.
24796 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
24797 (wdired-use-dired-vertical-movement): Rename from
24798 wdired-always-move-to-filename-beginning.
24799 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
24800 (wdired-change-to-wdired-mode): Change mode name.
24801 (wdired-newline): Delete.
24802
24803 2005-04-11 Richard M. Stallman <rms@gnu.org>
24804
24805 * whitespace.el (whitespace-highlight-the-space):
24806 Don't call whitespace-unhighlight-the-space here.
24807
24808 * simple.el (undo): Record t in undo-equiv-table
24809 for the redo record made by an undo-in-region.
24810
24811 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
24812
24813 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
24814 (gdb-frame-inferior-io-buffer): New Functions to control
24815 display of separate IO buffer.
24816 (menu): Add them to menu-bar.
24817 (gdb-display-buffer): Check for buffer another frame.
24818 Protect GUD buffer.
24819 (gdb-setup-windows): Create IO buffer if not already there.
24820 (gdb-memory-mode): Remove purecopy noops.
24821
24822 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
24823
24824 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
24825 and pass to self-insert-command.
24826
24827 2005-04-11 Lute Kamstra <lute@gnu.org>
24828
24829 * generic.el: Commentary section cleanup.
24830 (generic): Delete.
24831 (generic-use-find-file-hook, generic-lines-to-scan)
24832 (generic-find-file-regexp, generic-ignore-files-regexp)
24833 (default-generic-mode, generic-mode-find-file-hook)
24834 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
24835 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
24836 (generic-use-find-file-hook, generic-lines-to-scan)
24837 (generic-find-file-regexp, generic-ignore-files-regexp)
24838 (default-generic-mode, generic-mode-find-file-hook)
24839 (generic-mode-ini-file-find-file-hook): Move from generic.el.
24840
24841 2005-04-10 Karl Fogel <kfogel@red-bean.com>
24842
24843 * bookmark.el (bookmark-write-file): Catch errors writing file.
24844 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
24845
24846 2005-04-10 Richard M. Stallman <rms@gnu.org>
24847
24848 * startup.el (fancy-splash-tail): Update copyright year.
24849 (command-line): Split part of -Q into -D.
24850 (emacs-basic-display): New defvar.
24851 (fancy-splash-text): Correct name of menu item.
24852
24853 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
24854
24855 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
24856 lines in one node.
24857
24858 * comint.el (comint-send-input): New arg ARTIFICIAL.
24859 Callers in this file changed.
24860
24861 * abbrev.el (define-abbrevs): Read system abbrevs properly.
24862
24863 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
24864
24865 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
24866
24867 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
24868 `ldap-search-internal'.
24869
24870 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
24871
24872 * files.el (set-auto-mode-1): Use line-end-position.
24873
24874 * international/latin-1.el:
24875 * international/latin-2.el:
24876 * international/latin-3.el:
24877 * international/latin-4.el:
24878 * international/latin-5.el:
24879 * international/latin-8.el:
24880 * international/latin-9.el: Give punctuation syntax to NBSP.
24881
24882 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
24883 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
24884 Use char-classes to accept non-ascii letters, accepted in some recent
24885 bibtex implementations.
24886
24887 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
24888
24889 * custom.el (custom-set-minor-mode): Any non-nil value for the
24890 variable should enable the mode when set through Custom.
24891
24892 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
24893
24894 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
24895 TAB binding so tab-always-indent is obeyed.
24896 (vhdl-minibuffer-local-map): Move initialization into declaration.
24897 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
24898 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
24899 (vhdl-hooked-abbrev): Avoid test for XEmacs.
24900 (vhdl-current-line): Use line-beginning-position.
24901 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
24902 with-output-to-temp-buffer, so the current position can be recorded.
24903
24904 2005-04-10 Masatake YAMATO <jet@gyve.org>
24905
24906 * progmodes/compile.el (compilation-error-regexp-alist-alist):
24907 Add regexp for gcov.
24908
24909 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
24910
24911 * calendar/time-date.el (time-to-seconds, seconds-to-time)
24912 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
24913 syntax which Emacs 20 doesn't support.
24914
24915 2005-04-09 Richard M. Stallman <rms@gnu.org>
24916
24917 * help.el (describe-key-briefly, describe-key):
24918 Replace strings as event types with "(any string)".
24919
24920 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
24921
24922 * arc-mode.el (archive-mode-map): Move initialization into
24923 the declaration. Override *all* bindings of `undo'.
24924 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
24925
24926 2005-04-09 Jay Belanger <belanger@truman.edu>
24927
24928 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
24929
24930 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
24931
24932 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
24933 (xterm-register-default-colors): Update color values computation
24934 to match xterm-200.
24935
24936 2005-04-09 Kenichi Handa <handa@m17n.org>
24937
24938 * international/code-pages.el (iso-latin-7): Fix the map.
24939
24940 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
24941
24942 * emacs-lisp/lisp.el (defun-prompt-regexp)
24943 (parens-require-spaces, buffer-end, end-of-defun)
24944 (insert-parentheses): Doc fixes.
24945
24946 2005-04-08 Kim F. Storm <storm@cua.dk>
24947
24948 * comint.el (comint-highlight-prompt): Fix face spec.
24949 * hi-lock.el (hi-green): Likewise.
24950
24951 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
24952
24953 * cus-edit.el (custom-modified-face):
24954 * comint.el (comint-highlight-input): Fix previous changes.
24955 * term.el (term-handle-ansi-escape): Add a comment.
24956
24957 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
24958
24959 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
24960 in the buffer and in whitespace-highlighted-space.
24961 (whitespace-unhighlight-the-space): Simplify.
24962 (whitespace-buffer): Simplify.
24963
24964 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
24965
24966 * textmodes/table.el (table-cell-face): Add special case for
24967 displays supporting a high number of colors.
24968 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
24969 (vhdl-font-lock-reserved-words-face)
24970 (vhdl-speedbar-architecture-face)
24971 (vhdl-speedbar-instantiation-face)
24972 (vhdl-speedbar-architecture-selected-face)
24973 (vhdl-speedbar-instantiation-selected-face): Likewise.
24974 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
24975 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
24976 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
24977 (ebrowse-root-class-face, ebrowse-member-attribute-face)
24978 (ebrowse-progress-face): Likewise.
24979 * progmodes/compile.el (compilation-info-face): Likewise.
24980 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
24981 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
24982 * calendar/calendar.el (diary-face): Likewise.
24983 * woman.el (woman-italic-face, woman-bold-face)
24984 (woman-unknown-face): Likewise.
24985 * wid-edit.el (widget-button-pressed-face): Likewise.
24986 * whitespace.el (whitespace-highlight-face): Likewise.
24987 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
24988 * pcvs-info.el (cvs-marked-face): Likewise.
24989 * info.el (info-xref): Likewise.
24990 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
24991 * hilit-chg.el (highlight-changes-face)
24992 (highlight-changes-delete-face): Likewise.
24993 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
24994 (hi-red-b): Likewise.
24995 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
24996 * font-lock.el (font-lock-keyword-face)
24997 (font-lock-function-name-face, font-lock-warning-face): Likewise.
24998 * cus-edit.el (custom-invalid-face, custom-modified-face)
24999 (custom-set-face, custom-changed-face, custom-variable-tag-face)
25000 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
25001 * comint.el (comint-highlight-prompt): Likewise.
25002
25003 2005-04-08 Lute Kamstra <lute@gnu.org>
25004
25005 * font-lock.el (font-lock-keywords): Docstring fixes.
25006
25007 2005-04-08 Kenichi Handa <handa@m17n.org>
25008
25009 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
25010 chars are more than a limit, print " and more..." at the tail.
25011
25012 2005-04-08 Kim F. Storm <storm@cua.dk>
25013
25014 * emacs-lisp/authors.el (authors-aliases): Update list.
25015 (authors-ignored-files): New list.
25016 (authors-fixed-entries): Fix typo.
25017 (authors-renamed-files-alist): Update list.
25018 (authors-add): Check authors-ignored-files.
25019
25020 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
25021
25022 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
25023 optional, to ensure backward compatibility.
25024
25025 2005-04-08 Stephen Eglen <stephen@gnu.org>
25026
25027 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
25028
25029 2005-04-08 Kim F. Storm <storm@cua.dk>
25030
25031 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
25032
25033 * mouse.el (mouse-on-link-p): Doc fix.
25034
25035 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
25036
25037 * ielm.el (ielm-prompt-read-only): Doc fix.
25038
25039 * comint.el (comint-prompt-read-only): Doc fix.
25040
25041 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
25042
25043 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
25044 ensure dired always handles wildcards passed to ffap.
25045 (find-file-at-point): Use it.
25046 (ffap-dired-wildcards): Doc fix.
25047
25048 2005-04-07 Juri Linkov <juri@jurta.org>
25049
25050 * simple.el (next-error-overlay-arrow-position): New defvar.
25051 Put "=>" on its property `overlay-arrow-string'. Add it to
25052 `overlay-arrow-variable-list'.
25053
25054 * progmodes/compile.el (compilation-setup):
25055 Set `next-error-overlay-arrow-position' to nil. Also set it to
25056 nil in the local hook `kill-buffer-hook'. Make local variable
25057 `overlay-arrow-string' and set it to "=>".
25058 (compilation-goto-locus): Set BOL position to
25059 `next-error-overlay-arrow-position' instead of
25060 `overlay-arrow-position'.
25061
25062 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
25063 locally instead of adding it to the global hook.
25064 (Info-kill-buffer): Move up.
25065
25066 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
25067
25068 * term/xterm.el (xterm-standard-colors): Update color values from
25069 xterm-200.
25070
25071 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
25072
25073 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
25074
25075 * fast-lock.el:
25076 * lazy-lock.el: Move them to the obsolete subdir.
25077
25078 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
25079
25080 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
25081 (wdired-add-replace-advice): Remove.
25082 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
25083
25084 2005-04-06 Kim F. Storm <storm@cua.dk>
25085
25086 * startup.el (command-line): Add --bare-bones alias for -Q.
25087
25088 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25089
25090 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
25091 create the startup fontset if a font specification ends with
25092 `mac-roman'.
25093
25094 2005-04-06 Lute Kamstra <lute@gnu.org>
25095
25096 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
25097 change.
25098
25099 * emacs-lisp/copyright.el (copyright-update-year): Replace the
25100 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
25101
25102 2005-04-05 Lute Kamstra <lute@gnu.org>
25103
25104 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
25105 (define-generic-mode): Ditto. Fix debug declaration.
25106
25107 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
25108 Put them in the generic-x group.
25109
25110 * calendar/timeclock.el (timeclock): Doc fix.
25111
25112 * generic.el (define-generic-mode): Don't use custom-current-group.
25113 Document default :group value.
25114 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
25115 (define-global-minor-mode): Don't use custom-current-group.
25116
25117 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
25118
25119 * startup.el (command-line-1): Display startup-echo-area-message
25120 when fancy splash screen is in use.
25121
25122 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
25123 (sh-escaped-newline): New face.
25124 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
25125 newline, and use sh-escaped-newline face.
25126
25127 * progmodes/tcl.el (tcl-escaped-newline): New face.
25128 (tcl-builtin-list): New variable.
25129 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
25130 newlines. Fix keywords subexpression number.
25131
25132 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
25133
25134 * textmodes/org.el (org-diary-default-entry): Fix call to
25135 `add-to-diary-entry'.
25136
25137 2005-04-05 Kim F. Storm <storm@cua.dk>
25138
25139 * ediff-init.el: Use (featurep 'xemacs).
25140
25141 2005-04-05 David Ponce <david@dponce.com>
25142
25143 * cus-edit.el (face): Derive from symbol widget. Display sample
25144 of the current face on the fly.
25145 (widget-face-sample-face-get, widget-face-notify): New functions.
25146 (widget-face-value-create): Remove.
25147
25148 * wid-edit.el (widget-field-end): Temporarily remove field
25149 narrowing before to call `get-char-property'.
25150
25151 2005-04-04 Jay Belanger <belanger@truman.edu>
25152
25153 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
25154 (math-read-subscripts): New variable.
25155 (math-read-preprocess-string): Process subscripts.
25156
25157 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
25158
25159 * comint.el (comint-prompt-read-only): Doc fix.
25160
25161 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
25162 `-1'. Doc fix.
25163
25164 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
25165
25166 * textmodes/org.el (org-insert-mode-line-in-empty-file):
25167 Change default value to nil.
25168
25169 2005-04-04 Lute Kamstra <lute@gnu.org>
25170
25171 * autorevert.el (auto-revert-mode): Specify :group.
25172 * battery.el (display-battery-mode): Specify :group.
25173 * diff-mode.el (diff-minor-mode): Specify :group.
25174 * font-core.el (font-lock-mode): Specify :group.
25175 * hl-line.el (hl-line-mode): Specify :group.
25176 * iimage.el (iimage): New customization group.
25177 (iimage-mode): Specify :group.
25178 * longlines.el (longlines-mode): Specify :group.
25179 * master.el: Don't require easy-mmode.
25180 (master): New customization group.
25181 (master-mode): Specify :group.
25182 * msb.el (msb-mode): Specify :group.
25183 * reveal.el (reveal-mode): Specify :group.
25184 * simple.el (next-error-follow-minor-mode): Specify :group.
25185 * smerge-mode.el (smerge-mode): Specify :group.
25186 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
25187 * emulation/cua-base.el (cua-mode): Specify :group.
25188 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
25189 * language/thai-util.el (thai-auto-composition-mode)
25190 (thai-word-mode): Specify :group.
25191 * mail/supercite.el (sc-minor-mode): Specify :group.
25192 * progmodes/cwarn.el (cwarn-mode): Specify :group.
25193 * progmodes/flymake.el (flymake-mode): Specify :group.
25194 * progmodes/glasses.el (glasses-mode): Specify :group.
25195 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
25196 * textmodes/enriched.el (enriched-mode): Specify :group.
25197 * textmodes/refill.el (refill-mode): Specify :group.
25198
25199 * add-log.el (change-log-font-lock-keywords): Names in
25200 parenthesized lists can contain spaces.
25201
25202 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
25203
25204 * startup.el (fancy-splash-text): Shorten default text of
25205 "Emacs Tutorial" line. Also, if the current language env
25206 indicates an available tutorial file other than TUTORIAL,
25207 extract its title and append it to the line in parentheses.
25208 (fancy-splash-insert): If arg is a thunk, funcall it.
25209
25210 2005-04-04 Jay Belanger <belanger@truman.edu>
25211
25212 * calc.el (calc-language-alist): Add tags to customization type.
25213
25214 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
25215
25216 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
25217 Doc fix.
25218
25219 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
25220
25221 * add-log.el (change-log-font-lock-keywords): The manual
25222 describing a Change Log entry, says: (...) "Aside from these
25223 header lines, every line in the change log starts with a space or
25224 a tab.". The font-lock was not highlighting lines started with
25225 spaces, added support for it.
25226
25227 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25228
25229 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
25230 (bibtex-generate-url-list): Update docstring accordingly. Put the
25231 complex example in the docstring.
25232 (bibtex-font-lock-url): Use pop.
25233
25234 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
25235
25236 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
25237
25238 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
25239
25240 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
25241
25242 * filesets.el (filesets-set-default): Doc fix.
25243
25244 2005-04-03 Lute Kamstra <lute@gnu.org>
25245
25246 * generic.el (define-generic-mode): Add argument to specify
25247 keywords for defcustom.
25248 (default-generic-mode): Specify :group.
25249
25250 * generic-x.el: Specify :group for all generic modes.
25251
25252 * desktop.el (desktop-no-desktop-file-hook)
25253 (desktop-after-read-hook): Doc fix.
25254
25255 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
25256
25257 * simple.el (visible-mode): Use explicit :group keyword.
25258 This changes the group of `visible-mode-hook' from paren-blinking
25259 to editing-basics.
25260
25261 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
25262
25263 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
25264 mailbox specifications as well as URLs.
25265 (rmail-insert-inbox-text): Remove unused conditional branches.
25266
25267 2005-04-01 Jay Belanger <belanger@truman.edu>
25268
25269 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
25270 (calc-gnuplot-print-command): Move definitions to calc.el.
25271
25272 * calc/calc-embed.el (calc-embedded-announce-formula)
25273 (calc-embedded-open-formula, calc-embedded-close-formula)
25274 (calc-embedded-open-word, calc-embedded-close-word)
25275 (calc-embedded-open-plain, calc-embedded-close-plain)
25276 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
25277 (calc-embedded-open-mode, calc-embedded-close-mode):
25278 Move definitions to calc.el.
25279
25280 * calc/calc.el (calc-settings-file, calc-language-alist):
25281 Make customizable.
25282 (calc-embedded-announce-formula, calc-embedded-open-formula)
25283 (calc-embedded-close-formula, calc-embedded-open-word)
25284 (calc-embedded-close-word, calc-embedded-open-plain)
25285 (calc-embedded-close-plain, calc-embedded-open-new-formula)
25286 (calc-embedded-close-new-formula, calc-embedded-open-mode)
25287 (calc-embedded-close-mode, calc-gnuplot-name)
25288 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
25289 from other files and make customizable.
25290
25291 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
25292
25293 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
25294 Use buffer-live-p.
25295 (cvs-mode-run): Don't call cvs-update-header here.
25296 (cvs-run-process): Call cvs-update-header.
25297 Use process properties for cvs-postprocess and cvs-buffer so that
25298 the sentinel can behave better if the temp buffer is killed.
25299 Use a pipe rather than a tty, to better handle unexpected prompts.
25300 (cvs-sentinel): Rewrite. Call cvs-update-header.
25301
25302 2005-04-01 Andre Spiegel <spiegel@gnu.org>
25303
25304 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
25305 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
25306
25307 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
25308
25309 * generic.el (define-generic-mode): Add indentation rule.
25310
25311 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
25312
25313 * files.el (mode-require-final-newline): Make Custom correctly
25314 report a nil value and allow to set it to nil via Custom.
25315 Doc fix.
25316
25317 2005-04-01 Kenichi Handa <handa@m17n.org>
25318
25319 * international/characters.el: Enable the correct case setting for
25320 dotless-i and dotted-I.
25321
25322 2005-04-01 Kim F. Storm <storm@cua.dk>
25323
25324 * ido.el (ido-file-internal): Fall back to non-ido command if
25325 initial directory is on slow ftp (or tramp) host.
25326
25327 2005-03-31 Richard M. Stallman <rms@gnu.org>
25328
25329 * emacs-lisp/autoload.el (make-autoload):
25330 Handle define-global-minor-mode.
25331
25332 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
25333 Rename from easy-mmode-define-global-mode.
25334 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
25335
25336 * progmodes/scheme.el (scheme-mode-syntax-table):
25337 Update syntax of | and # for two-character comment syntax.
25338
25339 2005-03-31 Lute Kamstra <lute@gnu.org>
25340
25341 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
25342 (define-minor-mode): Call custom-current-group at load-time.
25343
25344 * generic.el (define-generic-mode): Add debug declaration.
25345 Add defcustom for the mode hook.
25346 (generic-mode-internal): Use run-mode-hooks.
25347
25348 2005-03-31 Kim F. Storm <storm@cua.dk>
25349
25350 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
25351 (mouse-fixup-help-message): New defun called by show_help_echo
25352 to fixup mouse-2 prefix in help messages when applicable.
25353
25354 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
25355
25356 2005-03-31 Kenichi Handa <handa@m17n.org>
25357
25358 * language/thai-word.el (thai-find-word-ends): Pay attention to
25359 the case that we reach the end of buffer.
25360
25361 * textmodes/fill.el (fill-text-properties-at): New function.
25362 (fill-newline): Use fill-text-properties-at instead of
25363 text-properties-at.
25364
25365 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
25366
25367 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
25368 not comint-quote-filename.
25369
25370 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
25371
25372 * help-fns.el (help-with-tutorial): Revert last change.
25373
25374 2005-03-31 Kim F. Storm <storm@cua.dk>
25375
25376 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
25377
25378 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
25379
25380 * calendar/cal-china.el: Update reference to "Calendrical
25381 Calculations" book; there's a new edition.
25382 * calendar/cal-coptic.el: Likewise.
25383 * calendar/cal-french.el: Likewise.
25384 * calendar/cal-hebrew.el: Likewise.
25385 * calendar/cal-islam.el: Likewise.
25386 * calendar/cal-iso.el: Likewise.
25387 * calendar/cal-julian.el: Likewise.
25388 * calendar/cal-mayan.el: Likewise.
25389 * calendar/cal-persia.el: Likewise.
25390 * calendar/calendar.el: Likewise.
25391 * calendar/holidays.el: Likewise.
25392 * calendar/lunar.el: Likewise.
25393 * calendar/solar.el: Likewise.
25394
25395 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
25396 white space from doc string.
25397
25398 2005-03-30 Jay Belanger <belanger@truman.edu>
25399
25400 * calc/calc-help.el (calc-full-help): Remove email address.
25401
25402 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
25403
25404 * help-fns.el (help-with-tutorial): Delete title line.
25405
25406 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
25407
25408 * calendar/cal-x.el (calendar-one-frame-setup)
25409 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
25410 rather than `symbol' for set-window-dedicated-p.
25411
25412 * calendar/appt.el (appt-buffer-name): Make it a constant.
25413 (appt-add): Doc fix.
25414
25415 * filesets.el (filesets-menu-path, filesets-menu-before)
25416 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
25417 (filesets-menu-cache-file): Use directory ~/.emacs.d.
25418 (filesets-add-submenu): Delete and use add-submenu instead.
25419
25420 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
25421
25422 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
25423 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
25424 (org-diary-default-entry): New function.
25425 (org-get-entries-from-diary): Better parsing of diary entries.
25426 (org-agenda-check-no-diary): New function.
25427 ("diary-lib"): Advice to function `add-to-diary-list', to allow
25428 linking to diary entries.
25429 (org-agenda-execute-calendar-command): New function.
25430 (org-agenda): Improve visible section in window.
25431 Use `org-fit-agenda-window'.
25432 (org-fit-agenda-window): New option.
25433 (org-move-subtree-down): Better handling of empty lines
25434 at end of subtree.
25435 (org-cycle): Numeric prefix is interpreted now as show-subtree N
25436 levels up.
25437 (org-fontify-done-headline): New option.
25438 (org-headline-done-face): New face.
25439 (org-set-font-lock-defaults): Use `org-headline-done-face'.
25440 (org-table-copy-down): Rename from `org-table-copy-from-above'.
25441 When current field is non-empty, it is copied to next row.
25442 (org-table-copy-from-above): Fix bug which made it
25443 impossible to copy fields containing only a single non-white character.
25444
25445 2005-03-30 Kim F. Storm <storm@cua.dk>
25446
25447 * kmacro.el (kmacro-end-macro): Isearch may store this command
25448 into the macro -- so ignore it when executing keyboard macro.
25449
25450 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
25451
25452 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
25453
25454 2005-03-29 Kenichi Handa <handa@m17n.org>
25455
25456 * language/thai.el ("Thai"): Set setup-function and exit-function
25457 for Thai language environment.
25458
25459 * language/thai-util.el: Require thai-word.
25460 (thai-word-mode-map): New variable.
25461 (thai-word-mode): New minor mode.
25462 (setup-thai-language-environment-internal): New function.
25463 (exit-thai-language-environment-internal): New function.
25464
25465 * language/thai-word.el (thai-word-table): Declare it by defvar,
25466 use dolist to initialize it.
25467 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
25468 (thai-fill-find-break-point): New functions.
25469
25470 2005-03-29 Richard M. Stallman <rms@gnu.org>
25471
25472 * simple.el (idle-update-delay): Move definition up.
25473 (set-mark): Doc fix.
25474
25475 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
25476
25477 * longlines.el: New file.
25478
25479 * simple.el (buffer-substring-filters): New variable.
25480 (filter-buffer-substring): New function.
25481 (kill-region, copy-region-as-kill): Use it.
25482
25483 * register.el (copy-to-register, append-to-register)
25484 (prepend-to-register): Use filter-buffer-substring.
25485
25486 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
25487
25488 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
25489 (gud-filter-pending-text): Move in front of gdb.
25490 (gud-overlay-arrow-position): New variable.
25491 (gud-sentinel, gud-display-line): Use it in place of
25492 overlay-arrow-position.
25493
25494 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
25495
25496 * progmodes/fortran.el (fortran-if-indent): Doc fix.
25497 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
25498 (fortran-font-lock-keywords-4): New variable.
25499 (fortran-blocks-re, fortran-end-block-re)
25500 (fortran-start-block-re): New constants, for hideshow.
25501 (hs-special-modes-alist): Add a Fortran entry.
25502 (fortran-mode-map): Bind fortran-end-of-block,
25503 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
25504 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
25505 (fortran-looking-at-if-then, fortran-end-of-block)
25506 (fortran-beginning-of-block): New functions, for hideshow.
25507
25508 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
25509 Doc fix. Tweak regexp.
25510 (f90-beginning-of-block): Push mark first.
25511
25512 2005-03-29 Jay Belanger <belanger@truman.edu>
25513
25514 * calc/calc.el: Update copyright date.
25515 (calc-version): Increase to 2.1.
25516 (calc-version-date): Remove.
25517
25518 * calc/calc-help.el: Update copyright date.
25519 (calc-full-help): Remove reference to calc-version-date.
25520 Update copyright date.
25521
25522 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
25523
25524 * vc.el (vc-do-command): Use a pipe for async processes, so password
25525 prompts don't show up at places where the user can't reply.
25526
25527 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
25528
25529 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
25530 on the file name we pass to the inferior shell.
25531
25532 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
25533
25534 * progmodes/which-func.el (which-function): Be robust in the face of an
25535 imenu--make-index-alist failure.
25536
25537 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
25538
25539 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
25540
25541 * progmodes/python.el (python-preoutput-filter): Fix last change.
25542
25543 2005-03-29 Lute Kamstra <lute@gnu.org>
25544
25545 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
25546 functions and compiled macros.
25547 (debug-convert-byte-code): Handle macros too.
25548 (debug-on-entry-1): Don't signal an error when trying to clear a
25549 function that is not set to debug on entry.
25550
25551 2005-03-29 Jay Belanger <belanger@truman.edu>
25552
25553 * calc/calc-lang.el: Add functions to math-function-table
25554 properties of tex and math.
25555
25556 2005-03-29 Kenichi Handa <handa@m17n.org>
25557
25558 * ps-mule.el (ps-mule-plot-string): Translate characters by
25559 ps-print-translation-table.
25560 (ps-mule-begin-job): Call find-charset-region/string with
25561 ps-print-translation-table.
25562 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
25563
25564 * ps-print.el (ps-print-translation-table): New variable.
25565 (ps-plot-region): Translate characters by ps-print-translation-table.
25566
25567 2005-03-29 Juri Linkov <juri@jurta.org>
25568
25569 * simple.el (next-error-highlight-timer): New variable.
25570
25571 * progmodes/compile.el (compilation-goto-locus):
25572 Use `next-error-highlight-timer' instead of `sit-for'.
25573
25574 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
25575
25576 * mail/supercite.el (sc-mail-field): Use assoc-string.
25577 (sc-get-address): Simplify regexps.
25578
25579 * files.el (minibuffer-with-setup-hook): New macro.
25580 (find-file-read-args): Use it to avoid let-binding
25581 minibuffer-with-setup-hook (which breaks turning on/off
25582 file-name-shadow-mode while in the prompt).
25583
25584 * complete.el (PC-read-include-file-name-internal):
25585 Use test-completion.
25586
25587 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
25588
25589 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
25590
25591 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
25592
25593 * window.el (window-buffer-height): Use count-screen-lines.
25594
25595 * progmodes/python.el (python-preoutput-leftover): New var.
25596 (python-preoutput-filter): Use it.
25597 (python-send-receive): Loop until all the result has been received.
25598
25599 2005-03-28 Juri Linkov <juri@jurta.org>
25600
25601 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
25602
25603 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
25604 "Recover Crashed Session".
25605 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
25606 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
25607 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
25608 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
25609 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
25610 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
25611 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
25612 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
25613
25614 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
25615 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
25616 Ediff Sessions", "Toggle use of separate control buffer frame",
25617 "Use separate frame for Ediff control buffer".
25618
25619 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
25620 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
25621 "Rename Bookmark", "Delete Bookmark".
25622
25623 * info.el (Info-mode-menu): Remove ellipsis from "Index".
25624 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
25625 Add `:active Info-index-alternatives' to "Next Matching Item".
25626
25627 * wdired.el (wdired-change-to-wdired-mode):
25628 Mention `wdired-abort-changes' key in the initial message.
25629
25630 * international/mule.el (auto-coding-alist): Associate non-ascii
25631 image filename extensions with `no-conversion'.
25632
25633 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
25634
25635 * international/iso-acc.el:
25636 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
25637
25638 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
25639
25640 * textmodes/sgml-mode.el (html-mode): Doc update.
25641
25642 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
25643
25644 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
25645
25646 * term.el (term-move-columns): Fix face after extending a line.
25647 (term-insert-spaces): Likewise.
25648 (term-reset-terminal): Fix off by one error.
25649
25650 2005-03-26 Eli Zaretskii <eliz@gnu.org>
25651
25652 * international/mule.el (auto-coding-alist): Add .xpi files.
25653
25654 * files.el (auto-mode-alist): Add .xpi files.
25655
25656 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
25657
25658 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
25659
25660 2005-03-26 Eli Zaretskii <eliz@gnu.org>
25661
25662 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
25663
25664 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
25665
25666 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
25667 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
25668
25669 * calendar/cal-move.el (calendar-beginning-of-year): Move the
25670 cursor to Jan 1 when needed.
25671 (calendar-end-of-year): Fix -/+ typo.
25672 Reported by Chong Yidong <cyd@stupidchicken.com>.
25673
25674 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
25675
25676 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
25677
25678 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
25679 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
25680
25681 2005-03-25 Richard M. Stallman <rms@gnu.org>
25682
25683 * filesets.el (filesets-init): Add autoload.
25684
25685 * mail/mailalias.el (mail-directory): Doc fix.
25686
25687 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25688
25689 * mail/mailalias.el (mail-directory-process): Do nothing if
25690 mail-directory-process is an atom.
25691 (mail-get-names): Ignore mail-directory-names if it is an atom.
25692 (mail-directory-process defvar): Doc fix.
25693 (mail-names): Doc fix.
25694
25695 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
25696
25697 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
25698
25699 2005-03-26 Kenichi Handa <handa@m17n.org>
25700
25701 * international/mule-util.el (detect-coding-with-priority):
25702 Call update-coding-systems-internal before detect-coding-region.
25703
25704 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
25705
25706 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
25707 (gdb-frames-mode-map): Add follow-link property.
25708
25709 2005-03-25 Jay Belanger <belanger@truman.edu>
25710
25711 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
25712 for variables.
25713
25714 2005-03-25 Juri Linkov <juri@jurta.org>
25715
25716 * image-mode.el: Optimize image filename extension regexps in
25717 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
25718 in `auto-mode-alist'.
25719 (image-mode): Add `image-toggle-display-text' to local hook
25720 `change-major-mode-hook'. Display the image as an image by
25721 default. Set `cursor-type' and `truncate-lines' if the image
25722 is already displayed. Take into account the current mode (image
25723 or text) in message.
25724 (image-minor-mode): New minor mode.
25725 (image-mode-maybe, image-toggle-display-text): New functions.
25726 (image-toggle-display): Use called-interactively-p.
25727 Let-bind `inhibit-read-only' to t.
25728
25729 * image-mode.el (image-minor-mode): Set `cursor-type' and
25730 `truncate-lines' if the image is already displayed. Add turning
25731 image-minor-mode off to `change-major-mode-hook'. Add message.
25732 Call `image-toggle-display-text' after turning image-minor-mode off.
25733
25734 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
25735
25736 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
25737 Terminal.app, use utf-8.
25738 (set-display-table-and-terminal-coding-system): Add coding-system arg.
25739 (set-locale-environment): Use it.
25740
25741 * term/xterm.el: Undo last change, better done in mule-cmds.el.
25742
25743 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
25744
25745 * progmodes/python.el (python-close-block-statement-p)
25746 (python-outdent-p, python-current-defun): Use symbol-end.
25747
25748 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
25749
25750 * files.el (save-some-buffers): Doc fix.
25751
25752 2005-03-25 Werner Lemberg <wl@gnu.org>
25753
25754 * complete.el, thumbs.el: Replace `legal' with `valid'.
25755 * calendar/calendar.el: Replace `legal' with `valid'.
25756 * emacs-lisp/advice.el: Replace `legal' with `valid'.
25757 * mail/supercite.el: Replace `legal' with `valid'.
25758 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
25759 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
25760 Replace `legal' with `valid'.
25761 * textmodes/reftex-vars.el, textmodes/reftex.el:
25762 Replace `legal' with `valid'.
25763
25764 2005-03-25 Werner Lemberg <wl@gnu.org>
25765
25766 * calc/calc-forms.el, calc/calc-sel.el
25767 * midnight.el, vc-cvs.el
25768 * emacs-lisp/cl-macs.el
25769 * emulation/vip.el
25770 * eshell/esh-io.el, eshell/esh-var.el
25771 * mail/supercite.el
25772 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
25773 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
25774 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
25775 * progmodes/sh-script.el, progmodes/xscheme.el
25776 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
25777 * textmodes/reftex-index.el, textmodes/reftex-parse.el
25778 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
25779 * textmodes/reftex.el, textmodes/org.el:
25780 Replace `illegal' with `invalid'.
25781
25782 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
25783
25784 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
25785 (flymake-find-buildfile, flymake-find-possible-master-files)
25786 (flymake-check-include, flymake-parse-line): Replace loops over the
25787 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
25788
25789 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
25790 Substitute file-name-as-directory in the rest of the file.
25791 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
25792 (flymake-replace-region): Remove unused arg `buffer'.
25793 (flymake-check-patch-master-file-buffer): Update calls to it.
25794 (flymake-add-err-info): Remove unused var `count'.
25795 (flymake-mode): Use define-minor-mode.
25796
25797 * progmodes/flymake.el: Use with-current-buffer.
25798 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
25799 flymake-replace-regexp-in-string, flymake-line-beginning-position)
25800 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
25801 Avoid testing for `xemacs'.
25802 (flymake-nop): Move.
25803 (flymake-region-has-flymake-overlays): Return the computed value.
25804 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
25805 Remove unused var `endline'.
25806 (flymake-get-line-count): Remove unused function.
25807 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
25808
25809 * emulation/vi.el:
25810 * generic.el:
25811 * hilit-chg.el (global-highlight-changes):
25812 * hi-lock.el (hi-lock-mode):
25813 * follow.el: find-file-hooks -> find-file-hook.
25814
25815 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
25816
25817 2005-03-24 Juri Linkov <juri@jurta.org>
25818
25819 * dired.el (dired-mode-map): Add menu item "Compare directories"
25820 for dired-compare-directories.
25821
25822 * dired-aux.el (dired-compare-directories): Add autoload cookie.
25823 Doc fix. Replace `read-file-name' with `read-directory-name'.
25824
25825 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
25826
25827 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
25828
25829 2005-03-24 Jay Belanger <belanger@truman.edu>
25830
25831 * calc/calc-embed.el (calc-embedded-mode-change): Save all
25832 relevant mode settings in calc-embedded-original-modes when modes
25833 are permanently changed.
25834
25835 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
25836
25837 * autoinsert.el: find-file-hooks -> find-file-hook.
25838
25839 2005-03-24 Lute Kamstra <lute@gnu.org>
25840
25841 * generic.el (generic-font-lock-defaults): Make it obsolete.
25842 (generic-font-lock-keywords): New variable to replace
25843 generic-font-lock-defaults.
25844 (generic-mode-set-font-lock): Delete it.
25845 (generic-mode-internal): Don't call generic-mode-set-font-lock.
25846 (generic-bracket-support): Add docstring.
25847
25848 * generic-x.el: Rename generic-font-lock-defaults to
25849 generic-font-lock-keywords throughout.
25850 (mailagent-rules-setup-function): Delete it.
25851 (mailagent-rules-generic-mode): Use anonymous function instead.
25852 (show-tabs-generic-mode-font-lock-defaults-1)
25853 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
25854 Quote faces.
25855 (show-tabs-tab-face, show-tabs-space-face): Specify background,
25856 not foreground.
25857
25858 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
25859 Recognize define-generic-mode.
25860
25861 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
25862
25863 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
25864 if there's no completion table.
25865
25866 2005-03-23 Miles Bader <miles@gnu.org>
25867
25868 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
25869 Remove tty-specific variants, as they're no longer needed.
25870
25871 2005-03-23 Lute Kamstra <lute@gnu.org>
25872
25873 * generic-x.el: Code cleanup: make args constant whenever possible.
25874 (installshield-statement-keyword-list)
25875 (installshield-system-functions-list)
25876 (installshield-system-variables-list, installshield-types-list)
25877 (installshield-funarg-constants-list): Make them constants.
25878
25879 * generic.el (generic-make-keywords-list): Add autoload cookie.
25880
25881 * calendar/time-date.el: Add comment on time value formats.
25882 Don't require parse-time.
25883 (with-decoded-time-value): New macro.
25884 (encode-time-value): New function.
25885 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
25886 (days-to-time): Return a valid time value when arg is huge.
25887 (time-since): Use time-subtract.
25888 (time-to-number-of-days): Use time-to-seconds.
25889
25890 2005-03-23 David Ponce <david@dponce.com>
25891
25892 * recentf.el (recentf-keep): New option.
25893 (recentf-menu-action): Default to `find-file'.
25894 (recentf-keep-non-readable-files-flag)
25895 (recentf-keep-non-readable-files-p)
25896 (recentf-file-readable-p, recentf-find-file)
25897 (recentf-cleanup-remote): Remove.
25898 (recentf-include-p): More robust.
25899 (recentf-keep-p): New function.
25900 (recentf-remove-if-non-kept): Rename from
25901 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
25902 All callers updated.
25903 (recentf-menu-items-for-commands): Fix help string.
25904 (recentf-track-closed-file): Update. Doc fix.
25905 (recentf-cleanup): Update. Count removed files. Doc fix.
25906
25907 2005-03-23 Kim F. Storm <storm@cua.dk>
25908
25909 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
25910 Don't inherit from fringe face (now happens automatically).
25911
25912 2005-03-22 Kim F. Storm <storm@cua.dk>
25913
25914 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
25915 position values.
25916
25917 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
25918
25919 * menu-bar.el (showhide-date-time): Remove.
25920 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
25921 (menu-bar-make-mm-toggle): Simplify.
25922
25923 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
25924
25925 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
25926 Accept qualified variable and function names.
25927
25928 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
25929
25930 * bindings.el (completion-ignored-extensions):
25931 Remove ".lis" for `vax-vms'.
25932
25933 2005-03-22 Andreas Schwab <schwab@suse.de>
25934
25935 * generic-x.el: Revert last change.
25936 * ldefs-boot.el: Update.
25937
25938 2005-03-22 Jay Belanger <belanger@truman.edu>
25939
25940 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
25941 (calc-embedded-save-original-modes)
25942 (calc-embedded-restore-original-modes): New functions.
25943 (calc-do-embedded): Save original modes when entering embedded mode
25944 and restore when leaving embedded mode.
25945 (calc-embedded-modes-change): Change the value of
25946 calc-embedded-original-modes to reflect permanent changes.
25947
25948 2005-03-22 Lute Kamstra <lute@gnu.org>
25949
25950 * generic-x.el: Require generic again.
25951
25952 2005-03-22 Miles Bader <miles@gnu.org>
25953
25954 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
25955 Tweak details to look good on both ttys and bitmap displays, light
25956 or dark background, etc.
25957
25958 2005-03-21 Kim F. Storm <storm@cua.dk>
25959
25960 * tooltip.el (tooltip-show-help-function): Check car and cdr of
25961 mouse position.
25962
25963 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
25964
25965 * icomplete.el: Don't forcibly turn on the mode upon load.
25966 (icomplete-mode): Use define-minor-mode.
25967 (icomplete-eoinput): Default to nil.
25968 (icomplete-minibuffer-setup): Remove autoload.
25969 (icomplete-tidy): Simplify.
25970 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
25971 in the initial state or if the user has modified the field.
25972 Fix handling of icomplete-max-delay-chars.
25973 Remove code that handles the oddball case where
25974 minibuffer-completion-table is an integer.
25975 Wrap icomplete-completions in while-no-input in case building
25976 completions takes more time than expected.
25977 (icomplete-completions): Simplify.
25978
25979 2005-03-21 Richard M. Stallman <rms@gnu.org>
25980
25981 * jka-compr.el (jka-compr-really-do-compress):
25982 Make variable buffer-local.
25983
25984 * image-mode.el: Handle .xpm files too.
25985 (image-toggle-display): Preserve modification flag.
25986
25987 * help.el (where-is): Don't mention aliases with no key bindings.
25988
25989 2005-03-21 Lute Kamstra <lute@gnu.org>
25990
25991 * generic.el: Fix commentary section. Don't require cl for
25992 compilation.
25993 (generic-mode-list): Add autoload cookie.
25994 (generic-use-find-file-hook, generic-lines-to-scan)
25995 (generic-find-file-regexp, generic-ignore-files-regexp)
25996 (generic-mode, generic-mode-find-file-hook)
25997 (generic-mode-ini-file-find-file-hook): Fix docstrings.
25998 (define-generic-mode): Make it a defmacro. Fix docstring.
25999 (generic-mode-internal): Code cleanup. Add autoload cookie.
26000 (generic-mode-set-comments): Code cleanup.
26001 * generic-x.el: Don't prevent compilation. Don't require generic.
26002 Follow coding conventions. Minor code cleanup.
26003 (etc-fstab-generic-mode): Add some keywords.
26004 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
26005 define-generic-mode like a function declaration.
26006
26007 2005-03-21 Jay Belanger <belanger@truman.edu>
26008
26009 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
26010 changing modes.
26011
26012 2005-03-21 Sam Steingold <sds@gnu.org>
26013
26014 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
26015
26016 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
26017
26018 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
26019 Add underscore to "f$ lexicals" regexp.
26020
26021 2005-03-20 Juri Linkov <juri@jurta.org>
26022
26023 * subr.el (progress-reporter-do-update): When `min-value' is equal
26024 to `max-value', set `percentage' to 0 and prevent division by zero.
26025
26026 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
26027
26028 Sync with Tramp 2.0.48.
26029
26030 * net/tramp.el (all): Change all addresses to .gnu.org.
26031 (tramp-append-tramp-buffers): New defun.
26032 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
26033 Catch `dont-send' signal.
26034 (tramp-set-auto-save-file-modes): Set always permissions, because
26035 there might be an old auto-saved file belonging to another
26036 original file. This could be a security threat. Reported by
26037 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
26038 Check for Emacs 21.3.50 removed.
26039
26040 * net/tramp-smb.el (all): Remove debug construct for
26041 `with-parsed-tramp-file-name'.
26042 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
26043 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
26044 No error message if DIRECTORY or FILENAME doesn't exist.
26045 (tramp-smb-open-connection): Check existence of
26046 `tramp-smb-program'.
26047
26048 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
26049
26050 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
26051 Properly handle the case where the `m' or `s' command's argument is not
26052 yet terminated.
26053 (perl-indent-new-calculate): New function.
26054 (perl-indent-line): Use it.
26055
26056 2005-03-20 Miles Bader <miles@gnu.org>
26057
26058 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
26059 in text-mode too. Change to new face names.
26060 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
26061 Add `:weight bold' attribute.
26062 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
26063
26064 2005-03-19 Juri Linkov <juri@jurta.org>
26065
26066 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
26067
26068 * international/mule.el (auto-coding-alist): Sync with
26069 `auto-mode-alist' by adding upper case archive file extensions
26070 and adding ear/war to jar extension.
26071
26072 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
26073
26074 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
26075 running, restart it.
26076
26077 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
26078
26079 * finder.el (finder-current-item): Throw an error on an empty line.
26080
26081 * man.el (Man-follow-manual-reference): If current-word returns
26082 nil, use "".
26083
26084 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
26085
26086 * simple.el (goto-line): Doc fix.
26087
26088 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
26089
26090 * files.el (save-buffer): Doc fix.
26091
26092 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
26093
26094 * recentf.el (recentf-cleanup-remote): New variable.
26095 (recentf-cleanup): Use it to conditionally check availability of
26096 remote files.
26097
26098 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
26099
26100 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
26101 function names.
26102
26103 2005-03-19 Eli Zaretskii <eliz@gnu.org>
26104
26105 * language/thai-word.el: New file.
26106
26107 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
26108
26109 * files.el (backup-buffer): If the file's directory is not
26110 writable, use copy instead of move to backup the file.
26111
26112 2005-03-19 Eli Zaretskii <eliz@gnu.org>
26113
26114 * obsolete/keyswap.el: Moved to obsolete/ from term/.
26115
26116 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26117
26118 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
26119 Use functionp instead of symbolp and fboundp. Reported by Drkm
26120 <darkman_spam@yahoo.fr>.
26121 (ps-print-version): New version 6.6.6.
26122
26123 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
26124
26125 * textmodes/table.el (table--line-column-position): New idiom.
26126 (table--row-column-insertion-point-p): New function to test
26127 validity of row and column insertion operation at a location.
26128 (table-global-menu, table-cell-menu): Use above functions for
26129 deterministic test operation.
26130 (table--editable-cell-p): Behave in deterministic fashion.
26131
26132 2005-03-18 Juri Linkov <juri@jurta.org>
26133
26134 * isearch.el (isearch-lazy-highlight-new-loop):
26135 Make arguments beg and end optional.
26136 (isearch-update): Remove optional arguments nil from
26137 isearch-lazy-highlight-new-loop.
26138 (isearch-lazy-highlight-search): Let-bind case-fold-search to
26139 isearch-lazy-highlight-case-fold-search instead of
26140 isearch-case-fold-search, and let-bind isearch-regexp to
26141 isearch-lazy-highlight-regexp.
26142 Use isearch-lazy-highlight-last-string instead of isearch-string.
26143
26144 * replace.el (perform-replace): Remove bindings of global
26145 variables isearch-string, isearch-regexp, isearch-case-fold-search.
26146 Add three new arguments to `replace-highlight'.
26147 (replace-highlight): Add arguments string, regexp, case-fold.
26148 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
26149 to allow isearch-lazy-highlight-new-loop to use these values
26150 to set corresponding isearch-lazy-highlight-* internal
26151 variables whose values lazy highlighting will use regardless of
26152 changes to global variables isearch-string, isearch-regexp,
26153 isearch-case-fold-search during lazy highlighting loop.
26154 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
26155 to `lazy-highlight-cleanup'.
26156
26157 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
26158 (ispell-highlight-face): Set default face to `isearch' when
26159 lazy highlighting is enabled.
26160 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
26161 priority to 1. Add lazy highlighting.
26162 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
26163 from `isearch-dehighlight'.
26164
26165 2005-03-18 David Ponce <david@dponce.com>
26166
26167 * files.el (hack-local-variables): Do a case-insensitive search
26168 for End.
26169
26170 2005-03-18 Juri Linkov <juri@jurta.org>
26171
26172 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
26173 `isearch-lazy-highlight-cleanup', add alias to old name and
26174 declare obsolete. Add release numbers to other obsolete vars.
26175 (isearch-done, isearch-lazy-highlight-new-loop):
26176 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
26177 (lazy-highlight-cleanup) <variable>: Doc fix.
26178 (isearch-lazy-highlight-update): Rename obsolete
26179 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
26180
26181 2005-03-18 Kenichi Handa <handa@m17n.org>
26182
26183 * language/thai-util.el: Fix categorization of Thai characters in
26184 thai-category-table.
26185 (thai-composition-pattern): Adjust it for the above change.
26186 (thai-self-insert-command, thai-compose-syllable): New functions.
26187 (thai-compose-region): Use thai-compose-syllable.
26188 (thai-compose-string): Likewise.
26189 (thai-composition-function): Likewise.
26190 (thai-auto-composition): New function.
26191 (thai-auto-composition-mode): New minor mode.
26192
26193 * language/thai.el: Fix patterns to be registered in
26194 composition-function-table.
26195
26196 * international/quail.el (quail-input-method): Locally bind
26197 inhibit-modification-hooks to t.
26198
26199 2005-03-17 Richard M. Stallman <rms@gnu.org>
26200
26201 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
26202 (perl-mode): Use run-mode-hooks.
26203
26204 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
26205 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
26206 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
26207
26208 * mail/sendmail.el (sendmail-send-it): Reenable the code
26209 to compute resend-to-address and use it.
26210
26211 * tar-mode.el (tar-mode): Turn off undo unconditionally.
26212
26213 * image-mode.el: New file.
26214
26215 * image.el (insert-sliced-image): Add autoload cookie.
26216
26217 * font-lock.el (font-lock-lines-before): New user option.
26218 (font-lock-after-change-function): Obey it.
26219
26220 * bindings.el (esc-map): Make M-g a prefix.
26221 Bind M-g g and M-g M-g to goto-line.
26222
26223 * faces.el (face-id): Doc fix.
26224
26225 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
26226
26227 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
26228 (rmail-show-message): Use rmail-unknown-mail-followup-to.
26229 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
26230
26231 * mail/sendmail.el (mail-yank-ignored-headers)
26232 (mail-font-lock-keywords, mail-mode-fill-paragraph):
26233 Add Mail-Followup-To and Mail-Reply-To headers.
26234 (mail-citation-hook): Add autoload cookie.
26235 (mail-mode): Doc fix.
26236 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
26237 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
26238 (mail-mode-fill-paragraph): Handle those headers.
26239 (mail-mailing-lists): New variable.
26240 (mail-mail-reply-to, mail-mail-followup-to): New functions.
26241
26242 2005-03-17 Juri Linkov <juri@jurta.org>
26243
26244 * isearch.el (isearch-fallback): Check for `(car previous)'
26245 before calling `isearch-other-end-state'.
26246
26247 2005-03-17 Kim F. Storm <storm@cua.dk>
26248
26249 * simple.el (move-beginning-of-line): Move to beginning of buffer
26250 line, as well as beginning of screen line.
26251
26252 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
26253
26254 * calendar/diary-lib.el (mark-diary-entries): Use new optional
26255 argument REDRAW rather than calendar-redrawing variable.
26256 * calendar/calendar.el (calendar-redrawing): Delete.
26257 (redraw-calendar): Do not bind calendar-redrawing.
26258
26259 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
26260
26261 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
26262 diary-file buffer.
26263
26264 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
26265
26266 * help.el (describe-mode): Allow a :minor-mode-function property to
26267 specify a different minor mode toggle function than the variable.
26268 * simple.el (auto-fill-function):
26269 * subr.el (add-minor-mode): Use it.
26270
26271 2005-03-16 Kenichi Handa <handa@m17n.org>
26272
26273 * language/ethio-util.el (sera-being-called-by-w3): New variable.
26274 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
26275 (ethio-fidel-to-sera-buffer): Likewise.
26276
26277 2005-03-16 Juri Linkov <juri@jurta.org>
26278
26279 * emacs-lisp/find-func.el (find-function-regexp):
26280 Add defun-emitting macro `menu-bar-make-toggle'.
26281
26282 * isearch.el: Put `isearch-scroll' property to
26283 `split-window-horizontally'.
26284
26285 * info.el: Update error messages for `debug-ignored-errors'.
26286 (Info-isearch-search): Doc fix.
26287 (Info-find-node): Move up code to go into info buffer before
26288 recording the node to the history.
26289 (Info-fontify-node): Fontify titles only if the next line
26290 has two or more `*', `=', `-', `.'.
26291 Display "go to this node" for empty (match-string 3).
26292
26293 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26294
26295 * term/mac-win.el: Add mouse pointer shape constants.
26296
26297 2005-03-15 Kim F. Storm <storm@cua.dk>
26298
26299 * simple.el (move-beginning-of-line): Use vertical-motion.
26300
26301 2005-03-15 Juri Linkov <juri@jurta.org>
26302
26303 * isearch.el (isearch-error): New variable.
26304 (isearch-invalid-regexp, isearch-within-brackets): Remove.
26305 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
26306 (isearch-within-brackets-state): Remove.
26307 (isearch-case-fold-search-state, isearch-pop-fun-state):
26308 Decrease frame index.
26309 (isearch-mode, isearch-top-state, isearch-push-state)
26310 (isearch-edit-string, isearch-abort, isearch-search-and-update)
26311 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
26312 (isearch-search, isearch-lazy-highlight-new-loop):
26313 Replace `isearch-invalid-regexp' with `isearch-error'.
26314 Remove `isearch-within-brackets'.
26315 (isearch-search): Add `search-failed' handler to `condition-case'.
26316 (isearch-lazy-highlight-search): Add `condition-case' to catch
26317 errors and allow `isearch-lazy-highlight-update' to try
26318 highlighting from the beginning of the window.
26319 (isearch-repeat): Move up code to set isearch-wrapped to t
26320 before calling isearch-wrap-function.
26321
26322 * info.el (Info-isearch-initial-node): New internal variable.
26323 (Info-search): Signal an error in isearch mode when search leaves
26324 the initial node. Signal an error when `bound' is non-nil and
26325 nothing was found in the current subfile.
26326 (Info-isearch-search): Remove `condition-case'.
26327 (Info-isearch-wrap): Don't wrap when search failed during leaving
26328 the initial node. If `Info-isearch-search' is nil, wrap around
26329 the current node.
26330 (Info-isearch-start): New fun.
26331 (Info-mode): Add buffer-local hook `Info-isearch-start' to
26332 `isearch-mode-hook'.
26333
26334 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26335
26336 * simple.el (normal-erase-is-backspace): Set default to t if
26337 running on Mac.
26338
26339 * term/mac-win.el (function-key-map): Sync with x-win.el.
26340
26341 2005-03-15 Kenichi Handa <handa@m17n.org>
26342
26343 * international/mule-cmds.el (locale-language-names): Modify the
26344 format of elements and add more entries.
26345 (locale-preferred-coding-systems): Add more entries.
26346 (set-locale-environment): Adjust for the change of
26347 locale-language-names.
26348
26349 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
26350
26351 * pcvs.el (smerge-ediff): Remove bogus autoload.
26352
26353 2005-03-14 Lute Kamstra <lute@gnu.org>
26354
26355 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
26356 Ignore a `*' at the beginning of a line.
26357
26358 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
26359 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
26360 subr.el.
26361 (dont-compile, eval-when-compile, eval-and-compile): Use declare
26362 to specify indentation.
26363
26364 * generic.el (define-generic-mode): Let generic-mode-list be a
26365 list of strings; test membership with equal.
26366
26367 2005-03-14 Kim F. Storm <storm@cua.dk>
26368
26369 * simple.el (next-line, previous-line): Add optional try-vscroll
26370 arg to recognize interactive use. Pass it on to line-move.
26371 (line-move): Don't perform auto-window-vscroll when defining or
26372 executing keyboard macro to ensure consistent behavior.
26373
26374 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
26375
26376 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
26377
26378 2005-03-13 Lute Kamstra <lute@gnu.org>
26379
26380 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
26381 debugger-setup-buffer so that backtrace marks the frames set to
26382 debug-on-exit and we don't have to do it manually. Set an extra
26383 debug-on-exit for macro's.
26384 (debugger-setup-buffer): Don't mark the top frame manually.
26385
26386 2005-03-12 Lute Kamstra <lute@gnu.org>
26387
26388 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
26389 lisp-indent-function throughout.
26390 (with-no-warnings): Set lisp-indent-function property.
26391
26392 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
26393
26394 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
26395 Add entry for backslash.
26396
26397 2005-03-12 Juri Linkov <juri@jurta.org>
26398
26399 * info.el (Info-search): Four fixes for backward search.
26400
26401 2005-03-11 Jay Belanger <belanger@truman.edu>
26402
26403 * calc/calc.el (calc-language-alist): New variable.
26404 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
26405 (calc-embedded-find-modes): Use calc-language-alist instead of
26406 calc-embedded-language-alist.
26407
26408 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
26409
26410 * calendar/calendar.el (calendar-redrawing): New internal
26411 variable.
26412 (redraw-calendar): Remove bogus save-excursion from previous
26413 change. Bind calendar-redrawing to t for mark-diary-entries.
26414 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
26415 calendar if that is why we were called.
26416
26417 2005-03-11 Kenichi Handa <handa@m17n.org>
26418
26419 * international/mule.el (make-coding-system): Set property
26420 coding-system-define-form to nil.
26421 (define-coding-system-alias): Likewise.
26422
26423 2005-03-11 Kenichi Handa <handa@m17n.org>
26424
26425 These changes are suggested by Dave Love <fx@gnu.org>.
26426
26427 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
26428 coding: tag.
26429 (adaptive-fill-regexp): Add more bullets.
26430 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
26431 regexps.
26432
26433 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
26434
26435 * help.el (describe-mode): Properly handle non-trivial lighters.
26436 Don't ignore minor modes that are not listed in minor-mode-list.
26437
26438 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
26439 feature ON when the user requests to turn it OFF.
26440
26441 2005-03-10 Lute Kamstra <lute@gnu.org>
26442
26443 * emacs-lisp/debug.el (debug-entry-code): Delete it.
26444 (implement-debug-on-entry): New function to replace debug-entry-code.
26445 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
26446 second argument as the 2005-03-07 change makes it obsolete.
26447 (debug-on-entry, cancel-debug-on-entry): Update call to
26448 debug-on-entry-1.
26449 (debug, debugger-setup-buffer): Comment update.
26450 (debugger-frame-number): Update to work with implement-debug-on-entry.
26451
26452 2005-03-10 Jay Belanger <belanger@truman.edu>
26453
26454 * calc/calc-embed.el (math-ms-args): Declare it.
26455 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
26456 math-ms-args.
26457 (calc-embedded-subst): Use math-multi-subst-rec to substitute
26458 variables.
26459
26460 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
26461
26462 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
26463 Use message-box.
26464
26465 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
26466 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
26467 (tooltip-gud-tips): Simplify.
26468 (tooltip-gud-tips-p): Remove superfluous :set.
26469 (tooltip-gud-modes): Add fortran-mode.
26470 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
26471
26472 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
26473
26474 2005-03-09 Kim F. Storm <storm@cua.dk>
26475
26476 * play/animate.el (animate-place-char): Use forward-line instead
26477 of next-line to improve performance.
26478
26479 2005-03-09 Simon Josefsson <jas@extundo.com>
26480
26481 * net/browse-url.el (browse-url-default-browser): Doc fix.
26482
26483 2005-03-09 Miles Bader <miles@gnu.org>
26484
26485 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
26486 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
26487
26488 2005-03-09 Kenichi Handa <handa@m17n.org>
26489
26490 * international/latin-1.el: Set case and syntax for 255 only if
26491 set-case-syntax-set-multibyte is nil.
26492
26493 * textmodes/ispell.el (ispell-insert-word): New function.
26494 (ispell-word): Use ispell-insert-word to insert a new word.
26495 (ispell-process-line): Likewise.
26496 (ispell-complete-word): Likewise.
26497
26498 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
26499
26500 * calendar/calendar.el (redraw-calendar): Preserve point.
26501 Reported by Matt Hodges <MPHodges@member.fsf.org>.
26502 (calendar-week-start-day): Move after definition of
26503 redraw-calendar. Delete buffer test, since redraw-calendar has
26504 that now.
26505
26506 * calendar/diary-lib.el (mark-diary-entries): Only call
26507 redraw-calendar in the first of any recursive calls.
26508 Reported by Alan Shutko <ats@acm.org>.
26509
26510 2005-03-08 Juri Linkov <juri@jurta.org>
26511
26512 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
26513 (html-horizontal-rule, html-line, html-image, html-checkboxes)
26514 (html-radio-buttons): Add a space before the trailing `/>' where
26515 sgml-xml-mode is non-nil.
26516 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
26517 the subsequent tag of the empty XML tag.
26518 (html-href-anchor): Don't set initial input to "http:".
26519 (html-image): Ask for the image URL and set point inside alt="".
26520 (html-name-anchor): Duplicate the name in the `id' attribute when
26521 sgml-xml-mode is non-nil.
26522 (html-paragraph): Remove \n before <p>.
26523 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
26524 instead of `checked' when sgml-xml-mode is non-nil.
26525
26526 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
26527 Remove 1 space before #RRGGBB to not truncate it on terminal
26528 windows w/o fringes. Remove 1 space between bg and fg examples
26529 to get more space.
26530 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
26531 avoid byte-compile warnings.
26532
26533 * image-file.el (image-file-handler): Put `safe-magic' property to
26534 `image-file-handler'.
26535
26536 * info.el (Info-isearch-search): Emulate word search in
26537 isearching through multiple Info nodes with Info-search.
26538 (Info-isearch-wrap): Allow isearch-word.
26539
26540 2005-03-08 Lute Kamstra <lute@gnu.org>
26541
26542 * emacs-lisp/debug.el (debugger-step-through): Make sure that
26543 stepping into the debugger's code is not possible.
26544 (debugger-jumping-flag): Docstring update.
26545
26546 2005-03-08 Jay Belanger <belanger@truman.edu>
26547
26548 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
26549 embedded mode begins.
26550 (calc-embedded-language-alist): New variable.
26551 (calc-embedded-find-modes): Use calc-embedded-language-alist to
26552 set default language mode.
26553
26554 2005-03-08 Kenichi Handa <handa@m17n.org>
26555
26556 * international/ccl.el (define-ccl-program): Fix docstring about
26557 extra 256 bytes assured for the output buffer.
26558
26559 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
26560 Fix BUFFER_MAGNIFICATION to 2.
26561 (ccl-encode-mule-utf-16be-with-signature): Likewise.
26562
26563 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
26564
26565 * align.el (align-rules-list): Added an alignment rule for CSS
26566 declarations (applies to css-mode and html-mode buffers).
26567
26568 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
26569
26570 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
26571
26572 2005-03-07 Kim F. Storm <storm@cua.dk>
26573
26574 * simple.el (move-beginning-of-line): New command.
26575
26576 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
26577
26578 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
26579
26580 * emulation/cua-base.el: Put CUA move property on move-end-of-line
26581 and move-beginning-of-line.
26582
26583 * apropos.el (apropos-print): Omit command from M-x ... RET.
26584
26585 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
26586
26587 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
26588 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
26589
26590 2005-03-06 Richard M. Stallman <rms@gnu.org>
26591
26592 * bindings.el (esc-map): Bind M-g to goto-line.
26593
26594 * facemenu.el (global-map): Bind M-o, not M-g.
26595
26596 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26597
26598 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
26599 "Open Directory" as for "Open File".
26600
26601 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
26602
26603 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
26604 (push-mark-command): Run activate-mark-hook.
26605
26606 2005-03-06 Richard M. Stallman <rms@gnu.org>
26607
26608 * help-mode.el (help-mode-finish): Don't alter the element
26609 in view-return-to-alist if there already is one.
26610
26611 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
26612 make sure the current buffer is the expected one.
26613
26614 * novice.el (disabled-command-function): Output in *Disabled Command*.
26615 Explicitly ignore non-keyboard events, and explicitly handle C-g.
26616
26617 * textmodes/flyspell.el (flyspell-large-region):
26618 Pass args differently for aspell.
26619
26620 * files.el (mode-require-final-newline): Doc fix.
26621
26622 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
26623
26624 * progmodes/which-func.el (which-function):
26625 Specify NOERROR when calling imenu--make-index-alist.
26626
26627 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
26628
26629 * simple.el (normal-erase-is-backspace): Define default value.
26630
26631 * custom.el (custom-theme-set-variables): Remove unused var
26632 `immediate'.
26633 (custom-reevaluate-setting): Simple function to handle variables
26634 that are defined before their default value can really be
26635 computed.
26636
26637 * startup.el (command-line): Use it for temporary-file-directory,
26638 small-emporary-file-directory, auto-save-file-name-transforms,
26639 blink-cursor-mode, and normal-erase-is-backspace.
26640
26641 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
26642 progress, even with buggy anchored keywords.
26643
26644 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
26645
26646 * simple.el (goto-line): Remove unbalanced final parenthesis.
26647
26648 2005-03-05 Richard M. Stallman <rms@gnu.org>
26649
26650 * simple.el (goto-line): Use a number at point as the default.
26651 With C-u as arg, switch buffers.
26652
26653 2005-03-05 Juri Linkov <juri@jurta.org>
26654
26655 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
26656 with `no-blinking-cursor'.
26657
26658 * startup.el (no-blinking-cursor): New defvar.
26659 (command-line): Add `--no-blinking-cursor' to longopts.
26660 Set `no-blinking-cursor' to t for command line arguments
26661 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
26662 with `no-blinking-cursor' in the condition for calling
26663 `blink-cursor-mode'.
26664
26665 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
26666
26667 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
26668 (menu-bar-options-save): Add blink-cursor-mode.
26669 (menu-bar-options-menu): Add blink-cursor-mode.
26670
26671 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
26672
26673 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
26674 (icalendar-export-file, icalendar-export-region)
26675 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
26676 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
26677
26678 2005-03-04 Lute Kamstra <lute@gnu.org>
26679
26680 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
26681 (debug-function-list): Ditto.
26682
26683 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
26684
26685 * textmodes/texinfmt.el (texinfo-append-refill):
26686 Redefine the types of line to which @refill
26687 is not appended by replacing a search for `@refill\\|@bye' with
26688 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
26689 itemize@refill' bug and the unfilled long lines bug.
26690 (texinfmt-version): Update number and date.
26691
26692 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
26693
26694 * international/code-pages.el (windows-1250, windows-125[2-8])
26695 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
26696
26697 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
26698
26699 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
26700 bound yet.
26701
26702 2005-03-02 Romain Francoise <romain@orebokech.com>
26703
26704 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
26705 buffer after removing limits.
26706 (ibuffer-pop-filter): Ditto.
26707 Update copyright.
26708
26709 2005-03-02 Miles Bader <miles@gnu.org>
26710
26711 * button.el (make-text-button): If the user doesn't specify a
26712 type, use the default. Rewrite to use `add-text-properties' and
26713 plist functions.
26714
26715 2005-03-01 Lute Kamstra <lute@gnu.org>
26716
26717 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
26718 (debugger-jumping-flag): New var.
26719 (debug-entry-code): Use it.
26720 (debugger-jump): Use debugger-jumping-flag and add
26721 debugger-reenable to post-command-hook.
26722 (debugger-reenable): Use debugger-jumping-flag and remove itself
26723 from post-command-hook.
26724 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
26725 debugger-reenable.
26726
26727 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
26728
26729 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
26730 inclusion of "itemize\\|", which may be unnecessary, is certainly
26731 inelegant, and stops refilling in itemize lists when formatting
26732 Japanese Texinfo files to Info.
26733 Update copyright to 2005.
26734
26735 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
26736
26737 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
26738 of an error if GDB can't find the source file.
26739
26740 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
26741
26742 * calendar/calendar.el (redraw-calendar): Work from any buffer,
26743 not just the calendar.
26744
26745 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
26746 first.
26747 (diary-redraw-calendar): New function.
26748 (make-diary-entry): Add diary-redraw-calendar to local
26749 write-contents-functions. Turn off selective display before
26750 inserting in diary.
26751
26752 2005-03-01 Kim F. Storm <storm@cua.dk>
26753
26754 * emacs-lisp/copyright.el (copyright-fix-years): New command.
26755
26756 2005-03-01 Lute Kamstra <lute@gnu.org>
26757
26758 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
26759 that debug-entry-code can be safely removed from a function while
26760 this code is being evaluated. Revert the 2005-02-27 change as the
26761 new implementation no longer requires it. Make sure that a
26762 function body containing just a string is not mistaken for a docstring.
26763 (debug): Skip one more frame in case of debug on entry.
26764 (debugger-setup-buffer): Delete one more frame line in case of
26765 debug on entry.
26766 (debugger-frame-number): Update to use the new text introduced by
26767 the 1999-11-03 change. Skip one more frame in case of debug on entry.
26768
26769 2005-02-28 Kim F. Storm <storm@cua.dk>
26770
26771 * double.el (double-translate-key): Call force-window-update after
26772 read-event to avoid crash in redisplay.
26773
26774 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
26775
26776 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
26777 (debug): Use it. Move the inhibit-trace earlier.
26778 (debug-entry-code): New const.
26779 (debug-on-entry-1): Use it.
26780
26781 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
26782
26783 * international/utf-16.el (ccl-encode-mule-utf-16le):
26784 Fix BUFFER_MAGNIFICATION to 2.
26785 (ccl-encode-mule-utf-16be): Likewise.
26786
26787 2005-02-28 Kenichi Handa <handa@m17n.org>
26788
26789 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
26790 Fix BUFFER_MAGNIFICATION to 4.
26791 (ccl-encode-mule-utf-16be-with-signature): Likewise.
26792
26793 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
26794
26795 * speedbar.el (speedbar-update-flag): Doc fix.
26796 (speedbar-show-info-under-mouse): Give set-mouse-position the right
26797 argument.
26798
26799 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
26800
26801 * reveal.el (reveal-post-command): Don't try to reveal overlays which
26802 have a non-nil `invisible' property but are actually visible.
26803
26804 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
26805 for perldoc sections.
26806 (perl-outline-regexp, perl-outline-level): New var and function.
26807 (perl-mode): Use them.
26808
26809 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
26810
26811 * calendar/diary-lib.el (diary-remind): Discard any mark portion
26812 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
26813
26814 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
26815
26816 * cus-edit.el: Comment change.
26817 (custom-buffer-create-internal): Slightly reword text at top of
26818 Custom buffers. Mention there that saving an option edits the
26819 init file. Add link to Emacs manual node on `custom-file'.
26820 (custom-magic-alist): Rewrite individual State messages to use
26821 capitalized keywords. Doc fix.
26822
26823 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
26824
26825 * calendar/calendar.el (calendar-buffer): Move above
26826 calendar-week-start-day.
26827 (calendar-week-start-day): Doc fix. Add :set function.
26828 (calendar-minimum-window-height): New variable.
26829 (generate-calendar-window): Only resize window if selected-window
26830 is displaying the calendar buffer. Use new variable
26831 calendar-minimum-window-height.
26832 (generate-calendar): Reword error message.
26833 (calendar-mode-map): Bind DEL to scroll-other-window-down.
26834
26835 2005-02-27 Andreas Schwab <schwab@suse.de>
26836
26837 * vc.el (vc-do-command): Don't run command asynchronously when
26838 operating in a remote directory.
26839
26840 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
26841 change from sync with Tramp 2.0.47.
26842
26843 2005-02-27 Richard M. Stallman <rms@gnu.org>
26844
26845 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
26846
26847 * textmodes/flyspell.el (flyspell-mode-on):
26848 Call ispell-change-dictionary only if necessary.
26849
26850 * emacs-lisp/re-builder.el (regexp-builder): New function.
26851
26852 * register.el (describe-register-1): Explicitly handle
26853 yank-excluded-properties = t.
26854
26855 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
26856 (custom-magic-alist): Change the status descriptions again.
26857 (face widget-type): Total rewrite based on `restricted-sexp'
26858 to eliminate the confusing double hiding levels.
26859
26860 * emacs-lisp/debug.el (debug-on-entry-1):
26861 If function body is empty, add nil as body form.
26862
26863 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
26864
26865 * emacs-lisp/trace.el (inhibit-trace): New var.
26866 (trace-make-advice): Use it.
26867
26868 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
26869
26870 2005-02-26 Kim F. Storm <storm@cua.dk>
26871
26872 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
26873 (mouse-on-link-p, mouse-drag-region-1): Use it.
26874
26875 2005-02-25 Lute Kamstra <lute@gnu.org>
26876
26877 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
26878
26879 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
26880
26881 * frame.el (blink-cursor-mode): Add :group keyword.
26882
26883 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
26884
26885 * calendar/icalendar.el (icalendar--decode-isodatetime):
26886 New optional argument DAY-SHIFT.
26887 (icalendar-export-region): Fix coding-system-for-write.
26888 (icalendar--convert-ical-to-diary): Shift end-day of all-day
26889 events by one.
26890
26891 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
26892
26893 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
26894
26895 2005-02-24 Kim F. Storm <storm@cua.dk>
26896
26897 * international/iso-acc.el (iso-accents-compose): Fix crash
26898 during redisplay. Call force-window-update after read-event
26899 and delete-region to signal that window is not accurate.
26900
26901 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
26902
26903 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
26904 Remove unused and inexistent var `inhibit-trace'.
26905 (debugger-mode): Use run-mode-hooks.
26906 (debugger-list-functions): Add buttons; setup xref stack.
26907
26908 2005-02-23 Richard M. Stallman <rms@gnu.org>
26909
26910 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
26911 appointment says it was explicitly made.
26912 (appt-add): Set the 3rd element.
26913 (appt-make-list): Preserve explicit appointments.
26914
26915 * subr.el (find-tag-default): Catch errors in forward-sexp.
26916
26917 2005-02-23 Juri Linkov <juri@jurta.org>
26918
26919 * info.el (Info-isearch-search): New defcustom.
26920 (Info-isearch-search): Call the default isearch function
26921 when Info-isearch-search is nil.
26922 (Info-isearch-wrap): Use variable Info-isearch-search.
26923
26924 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
26925
26926 * cus-edit.el: Comment change.
26927
26928 2005-02-22 Kim F. Storm <storm@cua.dk>
26929
26930 * progmodes/hideif.el (hide-ifdef-use-define-alist):
26931 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
26932
26933 2005-02-22 Simon Josefsson <jas@extundo.com>
26934
26935 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
26936 New variable.
26937 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
26938 Oskarsson" <myrkraverk@users.sourceforget.net>.
26939
26940 2005-02-22 Kim F. Storm <storm@cua.dk>
26941
26942 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
26943 check that window of that event is the selected window.
26944 (mouse-drag-region-1): Compare mouse event window to selected
26945 window before setting point.
26946
26947 * tooltip.el (tooltip-show-help-function): Pass event to
26948 mouse-on-link-p so it can check selected window.
26949
26950 2005-02-22 Kenichi Handa <handa@m17n.org>
26951
26952 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
26953 (ps-mule-show-warning): New function.
26954 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
26955 characters are found.
26956
26957 * ps-print.el (ps-header-footer-string): Return a list of header
26958 and footer strings.
26959
26960 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
26961
26962 * pcvs.el (cvs-retrieve-revision): Fix thinko.
26963
26964 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
26965
26966 * frame.el (blink-cursor-mode): Use define-minor-mode.
26967
26968 * term/mac-win.el (function-key-map): Use char-names more consistently.
26969 (file-name-coding-system): Only set it for MacOS-9. The other case is
26970 already handled in mule-cmds.el (where it also works when mac-win.el
26971 is not used).
26972
26973 2005-02-21 Kenichi Handa <handa@m17n.org>
26974
26975 * international/mule.el (ctext-pre-write-conversion): Always use
26976 " *code-converting-work*" buffer for work.
26977
26978 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
26979
26980 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
26981
26982 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
26983
26984 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
26985
26986 * ses.el (undo-more): Restore defadvice, but only the part that
26987 allows changes outside the restricted area of the buffer.
26988
26989 2005-02-20 Kim F. Storm <storm@cua.dk>
26990
26991 * simple.el (line-move): Add fourth optional arg try-vscroll which
26992 must be set to perform auto-window-vscroll.
26993 When moving backwards and doing auto-window-vscroll, automatically
26994 vscroll to the last part of lines which are taller than the window.
26995 (next-line, previous-line): Set try-vscroll arg on line-move.
26996
26997 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
26998
26999 * replace.el (query-replace, query-replace-regexp)
27000 (replace-string, replace-regexp): When operating on region, make
27001 the minibuffer prompt say so.
27002
27003 * isearch.el (isearch-forward): Document isearch-query-replace and
27004 isearch-query-replace-regexp keybindings.
27005
27006 2005-02-19 Jay Belanger <belanger@truman.edu>
27007
27008 * calc/calc-aent.el (math-read-token): Add local variable.
27009
27010 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
27011 (calc-edit-top): Move declaration to earlier in file.
27012 (calc-edit-macro-repeats): Add local variables.
27013
27014 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
27015 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
27016 calcFunc-tanh.
27017 Adjust integration rule for calcFunc-tan.
27018
27019 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
27020
27021 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
27022 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
27023 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
27024 (viper-skip-separators): Bug fix.
27025 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
27026 particular major mode.
27027 (viper-del-backward-char-in-replace): Don't put deleted char on the
27028 kill ring.
27029
27030 * viper-ex.el (viper-color-display-p): New function.
27031 (viper-has-face-support-p): Use viper-color-display-p.
27032
27033 * viper-keym.el (viper-gnus-modifier-map): New keymap.
27034
27035 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
27036
27037 * viper-util.el (viper-glob-unix-files): Fix shell status check.
27038 (viper-file-remote-p): Make equivalent to file-remote-p.
27039
27040 * viper.el (viper-major-mode-modifier-list):
27041 Use viper-gnus-modifier-map.
27042
27043 2005-02-19 David Kastrup <dak@gnu.org>
27044
27045 * subr.el (subregexp-context-p): Fix garbled doc string by adding
27046 quoting.
27047
27048 2005-02-19 Jay Belanger <belanger@truman.edu>
27049
27050 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
27051 Remove extra definitions.
27052 (calc-coth): New function.
27053 (calcFunc-cot): Fix `let'.
27054
27055 2005-02-19 Eli Zaretskii <eliz@gnu.org>
27056
27057 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
27058 the reasons we use "type pc" in these faces.
27059
27060 * button.el (button): Ditto.
27061
27062 2005-02-19 Michael Mauger <mmaug@yahoo.com>
27063
27064 * replace.el (query-replace-read-from): Set the value of
27065 query-replace-from-history-variable to handle the case of an empty
27066 string entered to accept the suggested default.
27067
27068 * net/tramp.el (tramp-file-name-for-operation):
27069 Use dired-call-process instead of dired-call-process-command.
27070
27071 2005-02-19 Jay Belanger <belanger@truman.edu>
27072
27073 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
27074 (math-div-non-trig): New variables.
27075 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
27076 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
27077 (math-combine-prod, math-div-symb-fancy): Add simplifications for
27078 trig expressions.
27079
27080 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
27081
27082 * progmodes/gdb-ui.el (gdb-var-update-handler)
27083 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
27084 for watch expressions,
27085 (gdb-var-create-handler): Don't set speedbar-update-flag.
27086 (gdb-post-prompt): Simplify test for speedbar.
27087
27088 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
27089
27090 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
27091 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
27092 we use the syntax table of the correct buffer.
27093 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
27094 Felix Gatzemeier.
27095
27096 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
27097 (ediff-file-remote-p): Make synonymous with file-remote-p.
27098 In all deffaces ediff-*-face-*, use min-colors.
27099
27100 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
27101 ediff-recurse-to-subdirectories.
27102 (ediff-mark-if-equal): Check that the arguments are strings, use
27103 ediff-same-contents (after to Felix Gatzemeier).
27104
27105 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
27106 nil.
27107
27108 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
27109
27110 * log-view.el (log-view-message-re): Fix up Subversion regexp.
27111
27112 2005-02-18 David Kastrup <dak@gnu.org>
27113
27114 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
27115 use `mark-active' when defined.
27116
27117 2005-02-18 Kenichi Handa <handa@m17n.org>
27118
27119 * ps-print.el (ps-font-info-database): New entry
27120 ZapfChancery-MediumItalic with correct font name. Fix font name
27121 of the entry Zapf-Chancery-MediumItalic.
27122
27123 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
27124
27125 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
27126
27127 2005-02-16 Kim F. Storm <storm@cua.dk>
27128
27129 * ido.el (ido-fallback-command): Pass user input to fallback command.
27130
27131 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
27132
27133 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
27134 (gdb-find-file-hook): Add server prefix.
27135
27136 2005-02-16 Richard M. Stallman <rms@gnu.org>
27137
27138 * replace.el (perform-replace): Pass new args to replace-highlight.
27139 (replace-highlight): Take region args,
27140 and pass them to isearch-lazy-highlight-new-loop.
27141
27142 * novice.el (disabled-command-hook): Autoload the defalias
27143 and the make-obsolete-variable call.
27144
27145 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
27146
27147 * isearch.el (isearch-lazy-highlight-start-limit)
27148 (isearch-lazy-highlight-end-limit): New variables limit
27149 the region for highlighting.
27150 (isearch-lazy-highlight-new-loop): New args BEG and END.
27151 (isearch-lazy-highlight-search): Use the new vars.
27152 (isearch-lazy-highlight-update): Likewise.
27153
27154 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
27155
27156 * cus-start.el (all): Use default-boundp.
27157
27158 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
27159
27160 * menu-bar.el (menu-bar-select-frame): Handle current frame.
27161
27162 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
27163
27164 * autorevert.el (auto-revert-stop-on-user-input)
27165 (auto-revert-verbose): Doc fixes.
27166
27167 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
27168
27169 * international/mule-cmds.el (set-locale-environment): Remove call
27170 to set-selection-coding-system on Windows.
27171
27172 2005-02-15 Jay Belanger <belanger@truman.edu>
27173
27174 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
27175 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
27176 calcFunc-coth.
27177 (math-simplify-sqrt): Add simplifications.
27178
27179 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
27180 to list.
27181
27182 * calc/calc-ext.el: Add functions to autoloads.
27183
27184 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
27185 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
27186 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
27187 (math-csc-raw, math-cot-raw): New functions.
27188
27189 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
27190
27191 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
27192 the variable name in a message.
27193
27194 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
27195 calcFunc-csc, calcFunc-cot.
27196
27197 * calc/calcalg2.el: Add derivative and integration rules for
27198 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
27199 calcFunc-csch, calcFunc-coth.
27200 (math-do-integral-methods): Add to checks for when to use
27201 substitutions.
27202
27203 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
27204
27205 2005-02-15 Lute Kamstra <lute@gnu.org>
27206
27207 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27208 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
27209 <monnier@iro.umontreal.ca>.
27210 (lisp-outline-level): Improve efficiency. Suggested by David
27211 Kastrup <dak@gnu.org>.
27212
27213 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
27214
27215 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
27216 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
27217 (gdb-set-gud-minor-mode-existing-buffers): New functions.
27218 (gdb-find-file-hook): New hook. Add it to find-file-hook.
27219 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
27220
27221 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
27222
27223 * cus-start.el (all): Comment change.
27224
27225 2005-02-14 Lute Kamstra <lute@gnu.org>
27226
27227 * cus-start.el (all): Check if symbol is void.
27228
27229 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
27230
27231 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
27232 optional argument to \cite.
27233
27234 2005-02-14 Richard M. Stallman <rms@gnu.org>
27235
27236 * cus-edit.el (custom-buffer-create-internal): Update help message.
27237 (custom-magic-alist): Update help messages.
27238
27239 * cus-start.el (all): Allow a var to specify a standard value.
27240
27241 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
27242
27243 * custom.el (custom-theme-set-variables): Handle variable aliases.
27244
27245 * frame.el (blink-cursor-timer): Doc fix.
27246 (blink-cursor): Make it an alias for `blink-cursor-mode' and
27247 declare obsolete.
27248 (blink-cursor-mode): Define with defcustom and use correct
27249 standard expression in that defcustom.
27250 * startup.el (command-line): Adapt to above changes in frame.el.
27251
27252 2005-02-11 Lute Kamstra <lute@gnu.org>
27253
27254 * apropos.el (apropos-score-doc): Prevent division by zero.
27255
27256 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
27257
27258 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
27259 (icalendar--get-event-property-attributes)
27260 (icalendar--get-event-properties)
27261 (icalendar--datetime-to-diary-date): New functions.
27262 (icalendar--split-value): Doc fix.
27263 (icalendar--datetime-to-noneuropean-date)
27264 (icalendar--datetime-to-european-date): New optional argument
27265 SEPARATOR. Return result as a string instead of a list.
27266 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
27267 (icalendar--convert-string-for-export): Rename arg S to STRING.
27268 (icalendar-export-region): Doc fix. Change name of error buffer.
27269 Save output buffer.
27270 (icalendar-import-file): Add blank at end of prompt.
27271 (icalendar-import-buffer): Doc fix. Do not switch to error
27272 buffer. Indicate status in return value.
27273 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
27274 buffer. Save output buffer. Handle exception from recurrence
27275 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
27276 events. Fix problems with weekly all-day events.
27277
27278 2005-02-10 Richard M. Stallman <rms@gnu.org>
27279
27280 * simple.el (eval-expression-print-format):
27281 Avoid warning about edebug-active.
27282
27283 * help.el (help-for-help-internal): Rename from help-for-help.
27284 (help-for-help): Define with defalias.
27285
27286 * font-core.el (font-lock-default-function): Use with-no-warnings.
27287
27288 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
27289
27290 * custom.el (defface): Doc fix.
27291
27292 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
27293
27294 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
27295 width 0" to prevent word wrapping problems.
27296
27297 2005-02-09 Kim F. Storm <storm@cua.dk>
27298
27299 * ido.el (ido-file-extensions-order): New defcustom.
27300 (ido-file-extension-lessp, ido-file-extension-aux)
27301 (ido-file-extension-order): New advanced file ordering.
27302 (ido-file-lessp): New simple file ordering.
27303 (ido-sort-list): Remove.
27304 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
27305 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
27306
27307 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
27308
27309 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
27310 that some versions of grep produce.
27311 (grep-mode-font-lock-keywords): Likewise.
27312
27313 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
27314
27315 * progmodes/gdb-ui.el (gdb-location-list): New variable.
27316 (gdb-cdir): Delete.
27317 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
27318 (gdb-source-info): Treat case when source file is in another
27319 directory properly.
27320 (gdb-get-location): New function.
27321
27322 2005-02-07 Jay Belanger <belanger@truman.edu>
27323
27324 * calc/calc-prog.el (calc-write-parse-table-part)
27325 (calc-fix-token-name): Fix a check for language type.
27326
27327 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
27328
27329 2005-02-07 Andre Spiegel <spiegel@gnu.org>
27330
27331 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
27332 as directory not writable.
27333
27334 2005-02-07 Kim F. Storm <storm@cua.dk>
27335
27336 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
27337 (cua--standard-movement-commands): Remove list.
27338 Instead, set CUA property value to move for movement commands.
27339 (cua-movement-commands): Remove. Users must set CUA prop instead.
27340 (cua--pre-command-handler): Check CUA property.
27341 (cua--init-keymaps): Don't remap undo commands.
27342 (cua-mode): Don't call cua--rectangle-on-off.
27343
27344 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
27345 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
27346 (cua--rect-undo-set-point): New var.
27347 (cua--rectangle-undo-boundary): Setup undo apply entry.
27348 (cua--rect-undo-handler): New function for rectangle undo.
27349 (cua--rect-start-position, cua--rect-end-position): Add.
27350 (cua--rectangle-post-command): Call cua--rectangle-set-corners
27351 for restored rectangle. Set point if cua--rect-undo-set-point.
27352
27353 2005-02-06 Jay Belanger <belanger@truman.edu>
27354
27355 * calc/calc-lang.el (calc-tex-language): Display more information
27356 in messages.
27357
27358 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
27359 in TeX mode.
27360
27361 2005-02-06 Richard M. Stallman <rms@gnu.org>
27362
27363 * emacs-lisp/lisp.el (buffer-end): Doc fix.
27364
27365 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
27366
27367 * net/ldap.el (ldap-search-internal): Support attributes with
27368 optional descriptions separated by a semi-colon, as in
27369 "userCertificate;binary".
27370
27371 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
27372
27373 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
27374 isn't a cons (i.e. the version is 0).
27375
27376 2005-02-05 Eli Zaretskii <eliz@gnu.org>
27377
27378 * help.el (help-for-help): Doc fix.
27379
27380 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
27381
27382 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
27383 GDB-Windows on the menu-bar as this works better.
27384
27385 2005-02-04 Jay Belanger <belanger@truman.edu>
27386
27387 * calc/calc-embed.el (calc-embedded-update): Don't put in
27388 unnecessary newlines. Adjust the end of formula marker.
27389
27390 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
27391 (math-latex-parse-two-args): New function.
27392
27393 2005-02-03 Lute Kamstra <lute@gnu.org>
27394
27395 * help-fns.el (help-with-tutorial): Make sure that users cannot
27396 remove the entire text of the tutorial by means of `undo'.
27397
27398 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
27399
27400 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
27401 in recent changes, where the ispell process was repeatedly
27402 killed & restarted.
27403
27404 * international/mule-cmds.el (set-locale-environment): Set file-name
27405 coding system to utf-8 on Darwin systems.
27406 (set-default-coding-systems): Don't set default-file-name-coding-system
27407 on Darwin systems.
27408
27409 2005-02-03 Richard M. Stallman <rms@gnu.org>
27410
27411 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
27412
27413 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
27414
27415 * faces.el (list-faces-display): Add optional argument.
27416
27417 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
27418
27419 * font-core.el (font-lock-default-function): Handle the rare case where
27420 only font-lock-keywords is set.
27421
27422 2005-02-02 Kenichi Handa <handa@m17n.org>
27423
27424 * international/characters.el: Cancel previous change for
27425 I-WITH-DOT-ABOVE and DOTLESS-i.
27426
27427 * international/latin-5.el: Cancel previous change.
27428
27429 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
27430
27431 * progmodes/gud.el: Correction to syntax in gud-menu-map.
27432
27433 2005-02-02 Kenichi Handa <handa@m17n.org>
27434
27435 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
27436 DOTLESS-i.
27437
27438 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
27439 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
27440
27441 * case-table.el (get-upcase-table): New function.
27442 (copy-case-table): Copy upcaes table too if non-nil.
27443 (set-case-syntax-delims): Maintain upcase table too.
27444 (set-case-syntax-pair): Likewise.
27445 (set-upcase-syntax, set-downcase-syntax): New functions.
27446 (set-case-syntax): Maintain upcase table too.
27447
27448 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
27449
27450 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
27451
27452 * progmodes/gud.el (gud-goto-info): New function.
27453 (gud-tool-bar-map): Use correct icon.
27454
27455 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
27456
27457 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
27458 When delegating, order args in the funcall correctly.
27459
27460 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
27461
27462 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
27463
27464 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
27465
27466 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
27467 buffer not visiting a file.
27468
27469 2005-01-31 Jay Belanger <belanger@truman.edu>
27470
27471 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
27472 bound on the line with the formula.
27473
27474 2005-01-31 Kim F. Storm <storm@cua.dk>
27475
27476 * ses.el (ses-create-cell-variable-range)
27477 (ses-destroy-cell-variable-range, ses-reset-header-string)
27478 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
27479 (ses-insert-row): Fix format of apply undo entries.
27480
27481 2005-01-31 Jay Belanger <belanger@truman.edu>
27482
27483 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
27484 parts.
27485
27486 * calc/calc-embed.el (calc-embedded-open-formula)
27487 (calc-embedded-close-formula): Ignore matrix environments.
27488
27489 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
27490 TeX mode.
27491
27492 * calc/calc-lang.el (math-function-table, math-oper-table)
27493 (math-variable-table): Adjust the LaTeX portions.
27494
27495 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
27496 (math-latex-ignore-words): New constant.
27497
27498 2005-01-31 Richard M. Stallman <rms@gnu.org>
27499
27500 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
27501 (ispell-local-dictionary): Doc fix.
27502 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
27503 Don't reinitialize at run time. Don't defcustom.
27504 All uses changed to append ispell-local-dictionary-alist,
27505 or check it first.
27506 (ispell-current-dictionary): New variable for dictionary in use.
27507 (ispell-dictionary): Now used only for global default.
27508 (ispell-start-process): Set ispell-current-dictionary,
27509 not ispell-dictionary.
27510 (ispell-change-dictionary): Use this only for setting
27511 user preferences.
27512 (ispell-internal-change-dictionary): New function
27513 to change the current dictionary in use.
27514 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
27515 Use ispell-current-dictionary.
27516 Handle ispell-local-dictionary-overridden.
27517 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
27518
27519 2005-01-31 Jay Belanger <belanger@truman.edu>
27520
27521 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
27522
27523 * calc/calc-ext.el: Add calc-latex-language to autoloads.
27524 (calc-mode-map): Add calc-latex-language.
27525
27526 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
27527 (math-latex-print-frac): New functions.
27528 (math-oper-table, math-function-table, math-variable-table)
27529 (math-complex-format, math-input-filter): Add latex properties.
27530 (calc-set-language): Set math-expr-special-function-mapping.
27531
27532 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
27533 (calc-write-parse-table-part): Add LaTeX support.
27534
27535 * calc/calc.el (calc-language): Adjust docstring.
27536 (calc-set-mode-line): Add LaTeX support.
27537 (math-expr-special-function-mapping): New variable.
27538 (math-tex-ignore-words): Add to list.
27539
27540 * calc/calccomp.el (math-compose-expr, math-compose-rows):
27541 Add LaTeX support.
27542 (math-compose-expr): Add support for special functions.
27543
27544 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
27545
27546 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
27547
27548 * progmodes/gdb-ui.el (gdb-memory-address)
27549 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
27550 (gdb-memory-mode-map, gdb-memory-format-keymap)
27551 (gdb-memory-format-menu, gdb-memory-unit-keymap)
27552 (gdb-memory-unit-menu): New variables for a buffer
27553 that lets the user examine program memory.
27554 (gdb-memory-set-address, gdb-memory-set-repeat-count)
27555 (gdb-memory-format-binary, gdb-memory-format-octal)
27556 (gdb-memory-format-unsigned, gdb-memory-format-signed)
27557 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
27558 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
27559 (gdb-memory-unit-word, gdb-memory-unit-halfword)
27560 (gdb-memory-unit-byte, gdb-memory-unit-menu)
27561 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
27562 (gdb-memory-mode, gdb-memory-buffer-name)
27563 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
27564 New functions for above buffer.
27565
27566 2005-01-30 Richard M. Stallman <rms@gnu.org>
27567
27568 * cus-edit.el (custom-bury-buffer): Function deleted.
27569 (custom-buffer-done-function): Option deleted.
27570 (custom-buffer-done-kill): New replacement option.
27571 (Custom-buffer-done): Call quit-window.
27572 (custom-buffer-create-internal): Update for above changes.
27573
27574 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
27575
27576 * simple.el (undo-ask-before-discard): New var.
27577 (undo-outer-limit-truncate): Implement it.
27578 (undo-extra-outer-limit): Doc update.
27579
27580 2005-01-29 Richard M. Stallman <rms@gnu.org>
27581
27582 * ses.el (undo-more): Delete defadvice.
27583 (ses-begin-change): Doc fix.
27584
27585 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
27586 instead of rebinding C-x u and C-_.
27587
27588 * files.el (normal-backup-enable-predicate): Return nil for files
27589 in /tmp, regardless of temporary-file-directory.
27590
27591 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
27592
27593 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
27594 (open-rectangle, delete-whitespace-rectangle-line)
27595 (clear-rectangle-line): If FILL, pass t instead of FILL
27596 for move-to-column's 2nd arg.
27597
27598 * simple.el (undo): Fix the test for continuing a series of undos.
27599 (undo-more): Set pending-undo-list to t when we reach end.
27600 (pending-undo-list): Move up defvar.
27601
27602 * wid-edit.el (widget-button-click):
27603 Shorten the range of the track-mouse binding.
27604
27605 * comint.el (comint-insert-input): Undo previous changes;
27606 use last-input-event in interactive spec.
27607
27608 2005-01-29 Eli Zaretskii <eliz@gnu.org>
27609
27610 * progmodes/compile.el (compilation-start): Bind buffer-read-only
27611 to nil before invoking call-process. Reset buffer's modified flag
27612 after fontifying it in the no-async branch.
27613
27614 * wid-edit.el (widget-specify-button): If mouse pointer shape
27615 cannot be changed, use mouse face instead.
27616
27617 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
27618
27619 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
27620 (gdb-goto-breakpoint): Make breakpoint handling work on template
27621 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
27622 (gdb-assembler-custom): Update to recognize breakpoint information
27623 added on 2005-01-19.
27624
27625 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
27626
27627 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
27628 (dsssl-mode): Use define-derived-mode.
27629 (scheme-mode-initialize): Remove.
27630 (scheme-mode): Use run-mode-hooks.
27631
27632 * cus-edit.el (customize-group-other-window)
27633 (custom-buffer-create-other-window): Don't override special-display-*.
27634 (custom-mode-map): Make it dense.
27635
27636 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
27637 sets the default value.
27638
27639 2005-01-28 Eli Zaretskii <eliz@gnu.org>
27640
27641 * descr-text.el: Add more keywords.
27642
27643 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
27644
27645 * speedbar.el: Avoid unnecessary use of locate-library.
27646
27647 * international/mule-cmds.el (standard-display-european-internal):
27648 Don't fiddle with latin-1 non-break space any more since it's now
27649 special cased in the C code.
27650 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
27651
27652 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
27653
27654 * cus-start.el (all): Add `undo-outer-limit'.
27655
27656 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
27657
27658 * textmodes/bibtex.el (bibtex-format-entry):
27659 Use `bibtex-empty-field-re' only on the text of fields, not on entire
27660 field lines.
27661 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
27662 not on part of a buffer.
27663
27664 2005-01-25 Lute Kamstra <lute@gnu.org>
27665
27666 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
27667 nonempty field text strings like "{letters\\macro{}more letters}".
27668 Clarify docstring.
27669 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
27670 (bibtex-entry-offset, bibtex-parse-association)
27671 (bibtex-parse-field-name): Fix typos in docstrings.
27672 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
27673
27674 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
27675
27676 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
27677 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
27678 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
27679 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
27680
27681 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
27682 isearch minor mode.
27683
27684 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
27685
27686 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
27687
27688 2005-01-24 Lute Kamstra <lute@gnu.org>
27689
27690 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
27691 CASECHARS and NOT-CASECHARS regular expressions of the
27692 "nederlands" and "nederlands8" dictionaries to prevent a "Range
27693 striding over charsets" error.
27694
27695 2005-01-24 Jay Belanger <belanger@truman.edu>
27696
27697 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
27698 display variable name.
27699
27700 2005-01-24 Kenichi Handa <handa@m17n.org>
27701
27702 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
27703 Fix setting of the element of encoded-kbd-iso2022-invocations.
27704
27705 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
27706
27707 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
27708 (gdb-threads-select): Change to also accept mouse events.
27709 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
27710 (gdb-threads-mouse-select): Delete.
27711
27712 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
27713
27714 * files.el (insert-directory): Take care of empty directory,
27715 listed without -a switch.
27716
27717 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
27718
27719 * textmodes/refill.el (refill-post-command-function):
27720 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
27721 to the list of functions that we should be careful not to undo.
27722 (refill-late-fill-paragraph-function): Remove.
27723 (refill-saved-state): New var.
27724 (refill-mode): Use it to save fill-paragraph-function.
27725 Save also the value of auto-fill-function.
27726
27727 * term/w32-win.el: Simplify code.
27728
27729 2005-01-23 Kim F. Storm <storm@cua.dk>
27730
27731 * simple.el (line-move): Adapt to new return value from
27732 pos-visible-in-window-p.
27733
27734 * simple.el (line-move): Fix last change. Check partial
27735 visibility at point rather than at window-start.
27736
27737 2005-01-22 Jason Rumney <jasonr@gnu.org>
27738
27739 * term/w32-win.el (xw-defined-colors): Remove debug-message.
27740
27741 2005-01-22 David Kastrup <dak@gnu.org>
27742
27743 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
27744
27745 2005-01-22 Eli Zaretskii <eliz@gnu.org>
27746
27747 * type-break.el (type-break-mode): Add a test for
27748 type-break-file-name being non-nil.
27749
27750 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
27751
27752 * net/eudc.el (top level): Call (message "") via progn, so that
27753 eudc-options-file is loaded.
27754
27755 2005-01-22 Kim F. Storm <storm@cua.dk>
27756
27757 * simple.el (line-move-1): Rename from line-move.
27758 (line-move): New function that adjusts vscroll for partially
27759 visible rows, and calls line-move-1 otherwise.
27760
27761 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
27762
27763 * pcomplete.el: Define pcomplete-read-event instead of read-event,
27764 since it's not a complete read-event implementation
27765
27766 2005-01-20 Jay Belanger <belanger@truman.edu>
27767
27768 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
27769 for called function.
27770
27771 2005-01-20 Steven Tamm <steventamm@mac.com>
27772
27773 * term/mac-win.el (process-connection-type): Remove.
27774 Controlled now by s/darwin.h:PTY_ITERATION.
27775
27776 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
27777
27778 * window.el (handle-select-window): Don't switch window when we're
27779 in the minibuffer.
27780
27781 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
27782
27783 * subr.el (dotimes-with-progress-reporter): New macro.
27784
27785 * ses.el (ses-dotimes-msg): Remove macro.
27786 Use `dotimes-with-progress-reporter' instead.
27787
27788 2005-01-19 Steven Tamm <steventamm@mac.com>
27789
27790 * term/mac-win.el (process-connection-type): Use new
27791 operating-system-release variable to use ptys on Darwin 7 (OS X
27792 10.3) when using carbon build.
27793
27794 2005-01-19 Jay Belanger <belanger@truman.edu>
27795
27796 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
27797 flags if the last command was a tab or M-tab.
27798
27799 * calc/calc-prog.el (calc-user-define-edit): Put original formula
27800 in formula editing buffer.
27801
27802 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
27803
27804 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
27805 breakpoint image symbol in margin.
27806
27807 2005-01-19 Jay Belanger <belanger@truman.edu>
27808
27809 * calc/calc-prog.el (calc-execute-kbd-macro):
27810 Ignore calc-keep-arg-flag.
27811
27812 2005-01-19 Kenichi Handa <handa@m17n.org>
27813
27814 * textmodes/ispell.el (ispell-looking-at): New function.
27815 (ispell-process-line): Use ispell-looking-at to compare the ispell
27816 output and the buffer contents.
27817
27818 2005-01-18 Jay Belanger <belanger@truman.edu>
27819
27820 * calc/calc.el (calc-display-raw): Fix docstring.
27821
27822 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
27823
27824 * simple.el (blink-matching-open): Strip extra info from syntax.
27825
27826 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
27827 funny chars in the end-of-here-doc marker.
27828
27829 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
27830
27831 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
27832 that enable/disabled state of breakpoints is shown correctly in
27833 fringe and on ttys.
27834 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
27835 Add breakpoint information as text properties.
27836 (gdb-mouse-toggle-breakpoint):
27837 Rename to gdb-mouse-set-clear-breakpoint.
27838 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
27839 breakpoints in the margin.
27840 (gdb-remove-strings): Simplify.
27841
27842 2005-01-17 Jay Belanger <belanger@truman.edu>
27843
27844 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
27845 erasing buffer.
27846
27847 2005-01-17 Richard M. Stallman <rms@gnu.org>
27848
27849 * progmodes/grep.el (grep-find): Copy from `grep' the condition
27850 for calling grep-compute-defaults.
27851
27852 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
27853 if buffer is empty.
27854
27855 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
27856
27857 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
27858
27859 * hilit-chg.el (highlight-changes-mode): Don't autoload.
27860
27861 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
27862 non-preloaded variables.
27863
27864 2005-01-17 Steven Tamm <steventamm@mac.com>
27865
27866 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
27867 tex-shell cause to force interactivity when using pipes.
27868
27869 2005-01-17 Kim F. Storm <storm@cua.dk>
27870
27871 * simple.el (just-one-space): Make arg optional.
27872
27873 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
27874
27875 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
27876 posn-at-x-y to t to access left-margin.
27877
27878 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
27879
27880 Sync with Tramp 2.0.47.
27881
27882 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
27883 catching keep-date problems in cp/scp operations.
27884 (tramp-handle-copy-file): Don't call `set-file-modes'
27885 unconditionally. Specialized functions should know better what is
27886 necessary. This improves performance a little bit, and the
27887 functions could catch errors with `cp -p' and `scp -p'.
27888 (tramp-do-copy-or-rename-file-via-buffer)
27889 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
27890 when appropriate.
27891 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
27892 Call `set-file-modes' when appropriate.
27893 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
27894 Johnsson <isak@hypergene.com>.
27895 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
27896 of both Tramp buffer and debug buffer. Reported by Joakim Verona
27897 <joakim@verona.se>.
27898 (tramp-file-name-for-operation): Mark `shell-command' as magic for
27899 Emacs only.
27900
27901 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
27902 `find-file-hooks' and `dired-mode-hook'.
27903 (tramp-minor-mode-map): Respective map. Add remapping for
27904 `compile' and `recompile'.
27905 (tramp-remap-command, tramp-recompile): New defuns.
27906 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
27907 in buffer "*Compilation*". Call the commands asynchronously.
27908
27909 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
27910 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
27911 `shell-command', because it isn't magic in XEmacs. Reported by
27912 Adrian Aichner <adrian@xemacs.org>.
27913
27914 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
27915 `substitute-in-file-name.
27916 (tramp-smb-handle-substitute-in-file-name): New defun.
27917 (tramp-smb-advice-PC-do-completion): Delete advice.
27918
27919 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
27920
27921 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
27922 Fix error in deleting region.
27923
27924 2005-01-15 Richard M. Stallman <rms@gnu.org>
27925
27926 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
27927 In non-temp buffer, switch syntax table temporarily.
27928
27929 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
27930
27931 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
27932
27933 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
27934
27935 * imenu.el (imenu--split-menu): Copy menulist before sorting.
27936 (imenu--generic-function): Use START, not BEG, as pos of definition.
27937
27938 * simple.el (just-one-space): Argument specifies number of spaces.
27939
27940 * simple.el (eval-expression-print-format): Avoid warning
27941 about edebug-active.
27942
27943 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
27944
27945 * progmodes/sh-script.el: Code copied from make-mode.el
27946 with small changes,
27947 (sh-mode-map): Bind C-c C-\.
27948 (sh-backslash-column, sh-backslash-align): New variables.
27949 (sh-backslash-region, sh-append-backslash): New functions.
27950
27951 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
27952
27953 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
27954 (rmail-pop-password, rmail-pop-password-required): Move to
27955 rmail-obsolete group.
27956 (rmail-set-pop-password): Rename to rmail-set-remote-password.
27957 All callers updated.
27958 (rmail-get-pop-password): Rename to rmail-get-remote-password.
27959 Take an argument specifying whether it is POP or IMAP mailbox we
27960 are using. All callers updated.
27961 (rmail-pop-password-error): Rename to
27962 rmail-remote-password-error. Added mailutils-specific error message.
27963 (rmail-movemail-search-path)
27964 (rmail-movemail-variant-in-use): New variables.
27965 (rmail-remote-password, rmail-remote-password-required):
27966 New customization variables.
27967 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
27968 (rmail-parse-url): New function.
27969 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
27970 with GNU mailutils movemail.
27971
27972 2005-01-15 Kevin Ryde <user42@zip.com.au>
27973
27974 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
27975 suffix to space, $ or '$, to correctly position point when going
27976 to @table style constants like DBL_MAX.
27977
27978 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
27979
27980 * type-break.el (type-break-mode, type-break-file-time)
27981 (type-break-file-keystroke-count, type-break-choose-file):
27982 Don't store data in or load data from the file if type-break-file-name
27983 is nil.
27984 (type-break-file-name): Doc update as per the above.
27985
27986 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
27987
27988 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
27989 lookup-key might return nil; handle that.
27990
27991 2005-01-15 Alan Mackenzie <acm@muc.de>
27992
27993 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
27994 rather than the element found, thus enabling the tree to be setcar'd.
27995
27996 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
27997
27998 * textmodes/org.el (org-show-following-heading): New option.
27999 (org-show-hierarchy-above): Use `org-show-following-heading'.
28000 (org-cycle): Documentation fix.
28001
28002 * textmodes/org.el (orgtbl-optimized): New option
28003 (orgtbl-mode): New command, a minor mode.
28004 (orgtbl-mode-map): New variable.
28005 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
28006 (orgtbl-error, orgtbl-self-insert-command)
28007 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
28008
28009 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
28010 a local variable in each org-mode buffer.
28011
28012 * textmodes/org.el (org-set-regexps-and-options): Rename from
28013 `org-set-regexps'. Added checking for STARTUP keyword.
28014 (org-get-current-options): Add STARTUP options.
28015 (org-table-insert-row): Make mode intelligent about when
28016 realignment is needed.
28017 (org-self-insert-command, org-delete-backward-char, org-delete-char):
28018 New commands.
28019 (org-enable-table-editor): New default value `optimized'.
28020 (org-table-blank-field): Support blanking regions if active.
28021
28022 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
28023
28024 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
28025 if the year is not given.
28026
28027 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
28028 Add new escapes %m and %M, fixed bug with %F by adding
28029 save-match-data.
28030 (reftex-reference): Remove ?. from list of spaces.
28031 (reftex-label-info): Add automatic label prefix recognition.
28032
28033 * textmodes/reftex-index.el (reftex-index-next-phrase):
28034 Add slave parameter to call of `reftex-index-this-phrase'.
28035 (reftex-index-this-phrase): New optional argument.
28036 (reftex-index-region-phrases): Add slave parameter to call of
28037 `reftex-index-this-phrase'.
28038 (reftex-display-index): New argument redo.
28039 (reftex-index-rescan): Add `redo' to arguments of
28040 `reftex-display-index'.
28041 (reftex-index-Rescan, reftex-index-revert)
28042 (reftex-index-switch-index-tag): Add `redo' to arguments of
28043 `reftex-display-index'.
28044 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
28045 indexing. Fix bug with matching is there is a quote before or
28046 after the word.
28047
28048 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
28049 Fix bug when collecting citation keys in lines with comments.
28050 (reftex-citation): Prefix argument no longer rescans the document,
28051 but forces prompting for optional arguments of cite macros.
28052 (reftex-do-citation): Prompting for optional arguments implemented.
28053
28054 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
28055 Add optional arguments to most cite commands.
28056 (reftex-cite-cleanup-optional-args): New option
28057 (reftex-cite-prompt-optional-args): New option.
28058 (reftex-trust-label-prefix): New option.
28059
28060 * textmodes/reftex-toc.el (reftex-toc-find-section):
28061 Add push-mark before changing the position in the buffer.
28062
28063 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
28064 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
28065
28066 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
28067
28068 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
28069 more carefully.
28070
28071 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
28072
28073 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
28074 (sgml-mode): Use it.
28075 (sgml-get-context): Better keep track of implicitly closed tags.
28076
28077 2005-01-13 Kenichi Handa <handa@m17n.org>
28078
28079 * textmodes/ispell.el: These changes are to fix misalignment error
28080 caused by equivalent characters of different Emacs charsets.
28081 (ispell-unified-chars-table): New variable.
28082 (ispell-get-decoded-string): New function.
28083 (ispell-get-casechars, ispell-get-not-casechars)
28084 (ispell-get-otherchars): Call ispell-get-decoded-string.
28085
28086 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
28087
28088 * custom.el (custom-declare-variable): Just put symbol instead
28089 of (defvar . symbol) in `current-load-list'.
28090
28091 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
28092
28093 * emacs-lisp/elint.el: Fixed typo in Commentary section.
28094
28095 2005-01-12 Jay Belanger <belanger@truman.edu>
28096
28097 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
28098 to create a Calc summary.
28099
28100 2005-01-12 Kim F. Storm <storm@cua.dk>
28101
28102 * mouse.el (mouse-on-link-p): Change functionality and doc
28103 string to comply with latest description in lisp ref.
28104
28105 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
28106
28107 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
28108 Enable mouse clicks on mode-line, header-line and margin.
28109 (event-type): Give mouse event symbols an `event-kind' property
28110 with value `mouse-click'.
28111
28112 2005-01-12 Juri Linkov <juri@jurta.org>
28113
28114 * facemenu.el (list-colors-display): Add new arg buffer-name.
28115 Use it. Fix docstring. Replace code for identifying duplicate
28116 colors by the name with call to `list-colors-duplicates' which
28117 identifies duplicate colors by the value unless the color
28118 is one of special Windows colors. Set truncate-lines to t.
28119 Print sorted duplicate color names on each line. Indent to 22
28120 \(the longest color name in rgb.txt) instead of 20. Optimize.
28121 (list-colors-duplicates): New function.
28122 (facemenu-color-name-equal): Delete function.
28123
28124 * facemenu.el (list-colors-print): New function created from code
28125 in list-colors-display. Print #RRGGBB at the window right edge.
28126 (list-colors-display): When temp-buffer-show-function is not
28127 defined, call list-colors-print from temp-buffer-show-hook
28128 to get the right value of window-width in list-colors-print
28129 after the buffer is displayed.
28130
28131 * simple.el (pop-mark): Move deactivate-mark out of conditional
28132 part to deactivate the active mark regardless of the state of the
28133 mark ring.
28134
28135 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
28136 variables line in desktop files.
28137
28138 2005-01-12 Juri Linkov <juri@jurta.org>
28139
28140 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
28141 Bring together isearch highlight related options.
28142 (lazy-highlight): Replace group `replace' by `matching'.
28143 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
28144 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
28145 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
28146 and declare them obsolete.
28147 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
28148 (isearch-faces): Remove defgroup.
28149 (isearch-overlay, isearch-highlight, isearch-dehighlight):
28150 Move isearch highlighting code closer to lazy highlighting code.
28151
28152 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
28153 (query-replace-highlight, query-replace-lazy-highlight)
28154 (query-replace): Move definitions to the beginning of the file.
28155
28156 2005-01-11 Juri Linkov <juri@jurta.org>
28157
28158 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
28159 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
28160 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
28161
28162 * info.el (Info-history-forward): New variable.
28163 (Info-select-node): Reset Info-history-forward to nil.
28164 (Info-last): Turn into defalias.
28165 (Info-history-back): Rename from Info-last.
28166 Add current node to Info-history-forward.
28167 (Info-history-forward): New fun.
28168 (Info-mode-map): Replace Info-last by Info-history-back.
28169 Bind Info-history-forward to "r".
28170 (Info-mode-menu): Replace Info-last by Info-history-back.
28171 Fix menu item text. Add menu item for Info-history-forward.
28172 (info-tool-bar-map): Replace Info-last by Info-history-back.
28173 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
28174 for Info-history-forward.
28175 (Info-mode): Replace Info-last by Info-history-back in docstring.
28176 Add local variable Info-history-forward.
28177 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
28178
28179 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
28180
28181 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
28182 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
28183 Ignore select-window events rather than fiddle with
28184 mouse-autoselect-window.
28185
28186 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
28187
28188 * type-break.el (type-break-mode): Fix previous change.
28189
28190 2005-01-10 Jay Belanger <belanger@truman.edu>
28191
28192 * calc/calc-ext.el (calc-reset): Reset when inside embedded
28193 calculator; only reset when point is inside a calculator.
28194 Don't adjust the window height if the window takes up the whole height
28195 of the frame.
28196
28197 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
28198
28199 * ebuff-menu.el (Electric-buffer-menu-mode):
28200 Preserve value of buffer-local var header-line-format.
28201
28202 2005-01-09 Jay Belanger <belanger@truman.edu>
28203
28204 * calc/calc.el (calc-mode-var-list-restore-saved-values):
28205 Make sure settings file exists before accessing it.
28206
28207 * calc/calc-embed.el (calc-embedded-subst):
28208 Replace math-multi-subst-rec, which is only supposed to be called
28209 by math-multi-subst, by math-multi-subst.
28210
28211 2005-01-09 Andre Spiegel <spiegel@gnu.org>
28212
28213 * vc.el (vc-allow-async-revert): New user option.
28214 (vc-disable-async-diff): New internal variable.
28215 (vc-revert-buffer): Use them to disable asynchronous diff.
28216
28217 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
28218 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
28219 asynchronously if vc-disable-async-diff is t.
28220
28221 2005-01-09 Jay Belanger <belanger@truman.edu>
28222
28223 * calc/calc.el (defcalcmodevar): New macro.
28224 (calc-mode-var-list-restore-default-values)
28225 (calc-mode-var-list-restore-saved-values): New functions.
28226 (calc-mode-var-list): Use defcalcmodevar to define it.
28227 (calc-always-load-extensions, calc-line-numbering)
28228 (calc-line-breaking, calc-display-just, calc-display-origin)
28229 (calc-number-radix, calc-leading-zeros, calc-group-digits)
28230 (calc-group-char, calc-point-char, calc-frac-format)
28231 (calc-prefer-frac, calc-hms-format, calc-date-format)
28232 (calc-float-format, calc-full-float-format, calc-complex-format)
28233 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
28234 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
28235 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
28236 (calc-matrix-brackets, calc-language, calc-language-option)
28237 (calc-left-label, calc-right-label, calc-word-size)
28238 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
28239 (calc-display-raw, calc-internal-prec, calc-angle-mode)
28240 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
28241 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
28242 (calc-window-height, calc-display-trail, calc-show-selections)
28243 (calc-use-selections, calc-assoc-selections)
28244 (calc-display-working-message, calc-auto-why, calc-timing)
28245 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
28246 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
28247 (calc-gnuplot-default-device, calc-gnuplot-default-output)
28248 (calc-gnuplot-print-device, calc-gnuplot-print-output)
28249 (calc-gnuplot-geometry, calc-graph-default-resolution)
28250 (calc-graph-default-resolution-3d, calc-invocation-macro)
28251 (calc-show-banner): Use defcalcmodevar to declare them and set
28252 their default values.
28253
28254 * calc/calc-ext.el (calc-reset): Restore saved values of variables
28255 instead of default values (but restore default values if there is
28256 an argument of 0).
28257
28258 2005-01-09 David Kastrup <dak@gnu.org>
28259
28260 * desktop.el (desktop-restore-eager): Fix typo in type.
28261
28262 2005-01-08 Richard M. Stallman <rms@gnu.org>
28263
28264 * cus-edit.el (customize): Delete :link.
28265
28266 2005-01-08 Jay Belanger <belanger@truman.edu>
28267
28268 * calc/calc.el (calc-mode): Remove the extension from the
28269 `calc-settings-file' file name when loading it.
28270
28271 2005-01-08 Kim F. Storm <storm@cua.dk>
28272
28273 * info.el (Info-mode-map, Info-next-link-keymap)
28274 (Info-prev-link-keymap, Info-up-link-keymap):
28275 Map follow-link to mouse-face.
28276 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
28277
28278 2005-01-08 Jay Belanger <belanger@truman.edu>
28279
28280 * calc/calc.el (calc-settings-file): Change default value.
28281 Suggested by cgw in a comment in calc-mode.el.
28282
28283 * calc/calc-mode.el (calc-settings-file-name):
28284 Compare calc-settings-file to user-init-file instead of ~/.emacs.
28285 Replace ~/.emacs in a prompt by calc-settings-file.
28286
28287 2005-01-07 Lars Hansen <larsh@math.ku.dk>
28288
28289 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
28290 (desktop-lazy-idle-delay): New customizable variables.
28291 (desktop-buffer-args-list): New variable.
28292 (desktop-append-buffer-args): New function.
28293 (desktop-save): Call desktop-append-buffer-args for some buffers.
28294 (desktop-lazy-create-buffer): New function.
28295 (desktop-idle-create-buffers): New function.
28296 (desktop-read): Add message about buffers to restore lazily.
28297 (desktop-lazy-abort): New command.
28298 (desktop-clear): Call desktop-lazy-abort.
28299 (desktop-lazy-complete): New command.
28300
28301 2005-01-06 Richard M. Stallman <rms@gnu.org>
28302
28303 * emacs-lisp/find-func.el (find-face-definition):
28304 Rename from find-face.
28305
28306 2005-01-06 Kim F. Storm <storm@cua.dk>
28307
28308 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
28309
28310 * man.el (Man-xref-man-page, Man-xref-header-file)
28311 (Man-xref-normal-file): Add follow-link property.
28312
28313 2005-01-06 Jay Belanger <belanger@truman.edu>
28314
28315 * calc/calc-units.el: Make sure the proper macro definitions are
28316 available when compiling.
28317
28318 2005-01-06 Juri Linkov <juri@jurta.org>
28319
28320 * isearch.el (isearch-lazy-highlight-update):
28321 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
28322
28323 2005-01-06 Miles Bader <miles@gnu.org>
28324
28325 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
28326 (isearch-lazy-highlight-face): Use new name.
28327
28328 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
28329
28330 * uniquify.el (uniquify-rationalize-file-buffer-names):
28331 Re-add an interactive spec.
28332 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
28333 to the same name.
28334
28335 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
28336 (isearch-update, isearch-done): Adjust calls accordingly.
28337
28338 2005-01-05 Richard M. Stallman <rms@gnu.org>
28339
28340 * custom.el (custom-set-variables, custom-theme-set-variables):
28341 Clarify documentation.
28342
28343 * emacs-lisp/find-func.el (find-variable)
28344 (find-variable-other-window, find-variable-other-frame):
28345 Fix the TYPE args to find-function-read and find-function-do-it.
28346 (find-function): Doc fix.
28347 (find-function-at-point): Replace function-at-point alias.
28348
28349 2005-01-04 Richard M. Stallman <rms@gnu.org>
28350
28351 * cus-face.el (custom-declare-face):
28352 Record defface in current-load-list.
28353
28354 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
28355
28356 * emacs-lisp/find-func.el: Doc fixes.
28357 (find-face-regexp): New variable.
28358 (find-function-regexp-alist): New variable.
28359 (find-function-C-source): Third arg is now TYPE.
28360 (find-function-search-for-symbol): Handle general TYPE.
28361 (find-function-read, find-function-do-it): Handle general TYPE.
28362 (find-definition-noselect, find-face): New functions.
28363 (function-at-point): Alias deleted.
28364
28365 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
28366
28367 * battery.el (display-battery-mode): Rename from display-battery.
28368 Handle the case where it gets turned off.
28369
28370 2005-01-04 Richard M. Stallman <rms@gnu.org>
28371
28372 * cus-edit.el (customize): Make :link point to user doc.
28373
28374 * man.el (Man-fontify-manpage): Turn off undo generation.
28375
28376 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
28377
28378 2005-01-04 Andreas Schwab <schwab@suse.de>
28379
28380 * files.el (insert-directory): Only look for error lines in
28381 inserted text. Don't move too far after processing --dired markers.
28382
28383 2005-01-04 Richard M. Stallman <rms@gnu.org>
28384
28385 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
28386 Don't expand if the character is @, period, dash, etc.
28387 (define-mail-abbrev): Quote names that contain problem characters.
28388
28389 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
28390
28391 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
28392
28393 2005-01-03 Richard M. Stallman <rms@gnu.org>
28394
28395 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
28396 (query-replace-highlight, query-replace-lazy-highlight)
28397 (query-replace): Definitions moved up. Doc fix.
28398
28399 2005-01-03 Richard M. Stallman <rms@gnu.org>
28400
28401 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
28402 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
28403 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
28404 (lazy-highlight-face): Rename from isearch-lazy-...
28405 Change all references to them.
28406
28407 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
28408
28409 * cus-edit.el (custom-file): Doc fix for defcustom.
28410 (custom-file): The function no longer sets the variable
28411 `custom-file' to its return value.
28412
28413 * startup.el (command-line): No longer load `custom-file'.
28414
28415 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
28416
28417 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
28418
28419 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
28420 Don't confuse module-prefixed identifiers for labels.
28421 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
28422
28423 2005-01-02 Richard M. Stallman <rms@gnu.org>
28424
28425 * files.el (basic-save-buffer-1): Fix previous change.
28426
28427 * loadhist.el (file-loadhist-lookup): New function.
28428 (file-provides, file-requires): Use it.
28429
28430 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
28431 instead of calculating the right size.
28432
28433 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
28434
28435 * vc-svn.el (vc-svn-diff): Stay local if possible.
28436
28437 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
28438
28439 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
28440
28441 * files.el (hack-local-variables): Fix last change.
28442
28443 2005-01-02 Jay Belanger <belanger@truman.edu>
28444
28445 * calc/calc-yank.el (calc-edit-top): New variable.
28446 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
28447 object. Change header properties.
28448 (calc-edit-finish, calc-edit-finish-stack-object)
28449 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
28450 edited object.
28451 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
28452 for the beginning of the edited object.
28453 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
28454 for the beginning of the edited object.
28455 * calc/calc-prog.el (calc-edit-macro-finish-edit)
28456 (calc-finish-formula-edit, calc-macro-repeats)
28457 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
28458 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
28459 beginning of the edited object.
28460 (calc-user-define-edit): Change the header for editing macros.
28461 Remove unnecessary variable.
28462
28463 2005-01-01 Jay Belanger <belanger@truman.edu>
28464
28465 * calc/calc-yank.el (calc-edit-mode): Change default header.
28466 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
28467 * calc/calc-store.el (calc-edit-variable): Change title to match new
28468 header.
28469 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
28470 mode to match new header.
28471 (calc-user-define-edit): Change titles to include names of commands.
28472 (calc-finish-formula-edit): Adjust to handle new header.
28473 (calc-finish-macro-edit): Remove.
28474 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
28475 (calc-edit-macro-command, calc-edit-macro-command-type)
28476 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
28477 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
28478 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
28479 (calc-edit-macro-finish-edit): New functions.
28480 (calc-user-define-edit): Use new functions to edit named calc macros.
28481
28482 2005-01-01 Stefan <monnier@iro.umontreal.ca>
28483
28484 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
28485
28486 * ses.el (copy-region-as-kill): Deactivate mark.
28487
28488 2005-01-01 Richard M. Stallman <rms@gnu.org>
28489
28490 * replace.el (occur-1): If the output buffer is also an input,
28491 don't kill it, rename it.
28492
28493 * faces.el (set-face-background, set-face-foreground): Doc fix.
28494
28495 * cus-face.el (custom-face-attributes): Fix :help-echo strings
28496 for :foreground and :background.
28497
28498 * dired.el (dired-view-command-alist): Variable deleted.
28499 (dired-view-file, dired-mouse-find-file-other-window):
28500 Delete the code to use it.
28501
28502 2005-01-01 Kim F. Storm <storm@cua.dk>
28503
28504 * image.el (insert-sliced-image): Use t for line-height property.
28505
28506 See ChangeLog.11 for earlier changes.
28507
28508 ;; Local Variables:
28509 ;; coding: iso-2022-7bit
28510 ;; End:
28511
28512 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
28513 Copying and distribution of this file, with or without modification,
28514 are permitted provided the copyright notice and this notice are preserved.
28515
28516 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1