]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(vc-version-diff): Make sure we shrink the right window.
[gnu-emacs] / lisp / ChangeLog
1 2008-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * vc.el (vc-version-diff): Make sure we shrink the right window.
4
5 2008-01-23 Jason Rumney <jasonr@gnu.org>
6
7 * lpr.el (printer-name): Do not set on MS Windows.
8
9 2008-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10
11 * blank-mode.el: Fix a problem of cleaning blank faces when turning off
12 blank-mode in some buffers (like *info* buffers). Reported by Juanma
13 Barranquero <lekktu@gmail.com>. Eliminate `-face' suffix of all
14 blank-mode faces. Doc fix. New version 8.1.
15 (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
16 CONDITION BODY).
17 (blank-space-face): Face/option name replaced by blank-space.
18 (blank-hspace-face): Face/option name replaced by blank-hspace.
19 (blank-tab-face): Face/option name replaced by blank-tab.
20 (blank-newline-face): Face/option name replaced by blank-newline.
21 (blank-trailing-face): Face/option name replaced by blank-trailing.
22 (blank-line-face): Face/option name replaced by blank-line.
23 (blank-space-before-tab-face): Face/option name replaced by
24 blank-space-before-tab.
25 (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
26
27 2008-01-20 Glenn Morris <rgm@gnu.org>
28
29 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
30 prevent infloops.
31
32 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
33
34 * progmodes/python.el (python-imports): Default to "None".
35
36 2008-01-19 Dan Nicolaescu <dann@ics.uci.edu>
37
38 * progmodes/sh-script.el (sh-basic-offset):
39 * progmodes/cc-vars.el (c-syntactic-indentation)
40 (c-syntactic-indentation-in-macros): Mark as safe.
41
42 2008-01-19 Juanma Barranquero <lekktu@gmail.com>
43
44 * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
45 (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
46 (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
47 (global-blank-mode): Doc fixes.
48 (blank, blank-space-face, blank-hspace-face, blank-tab-face)
49 (blank-newline-face, blank-trailing-face, blank-line-face)
50 (blank-space-before-tab-face, blank-display-mappings)
51 (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
52 (global-blank-toggle-options, blank-help-text, blank-interactive-char)
53 (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
54 Fix typos in docstrings.
55
56 2008-01-18 Richard Stallman <rms@gnu.org>
57
58 * icomplete.el (icomplete-get-keys):
59 Look up KEYS using all maps in proper buffer.
60
61 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
62 Miles Bader <miles@gnu.org>
63
64 * blank-mode.el: New file. Minor mode to visualise TAB,
65 (HARD) SPACE, NEWLINE. Miles Bader <miles@gnu.org> wrote the original
66 code for handling display table (via visws.el package), his code was
67 modified, but the main idea was kept.
68
69 2008-01-16 Alan Mackenzie <acm@muc.de>
70
71 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
72 an eval-and-compile, so as to permit byte-compiling (e.g. in
73 bootstrap).
74
75 2008-01-16 Juanma Barranquero <lekktu@gmail.com>
76
77 * frame.el (display-mm-height, display-mm-width):
78 * whitespace.el (whitespace-check-leading-whitespace)
79 (whitespace-check-trailing-whitespace)
80 (whitespace-check-spacetab-whitespace)
81 (whitespace-check-indent-whitespace)
82 (whitespace-check-ateol-whitespace):
83 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
84
85 2008-01-16 Glenn Morris <rgm@gnu.org>
86
87 * comint.el (comint-regexp-arg): Fix no-input case.
88
89 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
90
91 * calendar/icalendar.el (icalendar-export-file)
92 (icalendar-import-file): Restore significant trailing whitespace
93 in `interactive' prompts.
94
95 2008-01-15 Dan Nicolaescu <dann@ics.uci.edu>
96
97 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
98 after-save-hook so that it is not called multiple times.
99
100 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
101
102 2008-01-15 Glenn Morris <rgm@gnu.org>
103
104 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
105
106 2008-01-14 Alan Mackenzie <acm@muc.de>
107
108 * progmodes/cc-vars.el (c-constant-symbol): New function which
109 supersedes c-const-symbol. During a customize-.. call it enables
110 an element of (e.g.) c-hanging-braces alist to have its name
111 displayed, even when the default value of c-h-b etc. doesn't
112 include the elemnt. Replace uses of the old function by the new.
113
114 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
115 obscure non-working fragment ":value c-".
116
117 * progmodes/cc-engine.el (c-guess-basic-syntax): prevent a macro
118 call inside a struct being recognised as a K&R argument.
119
120 2008-01-14 Jason Rumney <jasonr@gnu.org>
121
122 * image.el (image-type): Use image-type-from-file-name (from trunk
123 2007-05-21 Chong Yidong <cyd@stupidchicken.com>).
124
125 2008-01-12 Glenn Morris <rgm@gnu.org>
126
127 * woman.el (woman-parse-numeric-arg): Change handling of `==':
128 can be interned without a function definition.
129
130 2008-01-12 Eli Zaretskii <eliz@gnu.org>
131
132 * view.el (view-file-other-window, view-file-other-frame): Don't
133 kill the buffer if it is modified. Doc fixes.
134 (kill-buffer-if-not-modified): New function.
135 (view-file): Don't kill the buffer if it is modified.
136
137 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete
138 function.
139 (ebrowse-view/find-file-and-search-pattern): Call
140 view-file-other-window instead of ebrowse-view-file-other-window.
141 (ebrowse-view-file-other-frame): Don't call
142 current-window-configuration. Fix second argument in the call to
143 view-mode-enter. Doc fix.
144
145 2008-01-11 Richard Stallman <rms@gnu.org>
146
147 * subr.el (atomic-change-group): Prevent undo list truncation.
148
149 2008-01-11 Martin Rudalics <rudalics@gmx.at>
150
151 * cus-start.el (all): Add missing version entries.
152
153 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
154
155 * files.el (safe-local-eval-forms): Mark
156 (add-hook 'write-file-hooks 'time-stamp) as safe.
157
158 2008-01-10 Nick Roberts <nickrob@snap.net.nz>
159
160 * comint.el (comint-insert-input): Set point first.
161
162 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
163 session doesn't hang because gdb-pending-triggers is non-nil.
164 (gdb-frame-handler): Use buffer-file-name instead of
165 buffer-name in case of duplicate file names.
166
167 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
168
169 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
170 C-M-e and C-M-h for emacs, they work by default.
171 (verilog-emacs-features): Remove.
172 (verilog-setup-dual-comments, verilog-populate-syntax-table):
173 Remove. Move syntax table initialization ...
174 (verilog-mode-syntax-table): ... here.
175 (verilog-mode): Don't initialize the syntax table here.
176 (verilog-mark-defun): Only do something useful for XEmacs, emacs
177 does not need it.
178
179 2008-01-10 Glenn Morris <rgm@gnu.org>
180
181 * shell.el (shell-dirtrack-verbose, shell-mode)
182 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
183 (dirtrack-toggle, dirtrack-mode): No longer alias to
184 shell-dirtrack-mode.
185
186 2008-01-10 Kenichi Handa <handa@ni.aist.go.jp>
187
188 * international/mule-cmds.el (select-safe-coding-system):
189 When a buffer is modified, cancel the writing.
190
191 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
192
193 * progmodes/verilog-mode.el (verilog-booleanp): New function for
194 backward compatibility. Replace all uses of booleanp with
195 verilog-booleanp.
196
197 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
198
199 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
200
201 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
202
203 * progmodes/verilog-mode.el (top-level): Fix spacing.
204 (verilog-mode-version, verilog-mode-release-date): Update version
205 number.
206 (verilog-mode-release-emacs): New variable.
207 (compile-command, reporter-prompt-for-summary-p): Define for byte
208 compiler.
209 (verilog-startup-message-lines)
210 (verilog-startup-message-displayed)
211 (verilog-display-startup-message): Remove.
212 (verilog-highlight-p1800-keywords): Improve docstring.
213 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
214 (vector-skip-list): Only defvar at compile time.
215 (verilog-highlight-translate-off, verilog-indent-level)
216 (verilog-indent-level-module, verilog-indent-level-declaration)
217 (verilog-indent-declaration-macros, verilog-indent-lists)
218 (verilog-indent-level-behavioral)
219 (verilog-indent-level-directive, verilog-cexp-indent)
220 (verilog-case-indent, verilog-auto-newline)
221 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
222 (verilog-tab-to-comment, verilog-indent-begin-after-if)
223 (verilog-align-ifelse, verilog-minimum-comment-distance)
224 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
225 (verilog-auto-endcomments, verilog-auto-read-includes)
226 (verilog-auto-star-expand, verilog-auto-star-save)
227 (verilog-library-flags, verilog-library-directories)
228 (verilog-library-files, verilog-library-extensions)
229 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
230 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
231 (verilog-assignment-delay, verilog-auto-inst-vector)
232 (verilog-auto-inst-template-numbers)
233 (verilog-auto-input-ignore-regexp)
234 (verilog-auto-inout-ignore-regexp)
235 (verilog-auto-output-ignore-regexp)
236 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp): Add
237 safe-local-variable properties.
238 (verilog-statement-menu, verilog-company)
239 (verilog-re-search-forward, verilog-re-search-backward)
240 (verilog-error-regexp-add, verilog-end-block-re)
241 (verilog-emacs-features, verilog-populate-syntax-table)
242 (verilog-setup-dual-comments, verilog-type-font-keywords)
243 (verilog-inside-comment-p, electric-verilog-backward-sexp)
244 (verilog-backward-sexp, verilog-forward-sexp)
245 (verilog-font-lock-init, verilog-mode)
246 (electric-verilog-terminate-line, electric-verilog-semi)
247 (electric-verilog-tab, verilog-insert-1, )
248 (verilog-insert-indices, verilog-generate-numbers)
249 (verilog-comment-region, verilog-label-be)
250 (verilog-beg-of-statement, verilog-in-case-region-p)
251 (verilog-in-struct-region-p, verilog-in-generate-region-p)
252 (verilog-in-fork-region-p, verilog-backward-case-item)
253 (verilog-set-auto-endcomments, verilog-get-expr)
254 (verilog-expand-vector-internal, verilog-surelint-off)
255 (verilog-batch-execute-func, verilog-calculate-indent)
256 (verilog-calc-1, verilog-calculate-indent-directive)
257 (verilog-leap-to-head, verilog-continued-line)
258 (verilog-backward-token, verilog-backward-syntactic-ws)
259 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
260 (verilog-forward-ws&directives, verilog-at-constraint-p)
261 (verilog-skip-backward-comments, verilog-indent-line-relative)
262 (verilog-do-indent, verilog-indent-comment)
263 (verilog-more-comment, verilog-pretty-declarations)
264 (verilog-pretty-expr, verilog-just-one-space)
265 (verilog-indent-declaration, verilog-get-completion-decl)
266 (verilog-goto-defun, verilog-showscopes, verilog-header)
267 (verilog-signals-combine-bus, verilog-read-decls)
268 (verilog-read-always-signals-recurse, verilog-read-instants)
269 (verilog-read-auto-template, verilog-set-define)
270 (verilog-read-defines, verilog-read-signals, verilog-getopt)
271 (verilog-is-number, verilog-expand-dirnames)
272 (verilog-modi-lookup, verilog-modi-cache-results)
273 (verilog-insert-one-definition, verilog-make-width-expression)
274 (verilog-delete-autos-lined, verilog-auto-save-check)
275 (verilog-auto-arg, verilog-auto-inst-port, verilog-auto-inst)
276 (verilog-auto-inst-param, verilog-auto-reg)
277 (verilog-auto-reg-input, verilog-auto-wire, )
278 (verilog-auto-output, verilog-auto-output-every)
279 (verilog-auto-input, verilog-auto-inout)
280 (verilog-auto-inout-module, verilog-auto-sense)
281 (verilog-auto-reset, verilog-auto-tieoff, verilog-auto-unused)
282 (verilog-auto-ascii-enum, verilog-auto)
283 (verilog-sk-define-signal, verilog-mode-mouse-map)
284 (verilog-load-file-at-mouse, verilog-load-file-at-point)
285 (verilog-library-files): Cleanup spacing of )'s they should not be
286 on unique lines. Fix checkdoc warnings.
287
288 2008-01-09 Glenn Morris <rgm@gnu.org>
289
290 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
291 entry, for Windows.
292
293 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
294
295 * ps-print.el: Some face attributes (like :strike-through) was not
296 being recognised. Reported by Leo <sdl.web@gmail.com>.
297 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
298 (ps-screen-to-bit-face): Fix code.
299
300 2008-01-08 Kevin Ryde <user42@zip.com.au>
301
302 * progmodes/compile.el (compilation-error-regexp-alist-alist):
303 For perl, allow "during global destruction" at end.
304
305 2008-01-08 Glenn Morris <rgm@gnu.org>
306
307 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
308 unified format.
309
310 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
311
312 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
313
314 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
315 quotes in case of spaces, e.g. STL containers (not pretty).
316
317 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
318
319 * vc-hg.el (vc-hg-log-view-mode): Handle the user field better.
320
321 2008-01-07 Nick Roberts <nickrob@snap.net.nz>
322
323 * progmodes/gdb-ui.el (gud-gdb-command-name): Explain
324 "--annotate=3" option is necessary for the Graphical Interface.
325
326 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
327
328 * vc-hg.el (vc-hg-dir-state): Pass the dir argument to
329 vc-hg-command.
330
331 2008-01-07 Glenn Morris <rgm@gnu.org>
332
333 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
334
335 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
336
337 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
338 on menu bar.
339
340 2008-01-06 Michael Albinus <michael.albinus@gmx.de>
341
342 * ffap.el (ffap-read-file-or-url): Let-bind
343 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
344
345 2008-01-05 Sven Joachim <svenjoac@gmx.de>
346
347 * vc-bzr.el: Fix typo in header.
348
349 2008-01-05 Eli Zaretskii <eliz@gnu.org>
350
351 * Makefile.in (custom-deps, finder-data): Depend on autoloads
352 instead of loaddefs.el.
353
354 2008-01-05 Glenn Morris <rgm@gnu.org>
355
356 * progmodes/verilog-mode.el: Replace all instances of
357 string-to-int with string-to-number, insert-string with insert,
358 and read-input with read-string.
359 (top-level): No need to require imenu, reporter, dinotrace, vc,
360 font-lock when compiling. Always require compile. Relegate remaining
361 compatibility cruft to XEmacs. Don't require font-lock.
362 (verilog-version): Remove superfluous concat.
363 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
364 No need to define.
365 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
366 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
367 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
368 (verilog-startup-message-displayed): These are variables, not constants.
369 (verilog-batch-execute-func, verilog-auto-inst)
370 (verilog-auto-inst-param): Use mapc rather than mapcar.
371 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
372 actually defining.
373 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
374 (verilog-modi-get-outputs, verilog-modi-get-inouts)
375 (verilog-modi-get-inputs, verilog-modi-get-wires)
376 (verilog-modi-get-regs, verilog-modi-get-assigns)
377 (verilog-modi-get-consts, verilog-modi-get-gparams)
378 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
379 (verilog-modi-get-sub-inputs): Move inline functions earlier in
380 the file.
381 (sigs-in, sigs-out): Don't declare multiple times.
382 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
383 `defvar'.
384 (verilog-auto): Call dinotrace-unannotate-all only if bound.
385 (verilog-module-inside-filename-p): No need to wrap fboundp test
386 in condition-case.
387 (reporter-submit-bug-report): Autoload it.
388 (verilog-mark-defun): Call zmacs-activate-region only if bound.
389 (verilog-font-customize): Call customize-apropos only if bound.
390 (verilog-getopt-flags, verilog-auto-reeval-locals):
391 Use make-local-variable rather than make-variable-buffer-local.
392 (verilog-company, verilog-project, verilog-modi-cache-list):
393 Move make-variable-buffer-local calls to top-level.
394 (font-lock-defaults-alist): Don't define it.
395 (verilog-need-fld): Remove.
396 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
397 (verilog-mode): Only call make-local-hook on XEmacs.
398 Set font-lock-defaults rather than using verilog-font-lock-init.
399
400 * progmodes/verilog-mode.el (top-level): Don't require compile.
401 (compilation-error-regexp-alist, compilation-last-buffer):
402 Define for compiler.
403 (verilog-insert-1): New function.
404 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
405 Use verilog-insert-1.
406 (verilog-surelint-off): Use next-error-last-buffer if bound.
407 Check compile buffer is live.
408
409 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
410
411 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
412 gets inserted out-of-order.
413
414 2008-01-04 Riccardo Murri <riccardo.murri@gmail.com>
415
416 * vc-bzr.el: Copyright and version headers update.
417 Remove some outdated comments through the whole file.
418 (vc-bzr-program-args): Remove because unused.
419 (vc-bzr-log-switches): New customization option.
420 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
421 use `vc-bzr-program-args'.
422 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
423 `vc-find-root' (patch by Andreas Hoenen).
424 (vc-bzr-status): Update regex to match latest Bzr output.
425 Remove redundant test.
426 (vc-bzr-init-version): New function.
427 (vc-bzr-unregister): Must not delete file.
428 (vc-bzr-find-version): New function.
429 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
430 a non-empty string, otherwise take head revision.
431 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
432 (vc-bzr-diff): Simpler build of the revision spec string.
433 (vc-annotate-convert-time, vc-bzr-annotate-difference):
434 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
435 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
436 (vc-bzr-dired-state-info): Only provide custom strings for
437 overloaded VC state 'edited; otherwise fallback to
438 `vc-default-dired-state-info'.
439
440 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
441
442 * vc-git.el (vc-git-dir-state):
443 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
444
445 2008-01-04 Richard Stallman <rms@gnu.org>
446
447 * delsel.el (delete-selection-mode): Doc fix.
448
449 2008-01-04 Glenn Morris <rgm@gnu.org>
450
451 * version.el (emacs-copyright): Update to 2008.
452
453 2008-01-03 Nick Roberts <nickrob@snap.net.nz>
454
455 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
456 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
457
458 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
459 of watch expressions (only works fully with GDB 6.7 or later).
460
461 2008-01-03 Dan Nicolaescu <dann@ics.uci.edu>
462
463 * time-stamp.el (time-stamp-time-zone):
464 * whitespace.el (whitespace-check-buffer-leading)
465 (whitespace-check-buffer-trailing)
466 (whitespace-check-buffer-indent)
467 (whitespace-check-buffer-spacetab)
468 (whitespace-check-buffer-ateol):
469 * progmodes/sh-script.el (sh-indentation):
470 * textmodes/ispell.el (ispell-local-pdict):
471 Add safe-local-variable properties.
472
473 2007-12-31 Richard Stallman <rms@gnu.org>
474
475 * cus-edit.el (custom-add-parent-links): New arg DOC-INITIAL-STRING.
476 Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include
477 `parent'.
478 (custom-group-value-create): Pass two args to custom-add-parent-links.
479
480 2007-12-29 Richard Stallman <rms@gnu.org>
481
482 * font-lock.el (font-lock-prepend-text-property)
483 (font-lock-append-text-property): Canonicalize the face and
484 font-lock-face properties.
485
486 * faces.el (facep): Doc fix.
487
488 * startup.el (fancy-startup-tail, fancy-about-text)
489 (fancy-startup-text): Regularize format of face property.
490
491 * facemenu.el (list-colors-print): Use :background and :foreground
492 instead of background-color and foreground-color.
493
494 2007-12-29 Drew Adams <drew.adams@oracle.com>
495
496 * cus-edit.el (custom-add-parent-links):
497 Fill the "Parent documentation" text.
498
499 2007-12-29 Eli Zaretskii <eliz@gnu.org>
500
501 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
502 MS-Windows and MS-DOS.
503 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
504
505 2007-12-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
506
507 * progmodes/grep.el (rgrep): Fix last change.
508
509 2007-12-27 Richard Stallman <rms@gnu.org>
510
511 * progmodes/compile.el (compilation-start): Set initial visible
512 point properly even when compilation buffer already current.
513
514 2007-12-26 Richard Stallman <rms@gnu.org>
515
516 * files.el (conf-mode-maybe): New function.
517 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
518
519 2007-12-26 Martin Rudalics <rudalics@gmx.at>
520
521 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
522
523 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
524
525 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
526
527 2007-12-25 Richard Stallman <rms@gnu.org>
528
529 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
530 so they never do EOF.
531
532 2007-12-23 Richard Stallman <rms@gnu.org>
533
534 * dired-aux.el: Load dired.el at run time too.
535
536 * faces.el (copy-face): Create the new face explicitly if it
537 does not exist already.
538
539 2007-12-23 Andreas Schwab <schwab@suse.de>
540
541 * files.el (switch-to-buffer-other-frame): Return the buffer
542 switched to.
543
544 2007-12-23 Juri Linkov <juri@jurta.org>
545
546 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
547 item to about-emacs instead of display-splash-screen.
548
549 2007-12-22 Eli Zaretskii <eliz@gnu.org>
550
551 * simple.el (minibuffer-history, shell-command-history)
552 (set-variable-value-history):
553 * replace.el (regexp-history):
554 * international/mule-cmds.el (input-method-history):
555 * files.el (file-name-history): Add reference to history-length in
556 the doc string.
557
558 2007-12-22 Richard Stallman <rms@gnu.org>
559
560 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
561
562 2007-12-21 Jason Rumney <jasonr@gnu.org>
563
564 * find-dired.el (find-name-arg): New custom variable.
565 (find-name-dired): Use it.
566 (find-dired-find-program): Remove.
567 (find-dired): Use find-program.
568 (find-grep-dired): Use grep-program.
569
570 * progmodes/grep.el (rgrep): Use find-name-arg.
571
572 2007-12-21 Martin Rudalics <rudalics@gmx.at>
573
574 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
575 specifier from format-string. Reported by Ye Wenbin.
576
577 2007-12-19 Martin Rudalics <rudalics@gmx.at>
578
579 * cus-start.el: Use correct group name for members of mode-line group.
580
581 2007-12-17 Thien-Thi Nguyen <ttn@gnuvola.org>
582
583 * progmodes/cc-vars.el (defcustom-c-stylevar):
584 Revert to pre-2007-12-12 version.
585
586 2007-12-15 Richard Stallman <rms@gnu.org>
587
588 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
589
590 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
591 Use changed.
592
593 * startup.el (fancy-splash-help-echo): Var deleted.
594 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
595 (fancy-about-screen): Don't display fancy-splash-help-echo.
596
597 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
598
599 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
600
601 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
602
603 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
604
605 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
606 function.
607 (add-submenu): Only define for XEmacs.
608 (verilog-regexp-words): Revert previous change, keep the other
609 definition.
610
611 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
612
613 * progmodes/perl-mode.el (perl-continued-statement-offset)
614 (perl-continued-brace-offset, perl-brace-offset)
615 (perl-brace-imaginary-offset, perl-label-offset):
616 * progmodes/cperl-mode.el (cperl-brace-offset)
617 (cperl-continued-brace-offset, cperl-label-offset)
618 (cperl-continued-statement-offset)
619 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
620 Add safe-local-variable properties.
621
622 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
623
624 * progmodes/verilog-mode.el (verilog-mode-map)
625 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
626 (verilog-colorize-include-files): Use only overlay functions so
627 that it can work on both emacs and XEmacs.
628 (set-extent-keymap): Remove unused defun.
629 (verilog-kill-existing-comment, verilog-insert-date)
630 (verilog-insert-year): Rename in order not to pollute the global
631 namespace from kill-existing-comment, insert-date and
632 insert-year, respectively.
633 (verilog-set-auto-endcomments, verilog-header): Update callers.
634
635 * files.el (auto-mode-alist): Recognize verilog files.
636
637 * progmodes/verilog-mode.el (verilog-string-replace-matches)
638 (verilog-string-remove-spaces, verilog-re-search-forward)
639 (verilog-re-search-backward, verilog-re-search-forward-quick)
640 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
641 (verilog-get-end-of-line, verilog-within-string): Move definitions
642 before first use. No code changes.
643
644 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
645
646 * progmodes/verilog-mode.el (verilog-mode-version)
647 (verilog-mode-release-date): Don't use expanding keywords.
648 (provide): Move to the end of file.
649 (fboundp): Don't check if eval-when-compile is bound, it is used
650 later in the file without checking.
651 (when, unless): Copy definitions from subr.el.
652 (char-before, defcustom, defface, customize-group)
653 (verilog-batch-error-wrapper): Don't use old style backquotes.
654 (verilog-regexp-opt): Avoid using the cl function case.
655 (verilog-regexp-words): Remove duplicated definition.
656 (verilog-mode-abbrev-table): Remove, duplicate.
657 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
658 Declare and initialize in one step.
659 (verilog-declaration-prefix-re, verilog-declaration-re)
660 (verilog-end-of-statement, verilog-indent-declaration)
661 (verilog-get-lineup-indent): Remove trailing whitespace.
662 (verilog-mode): Fix autoload cookie.
663 Set beginning-of-defun-function and end-of-defun-function.
664 Use when instead of if.
665 (verilog-emacs-features, verilog-auto-ascii-enum)
666 (verilog-insert-indices): Escape braces in doc strings.
667
668 2007-12-08 Michael McNamara <mac@verilog.com>
669 Wilson Snyder <wsnyder@wsnyder.org>
670
671 * progmodes/verilog-mode.el: New file.
672
673 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
674
675 * international/latexenc.el (latexenc-find-file-coding-system):
676 If both coding-system-for-write and buffer-file-coding-system of
677 latex-main-file are nil, use `undecided'.
678
679 2007-12-06 Jason Rumney <jasonr@gnu.org>
680
681 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
682
683 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
684
685 * ido.el (ido-save-history): Use emacs-mule coding system
686 instead of utf-8 to save filenames (it's safer in Emacs 22).
687 Set the `coding' local variable on the first line of the file.
688
689 2007-12-04 Karl Fogel <kfogel@red-bean.com>
690
691 * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
692 coding system. This ports revisions 1.40 and 1.41 over to the
693 EMACS_22_BASE branch, but with the right coding system for Emacs
694 22 to reliably record filenames. Suggested by Eli Zaretskii.
695
696 2007-12-01 Richard Stallman <rms@gnu.org>
697
698 * wid-edit.el (widget-type): Doc fix.
699
700 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
701
702 * emacs-lisp/byte-run.el (declare-function): Change to a macro.
703
704 2007-12-01 Alexandre Julliard <julliard@winehq.org>
705
706 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
707
708 2007-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
709
710 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
711 Don't match "sub { (...) ... }".
712
713 2007-11-29 Richard Stallman <rms@gnu.org>
714
715 * international/mule-cmds.el (toggle-input-method-active): New var.
716 (toggle-input-method): Bind toggle-input-method-active to t.
717 Error if it was already non-nil.
718
719 2007-11-29 Glenn Morris <rgm@gnu.org>
720
721 * calendar/time-date.el (with-decoded-time-value): Doc fix.
722
723 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
724
725 * calendar/time-date.el (encode-time-value): Doc fix.
726
727 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
728
729 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
730
731 2007-11-24 Kenichi Handa <handa@m17n.org>
732
733 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
734
735 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
736
737 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
738
739 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
740
741 * textmodes/paragraphs.el (forward-sentence): Doc fix.
742 Reported by Drew Adams <drew.adams@oracle.com>.
743
744 2007-11-20 Glenn Morris <rgm@gnu.org>
745
746 * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
747 for compatibility with Emacs 23.
748
749 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
750
751 * replace.el (map-query-replace-regexp): Doc fix (revert part of
752 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
753
754 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
755
756 * progmodes/gdb-ui.el: Update commentary.
757
758 2007-11-16 Eli Zaretskii <eliz@gnu.org>
759
760 * international/mule-cmds.el (set-locale-environment):
761 Set default-file-name-coding-system _after_ keyboard and terminal
762 coding systems. This fixes last change.
763
764 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
765 one space after "Subject:".
766
767 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
768
769 * subr.el (make-variable-frame-local):
770 Fix typo in obsolescence declaration.
771
772 2007-11-16 Glenn Morris <rgm@gnu.org>
773
774 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
775
776 2007-11-16 Rob Riepel <riepel@Stanford.EDU>
777
778 * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
779 (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
780 (tpu-scroll-window-up): Replace next-line-internal -> line-move.
781
782 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
783
784 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
785 in order to determine if there's a conflict.
786
787 2007-11-16 Juri Linkov <juri@jurta.org>
788
789 * man.el (Man-heading-regexp): Add 0-9.
790 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
791
792 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
793
794 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
795 Fix typo in docstring.
796
797 * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
798 (cua-highlight-region-shift-only): Doc fix.
799
800 2007-11-15 Richard Stallman <rms@gnu.org>
801
802 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
803
804 * reposition.el (reposition-window):
805 Binding C-M-l moved to bindings.el.
806
807 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
808
809 * add-log.el (add-change-log-entry-other-window):
810 Key binding C-x 4 a moved to bindings.el.
811
812 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
813 from filecache.el.
814
815 * filecache.el: Minibuffer map bindings moved to bindings.el.
816
817 2007-11-14 Jason Rumney <jasonr@gnu.org>
818
819 * international/mule-cmds.el (set-locale-environment):
820 Set default-file-name-coding-system from system defaults on Windows.
821
822 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
823
824 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
825 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
826 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
827 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
828 locations.
829 (gdb-info-breakpoints-custom, gdb-assembler-custom)
830 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
831 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
832
833 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
834
835 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
836 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
837 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
838 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
839 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
840 Rewrite in active voice.
841
842 2007-11-10 Juri Linkov <juri@jurta.org>
843
844 * startup.el: Backport startup screen related changes from the trunk.
845 (initialization): Change group to `environment'.
846 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
847 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
848 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
849 (initial-scratch-message): Fix docstring.
850 (startup-screen-inhibit-startup-screen)
851 (pure-space-overflow-message): New variables.
852 (command-line): Rename `inhibit-startup-message' to
853 `inhibit-startup-screen'.
854 (initial-scratch-message): Doc fix.
855 (fancy-splash-text): Remove variable.
856 (fancy-startup-text, fancy-about-text, splash-screen-keymap):
857 New variables.
858 (fancy-splash-delay, fancy-splash-max-time)
859 (fancy-current-text, fancy-splash-stop-time)
860 (fancy-splash-outer-buffer, fancy-splash-last-input-event):
861 Remove variables.
862 (fancy-splash-insert): Use help-echo from the 3rd element of the
863 link specification list, or "Follow this link" if it's nil. Doc fix.
864 Allow functions for face and link specs.
865 (fancy-splash-tail): Remove function.
866 (fancy-startup-tail): New function.
867 (fancy-splash-default-action, fancy-splash-special-event-action)
868 (fancy-splash-screens): Remove functions.
869 (fancy-about-screen): New function.
870 (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
871 Fix docstring. Use argument `startup' to conditionally display
872 different texts for Startup and About screens. Don't display Help
873 commands on the About screen. Remove `unwind-protect' `sit-for'
874 delay and `kill-buffer' after it.
875 (normal-mouse-startup-screen, normal-splash-screen)
876 (normal-no-mouse-startup-screen): New functions.
877 (startup-echo-area-message): Change text of the echo area.
878 (display-splash-screen): Remove function.
879 (display-startup-screen, display-about-screen): New functions.
880 (about-emacs): Make alias to `display-about-screen'.
881 (display-splash-screen): Make alias to `display-startup-screen'.
882 (command-line-1): Rename `inhibit-startup-message' to
883 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
884 started with command line options "-f", "-funcall", "-e", "-eval",
885 "-execute", "-insert", "-find-file", "-file", "-visit".
886 Inhibit startup screen when Emacs is started with a file name only
887 on tty (i.e. don't inhibit it when started with a file name like
888 "emacs FILE..." on a window system).
889 Comment out unused code for coping with the old sit-for behavior.
890 If file-count > 0, then display the concise version in another
891 window, otherwise display full version in the same window.
892 * loadup.el: Add `button'. Move up `startup'.
893 * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
894 * version.el (emacs-copyright): Add emacs-copyright.
895 * menu-bar.el (menu-bar-help-menu):
896 Move "About Emacs" and "About GNU" to the end of the Help menu.
897 Move "Emacs Psychotherapist" after "Send Bug Report...".
898 Move "External Packages" after "Find Emacs Packages".
899
900 2007-11-10 Jason Rumney <jasonr@gnu.org>
901
902 * w32-fns.el: Sync charset names with setup-default-fontset.
903 Append "-1" where second part missing.
904
905 * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
906
907 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
908
909 * ido.el (ido-save-history): Write the history file in UTF-8,
910 and add `coding' file-local variable.
911
912 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
913
914 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
915 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
916 (iso-iso2duden-trans-tab): Add docstring.
917
918 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
919
920 * faces.el (face-normalize-spec): Remove function.
921 (frame-set-background-mode): Undo last change.
922
923 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
924
925 * files.el (enable-local-variables): Doc fix.
926
927 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
928
929 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
930 match dir like "a...b".
931
932 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
933
934 * eshell/esh-mode.el (eshell-output-filter):
935 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
936 Use `with-current-buffer'.
937
938 2007-11-05 Nick Roberts <nickrob@snap.net.nz>
939
940 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
941
942 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
943
944 * net/tls.el: Require rx when compiling.
945 (tls-end-of-info): New variable.
946 (open-tls-stream): Keep reading input until `tls-end-of-info' is
947 matched.
948
949 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
950
951 * simple.el (bad-packages-alist): Anchor semantic regexp.
952
953 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
954
955 * files.el (hack-local-variables): Fix membership tests to avoid
956 treating all variables as safe if `enable-local-variables' is
957 set to :safe (CVE-2007-5795).
958
959 2007-11-02 Glenn Morris <rgm@gnu.org>
960
961 * progmodes/etags.el (tags-table-mode): Disable undo.
962
963 * simple.el (bad-packages-alist): Revert previous change.
964
965 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
966
967 * printing.el (printing): Fix :version, printing.el was included
968 in emacs-22.1.
969 (pr-path-style, pr-path-alist, pr-txt-name)
970 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
971 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
972 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
973 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
974 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
975 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
976 (pr-setting-database, pr-visible-entry-list)
977 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
978 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
979 :version.
980
981 2007-11-01 Glenn Morris <rgm@gnu.org>
982
983 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
984
985 * mail/footnote.el (footnote-numeric-regexp)
986 (footnote-english-upper-regexp, footnote-english-lower-regexp)
987 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
988 Match multi-character footnotes.
989
990 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
991 (nroff-indent-line-function): New function.
992 (nroff-count-text-lines): Use nroff-forward-text-line rather than
993 obsolete alias.
994
995 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
996
997 * net/tramp.el (tramp-open-connection-telnet)
998 (tramp-open-connection-rsh, tramp-open-connection-su)
999 (tramp-open-connection-multi): Set $LC_ALL to "C".
1000
1001 2007-10-31 Sven Joachim <svenjoac@gmx.de>
1002
1003 * dired-aux.el (dired-copy-file-recursive):
1004 Preserve directory permissions.
1005
1006 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1007
1008 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
1009 (whitespace-unload-function): New-style unload function. When run,
1010 unintern `whitespace-unload-hook' and call `unload-feature' recursively
1011 to stop the old hook from messing with the unloading.
1012
1013 * strokes.el (strokes-alphabetic-lessp): Doc fix.
1014
1015 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
1016
1017 * emacs-lisp/find-func.el (find-library): Use library at
1018 point as default interactive argument.
1019
1020 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1021
1022 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
1023 (elp-unset-master, elp-results): Fix typos.
1024 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
1025 Doc fixes.
1026
1027 * msb.el (msb--many-menus): Remove variable.
1028 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
1029 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
1030 (msb--toggle-menu-type): Fix typos in docstrings.
1031
1032 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
1033 (shadow-insert-var): Doc fixes.
1034 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
1035 Reflow docstrings.
1036 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
1037
1038 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
1039
1040 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
1041 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
1042 Fix typos in autoload docstrings.
1043
1044 * loadhist.el (unload-feature): Remove redundant check.
1045
1046 2007-10-30 Richard Stallman <rms@gnu.org>
1047
1048 * savehist.el (savehist-save): Obey savehist-ignored-variables.
1049
1050 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
1051
1052 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
1053 (gdb-var-update-handler-1): Use it.
1054
1055 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
1056
1057 * loadhist.el (unload-feature): Remove erroneous check for the
1058 FEATURE-unload-function variable; check the existence of the
1059 function (that's what the docstring says, and it makes more sense).
1060
1061 * follow.el (follow-unload-function): Add docstring.
1062 (follow-unload-function): Remove variable.
1063
1064 * server.el (server-unload-function): Remove variable.
1065 (server-unload-function): Unbind `server-edit' from `C-x #'.
1066
1067 * uniquify.el (uniquify-unload-function): Add docstring.
1068 (uniquify-unload-function): Remove variable.
1069
1070 * ses.el (ses-unload-function): New function.
1071
1072 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
1073
1074 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
1075 (unsafep-progn, unsafep-let): Fix typos in docstrings.
1076
1077 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
1078 before use to avoid a warning in packages that require uniquify.
1079 (uniquify-unload-function): New function and var.
1080
1081 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
1082
1083 * loadhist.el (unload-feature-special-hooks):
1084 Add `delete-frame-functions'.
1085
1086 * server.el (server-unload-function): Rename from `server-unload-hook'
1087 and adapt to new `unload-feature' functionality. Remove hook from
1088 `kill-buffer-hook' buffer-locally.
1089 (server-unload-hook): Remove.
1090 (server-unload-function): New var; replaces `server-unload-hook'.
1091
1092 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
1093
1094 * desktop.el (uniquify-managed): Pacify byte compiler.
1095 (desktop-buffer-info): If the buffer name is managed by uniquify,
1096 save the base name, not the uniquified one.
1097 (desktop-create-buffer): Allow `rename-buffer' to generate a new
1098 name in case of conflict.
1099
1100 2007-10-26 Glenn Morris <rgm@gnu.org>
1101
1102 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
1103 safe-local-variable property.
1104
1105 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
1106
1107 * net/browse-url.el (browse-url-browser-function): Delete grail.
1108 (browse-url-grail): Function and variable deleted.
1109 (browse-url-browser-function): Delete IXI Mosaic.
1110 (browse-url-default-browser): Don't try IXI Mosaic.
1111 (browse-url-iximosaic): Function deleted.
1112 (browse-url-browser-function): Delete MMM.
1113 (browse-url-default-browser): Don't try MMM.
1114 (browse-url-mmm): Function deleted.
1115
1116 2007-10-25 Glenn Morris <rgm@gnu.org>
1117
1118 * progmodes/f90.el (f90-indented-comment-re)
1119 (f90-directive-comment-re, f90-break-delimiters):
1120 * progmodes/fortran.el (fortran-comment-line-start-skip)
1121 (fortran-directive-re):
1122 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
1123 as safe if they are strings.
1124
1125 2007-10-25 Richard Stallman <rms@gnu.org>
1126
1127 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
1128
1129 2007-10-24 Richard Stallman <rms@gnu.org>
1130
1131 * savehist.el (savehist-save): Omit unreadable elements.
1132
1133 * loadhist.el (unload-function-defs-list): Renamed from
1134 unload-function-features-list.
1135 (unload-feature-special-hooks, unload-feature): Doc fixes.
1136
1137 * indent.el (indent-to-left-margin): If point's in the indentation,
1138 move to the end of the indentation.
1139
1140 * cus-edit.el (customize-changed-options): Make arg optional.
1141
1142 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
1143
1144 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
1145
1146 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1147
1148 * textmodes/css-mode.el: Require CL.
1149 (comment-continue): Declare.
1150
1151 * subr.el (make-variable-frame-localizable): Remove.
1152 (make-variable-frame-local): Mark obsolete.
1153
1154 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
1155
1156 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
1157 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
1158
1159 2007-10-23 Chris Moore <christopher.ian.moore@gmail.com>
1160
1161 * comint.el (comint-password-prompt-regexp):
1162 Handle `[sudo] password'-style prompt.
1163
1164 2007-10-23 Glenn Morris <rgm@gnu.org>
1165
1166 * progmodes/f90.el (f90-do-indent, f90-if-indent)
1167 (f90-type-indent, f90-program-indent)
1168 (f90-continuation-indent, f90-comment-region)
1169 (f90-beginning-ampersand, f90-smart-end)
1170 (f90-break-before-delimiters, f90-auto-keyword-case)
1171 (f90-leave-line-no, f90-mode-hook):
1172 Give an appropriate safe-local-variable property.
1173 (f90-font-lock-keywords-2): Fix `go to' regexp.
1174
1175 * progmodes/fortran.el (fortran-tab-mode-default)
1176 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
1177 (fortran-structure-indent, fortran-continuation-indent)
1178 (fortran-comment-indent, fortran-comment-line-extra-indent)
1179 (fortran-comment-line-start)
1180 (fortran-minimum-statement-indent-fixed)
1181 (fortran-minimum-statement-indent-tab)
1182 (fortran-comment-indent-char, fortran-line-number-indent)
1183 (fortran-check-all-num-for-matching-do)
1184 (fortran-blink-matching-if, fortran-continuation-string)
1185 (fortran-comment-region, fortran-electric-line-number)
1186 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
1187 (fortran-analyze-depth, fortran-break-before-delimiters):
1188 Give an appropriate safe-local-variable property.
1189
1190 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1191
1192 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
1193 of the subdirs is unreadable.
1194
1195 2007-10-22 Martin Rudalics <rudalics@gmx.at>
1196
1197 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
1198 Use window-full-width-p.
1199
1200 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1201
1202 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
1203 (tpu-edt-off): Use it.
1204 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
1205 the global-map before adding it to global-map.
1206
1207 * menu-bar.el (global-buffers-menu-map): New var.
1208 (global-map, menu-bar-update-buffers): Use it.
1209 * msb.el (msb-menu-bar-update-buffers): Use it.
1210 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
1211 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
1212 Use with-current-buffer.
1213
1214 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1215
1216 * hexl.el (hexl-menu): New major mode menu.
1217
1218 2007-10-20 Glenn Morris <rgm@gnu.org>
1219
1220 * progmodes/f90.el (f90-font-lock-keywords-2)
1221 (f90-looking-at-type-like): Fix regexp typos.
1222
1223 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1224
1225 * bs.el (bs-mode): Add mode name (accidentally left out
1226 in the 2007-10-16 change).
1227
1228 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1229
1230 * bs.el (bs--track-window-changes): Don't refresh the whole list.
1231 (bs-mode): Set mode-class property to special.
1232
1233 * follow.el (follow-unload-function): New function.
1234
1235 * loadhist.el (unload-function-features-list):
1236 Rename from `unload-hook-features-list'.
1237 (unload-hook-features-list): Add as obsolete alias.
1238 (unload-feature): Use `unload-function-features-list'
1239 and new FEATURE-unload-function.
1240
1241 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
1242
1243 * loadhist.el (unload-feature-special-hooks):
1244 Update list of special hooks.
1245
1246 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
1247 (adaptive-fill-function): Doc fix. Remove * from docstring.
1248
1249 2007-10-18 Glenn Morris <rgm@gnu.org>
1250
1251 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
1252
1253 2007-10-17 Aaron Hawley <aaronh@garden.org>
1254
1255 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
1256 position is not saved.
1257
1258 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
1259
1260 * longlines.el (longlines-wrap-follows-window-size): Integer value
1261 specifies wrapping margin.
1262 (longlines-mode, longlines-window-change-function):
1263 Set window-specific wrapping margin based on the above.
1264
1265 2007-10-17 John Wiegley <johnw@newartisans.com>
1266
1267 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
1268
1269 2007-10-17 Glenn Morris <rgm@gnu.org>
1270
1271 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
1272 Tweak regexp to avoid stack overflow.
1273
1274 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1275
1276 * simple.el (reindent-then-newline-and-indent): Don't assume that
1277 indent-according-to-mode preserves point.
1278
1279 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
1280
1281 * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
1282 (bs--restore-window-config): Keep the selected frame.
1283 (bs--track-window-changes, bs--remove-hooks): New functions.
1284 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
1285 (bs--show-with-configuration): Revert 2006-11-09 change.
1286 Don't reuse window unless it is visible on the selected frame.
1287 Restore window configuration (possibly in a different frame)
1288 before creating any window.
1289
1290 2007-10-16 Richard Stallman <rms@gnu.org>
1291
1292 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
1293 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
1294 (ad-is-advised, ad-get-advice-info-field)
1295 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
1296
1297 2007-10-16 Glenn Morris <rgm@gnu.org>
1298
1299 * simple.el (blink-matching-open): Don't report false errors with
1300 the `$' syntax class.
1301
1302 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1303
1304 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
1305 (filesets-ormap, filesets-sort-case-sensitive-flag)
1306 (filesets-remake-shortcut, filesets-ingroup-collect-files):
1307 Fix typos in docstrings.
1308 (filesets-data-get-name, filesets-data-get-data)
1309 (filesets-data-set, filesets-cmd-query-replace-getargs)
1310 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
1311
1312 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1313
1314 * term/mac-win.el: Don't require url when compiling, as url-type is
1315 no longer a macro.
1316
1317 2007-10-14 Glenn Morris <rgm@gnu.org>
1318
1319 * progmodes/etags.el (select-tags-table): Disable undo in the
1320 `*Tags Table List*' buffer.
1321
1322 2007-10-13 Eli Zaretskii <eliz@gnu.org>
1323
1324 * dired.el (dired-warn-writable): New face.
1325 (dired-warn-writable-face): New variable.
1326 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
1327 of dired-warning-face, for group- and world-writable files.
1328
1329 2007-10-13 Glenn Morris <rgm@gnu.org>
1330
1331 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
1332 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1333 Add doc string, and an explicit COUNT argument.
1334 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
1335 `inc' to search functions.
1336
1337 2007-10-13 John W. Eaton <jwe@octave.org>
1338
1339 * progmodes/octave-mod.el (octave-looking-at-kw)
1340 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1341 New functions.
1342 (octave-in-defun-p, calculate-octave-indent)
1343 (octave-blink-matching-block-open, octave-beginning-of-defun)
1344 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
1345 to search for regexps that contain case-sensitive keywords.
1346 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
1347 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
1348
1349 2007-10-13 Richard Stallman <rms@gnu.org>
1350
1351 * files.el (directory-abbrev-alist): Doc fix.
1352
1353 2007-10-13 Jari Aalto <jari.aalto@cante.net>
1354
1355 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
1356
1357 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1358
1359 * frame.el (set-frame-configuration): Assign name parameter only
1360 if it has been set explicitly before.
1361
1362 * window.el (handle-select-window): Revert part of 2007-10-06
1363 change setting the input focus.
1364
1365 2007-10-12 Glenn Morris <rgm@gnu.org>
1366
1367 * cus-edit.el (custom-variable-menu, custom-face-menu)
1368 (custom-group-menu): Check init-file-user rather than
1369 user-init-file, in case cus-edit is loaded by site-run-file.
1370
1371 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1372
1373 * follow.el (follow-stop-intercept-process-output):
1374 Use `follow-call-process-filter' rather than `process-filter'.
1375
1376 2007-10-11 Tom Tromey <tromey@redhat.com>
1377
1378 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
1379 frame is visible.
1380
1381 2007-10-10 Richard Stallman <rms@gnu.org>
1382
1383 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
1384 in *Backtrace*.
1385
1386 * faces.el (face-font-selection-order): Doc fix.
1387
1388 * loadhist.el (unload-feature): Doc fix.
1389
1390 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1391
1392 * ps-print.el: Fix the usage of :foreground and :background face
1393 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
1394 (ps-print-version): New version 6.7.6.
1395 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
1396 Fix code.
1397 (ps-face-foreground-color-p, ps-face-background-color-p)
1398 (ps-face-color-p): New inline funs.
1399
1400 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
1401
1402 * follow.el: Change all instances of "Follow Mode" to "Follow
1403 mode" in docstrings and messages.
1404
1405 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
1406
1407 * faces.el (face-font-selection-order): Doc fix.
1408
1409 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
1410 (follow-mode-off-hook): Mark as obsolete.
1411
1412 2007-10-08 Richard Stallman <rms@gnu.org>
1413
1414 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
1415 (edebug-install-custom-print, edebug-reset-print-funcs)
1416 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
1417 Functions deleted.
1418 (edebug-prin1, edebug-print, edebug-prin1-to-string)
1419 (edebug-format, edebug-message): Define directly as aliases.
1420
1421 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1422
1423 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
1424
1425 2007-10-07 Glenn Morris <rgm@gnu.org>
1426
1427 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
1428 version numbers.
1429
1430 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
1431
1432 * net/tramp.el (tramp-completion-mode): Extend doc-string.
1433 (tramp-completion-mode-p): Revert change from 2007-09-24.
1434 Checking for `return' etc as last character is not sufficient, for
1435 example in dired-mode when entering <g> (revert-buffer) or
1436 <s> (dired-sort).
1437
1438 2007-10-06 Martin Rudalics <rudalics@gmx.at>
1439
1440 * window.el (mouse-autoselect-window-cancel): Don't cancel for
1441 select-window or select-frame events.
1442 (handle-select-window): When autoselecting window set input
1443 focus. Restructure.
1444
1445 * frame.el (focus-follows-mouse): Moved to frame.c.
1446 * cus-start.el (all): Add focus-follows-mouse.
1447
1448 2007-10-05 Chris Moore <dooglus@gmail.com>
1449
1450 * server.el (server-kill-new-buffers): Doc fix.
1451
1452 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
1453
1454 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
1455 activate font-locking in the *buffer-selection* buffer.
1456 (bs-show-sorted): Doc fix.
1457
1458 * bs.el (bs--get-marked-string, bs--get-modified-string)
1459 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
1460 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
1461 (bs--format-aux): Doc fix.
1462
1463 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
1464
1465 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
1466
1467 2007-10-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1468
1469 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
1470
1471 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
1472
1473 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
1474 (gud-gdb): New function for old M-x gdb (text command mode).
1475 (gud-gdb-command-name, gdb): Move to...
1476
1477 * progmodes/gdb-ui.el: ...here and adapt doc string.
1478 (gud-gdba-command-name, gdba): Delete.
1479
1480 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
1481
1482 * bs.el: Don't defvar `font-lock-verbose'.
1483 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
1484 (bs--get-file-name): Fix typos in docstrings.
1485 (bs--show-header): Use `dolist' instead of `mapcar'.
1486 (bs-mode): Set `show-trailing-whitespace' to nil.
1487 (bs-buffer-sort-function, bs-mouse-select-other-frame)
1488 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
1489 Doc fixes.
1490
1491 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
1492
1493 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
1494
1495 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
1496
1497 * progmodes/gud.el (gdb): Make graphical mode the default and
1498 switch to text command mode if appropriate, i.e., reverse previous
1499 arrangement.
1500 (gud-gdb-marker-filter): Adapt for above change.
1501
1502 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
1503 gud-minor-mode and gud-marker-filter.
1504 (gdb-fullname-regexp): New variable.
1505 (gud-gdba-marker-filter): Use it to switch to text command
1506 mode if appropriate.
1507
1508 2007-10-02 Richard Stallman <rms@gnu.org>
1509
1510 * frame.el (cursor-in-non-selected-windows): Doc fix.
1511
1512 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
1513
1514 * progmodes/gud.el (gud-display-line): Find source buffer even when
1515 GUD buffer has its own frame.
1516
1517 2007-10-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1518
1519 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
1520
1521 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1522
1523 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1524
1525 2007-09-29 Martin Rudalics <rudalics@gmx.at>
1526
1527 * allout.el (allout-before-change-handler): Replace got-char by
1528 goto-char.
1529
1530 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1531
1532 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
1533 Used to try and automatically enabled smerge-mode in the presence of
1534 conflicts and to call `svn resolved' when the conflicts are gone.
1535 (vc-svn-parse-status): Remember the svn-specific status.
1536
1537 * newcomment.el (comment-choose-indent): New function extracted
1538 from comment-indent. Improve the alignment algorithm.
1539 (comment-indent): Use it.
1540
1541 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
1542
1543 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
1544 (eldoc-message-commands, eldoc-current-idle-delay):
1545 Fix typos in docstrings.
1546
1547 * progmodes/python.el (python-eldoc-function): Doc fix.
1548
1549 2007-09-26 Eli Zaretskii <eliz@gnu.org>
1550
1551 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
1552 menu-bar-apropos-menu. All users changed.
1553 (menu-bar-help-menu): Change menu symbols to better match the text
1554 displayed by the menu.
1555
1556 2007-09-25 Glenn Morris <rgm@gnu.org>
1557
1558 * view.el (view-search-no-match-lines): Add a doc string.
1559 Rewrite to simplify and work better.
1560
1561 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
1562
1563 * net/tramp.el (tramp-completion-mode-p): Rename from
1564 `tramp-completion-mode'. Revert logic, check `return', `newline'
1565 and such alike. Packages like Icicles tend to use other completion
1566 characters but `tab' and `space' only.
1567 (top): Require cl.el, when `copy-tree' is not available otherwise.
1568
1569 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
1570 `ad-get-arg'.
1571
1572 2007-09-24 Ville Skytt\e,Ad\e(B <scop@xemacs.org> (tiny change)
1573
1574 * net/tramp-vc.el (tramp-vc-user-login-name):
1575 Use `vc-find-version' instead of `process-file' to check whether we
1576 have a new enough vc that doesn't need the defadvice.
1577
1578 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
1579
1580 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
1581 #, @, : and ^.
1582
1583 2007-09-23 Glenn Morris <rgm@gnu.org>
1584
1585 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
1586
1587 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1588
1589 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
1590
1591 * log-view.el (log-view-mode-map): Likewise.
1592
1593 * diff-mode.el (diff-mode-shared-map): Likewise.
1594
1595 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
1596
1597 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
1598 add inferior-octave-directory-tracker to the buffer-local value
1599 of comint-input-filter-functions.
1600
1601 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1602
1603 * files.el (file-name-sans-versions): Also allow `A-Z'.
1604
1605 * vc.el: Mention all supported VC backends.
1606
1607 2007-09-22 Richard Stallman <rms@gnu.org>
1608
1609 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
1610 neighbouring buttons.
1611
1612 2007-09-22 Andreas Schwab <schwab@suse.de>
1613
1614 * files.el (file-name-sans-versions): Also allow `_'.
1615
1616 2007-09-22 Glenn Morris <rgm@gnu.org>
1617
1618 * eshell/esh-mode.el (eshell-output-filter-functions):
1619 Add eshell-postoutput-scroll-to-bottom.
1620
1621 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1622
1623 * files.el (file-name-sans-versions): Allow - and a-z in version names.
1624
1625 * log-view.el (log-view-mode-map, log-view-mode-menu):
1626 Bind log-view-annotate-version.
1627 (log-view-beginning-of-defun, log-view-end-of-defun)
1628 (log-view-annotate-version): New functions.
1629 (log-view-mode): Use log-view-beginning-of-defun and
1630 log-view-end-of-defun.
1631
1632 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1633
1634 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
1635
1636 2007-09-21 Kevin Ryde <user42@zip.com.au>
1637
1638 * international/mule.el (sgml-html-meta-auto-coding-function):
1639 Bind `case-fold-search' to t.
1640
1641 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1642
1643 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
1644 neighbouring buttons.
1645
1646 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1647 Recognize gcc's use of "note" for informational messages.
1648
1649 2007-09-20 Glenn Morris <rgm@gnu.org>
1650
1651 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
1652 motion functions, rather than hard-coding "\n\n".
1653 (tex-validate-region): Check for eobp, to speed up.
1654 (tex-next-unmatched-end): Doc fix.
1655
1656 2007-09-19 Glenn Morris <rgm@gnu.org>
1657
1658 * textmodes/tex-mode.el (tex-terminate-paragraph):
1659 Use backward-paragraph.
1660
1661 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1662
1663 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
1664 (css-mode): Update correspondingly.
1665
1666 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1667
1668 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
1669
1670 * vc-hooks.el (vc-menu-entry): New var.
1671 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
1672 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
1673 (vc-menu-map): Declare and initialize in one step.
1674
1675 * menu-bar.el (vc-menu-map): Don't setup any more.
1676 Instead, just create the proper spot in the menu.
1677
1678 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
1679 Stefan Monnier <monnier@iro.umontreal.ca>
1680
1681 * vc.el: Document new VC operation `extra-menu'.
1682
1683 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
1684
1685 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1686
1687 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
1688 Signed-off-by, Acked-by and Merge.
1689
1690 2007-09-17 Glenn Morris <rgm@gnu.org>
1691
1692 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
1693 filename from `--file-line-error', if it is available.
1694
1695 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
1696
1697 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
1698 TeX `--file-line-error' format.
1699
1700 2007-09-17 Glenn Morris <rgm@gnu.org>
1701
1702 * textmodes/tex-mode.el (tex-region): Simplify previous change,
1703 handling the case where the region is not in `tex-main-file'.
1704 (tex-region-1): Delete.
1705 (tex-region-header): New function, doing the header part of the
1706 old tex-region-1.
1707
1708 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1709
1710 * ediff-init.el (ediff-verbose-p): This var is not a constant.
1711
1712 2007-09-16 Drew Adams <drew.adams@oracle.com>
1713
1714 * cus-edit.el (custom-face-edit-activate): Doc fix.
1715
1716 2007-09-16 Glenn Morris <rgm@gnu.org>
1717
1718 * textmodes/tex-mode.el (tex-region): Handle the case where the
1719 region is not in `tex-main-file'. Move the old code that applies
1720 to both cases...
1721 (tex-region-1): ...to this new function.
1722
1723 2007-09-15 Martin Rudalics <rudalics@gmx.at>
1724
1725 * simple.el (blink-matching-open): Don't display message when no
1726 paren is found within blink-matching-paren-distance characters.
1727 Don't search prompt in blink-matching-paren-distance nil case.
1728
1729 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
1730
1731 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
1732
1733 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1734
1735 * vc-mtn.el: New file.
1736
1737 * vc-hooks.el (vc-handled-backends): Add Mtn.
1738
1739 2007-09-13 Eli Zaretskii <eliz@gnu.org>
1740
1741 * files.el (find-file, find-file-other-window)
1742 (find-file-other-frame, find-file-existing, find-file-read-only)
1743 (find-file-read-only-other-window)
1744 (find-file-read-only-other-frame)
1745 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
1746
1747 2007-09-13 Jari Aalto <jari.aalto@cante.net>
1748
1749 * man.el (Man-default-man-entry): At end of line, continue looking
1750 to the next line for possible end of hyphenated command.
1751
1752 2007-09-13 Chris Moore <dooglus@gmail.com>
1753
1754 * shell.el (shell-resync-dirs): Don't move the cursor relative to
1755 the command being edited.
1756
1757 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
1758
1759 * progmodes/gud.el (gdb-ready): New variable.
1760 (gdb): Set it to nil. Set gud-running to nil here...
1761 (gud-common-init): ...instead of here.
1762
1763 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
1764 Use gdb-ready. Discard input until GDB is ready to accept it.
1765
1766 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
1767
1768 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
1769 C-M-S- keys.
1770
1771 2007-09-12 Martin Rudalics <rudalics@gmx.at>
1772
1773 * dired.el (dired-warning): Inherit from font-lock-warning-face to
1774 make it show up with eight colors.
1775
1776 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1777
1778 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
1779 diffs are concatenated with no intervening line.
1780
1781 2007-09-10 Dave Love <fx@gnu.org>
1782
1783 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
1784 (python-font-lock-keywords): Update to the 2.5 version of the language.
1785 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
1786 (python-backspace): Only behave funny in code.
1787 (python-compilation-regexp-alist): Add PDB stack trace regexp.
1788 (inferior-python-mode): Add PDB prompt regexp.
1789 (python-fill-paragraph): Refine the fenced-string regexp.
1790 (python-find-imports): Handle imports spanning several lines.
1791 (python-mode): Add `class' to hideshow support.
1792
1793 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1794
1795 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
1796 add-log-buffer-file-name-function rather than bind buffer-file-name,
1797 so we dont end up calling change-log-mode in *cvs* when `fi' is the
1798 ChangeLog file itself.
1799
1800 * outline.el (outline-flag-region): Use front-advance.
1801
1802 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
1803
1804 * progmodes/cperl-mode.el: Merge upstream 5.23.
1805 (cperl-where-am-i): Remove function.
1806 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
1807 (cperl-sniff-for-indent): De-invert [string] and [comment].
1808 When looking for label, skip s:m:y:tr.
1809 (cperl-indent-line): Likewise.
1810 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
1811 (cperl-windowed-init): Wrong `ps-print' handling.
1812 Both thanks to Chong Yidong.
1813 (cperl-look-at-leading-count): Could fail with unfinished RExen.
1814 (cperl-find-pods-heres): If the second part of s()[] is missing,
1815 don't try to highlight delimiters...
1816
1817 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1818
1819 * progmodes/compile.el (compilation-get-file-structure): Complete last
1820 change by also using spec-directory in the puthash.
1821
1822 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
1823
1824 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
1825 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
1826 (vc-bzr-status): Fix shadowing of variable 'status'.
1827 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
1828 Use `expand-file-name' instead of `concat'.
1829 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
1830 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
1831
1832 2007-09-05 Jason Rumney <jasonr@gnu.org>
1833
1834 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
1835
1836 2007-09-02 Richard Stallman <rms@gnu.org>
1837
1838 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
1839 Add `safe-local-variable' property.
1840 (lisp-body-indent): Likewise.
1841
1842 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1843
1844 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
1845 prev/next-node.
1846
1847 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
1848 (x-gtk-map-stock): New function.
1849
1850 2007-09-02 Glenn Morris <rgm@gnu.org>
1851
1852 * comint.el (comint-mode): Don't set scroll-conservatively.
1853
1854 * eshell/em-unix.el (eshell/time): Stringify and flatten the
1855 non-command arguments.
1856
1857 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
1858
1859 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1860 Fix bug: Don't expand top-level file name more than once.
1861 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
1862
1863 2007-09-01 Richard Stallman <rms@gnu.org>
1864
1865 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
1866 Add doc string.
1867
1868 2007-08-30 Richard Stallman <rms@gnu.org>
1869
1870 * speedbar.el (speedbar-frame-reposition-smartly)
1871 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
1872 (speedbar-check-vc): Don't use dframe-xemacsp.
1873
1874 2007-08-30 Martin Rudalics <rudalics@gmx.at>
1875
1876 * files.el (backup-buffer-copy): Try to overwrite old backup first.
1877
1878 2007-08-29 Martin Rudalics <rudalics@gmx.at>
1879
1880 * repeat.el (repeat): Use last-repeatable-command instead of
1881 real-last-command. Run pre- and post-command hooks for
1882 self-insertion. Update doc-string.
1883
1884 2007-08-28 Glenn Morris <rgm@gnu.org>
1885
1886 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
1887
1888 2007-08-27 Alexandre Julliard <julliard@winehq.org>
1889
1890 * vc-git.el (vc-git-state): Call git-add --refresh to update the
1891 state of the file.
1892 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
1893 (vc-git-create-repo): Fix invalid command.
1894
1895 2007-08-27 Richard Stallman <rms@gnu.org>
1896
1897 * textmodes/flyspell.el (flyspell-mode):
1898 Catch errors in flyspell-mode-on.
1899
1900 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
1901
1902 * progmodes/modula2.el (m2-definition, m2-module):
1903 Don't use previous-line. Reported by T. V. Raman.
1904
1905 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1906
1907 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
1908 argument to tool-bar-mode call.
1909
1910 2007-08-27 Glenn Morris <rgm@gnu.org>
1911
1912 * diff-mode.el (diff-find-file-name): Only accept regular files,
1913 to rule out /dev/null, directories, etc.
1914
1915 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
1916
1917 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
1918 safe-local-variable setting.
1919 * progmodes/perl-mode.el (perl-indent-level): Likewise.
1920
1921 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
1922
1923 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
1924 of buffers in uniquify-managed.
1925
1926 * simple.el (invisible-p): Rename from text-invisible-p.
1927 Update callers.
1928
1929 2007-08-25 Alan Mackenzie <acm@muc.de>
1930
1931 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
1932 new language variable.
1933
1934 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
1935 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
1936 "extern" etc., rather than BOI. Fix addition of spurious
1937 syntactic-symbol 'defun-block-intro, replacing it with
1938 'innamespace, etc.
1939
1940 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
1941
1942 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
1943 Don't behave differently when executed via M-x. Add doc string.
1944
1945 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1946
1947 * files.el (backup-buffer-copy): Don't wrap delete in
1948 condition-case, only try to delete if file exists.
1949
1950 2007-08-24 Glenn Morris <rgm@gnu.org>
1951
1952 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
1953
1954 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1955
1956 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
1957 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
1958 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
1959 (cperl-etags-goto-tag-location): Use new style backquotes.
1960
1961 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
1962 (dynamic-completion-table): Use it it.
1963
1964 * net/browse-url.el: Remove spurious * in custom docstrings.
1965 (browse-url-filename-alist): Use new-style backquote.
1966
1967 * emacs-lisp/backquote.el (backquote-unquote-symbol)
1968 (backquote-splice-symbol): Clarify they're not new-style unquotes.
1969
1970 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
1971 (\,@): Backslash the , and ,@ which are not new-style unquotes.
1972
1973 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
1974
1975 * net/socks.el (socks-username/password-auth-filter):
1976 Remove unused vars `state' and `desired-len'.
1977 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
1978 (socks-wait-for-state-change): Use new-style backquotes.
1979
1980 * pcvs.el (cvs-mode-status): Fix long-standing typo.
1981
1982 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
1983 backquotes after each `read' rather than once per buffer.
1984
1985 * dframe.el: Remove spurious * in custom docstrings.
1986 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
1987 (dframe-xemacs20p): Remove, inline at the sole use point.
1988 (defface): Don't defvar the face, don't use old-style backquote.
1989 (defcustom): Don't use old-style backquote.
1990 (dframe-frame-parameter, dframe-mouse-event-p):
1991 Make it obvious that it's always defined.
1992 (dframe-popup-kludge): New function to replace
1993 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
1994 (dframe-frame-mode, dframe-set-timer-internal)
1995 (dframe-mouse-set-point): Remove use of with-no-warnings from
1996 XEmacs-specific code.
1997 (dframe-set-timer-internal): Fix very old bug with
1998 post-command-idle-hook.
1999
2000 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
2001
2002 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
2003
2004 * image-mode.el (image-minor-mode): Use image-mode-text-map.
2005
2006 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
2007
2008 * sort.el (sort-fold-case, sort-numeric-base): Mark as
2009 safe-local-variable.
2010
2011 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2012
2013 * net/browse-url.el (browse-url-emacs): New function.
2014
2015 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2016
2017 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
2018 warning if the file uses old style backquotes.
2019
2020 * emacs-lisp/bytecomp.el (byte-compile-log-file)
2021 (byte-recompile-directory, byte-compile-file)
2022 (byte-compile-from-buffer): Use with-current-buffer.
2023
2024 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
2025 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
2026 (line-move-1, line-move-finish, line-move-to-column)
2027 (move-end-of-line, move-beginning-of-line): Use new name.
2028
2029 2007-08-22 Glenn Morris <rgm@gnu.org>
2030
2031 * files.el (backup-buffer-copy): Check backup directory is
2032 writable, to avoid infloop deleting old backup.
2033
2034 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
2035 movemail related variables.
2036 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
2037 will now be set before this is called.
2038
2039 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2040
2041 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
2042
2043 * progmodes/ada-mode.el: Fix up comment style in header.
2044 (ada-check-emacs-version): Remove.
2045 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
2046 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
2047 to try and quieten the byte-compiler.
2048 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
2049
2050 * vc.el (vc-annotate-warp-version): Don't use previous-line.
2051
2052 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
2053
2054 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
2055 extracted from `eval-last-sexp-1'.
2056 (eval-last-sexp-1): Call `preceding-sexp'.
2057
2058 2007-08-19 Glenn Morris <rgm@gnu.org>
2059
2060 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
2061 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
2062 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
2063 shadow files messing up the compilation.
2064
2065 2007-08-18 Glenn Morris <rgm@gnu.org>
2066
2067 * progmodes/scheme.el (scheme-mode-variables):
2068 Set font-lock-comment-start-skip.
2069
2070 2007-08-18 Martin Rudalics <rudalics@gmx.at>
2071
2072 * progmodes/ada-mode.el (ada-create-syntax-table):
2073 Move set-syntax-table from here to ...
2074 (ada-mode): ... here. Don't change global value of comment-multi-line.
2075 Call new function ada-initialize-syntax-table-properties.
2076 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
2077 (ada-deactivate-properties, ada-initialize-properties):
2078 Replace by new functions ...
2079 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
2080 (ada-initialize-syntax-table-properties): ... to set up syntax-table
2081 properties uniformly, independently from whether font-lock-mode
2082 is enabled or not. Handle read-only buffers and do not change
2083 undo-list when setting syntax-table properties.
2084 (ada-after-change-function): Use ada-set-syntax-table-properties.
2085
2086 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2087
2088 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
2089 (cperl-find-pods-heres): Fix an error when typing expressions like
2090 `s{a}{b}'.
2091
2092 2007-08-17 Glenn Morris <rgm@gnu.org>
2093
2094 * progmodes/compile.el (compilation-get-file-structure): Make use
2095 of the directory part when checking for an existing entry, to
2096 handle files with same basename in different directories.
2097
2098 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2099
2100 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
2101 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
2102 (ps-paragraph-spacing): Docstring fix.
2103
2104 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2105
2106 * smerge-mode.el (smerge-resolve): New arg `safe'.
2107 (smerge-resolve-all, smerge-batch-resolve): New function.
2108 (smerge-refine): Make sure `diff' returns the expected result.
2109 (smerge-parsep-re): New const.
2110 (smerge-mode): Use it to adjust paragraph-separate.
2111
2112 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2113 Correctly match / regexp matchers as first char on a line when
2114 fontifying only that line.
2115
2116 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
2117
2118 2007-08-16 Glenn Morris <rgm@gnu.org>
2119
2120 * ps-print.el (ps-font-size): Doc fix.
2121
2122 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2123
2124 * vc-bzr.el: Don't fiddle with vc-handled-backend.
2125 (vc-bzr-registered): Don't redundantly protect against
2126 file-error. Actually use the format-specific code.
2127 (vc-bzr-buffer-nonblank-p): Remove.
2128 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
2129
2130 2007-08-15 Glenn Morris <rgm@gnu.org>
2131
2132 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
2133 sloppier, for the sake of GNU Mailman.
2134 (rmail-digest-rfc1153): Initialize `result' correctly.
2135
2136 2007-08-14 Glenn Morris <rgm@gnu.org>
2137
2138 * simple.el (bad-packages-alist): New constant.
2139 (bad-package-check): New function. Together, these two add
2140 elements to `after-load-alist' to check for problematic external
2141 packages.
2142 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
2143
2144 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
2145
2146 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
2147 optional quotes around files in NEED-UPDATE . REMOVED case.
2148
2149 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
2150 (ada-treat-cmd-string): Improve error message.
2151 (ada-do-file-completion): Call `ada-require-project-file', so
2152 project variables are set properly.
2153 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
2154 (ada-gnatfind-buffer-name): New constant.
2155 (ada-find-any-references): Use new constant. Set buffer name
2156 properly in compilation-start. Toggle read-only properly.
2157 (ada-find-in-src-path): Fix spelling error in docstring.
2158
2159 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
2160 by zero error.
2161
2162 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
2163
2164 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
2165
2166 2007-08-12 Richard Stallman <rms@gnu.org>
2167
2168 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
2169 (cvs-execute-single-file): Use new name split-string-and-unquote.
2170 (cvs-header-msg): Use new name combine-and-quote-strings.
2171
2172 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
2173
2174 * progmodes/gud.el (gud-common-init): Use new name
2175 split-string-and-unquote.
2176
2177 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
2178 in javac regexp.
2179
2180 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
2181 combine-and-quote-strings and split-string-and-unquote.
2182
2183 * subr.el (combine-and-quote-strings): Rename from strings->string.
2184 (split-string-and-unquote): Rename from string->strings.
2185
2186 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2187
2188 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
2189 to buffer-local settings.
2190
2191 * emacs-lisp/backquote.el (backquote-delay-process): New function.
2192 (backquote-process): Add internal arg `level'. Use the two to
2193 correctly handle nested backquotes.
2194
2195 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
2196
2197 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
2198 (vc-bzr-state-words): Add "kind changed" state word.
2199 (vc-bzr-status): New function. Return Bzr idea of file status,
2200 which is different from VC's.
2201 (vc-bzr-state): Use vc-bzr-status.
2202 (vc-workfile-unchanged-p): Use vc-bzr-status.
2203 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
2204 (vc-dired-state): Process "kind changed" state word.
2205
2206 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
2207
2208 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
2209
2210 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
2211 Move from vc-default-find-file-not-found-hook.
2212
2213 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
2214
2215 * url/url-auth.el (url-basic-auth): When prompting for username
2216 and password, default to the username and password in the URL.
2217
2218 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2219
2220 * man.el: Remove spurious * in docstrings.
2221 Merge defvars and toplevel setq-defaults.
2222 (Man-highlight-references0): Limit=nil rather than point-max.
2223 (Man-mode-map): Move initialization into the declaration.
2224 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
2225 (Man-view-header-file): Use expand-file-name rather than concat.
2226 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
2227
2228 * man.el (Man-next-section): Make sure we do not move backward.
2229
2230 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2231
2232 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
2233 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
2234 ps-print-color-p is neither nil nor black-white. Reported by Christian
2235 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2236
2237 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2238
2239 * files.el (auto-mode-alist): Use the purecopied text (duh!).
2240
2241 2007-08-08 Andreas Schwab <schwab@suse.de>
2242
2243 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
2244 self-insert-command, not self-insert.
2245
2246 2007-08-08 Glenn Morris <rgm@gnu.org>
2247
2248 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
2249
2250 * Replace `iff' in doc-strings and comments.
2251
2252 * help-mode.el (help-make-xrefs): Search for symbol constituents,
2253 rather than just `-'.
2254
2255 2007-08-08 Martin Rudalics <rudalics@gmx.at>
2256
2257 * dired.el (dired-pop-to-buffer):
2258 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2259 * calendar/calendar.el (generate-calendar-window):
2260 * progmodes/compile.el (compilation-set-window-height):
2261 * textmodes/two-column.el (2C-two-columns, 2C-merge):
2262 Use window-full-width-p instead of comparing frame-width and
2263 window-width.
2264
2265 * progmodes/compile.el (compilation-find-buffer): Remove extra
2266 argument in call to compilation-buffer-internal-p.
2267
2268 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
2269
2270 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
2271 parameters IDENTIFICATION and CONNECTED.
2272 (tramp-handle-insert-file-contents): VISIT must be handled after
2273 insertion of the local copy. Reported by Peter Gordon
2274 <peter@pg-consultants.com>.
2275 (tramp-file-name-handler): No special handling for
2276 `expand-file-name'. But for `file-name-as-directory'.
2277 (tramp-find-shell, tramp-open-connection-telnet)
2278 (tramp-open-connection-rsh, tramp-open-connection-su)
2279 (tramp-open-connection-multi)
2280 (tramp-open-connection-setup-interactive-shell): Guard against
2281 $PROMPT_COMMAND shell var. Reported by Steve Youngs
2282 <steve@sxemacs.org>.
2283 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
2284 the hint.
2285
2286 * net/trampver.el: Update release number.
2287
2288 2007-08-07 Tom Tromey <tromey@redhat.com>
2289
2290 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
2291 Add safe-local-variable property.
2292
2293 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
2294
2295 * image-mode.el (image-toggle-display): Use image-refresh.
2296
2297 * longlines.el (longlines-decoded): New variable.
2298 (longlines-mode): Avoid encoding or decoding the buffer twice.
2299
2300 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
2301
2302 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
2303 unofficial version.
2304 (vc-bzr-command): Remove redundant setting of process-connection-type.
2305 (vc-bzr-admin-checkout-format-file): Add autoload.
2306 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
2307 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
2308 (vc-bzr-registered): Compare dirstate format tag with known good
2309 value, abort parsing if match fails. Warn user in docstring.
2310 (vc-bzr-workfile-version): Case for different Bzr branch formats.
2311 See bzrlib/branch.py in Bzr sources.
2312 (vc-bzr-diff): First argument FILES may be a string rather than a list.
2313 (vc-bzr-shell-command): Remove in favor of
2314 vc-bzr-command-discarding-stderr.
2315 (vc-bzr-command-discarding-stderr): New function.
2316
2317 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
2318
2319 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
2320 program, and return nil
2321 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
2322 (vc-bzr-state): Look for path names relative to the repository
2323 root after status keyword.
2324 (vc-bzr-file-name-relative): New function.
2325 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
2326 depend on it.
2327 (vc-bzr-admin-dirname, ...-checkout-format-file)
2328 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
2329 files that we now parse directly for speed.
2330 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
2331 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
2332 (vc-bzr-state): "bzr status" successful only if exitcode is 0
2333 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
2334 Bzr warnings, so we must discard it.
2335 (vc-bzr-workfile-version): Speedup counting lines from
2336 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
2337 if that file doesn't exist.
2338 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
2339 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
2340 (not ".bzr"!) to `vc-directory-exclusion-list'
2341 (vc-bzr-shell-command): New function.
2342
2343 2007-08-06 Tom Tromey <tromey@redhat.com>
2344
2345 * diff-mode.el (diff-unified->context, diff-reverse-direction)
2346 (diff-fixup-modifs): Typo in docstring.
2347
2348 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2349
2350 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
2351 count-screen-lines.
2352 (tpu-edt-off): Disable relevant pieces of advice.
2353
2354 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
2355 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
2356 (newline, newline-and-indent, do-auto-fill): Use advice instead of
2357 redefining the function.
2358 (tpu-set-scroll-margins): Activate the pieces of advice.
2359
2360 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
2361
2362 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
2363 process-filter.
2364
2365 2007-08-06 Martin Rudalics <rudalics@gmx.at>
2366
2367 * help.el (resize-temp-buffer-window): Use window-full-width-p
2368 instead of comparing frame-width and window-width.
2369
2370 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
2371
2372 * term.el: Honor term-default-fg-color and term-default-bg-color
2373 settings when modifying term-current-face.
2374 (term-default-fg-color, term-default-bg-color): Initialize from
2375 default term-current-face.
2376 (term-mode, term-reset-terminal): Set term-current-face with
2377 term-default-fg-color and term-default-bg-color.
2378 (term-handle-colors-array): term-current-face has term-default-fg-color
2379 and term-default-bg-color after reset escape sequence.
2380 (term-handle-colors-array): Set term-current-color with
2381 term-default-fg/bg-color instead of ansi-term-color-vector when the
2382 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
2383
2384 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
2385
2386 * files.el (set-auto-mode): Handle also remote files wrt
2387 `auto-mode-alist'.
2388
2389 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
2390 remote identification.
2391
2392 2007-08-04 Glenn Morris <rgm@gnu.org>
2393
2394 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
2395 zero, not nil, when the library is first loaded. Check for a file
2396 that has been modified on disk.
2397
2398 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
2399 Remove duplicate defvar preventing initialization.
2400 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
2401
2402 2007-08-03 Miles Bader <miles@gnu.org>
2403
2404 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
2405 backend names for new backends to `Git', `Hg', and `Bzr'.
2406 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
2407 not `HG'.
2408 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
2409 name, not `GIT'.
2410 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
2411 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
2412
2413 2007-08-03 Glenn Morris <rgm@gnu.org>
2414
2415 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
2416
2417 2007-08-02 Richard Stallman <rms@gnu.org>
2418
2419 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
2420 to update deleted flag.
2421
2422 * cus-edit.el (customize-apropos, customize-apropos-options)
2423 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
2424
2425 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
2426
2427 * startup.el (fancy-splash-head, startup-echo-area-message):
2428 Change message text.
2429
2430 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
2431 All callers use line-move.
2432
2433 * progmodes/compile.el (compilation-find-buffer): Return current
2434 buffer immediately if suitable.
2435 (compile, compilation-buffer-name, compilation-start): Doc fixes.
2436
2437 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2438
2439 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
2440 Make it more discriminating and more useful.
2441 (vc-bzr-root-dir): Use new name.
2442 (vc-bzr-registered): Use new name and look at the dirstate file to
2443 determine if it's registered or not without running `bzr'.
2444
2445 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
2446
2447 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
2448
2449 2007-07-31 Drew Adams <drew.adams@oracle.com>
2450
2451 * cus-edit.el (custom-group-value-create, custom-goto-parent):
2452 Fix parent groups link.
2453
2454 2007-07-31 Daiki Ueno <ueno@unixuser.org>
2455
2456 * faces.el (face-normalize-spec): New function.
2457 (frame-set-background-mode): Normalize face-spec before calling
2458 face-spec-match-p.
2459
2460 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
2461
2462 * vc-bzr.el: New file (copied from the trunk).
2463
2464 * vc-hooks.el (vc-handled-backends): Add BZR.
2465 (vc-find-file-hook): Failsafe if the backend's `registered'
2466 function burps.
2467
2468 * server.el (server-window): Add switch-to-buffer-other-frame option.
2469
2470 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2471
2472 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
2473 (vc-git-revision-completion-table): Enable.
2474
2475 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
2476
2477 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
2478
2479 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
2480 (vc-hg-registered): Set the vc-state property.
2481
2482 * diff-mode.el (diff-mode-menu): New entries.
2483
2484 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2485
2486 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
2487 (diff-file-kill): Use it.
2488 (diff-beginning-of-hunk): Add arg `try-harder' using it.
2489 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
2490 Use it so they find the hunk even when we're in the file header.
2491
2492 * vc.el: Add new VC operation `revision-completion-table'.
2493 (vc-default-revision-completion-table): New function.
2494 (vc-version-diff, vc-version-other-window): Use it to provide
2495 completion of revision names if the backend provides it.
2496
2497 * vc-arch.el (vc-arch--version-completion-table)
2498 (vc-arch-revision-completion-table): New functions to provide
2499 completion of revision names.
2500
2501 * vc-cvs.el: Require CL.
2502 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
2503 New functions to provide completion of revision names.
2504
2505 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
2506
2507 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
2508 (copyright-fix-years, copyright): Correctly handle the case where
2509 copyright-limit is nil.
2510
2511 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
2512
2513 * progmodes/python.el (run-python): Fix path separator under w32.
2514
2515 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
2516
2517 * vc-git.el: New File.
2518
2519 2007-07-28 Alan Mackenzie <acm@muc.de>
2520
2521 Fix problem with modes derived from CC Mode:
2522 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
2523 macro to cc-langs.
2524 (c-init-language-vars-for): Remove call to above macro.
2525 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
2526 been moved to here.
2527 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
2528
2529 2007-07-28 Eli Zaretskii <eliz@gnu.org>
2530
2531 * net/trampver.el: Fix the `coding' cookie.
2532
2533 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
2534
2535 * add-log.el (change-log-redate): Remove (not needed anymore and
2536 doesn't appear to work).
2537
2538 2007-07-25 Glenn Morris <rgm@gnu.org>
2539
2540 * Relicense all FSF files to GPLv3 or later.
2541
2542 * COPYING: Switch to GPLv3.
2543
2544 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2545
2546 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
2547 Replace it with another one which disables undo before calling
2548 erase-buffer and then turns it back on if needed.
2549
2550 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2551
2552 * ps-print.el: Problem with foreground and background color when
2553 printing a buffer with and without faces. Reported by Christian
2554 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2555 (ps-print-version): New version 6.7.5.
2556 (ps-default-fg): Change default value to nil, so black color is used
2557 when a face does not specify a foreground color.
2558 (ps-default-bg): Change default value to nil, so white color is used
2559 for background color.
2560 (ps-begin-job): Fix code.
2561
2562 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2563
2564 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
2565
2566 2007-07-24 Alan Mackenzie <acm@muc.de>
2567
2568 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
2569 Initialise byte-compile-unresolved-functions before rather than
2570 after a compilation.
2571 (byte-compile-unresolved-functions): Amplify doc string.
2572
2573 2007-07-24 Glenn Morris <rgm@gnu.org>
2574
2575 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
2576 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
2577 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
2578 (cal-tex-cursor-week, cal-tex-cursor-week2)
2579 (cal-tex-cursor-week-iso, cal-tex-week-hours)
2580 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
2581 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2582 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
2583
2584 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2585
2586 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
2587
2588 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2589
2590 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
2591 underlying file is uptodate.
2592
2593 2007-07-23 Richard Stallman <rms@gnu.org>
2594
2595 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
2596
2597 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2598
2599 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
2600 (sh-font-lock-flush-syntax-ppss-cache): New funs.
2601 (sh-font-lock-syntactic-keywords): Use them to distinguish the
2602 different possible cases for \'.
2603 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
2604
2605 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
2606 `file' from which to start the search and fix case where `file' is the
2607 current directory and the root as well.
2608
2609 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
2610 name for buffer-file-name if it refers to a directory.
2611
2612 2007-07-22 Jason Rumney <jasonr@gnu.org>
2613
2614 * w32-fns.el (set-default-process-coding-system): Use dos line ends
2615 for input to cmdproxy on all versions of Windows.
2616 Use dos line ends for input to plink.
2617
2618 * comint.el (comint-simple-send): Concat newline before sending.
2619 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
2620
2621 2007-07-22 Juri Linkov <juri@jurta.org>
2622
2623 * isearch.el (isearch-edit-string): Save old point and
2624 isearch-other-end to old-point and old-other-end before reading
2625 the search string from minibuffer. After exiting minibuffer set
2626 point to old-other-end if point and the search direction is the
2627 same as before reading the search string.
2628 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
2629 to isearch-other-end. Instead of isearch-search-and-update call
2630 three functions isearch-search, isearch-push-state and isearch-update.
2631
2632 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2633
2634 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
2635 destroying an existing buffer.
2636
2637 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2638
2639 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
2640
2641 * term/x-win.el (x-handle-no-bitmap-icon): New function.
2642
2643 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2644
2645 * textmodes/reftex.el (reftex-access-parse-file): Create parse
2646 file in a way that does not interfere with recentf.
2647
2648 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2649
2650 * image-dired.el (image-dired-sane-db-file): New func.
2651 (image-dired-write-tags, image-dired-remove-tag)
2652 (image-dired-list-tags, image-dired-write-comments)
2653 (image-dired-get-comment, image-dired-mark-tagged-files)
2654 (image-dired-create-gallery-lists): Call new func.
2655 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
2656
2657 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
2658
2659 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
2660 (vc-hg-dir-state): Fix loop.
2661 (vc-hg-print-log): Fix expected return value for vc-hg-command.
2662 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
2663 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
2664 (vc-hg-revert): Likewise.
2665 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
2666
2667 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2668
2669 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
2670 case of alignment under a constant symbol, find and consider
2671 the sexp actually at indentation to be the "last sexp".
2672
2673 2007-07-20 Eli Zaretskii <eliz@gnu.org>
2674
2675 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2676 (install): Use them to copy all *.el files before *.elc.
2677 (clean): Don't delete *~.
2678
2679 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
2680
2681 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
2682
2683 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
2684
2685 * vc-hg.el (vc-hg-registered): Replace if with when.
2686 (vc-hg-state): Deal with nonexistent files.
2687
2688 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
2689
2690 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
2691 (follow-delete-other-windows-and-split, follow-recenter)
2692 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
2693 (follow-redisplay, follow-estimate-first-window-start)
2694 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
2695 Fix typos in docstrings.
2696
2697 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
2698
2699 * bookmark.el (bookmark-show-all-annotations):
2700 Make sure each inserted annotation ends with newline.
2701
2702 (bookmark-maybe-sort-alist): Don't modify
2703 bookmark-alist. Instead, if not sorting, simply return it.
2704 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
2705 for its return value, not for its side effect.
2706
2707 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
2708
2709 * vc.el: Add more info about the vc-registered function.
2710
2711 2007-07-16 David Kastrup <dak@gnu.org>
2712
2713 * emacs-lisp/advice.el (defadvice): Doc fix.
2714
2715 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
2716
2717 * subr.el (when, unless): Doc fix.
2718
2719 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
2720
2721 * vc-hg.el (vc-hg-state): Handle removed files.
2722 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
2723 (vc-hg-checkout): Re-enable.
2724
2725 2007-07-15 Richard Stallman <rms@gnu.org>
2726
2727 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
2728
2729 * tutorial.el (tutorial--find-changed-keys):
2730 Handle C-x specially like ESC.
2731
2732 2007-07-15 Roland McGrath <roland@frob.com>
2733
2734 * add-log.el (add-change-log-entry): Check add-log-full-name
2735 and add-log-mailing-address later, after change-log-mode-hook.
2736
2737 2007-07-15 Richard Stallman <rms@gnu.org>
2738
2739 * isearch.el (isearch-mode, isearch-done):
2740 Delete unintended code in previous change.
2741
2742 * ps-print.el (ps-default-bg): Change to White.
2743
2744 2007-07-15 Aaron Hawley <aaronh@garden.org>
2745
2746 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
2747
2748 2007-07-15 Martin Rudalics <rudalics@gmx.at>
2749
2750 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
2751 when handling the terminating event.
2752
2753 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
2754
2755 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
2756
2757 2007-07-13 Eli Zaretskii <eliz@gnu.org>
2758
2759 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2760 (install): Use them to copy all *.el files before *.elc.
2761
2762 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
2763
2764 * replace.el (match): Use yellow1 instead of yellow.
2765
2766 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
2767
2768 * pcvs-info.el (cvs-unknown): Likewise.
2769
2770 2007-07-12 Davis Herring <herring@lanl.gov>
2771
2772 * desktop.el (desktop-buffer-info, desktop-save):
2773 Use `desktop-dirname' instead of `dirname'.
2774
2775 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
2776
2777 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
2778
2779 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
2780
2781 2007-07-10 Richard Stallman <rms@gnu.org>
2782
2783 * emacs-lisp/lisp-mode.el (eval-defun):
2784 Explain special handling of `defface'.
2785
2786 2007-07-09 Richard Stallman <rms@gnu.org>
2787
2788 * isearch.el (isearch-edit-string): Call to isearch-push-state
2789 after the search.
2790
2791 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
2792
2793 * cus-start.el (file-coding-system-alist): Fix custom type.
2794
2795 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
2796
2797 * longlines.el (longlines-wrap-region): Avoid marking buffer as
2798 modified.
2799 (longlines-auto-wrap, longlines-window-change-function):
2800 Remove unnecessary calls to set-buffer-modified-p.
2801
2802 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2803
2804 * vc.el (vc-default-log-view-mode): New function.
2805 (vc-print-log): Add new `log-view-mode' VC operation.
2806
2807 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
2808
2809 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
2810 Rename and move to...
2811
2812 * subr.el (strings->string, string->strings): ...here.
2813
2814 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
2815 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
2816
2817 * progmodes/gud.el (gud-common-init): Call string->strings instead
2818 of split-string.
2819
2820 2007-07-07 Eli Zaretskii <eliz@gnu.org>
2821
2822 * term/w32-win.el (menu-bar-open): New function.
2823 Bind <f10> to it.
2824
2825 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2826
2827 * log-view.el (log-view-mode-menu): New menu.
2828
2829 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
2830
2831 * vc-hg.el: New file.
2832
2833 2007-07-06 Andreas Schwab <schwab@suse.de>
2834
2835 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
2836 dynamic bindings around the evaluation of the expression.
2837 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
2838
2839 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2840
2841 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
2842 file names.
2843
2844 2007-07-02 Martin Rudalics <rudalics@gmx.at>
2845
2846 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
2847
2848 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
2849 event is not a cons cell. Do not unread drag-mouse-1 events.
2850 Select right window in check whether space was stolen from
2851 window above.
2852
2853 2007-07-01 Richard Stallman <rms@gnu.org>
2854
2855 * files.el (find-file-visit-truename): Fix safe-local-variable value.
2856
2857 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
2858
2859 * generic-x.el (generic-define-mswindows-modes)
2860 (generic-define-unix-modes, apache-log-generic-mode)
2861 (bat-generic-mode-keymap, java-manifest-generic-mode)
2862 (show-tabs-generic-mode): Fix typos in docstrings.
2863
2864 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2865
2866 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
2867 replace-regexp-in-string.
2868
2869 2007-06-28 Andreas Schwab <schwab@suse.de>
2870
2871 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
2872 $(lisp)/subdirs.el.
2873
2874 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
2875
2876 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
2877 the speedbar frame if nil; that deletes the current frame or
2878 causes an error if it is the only frame.
2879 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
2880
2881 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
2882
2883 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
2884 directory where the desktop file was found, as the docstring says.
2885 (desktop-kill): Use `read-directory-name'.
2886
2887 * desktop.el (desktop-load-locked-desktop): New option.
2888 (desktop-read): Use it.
2889 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
2890 Use `when'.
2891
2892 2007-06-24 Davis Herring <herring@lanl.gov>
2893
2894 * desktop.el (desktop-save-mode-off): New function.
2895 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
2896 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
2897 (desktop-claim-lock, desktop-release-lock): New functions.
2898 (desktop-kill): Tell `desktop-save' that this is the last save.
2899 Release the lock afterwards.
2900 (desktop-buffer-info): New function.
2901 (desktop-save): Use it. Run `desktop-save-hook' where the doc
2902 says to. Detect conflicts, and manage the lock.
2903 (desktop-read): Detect conflicts. Manage the lock.
2904
2905 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2906
2907 * ls-lisp.el (insert-directory): If an invalid regexp error is
2908 thrown, try using FILE as a literal file name, not a wildcard.
2909 Check for FILE as an existing file, not just a directory.
2910
2911 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
2912
2913 * ruler-mode.el (ruler-mode): Prevent clobbering the original
2914 `header-line-format' when reentering ruler mode.
2915
2916 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2917
2918 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
2919 FILE exists as a directory.
2920
2921 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2922
2923 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
2924 (vera-font-lock-match-item): Fix doc string.
2925 (vera-in-comment-p): Remove unused function.
2926 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
2927 use `syntax-ppss'.
2928 (vera-forward-syntactic-ws): Fix argument order.
2929 (vera-prepare-search): Use `with-syntax-table'.
2930 (vera-indent-line): Fix doc string.
2931 (vera-electric-tab): Fix doc string.
2932 (vera-expand-abbrev): Define alias instead of using `fset'.
2933 (vera-comment-uncomment-region): Use `comment-start-skip'.
2934
2935 2007-06-20 Reto Zimmermann <reto@gnu.org>
2936
2937 * progmodes/vera-mode.el: New file.
2938
2939 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
2940
2941 * ido.el (ido-find-file-in-dir): Don't signal an error for
2942 empty directories.
2943
2944 2007-06-18 Alan Mackenzie <acm@muc.de>
2945
2946 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2947 When removing lines, also remove the \n. Correction of patch of
2948 2007-04-21.
2949
2950 2007-06-17 Glenn Morris <rgm@gnu.org>
2951
2952 * lpr.el (lpr-page-header-switches): Move %s to separate element
2953 for correct quoting. Doc fix.
2954
2955 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2956
2957 * term/xterm.el (terminal-init-xterm): Escape parens in character
2958 constants.
2959
2960 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
2961
2962 * scroll-lock.el (scroll-lock-mode): Doc fix.
2963
2964 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2965
2966 * font-lock.el (font-lock-add-keywords): In case font-lock was only
2967 half-activated, forcefully activate it completely.
2968
2969 2007-06-11 Richard Stallman <rms@gnu.org>
2970
2971 * cus-edit.el (custom-variable-type): Doc fix.
2972
2973 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
2974
2975 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
2976
2977 2007-06-09 Davis Herring <herring@lanl.gov>
2978
2979 * desktop.el (desktop-minor-mode-table): Doc fix.
2980
2981 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
2982
2983 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
2984 (image-next-line, image-previous-line, image-scroll-up)
2985 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
2986 New functions.
2987 (image-mode-map): Remap motion commands.
2988 (image-mode-text-map): New keymap for viewing images as text.
2989 (image-mode): Use image-mode-map.
2990 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
2991
2992 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
2993
2994 Sync with Tramp 2.0.56.
2995
2996 * net/tramp.el:
2997 * net/tramp-ftp.el:
2998 * net/tramp-smb.el:
2999 * net/tramp-util.el:
3000 * net/tramp-vc.el:
3001 Don't load cl.el, because that pollutes the namespace. Replace cl
3002 macros by their implementations where necessary. Requested by
3003 Richard Stallman <rms@gnu.org>.
3004
3005 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
3006 doesn't exist.
3007 (with-parsed-tramp-file-name): Protect debug spec during compilation.
3008 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
3009 (tramp-file-name-p, tramp-file-name-multi-method)
3010 (tramp-file-name-method, tramp-file-name-user)
3011 (tramp-file-name-host, tramp-file-name-localname): New defuns,
3012 replacing defstruct `tramp-file-name'.
3013 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
3014 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
3015 Apply `vector' instead of `make-tramp-file-name'.
3016 (tramp-handle-make-auto-save-file-name):
3017 Apply `tramp-temporary-file-directory' for compatibility reasons.
3018 (tramp-completion-mode): Use `natnump' instead of `wholenump'
3019 because of XEmacs.
3020 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
3021 started.
3022
3023 2007-06-07 David Kastrup <dak@gnu.org>
3024
3025 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3026 Change default to `top'.
3027
3028 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
3029
3030 * dired.el (dired-mode-map): Remove spurious separator.
3031
3032 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
3033
3034 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
3035
3036 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
3037 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
3038
3039 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
3040
3041 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
3042 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
3043
3044 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
3045
3046 * progmodes/ebrowse.el (ebrowse-member-table):
3047 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
3048
3049 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3050
3051 * pgg.el (pgg-sign-region, pgg-sign):
3052 * ses.el (ses-call-printer):
3053 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
3054 * textmodes/org.el (org-cycle): Fix typos in docstrings.
3055
3056 2007-06-06 Eli Zaretskii <eliz@gnu.org>
3057
3058 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
3059 (tar-get-descriptor): Handle type 55, an extended pax header.
3060
3061 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3062
3063 * textmodes/css-mode.el: New file.
3064
3065 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
3066
3067 * net/socks.el: New file, taken from w3 repository.
3068 (top): Update Copyright. Don't load cl.el.
3069 (all): Replace `case' by `cond', `string-to-int' by
3070 `string-to-number', and `process-kill-without-query' by
3071 `set-process-query-on-exit-flag'.
3072 (socks-char-int): Remove defalias and all occurrences.
3073
3074 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3075
3076 * international/mule-cmds.el (toggle-enable-multibyte-characters)
3077 (sort-coding-systems, search-unencodable-char): Doc fixes.
3078 (coding-system-change-eol-conversion, set-default-coding-systems)
3079 (prefer-coding-system, find-multibyte-characters, princ-list)
3080 (leim-list-entry-regexp, set-input-method, locale-language-names)
3081 (input-method-exit-on-first-char, exit-language-environment-hook)
3082 (locale-charset-language-names): Fix typos in docstrings.
3083
3084 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
3085
3086 * bs.el (bs-cycle-previous): Don't modify the cycle list until
3087 `switch-to-buffer' has returned succesfully.
3088 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
3089 window is dedicated (it could iconify the frame).
3090
3091 2007-06-05 Glenn Morris <rgm@gnu.org>
3092
3093 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
3094
3095 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
3096
3097 * files.el (auto-mode-alist): Add lower-priority match for names
3098 like ChangeLog.old.
3099
3100 2007-06-04 Andreas Schwab <schwab@suse.de>
3101
3102 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
3103
3104 2007-06-04 Davis Herring <herring@lanl.gov>
3105
3106 * calendar/timeclock.el: Update version number.
3107 (timeclock-modeline-display): Mention timeclock-use-display-time
3108 in explanatory message.
3109 (timeclock-log): Suppress warnings when finding the log.
3110 Don't check for a nil project twice. Run hooks after killing the
3111 buffer (if applicable).
3112 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
3113 was geometric). All uses changed.
3114 (timeclock-generate-report): Support prefix argument.
3115
3116 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3117
3118 * man.el (Man-next-section): Don't consider the last line of the
3119 page as being part of any section.
3120
3121 2007-06-04 Martin Rudalics <rudalics@gmx.at>
3122
3123 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
3124 modified flag of buffer. Use `inhibit-modification-hooks'.
3125
3126 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
3127
3128 * mail/mail-extr.el (mail-extract-address-components):
3129 Recognize non-ASCII characters except for NBSP as words.
3130
3131 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
3132
3133 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
3134
3135 2007-06-04 Michael Olson <mwolson@gnu.org>
3136
3137 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
3138 died and we are trying to send a signal to it.
3139
3140 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
3141
3142 * emacs-lisp/easy-mmode.el (define-minor-mode)
3143 (easy-mmode-define-navigation): Fix typos in docstrings.
3144
3145 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
3146 Fix typos in docstrings.
3147 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
3148 (compilation-finish-function): Fix typo in obsolescence declaration.
3149
3150 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
3151
3152 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
3153
3154 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
3155 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
3156
3157 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
3158
3159 * longlines.el (longlines-mode): Make longlines-auto-wrap
3160 buffer-local. Add hooks unconditionally.
3161 (longlines-auto-wrap): Toggle wrapping.
3162 (longlines-after-change-function)
3163 (longlines-post-command-function): Check longlines-auto-wrap.
3164
3165 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
3166
3167 * Version 22.1 released.
3168
3169 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
3170
3171 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
3172 changes.
3173
3174 2007-05-31 Richard Stallman <rms@gnu.org>
3175
3176 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
3177
3178 2007-05-29 Martin Rudalics <rudalics@gmx.at>
3179
3180 * textmodes/table.el (table--point-entered-cell-function)
3181 (table--point-left-cell-function):
3182 Bind `inhibit-point-motion-hooks' to t.
3183
3184 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3185
3186 * emacs-lisp/rx.el (rx): Doc fix.
3187
3188 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
3189
3190 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
3191
3192 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3193
3194 * log-edit.el (log-edit-changelog-paragraph): Return point-max
3195 as the end of the ChangeLog paragraph when it ends without a line
3196 termination.
3197
3198 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3199
3200 * textmodes/fill.el (canonically-space-region): Make the second arg
3201 a marker if it's not already the case.
3202
3203 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
3204 (xterm-mouse-event): Use it.
3205
3206 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
3207
3208 * vc-hooks.el (vc-find-root): Fix file attribute test.
3209
3210 2007-05-24 Richard Stallman <rms@gnu.org>
3211
3212 * textmodes/flyspell.el (flyspell-correct-word-before-point):
3213 Don't let opoint be nil.
3214 (flyspell-emacs-popup): Explicit error if no dialogs.
3215
3216 2007-05-23 Eli Zaretskii <eliz@gnu.org>
3217
3218 * tar-mode.el (tar-file-name-handler): New function.
3219 (tar-extract): Bind file-name-handler-alist to it to force
3220 find-buffer-file-type-coding-system behave as if the file being
3221 extracted existed. Use last-coding-system-used to force
3222 buffer-file-coding-system to what decode-coding-region actually
3223 used to decode the file.
3224
3225 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3226
3227 * progmodes/compile.el (compilation-handle-exit):
3228 `compilation-finish-function' may change the current buffer.
3229
3230 2007-05-22 Richard Stallman <rms@gnu.org>
3231
3232 * files.el (set-auto-mode): Doc fix.
3233
3234 2007-05-22 Eli Zaretskii <eliz@gnu.org>
3235
3236 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3237
3238 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
3239
3240 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
3241 (rcirc-print): Handle `window-width'.
3242 (rcirc-buffer-maximum-lines): Doc fix.
3243
3244 2007-05-19 Kevin Ryde <user42@zip.com.au>
3245
3246 * info.el (Info-fontify-node): Match https also.
3247
3248 2007-05-18 Richard Stallman <rms@gnu.org>
3249
3250 * simple.el (push-mark): Doc fix.
3251
3252 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
3253
3254 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
3255 tpu-global-map.
3256 (tpu-original-global-map): Delete variable.
3257 (tpu-control-keys-map): New keymap variable.
3258 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
3259 setting keymapping directly.
3260 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
3261 tpu-global-map.
3262 (tpu-edt-on): Activate the tpu-global-map.
3263 (tpu-edt-off): Deactivate the tpu-global-map.
3264
3265 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
3266
3267 * textmodes/ispell.el (ispell-get-word): Return markers
3268 for start and end positions.
3269 (ispell-word): Assume END is a marker.
3270
3271 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3272
3273 * ps-print.el: Use default color when foreground or background color
3274 are unspecified. Reported by Leo <sdl.web@gmail.com>.
3275 (ps-print-version): New version 6.7.4.
3276 (ps-rgb-color): New argument. Use default color when color is
3277 unspecified.
3278 (ps-begin-job): Fix code.
3279
3280 2007-05-17 Martin Rudalics <rudalics@gmx.at>
3281
3282 * textmodes/ispell.el (ispell-start-process): Defend against bad
3283 default-directory.
3284
3285 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3286
3287 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
3288
3289 2007-05-16 Richard Stallman <rms@gnu.org>
3290
3291 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
3292
3293 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3294
3295 * files.el (magic-mode-alist, magic-fallback-mode-alist):
3296 Move the *ml, Postscript, and XmCD entries to the fallback part.
3297
3298 * files.el (magic-fallback-mode-alist):
3299 Rename from file-start-mode-alist.
3300
3301 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3302
3303 * progmodes/compile.el (compilation-handle-exit): Quote first
3304 argument of `run-hook-with-args'.
3305
3306 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
3307
3308 * buff-menu.el (Buffer-menu-sort-column):
3309 * dabbrev.el (dabbrev-upcase-means-case-search):
3310 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3311 * info.el (Info-current-subfile):
3312 * ls-lisp.el (ls-lisp-verbosity):
3313 * msb.el (msb-menu-cond):
3314 * pcvs.el (cvs-dired-use-hook):
3315 * simple.el (set-mark-command-repeat-pop):
3316 * time.el (display-time-24hr-format, display-time-mail-file):
3317 Doc fixes.
3318
3319 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
3320 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
3321
3322 * view.el (view-inhibit-help-message): Fix typo in docstring.
3323 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
3324
3325 2007-05-14 Eli Zaretskii <eliz@gnu.org>
3326
3327 * mail/rmail.el (rmail-convert-to-babyl-format):
3328 Check content-transfer-encoding _last_, because we need its position
3329 in base64-header-field-end.
3330
3331 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
3332
3333 * files.el (mode-require-final-newline, require-final-newline)
3334 (enable-local-variables, enable-local-eval): Doc fixes.
3335
3336 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
3337
3338 * progmodes/python.el (python-font-lock-keywords)
3339 (python-open-block-statement-p, python-mode): Add support for the new
3340 "with" keyword.
3341
3342 2007-05-10 Richard Stallman <rms@gnu.org>
3343
3344 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
3345 (iso-cvt-write-only): Likewise.
3346
3347 * emacs-lisp/easy-mmode.el (define-minor-mode):
3348 Fix generated doc string.
3349
3350 * startup.el (fancy-splash-text): Add URL of guided tour.
3351 Adjust horizontal and vertical whitespace.
3352
3353 * progmodes/compile.el (compilation-handle-exit):
3354 Use run-hook-with-args to run compilation-finish-functions.
3355
3356 * files.el (file-start-mode-alist): New variable.
3357 (magic-mode-regexp-match-limit): Doc fix.
3358 (set-auto-mode): Handle file-start-mode-alist.
3359 A little cleanup of structure.
3360
3361 2007-05-10 Davis Herring <herring@lanl.gov>
3362
3363 * calendar/timeclock.el (timeclock-in): Fix non-interactive
3364 workday specifications.
3365 (timeclock-log): Don't kill the log buffer if it already existed.
3366
3367 2007-05-08 Richard Stallman <rms@gnu.org>
3368
3369 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
3370 Don't include non-self-insert commands in the exception for `-'.
3371
3372 2007-05-08 David Reitter <david.reitter@gmail.com>
3373
3374 * progmodes/python.el (python-guess-indent): Check non-nullness
3375 before comparing indent against the 2..8 interval.
3376
3377 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3378
3379 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
3380 available.
3381
3382 2007-05-06 Richard Stallman <rms@gnu.org>
3383
3384 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
3385
3386 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
3387
3388 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
3389 disconnections.
3390
3391 2007-05-01 Romain Francoise <romain@orebokech.com>
3392
3393 * dired-x.el: Revert 2007-04-06 change.
3394
3395 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
3396
3397 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
3398 don't put stop on toolbar.
3399
3400 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
3401
3402 * find-dired.el (find-dired-filter): Propertize all text down to eob.
3403
3404 2007-04-29 Richard Stallman <rms@gnu.org>
3405
3406 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
3407
3408 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3409
3410 * progmodes/cc-mode.el (c-before-change): Use point-min rather
3411 than 1.
3412
3413 2007-04-28 Richard Stallman <rms@gnu.org>
3414
3415 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
3416
3417 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3418
3419 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
3420
3421 2007-04-28 Eli Zaretskii <eliz@gnu.org>
3422
3423 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
3424 instead of $(lisp)/mh-e.
3425
3426 * textmodes/fill.el (fill-paragraph): Doc fix.
3427
3428 2007-04-28 Glenn Morris <rgm@gnu.org>
3429
3430 * image-dired.el (image-dired-cmd-create-thumbnail-options)
3431 (image-dired-cmd-create-temp-image-options): Replace option
3432 +profile "*" with -strip.
3433
3434 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
3435
3436 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3437 Use window-start and window-end.
3438
3439 2007-04-26 Glenn Morris <rgm@gnu.org>
3440
3441 * progmodes/python.el: Restore file pending consideration of legal
3442 status.
3443
3444 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
3445
3446 * locate.el (locate-in-alternate-database): Doc fix.
3447
3448 2007-04-26 Glenn Morris <rgm@gnu.org>
3449
3450 * button.el (button): Use underline if supported, else fall back
3451 to color.
3452
3453 2007-04-25 Richard Stallman <rms@gnu.org>
3454
3455 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
3456
3457 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
3458
3459 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
3460 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
3461 pushing mark.
3462 (idlwave-current-routine): Don't push mark.
3463
3464 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
3465
3466 * image-dired.el (image-dired-display-image): Derive image-type from
3467 filename rather than assuming jpeg, in case no resizing was needed.
3468
3469 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3470
3471 * custom.el (defface): Doc fix.
3472
3473 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
3474
3475 * progmodes/python.el: Remove due to unclear legal issues.
3476
3477 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
3478
3479 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
3480 Don't re-query for each cleared BP.
3481 (idlwave-shell-clear-bp): Optionally skip BP query.
3482 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
3483 of set-window-buffer, which incorrectly moves displayed region.
3484
3485 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
3486
3487 * calc/calc.el (calc-bug-address): Update maintainer's address.
3488 * calc/*: Update maintainer's address.
3489
3490 2007-04-23 Richard Stallman <rms@gnu.org>
3491
3492 * simple.el (set-mark-command-repeat-pop): Doc fix.
3493 Put in `editing-basics' group.
3494
3495 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
3496
3497 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
3498 New functions.
3499 (Info-mode-line-node-keymap): Bind mouse commands to
3500 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
3501
3502 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
3503
3504 * locate.el (locate-local-prompt): New var.
3505 (locate-prompt-for-command): Doc fix.
3506 (locate-prompt-for-search-string): New function.
3507 (locate): New optional arg. Make locate-local-prompt
3508 buffer-local. Use locate-prompt-for-search-string.
3509 (locate-with-filter): New optional arg.
3510 Use locate-prompt-for-search-string.
3511 (locate-update): Bind locate-prompt-for-command.
3512
3513 2007-04-23 Glenn Morris <rgm@gnu.org>
3514
3515 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
3516
3517 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
3518
3519 * button.el (button): Inherit from link face on a tty.
3520
3521 2007-04-23 Glenn Morris <rgm@gnu.org>
3522
3523 * button.el (button): Use color for this face on a tty.
3524
3525 * files.el (magic-mode-alist): Allow for carriage-returns in
3526 html-mode and sgml-mode entries.
3527
3528 2007-04-22 Richard Stallman <rms@gnu.org>
3529
3530 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3531 Improve doc string of generated command.
3532
3533 * subr.el (read-number): Catch errors.
3534
3535 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
3536
3537 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3538
3539 * image-dired.el: Rename from thumbnails.el. All instances of
3540 "thumbnails" replaced with "image-dired".
3541
3542 * dired.el (dired-mode-map): Rename "thumbnails" again, to
3543 "image-dired".
3544
3545 2007-04-22 Kim F. Storm <storm@cua.dk>
3546
3547 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
3548 Don't use kill-line.
3549
3550 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
3551
3552 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
3553 error message.
3554
3555 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3556
3557 * dired.el: Rename "tumme" to "thumbnails".
3558
3559 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
3560 replaced with "thumbnails".
3561
3562 2007-04-22 Glenn Morris <rgm@gnu.org>
3563
3564 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
3565 and give it the risky-local-variable property.
3566
3567 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
3568 before defining it.
3569
3570 2007-04-21 Martin Rudalics <rudalics@gmx.at>
3571
3572 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3573 Use delete-region instead of kill-line.
3574
3575 2007-04-21 Alan Mackenzie <acm@muc.de>
3576
3577 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
3578 `kill-region' by `delete-region'.
3579
3580 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
3581
3582 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
3583 instead of kill-region.
3584
3585 * progmodes/mantemp.el (mantemp-make-mantemps-region)
3586 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
3587 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
3588 and kill-line.
3589
3590 * progmodes/vhdl-mode.el (vhdl-template-type)
3591 (vhdl-template-record, vhdl-template-nature)
3592 (vhdl-template-configuration-spec, vhdl-template-component-inst)
3593 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
3594 Use delete-region instead of kill-word and kill-line.
3595
3596 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3597
3598 * dired-x.el (dired-virtual-mode): Doc fix.
3599
3600 2007-04-21 Richard Stallman <rms@gnu.org>
3601
3602 * font-lock.el (font-lock-keywords-alist): Mark as risky.
3603
3604 * subr.el (read-number): Doc fix.
3605
3606 * simple.el (pop-to-mark-command): Display message "mark popped"
3607 if point does not move.
3608 (set-mark-command): Doc fix.
3609
3610 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
3611
3612 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
3613 (locate-local-filter, locate-local-search): New vars.
3614 (locate): Make variables local.
3615 (locate-update): Bind locate-buffer-name. Call locate using
3616 locate-local-filter and locate-local-search.
3617
3618 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
3619
3620 * hi-lock.el (hi-lock-file-patterns-policy): New var.
3621 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
3622 (hi-lock-mode): Update docstring.
3623
3624 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3625
3626 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
3627 fill-nobreak-predicate when the break is past fill-column.
3628
3629 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
3630
3631 * locate.el (locate): Output from shell-command should go in the
3632 current buffer rather than *Shell Command Output*.
3633
3634 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
3635
3636 * paren.el (show-paren-function): Fix last fix.
3637
3638 2007-04-19 Kevin Ryde <user42@zip.com.au>
3639
3640 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
3641 (archive-lzh-summarize): Add optional start arg for where to start
3642 looking at the archive.
3643 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
3644
3645 * international/mule.el (auto-coding-alist): no-conversion for .exe
3646 and .EXE.
3647
3648 2007-04-19 Alan Mackenzie <acm@muc.de>
3649
3650 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
3651 function return type contains "struct", "union", etc.
3652 c-end-of-defun goes too far forward.
3653
3654 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
3655
3656 * paren.el (show-paren-function): Reset window-start to avoid
3657 recentering.
3658
3659 2007-04-19 Glenn Morris <rgm@gnu.org>
3660
3661 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
3662
3663 2007-04-18 Glenn Morris <rgm@gnu.org>
3664
3665 * calendar/diary-lib.el (diary-header-line-format): Add a custom
3666 :set function.
3667 (diary-list-entries): Only switch to diary-mode from
3668 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
3669 diary-mode set header-line-format, in case of any customization.
3670
3671 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
3672
3673 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
3674 is less than the length of parse-time-syntax.
3675
3676 2007-04-17 David Kastrup <dak@gnu.org>
3677
3678 * replace.el (query-replace-regexp-eval): Deprecate.
3679
3680 2007-04-17 Alan Mackenzie <acm@muc.de>
3681
3682 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
3683 point too close to EOB, leave point at EOB rather than last `}'.
3684
3685 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3686
3687 * textmodes/bibtex.el (bibtex-include-OPTkey)
3688 (bibtex-user-optional-fields, bibtex-entry-field-alist):
3689 Fix defcustom.
3690
3691 2007-04-17 Glenn Morris <rgm@gnu.org>
3692
3693 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
3694 be encoded, fall back to current year.
3695
3696 2007-04-14 Kevin Ryde <user42@zip.com.au>
3697
3698 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
3699 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
3700 M "MSDOS".
3701
3702 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
3703
3704 * progmodes/python.el (python-end-of-block): Avoid looping forever
3705 if python-next-statement fails.
3706
3707 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3708
3709 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
3710
3711 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3712
3713 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
3714 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
3715
3716 2007-04-15 Jay Belanger <belanger@truman.edu>
3717
3718 * calc/calc.el (calc-version): New function.
3719 (calc-trail-mode): Shorten the title.
3720
3721 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
3722
3723 * mail/footnote.el (footnote-style): Clarify docstring to state
3724 that customizing this only applies to future footnotes.
3725
3726 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3727
3728 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
3729 (bibtex-make-field): Check that INIT is a string. Use functionp.
3730
3731 2007-04-14 Glenn Morris <rgm@gnu.org>
3732
3733 * complete.el (PC-goto-end): New buffer-local variable.
3734 (PC-do-completion-end): Make buffer-local.
3735 (partial-completion-mode) <choose-completion-string-functions>:
3736 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
3737 (PC-do-completion): New optional fourth argument GOTO-END. Add a
3738 doc string. Set PC-goto-end for choose-completion.
3739 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
3740 PC-do-completion.
3741
3742 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
3743 arg to bibtex-make-field.
3744 (bibtex-make-field): Add optional fourth arg NODELIM.
3745 Insert delimiters around INIT unless this arg is non-nil.
3746
3747 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
3748
3749 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
3750 global map isn't modified.
3751
3752 2007-04-14 Glenn Morris <rgm@gnu.org>
3753
3754 * calendar/appt.el (appt-disp-window): Do not split small windows.
3755 Suggested by Jeff Miller <jmiller@cablespeed.com>.
3756
3757 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
3758
3759 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
3760
3761 * files.el: Ditto.
3762
3763 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
3764
3765 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
3766
3767 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
3768 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
3769 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
3770 (term-pager-help): Fix typos in docstrings.
3771
3772 * wid-edit.el (widget-documentation): Fix typo in docstring.
3773
3774 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
3775 Fix typos in error messages.
3776
3777 2007-04-13 Martin Rudalics <rudalics@gmx.at>
3778
3779 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
3780 window marked as dedicated.
3781
3782 * mail/footnote.el (footnote-latin-string): New variable.
3783 (footnote-latin-regexp): Redefine as regexp alternative.
3784 (Footnote-latin): Use footnote-latin-string instead of
3785 footnote-latin-regexp.
3786
3787 2007-04-13 Glenn Morris <rgm@gnu.org>
3788
3789 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
3790 inherited keymaps.
3791
3792 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
3793
3794 * outline.el (outline-get-next-sibling): Clarify docstring.
3795 (outline-get-last-sibling): Handle case where we are at the first
3796 heading. Clarify docstring.
3797
3798 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
3799
3800 * progmodes/gud.el (gud-minor-mode-map): Make go button same
3801 length as stop button to lessen flicker.
3802 (jdb): Add gud-print.
3803 (gud-find-expr): Jdb prints the expression with the value, so
3804 don't insert it in the output.
3805
3806 2007-04-11 Jason Rumney <jasonr@gnu.org>
3807
3808 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
3809 case hex. Do not try to decode non-hex letters.
3810
3811 2007-04-11 Markus Triska <markus.triska@gmx.at>
3812
3813 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
3814 (byte-optimize-backward-word): Remove (move to bytecomp.el).
3815 (byte-optimize-form-code-walker): Evaluate pure function calls if
3816 possible.
3817 (byte-optimize-all-constp): New function.
3818
3819 * emacs-lisp/bytecomp.el (byte-compile-char-before):
3820 Improve numeric argument case.
3821 (byte-compile-backward-char, byte-compile-backward-word):
3822 New functions, performing rewriting previously done in byte-opt.el.
3823 Fix their "Fixme" item (restriction to numeric arguments).
3824
3825 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3826
3827 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
3828 with dolist.
3829 (after-init-hook): Don't quote lambda.
3830 (desktop-first-buffer): Don't wrap it in eval-when-compile.
3831 (desktop-internal-v2s): Remove unused var `el'.
3832 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
3833 desktop-restore-file-buffer.
3834 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
3835 desktop-create-buffer.
3836
3837 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
3838
3839 * woman.el (woman-decode-buffer): Postpone macro-set check...
3840 (woman-decode-region): ...to here.
3841
3842 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
3843
3844 * startup.el (tty-handle-args): Use %S to log ARGS.
3845
3846 2007-04-10 Glenn Morris <rgm@gnu.org>
3847
3848 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
3849 it is obsolete and has no effect.
3850
3851 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
3852 byte-compiler.
3853
3854 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
3855 obsolete function make-local-hook.
3856
3857 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
3858 start to quieten byte-compiler.
3859
3860 2007-04-10 Markus Triska <markus.triska@gmx.at>
3861
3862 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
3863 to bytecomp.el as byte-compile-char-before).
3864 * emacs-lisp/bytecomp.el (byte-compile-char-before):
3865 New function (modified replacement for byte-optimize-char-before in
3866 byte-opt.el).
3867
3868 2007-04-09 Alan Mackenzie <acm@muc.de>
3869
3870 * startup.el (inhibit-splash-screen): Emphatically state that it
3871 can't be set in site-start.el.
3872
3873 2007-04-09 Masatake YAMATO <jet@gyve.org>
3874
3875 * progmodes/cc-subword.el (c-capitalize-subword): More closely
3876 mimic the behavior of `capitalize-word'. Do not move point with a
3877 negative argument. Based on tiny change by Paul Curry.
3878
3879 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
3880
3881 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
3882 Don't move point if ARG is negative.
3883
3884 2007-04-09 Alan Mackenzie <acm@muc.de>
3885
3886 Changes to make `narrow-to-defun' and `mark-defun' work properly
3887 in CC Mode:
3888
3889 * progmodes/cc-defs.el (c-beginning-of-defun-1):
3890 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
3891 Bind beginning/end-of-defun-function to nil around calls to
3892 beginning/end-of-defun.
3893
3894 * progmodes/cc-langs.el (beginning-of-defun-function)
3895 (end-of-defun-function): New c-lang-setvar's.
3896
3897 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
3898 (setq arg 1))" to enable non-interactive call.
3899
3900 2007-04-09 Eli Zaretskii <eliz@gnu.org>
3901
3902 * simple.el (set-mark-command): Doc fix.
3903
3904 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
3905
3906 * progmodes/gud.el (gdb): Restore existing session if user
3907 tries to start a second one in graphical mode.
3908
3909 2007-04-08 Martin Rudalics <rudalics@gmx.at>
3910
3911 * cus-start.el <scroll-preserve-screen-position>: Add choices.
3912
3913 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3914
3915 * term/xterm.el (terminal-init-xterm): Fix key definitions.
3916 Add binding for C-M-SPC.
3917
3918 2007-04-08 Richard Stallman <rms@gnu.org>
3919
3920 * pcomplete.el (pcomplete-read-event): One single definition,
3921 and not a defsubst.
3922
3923 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
3924
3925 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
3926 byte-compiler warning "value unused".
3927
3928 2007-04-08 Andreas Schwab <schwab@suse.de>
3929
3930 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
3931
3932 2007-04-07 Glenn Morris <rgm@gnu.org>
3933
3934 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
3935 Autoload these functions.
3936 (diary-date-forms): Add a custom :set form.
3937
3938 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
3939 before first use.
3940 (diary-font-lock-keywords): New function with old code for
3941 initialization of variable of same name.
3942
3943 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
3944
3945 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
3946 clean-up: only insert space when on identifier, etc.
3947
3948 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
3949
3950 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
3951
3952 * net/tls.el (open-tls-stream): Properly handle case where there
3953 is no associated buffer.
3954
3955 2007-04-07 Glenn Morris <rgm@gnu.org>
3956
3957 * ffap.el (ffap-file-at-point): Lower the priority of the
3958 ffap-ftp-sans-slash-regexp check.
3959
3960 2007-04-06 Alan Mackenzie <acm@muc.de>
3961
3962 Fix fontification of labels, and other things with ":".
3963
3964 * progmodes/cc-engine.el (c-forward-label): The function now
3965 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
3966 the former t.
3967
3968 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
3969 new return code from c-forward-label, fontifying tokens properly.
3970 Add some general comments throughout the file.
3971
3972 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
3973
3974 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
3975 Revert 2006-01-27 change.
3976
3977 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
3978
3979 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
3980
3981 * desktop.el (desktop-create-buffer, desktop-save):
3982 Revert 2004-11-12 change for lack of copyright papers.
3983
3984 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
3985 (dired-guess-default): Respect case.
3986
3987 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
3988
3989 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
3990 was originally checked in as byte-optimize-concat on 1997-11-02.
3991
3992 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
3993 1995-05-19 doc changes.
3994
3995 2007-04-06 Kim F. Storm <storm@cua.dk>
3996
3997 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
3998 (unload-feature): Update interactive spec accordingly.
3999
4000 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
4001
4002 2007-04-06 John Paul Wallington <jpw@pobox.com>
4003
4004 * subr.el (with-case-table): Use `make-symbol' to avoid variable
4005 capture. Restore the table in the same buffer.
4006
4007 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
4008
4009 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
4010
4011 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4012 Print entire form.
4013
4014 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
4015
4016 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
4017 for low-color displays.
4018
4019 2007-04-05 Glenn Morris <rgm@gnu.org>
4020
4021 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
4022 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
4023 Seed random number generator on loading.
4024
4025 * emacs-lisp/authors.el (top-level): Provide self.
4026
4027 * play/animate.el (top-level): Provide self.
4028
4029 2007-04-04 Alan Mackenzie <acm@muc.de>
4030
4031 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
4032 to mention c-syntactic-indentation.
4033
4034 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
4035
4036 * subr.el (with-case-table): New macro.
4037
4038 * international/mule.el (ascii-case-table): New var.
4039
4040 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
4041 downcasing.
4042
4043 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
4044
4045 * progmodes/gud.el (gud-minor-mode-map): Simplify.
4046
4047 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
4048 of the window if we're outside it e.g menu-bar.
4049
4050 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
4051 window if we're outside it e.g menu-bar.
4052
4053 2007-04-03 Eli Zaretskii <eliz@gnu.org>
4054
4055 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
4056 decode base-64 encoded body if its content-type is something other
4057 than text/* or message/*.
4058
4059 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
4060
4061 * simple.el (activate-mark-hook): Fix typo in docstring.
4062
4063 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
4064
4065 * tmm.el (tmm-c-prompt): Initialize.
4066 (tmm-menubar): Deal with extended menu-items at top level.
4067 (tmm-get-keybind): Handle bindings redefined/undefined locally.
4068 (tmm-prompt): Handle visibility of top level menu-items.
4069
4070 * progmodes/gud.el (gud-menu-map): Simplify.
4071 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
4072 menubar.
4073
4074 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
4075
4076 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
4077
4078 * comint.el (comint-send-input): Widen the buffer first.
4079
4080 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
4081
4082 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4083
4084 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
4085 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
4086
4087 * newcomment.el (comment-search-forward): Discard comment starters
4088 before point.
4089
4090 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
4091
4092 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
4093
4094 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
4095
4096 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
4097 when downcasing.
4098
4099 * button.el (previous-button): Rewrite to account for adjacent buttons.
4100
4101 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
4102
4103 * progmodes/idlwave.el (idlwave-auto-fill):
4104 Revert paragraph-separate change.
4105
4106 * progmodes/idlw-shell.el (idlwave-shell-break-in):
4107 Simplify module calc.
4108 (idlwave-shell-set-bp-in-module): Compute module.
4109
4110 2007-03-31 Glenn Morris <rgm@gnu.org>
4111
4112 * emacs-lisp/timer.el (run-at-time): Doc fix.
4113
4114 * emacs-lisp/warnings.el (display-warning): If we create the
4115 buffer displaying the warning, disable undo there.
4116
4117 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
4118
4119 * net/tramp.el (tramp-register-file-name-handler)
4120 (tramp-register-completion-file-name-handler): New defsubst,
4121 derived from `tramp-register-file-name-handlers'. The split is
4122 necessary because Tramp's file name handlers must be registered at
4123 different startup places.
4124
4125 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
4126
4127 * progmodes/hideshow.el (turn-off-hideshow): New function.
4128 (hs-minor-mode): Use it instead of a lambda expression in
4129 change-major-mode-hook.
4130
4131 2007-03-31 David Kastrup <dak@gnu.org>
4132
4133 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
4134 corresponding to MANPATH_MAP entries.
4135 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
4136 (woman-parse-man.conf): Use more discriminating man.conf name.
4137 (woman-parse-man.conf): Parse MANPATH_MAP entries.
4138 (woman-manpath): Doc fix and type fix.
4139 (woman-cached-data): Check for MANPATH_MAP entries.
4140 (woman-expand-directory-path): Treat MANPATH_MAP entries.
4141
4142 2007-03-31 Stuart Herring <herring@lanl.gov>
4143
4144 * emacs-lisp/sregex.el (sregexq): Doc fix.
4145
4146 2007-03-31 Markus Triska <markus.triska@gmx.at>
4147
4148 * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
4149
4150 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
4151
4152 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
4153 Move to the right.
4154
4155 2007-03-30 Alan Mackenzie <acm@muc.de>
4156
4157 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
4158
4159 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4160
4161 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
4162 Use it, passed in explicitly, instead of from the dynamic binding.
4163 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
4164
4165 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
4166
4167 * simple.el (blink-matching-open): When in minibuffer, don't
4168 search for a match inside the prompt.
4169
4170 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
4171
4172 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
4173 (tmm-prompt): Don't make the mouse user select the first menu
4174 item twice.
4175
4176 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
4177
4178 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
4179 SIGUSR1 and SIGUSR2.
4180
4181 2007-03-29 Kim F. Storm <storm@cua.dk>
4182
4183 * ido.el (ido-read-internal): When reading file or dir, only override
4184 minibuffer-local-filename-completion-map, otherwise only override
4185 minibuffer-local-completion-map.
4186
4187 2007-03-29 Glenn Morris <rgm@gnu.org>
4188
4189 * complete.el (partial-completion-mode): Set PC-do-completion-end
4190 to nil after use.
4191 (PC-lisp-complete-symbol): Create and use a marker at `end',
4192 rather than using point-marker.
4193
4194 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
4195
4196 * simple.el (next-error-highlight): Doc fix.
4197 (compose-mail): Revert 2007-03-19 change.
4198
4199 2007-03-28 Richard Stallman <rms@gnu.org>
4200
4201 * emacs-lisp/edebug.el (edebug-display): Don't go to
4202 edebug-outside-buffer if it is dead.
4203
4204 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
4205
4206 * view.el (view-mode): Fix typos in docstring.
4207
4208 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
4209
4210 * recentf.el (recentf-save-file): Add a custom :set function.
4211
4212 2007-03-28 Glenn Morris <rgm@gnu.org>
4213
4214 * complete.el (PC-do-completion-end): New variable.
4215 (partial-completion-mode) <choose-completion-string-functions>:
4216 Use PC-do-completion-end in the non-minibuffer case to replace the
4217 correct amount of text.
4218 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
4219 (PC-lisp-complete-symbol): Give marker the after-insertion type,
4220 to deal with improvements inserted after point.
4221
4222 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4223
4224 * button.el (make-text-button): Add explicit `button' property.
4225 (default-button): Don't put a `button' property on it.
4226
4227 * progmodes/python.el (python-mode): Skip comments when parsing.
4228
4229 * vc-arch.el (vc-with-current-file-buffer): New macro.
4230 (vc-arch-file-source-p): Use it to avoid infloop.
4231
4232 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
4233
4234 * emacs-lisp/lisp.el (lisp-complete-symbol):
4235 Fix call to get-buffer-window to find windows in other frames.
4236
4237 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4238
4239 * comint.el (comint-proc-query, comint-dynamic-list-completions):
4240 Fix calls to get-buffer-window to find windows in other frames.
4241 Reported by David Hansen <david.hansen@gmx.net>.
4242
4243 2007-03-27 Kevin Ryde <user42@zip.com.au>
4244
4245 * info.el (Info-display-images-node): On a text-only terminal,
4246 show the "text" or "alt" parts of the image blobs.
4247
4248 2007-03-27 Glenn Morris <rgm@gnu.org>
4249
4250 * complete.el (PC-do-completion): Compute completion-base-size in
4251 the non-filename case, rather than setting to nil.
4252 (PC-lisp-complete-end): New variable.
4253 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
4254 original end in a series of consecutive invocations.
4255
4256 * calendar/calendar.el (calendar-mode-hook): Declare it.
4257
4258 * calendar/diary-lib.el (diary-live-p): Do not check for
4259 diary-selective-display.
4260
4261 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4262
4263 * replace.el (occur-next-error): *Occur* might not be displayed in the
4264 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
4265
4266 2007-03-26 Richard Stallman <rms@gnu.org>
4267
4268 * textmodes/flyspell.el (flyspell-large-region):
4269 Use ispell-call-process-region.
4270
4271 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4272
4273 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
4274 Use prin1 instead of princ.
4275
4276 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
4277
4278 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
4279 Merge in X resources before global face.
4280
4281 * progmodes/compile.el (compilation-start): Save compilation-directory
4282 rather than default-directory as local var.
4283 (compilation-directory): Mark as safe local var.
4284
4285 * files.el: Don't mark default-directory as a safe local var.
4286
4287 2007-03-25 Alan Mackenzie <acm@muc.de>
4288
4289 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
4290 * progmodes/cc-engine.el: Fix typo.
4291
4292 2007-03-25 Juri Linkov <juri@jurta.org>
4293
4294 * compare-w.el (compare-windows): Rename customization group
4295 `compare-w' to `compare-windows'.
4296 (compare-windows-whitespace, compare-ignore-whitespace)
4297 (compare-ignore-case, compare-windows-sync)
4298 (compare-windows-sync-string-size, compare-windows-recenter)
4299 (compare-windows-highlight, compare-windows): Change group name in
4300 the `group' tag from `compare-w' to `compare-windows'.
4301 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
4302
4303 2007-03-24 Markus Triska <markus.triska@gmx.at>
4304
4305 * expand.el: Change example to always enable abbrev-mode,
4306 and remove redundant `function'.
4307 (expand-abbrev-hook): Add autoload cookie.
4308
4309 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
4310
4311 * emacs-lisp/testcover.el (testcover-start, testcover-end)
4312 (testcover-mark-all, testcover-unmark-all): Add prompts to
4313 interactive specs.
4314
4315 2007-03-24 Jason Rumney <jasonr@gnu.org>
4316
4317 * autorevert.el (find-file-hook, auto-revert-tail-mode):
4318 Use file size in bytes for auto-revert-tail-pos not characters.
4319
4320 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
4321
4322 * vc-rcs.el (vc-rcs-annotate-command):
4323 Set text property :vc-annotate-prefix on the annotation text.
4324 (vc-rcs-annotate-time): Instead of searching for ": ",
4325 search for end of text propertized with :vc-annotate-prefix.
4326
4327 2007-03-24 Martin Rudalics <rudalics@gmx.at>
4328
4329 * whitespace.el (top level): Remove calls putting
4330 permanent-local nil property since these are no-ops.
4331
4332 * man.el (Man-support-local-filenames): Assure that
4333 default-directory exists when doing call-process.
4334
4335 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
4336
4337 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
4338 Fix omission bug: Use m4-program-options to construct shell command.
4339
4340 2007-03-23 David Kastrup <dak@gnu.org>
4341
4342 * progmodes/cc-mode.el (c-make-emacs-variables-local):
4343 Use `mapcar' rather than `mapcan' to silence compiler warning.
4344
4345 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
4346
4347 * textmodes/reftex.el, textmodes/reftex-vars.el,
4348 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
4349 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
4350 * textmodes/reftex-index.el, textmodes/reftex-global.el,
4351 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
4352 * textmodes/reftex-auc.el: Add maintainer address.
4353
4354 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
4355
4356 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
4357 Make sure that `global-font-lock-mode' does not turn on font-lock
4358 in these buffers.
4359
4360 2007-03-21 Kim F. Storm <storm@cua.dk>
4361
4362 * xt-mouse.el (xt-mouse-epoch): New variable.
4363 (xterm-mouse-event): Use float-time.
4364
4365 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
4366
4367 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
4368 current-time.
4369
4370 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4371
4372 * complete.el (read-file-name-internal): Don't add the final > if the
4373 completion is not finished (re-application of this patch, which was
4374 accidentally undone by Eli).
4375
4376 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
4377
4378 * emulation/viper.el (viper-non-hook-settings): Handle mouse
4379 clicks in describe-key and describe-key-briefly advice a little better.
4380
4381 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
4382
4383 * server.el (server-process-filter): Cancel any pending isearch.
4384
4385 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
4386
4387 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
4388 (icalendar--get-unfolded-buffer): Define actual arguments rather
4389 than just using &rest. Check replace-in-string is fbound.
4390 (icalendar-import-buffer): Doc fix.
4391 (icalendar--convert-ical-to-diary): Set diary-file.
4392 Check diary-file before inserting final newline.
4393 (icalendar--add-diary-entry): Return diary-file.
4394
4395 2007-03-21 Glenn Morris <rgm@gnu.org>
4396
4397 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
4398 (diary-display-hook): Add custom :set function.
4399
4400 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
4401 Add custom :set function.
4402 (diary-header-line-format): Doc fix.
4403 (diary-set-maybe-redraw): New function.
4404 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
4405 (diary-list-entries): Always run diary-mode.
4406
4407 2007-03-20 Kenichi Handa <handa@m17n.org>
4408
4409 * international/quail.el (quail-setup-completion-buf): Make the
4410 completion buffer read-only.
4411 (quail-completion): Adjusted for the above change. Leave the
4412 modified flag nil.
4413
4414 2007-03-20 David Kastrup <dak@gnu.org>
4415
4416 * files.el (magic-mode-alist): Require literal "%!PS" string for
4417 magic postscript file detection.
4418
4419 2007-03-20 Richard Stallman <rms@gnu.org>
4420
4421 * textmodes/ispell.el (ispell-call-process): New function.
4422 Defends against bad `default-directory.'
4423 (ispell-check-version, ispell-find-aspell-dictionaries)
4424 (ispell-get-aspell-config-value, lookup-words): Call it.
4425 (ispell-call-process-region): New function.
4426 (ispell-send-string): Call it.
4427
4428 2007-03-20 Andreas Schwab <schwab@suse.de>
4429
4430 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
4431 (finder-data): Likewise.
4432 (autoloads): Likewise.
4433
4434 2007-03-20 Martin Rudalics <rudalics@gmx.at>
4435
4436 * files.el (basic-save-buffer): Do not set visited filename when
4437 the corresponding directory does not exist or the specified
4438 filename is that of an existing directory.
4439
4440 2007-03-20 Glenn Morris <rgm@gnu.org>
4441
4442 * calendar/diary-lib.el (diary-live-p): New function.
4443 (number-of-diary-entries): Add a :set function to redisplay diary
4444 when necessary.
4445
4446 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
4447
4448 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
4449 from client program, mev, to compute mouse event.
4450
4451 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
4452
4453 * faces.el (momentary): Face removed; unused due to reversion of
4454 2007-01-04 changes by Kevin Rodgers.
4455
4456 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
4457 Suggested by Johan Bockg\e,Ae\e(Brd.
4458
4459 2007-03-19 Martin Rudalics <rudalics@gmx.at>
4460
4461 * font-lock.el (lisp-font-lock-keywords-1):
4462 Highlight define-globalized-minor-mode as a keyword.
4463
4464 2007-03-19 Kim F. Storm <storm@cua.dk>
4465
4466 * calc/calc-forms.el (math-std-daylight-savings)
4467 (math-std-daylight-savings-old): Doc fix.
4468
4469 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
4470
4471 * progmodes/python.el (python-default-template): Doc fix.
4472 (python-buffer): Fix typo in docstring.
4473
4474 * isearchb.el (isearchb-follow-char):
4475 * subr.el (def-edebug-spec): Fix typo in docstring.
4476
4477 2007-03-19 Richard Stallman <rms@gnu.org>
4478
4479 * files.el (default-directory): Mark safe.
4480 (basic-save-buffer-2): Put proper dir name in error message.
4481
4482 * simple.el (compose-mail): Run switch-function after
4483 setting up the mail buffer.
4484
4485 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
4486
4487 2007-03-18 Jay Belanger <belanger@truman.edu>
4488
4489 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
4490 (math-std-daylight-savings-new): Rename from
4491 `math-std-daylight-savings'.
4492 (math-std-daylight-savings-old): Rename from old value of
4493 `math-std-daylight-savings'.
4494 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
4495 `math-std-daylight-savings-old' depending on the year.
4496
4497 2007-03-18 Detlev Zundel <dzu@gnu.org>
4498
4499 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
4500 zero-width regexps as invalid but rather at least count them correctly.
4501
4502 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
4503
4504 * net/tls.el (open-tls-stream): In handshake-waiting loop,
4505 don't wait more if there is output available to process.
4506
4507 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
4508
4509 * progmodes/compile.el (compilation-find-file): Revert change
4510 from 2006-07-18 to allow completion of directory names.
4511 Reported by John Carter <john.carter@tait.co.nz>.
4512
4513 2007-03-18 Kim F. Storm <storm@cua.dk>
4514
4515 * subr.el (when, unless): Doc fix.
4516
4517 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
4518
4519 * net/tls.el (tls-program): Doc fix.
4520
4521 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
4522
4523 * autorevert.el (auto-revert-tail-handler):
4524 Call after-revert-hook.
4525
4526 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
4527
4528 * simple.el (switch-to-completions): No error if search for \n\n fails.
4529
4530 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
4531
4532 * simple.el (line-move-1):
4533 Respect `inhibit-line-move-field-capture' property.
4534
4535 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
4536
4537 * comint.el (comint-arguments): Mark backslash-escaped chars.
4538 (comint-delim-arg): Don't treat them as delimiters.
4539
4540 2007-03-12 Kim F. Storm <storm@cua.dk>
4541 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
4542
4543 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
4544
4545 * tempo.el (tempo-insert): Deal with 'r> if it appears
4546 specified with a prompt argument.
4547
4548 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
4549
4550 * textmodes/org.el (org-set-font-lock-defaults):
4551 Handle narrow table columns correctly.
4552
4553 2007-03-12 Mark A. Hershberger <mah@everybody.org>
4554
4555 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
4556 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
4557 Return to use of the -no-properties variants. There was
4558 consensus on emacs-devel that the speed of these variants was
4559 prefered since we are usually parsing files (from the internet
4560 or on disk) instead of XML created in Emacs.
4561
4562 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
4563 Add customize option.
4564
4565 2007-03-12 Glenn Morris <rgm@gnu.org>
4566
4567 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
4568 North American rule. Replace "daylight savings" with "daylight
4569 saving" in doc.
4570
4571 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
4572 * calendar/lunar.el, solar.el: Replace "daylight savings" with
4573 "daylight saving" in text.
4574
4575 * woman.el (woman-change-fonts): Tweak previous change by using
4576 woman-request-regexp rather than "^\\.".
4577
4578 * startup.el (command-line-1): Make insertion of
4579 initial-scratch-message not depend on scratch being selected.
4580
4581 2007-03-11 Juri Linkov <juri@jurta.org>
4582
4583 * replace.el (match): Use yellow background on light-bg terminals.
4584
4585 2007-03-11 Richard Stallman <rms@gnu.org>
4586
4587 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
4588 Correctly compute line number.
4589
4590 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
4591
4592 * type-break.el (type-break-get-previous-count):
4593 Repeat previous change here.
4594
4595 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
4596
4597 * progmodes/grep.el (grep-find-ignored-directories):
4598 Add .git and .bzr to list.
4599
4600 2007-03-11 Andreas Schwab <schwab@suse.de>
4601
4602 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
4603
4604 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4605
4606 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
4607
4608 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
4609
4610 * faces.el (face-set-after-frame-default): Recalculate face
4611 customizations after applying X resources.
4612
4613 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
4614
4615 * net/rcirc.el (rcirc-timeout-seconds): New variable.
4616 (rcirc-keepalive-seconds): Remove variable.
4617 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
4618 (rcirc-process, rcirc-user-disconnect): New variables.
4619 (rcirc-connect): Initalize new variables.
4620 (rcirc-keepalive): Don't send keepalive pings before connection
4621 is completed.
4622 (rcirc-sentinel): Do mark all channels with activity when
4623 connection is dropped. Run hook with process buffer local.
4624 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
4625 (rcirc-buffer-process): Return value of rcirc-process if
4626 rcirc-server-buffer is nil.
4627 (rcirc-server-name): Return the reported server name.
4628 (rcirc-update-prompt): Simplify computation of the server name.
4629 (rcirc-format-response-string): Likewise.
4630 (rcirc-handler-001): Mark server as connected, record the reported
4631 server name, and schedule a timeout.
4632 (rcirc-track-nick): Add a spec for the tty class.
4633 (rcirc-user-non-nick): Remove function.
4634 (rcirc-nick-prefix-chars): Add variable.
4635 (rcirc-user-nick): Use above variable.
4636
4637 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4638
4639 * icomplete.el (icomplete-tidy, icomplete-exhibit):
4640 Bind deactivate-mark to nil.
4641
4642 2007-03-10 Martin Rudalics <rudalics@gmx.at>
4643
4644 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
4645 that buffer contents get erased during completion.
4646
4647 2007-03-10 Glenn Morris <rgm@gnu.org>
4648
4649 * woman.el (woman-change-fonts): Add a hack to deal with
4650 font-escape followed by "." at start of a line.
4651 (woman2-IP): Add a hack to deal with consecutive requests.
4652 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
4653
4654 2007-03-10 Alan Mackenzie <acm@muc.de>
4655
4656 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
4657
4658 2007-03-09 Richard Stallman <rms@gnu.org>
4659
4660 * abbrev.el (abbrev): Add `provide'.
4661
4662 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
4663
4664 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
4665
4666 2007-03-09 Martin Rudalics <rudalics@gmx.at>
4667
4668 * complete.el (PC-try-completion): New function.
4669 (PC-do-completion, read-file-name-internal): Use it instead of
4670 try-completion.
4671
4672 2007-03-08 Alan Mackenzie <acm@muc.de>
4673
4674 Remove stale tokens from `c-found-types' cache.
4675
4676 * progmodes/cc-mode.el (c-unfind-enclosing-token)
4677 (c-unfind-coalesced-tokens, c-before-change): New functions.
4678 (c-maybe-stale-found-type): New variable.
4679
4680 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
4681 (c-trim-found-types): New functions.
4682
4683 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
4684
4685 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
4686 (debug-ignored-errors): Add entry from smerge-match-conflict.
4687
4688 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
4689
4690 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
4691 special help topics for keywords.
4692 (idlwave-help-assistant-command): Include ".exe" for ms-dos
4693 etc. Assistant command.
4694
4695 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
4696
4697 * replace.el (occur-engine): Move buffer-undo-list binding...
4698 (occur-1): ...to here.
4699
4700 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
4701
4702 * simple.el (minibuffer-completing-symbol): New var.
4703 (eval-expression): Use it.
4704 (completion-setup-function): Don't bind completion-base-size when
4705 completing a symbol in the minibuffer.
4706
4707 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
4708
4709 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
4710 tries to start a second session in graphical mode.
4711
4712 2007-03-07 Miles Bader <miles@gnu.org>
4713
4714 * international/isearch-x.el
4715 (isearch-process-search-multibyte-characters):
4716 Strip text-properties from PROMPT to avoid an error from read-string.
4717
4718 2007-03-07 Kim F. Storm <storm@cua.dk>
4719
4720 * complete.el (PC-bindings): Remap lisp-complete-symbol to
4721 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
4722
4723 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4724
4725 * complete.el (PC-do-completion): Delete duplicates in the list of
4726 possible completions.
4727
4728 2007-03-07 Glenn Morris <rgm@gnu.org>
4729
4730 * ses.el (ses-mode): Doc fix.
4731
4732 2007-03-06 Kim F. Storm <storm@cua.dk>
4733
4734 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
4735
4736 2007-03-06 Kenichi Handa <handa@m17n.org>
4737
4738 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
4739
4740 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4741
4742 * simple.el (completion-setup-function): Improve last fix so it doesn't
4743 set it to a relative directory name either.
4744
4745 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4746
4747 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
4748
4749 2007-03-05 Richard Stallman <rms@gnu.org>
4750
4751 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
4752
4753 * files.el (find-file-noselect): No error if file no longer exists.
4754 Display a message and avoid other questions.
4755
4756 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4757
4758 * pcomplete.el (pcomplete-show-completions): Improve last change, so
4759 as not to use an invisible window and to create a window if none exist.
4760
4761 * progmodes/python.el (python-send-command): Restart proc if necessary.
4762 (python-proc): Simplify.
4763
4764 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
4765
4766 * pcomplete.el (pcomplete-show-completions): Search all frames for
4767 completions buffer.
4768
4769 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
4770
4771 * cus-edit.el (customize-save-variable): Clear customized-value
4772 property (saved values are now put in theme-value property).
4773 (customize-set-variable): Doc fix.
4774
4775 * complete.el (PC-do-completion): If completion-ignore-case is
4776 non-nil, replace field with completion string before exiting.
4777
4778 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
4779
4780 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
4781 Append its extension to the resulting temporary file name.
4782 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
4783
4784 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
4785 (tramp-smb-handle-write-region): Apply it.
4786
4787 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4788
4789 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4790 Redo previous change.
4791
4792 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
4793
4794 * diff-mode.el (diff-mode): Doc fix.
4795
4796 2007-03-05 Kenichi Handa <handa@m17n.org>
4797
4798 * international/characters.el: Set category `l' (latin)
4799 for more characters.
4800
4801 2007-03-04 Kim F. Storm <storm@cua.dk>
4802
4803 * emacs-lisp/authors.el (authors-aliases): Add alias.
4804
4805 2007-03-04 Glenn Morris <rgm@gnu.org>
4806
4807 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
4808 all when switching major mode.
4809 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
4810 (hs-block-start-mdata-select, hs-block-end-regexp)
4811 (hs-forward-sexp-func, hs-adjust-block-beginning):
4812 Do not make these variables permanent-local.
4813
4814 2007-03-04 Richard Stallman <rms@gnu.org>
4815
4816 * progmodes/cperl-mode.el (cperl-mode):
4817 Modify cperl-compilation-error-regexp-alist by appending.
4818
4819 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
4820 (edebug-mode): Add the hook.
4821 (edebug-recursive-edit): Remove the hook on exiting.
4822
4823 * type-break.el (type-break-get-previous-time):
4824 Handle end-of-file errors specially
4825 so they don't get reported wrong in .emacs.
4826
4827 * startup.el (fancy-splash-text): Clarify text.
4828
4829 * simple.el (beginning-of-buffer, end-of-buffer):
4830 Avoid treating plain C-u like numeric arg.
4831
4832 * simple.el (completion-setup-function): Don't set
4833 default-directory to nil.
4834
4835 * shell.el (shell-dirstack-query): Doc fix.
4836
4837 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
4838 Don't select the window -- pass it to primitives instead.
4839
4840 * faces.el (minibuffer-prompt): Use medium blue by default.
4841
4842 2007-03-04 David Kastrup <dak@gnu.org>
4843
4844 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
4845 Preserve 16 as default value for "seconds" when customizing.
4846
4847 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
4848
4849 * textmodes/org.el (org-self-insert-command)
4850 (orgtbl-self-insert-command, org-delete-char)
4851 (org-delete-backward-char): Set the `flyspell-delayed' property.
4852
4853 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
4854
4855 * international/mule.el (find-auto-coding): Don't search for
4856 line-ending characters past the end of the tail.
4857
4858 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
4859
4860 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4861 Jump to the line where new score has been uploaded.
4862
4863 * play/tetris.el (tetris-move-bottom, tetris-move-left)
4864 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
4865 Do nothing when the game is paused.
4866
4867 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
4868
4869 * textmodes/org.el (org-set-tags): Prevent slipping of point
4870 during completion.
4871
4872 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
4873
4874 * isearch.el (isearch-message-prefix):
4875 Use minibuffer-prompt-properties.
4876
4877 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4878
4879 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
4880 (ps-setup): Print which Emacsen is running ps-print package.
4881
4882 2007-03-01 Stuart Herring <herring@lanl.gov>
4883
4884 * files.el (set-auto-mode-0): Use `indirect-function'.
4885 (hack-one-local-variable): Don't reapply current major mode.
4886
4887 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
4888
4889 * progmodes/python.el (python-quote-syntax): Don't bother with
4890 syntax-ppss-context.
4891 (python-fill-paragraph): Make sure that fenced-string delimiters that
4892 stand on their own line stay there.
4893
4894 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
4895
4896 * replace.el (perform-replace): Propertize message.
4897
4898 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
4899
4900 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
4901 invisible heading.
4902
4903 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4904
4905 * net/tramp.el (tramp-file-name-handler): Revert last change.
4906
4907 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
4908
4909 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
4910 Correct doc strings.
4911
4912 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4913
4914 * replace.el (perform-replace): Undo forward-char immediately if
4915 non-adjacent search fails.
4916
4917 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4918
4919 * version.el (emacs-major-version, emacs-minor-version):
4920 string-to-int -> string-to-number.
4921
4922 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
4923
4924 * help.el (where-is): Fail gracefully when not passed a command.
4925
4926 2007-02-28 Stuart Herring <herring@lanl.gov>
4927
4928 * find-lisp.el (find-lisp-default-directory-predicate):
4929 Fix bug: Do symlink check on expanded filename.
4930
4931 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
4932
4933 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
4934 changes during replacement.
4935 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
4936
4937 2007-02-28 Lars Hansen <larsh@soem.dk>
4938
4939 * desktop.el: Delete header line listing me as maintainer.
4940
4941 2007-02-28 Glenn Morris <rgm@gnu.org>
4942
4943 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
4944 the menus case.
4945
4946 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4947
4948 * net/tramp.el (tramp-file-name-handler): Inhibit modification
4949 hooks to avoid confusion when combining after-change calls.
4950
4951 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
4952
4953 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
4954 now that pgg-gpg-process-region correctly honors passed-in passphrase.
4955 (allout-distinctive-bullets-string): Add info about bullet conventions.
4956 (allout-mode): Add info about distinctive vs plain bullets.
4957
4958 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
4959
4960 * textmodes/org.el (org-archive-subtree): Quote variable name.
4961 (org-agenda-get-todos): Make sure skip properties are checked correctly.
4962
4963 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
4964
4965 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
4966 (gud-bashdb-command-name, bashdb): Remove.
4967 (gud, gud-menu-map): Remove references to bash/bashdb.
4968
4969 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
4970
4971 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
4972 keyword for Python 2.5.
4973
4974 2007-02-26 Romain Francoise <romain@orebokech.com>
4975
4976 * net/net-utils.el (whois-server-tld): Update server for .org.
4977 (whois-server-list): Add whois.publicinterestregistry.net.
4978 (whois-guess-server): Fix formatting in docstring.
4979
4980 2007-02-26 Kim F. Storm <storm@cua.dk>
4981
4982 * mouse.el (mouse-show-mark): Run hooks and perform command
4983 remapping for mouse-region-delete-keys.
4984
4985 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4986
4987 * font-core.el (font-lock-mode): Doc fix.
4988
4989 2007-02-25 Kim F. Storm <storm@cua.dk>
4990
4991 * ido.el (ido-buffer-internal): Set this-command to fallback command.
4992 Add selected buffer to buffer-name-history.
4993 (ido-file-internal): Set this-command to fallback command.
4994 Add file names to file-name-history.
4995
4996 * emacs-lisp/map-ynp.el (map-y-or-n-p):
4997 Apply minibuffer-prompt-properties.
4998
4999 2007-02-25 Andreas Schwab <schwab@suse.de>
5000
5001 * files.el (hack-one-local-variable-eval-safep): Correct handling
5002 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
5003
5004 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
5005
5006 * textmodes/org.el (org-table-overlay-coordinates)
5007 (org-table-toggle-coordinate-overlays): New functions.
5008 (org-table-overlay-coordinates, org-table-coordinate-overlays):
5009 New variables.
5010 (org-startup-with-deadline-check): Remove option.
5011 (org-mode): Remove deadline check on startup.
5012 (org-table-limit-column-width): Remove option.
5013 (org-table-formula-numbers-only): Remove option.
5014 (org-link-style, org-link-format): Remove options.
5015 (org-select-agenda-window, org-fit-agenda-window): Remove options.
5016 (org-export-ascii-show-new-buffer)
5017 (org-export-html-show-new-buffer): Remove options.
5018 (org-activate-links): Remove camel option.
5019 (org-file-link-context-use-camel-case): Remove option.
5020 (org-camel-regexp): Remove variable.
5021 (org-activate-camels): Remove function.
5022 (org-store-link): Remove Camel stuff.
5023 (org-make-org-heading-camel): Remove function.
5024 (org-open-at-point): Remove camel stuff.
5025 (org-link-search): Remove camel stuff.
5026 (org-camel-to-words): Function removed.
5027 (org-get-agenda-file-buffer): Make sure we prepare the base
5028 buffers, not any indirect buffers.
5029 (org-sort-entries): Sort top-level when not on a headline, and no
5030 active region.
5031 (org-in-regexp): New function.
5032 (org-search-not-self): Rename from `org-search-not-link'.
5033 (org-open-link-marker): New variable.
5034 (org-open-at-point): Set `org-open-link-marker'.
5035 (org-print-icalendar-entries): Fixe bug with excluding DONE
5036 entries from the exported list.
5037 (org-edit-formula-lisp-indent): New command.
5038 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
5039 (orgtbl-to-latex, orgtbl-insert-radio-table)
5040 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
5041 (orgtbl-radio-table-templates): New option.
5042 (org-store-link-props):
5043 (org-remember-templates): More possibilities to insert info
5044 into templates.
5045 (org-remember-apply-template): Make use of the extended
5046 template capabilities.
5047 (org-remember-redo-template): New command.
5048 (org-upgrade-old-links)
5049 (org-table-modify-formulas, org-table-replace-in-formulas)
5050 (org-table-find-dataline)
5051 (org-table-get-vertical-vector): Remove functions.
5052 (org-table-remove-rectangle-highlight)
5053 (org-time-stamp-format, org-toggle-log-option)
5054 (org-table-highlight-rectangle)
5055 (org-table-iterate, org-table-make-reference):
5056 (org-translate-time, org-tree-to-indirect-buffer)
5057 (org-table-field-info, org-table-fix-formulas)
5058 (org-table-force-dataline, org-table-get-descriptor-line)
5059 (org-table-get-range)
5060 (org-skip-comments, org-sort)
5061 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
5062 (org-table-current-dline, org-table-current-field-formula)
5063 (org-table-edit-backward-field)
5064 (org-table-edit-formulas-post-command)
5065 (org-table-edit-line-down, org-table-edit-line-up)
5066 (org-agenda-archive)
5067 (org-agenda-clock-cancel)
5068 (org-agenda-clock-out, org-agenda-list-stuck-projects)
5069 (org-agenda-open-link, org-agenda-show-new-time)
5070 (org-agenda-skip-subtree-when-regexp-matches)
5071 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
5072 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
5073 (org-do-sort, org-file-image-p, org-find-overlays)
5074 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
5075 (org-highlight-until-next-command, org-isearch-end)
5076 (org-match-any-p, org-next-link, org-previous-link):
5077 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
5078 (org-rewrite-old-row-references)
5079 (org-isearch-post-command)
5080 (org-table-edit-move, org-table-edit-next-field)
5081 (org-table-edit-scroll, org-table-edit-scroll-down)
5082 (org-set-frame-title, org-show-reference)
5083 (org-unhighlight-once, org-verify-change-for-undo): New functions.
5084 (org-show-variable): Remove command.
5085 (org-add-log-maybe): New arguments STATE, FINDPOS
5086 (org-table-sort-lines): Rewrite from scratch.
5087 (org-link-search): New argument AVOID-POS.
5088 (org-print-icalendar-entries): Remove argument CATEGORY.
5089 (org-run-agenda-series): Remove argument WONDOW.
5090 (org-next-link, org-previous-link): New commands.
5091 (org-agenda-date-format): New option.
5092 (org-table-iterate): New command.
5093 (org-table-modify-formulas)
5094 (org-table-replace-in-formulas): Remove functions.
5095 (org-table-fix-formulas): New function.
5096 (org-table-insert-column, org-table-delete-column)
5097 (org-table-move-column): Use `org-table-fix-formulas'.
5098 (org-follow-gnus-link): Patch from Bastien/Leo.
5099 (org-table-current-field-formula): New function.
5100 (org-file-image-p): New function.
5101 (org-agenda-show-new-time): New function.
5102 (org-agenda-date-later): Call `org-agenda-show-new-time'.
5103 (org-with-remote-undo): New macro.
5104 (org-agenda-undo): New command.
5105 (org-verify-change-for-undo): New function.
5106 (org-time-stamp-format): New function.
5107 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
5108 by user.
5109 (org-match-any-p): New function.
5110 (org-make-tags-matcher): Handle regular expressions for tag and
5111 todo matches.
5112 (org-read-date): Accept "+N" as input for a date relative to the
5113 current date.
5114 (org-remove-subtree-entries-from-agenda): New function.
5115 (org-agenda-archive, org-agenda-kill):
5116 Use `org-remove-subtree-entries-from-agenda'.
5117 (org-do-sort, org-sort-entries): New functions.
5118 (org-sort): New command.
5119 (org-table-sort-lines): Use `org-do-sort'.
5120 (org-fix-decoded-time): New function.
5121 (org-table-number-regexp): Require 0x... to identify as number
5122 in tables.
5123 (org-startup-options): New keywords for note taking.
5124 (org-upgrade-old-links): Remove function.
5125 (org-get-repeat): New function.
5126 (org-show-context): Also show siblings on current level.
5127 (org-show-siblings): New function.
5128 (org-isearch-end, org-isearch-post-command): New functions.
5129 (org-show-siblings): New option.
5130 (org-show-context): Use `org-show-siblings'.
5131 (org-table-maybe-recalculate-line): No longer require `calc-eval'
5132 to be bound, because user may just use elisp.
5133
5134 2007-02-24 Kim F. Storm <storm@cua.dk>
5135
5136 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
5137 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
5138
5139 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5140
5141 * startup.el (command-line): Also check if the abbrev file is readable.
5142
5143 2007-02-24 John Paul Wallington <jpw@pobox.com>
5144
5145 * net/tls.el (tls-certtool-program): Fix custom type.
5146
5147 * mail/feedmail.el (feedmail-message-id-generator)
5148 (feedmail-date-generator): Fix custom types.
5149
5150 * mail/rmail.el (rmail-message-filter): Fix custom type.
5151
5152 2007-02-24 Eli Zaretskii <eliz@gnu.org>
5153
5154 * startup.el (command-line): If simple.el cannot be found, proceed
5155 with a warning message.
5156
5157 2007-02-24 Kenichi Handa <handa@m17n.org>
5158
5159 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
5160 case that BEG is a string.
5161
5162 2007-02-24 Chris Moore <dooglus@gmail.com>
5163
5164 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5165 * pgg-pgp.el (pgg-pgp-encrypt-region):
5166 * pgg-gpg.el (pgg-gpg-encrypt-region):
5167 Check pgg-encrypt-for-me if no other recipients.
5168
5169 2007-02-23 Eli Zaretskii <eliz@gnu.org>
5170
5171 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
5172
5173 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
5174 shell-quote-argument.
5175
5176 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5177
5178 * comint.el (comint-read-input-ring): Use comint-input-ring-size
5179 from the comint buffer instead of the temporary one.
5180
5181 2007-02-23 David Reitter <david.reitter@gmail.com>
5182
5183 * cus-edit.el (custom-save-all): Canonicalize custom-file before
5184 storing it in recentf-exclude.
5185
5186 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
5187
5188 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
5189 in splash screen.
5190
5191 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
5192
5193 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
5194 commands, for restart.
5195 (idlwave-shell-current-module): Fix handling of module name by type.
5196 (idlwave-shell-break-in): Update type handling.
5197 (idlwave-shell-bp-get): Encode type in BP structure.
5198 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
5199 (idlwave-shell-module-source-query): Query routine info based on type.
5200 Fix path parsing for non-compiled files.
5201 (idlwave-shell-module-source-filter): Don't signal error in filter
5202 if no source found.
5203 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
5204 filter race.
5205
5206 2007-02-22 Kim F. Storm <storm@cua.dk>
5207
5208 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
5209 (editable-field): Document need to put some text before the %v
5210 escape in :format string.
5211
5212 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
5213
5214 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
5215 (vc-svn-use-edit): Remove unused config var.
5216 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
5217
5218 * outline.el (hide-sublevels): Keep empty last line, if available.
5219
5220 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
5221 rather than the corresponding unicode char, to make the code
5222 more readable.
5223
5224 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
5225
5226 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
5227 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
5228 (speedbar-item-info-tag-helper): Doc fixes.
5229
5230 2007-02-19 Kenichi Handa <handa@m17n.org>
5231
5232 * international/mule-cmds.el (locale-language-names):
5233 Map "eo" to "Esperanto".
5234
5235 * language/european.el ("Esperanto"): New language environment.
5236
5237 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
5238
5239 * simple.el (kill-line): Doc fix.
5240
5241 2007-02-17 Kim F. Storm <storm@cua.dk>
5242
5243 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
5244 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
5245 (bindat--unpack-group, bindat--pack-group):
5246 Handle vectors with optional element type.
5247
5248 2007-02-17 Daiki Ueno <ueno@unixuser.org>
5249
5250 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
5251 if PASSPHRASE is given.
5252
5253 2007-02-17 Chris Moore <dooglus@gmail.com>
5254
5255 * jka-cmpr-hook.el (jka-compr-compression-info-list):
5256 Recognize backups of bz2 compressed files.
5257
5258 2007-02-17 Eli Zaretskii <eliz@gnu.org>
5259
5260 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
5261 to nil to speed up lookup of the symbol in index nodes.
5262
5263 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5264
5265 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5266 Add indentation for the constants of Lisp.
5267
5268 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
5269
5270 * ps-print.el: Use (defvar <foo>) where applicable.
5271 (ps-print-emacs-type): Remove.
5272 (ps-x-frame-property, ps-e-frame-parameter): Remove.
5273 (ps-frame-parameter): Align its call-convention with frame-parameter.
5274 (ps-begin-job): Adjust calls to it appropriately.
5275 (ps-setup): Don't print ps-print-emacs-type.
5276 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
5277 Define in such a way that it's obvious that it's defined.
5278 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
5279 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
5280 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
5281
5282 2007-02-15 Alan Mackenzie <acm@muc.de>
5283
5284 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
5285 an empty one-line C-style comment, post-position point properly.
5286
5287 2007-02-15 Chris Moore <dooglus@gmail.com>
5288
5289 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
5290 (isearch-lazy-highlight-new-loop): Bind it.
5291 (isearch-lazy-highlight-search): Use it.
5292
5293 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
5294
5295 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
5296
5297 * font-lock.el (font-lock-extend-region-wholelines):
5298 Only return non-nil if the region has really been changed.
5299 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
5300
5301 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
5302
5303 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
5304 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
5305 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
5306
5307 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
5308
5309 * faces.el (color-values): Revert changes to docstring from
5310 2007-01-31 and 2000-09-07.
5311
5312 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
5313 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
5314 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
5315 (ispell-help): Fix typos in docstring and output message.
5316
5317 2007-02-14 Kim F. Storm <storm@cua.dk>
5318
5319 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
5320 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
5321 (grep): Fix lgrep reference.
5322
5323 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
5324 (standard-display-underline): Use make-glyph-code.
5325
5326 * descr-text.el (describe-char): Use glyph-char and glyph-face.
5327
5328 * international/latin1-disp.el (latin1-display-char):
5329 Use make-glyph-code.
5330
5331 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
5332
5333 * ehelp.el (with-electric-help, electric-help-exit)
5334 (electric-help-retain): Doc fixes.
5335
5336 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
5337 (byte-compile-file): Doc fixes.
5338
5339 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5340
5341 * term/mac-win.el: Change all uses of
5342 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
5343 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
5344 (mac-ae-get-url): Call select-frame-set-input-focus.
5345 (mac-dnd-handle-drag-n-drop-event): Don't call
5346 select-frame-set-input-focus.
5347
5348 2007-02-13 Kenichi Handa <handa@m17n.org>
5349
5350 * international/characters.el: Fix documentation of category `a'.
5351
5352 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
5353
5354 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
5355
5356 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
5357
5358 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
5359 (tramp-get-remote-ln): Handle error case.
5360 Reported by Chris Moore <dooglus@gmail.com>.
5361
5362 2007-02-11 Kim F. Storm <storm@cua.dk>
5363
5364 * bindings.el (ctl-x-map): Remove register compatibility bindings
5365 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
5366
5367 2007-02-11 Richard Stallman <rms@gnu.org>
5368
5369 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
5370 in load history.
5371
5372 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
5373 condition -- don't fail to stop at endpos.
5374
5375 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
5376
5377 * textmodes/org.el (org-agenda-get-todos)
5378 (org-agenda-get-timestamps, org-agenda-get-closed)
5379 (org-agenda-get-deadlines, org-agenda-get-scheduled)
5380 (org-agenda-get-blocks, org-format-agenda-item)
5381 (org-agenda-change-all-lines, org-scan-tags): Rename text property
5382 from `category' to `org-category'.
5383
5384 2007-02-11 Kenichi Handa <handa@m17n.org>
5385
5386 * international/titdic-cnv.el (titdic-convert): Force files be written
5387 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
5388 (miscdic-convert): Force files be written with Unix-like eol format.
5389
5390 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
5391
5392 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
5393
5394 * calculator.el (calculator-prompt): Doc fix.
5395 (calculator-mode-map): Fix typo in menu entry.
5396
5397 2007-02-10 Jay Belanger <belanger@truman.edu>
5398
5399 * calculator.el (calculator): Do more extensive checking for when
5400 3 lines should be used for the calculator.
5401
5402 2007-02-10 Eli Zaretskii <eliz@gnu.org>
5403
5404 * info-look.el (info-lookup-make-completions):
5405 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
5406 index nodes.
5407
5408 * info.el (Info-fontify-maximum-menu-size): Document the effect
5409 of a nil value.
5410 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
5411 non-nil before using it as size.
5412
5413 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
5414
5415 * subr.el (insert-for-yank-1): Prevent read-only properties from
5416 interfering with text property operations.
5417
5418 * image-mode.el (image-mode): Revert 2007-01-30 changes.
5419
5420 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
5421 (image-type-auto-detected-p): Fail if another match is found in
5422 auto-mode-alist.
5423
5424 * files.el (magic-mode-alist): Call image-mode instead of
5425 image-mode-maybe for autodetected images.
5426
5427 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
5428
5429 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
5430 Fix typos in docstrings.
5431 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
5432
5433 2007-02-09 Kim F. Storm <storm@cua.dk>
5434
5435 * emacs-lisp/float-sup.el: Remove obsolete comment.
5436
5437 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5438
5439 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
5440
5441 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5442
5443 * simple.el: Revert previous change, at request of RMS:
5444 (fundamental-mode-hook): Remove.
5445 (fundamental-mode): Run after-change-major-mode-hooks manually,
5446 and don't run the now-nonexistent fundamental-mode-hook.
5447
5448 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5449
5450 * simple.el (fundamental-mode-hook): Declare new hook.
5451 (fundamental-mode): Run the new dedicated hook, and don't run
5452 after-change-major-mode-hooks manually anymore.
5453
5454 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5455
5456 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
5457 added columns of chars. Remove support for the "no-meta-info" format.
5458 Prompted by Romain Francoise <romain@orebokech.com>.
5459
5460 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5461
5462 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
5463 (gdb-mouse-until, gdb-mouse-jump): Use it.
5464
5465 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5466
5467 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
5468 work when there is just an assembler buffer (no source buffer).
5469
5470 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
5471
5472 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
5473 just because the diff was produced using "-p" (--show-c-function).
5474
5475 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
5476
5477 * faces.el (frame-set-background-mode): Use `color-values' and
5478 `display-color-p', not `x-color-values' and `x-display-color-p'.
5479 (face-valid-attribute-values): Use `defined-colors' instead of
5480 `x-defined-colors'.
5481
5482 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5483
5484 * ps-print.el: The ps-print commands without face printing should not
5485 print background color. Reported by Leo <sdl.web@gmail.com>.
5486 (ps-print-version): New version 6.7.3.
5487 (ps-begin-job): New arg. Fix ps-default-background and
5488 ps-default-foreground initialization.
5489 (ps-face-attributes): Fix doc string.
5490 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
5491
5492 * printing.el: Fix ps-print link.
5493
5494 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
5495
5496 * faces.el (face-set-after-frame-default): Compile attributes to
5497 be set by frame parameters before merging in X resources.
5498
5499 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
5500
5501 * simple.el (blink-matching-paren-dont-ignore-comments):
5502 (blink-matching-paren-on-screen): Doc fixes.
5503
5504 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
5505
5506 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
5507
5508 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
5509
5510 * loadhist.el (unload-feature): Silently ignore `load-history' entries
5511 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
5512 entries like `defun'. Return nil.
5513
5514 2007-02-05 Kim F. Storm <storm@cua.dk>
5515
5516 * ido.el: Doc fixes.
5517
5518 2007-02-04 David Kastrup <dak@gnu.org>
5519
5520 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
5521 `mpuz-allow-double-multiplicator' is non-zero, and correct
5522 calculation of `min'.
5523
5524 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
5525
5526 * wid-edit.el (widget-default-create): Insert new text at the
5527 :from marker _after_ the marker, not before it.
5528
5529 2007-02-04 Alan Mackenzie <acm@muc.de>
5530
5531 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
5532 containing it is re-indented.
5533
5534 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5535
5536 * net/newsticker.el (newsticker--insert-image): Update docstring,
5537 and insert the image directly.
5538 (newsticker--buffer-redraw): Update docstring.
5539
5540 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5541 Rename from define-global-minor-mode.
5542
5543 * progmodes/cwarn.el (global-cwarn-mode):
5544 * emacs-lisp/autoload.el (make-autoload):
5545 * hi-lock.el (global-hi-lock-mode):
5546 * font-core.el (global-font-lock-mode): All callers changed.
5547
5548 2007-02-03 Eli Zaretskii <eliz@gnu.org>
5549
5550 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
5551 Don't copy @ignore lines into menu descriptions.
5552 (texinfo-multi-file-update): Goto the @node line before attempting
5553 to pluck the node name.
5554 (texinfo-multiple-files-update): Reverse the optional arguments'
5555 order, as per the doc string and the `interactive' form.
5556
5557 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5558
5559 * image-mode.el: Use autoload to avoid overriding disabled setting
5560 applied in .emacs.
5561
5562 2007-02-03 Alan Mackenzie <acm@muc.de>
5563
5564 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
5565 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
5566 adjacent paren groups).
5567
5568 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5569
5570 * progmodes/ebnf2ps.el: Doc fixes.
5571 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
5572
5573 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5574
5575 * dired-x.el (dired-do-relsymlink): Add reference to
5576 dired-do-symlink. Add an autoload cookie.
5577
5578 * dired-aux.el (dired-do-symlink): Add reference to
5579 dired-do-relsymlink.
5580
5581 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
5582
5583 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
5584 <left-fringe mouse-3>: New bindings.
5585
5586 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
5587
5588 * net/newsticker.el (newsticker-version): Changed to "1.10".
5589 (newsticker--set-customvar): Doc string.
5590 (newsticker-new-item-face): Doc string.
5591 (newsticker-mode): Initialize `invisibility-spec' with t.
5592 (newsticker-mode-map): Added
5593 `newsticker-mark-all-items-at-point-as-read'.
5594 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
5595 (newsticker-w3m-show-inline-images): Do not call
5596 `w3m-remove-image'.
5597 (newsticker--buffer-after-w3m-insert-image): New advice for
5598 w3m-insert-image to cache images.
5599 (newsticker-next-item-same-feed): New.
5600 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
5601 (newsticker-mark-all-items-of-feed-as-read): New.
5602 (newsticker-mark-all-items-at-point-as-read): Use new functions.
5603 (newsticker-mark-item-at-point-as-read): Doc string.
5604 (newsticker-mark-item-at-point-as-read): Use new functions.
5605 (newsticker--do-mark-item-at-point-as-read): New, extracted from
5606 `newsticker-mark-item-at-point-as-read'.
5607 (newsticker-hide-entry): Use (t) instead of t for invisibility.
5608 (newsticker--sentinel): Yet another xml-parser workaround.
5609 (newsticker--decode-iso8601-date): Bugfix for datestrings without
5610 days.
5611 (newsticker--buffer-do-insert-text): Fix.
5612 (newsticker--buffer-insert-enclosure): Fix. Length might be missing.
5613 (newsticker--buffer-make-item-completely-visible):
5614 `switch-to-buffer' not necessary.
5615
5616 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5617
5618 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
5619 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
5620 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
5621 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
5622 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
5623
5624 2007-02-02 Kenichi Handa <handa@m17n.org>
5625
5626 * international/quail.el (quail-show-key): Fix an error message.
5627
5628 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5629
5630 * faces.el (set-face-underline-p, modify-face): Rename arg
5631 UNDERLINE-P to UNDERLINE (it is not a flag).
5632
5633 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
5634
5635 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
5636 when adding gdb-speedbar-update to gdb-input-queue.
5637
5638 2007-02-01 Kenichi Handa <handa@m17n.org>
5639
5640 * international/quail.el (quail-show-key): Signal an error if the
5641 current input method is not using Quail.
5642
5643 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
5644
5645 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
5646 Trim leading whitespace in sysvar names.
5647
5648 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5649
5650 * faces.el (internal-find-face, internal-get-face): Doc fixes.
5651
5652 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
5653
5654 * ido.el (ido-set-common-completion): Use `let', not `let*'.
5655
5656 2007-01-31 Romain Francoise <romain@orebokech.com>
5657
5658 * comint.el: Delete extra copy of `comint-copy-old-input' added in
5659 previous change to this file.
5660
5661 2007-01-31 Jason Rumney <jasonr@gnu.org>
5662
5663 * files.el (magic-mode-alist): Use image-mode-maybe rather than
5664 image-mode.
5665
5666 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
5667 interfering with attempt to set major mode from modified
5668 auto-mode-alist.
5669
5670 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
5671
5672 * faces.el (color-values): Doc fix.
5673 (face-differs-from-default-p): Don't check :foreground twice.
5674
5675 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
5676
5677 * comint.el (comint-mode): Prevent non-keyword fontification by default.
5678
5679 2007-01-31 Kenichi Handa <handa@m17n.org>
5680
5681 * international/quail.el (quail-store-decode-map-key): Store a
5682 translated character too.
5683 (quail-char-equal-p): New function.
5684 (quail-find-key1): Check character equality by quail-char-equal-p.
5685 (quail-decode-map-generated): New variable.
5686 (quail-find-key): Check quail-decode-map-generated and re-generate
5687 a decode map if necessary.
5688
5689 2007-01-30 Richard Stallman <rms@gnu.org>
5690
5691 * tutorial.el (tutorial--detailed-help): Make the list of
5692 changed keys look nicer.
5693
5694 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
5695
5696 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
5697 (gdb-var-delete): Use it.
5698 (gdb-var-update-handler-1): Handle value "invalid" for MI field
5699 `in_scope'.
5700
5701 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
5702
5703 * files.el (get-free-disk-space): Return nil for remote directories.
5704
5705 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
5706 instead of "dir".
5707
5708 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
5709
5710 * type-break.el (type-break-catch-up-event): New function.
5711 (type-break-demo-hanoi, type-break-demo-life)
5712 (type-break-demo-boring): Use it.
5713
5714 * image-mode.el (image-mode): Don't automatically view as image.
5715 (image-toggle-display): Add `disabled' property.
5716
5717 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
5718
5719 * isearchb.el (isearchb-iswitchb):
5720 * ps-print.el (ps-build-face-reference):
5721 * emacs-lisp/shadow.el (list-load-path-shadows):
5722 * eshell/esh-cmd.el (eshell-rewrite-for-command):
5723 * international/mule.el (find-auto-coding):
5724 * mail/supercite.el (sc-attrib-selection-list):
5725 * progmodes/cc-defs.el (c-emacs-features):
5726 * progmodes/cc-vars.el (c-offsets-alist):
5727 * progmodes/flymake.el
5728 (flymake-init-create-temp-source-and-master-buffer-copy):
5729 Fix typos in docstrings (some suggested by Chris Moore).
5730
5731 * progmodes/vhdl-mode.el (vhdl-components-package-name)
5732 (vhdl-get-library-unit, vhdl-corresponding-begin)
5733 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
5734 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
5735 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
5736 (vhdl-font-lock-match-item): Fix typos in docstrings.
5737 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
5738 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
5739 (vhdl-speedbar-insert-project-hierarchy):
5740 Improve argument/docstring consistency.
5741
5742 2007-01-29 Kenichi Handa <handa@m17n.org>
5743
5744 * international/titdic-cnv.el (py-converter): Fix previous change.
5745
5746 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
5747
5748 * jka-compr.el (jka-compr-partial-uncompress)
5749 (jka-compr-call-process): Rebind default-directory if it is
5750 invalid. Suggested by Chris Moore.
5751
5752 * comint.el (comint-insert-input): Handle situation where the
5753 selected buffer is not the clicked buffer.
5754
5755 2007-01-29 Kenichi Handa <handa@m17n.org>
5756
5757 * international/ja-dic-cnv.el (skkdic-convert):
5758 Add byte-compile-disable-print-circle:t at the head.
5759
5760 * international/titdic-cnv.el (tit-process-header):
5761 Add byte-compile-disable-print-circle:t at the head.
5762 (miscdic-convert): Likewise.
5763 (py-converter): Skip the header comments.
5764
5765 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
5766 New variable.
5767 (byte-compile-output-file-form): Bing print-circle to nil if
5768 byte-compile-output-file-form is not nil.
5769 (byte-compile-output-docform): Likewise.
5770
5771 2007-01-28 Kim F. Storm <storm@cua.dk>
5772
5773 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
5774 Declare earlier to avoid byte compiler warnings.
5775
5776 2007-01-28 Markus Triska <markus.triska@gmx.at>
5777
5778 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
5779
5780 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
5781
5782 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
5783 (gamegrid-add-score-with-update-game-score-1): Allow local quits
5784 when calling update-game-score program. Remove unnecessary
5785 save-excursion.
5786
5787 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
5788
5789 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
5790
5791 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
5792 avoid compiler warning.
5793 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
5794 might have values other than "true" or "false".
5795
5796 2007-01-28 Richard Stallman <rms@gnu.org>
5797
5798 * textmodes/fill.el (fill-paragraph-function): Doc fix.
5799 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
5800
5801 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
5802
5803 * image.el (image-type-header-regexps): Make GIF regex more specific.
5804
5805 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
5806 Don't check `backspace'.
5807 (tutorial--find-changed-keys): Look up bindings in a temp buffer
5808 in Fundamental mode.
5809
5810 * startup.el (fancy-splash-text, normal-splash-screen):
5811 Mention C-g.
5812
5813 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
5814 when inserting in buffer.
5815
5816 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
5817 inside the if.
5818
5819 2007-01-27 Richard Stallman <rms@gnu.org>
5820
5821 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
5822
5823 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
5824
5825 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
5826 enum/union/struct/class definition.
5827 Revert change to call `forward-sexp' multiple times.
5828
5829 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
5830
5831 * files.el (hack-local-variables-confirm): Don't keep trying to
5832 read an event from an empty kbd macro.
5833
5834 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5835
5836 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
5837
5838 2007-01-27 Ben North <ben@redfrontdoor.org>
5839
5840 * outline.el (outline-promote, outline-demote): Doc fix. Rename
5841 the arg CHILDREN -> WHICH.
5842
5843 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
5844
5845 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
5846 default-directory to a sane value when calling start-process.
5847
5848 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5849
5850 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
5851 (ls-lisp-format-time-list): Doc fix. Mention
5852 ls-lisp-use-localized-time-format.
5853 (ls-lisp-format-time): Use ls-lisp-format-time-list if
5854 ls-lisp-use-localized-time-format is non-nil, even if a valid
5855 locale is defined.
5856
5857 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
5858
5859 * jka-compr.el (jka-compr-shell): Doc fix.
5860
5861 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
5862
5863 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5864
5865 * ps-print.ps: Fix background height.
5866 (ps-print-version): New version 6.7.2.
5867
5868 2007-01-26 Eli Zaretskii <eliz@gnu.org>
5869
5870 * makefile.w32-in (finder-data, custom-deps): Depend on
5871 $(lisp)/loaddefs.el.
5872
5873 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5874
5875 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
5876
5877 2007-01-24 Miles Bader <miles@gnu.org>
5878
5879 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
5880 (byte-compile-output-docform): Bind `print-circle' to t.
5881
5882 2007-01-24 Kenichi Handa <handa@m17n.org>
5883
5884 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
5885 file name of the original SKK dictionary file.
5886
5887 2007-01-24 Kim F. Storm <storm@cua.dk>
5888
5889 * ido.el (ido-initial-position): New variable.
5890 (ido-read-internal): Set it if default item is specified.
5891 (ido-minibuffer-setup): Position cursor accordingly if set.
5892 (ido-edit-input): C-e moves to end of input if not already there.
5893 (ido-magic-backward-char): C-b does like M-b if prev char is /.
5894 Don't switch to buffer mode if repeating C-b at start of input.
5895 (ido-toggle-ignore): C-a only toggles ignore at start or end of
5896 input; else it moves to start of input.
5897 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
5898 not at end of input, delete rest of input, rather than normal op.
5899
5900 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
5901
5902 * emulation/viper-keym.el (viper-insert-basic-map):
5903 Delete binding for S-TAB.
5904
5905 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
5906 of message. Activate mark.
5907 (ediff-activate-mark): Set transient-mark-mode to t.
5908
5909 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
5910
5911 2007-01-23 Martin Rudalics <rudalics@gmx.at>
5912
5913 * help-fns.el (describe-variable): Don't suppress display of
5914 buffer local value when the value is "large".
5915
5916 2007-01-22 Kim F. Storm <storm@cua.dk>
5917
5918 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
5919 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
5920 (ido-tidy): Use ido-active.
5921
5922 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
5923
5924 * hexl.el (hexl-mode-exit): Add missing quote.
5925
5926 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5927
5928 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
5929 (mac-ae-keyboard-modifiers): New function.
5930 (mac-handle-toolbar-switch-mode): Use it.
5931 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
5932 if keyboard modifiers on drop contain option key.
5933 (mac-dnd-drop-data): Add optional argument `action'.
5934 (special-event-map): Remove binding for M-drag-n-drop.
5935
5936 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
5937
5938 * add-log.el (add-log-current-defun): Use CC Mode functions to
5939 find the beginning and end of a defun.
5940
5941 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
5942
5943 * progmodes/gdb-ui.el (gdb-var-create-regexp)
5944 (gdb-var-create-handler): Handle value field in GDB output of
5945 -var-create.
5946 (gdb-max-frames): New variable.
5947 (gdb-stack-buffer, gdb-frames-select): Use it.
5948 (gdb-info-stack-custom): Help user customize gdb-max-frames,
5949 if necessary.
5950 (gdb-get-frame-number): Simplify.
5951
5952 2007-01-21 Glenn Morris <rgm@gnu.org>
5953
5954 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
5955 Update copyrights.
5956
5957 2007-01-21 Alan Mackenzie <acm@muc.de>
5958
5959 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
5960 handling of K&R stuff.
5961
5962 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5963
5964 * textmodes/bibtex.el (bibtex-files): Fix customization type.
5965
5966 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5967
5968 * ps-print.el: Handle frame parameters (background and/or foreground
5969 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
5970 (ps-print-version): New version 6.7.1.
5971 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
5972 (ps-frame-parameter): New fun.
5973 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
5974 Fix doc and customization.
5975 (ps-begin-job): Get frame parameters (background and/or foreground
5976 colors).
5977 (ps-do-despool): Ensure ps-printer-name has a valid value.
5978
5979 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
5980
5981 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
5982 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
5983 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
5984 mean unlimited.
5985
5986 2007-01-20 Alan Mackenzie <acm@muc.de>
5987
5988 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
5989 much more rigorous analysis of putative K&R regions.
5990
5991 2007-01-20 Alan Mackenzie <acm@muc.de>
5992
5993 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
5994 New functions.
5995
5996 2007-01-20 Alan Mackenzie <acm@muc.de>
5997
5998 * progmodes/cc-align.el, progmodes/cc-cmds.el,
5999 * progmodes/cc-defs.el, progmodes/cc-engine.el,
6000 * progmodes/cc-langs.el, progmodes/cc-styles.el,
6001 * progmodes/cc-vars.el: Add my name.
6002
6003 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
6004
6005 * files.el (find-alternate-file): Revert query message to Emacs 21
6006 version.
6007
6008 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
6009
6010 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
6011 the doc string how to use personal abbrevs without electric
6012 keywords.
6013
6014 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6015
6016 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
6017 Fixed cursor position when toggle abbreviated display.
6018
6019 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
6020
6021 * t-mouse.el: Update copyright following assignment by
6022 Alessandro Rubini.
6023
6024 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
6025
6026 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
6027 (type-break-demo-boring): Call read-event instead of read-char.
6028
6029 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
6030
6031 * progmodes/compile.el: Add handling for makepplog.
6032
6033 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
6034
6035 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
6036 aspell dictionaries are initialized when called non-interactively.
6037
6038 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
6039
6040 * progmodes/compile.el (compilation-loop): New arg limit.
6041 Handle case where the first error is at point-min.
6042 (compilation-next-error): New arg to compilation-loop call.
6043
6044 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
6045
6046 * info.el (Info-default-dirs): Change default info dir to
6047 share/info.
6048
6049 * paths.el (Info-default-directory-list): Ditto.
6050
6051 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
6052
6053 * hexl.el (hexl-before-revert-hook): New function.
6054 (hexl-mode): Use it.
6055 (hexl-after-revert-hook): Just call hexl-mode.
6056 (hexl-mode-exit): Remove before-revert-hook.
6057
6058 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6059
6060 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
6061
6062 2007-01-16 Martin Rudalics <rudalics@gmx.at>
6063
6064 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
6065 by "-" in francais7 otherchars entry.
6066 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
6067 otherchars entry.
6068
6069 2007-01-15 Karl Fogel <kfogel@red-bean.com>
6070
6071 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
6072 path. Rewrite function in `cond' style for readability.
6073
6074 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
6075 (The path shortening, that is, not the rearrangement.)
6076
6077 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6078
6079 * term/mac-win.el (mac-ae-quit-application): New function.
6080 (mac-apple-event-map): Bind "quit application" Apple event to it.
6081
6082 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
6083
6084 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
6085 than the program's output.
6086
6087 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
6088
6089 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
6090 (kmacro-start-macro-or-insert-counter)
6091 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
6092 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
6093
6094 * longlines.el (longlines-show-hard-newlines):
6095 * ruler-mode.el (ruler-mode-ruler):
6096 * emulation/keypad.el (keypad-setup):
6097 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
6098 Fix typo in docstring.
6099
6100 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
6101
6102 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
6103 Remove redirect character ">".
6104
6105 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
6106
6107 * replace.el (perform-replace): Remove leftover code.
6108
6109 2007-01-12 Richard Stallman <rms@gnu.org>
6110
6111 * replace.el (perform-replace): Don't clear NODENT when computing
6112 the replacement string.
6113
6114 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
6115
6116 * net/tramp.el (tramp-handle-file-local-copy):
6117 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
6118 <christopher.ian.moore@gmail.com>.
6119
6120 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6121
6122 * diff-mode.el (diff-sanity-check-context-hunk-half)
6123 (diff-sanity-check-hunk): New functions.
6124 (diff-find-source-location): Use'em to check the hunks are well-formed.
6125
6126 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
6127 activate undo when undo is not active.
6128 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
6129
6130 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6131
6132 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
6133 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
6134 (ffap-url-at-point): Use char-classes rather than "a-z".
6135
6136 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
6137
6138 * ediff-init.el (ediff-autostore-merges):
6139 * textmodes/fill.el (fill-region): Doc fix.
6140
6141 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6142
6143 * server.el (server-ensure-safe-dir): UIDs may be floats.
6144
6145 2007-01-10 Richard Stallman <rms@gnu.org>
6146
6147 * battery.el (battery-linux-proc-acpi): Use ignore-errors
6148 around calls to directory-files.
6149
6150 * subr.el (momentary-string-display): Use save-excursion.
6151
6152 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
6153 argument, but read it as `X' does.
6154
6155 2007-01-09 Juri Linkov <juri@jurta.org>
6156
6157 * info.el (Info-fontify-node): Don't hide node names of index entries.
6158
6159 * faces.el (momentary): Change :group to basic-faces where all
6160 basic faces belong to. Add :version.
6161
6162 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
6163
6164 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
6165 keybinding is found.
6166 (tutorial--find-changed-keys): Never treat null keybinding as a
6167 remapping.
6168
6169 2007-01-09 Martin Rudalics <rudalics@gmx.at>
6170
6171 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
6172
6173 2007-01-09 Kenichi Handa <handa@m17n.org>
6174
6175 * international/mule-cmds.el
6176 (select-safe-coding-system-interactively): Fix message.
6177
6178 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
6179
6180 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
6181 (tramp-process-actions): Add optional parameter TIMEOUT.
6182 (tramp-open-connection-telnet, tramp-open-connection-rsh)
6183 (tramp-open-connection-su): Add timeout of 60".
6184
6185 2007-01-09 Richard Stallman <rms@gnu.org>
6186
6187 * progmodes/compile.el (compile): Doc fix.
6188
6189 2007-01-09 Markus Triska <markus.triska@gmx.at>
6190
6191 * tumme.el (tumme-display-thumb): Doc fix.
6192
6193 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
6194
6195 * battery.el (battery-search-for-one-match-in-files):
6196 * bindings.el (mode-line-minor-mode-help):
6197 * x-dnd.el (x-dnd-types-alist):
6198 * calendar/icalendar.el (icalendar-import-buffer):
6199 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
6200
6201 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
6202
6203 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
6204
6205 * replace.el (replace-regexp): Fix typo in docstring.
6206
6207 2007-01-07 Alan Mackenzie <acm@muc.de>
6208
6209 * progmodes/cc-langs.el (c-operators, c-filter-ops):
6210 Amend doc-string and comments.
6211
6212 2007-01-06 Eli Zaretskii <eliz@gnu.org>
6213
6214 * files.el (abbreviate-file-name): Doc fix.
6215
6216 2007-01-06 Markus Triska <triska@gmx.at>
6217
6218 * subr.el (split-string): Remove spurious ")" from doc string.
6219
6220 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
6221
6222 * textmodes/table.el (table--warn-incompatibility):
6223 Use display-warning instead of momentary-string-display.
6224
6225 2007-01-05 Richard Stallman <rms@gnu.org>
6226
6227 * image.el (image-type-header-regexps): Recognize xbm more strictly.
6228
6229 * simple.el (backward-kill-word): Doc fix.
6230
6231 2007-01-05 Romain Francoise <romain@orebokech.com>
6232
6233 * international/mule.el (sgml-html-meta-auto-coding-function):
6234 Ensure that the buffer contains a HTML document.
6235
6236 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6237
6238 * faces.el (momentary): Move here ...
6239 * subr.el (momentary): ... from here.
6240
6241 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
6242
6243 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
6244 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
6245 large structures/arrays.
6246
6247 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
6248
6249 * files.el (find-file-noselect-1, set-visited-file-name):
6250 Allow backup-enable-predicate to be nil.
6251
6252 2007-01-04 Andreas Schwab <schwab@suse.de>
6253
6254 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
6255 last change.
6256
6257 2007-01-03 Richard Stallman <rms@gnu.org>
6258
6259 * woman.el (woman-decode-buffer): Clarify error message.
6260
6261 2007-01-03 Alan Mackenzie <acm@muc.de>
6262
6263 * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
6264
6265 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
6266
6267 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
6268
6269 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6270
6271 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
6272
6273 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
6274
6275 * emulation/viper.el (viper-custom-file-name, viper-mode):
6276 Fix typos in docstrings.
6277
6278 * subr.el (momentary-string-display): After moving point, set POS
6279 variable to it to avoid later errors once the buffer is modified.
6280 Doc fix.
6281
6282 2007-01-02 Alan Mackenzie <acm@muc.de>
6283
6284 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
6285 check that the "*/" is present before trying to manipulate it.
6286
6287 2007-01-02 Richard Stallman <rms@gnu.org>
6288
6289 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
6290
6291 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
6292 Fix format of value.
6293
6294 * cus-edit.el (customize-unsaved): Rename from customize-customized.
6295 Change messages accordingly.
6296 (customize-customized): Now alias.
6297
6298 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
6299
6300 * files.el (version-control): Doc fix.
6301
6302 2007-01-01 Alan Mackenzie <acm@muc.de>
6303
6304 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
6305 Check the format of c-state-cache is valid for an optimisation before
6306 using it.
6307
6308 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
6309 are at a statement within a macro". Other changes so that only
6310 the first continuation line in a macro gets the symbol
6311 `cpp-define-intro', the others getting `statement', or whatever.
6312
6313 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
6314 a string, preserve whitespace. Add a backslash only when also in
6315 a macro.
6316
6317 * progmodes/cc-defs.el: Correct typos.
6318
6319 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
6320 new line after an escaped EOL in a string.
6321
6322 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
6323 label when it directly follows "else", "do", ....
6324
6325 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
6326 angle brackets (as seen in "explicit specialisations" of C++
6327 templates).
6328
6329 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
6330 in the doc-string.
6331
6332 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
6333 when the comment ender looks like "=========*/" and is alone on
6334 its line.
6335
6336 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
6337 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
6338 for the old name.
6339
6340 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
6341 c-\(beginning\|end\)-of-defun by default.
6342
6343 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
6344 New line-up function, for the DEFUN macro in the Emacs C sources.
6345 Only used in "gnu" style.
6346
6347 * progmodes/cc-styles.el (c-style-alist): Use this new function in
6348 the "gnu" style.
6349
6350 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
6351 clean-up comment-close-slash also to work when there's a comment
6352 terminator on the line.
6353 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
6354 these for large arg - only take account of top level {..}, except
6355 for initial and final adjustments. M-- C-M-[ae] now go to the
6356 right defuns when the starting point is between defuns. They use
6357 the four new functions:
6358 (c-in-function-trailer-p, c-where-wrt-brace-construct)
6359 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
6360 support c-\(beginning\|end\)-of-defun.
6361
6362 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
6363 expressions more rigorously, to exclude bit-field specifiers from
6364 being classed as labels.
6365 (c-forward-label): When analyzing a ":" within a macro, be careful
6366 about using c-forward-syntactic-ws at the macro beginning.
6367 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
6368 stmt boundary, check for "operator=", etc.
6369
6370 * progmodes/cc-mode.el (c-postprocess-file-styles):
6371 Bind inhibit-read-only to t, around the call to
6372 c-remove-any-local-eval-or-mode-variables, so that it works on a
6373 RO file.
6374
6375 * progmodes/cc-defs.el (c-version): Update the version number to
6376 "5.31.4".
6377
6378 2007-01-01 Richard Stallman <rms@gnu.org>
6379
6380 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
6381 only if we restored isearch-window-configuration.
6382
6383 2006-12-31 Romain Francoise <romain@orebokech.com>
6384
6385 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
6386
6387 2006-12-31 Kim F. Storm <storm@cua.dk>
6388
6389 * files.el (auto-mode-case-fold): New defcustom.
6390 (set-auto-mode): If non-nil, perform second case-sensitive pass
6391 through auto-mode-alist if first pass failed.
6392
6393 2006-12-30 Richard Stallman <rms@gnu.org>
6394
6395 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
6396
6397 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
6398
6399 * allout.el (allout-encrypt-string): Handle symmetric-key
6400 passphrase caching but leave keypair caching to pgg.
6401
6402 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
6403
6404 Sync with Tramp 2.0.55.
6405
6406 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
6407 `integerp'. `char-equal' could fail else in case of negative
6408 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
6409 (top): Check for `font-lock-add-keywords' before calling; it
6410 doesn't exist under XEmacs.
6411 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
6412 (tramp-completion-mode): Remove clause (not
6413 tramp-unified-filenames), because the function is called in other
6414 context too, where this check results in wrong results in the
6415 XEmacs case on Windows.
6416 (tramp-touch): UTC handling is not possible for XEmacs.
6417
6418 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6419
6420 * scroll-bar.el (previous-scroll-bar-mode): New variable
6421 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
6422 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
6423
6424 * term/x-win.el: Set scroll bar mode to right if set by X resources.
6425
6426 2006-12-30 Richard Stallman <rms@gnu.org>
6427
6428 * files.el (make-backup-file-name-1): Precompute abs name
6429 but don't lose the relative name.
6430
6431 * international/mule-cmds.el (select-safe-coding-system-interactively):
6432 Fix message.
6433
6434 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6435
6436 * files.el (backup-buffer): Show entire backup file name in msg.
6437
6438 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
6439
6440 * image.el (image-type-header-regexps, image-type-from-data)
6441 (image-type-from-buffer, image-type-from-file-header):
6442 Revert changes from 2006-12-26.
6443 (image-type-auto-detectable): New variable.
6444 (image-type-auto-detected-p): New function.
6445
6446 * files.el (magic-mode-alist): Detect image files with
6447 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
6448
6449 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
6450
6451 * dired.el (dired-sort-other): Move test for dired-mode...
6452 (dired-sort-set-modeline): ...to here.
6453
6454 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6455
6456 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
6457 change. Suggested by Stefan Monnier.
6458
6459 2006-12-29 Kim F. Storm <storm@cua.dk>
6460
6461 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
6462 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
6463
6464 2006-12-27 Kim F. Storm <storm@cua.dk>
6465
6466 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
6467 so it doesn't accidentally match an fsf.org mail address.
6468 (authors-renamed-files-alist): Add tcover-*.el.
6469
6470 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
6471
6472 * vc-arch.el (vc-arch-find-version): New function.
6473
6474 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
6475 composed of arbitrary characters (even /) in some systems.
6476
6477 2006-12-27 Eli Zaretskii <eliz@gnu.org>
6478
6479 * international/mule-cmds.el (select-safe-coding-system-interactively):
6480 Improve the message in the *Warning* buffer.
6481
6482 2006-12-27 Kim F. Storm <storm@cua.dk>
6483
6484 * ido.el (ido-set-matches-1): Fix last change. If default item is
6485 current buffer, it is ok to be first.
6486
6487 2006-12-27 Kenichi Handa <handa@m17n.org>
6488
6489 * international/mule-cmds.el (select-safe-coding-system-interactively):
6490 Use face `link' for problematic chars.
6491
6492 2006-12-27 Kenichi Handa <handa@m17n.org>
6493
6494 * international/mule-cmds.el (select-safe-coding-system-interactively):
6495 Improve the message in *Warning* buffer.
6496
6497 2006-12-27 Kim F. Storm <storm@cua.dk>
6498
6499 * ido.el (ido-set-matches-1): Never put current buffer first if
6500 there are other matches.
6501
6502 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
6503
6504 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
6505 expressions.
6506 (gdb-var-delete): Handle duplicate names. Print message for non
6507 root expressions.
6508 (gdb-partial-output-name): Start buffer name with a space.
6509 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
6510 buffer name.
6511
6512 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6513
6514 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
6515 last footnote when `footnote-spaced-footnotes' is nil.
6516
6517 2006-12-26 Richard Stallman <rms@gnu.org>
6518
6519 * cus-edit.el (custom-browse-sort-alphabetically)
6520 (custom-buffer-sort-alphabetically)
6521 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
6522
6523 * image.el (image-type-header-regexps): Change element format
6524 to include third item NOT-ALWAYS.
6525 (image-type-from-data): Handle new format.
6526 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
6527 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
6528
6529 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
6530
6531 * add-log.el (add-log-current-defun): Call `forward-sexp'
6532 multiple times to pick a member function name defined as
6533 part of nested classes/namespaces.
6534
6535 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6536
6537 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
6538 which keymap should be used to change menu. It does not affect any
6539 existent code.
6540
6541 2006-12-26 Richard Stallman <rms@gnu.org>
6542
6543 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
6544 rather than for being in a minibuffer window.
6545
6546 2006-12-25 Daiki Ueno <ueno@unixuser.org>
6547
6548 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
6549 locale-coding-system.
6550 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
6551 LF.
6552
6553 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
6554
6555 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
6556 (sql-mode-syntax-table): Disable double quoted strings.
6557 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
6558
6559 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6560
6561 * startup.el (fancy-splash-last-input-event): New variable.
6562 (fancy-splash-special-event-action): New function.
6563 (fancy-splash-screens): Temporarily bind special events to it.
6564 Execute command for saved special event before exiting from
6565 recursive editing.
6566
6567 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
6568 New functions.
6569 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
6570 Use mac-unread-string.
6571
6572 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6573
6574 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
6575 an optimized comment regexp if `comment-start-skip' uses a ^.
6576 * bs.el (bs--up): Remove interactive spec.
6577
6578 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6579
6580 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
6581 Suggested by James Cloos.
6582
6583 2006-12-24 Kevin Ryde <user42@zip.com.au>
6584
6585 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
6586 in March.
6587 (calendar-dst-ends): Default to first Sunday in November.
6588
6589 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
6590
6591 * allout.el (allout-encrypt-string): Inhibit use of agent within
6592 body of let form where encryption happens. Acknowledge non-use of
6593 gpg-agent in docstring.
6594 (allout-toggle-subtree-encryption): Acknowledge non-use of
6595 gpg-agent in docstring.
6596
6597 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6598
6599 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
6600
6601 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
6602
6603 * ediff-diff.el (ediff-diff-options): Clarify docstring.
6604 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
6605
6606 * emulation/viper-cmd.el (viper-post-command-sentinel):
6607 Protect against errors in hooks.
6608 (viper-add-newline-at-eob-if-necessary): Add newline only if we
6609 actually modify buffer; ignore errors if occur.
6610
6611 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
6612
6613 * calendar/calendar.el (calendar-mode-map): Switch < and >.
6614 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
6615 formatting.
6616
6617 2006-12-23 Richard Stallman <rms@gnu.org>
6618
6619 * simple.el (delete-horizontal-space): Doc fix.
6620
6621 2006-12-23 Eli Zaretskii <eliz@gnu.org>
6622
6623 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
6624 explicitly in a recursive Make, not implicitly through prerequisites,
6625 since the latter is wrong under parallel builds.
6626
6627 2006-12-22 Eli Zaretskii <eliz@gnu.org>
6628
6629 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
6630
6631 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6632
6633 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
6634 message string.
6635
6636 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
6637
6638 * outline.el (outline-next-visible-heading): Fix the case with a
6639 header at end-of-file with no final newline.
6640
6641 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
6642
6643 * indent.el (tab-always-indent): Doc fix.
6644
6645 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
6646
6647 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
6648 (Info-fontify-node): Do fontify indices.
6649
6650 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
6651 to the Emacs Lisp reference manual.
6652 (tutorial--tab-map): Remove. All callers changed.
6653 (tutorial--find-changed-keys): New elt QUIET, used to...
6654 (tutorial--display-changes): ...ensure that warning messages are
6655 only issued once per changed key.
6656 (tutorial--remove-remarks): Delete unused code-path.
6657 (lang-strings): Remove extraneous formatting.
6658 (tutorial--save-tutorial): Prompt before saving tutorial state.
6659
6660 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
6661
6662 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
6663 Replace '?\ ' by '?\s' throughout.
6664 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
6665 `help' custom group.
6666 (tutorial--key-description): New function.
6667 (tutorial--display-changes): Remove redundant arg. Scan for all
6668 key sequences to avoid false matches. Cleanup.
6669 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
6670 reduce homedir pollution.
6671 (help-with-tutorial): Call tutorial--display-changes with no arg.
6672
6673 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
6674
6675 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
6676
6677 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
6678
6679 * net/tramp.el (tramp-default-method): We still need to check for
6680 `executable-find', because it is not bound under Emacs 20.
6681 (tramp-handle-file-name-completion)
6682 (tramp-completion-handle-file-name-completion): Handle optional
6683 parameter PREDICATE.
6684 (tramp-find-default-method): Add code for default values.
6685
6686 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
6687
6688 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
6689 make gud-go send "continue".
6690
6691 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
6692
6693 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
6694 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
6695
6696 2006-12-19 Kim F. Storm <storm@cua.dk>
6697
6698 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
6699 instead of global-map.
6700
6701 * files.el (magic-mode-alist): Allow matching file type by
6702 calling a function at bob. Check for image types by calling
6703 image-type-from-buffer. Suggested by Juanma Barranquero.
6704 (set-auto-mode): Do it.
6705
6706 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
6707
6708 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
6709 Remove "ControlMaster" option from the other `scp*' methods.
6710 (tramp-default-method): Check for ssh-agent before setting to `scp'.
6711
6712 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
6713
6714 * textmodes/org.el (org-mode): Show context after isearch.
6715 (org-show-siblings): New function.
6716 (org-show-context): Use `org-show-siblings'.
6717
6718 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
6719
6720 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
6721 Use syntax-ppss-toplevel-pos.
6722
6723 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
6724
6725 * textmodes/org.el (org-current-line): Make sure that lines are
6726 counted from beginning of buffer.
6727 (org-table-copy-region, org-table-paste-rectangle): Make sure that
6728 lines are counted from beginning of buffer.
6729
6730 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
6731
6732 * info.el (Info-build-node-completions): Signal error if tag-table
6733 marker is not found.
6734
6735 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6736
6737 2006-12-17 Alan Mackenzie <acm@muc.de>
6738
6739 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
6740 speed) the case when open-paren-in-column-0-is-defun-start is nil.
6741 Based on code by Martin Rudalics.
6742
6743 * progmodes/cc-mode.el (c-basic-common-init): Don't set
6744 open-paren-in-column-0-is-defun-start to nil any more.
6745
6746 2006-12-17 Richard Stallman <rms@gnu.org>
6747
6748 * simple.el (delete-horizontal-space): Use prefix arg.
6749
6750 * help-fns.el (describe-variable): Improve blank separator lines.
6751
6752 * files.el (magic-mode-alist): Mark as risky.
6753
6754 * files.el (make-backup-file-name-1):
6755 Expand backup-directory explicitly.
6756
6757 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
6758
6759 * net/tramp.el (tramp-default-method): Before setting to "pscp",
6760 check whether package password.el is loaded, or Pageant is running.
6761
6762 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
6763
6764 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
6765 (icalendar--rris): First try Emacs, then XEmacs.
6766 (icalendar--convert-ical-to-diary): Doc fix.
6767 Insert newline at end of target file.
6768
6769 2006-12-17 Kim F. Storm <storm@cua.dk>
6770
6771 * outline.el (outline-isearch-open-invisible-function): New defvar.
6772 (outline-flag-region): Use it if non-nil for isearch-open-invisible
6773 overlay property instead of outline-isearch-open-invisible.
6774
6775 2006-12-16 Kim F. Storm <storm@cua.dk>
6776
6777 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
6778 if ido-directory-too-big is set on entry.
6779 (ido-toggle-ignore, ido-completion-help): Print message while
6780 reading big directory.
6781
6782 2006-12-15 Richard Stallman <rms@gnu.org>
6783
6784 * shell.el (shell): Doc fix.
6785
6786 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
6787
6788 * emulation/edt.el (edt-xserver):
6789 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
6790 to fix a problem on Cygwin.
6791
6792 * emulation/edt.el
6793 * emulation/edt-mapper.el
6794 * emulation/edt-lk201.el
6795 * emulation/edt-pc.el
6796 * emulation/edt-vt100.el: Update maintainer's email address.
6797
6798 2006-12-15 Simon Marshall <simon@gnu.org>
6799
6800 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
6801
6802 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6803
6804 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
6805 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
6806 instead of mac-atsu-font-table.
6807 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
6808
6809 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
6810
6811 * align.el (align-match-tex-pattern): Fix a rare bug which
6812 hanged Emacs.
6813
6814 2006-12-14 Richard Stallman <rms@gnu.org>
6815
6816 * startup.el (use-fancy-splash-screens-p): Use frame-height
6817 instead of window-height. Pass frame to image-size.
6818
6819 2006-12-13 Kenichi Handa <handa@m17n.org>
6820
6821 * international/mule-cmds.el (set-locale-environment):
6822 Set default-sendmail-coding-system too.
6823
6824 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
6825
6826 * progmodes/idlw-help.el: Fix copyright notice.
6827
6828 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6829
6830 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
6831
6832 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
6833
6834 * subr.el (unread-command-char): Reformat obsolescence info.
6835
6836 2006-12-11 Richard Stallman <rms@gnu.org>
6837
6838 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
6839 about calls to cl-struct-setf-expander.
6840
6841 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
6842
6843 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
6844 (ediff-combination-pattern): Fix typo in docstring.
6845
6846 * textmodes/refer.el (refer-find-entry): Doc fix.
6847 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
6848 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
6849 Fix tipos in docstrings.
6850
6851 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
6852
6853 2006-12-10 Kim F. Storm <storm@cua.dk>
6854
6855 * ido.el (ido-init-completion-maps): Remap backward-kill-word
6856 instead of binding M-backspace.
6857
6858 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
6859
6860 * replace.el (replace-match-data, replace-match-maybe-edit):
6861 * calc/calc-aent.el (calc-eval-error):
6862 * emulation/vi.el (vi-char-argument):
6863 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
6864 (c-vsemi-status-unknown-p-fn): Doc fixes.
6865
6866 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
6867
6868 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
6869 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
6870
6871 2006-12-10 Masatake YAMATO <jet@gyve.org>
6872
6873 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
6874
6875 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
6876
6877 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
6878
6879 * man.el (Man-xref-button-action): New function. If the
6880 `Man-target-string' button property is a function, assume it
6881 accepts a position argument.
6882 (Man-abstract-xref-man-page): Use it.
6883 (Man-default-man-entry): New optional arg POS.
6884
6885 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
6886 symlink arrows read-only and non-rear-sticky.
6887
6888 2006-12-09 Martin Rudalics <rudalics@gmx.at>
6889
6890 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
6891 (wdired-search-and-rename): Simplify code.
6892 (wdired-preprocess-files, wdired-preprocess-perms): Make
6893 read-only property of preceding character rear-nonsticky to
6894 avoid that it can be modified. Put old-name and old-link
6895 properties on character preceding name and replace
6896 put-text-property by add-text-properties.
6897 (wdired-get-filename, wdired-get-previous-link): Get old-name
6898 and old-link properties from character preceding name and
6899 simplify code.
6900 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
6901 (wdired-perms-to-number): Make local-map property
6902 rear-nonsticky to avoid that text following permissions may be
6903 modified. Use add-text-properties instead of put-text-property
6904 when changing a permission bit.
6905 (wdired-change-to-dired-mode): Remove stickiness properties.
6906
6907 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
6908
6909 * international/mule-cmds.el (register-input-method): Doc fix.
6910
6911 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
6912
6913 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
6914
6915 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6916
6917 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
6918 Force buffer local defs evaluation on local variables loading.
6919 (flyspell-mode-on, flyspell-mode-off): Use it in
6920 `hack-local-variables-hook'.
6921
6922 2006-12-09 Eli Zaretskii <eliz@gnu.org>
6923
6924 * emacs-lisp/find-func.el (find-variable): Doc fix.
6925
6926 * help-fns.el (variable-at-point): Doc fix.
6927
6928 * w32-fns.el (w32-append-code-lines): New function.
6929
6930 2006-12-09 Romain Francoise <romain@orebokech.com>
6931
6932 * comint.el (comint-insert-input): Delete obsolete comment.
6933
6934 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6935
6936 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
6937 current frame, in case we're connected to several displays.
6938
6939 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
6940
6941 * frame.el (other-frame): Doc fix.
6942 (set-frame-parameter): Fix typo in docstring.
6943
6944 2006-12-07 Kim F. Storm <storm@cua.dk>
6945
6946 * info.el (Info-index): Strip leading colon from topic.
6947
6948 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
6949
6950 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
6951 to pointers.
6952
6953 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
6954
6955 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
6956 Trim out spurious class inheritance "None" entries.
6957
6958 2006-12-05 Kim F. Storm <storm@cua.dk>
6959
6960 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
6961 (cua-paste-pop): Rework last change for
6962 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
6963 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
6964 text inserted by the last M-y command.
6965
6966 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6967
6968 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
6969 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
6970
6971 * shell.el (shell): Search the start file in ~/.emacs.d as
6972 `init_SHELLNAME.sh' instead.
6973
6974 2006-12-05 Glenn Morris <rgm@gnu.org>
6975
6976 * progmodes/cperl-mode.el (cperl-mode)
6977 * progmodes/f90.el (f90-mode-abbrev-table)
6978 * progmodes/fortran.el (fortran-mode-abbrev-table)
6979 * progmodes/octave-mod.el (octave-abbrev-table)
6980 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
6981 if abbrev-table is non-nil (saved user abbrevs may have been restored).
6982
6983 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
6984 clear abbrev table, else saved abbrevs will not be restored.
6985
6986 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
6987
6988 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
6989 the call to `make-obsolete-variable', not in the docstring.
6990
6991 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
6992
6993 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
6994
6995 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6996
6997 * progmodes/ebnf-abn.el:
6998 * progmodes/ebnf-bnf.el:
6999 * progmodes/ebnf-dtd.el:
7000 * progmodes/ebnf-ebx.el:
7001 * progmodes/ebnf-iso.el:
7002 * progmodes/ebnf-otz.el:
7003 * progmodes/ebnf-yac.el:
7004 * progmodes/ebnf2ps.el:
7005 * delim-col.el:
7006 * printing.el:
7007 * ps-bdf.el:
7008 * ps-mule.el:
7009 * ps-print.el: Remove 'Time-stamp' comment mark.
7010
7011 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
7012 'easy-menu-add-item' when called in Emacs 21 or higher.
7013
7014 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
7015
7016 * progmodes/ada-xref.el (ada-check-current): Doc fix.
7017 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
7018
7019 2006-12-04 Kim F. Storm <storm@cua.dk>
7020
7021 * bindings.el (global-map): Bind [signal t] to ignore, to have
7022 user signals ignored by default.
7023
7024 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
7025
7026 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
7027 Unicode data file pointed to by `describe-char-unicodedata-file'.
7028
7029 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
7030
7031 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
7032 O(n^2) regexp-search by anchoring the search.
7033
7034 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
7035
7036 * whitespace.el (whitespace-cleanup-internal): Use current
7037 argument for recursive call.
7038
7039 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
7040
7041 * net/tramp.el (tramp-methods): Add "ControlPath" and
7042 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
7043 Andreas Schwab <schwab@suse.de>.
7044 (tramp-do-copy-or-rename-file-out-of-band)
7045 (tramp-open-connection-rsh): Compute format spec for ?t.
7046 (tramp-process-actions): Trace command parameters.
7047
7048 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
7049
7050 * simple.el (toggle-truncate-lines): Clarify doc string.
7051
7052 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
7053 (gdb-speedbar-expand-node): Use it.
7054
7055 2006-12-04 Richard Stallman <rms@gnu.org>
7056
7057 * progmodes/python.el (python-indent): Add safe-local-variable prop.
7058
7059 * dired.el (dired-revert): Turn off dired-after-readin-hook
7060 around call to dired-readin.
7061
7062 * menu-bar.el (menu-bar-make-toggle): Add "globally"
7063 to echo area messages.
7064 <indicate-empty-lines, case-fold-search>:
7065 Add "globally" to Help string.
7066 <case-fold-search>: MESSAGE arg need not say "globally".
7067 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
7068
7069 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
7070
7071 * outline.el (outline-end-of-subtree): Don't leave an empty
7072 line hidden as we would a real next heading.
7073
7074 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
7075
7076 * allout.el (allout-ascend): Add an optional argument to preserve
7077 original position of point when unsuccessful. Also, fix a
7078 docstring error.
7079 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
7080 work again, using allout-ascend's new option.
7081 (allout-setup-mode-map): Extract from allout-mode to initialize
7082 allout-mode-map. Call it on file load, so the mode docstring
7083 substitutions work even if allout mode has not yet been invoked.
7084 (allout-mode): Use new allout-setup-mode-map to track any keybinding
7085 customizations since the map was last processed. Also, refine the
7086 docstring so it's ship-shape for release.
7087 (allout-default-layout, allout-beginning-of-line-cycles)
7088 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
7089 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
7090 (allout-version, allout-layout, allout-infer-body-reindent)
7091 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
7092 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
7093 (allout-previous-heading, allout-goto-prefix-doublechecked)
7094 (allout-current-bullet-pos, allout-next-sibling-leap)
7095 (allout-pre-command-business, allout-encrypted-type-prefix)
7096 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
7097 (allout-rebullet-topic, allout-rebullet-topic-grunt)
7098 (allout-flag-region, allout-expose-topic, allout-expose-topic)
7099 (allout-old-expose-topic, allout-listify-exposed)
7100 (allout-process-exposed, allout-latex-verb-quote)
7101 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
7102 (allout-toggle-current-subtree-encryption)
7103 (allout-toggle-subtree-encryption, allout-bullet-isearch):
7104 Remove extraneous open-paren and close paren string escapes.
7105
7106 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
7107
7108 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
7109 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
7110 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
7111 Fix typos in docstrings.
7112
7113 2006-12-03 Glenn Morris <rgm@gnu.org>
7114
7115 * progmodes/cc-align.el
7116 * progmodes/cc-awk.el
7117 * progmodes/cc-cmds.el
7118 * progmodes/cc-compat.el
7119 * progmodes/cc-defs.el
7120 * progmodes/cc-engine.el
7121 * progmodes/cc-langs.el
7122 * progmodes/cc-menus.el
7123 * progmodes/cc-mode.el
7124 * progmodes/cc-styles.el
7125 * progmodes/cc-vars.el
7126 * progmodes/vhdl-mode.el: Fix Copyright format.
7127
7128 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
7129
7130 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
7131 initial down event.
7132
7133 2006-12-02 Kim F. Storm <storm@cua.dk>
7134
7135 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
7136 (cua-repeat-replace-region): Make M-v more robust.
7137 (cua-paste-pop-rotate-temporarily): New defcustom.
7138 (cua-paste-pop): Use it.
7139 (cua-auto-mark-last-change): New defcustom.
7140 (cua-pop-to-last-change): New helper function.
7141 (cua-set-mark): Use them.
7142
7143 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
7144
7145 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
7146 mini-buffer message.
7147
7148 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
7149
7150 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
7151
7152 2006-12-01 Ben North <ben@redfrontdoor.org>
7153
7154 * paren.el: Fix the highlight overlay extension when the user types a
7155 sequence of char very fast just before the open parenthesis.
7156
7157 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7158
7159 * ps-mule.el: Eliminate Emacs 20 compatibility.
7160
7161 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
7162 (ps-print-version): New version 6.7.
7163 (ps-print-quote): Replace '?\ ' by '?\s'.
7164
7165 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
7166
7167 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
7168 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
7169 (hexl-end-of-1k-page): Doc fixes.
7170 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
7171 Fix typos in docstrings.
7172
7173 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7174
7175 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
7176 locally, i.e. without using file name handlers.
7177 (ido-read-internal): Allow mono letter host names, avoiding the
7178 `c:' problem by testing if the file exists locally.
7179 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
7180
7181 2006-11-30 Masatake YAMATO <jet@gyve.org>
7182
7183 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
7184 to avoid bytecomp warnings.
7185 (hexl-mode-old-ruler-function): New variable.
7186 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
7187 and `hl-line-range-function' after `require' hl-line.
7188 Then bind `hl-line-range-function' and `hl-line-face'.
7189 Don't require frame. Don't use `with-no-warnings'.
7190 (hexl-activate-ruler): Store the original value of
7191 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
7192 (hexl-mode-exit): Restore the original value of
7193 `ruler-mode-ruler-function'.
7194
7195 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
7196
7197 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
7198 (hexl-mode-old-hl-line-face): New variable.
7199 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
7200 line when exit from the hexl-mode.
7201
7202 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
7203
7204 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
7205 Doc fixes.
7206
7207 * international/fontset.el (create-fontset-from-ascii-font)
7208 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
7209 (fontset-name-p): Fix typo in docstring.
7210
7211 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
7212
7213 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7214
7215 * ps-bdf.el: Fix maintainer email.
7216
7217 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
7218 compatibility.
7219
7220 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
7221 21 compatibility.
7222 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
7223 Emacs 20 & 21.
7224
7225 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
7226
7227 * progmodes/idlwave.el (idlwave-auto-fill):
7228 Remove paragraph-start let to prevent auto-fill giving up.
7229
7230 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
7231
7232 * vt100-led.el (led-state): Fix typo in previous change.
7233
7234 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7235
7236 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7237 Fix interactive spec of the functions getting defined to make them
7238 work as documented.
7239
7240 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
7241
7242 * startup.el (fancy-splash-screens): Hide initial splash buffer.
7243
7244 2006-11-28 Kim F. Storm <storm@cua.dk>
7245
7246 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
7247 icomplete-mode is enabled.
7248
7249 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
7250
7251 * textmodes/org.el (require): Require gnus-sum during compilation
7252 to avoid problem with a macro call.
7253
7254 2006-11-28 Glenn Morris <rgm@gnu.org>
7255
7256 * emacs-lisp/authors.el (authors-aliases): Add new alias.
7257
7258 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
7259 (fortran-window-create-momentarily): Do not need string-to-char.
7260
7261 2006-11-28 Richard Stallman <rms@gnu.org>
7262
7263 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
7264 Replace incorrect use of assoc-default with a loop.
7265
7266 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
7267
7268 * simple.el (next-error-find-buffer): Improve messages.
7269
7270 * files.el (revert-buffer): Special error message if file
7271 is now not readable.
7272
7273 * facemenu.el (facemenu-add-new-face): Improve doc strings of
7274 constructed commands.
7275
7276 * comint.el (comint-exec-1): Provide Emacs version and `comint'
7277 in INSIDE_EMACS.
7278
7279 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7280
7281 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
7282
7283 * server.el: Remove spurious * in docstrings.
7284 (server-process-filter): Exit from recursive editing before processing
7285 a new request.
7286
7287 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
7288
7289 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
7290 line so hidden blocks will be correctly identified.
7291
7292 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
7293
7294 * ledit.el (ledit-save-defun, ledit-mode):
7295 * resume.el (resume-emacs-args-buffer):
7296 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
7297 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
7298 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
7299 (command-send-input, command-kill-line):
7300 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
7301
7302 * autoarg.el (autoarg-kp-mode): Doc fix.
7303
7304 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
7305 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
7306 (check-emacs-lock): Doc fix. Simplify.
7307
7308 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
7309 (iimage-mode-buffer): Fix typos in docstring.
7310
7311 * misc.el (zap-up-to-char): Doc fix.
7312
7313 * time-stamp.el: Fix comment and obsolescence string for old
7314 functions. Use `dolist' instead of `while'.
7315
7316 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
7317
7318 * disp-table.el (standard-display-8bit, standard-display-default):
7319 * ebuff-menu.el (electric-buffer-list):
7320 * ehelp.el (electric-help-command-loop):
7321 * font-core.el (font-lock-mode):
7322 * help-macro.el (make-help-screen):
7323 * help.el (describe-minor-mode-completion-table-for-indicator)
7324 (lookup-minor-mode-from-indicator):
7325 * indent.el (tab-to-tab-stop, move-to-tab-stop):
7326 * info-look.el (info-lookup-guess-custom-symbol):
7327 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
7328 * longlines.el (longlines-wrap-line):
7329 * macros.el (insert-kbd-macro):
7330 * menu-bar.el (menu-bar-update-buffers):
7331 * misc.el (copy-from-above-command):
7332 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
7333 * newcomment.el (comment-indent):
7334 * novice.el (disabled-command-function):
7335 * sort.el (sort-fields-syntax-table):
7336 * subr.el (momentary-string-display):
7337 * tar-mode.el (tar-header-block-summarize)
7338 (tar-clear-modification-flags):
7339 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
7340 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
7341 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
7342 (te-delete-char, te-down-vertically-or-scroll):
7343 * time-stamp.el (time-stamp-string-preprocess):
7344 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
7345
7346 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7347
7348 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
7349 in GUD mode.
7350
7351 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
7352 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
7353
7354 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7355
7356 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
7357
7358 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
7359
7360 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
7361 (ada-compile-goto-error): Adapt to new argument profile of
7362 compilation-goto-locus in Emacs 22. Don't check if the various
7363 compile functions are defined; we already do "(require 'compile)".
7364
7365 2006-11-26 Kim F. Storm <storm@cua.dk>
7366
7367 * kmacro.el: Fix commentary.
7368
7369 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7370
7371 * progmodes/gud.el (gdb): Explain how to run in text command mode
7372 more clearly. Say in error message that multiple debugging
7373 requires restarting GDB.
7374
7375 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
7376
7377 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
7378
7379 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
7380
7381 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
7382 (flymake-popup-menu): Use it instead of posn-at-point.
7383
7384 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7385
7386 * progmodes/cc-vars.el (c-backslash-column):
7387 Mention c-backslash-max-column in documentation for c-backslash-column.
7388
7389 2006-11-24 Lars Hansen <larsh@soem.dk>
7390
7391 * net/tramp.el (tramp-default-method): Under Windows, change from
7392 plink to pscp.
7393 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
7394 (tramp-actions-copy-out-of-band):
7395 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
7396 (tramp-action-out-of-band): Move "Permission denied" handling to
7397 tramp-action-copy-failed.
7398 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
7399 process buffer.
7400
7401 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7402
7403 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7404 strings to a single string. Quote `errors-file-name'.
7405 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7406 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7407 Adjust calls. Use `shell-quote-argument'.
7408
7409 * international/mule.el (load-with-code-conversion)
7410 (with-category-table): Use with-current-buffer.
7411 (after-insert-file-set-coding): Use restore-buffer-modified-p.
7412
7413 2006-11-24 Eli Zaretskii <eliz@gnu.org>
7414
7415 * mail/smtpmail.el (smtpmail-send-it):
7416 Copy buffer-file-coding-system from the mail buffer. Possibly add a
7417 MIME header for the message encoding.
7418 Bind coding-system-for-write around the call to mail-do-fcc.
7419 Use smtpmail-code-conv-from to encode queued mail messages.
7420
7421 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
7422
7423 * tabify.el (tabify-regexp): Doc fix.
7424
7425 * net/rcirc.el (rcirc-buffer-maximum-lines):
7426 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
7427
7428 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
7429 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
7430 Fix typos in output messages.
7431 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
7432
7433 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7434
7435 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
7436 the horse's mouth.
7437 (hexlify-buffer): Don't re-encode an arg that's already encoded.
7438
7439 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
7440
7441 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
7442 Remove condition-case.
7443
7444 2006-11-23 Glenn Morris <rgm@gnu.org>
7445
7446 * progmodes/f90.el (f90-comment-indent): Do not move point in
7447 default case.
7448
7449 2006-11-21 Romain Francoise <romain@orebokech.com>
7450
7451 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
7452 from library name (reverts change of 2005-10-25).
7453
7454 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
7455
7456 * tutorial.el (tutorial--default-keys): Add newline and
7457 delete-backward-char bindings.
7458 (tutorial--detailed-help): Save excursion when finding keys.
7459 Correct warning string for M-x FOO case.
7460 (tutorial--display-changes): Print special keys in tutorial style.
7461 Tweak search regexp for changed keys.
7462
7463 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7464
7465 * thingatpt.el (thing-at-point-url-at-point): Don't add a
7466 redundant scheme.
7467
7468 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
7469
7470 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
7471 are new to the list at IANA. Also added irc, mms, mmsh.
7472
7473 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
7474
7475 * progmodes/idlw-help.el (idlwave-html-help-location):
7476 Fail gracefully for missing help packages.
7477 (idlwave-help-assistant-open-link): Open full links.
7478 (idlwave-help-assistant-help-with-topic): Direct help link.
7479
7480 * progmodes/idlwave.el (idlwave-mode):
7481 Set add-log-current-defun-function.
7482 (idlwave-current-routine-fullname): Add, to support add-log.
7483 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
7484 to reflect improvements to xml-parse-file.
7485 (idlwave-mode-menu-def): New binding for help-with-topic.
7486
7487 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
7488 Handle extra newlines and spaces.
7489 (idlwave-shell-mode-map): Add help-with-topic.
7490
7491 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
7492
7493 * tutorial.el (tutorial-warning-face): New face.
7494 (tutorial--detailed-help, tutorial--display-changes): Use it.
7495 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
7496 Improve search pattern for occurrences of changed keys.
7497
7498 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7499
7500 * term/x-win.el (x-last-cut-buffer-coding): New variable.
7501 (x-select-text): Set it.
7502 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
7503 when checking for newness.
7504
7505 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
7506
7507 * subr.el (posn-image):
7508 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
7509
7510 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
7511
7512 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7513
7514 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
7515 Exceptions to the rule "add a space between an identifier and an
7516 opening parenthesis". Defaulted to the `#define' problem of cpp.
7517 (glasses-parenthesis-exception-p): New. Check if the region is an
7518 exception regarding to that.
7519 (glasses-make-readable): Use it.
7520 (glasses-convert-to-unreadable): Ditto. Modify the file also if
7521 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
7522
7523 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
7524
7525 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
7526
7527 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
7528
7529 * progmodes/ada-mode.el (ada-make-body): Fix typo.
7530
7531 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
7532 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
7533
7534 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
7535
7536 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
7537 conditions for function or variable bindings.
7538
7539 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
7540
7541 * progmodes/compile.el (compilation-start): Ditto.
7542
7543 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
7544
7545 * net/tramp.el (top): cl and custom are always required.
7546
7547 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7548
7549 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
7550 cut-buffers with next-selection-coding-system if not nil.
7551
7552 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7553
7554 * textmodes/org.el (org-fix-decoded-time): New function.
7555 (org-display-custom-time): Use `org-fix-decoded-time'.
7556
7557 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
7558
7559 * menu-bar.el (menu-bar-games-menu): Remove yow.
7560
7561 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7562
7563 * textmodes/org.el (org-scan-tags): Re-align code fixed.
7564 (org-detach-overlay): Rename from `org-detatch-overlay'.
7565 (org-table-convert-region): Insert space after column separator.
7566 (org-agenda-kill): New command.
7567 (org-metaleft): Call `org-outdent-item' on bullets.
7568 (org-metaright): Call `org-indent-item' on bullets.
7569 (org-timestamp-change): Set `org-last-changed-timestamp'.
7570 (org-current-line): Make sure (bolp) returns correct result.
7571 (org-agenda-change-all-lines): Make sure TODO are highlighted.
7572
7573 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7574
7575 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
7576
7577 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
7578
7579 * mouse.el (global-map): Change 2006-08-16 fix to call
7580 mouse-yank-at-click explicitly, since mouse events are not carried
7581 over into keyboard macros.
7582
7583 2006-11-16 Kim F. Storm <storm@cua.dk>
7584
7585 * ido.el (ido-file-internal): Use current buffer's file name as default
7586 choice for ido-find-alternate-file. Suggested by Matt Hodges.
7587
7588 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
7589
7590 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
7591 (allout-inhibit-aberrance-doublecheck): Rename from
7592 allout-during-yank-processing. All callers changed.
7593 (allout-ascend): Provide for unusual case where some topic after
7594 the first in file is at lower depth than the first.
7595 (allout-shift-in): Ensure the offspring of the new containing
7596 topic are exposed.
7597 (allout-encrypt-string): Preserve the coding-system of the text,
7598 according to that of the containing buffer.
7599 (allout-toggle-subtree-encryption): When the text being encrypted
7600 requires a different coding system, offer to preserve the coding
7601 system using a file local var.
7602
7603 2006-11-15 Simon Marshall <simon@gnu.org>
7604
7605 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
7606 to recognise "T t()" as a function declaration, rather than a
7607 variable instantiation, iff at the top-level or inside a class
7608 declaration. Suggested by Feng Li <fengli@gmail.com>.
7609
7610 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
7611
7612 * progmodes/ada-xref.el (ada-parse-prj-file):
7613 Don't delete project buffer; user may want to edit it.
7614 (ada-xref-set-project-field, ada-xref-current-project-file)
7615 (ada-xref-current-project, ada-show-current-project)
7616 (ada-set-main-compile-application): New functions.
7617 (ada-xref-get-project-field, ada-require-project-file):
7618 Normalize use of ada-prj-default-project-file.
7619 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
7620 Normalize use of ada-require-project-file.
7621 (ada-prj-find-prj-file): Improve doc string, comments.
7622
7623 * progmodes/ada-mode.el (ada-mode-version): Bump version.
7624 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
7625 (ada-create-menu): Add ada-set-main-compile-application,
7626 ada-show-current-main, ada-show-current-project.
7627
7628 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7629
7630 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
7631 (inferior-python-mode): Use it.
7632
7633 2006-11-14 Andreas Schwab <schwab@suse.de>
7634
7635 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7636
7637 2006-11-13 Kim F. Storm <storm@cua.dk>
7638
7639 * ido.el (ido-copy-current-word): C-o copies region if active.
7640
7641 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7642
7643 * textmodes/org.el (org-emph-face): Fix typo in variable name.
7644
7645 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
7646
7647 * ediff.el (ediff-revision):
7648 * files.el (set-visited-file-name):
7649 * mail/rmailout.el (rmail-output-body-to-file):
7650 Use `format', not `message', in `y-or-n-p' call.
7651
7652 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7653
7654 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
7655 (org-metaright): Call `org-indent-item' on bullets.
7656 (org-timestamp-change): Set `org-last-changed-timestamp'.
7657 (org-current-line): Make sure (bolp) returns correct result.
7658 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
7659
7660 2006-11-12 Richard Stallman <rms@gnu.org>
7661
7662 * language/european.el (turkish-case-conversion-enable)
7663 (turkish-case-conversion-disable): New functions.
7664 ("Turkish" lang env): Use them.
7665
7666 * international/characters.el (case table):
7667 Do nothing special for i and I.
7668
7669 * subr.el (remove-overlays): Fix last change.
7670
7671 * cus-edit.el (custom-save-all): Use find-file-visit-truename
7672 for visiting the custom file.
7673
7674 2006-11-12 Markus Triska <triska@gmx.at>
7675
7676 * play/handwrite.el (handwrite): Also process lines not ending
7677 with newline. Replace some position-fiddling with different
7678 logic. Improve performance.
7679
7680 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
7681
7682 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
7683 replacing deleted variable `ada-check-switch'.
7684 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
7685 (ada-xref-project-files): Improve doc string.
7686 (ada-find-executable): New function.
7687 (ada-initialize-runtime-library): Use `ada-find-executable'.
7688 (ada-xref-set-default-prj-values): In compile commands, don't need
7689 `ada-cd-command'; `compile' does that more portably.
7690 Use ada-prj-default-check-cmd.
7691 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
7692 properties if not specified in project file.
7693 (ada-goto-declaration): Display useful message for new error
7694 'error-file-not-found.
7695 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
7696 'error-file-not-found.
7697 (ada-get-all-references): Match latest ali syntax. Signal new
7698 error 'error-file-not-found.
7699 (ada-find-in-ali): Match latest ali syntax.
7700 (ada-make-filename-from-adaname): Handle different semantics of
7701 gnatkr in GNAT 3.15p vs later.
7702
7703 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
7704 ada-procedure-start-regexp.
7705 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
7706
7707 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
7708 with defvar.
7709 (ada-language-version): Rename ada05 -> ada2005.
7710 (ada-align-region-separate): Add `eval-when-compile'.
7711 (ada-name-regexp): Remove unneeded escapes in regexp character
7712 alternative.
7713 (ada-compile-goto-error-file-linenr-re): New constant.
7714 (ada-matching-start-re): Handle additional cases `declare',
7715 `procedure', `function'.
7716 (ada-compile-goto-error): Handle "... at line nn".
7717 (ada-mode): Clearer syntax, comments for ff-special-constructs.
7718 Delete support for old versions of `align'.
7719 (ada-search-prev-end-stmt): Handle additional keyword `private'.
7720 (ada-check-defun-name): Simplify handling of `declare'.
7721 (ada-goto-matching-start): Handle nested `begin ... end'.
7722 Handle `declare', `protected', `procedure', `function'.
7723 (ada-create-menu): Presence of arm95 is not conditional on using
7724 GNAT compiler.
7725
7726 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
7727
7728 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
7729 nil in the *RE-Builder* buffer (it causes spurious error messages).
7730
7731 * server.el (server-visit-files): If `minibuffer-auto-raise' has
7732 been set to t, respect it.
7733
7734 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
7735
7736 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
7737 Delete commented out code for old Emacs versions. Autoloading of
7738 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
7739 (ada-mode-version): Bump version number.
7740 (ada-95-string-keywords, ada-2005-string-keywords)
7741 (ada-2005-keywords, ada-name-regexp): New constant.
7742 (ada-language-version, ada-procedure-start-regexp, ada-mode)
7743 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
7744 (ada-package-start-regexp): Support private packages, include package
7745 name (for ada-set-point-accordingly).
7746 (ada-next-procedure, ada-previous-procedure)
7747 (ada-which-function-are-we-in): Match changes to
7748 ada-procedure-start-regexp.
7749 (ada-make-body): Make non-interactive; not a user function.
7750 (ada-make-subprogram-body): Improve doc string.
7751
7752 2006-11-11 Romain Francoise <romain@orebokech.com>
7753
7754 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
7755 `compilation-error-regexp-alist' buffer-local, since we changed
7756 `compilation-error-regexp-alist-alist' locally.
7757
7758 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
7759
7760 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
7761 to the value of `server-raise-frame'.
7762
7763 2006-11-11 Glenn Morris <rgm@gnu.org>
7764
7765 * ido.el (ido-enable-prefix)
7766 * ses.el (ses-call-printer-return)
7767 * net/tramp.el (tramp-unified-filenames)
7768 * progmodes/cc-align.el (c-lineup-string-cont)
7769 * progmodes/compile.el (compilation-directory-matcher)
7770 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7771 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7772 (vhdl-clock-rising-edge)
7773 * textmodes/org.el (org-export-with-timestamps)
7774 (org-export-remove-timestamps-from-toc)
7775 (org-export-with-tags): Improve previous doc fixes.
7776
7777 2006-11-11 Richard Stallman <rms@gnu.org>
7778
7779 * textmodes/flyspell.el (flyspell-mode-map):
7780 Bind C-c $ instead of M-RET.
7781
7782 2006-11-10 Simon Marshall <simon@gnu.org>
7783
7784 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
7785 fontification for "case" and "default" keywords.
7786
7787 2006-11-10 Andreas Schwab <schwab@suse.de>
7788
7789 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
7790 Avoid starting sentence with "nil".
7791
7792 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
7793
7794 * server.el (server-raise-frame): New option.
7795 (server-switch-buffer): Use it.
7796
7797 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
7798
7799 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
7800 with a capital.
7801
7802 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
7803
7804 * textmodes/org.el (org-show-hierarchy-above)
7805 (org-show-following-heading): Fix typo in default value.
7806 (org-scan-tags): Make the search case-sensitive.
7807 (org-tags-sparse-tree): Don't overrule
7808 `org-show-following-heading' and `org-show-hierarchy-above'.
7809 (org-reveal): New command.
7810 (org-show-context): Rename from `org-show-hierarchy-above'.
7811 (org-fast-tag-selection-single-key): New option.
7812 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
7813 (org-tags-overlay): New variable.
7814 (org-agenda-todo-ignore-deadlines): New option.
7815 ("session"): Add circular data structure `org-mark-ring' to
7816 exceptions list in session.el.
7817 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
7818 New options.
7819 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
7820 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
7821 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
7822 (org-finalize-agenda): Activate bracket links in agenda.
7823 (org-at-timestamp-p, org-at-date-range-p): Additional argument
7824 INACTIVE-OK.
7825 (org-show-hierarchy-above, org-show-following-heading):
7826 List values allowed for fine-tuned configuration.
7827 (org-show-hierarchy-above): New argument CONTEXT, use the
7828 fine-tuned settings in `org-show-hierarchy-above' and
7829 `org-show-following-heading'.
7830 (org-display-custom-time): New function.
7831 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
7832 (org-display-custom-times, org-time-stamp-custom-formats):
7833 (org-maybe-intangible): New macro.
7834 (org-activate-bracket-links, org-hide-wide-columns):
7835 Use `org-maybe-intangible'.
7836 (org-open-file): Use `shell-quote-argument'.
7837 (org-display-internal-link-with-indirect-buffer): New option.
7838 (org-file-remote-p): Get regexp from list.
7839 (org-link-expand-abbrev): New function.
7840 (org-link-abbrev-alist): New option.
7841 (org-open-at-point, org-cleaned-string-for-export):
7842 Call `org-link-expand-abbrev'.
7843 (org-timeline, org-agenda-list, org-todo-list)
7844 (org-tags-view): Remove the KEEP-MODES argument.
7845 (org-finalize-agenda-hook): New hook.
7846 (org-get-alist-option): New function.
7847 (org-follow-timestamp-link): New function.
7848 (org-open-at-point): Call `org-follow-timestamp-link'.
7849 (org-log-note-marker, org-log-note-purpose)
7850 (org-log-note-window-configuration): New variables.
7851 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
7852 (org-log-note-headings): New option.
7853 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
7854 (org-store-link): Support for dired-mode.
7855 (org-open-file): Substitute environment variables into filename.
7856 (org-last): New defsubst.
7857 (org-agenda-re-align-tags): New function.
7858 (org-agenda-align-tags-to-column): New option.
7859 (org-agenda-timeline): Group removed.
7860 (org-prepare-agenda, org-prepare-agenda-buffers)
7861 (org-run-agenda-series, org-timeline, org-agenda-list)
7862 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
7863 the text property inticating the agenda type.
7864 (org-agenda-post-command-hook): Get agenda type from text property
7865 at point.
7866 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
7867 and obey `org-agenda-overriding-arguments'.
7868 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
7869 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7870 (org-agenda-week-view, org-agenda-day-view):
7871 Use `org-agenda-overriding-arguments' to make updating work with
7872 multi-block agendas.
7873 (org-agenda-prefix-format): Allow different formats for the
7874 different agenda entry types.
7875 (org-timeline-prefix-format): Option removed, use
7876 `org-agenda-prefix-format' instead.
7877 (org-prepare-agenda): New function.
7878 (org-select-timeline-window): Option removed, use
7879 `org-select-agenda-window' instead.
7880 (org-respect-restriction): Variable removed.
7881 (org-cmp-tag): New function.
7882 (org-agenda-sorting-strategy, org-entries-lessp):
7883 Implement sorting by last tag.
7884 (org-complete): Better completion in in-buffer option lines.
7885 (org-in-item-p): New function.
7886 (org-org-menu): Add entries for checkboxes.
7887 (org-cycle): Extra brouping in outline-regexp, because it is used
7888 in a search with "^" prepended.
7889 (org-provide-checkbox-statistics): New option.
7890 (org-set-font-lock-defaults): Highlight checkbox statistics.
7891 (org-update-checkbox-count-maybe)
7892 (org-get-checkbox-statistics-face): New functions.
7893 (org-update-checkbox-count): New command.
7894 (org-insert-item, org-toggle-checkbox):
7895 Call `org-update-checkbox-count-maybe'.
7896 (org-export-as-html): XEmacs compatibility for coding system.
7897 (org-force-cycle-archived): New command.
7898 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
7899 overrules cycling.
7900 (org-fix-position-after-promote): If the line contains only a todo
7901 keyword, add a final space.
7902 (org-promote-subtree, org-demote-subtree):
7903 Call `org-fix-position-after-promote'.
7904
7905 2006-11-10 Glenn Morris <rgm@gnu.org>
7906
7907 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
7908 date in every year.
7909 (calendar-dst-check-each-year-flag): New customizable variable.
7910 (calendar-dst-find-data): New function, extracted from
7911 calendar-current-time-zone.
7912 (calendar-current-time-zone): Use calendar-dst-find-data.
7913 (calendar-dst-transition-cache): New variable.
7914 (calendar-dst-find-startend, calendar-dst-starts)
7915 (calendar-dst-ends): New functions.
7916 (calendar-daylight-savings-starts)
7917 (calendar-daylight-savings-ends): Change value to use
7918 calendar-dst-starts, calendar-dst-ends; respectively.
7919
7920 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
7921
7922 * ido.el (ido-enable-prefix)
7923 * ses.el (ses-call-printer-return)
7924 * net/tramp.el (tramp-unified-filenames)
7925 * progmodes/cc-align.el (c-lineup-string-cont)
7926 * progmodes/compile.el (compilation-directory-matcher)
7927 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7928 * progmodes/gdb-ui.el (gdb-many-windows)
7929 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7930 (vhdl-clock-rising-edge)
7931 * textmodes/org.el (org-export-with-timestamps)
7932 (org-export-remove-timestamps-from-toc, org-export-with-tags)
7933 (org-read-date): Doc fix (Nil -> nil).
7934
7935 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7936
7937 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
7938 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
7939
7940 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
7941
7942 * bs.el (bs--window-for-buffer): Remove.
7943 (bs--show-with-configuration): Use `get-window-with-predicate'
7944 instead of `bs--window-for-buffer'.
7945
7946 2006-11-10 Kenichi Handa <handa@m17n.org>
7947
7948 * files.el (revert-buffer): Fix previous change.
7949
7950 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
7951
7952 * bs.el (bs--redisplay): Fix typo in docstring.
7953 (bs--window-config-coming-from): Make frame-local.
7954 (bs--restore-window-config): New function.
7955 (bs-kill, bs-select, bs-select-other-window)
7956 (bs-select-other-frame): Use it.
7957 (bs--window-for-buffer): Return as soon as a matching buffer is found.
7958 (bs--show-with-configuration): Save the window configuration as a
7959 frame local var, and only if *buffer-selection* is not already
7960 visible on this frame.
7961
7962 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
7963
7964 * vc-svn.el (vc-svn-admin-directory): New var.
7965 (vc-svn-registered, vc-svn-responsible-p)
7966 (vc-svn-repository-hostname): Use it.
7967 Suggested by arit93@yahoo.com.
7968
7969 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7970
7971 * ldefs-boot.el: Regenerate.
7972
7973 2006-11-08 Alan Mackenzie <acm@muc.de>
7974
7975 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
7976 case (eq open-paren-in-column-0-is-defun-start nil) by searching
7977 for least nested open-paren.
7978
7979 2006-11-08 Romain Francoise <romain@orebokech.com>
7980
7981 * subr.el (remove-overlays): Fix typo in last change.
7982
7983 2006-11-08 Richard Stallman <rms@gnu.org>
7984
7985 * subr.el (remove-overlays): Call overlay-recenter.
7986
7987 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7988
7989 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7990 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
7991 behaviour.
7992 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
7993 directly.
7994
7995 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7996
7997 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
7998 (ido-max-dir-file-cache, ido-decorations)
7999 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
8000 (ido-magic-backward-char, ido-enter-dired)
8001 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
8002 (ido-list-directory, ido-first-match, ido-only-match)
8003 (ido-subdir, ido-indicator): Fix typos in docstrings.
8004 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
8005 (ido-read-internal): Fix typo in error message.
8006
8007 2006-11-08 Kenichi Handa <handa@m17n.org>
8008
8009 * international/mule-cmds.el (set-default-coding-systems):
8010 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
8011
8012 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
8013
8014 * makefile.w32-in (setwins): Remove.
8015 (WINS_ALMOST): New macro.
8016 (WINS): Use it.
8017 (autoloads): Don't extract autoloads from files in obsolete/.
8018
8019 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
8020
8021 * whitespace.el (whitespace-buffer): Call remove-overlays after
8022 overlay-recenter for performance. Suggested by Martin Rudalics.
8023
8024 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
8025
8026 * net/tramp.el (tramp-default-method): scp is the default method.
8027
8028 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
8029
8030 * server.el (server-start): Save also the Emacs pid in the server file.
8031
8032 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
8033
8034 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
8035 point when displaying a bibtex cross reference in the echo area.
8036
8037 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
8038
8039 * international/mule.el (make-char): Fix typo in docstring.
8040 (load-with-code-conversion, charsetp): Doc fixes.
8041
8042 * international/ja-dic-cnv.el (skkdic-convert):
8043 * cus-edit.el (hook): Fix typo in docstring.
8044
8045 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
8046
8047 * cus-edit.el (custom-mode-map): Move defvar above code using it.
8048 (custom-mode-link-map): New variable.
8049 (custom-group-link, custom-manual): Use follow-link.
8050
8051 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8052
8053 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
8054 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
8055
8056 2006-11-06 Richard Stallman <rms@gnu.org>
8057
8058 * textmodes/flyspell.el (flyspell-correct-word-before-point):
8059 New function broken out of flyspell-correct-word.
8060 (flyspell-mode-map): Bind it to M-RET.
8061 (flyspell-correct-word): Call it.
8062
8063 * textmodes/fill.el (fill-minibuffer-function): New function.
8064 (fill-paragraph): Bind fill-paragraph-function to
8065 fill-minibuffer-function.
8066
8067 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
8068 so that they aren't undefined.
8069
8070 * dired.el (dired-readin): Locally bind file-name-coding-system.
8071
8072 * bindings.el: Shorten and clarify usual mode line mouse help string.
8073
8074 * Makefile.in (autoloads): Don't include `obsolete'.
8075
8076 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
8077
8078 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
8079 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
8080 Printing menu if it's not initialized.
8081 (pr-menu-bind): Act on menu-bar-file-menu directly.
8082
8083 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
8084
8085 * help.el (view-emacs-news): Fix typo in error message.
8086
8087 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
8088
8089 * shadowfile.el (shadow-define-regexp-group)
8090 (shadow-literal-groups, shadow-insert-var): Doc fixes.
8091 (shadow-read-files): Fix typo in message.
8092 (shadow-inhibit-overload, shadow-find, shadow-suffix)
8093 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
8094 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
8095 (shadow-file-match): Fix typos in docstrings.
8096
8097 * terminal.el (terminal-emulator): Fix typo in message.
8098
8099 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
8100
8101 * emacs-lisp/lselect.el (x-kill-primary-selection)
8102 (x-delete-primary-selection, x-copy-primary-selection):
8103 Fix typos in error messages.
8104
8105 * emulation/edt-mapper.el: Fix typo in interactive message.
8106
8107 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
8108
8109 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
8110 (ispell-help): Fix typos in docstrings.
8111 (ispell-help): Fix typo in output message.
8112
8113 * allout.el (allout-adjust-file-variable)
8114 (allout-passphrase-verifier-string)
8115 (allout-passphrase-hint-string)
8116 (allout-toggle-current-subtree-encryption):
8117 * apropos.el (apropos-synonyms):
8118 * cus-edit.el (hook):
8119 * emacs-lock.el (emacs-lock-from-exiting):
8120 * follow.el (follow-avoid-tail-recenter-p):
8121 * hexl.el (hexl-mode):
8122 * mouse-copy.el (mouse-copy-work-around-drag-bug):
8123 * mouse.el (mouse-set-font):
8124 * resume.el (resume-emacs-args-file):
8125 * rfn-eshadow.el (file-name-shadow-tty-properties):
8126 * t-mouse.el (t-mouse-process, t-mouse-mode):
8127 * emacs-lisp/cust-print.el (custom-print-install)
8128 (custom-print-uninstall, custom-format):
8129 * emacs-lisp/shadow.el (list-load-path-shadows):
8130 * emulation/tpu-edt.el (tpu-help-text)
8131 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
8132 (tpu-reset-control-keys):
8133 * emulation/vip.el (vip-emacs-local-map)
8134 (vip-change-mode-to-emacs):
8135 * emulation/viper.el (viper-mode, viper-set-hooks)
8136 (viper-major-mode-modifier-list):
8137 * emulation/viper-init.el (viper-emacs-state-cursor-color):
8138 * emulation/viper-keym.el (viper-emacs-kbd-map)
8139 (viper-toggle-key):
8140 * mail/feedmail.el (feedmail-queue-reminder)
8141 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
8142 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
8143 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
8144 (feedmail-sender-line, feedmail-force-binary-write)
8145 (feedmail-from-line, feedmail-deduce-envelope-from)
8146 (feedmail-x-mailer-line, feedmail-message-id-generator)
8147 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
8148 (feedmail-enable-spray, feedmail-spray-this-address)
8149 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
8150 (feedmail-queue-runner-confirm-global)
8151 (feedmail-ask-before-queue-prompt)
8152 (feedmail-ask-before-queue-reprompt)
8153 (feedmail-prompt-before-queue-standard-alist)
8154 (feedmail-prompt-before-queue-user-alist)
8155 (feedmail-prompt-before-queue-help-supplement)
8156 (feedmail-queue-use-send-time-for-message-id)
8157 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
8158 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
8159 (feedmail-mail-send-hook-queued)
8160 (feedmail-confirm-addresses-hook-example)
8161 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
8162 (feedmail-queue-runner-mode-setter)
8163 (feedmail-queue-alternative-mail-header-separator)
8164 (feedmail-queue-runner-message-sender)
8165 (feedmail-buffer-eating-function, feedmail-binmail-template)
8166 (feedmail-run-the-queue-no-prompts)
8167 (feedmail-run-the-queue-global-prompt)
8168 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
8169 (feedmail-envelope-deducer, feedmail-fiddle-date)
8170 (feedmail-default-message-id-generator)
8171 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
8172 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
8173 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
8174 (vms-pmail-setup):
8175 * play/dunnet.el (dun-help):
8176 * play/handwrite.el (handwrite):
8177 * play/hanoi.el (hanoi-unix-64):
8178 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8179 * textmodes/enriched.el (fixed):
8180 * textmodes/org.el (org-file-apps)
8181 (org-emphasis-regexp-components, org-emphasis-alist):
8182 * textmodes/texinfmt.el (batch-texinfo-format):
8183 Fix typos in docstrings.
8184
8185 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
8186
8187 * loadhist.el (read-feature): Don't complete features not loaded
8188 from a file (which make `unload-feature' to fail).
8189
8190 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
8191
8192 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
8193
8194 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
8195
8196 * startup.el (command-line-1): Kill emacs if the last frame is
8197 deleted while evaluating the command-line arguments.
8198
8199 2006-11-05 Richard Stallman <rms@gnu.org>
8200
8201 * startup.el (init-file-had-error): Add doc string.
8202 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
8203 Use fixed-width font for keyboard key descriptions.
8204
8205 * cus-edit.el (custom-save-all): Error if saving in .emacs
8206 and it had an error when loaded.
8207
8208 * dired-aux.el (dired-copy-file-recursive): Catch errors
8209 from recursive copies in the loop, around the recursive call.
8210
8211 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8212
8213 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
8214 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
8215 `/proc/acpi/thermal_zone/*'.
8216 (battery-search-for-one-match-in-files): New. Search a regexp in
8217 the content of some files.
8218
8219 2006-11-05 Martin Rudalics <rudalics@gmx.at>
8220
8221 * window.el (mouse-autoselect-window-now): Remove variable.
8222 (mouse-autoselect-window-state): New variable.
8223 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
8224 (mouse-autoselect-window-select, handle-select-window):
8225 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
8226 Suspend delayed autoselection during menu or popup dialog.
8227
8228 * info-look.el (info-lookup-guess-custom-symbol): New function
8229 for retrieving symbol at point in custom buffers.
8230 (top level) <info-lookup-maybe-add-help>: Add backquote and
8231 comma to ignored characters in regexps of help specifications
8232 for emacs-lisp-mode and lisp-interaction-mode. This permits
8233 looking up symbols in `...' and after a comma. Add help
8234 specifications for custom-mode and help-mode.
8235
8236 2006-11-04 Eli Zaretskii <eliz@gnu.org>
8237
8238 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
8239 Don't encode body if RAW is non-nil, or if the old encoding is
8240 identical to the new encoding, or if the body contains only
8241 eight-bit-* characters.
8242
8243 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8244
8245 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
8246 (faces-sample-overlay): Remove variable.
8247 (describe-face): Insert sample text in the face being described.
8248
8249 2006-11-04 Martin Rudalics <rudalics@gmx.at>
8250
8251 * whitespace.el (whitespace-indent-regexp): Make this match any
8252 multiples of eight spaces near the beginning of a line.
8253 (whitespace-buffer): Use `remove-overlays' instead of
8254 `whitespace-unhighlight-the-space' and `overlay-recenter' to
8255 speed up overlay handling.
8256 (whitespace-buffer-leading, whitespace-buffer-trailing):
8257 Make these functions highlight the text removed by
8258 `whitespace-buffer-leading-cleanup' and
8259 `whitespace-buffer-trailing-cleanup' respectively.
8260 (whitespace-buffer-search): Use `with-local-quit'.
8261 Move `format' out of loop to speed up scanning larger buffers.
8262 (whitespace-unhighlight-the-space): Remove `remove-hook' since
8263 that function is never added to a hook.
8264 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
8265 (whitespace-buffer-leading-cleanup)
8266 (whitespace-refresh-rescan-list): Fix docstrings.
8267
8268 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
8269
8270 * allout.el (allout-during-yank-processing): Cue for inhibiting
8271 aberrance processing during yanks.
8272 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
8273 the amount of yanked topics that can be aberrant.
8274 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
8275 a function, and supplement with inihibition of doublechecking
8276 during yanks.
8277 (allout-beginning-of-line, allout-next-heading)
8278 (allout-previous-heading, allout-goto-prefix-doublechecked)
8279 (allout-back-to-current-heading, allout-next-visible-heading)
8280 (allout-next-sibling): Use new allout-do-doublecheck function.
8281 (allout-next-sibling): Ensure we made progress when returning
8282 other than nil.
8283 (allout-rebullet-heading): Preserve text property annotations
8284 indicating the text was hidden, if it was.
8285 (allout-kill-line): Remove any added was-hidden annotations.
8286 (allout-kill-topic): Remove any added was-hidden annotations.
8287 (allout-annotate-hidden): Inhibit adding was-hidden text
8288 properties to the undo list.
8289 (allout-deannotate-hidden): New function to remove was-hidden
8290 annotation.
8291 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
8292 (allout-remove-exposure-annotation): Replace by
8293 allout-deannotate-hidden.
8294 (allout-yank-processing): Signal that yank processing is happening
8295 with allout-during-yank-processing. Also, wrap
8296 allout-unprotected's closer to the text changes, for easier
8297 debugging. We need to inhibit-field-text-motion explicitly, in
8298 lieu of the encompassing allout-unprotected.
8299 (outlineify-sticky): Adjust criteria for triggering new outline
8300 decorations to presence or absence of any topics, not just a topic
8301 at the beginning of the buffer.
8302
8303 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
8304
8305 * bs.el (bs--show-all, bs--redisplay):
8306 * cus-edit.el (custom-unlispify-menu-entries)
8307 (custom-unlispify-tag-names, custom-prompt-variable):
8308 * expand.el (expand-pos):
8309 * speedbar.el (speedbar-generic-list-tag-p):
8310 * wid-edit.el (widget-image-enable):
8311 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
8312 * emacs-lisp/find-func.el (find-function-noselect)
8313 (find-function, find-variable-noselect, find-variable)
8314 (find-definition-noselect, find-face-definition):
8315 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
8316 * net/eudc-vars.el (eudc-expansion-overwrites-query):
8317 * progmodes/ada-xref.el (ada-find-in-ali):
8318 * textmodes/flyspell.el (flyspell-check-tex-math-command):
8319 * textmodes/org.el (org-copy-subtree):
8320 * textmodes/table.el (table--row-column-insertion-point-p):
8321 Use "non-nil" in docstrings.
8322
8323 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
8324
8325 * sort.el (sort-columns): Set the field separator to tab; on
8326 NetBSD, sort complains if "\n" is used as field separator.
8327
8328 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
8329
8330 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
8331
8332 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8333
8334 * server.el (server-auth-key): Remove. Replace by a process-property.
8335 (server-start): Don't remove the file of the previous process, but
8336 instead clear out the place for the new file.
8337 (server-start): Set the :auth-key property.
8338 (server-process-filter): Use the :auth-key property.
8339
8340 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
8341
8342 * textmodes/org.el (org-mode-map): No longer copy
8343 `outline-mode-map' explicitly - this is already done by
8344 `define-derived-mode'.
8345
8346 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
8347
8348 * server.el (server-visit-files): Use `when'.
8349 (server-process-filter): When authentication fails, send error
8350 message to client. Wrap `process-send-region' in `ignore-errors'
8351 instead of `condition-case', and remove misleading comment.
8352
8353 2006-11-01 Juri Linkov <juri@jurta.org>
8354
8355 * simple.el (yank): Doc fix.
8356
8357 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8358
8359 * server.el: Try and fit within 80 columns.
8360 (server-start): Make the auth file unreadable by other users.
8361
8362 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8363
8364 * battery.el (battery-linux-proc-acpi): Prevent range error when
8365 `full-capacity' is 0.
8366
8367 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8368
8369 * faces.el (faces-sample-overlay): New defvar.
8370 (faces-sample-overlay): New function to show face sample text.
8371 (describe-face): Use it.
8372
8373 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
8374
8375 * progmodes/ada-stmt.el: Change maintainer, apply
8376 whitespace-cleanup, checkdoc.
8377 (ada-func-or-proc-name): Add doc string.
8378
8379 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
8380 whitespace-cleanup, checkdoc. Minor improvements to many doc
8381 strings and comments.
8382 (ada-prj-display-page): Change buffer name to more accurately
8383 reflect function.
8384
8385 * progmodes/ada-xref.el: Change maintainer, apply
8386 whitespace-cleanup, checkdoc. Minor improvements to many doc
8387 strings and comments. Don't look for `gvd' or `ddd' debuggers.
8388 (ada-compile-current): Don't add newlines to commands.
8389
8390 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
8391
8392 * server.el: Add support for TCP sockets.
8393 (server-use-tcp, server-host, server-auth-dir): New options.
8394 (server-auth-key): New variable.
8395 (server-ensure-safe-dir): Create nonexistent parent dirs.
8396 Ignore Unix-style file modes on Windows.
8397 (server-start): Crete a TCP or Unix socket according to the value
8398 of `server-use-tcp'. For TCP sockets, create the id/auth file in
8399 `server-auth-dir' directory.
8400 (server-process-filter): Delete process if authentication
8401 fails (which never happens for Unix sockets).
8402
8403 2006-10-30 David Kastrup <dak@gnu.org>
8404
8405 * subr.el (add-to-list): Don't continue checking if a match has
8406 been found.
8407
8408 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
8409
8410 * tutorial.el: Move defvars to avoid bytecomp warnings.
8411 (tutorial--find-changed-keys): Check if viper-current-state is
8412 bound before using it.
8413 (help-with-tutorial): Check if viper-tutorial is defined before
8414 using it.
8415
8416 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
8417
8418 * help-fns.el (help-with-tutorial): Move to tutorial.el.
8419
8420 * tutorial.el: New file.
8421 (help-with-tutorial): Move here from help-fns.el. Add help for
8422 rebound keys. Fix resume of tutorial.
8423 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
8424 (tutorial--find-changed-keys, tutorial--display-changes)
8425 (tutorial--saved-dir, tutorial--saved-file)
8426 (tutorial--save-tutorial): New functions to support the changes in
8427 help-with-tutorial.
8428
8429 2006-10-30 Kenichi Handa <handa@m17n.org>
8430
8431 * files.el (revert-buffer): If a unibyte buffer is being reverted
8432 with a coding system for multibyte, set buffer multibyte before
8433 calling insert-file-contents.
8434
8435 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8436
8437 * server.el (server-select-display): Use a dummy buffer to detect when
8438 the frame is later used.
8439 (server-select-display): New function.
8440 (server-process-filter): Use it to detect unused temp frames.
8441
8442 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
8443
8444 * progmodes/ada-mode.el: Change maintainer, apply
8445 whitespace-clean, checkdoc. Minor improvements to many doc strings.
8446 (ada-mode-version): New function.
8447 (ada-create-menu): Menu operations are available for all supported
8448 compilers.
8449
8450 2006-10-29 Lars Hansen <larsh@soem.dk>
8451
8452 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
8453 Highlight as keyword.
8454 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
8455 Don't call tramp-method-out-of-band-p for local files.
8456 (tramp-touch): Quote file name.
8457
8458 2006-10-28 Glenn Morris <rgm@gnu.org>
8459
8460 * calendar/calendar.el (cal-html-cursor-month)
8461 (cal-html-cursor-year): Add autoloads for this new package.
8462 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
8463
8464 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
8465
8466 * calendar/cal-html.el: New file.
8467
8468 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
8469
8470 * emacs-lisp/authors.el (authors-aliases): Update.
8471
8472 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
8473
8474 * version.el (emacs-version): Bump version number to 22.0.90.
8475
8476 2006-10-26 John W. Eaton <jwe@octave.org>
8477
8478 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
8479 New defvar.
8480 (inferior-octave-resync-dirs): Check to see whether Octave has
8481 built-in variables and set inferior-octave-has-built-in-variables.
8482 Check inferior-octave-has-built-in-variables to decide whether to
8483 send commands that set built-in variables or call functions to
8484 change Octave's behavior.
8485 Send "disp (pwd ())" to Octave instead of just "pwd".
8486 (inferior-octave-startup): Send "more off" to Octave instead of
8487 "page_screen_output = 0".
8488
8489 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
8490
8491 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
8492 pattern normally.
8493
8494 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
8495
8496 * bindings.el (mode-line-mode-menu): Remove bindings for global
8497 minor modes (line/column number) as they are on the menubar.
8498
8499 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
8500
8501 * term/w32-win.el (x-handle-name-switch): Doc fix.
8502 (w32-standard-fontset-spec): Fix typo in docstring.
8503
8504 * midnight.el (midnight-buffer-display-time): Doc fix.
8505 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
8506
8507 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
8508
8509 * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
8510
8511 * emulation/viper-ex.el (ex-read): Quote file argument.
8512
8513 * ediff-diff.el (ediff-same-file-contents): Expand file names.
8514
8515 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
8516
8517 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8518
8519 * textmodes/flyspell.el (flyspell-check-region-doublons):
8520 Fix last fix.
8521
8522 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
8523
8524 * bindings.el (mode-line-mode-menu): List global minor modes
8525 before local ones.
8526
8527 2006-10-23 Kim F. Storm <storm@cua.dk>
8528
8529 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
8530 (sit-for): If last command was a prefix arg, add the read-ahead
8531 event to unread-command-events as (t . EVENT) so it will be added
8532 to this-command-keys by read-key-sequence.
8533
8534 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8535
8536 * textmodes/flyspell.el (flyspell-word): Skip past all previous
8537 whitespace when checking doublons.
8538 (flyspell-check-region-doublons): Fix doublon regexp.
8539 (flyspell-highlight-incorrect-region): Highlight doublons using
8540 flyspell-duplicate face.
8541
8542 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
8543
8544 2006-10-22 John Wiegley <johnw@newartisans.com>
8545
8546 * progmodes/python.el (python-use-skeletons): python-mode was
8547 auto-inserting templates (for those with abbrev-mode on), not only
8548 by default -- *but without a configuration variable to disable
8549 it*. This rendered python-mode completely useless for me, so I
8550 have added `python-use-skeletons', which is now off by default.
8551
8552 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
8553
8554 * progmodes/cperl-mode.el (cperl-mode): Don't assume
8555 font-lock-multiline is auto-local (it's not).
8556 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
8557 initialized before calling cperl-init-faces.
8558
8559 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
8560
8561 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
8562 gdb-stack-position a value when there is no fringe.
8563
8564 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
8565 indicator if not visiting a file.
8566
8567 2006-10-20 David Kastrup <dak@gnu.org>
8568
8569 * window.el (kill-buffer-and-window): Fix a bug where an aborted
8570 operation would still cause some window to collapse later.
8571
8572 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8573
8574 * vc.el (vc-switch-backend): Try to be more careful with unwanted
8575 side-effect due to mixing various backends's file properties.
8576
8577 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
8578 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
8579 Return `filename's status if applicable. Update callers.
8580
8581 2006-10-19 Kenichi Handa <handa@m17n.org>
8582
8583 * international/kkc.el (kkc-region): When a key sequence is not
8584 defined, append (this-single-command-raw-keys) to
8585 unread-input-method-events.
8586
8587 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
8588
8589 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
8590
8591 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8592
8593 * version.el (emacs-version): Use mac-carbon-version-string.
8594
8595 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
8596
8597 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8598
8599 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
8600 Kenichi Handa).
8601 (xselect-convert-to-string): Decline requests for UTF8_STRING if
8602 the selection is not UTF-8.
8603
8604 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
8605
8606 * progmodes/ada-mode.el (ada-83-string-keywords)
8607 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
8608 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
8609 (ada-looking-at-semi-private, ada-get-body-name):
8610 Fix typos in docstrings.
8611 (ada-create-case-exception, ada-create-case-exception-substring):
8612 Fix typos in error messages.
8613 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
8614
8615 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8616
8617 * term/x-win.el (res-geometry): Don't set geometry from Xresources
8618 to default-frame-alist if default-frame-alist already contains
8619 width/height.
8620
8621 2006-10-18 Richard Stallman <rms@gnu.org>
8622
8623 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
8624 Non-interactive arg is the value, not the expression.
8625
8626 * simple.el (read-expression-map): Just set it, no defvar.
8627
8628 * subr.el (insert-for-yank-1): If last inserted char has
8629 properties, mark them as rear-nonsticky.
8630
8631 * recentf.el (recentf-mode): Doc fix.
8632
8633 * facemenu.el (facemenu-add-new-face): Defend against symbol
8634 that isn't a face name.
8635
8636 * dired-aux.el (dired-do-copy): Doc fix.
8637
8638 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
8639
8640 * simple.el (line-move-1): Ignore fields when moving to the
8641 beginning of line to avoid getting point stuck.
8642
8643 2006-10-18 Martin Rudalics <rudalics@gmx.at>
8644
8645 * textmodes/flyspell.el (flyspell-word-search-backward):
8646 Set inhibit-point-motion-hooks to avoid looping due to intangibile
8647 text.
8648
8649 2006-10-16 Richard Stallman <rms@gnu.org>
8650
8651 * help-fns.el (describe-function-1): Special case optimization
8652 for self-insert-command.
8653
8654 2006-10-16 Kim F. Storm <storm@cua.dk>
8655
8656 * ido.el (ido-reread-directory): Work in `dir' mode too.
8657
8658 2006-10-15 Martin Rudalics <rudalics@gmx.at>
8659
8660 * textmodes/table.el: Require 'regexp-opt.
8661
8662 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
8663
8664 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
8665 Use shell-quote-argument.
8666
8667 * shell.el (explicit-bash-args): Likewise.
8668
8669 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
8670 Use grep -E rather than egrep.
8671
8672 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8673
8674 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
8675
8676 2006-10-15 Kim F. Storm <storm@cua.dk>
8677
8678 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
8679
8680 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
8681
8682 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
8683 to protect whitespace and metacharacters from the shell.
8684
8685 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8686
8687 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
8688
8689 2006-10-13 Eli Zaretskii <eliz@gnu.org>
8690
8691 * subr.el (start-process-shell-command): Doc fix.
8692
8693 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
8694
8695 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
8696 the regexp for Maxima symbols.
8697
8698 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8699
8700 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
8701 (vc-find-root): Don't walk higher up than ~.
8702
8703 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
8704
8705 * international/utf-8.el (utf-translate-cjk-load-tables):
8706 Avoid clobbering last-coding-system-used during load.
8707
8708 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
8709
8710 * textmodes/reftex-global.el (reftex-create-tags-file):
8711 Quote file arguments.
8712
8713 2006-10-12 Richard Stallman <rms@gnu.org>
8714
8715 * files.el (file-name-history): Add defvar.
8716 (save-some-buffers-action-alist): Improve description strings.
8717
8718 2006-10-12 Andreas Schwab <schwab@suse.de>
8719
8720 * files.el (auto-mode-alist): Match change log file name also with
8721 a dash before a numeric extension.
8722
8723 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
8724
8725 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
8726 After 5.0:
8727 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
8728
8729 After 5.1: Major edit. Summary of most visible changes:
8730
8731 - Multiple <<HERE per line allowed.
8732 - Handles multiline subroutine declaration headers (with comments).
8733 (The exception is `cperl-etags' - but it is not used in the rest
8734 of the mode.)
8735 - Fontifies multiline my/our declarations (even with comments,
8736 and with legacy `font-lock').
8737 - Major speedup of syntaxification, both immediate and postponed
8738 (3.5x to 15x [for different CPUs and versions of Emacs] on the
8739 huge real-life document I tested).
8740 - New bindings, edits to imenu.
8741 - "_" is made into word-char during fontification/syntaxification;
8742 some attempts to recognize non-word "_" during other operations too.
8743 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
8744 - autoload some more perldoc-related stuff
8745 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
8746 - Attempt to incorporate XEmacs edits which reached me.
8747
8748 Fine-grained changelog:
8749 (cperl-hook-after-change): New configuration variable.
8750 (cperl-vc-sccs-header): Likewise.
8751 (cperl-vc-sccs-header): Likewise.
8752 (cperl-vc-header-alist): Default via two preceding variables.
8753 (cperl-invalid-face): Remove double quoting under XEmacs
8754 (still needed under 21.2).
8755 (cperl-tips): Update URLs for resources.
8756 (cperl-problems): Likewise.
8757 (cperl-praise): Mention new features.
8758 New C-c key bindings: for `cperl-find-bad-style',
8759 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
8760 `cperl-perdoc', and `cperl-perldoc-at-point'.
8761 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
8762 moved, new submenu of Tools with Ispell entries and narrowing.
8763 (cperl-after-sub-regexp): New defsubst.
8764 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
8765 Allows heads up to head4.
8766 Allow "package;".
8767 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
8768 (paren-backwards-message): ??? Something for XEmacs???
8769 (cperl-mode): Never auto-switch abbrev-mode off.
8770 Try to allow '_' be non-word char.
8771 Do not use `font-lock-unfontify-region-function' on XEmacs.
8772 Reset syntax cache on mode start.
8773 Support multiline facification (even on legacy `font-lock').
8774 (cperl-facemenu-add-face-function): ??? Some contributed code ???
8775 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
8776 refuse to inform us whether the fontification is due to lazy
8777 calling or due to edit to a buffer, install our own hook
8778 (controlled by `cperl-hook-after-change').
8779 (cperl-electric-pod): =cut may have been recognized as start.
8780 (cperl-block-p): Move, updated for attributes.
8781 (cperl-calculate-indent): Try to allow '_' be non-word char
8782 Support subs with attributes.
8783 (cperl-where-am-i): Quiet (?) a warning.
8784 (cperl-cached-syntax-table): New function.
8785 (cperl-forward-re): Use `cperl-cached-syntax-table'.
8786 (cperl-unwind-to-safe): Recognize `syntax-type' property
8787 changing in a middle of line.
8788 (cperl-find-sub-attrs): New function.
8789 (cperl-find-pods-heres): Allow many <<EOP per line.
8790 Allow subs with attributes.
8791 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
8792 Recognize "extproc " (OS/2) case-folded and only at start.
8793 /x on s///x with empty replacement was not recognized.
8794 Better comments.
8795 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
8796 Allow subs with attributes, labels.
8797 Do not confuse "else::foo" with "else".
8798 Minor optimizations...
8799 (cperl-after-expr-p): Try to allow '_' be non-word char.
8800 (cperl-fill-paragraph): Try to detect a major bug in Emacs
8801 with `looking-at' inside `narrow' and bulk out if found.
8802 (cperl-imenu--create-perl-index): Updates for new
8803 `cperl-imenu--function-name-regexp-perl'.
8804 (cperl-outline-level): Likewise.
8805 (cperl-init-faces): Allow multiline subroutine headers
8806 and my/our declarations, and ones with comments.
8807 Allow subroutine attributes.
8808 (cperl-imenu-on-info): Better docstring.
8809 (cperl-etags): Rudimentary support for attributes.
8810 Support for packages and "package;".
8811 (cperl-add-tags-recurse-noxs): Better (?) docstring.
8812 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
8813 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
8814 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
8815 (cperl-perldoc): Add autoload.
8816 (cperl-perldoc-at-point): Likewise.
8817 (cperl-here-doc-spell): New function.
8818 (cperl-pod-spell): Likewise.
8819 (cperl-map-pods-heres): Likewise.
8820 (cperl-get-here-doc-region): Likewise.
8821 (cperl-font-lock-fontify-region-function): Likewise (backward
8822 compatibility for legacy `font-lock').
8823 (cperl-font-lock-unfontify-region-function): Fix style.
8824 (cperl-fontify-syntaxically): Recognize and optimize away deferred
8825 calls with no-change. Governed by `cperl-hook-after-change'.
8826 (cperl-fontify-update): Recognize that syntaxification region
8827 can be larger than fontification one.
8828 XXXX we leave `cperl-postpone' property, so this is quadratic...
8829 (cperl-fontify-update-bad): Temporary placeholder until
8830 it is clear how to implement `cperl-fontify-update'.
8831 (cperl-time-fontification): New function.
8832 (attrib-group): New text attribute.
8833 (multiline): New value: `syntax-type' text attribute.
8834
8835 After 5.2:
8836 (cperl-emulate-lazy-lock): New function.
8837 (cperl-fontify-syntaxically): Would skip large regions.
8838 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
8839 Some globals were declared, but uninitialized.
8840
8841 After 5.3, 5.4:
8842 (cperl-facemenu-add-face-function): Add docs, fix U<>.
8843 Copyright message updated.
8844 (cperl-init-faces): Work around a bug in `font-lock'. May slow
8845 facification down a bit.
8846 Misprint for my|our|local for old `font-lock'
8847 "our" was not fontified same as "my|local".
8848 Highlight variables after "my" etc even in
8849 a middle of an expression.
8850 Do not facify multiple variables after my etc
8851 unless parentheses are present.
8852
8853 After 5.5, 5.6
8854 (cperl-fontify-syntaxically): after-change hook could reset.
8855 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
8856
8857 After 5.7:
8858 (cperl-init-faces): Allow highlighting of local ($/).
8859 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
8860 (cperl-problems): Remove fixed problems.
8861 (cperl-find-pods-heres): Recognize #-comments in m##x too.
8862 Recognize charclasses (unless delimiter is \).
8863 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
8864 (cperl-regexp-scan): Update docs.
8865 (cperl-beautify-regexp-piece): Use information got from regexp scan.
8866
8867 After 5.8:
8868 Major user visible changes:
8869 Recognition and fontification of character classes in RExen.
8870 Variable indentation of RExen according to groups.
8871
8872 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
8873 Fontify REx charclasses in variable-name face.
8874 Fontify POSIX charclasses in "type" face.
8875 Fontify unmatched "]" in function-name face.
8876 Mark first-char of HERE-doc as `front-sticky'.
8877 Reset `front-sticky' property when needed.
8878 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
8879 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
8880 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
8881 constructs. Support `narrow'ed buffers.
8882 (cperl-praise): Remove a reservation.
8883 (cperl-make-indent): New function.
8884 (cperl-indent-for-comment): Use `cperl-make-indent'.
8885 (cperl-indent-line): Likewise.
8886 (cperl-lineup): Likewise.
8887 (cperl-beautify-regexp-piece): Likewise.
8888 (cperl-contract-level): Likewise.
8889 (cperl-toggle-set-debug-unwind): New function.
8890 New menu entry for this.
8891 (fill-paragraph-function): Use when `boundp'.
8892 (cperl-calculate-indent): Take into account groups when indenting RExen.
8893 (cperl-to-comment-or-eol): Recognize # which end a string.
8894 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
8895 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
8896 (cperl-fontify-syntaxically): More clear debugging message.
8897 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
8898 (cperl-init-faces): More complicated highlight even on XEmacs (new).
8899 Merge cosmetic changes from XEmacs.
8900
8901 After 5.9:
8902 (cperl-1+): Move to before the first use.
8903 (cperl-1-): Likewise.
8904
8905 After 5.10:
8906
8907 This code may lock Emacs hard!!! Use at your own risk!
8908
8909 (cperl-font-locking): New internal variable.
8910 (cperl-beginning-of-property): New function.
8911 (cperl-calculate-indent): Use `cperl-beginning-of-property'
8912 instead of `previous-single-property-change'.
8913 (cperl-unwind-to-safe): Likewise.
8914 (cperl-after-expr-p): Likewise.
8915 (cperl-get-here-doc-region): Likewise.
8916 (cperl-font-lock-fontify-region-function): Likewise.
8917 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
8918 recursively.
8919 Bound `next-single-property-change' via `point-max'.
8920 (cperl-unwind-to-safe): Bound likewise
8921 (cperl-font-lock-fontify-region-function): Likewise.
8922 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
8923 Initialization of `cperl-font-lock-multiline-start' could be
8924 missed if the "main" fontification did not run due to the
8925 keyword being already fontified.
8926 (cperl-pod-spell): Return t from do-one-chunk function.
8927 (cperl-map-pods-heres): Stop when the worker returns nil.
8928 Call `cperl-update-syntaxification'.
8929 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
8930 (cperl-get-here-doc-delim): Remove unused function.
8931
8932 After 5.11:
8933
8934 The possible lockup of Emacs (introduced in 5.10) fixed.
8935
8936 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
8937 (cperl-syntaxify-for-menu): New customization variable.
8938 (cperl-select-this-pod-or-here-doc): New function.
8939 (cperl-get-here-doc-region): Extra argument.
8940 Do not adjust pos by 1.
8941
8942 New menu entries
8943 (Perl/Tools): Selection of current POD or HERE-DOC section.
8944 (Debugging CPerl:) backtrace on fontification.
8945
8946 After 5.12:
8947 (cperl-cached-syntax-table): Use `car-safe'.
8948 (cperl-forward-re): Remove spurious argument SET-ST.
8949 Add documentation.
8950 (cperl-forward-group-in-re): New function.
8951 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
8952 (XXXX Temporary (?) hack is to syntax-mark them as comment).
8953
8954 After 5.13:
8955 (cperl-string-syntax-table): Make { and } not-grouping
8956 (Sometimes they ARE grouping in RExen, but matching them would only
8957 confuse in many situations when they are not)
8958 (beginning-of-buffer): Replace two occurrences with goto-char...
8959 (cperl-calculate-indent): `char-after' could be nil...
8960 (cperl-find-pods-heres): REx can start after "[" too.
8961 Hightlight (??{}) in RExen too.
8962 (cperl-maybe-white-and-comment-rex): New constant
8963 (cperl-white-and-comment-rex): Likewise.
8964 XXXX Not very efficient, but hard to make
8965 better while keeping 1 group.
8966
8967 After 5.13:
8968 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
8969 Likewise for 1 << identifier.
8970
8971 After 5.14:
8972 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
8973 Error-less condition-case could fail.
8974 (cperl-font-lock-fontify-region-function): Likewise.
8975 (cperl-init-faces): Likewise.
8976
8977 After 5.15:
8978 (cperl-find-pods-heres): Support property REx-part2.
8979 (cperl-calculate-indent): Likewise.
8980 Don't special-case REx with non-empty 1st line.
8981 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
8982 Invert highlighting of charclasses:
8983 now the envelop is highlighted.
8984 Highlight many others 0-length builtins.
8985 (cperl-praise): Mention indenting and highlight in RExen.
8986
8987 After 5.15:
8988 (cperl-find-pods-heres): Highlight capturing parens in REx.
8989
8990 After 5.16:
8991 (cperl-find-pods-heres): Highlight '|' for alternation
8992 Initialize `font-lock-warning-face' if not present.
8993 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
8994 `font-lock-function-name-face'.
8995 (cperl-look-at-leading-count): Likewise.
8996 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
8997 `font-lock-keyword-face' (needed for
8998 batch processing), etc...
8999 Use `font-lock-builtin-face' for builtin in REx
9000 Now `font-lock-variable-name-face'
9001 is used for interpolated variables
9002 Use "talking aliases" for faces inside REx
9003 Highlight parts of REx (except in charclasses)
9004 according to the syntax and/or semantic
9005 Syntax-mark a {}-part of (?{}) as "comment"
9006 (it was the ()-part)
9007 Better logic to distinguish what is what in REx
9008 (cperl-tips-faces): Document REx highlighting
9009 (cperl-praise): Mention REx syntax highlight etc.
9010
9011 After 5.17:
9012 (cperl-find-sub-attrs): Would not always manage to print error message.
9013 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
9014
9015 After 5.18:
9016 (cperl-find-pods-heres): Misprint in REx for parsing REx.
9017 Very minor optimization.
9018 `my-cperl-REx-modifiers-face' got quoted.
9019 Recognize "print $foo <<END" as HERE-doc.
9020 Put `REx-interpolated' text attribute if needed.
9021 (cperl-invert-if-unless-modifiers): New function.
9022 (cperl-backward-to-start-of-expr): Likewise.
9023 (cperl-forward-to-end-of-expr): Likewise.
9024 (cperl-invert-if-unless): Works in "the opposite way" too.
9025 Cursor position on return is on the switch-word.
9026 Indents comments better.
9027 (REx-interpolated): New text attribute.
9028 (cperl-next-interpolated-REx): New function.
9029 (cperl-next-interpolated-REx-0): Likewise.
9030 (cperl-next-interpolated-REx-1): Likewise.
9031 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
9032 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
9033 (cperl-praise): Mention finded interpolated RExen.
9034
9035 After 5.19:
9036 (cperl-init-faces): Highlight %$foo, @$foo too.
9037 (cperl-short-docs): Better docs for system, exec.
9038 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
9039 Would not find HERE-doc ended by EOF without NL.
9040 (cperl-short-docs): Correct not-doubled \-escapes.
9041 start block: Put some `defvar' for stuff gone from XEmacs.
9042
9043 After 5.20:
9044 initial comment: Extend copyright, fix email address.
9045 (cperl-indent-comment-at-column-0): New customization variable.
9046 (cperl-comment-indent): Indentation after $#a would increasy by 1.
9047 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
9048 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
9049 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
9050 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
9051 highlight $ in $foo too (UNTESTED).
9052 (cperl-set-style): Docstring missed some available styles.
9053 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
9054 Change "Current" to "Memorize Current".
9055 (cperl-indent-wrt-brace): New customization variable; the default is
9056 as for pre-5.2 version.
9057 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
9058 (cperl-style-alist): Likewise.
9059 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
9060 and `cperl-extra-newline-before-brace' etc
9061 being t
9062 (cperl-indent-exp): Plans B and C to find continuation blocks even
9063 if `cperl-extra-newline-before-brace' is t.
9064
9065 After 5.21:
9066 Improve some docstrings concerning indentation.
9067 (cperl-indent-rules-alist): New variable.
9068 (cperl-sniff-for-indent): New function name
9069 (separated from `cperl-calculate-indent').
9070 (cperl-calculate-indent): Separate the sniffer and the indenter;
9071 uses `cperl-sniff-for-indent' now.
9072 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
9073 was inverted;
9074 Support `comment-column' = 0.
9075
9076 2006-10-11 Martin Rudalics <rudalics@gmx.at>
9077
9078 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
9079 * help-at-pt.el (scan-buf-move-to-region): Likewise.
9080 * longlines.el (longlines-window-change-function): Likewise.
9081 * simple.el (undo-ask-before-discard): Likewise.
9082 * wid-edit.el (widget-field-prompt-internal)
9083 (widget-documentation-link-p): Likewise.
9084
9085 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9086
9087 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
9088 for a keyword.
9089
9090 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
9091
9092 * newcomment.el (comment-valid-prefix-p): Make the check
9093 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
9094 (comment-indent-new-line): Adjust call.
9095
9096 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
9097
9098 * allout.el (allout-back-to-current-heading): Base on lower-level
9099 routines to get proper disqualification of aberrant topics.
9100
9101 2006-10-09 Richard Stallman <rms@gnu.org>
9102
9103 * textmodes/two-column.el (2C-two-columns): Doc fix.
9104
9105 2006-10-09 Kim F. Storm <storm@cua.dk>
9106
9107 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
9108 about implicit use.
9109
9110 2006-10-08 Richard Stallman <rms@gnu.org>
9111
9112 * textmodes/two-column.el (2C-two-columns): Doc fix.
9113
9114 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
9115
9116 * files.el: Mark `buffer-read-only' as safe-local-variable.
9117
9118 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
9119
9120 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
9121 Burp if GUD buffer has been killed.
9122
9123 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9124
9125 * completion.el (add-completions-from-c-buffer):
9126 Don't presume an error's second element is a string.
9127 Use looking-at rather than buffer-substring + member.
9128
9129 2006-10-07 Eli Zaretskii <eliz@gnu.org>
9130
9131 * mail/rmail.el (rmail-redecode-body): If the old encoding is
9132 `undecided', call find-coding-systems-region to find a proper
9133 non-trivial encoding.
9134 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
9135 and "text/plain".
9136
9137 2006-10-07 Kevin Ryde <user42@zip.com.au>
9138
9139 * textmodes/reftex-vars.el (defgroup reftex): Update home page
9140 url-link.
9141
9142 * strokes.el (defgroup strokes): Remove invalid url-link.
9143
9144 2006-10-07 Magnus Henoch <mange@freemail.hu>
9145
9146 * autoinsert.el (auto-insert-alist): Doc fix.
9147
9148 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9149
9150 * mouse-sel.el (mouse-insert-selection-internal):
9151 Use insert-for-yank, so that yank handlers are run.
9152
9153 2006-10-07 Kim F. Storm <storm@cua.dk>
9154
9155 * ido.el (ido-file-extension-aux): Fix comparison.
9156
9157 2006-10-06 Kim F. Storm <storm@cua.dk>
9158
9159 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
9160
9161 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
9162
9163 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
9164 (ad-make-mapped-call): Use `let', not `let*'.
9165
9166 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
9167
9168 * international/mule-cmds.el (coding-system-change-eol-conversion):
9169 Ensure the coding system is initialized before calling
9170 coding-system-eol-type.
9171
9172 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
9173
9174 * textmodes/org.el (org-rm-props, org-activate-plain-links)
9175 (org-activate-angle-links, org-activate-dates)
9176 (org-activate-target-links, org-activate-camels)
9177 (org-activate-tags): Add `rear-nonsticky' text property to avoid
9178 textproperty keymaps from being active beyond the end of a line.
9179 (org-unfontify-region): Also remove `rear-nonsticky' property.
9180
9181 2006-10-04 Kenichi Handa <handa@m17n.org>
9182
9183 * international/code-pages.el (next): Table fixed.
9184
9185 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
9186
9187 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
9188 that it's been made unnecessary by removing narrowing.
9189
9190 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9191
9192 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
9193 control flow a bit, simplify another bit, and add comments.
9194
9195 2006-10-03 David Kastrup <dak@gnu.org>
9196
9197 * help.el (describe-mode): For clicks on mode-line, use "@"
9198 interactive argument to get the major mode of the click instead of
9199 the current buffer.
9200
9201 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
9202 in order to better redirect mouse-2 clicks. Also allow default
9203 bindings to apply.
9204
9205 2006-10-03 Kim F. Storm <storm@cua.dk>
9206
9207 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
9208 (pushnew): Fix last change.
9209
9210 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
9211
9212 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
9213 Use the interactive spec of `eval-expression'.
9214
9215 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
9216
9217 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
9218
9219 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9220
9221 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
9222 2006-09-28 commit.
9223
9224 2006-10-02 Kenichi Handa <handa@m17n.org>
9225
9226 * international/code-pages.el (iso-8859-6): Table fixed.
9227
9228 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
9229
9230 * dired.el (dired-build-subdir-alist): Fix previous change.
9231
9232 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9233
9234 * simple.el (undo-elt-crosses-region): Fix the inequalities.
9235
9236 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9237
9238 * emacs-lisp/find-func.el (find-function-regexp): Don't match
9239 "define-button-type".
9240
9241 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
9242 they don't keep accumulating.
9243
9244 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
9245
9246 * ffap.el (ffap-rfc-path): Change the address of the RFC
9247 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
9248
9249 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
9250
9251 * allout.el (allout-expose-topic): Rectify implementation of "+"
9252 spec, so that bodies are not exposed with headlines.
9253
9254 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
9255
9256 * allout.el (allout-current-depth): Do aberrent check only at or
9257 below doublecheck depth.
9258 (allout-chart-subtree): Make it explicit that LEVELS being nil
9259 means unlimited depth. Drop undocumented support for LEVELS value
9260 t meaning unlimited depth. (This is consistent with
9261 allout-chart-to-reveal, but contrary to allout-show-children,
9262 which needs to use nil to default to depth of 1.)
9263 (allout-goto-prefix-doublechecked): Wrap long docstring line.
9264 (allout-chart-to-reveal): Be explicit in docstring about meaning
9265 of nil LEVELS, and drop support for LEVELS value t.
9266 (allout-show-children): Translate the level spec used by this
9267 routine to that used by allout-chart-subtree and
9268 allout-chart-to-reveal.
9269 (allout-show-to-offshoot): Retry once when stuck, after opening
9270 subtree - improvements in discontinuity handling likely will
9271 enable progress.
9272
9273 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
9274
9275 * wid-edit.el (widget-button-click-moves-point): New variable.
9276 (widget-button-click): If widget-button-click-moves-point is
9277 non-nil, set point after performing the button action.
9278
9279 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
9280
9281 2006-09-30 Martin Rudalics <rudalics@gmx.at>
9282
9283 * files.el (find-file-existing): Modify to not allow wildcards.
9284
9285 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9286
9287 * simple.el (undo-more): When undo information for the region is
9288 exhausted, say "No further undo information FOR REGION".
9289
9290 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
9291
9292 * progmodes/sh-script.el (sh-prev-thing):
9293 Take `sh-leading-keywords' into account.
9294
9295 2006-09-29 Glenn Morris <rgm@gnu.org>
9296
9297 * custom.el (defcustom): Doc fix.
9298
9299 * calendar/calendar.el (european-calendar-style):
9300 Call european-calendar or american-calendar as needed when set.
9301 (diary-view-entries, list-calendar-holidays): Move autoloads
9302 before use.
9303
9304 2006-09-29 Juri Linkov <juri@jurta.org>
9305
9306 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
9307 to nil if there is no previous property change.
9308
9309 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9310
9311 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
9312 saving anything to be sure that `forward-sexp' behaves correctly.
9313
9314 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
9315
9316 * simple.el (line-move-finish): Ignore field boundaries if the
9317 initial and final points have the same `field' property.
9318
9319 2006-09-29 Kim F. Storm <storm@cua.dk>
9320
9321 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
9322 to t while calling ido-read-internal.
9323
9324 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
9325
9326 * textmodes/org.el (org-file-remote-p): Get regexp from list.
9327 (org-archive-subtree): Remove erraneous `]' from character list.
9328
9329 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
9330
9331 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
9332 (ses-reconstruct-all): Make undo of "insert row" work by keeping
9333 markers for data-area and parameters-area.
9334
9335 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9336
9337 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
9338
9339 * font-lock.el (font-lock-after-change-function): Refontify next line
9340 as well if end is at BOL.
9341 (font-lock-extend-jit-lock-region-after-change): Be more careful to
9342 only extend the region as much as needed.
9343
9344 2006-09-28 Richard Stallman <rms@gnu.org>
9345
9346 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
9347
9348 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
9349
9350 * international/mule.el (after-insert-file-set-coding):
9351 If VISIT, don't let set-buffer-multibyte make undo info.
9352
9353 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
9354
9355 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
9356 lines in base64-encoded authentication response.
9357
9358 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9359
9360 * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
9361 (ebnf-version): New version 4.3.
9362 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
9363 (ebnf-prologue): Adjust PostScript programming.
9364 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
9365 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
9366
9367 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
9368
9369 * jit-lock.el (jit-lock-force-redisplay): Rename from
9370 jit-lock-fontify-again, and undo the mistaken change I've just done.
9371
9372 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
9373 (jit-lock-fontify-again): Don't refontify text that's not displayed.
9374
9375 2006-09-26 Kenichi Handa <handa@m17n.org>
9376
9377 * startup.el (display-splash-screen): Allow a prefix argument.
9378
9379 2006-09-25 Jason Rumney <jasonr@gnu.org>
9380
9381 * subr.el (shell-quote-argument): Use DOS logic for Windows
9382 shells with DOS semantics.
9383
9384 2006-09-24 Richard Stallman <rms@gnu.org>
9385
9386 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
9387 (compilation-goto-locus): Use compilation-goto-locus-delete-o
9388 to delete the overlay. Put it on pre-command-hook.
9389
9390 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
9391
9392 * startup.el (fancy-splash-screens, normal-splash-screen):
9393 Call the splash buffer *About GNU Emacs*.
9394
9395 * simple.el (next-error-highlight, next-error-highlight-no-select):
9396 Default to 0.5.
9397 (yank-excluded-properties): Add `fontified'.
9398
9399 * font-lock.el (font-lock-compile-keywords): Allow value of
9400 syntax-begin-function to enable paren-column-0 highlighting.
9401
9402 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
9403
9404 * dired.el (dired-build-subdir-alist): When file ends in colon,
9405 don't exit the loop, just disregard that file.
9406
9407 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
9408
9409 * simple.el (line-move-finish): Handle corner case for fields in
9410 continued lines.
9411 (line-move-1): Remove flawed test for that case.
9412
9413 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
9414
9415 * icomplete.el (icomplete-simple-completing-p): Use the correct
9416 name for the new variable, `icomplete-with-completion-tables'.
9417 (file local variables): Remove superfluous setting.
9418
9419 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
9420
9421 * calendar/appt.el (appt-check): Fix typo for appointments just
9422 after midnight.
9423
9424 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
9425
9426 * help.el (describe-key-briefly, describe-key): Don't expect an
9427 extra up event if a down-event is generated by a popup menu.
9428
9429 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
9430
9431 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
9432 local dictionary when changing the global dictionary.
9433
9434 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
9435
9436 * icomplete.el (icomplete-with-completion-tables): List of
9437 specialized completion tables with which icomplete should
9438 operate. Include the new `internal-complete-buffer', so icomplete
9439 works with interactive buffer-selection.
9440 (icomplete-simple-completing-p): Add acceptance of specialized
9441 completion tables listed in icomplete-with-completion-tables.
9442
9443 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9444
9445 * frame.el (focus-follows-mouse): Set default to nil on Mac.
9446
9447 * startup.el (command-line): Use `custom-reevaluate-setting' for
9448 `focus-follows-mouse'.
9449
9450 2006-09-22 Richard Stallman <rms@gnu.org>
9451
9452 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
9453 explain why Save is not available.
9454
9455 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
9456
9457 * woman.el (woman0-so): Use `let*', not `let'.
9458 (woman-horizontal-line): Remove unbalanced parenthesis.
9459
9460 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9461
9462 * woman.el: Make sure all the end-of-region markers we use have
9463 a non-nil insertion-type.
9464 (woman0-so): Move things around so we can use copy-marker.
9465 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
9466 Adjust marker type.
9467 (woman2-process-escapes): Check marker type.
9468 (woman-horizontal-line): Dispense with the use of a marker.
9469
9470 2006-09-22 Jay Belanger <belanger@truman.edu>
9471
9472 * calc/calc-lang.el: Add Greek letters to math-variable-table
9473 property of tex.
9474
9475 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
9476
9477 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
9478
9479 2006-09-22 Masatake YAMATO <jet@gyve.org>
9480
9481 * add-log.el (add-log-current-defun): Use `forward-sexp'
9482 instead of `forward-word' to pick c++::symbol.
9483 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
9484
9485 2006-09-22 Kenichi Handa <handa@m17n.org>
9486
9487 * bindings.el: Fix setting self-insert-command for multibyte
9488 characters in global-map.
9489
9490 2006-09-21 David Kastrup <dak@gnu.org>
9491
9492 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
9493 doc string.
9494
9495 2006-09-21 Kenichi Handa <handa@m17n.org>
9496
9497 * language/european.el ("Latin-1"): Add windows-1252 to
9498 coding-priority.
9499 ("German"): Likewise.
9500
9501 2006-09-21 Kim F. Storm <storm@cua.dk>
9502
9503 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
9504 Suggested by Miles Bader.
9505
9506 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
9507 instead of add-to-list in the simple case.
9508
9509 2006-09-20 Kenichi Handa <handa@m17n.org>
9510
9511 * isearch.el (isearch-process-search-char): Cancel the previous change.
9512 (isearch-search-string): New function.
9513 (isearch-search): Use isearch-search-string.
9514 (isearch-lazy-highlight-search): Likewise.
9515
9516 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9517
9518 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
9519 string to become an option.
9520
9521 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9522
9523 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
9524
9525 2006-09-20 Kim F. Storm <storm@cua.dk>
9526
9527 * simple.el (line-move-partial): Call pos-visible-in-window-p with
9528 position t instead of trying both window-end and window-end - 1.
9529
9530 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
9531
9532 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
9533 hidden trees.
9534
9535 2006-09-20 David Kastrup <dak@gnu.org>
9536
9537 * mouse.el (mouse-posn-property): Improve doc string.
9538 (mouse-on-link-p): Change buffers for function calls on links.
9539
9540 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
9541 buffer is read-only.
9542
9543 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
9544
9545 * allout.el (allout-unprotected): Let inhibit-read-only only when
9546 buffer-read-only isn't set.
9547 (allout-annotate-hidden): Enable topic annotation during copies even
9548 when the buffer is read-only, eg for topic copies. Ensure that the loop
9549 advances, even when the span extends beyond the deletion region.
9550 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
9551 rather than allout-exposure-changed-hook, as a stronger assertion.
9552 (allout-keybindings-list): Add bindings for
9553 allout-copy-line-as-kill and allout-copy-topic-as-kill.
9554 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
9555 Copy wrappers for allout-kill-line and allout-kill-topic.
9556 (allout-listify-exposed): Position correctly to accumulate lines.
9557
9558 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
9559
9560 * simple.el (line-move-1): Escape field boundaries occurring
9561 exactly at point. Update goal column if constrained to a field.
9562 (line-move-finish): Escape field boundaries occurring exactly at point.
9563
9564 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9565
9566 * mouse.el (mouse-on-link-p): Tentatively fix last change.
9567 (mouse-drag-vertical-line): Remove unused var `wconfig'.
9568
9569 2006-09-19 Kim F. Storm <storm@cua.dk>
9570
9571 * help.el (describe-key-briefly, describe-key): Simplify printing
9572 of descriptions by using format and %S. Fix "is undefined"
9573 messages to say "at that spot" for mouse events.
9574
9575 * simple.el (line-move-partial): Optimize. Try window-line-height
9576 before posn-at-point to get vpos of current line.
9577
9578 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
9579
9580 * emulation/viper.el: Bump up version/date of update to reflect the
9581 substantial changes done in August 2006.
9582
9583 * emulation/viper-cmd (viper-next-line-at-bol): Make sure button-at,
9584 push-button are defined.
9585
9586 * ediff-util.el (ediff-add-to-history): New function.
9587
9588 * ediff.el: Use ediff-add-to-history instead of add-to-history.
9589
9590 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9591
9592 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
9593 Delete duplicate make-local-variable form.
9594 (conf-space-keywords): Add autoload cookie.
9595 Fix typo (`keywords', not `keyword').
9596
9597 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9598
9599 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
9600 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
9601 to x-gtk-use-old-file-dialog.
9602
9603 2006-09-18 Richard Stallman <rms@gnu.org>
9604
9605 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
9606 that might come in during mouse tracking.
9607
9608 2006-09-18 Kim F. Storm <storm@cua.dk>
9609
9610 * simple.el (line-move-partial): Rework 2006-09-15 change to use
9611 new window-line-height function. Further optimize by not calling
9612 pos-visible-in-window-p for window-end when window-line-height
9613 returns useful information.
9614
9615 2006-09-16 Richard Stallman <rms@gnu.org>
9616
9617 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
9618 (conf-space-mode): Don't handle prefix arg.
9619 Delete conf-space-keywords-override code.
9620 Use add-hook.
9621 (conf-space-keywords): New command.
9622 (conf-space-mode-internal): Be careful with imenu-generic-expression.
9623 Delete conf-space-keywords-override code.
9624 (conf-space-keywords-alist): Doc fix.
9625 (conf-space-font-lock-keywords): Doc fix.
9626 (conf-space-keywords-override): Var deleted.
9627
9628 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
9629
9630 * startup.el (fancy-splash-screens): Don't switch to the scratch
9631 buffer; it may not be the next buffer.
9632
9633 2006-09-16 Romain Francoise <romain@orebokech.com>
9634
9635 * saveplace.el (load-save-place-alist-from-file): Use expanded name
9636 in both messages.
9637
9638 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
9639
9640 * progmodes/python.el (python-preoutput-filter):
9641 Fix arg order to string-match.
9642
9643 2006-09-16 Richard Stallman <rms@gnu.org>
9644
9645 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
9646 font-lock-compile-keywords.
9647
9648 * font-lock.el (font-lock-compile-keywords): Rename optional arg
9649 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
9650
9651 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9652
9653 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
9654
9655 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
9656 and the data doesn't look like UTF8, send STRING instead.
9657
9658 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
9659
9660 * textmodes/flyspell.el (flyspell-check-region-doublons):
9661 New function to detect duplicated words.
9662 (flyspell-large-region): Use it.
9663
9664 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
9665
9666 * simple.el (line-move-to-column): Revert 2006-08-03 change.
9667
9668 2006-09-16 Eli Zaretskii <eliz@gnu.org>
9669
9670 * help.el (describe-prefix-bindings): Use let, not let*.
9671
9672 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
9673
9674 * allout.el (allout-regexp, allout-line-boundary-regexp)
9675 (allout-bob-regexp): Correct grouping and boundaries to fix
9676 backwards traversal.
9677 (allout-depth-specific-regexp, allout-depth-one-regexp):
9678 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
9679 worse time in allout-ascend.
9680 (allout-doublecheck-at-and-shallower): Identify depth threshold
9681 below which topics are checked for and disqualified by containment
9682 discontinuities.
9683 (allout-hotspot-key-handler): Correctly handle multiple-key
9684 strokes. Remove some unused variables.
9685 (allout-mode-leaders): Clarify that mode-specific comment-start
9686 will be used.
9687 (set-allout-regexp): Correctly regexp-quote allout regexps to
9688 properly accept alternative header-leads and primary bullets with
9689 regexp-specific characters (eg, C "/*", mathematica "(*").
9690 Include new regular expressions among those configured.
9691 (allout-infer-header-lead-and-primary-bullet):
9692 Rename allout-infer-header-lead.
9693 (allout-recent-depth): Manifest as a variable as well as a function.
9694 (allout-prefix-data): Simplify into an inline instead of a macro,
9695 assuming current match data rather than being explicitly passed
9696 it. Establish allout-recent-depth value as well as
9697 allout-recent-prefix-beginning and allout-recent-prefix-end.
9698 (allout-aberrant-container-p): True when an item's immediate
9699 offspring discontinuously contained. Useful for disqualifying
9700 unintended topic prefixes, likely at low depths.
9701 (allout-goto-prefix-doublechecked): Elaborate version of
9702 allout-goto-prefix which disqualifies aberrant pseudo-items.
9703 (allout-pre-next-prefix): Layer on top of lower-level routines, to
9704 get disqualification of aberrant containers.
9705 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
9706 containers.
9707 (allout-beginning-of-current-entry): Position at start of buffer
9708 when in container (depth 0) entry.
9709 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
9710 (allout-current-bullet): Strip text properties.
9711 (allout-get-prefix-bullet): Use right match groups.
9712 (allout-beginning-of-line, allout-next-heading):
9713 Disqualify aberrant containers.
9714 (allout-previous-heading): Disqualify aberrant containers, and
9715 change to regular (rather than inline) function, to allow
9716 self-recursion.
9717 (allout-get-invisibility-overlay): Increment so progress is made
9718 when the first overlay is not the sought one.
9719 (allout-end-of-prefix): Disqualify aberrant containers.
9720 (allout-end-of-line): Cycle something like allout-beginning-of-line.
9721 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
9722 outline.el outlines) functional again. Change the primary bullet
9723 along with the header-lead - level 1 new-style bullets now work.
9724 Engage allout-before-change-handler in mainline Emacs, not just
9725 XEmacs, to do undo handling.
9726 (allout-before-change-handler): Expose undo changes occurring in
9727 hidden regions. Use allout-get-invisibility-overlay instead of
9728 reimplementing it inline.
9729 (allout-chart-subtree): Use start rather than end of prefix in
9730 charts. Use allout-recent-depth variable.
9731 (allout-chart-siblings): Disqualify aberrant topics.
9732 (allout-beginning-of-current-entry): Position correctly.
9733 (allout-ascend): Use new allout-depth-specific-regexp and
9734 allout-depth-one-regexp for linear instead of O(N^2) or worse
9735 behavior.
9736 (allout-ascend-to-depth): Depend on allout-ascend, rather than
9737 reimplementing an algorithm.
9738 (allout-up-current-level): Depend on allout-ascend, rather than
9739 reimplementing an algorithm. Return to start-point if we fail.
9740 (allout-descend-to-depth): Use allout-recent-depth variable
9741 instead of function.
9742 (allout-next-sibling): On traversal of numerous intervening
9743 topics, resort to economical allout-next-sibling-leap.
9744 (allout-next-sibling-leap): Specialized version of
9745 allout-next-sibling that uses allout-ascend cleverly, to depend on
9746 a regexp search to leap large numbers of contained topics, rather
9747 than arbitrarily many one-by-one traversals.
9748 (allout-next-visible-heading): Disqualify aberrant topics.
9749 (allout-previous-visible-heading): Position consistently when
9750 interactive.
9751 (allout-forward-current-level): Base on allout-previous-sibling
9752 rather than (differently) reimplmenting the algorithm. Remove some
9753 unused variables.
9754 (allout-solicit-alternate-bullet): Present default choice stripped
9755 of text properties.
9756 (allout-rebullet-heading): Use bullet stripped of text properties.
9757 Register changes using allout-exposure-change-hook.
9758 Disregard aberrant topics.
9759 (allout-shift-in): With universal-argument, make topic a peer of
9760 it's former offspring. Simplify the code by separating out
9761 allout-shift-out functionality.
9762 (allout-shift-out): With universal-argument, make offspring peers
9763 of their former container, and its siblings. Implement the
9764 functionality here, rather than inappropriately muddling the
9765 implementation of allout-shift-in.
9766 (allout-rebullet-topic): Respect additional argument for new
9767 parent-child separation function.
9768 (allout-yank-processing): Use allout-ascend directly.
9769 (allout-show-entry): Disqualify aberrant topics.
9770 (allout-show-children): Handle discontinuous children gracefully,
9771 extending the depth being revealed to expose them and posting a
9772 message indicating the situation.
9773 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
9774 Leave cursor in correct position.
9775 (allout-hide-current-subtree): Use allout-ascend directly.
9776 Disqualify aberrant topics.
9777 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
9778 a way that the yanks can restore it, as used to happen.
9779 (allout-yank-processing): Restore exposure layout as recorded by
9780 allout-kill-*, as used to happen.
9781 (allout-annotate-hidden, allout-hide-by-annotation): New routines
9782 for preseving and restoring exposure layout across kills.
9783 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
9784 (allout-encrypt-string): Strip text properties.
9785 Rearranged order and outline-headings for some of the
9786 miscellaneous functions.
9787 (allout-resolve-xref): No need to quote the error name in the
9788 condition-case handler section.
9789 (allout-flatten): Classic recursive (and recursively intensive,
9790 without tail-recursion) list-flattener, needed by allout-shift-out
9791 when confronted with discontinuous children.
9792
9793 2006-09-16 Jason Rumney <jasonr@gnu.org>
9794
9795 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
9796 on ms-windows.
9797 (dnd-open-unc-file): Remove.
9798 (dnd-open-local-file): Mention in doc string that it also handles
9799 remote files if the system natively supports unc file-names.
9800
9801 2006-09-15 Kim F. Storm <storm@cua.dk>
9802
9803 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
9804 all necessary information about the event before erasing *Help*.
9805
9806 * simple.el (line-move-partial): Use window-line-visiblity to
9807 quickly check whether last line is partially visible, and only do
9808 the hard (and slow) part in that case.
9809
9810 2006-09-15 Jay Belanger <belanger@truman.edu>
9811
9812 * COPYING: Replace "Library Public License" by "Lesser Public
9813 License" throughout.
9814
9815 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9816
9817 * term/x-win.el (x-menu-bar-open): New function for F10.
9818
9819 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
9820
9821 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9822 Disallow filenames containing " -" to avoid confusion with libtool
9823 compilation messages. Suggested by Stefan Monnier.
9824
9825 2006-09-15 David Kastrup <dak@gnu.org>
9826
9827 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
9828 instead of buffer position for `mouse-on-link-p'.
9829
9830 * mouse.el (mouse-posn-property): New function looking up the
9831 properties at a click position in overlays and text properties in
9832 either buffer or strings.
9833 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
9834 of both `follow-link' as well as `mouse-face' properties.
9835 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
9836 buffer position.
9837
9838 * help.el (describe-key-briefly): When reading a down-event on
9839 mode lines or scroll bar, swallow the following up event, too.
9840 Use the new mouse sensitity of `key-binding' for lookup.
9841 (describe-key): The same here.
9842
9843 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
9844
9845 * play/life.el (life-patterns): Add a few more interesting patterns.
9846 (life-setup): Force `show-trailing-whitespace' to nil.
9847
9848 2006-09-14 Richard Stallman <rms@gnu.org>
9849
9850 * startup.el (fancy-splash-text): Change text to improve alignment.
9851 (fancy-splash-screens): Don't set non-standard tab width.
9852 Bind cursor-type temporarily, and make it easy to patch to
9853 preserve the splash buffer.
9854 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
9855 (fancy-splash-screens): Display echo-area message explicitly.
9856 Don't set fancy-splash-help-echo.
9857
9858 * simple.el (line-number-mode): Group mode-line instead of
9859 editing-basics.
9860 (column-number-mode, size-indication-mode): Likewise.
9861
9862 * faces.el (mode-line-faces): Group mode-line instead of modeline.
9863
9864 * time.el (display-time): Group mode-line instead of modeline.
9865
9866 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
9867
9868 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
9869
9870 * startup.el (fancy-splash-text): Move editing instructions to
9871 fancy-splash-head.
9872 (fancy-splash-head): Issue editing instructions.
9873 (fancy-splash-screens): Fixup whitespace.
9874
9875 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9876
9877 * bindings.el (mode-line-buffer-identification-keymap):
9878 Remove duplicate line.
9879
9880 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9881
9882 * ido.el (ido-ignore-item-p): Allow any kind of functions in
9883 ignore lists.
9884
9885 2006-09-14 Kim F. Storm <storm@cua.dk>
9886
9887 * jit-lock.el (jit-lock-fontify-again): New function.
9888 (jit-lock-fontify-now): Use it instead of lambda form.
9889
9890 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
9891
9892 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
9893 (flyspell-auto-correct-word): Make ispell-filter local to these
9894 functions. Check that ispell-filter has new stuff before calling
9895 ispell-parse-output.
9896
9897 2006-09-13 Kim F. Storm <storm@cua.dk>
9898
9899 * simple.el (line-move-partial): Optimize.
9900
9901 2006-09-13 Richard Stallman <rms@gnu.org>
9902
9903 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
9904 Delete spurious backquote.
9905
9906 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
9907
9908 * net/rcirc.el (rcirc-print): Fix last change.
9909
9910 2006-09-12 Jay Belanger <belanger@truman.edu>
9911
9912 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
9913
9914 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
9915
9916 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
9917 rcirc-show-maximum-output.
9918 (rcirc-mode): Remove window-scroll-function hook.
9919 (rcirc-scroll-to-bottom): Remove function.
9920 (rcirc-print): Recenter so point stays at the bottom of the window
9921 if point was already there.
9922
9923 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
9924
9925 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
9926 not to "t".
9927 * progmodes/compile.el (compilation-start): Likewise.
9928 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
9929 Don't use expand-file-name on invocation-directory, since this
9930 might mishandle special characters in invocation-directory.
9931
9932 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9933
9934 * pcvs-defs.el: Remove * in defcustom's docstrings.
9935
9936 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
9937
9938 * progmodes/compile.el (compilation-directory-properties):
9939 Doc fix for help-echo.
9940
9941 2006-09-12 Lars Hansen <larsh@soem.dk>
9942
9943 * desktop.el (desktop-read): Add comment.
9944
9945 2006-09-12 Kim F. Storm <storm@cua.dk>
9946
9947 * simple.el (next-error-highlight, next-error-highlight-no-select):
9948 Fix spelling error.
9949
9950 * subr.el (sit-for): Rework to use input-pending-p and cond.
9951 Return nil input is pending on entry also for SECONDS <= 0.
9952 (while-no-input): Use input-pending-p instead of sit-for.
9953
9954 2006-09-11 Richard Stallman <rms@gnu.org>
9955
9956 * simple.el (next-error-highlight, next-error-highlight-no-select):
9957 Fix custom type and doc strings.
9958
9959 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9960
9961 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
9962 (diff-apply-hunk): Use it to ask for confirmation.
9963
9964 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
9965
9966 * emacs-lisp/cl.el (pushnew): Add missing `,'.
9967
9968 2006-09-11 David Kastrup <dak@gnu.org>
9969
9970 * help.el (string-key-binding, describe-key-briefly)
9971 (describe-key): Remove `string-key-binding' and its callers since
9972 `key-binding' already caters for the proper lookup now.
9973
9974 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9975
9976 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
9977 (cfengine-mode): Use it. Fix \ syntax to be like /.
9978
9979 * bindings.el (mode-line-buffer-identification-keymap):
9980 Move initialization into declaration.
9981
9982 2006-09-10 Kim F. Storm <storm@cua.dk>
9983
9984 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
9985 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
9986 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
9987 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
9988
9989 2006-09-10 Richard Stallman <rms@gnu.org>
9990
9991 * dired-aux.el: Handle errors in recursive copy usefully.
9992 (dired-create-files-failures): New variable.
9993 (dired-copy-file): Remove condition-case.
9994 (dired-copy-file-recursive): Check for errors on all file
9995 operations, and add them to dired-create-files-failures.
9996 Check file file-date-erorr here too.
9997 (dired-create-files): Check dired-create-files-failures
9998 and report those errors too.
9999
10000 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
10001
10002 * subr.el (add-to-list): New argument COMPARE-FN.
10003
10004 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
10005
10006 * filecache.el (file-cache-add-directory)
10007 (file-cache-add-directory-list, file-cache-add-file)
10008 (file-cache-add-directory-using-find)
10009 (file-cache-add-directory-using-locate)
10010 (file-cache-add-directory-recursively): Add autoloads.
10011
10012 2006-09-09 Richard Stallman <rms@gnu.org>
10013
10014 * textmodes/conf-mode.el (conf-space-mode):
10015 Use hack-local-variables-hook instead of calling hack-local-variables.
10016 (conf-space-keywords-override): New variable.
10017 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
10018 (conf-space-mode): Always make conf-space-keywords and
10019 conf-space-keywords-override local.
10020 Call conf-space-mode-internal directly as well as via hook.
10021
10022 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
10023
10024 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
10025 quasi-keywords.
10026
10027 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
10028
10029 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
10030 (python-send-string): Be slightly more careful about adding \n.
10031
10032 * startup.el (normal-splash-screen): Don't display the buffer if we'll
10033 kill it right away anyway.
10034
10035 2006-09-09 Eli Zaretskii <eliz@gnu.org>
10036
10037 * international/codepage.el (cp850-decode-table): Fix a few codes.
10038 (cp858-decode-table): New variable.
10039
10040 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
10041
10042 * net/ldap.el (ldap-search-internal): Doc fix.
10043
10044 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10045
10046 * play/life.el (life-display-generation): Test for input manually if
10047 `sleeptime' is negative or null.
10048
10049 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
10050 (print-region-1): Substitute `%s' with the page title.
10051
10052 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
10053
10054 * locate.el (locate-current-search): New variable.
10055 (locate): Set buffer local value. Use current buffer if it is
10056 in Locate mode.
10057 (locate-mode): Disable undo here.
10058 (locate-do-setup): Use locate-current-filter from buffer to be killed.
10059 (locate-update): Use locate-current-search and locate-current-filter.
10060
10061 2006-09-08 David Kastrup <dak@gnu.org>
10062
10063 * desktop.el (desktop-read): When loading a desktop, disable
10064 saving it while the load progresses, and switch off a pending lazy
10065 load by calling `desktop-lazy-abort'.
10066
10067 2006-08-27 Martin Rudalics <rudalics@gmx.at>
10068
10069 * window.el (mouse-autoselect-window-timer)
10070 (mouse-autoselect-window-position)
10071 (mouse-autoselect-window-window)
10072 (mouse-autoselect-window-now): New vars.
10073 (mouse-autoselect-window-cancel)
10074 (mouse-autoselect-window-select)
10075 (mouse-autoselect-window-start): New functions.
10076 (handle-select-window): Call `mouse-autoselect-window-start' when
10077 delayed window autoselection is enabled.
10078
10079 * cus-start.el (mouse-autoselect-window): Handle delayed window
10080 autoselection.
10081
10082 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
10083 commands after which it is allowed to print in the echo area.
10084
10085 2006-09-08 Richard Stallman <rms@gnu.org>
10086
10087 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
10088
10089 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
10090 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
10091
10092 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
10093 (cancel-timer-internal): Add doc string.
10094 (cancel-function-timers): Doc fix.
10095 (with-timeout-handler, timer-event-last*): Add doc strings.
10096
10097 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
10098
10099 * files.el (risky-local-variable-p): Match ...-bindat-spec.
10100
10101 * dired.el (dired-log-summary): Add doc string.
10102
10103 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
10104 (custom-group-menu-create): Not here.
10105
10106 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
10107
10108 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
10109
10110 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10111
10112 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
10113 (mac-apple-event-map): Define its handler.
10114
10115 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
10116
10117 * net/ldap.el (ldap-search-internal): Handle `auth' key.
10118
10119 2006-09-07 Magnus Henoch <mange@freemail.hu>
10120
10121 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
10122 clause.
10123
10124 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10125
10126 * info.el (Info-index): Bind completion-ignore-case.
10127
10128 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10129
10130 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
10131 previous commit.
10132 (inferior-prolog-guess-flavor): New fun left out of previous commit.
10133 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
10134 burp in dedicated windows.
10135 (inferior-prolog-self-insert-command): New command.
10136 (inferior-prolog-mode-map): Use it.
10137
10138 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
10139
10140 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
10141
10142 * international/code-pages.el: Add cp858.
10143
10144 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10145
10146 * dnd.el: Fix bootstrapping.
10147
10148 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10149
10150 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
10151 (dnd-open-remote-url): New function.
10152 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
10153 not windows-nt.
10154
10155 2006-09-07 Jason Rumney <jasonr@gnu.org>
10156
10157 * dnd.el (dnd-open-remote-file-function): New variable.
10158 (dnd-open-unc-file): New function.
10159 (dnd-open-file): Call dnd-open-remote-file-function if set.
10160
10161 2006-09-06 Daiki Ueno <ueno@unixuser.org>
10162
10163 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
10164 pgg-passphrase-coding-system rather than locale-coding-system.
10165 * pgg-def.el (pgg-passphrase-coding-system): New user option.
10166
10167 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10168
10169 * progmodes/prolog.el: Remove * in docstrings.
10170 (prolog-program-name): Add SWI prolog.
10171 (prolog-mode-menu): New menu.
10172 (prolog-mode): Set comment-add.
10173 (prolog-indent-line): Simplify. Use indent-line-to.
10174 (inferior-prolog-buffer): New var.
10175 (inferior-prolog-run, inferior-prolog-process): New funs.
10176 (run-prolog, switch-to-prolog): Rewrite, using them.
10177 (prolog-consult-region): Use inferior-prolog-buffer.
10178 (inferior-prolog-load-file): New function.
10179 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
10180
10181 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
10182 last word, if it's not the end of the paragraph.
10183
10184 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
10185 file name.
10186
10187 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
10188
10189 * frame.el (display-mm-dimensions-alist): New defcustom.
10190 (display-mm-height, display-mm-width): Use it.
10191
10192 2006-09-06 Simon Josefsson <jas@extundo.com>
10193
10194 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
10195
10196 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
10197
10198 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10199 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
10200 string values.
10201
10202 2006-09-06 Kim F. Storm <storm@cua.dk>
10203
10204 * simple.el (line-move-partial): New function to do vscrolling for
10205 partially visible images / tall lines. Rewrite based on code
10206 previously in line-move. Simplify backwards vscrolling.
10207 (line-move): Use it. Simplify.
10208
10209 2006-09-05 Kim F. Storm <storm@cua.dk>
10210
10211 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
10212
10213 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
10214
10215 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10216 Process the `gcc-include' after the `gnu' rule.
10217
10218 2006-09-05 Kim F. Storm <storm@cua.dk>
10219
10220 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
10221
10222 2006-09-05 Daiki Ueno <ueno@unixuser.org>
10223
10224 * pgg.el (pgg-clear-string): Alias to clear-string for backward
10225 compatibility.
10226
10227 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
10228 inhibit-redisplay; encode passphrase with locale-coding-system.
10229
10230 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10231
10232 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
10233
10234 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
10235
10236 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10237 (gdb-var-list-children-regexp): Make type field optional.
10238
10239 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
10240 e.g public, protected in C++.
10241
10242 2006-09-04 John Paul Wallington <jpw@pobox.com>
10243
10244 * simple.el (completion-show-help): New defcustom.
10245 (completion-setup-function): Heed it.
10246
10247 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10248
10249 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
10250
10251 2006-09-04 Richard Stallman <rms@gnu.org>
10252
10253 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
10254 (rsf-min-region-to-spam-list): Doc fix.
10255 (rsf-add-content-type-field): Doc fix.
10256
10257 * simple.el (kill-region): Explicitly test there is a region.
10258
10259 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
10260
10261 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
10262 sendmail in several common directories.
10263
10264 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
10265
10266 * paths.el (sendmail-program): Removed.
10267
10268 2006-09-04 Daiki Ueno <ueno@unixuser.org>
10269
10270 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
10271 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
10272 http://article.gmane.org/gmane.emacs.gnus.general/50457
10273
10274 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
10275
10276 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
10277 mark after running the menu filter.
10278
10279 2006-09-03 Juri Linkov <juri@jurta.org>
10280
10281 * international/quail.el (quail-defrule-internal): Add a check
10282 if a key is a vector.
10283
10284 2006-09-02 Juri Linkov <juri@jurta.org>
10285
10286 * man.el (Man-topic-history): New variable.
10287 (man): Use it.
10288
10289 * woman.el (woman-topic-history): Change defvar to defvaralias
10290 for symbol `Man-topic-history'.
10291
10292 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
10293 `comint-last-output-start' is a marker by using `markerp' and
10294 check if it has a position by using `marker-position', and use
10295 this position for `goto-char'.
10296
10297 * international/quail.el (quail-defrule-internal): Add missing
10298 `error' call for null key.
10299
10300 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
10301
10302 * net/rcirc.el (rcirc-keywords): New variable.
10303 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
10304 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
10305 variables.
10306 (rcirc-responses-no-activity): New function.
10307 (rcirc-handler-generic): Check for responses in above.
10308 (rcirc-process-command): Add ?: character to arguments of raw
10309 server commands.
10310 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
10311 `rcirc-dim-nicks'.
10312 (rcirc-gray-toggle): Remove unused variable.
10313 (rcirc-print): Remove some tracking logic, which is moved into
10314 markup functions.
10315 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
10316 types.
10317 (rcirc-activity-string): Look for 'keyword in activity-types.
10318 (rcirc-window-configuration-change): Don't erase overlay-arrow
10319 unnecessarily.
10320 (rcirc-add-or-remove): New function.
10321 (rcirc-cmd-ignore): Use it.
10322 (rcirc-message-leader): Remove unused function.
10323 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
10324 (rcirc-add-face): New function.
10325 (rcirc-facify): Use rcirc-add-face.
10326 (rcirc-url-regexp): Add parens.
10327 (rcirc-map-regexp): Remove function.
10328 (rcirc-mangle-regexp): Remove function.
10329 (rcirc-markup-text-functions): New variable.
10330 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
10331 (rcirc-markup-body-text, rcirc-markup-attributes)
10332 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
10333 (rcirc-markup-bright-nicks): New markup handler functions.
10334 (rcirc-nick-in-message-full-line): New face.
10335 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
10336 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
10337
10338 2006-09-02 Martin Rudalics <rudalics@gmx.at>
10339
10340 * cus-start.el (hscroll-margin, hscroll-step)
10341 (mode-line-in-non-selected-windows, mouse-autoselect-window)
10342 (x-use-underline-position-properties): Change version to "22.1"
10343 since they will appear there for the first time.
10344
10345 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
10346
10347 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
10348
10349 2006-08-31 Richard Stallman <rms@gnu.org>
10350
10351 * cus-edit.el (custom-save-variables): Slight cleanup.
10352 (Custom-no-edit): Renamed from custom-no-edit.
10353 (Custom-newline): Renamed from custom-newline.
10354 (custom-mode-map): Use new names.
10355
10356 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
10357 about customization, rather than M-x customize, in the doc string
10358 made for the defcustom.
10359
10360 * emacs-lisp/trace.el (trace-function-background): Doc fix.
10361
10362 2006-08-31 Romain Francoise <romain@orebokech.com>
10363
10364 * dired-x.el (dired-guess-shell-alist-default): Update.
10365
10366 2006-08-31 Michael Mauger <mmaug@yahoo.com>
10367
10368 * custom.el (custom-theme-set-variables): Autoload packages before
10369 sorting the variables.
10370
10371 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
10372
10373 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
10374 Convert events to chars if XEmacs.
10375 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
10376
10377 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10378
10379 * progmodes/python.el (python-eldoc-function): Re-enable quit while
10380 waiting for process.
10381
10382 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10383
10384 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
10385 results in ASCII-only string, encode original one directly.
10386
10387 2006-08-29 Romain Francoise <romain@orebokech.com>
10388
10389 * startup.el (normal-splash-screen, fancy-splash-screens):
10390 Make buffer read-only and arrange to enter view mode if necessary.
10391
10392 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
10393
10394 * hl-line.el (hl-line): New face.
10395 (hl-line-face): Use it.
10396
10397 * image-mode.el (image-mode): Fix last fix.
10398 Suggested by Kim F. Storm.
10399
10400 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
10401
10402 Sync with Tramp 2.0.54.
10403
10404 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
10405 of `=', because `tramp-get-remote-gid' might not always return an
10406 integer when expected.
10407 (tramp-register-file-name-handlers): `partial-completion-mode' is
10408 unknown to XEmacs.
10409 (tramp-time-diff): Don't use `floor', it might fail for large
10410 differences.
10411 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
10412 `tramp-auto-save-directory' if unset in order to guarantee unique
10413 auto-save file names.
10414
10415 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10416
10417 * image-mode.el (image-mode): Display image as text on a terminal.
10418
10419 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10420
10421 * progmodes/python.el (python-send-command): Simplify.
10422 (run-python): Don't generate a new buffer unless `new' was specified.
10423 Make sure we send `import emacs' to the proper process.
10424
10425 * progmodes/python.el (python-send-command): Don't wait for the command
10426 to terminate. Don't fiddle with compilation-parsing-end.
10427
10428 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10429
10430 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
10431 Insert commentary after first line summary.
10432
10433 * woman.el (woman-follow): New function, based on `man-follow'.
10434 (woman-mode-map): Use it.
10435
10436 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
10437 since ibuffer-do-sort-by-recency does not define a sorter.
10438
10439 2006-08-28 Kim F. Storm <storm@cua.dk>
10440
10441 * find-dired.el (find-dired): Use shell-quote-argument to properly
10442 escape ( and ) args. Also use it on {} and ; args in default
10443 value of find-ls-option string.
10444 (find-grep-dired): Use shell-quote-argument on {} and ; args.
10445
10446 2006-08-27 Michael Olson <mwolson@gnu.org>
10447
10448 * emacs-lisp/tq.el: Small grammar fix in comments.
10449 (tq-enqueue): Check for existence of queue rather than the
10450 head queue item's question, which was a no-op.
10451 (tq-filter, tq-process-buffer): Make sure the process buffer
10452 exists before making it the current buffer.
10453
10454 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10455
10456 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
10457 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
10458 (special-event-map): Apply 2006-08-16 change for x-win.el.
10459
10460 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10461
10462 * progmodes/python.el (python-send-receive): Wait in the
10463 process's buffer so as to check the right buffer-local variables.
10464
10465 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
10466
10467 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
10468 (defgroup checkdoc): Move to beginning.
10469
10470 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
10471 (python-preoutput-continuation): Remove.
10472 (python-preoutput-filter): Simplify correspondingly.
10473 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
10474 Loop around to catch embedded _emacs_out output.
10475 (run-python): Send the import&print command on a single line.
10476 (python-send-command): Send command&print on a single line.
10477 (python-send-string): Only add double \n if needed.
10478 (python-send-receive): Loop until the result comes.
10479 (python-mode-running): Defvar it.
10480 (python-setup-brm): Remove unused var `menu'.
10481 Only bind py-mode-map and `features' around brm-init.
10482 (python-calculate-indentation): Remove unused var `point'.
10483 (python-beginning-of-defun): Remove unused var `def-line'.
10484
10485 2006-08-25 Richard Stallman <rms@gnu.org>
10486
10487 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
10488
10489 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
10490
10491 * emulation/viper.el (viper-set-hooks): Use frame bindings for
10492 viper-vi-state-cursor-color.
10493 (viper-non-hook-settings): Don't set default
10494 mode-line-buffer-identification.
10495
10496 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
10497 New fun.
10498 (viper-set-cursor-color-according-to-state)
10499 (viper-get-saved-cursor-color-in-replace-mode)
10500 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
10501 viper-emacs-state-cursor-color.
10502
10503 * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
10504 (viper-undo): Use point if undo-beg-posn is nil.
10505 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
10506 (viper-after-change-undo-hook): Don't use
10507 viper-emacs-state-cursor-color by default.
10508 (viper-undo): More sensible positioning after undo.
10509
10510 * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
10511 (viper-emacs-state-cursor-color): Default to nil, since this feature
10512 doesn't work well yet.
10513
10514 * ediff-mult.el (ediff-intersect-directories)
10515 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
10516 always expand filenames.
10517
10518 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10519
10520 * tumme.el: Remove * in defcustoms's docstrings.
10521
10522 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
10523
10524 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
10525 Accept internal time format for SECS arg.
10526 (timer-relative-time): Doc fix.
10527
10528 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
10529 adapted from Martin Rudalics.
10530 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
10531 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
10532 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
10533 using sit-for.
10534
10535 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
10536
10537 * cus-start.el (all): Add `overline-margin' and
10538 `x-underline-at-descent-line'.
10539
10540 2006-08-24 Kim F. Storm <storm@cua.dk>
10541
10542 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
10543 to mean "use find -exec"; nil now unambiguously means auto-detect.
10544 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
10545 Use shell-quote-argument to build grep-find-command and
10546 grep-find-template.
10547 (rgrep): Use shell-quote-argument to properly quote arguments to find.
10548 Reported by Tom Seddon.
10549
10550 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
10551
10552 * startup.el (fancy-splash-head): Give instructions for dismissing
10553 the splash screen for default startup too.
10554 (display-startup-echo-area-message, fancy-splash-screens)
10555 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
10556 all splash text at once and keep the splash buffer around.
10557 (command-line-1): Give display-startup-echo-area-message a t arg.
10558
10559 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
10560
10561 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
10562 gnus frame is selected.
10563
10564 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
10565
10566 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
10567
10568 2006-08-22 Kim F. Storm <storm@cua.dk>
10569
10570 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
10571 Add suffix matching for subdirs.
10572
10573 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
10574
10575 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
10576 mouse-yank-at-point is non-nil.
10577
10578 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
10579
10580 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
10581 a bit wider and remove fringes to fit initial output on line.
10582
10583 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10584
10585 * frame.el (blink-cursor-end): Only ignore the error we care about.
10586 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
10587
10588 2006-08-21 Richard Stallman <rms@gnu.org>
10589
10590 * whitespace.el (whitespace-cleanup): Doc fix.
10591
10592 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
10593
10594 * net/rcirc.el (rcirc-show-maximum-output): New var.
10595 (rcirc-buffer-process): If no buffer argument is supplied, use
10596 current-buffer.
10597 (rcirc-complete-nick): Complete to the last completed nick first.
10598 (rcirc-mode): Preserve the value of `rcirc-urls' across
10599 connections. Setup scroll function.
10600 (rcirc-scroll-to-bottom): New function.
10601 (rcirc-print): Use nick syntax around regexp work.
10602 Notice dim-nicks speaking only if they say our nick.
10603 (rcirc-update-activity-string): Do not show the modeline indicator
10604 if there are no live rcirc processes.
10605 (rcirc-cmd-ignore): Ignore case.
10606 (rcirc-browse-url-at-point): Fix off-by-one error.
10607
10608 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
10609
10610 * progmodes/python.el: Remove * in defcustom docstrings.
10611 (run-python, python-proc, python-try-complete): Use derived-mode-p.
10612 (python-mode): Set tab-width and indent-tabs-mode.
10613
10614 2006-08-20 Dave Love <fx@gnu.org>
10615
10616 * progmodes/python.el: Update to Dave Love's latest version.
10617 (python-font-lock-keywords, python-mode): Don't use
10618 font-lock-syntax-table, but match symbol elements explicitly instead.
10619 (python-mode-map): Add help, and a few more key bindings.
10620 (python-skip-comments/blanks): Move out of comments as well.
10621 (python-continuation-line-p): Behave better with unbalanced parens.
10622 (python-blank-line-p): New fun.
10623 (python-open-block-statement-p): Don't use a heuristic.
10624 (python-outdent-p): Better handle blocks-in-the-same-line.
10625 (python-calculate-indentation): Misc improvements.
10626 (python-comment-indent): Remove.
10627 (python-block-pairs): New var.
10628 (python-first-word): New fun.
10629 (python-indentation-levels): Handle more common cases.
10630 (python-indent-line-1): Add `leave' argument.
10631 (python-indent-region): New fun.
10632 (python-skip-out): New fun.
10633 (python-beginning-of-statement, python-end-of-statement): Use it.
10634 (python-next-statement): Return correct count even at eob.
10635 (python-end-of-block): Fix paren-typo.
10636 (python-imenu-create-index): Add module variables.
10637 (run-python): Add `new' arg.
10638 Check we're at a prompt before returning.
10639 (python-send-command): Move to end of buffer.
10640 Wait for prompt to return.
10641 (python-set-proc): New fun.
10642 (python-imports): New var.
10643 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
10644 (python-eldoc-function): Try to move out of arg list.
10645 (python-outline-level): Offset by 1.
10646 (python-find-imports): New fun.
10647 (python-symbol-completions): Use python-imports.
10648 (python-module-path, ffap-alist): Add support for ffap.
10649 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
10650 (python-insert-*, python-default-template, python-expand-template):
10651 Add templates/skeletons.
10652 (python-setup-brm): Support for Bicycle Repair Man.
10653 (python-abbrev-syntax-table): New var.
10654 (python-abbrev-pc-hook, python-pea-hook): New funs.
10655
10656 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
10657
10658 * frame.el (blink-cursor-start): Set timer first.
10659 (blink-cursor-end): Ignore timer cancelling errors.
10660 Suggested by Ken Manheimer.
10661
10662 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
10663
10664 * newcomment.el (comment-box): Call `comment-normalize-vars'.
10665 Add autoload cookie.
10666
10667 2006-08-20 Richard Stallman <rms@gnu.org>
10668
10669 * simple.el (line-number-at-pos): Doc fix.
10670
10671 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
10672 timer-activate-when-idle, so timer can run before Emacs becomes
10673 non-idle again.
10674
10675 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
10676
10677 * whitespace.el (whitespace-cleanup-internal): New optional arg
10678 REGION-ONLY. If it's non-nil, modify the message to the user
10679 accordingly.
10680 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
10681 a non-nil argument.
10682
10683 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
10684
10685 * rect.el (spaces-string): Simplify and add doc string.
10686
10687 2006-08-17 Romain Francoise <romain@orebokech.com>
10688
10689 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
10690
10691 2006-08-17 Richard Stallman <rms@gnu.org>
10692
10693 * compare-w.el (compare-windows): lambda's take an arg and pass
10694 it to compare-windows-skip-whitespace.
10695
10696 2006-08-17 Martin Rudalics <rudalics@gmx.at>
10697
10698 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
10699 the right buffer.
10700
10701 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
10702
10703 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
10704 removed files.
10705
10706 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
10707
10708 * progmodes/gdb-ui.el (gdb-locals-watch-map)
10709 (gdb-locals-watch-map-1): Suppress keymap first.
10710 (gdb-edit-locals-map-1): New variable.
10711 (gdb-edit-locals-value): New function.
10712 (gdb-stack-list-locals-handler): Use them.
10713
10714 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10715
10716 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
10717 cursor would normally be drawn in the fringe.
10718
10719 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
10720 Reported by Martin Rudalics <rudalics@gmx.at>.
10721
10722 2006-08-16 Richard Stallman <rms@gnu.org>
10723
10724 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
10725 (special-event-map): Process drag-n-drop events this way.
10726
10727 * simple.el (move-beginning-of-line): Test whether fields
10728 would prevent motion back to line's first visible character.
10729 If so, stop where the fields would stop the motion.
10730
10731 * newcomment.el (comment-indent): Fully update INDENT
10732 before checking to see if it will change the text.
10733
10734 * cus-edit.el (custom-newline): New function.
10735 (custom-mode-map): Bind newline to custom-newline.
10736
10737 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
10738 into ignore-whitespace.
10739 Check each buffer for its skip-function.
10740 Handle compare-windows-skip-whitespace special-case test
10741 by returning t from default skip function.
10742
10743 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
10744
10745 * textmodes/org.el (org-clock-special-range)
10746 (org-clock-update-time-maybe): New functions.
10747 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
10748 not only a-z.
10749 (org-agenda-get-blocks): Allow multiple blocks per headline.
10750 (org-timestamp-change): Call `org-clock-update-time-maybe'.
10751 (org-export-html-title-format)
10752 (org-export-html-toplevel-hlevel): New options.
10753 (org-export-language-setup): Add support for Czech.
10754 (org-mode, org-insert-todo-heading, org-find-visible)
10755 (org-find-invisible, org-invisible-p, org-invisible-p2)
10756 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
10757 (org-show-subtree, org-show-entry, org-make-options-regexp):
10758 Remove compatibility support for old outline-mode.
10759 (org-check-occur-regexp): Funtion removed.
10760 (org-on-heading-p, org-back-to-heading): Made defalias.
10761 (org-set-local): New defsubst.
10762 (org-set-regexps-and-options, org-mode)
10763 (org-set-font-lock-defaults, org-edit-agenda-file-list)
10764 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
10765 (org-remember-apply-template, org-table-edit-field)
10766 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
10767 (org-set-autofill-regexps): Use `org-set-local'.
10768 (org-table-eval-formula): Fix bug with parsing of display flags.
10769
10770 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
10771
10772 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
10773 frame with fringe arrow. Suggested by Simon Marshall
10774 <simon.marshall@misys.com>.
10775 (gdb-stack-position): New variable.
10776 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
10777 (gdb-frames-mode): Set gdb-stack-position to nil.
10778 Add to overlay-arrow-variable-list
10779 (gdb-reset): Delete gdb-stack-position from above list.
10780
10781 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10782
10783 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
10784 read only.
10785
10786 2006-08-13 Romain Francoise <romain@orebokech.com>
10787
10788 * cus-theme.el (customize-create-theme)
10789 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
10790
10791 * filesets.el (filesets-add-buffer): Ditto.
10792
10793 * pcvs.el (cvs-change-cvsroot): Ditto.
10794
10795 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
10796
10797 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
10798 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
10799 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
10800 expressions.
10801 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
10802 Only search till end of line.
10803 Add face to function names in case of no filename.
10804 Add face to variable names of watchpoints.
10805
10806 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
10807
10808 * cus-start.el <indent-tabs-mode>: Move to the `indent'
10809 customization group.
10810
10811 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
10812
10813 * allout.el (allout-prior-bindings, allout-added-bindings):
10814 Remove, after long deprecation.
10815 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
10816 Add customization vars controlling allout-beginning-of-line and
10817 allout-end-of-line conveniences.
10818 (allout-header-prefix, allout-use-mode-specific-leader)
10819 (allout-use-mode-specific-leader, allout-mode-leaders):
10820 Revise docstrings.
10821 (allout-infer-header-lead): Change to be an alias for
10822 allout-infer-header-lead-and-primary-bullet.
10823 (allout-infer-header-lead-and-primary-bullet): New version of
10824 allout-infer-header-lead which assigns the primary bullet to the
10825 same as the header lead, when its being changed.
10826 (allout-infer-body-reindent): Apply regexp-quote instead of
10827 unconditionally prepending "\\", so that all literal
10828 allout-header-prefix and allout-primary-bullet strings are
10829 properly handled.
10830 (allout-add-resumptions): Add optional qualifier for extending or
10831 appending to existing values, rather than replacing them.
10832 (allout-view-change-hook): Clarify docstring.
10833 (allout-exposure-change-hook): Take explicit arguments, via
10834 run-hook-with-args.
10835 (allout-structure-added-hook)
10836 (allout-structure-deleted-hook)
10837 (allout-structure-shifted-hook): New hooks analogous to
10838 allout-exposure-change-hook for other kinds of structural outline
10839 edits.
10840 (allout-encryption-plaintext-sanitization-regexps): New encryption
10841 customization variable, by which cooperating modes can provde
10842 massage of the plaintext without actually being passed it.
10843 (allout-encryption-ciphertext-rejection-regexps)
10844 (allout-encryption-ciphertext-rejection-ceiling): New encryption
10845 customization variables, by which cooperating modes can prohibit
10846 rare but possible ciphertext patterns from fouling their
10847 operation, with actually being passed the ciphertext.
10848 (allout-mode): Run activation and deactivation hooks after the
10849 minor-mode variable has been toggled, to clarify the mode
10850 disposition. The new encryption ciphertext rejection variable is
10851 used to ensure that the ciphertext does not contain text that
10852 would be recognized as outline structural elements by allout.
10853 Substite allout-beginning-of-line and allout-end-of-line for
10854 conventionall beginning-of-line and end-of-line bindings.
10855 If allout-old-style-prefixes is non-nil, don't nullify it on mode
10856 activation!
10857 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
10858 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
10859 (allout-chart-subtree): Implement new mode, charting only the
10860 visible items in the subtree, when new 'visible' parameter is non-nil.
10861 (allout-end-of-subtree): Properly handle the last item in the buffer.
10862 (allout-pre-command-business, allout-command-counter):
10863 Increment an advertised counter so that cooperating enhancements can
10864 track revisions of items.
10865 (allout-open-topic): Run allout-structure-added-hook with suitable
10866 arguments.
10867 (allout-shift-in): Run allout-structure-shifted-hook with suitable
10868 arguments.
10869 (allout-shift-out): Fix doubling for negative args and ensure call
10870 of allout-structure-shifted-hook by solely using allout-shift-in.
10871 (allout-kill-line, allout-kill-topic):
10872 Run allout-structure-deleted-hook with suitable arguments.
10873 (allout-yank-processing): Run allout-structure-added-hook with
10874 proper arguments.
10875 (allout-yank): Enclose activity in allout-unprotected.
10876 (allout-flag-region): Run allout-exposure-change-hook with
10877 suitable arguments, instead of making the callee infer the arguments.
10878 (allout-encrypt-string):
10879 Support allout-encryption-plaintext-sanitization-regexps,
10880 allout-encryption-ciphertext-rejection-regexps, and
10881 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
10882 en/de cryption mode in symmetric encryption failure message.
10883 (allout-obtain-passphrase): Use copy-sequence to get a distinct
10884 copy of the passphrase, and don't zero it or we'll corrupt the
10885 stashed copy.
10886 (allout-create-encryption-passphrase-verifier)
10887 (allout-verify-passphrase): Respect the new signature for
10888 allout-encrypt-string.
10889 (allout-get-configvar-values): Convenience for getting a
10890 configuration variable value and handling its absence gracefully.
10891
10892 2006-08-11 Romain Francoise <romain@orebokech.com>
10893
10894 * obsolete/zone-mode.el: Delete.
10895
10896 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
10897
10898 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
10899
10900 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
10901
10902 * emacs-lisp/bindat.el (bindat-ip-to-string):
10903 Use `format-network-address' if possible.
10904
10905 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10906
10907 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
10908
10909 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
10910
10911 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
10912 restore unread-command-events here.
10913 (edebug-display): Do it here, to detect sit-for interruptions.
10914
10915 2006-08-10 Romain Francoise <romain@orebokech.com>
10916
10917 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
10918 (dns-mode-soa-auto-increment-serial): New user option.
10919 (dns-mode-soa-maybe-increment-serial): New function.
10920 (dns-mode): Add the latter to `write-contents-functions'.
10921
10922 * obsolete/zone-mode.el: Move to obsolete/ from net/.
10923 Delete autoload cookies.
10924
10925 2006-08-10 John Wiegley <johnw@newartisans.com>
10926
10927 * eshell/em-glob.el (eshell-glob-chars-list)
10928 (eshell-glob-translate-alist): Add support for [^g] in character globs.
10929
10930 2006-08-10 Richard Stallman <rms@gnu.org>
10931
10932 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
10933 (facemenu-set-face): Doc fix.
10934 (facemenu-listed-faces): Doc fix.
10935
10936 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
10937
10938 * avoid.el (mouse-avoidance-animating-pointer): New var.
10939 (mouse-avoidance-nudge-mouse): Use it.
10940 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
10941 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
10942 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
10943 Don't activate if currently animating. All callers changed.
10944
10945 2006-08-09 John Wiegley <johnw@newartisans.com>
10946
10947 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
10948 variable, which causes timeclock to report elapsed time worked,
10949 instead of just work remaining.
10950
10951 2006-08-09 Kenichi Handa <handa@m17n.org>
10952
10953 * international/latexenc.el (latexenc-find-file-coding-system):
10954 Fix for the case that the 2nd element of arg-list is a cons.
10955
10956 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
10957
10958 * info.el (Info-fontify-node): Handle preceding `in' for note
10959 reference hiding rules.
10960
10961 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10962
10963 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
10964 mistake a closing " for an opening one.
10965
10966 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10967
10968 * term/xterm.el (terminal-init-xterm): Add more key bindings.
10969
10970 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10971
10972 * complete.el (PC-do-completion): Filter out completions matching
10973 completion-ignored-extensions before checking whether there are
10974 multiple completions.
10975 Don't use `list' unnecessarily when building completion tables.
10976
10977 2006-08-06 Richard Stallman <rms@gnu.org>
10978
10979 * help.el (describe-mode): Make minor mode list more concise.
10980
10981 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
10982
10983 * bindings.el: Give mode-line-format, mode-line-modes, and
10984 mode-line-position `standard-value' properties.
10985
10986 2006-08-05 Eli Zaretskii <eliz@gnu.org>
10987
10988 * buff-menu.el (list-buffers-noselect): For Info buffers, use
10989 "(file)node" instead of the file name.
10990
10991 2006-08-05 Richard Stallman <rms@gnu.org>
10992
10993 * faces.el (escape-glyph): Doc fix.
10994
10995 2006-08-04 Kenichi Handa <handa@m17n.org>
10996
10997 * international/mule-diag.el (describe-font): Improve docstring
10998 and error message. Use frame-parameter (not frame-parameters).
10999
11000 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11001
11002 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
11003 Correctly mark the end-of-docstring char.
11004
11005 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
11006
11007 * simple.el (line-move-to-column): Constrain move-to-column to
11008 current field.
11009
11010 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11011
11012 * font-lock.el (font-lock-beg, font-lock-end)
11013 (font-lock-extend-region-functions): New vars.
11014 (font-lock-extend-region-multiline)
11015 (font-lock-extend-region-wholelines): New functions.
11016 (font-lock-default-fontify-region): Use them.
11017 (font-lock-extend-jit-lock-region-after-change): Only round up
11018 if font-lock-default-fontify-region will do it as well.
11019
11020 * font-lock.el (font-lock-extend-after-change-region-function):
11021 Rename from font-lock-extend-region-function.
11022 (font-lock-extend-region): Remove by inlining at call sites.
11023 (font-lock-after-change-function): Don't needlessly round up to a whole
11024 number of lines.
11025 (font-lock-extend-jit-lock-region-after-change): Be more careful about
11026 the boundary conditions and the interactions between the various ways
11027 to extend the region.
11028
11029 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
11030
11031 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
11032 modification status when forcing the second redisplay.
11033
11034 2006-08-03 Kim F. Storm <storm@cua.dk>
11035
11036 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
11037
11038 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
11039
11040 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
11041 doesn't look like a file name.
11042
11043 * complete.el (PC-expand-many-files): Avoid signalling an error when
11044 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
11045
11046 2006-08-02 Andreas Schwab <schwab@suse.de>
11047
11048 * bindings.el (mode-line-format): Simplify reference to vc-mode.
11049
11050 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
11051
11052 * bindings.el (map): Make mode-line-buffer-identification-keymap
11053 before defining propertized-buffer-identification.
11054
11055 2006-08-01 Richard Stallman <rms@gnu.org>
11056
11057 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
11058
11059 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
11060
11061 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
11062 default value.
11063 (gdb-find-source-frame): New function.
11064 (menu): Add to menu bar.
11065
11066 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
11067
11068 * font-core.el (font-lock-extend-region-function)
11069 (font-lock-extend-region): Move to font-lock.el.
11070
11071 * font-lock.el (font-lock-extend-region-function)
11072 (font-lock-extend-region): Move from font-core.el. Simplify.
11073
11074 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
11075 if needed.
11076 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
11077 (jit-lock-after-change-extend-region-functions): New hook.
11078 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
11079
11080 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
11081 (font-lock-turn-on-thing-lock): Use it.
11082
11083 * longlines.el (longlines-show-region): Make it work on read-only
11084 buffers as well.
11085
11086 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
11087
11088 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
11089
11090 2006-07-31 Richard Stallman <rms@gnu.org>
11091
11092 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
11093 (vhdl-speedbar-display-projects): Update old obsolete
11094 speedbar variable names.
11095
11096 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
11097
11098 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
11099 (gdb-stopped): Use it.
11100
11101 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
11102
11103 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
11104
11105 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
11106 for load-history elements.
11107
11108 2006-07-29 Eli Zaretskii <eliz@gnu.org>
11109
11110 * files.el (convert-standard-filename): For Cygwin, replace
11111 characters not allowed in Windows file names.
11112 (make-auto-save-file-name): Add Cygwin to the list of systems
11113 where the auto-save file name needs to be run through
11114 convert-standard-filename.
11115
11116 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
11117
11118 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
11119
11120 2006-07-28 Richard Stallman <rms@gnu.org>
11121
11122 * bindings.el (mode-line-frame-identification)
11123 (propertized-buffer-identification): Centralize the code
11124 to initialize the variable.
11125
11126 * progmodes/grep.el (grep-default-command): Catch errors from
11127 wildcard-to-regexp.
11128
11129 2006-07-29 Kim F. Storm <storm@cua.dk>
11130
11131 * progmodes/grep.el (grep-tag-default): New function.
11132 (grep-default-command, grep-read-regexp): Use it.
11133 (grep-read-files): Use car of grep-files-history or grep-files-aliases
11134 as default if nothing else applies.
11135
11136 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
11137
11138 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
11139 Throw error if buffer is not in Dired and Wdired mode, respectively.
11140
11141 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
11142
11143 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
11144 self-insert-command keys don't activate buttons.
11145 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
11146
11147 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
11148
11149 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
11150 faces for enable character.
11151
11152 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
11153
11154 * Makefile.in (recompile): Update comment to reflect change
11155 on 2004-04-21.
11156
11157 2006-07-27 Richard Stallman <rms@gnu.org>
11158
11159 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
11160 (customize-package-emacs-version): Change msg when pkg has no entry.
11161 (custom-no-edit): On a button, do like widget-button-press.
11162
11163 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11164
11165 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
11166 S-tab and C-S-tab.
11167
11168 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
11169
11170 * progmodes/which-func.el (which-function): Fix documentation/
11171 comment typo.
11172
11173 2006-07-26 Richard Stallman <rms@gnu.org>
11174
11175 * textmodes/ispell.el (ispell-word): If we replace the word,
11176 move point to the end. Insert before deleting.
11177
11178 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
11179
11180 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
11181 a timer.
11182
11183 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
11184
11185 * tumme.el (tumme-backward-image): Add prefix argument. Add error
11186 when at first image.
11187 (tumme-forward-image): Add prefix argument. Add error when at last
11188 image.
11189
11190 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
11191
11192 * tabify.el (tabify-regexp): Use more specific regexps.
11193 (tabify): Avoid modifying the buffer unnecessarily.
11194
11195 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
11196
11197 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
11198 (tumme-format-properties-string): Handle empty `buf'.
11199 (tumme-get-comment): Change variable names inside `let'.
11200 Add missing `let' variable that cause font-lock problems.
11201 (tumme-write-comments): Change variable names inside `let'.
11202 Add missing `let' variable that cause font-lock problems.
11203 (tumme-forward-image): Rename from `tumme-forward-char'.
11204 (tumme-backward-image): Rename from `tumme-backward-char'.
11205
11206 2006-07-25 Masatake YAMATO <jet@gyve.org>
11207
11208 * progmodes/ld-script.el (ld-script-keywords)
11209 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
11210 and add comments.
11211
11212 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
11213
11214 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11215 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
11216 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
11217 for status indicator.
11218
11219 2006-07-24 Richard Stallman <rms@gnu.org>
11220
11221 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
11222
11223 * subr.el (dolist, dotimes): Use interned symbols for locals.
11224 (--dotimes-limit--, --dolist-tail--): New defvars.
11225 (looking-back): Doc fix.
11226
11227 * replace.el (replace-match-string-symbols): Handle dotted lists.
11228
11229 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
11230
11231 * tumme.el (tumme-write-tags): Add.
11232 (tumme-write-comments): Add.
11233 (tumme-tag-files): Change to use `tumme-write-tags'.
11234 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
11235 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
11236 (tumme-save-information-from-widgets): Change to use
11237 `tumme-write-comments' and `tumme-write-tags'.
11238 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
11239 (tumme-write-tag): Remove.
11240 (tumme-write-comment): Remove.
11241 (tumme-display-previous-thumbnail-original): Remove empty line.
11242 (tumme-widget-list): Add punctuation.
11243
11244 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
11245
11246 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
11247
11248 2006-07-24 Daiki Ueno <ueno@unixuser.org>
11249
11250 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11251 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
11252 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
11253
11254 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
11255
11256 * mouse.el (mouse-on-link-p): Doc fix.
11257
11258 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
11259
11260 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11261 Handle "C-h f `".
11262
11263 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11264
11265 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
11266 column.
11267
11268 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
11269
11270 * textmodes/table.el: Add move-beginning-of-line and
11271 move-end-of-line to Point Motion Only Group.
11272
11273 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
11274
11275 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
11276
11277 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11278
11279 * startup.el (user-mail-address): Initialize from the `EMAIL'
11280 environment variable first. Document this.
11281 (command-line): Ditto.
11282
11283 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
11284
11285 * help-mode.el (help-function-def, help-variable-def)
11286 (help-face-def): Print a message in the minibuffer.
11287
11288 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
11289
11290 * term/xterm.el (terminal-init-xterm): Fix key bindings
11291 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
11292
11293 2006-07-21 Eli Zaretskii <eliz@gnu.org>
11294
11295 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
11296 where `(nth 1 command)' is a cons cell. Doc fix.
11297
11298 * textmodes/po.el (po-find-charset): Doc fix.
11299
11300 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
11301
11302 * allout.el (allout-unprotected, allout-e-o-prefix-p)
11303 (allout-beginning-of-current-line, allout-end-of-current-line)
11304 (allout-next-visible-heading, allout-open-topic)
11305 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
11306 (allout-flag-current-subtree, allout-show-to-offshoot)
11307 (allout-hide-current-entry, allout-show-current-branches)
11308 (allout-hide-region-body, allout-old-expose-topic)
11309 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
11310 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
11311 containing `beginning-of-line' and `end-of-line' with
11312 `inhibit-field-text-motion' t.
11313
11314 2006-07-21 Eli Zaretskii <eliz@gnu.org>
11315
11316 * frame.el (focus-follows-mouse): Document that it doesn't have
11317 any effect on MS-Windows.
11318
11319 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
11320
11321 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
11322
11323 2006-07-20 Jay Belanger <belanger@truman.edu>
11324
11325 * calc/calc.el (calc-previous-alg-entry): Remove variable.
11326
11327 * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
11328 New variables.
11329 (calc-alg-entry): Use `calc-alg-entry-history'.
11330 (calc-do-quick-calc): Use `calc-quick-calc-history'.
11331 Remove reference to `calc-previous-alg-entry'.
11332 (calcAlg-edit, calcAlg-enter): Remove reference to
11333 `calc-previous-alg-entry'.
11334 (calcAlg-previous): Use `previous-history-element' instead of
11335 `calc-previous-alg-entry'.
11336 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
11337 Change keybinding for `calcAlg-plus-minus', add keybindings for
11338 `previous-history-element' and `next-history-element'.
11339
11340 * calc/calc-rewr.el (calc-match): Remove reference to
11341 `calc-previous-alg-entry'.
11342
11343 * calc/calc-sel.el (calc-selection-history): New variable.
11344 (calc-enter-selection, calc-sel-mult-both-sides)
11345 (calc-sel-add-both-sides): Use `calc-selection-history'.
11346
11347 * calc/calc-map.el (calc-get-operator-history): New variable.
11348 (calc-get-operator): Use `calc-get-operator-history'.
11349
11350 * calc/calcalg3.el (calc-curve-fit-history): New variable.
11351 (calc-curve-fit): Use `calc-curve-fit-history'.
11352
11353 2006-07-20 Kenichi Handa <handa@m17n.org>
11354
11355 * international/mule-cmds.el (select-safe-coding-system): Fix the
11356 way of deciding eol-type of the coding system.
11357
11358 2006-07-20 Alan Mackenzie <acm@muc.de>
11359
11360 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
11361 (c-lang-setvar): New macro.
11362 (c-make-init-lang-vars-fun): Use the initialization forms in
11363 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
11364 (comment-start, comment-end, comment-start-skip): Change these from
11365 c-lang-defvar's to c-lang-setvar's.
11366
11367 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
11368 which calls make-local-variable on the elements of
11369 c-emacs-variable-inits.
11370 (c-init-language-vars-for): Call this new macro.
11371
11372 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11373
11374 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11375 Try to rule out false positives due to time stamps.
11376 (compilation-mode-font-lock-keywords): Remove rules made redundant
11377 because of the above change. Add `segmentation fault' to the known and
11378 highlighted compilation termination messages.
11379
11380 2006-07-19 Kim F. Storm <storm@cua.dk>
11381
11382 * progmodes/grep.el (grep-find-ignored-directories):
11383 Add .svn and _darcs to list.
11384
11385 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
11386
11387 * dired.el (dired-mode-map): Add key binding `C-te' for
11388 `tumme-dired-edit-comment-and-tags'.
11389
11390 * tumme.el (tumme-display-thumbnail-original-image): Make sure
11391 image display buffer is displayed before call to
11392 `tumme-display-image.
11393 (tumme-dired-display-image): Make sure image display buffer is
11394 displayed before call to `tumme-display-image.
11395 (tumme-mouse-display-image): Make sure image display buffer is
11396 displayed before call to `tumme-display-image.
11397 (tumme-widget-list): Add.
11398 (tumme-dired-edit-comment-and-tags): Add.
11399 (tumme-save-information-from-widgets): Add.
11400
11401 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11402
11403 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
11404
11405 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11406
11407 * progmodes/sh-script.el (sh-font-lock-keywords-1):
11408 Revert inadvertently installed patch hunk.
11409
11410 * progmodes/compile.el (compilation-find-file): Handle the
11411 cases where the user selects a non-existent file.
11412
11413 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11414
11415 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
11416
11417 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11418
11419 * subr.el (sit-for): Just sleep-for if noninteractive.
11420
11421 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11422
11423 * emacs-lisp/autoload.el (make-autoload): Use new arg.
11424
11425 * custom.el (custom-autoload): Add `noset' argument.
11426 (custom-push-theme): Don't autoload the variable, let callers do it.
11427 (custom-theme-set-variables): Autoload the variable if necessary.
11428
11429 * cus-edit.el (custom-variable-state-set): If the variable was
11430 originally set outside custom, but to the same value as the default,
11431 consider it to be standard.
11432
11433 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
11434 file *before* telling Emacs to add the autoloads, in case it fails.
11435
11436 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
11437 Use `cond', push', and `dolist'.
11438
11439 2006-07-17 Richard Stallman <rms@gnu.org>
11440
11441 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
11442 Add defvars to silence warnings.
11443
11444 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11445
11446 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11447 Don't highlight "Compiling file" messages as error.
11448
11449 * dired-aux.el (dired-compress-file): Confirm again if gzipped
11450 file already exists.
11451
11452 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
11453
11454 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
11455 entry, don't assign to free var; simply return the extracted filename.
11456 (ff-treat-as-special): Incorporate common preamble from callers.
11457 (ff-other-file-name, ff-find-the-other-file):
11458 Update call to ff-treat-as-special.
11459
11460 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
11461
11462 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
11463
11464 * tumme.el (tumme-get-comment): Fix bug.
11465
11466 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11467
11468 * files.el: Remove spurious * in docstrings.
11469
11470 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11471
11472 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
11473 grammar.
11474 (allout-beginning-of-current-line): Beware beginning of buffer.
11475 Also, a comment is simplified.
11476 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
11477 when appropriate. (This fix enables use for other than
11478 bullet-hotspot operation.)
11479 (allout-hide-current-subtree): While escalating to sibling-close,
11480 make sure to situate on a topic.
11481
11482 2006-07-14 Kim F. Storm <storm@cua.dk>
11483
11484 * emulation/cua-base.el (cua-delete-selection)
11485 (cua-toggle-set-mark): New defcustoms.
11486 (cua-rectangle-modifier-key): Add `alt' modifier.
11487 (cua-replace-region): Don't delete if cua-delete-selection is nil.
11488 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
11489 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
11490
11491 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
11492
11493 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11494
11495 * allout.el: Require 'cl during byte-compilation/interactive load,
11496 for the `assert' macro.
11497 (allout-mode-deactivate-hook): New hook, run when allout mode
11498 deactivates.
11499 (allout-developer): New allout customization subgroup.
11500 (allout-run-unit-tests-on-load): New allout-developer
11501 customization variable, when true allout unit tests are run towards
11502 end of file load/eval.
11503 (allout-inhibit-auto-fill): Disable auto-fill activity even during
11504 auto-fill-mode.
11505 (allout-resumptions): Remove, to be replaced by...
11506 (allout-add-resumptions): Register variable settings to be
11507 reinstated by `allout-do-resumptions'. The settings are made
11508 buffer-local, but the locality/globality of the suspended setting
11509 is restored on resumption.
11510 (allout-do-resumptions): Reinstate all settings suspended using
11511 `allout-add-resumptions'.
11512 (allout-test-resumptions): Unit tests (and intermediate variables)
11513 for resumptions.
11514 (allout-tests-globally-unbound, allout-tests-globally-true)
11515 (allout-tests-locally-true): Intermediate variables for
11516 resumptions unit tests.
11517 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
11518 (allout-exposure-category): Replaces 'allout-overlay-category variable.
11519 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
11520 instead of retired `allout-resumptions'. For hook functions, use
11521 `local' parameter so hook settings are created and removed as
11522 buffer-local settings. Revise (resumptions) setting
11523 auto-fill-function so it is set only if already active. (The
11524 related fill-function settings are all made in either case, so
11525 that activating auto-fill-mode activity will have the custom
11526 allout-mode behaviors (hanging indent on topics, if configured for it).
11527 Remove all allout-exposure-category overlays on mode deactivation.
11528 (allout-hotspot-key-handler): New function extracted from
11529 `allout-pre-command-business', so the functionality can be used
11530 for other purposes, eg as a binding in an overlay.
11531 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
11532 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
11533 customization variable.
11534 (allout-run-unit-tests): Run the (currently quite small)
11535 repertoire of unit tests. Called just before the provide iff user
11536 has customized `allout-run-unit-tests-on-load' non-nil.
11537
11538 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11539
11540 * emacs-lisp/authors.el (authors-aliases): Update.
11541
11542 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
11543
11544 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
11545 gdb-source-window. Add dedicated argument.
11546 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
11547 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
11548 (gdb-display-threads-buffer, gdb-display-memory-buffer)
11549 (gdb-display-locals-buffer): Use it.
11550
11551 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
11552 Set gdb-source-window.
11553
11554 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
11555
11556 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
11557 minor modes, redundant with the custom-autoload line above.
11558
11559 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
11560
11561 * longlines.el (longlines-post-command-function): Handle open-line too.
11562
11563 2006-07-12 Richard Stallman <rms@gnu.org>
11564
11565 * progmodes/grep.el (grep-last-buffer): Doc fix.
11566
11567 * info.el (Info-try-follow-nearest-node): Doc fix.
11568
11569 * emacs-lisp/edebug.el (edebug-instrument-function):
11570 Err if find-function-noselect gives no position.
11571
11572 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11573 If can't find definition, return nil for position.
11574 (find-function-do-it): Handle new return value
11575 of find-definition-noselect.
11576 (find-definition-noselect, find-variable-noselect): Doc fix.
11577 (find-function-noselect): Doc fix.
11578
11579 * help-mode.el (help-variable-def): Handle find-variable-noselect
11580 returning no position.
11581 (help-function-def): Likewise for find-function-search-for-symbol.
11582 (help-face-def): Likewise.
11583
11584 * help-fns.el (describe-variable): Handle find-variable-noselect
11585 returning no position.
11586
11587 * files.el (locate-file-completion): Avoid duplicates in result.
11588
11589 * cus-edit.el (custom-no-edit): New command.
11590 (custom-mode-map): Remap to custom-no-edit instead of
11591 using suppress-keymap.
11592
11593 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
11594
11595 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11596 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11597 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
11598
11599 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
11600
11601 2006-07-11 Kim F. Storm <storm@cua.dk>
11602
11603 * ido.el (ido-copy-current-file-name): Use buffer-name if
11604 buffer-file-name is nil.
11605
11606 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
11607
11608 * simple.el (undo-ask-before-discard): Set to nil.
11609
11610 * vc.el (vc-exec-after): Don't delete process manually.
11611 (vc-print-log): Run log-view-mode in process sentinel inside
11612 inhibit-read-only. Don't shrink window due to timing issues.
11613
11614 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
11615 Avoid using with-output-to-temp-buffer, which clobbers local vars.
11616
11617 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11618
11619 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11620 Fix ambiguity introduced by last change.
11621 (compilation-find-file): Move save-excursion to where it may
11622 make sense. Fix a left over `find-file'.
11623
11624 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
11625
11626 * textmodes/texinfmt.el (texinfo-format-separate-node):
11627 Insert a string before point, which fits documentation, not after.
11628 (texinfo-multitable-item): In a multitable row, insert any
11629 additional needed @tabs and spaces.
11630
11631 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
11632
11633 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11634 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11635 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
11636 instead of shell-command.
11637 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
11638 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
11639 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
11640 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
11641 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
11642 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
11643
11644 2006-07-11 Kim F. Storm <storm@cua.dk>
11645
11646 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
11647 Remove special case for seconds < 0. Use (redisplay t) instead.
11648
11649 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
11650
11651 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
11652 avoid compilation error.
11653
11654 * subr.el (sit-for): New function.
11655
11656 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
11657
11658 2006-07-10 Richard Stallman <rms@gnu.org>
11659
11660 * ldefs-boot.el (edebug): Update page.
11661
11662 2006-07-10 Kim F. Storm <storm@cua.dk>
11663
11664 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
11665 to FOR-RELEASE and TODO.
11666
11667 2006-07-10 Romain Francoise <romain@orebokech.com>
11668
11669 * emacs-lisp/authors.el (authors-aliases): Update.
11670
11671 2006-07-10 Alan Mackenzie <acm@muc.de>
11672
11673 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
11674 * cc-mode.el: Changes to eradicate eval-after-load.
11675
11676 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
11677
11678 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
11679 on non-char events.
11680
11681 2006-07-09 Romain Francoise <romain@orebokech.com>
11682
11683 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11684 Don't highlight start/end markers as compilation messages.
11685
11686 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
11687 to t.
11688
11689 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
11690
11691 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
11692
11693 2006-07-08 Richard Stallman <rms@gnu.org>
11694
11695 * term/x-win.el (x-handle-display): Add doc string.
11696
11697 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11698
11699 * subr.el (def-edebug-spec): Move here.
11700 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
11701
11702 * imenu.el (imenu-choose-buffer-index): Doc fix.
11703
11704 2006-07-08 Romain Francoise <romain@orebokech.com>
11705
11706 * term/x-win.el (x-display-name): Fix typo.
11707
11708 2006-07-08 Eli Zaretskii <eliz@gnu.org>
11709
11710 * hexl.el (hexl-find-file): Doc fix.
11711
11712 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11713
11714 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
11715
11716 * term/x-win.el (x-display-name): Doc fix.
11717
11718 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11719
11720 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
11721 long prefixes.
11722 (fill-region-as-paragraph): Don't round up to a whole line.
11723 (fill-comment-paragraph): Don't include the code-before-the-comment
11724 when calling fill-region-as-paragraph.
11725
11726 * international/mule.el (make-char): Remove redundancy.
11727
11728 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
11729 property may contain an anonymous function rather than a symbol.
11730
11731 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
11732
11733 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11734 Use shy regexp. Fix incorrect backref to potentially unmatched group.
11735
11736 * dirtrack.el (dirtrack-default-directory-function): Remove.
11737 (dirtrack-directory-function): Use file-name-as-directory.
11738 (dirtrack-windows-directory-function): Simplify.
11739 (dirtrack-forward-slash, dirtrack-backward-slash)
11740 (dirtrack-replace-slash): Remove.
11741 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
11742 (dirtrack): Fix wrong parenthesizing; use match-string.
11743
11744 * progmodes/octave-inf.el: Remove spurious * in docstrings.
11745 (inferior-octave-mode): Only change the buffer-local value of
11746 comint-dynamic-complete-functions.
11747 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
11748 Move the initialization to the declaration.
11749 (inferior-octave-complete): Remove unused var `filter'.
11750
11751 * shell.el (shell-mode): Only change the buffer-local value of
11752 comint-dynamic-complete-functions.
11753
11754 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
11755
11756 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
11757 entry is skipped because it has been scheduled.
11758 (org-prepare-agenda-buffers): Don't mark buffers as modified when
11759 changing `:org-archived' and `:org-comment' properties.
11760
11761 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
11762
11763 * server.el (server-select-display): Don't make the temp frame
11764 minibuffer-only, in case it's not a temp frame.
11765 (server-process-filter): Don't delete the temp frame if it's the
11766 only one we have on that display.
11767
11768 * files.el (find-alternate-file): Doc fix.
11769
11770 2006-07-05 Richard Stallman <rms@gnu.org>
11771
11772 * files.el (abbreviate-file-name): Add save-match-data.
11773
11774 2006-07-03 Richard Stallman <rms@gnu.org>
11775
11776 * faces.el (read-face-name): Doc fix.
11777
11778 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
11779
11780 * net/goto-addr.el (goto-address): Mark as safe for local evals.
11781
11782 2006-07-05 Andre Spiegel <spiegel@gnu.org>
11783
11784 * vc.el (vc-diff-internal): Fix prev change.
11785
11786 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
11787
11788 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
11789 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
11790
11791 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11792
11793 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
11794 fails if the symbol contains chars like ( or '.
11795 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
11796 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
11797 `short'.
11798
11799 2006-07-04 Kenichi Handa <handa@m17n.org>
11800
11801 * international/mule-cmds.el (set-language-info): If LANG-ENV is
11802 the current one, don't call set-language-environment, but call one
11803 of set-language-environment-XXX to make INFO effective now.
11804 (set-language-environment): Call set-language-environment-XXX
11805 functions instead of doing the various setups directly.
11806 (set-language-environment-coding-systems): Delete argument eol-type.
11807 (set-language-environment-input-method)
11808 (set-language-environment-nonascii-translation)
11809 (set-language-environment-charset)
11810 (set-language-environment-fontset)
11811 (set-language-environment-unibyte): New functions.
11812
11813 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
11814
11815 * locate.el (locate-update-when-revert): New option.
11816 (locate-update-path): New option (suggested by Michael Albinus).
11817 (locate-prompt-for-command): Whitespace change.
11818 (locate-update): No longer offer to update the locate database by
11819 default. Implement the two new options.
11820
11821 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
11822
11823 * tooltip.el: Move comment about track-mouse...
11824
11825 * progmodes/gud.el: ...to here.
11826
11827 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
11828
11829 * facemenu.el (facemenu-listed-faces): New var.
11830 (facemenu-unlisted-faces): Variable deleted.
11831 (facemenu-add-new-face): Use facemenu-listed-faces.
11832
11833 * emulation/viper-init.el, calendar/calendar.el:
11834 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
11835
11836 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
11837
11838 * textmodes/org.el (org-mode): Remove no invalid settings for
11839 calc embedded mode.
11840 (org-mode-p): New defsubst.
11841 (org-save-all-org-buffers): New function.
11842 (org-first-headline-recenter): Enclose outline-regexp in group
11843 delimiters.
11844 (org-set-tags): Keep single space after stars.
11845
11846 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11847
11848 * window.el (set-window-text-height): Only set window-min-height to
11849 1 if that's the requested size.
11850
11851 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
11852 (diff-unified->context, diff-context->unified)
11853 (diff-reverse-direction): Make sure the end marker stays at the end.
11854 (diff-mode): Add the keymap table at the end of docstring.
11855 Use lexical-let rather than constructing a closure manually.
11856
11857 * files.el (find-file-noselect-1): Remove unused var assignment.
11858 (hack-local-variables-confirm): Print lists of strings as lists of
11859 strings rather than lists of symbols.
11860 (abbreviate-file-name, hack-local-variables-prop-line):
11861 Use match-string.
11862 (hack-one-local-variable): Move `make-local-variable' nearer its use.
11863 (recover-session-finish): Use line-end-position.
11864
11865 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
11866
11867 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
11868
11869 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
11870
11871 * progmodes/make-mode.el (makefile-macroassign-regex):
11872 Accept preceding keyword.
11873 (makefile-gmake-statements): Reorganize, now that makepp has
11874 "override" and also handle forgotten "override define".
11875 (makefile-makepp-statements): Add new "global", "override export"
11876 and "override global".
11877
11878 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
11879
11880 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
11881 (ada-compile-mouse-goto-error, ada-deactivate-properties)
11882 (ada-no-auto-case): Fix typos in docstrings.
11883
11884 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
11885
11886 * info.el (Info-find-node-2): Search for makeinfo version more
11887 carefully.
11888
11889 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
11890
11891 * textmodes/org.el (org-prepare-agenda-buffers):
11892 Use `invisible-OK' argument for `org-end-of-subtree'.
11893 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
11894 (org-beginning-of-item): Fix bug in regular expression for white line.
11895 (org-export-as-html): Enforce space after bullet in plain list items.
11896 (org-set-autofill-regexps): Require space after plain list bullet
11897 for paragraph-start.
11898 (org-ts-regexp3): New constant.
11899 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
11900 (org-timestamp-up-day, org-timestamp-down-day)
11901 (org-timestamp-change): Work with inactive timestamps.
11902 (org-ts-regexp1): Don't allow brackets in time stamps.
11903
11904 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
11905
11906 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
11907 for ignoring links.
11908
11909 * faces.el (read-face-name): Use it.
11910
11911 2006-06-28 Juri Linkov <juri@jurta.org>
11912
11913 * buff-menu.el (list-buffers-noselect): Compare Info file
11914 with the string "dir" to detect Info directory.
11915
11916 * complete.el (partial-completion-mode): In lambda for
11917 `choose-completion-string-functions' use full function signature
11918 with 4 args, and move point to the end of the minibuffer only if arg
11919 `mini-p' is non-nil.
11920
11921 2006-06-28 John Paul Wallington <jpw@pobox.com>
11922
11923 * ibuffer.el (ibuffer-mode): Doc fix.
11924
11925 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
11926
11927 * textmodes/org.el (org-context): New contexts :item-bullet,
11928 :latex-fragment, :latex-preview.
11929 (org-overlays-at, org-overlay-start, org-overlay-end):
11930 New compatibility functions.
11931 (org-inside-LaTeX-fragment-p): More accurate matching, using the
11932 exact regexp that will be used during export.
11933 (org-latex-regexps): New variable.
11934 (org-cdlatex-mode): Improve advice for `texmathp'.
11935 (turn-on-org-cdlatex): New function.
11936
11937 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11938
11939 * term/mac-win.el (mac-handle-font-selection): Change keys of
11940 mac-atsu-font-table from strings to numbers.
11941 (mac-ts-caret-position): Use also when cursor-type is nil.
11942 (mac-ts-update-active-input-area): Add Mac OS Classic support.
11943 Relax condition for using overlay strings.
11944 Use mac-ts-caret-position face when cursor-type is nil.
11945
11946 2006-06-26 Kim F. Storm <storm@cua.dk>
11947
11948 * help.el (view-emacs-news): Declare `res' in the right let* form.
11949
11950 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
11951
11952 * net/rcompile.el (remote-compile): Replace ange-ftp based
11953 implementation by Tramp functions.
11954 Suggested by Marc Abramowitz <msabramo@gmail.com>.
11955
11956 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
11957
11958 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
11959
11960 * international/fontset.el (setup-default-fontset): Fix a typo in
11961 the "Oriya-Akruti" registry name.
11962
11963 2006-06-23 Lars Hansen <larsh@soem.dk>
11964
11965 * desktop.el (desktop-full-file-name): New function.
11966 (desktop-kill, desktop-save, desktop-remove, desktop-read)
11967 (desktop-revert): Use it.
11968 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
11969 (desktop-after-read-hook): Add option list-buffers.
11970 (desktop-locals-to-save): Add tab-width.
11971 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
11972 Fix docstring.
11973
11974 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
11975
11976 * textmodes/org.el (org-cdlatex-mode-map)
11977 (org-cdlatex-texmathp-advice-is-done): New variables.
11978 (org-cdlatex-mode): New minor mode.
11979 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
11980 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
11981 (org-export-with-archived-trees): New option.
11982 (org-open-file): Remove the call to `convert-standard-filename'.
11983 (org-archive-tag, org-agenda-skip-archived-trees)
11984 (org-cycle-open-archived-trees)
11985 (org-sparse-tree-open-archived-trees): New options.
11986 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
11987 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
11988 New functions.
11989 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
11990 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
11991 (org-mode-map): Add binding for `org-toggle-archive-tag'.
11992 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
11993 Call `org-prepare-agenda-buffers'.
11994 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
11995 (org-file-apps, org-file-apps-defaults-gnu)
11996 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
11997 Handle remote files by forcing them to be opened in Emacs.
11998
11999 2006-06-23 Andre Spiegel <spiegel@gnu.org>
12000
12001 * vc.el (vc-diff-knows-L): New variable.
12002 (vc-diff-internal): Use it to handle "diff" programs that don't
12003 understand -L. This works automatically, no user action is necessary.
12004
12005 2006-06-23 Daniel Brockman <daniel@brockman.se>
12006
12007 * net/rcirc.el (rcirc-default-user-full-name): Default to
12008 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
12009 longer exists).
12010 (rcirc-process-list): Check `buffer-live-p' before attempting to
12011 switch to a buffer.
12012
12013 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
12014
12015 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
12016 based on rcirc-coding-system-alist.
12017
12018 2006-06-23 Martin Rudalics <rudalics@gmx.at>
12019
12020 * cus-edit.el (customize-apropos): A better error message.
12021 (top level) <debug-ignored-errors>: Extend and update the list of
12022 ignored error messages.
12023
12024 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
12025
12026 * complete.el (PC-do-completion): Retain capitalization of user
12027 input, when possible, even if completion-ignore-case is set.
12028
12029 2006-06-23 Eli Zaretskii <eliz@gnu.org>
12030
12031 * generic-x.el (bat-generic-mode): Support .cmd files.
12032
12033 * dos-w32.el (top level): Use find-file-not-found-functions
12034 instead of the obsolete find-file-not-found-hooks.
12035
12036 2006-06-22 Kim F. Storm <storm@cua.dk>
12037
12038 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
12039 to recognize mode name containing submodes, such as Grep/lw.
12040
12041 2006-06-21 Kim F. Storm <storm@cua.dk>
12042
12043 * simple.el (line-move-1): Check for move-end-of-line instead of
12044 end-of-line when setting temporary-goal-column.
12045
12046 2006-06-21 Miles Bader <miles@gnu.org>
12047
12048 * play/cookie1.el (cookie): Work properly when there's only one entry.
12049
12050 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
12051
12052 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
12053 (gdb-frame-handler): Generalize frame regexp for templates.
12054
12055 2006-06-20 Glenn Morris <rgm@gnu.org>
12056
12057 * calendar/appt.el (appt-display-format): Default value must be
12058 one of the customize options.
12059
12060 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
12061
12062 * term/xterm.el (terminal-init-xterm): Update key availability info.
12063 Bind C-return.
12064
12065 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
12066
12067 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
12068
12069 * files.el (hack-local-variables): Run `hack-local-variables-hook'
12070 whether or not a local variables list is defined.
12071
12072 * msb.el (msb): Move `sit-for' hack here to handle both
12073 "mouse-down and drag" and "mouse-up and select" situations.
12074 (mouse-select-buffer): Move `sit-for' hack to `msb'.
12075
12076 2006-06-20 Kenichi Handa <handa@m17n.org>
12077
12078 * international/characters.el (word-combining-categories):
12079 Add entries for 2-byte Han characters.
12080
12081 2006-06-19 Richard Stallman <rms@gnu.org>
12082
12083 * bindings.el (mode-line-format): Save some mode line space.
12084
12085 * files.el (find-file-noselect): Improve the question wording.
12086 (basic-save-buffer-2): Mask UMASK against 666.
12087
12088 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
12089 (mouse-drag-vertical-line): Call it.
12090
12091 * cus-edit.el (customize-option, customize-option-other-window):
12092 Error if SYMBOL is nil.
12093
12094 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
12095
12096 * textmodes/org.el: Require noutline, also on XEmacs.
12097 (org-end-of-subtree): Return point.
12098 (org-dblock-start-re, org-dblock-end-re): New constants.
12099 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
12100 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
12101 (org-update-all-dblocks, org-find-dblock): New functions.
12102 (org-collect-clock-time-entries): New function.
12103 (org-html-handle-time-stamps): Never export CLOCK timeranges.
12104 (org-fixup-indentation): Modify to deal correctly with lines
12105 starting with TAB. Only one argument DIFF now.
12106 (org-demote, org-promote): Call `org-fixup-indentation' with just
12107 one argument, DIFF.
12108 (org-mode): Don't mark buffer as modified when aligning tables.
12109 (org-clock-sum): Don't mark buffer modified when adding time sum
12110 properties.
12111 (org-export-as-html): Add support for a link validation function.
12112 (org-archive-all-done): New function.
12113 (org-archive-subtree): New prefix argument. When set, archive all
12114 done subtrees in this buffer.
12115 (org-remove-clock-overlays)
12116 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
12117 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
12118 (org-put-clock-overlay): Don't swallow last headline character
12119 when displaying overlay.
12120 (org-store-link): Link to `image-mode' with just the file name.
12121
12122 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
12123
12124 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
12125 Use read-key-sequence.
12126 (viper-after-change-undo-hook): Misc enhancements.
12127 (viper-after-change-undo-hook): New hook.
12128 (viper-undo): Use viper-after-change-undo-hook.
12129 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
12130 (viper-next-line-at-bol): If point is on a widget or a button, simulate
12131 clicking on that widget/button.
12132
12133 * emulation/viper.el (viper-mode): Allow a separate cursor color
12134 in Emacs state.
12135
12136 * ediff-diff.el (ediff-test-patch-utility): Catch errors.
12137 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
12138 (ediff-set-actual-diff-options): New function.
12139 (ediff-reset-diff-options, ediff-toggle-ignore-case):
12140 Use ediff-set-actual-diff-options.
12141 (ediff-extract-diffs): Catch errors.
12142 (ediff-whitespace): Add non-breakable space.
12143 (ediff-same-file-contents): Catch errors.
12144
12145 * ediff-mult.el (ediff-collect-custom-diffs):
12146 Save coding-system-for-read.
12147
12148 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
12149 (ediff-vc-internal, ediff-vc-merge-internal):
12150 Use ediff-delete-version-file.
12151 (ediff-delete-version-file): New function.
12152
12153 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
12154
12155 * ediff.el (ediff-directories, ediff-directory-revisions)
12156 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
12157 (ediff-directories-internal, ediff-merge-directory-revisions)
12158 (ediff-merge-directory-revisions-with-ancestor)
12159 (ediff-directories3): Use read-directory-name.
12160
12161 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
12162
12163 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
12164 Remove superfluous part of regexp for brace matching which is handled
12165 by `scan-lists' call.
12166
12167 2006-06-16 Richard Stallman <rms@gnu.org>
12168
12169 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
12170
12171 * files.el (basic-save-buffer-2): For a new precious file,
12172 use the default modes in the return value.
12173
12174 * facemenu.el (facemenu-color-alist): Doc fix.
12175
12176 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
12177
12178 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12179
12180 * cus-start.el (all): Add mac-ts-script-language-on-focus.
12181
12182 * term/mac-win.el (mac-text-encoding-ascii): New constant.
12183 (mac-utxt-to-string): Use it.
12184 (mac-ts-update-active-input-area): Use mac-ae-number.
12185
12186 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
12187
12188 * term.el (term-handle-scroll, term-delete-lines)
12189 (term-insert-lines): Fix off by one errors.
12190
12191 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
12192
12193 * net/tramp.el (tramp-touch): Use UTC to express time.
12194
12195 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
12196
12197 * mail/sendmail.el (mail-send): Search explicitly for
12198 mail-header-separator when checking for corrupted header lines.
12199
12200 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
12201
12202 * progmodes/gdb-ui.el (gdb-same-frame): New option.
12203 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
12204 (gdb-init-1): Initialise them.
12205 (gdb-starting): Reset gdb-printing
12206 (gdb-starting): Save value of gud-overlay-arrow-position.
12207 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
12208 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
12209 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
12210 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
12211
12212 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12213
12214 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
12215
12216 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
12217
12218 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
12219 (ldap-search-internal): Keep error messages, and a regexp fix.
12220
12221 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
12222
12223 * files.el (hack-local-variables-confirm):
12224 Display string value using its printed representation.
12225
12226 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
12227
12228 * server.el (server-edit): No-op if no server buffers exist.
12229
12230 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
12231
12232 * textmodes/page-ext.el (pages-directory-for-addresses):
12233 Including `pages-directory-address-mode' in the function results
12234 in the message "Buffer in which pages were found is deleted".
12235
12236 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
12237
12238 * textmodes/org.el (org-agenda-mode-map): Add bindings for
12239 clocking functions.
12240
12241 (org-agenda-clock-in, org-check-running-clock)
12242 (org-clock-out-if-current, org-remove-clock-overlays)
12243 (org-put-clock-overlay): New functions.
12244 (org-clock-marker, org-clock-file-total-minutes)
12245 (org-clock-overlays): New variables.
12246 (org-clock-display, org-clock-sum, org-clock-cancel)
12247 (org-clock-out, org-clock-in): New commands.
12248 (org-export): New function.
12249 (org-emph-re): New constant.
12250 (org-set-emph-re, org-do-emphasis-faces): New functions.
12251 (org-emphasis-regexp-components, org-emphasis-alist): New options.
12252 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
12253 (org-export-html-convert-emphasize): Use the configurable emphasis.
12254 (org-cleaned-string-for-export): Make multiline emphasis visible
12255 to the exporter. New optional argument PARAMETERS.
12256 (org-export-as-html): Specify :emph-multiline parameter to
12257 `org-cleaned-string-for-export'.
12258
12259 2006-06-10 Richard Stallman <rms@gnu.org>
12260
12261 * help.el (help-for-help-internal): Clean up help text.
12262
12263 2006-06-10 Andreas Schwab <schwab@suse.de>
12264
12265 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
12266 in doc string.
12267
12268 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
12269
12270 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
12271
12272 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
12273 spaces after the comment start.
12274
12275 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12276
12277 * play/pong.el (pong-init-buffer):
12278 Fill buffer with spaces instead of ^A.
12279
12280 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
12281 launched asynchronously, delete its process instead of being cool.
12282 (ispell-async-processp): Check for `delete-process' existence
12283 instead of `kill-process' one for consistency.
12284
12285 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
12286
12287 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
12288 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
12289 in mode line at startup.
12290
12291 2006-06-08 Kim F. Storm <storm@cua.dk>
12292
12293 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
12294 (ido-init-completion-maps): Bind them to M-SPC and M-v.
12295 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
12296 (ido-file-internal): Pass full file name to write-file.
12297 (ido-read-internal): Only pop stack elements automatically if they
12298 actually match an existing directory or file name.
12299
12300 2006-06-07 Kenichi Handa <handa@m17n.org>
12301
12302 * international/mule.el (find-auto-coding): Don't handle the short
12303 name `char-trans'.
12304
12305 * files.el (hack-local-variables-prop-line)
12306 (hack-local-variables): Cancel the previous change.
12307
12308 2006-06-06 Jesper Harder <harder@phys.au.dk>
12309
12310 * ediff-diff.el (ediff-test-utility): Protect against file-error.
12311
12312 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
12313
12314 * diff-mode.el (diff-mode): Set buffer-read-only to t when
12315 diff-default-read-only is non-nil.
12316 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
12317 (diff-refine-hunk): Set inhibit-read-only to t.
12318
12319 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
12320 modifying the *Diff* buffer.
12321 (diff-process-filter): New filter function for diff process that
12322 sets inhibit-read-only to t when modifying the *Diff* buffer.
12323
12324 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
12325
12326 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
12327 insertion point and control the number of empty lines.
12328 (org-paste-subtree): Limit the number of empty lines at the end of
12329 the inserted tree.
12330 (org-agenda): Use buffer name of current file for narrowing.
12331 (org-export-as-xml): Command removed.
12332 (org-export-xml-type): Option removed.
12333 (org-mode-map): Call `org-export-as-xoxo' directly.
12334 (org-get-indentation): New optional argument LINE.
12335 (org-fix-indentation, org-remove-tabs): New functions.
12336 (org-export-as-ascii, org-ascii-level-start): Determine and apply
12337 correct indentation for headlines that are converted it items.
12338 (org-skip-comments): Remove table lines that contain narrowing
12339 cookies but no other non-empty fields.
12340 (org-set-tags): Allow groups of mutually exclusive tags.
12341 (org-cmp-time): Sort 24:21 before items without time.
12342 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
12343 (org-open-at-point): Require double colon also for numbers.
12344
12345 2006-06-06 Kim F. Storm <storm@cua.dk>
12346
12347 * ido.el (ido-default-file-method, ido-default-buffer-method):
12348 Make choice values consistent with corresponding command names.
12349 (ido-visit-buffer): Update accordingly. Default to selected-window.
12350
12351 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
12352
12353 * progmodes/gud.el (gud-running): Fix doc string.
12354 (gud-menu-map): Use :visible instead fo :enable for debugger test.
12355 (gud-tooltip-modes): Add python-mode.
12356 (gud-tooltip-print-command): Add pdb. Remove perldb.
12357
12358 2006-06-05 Eli Zaretskii <eliz@gnu.org>
12359
12360 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
12361 Quote $(EMACS).
12362
12363 2006-06-05 Richard Stallman <rms@gnu.org>
12364
12365 * faces.el (defined-colors): Doc fix.
12366
12367 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
12368
12369 * vc.el (vc-process-filter): Inhibit undo info collection around
12370 call to insert.
12371 (vc-setup-buffer): Likewise for call to erase-buffer.
12372 (vc-do-command): Likewise for call to process-file.
12373
12374 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
12375
12376 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
12377 for gud-go.
12378 (gud-common-init): Other debuggers may trigger error.
12379
12380 2006-06-05 Kenichi Handa <handa@m17n.org>
12381
12382 * international/mule.el (find-auto-coding):
12383 Handle enable-character-translation in file header.
12384
12385 2006-06-04 Kim F. Storm <storm@cua.dk>
12386
12387 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
12388 (authors-fixed-entries): Fix spelling.
12389 (authors-canonical-file-name): Don't report error for wildcards.
12390
12391 * help.el (view-emacs-news): Rewrite to support new NEWS,
12392 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
12393 e.g. version 10 matches 1.10, and don't be confused by version 1.1
12394 being a prefix of 1.12 (etc). A numeric prefix arg also works.
12395
12396 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
12397
12398 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
12399 exec constructs like `foo bar`.
12400 (sh-quoted-subshell): New helper function to search for a possibly
12401 nested subshell (like `` or $()) within a "" quoted string.
12402 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
12403 (sh-apply-quoted-subshell): Flag quote characters inside a
12404 subshell, which is itself already in a quoted region, as
12405 punctuation, since this is the closest to what they actually are.
12406 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
12407 sh-apply-quoted-subshell.
12408 (sh-font-lock-syntactic-face-function): Apply the new face for
12409 text inside `` instead of the old font-lock-string-face.
12410
12411 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12412
12413 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
12414 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
12415 (mac-bytes-to-text-range, mac-ae-text-range-array)
12416 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
12417 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
12418 (mac-ts-unicode-for-key-event): New functions.
12419 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
12420 (mac-handle-font-selection): Use mac-ae-number.
12421 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
12422 New variables.
12423 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
12424 (mac-ts-converted-text, mac-ts-selected-converted-text)
12425 (mac-ts-block-fill-text, mac-ts-outline-text)
12426 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
12427 (mac-ts-hilite-style-faces): New constant.
12428 (mac-apple-event-map): Bind text input events.
12429 (mac-dispatch-apple-event): Use command-execute instead of
12430 call-interactively.
12431 (global-map): Don't bind mac-apple-event.
12432 (special-event-map): Bind mac-apple-event.
12433
12434 2006-06-02 Eli Zaretskii <eliz@gnu.org>
12435
12436 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
12437 file name.
12438 (emacs): Enclose the value of $(EMACS) in quotes.
12439
12440 2006-06-02 Juri Linkov <juri@jurta.org>
12441
12442 * international/mule.el (sgml-html-meta-auto-coding-function):
12443 Remove the condition `(search-forward "<html" size t)'.
12444 Replace `\"' with `[\"']?' in `re-search-forward'.
12445
12446 2006-06-02 Kenichi Handa <handa@m17n.org>
12447
12448 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
12449 as well as `coding'.
12450 (hack-local-variables): Likewise.
12451
12452 * international/mule.el (enable-character-translation):
12453 Put permanent-local and safe-local-variable properties.
12454 (find-auto-coding): Handle char-trans: tag.
12455
12456 2006-06-02 Juri Linkov <juri@jurta.org>
12457
12458 * international/mule.el (sgml-html-meta-auto-coding-function):
12459 Limit the search by the end of the HTML header (if any).
12460
12461 2006-06-01 Richard Stallman <rms@gnu.org>
12462
12463 * subr.el (with-current-buffer): Doc fix.
12464
12465 2006-06-02 Masatake YAMATO <jet@gyve.org>
12466
12467 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
12468 Almost rewrite. Underlines over all lines of gcov output are too
12469 uncomfortable to read. Suggested by Dan Nicolaescu.
12470
12471 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
12472
12473 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
12474
12475 * shell.el (shell-mode): Use shell-mode-map in docstring.
12476
12477 * comint.el (comint-send-input): Do not add help-echo and
12478 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
12479
12480 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12481
12482 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
12483
12484 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
12485
12486 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
12487 (gdb-stopped, gdb-info-stack-custom): If there is no source info
12488 look up the stack and pop up GUD buffer if necessary.
12489 (gdb-frames-select): Remove redundant call to gud-display-frame.
12490 (gdb-info-threads-custom): Keep point at start of buffer.
12491 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
12492
12493 2006-05-31 Juri Linkov <juri@jurta.org>
12494
12495 * replace.el (query-replace-read-from, query-replace-read-to):
12496 Bind `history-add-new-input' to nil. Call `add-to-history'.
12497
12498 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
12499
12500 * textmodes/table.el: Convert all HTML tags to lower case for
12501 XHTML compatibility.
12502
12503 2006-05-31 Masatake YAMATO <jet@gyve.org>
12504
12505 * progmodes/compile.el:
12506 (compilation-error-regexp-alist-alist::gcov-called-line):
12507 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
12508
12509 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
12510
12511 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
12512 Revert inadvertent changes made with last commit.
12513
12514 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
12515
12516 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
12517 New functions.
12518
12519 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
12520
12521 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
12522
12523 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
12524 only matches in the right place.
12525 (org-upcoming-deadline): New face.
12526 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
12527 (org-export-ascii-underline): Rename constant `org-ascii-underline'
12528 and make it an option.
12529 (org-export-ascii-bullets): New option.
12530 (org-export-as-html): Many changes to emit valid XHTML.
12531 (org-par-open): New variable.
12532 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
12533 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
12534 (org-timeline): Pass `org-timeline-show-empty-dates' to
12535 `org-get-all-dates'. Interpret empty dates returned by
12536 `org-get-all-dates'.
12537 (org-get-all-dates): New argument EMPTY. Add dates without
12538 entries to the list, mark large ranges of empty dates.
12539 (org-point-in-group, org-context): New functions.
12540
12541 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
12542
12543 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
12544
12545 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
12546 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
12547 to C-mouse-3 (for 2 button mice).
12548 (gdb-send): Do the right thing for C-d.
12549
12550 * speedbar.el (speedbar-detach): Delete.
12551 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
12552 it breaks things.
12553 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
12554
12555 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
12556
12557 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
12558 Makeppfile.
12559
12560 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12561 Add makepp diagnostic.
12562
12563 2006-05-29 Richard Stallman <rms@gnu.org>
12564
12565 * window.el (fit-window-to-buffer): Doc fix.
12566
12567 * help.el (temp-buffer-max-height): Doc fix.
12568
12569 * subr.el (with-current-buffer): Doc fix.
12570
12571 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12572
12573 * term/x-win.el: Bind F10 to menu-bar-start if available.
12574
12575 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
12576
12577 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
12578 uses with a simple test.
12579 (term-set-escape-char, term-mode, term-check-kill-echo-list)
12580 (term-send-raw-string, term-send-raw, term-mouse-paste)
12581 (term-char-mode, term-line-mode, term-exec, term-sentinel)
12582 (term-handle-exit, term-read-input-ring)
12583 (term-previous-matching-input-string)
12584 (term-previous-matching-input-string-position)
12585 (term-previous-matching-input-from-input)
12586 (term-replace-by-expanded-history, term-send-input)
12587 (term-skip-prompt, term-bol, term-send-invisible)
12588 (term-kill-input, term-delchar-or-maybe-eof)
12589 (term-backward-matching-input, term-check-source)
12590 (term-proc-query, term-emulate-terminal)
12591 (term-handle-colors-array, term-process-pager, term-pager-line)
12592 (term-pager-bob, term-unwrap-line, term-word)
12593 (term-dynamic-complete-filename)
12594 (term-dynamic-complete-as-filename)
12595 (term-dynamic-simple-complete): Replace one arm ifs with whens or
12596 unlesses.
12597
12598 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12599
12600 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
12601 during bootstrapping.
12602
12603 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
12604 Basically undo the change of 2006-05-26: use extra arguments instead of
12605 dynamic scoping.
12606 (ewoc-locate): Remove unused var `footer'.
12607
12608 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12609
12610 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
12611
12612 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
12613 (generate-file-autoloads): Obey it. Return whether autoloads were
12614 added at point or not.
12615 (update-file-autoloads): Use this new return value.
12616 Remove redundant test for the presence of an autoload cookie.
12617
12618 * emacs-lisp/autoload.el (autoload-find-file): New fun.
12619 This one calls hack-local-variables.
12620 (generate-file-autoloads, update-file-autoloads): Use it.
12621
12622 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
12623 (bibtex-sort-entry-class): Add safe-local-variable predicate.
12624 (bibtex-sort-entry-class-alist): Don't set the global value.
12625 (bibtex-init-sort-entry-class-alist): New fun.
12626 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
12627 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
12628 of bibtex-init-sort-entry-class.
12629
12630 2006-05-28 Richard Stallman <rms@gnu.org>
12631
12632 * subr.el (load-history-regexp): If FILE is relative, insist
12633 entire last name component must match it.
12634 (load-history-filename-element, load-history-regexp): Doc fixes.
12635
12636 2006-05-29 Kim F. Storm <storm@cua.dk>
12637
12638 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
12639 `pos' and `raw-data' for clarity, as eval forms may access these.
12640
12641 2006-05-28 Kim F. Storm <storm@cua.dk>
12642
12643 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
12644
12645 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12646
12647 * progmodes/make-mode.el (makefile-browser-map)
12648 (makefile-mode-syntax-table): Move initialization inside declaration.
12649 (makefile-fill-paragraph): Use the default comment-filling code.
12650
12651 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
12652
12653 * replace.el (query-replace-defaults): New variable.
12654 (query-replace-read-from): Use `query-replace-defaults' for
12655 default value, instead of history list.
12656 (query-replace-read-to): Update `query-replace-defaults'.
12657
12658 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
12659
12660 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
12661 with no X toolkit.
12662
12663 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
12664
12665 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
12666 (tumme-show-all-from-dir): Add autoload.
12667
12668 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
12669
12670 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
12671 (tumme-remove-tag): Fix bug.
12672
12673 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
12674
12675 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
12676 FOOTER args. Update unique caller.
12677 (ewoc-delete): Compute last node once before looping.
12678 (ewoc--node-branch): Merge into unique caller.
12679 (ewoc--node): Don't define constructor make-ewoc--node for this
12680 structure.
12681 (ewoc): Add member `hf-pp' to this structure.
12682 (ewoc--wrap): New func.
12683 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
12684 header/footer pretty-printers. Save header/footer pretty-printer.
12685 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
12686
12687 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
12688
12689 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
12690
12691 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
12692 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
12693 Tag'. Change "Compare directories..." to "Change Directories...".
12694 Move tumme commands to Operate, Regexp and Immediate menus.
12695 Change "Add Comment" to "Add Image Comment". Change "Add Image
12696 Tag" to "Add Image Tags".
12697
12698 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
12699 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
12700 `tumme-delete-tag'.
12701
12702 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
12703
12704 * shell.el (shell-mode): Call shell-dirtrack-mode after
12705 list-buffers-directory is made a local variable, to avoid setting
12706 the default value.
12707
12708 2006-05-26 Kevin Ryde <user42@zip.com.au>
12709
12710 * info.el (Info-index-next): Use where-is-internal to report
12711 actual binding of Info-index-next, rather than hard-coded `,'.
12712
12713 2006-05-26 Eli Zaretskii <eliz@gnu.org>
12714
12715 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
12716 and "Find Command in Manual" to here.
12717
12718 * buff-menu.el (list-buffers-noselect): For Info buffers, use
12719 Info-current-file as the file name.
12720
12721 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
12722
12723 * ses.el (defadvice undo-more): Delete this defadvice. The undo
12724 overrides will now be done a different way.
12725 (ses-set-parameter): Reapply this function for undo.
12726 (ses-set-header-row): Reconstruct header row during undo.
12727 (ses-widen): New function.
12728 (ses-goto-data, ses-reconstruct-all): Use new function.
12729 (ses-command-hook): Widen buffer during undo, before unupdating
12730 the cells.
12731 (ses-insert-row, ses-delete-row): Widen buffer during undo.
12732 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
12733 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
12734 formula hasn't been executed yet.
12735
12736 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12737
12738 * comint.el (comint-kill-whole-line): Rename arg to count.
12739 Fix doc string.
12740
12741 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
12742
12743 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
12744 to copy-file.
12745
12746 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12747
12748 * simple.el (toggle-truncate-lines): Make arg optional for
12749 backward compatibility.
12750
12751 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
12752
12753 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
12754 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
12755 DLL arg. Instead, use ewoc--current-dll. Update all callers.
12756 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
12757 (ewoc--adjust): Use ewoc--current-dll.
12758 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
12759
12760 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
12761
12762 * textmodes/org.el (org-next-item, org-previous-item): Emit more
12763 compact error message.
12764 (org-tags-view): Refresh category table in each file.
12765 (org-table-justify-field-maybe): Remove superfluous arguments to
12766 `format'.
12767 (org-export-as-html): Insert "<p>" before postamble.
12768 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
12769
12770 2006-05-26 Kenichi Handa <handa@m17n.org>
12771
12772 * textmodes/po.el (po-find-charset): Pay attention to the case
12773 FILENAME is a cons (NAME . BUFFER).
12774 (po-find-file-coding-system-guts): Likewise.
12775
12776 * arc-mode.el (archive-set-buffer-as-visiting-file):
12777 Call find-operation-coding-system with (FILENAME . BUFFER).
12778
12779 * tar-mode.el (tar-extract): Call find-operation-coding-system
12780 with (FILENAME . BUFFER).
12781
12782 * international/mule.el (decode-coding-inserted-region):
12783 Call find-operation-coding-system with (FILENAME . BUFFER).
12784
12785 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
12786
12787 * image-mode.el (image-toggle-display): Use buffer contents to
12788 generate image for a remote file.
12789
12790 2006-05-25 Juri Linkov <juri@jurta.org>
12791
12792 * replace.el (query-replace-read-from, query-replace-read-to):
12793 Remove 8th arg KEEP-ALL in read-from-minibuffer.
12794
12795 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
12796
12797 * whitespace.el (whitespace-cleanup): Change to cleanup
12798 region if one is active.
12799 * whitespace.el (whitespace-cleanup-internal): New internal method.
12800
12801 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12802
12803 * dired.el (dired-mode-map): Add help-echo strings to tumme
12804 commands. Bind `tumme-dired-display-image' to C-t i.
12805
12806 * tumme.el (tumme-display-image): Change documentation string slightly.
12807 (tumme-dired-display-image): Add call to `display-buffer'.
12808
12809 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
12810
12811 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
12812 Signal error if RAW-DATA is a multibyte string.
12813
12814 2006-05-24 Richard Stallman <rms@gnu.org>
12815
12816 * subr.el (with-local-quit): When handling `quit' signal,
12817 make a chance for quit-flag to cause a quit.
12818
12819 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
12820 (ad-disable-advice): Add autoloads.
12821
12822 * subr.el (read-passwd): Copy PROMPT before changing its properties.
12823
12824 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12825
12826 * dired.el (dired-mode-map): Change menu items for tumme as per
12827 suggestions in emacs-devel.
12828
12829 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
12830
12831 * dired.el (dired-mode-map): Fix breakage.
12832
12833 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12834
12835 * tumme.el (tumme-display-dired-image): Rename to...
12836 (tumme-dired-display-image): ...this.
12837 (tumme-track-movement): Change default value to t.
12838 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
12839 used from `tumme-next-line-and-display' and similar commands.
12840
12841 * dired.el (dired-mode-map): Add Thumbnail submenu under the
12842 Immediate menu. Add some tumme commands there.
12843
12844 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
12845
12846 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
12847
12848 2006-05-24 Chong Yidong <cyd@mit.edu>
12849
12850 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
12851 menu entries that open submenus.
12852
12853 2006-05-24 Alan Mackenzie <acm@muc.de>
12854
12855 * startup.el (command-line): For names of preloaded files, don't
12856 append ".elc" (now done in Fload), and call file-truename on the
12857 lisp directory.
12858
12859 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
12860 match ANY loaded file with the right name, not just those in
12861 load-path. Put a regexp matching the file name into
12862 after-load-alist, rather than the name itself.
12863
12864 * subr.el (load-history-regexp, load-history-filename-element)
12865 (do-after-load-evaluation): New functions.
12866
12867 * international/mule.el (load-with-code-conversion): Do the
12868 eval-after-load stuff by calling do-after-load-evaluation.
12869
12870 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
12871
12872 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
12873 has not been killed.
12874
12875 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12876
12877 * term/mac-win.el: Set idle timer to clean up expired Apple events.
12878 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
12879 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
12880 Optionally set error message in reply.
12881
12882 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
12883
12884 * textmodes/org.el (org-open-at-point): Use renamed variable
12885 `org-confirm-shell-link-function'.
12886 (org-confirm-shell-link-function): Rename from
12887 `org-confirm-shell-links'.
12888 (org-export-directory): New function.
12889 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
12890 (org-export-icalendar): Use `org-export-directory'.
12891 (org-indent-item): Keep cursor position.
12892 (org-link-file-path-type): New option.
12893 (org-export-as-html): Fix bug with plain lists starting in
12894 column 0.
12895 (org-export-as-html): Remove deadline formatting, this happens
12896 now already in `org-html-handle-time-stamps'.
12897 (org-export-html-style): Deadline class removed.
12898 (org-insert-labeled-timestamps-at-point): New option.
12899 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
12900 of `hide-sublevels 1', in case the first headline is not level 1.
12901 (org-overview, org-content): New fuction.
12902 (org-cycle-global-status, org-cycle-subtree-status): Make these
12903 variables buffer-local.
12904 (org-global-cycle): New command.
12905 (org-shifttab): Use `org-global-cycle'.
12906 (org-insert-heading, org-insert-item): Go to end of new
12907 headline/item after creating it.
12908 (org-export-visible): Rename from `org-export-copy-visible'.
12909 Now creates a temporary org-file and applies an exporting command
12910 to it.
12911 (org-table-eval-formula): Support for lisp forms.
12912 (org-agenda-todo-ignore-scheduled): New option.
12913 (org-agenda-get-todos): Use new option
12914 `org-agenda-todo-ignore-scheduled'.
12915 (org-export-html-inline-images): New value `maybe'.
12916 (org-export-as-html): Inlining of images dependent on link description.
12917 (org-archive-subtree): Check for end-of-buffer before trying
12918 `kill-line'.
12919 (org-agenda-follow-mode): New option.
12920 (org-export-with-tags, org-export-with-timestamps): New options.
12921 (org-html-handle-time-stamps): New function.
12922 (org-keyword-time-regexp): New variable.
12923 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
12924 (org-agenda-todo-list-sublevels): New option.
12925 (org-html-level-start): When TITLE is nil, just close all levels.
12926 (org-parse-key-lines, org-parse-export-options): Remove functions,
12927 replaced by `org-infile-export-plist'.
12928 (org-combine-plists, org-infile-export-plist)
12929 (org-default-export-plist): New functions.
12930 (org-export-html-preamble, org-export-html-postamble)
12931 (org-export-html-auto-preamble, org-export-html-auto-postamble):
12932 New variables.
12933 (org-export-publishing-directory): New option.
12934 (org-export-as-html, org-export-as-ascii): Use the new property
12935 lists for settings.
12936 (org-export-copy-visible, org-export-as-xoxo):
12937 Respect `org-export-publishing-directory'.
12938 (org-link-search, org-store-link, org-file-apps): Support for
12939 links to BibTeX database entries..
12940 (org-get-current-options, org-set-regexps-and-options):
12941 Implement logging as a startup option.
12942 (org-store-link): Make sure context string is never empty
12943 (org-insert-link): Use relative path when possible.
12944 (org-at-item-checklet-p): New function.
12945 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
12946 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
12947 (org-metaright, org-metaup, org-metadown, org-shiftup)
12948 (org-shiftdown, org-shiftright, org-shiftleft)
12949 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
12950 Dispatch using `call-interactively'.
12951 (org-call-with-arg): New defsubst.
12952 (org-tag-alist, org-use-fast-tag-selection): New options.
12953 (org-complete): Use `org-tag-alist'.
12954 (org-fast-tag-insert, org-fast-tag-selection): New functions.
12955 (org-next-item, org-previous-item): New commands.
12956 (org-beginning-of-item, org-end-of-item): Add (interactive) to
12957 make command.
12958 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
12959
12960 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
12961
12962 * emacs-lisp/ewoc.el (ewoc-delete): New function.
12963 (ewoc-filter): Use `ewoc-delete'.
12964
12965 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
12966
12967 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
12968
12969 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
12970 Signal more user-friendly error messages.
12971
12972 * complete.el (PC-do-completion): Undo the addition of implicit
12973 wildcards if they did not lead to finding any match.
12974 (read-file-name-internal): Don't add the final > if the completion is
12975 not finished.
12976
12977 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
12978
12979 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
12980 Quote safe-local-variable predicate.
12981
12982 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
12983
12984 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
12985
12986 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12987
12988 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
12989
12990 * progmodes/make-mode.el (makefile-special-targets-list)
12991 (makefile-macro-table, makefile-target-table): Mark as risky.
12992 (makefile-query-one-target-method): Make this the alias for the
12993 following variable.
12994 (makefile-query-one-target-method-function): Make this the real name.
12995
12996 * textmodes/artist.el (artist-text-renderer): Make this the alias
12997 for the following variable.
12998 (artist-text-renderer-function): Make this the real name.
12999
13000 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
13001 the alias for the following variable.
13002 (flyspell-generic-check-word-predicate): Make this the real name.
13003
13004 * textmodes/ispell.el (ispell-format-word): Make this the alias
13005 for the following variable.
13006 (ispell-format-word-function): Make this the real name.
13007 (ispell-message-text-end): Mark as risky.
13008
13009 * skeleton.el (skeleton-transformation, skeleton-filter)
13010 (skeleton-pair-filter): Make these the aliases for the following
13011 variables.
13012 (skeleton-transformation-function, skeleton-filter-function)
13013 (skeleton-pair-filter-function): Make these the real names.
13014
13015 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
13016 and skeleton-pair-filter-function.
13017
13018 * textmodes/sgml-mode.el (sgml-transformation): Make this the
13019 alias for the following variable.
13020 (sgml-transformation-function): Make this the real name.
13021 (sgml-tag-alist): Mark as risky.
13022
13023 2006-05-21 Richard Stallman <rms@gnu.org>
13024
13025 * simple.el (kill-region): Interactively, pass point, then mark.
13026
13027 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
13028
13029 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
13030
13031 2006-05-21 Romain Francoise <romain@orebokech.com>
13032
13033 * dired-x.el (dired-mode-map): Don't bind M-g.
13034
13035 2006-05-20 Richard Stallman <rms@gnu.org>
13036
13037 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
13038 (dired-goto-file): Doc fix.
13039
13040 2006-05-21 Kim F. Storm <storm@cua.dk>
13041
13042 * emulation/cua-base.el: Mention customizing cua-mode as alternative
13043 way to enable built-in cua-mode if user loads older CUA-mode package.
13044
13045 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
13046 if default-filename is specified.
13047
13048 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13049
13050 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
13051
13052 * info.el (info-apropos): Make sure current-file and current-node
13053 have non-nil values. Speed up by using add-to-list instead of
13054 manual consing.
13055
13056 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13057
13058 * progmodes/make-mode.el (makefile-mode): Doc fix.
13059
13060 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13061
13062 * dired-aux.el (dired-do-shell-command): Doc fix.
13063
13064 2006-05-20 Kevin Ryde <user42@zip.com.au>
13065
13066 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
13067 ``(custom-manual :tag "Foo" "(foo)Node")''.
13068
13069 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
13070
13071 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
13072 value is an integer.
13073
13074 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13075
13076 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
13077 "format".
13078 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
13079
13080 2006-05-20 Martin Rudalics <rudalics@gmx.at>
13081
13082 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
13083 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
13084
13085 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13086
13087 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
13088 regexp for keywords.
13089
13090 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
13091
13092 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
13093 replace-regexp-in-string.
13094
13095 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
13096 encode, and escape file name on conversion to URL.
13097
13098 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13099
13100 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
13101 Don't unescape URL.
13102 (dnd-get-local-file-name): Unescape URL on conversion to file name.
13103
13104 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
13105 on conversion to URLs.
13106
13107 * net/browse-url.el (browse-url-file-url): Encode file name on
13108 conversion to URL.
13109
13110 * term/mac-win.el (mac-ae-open-documents): Escape file name on
13111 conversion to URL.
13112
13113 2006-05-19 Eli Zaretskii <eliz@gnu.org>
13114
13115 * progmodes/cc-styles.el (c-style-alist): Doc fix.
13116
13117 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13118
13119 * term/mac-win.el (mac-bytes-to-digits): Remove function.
13120 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
13121
13122 2006-05-19 Glenn Morris <rgm@gnu.org>
13123
13124 * calendar/diary-lib.el (diary-bahai-date)
13125 (list-bahai-diary-entries, mark-bahai-diary-entries)
13126 (mark-bahai-calendar-date-pattern): Not interactive.
13127 (add-to-diary-list): New optional arg LITERAL. Doc fix.
13128 (diary-entries-list): Change format of 4th element in each entry.
13129 (diary-list-entries): Use add-to-diary-list.
13130 (diary-goto-entry): Handle the case where the buffer visiting the
13131 diary has been killed.
13132 (fancy-diary-display): Add 'locator to button rather than 'marker.
13133 Only generate temp-face when there are marks to apply.
13134 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
13135 (diary-fancy-date-pattern): New variable.
13136 (diary-time-regexp): Doc fix.
13137 (diary-anniversary, diary-time): New faces.
13138 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
13139 diary-time-regexp. Add font-lock-multiline property where needed.
13140 Use new faces diary-anniversary and diary-time.
13141 (diary-fancy-font-lock-fontify-region-function): New function, to
13142 handle multiline font-lock pattern in fancy diary.
13143 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
13144 (diary-font-lock-keywords): Tweak time regexp. Use new face
13145 diary-time.
13146
13147 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
13148
13149 * international/code-pages.el (mik): Table corrected.
13150
13151 2006-05-18 Kim F. Storm <storm@cua.dk>
13152
13153 * progmodes/grep.el (grep-find): Don't check grep-find-command
13154 before running command (breaks non-interactive usage).
13155
13156 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
13157
13158 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
13159 (ewoc--insert-new-node): Don't insert trailing newline.
13160 Instead, adjust successor nodes's start markers.
13161 (ewoc--refresh-node): Delete all text from current node's start
13162 marker to the next one's; adjust successor nodes's start markers.
13163 (ewoc--create): Doc fixes.
13164 (ewoc--refresh): Don't insert newline.
13165 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
13166 * pcvs.el (cvs-make-cvs-buffer):
13167 Specify extra newline for ewoc's header and footer.
13168 (cvs-update-header): Update initial header recognition.
13169 Append newline to final header and footer values.
13170 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
13171
13172 2006-05-17 Richard Stallman <rms@gnu.org>
13173
13174 * files.el (file-name-extension): Doc fix.
13175
13176 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13177
13178 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
13179 we can explicitly enable/disable rather than toggle.
13180 (shell-mode): Use it.
13181 (shell-cd): Don't try to reproduce what `cd' does.
13182
13183 2006-05-17 Kim F. Storm <storm@cua.dk>
13184
13185 * ido.el (ido-read-internal): Use only nondirectory part of
13186 default item.
13187
13188 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
13189
13190 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
13191 (ewoc-nth): Doc fix.
13192
13193 (ewoc-map, ewoc-invalidate): Compute PP before looping.
13194
13195 2006-05-16 Eli Zaretskii <eliz@gnu.org>
13196
13197 * international/mule.el (auto-coding-alist): Add .lha to files
13198 read with no-conversion.
13199
13200 * files.el (auto-mode-alist): Add .lha files to archive file
13201 extensions.
13202
13203 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
13204 Convert csize to integer when computing offsets within the
13205 compressed archive file.
13206
13207 2006-05-16 Kim F. Storm <storm@cua.dk>
13208
13209 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
13210 with read-from-minibuffer.
13211
13212 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
13213
13214 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
13215 (byte-compile-warnings): Fix safe-local-variable property.
13216
13217 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
13218
13219 * allout.el (allout-show-bodies, allout-old-style-prefixes)
13220 (allout-stylish-prefixes, allout-numbered-bullet)
13221 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
13222 predicates to qualify `safe-local-variable' property, when
13223 available, else use equivalent lambda.
13224 (allout-current-topic-collapsed-p): Do the right thing regarding
13225 trailing blank lines.
13226
13227 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13228
13229 * server.el (server-start): Only create a directory if needed.
13230 (server-edit, server-unload-hook): server-start => server-mode.
13231 (kill-emacs-hook): Cleanup upon exit.
13232
13233 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13234
13235 * hexl.el (hexlify-buffer): Encode process arguments manually.
13236
13237 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
13238
13239 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
13240 call to gdb-tooltip-print.
13241
13242 2006-05-15 Romain Francoise <romain@orebokech.com>
13243
13244 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
13245 systems, default to "tar" since those systems probably have GNU tar.
13246
13247 2006-05-14 Lars Hansen <larsh@soem.dk>
13248
13249 * desktop.el (desktop-missing-file-warning): Fix docstring.
13250 (desktop-restore-file-buffer): Correct question asked on missing file.
13251
13252 2006-05-14 Kim F. Storm <storm@cua.dk>
13253
13254 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
13255 Add CUA move property.
13256
13257 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
13258
13259 * custom.el (custom-push-theme): Load the variable before checking
13260 its `standard-value'.
13261
13262 2006-05-13 Lars Hansen <larsh@soem.dk>
13263
13264 * desktop.el (desktop-save): Use with-temp-buffer.
13265
13266 2006-05-12 Glenn Morris <rgm@gnu.org>
13267
13268 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
13269 * calendar/calendar.el (calendar-mode-map):
13270 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
13271 * calendar/appt.el (appt-check, appt-make-list): Refer to
13272 diary-view-entries, diary-list-entries, diary-show-all-entries
13273 rather than obsolete aliases.
13274
13275 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
13276
13277 * simple.el (line-move-finish): Avoid calling point motion hooks
13278 while processing intangibility.
13279
13280 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
13281
13282 * term/xterm.el (terminal-init-xterm): Fix typo.
13283
13284 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
13285
13286 * allout.el (allout-view-change-hook): Mark as being deprecated,
13287 to be replaced by `allout-exposure-change-hook'.
13288 (allout-exposure-change-hook): New, replacing
13289 `allout-view-change-hook'.
13290 (allout-flag-region): Run new hook `allout-exposure-change-hook',
13291 in addition to `allout-view-change-hook'.
13292 (allout-show-bodies, allout-old-style-prefixes)
13293 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
13294 lambda forms to prevent their showing up in variable help
13295 presentations as inscrutable byte-compiled code.
13296 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
13297 Use string-or-null-p to qualify safe-local-variable values.
13298 (allout-reindent-bodies): Use memq to qualify matches against
13299 valid safe-local-variable values. Also, quote the lambda as above.
13300 (allout-use-mode-specific-leader): Add missing candidate-value
13301 symbols, use memq, and quote the lambda.
13302 (allout-overlay-interior-modification-handler): Remove unused
13303 variables `msg' and 'opened'.
13304 (allout-hidden-p): Constrain invisibility consideration to allout's
13305 invisibility spec, disregarding invisibility for other reasons.
13306
13307 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
13308
13309 * files.el (version-control): Correct safe values.
13310
13311 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
13312
13313 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
13314
13315 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
13316 (ewoc--insert-new-node): New func.
13317 Update callers of deleted funcs to use it, instead.
13318
13319 2006-05-11 Glenn Morris <rgm@gnu.org>
13320
13321 * calendar/calendar.el (diary-show-all-entries): Do not refer to
13322 obsolete alias `show-all-diary-entries'.
13323 (make-diary-entry): Not interactive.
13324 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
13325 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
13326 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
13327 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
13328 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
13329 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
13330
13331 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13332
13333 * calendar/calendar.el (calendar-french-date-string)
13334 (calendar-mayan-date-string, calendar-chinese-date-string)
13335 (calendar-astro-date-string, calendar-iso-date-string)
13336 (calendar-islamic-date-string, calendar-bahai-date-string)
13337 (calendar-hebrew-date-string, calendar-coptic-date-string)
13338 (calendar-ethiopic-date-string, calendar-persian-date-string):
13339 These functions are not interactive.
13340
13341 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
13342
13343 * files.el: Balance parentheses.
13344
13345 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
13346
13347 * files.el, newcomment.el, outline.el, simple.el,
13348 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
13349 * progmodes/cc-vars.el, progmodes/compile.el:
13350 Move `safe-local-variable' declarations to the respective files.
13351
13352 * help-fns.el (describe-variable): Don't print safe-var if it is
13353 byte-code. Improve wording as suggested by Luc Teirlinck.
13354
13355 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13356
13357 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
13358 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
13359 Use a token for pending-triggers to ensure gdb-var-update
13360 gets called once per user input again for pre-GDB 6.4.
13361 (gdb-var-delete): Match on more complex expressions.
13362 (gdb-var-list-children-handler, gdb-var-create-handler):
13363 Use a token for consistency.
13364
13365 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
13366
13367 * textmodes/org.el (org-read-date, org-goto-calendar)
13368 (org-agenda-goto-calendar):
13369 Bind `view-calendar-holidays-initially' to nil.
13370
13371 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
13372
13373 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
13374 Update all callers to do it there, instead.
13375
13376 2006-05-10 Glenn Morris <rgm@gnu.org>
13377
13378 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
13379 prefix arg case, to avoid view-diary-entries-initially error.
13380 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
13381 (calendar-date-is-legal-p): Handle dates with no day part.
13382
13383 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13384
13385 * comint.el (comint-insert-input): Just make it when
13386 comint-use-prompt regexp is nil (default) and with the mouse.
13387 (comint-copy-old-input): Reinstate from 2004-06-23.
13388 (comint-mode-map): Bind C-c C-m to it.
13389
13390 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
13391
13392 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
13393 Remove spurious move to point-max (new comint behavior fixes).
13394
13395 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
13396 compatibility function (Emacs 18/19).
13397 (idlwave-is-continuation-line): Always return point at start of
13398 previous non-blank continuation line.
13399 (keyword-parameters): Fix continued comment font-lock matcher.
13400 (idlwave-font-lock-fontify-region): Written, use as
13401 font-lock-fontify-region-function, to fix continued keyword
13402 fontification issues.
13403
13404 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13405
13406 * term/mac-win.el (mac-font-panel-mode): Doc fix.
13407 (mac-service-selection, mac-service-open-file)
13408 (mac-service-open-selection, mac-service-mail-selection)
13409 (mac-service-mail-to, mac-service-insert-text): Rename from
13410 mac-services-*. All uses changed.
13411 (mac-apple-event-map): Rename event symbol `services' to `service'.
13412
13413 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
13414
13415 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
13416 (ewoc--node-enter-first, ewoc--node-enter-last)
13417 (ewoc--delete-node-internal): Merge funcs into unique callers.
13418
13419 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
13420
13421 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
13422 return value of read-from-minibuffer for empty input.
13423
13424 2006-05-09 Miles Bader <miles@gnu.org>
13425
13426 * comint.el (comint-insert-input): Remove redundant calls to setq
13427 and goto-char.
13428
13429 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
13430
13431 * comint.el (comint-insert-input): Make it work when
13432 comint-use-prompt-regexp is t.
13433
13434 2006-05-10 Miles Bader <miles@gnu.org>
13435
13436 * subr.el (field-at-pos): New function.
13437
13438 * comint.el (comint-insert-input): Use it.
13439
13440 2006-05-09 Juri Linkov <juri@jurta.org>
13441
13442 * battery.el (battery-linux-proc-acpi): Also try
13443 `/proc/acpi/thermal_zone/THR2/temperature'.
13444
13445 * files.el <safe-local-variable>: Remove `eval' and `let' binding
13446 for now unused lambda `string-or-null'.
13447
13448 * add-log.el (change-log-default-name): Put `string-or-null-p'
13449 instead of lambda on `safe-local-variable' property.
13450
13451 * diff-mode.el (diff-context->unified): Use `region-beginning' and
13452 `region-end' instead of `mark' and `point'.
13453 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
13454 Operate on region in Transient Mark mode when the mark is active.
13455 Use `region-beginning' and `region-end' instead of `mark' and
13456 `point'.
13457 (diff-hunk-text, diff-goto-source): Doc fix.
13458
13459 * startup.el (fancy-splash-screens, normal-splash-screen): Use
13460 face `mode-line-buffer-id' for mode-line buffer face instead of
13461 hard-coded `(:weight bold)'.
13462
13463 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
13464 buffer-undo-list to t (undo-ask is reproducible by visiting
13465 nested archives).
13466
13467 2006-05-09 Kim F. Storm <storm@cua.dk>
13468
13469 * progmodes/grep.el (rgrep): Set default directory of *grep*
13470 buffer if we start M-x rgrep in the *grep* buffer and choose
13471 a different base directory.
13472
13473 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
13474
13475 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
13476 completion also when ido is loaded.
13477
13478 2006-05-09 Masatake YAMATO <jet@gyve.org>
13479
13480 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
13481 "warning" and "import".
13482 (cpp-font-lock-keywords): Added "warning".
13483
13484 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
13485
13486 * term/xterm.el (terminal-init-xterm): Add more key bindings.
13487
13488 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13489
13490 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
13491 pages at a time, if we signal the end, we should indeed reach that end.
13492
13493 2006-05-08 David Reitter <david.reitter@gmail.com>
13494
13495 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
13496 output during execution of the body.
13497
13498 2006-05-08 Kim F. Storm <storm@cua.dk>
13499
13500 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
13501
13502 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
13503
13504 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
13505 Use with-current-buffer.
13506
13507 2006-05-07 Kim F. Storm <storm@cua.dk>
13508
13509 * subr.el (add-to-history): Remove keep-dups arg.
13510
13511 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
13512 to nil around call to add-to-history.
13513
13514 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13515
13516 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
13517 than after a buffer modification.
13518
13519 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
13520
13521 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
13522 call to...
13523 (gud-watch): ...here so speedbar is raised for already watched
13524 expressions.
13525 (gdb-speedbar-refresh): Delete function.
13526 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
13527 Use speedbar-timer-fn instead of speedbar-refresh (reverting
13528 earlier change).
13529 (gdb-var-evaluate-expression-handler)
13530 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
13531
13532 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
13533 Update localized contents for all buffers except ignored modes.
13534
13535 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13536
13537 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
13538 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
13539 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
13540 (mac-handle-font-panel-closed, mac-handle-font-selection):
13541 New functions.
13542 (mac-font-panel-mode): New minor mode.
13543 (mac-apple-event-map): Add bindings for toolbar toggle button and
13544 font panel.
13545 (menu-bar-showhide-menu): Add mac-font-panel-mode.
13546
13547 2006-05-07 John Paul Wallington <jpw@pobox.com>
13548
13549 * ibuffer.el (ibuffer-compressed-file-name-regexp):
13550 Avoid `regexp-opt'; simplify regexp for readability.
13551
13552 2006-05-06 Eli Zaretskii <eliz@gnu.org>
13553
13554 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
13555 * files.el (buffer-stale-function):
13556 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13557 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
13558 links to the main manual, not to emacs-xtra.
13559
13560 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13561
13562 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
13563 MacJapanese if text is ASCII-only.
13564
13565 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
13566
13567 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
13568 unless so nil isn't returned.
13569 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
13570
13571 2006-05-06 Kim F. Storm <storm@cua.dk>
13572
13573 * subr.el (add-to-history): New function.
13574
13575 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
13576 (ediff-merge-files-with-ancestor):
13577 * env.el (setenv):
13578 * isearch.el (isearch-update-ring):
13579 * server.el (server-visit-files):
13580 * progmodes/grep.el (lgrep, rgrep):
13581 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
13582 * progmodes/xscheme.el (xscheme-insert-expression):
13583 Use add-to-history.
13584
13585 * kmacro.el (kmacro-push-ring): Use add-to-history.
13586 (kmacro-ring-length): Remove unused defun.
13587 (kmacro-start-macro): Use kmacro-push-ring.
13588
13589 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
13590
13591 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
13592 directly instead of a lambda expression that calls it.
13593
13594 2006-05-06 Kim F. Storm <storm@cua.dk>
13595
13596 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
13597 instead of compute-motion.
13598
13599 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
13600
13601 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
13602 change.
13603
13604 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
13605
13606 * startup.el (command-line-1): Refer to "Pure Storage" on
13607 pure-space-overflow.
13608
13609 2006-05-05 Martin Rudalics <rudalics@gmx.at>
13610
13611 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
13612 provided faces once they all have been used up.
13613
13614 2006-05-05 Eli Zaretskii <eliz@gnu.org>
13615
13616 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
13617 reference to the Lisp manual to the warning about pure space
13618 overflow.
13619
13620 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13621
13622 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
13623 argument to avoid the call to `ispell-internal-change-dictionary'
13624 when not needed.
13625 (ispell-change-dictionary): Use this argument and call
13626 `ispell-internal-change-dictionary' after the possible change
13627 to `ispell-local-dictionary'.
13628 (ispell-internal-change-dictionary): Check for a change in
13629 personal dictionary use too.
13630
13631 2006-05-05 Eli Zaretskii <eliz@gnu.org>
13632
13633 * startup.el (command-line): On MS-Windows, probe "~", not
13634 "~USER", for warning about non-existent home directory.
13635
13636 * arc-mode.el (archive-l-e): New optional argument `float' means
13637 generate a float value.
13638 (archive-arc-summarize, archive-lzh-summarize)
13639 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
13640 with 3rd argument non-nil when file's size is being computed.
13641 Format the file sizes with %8.0f instead of %8d.
13642
13643 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13644
13645 * cus-start.el (all): Add mac-dnd-known-types.
13646
13647 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
13648 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
13649 (mac-TIFF-to-string): New functions.
13650 (x-get-selection, x-selection-value)
13651 (mac-select-convert-to-string): Use them.
13652 (mac-text-encoding-mac-japanese-basic-variant): New constant.
13653 (mac-dnd-types-alist): New customization variable.
13654 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
13655 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
13656 (mac-dnd-handle-drag-n-drop-event): New functions.
13657 (mac-drag-n-drop): Remove function.
13658 (global-map): Bind drag-n-drop and M-drag-n-drop to
13659 mac-dnd-handle-drag-n-drop-event.
13660
13661 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
13662
13663 * progmodes/perl-mode.el (perl-beginning-of-function):
13664 Skip anonymous subs.
13665
13666 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
13667
13668 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
13669 regexp-opt at run time.
13670
13671 * term.el (term-handle-ansi-escape): Fix off by one error.
13672
13673 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
13674
13675 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
13676 (gdb-init-1, gdb-post-prompt): ...and references to it.
13677 (gdb-frame-handler): Strip directory name from filename if present.
13678
13679 * progmodes/gud.el (gdb-force-update): Delete defvar
13680 (gud-speedbar-buttons): ...and references to it. Use window-start
13681 to try to keep positon in watch expression.
13682
13683 2006-05-03 Richard Stallman <rms@gnu.org>
13684
13685 * simple.el (next-history-element, previous-history-element): Doc fix.
13686
13687 * isearch.el (isearch-update-ring): Doc fix.
13688
13689 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
13690
13691 * isearch.el (isearch-update-ring): Take history-delete-duplicates
13692 into consideration. Replace one arm ifs with whens.
13693
13694 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
13695
13696 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
13697 (menu): Fix typo.
13698
13699 2006-05-02 Miles Bader <miles@gnu.org>
13700
13701 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
13702
13703 2006-05-02 Jay Belanger <belanger@truman.edu>
13704
13705 * calc/calc-embed.el (calc-override-minor-modes-map)
13706 (calc-override-minor-modes): New variables.
13707 (calc-do-embedded): Make sure that Calc keystrokes aren't
13708 overwritten by minor modes.
13709
13710 2006-05-02 Chong Yidong <cyd@mit.edu>
13711
13712 * msb.el (msb): If EVENT is a down event, read and discard the up event.
13713
13714 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
13715
13716 * startup.el (command-line-1): Refer to Lisp manual when
13717 pure-space-overflow occurs.
13718
13719 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
13720 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
13721 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
13722 (version-control): Don't use `t' for safe-local-variable declarations.
13723
13724 2006-05-01 Richard Stallman <rms@gnu.org>
13725
13726 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
13727 M-r, M-R, M-A, M-SPC or M-DEL.
13728 (diff-mode-map): diff-refine-hunk now on C-c C-w
13729 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
13730
13731 * help-mode.el (help-mode): view-exit-action calls delete-window
13732 only when it is safe and possible.
13733
13734 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
13735 in messages.
13736
13737 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
13738
13739 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
13740 in the default tool-bar-map.
13741
13742 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
13743
13744 * net/tramp.el (tramp-completion-file-name-handler-alist)
13745 (tramp-run-real-handler, tramp-completion-run-real-handler)
13746 (tramp-completion-handle-file-name-all-completions)
13747 (tramp-completion-handle-file-name-completion): Autoload them.
13748 (tramp-completion-handle-file-exists-p)
13749 (tramp-completion-handle-file-name-directory)
13750 (tramp-completion-handle-file-name-nondirectory)
13751 (tramp-completion-handle-expand-file-name): Remove them.
13752 (tramp-handle-file-name-directory): Return the real directory name.
13753 Returning "/" only doesn't need to be necessary any longer.
13754 (tramp-file-name-handler): Make special attention when in hostname
13755 completion mode.
13756 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
13757 (tramp-register-file-name-handlers):
13758 Register `tramp-completion-file-name-handler' only when
13759 `partial-completion-mode' is enabled.
13760 (tramp-completion-handle-file-name-all-completions):
13761 Delete directory part from results.
13762 (tramp-get-completion-methods, tramp-get-completion-user-host):
13763 Discard deleting "/", it doesn't work after the change of
13764 `tramp-handle-file-name-directory' above.
13765
13766 2006-05-01 Kim F. Storm <storm@cua.dk>
13767
13768 * progmodes/grep.el (grep-expand-template): Use save-match-data
13769 and symbol-value.
13770
13771 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13772
13773 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
13774 Use select-frame-set-input-focus instead of raise-frame.
13775 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
13776
13777 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
13778
13779 * progmodes/gud.el (gud-def): Add %c case.
13780 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
13781 (gud-format-command): Make match case sensitive. Match on %F.
13782
13783 2006-04-30 Glenn Morris <rgm@gnu.org>
13784
13785 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
13786 (cal-tex-preamble): Use cal-tex-preamble-extra.
13787 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
13788 than alias `list-diary-entries'.
13789
13790 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
13791
13792 * help-fns.el (describe-variable): Add info about safe local variables.
13793
13794 2006-04-29 Richard Stallman <rms@gnu.org>
13795
13796 * bindings.el (mode-line-format): help-echo doc fixes.
13797
13798 * net/tramp.el (tramp-file-name-handler-alist): Delete
13799 expand-file-name and other operations that can cause spurious loading.
13800
13801 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13802
13803 * files.el (safe-local-variable-p): Remove support for the special
13804 value t.
13805
13806 * textmodes/paragraphs.el (sentence-end-without-space):
13807 Fix safety predicate.
13808 (sentence-end-double-space, sentence-end-without-period)
13809 (paragraph-ignore-fill-prefix):
13810 * textmodes/fill.el (colon-double-space):
13811 * abbrev.el (abbrev-mode): Tighten the safety predicate.
13812
13813 * subr.el (booleanp): New fun.
13814
13815 * textmodes/reftex-vars.el (reftex-guess-label-type):
13816 Tighten the safety predicate.
13817
13818 2006-04-28 Kim F. Storm <storm@cua.dk>
13819
13820 * progmodes/grep.el (defgroup grep): Doc fix.
13821 (grep-auto-highlight): Remove.
13822 (grep-template): New defcustom.
13823 (grep-find-template): Rename from grep-tree-template.
13824 (grep-files-aliases): Rename from grep-tree-files-aliases.
13825 Remove "all" alias, add "l" alias.
13826 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
13827 (grep-find-ignored-directories): New defcustom to replace
13828 grep-tree-ignore-CVS-directories, to facilitate ignoring
13829 subdirectories for multiple version control systems.
13830 (grep-mode-map): Add Recursive grep item to GREP menu.
13831 (grep-regexp-history, grep-files-history): New defvars.
13832 (grep-probe): New helper function.
13833 (grep-compute-defaults): Use it to simplify code.
13834 Adapt to name changes.
13835 Use `.' as base in grep-find-template rather than <D>.
13836 (grep): Remove superfluous highlight-regexp arg. Fix doc.
13837 Call grep-compute-defaults unconditionally.
13838 (grep-expand-keywords): New defconst.
13839 (grep-expand-template): Rename from grep-expand-command-macros.
13840 Simplify via grep-expand-keywords. Look at case-fold-search instead
13841 of grep-tree-ignore-case to add -i option.
13842 Bind case-fold-search to nil while matching keywords.
13843 (grep-tree-last-regexp, grep-tree-last-files): Remove.
13844 (grep-read-regexp, grep-read-files): New helper functions.
13845 (rgrep): Rename from grep-tree. Rework to use proper histories.
13846 Adapt to changes in defcustoms and functions above.
13847 (lgrep): New command, as grep, but using same interactive UI as rgrep.
13848
13849 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
13850
13851 * net/tramp.el (tramp-completion-file-name-handler):
13852 Disable Tramp's functionality while loading Tramp itself.
13853 (tramp-register-file-name-handlers): That's a defsubst now.
13854 Code from `tramp-repair-jka-compr' moved here. Apply it via
13855 `after-init-hook'.
13856 (tramp-repair-jka-compr): Remove.
13857
13858 2006-04-27 Jay Belanger <belanger@truman.edu>
13859
13860 * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
13861 read expression when `math-read-big-expr' doesn't work.
13862
13863 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
13864
13865 * startup.el (command-line-1): Display warning when
13866 pure-space-overflow is non-nil.
13867
13868 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13869
13870 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
13871 risky.
13872
13873 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13874
13875 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
13876 Return the URL or nil if none can be generated.
13877
13878 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
13879
13880 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
13881 byte compiler warnings.
13882 (gud-basic-call, gud-find-expr): Let user select an expression
13883 for printing. Print expression as well as value in GUD buffer.
13884
13885 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
13886
13887 * allout.el: Remove local autoload declaration for
13888 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
13889 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
13890 (allout-plain-bullets-string, allout-distinctive-bullets-string)
13891 (allout-use-mode-specific-leader, allout-old-style-prefixes)
13892 (allout-stylish-prefixes, allout-numbered-bullet)
13893 (allout-file-xref-bullet, allout-presentation-padding)
13894 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
13895 safe-local-variable with suitable value spec, and add autoload
13896 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
13897 (move-beginning-of-line, move-end-of-line): Repair so these compat
13898 functions now actually resituate the point, when appropriate.
13899
13900 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13901
13902 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
13903
13904 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
13905 (add-log-iso8601-time-string): Fix call to format-time-string.
13906
13907 2006-04-26 Kim F. Storm <storm@cua.dk>
13908
13909 * subr.el (posn-string, posn-image, posn-object): Doc fix.
13910
13911 2006-04-26 Masatake YAMATO <jet@gyve.org>
13912
13913 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
13914 Add support for "//" style comments. Remove `b' flag
13915 from ?* in `asm-mode-syntax-table'.
13916
13917 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13918
13919 * follow.el: Use (featurep 'xemacs) everywhere.
13920 (follow-mode): Use define-minor-mode.
13921 (follow-mode-map): Move initialization into the declaration.
13922 Use command remapping.
13923 (follow-emacs-version-xemacs-p): Remove.
13924 (follow-submit-feedback): Remove.
13925
13926 * allout.el (allout-layout, allout-passphrase-verifier-string)
13927 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
13928
13929 * textmodes/reftex-vars.el (reftex-vref-is-default)
13930 (reftex-fref-is-default, reftex-guess-label-type):
13931 Tighten up a bit the safety predicate.
13932
13933 * textmodes/paragraphs.el (sentence-end-double-space)
13934 (sentence-end-without-period, sentence-end-without-space)
13935 (page-delimiter, paragraph-ignore-fill-prefix):
13936 Tighten up a bit the safety predicate.
13937
13938 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
13939
13940 * progmodes/python.el (python-continuation-line-p)
13941 (python-beginning-of-statement): syntax-ppss may return
13942 a negative depth.
13943 (python-mode): Don't forcefully enable font-lock.
13944
13945 * time-stamp.el (time-stamp-start, time-stamp-end)
13946 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
13947
13948 * add-log.el: Remove spurious * in docstrings.
13949 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
13950 (add-change-log-entry): Use it here, since it's not specific
13951 to iso8601.
13952 (add-log-iso8601-time-string): Don't use it here any more.
13953 (change-log-indent-text, change-log-indent): Rename from add-log-*.
13954
13955 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
13956
13957 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
13958
13959 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
13960 (rcirc-toggle-low-priority): Doc fix.
13961 (rcirc-handler-NOTICE): Remove beginning of line anchor in
13962 ChanServ regexp.
13963 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
13964 #emacs.
13965 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
13966 (rcirc-decode-coding-system): Use utf-8 as the default.
13967 (rcirc-multiline-minor-mode): Set the fill-column.
13968 (rcirc-format-response-string): Display bright and dim nicks.
13969 (rcirc-browse-url): Update interactive spec to fill ARG.
13970 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
13971 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
13972
13973 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
13974
13975 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
13976 case for @Article, etc.
13977
13978 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
13979
13980 * net/tramp.el (tramp-register-file-name-handlers): New defun.
13981 Added with autoload cookie.
13982 (tramp-unload-file-name-handlers): Rename from
13983 `tramp-unload-file-name-handler-alist'.
13984
13985 2006-04-23 Romain Francoise <romain@orebokech.com>
13986
13987 * comint.el (comint-match-partial-filename): Doc fix.
13988
13989 2006-04-21 Glenn Morris <rgm@gnu.org>
13990
13991 * calendar/cal-menu.el (calendar-mode-map): Refer to
13992 `diary-view-entries' rather than alias `view-diary-entries'.
13993 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
13994
13995 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
13996
13997 * progmodes/antlr-mode.el (antlr-default):
13998 * cus-edit.el (custom-documentation):
13999 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
14000 in defface.
14001
14002 2006-04-21 Kim F. Storm <storm@cua.dk>
14003
14004 * image.el (image-type): New defun split out of create-image.
14005 (create-image): Use it.
14006
14007 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
14008
14009 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
14010 (org-open-at-point): Remove the "...done" message to keep output
14011 in the echo area visible.
14012 (org-export-as-xoxo): Fix call to `indent-region'.
14013
14014 2006-04-21 Kevin Ryde <user42@zip.com.au>
14015
14016 * international/mule.el (keyboard-coding-system): defcustom
14017 info-link fixes: "Specify Coding" has been split, keyboard now in
14018 "Terminal Coding", and "Single-Byte Character Support" is now
14019 "Unibyte Mode".
14020
14021 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
14022
14023 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
14024 Use font-lock-warning-face for any errors e.g. no stack.
14025 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
14026
14027 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
14028
14029 * progmodes/sh-script.el (sh-shell): Mark as safe.
14030
14031 * newcomment.el (comment-start, comment-start-skip)
14032 (comment-end-skip, comment-end): Mark as safe.
14033
14034 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
14035
14036 * textmodes/org.el (org-deadline-announce): Face removed.
14037 (org-level-faces, org-n-levels): Convert to constant.
14038 (org-compatible-face): New function.
14039 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
14040 (org-level-5, org-level-6, org-level-7, org-level-8)
14041 (org-special-keyword, org-warning, org-headline-done, org-link)
14042 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
14043 (org-scheduled-today, org-scheduled-previously, org-time-grid):
14044 Face definition revised for better color tty support.
14045 (org-bold-re, org-italic-re, org-underline-re): New constants.
14046 (org-set-font-lock-defaults): Use the new constants.
14047 (org-agenda-highlight-todo): New function.
14048 (org-agenda-todo): Fix bug with point at end of line.
14049 (org-agenda-change-all-lines, org-finalize-agenda-entries):
14050 Fontify TODO keywords.
14051 (org-insert-link): Preserve relative path in ../ links.
14052 (org-export-as-html): Convert links pointing to .org files into
14053 links that will work beteen the exported HTML files.
14054 (org-todo-list): Fix bug when arg=0.
14055 (org-insert-heading): More fine-tuning.
14056
14057 2006-04-19 Romain Francoise <romain@orebokech.com>
14058
14059 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
14060 from `rmail-mime-charset-pattern'.
14061
14062 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
14063
14064 * progmodes/python.el (python-mode): Fix typo.
14065
14066 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
14067
14068 * comint.el (comint-previous-input): Don't clobber input line
14069 when moving off either end of the input history ring.
14070 (comint-delete-input): New function, used by
14071 `comint-previous-input' and others.
14072 (comint-previous-matching-input):
14073 Use `coming-delete-input'. Save the partial input if leaving the
14074 edit line. Goto point-max before deleting input to avoid
14075 partial input fragments hanging around.
14076 (comint-restore-input): New function, used by `comint-previous-input'.
14077
14078 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
14079
14080 * imenu.el (imenu--index-alist): Balance parentheses.
14081
14082 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
14083
14084 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
14085
14086 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
14087
14088 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
14089 file is nil.
14090
14091 2006-04-18 Richard Stallman <rms@gnu.org>
14092
14093 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
14094
14095 * imenu.el (imenu-create-index-function, imenu--index-alist)
14096 (imenu--last-menubar-index-alist, imenu--make-index-alist)
14097 (imenu-default-create-index-function, imenu--generic-function):
14098 Doc fixes.
14099
14100 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
14101
14102 * help-mode.el (help-mode): Set view-exit-action to delete window.
14103
14104 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
14105 now works by passing nil as arg.
14106
14107 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
14108
14109 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
14110 (read-abbrev-file): Provide default when reading filename.
14111
14112 * files.el (enable-local-variables): Allow :all as value.
14113 (hack-local-variables): Implement that value.
14114 (safe-local-variable-values, safe-local-eval-forms)
14115 (enable-local-variables): Mark as risky.
14116 (find-file-visit-truename, kept-old-versions): Mark safe.
14117
14118 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
14119 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
14120 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
14121
14122 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14123
14124 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
14125 Use forward-line so as to get to BOL even in the presence of fields.
14126 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
14127 in return.
14128 (inferior-tcl): Tell tclsh to work in interactive mode.
14129
14130 * complete.el (partial-completion-mode):
14131 Use 'choose-completion-string-functions to make sure that
14132 choose-completion fills the minibuffer properly.
14133
14134 * complete.el (PC-old-read-file-name-internal): Remove.
14135 (PC-read-include-file-name-internal): Remove. Turn it into an advice
14136 of read-file-name-internal.
14137 (partial-completion-mode): Enable/disable this advice.
14138
14139 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
14140
14141 * net/tramp.el (tramp-completion-file-name-handler): Revert change
14142 of 2006-04-17.
14143
14144 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
14145
14146 * textmodes/org.el (org-insert-heading): Insert heading before
14147 current if at beginning of line.
14148 (org-todo, org-date): New faces.
14149 (org-table-align): Make sure tooltip window contains full text.
14150 (org-no-properties): New defsubst.
14151 (org-set-font-lock-defaults): Use new faces.
14152
14153 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
14154
14155 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
14156 for root variables.
14157
14158 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
14159 (gdb-frame-address): Re-use to identify frame for watch expression.
14160 (gdb-var-list, gdb-var-create-handler): Add frame address for root
14161 variables.
14162 (gdb-init-1, gdb-source, gdb-post-prompt)
14163 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
14164 (gdb-frame-handler): Get gdb-frame-address.
14165
14166 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
14167
14168 Sync with Tramp 2.0.53.
14169
14170 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
14171 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
14172 (tramp-completion-file-name-handler): Add autoload cookie for
14173 adding to `file-name-handler-alist'.
14174
14175 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
14176 the prompt. If it returns earlier (when detecting an error
14177 message), the rest of the output will merge accidently with the
14178 output of the next command. Reported by M Jared Finder
14179 <jared@hpalace.com>.
14180
14181 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
14182 for `process-file', in order to let it work for older Emacsen too.
14183
14184 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
14185
14186 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
14187 (tex-font-lock-keywords-3): Use it.
14188
14189 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14190
14191 * newcomment.el (comment-add): New function.
14192 (comment-region-default, comment-dwim): Use it.
14193
14194 2006-04-15 Michael Olson <mwolson@gnu.org>
14195
14196 * emacs-lisp/tq.el: Improve comments.
14197 (tq-queue-head-question): New accessor function.
14198 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
14199 Update for modified queue structure.
14200 (tq-queue-add): Accept `question' argument.
14201 (tq-queue-pop): If a question is pending, send it.
14202 (tq-enqueue): Accept new optional argument `delay-question'.
14203 If this is non-nil, and at least one other question is pending a
14204 response, queue the question rather than sending it immediately.
14205
14206 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14207
14208 * calendar/appt.el (appt-add): Check whether an appointment is
14209 already present in appt-time-msg-list. Simplify code.
14210
14211 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14212
14213 * progmodes/cc-langs.el (c-mode-menu):
14214 Don't presume c-subword-mode is bound.
14215
14216 2006-04-13 Bill Wohler <wohler@newt.com>
14217
14218 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
14219 (customize-package-emacs-version): Use cdr instead of cadr now
14220 that alists use dotted pairs.
14221
14222 * custom.el (defcustom): Fix docstring for :package-version.
14223
14224 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
14225
14226 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
14227 (tramp-handle-shell-command): Display output buffer only when
14228 `tramp-display-shell-command-buffer' is true.
14229 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
14230
14231 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14232
14233 * textmodes/org.el (org-set-autofill-regexps): Set only the local
14234 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
14235
14236 2006-04-13 Romain Francoise <romain@orebokech.com>
14237
14238 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
14239 leaving temporary .cvsignore buffers behind.
14240
14241 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14242
14243 * textmodes/org.el (org-set-regexps-and-options)
14244 (org-get-current-options): Better names for the startup folding
14245 options.
14246
14247 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
14248
14249 * vc.el (vc-annotate): Arrange for point to end up at the same
14250 line number as in the original, but only when using a new buffer.
14251
14252 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
14253
14254 * files.el (hack-one-local-variable-eval-safep):
14255 Recognize `edebug-form-spec' for `put', but only if it passes
14256 `edebug-basic-spec'. Generalize `put' handling.
14257
14258 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
14259 vetting file-local form specs.
14260
14261 * allout.el (allout-layout): Autoload its `safe-local-variable'
14262 property.
14263
14264 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14265
14266 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
14267 (org-agenda-mouse-1-follows-link)
14268 (org-mouse-1-follows-link): New options.
14269 (org-format-agenda-item): Fix bug if TAGS is nil.
14270 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
14271
14272 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
14273
14274 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
14275 GDB 6.1+ gives full filename for "info sources" so use
14276 file-name-nondirectory.
14277
14278 2006-04-12 Romain Francoise <romain@orebokech.com>
14279
14280 * subr.el (read-passwd): Bind `message-log-max' to nil.
14281
14282 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14283
14284 * progmodes/perl-mode.el (perl-indent-new-calculate):
14285 Recompute parse-start after jumping backward by a whole sexp.
14286
14287 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14288
14289 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
14290 window configuration.
14291 (vc-annotate-display-select): Select the buffer so that current-buffer
14292 (and selected-window) is the output buffer at the end of vc-annotate.
14293
14294 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
14295
14296 * vc.el (vc-annotate-color-map): Add custom TTY color map for
14297 8-color terminals, to use all of the colors in a sensible order.
14298 256-color terminals work well with the standard map.
14299 (vc-annotate-lines): Only strip the first color character if it
14300 is "#", to allow for terminal-style named colors.
14301 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
14302 the correct buffer is scrolled.
14303
14304 2006-04-11 Richard Stallman <rms@gnu.org>
14305
14306 * emacs-lisp/bytecomp.el (byte-compile-file):
14307 Bind enable-local-variables to :safe, and make normal-mode obey it.
14308
14309 * files.el (enable-local-variables): Allow value :safe.
14310 (normal-mode): Doc fix.
14311 (hack-local-variables): Implement enable-local-variables = :safe.
14312 (hack-local-variables-confirm): Don't prevent quitting.
14313
14314 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14315
14316 * loadhist.el (unload-feature): A bit of sanity check of
14317 load-history entries. Cancel timer-vars before unbinding them.
14318
14319 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
14320 quote special chars, and make the trick work on the hex part of the
14321 buffer as well.
14322 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
14323 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
14324
14325 * startup.el (normal-splash-screen): Fix last change so we don't wait
14326 2 minutes if we don't show the splash screen.
14327
14328 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
14329
14330 * textmodes/org.el (org-export-plain-list-max-depth)
14331 (org-table-spaces-around-separators)
14332 (org-radio-targets, org-activate-camels)
14333 (org-table-spaces-around-invisible-separators): Options removed.
14334 (org-time-stamp-rounding-minutes, org-remember-templates)
14335 (org-ellipsis, org-activate-links, org-descriptive-links):
14336 New options.
14337 (org-remember-apply-template, org-current-time)
14338 (org-finish-edit-table-field)
14339 (org-link-unescape, org-link-escape)
14340 (org-string-width, org-table-clean-line, org-html-do-expand)
14341 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
14342 (org-read-agenda-file-list): New functions.
14343 (org-table-edit-field)
14344 (org-table-create-or-convert-from-region): New commands
14345 (org-table-toggle-vline-visibility): Command removed.
14346 (org-table-convert-region): Made a command.
14347 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
14348 Replace with the normal org- functions.
14349 (org-self-insert-command): Don't trigger realign unnecessarily
14350 when blanking a field that is not full.
14351 (org-mode): `Set buffer-invisibility-spec' for links.
14352 (org-activate-links2): Hide link part and only show descriptive
14353 part of the link.
14354 (org-insert-link): Modify for new linking system.
14355 (org-store-link): Store description separately, for use by
14356 `org-insert-link'.
14357 (org-table-align): Use `org-string-width'.
14358 (defgroup): Completely new group structure for custom variables.
14359 (org-agenda-files): Option: Single file name allowed. Function:
14360 Optional argument unrestrited means ignore any restricitons.
14361 (org-install-agenda-files-menu): Find a buffer in Org-mode before
14362 trying to modify the menu. Use generalized access to
14363 `org-agenda-files.'
14364 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
14365 (org-agenda-file-to-front, org-remove-file, org-diary)
14366 (org-tags-view, org-export-icalendar-all-agenda-files)
14367 (org-export-icalendar-combine-agenda-files): Use generalized
14368 access to `org-agenda-files'.
14369 (org-remember-handler): Correctly preserve heading if present.
14370 (org-table-insert-row, org-table-insert-hline): Deal with
14371 invisible characters.
14372
14373 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
14374
14375 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
14376 (vc-annotate-color-map): New 18 element constant
14377 value/saturation, rotating hue colormap, from red->blue.
14378 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
14379 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
14380 (vc-annotate): To avoid killing the required local variables,
14381 set them before the end of `with-output-to-temp-buffer', and
14382 after first switching to annotate-mode.
14383 (vc-annotate-warp-version): Add buffer argument in goto-line to
14384 ensure annotation, not source, is scrolled.
14385
14386 2006-04-10 Bill Wohler <wohler@newt.com>
14387
14388 * custom.el (defcustom, custom-handle-keyword):
14389 Add :package-version keyword.
14390 (custom-add-package-version): New function. Sets value of new
14391 property 'custom-package-version from :package-version keyword.
14392 (defcustom): Create Common Keywords section in docstring.
14393 (defface, defgroup): Replace definitions of a select few keywords
14394 with a reference to the Common Keywords in defcustom.
14395 (defcustom, defface, defgroup): Replace reference to Customization
14396 chapter in manual with hyperlink.
14397
14398 * cus-edit.el (customize-package-emacs-version-alist): New variable.
14399 (customize-changed-options): Add check for custom-package-version.
14400 (customize-package-emacs-version): New function to look up Emacs
14401 version corresponding to the given package version.
14402
14403 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
14404 defun name, in similar fashion to find-variable-regexp.
14405
14406 2006-04-10 Eli Zaretskii <eliz@gnu.org>
14407
14408 * international/mule-cmds.el (set-locale-environment): Fix last
14409 change for when the locale's preferences don't specify any encoding.
14410
14411 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14412
14413 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
14414 so the defined var/fun doesn't need to be quoted.
14415
14416 2006-04-10 Richard Stallman <rms@gnu.org>
14417
14418 * finder.el (finder-mode-map): Add n and p bindings.
14419
14420 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
14421
14422 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
14423 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
14424 (gdb-setup-windows): Put something in source window if we can't find
14425 the source file.
14426 (gdb-frame-handler): Make it work again with just assembly.
14427 (gdb-data-list-register-values-handler): Make it work when there is
14428 no stack.
14429
14430 2006-04-09 Richard Stallman <rms@gnu.org>
14431
14432 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
14433 specs while looking for charset.
14434
14435 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
14436
14437 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
14438 Make them faces.
14439 (lm-font-lock-keywords): Update appropriately.
14440
14441 2006-04-10 Kim F. Storm <storm@cua.dk>
14442
14443 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
14444 it can also replace buffer-substring-no-properties.
14445
14446 * emulation/cua-base.el (cua-delete-region, cua-paste)
14447 (cua-repeat-replace-region): Use filter-buffer-substring.
14448
14449 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
14450 (cua-cut-region-to-global-mark): Likewise.
14451
14452 * emulation/cua-rect.el (cua--extract-rectangle)
14453 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
14454
14455 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14456
14457 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
14458 entry-type. Add field delimiters to numerical fields if they are
14459 not present.
14460
14461 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14462
14463 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
14464 string-const to return value.
14465 (bibtex-remove-delimiters): Use it.
14466
14467 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14468
14469 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
14470 cl-byte-compile-compiler-macro unless it exists.
14471
14472 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14473
14474 * files.el (hack-local-variables-confirm) <offer-save>:
14475 Clarify message text. Suggested by Ralf Angeli.
14476
14477 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
14478
14479 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
14480 (delete-extract-rectangle-line): Use `filter-buffer-substring'
14481 instead of `buffer-substring' and `delete-region'. (Most of the
14482 code actually copied from `kill-region'.)
14483
14484 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
14485
14486 * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
14487 (rcirc-default-port): Rename from rcirc-port.
14488 (rcirc-default-nick): Rename from rcirc-nick.
14489 (rcirc-default-user-name): Rename from rcirc-user-name.
14490 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
14491 (rcirc-low-priority-flag): New variable.
14492 (rcirc-decode-coding-system): New defcustom.
14493 (rcirc-encode-coding-system): New defcustom.
14494 (rcirc-coding-system-alist): New defcustom.
14495 (rcirc-multiline-major-mode): New defcustom.
14496 (rcirc-nick): New internal variable.
14497 (rcirc-process): Remove variable.
14498 (rcirc-server-buffer): New variable.
14499 (rcirc): Update to use rcirc-default-* variables above.
14500 (rcirc-connect): Do not add window-configuration-hook-here.
14501 (rcirc-server): New internal variable.
14502 (rcirc-connect): Do not send keepalive pings if
14503 rcirc-keepalive-seconds is nil.
14504 (with-rcirc-server-buffer): New macro.
14505 (rcirc-send-string): Encode with rcirc-encode-coding-system.
14506 (rcirc-server-name): Rename from rcirc-server.
14507 (rcirc-buffer-process): New function.
14508 (rcirc-buffer-nick): New function.
14509 (rcirc-buffer-target): Remove function.
14510 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14511 New commands.
14512 (rcirc-mode-map): Change binding of C-c C-l to
14513 rcirc-toggle-low-priority.
14514 (rcirc-mode): Initialize coding system based on
14515 rcirc-coding-system-alist. New change-major-mode-hook to part the
14516 channel on a mode change. Make kill-buffer-hook buffer-local.
14517 (rcirc-change-major-mode-hook): New function.
14518 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
14519 (rcirc-last-post-time): New variable.
14520 (rcirc-process-message): Store the last time user posted a message
14521 to this target.
14522 (rcirc-multiline-minor-mode): New mode.
14523 (rcirc-multiline-minor-mode-map): New mode map.
14524 (rcirc-edit-multiline): Put multiline-edit buffer in
14525 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
14526 (rcirc-print): Ignore any line starting with an ignored nick.
14527 (rcirc-print): Decode using rcirc-decode-coding-system.
14528 (rcirc-track-minor-mode): Update global-mode-string when disabling
14529 this mode.
14530 (minor-mode-alist): Add LowPri indicator.
14531 (rcirc-toggle-low-priority): New function.
14532 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
14533 next lowpriority buffer with activity.
14534 (rcirc-record-activity): Sort buffers in rcirc-activity by the
14535 last time the user posted a message in to the target.
14536 (rcirc-update-activity-string): New formatting for low priority
14537 buffers.
14538 (rcirc-split-activity): New function.
14539 (rcirc-handler-PART, rcirc-handler-KICK)
14540 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
14541 (rcirc-nick-away-alist): New variable.
14542 (rcirc-handler-301): New handler. Away messages are printed once
14543 per change.
14544
14545 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14546
14547 * info.el (Info-follow-nearest-node): Doc fix.
14548
14549 * international/mule-cmds.el (set-locale-environment): Make sure
14550 the coding-system preferred by the locale's language has the same
14551 EOL conversion type as the original buffer-file-coding-system.
14552 (locale-language-names): Add a few MS Windows language codes.
14553
14554 2006-04-07 Richard Stallman <rms@gnu.org>
14555
14556 * simple.el (eval-expression): Doc fix.
14557
14558 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
14559 (eval-defun): Doc fixes.
14560
14561 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
14562
14563 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
14564
14565 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
14566
14567 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
14568 GDB list command without argument for greater generality.
14569
14570 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14571
14572 * subr.el (string-or-null-p): New function.
14573
14574 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
14575
14576 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
14577
14578 * files.el: Update comment about safe-local-variable declarations.
14579
14580 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
14581
14582 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
14583 See idlwave.org.
14584
14585 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
14586 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
14587
14588 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
14589 See idlwave.org.
14590
14591 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
14592 version 6.0 (minimal changes). See idlwave.org.
14593
14594 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
14595 6.0 (minimal changes). See idlwave.org.
14596
14597 * progmodes/idlw-rinfo.el: File obsoleted and removed.
14598
14599 2006-04-06 Romain Francoise <romain@orebokech.com>
14600
14601 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
14602 symmetric encryption features and a new asynchronous interface to
14603 GnuPG. This new version is version 1.4, plus whitespace changes.
14604
14605 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14606
14607 * files.el: Move some `safe-local-variable' declarations to the
14608 respective files.
14609
14610 * textmodes/ispell.el (ispell-check-comments)
14611 (ispell-local-dictionary): Mark as safe.
14612
14613 * abbrev.el (abbrev-mode): Mark as safe.
14614
14615 * add-log.el (change-log-default-name): Mark as safe.
14616
14617 * textmodes/reftex-vars.el (reftex-vref-is-default)
14618 (reftex-fref-is-default, reftex-level-indent)
14619 (reftex-guess-label-type): Mark as safe.
14620
14621 * textmodes/fill.el (colon-double-space): Mark as safe.
14622
14623 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
14624 (sentence-end-double-space, sentence-end-without-period)
14625 (sentence-end-without-space, sentence-end, sentence-end-base)
14626 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
14627
14628 2006-04-06 Kim F. Storm <storm@cua.dk>
14629
14630 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
14631 the :set-after list.
14632 (ido-downcase-unc-hosts): New user option. Default on.
14633 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
14634 when it is set, as regexps are now applied on the fly.
14635 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
14636 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
14637 on the fly, but only when ido-process-ignore-lists is set.
14638 Do case insensitive filtering if ido-downcase-unc-hosts is set.
14639 Only downcase names if ido-downcase-unc-hosts is set.
14640
14641 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
14642
14643 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
14644
14645 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
14646
14647 2006-04-05 Kim F. Storm <storm@cua.dk>
14648
14649 * ido.el (ido-mode): Set after ido-unc-hosts and
14650 ido-ignore-unc-host-regexps.
14651 (ido-save-history): Save ido-unc-hosts-cache.
14652 (ido-load-history): Load ido-unc-hosts-cache.
14653 (ido-reread-directory): Refresh unc hosts cache in // dir.
14654
14655 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
14656 to nil while displaying slash screen.
14657
14658 2006-04-05 Daiki Ueno <ueno@unixuser.org>
14659
14660 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14661 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14662
14663 2006-04-05 Kenichi Handa <handa@m17n.org>
14664
14665 * international/characters.el: Setup cases of Latin, Greek, and
14666 Cyrillic characters in CJK charsets.
14667
14668 2006-03-29 Daiki Ueno <ueno@unixuser.org>
14669
14670 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14671 default-enable-multibyte-characters. This reverts the change from
14672 revision 6.17 which is no longer necessary because the passphrase
14673 is sent separately now. GnuPG messages are unreadable under
14674 multibyte locales with default-enable-multibyte-characters set to nil.
14675
14676 2006-04-04 Andreas Schwab <schwab@suse.de>
14677
14678 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
14679 and `byte-compile-warnings' as `safe-local-variable'.
14680
14681 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
14682
14683 * man.el (Man-mode-map): Restore the \r binding.
14684 (Man-abstract-xref-man-page): If Man-target-string is a function,
14685 call it.
14686 (Man-highlight-references): Use Man-default-man-entry to get the
14687 target. Deal with xrefs too.
14688 (Man-highlight-references0): Don't call the target function.
14689
14690 * woman.el (WoMan-xref-man-page): Strip the section number, woman
14691 cannot deal with it.
14692
14693 2006-04-04 Daiki Ueno <ueno@unixuser.org>
14694
14695 * pgg-gpg.el: Clean up process buffers every time gpg processes
14696 complete.
14697
14698 2006-04-04 Kenichi Handa <handa@m17n.org>
14699
14700 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
14701 here.
14702 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
14703 Temporarily bind inhibit-field-text-motion to t.
14704
14705 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14706
14707 * startup.el (normal-splash-screen): Only set mode-line-format in the
14708 splash buffer, so as not to interfere when debugging the code.
14709 Ignore errors when switching buffer.
14710
14711 2006-04-03 Romain Francoise <romain@orebokech.com>
14712
14713 * dired.el (dired-dnd-protocol-alist): Fix typo.
14714
14715 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
14716
14717 * savehist.el (savehist): Add :version.
14718 (savehist-ignored-variables): New variable.
14719 (savehist-minibuffer-hook): Don't save variables listed in
14720 `savehist-ignored-variables'.
14721
14722 * dired.el (dired-dnd-protocol-alist): Mention that change does
14723 only apply to new buffers in doc string.
14724
14725 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
14726
14727 * recentf.el (recentf-open-files-item): Include newline in button
14728 field, so opening a file will work, when the point is at the end
14729 of the file name. Allow, for example, to [i]search a file by
14730 extension and just push RET to open it.
14731
14732 2006-04-03 Daiki Ueno <ueno@unixuser.org>
14733
14734 * pgg-gpg.el (pgg-gpg-process-filter)
14735 (pgg-gpg-wait-for-completion): Check if buffer is alive.
14736
14737 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14738 lines, temporary fix.
14739
14740 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14741
14742 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
14743
14744 2006-04-02 Richard Stallman <rms@gnu.org>
14745
14746 * progmodes/compile.el (compilation-message-face): Make it defcustom.
14747
14748 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14749
14750 * ibuf-macs.el (define-ibuffer-column): Add a new key:
14751 header-mouse-map.
14752
14753 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
14754 (ibuffer-mode-header-map): New keymaps.
14755 (ibuffer-update-title-and-summary): Enable mouse face highlighting
14756 and keybindings for column headers.
14757 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
14758 property.
14759
14760 2006-04-02 Drew Adams <drew.adams@oracle.com>
14761
14762 * speedbar.el (speedbar-after-create-hook): Doc fix.
14763
14764 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
14765
14766 * shell.el (shell-directory-tracker)
14767 (shell-dynamic-complete-command): Doc fixes.
14768
14769 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
14770
14771 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
14772 terminals.
14773
14774 2006-04-01 Kim F. Storm <storm@cua.dk>
14775
14776 * ido.el (ido-unc-hosts-cache): New defvar.
14777 (ido-unc-hosts): If value of defcustom is a function, call it to
14778 get list of UNC hosts. Add function-item choices to specify
14779 ido-unc-hosts-net-view or user function.
14780 (ido-ignore-unc-host-regexps): New defcustom.
14781 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
14782 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
14783 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
14784
14785 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
14786
14787 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
14788 wwidth.
14789
14790 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
14791
14792 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
14793 (ido-max-work-file-list, ido-switch-buffer)
14794 (ido-read-file-name-as-directory-commands):
14795 Fix typos in docstrings.
14796
14797 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14798
14799 * term/mac-win.el (mac-system-coding-system): Define and use after
14800 Mac-specific coding systems are ready.
14801
14802 2006-03-27 Romain Francoise <romain@orebokech.com>
14803
14804 * net/rcirc.el (rcirc-connect): Add autoload cookie.
14805
14806 * ldefs-boot.el: Update.
14807
14808 2006-03-27 Daiki Ueno <ueno@unixuser.org>
14809
14810 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14811 passphrases when it is not needed.
14812 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14813 passphrase stuff from gpg, should only be necessary when you use
14814 gpg with a smartcard.
14815
14816 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
14817
14818 * comint.el (comint-dynamic-list-completions): Allow user to
14819 select *Completions* buffer.
14820
14821 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
14822
14823 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
14824
14825 2006-03-26 Andreas Schwab <schwab@suse.de>
14826
14827 * progmodes/gud.el (gdb): Only complain about multiple debugging
14828 when the gdb process is still running.
14829
14830 2006-03-25 Eli Zaretskii <eliz@gnu.org>
14831
14832 * mail/rmail.el (tool-bar-map): Defvar it.
14833 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
14834 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
14835
14836 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
14837
14838 * help.el (print-help-return-message): Suggest to use
14839 display-buffer instead of switch-to-buffer-other-window to restore
14840 the previous window without selecting it.
14841
14842 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14843
14844 * frame.el (select-frame-by-name): Call x-focus-frame also when
14845 window-system is mac.
14846
14847 * term/mac-win.el: Adjust Courier font specifications in
14848 x-fixed-font-alist.
14849 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
14850 when directly encoding to UTF-16 in native byte order, no BOM.
14851
14852 2006-03-25 Kim F. Storm <storm@cua.dk>
14853
14854 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
14855 (cua--init-keymaps): Use it instead of fixed C-return.
14856 (cua-mode): Set after it.
14857
14858 * emulation/cua-rect.el (cua--init-rectangles):
14859 Use cua-rectangle-mark-key instead of fixed C-return.
14860
14861 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
14862
14863 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
14864 "run" in .gdbinit.
14865 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
14866
14867 2006-03-24 Romain Francoise <romain@orebokech.com>
14868
14869 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
14870 `display-buffer-other-frame'.
14871
14872 2006-03-24 Kim F. Storm <storm@cua.dk>
14873
14874 * apropos.el (apropos-synonyms): Add selection => region.
14875
14876 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
14877
14878 * progmodes/gdb-ui.el (gdb-var-create-regexp)
14879 (gdb-var-list-children-regexp, gdb-var-update-regexp)
14880 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
14881 (gdb-data-list-register-values-regexp)
14882 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
14883 Future proof against new fields being added to MI output.
14884 (gdb-send): Don't treat backslashes for program input as
14885 continuations.
14886 (gdb-assembler-handler): Don't use window-start for this handler.
14887 (gdb-frame-handler): Don't change to hollow arrow if overlay
14888 arrow doesn't move to new frame.
14889
14890 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
14891
14892 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
14893 prevent compiler warnings.
14894 (gdb-stopped): Check for gud-last-last-frame (case: signal).
14895 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
14896 (gdb-assembler-custom): Use hollow-right-triangle for assembler
14897 buffer too.
14898
14899 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
14900
14901 * pgg-gpg.el (pgg-gpg-update-agent): Check for
14902 make-network-process, so we can use the same code in Gnus v5-10
14903 too and have this file fully synchronized with that release.
14904
14905 2006-03-23 Romain Francoise <romain@orebokech.com>
14906
14907 * ibuf-ext.el (ibuffer-read-filter-group-name):
14908 Use `ibuffer-generate-filter-groups' to make completion list match
14909 the filter groups that are really displayed in the Ibuffer buffer.
14910 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
14911
14912 2006-03-23 Kenichi Handa <handa@m17n.org>
14913
14914 * international/mule-cmds.el (sort-coding-systems): Describe that
14915 the argument is modified in docstring.
14916
14917 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
14918
14919 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14920 (pgg-gpg-update-agent): New function.
14921 (pgg-gpg-use-agent-p): New function.
14922 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14923 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14924 (pgg-gpg-sign-region): Use it.
14925
14926 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
14927
14928 * cus-edit.el (custom-face-set): Call custom-push-theme before
14929 face-spec set so that `changed' theme is correctly saved.
14930 (custom-face-reset-standard): Reset to recalculated face rather
14931 than defface spec.
14932
14933 * custom.el (custom-push-theme): Only save `changed' theme if the
14934 current face does not match the defface specs.
14935
14936 2006-03-21 Simon Josefsson <jas@extundo.com>
14937
14938 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14939 <wilde@sha-bang.de>.
14940 (pgg-gpg-use-agent): New variable.
14941 (pgg-gpg-process-region): Use it.
14942 (pgg-gpg-encrypt-region): Likewise.
14943 (pgg-gpg-encrypt-symmetric-region): Likewise.
14944 (pgg-gpg-decrypt-region): Likewise.
14945 (pgg-gpg-sign-region): Likewise.
14946 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14947
14948 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
14949
14950 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
14951 bracket links.
14952
14953 2006-03-21 Kim F. Storm <storm@cua.dk>
14954
14955 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
14956 fringe-indicator-alist instead of modifying global value.
14957 (gdb-frame-handler): Likewise.
14958
14959 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
14960
14961 * diff-mode.el (diff-function): Make it inherit from diff-header
14962 instead of diff-context.
14963
14964 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
14965 bitmap.
14966 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
14967 change names in macro above for consistency.
14968 (gdb-frame-handler): Use hollow-right-triangle for all selected
14969 frames which except the innermost (where execution has stopped).
14970 (gdb-reset): Reset buffer-local values of overlay-arrow.
14971
14972 2006-03-20 Richard Stallman <rms@gnu.org>
14973
14974 * simple.el (set-mark-command): Doc fix.
14975
14976 * files.el (display-buffer-other-frame): New command.
14977 (ctl-x-4-map): Bind C-x 5 C-o to it.
14978
14979 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14980
14981 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
14982 rather than just defer-time, in case defer-time has been changed but
14983 the timer isn't running yet.
14984 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
14985
14986 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
14987
14988 * help-mode.el (help-follow-symbol): New function.
14989 Essentially identical to the old `help-follow', but do not let
14990 `push-button' do the work when on an xref.
14991 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
14992
14993 2006-03-19 Richard Stallman <rms@gnu.org>
14994
14995 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
14996 preceded by the word `program'.
14997 (help-follow-mouse, help-follow): Throw error if not on xref.
14998 Delete no longer used args.
14999
15000 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
15001
15002 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
15003 annotation ensure gud-overlay-arrow-position is redisplayed.
15004
15005 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15006
15007 * textmodes/bibtex.el (bibtex-include-OPTkey)
15008 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
15009 (bibtex-autokey-name-case-convert)
15010 (bibtex-autokey-titleword-case-convert): Make these the aliases
15011 for the following two variables.
15012 (bibtex-autokey-name-case-convert-function)
15013 (bibtex-autokey-titleword-case-convert-function): Make these the
15014 real names.
15015 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
15016 bibtex-font-lock-crossref sublists.
15017 (bibtex-mode): Revert 2005-12-30 change (which made
15018 completion-ignore-case buffer-local).
15019 (bibtex-url): Simplify.
15020
15021 2006-03-19 Kim F. Storm <storm@cua.dk>
15022
15023 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
15024 cursor property value to 2 (to align with C level change).
15025
15026 2006-03-19 Bill Wohler <wohler@newt.com>
15027
15028 * image.el (image-load-path-for-library): Shorten first line in
15029 docstring.
15030
15031 2006-03-18 Richard Stallman <rms@gnu.org>
15032
15033 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
15034
15035 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
15036
15037 * isearch.el (isearch-other-meta-char): Handle user bindings for
15038 shifted control characters.
15039
15040 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
15041
15042 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
15043 part that matches email addresses, file names, etc.
15044
15045 2006-03-18 Eli Zaretskii <eliz@gnu.org>
15046
15047 * term/w32-win.el (mouse-set-font):
15048 Mention w32-list-proportional-fonts in the doc string.
15049
15050 2006-03-18 Kim F. Storm <storm@cua.dk>
15051
15052 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
15053 (ido-unc-hosts): New user option to explicitly define list of know
15054 UNC-style hosts for completion.
15055 (ido-cache-unc-host-shares-time): New user option.
15056 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
15057 New helper functions for UNC file-name support.
15058 (ido-may-cache-directory): Check for UNC host. Simplify.
15059 (ido-wash-history): Clean out old UNC hosts.
15060 (ido-nonreadable-directory-p): UNC hosts are always readable.
15061 (ido-directory-too-big-p): UNC hosts are never too big.
15062 (ido-set-current-directory): Handle UNC root path.
15063 (ido-file-name-all-completions): Complete UNC host names from
15064 ido-unc-hosts list. Cache UNC host shares.
15065 (ido-make-file-list-1): Don't filter UNC root.
15066 (ido-exhibit): Check for // in root directory, and switch to UNC
15067 mode by setting ido-current-directory to //.
15068
15069 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
15070
15071 * cus-edit.el (customize-changed-options): Mention explicit
15072 version number as default in prompt.
15073
15074 2006-03-17 Bill Wohler <wohler@newt.com>
15075
15076 * image.el (image-load-path-for-library): Minor docstring fix.
15077
15078 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
15079
15080 * textmodes/org.el (org-read-date): Include subgroup 5 into
15081 replacement text.
15082 (org-popup-calendar-for-date-prompt): Fix customization type.
15083
15084 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
15085
15086 * progmodes/gdb-ui.el (gud-watch): Provide completion.
15087 (gdb-continuation): New variable.
15088 (gdb-send): Deal with continuation lines.
15089
15090 * progmodes/gud.el (gud-gdb-complete-command)
15091 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
15092 expressions.
15093 (gud-tooltip-mode): Use buffer-local value.
15094
15095 2006-03-16 Kim F. Storm <storm@cua.dk>
15096
15097 * ido.el (ido-edit-input): Use selected match, if any.
15098
15099 2006-03-16 Bill Wohler <wohler@newt.com>
15100
15101 * image.el (image-load-path-for-library): Prefer user's images in
15102 image-load-path.
15103
15104 2006-03-16 Martin Rudalics <rudalics@gmx.at>
15105
15106 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
15107 when checking for attempt to drag leftmost or rightmost scrollbar.
15108
15109 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
15110
15111 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
15112 (gdb-force-mode-line-update): New function.
15113 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
15114 (gdb-exited): Use them.
15115 (gdb-signal): New function.
15116 (gdb-annotation-rules): Provide a rule for it.
15117
15118 2006-03-16 Kenichi Handa <handa@m17n.org>
15119
15120 * international/mule.el (auto-coding-regexp-alist): Add entries
15121 for Unicode BOM.
15122
15123 * sort.el (sort-build-lists): Temporarily bind
15124 inhibit-field-text-motion to t.
15125
15126 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
15127
15128 * locate.el (locate-command, locate-make-command-line)
15129 (locate-fcodes-file, locate-update-command)
15130 (locate-prompt-for-command, locate, locate-with-filter)
15131 (locate-get-file-positions): Doc fixes.
15132 (locate-buffer-name, locate-header-face): Remove leading `*' in
15133 defcustom.
15134 (locate-filter-output): Use `keep-lines' instead of its alias
15135 `delete-non-matching-lines'.
15136 (locate-get-filename, locate-get-dirname): Add introductory comment.
15137 (locate-find-directory-other-window): Give appropriate error
15138 message if used outside main listing.
15139
15140 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15141
15142 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
15143 the new extend-region feature.
15144 (font-lock-after-change-function): Update correspondingly.
15145 * jit-lock.el (jit-lock-after-change): Update correspondingly.
15146 * progmodes/grep.el (font-lock-lines-before): Don't disable.
15147
15148 2006-03-15 Bill Wohler <wohler@newt.com>
15149
15150 * image.el (image-load-path-for-library): Fix example by not
15151 recommending that one binds image-load-path. Just defvar it to
15152 placate compiler and only use it if previously defined.
15153
15154 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
15155
15156 * textmodes/org.el (org-insert-centered): Use `string-width' to
15157 make underlining work for wide characters.
15158 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
15159 TAB to `org-cycle', to make sure that no binding in
15160 `outline-mode-map' can supercede it.
15161
15162 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
15163
15164 * allout.el: Increment version to 2.2.1 in file commentary.
15165
15166 (allout-version): Increment to 2.2.1.
15167
15168 (allout-default-layout): New customization variable, used when the
15169 file lacks a specific allout-layout. Uses allout-layout-type for
15170 recursively nested definition.
15171
15172 (allout-layout-type): Widget defining allout layouts, necessary for
15173 self-recursive definition.
15174
15175 (allout-mode): Incorporate allout-default-layout as fallback for
15176 allout-layout.
15177
15178 (allout-layout): Mark as 'safe-local-variable', and refer mention
15179 fallback to `allout-default-layout' in absence of a specified value.
15180 (allout-passphrase-verifier-string)
15181 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
15182
15183 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
15184
15185 (allout-get-encryption-passphrase-verifier): Use correct name of
15186 passphrase verifier in docstring.
15187
15188 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
15189
15190 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
15191 elements.
15192 (gdb-find-watch-expression): Make it work for arrays too.
15193 Follow change to gdb-var-list.
15194 (gud-watch): Allow the user to enter variable name with a prexix
15195 arg. Create keybindings.
15196 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15197 (gdb-var-list-children-handler, gdb-var-update-handler)
15198 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
15199 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
15200 Follow change to gdb-var-list.
15201 (gdb-starting): Don't show the overlay arrows when program is running.
15202
15203 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
15204 gdb-var-list.
15205
15206 2006-03-14 Bill Wohler <wohler@newt.com>
15207
15208 * image.el (image-load-path-for-library): Pass value of path
15209 rather than symbol. Always return list of directories.
15210 Guarantee that image directory comes first.
15211
15212 2006-03-14 Alan Mackenzie <acm@muc.de>
15213
15214 * font-core.el (font-lock-extend-region\(-function\)?.):
15215 New function/variable.
15216
15217 * font-lock.el (font-lock-after-change-function):
15218 Call font-lock-extend-region. Obey font-lock-lines-before.
15219 (font-lock-default-fontify-region): Remove reference to
15220 font-lock-lines-before.
15221
15222 * jit-lock.el (jit-lock-after-change):
15223 Call font-lock-extend-region. Obey font-lock-lines-before.
15224
15225 2006-03-14 David Ponce <david@dponce.com>
15226
15227 * tree-widget.el (tree-widget-themes-load-path)
15228 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15229
15230 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
15231
15232 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
15233 (rcirc-print): Mark the start of text at the end of the prompt.
15234 (rcirc-track-minor-mode): Add autoload cookie.
15235 (rcirc-update-activity-string): Add space to front of mode-line
15236 indicator.
15237
15238 2006-03-13 Miles Bader <miles@gnu.org>
15239
15240 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
15241 (rcirc-abbrev-nick): Remove function.
15242 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
15243
15244 2006-03-13 David Ponce <david@dponce.com>
15245
15246 * tree-widget.el: Handle themes across all occurrences of the main
15247 themes sub-directory found in tree-widget-themes-load-path.
15248 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15249 (tree-widget--locate-sub-directory): Return all occurrences.
15250 (tree-widget-themes-path): New function.
15251 Replace tree-widget-themes-directory, and return a list of directories.
15252 (tree-widget-set-parent-theme)
15253 (tree-widget-lookup-image): Use it.
15254
15255 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
15256
15257 * textmodes/org.el (org-link-search): Avoid self-matching of
15258 links, allow target text to be distributed over several lines.
15259 (org-search-not-link): New function.
15260 (org-set-regexps-and-options, org-get-current-options):
15261 New startup options.
15262 (org-export-as-html): Take odd-level setting from local variable.
15263 (org-fontify-emphasized-text): New option.
15264 (org-set-font-lock-defaults): Include emphasized text.
15265 (org-follow-mhe-link): Allow folder-only links, fix folder name.
15266 (org-font-lock): Customize group renamed from `org-faces'.
15267
15268 2006-03-13 John Paul Wallington <jpw@pobox.com>
15269
15270 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
15271 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
15272
15273 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
15274
15275 * cus-start.el (all): Delete :version keyword for members of the
15276 fringe group, since the entire group is new in 22.1.
15277
15278 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
15279
15280 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
15281 map if value is hexadecimal (an address).
15282 (gud-watch): Only search roots for existing watch expressions.
15283 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
15284 prevent caching problems with speedbar-update-directory-contents.
15285
15286 2006-03-12 Juri Linkov <juri@jurta.org>
15287
15288 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
15289 before comparing with `low' and `warn'.
15290
15291 * info.el (Info-dir-remove-duplicates): Move point to the
15292 beginning of the current line after deleting the entries from
15293 redundant heading. Use marker for `limit' and compare it with
15294 point before calling `re-search-forward'.
15295
15296 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
15297
15298 * simple.el (yank): Fix typo in docstring.
15299
15300 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
15301
15302 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
15303 messages, where "D" is the 6th character.
15304
15305 2006-03-11 Eli Zaretskii <eliz@gnu.org>
15306
15307 * simple.el (yank): Fix last change.
15308
15309 2006-03-11 David Ponce <david@dponce.com>
15310
15311 * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
15312 before merging elements from the standard ispell-dictionary-alist.
15313 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
15314 alist, and return the new alist.
15315
15316 2006-03-11 Richard Stallman <rms@gnu.org>
15317
15318 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
15319
15320 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
15321 the way it is implemented is too unclean.
15322
15323 * simple.el (kill-region, yank): Doc fix.
15324
15325 * battery.el (battery-echo-area-format): Doc fix.
15326 (battery-mode-line-format): Likewise.
15327 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
15328 (battery-linux-proc-acpi): Ignore batteries that say "charged".
15329
15330 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
15331
15332 * progmodes/octave-mod.el (octave-indent-for-comment):
15333 Behave according to do string.
15334
15335 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
15336
15337 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
15338 Be visible only if major mode is Mail Mode.
15339
15340 * textmodes/flyspell.el (flyspell-external-point-words)
15341 (flyspell-process-localwords): Fix last changes.
15342
15343 2006-03-11 Eli Zaretskii <eliz@gnu.org>
15344
15345 * calendar/holidays.el (list-holidays): Doc fix.
15346
15347 * international/mule.el (auto-coding-alist): Add .odt
15348 (OpenOffice's open document) files.
15349
15350 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
15351 document) files. Mention in the doc string the need to sync with
15352 auto-coding-alist.
15353
15354 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
15355
15356 * files.el (hack-local-variables-confirm): Don't prompt for ! if
15357 enable-local-variables is set to always query, or there is no
15358 savable variable.
15359
15360 2006-03-10 Bill Wohler <wohler@newt.com>
15361
15362 * image.el (image-load-path-for-library): Merge at least three
15363 functions from Gnus and MH-E into this one function that can now
15364 be shared.
15365
15366 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
15367
15368 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
15369 gdb-remove-mouse-face and remove help-echo too.
15370 (gdb-enqueue-input): Correct conditional clause.
15371
15372 2006-03-10 Glenn Morris <rgm@gnu.org>
15373
15374 * calendar/calendar.el (calendar-holidays): Doc fix.
15375 * calendar/holidays.el (list-holidays): Doc fix.
15376
15377 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
15378
15379 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
15380 it gets called in gdb-prompt anyway.
15381 (gdb-use-separate-io-buffer): Only restore window arrangement for
15382 gdb-many-windows.
15383 (gdb-enqueue-input): Make it harder to send GDB input when program
15384 is running.
15385 (gdb-buffer-list): New variable.
15386 (gdb-remove-mouse-face): New function.
15387 (gdb-starting): Use it when GDB input won't get sent.
15388
15389 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
15390
15391 * help.el (view-lossage): Remove trailing whitespace before
15392 inserting "\n".
15393
15394 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
15395
15396 * files.el (hack-local-variables-confirm):
15397 Set coding-system-for-read to nil before writing to .emacs.
15398
15399 * arc-mode.el (archive-extract): Check if an existing buffer name
15400 comes from a different archive.
15401
15402 * help.el (describe-key-briefly): If KEY is a down event, read and
15403 discard the up event.
15404
15405 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
15406
15407 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
15408 be edited and use font-lock-warning-face for any changes.
15409
15410 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
15411 (gdb-edit-value): Use it to report any errors.
15412
15413 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
15414
15415 * help.el (describe-key): Remove leftover test code.
15416
15417 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
15418
15419 * textmodes/org.el: Move defvars out of eval-when-compile.
15420 Use buffer-file-name variable.
15421 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
15422 arg `file'.
15423 (org-level-faces): Remove startup dependency.
15424 (org-cycle, org-map-tree, org-scan-tags)
15425 (org-remember-handler): Don't call `outline-level' directly.
15426 (org-mhe-search-all-folders): New option.
15427 (org-mhe-get-message-folder-from-index)
15428 (org-mhe-get-message-folder): Fix indexing search.
15429 (org-format-agenda-item): Handle nil TAGS argument.
15430 (org-cleaned-string-for-export, org-activate-target-links)
15431 (org-make-target-link-regexp): Deal with empty radio target list.
15432 (org-tag): New face.
15433 (org-get-level-face): New function.
15434 (org-set-font-lock-defaults): Simplify setup for headlines.
15435 (org-complete): Pass common substring to `display-completion-list'.
15436
15437 2006-03-06 David Ponce <david@dponce.com>
15438
15439 * tree-widget.el: Update Commentary header.
15440 (tree-widget-theme-name): Ignore parent themes.
15441 (tree-widget-set-parent-theme): New function.
15442 (tree-widget-set-theme): Use it.
15443 (tree-widget-set-image-properties): Move definition. Does nothing
15444 if image properties have already been set.
15445 (tree-widget-image-properties): Move definition. Receive an image
15446 name. Set the :pointer property.
15447 (tree-widget-lookup-image): Doc fix. Search in parent themes.
15448 Don't set the :pointer image property.
15449 (tree-widget-convert-widget): New function. Handle :dynargs
15450 compatibility here.
15451 (tree-widget): Use it to :convert-widget. Add the :expander-p
15452 predicate to control when the :expander function is entered.
15453 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
15454 (tree-widget-value-create): Handle :expander-p. widget-apply
15455 :expander.
15456 (tree-widget-expander-p): New function. Default value of the
15457 :expander-p property.
15458
15459 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
15460
15461 * help.el (describe-key): Properly handle the return value of
15462 read-key-sequence when grabbing an up-event. Cleanup mouse-1
15463 remaps. Handle string and vector `follow-link' values.
15464
15465 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
15466
15467 * complete.el (PC-expand-many-files): Try be more careful when parsing
15468 the shell's output.
15469
15470 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
15471
15472 * outline.el (hide-sublevels): Provide better interactive default.
15473
15474 2006-03-06 Kenichi Handa <handa@m17n.org>
15475
15476 * international/fontset.el (create-fontset-from-fontset-spec):
15477 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
15478
15479 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
15480
15481 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
15482 backslashes instead of one in regexp.
15483 (gud-tooltip-dereference): Add missing optional argument.
15484
15485 2006-03-04 John Paul Wallington <jpw@pobox.com>
15486
15487 * wdired.el (toplevel): Require `cl' at compile-time.
15488
15489 2006-03-04 Andreas Schwab <schwab@suse.de>
15490
15491 * server.el (server-process-filter): Handle errors during
15492 evaluation of the argument.
15493
15494 2006-03-03 John Paul Wallington <jpw@pobox.com>
15495
15496 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
15497 escape parentheses at beginning of line.
15498 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
15499 (t-mouse-mode): Remove period from end of error message.
15500
15501 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
15502
15503 * textmodes/flyspell.el (flyspell-process-localwords):
15504 Be case-sensitive.
15505
15506 2006-03-03 Martin Rudalics <rudalics@gmx.at>
15507
15508 * cus-edit.el (custom-quote): Remove function, since it has been
15509 moved to custom.el.
15510
15511 * font-lock.el (lisp-font-lock-keywords-2)
15512 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
15513 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
15514 they have no special meaning.
15515
15516 * midnight.el (clean-buffer-list): Handle case where base-buffer of
15517 indirect buffer gets killed before indirect buffer. Use dolist.
15518
15519 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15520
15521 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
15522 value instead of a literal constant (1) on more pauses.
15523
15524 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
15525
15526 * textmodes/flyspell.el (flyspell-external-point-words):
15527 Be case-sensitive.
15528
15529 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
15530
15531 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
15532 with "www".
15533
15534 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15535
15536 * allout.el: Restablish intermediate missing comment header to
15537 preserve outline structure.
15538 (allout-beginning-of-current-entry): Skip invisible text.
15539 (allout-open-topic): Fix opening a topic at end-of-buffer.
15540 (allout-minor-mode): Move nearer to allout-mode function.
15541
15542 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
15543
15544 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
15545
15546 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
15547
15548 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
15549 is nil.
15550
15551 * progmodes/gud.el (gud-speedbar-menu-items):
15552 Use buffer-local-value and add missing :visible keyword.
15553
15554 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
15555
15556 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
15557
15558 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
15559 must be `follow-link'.
15560
15561 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
15562
15563 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
15564 formatting: No nested anchors.
15565 (org-all-targets): Fix bug with XEmacs compatibility.
15566 (org-read-date): Add (require 'parse-time).
15567 (org-set-tags): Fix bug with extra inserted space.
15568 (org-export-html-style): Define a style class for targets.
15569 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
15570 (org-hide-leading-stars): New option.
15571 (org-hide): New face.
15572 (org-set-font-lock-defaults): Allow to hide leading stars.
15573 (org-get-legal-level, org-tr-level): New functions.
15574 (org-odd-levels-only): New option.
15575 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
15576 (org-demote, org-promote): Deal with double-star levels.
15577 (org-convert-to-odd-levels): New command.
15578
15579 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
15580
15581 * speedbar.el (speedbar-update-localized-contents): Try to
15582 preserve window-start.
15583 (speedbar-update-directory-contents): Try to preserve window-start
15584 and window-point.
15585 (speedbar-update-special-contents): Don't move back to start of window.
15586
15587 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
15588 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
15589 speedbar-timer-fn.
15590 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
15591 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
15592 instead of gdb-speedbar-timer-fn.
15593
15594 2006-02-28 Jay Belanger <belanger@truman.edu>
15595
15596 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
15597 (math-compose-expr): Use latex option when calling
15598 `math-compose-tex-matrix' for latex mode.
15599
15600 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
15601
15602 * speedbar.el: Re-instate comments about developing for speedbar
15603 [this is what info and gdb-ui use even if better methods exist now].
15604
15605 * t-mouse.el: New file.
15606 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
15607 (t-mouse-lispy-buffer-posn-from-coords): Remove.
15608 (t-mouse-make-event-element): Use posn-at-x-y instead.
15609 (t-mouse-make-event): Deal with Fedora Core 3.
15610 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
15611 (t-mouse-mouse-position-function): New function. Use it instead
15612 of advising mouse-position.
15613 (t-mouse-mode): New minor mode.
15614 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
15615
15616 2006-02-27 Glenn Morris <rgm@gnu.org>
15617
15618 * calendar/calendar.el (calendar-holidays): Doc fix.
15619
15620 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
15621
15622 * progmodes/gdb-ui.el (gdb-source-window): New variable.
15623 Re-introduce the concept of a source window.
15624 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
15625 consistency with get-buffer-create.
15626 (def-gdb-auto-update-handler, gdb-info-locals-handler)
15627 (gdb-data-list-register-values-handler)
15628 (gdb-stack-list-locals-handler): Try to preserve window-start as
15629 well as window-point.
15630 (gdb-display-source-buffer): New function (old concept).
15631 (gdb-goto-breakpoint): Use it.
15632
15633 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
15634 for gdb-ui/gdb-mi (old concept).
15635
15636 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
15637
15638 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
15639 binding.
15640
15641 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
15642
15643 * textmodes/reftex-sel.el (reftex-select-label-map)
15644 (reftex-select-bib-map): Add `follow-mouse' binding.
15645
15646 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
15647
15648 * jka-cmpr-hook.el (jka-compr-compression-info-list)
15649 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
15650 Give :set functions to provide automatic updating.
15651 Update docstring. Give compiler defvars early in the file
15652 and move the defcustoms to a later spot where all called functions
15653 are defined.
15654 (jka-compr-file-name-handler-entry): Doc fix.
15655 (jka-compr-compression-info-list--internal)
15656 (jka-compr-mode-alist-additions--internal)
15657 (jka-compr-load-suffixes--internal): New variables.
15658 (jka-compr-install): Set the three above variables.
15659 Update `load-file-rep-suffixes' instead of `load-suffixes'.
15660 (jka-compr-update, jka-compr-set): New functions.
15661 (auto-compression-mode): Doc fix.
15662
15663 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
15664 Update `load-file-rep-suffixes' instead of `load-suffixes'.
15665 Use jka-compr-compression-info-list--internal,
15666 jka-compr-mode-alist-additions--internal and
15667 jka-compr-load-suffixes--internal.
15668
15669 * files.el (load-library):
15670 * loadhist.el (file-loadhist-lookup):
15671 * startup.el (command-line):
15672 * subr.el (locate-library):
15673 * emacs-lisp/autoload.el (update-directory-autoloads):
15674 * emacs-lisp/find-func.el (find-library-suffixes):
15675 Use `get-load-suffixes' instead of `load-suffixes'.
15676
15677 * subr.el (locate-library):
15678 * emacs-lisp/find-func.el (find-library-name):
15679 Use `load-file-rep-suffixes' instead of '("").
15680
15681 2006-02-26 Kim F. Storm <storm@cua.dk>
15682
15683 * ido.el (ido-save-history, ido-load-history): Simplify.
15684 Don't use find-file-noselect to avoid interference from other modes.
15685
15686 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
15687
15688 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
15689 to use the default shell if filename is not available.
15690 Reported by Giorgos Keramidas.
15691
15692 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
15693
15694 * progmodes/etags.el (tags-completion-table): Do completion from
15695 all the tables in the current list, as documented in the manual.
15696
15697 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15698
15699 * CC Mode Update to 5.31.3.
15700
15701 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15702
15703 * progmodes/cc-mode.el (c-postprocess-file-styles):
15704 Bind inhibit-read-only to t, around the call to
15705 c-remove-any-local-eval-or-mode-variables, so that it works on a
15706 RO file.
15707
15708 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15709
15710 * progmodes/cc-awk.el: Correct a typo.
15711
15712 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15713
15714 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
15715 c-hungry-delete-backwards, at the request of RMS. Leave the old
15716 name as an alias.
15717
15718 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15719
15720 * progmodes/cc-mode.el: Correct a typo.
15721
15722 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15723
15724 * progmodes/cc-defs.el: Update the version number to 5.31.3.
15725
15726 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15727
15728 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
15729 brace-else-brace (error due to mbeg, mend being undefined).
15730
15731 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15732
15733 * progmodes/cc-mode.el: File Local variables: Solve the problem
15734 where both `mode' and c-file-offsets are specified: `mode' will
15735 overwrite c-f-o's settings:
15736 (c-remove-any-local-eval-or-mode-variables): New function.
15737 (c-postprocess-file-styles): Call the above new function, within
15738 c-tentative-buffer-change, to splat `mode' and `eval' before the
15739 second hack-local-variables.
15740
15741 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15742
15743 * progmodes/cc-mode.el:
15744 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
15745 (c-after-change): Protect the match data with save-match-data.
15746 It was getting corrupted by c-after-change-check-<>-operators.
15747
15748 * progmodes/cc-defs.el: [Supersedes patch V1.38]:
15749 (top level): Check for a buggy font-lock-compile-keywords ONLY in
15750 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
15751
15752 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
15753 with save-match-data. It was being corrupted when Font Lock was
15754 not enabled.
15755
15756 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15757
15758 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
15759 Mode and Subword Mode.
15760
15761 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
15762 real labels ("case 1:" or "foo:") from non-labels ("public:").
15763 (c-forward-objc-directive): Replace c-forward-token-2 with crude
15764 coding; c-f-t-2 doesn't move over a token at EOB.
15765
15766 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
15767
15768 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
15769 (c-update-modeline): Concatenate the minor mode indicators
15770 directly onto mode-name, removing c-submode-indicators.
15771 Sometimes, c-s-i got separated from the mode name on the mode line.
15772
15773 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
15774 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
15775
15776 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15777
15778 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
15779 error message when there's an evaluation error to show whether
15780 it's loaded from source or not.
15781 (c-filter-ops): Make it available at runtime too to work when
15782 `c-make-init-lang-vars-fun' needs to evaluate from source.
15783
15784 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
15785
15786 * help.el (help): Revert last part of 2006-02-23 change (deletion
15787 of the `provide' call).
15788
15789 2006-02-23 Juri Linkov <juri@jurta.org>
15790
15791 * compare-w.el (compare-windows-highlight): Add new value
15792 `persistent' and change :type from `boolean' to `choice'.
15793 (compare-windows-overlays1, compare-windows-overlays2):
15794 New internal variables.
15795 (compare-windows-highlight): If compare-windows-highlight is
15796 `persistent', add current overlays to compare-windows-overlays[12]
15797 instead of adding compare-windows-dehighlight to pre-command-hook.
15798 (compare-windows-dehighlight): Delete all overlays from
15799 compare-windows-overlays[12].
15800
15801 * info.el (Info-search): Don't bind search-spaces-regexp to
15802 Info-search-whitespace-regexp in non-regexp isearch mode.
15803
15804 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15805
15806 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
15807
15808 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
15809
15810 * textmodes/org.el (org-xemacs-p)
15811 (org-export-html-show-new-buffer, org-table-may-need-update)
15812 (org-insert-item, org-mhe-get-message-real-folder)
15813 (org-mhe-get-message-folder-from-index)
15814 (org-mhe-get-message-folder, org-mhe-get-message-num)
15815 (org-mhe-get-header, org-make-org-heading-search-string)
15816 (org-make-org-heading-camel, org-table-sort-lines)
15817 (org-format-org-table-html, org-format-table-table-html):
15818 Fix typos in docstrings.
15819
15820 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
15821
15822 * textmodes/org.el (org-cleaned-string-for-export)
15823 (org-solidify-link-text): New function.
15824 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
15825 XEmacs, just to silence the compiler.
15826 (org-export-as-ascii, org-export-as-html-and-open):
15827 Use `org-cleaned-string-for-export' and create internal links.
15828 (org-follow-mhe-link): Require mh-e, use folder.
15829
15830 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
15831
15832 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
15833
15834 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
15835 gdb-debug-log-length.
15836 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
15837 it a real ring but...
15838 (gud-gdba-marker-filter): ...make it work like mark-ring.
15839 (gdb-enable-debug): Rename from gdb-enable-debug-log.
15840 (gdb-mouse-jump): New function. Add bindings.
15841
15842 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
15843
15844 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
15845 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
15846 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
15847 (gdb-debug-log-length): Customize it's length.
15848 (gud-watch, gdb-var-create-handler): Display function::var format
15849 but don't use to create variable object.
15850 (gdb-var-create-handler): Use message-box in place of message.
15851 (gdb-stopped): Call gdb-exited if signalled.
15852
15853 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
15854
15855 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
15856
15857 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
15858
15859 * textmodes/reftex.el (reftex-locate-file): Search all extensions
15860 if `reftex-try-all-extensions' is set.
15861
15862 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
15863 fail silently when there is no valid argument at point.
15864 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
15865 `fail-silently' argument. From a patch by David Reiter.
15866
15867 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
15868 New commands.
15869 (org-mark-ring): New variable.
15870 (org-mark-ring-length): New option.
15871 (org-open-at-point, org-goto, org-open-file): Push old position
15872 onto the mark ring.
15873 (org-add-hook): New function.
15874 (org-export-table-remove-special-lines): New option.
15875 (org-skip-comments, org-format-org-table-html): Respect new
15876 option `org-export-table-remove-special-lines'.
15877 (org-open-file): Allow special command configuration for
15878 directory link.
15879 (org-file-apps): Fix bugs in customize type, added setting
15880 for directories.
15881 (org-activate-tags, org-format-agenda-item, org-complete)
15882 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
15883 (org-get-tags, org-get-buffer-tags, org-open-at-point)
15884 (org-link-search, org-make-org-heading-search-string)
15885 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
15886 (org-radio-targets, org-file-link-context-use-camel-case)
15887 (org-activate-camels): New options.
15888 (org-update-radio-target-regexp, org-all-targets)
15889 (org-make-target-link-regexp, org-activate-target-links):
15890 New functions.
15891 (org-make-org-heading-search-string): New function.
15892 (org-store-link, org-insert-link): Use new option
15893 `org-file-link-context-use-camel-case'.
15894 (org-activate-camels): Use new option `org-activate-camels'.
15895 (org-link-regexp): Add mhe prefix.
15896 (org-open-at-point, org-store-link): Support for mhe links.
15897 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
15898 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
15899 (org-mhe-get-header, org-follow-mhe-link): New functions.
15900 (org-remove-angle-brackets, org-add-angle-brackets):
15901 New functions.
15902 (org-bracket-link-regexp): New constant.
15903 (org-read-date): Fix bug that was rejecting all typed dates.
15904 (org-link-search): Make hierarchy above visible after a match.
15905 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
15906 (org-store-link): Fix bug with link creation when cursor is in
15907 an empty line.
15908 (org-open-at-point): Fix bug with matching a link.
15909 Fixed buggy argument sequence in call to `org-view-tags'.
15910 (org-compile-prefix-format): Set `org-prefix-has-tag'.
15911 (org-prefix-has-tag): New variable.
15912 (org-format-agenda-item): Remove tags from headline
15913 if appropriate.
15914 (org-agenda-remove-tags-when-in-prefix): New option.
15915
15916 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
15917
15918 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
15919 Fix the regular expressions.
15920
15921 2006-02-21 Richard M. Stallman <rms@gnu.org>
15922
15923 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
15924 if there's no other specific basis.
15925
15926 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
15927 as variables at all.
15928 (unsafep-variable): Rename arg; doc fix.
15929
15930 * abbrevlist.el (list-one-abbrev-table): Add autoload.
15931
15932 * calendar/appt.el (diary-selective-display): Add defvar.
15933
15934 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
15935
15936 * isearch.el (search-whitespace-regexp): Fix custom type.
15937
15938 * help.el (describe-key-briefly): Compute interactive args
15939 in same was as before previous change.
15940
15941 * files.el (enable-local-variables): Doc fix.
15942
15943 2006-02-21 Kim F. Storm <storm@cua.dk>
15944
15945 * fringe.el: Cleanup as file is now pre-loaded.
15946 (fringe-bitmaps): Initialize unconditionally.
15947 (fringe-mode, set-fringe-style): Remove autoload cookies.
15948
15949 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
15950
15951 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
15952 `horizontal-bar'.
15953 (fringe-cursor-alist): Use `horizontal-bar'.
15954
15955 2006-02-20 Kim F. Storm <storm@cua.dk>
15956
15957 * fringe.el (fringe-bitmaps): Update to new bitmap names.
15958 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
15959
15960 * loadup.el: Load "fringe" on window systems.
15961
15962 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
15963
15964 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
15965 out of scope components.
15966
15967 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
15968 default.
15969
15970 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
15971
15972 * custom.el (customize-mark-to-save, customize-mark-as-set):
15973 Load the symbol first.
15974
15975 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
15976
15977 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
15978 strech spec so it doesn't display as "^J" on the header line
15979 when `Buffer-menu-use-header-line' is t.
15980
15981 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
15982
15983 * speedbar.el (speedbar-make-button): Keep text properties
15984 of string arguments if desired.
15985
15986 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
15987 expessions.
15988
15989 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
15990 of speedbar.
15991
15992 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
15993
15994 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
15995 to value of `read-file-name-completion-ignore-case'.
15996
15997 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
15998
15999 * custom.el (customize-mark-as-set): Push to `user' theme.
16000
16001 * cus-edit.el (custom-save-variables): Allow unthemed values.
16002 (customize-set-variable): Push setting to `user' theme.
16003
16004 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
16005
16006 * progmodes/gud.el: Don't require font-lock as it's now
16007 automatically loaded.
16008 (gud-speedbar-buttons): Replace gdb-var-changed with
16009 gdb-force-update.
16010
16011 * progmodes/gdb-ui.el (gdb-force-update): Rename from
16012 gdb-var-changed.
16013 (gdb-post-prompt): Use it.
16014 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
16015 (gdb-var-update-handler, gdb-var-delete)
16016 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
16017 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
16018 gdb-force-update in gdb-post-prompt.
16019 (gdb-reset): Clear watch expressions from speedbar when quitting.
16020
16021 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
16022
16023 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
16024 (viper-change-state-to-vi, viper-change-state-to-emacs):
16025 Make aware of cursor coloring in the Emacs state.
16026 (viper-special-read-and-insert-char): Use read-char-exclusive.
16027 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
16028
16029 * emulation/viper-init.el (viper-emacs-state-cursor-color):
16030 New variable.
16031
16032 * emulation/viper-util.el (viper-save-cursor-color)
16033 (viper-get-saved-cursor-color-in-replace-mode)
16034 (viper-get-saved-cursor-color-in-insert-mode)
16035 (viper-restore-cursor-color): Make aware of the cursor color
16036 in Emacs state.
16037 (viper-get-saved-cursor-color-in-emacs-mode): New function.
16038
16039 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
16040 (ediff-ignore-case-option3, ediff-actual-diff-options)
16041 (ediff-actual-diff3-options): New variables to control case sensitivity.
16042 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
16043 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
16044 (ediff-toggle-ignore-case): New function.
16045 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
16046
16047 * ediff-help.el (ediff-long-help-message-narrow2)
16048 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
16049 (ediff-long-help-message-word-mode): Add ignore-case command.
16050 (ediff-help-for-quick-help): Add ignore-case command.
16051
16052 * ediff-merg.el: Move provide to the end.
16053
16054 * ediff-ptch.el: Move provide to the end.
16055
16056 * ediff-wind.el: Move provide to the end.
16057
16058 * ediff-mult.el: Move provide to the end.
16059 (ediff-set-meta-overlay): Enable follow-link.
16060
16061 * ediff.el: Move provide to the end.
16062 Break recursive load cycle in eval-when-compile.
16063 (ediff-patch-buffer): Better heuristics.
16064
16065 * ediff-util.el: Move provide to the end.
16066 Break recursive load cycle in eval-when-compile.
16067 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
16068 defuns.
16069 (ediff-submit-report): Pass the values of ediff-diff3-program,
16070 ediff-diff3-options.
16071
16072 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
16073
16074 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
16075 the opening bracket of the following bracketing pairs: {}, [], (), <>,
16076 `' (for example, in the docstring of `windmove-default-keybindings').
16077
16078 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
16079
16080 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
16081 shadow face. Don't provide binding to edit variable when it is
16082 out of scope.
16083
16084 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
16085 (gdb-var-update-handler): Detect out of scope variables with pre
16086 GDB 6.4 too.
16087 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
16088 Reset status of variable objects to nil in update handlers.
16089 (gdb-var-update-handler-1): Detect when a variable object comes
16090 in scope. setcar on var changes gdb-var-list directly.
16091
16092 2006-02-17 Juri Linkov <juri@jurta.org>
16093
16094 * ffap.el (ffap) <defface>: Add explicit face declaration.
16095 (ffap-highlight): Use face `ffap' directly instead of checking
16096 for its existence.
16097
16098 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
16099 `visible-ok' of `other-buffer' to find the right original buffer.
16100
16101 * info.el (Info-search): Skip `Local Variables' node.
16102
16103 2006-02-17 Juri Linkov <juri@jurta.org>
16104
16105 * info.el (Info-find-file): Check for symbols `apropos', `history',
16106 `toc' in the input filename, and return these symbols as is.
16107 (Info-find-node-2): Set Info-current-file to symbols `apropos',
16108 `history', `toc' instead of strings.
16109 (Info-set-mode-line): For non-string Info-current-file use the
16110 symbol's name inside **.
16111 (Info-isearch-push-state): Add quote before Info-current-file and
16112 Info-current-node.
16113 (Info-isearch-pop-state): Use `equal' instead of `string='.
16114 (Info-extract-pointer, Info-following-node-name): Use
16115 `match-string-no-properties' instead of `match-string'.
16116 (Info-up): Check `old-file' for `stringp'.
16117 (Info-history): Use `equal' instead of `string-equal'.
16118 Check `file' for `stringp'.
16119 (Info-history): Use symbol `history' instead of string as first arg
16120 of `Info-find-node'.
16121 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
16122 `toc' instead of string.
16123 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
16124 instead of `buffer-substring', and `match-string-no-properties'
16125 instead of `match-string'.
16126 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
16127 instead of strings.
16128 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
16129 Use symbol `apropos' instead of string.
16130 (Info-copy-current-node-name): Check `Info-current-file' for
16131 `stringp' and construct a command with `Info-find-node' from it.
16132 (Info-fontify-node): Use `match-string-no-properties' instead of
16133 `match-string' and check file names for `stringp'.
16134 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
16135 `history', `toc' instead of strings.
16136
16137 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
16138
16139 * files.el: Rearrange functions and variables in the file local
16140 variables section.
16141
16142 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
16143
16144 * files.el: Add truncate-lines, ispell-check-comments and
16145 ispell-local-dictionary as safe local variables.
16146
16147 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
16148
16149 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
16150 out of scope variables.
16151 (gud-speedbar-buttons): Use unless.
16152
16153 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
16154 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
16155 (gdb-show-changed-values): Also use for out of scope variables.
16156 (gdb-var-update-handler-1): Note if variable goes out of scope.
16157
16158 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
16159
16160 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
16161 default to global variable values for unsupplied args.
16162 (rcirc-get-buffer-create): Fix bug with setting the target.
16163 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
16164 test for rcirc-always-use-server-buffer-flag here.
16165 (rcirc-response-formats): Add %N, which is a facified nick. %n
16166 uses the default face. Change the ACTION format string. If the
16167 "nick" is the server, don't print anything for that field.
16168 Comment fixes.
16169 (rcirc-target-buffer): Don't test
16170 rcirc-always-use-server-buffer-flag here.
16171 (rcirc-print): Squeeze extra spaces out of the text before message.
16172 (rcirc-put-nick-channel): Strip potential "@" char from nick
16173 before adding them to nick table.
16174 (rcirc-url-regexp): Improve to match address like "foo.com".
16175
16176 2006-02-17 Eli Zaretskii <eliz@gnu.org>
16177
16178 * allout.el (allout-hidden-p): Move this defsubst before
16179 allout-overlay-interior-modification-handler, where it is first
16180 used.
16181
16182 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
16183
16184 * allout.el: Use allout invisible-text overlays instead of
16185 selective display for concealed text. Also, lots of general
16186 cleanup, and improved compatibility code.
16187
16188 (allout-version): Incremented, corrected, revised, and refined
16189 module commentary.
16190
16191 (provide 'allout): Moved to the bottom, added a require of overlay.
16192
16193 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
16194 `except-current'.
16195 (allout-write-file-hook-handler): Minimize delay.
16196 (count-trailing-whitespace-region): New function so
16197 auto-encryption of current topic can resituate cursor exactly.
16198 PGP/GPG encryption trims trailing whitespace from lines, which
16199 must be accounted for across encryption then decryption.
16200
16201 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
16202 just plain "\C-c", to avoid intruding on user's keybinding space.
16203
16204 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
16205 parameter, so user request to provide a new password is done.
16206
16207 (allout-outside-normal-auto-fill-function, allout-auto-fill):
16208 Refined mechanism for auto-filling behavior while in allout mode.
16209
16210 (allout-mode): Explicitly specify the mode map in the docstring.
16211 Clarify provision for various write-file hook var names.
16212 Adjusted for invisible-text overlays instead of selective-display.
16213
16214 (allout-depth): Really return 0 if not within any topic. This
16215 rectifies `allout-beginning-of-level' and sequence numbering
16216 errors that occur when cutting and pasting numbered topics.
16217 Changed from a in-line subst to a regular function, as well.
16218
16219 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
16220
16221 (allout-end-of-subtree, allout-end-of-subtree)
16222 (allout-end-of-entry, allout-end-of-current-heading)
16223 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
16224 (allout-show-children, allout-show-to-offshoot)
16225 (allout-hide-current-entry, allout-show-current-entry): Rectified
16226 handling of trailing blank lines between items.
16227
16228 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
16229 (allout-current-depth, allout-unprotected, allout-hidden-p)
16230 (allout-on-current-heading-p, allout-listify-exposed)
16231 (allout-chart-subtree, allout-goto-prefix)
16232 (allout-back-to-current-heading, allout-get-body-text)
16233 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
16234 (allout-hide-region-body, allout-toggle-subtree-encryption)
16235 (allout-encrypt-string, allout-encrypted-key-info)
16236 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
16237 (allout-file-vars-section-data): Adjusted for use with
16238 invisible-text overlays instead of selective-display.
16239
16240 (allout-kill-line, allout-kill-topic, allout-yank-processing):
16241 Reworked for use with invisible text overlays.
16242
16243 (allout-current-topic-collapsed-p): New function.
16244
16245 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
16246 to know when to close the containing topic.
16247
16248 (allout-pre-command-business, allout-post-command-business):
16249 Simplify undo-batching and dynamic isearch exposure.
16250
16251 (allout-set-overlay-category): New for invisible-text overlays.
16252 Sets properties of allout-overlay-category, used by
16253 allout-flag-region to set invisible-text overlay properties.
16254 (allout-get-invisibility-overlay): Get the first qualifying
16255 invisibility overlay, so we can find the extent of it.
16256 (allout-back-to-visible-text): Get to just before the beginnining
16257 of the current invisibility overlay, if any.
16258
16259 (allout-overlay-insert-in-front-handler)
16260 (allout-overlay-interior-modification-handler)
16261 (allout-before-change-handler, allout-isearch-end-handler): New
16262 functions to handle extraordinary actions affecting concealed
16263 text.
16264
16265 (allout-flag-region): Use overlays instead of selective-display
16266 for invisible text - by inheritence from the properties of
16267 allout-overlay-category in mainline Emacs, and applied
16268 property-by-property in XEmacs, some recent versions of which
16269 don't inherit the properties from the category. Provisions to
16270 respond to concealed-text edits simplified drastically.
16271
16272 (allout-isearch-rectification, allout-isearch-was-font-lock)
16273 (allout-isearch-expose, allout-enwrap-isearch)
16274 (allout-isearch-abort, allout-pre-was-isearching)
16275 (allout-isearch-prior-pos, allout-isearch-did-quit)
16276 (allout-isearch-dynamic-expose)
16277 (allout-hide-current-entry-completely): Functions deleted.
16278
16279 (allout-undo-aggregation): Explicit undo aggregation no longer
16280 necessary due to transition away from selective-display.
16281
16282 (set-allout-regexp, allout-up-current-level)
16283 (allout-next-visible-heading, allout-forward-current-level)
16284 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
16285 (allout-kill-line, allout-yank-processing, allout-show-children)
16286 (allout-expose-topic, allout-old-expose-topic)
16287 (allout-listify-exposed, allout-insert-latex-header)
16288 (allout-toggle-subtree-encryption, allout-encrypt-string)
16289 (remove-from-invisibility-spec, allout-hide-current-subtree):
16290 Ditched unused variables.
16291
16292 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
16293
16294 * textmodes/ispell.el (ispell-change-dictionary): Call
16295 ispell-buffer-local-dict instead of
16296 ispell-accept-buffer-local-defs.
16297 (ispell-local-dictionary-alist): Accept as valid any coding-system
16298 supported by Emacs.
16299 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
16300 changed to iso-8859-3.
16301
16302 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
16303
16304 * speedbar.el (speedbar-frame-width): Make an inline function
16305 instead of a macro. Use frame-width.
16306 (speedbar-try-completion, speedbar-update-contents)
16307 (speedbar-timer-fn): Use consp.
16308 (speedbar-update-localized-contents): Try to preserve point.
16309
16310 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
16311 (menu): Re-order menu items.
16312 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
16313 field.
16314 (gdb-var-update-handler-1): Use it for GDB 6.4+.
16315 (gdb-post-prompt): Speed things by not forcing update.
16316
16317 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
16318
16319 * wid-edit.el (widget-button-click): For mouse-1, cancel button
16320 press and perform default action if we get a mouse movement event.
16321
16322 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
16323
16324 * calendar/icalendar.el (icalendar--get-event-property)
16325 (icalendar--get-event-property-attributes): Fix typos in
16326 docstrings.
16327
16328 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
16329 docstring.
16330
16331 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
16332
16333 * bs.el (bs-mode): Use `buffer-disable-undo'.
16334 (bs--get-file-name): Simplify.
16335 (bs-show-in-buffer): Mark the buffer as not modified.
16336
16337 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16338
16339 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
16340 widget-button-click.
16341
16342 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
16343 (custom-mode): Update docstring.
16344
16345 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
16346 binding.
16347
16348 * files.el (hack-local-variables-confirm): Allow scrolling if the
16349 file variable list is too long. Kill temp buffer after use.
16350
16351 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
16352
16353 * progmodes/gud.el (gdb): Improve doc string.
16354 (gdb-script-font-lock-keywords): Expand allowed character set.
16355
16356 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
16357 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
16358 (gdb-separate-io-interrupt, gdb-separate-io-quit)
16359 (gdb-separate-io-stop, gdb-separate-io-eof):
16360 Rename from gdb-inferior-* to gdb-separate-*.
16361 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
16362
16363 2006-02-14 Jay Belanger <belanger@truman.edu>
16364
16365 * calc/calc-arith.el (math-check-known-scalarp): Make sure
16366 expression is a symbol before checking that it is bound.
16367
16368 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
16369 test to see if equation can be solved.
16370
16371 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16372
16373 * wid-edit.el (widget-button-click): Use :pressed-face property
16374 for overlay face, if it exists.
16375
16376 * cus-edit.el (custom-manual, custom-add-see-also)
16377 (custom-add-parent-links, custom-group-link): Add :pressed-face
16378 property to links.
16379
16380 * files.el (hack-local-variables): Remove ignored variables before
16381 checking if any variables need setting.
16382
16383 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16384
16385 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
16386
16387 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
16388
16389 * help.el (where-is): Fix message for remapped commands.
16390
16391 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
16392 Fix typos in docstrings.
16393
16394 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
16395
16396 * files.el (safe-local-variable-values): New option.
16397 (hack-local-variables-prop-line): Return a list of variable-value
16398 pairs if MODE-ONLY is non-nil.
16399 (hack-local-variables): Construct list of variable-value pairs,
16400 and apply or reject them in one go. Ask for confirmation if
16401 variables are not known safe.
16402 (hack-local-variables-confirm): Complete rewrite. Support
16403 `safe-local-variable-values'.
16404 (enable-local-variables): Update docstring to reflect new
16405 behavior.
16406 (ignored-local-variables): Ignore ignored-local-variables and
16407 safe-local-variable-values.
16408 (safe-local-variable-p): New function.
16409 (risky-local-variable-p): `safe-local-variable' property check
16410 moved to safe-local-variable-p.
16411 (hack-one-local-variable): Checks moved to hack-local-variables.
16412
16413 (byte-compile-dynamic, c-basic-offset, c-file-style)
16414 (c-indent-level, comment-column, fill-column, fill-prefix)
16415 (indent-tabs-mode, kept-new-versions, no-byte-compile)
16416 (no-update-autoloads, outline-regexp, page-delimiter)
16417 (paragraph-start, paragraph-separate, sentence-end)
16418 (sentence-end-double-space tab-width, version-control):
16419 Add `safe-local-variable' property.
16420
16421 * find-lisp.el: Delete nonexistent `autocompile' file variable.
16422
16423 * icomplete.el, play/landmark.el: Change nonexistent
16424 `outline-layout' file variable to `allout-layout'.
16425
16426 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
16427
16428 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
16429 (gdb-get-changed-registers): Test value of gud-minor-mode relative
16430 to gud-comint-buffer.
16431 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
16432 gdb-ui.el for gdb-mi.el.
16433 (gdb-post-prompt, gdb-get-changed-registers): Move test for
16434 registers buffer to gdb-get-changed-registers.
16435 (gdb-breakpoint-regexp): New regexp. Allow toggling and
16436 deletion of catchpoints (throw and catch).
16437 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16438 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
16439 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
16440 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
16441 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
16442
16443 2006-02-13 Jay Belanger <belanger@truman.edu>
16444
16445 * calc/calc-arith.el (math-check-known-matrixp): Make sure
16446 expression is a symbol before checking that it is bound.
16447
16448 2006-02-13 Richard M. Stallman <rms@gnu.org>
16449
16450 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
16451 for the minibuffer too, but not if resize-mini-windows will interfere.
16452
16453 * help.el (describe-key-briefly, describe-key): Do all arg-reading
16454 inside `interactive' spec.
16455 (describe-key-briefly-internal, describe-key-internal):
16456 Functions merged back into their callers.
16457
16458 2006-02-13 Martin Rudalics <rudalics@gmx.at>
16459
16460 * info.el (info-xref-visited): Inherit from info-xref too.
16461 (Info-set-mode-line): Replace occurrences of `%' by `%%'
16462 when propertizing Info-current-file and Info-current-node.
16463
16464 2006-02-13 Juri Linkov <juri@jurta.org>
16465
16466 * tumme.el (tumme-thumbnail-storage): Fix docstring.
16467 (tumme-thumb-name): Fix per-directory format.
16468
16469 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
16470
16471 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
16472
16473 2006-02-12 Miles Bader <miles@gnu.org>
16474
16475 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
16476
16477 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
16478
16479 * tumme.el: Remove history section. If someone needs the it, it
16480 can always be found in CVS.
16481
16482 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16483
16484 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
16485 about the Thumbnail Managing Standard option.
16486
16487 2006-02-12 Richard M. Stallman <rms@gnu.org>
16488
16489 * subr.el (substitute-key-definition): Doc fix.
16490
16491 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
16492
16493 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
16494
16495 * info.el (Info-mode): Doc fix.
16496
16497 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
16498
16499 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
16500
16501 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
16502 because on Solaris a POSIX compatible "id" is needed. Reported by
16503 Magnus Henoch <mange@freemail.hu>.
16504
16505 2006-02-12 Juri Linkov <juri@jurta.org>
16506
16507 * tumme.el: Remove todo item about Thumbnail Managing Standard.
16508 (tumme) <defgroup>: Change :group to `multimedia'.
16509 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
16510 Managing Standard.
16511 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
16512 Fix dostring.
16513 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
16514 and %y. Fix docstring.
16515 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
16516 (tumme-cmd-create-standard-thumbnail-command): New user options.
16517 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
16518 is `standard'. Fix docstring.
16519 (tumme-thumb-width, tumme-thumb-height): New user options.
16520 (tumme-external-viewer): Try to find various viewers.
16521 (tumme-get-thumbnail-image): Use `create-image' instead of
16522 constructing the `image' structure.
16523 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
16524 `standard'.
16525 (tumme-thumb-name): Add file name generation for standard storage.
16526 Simplify code for other storages.
16527 (tumme-thumb-name): Use width %w and height %h instead of size %s.
16528 Add modification time %m and thumbnail-nq8 %q.
16529 Use `tumme-cmd-create-standard-thumbnail-command' if
16530 tumme-thumbnail-storage is `standard'.
16531 (tumme-dired-insert-marked-thumbs): New autoload command.
16532 (tumme-dired-after-readin-hook): New function.
16533 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
16534 `tumme-thumb-size'.
16535 (tumme-display-image): Replace size-x %x and size-y %y with
16536 width %w and height %h.
16537
16538 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
16539 `tumme-dired-insert-marked-thumbs'.
16540
16541 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16542
16543 * tumme.el (tumme-write-tag): Fix small bug (file name did not
16544 include path).
16545 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
16546 matching tag.
16547
16548 2006-02-12 Miles Bader <miles@gnu.org>
16549
16550 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
16551 New variables.
16552 (rcirc-abbrev-nick): New function.
16553 (rcirc-format-response-string): Rewrite to use the formats in
16554 `rcirc-response-formats' and expand escape sequences therein.
16555 A text-property `rcirc-text' is added over the actual response
16556 text to make easy to find inside the returned string.
16557 (rcirc-print): When filling, just look for the `rcirc-text'
16558 text-property to find the appropriate fill prefix, instead of
16559 using hardwired patterns.
16560
16561 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16562
16563 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
16564 Managing Standard.
16565
16566 2006-02-11 Kim F. Storm <storm@cua.dk>
16567
16568 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
16569 Don't use insert-buffer; do insert-buffer-substring directly.
16570 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
16571
16572 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16573
16574 * files.el (revert-buffer, recover-file): Replace buffer-read-only
16575 with inhibit-read-only. Suggested by Stefan Monnier.
16576 (revert-buffer): Let insert-file-contents discard
16577 buffer-undo-list. Simplify code.
16578 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
16579
16580 2006-02-11 Eli Zaretskii <eliz@gnu.org>
16581
16582 * menu-bar.el (menu-bar-select-yank): Add a doc string.
16583
16584 * help.el (describe-key-briefly): Now a wrapper for
16585 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
16586 to t. Populate yank-menu if empty.
16587 (describe-key-briefly-internal): Renamed from describe-key-briefly.
16588 (describe-key): Now a wrapper for describe-key-internal. Bind
16589 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
16590 (describe-key-internal): Renamed from describe-key.
16591
16592 2006-02-11 Milan Zamazal <pdm@zamazal.org>
16593
16594 * progmodes/glasses.el (glasses-separator): Doc fix.
16595 (glasses-original-separator): New defcustom.
16596 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
16597
16598 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16599
16600 * mwheel.el (mouse-wheel-up-event): Doc fix.
16601
16602 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16603
16604 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
16605 (tumme-dir): New function. Copied from thumbs.el.
16606
16607 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
16608
16609 * desktop.el (desktop-outvar): Fix typo.
16610 (desktop-save-buffer-p): Doc fix.
16611
16612 * subr.el (substitute-key-definition): Fix typo.
16613
16614 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16615
16616 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
16617 when window-system is mac.
16618
16619 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
16620
16621 2006-02-10 Kim F. Storm <storm@cua.dk>
16622
16623 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
16624 indirect-function instead of using condition-case.
16625
16626 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
16627
16628 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
16629 less `colloquial'...
16630
16631 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
16632
16633 * tumme.el: Add a couple of todo items.
16634
16635 2006-02-09 Lars Hansen <larsh@soem.dk>
16636
16637 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
16638 (highlight-changes-mode): Don't change desktop-locals-to-save.
16639
16640 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
16641
16642 * image-mode.el (image-toggle-display): Clear image cache if using
16643 filename.
16644
16645 2006-02-09 Masatake YAMATO <jet@gyve.org>
16646
16647 * dired-x.el (dired-guess-shell-alist-default): Add .man as
16648 a `dired-man' target.
16649
16650 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
16651 boundary of symbols.
16652
16653 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
16654
16655 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
16656
16657 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
16658
16659 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
16660 `mapcar'; return nil.
16661
16662 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
16663
16664 * mouse.el (mouse-drag-track): Don't change window if we rebind to
16665 some other event.
16666
16667 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
16668
16669 * net/rcirc.el (rcirc-startup-channels-alist):
16670 Add irc.freenode.net and #emacs as defaults.
16671 (rcirc-ignore-all-activity-flag): Remove variable.
16672 (rcirc-authinfo): New variable.
16673 (rcirc-authinfo-filename): Remove variable.
16674 (rcirc-always-use-server-buffer-flag): New flag.
16675 (rcirc): M-x rcirc will automatically connect without prompting.
16676 C-u M-x rcirc will prompt. Use rcirc-connect to create a
16677 connection in lisp.
16678 (rcirc-process-server-response-1): Remove everything but the nick
16679 portion of the sender so it doesn't need to be done everywhere
16680 else. Update related code.
16681 (global-map): Remove global keybindings.
16682 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
16683 (rcirc-send-input): Split into several functions.
16684 (rcirc-process-input-line, rcirc-process-message)
16685 (rcirc-process-command): New functions.
16686 (rcirc-target-buffer): New function to determine where to route
16687 messages.
16688 (rcirc-user-nick): Save match data.
16689 (rcirc-toggle-ignore-buffer-activity)
16690 (rcirc-update-activity-string): Remove global ignore functionality,
16691 which can be done now by toggling rcirc-track-minor-mode.
16692 (rcirc-track-minor-mode-map): New keymap.
16693 (rcirc-track-minor-mode): New minor-mode.
16694 (ignore): Make the ignore output nicer. Always print it when
16695 adding or removing nicks.
16696 (rcirc-url-regexp): Improve.
16697 (rcirc-mangle-text): Remove properties before using text in the
16698 modeline.
16699 (rcirc-authenticate): Authentication data comes from
16700 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
16701 (rcirc-server-prefix): Inherit from rcirc-server.
16702
16703 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
16704
16705 * Makefile.in (compile): Append "|| true" to the end of the `find'
16706 command, like compile-always does.
16707
16708 2006-02-08 Sam Steingold <sds@gnu.org>
16709
16710 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
16711 output from a dead connection.
16712
16713 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
16714
16715 * dired.el (dired-mode-map): Add more bindings for tumme.
16716
16717 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
16718
16719 * wdired.el (wdired-mode-map): Use remap.
16720 (wdired-get-filename): Massage.
16721 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
16722 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
16723 `keymap' property rather than `local-map'.
16724
16725 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
16726
16727 * tumme.el (tumme-get-thumbnail-image): New utility function.
16728 Suggested by from Chong Yidong.
16729 (tumme-dired-with-window-configuration): Rename from
16730 `tumme-dired'. Add code to save window configuration.
16731 (tumme-restore-window-configuration): New command to restore the
16732 window configuration that `tumme-dired-with-window-configuration'
16733 saves before it changes the window configuration.
16734 (tumme-show-all-from-dir): New command to display thumbnails for
16735 all files in a directory entered by the user, like M-x thumbs.
16736 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
16737 have been created.
16738 (tumme-display-thumbnail-original-image): Call `display-buffer'.
16739 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
16740 Remove obsolete test function.
16741
16742 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
16743
16744 * vc.el (small-temporary-file-directory): Remove defvar; there's
16745 a defcustom for it in files.el.
16746
16747 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
16748 Fix typo in message.
16749 (tumme-gallery-generate): Fix typo in `error' message.
16750 (tumme-display-window-height-correction)
16751 (tumme-display-window-width-correction, tumme-line-up-dynamic)
16752 (tumme-line-up-interactive): Dox fixes.
16753 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
16754 (tumme-restore-window-configuration, tumme-format-properties-string)
16755 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
16756 Fix typos in docstrings.
16757
16758 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
16759
16760 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
16761
16762 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
16763
16764 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
16765 User should use hook if desired.
16766
16767 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
16768 buffer if necessary.
16769 (gdb-delete-frame-or-window): New function.
16770 (gdb-breakpoints-mode-map): Bind "q" to it.
16771
16772 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
16773
16774 * textmodes/nroff-mode.el: Clean up name space.
16775 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
16776 (nroff-mode): Obey the global setting of nroff-electric-mode.
16777 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
16778
16779 * calendar/calendar.el (calendar-increment-month): Typo in last change.
16780
16781 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
16782
16783 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
16784
16785 2006-02-06 Lars Hansen <larsh@soem.dk>
16786
16787 * generic-x.el (etc-fstab-generic-mode): Add file system types
16788 cifs and usbdevfs. Allow special chars in file names.
16789
16790 2006-02-05 Jay Belanger <belanger@truman.edu>
16791
16792 Update copyright notices of the files in lisp/calc.
16793
16794 2006-02-05 Romain Francoise <romain@orebokech.com>
16795
16796 Update copyright notices of all files in the lisp/play directory.
16797
16798 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
16799
16800 * ldefs-boot.el: Regenerate.
16801
16802 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
16803
16804 2006-02-05 Kim F. Storm <storm@cua.dk>
16805
16806 * files.el (magic-mode-regexp-match-limit): New defvar.
16807 (set-auto-mode): Use it to limit magic-mode-alist matching.
16808
16809 2006-02-04 Eli Zaretskii <eliz@gnu.org>
16810
16811 * info.el (Info-index, Info-mode): Improve the description of the
16812 `i' command.
16813
16814 * ldefs-boot.el: Regenerate.
16815
16816 2006-02-03 Werner Lemberg <wl@gnu.org>
16817
16818 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
16819 greedy to find the closing bracket in \*[...] and similar
16820 expressions. This is a first rough fix -- many additional
16821 refinements are necessary to make nroff mode really usable with groff.
16822
16823 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
16824
16825 * international/mule-cmds.el (set-locale-environment):
16826 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
16827 libX11.
16828
16829 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
16830
16831 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
16832 archive are created in archive-tmpdir.
16833
16834 2006-02-02 John Paul Wallington <jpw@pobox.com>
16835
16836 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
16837 (ibuffer-fontification-alist): Use it.
16838 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
16839 to "* z" and the Ibuffer Mark menu.
16840
16841 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
16842
16843 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
16844
16845 * textmodes/table.el (*table--cell-describe-mode)
16846 (*table--cell-describe-bindings): Undo last change since
16847 print-help-return-message is not obsoleted by anything at all.
16848
16849 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
16850
16851 * emulation/cua-base.el (cua-mode): Doc fix.
16852
16853 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
16854
16855 * dframe.el (dframe-handle-make-frame-visible)
16856 (dframe-handle-iconify-frame, dframe-get-focus)
16857 (dframe-select-attached-frame, dframe-power-click)
16858 (dframe-frame-mode): Fix typos in docstrings.
16859
16860 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
16861 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
16862 Fix typos in docstrings.
16863
16864 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
16865 (hi-lock-face-buffer, hi-lock-font-lock-hook)
16866 (hi-lock-archaic-interface-message-used)
16867 (hi-lock-file-patterns-range): Fix typos in docstrings.
16868
16869 * savehist.el (savehist-loaded, savehist-load, savehist-install)
16870 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
16871
16872 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
16873 Fix typo in docstring.
16874
16875 * net/newsticker.el (newsticker--decode-iso8601-date)
16876 (newsticker--set-customvar, newsticker--buffer-insert-item)
16877 (newsticker--do-run-auto-mark-filter)
16878 (newsticker--parse-generic-feed): Doc fixes.
16879 (newsticker--retrieval-timer-list, newsticker-url-list)
16880 (newsticker-hide-immortal-items-in-echo-area)
16881 (newsticker-hide-obsolete-items-in-echo-area)
16882 (newsticker-new-item-face, newsticker--enclosure)
16883 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
16884 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
16885 (newsticker--parse-generic-feed, newsticker--cache-contains)
16886 (newsticker--stat-num-items, newsticker-download-enclosures):
16887 Fix typos in docstrings.
16888
16889 * net/rcirc.el (rcirc-debug): Doc fix.
16890 (rcirc-fill-column, rcirc-receive-message-hooks)
16891 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
16892 (rcirc-mode, rcirc-generate-new-buffer-name)
16893 (rcirc-startup-channels, rcirc-ignore-update-automatic)
16894 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
16895 Fix typos in docstrings.
16896 (rcirc-print): "?\ " -> "?\s".
16897 (rcirc-cmd-join): Improve argument/docstring consistency.
16898
16899 2006-02-01 Mark A. Hershberger <mah@everybody.org>
16900
16901 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
16902 before narrow-to-region.
16903
16904 2006-02-01 Richard M. Stallman <rms@gnu.org>
16905
16906 * simple.el (move-beginning-of-line): Scan properly for invis change.
16907
16908 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
16909
16910 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
16911
16912 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
16913 change bit only when id-format is 'integer. Reported by Matt
16914 Hodges <M.P.Hodges@rl.ac.uk>.
16915
16916 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
16917
16918 * hilit-chg.el (highlight-changes-initial-state)
16919 (highlight-changes-global-initial-state): Doc fixes.
16920 (highlight-changes-global-modes, global-highlight-changes):
16921 Fix typos in docstrings.
16922
16923 2006-02-01 Kim F. Storm <storm@cua.dk>
16924
16925 * emulation/cua-base.el (cua-mode): Mention that CUA enables
16926 transient-mark-mode in doc string.
16927
16928 2006-01-31 Richard M. Stallman <rms@gnu.org>
16929
16930 * replace.el (multi-occur): Doc fix.
16931 (multi-occur-in-matching-buffers): Rename from
16932 multi-occur-by-filename-regexp. Prefix arg says match
16933 buffer names instead of file names.
16934
16935 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
16936
16937 * bs.el: Allow non-default values of `bs-header-lines-length'.
16938 (bs--running-in-xemacs): Remove (not needed anymore).
16939 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
16940 instead of `shrink-window', thus avoiding having to compute the
16941 height of the window.
16942 (bs--up): Wrap around even when there's no header.
16943 (bs--down): Use `forward-line' instead of `next-line'.
16944
16945 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
16946
16947 * image-mode.el (image-toggle-display): Use file name if possible,
16948 instead of unnecessarily allocating a (possibly huge) lisp string.
16949
16950 2006-01-30 John Paul Wallington <jpw@pobox.com>
16951
16952 * subr.el (toplevel): Define `cl-assertion-failed' condition here
16953 because the `assert' macro signals it at runtime.
16954
16955 * emacs-lisp/cl.el (toplevel): Remove definition of
16956 `cl-assertion-failed' condition.
16957
16958 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
16959
16960 * thumbs.el (thumbs-marked-list): Make buffer-local and
16961 permanent-local.
16962 (thumbs-insert-thumb): Make help-echo non-sticky.
16963 (thumbs-file-alist): Use eolp as check for (non)-image.
16964
16965 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
16966
16967 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
16968 (ediff-before-session-group-setup-hooks)
16969 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
16970 Fix typos in docstrings.
16971
16972 * window.el (bw-dir, bw-eqdir, balance-windows)
16973 (split-window-keep-point): Fix typos in docstrings.
16974
16975 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
16976 (org-quote-string, org-calendar-to-agenda-key)
16977 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
16978 (org-show-following-heading, org-tags-column)
16979 (org-use-tag-inheritance, org, org-allow-space-in-links)
16980 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
16981 (org-enable-table-editor, org-calc-default-modes)
16982 (org-table-allow-automatic-line-recalculation)
16983 (org-export-html-style, org-export-with-fixed-width)
16984 (org-export-with-sub-superscripts, org-special-keyword)
16985 (org-formula, org-time-grid, org-table-may-need-update)
16986 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
16987 (org-goto-quit, org-get-indentation, org-end-of-item)
16988 (org-move-item-down, org-move-item-up)
16989 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
16990 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
16991 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
16992 (org-agenda-log-mode, org-agenda-toggle-diary)
16993 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
16994 (org-agenda-file-to-end, org-agenda-no-heading-message)
16995 (org-agenda-get-closed, org-format-agenda-item)
16996 (org-cmp-priority, org-cmp-category, org-cmp-time)
16997 (org-agenda-change-all-lines, org-agenda-diary-entry)
16998 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
16999 (org-link-search, org-camel-to-words, org-open-file)
17000 (org-remember-handler, org-table-convert-region)
17001 (org-table-move-row-down, org-table-move-row-up)
17002 (org-table-copy-region, org-table-wrap-region)
17003 (org-table-toggle-vline-visibility)
17004 (org-table-get-vertical-vector, org-table-modify-formulas)
17005 (org-table-get-specials, org-recalc-commands)
17006 (org-table-rotate-recalc-marks, org-table-eval-formula)
17007 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
17008 (org-level-color-stars-only, org-insert-heading):
17009 Fix typos in docstrings.
17010 (last-arg): Add defvar.
17011
17012 * makefile.w32-in (WINS): Add erc.
17013 (MH_E_SRC): Update (copied from lisp/Makefile.in).
17014
17015 2006-01-29 Bill Wohler <wohler@newt.com>
17016
17017 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
17018 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
17019 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
17020 (mh-autoloads): Don't use comments on otherwise empty lines.
17021
17022 2006-01-29 Edward O'Connor <ted@oconnor.cx>
17023
17024 * emulation/viper.el (viper-major-mode-modifier-list):
17025 Add insert-state and vi-state entries for erc-mode.
17026 (viper-go-away, viper-set-hooks): Add and remove
17027 viper-comint-mode-hook from erc-mode-hook as appropriate.
17028
17029 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
17030
17031 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
17032
17033 * bs.el (bs--format-aux): Implement `middle' alignment as
17034 described in the docstring for `bs-attributes-list'.
17035 (bs--get-name): Simplify. Don't pad the buffer name.
17036
17037 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
17038
17039 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
17040 English aspell dictionary is installed, use the first entry of
17041 ispell-dictionary-alist-1.
17042
17043 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17044
17045 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
17046 Doc fix.
17047
17048 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
17049
17050 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
17051 for `process-file', in order to let it work for older Emacsen too.
17052
17053 2006-01-27 Eli Zaretskii <eliz@gnu.org>
17054
17055 * international/latexenc.el: Add a suitable `coding:' tag.
17056 (latexenc-find-file-coding-system): Undo last change.
17057
17058 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17059
17060 * international/latexenc.el (latexenc-find-file-coding-system):
17061 Make sure latexenc-main-file is a regular file and is readable.
17062
17063 2006-01-27 Andre Spiegel <spiegel@gnu.org>
17064
17065 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
17066 Pass FILE to vc-user-login-name.
17067
17068 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
17069
17070 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
17071
17072 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
17073 there are no more images to display.
17074 (thumbs-mark, thumbs-unmark): Revert change so that they move to
17075 the next image.
17076
17077 2006-01-26 Richard M. Stallman <rms@gnu.org>
17078
17079 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
17080
17081 * wid-edit.el (advertised-widget-backward): New alias.
17082 (widget-keymap): Use advertised-widget-backward for S-TAB.
17083
17084 * tumme.el: Correct the keywords.
17085 (tumme-dir-max-size): Use defvar.
17086 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
17087
17088 * simple.el (move-beginning-of-line): Take account of fields.
17089 (clone-indirect-buffer-other-window): Take args like
17090 clone-indirect-buffer, and work like it.
17091
17092 * help-fns.el (describe-function): Don't pass `nil' as default.
17093
17094 * files.el (risky-local-variable-p): Follow var aliases.
17095
17096 * subr.el (lazy-completion-table): Doc fix.
17097
17098 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
17099 global binding of `line'.
17100
17101 2006-01-25 Andre Spiegel <spiegel@gnu.org>
17102
17103 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
17104 Tramp.
17105
17106 * vc.el (vc-default-dired-state-info): Pass FILE to
17107 vc-user-login-name.
17108 (vc-default-update-changelog): Don't use vc-user-login-name, we
17109 don't need it here.
17110
17111 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
17112 no longer necessary.
17113
17114 2006-01-25 Kenichi Handa <handa@m17n.org>
17115
17116 * international/mule.el (decode-char): Avoid the overhead of
17117 calling utf-lookup-subst-table-for-decode if
17118 utf-translate-cjk-mode is nil.
17119 (encode-char): Avoid the overhead of calling
17120 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
17121 nil.
17122
17123 2006-01-22 Kenichi Handa <handa@m17n.org>
17124
17125 * international/mule.el (make-subsidiary-coding-system): Reset
17126 `coding-system-define-form' property of subsidiaries to nil.
17127 Avoid duplicated entry in coding-system-alist.
17128 (make-coding-system): Avoid duplicated entry in
17129 coding-system-alist.
17130 (define-coding-system-alias): Likewise.
17131
17132 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
17133
17134 * completion.el: Minor fixes in introductory comment.
17135 (completion-def-wrapper): Fix alist.
17136
17137 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
17138
17139 * thumbs.el (thumbs-new-image-size): New function.
17140 (thumbs-increment-image-size-element)
17141 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
17142 (thumbs-decrement-image-size): Delete.
17143 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
17144 temp files and use to resize.
17145 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
17146 Use increment argument to enlarge/shrink. Preserve point.
17147 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
17148 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
17149 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
17150 (thumbs-mark, thumbs-unmark): Preserve point.
17151 (thumbs-modify-image): Keep old temp files and use to modify.
17152 Cleanup old temp files at load time. Preserve point.
17153 (thumbs-view-image-mode-map): Use new command names.
17154
17155 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
17156
17157 * log-view.el (log-view-minor-wrap): First rev is the one at point.
17158
17159 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
17160 the nastiest part of the cyclic dependency.
17161 (cal-menu-update): Use dotimes and calendar-increment-month.
17162
17163 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
17164 (calendar-week-start-day): Add an :initializer.
17165 (calendar-mode-map): Use suppress-keymap, and command remapping.
17166 (describe-calendar-mode): Setup xref-stack info for the back button.
17167 (calendar-star-date): Insert before delete.
17168 (calendar-set-mode-line): Add file-modified info if applicable.
17169 (calendar-increment-month): New function.
17170
17171 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
17172
17173 * font-lock.el (lisp-font-lock-keywords-2):
17174 Recognize "& keywords" only at word boundaries.
17175
17176 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
17177
17178 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
17179 and permanent-local.
17180 (thumbs-max-image-number): New variable.
17181 (thumbs-do-thumbs-insertion): Use them.
17182 (thumbs-per-line): Change default to 4.
17183 (thumbs-marked-list): Rename from thumbs-markedL.
17184 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
17185 (thumbs-rename-images): Use -list instead of L for internal variables.
17186 (thumbs-call-convert): Use call-process instead of shell-command.
17187 (thumbs-insert-thumb): Add filename as help-echo to each image.
17188 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
17189 Give dir to thumbs-show-thumbs-list.
17190 (thumbs-show-thumbs-list): Set default-directory to that of images.
17191 (thumbs-dired-show): Rename from thumbs-dired-show-all.
17192 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
17193 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
17194 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
17195
17196 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
17197
17198 * ses.el (ses-read-cell): Provide a default value.
17199
17200 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
17201
17202 * term/w32-win.el (image-library-alist): Add additional names for
17203 GIF library.
17204
17205 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17206
17207 * international/latexenc.el (latexenc-find-file-coding-system):
17208 Add file-regular-p check.
17209
17210 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
17211
17212 * simple.el (clone-buffer): Don't show the new buffer in the same
17213 window.
17214
17215 2006-01-23 Juri Linkov <juri@jurta.org>
17216
17217 * faces.el (link, link-visited): New faces based on default values
17218 of `info-xref' and `info-xref-visited'.
17219
17220 * info.el (info-xref): Inherit from `link'.
17221 (info-xref-visited): Inherit from `link-visited'.
17222
17223 * cus-edit.el (custom-buffer-create-internal): Use widget type
17224 `custom-manual' instead of `info-link' and don't set properties
17225 `button-face' and `mouse-face' explicitly.
17226 (custom-browse-group-tag, custom-browse-variable-tag)
17227 (custom-browse-face-tag): Inherit from widget class
17228 `custom-group-link' instead of `push-button'.
17229 (custom-button-unraised): Inherit from `underline' face.
17230 (custom-link): Inherit from `link' face. Fix doc and group.
17231 (custom-add-parent-links, custom-group-value-create): Don't set
17232 properties `button-face' and `mouse-face' explicitly for
17233 `custom-group-link' widget.
17234 (custom-group-link): Add properties `button-face' and `mouse-face'
17235 to widget definition.
17236 (custom-field-keymap): New variable. Put `custom-field-keymap' to
17237 editable-field's :keymap property.
17238 (custom-mode): Fix docstring: substitute keybindings for
17239 `widget-forward' and `widget-backward' from `widget-keymap',
17240 `widget-complete' from `custom-field-keymap', replace old
17241 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
17242
17243 * desktop.el (desktop-load-file): Check for `fboundp' before
17244 calling `symbol-function'.
17245
17246 * simple.el (clone-buffer, clone-indirect-buffer)
17247 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
17248 `read-string'. Fix prompts.
17249
17250 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
17251
17252 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
17253
17254 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
17255
17256 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
17257
17258 * startup.el (inhibit-splash-screen, initial-scratch-message):
17259 Doc fixes.
17260
17261 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
17262
17263 Sync with Tramp 2.0.52.
17264
17265 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
17266 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
17267 `tramp-unload-tramp' for checklist.
17268
17269 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
17270 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
17271 (tramp-unload-file-name-handler-alist)
17272 (tramp-unload-tramp): New defuns.
17273 (tramp-advice-PC-expand-many-files): New defadvice.
17274 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
17275 removed.
17276 (tramp-handle-expand-file-name): Remove double slash.
17277 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
17278 It doesn't matter, because it will be converted later on.
17279 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
17280 implementation was just heuristic.
17281 (tramp-post-connection): Set uid and gid properties.
17282 (tramp-convert-file-attributes): Set file's gid change bit.
17283 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
17284 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
17285 in case of su(do)? methods. The home directory of the local user
17286 will be taken else.
17287 (tramp-open-connection-telnet)
17288 (tramp-open-connection-rsh, tramp-open-connection-su)
17289 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
17290 local shell prompt could hurt. Reported by Romain Francoise
17291 <romain@orebokech.com>.
17292 (tramp-let-maybe): Add `edebug-form-spec' property.
17293 (tramp-handle-expand-file-name): Bind `default-directory' locally
17294 to "/" in order to avoid problems with UNC shares or Cygwin
17295 mounts.
17296 (tramp-md5-function): Fix typo in error message.
17297
17298 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
17299
17300 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
17301 for byte-compiler pacification.
17302
17303 2006-01-22 Andre Spiegel <spiegel@gnu.org>
17304
17305 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
17306 ID-FORMAT `string'. This allows us to get rid of
17307 `vc-user-login-name UID'.
17308
17309 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
17310
17311 2006-01-22 John Paul Wallington <jpw@pobox.com>
17312
17313 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
17314
17315 2006-01-21 Martin Rudalics <rudalics@gmx.at>
17316
17317 * emacs-lisp/find-func.el (find-definition-noselect)
17318 (find-variable-noselect): Search variables in C source code too.
17319 (find-function-C-source, find-function-noselect, find-function)
17320 (find-function-other-frame, find-variable-noselect, find-variable)
17321 (find-variable-other-frame, find-variable-at-point):
17322 Fix docstrings.
17323
17324 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
17325
17326 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
17327
17328 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
17329
17330 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
17331 Default to disabling the "Save affix" question.
17332
17333 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
17334
17335 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
17336 the first arg to run-python.
17337
17338 2006-01-21 Eli Zaretskii <eliz@gnu.org>
17339
17340 * startup.el (command-line-1): Handle --no-desktop if desktop.el
17341 is not loaded.
17342
17343 2006-01-20 Jay Belanger <belanger@truman.edu>
17344
17345 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
17346 limit is 0.
17347
17348 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
17349 the correct variable.
17350
17351 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
17352
17353 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
17354 link. Fixed buggy argument sequence in call to `org-view-tags'.
17355 (org-compile-prefix-format): Set `org-prefix-has-tag'.
17356 (org-prefix-has-tag): New variable.
17357 (org-format-agenda-item): Remove tags from headline if
17358 appropriate.
17359 (org-agenda-remove-tags-when-in-prefix): New option.
17360 (org-get-tags-at): New function.
17361
17362 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
17363
17364 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
17365 (thumbs-find-image): Move image name and number from buffer name
17366 to mode name. Set thumbs-buffer. Preserve point so that large
17367 images remain visible.
17368 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
17369 order.
17370 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
17371 mode name.
17372 (thumbs-next-image, thumbs-previous-image): Make them work.
17373
17374 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
17375
17376 * cus-edit.el (custom-buffer-create-internal): State in the text above
17377 the whole buffer buttons that they do not operate on hidden items.
17378 (custom-face-menu): Use `custom-face-save' instead of
17379 `custom-face-save-command'.
17380 (custom-face-save-command): Make it an alias for `custom-face-save'
17381 and declare it obsolete.
17382 (custom-face-save): Doc fix.
17383
17384 * dired.el (dired-no-confirm): Add quote.
17385 (dired-subdir-alist-pre-R): Add quote in
17386 `make-variable-buffer-local' form and remove unbalanced parenthesis.
17387
17388 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
17389
17390 * textmodes/table.el (table-mode-indicator): Typo in last change.
17391
17392 2006-01-19 Richard M. Stallman <rms@gnu.org>
17393
17394 * outline.el (hide-leaves): Don't call outline-end-of-heading.
17395 Fixes bug reported in Nov 2005.
17396
17397 * isearch.el (isearch-forward): Doc fix.
17398
17399 * dired.el (dired-move-to-filename-regexp): Define as alias.
17400 (dired-no-confirm): Use defcustom.
17401 (dired-subdir-alist-pre-R): Put defvar at top level.
17402
17403 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
17404
17405 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17406 Mark as risky.
17407
17408 * simple.el (set-mark-command): Doc fix.
17409 (clone-indirect-buffer-other-window):
17410 Read arg like clone-indirect-buffer.
17411 (move-beginning-of-line): Skip invisible newlines.
17412
17413 2006-01-19 Masatake YAMATO <jet@gyve.org>
17414
17415 * progmodes/cpp.el (cpp-edit-load): Make the order of
17416 listed conditions in a base C code buffer and its associate
17417 CPP Edit buffer the same.
17418
17419 2006-01-19 Kenichi Handa <handa@m17n.org>
17420
17421 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
17422 (rmail-mime-feature): Likewise.
17423 (rmail-require-mime-maybe): Use display-warning to show a warning
17424 message.
17425
17426 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
17427 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
17428
17429 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
17430
17431 * array.el: Move defvars out of eval-when-compile.
17432 (array-make-template): Replace undeclared global var with a local one.
17433 (array-mode): Inline initialization functions.
17434 (array-init-local-variables, array-init-max-row)
17435 (array-init-max-column, array-init-columns-per-line)
17436 (array-init-field-width, array-init-rows-numbered)
17437 (array-init-line-length, array-init-lines-per-row): Remove.
17438
17439 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
17440 (doc-mode-map): Define explicitly.
17441 (doctor-txtype): Use mapc.
17442
17443 * textmodes/table.el: Move defvars out of eval-when-compile.
17444 Remove harmful code meant to avoid byte-compiler warnings.
17445 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
17446 specification that checks table-fixed-width-mode directly.
17447 (table-recognize-region, table-recognize-cell):
17448 Use restore-buffer-modified-p.
17449 (table-fixed-width-mode): Remove code that refreshes
17450 table-fixed-mode-indicator.
17451 (*table--cell-describe-bindings, *table--cell-describe-mode):
17452 Avoid obsolete name print-help-return-message.
17453 (table--test-cell-list): Don't use replace-regexp from elisp.
17454 (table--point-entered-cell-function, table--point-left-cell-function):
17455 Don't set table-fixed-mode-indicator, use force-mode-line-update.
17456
17457 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
17458 that was after the end of file. Use buffer-file-name variable.
17459 (org-timestamp-change): Use with-current-buffer.
17460 (org-todo-list): Don't unnecessarily define a new buffer-local var.
17461 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
17462 `file'.
17463
17464 * progmodes/fortran.el: Move defvars out of eval-when-compile.
17465 (fortran-break-line): Remove unused var `opoint'.
17466 (fortran-abbrev-start): Obey help-event-list.
17467
17468 2006-01-18 Jesper Harder <harder@phys.au.dk>
17469
17470 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
17471
17472 2006-01-18 Masatake YAMATO <jet@gyve.org>
17473
17474 * progmodes/make-mode.el (makefile-imake-mode): New mode
17475 derived from makefile-mode.
17476 (makefile-imake-mode-syntax-table): New syntax table
17477 derived from makefile-mode-syntax-table.
17478 (makefile-mode): Write about makefile-imake-mode in doc string.
17479 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
17480 (makefile-imake-font-lock-keywords): New font lock keywords.
17481
17482 * files.el (auto-mode-alist): Add Imakefile.
17483
17484 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
17485
17486 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
17487 loading the file rather than when turning on flyspell-mode.
17488
17489 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
17490
17491 * cus-edit.el (customize-rogue): Minor doc fix.
17492
17493 2006-01-17 Juri Linkov <juri@jurta.org>
17494
17495 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
17496 instead of the file at the mark as default if the file at the mark
17497 is the same as the file at point or if dired-dwim-target-directory
17498 is not the same as the current directory and the mark is not active.
17499
17500 * log-view.el (log-view-minor-wrap): Use the same logic to get
17501 revisions as `log-view-diff'.
17502
17503 * info.el (Info-revert-find-node): Check for Info-current-file
17504 before preserving new-history.
17505
17506 * man.el (Man-heading-regexp): Add `/'.
17507
17508 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
17509 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
17510
17511 2006-01-16 Juri Linkov <juri@jurta.org>
17512
17513 * faces.el (mode-line-faces): New defgroup.
17514 (mode-line-highlight): Move definition after new defgroup.
17515 (mode-line, mode-line-inactive, mode-line-highlight):
17516 Replace :group `modeline' with `mode-line-faces'.
17517 (mode-line-buffer-id): New face.
17518 (modeline-buffer-id): New face alias.
17519 (vertical-border): Remove :group `modeline'.
17520
17521 * bindings.el (propertized-buffer-identification): Use face
17522 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
17523 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
17524 (mode-line-buffer-identification-keymap): For mouse-1 replace
17525 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
17526 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
17527 mouse-3.
17528
17529 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
17530 Buffer-menu-buffer. Doc fix.
17531 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
17532 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
17533 `Buffer-menu-buffer'.
17534
17535 * info.el (Info-mode-line-node-keymap): New defvar.
17536 (Info-set-mode-line): Use `stringp' to check Info-current-file.
17537 Propertize Info-current-node with `mode-line-buffer-id' and
17538 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
17539
17540 * time.el (display-time-mail-face): Replace :group `faces' with
17541 `mode-line-faces'.
17542
17543 2006-01-16 Kenichi Handa <handa@m17n.org>
17544
17545 * international/code-pages.el: Add autoload cookies for cp125[0345678].
17546
17547 * language/european.el (cp1252): New alias for windows-1252.
17548
17549 * international/mule.el (autoload-coding-system): Prepare for EOL
17550 variants.
17551
17552 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
17553
17554 * term.el (term-raw-map): Add mapping for insert.
17555 (term-send-insert): New.
17556 (term-mode): Make variables local here instead of doing it in
17557 `term-emulate-terminal'.
17558 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
17559 Scroll reverse needs to take into account the scroll region.
17560 Saving and restoring the cursor should save the color attributes too.
17561 (term-reset-terminal): Reset the scroll region.
17562 (term-handle-ansi-escape): Cursor up and down should take into
17563 account the scroll region.
17564 (term-set-scroll-region): Rename from `term-scroll-region'.
17565 Move to 0,0 after setting the region.
17566 (term-handle-scroll): Handle scroll up.
17567 (term-down): Fix off by one error.
17568 (term-delete-lines): Do not delete outside the scroll region.
17569 (term-insert-lines): Take into account the scroll region.
17570
17571 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
17572
17573 * textmodes/ispell.el (ispell-internal-change-dictionary)
17574 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
17575 (start, end): Move declaration outside of eval-when-compile.
17576
17577 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
17578 (flyspell-mode-on): Use it.
17579
17580 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
17581 ispell-kill-ispell-hook.
17582
17583 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
17584
17585 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17586 (Custom-reset-saved): Do not ask for confirmation in single option
17587 buffers.
17588
17589 2006-01-13 Richard M. Stallman <rms@gnu.org>
17590
17591 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
17592
17593 2006-01-13 Romain Francoise <romain@orebokech.com>
17594
17595 * add-log.el (add-change-log-entry, change-log-merge):
17596 Conditionally use `hard-newline'.
17597
17598 2006-01-13 Martin Rudalics <rudalics@gmx.at>
17599
17600 * wid-edit.el (widget-field-end): If the overlay is no longer
17601 associated with a buffer, behave as if the overlay didn't exist.
17602
17603 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
17604 Make sure the links use the `custom-link' face.
17605
17606 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
17607
17608 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
17609 (ld-script-mode): Don't set indent-line-function since we don't
17610 have one.
17611
17612 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
17613
17614 * textmodes/org.el (org-open-file): Use mailcap for selecting an
17615 application.
17616 (org-file-apps-defaults-gnu): Use mailcap as the default for
17617 selecting an application on a UNIX system.
17618 (org-agenda-show-tags): New command.
17619 (org-table-insert-hline): Keep cursor in current table line.
17620 (org-table-convert): Offset effect of modifying
17621 `org-table-insert-hline'.
17622 (org-format-agenda-item): New optional argument TAG.
17623 (org-compile-prefix-format): Handle %T format for the tag.
17624 (org-expand-wide-chars): New function.
17625 (org-table-insert-row, org-table-insert-hline):
17626 Use `org-expand-wide-chars'.
17627 (org-open-file): Fix bug in program launch.
17628 (org-get-time-of-day): Fix bug with times before 1am.
17629 (org-agenda-menu): Add tags commands.
17630
17631 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
17632
17633 * textmodes/ispell.el (ispell-init-process): Include the used
17634 dictionary in ispell process start message.
17635 (ispell-internal-change-dictionary): When flyspell-mode is active
17636 and dictionary is changed, make sure ispell process is restarted
17637 and flyspell word cache cleared out for the current buffer.
17638 (ispell-change-dictionary): Make sure flyspell word cache is
17639 cleared out in all buffers with active flyspell mode when
17640 dictionary is globally changed.
17641 Call ispell-internal-change-dictionary after dictionary change.
17642
17643 2006-01-13 Eli Zaretskii <eliz@gnu.org>
17644
17645 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
17646
17647 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
17648 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
17649 years. Fix small differences wrt Makefile.in.
17650 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
17651 Makefile.in does.
17652
17653 2006-01-12 Bill Wohler <wohler@newt.com>
17654
17655 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
17656 mh-search.el.
17657
17658 2006-01-12 Masatake YAMATO <jet@gyve.org>
17659
17660 * progmodes/ld-script.el: Update copyright year.
17661
17662 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
17663
17664 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
17665 Don't add widget if setting undefined.
17666
17667 2006-01-12 John Paul Wallington <jpw@pobox.com>
17668
17669 * help-fns.el (describe-variable): Remove newlines from void
17670 variable output.
17671
17672 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
17673
17674 * wdired.el (wdired-mode-map): Add help echo for
17675 wdired-abort-changes.
17676
17677 * man.el (Man-file-name-regexp): Adjust for a list of files.
17678
17679 2006-01-12 Masatake YAMATO <jet@gyve.org>
17680
17681 * progmodes/ld-script.el (auto-mode-alist): Support
17682 suffix conventions used in netbsd and eCos.
17683
17684 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
17685
17686 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
17687 (custom-variable-menu, custom-face-menu, custom-group-menu)
17688 (Custom-mode-menu): Change names of menu items. (As discussed on
17689 emacs-devel.)
17690 (custom-face-menu): Add "Undo Edits" item.
17691
17692 * startup.el (init-file-user): defcustom -> defvar.
17693
17694 * tooltip.el (tooltip-mode): Doc fix.
17695
17696 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
17697
17698 * reveal.el (reveal-post-command): window-buffer signals an error on
17699 dead windows rather than returning nil.
17700 (reveal-open-new-overlays): An overlay might die while we open others.
17701
17702 2006-01-11 Bill Wohler <wohler@newt.com>
17703
17704 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
17705 phrasing in docstring.
17706
17707 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
17708 can give some systems gas. Add new file mh-buffers.el.
17709
17710 2006-01-06 Masatake YAMATO <jet@gyve.org>
17711
17712 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
17713 C preprocessor forward ported from GNU Emacs 21.2.
17714
17715 * progmodes/asm-mode.el (asm-font-lock-keywords):
17716 Use `cpp-font-lock-keywords'.
17717
17718 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
17719
17720 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
17721 of $ for "\\.ld[s]?".
17722
17723 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
17724
17725 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
17726 (tcl-indent-line): Return `noindent' if inside a string.
17727
17728 * progmodes/flymake.el (flymake-split-string): Remove more than one
17729 empty string at beg/end of the result.
17730 (flymake-find-buildfile, flymake-find-possible-master-files):
17731 Use expand-file-name.
17732 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
17733 since expand-file-name does it for us. Use directory-file-name.
17734 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
17735 (flymake-ler-get-type, flymake-ler-get-text)
17736 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
17737 (flymake-current-line-no): Remove spurious interactive spec.
17738 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
17739 (flymake-check-include): Remove arg inc-path merged into inc-name.
17740 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
17741 Arg regexp-list replaced by a simple regexp.
17742 (flymake-master-make-header-init, flymake-master-tex-init):
17743 Correspondingly replace regexp-list with a regexp. Fix regexp.
17744
17745 2006-01-10 Simon Josefsson <jas@extundo.com>
17746
17747 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
17748 describing AUTH PLAIN fix.
17749
17750 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
17751
17752 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
17753 (report-emacs-bug): Don't record initial prompt text.
17754 Instead, add text properties to prompting text.
17755 (report-emacs-bug-hook): Delete prompting text.
17756
17757 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
17758
17759 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
17760 `dirs'. Adjust callers.
17761
17762 2006-01-09 John Paul Wallington <jpw@gnu.org>
17763
17764 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
17765
17766 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
17767
17768 * reveal.el (reveal-open-new-overlays): New extracted fun.
17769 (reveal-close-old-overlays): Idem. Check overlays's liveness before
17770 using them. Simplify the code.
17771 (reveal-post-command): Use them. Fix up obsolete windows in
17772 reveal-open-spots.
17773
17774 * progmodes/flymake.el: Use `require' rather than autoload for
17775 XEmacs's overlays.
17776 (flymake-get-common-file-prefix, flymake-build-relative-filename):
17777 Delete. Use file-relative-name instead.
17778 (flymake-get-syntax-check-program-args, flymake-perl-init):
17779 Simplify the resulting code.
17780
17781 * log-view.el (log-view-file-re, log-view-message-re): Add support
17782 for DaRCS output.
17783
17784 2006-01-09 Alex Schroeder <alex@gnu.org>
17785
17786 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
17787 identifiers sometimes added in square brackets at the beginning of
17788 subject lines.
17789
17790 2006-01-07 Richard M. Stallman <rms@gnu.org>
17791
17792 * cus-edit.el (Custom-set, Custom-save): Doc fix.
17793 (Custom-reset-current, Custom-reset-saved): Change question text.
17794 (Custom-reset-standard): Likewise.
17795 (custom-variable-reset-saved): Doc fix.
17796
17797 2006-01-07 Eli Zaretskii <eliz@gnu.org>
17798
17799 * startup.el (init-file-user): Doc fix.
17800
17801 2006-01-07 Alex Schroeder <alex@gnu.org>
17802
17803 * mail/rmail.el (rmail-current-subject): New function.
17804 (rmail-current-subject-regexp): New function.
17805 (rmail-next-same-subject): Use it.
17806
17807 * mail/rmailsum.el (rmail-summary-by-topic):
17808 Use rmail-current-subject and rmail-current-subject-regexp.
17809 (rmail-summary-next-same-subject): Ditto.
17810
17811 * net/rcirc.el (rcirc-send-input): No longer check whether the
17812 process is open, since not all commands need an open process.
17813 (rcirc-send-string): Check whether the process is open before
17814 sending anything.
17815 (rcirc-ignore-list): New option.
17816 (rcirc-ignore-list-automatic): New variable.
17817 (rcirc-print): Take rcirc-ignore-list into account.
17818 (rcirc-cmd-ignore): New command.
17819 (rcirc-ignore-update-automatic): New function.
17820 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
17821 list if ignored nicks.
17822 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
17823
17824 2006-01-06 David Reitter <david.reitter@gmail.com>
17825
17826 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
17827 reflect the address to which the report will be sent.
17828
17829 2006-01-06 Eli Zaretskii <eliz@gnu.org>
17830
17831 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
17832 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
17833
17834 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
17835
17836 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
17837
17838 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
17839 the doc string: "functoin" => "function".
17840 * ldefs-boot.el: Likewise.
17841
17842 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
17843 message text: "Duplicat" => "Duplicate".
17844
17845 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
17846
17847 * files.el (basic-save-buffer-2): If backing-up failed, reset
17848 buffer-backed-up to nil.
17849
17850 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
17851
17852 * progmodes/gud.el (gdb-script-skip-to-head)
17853 (gdb-script-calculate-indentation): Indent for breakpoint command
17854 lists also.
17855
17856 2006-01-05 Bill Wohler <wohler@newt.com>
17857
17858 * Makefile.in (compile-always): Add mh-autoloads dependency.
17859 (bootstrap): Remove mh-autoloads dependency, as compile dependency
17860 provides it.
17861 (updates): Remove mh-autoloads dependency, since it probably has
17862 already run recently (via recompile).
17863
17864 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
17865
17866 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
17867 argument `force' to disable the flyspell-last-buffer optimization.
17868 (flyspell-mode-on): Use it.
17869
17870 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
17871 flymake-simple-cleanup.
17872 (flymake-allowed-file-name-masks): Use this new default.
17873 All the functions are now called in the right buffer rather than
17874 passing the buffer as argument.
17875 (flymake-process-sentinel): Switch to buffer before calling cleanup.
17876 (flymake-parse-err-lines): Remove redundant buffer arg.
17877 (flymake-get-program-dir): Comment out unused function.
17878 (flymake-start-syntax-check, flymake-start-syntax-check-process):
17879 Remove redundant buffer argument.
17880 (flymake-get-real-file-name, flymake-simple-java-cleanup)
17881 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
17882
17883 2006-01-05 Richard M. Stallman <rms@gnu.org>
17884
17885 * info.el (Info-find-node): Don't record previous node if have none.
17886 (info): Go to directory only if history is empty.
17887
17888 * simple.el (mark): Doc fix.
17889
17890 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17891
17892 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
17893 already of desired type.
17894 (mac-ae-list): Coerce parameter to "list" type.
17895 (mac-dispatch-apple-event): Replace cadr part of event with a
17896 dummy position so that event-start returns it.
17897
17898 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
17899
17900 * textmodes/org.el (org-end-of-subtree): New function.
17901 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
17902 Use `org-end-of-subtree'.
17903 (org-agenda, org-agenda-convert-date): Protect calls to
17904 `fit-window-to-buffer'.
17905 (org-tags-view): Force matching of sublevels when doing a
17906 todo-only search. Define the correct redo command, including the
17907 arguments.
17908 (org-agenda-redo): Display message.
17909 (org-check-for-org-mode): New function.
17910 (org-agenda-type): New variable.
17911 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
17912 Set `org-agenda-type'.
17913 (org-agenda-check-type): New function.
17914 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
17915 (org-agenda-week-view, org-agenda-day-view)
17916 (org-agenda-next-date-line, org-agenda-previous-date-line)
17917 (org-agenda-log-mode, org-agenda-toggle-diary)
17918 (org-agenda-toggle-time-grid, org-agenda-date-later)
17919 (org-agenda-date-prompt, org-agenda-diary-entry)
17920 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
17921 (org-agenda-convert-date, org-agenda-menu):
17922 Use `org-agenda-check-type'.
17923 (org-make-overlay, org-delete-overlay)
17924 (org-detatch-overlay, org-move-overlay, org-overlay-put):
17925 New compatibility functions.
17926 (org-calendar-select-mouse): New command.
17927
17928 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
17929
17930 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
17931 (Custom-reset-standard): Fix y-or-n-p messages.
17932 (custom-link): New face for links.
17933 (custom-buffer-create-internal, custom-manual): Use it.
17934 (custom-face-save): Push to theme-face before setting face spec.
17935
17936 * wid-edit.el (widget-default-mouse-face-get): New function.
17937 (widget-specify-button): Handle mouse-face like button-face.
17938
17939 * custom.el (load-theme): Clear old theme settings if reloading.
17940
17941 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
17942
17943 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
17944 "Erase Customization" button back to same position it occupies in
17945 the individual State menus.
17946
17947 2006-01-04 Kim F. Storm <storm@cua.dk>
17948
17949 * wid-edit.el (key-sequence): Rework widget to read key binding
17950 using `kbd' syntax. Use C-q to insert literal key, event, or code.
17951 (widget-key-sequence-default-value): Default value for empty sequence.
17952 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
17953 (widget-key-sequence-read-event): New command for C-q.
17954 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
17955 (widget-key-sequence-value-to-external): New functions.
17956
17957 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
17958
17959 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
17960 Use expand-file-name.
17961 (flymake-delete-temp-directory): Use expand-file-name,
17962 file-name-directory, and directory-file-name.
17963 (flymake-strrchr): Delete.
17964 (flymake-start-syntax-check): Don't pass the redundant buffer argument
17965 to the init-f function.
17966 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
17967 (flymake-init-find-buildfile-dir)
17968 (flymake-init-create-temp-source-and-master-buffer-copy)
17969 (flymake-simple-make-init-impl, flymake-simple-make-init)
17970 (flymake-master-make-init, flymake-master-make-header-init)
17971 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
17972 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
17973 (flymake-xml-init): Remove corresponding redundant buffer argument.
17974 (flymake-allowed-file-name-masks): Remove last elems that are equal to
17975 the default anyway. Clean up regexps.
17976
17977 * progmodes/flymake.el (flymake-temp-source-file-name)
17978 (flymake-master-file-name, flymake-temp-master-file-name)
17979 (flymake-base-dir): New buffer-local vars.
17980 (flymake-buffer-data, flymake-get-buffer-value)
17981 (flymake-set-buffer-value): Replace those hash-tables by the new
17982 buffer-local vars. Update callers.
17983
17984 * progmodes/flymake.el (flymake-check-start-time)
17985 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
17986 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
17987 Move definition, so we can remove redundant earlier declaration.
17988 (flymake-replace-regexp-in-string, flymake-split-string)
17989 (flymake-get-temp-dir): Use defalias.
17990 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
17991 (flymake-xemacs-window-edges): Remove unused function.
17992 (flymake-get-point-pixel-pos): Move.
17993 (flymake-pid-to-names, flymake-reg-names)
17994 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
17995 Replace by a simple list flymake-processes and by process-buffer.
17996 Update callers. Other than simplify the code, it uses buffers rather
17997 than buffer-names so it doesn't get confused by uniquify.
17998 (flymake-buffer-data): The global value should just be nil.
17999
18000 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
18001 Optimize the body of a defalias like any other code.
18002
18003 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
18004 Make sure we've setup font-lock's vars. It may influence which
18005 function we then call.
18006 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
18007 here since it's too late anyway.
18008
18009 2006-01-03 Romain Francoise <romain@orebokech.com>
18010
18011 * startup.el (fancy-splash-tail, normal-splash-screen):
18012 Update copyright year.
18013
18014 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
18015
18016 * mouse.el (mouse-drag-track): Rename, from
18017 `mouse-drag-region-1'. Includes optional argument required to
18018 enable post-drag event processing (e.g. delete region keys).
18019 Can be used without this argument to track a mouse region and operate
18020 on it as soon as the drag completes.
18021 (mouse-drag-region): Use `mouse-drag-track'.
18022
18023 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
18024
18025 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
18026 Move to `custom-buffer' group.
18027
18028 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
18029 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
18030 (custom-theme-insert-face-marker, custom-theme-variable-menu)
18031 (custom-theme-face-menu): New variables.
18032 (custom-theme-add-variable, custom-theme-variable-action)
18033 (custom-variable-reset-theme, custom-theme-delete-variable)
18034 (custom-face-reset-theme, custom-theme-face-action)
18035 (custom-theme-delete-face, custom-theme-merge-theme)
18036 (custom-theme-add-face, custom-theme-visit-theme): New functions.
18037
18038 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
18039
18040 * custom.el: Move Custom Themes commentary to start of theme code.
18041 (custom-known-themes): Rename `standard' theme to `changed'.
18042 (custom-push-theme): Caller no longer specifies what theme to use
18043 when doing `reset'---the setting is simply removed from the theme.
18044 Delete MODE from `theme-value' and `theme-settings' properties.
18045 (custom-declare-theme): Ignore &rest args since we don't use them.
18046
18047 (custom-loaded-themes): Delete variable.
18048 (custom-theme-load-themes, custom-theme-loaded-p)
18049 (custom-theme-value): Delete functions.
18050
18051 (custom-declare-theme): Signal error on invalid theme names.
18052 (provide-theme): custom-loaded-themes was deleted.
18053 (load-theme): Load the file unconditionally.
18054 (enable-theme): Call `load-theme' if theme is undefined.
18055 (custom-enabled-themes): Only update value for successful loads.
18056 (disable-theme): Complete from enabled themes when interactive.
18057 (custom-variable-theme-value): Calculate theme value directly.
18058
18059 (custom-theme-reset-variables, custom-reset-variables): Mark as
18060 XEmacs compatibility functions. We don't actually use these.
18061
18062 * cus-edit.el (custom-variable-state-set):
18063 Use custom-variable-theme-value instead of custom-theme-value.
18064 (custom-face-state-set): Rename `standard' theme to `changed'.
18065 (custom-save-variables, custom-save-faces): Delete unneeded
18066 references to custom-reset-variables.
18067 (custom-save-resets): Delete function.
18068 (custom-save-variables, custom-save-faces): MODE argument deleted.
18069 (custom-save-variables, custom-save-faces): Ignore theme values.
18070
18071 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
18072 compatibility function.
18073
18074 2006-01-01 Richard M. Stallman <rms@gnu.org>
18075
18076 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
18077 (Custom-reset-current, Custom-reset-saved): Likewise.
18078 (Custom-reset-standard): Show message if aborted.
18079 (custom-mode): Doc fix, describing those commands.
18080
18081 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
18082 put on event-kind property.
18083
18084 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
18085
18086 * custom.el (provide-theme): Ban `user' theme name.
18087 (custom-enabling-themes): New variable.
18088 (enable-theme): Don't enable user if custom-enabling-themes is t.
18089 (custom-enabled-themes): Make it a defcustom.
18090 (custom-theme-recalc-face): No-op if face is undefined.
18091
18092 * cus-edit.el (custom-button-mouse): New variable.
18093 (custom-button-mouse): New face.
18094 (custom-raised-buttons, custom-mode): Use it.
18095
18096 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
18097
18098 2005-12-31 Eli Zaretskii <eliz@gnu.org>
18099
18100 * progmodes/gud.el (gud-display-line): Support hl-line in the
18101 source buffer.
18102
18103 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
18104
18105 * mouse.el (mouse-drag-window-above): Verify that the found window
18106 overlaps with the given window in the horizontal dimension.
18107
18108 2005-12-31 Eli Zaretskii <eliz@gnu.org>
18109
18110 * Makefile.in (cvs-update): New target.
18111
18112 * makefile.w32-in (cvs-update): Ditto.
18113
18114 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
18115
18116 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
18117 (custom-new-theme-mode-map): New variable.
18118
18119 2005-12-30 Richard M. Stallman <rms@gnu.org>
18120
18121 * custom.el (custom-load-themes): Function deleted.
18122
18123 * cus-edit.el (custom-save-loaded-themes): Function deleted.
18124 (custom-save-variables): Don't delete or add custom-load-themes call.
18125
18126 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
18127
18128 * cus-start.el: Add `visible-cursor'.
18129
18130 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
18131 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
18132 (flymake-process-filter): Switch to buffer before calling it instead.
18133 (flymake-post-syntax-check, flymake-highlight-err-lines)
18134 (flymake-delete-own-overlays, flymake-parse-err-lines)
18135 (flymake-start-syntax-check, flymake-start-syntax-check-process)
18136 (flymake-count-lines, flymake-parse-residual):
18137 Remove constant buffer argument.
18138 (flymake-start-syntax-check-for-current-buffer): Remove.
18139 Update callers to use flymake-start-syntax-check instead.
18140 (flymake-display-err-menu-for-current-line):
18141 Remove unused var `mouse-pos'.
18142 (flymake-restore-formatting): Comment out unused function.
18143 (flymake-report-status, flymake-report-fatal-status): Remove buffer
18144 argument, use current-buffer instead. Update callers.
18145
18146 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18147
18148 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
18149 buffer-local because choose-completion-delete-max-match requires
18150 that we set completion-ignore-case (i.e., binding via let is not
18151 sufficient).
18152 (bibtex-complete): Always set completion-ignore-case and
18153 choose-completion-string-functions. The latter is needed because
18154 choose-completion-string-functions keeps its value if we quit the
18155 *Completions* buffer without requesting a completion.
18156
18157 2005-12-30 Andreas Schwab <schwab@suse.de>
18158
18159 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
18160
18161 2005-12-30 Eli Zaretskii <eliz@gnu.org>
18162
18163 * jit-lock.el (jit-lock-chunk-size): Doc fix.
18164
18165 2005-12-30 Juri Linkov <juri@jurta.org>
18166
18167 * locate.el (locate-fcodes-file, locate-header-face)
18168 * progmodes/delphi.el (delphi-other-face)
18169 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
18170
18171 * paren.el (show-paren-match, show-paren-mismatch): Use existing
18172 group `paren-showing-faces'.
18173
18174 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
18175 (goto-address): Fix docstring.
18176
18177 * net/webjump.el (webjump-sample-sites): Update URLs.
18178
18179 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
18180
18181 * subr.el (cancel-change-group): Add listp around pending-undo-list.
18182
18183 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
18184
18185 * font-lock.el (font-lock-compile-keywords): Signal an error when
18186 font-lock-set-defaults hasn't been called.
18187
18188 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
18189
18190 * subr.el (noreturn, 1value): Doc fixes.
18191
18192 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18193
18194 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
18195 that assoc-string returns nil.
18196
18197 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18198
18199 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
18200 (bibtex-entry-type-str, bibtex-empty-field-re)
18201 (bibtex-search-backward-string, bibtex-preamble-prefix)
18202 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
18203 (bibtex-any-valid-entry-type): New variable.
18204 (bibtex-parse-field-name): Simplify.
18205 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
18206 (bibtex-preamble-prefix): Include left delimiter.
18207 (bibtex-search-forward-field, bibtex-search-backward-field):
18208 Allow unbounded search past entry boundaries (required by bibtex-pop).
18209 (bibtex-text-in-field-bounds): Use push.
18210 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
18211 (bibtex-parse-preamble, bibtex-valid-entry)
18212 (bibtex-beginning-first-field): New functions.
18213 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
18214 (bibtex-map-entries): Fix docstring.
18215 (bibtex-flash-head): New arg prompt. Simplify.
18216 (bibtex-enclosing-field): Include code of bibtex-inside-field.
18217 (bibtex-insert-kill): Simplify. Always insert text past the
18218 current field or entry.
18219 (bibtex-format-entry): Use bibtex-parse-field.
18220 (bibtex-pop): Use bibtex-beginning-of-entry and
18221 bibtex-end-of-entry to initiate the search. Insert empty field if
18222 we found ourselves.
18223 (bibtex-print-help-message): New args field and comma.
18224 Handle entry keys.
18225 (bibtex-make-field): Use bibtex-beginning-of-entry.
18226 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
18227 invalid entry.
18228 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
18229 Handle preambles. Simplify code for thorough test.
18230 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
18231 New arg comma. Handle entry heads.
18232 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18233 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
18234 New arg comma.
18235 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
18236 (bibtex-fill-field): Simplify.
18237 (bibtex-fill-entry): Use bibtex-beginning-first-field and
18238 bibtex-parse-field.
18239 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
18240 (bibtex-complete): Use bibtex-parse-preamble.
18241
18242 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
18243
18244 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
18245 Display name of expression instead of convenience variable.
18246 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
18247
18248 * progmodes/gud.el (gud-tooltip-dereference): Rename from
18249 toggle-gud-tooltip-dereference.
18250 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
18251 (gud-tooltip-tips): ...here when dereferencing.
18252
18253 2005-12-28 Bill Wohler <wohler@newt.com>
18254
18255 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
18256
18257 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
18258
18259 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
18260 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
18261 (vc-annotate-display-autoscale): Adjust call.
18262 (vc-annotate-display-default): Adjust call. Make arg compulsory.
18263 Fix interactive spec.
18264 (vc-annotate-time-span): Remove.
18265 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
18266 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
18267 (vc-annotate-display-select): Use new name.
18268
18269 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
18270 (vc-annotate-mode-menu): Remove left-over redundant declaration.
18271 Correct the construction of span entries. Simplify.
18272 (vc-annotate-display-select): Fix the nil case.
18273 (vc-annotate): Remove obsolete (and now broken) code.
18274 (vc-annotate-extract-revision-at-line): Remove obsolete code.
18275 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
18276
18277 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
18278
18279 * subr.el (lazy-completion-table): Correct typo in docstring.
18280
18281 * startup.el (command-line): Use `custom-reevaluate-setting' for
18282 `send-mail-function'.
18283
18284 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
18285
18286 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
18287
18288 * mail/smtpmail.el (smtpmail-try-auth-methods):
18289 Send credentials together with "AUTH PLAIN" command.
18290
18291 2005-12-27 Richard M. Stallman <rms@gnu.org>
18292
18293 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
18294 mouse-2, go back to previously selected window, so it's selected
18295 when mouse-2 command runs.
18296
18297 2005-12-27 Juri Linkov <juri@jurta.org>
18298
18299 * descr-text.el (describe-text-sexp): Use square brackets for
18300 button [Show] to distinguish it from the property value `show'.
18301 (describe-property-list): Use `insert-text-button' with
18302 `help-face' type instead of putting face in quotes, because button
18303 is not created automatically for a list of faces.
18304 (describe-text-properties-1): Put button-type value in quotes to
18305 distinguish from plain text "button".
18306 (describe-char): Display code point values in hex. Don't use
18307 `symbol-name' for `current-input-method' because it is a string.
18308 Use `insert-text-button' with `help-face' type instead of putting
18309 hardcoded face in quotes, because button is not created automatically.
18310
18311 2005-12-27 Richard M. Stallman <rms@gnu.org>
18312
18313 * progmodes/glasses.el (glasses-face): More specific custom type.
18314
18315 * files.el (set-visited-file-name): Doc fix.
18316
18317 * textmodes/flyspell.el (flyspell-external-point-words):
18318 Use local var buffer-scan-pos to advance scan for next misspelling.
18319 Advance it only after we find the misspelling.
18320
18321 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
18322
18323 * textmodes/flyspell.el (flyspell-external-point-words):
18324 New criteria for finding the misspelling in the buffer.
18325
18326 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
18327
18328 * help-mode.el (help-insert-string): Set help-xref-stack-item
18329 rather than call help-setup-xref.
18330
18331 * descr-text.el (describe-char): Revert previous changes for
18332 optional buffer argument.
18333
18334 2005-12-27 Juri Linkov <juri@jurta.org>
18335
18336 * help-mode.el (help-insert-string): New function. Save buffer
18337 contents in cases where it is impossible to recompute the old contents.
18338
18339 * descr-text.el (describe-char): Set help-xref-stack-item
18340 explicitly after buffer has been generated.
18341
18342 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18343
18344 * cus-start.el (all): Add x-gtk-show-hidden-files.
18345
18346 2005-12-26 Richard M. Stallman <rms@gnu.org>
18347
18348 * replace.el (perform-replace): Calculate match-again
18349 before skipping read-only matches.
18350
18351 * paren.el (paren-showing-faces): New group.
18352 (show-paren-match, show-paren-mismatch): Move to that group.
18353
18354 * button.el (button): Put into group `basic-faces'.
18355
18356 * progmodes/make-mode.el: Remove faces from group `faces'.
18357
18358 * apropos.el (apropos, apropos-value): Doc fix.
18359 (apropos-documentation): Doc fix.
18360
18361 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
18362
18363 * subr.el (lazy-completion-table): Remove argument `args'.
18364
18365 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
18366 Don't use the `args' argument of lazy-completion-table.
18367
18368 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
18369
18370 * descr-text.el (describe-char): Add optional argument for buffer.
18371 Set buffer appropriately. Call help-setup-xref.
18372 Suggested by Stefan Monnier.
18373
18374 2005-12-26 Juri Linkov <juri@jurta.org>
18375
18376 * descr-text.el: Require `help-fns' at runtime. Don't require
18377 `button' for byte compilation.
18378 (describe-text-widget): Add `help-echo' for first button.
18379 Use `help-info' for second.
18380 (describe-property-list): Use `help-argument-name' instead of `italic'.
18381 (describe-text-category): Add prompt to interactive spec.
18382 Call `help-setup-xref'.
18383 (describe-char): Use `help-character-set'. Add `help-echo' for
18384 code point. Use `help-input-method'. Remove superfluous insert.
18385
18386 2005-12-25 Richard M. Stallman <rms@gnu.org>
18387
18388 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
18389 at point, in case of narrowing.
18390
18391 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
18392
18393 * locate.el (locate-header-face): Allow nil in type.
18394
18395 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
18396
18397 2005-12-25 Romain Francoise <romain@orebokech.com>
18398
18399 * battery.el (battery-linux-proc-acpi): Also try
18400 `/proc/acpi/thermal_zone/THM0/temperature'.
18401
18402 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
18403
18404 * custom.el (custom-push-theme): Fix docstring.
18405
18406 * cus-edit.el (custom-variable-set, custom-variable-save)
18407 (custom-variable-save): Custom-quote widget values.
18408 (customize-save-variable): Fix custom-push-theme call.
18409
18410 2005-12-24 Eli Zaretskii <eliz@gnu.org>
18411
18412 * w32-fns.el (w32-batch-update-autoloads): New function.
18413
18414 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
18415 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
18416 from the command line.
18417
18418 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
18419
18420 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
18421 reset means to remove setting from theme entirely. Don't keep
18422 expanding theme-settings list; delete old entries if necessary.
18423
18424 * cus-edit.el (custom-buffer-create-internal): Move "Erase
18425 customization" button one line up.
18426 (custom-themed): New face.
18427 (custom-magic-alist): New value, THEMED, for theme settings.
18428 (custom-variable-state-set, custom-face-state-set):
18429 Check theme-value instead of saved-value.
18430 (custom-variable-reset-standard, custom-face-reset-standard):
18431 Remove theme setting entirely. Recalculate new values.
18432 (custom-variable-set, custom-variable-set)
18433 (custom-variable-reset-saved, custom-variable-reset-backup)
18434 (custom-face-set, custom-face-reset-saved): Update `user' theme.
18435 (custom-variable-save): Fix typos.
18436
18437 2005-12-23 Juri Linkov <juri@jurta.org>
18438
18439 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
18440 Add autoload cookies.
18441 (edebug-outside-d-c-i-n-s-w): New variable.
18442 (edebug-display, edebug-outside-excursion): Use it to save the
18443 original value of default-cursor-in-non-selected-windows.
18444 Set default-cursor-in-non-selected-windows to t while Edebug
18445 is active.
18446 (edebug-mode, edebug-eval-mode): Doc fix.
18447
18448 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
18449 with `buffer-substring-no-properties' to remove common substring
18450 highlighting.
18451
18452 * info.el (info-other-window, info): Rename function argument
18453 `file' to `file-or-node'.
18454 (Info-complete-menu-item): Use local variable `complete-nodes' to
18455 keep the global value of `Info-complete-nodes' unchanged for
18456 subsequent completions.
18457 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
18458
18459 * simple.el (get-next-valid-buffer, last-buffer)
18460 (next-error-buffer-p, next-error-find-buffer)
18461 (minibuffer-history-sexp-flag): Doc fix.
18462
18463 * savehist.el (savehist-mode-hook): Add `:group'.
18464
18465 * log-view.el: Call autoload for vc-find-version.
18466 (log-view-current-file): Adjust subgroup numbers.
18467 (log-view-current-tag): Add `length'.
18468
18469 2005-12-23 Richard M. Stallman <rms@gnu.org>
18470
18471 * vc.el (vc-annotate-car-last-cons): Defn moved up.
18472
18473 2005-12-23 Juri Linkov <juri@jurta.org>
18474
18475 * hi-lock.el (hi-lock-archaic-interface-message-used)
18476 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
18477 (hi-lock-mode): Display "Hi" in the mode line only when
18478 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
18479 (hi-lock-write-interactive-patterns):
18480 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
18481 (hi-lock-set-pattern, hi-lock-set-file-patterns)
18482 (hi-lock-font-lock-hook): Set 3rd arg `how' of
18483 font-lock-add-keywords to t.
18484
18485 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
18486
18487 * hi-lock.el (hi-lock-highlight-range): New variable.
18488 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
18489 only if font-lock-fontified is non-nil. Remove overlays.
18490 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
18491 font-lock-fontified is non-nil, otherwise use overlays (instead of
18492 text properties).
18493 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
18494 New variables.
18495 (hi-lock-string-serialize): New function.
18496
18497 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18498
18499 * menu-bar.el (menu-find-file-existing): New function.
18500 (menu-bar-file-menu): Use menu-find-file-existing for Open.
18501
18502 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
18503
18504 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18505
18506 * vc.el: Remove unnecessary leading * in docstrings.
18507 (vc-annotate-mode-map): Move initialization into declaration.
18508 (vc-static-header-alist): Nitpick on the regexp.
18509 (vc-default-init-version): New fun.
18510 (vc-register): Use it.
18511 (vc-insert-headers): Use dolist.
18512 (vc-annotate-get-backend): Remove unused function.
18513 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
18514 (vc-annotate-mode): Remove corresponding call.
18515 (vc-annotate-car-last-cons): Simplify.
18516 (vc-annotate-buffers): Remove var.
18517 (vc-annotate-backend): Make it buffer-local.
18518 (vc-annotate): Move the interaction to the interactive spec.
18519 Add a `buf' argument.
18520 (vc-annotate-warp-version): Use this new `buf' argument to avoid
18521 killing&creating a vc-annotate buffer, which is very disruptive when
18522 the buffers are shown in dedicated frames.
18523
18524 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
18525
18526 * descr-text.el: Add FSF as maintainer.
18527 (describe-text-mode, describe-text-mode-map)
18528 (describe-text-mode-hook, describe-text-done): Delete. Use normal
18529 help-mode.
18530 (describe-text-widget, describe-text-sexp)
18531 (describe-property-list, describe-text-category)
18532 (describe-text-properties, describe-text-properties-1)
18533 (describe-char): Use help buttons instead of widgets.
18534 (describe-char-unicodedata-file): Make URL link in doc string.
18535
18536 2005-12-22 Richard M. Stallman <rms@gnu.org>
18537
18538 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
18539 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
18540 Don't include buttons that write a file when there's no file.
18541 (custom-variable-menu, custom-face-menu, custom-group-menu):
18542 Don't include commands that write a file when there's no file.
18543 (customize-browse): Reword the top-of-buffer help intro.
18544 (custom-buffer-create-internal): Fix previous change.
18545 (customize-changed-options-previous-release): Prev release is 21.1.
18546 (customize-changed-options): Doc fix.
18547 (customize-changed): New alias.
18548 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
18549 Say "standard values".
18550 (Custom-reset-standard): Doc fix.
18551 (custom-face-reset-standard): Doc fix.
18552
18553 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18554
18555 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
18556 even if font-lock-mode is non-nil since it may be t without having
18557 turned on font-lock-mode-internal.
18558 (font-lock-choose-keywords): Minor optimization.
18559 (font-lock-add-keywords, font-lock-remove-keywords)
18560 (font-lock-set-defaults): Don't call make-local-variable on a variable
18561 that we know to already be local.
18562
18563 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
18564
18565 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
18566 messages if in the minibuffer.
18567
18568 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18569
18570 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
18571 (tex-mode-flyspell-verify, flyspell-get-word)
18572 (flyspell-external-point-words): Don't use point-min/max uselessly.
18573
18574 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
18575 by Kevin Rodgers. Instead, just hide the completions buffer if we
18576 don't need to show it.
18577
18578 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
18579
18580 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
18581
18582 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18583
18584 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
18585 delete-windows-on with an inexistent buffer.
18586
18587 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
18588
18589 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18590 Delete defcustom variable :tag names.
18591
18592 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
18593
18594 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
18595 (log-view-font-lock-keywords): Ajust subgroup numbers.
18596 (log-view-current-tag): Don't hard code the number of subgroups.
18597
18598 2005-12-20 Juri Linkov <juri@jurta.org>
18599
18600 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
18601 (tooltip-x-offset, tooltip-y-offset): Doc fix.
18602
18603 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
18604 (menu-bar-non-minibuffer-window-p): Instead of checking
18605 display-multi-frame-p, use selected-frame when menu-updating-frame
18606 is nil.
18607
18608 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
18609
18610 * align.el (align-rules-list): Use [ \t] instead of \s-
18611 for column separators in text mode.
18612
18613 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
18614
18615 * help-mode.el (help-customize-variable, help-customize-face):
18616 Don't pop help-xref-stack as help-follow no longer pushes
18617 anything on to it.
18618
18619 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
18620
18621 * textmodes/org.el (org-agenda-custom-commands): New option.
18622 (org-agenda): Offer custom commands on splash screen.
18623 (org-make-tags-matcher): Parser for Boolean logic added.
18624 (org-agenda-set-tags): New command.
18625 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
18626 (org-set-tags): Efficiency improvements.
18627 (org-auto-align-tags): New option.
18628 (org-todo, org-demote, org-promote): Realign tags.
18629 (org-tags-completion-function): Use also "&" and "|" as separators.
18630 (org-org-menu): Agenda commands simplified.
18631
18632 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
18633
18634 * cus-edit.el (customize-apropos, customize-apropos-options):
18635 Docstring changes.
18636
18637 * font-lock.el (font-lock): Add tags to the links in the defgroup.
18638
18639 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
18640
18641 * longlines.el (longlines-mode): Wrap while widened.
18642 (longlines-decode-region, longlines-encode-region): Compute max
18643 just once.
18644
18645 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18646
18647 * cus-edit.el (mac): New group.
18648
18649 * cus-start.el (all): Add user options in macterm.c. Add test for
18650 Mac-related built-ins. Fix test for GTK-related built-ins.
18651
18652 * term/mac-win.el (mac-handle-language-change)
18653 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
18654 (mac-services-open-selection, mac-services-mail-selection)
18655 (mac-services-mail-to, mac-services-insert-text)
18656 (mac-dispatch-apple-event): Add docstrings.
18657 (x-get-selection, mac-select-convert-to-string): Select coding
18658 system from `utf-16be' and `utf-16le' using `byteorder'.
18659
18660 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
18661
18662 * subr.el (lazy-completion-table): Don't be fooled if the var holds
18663 a "list" (lambda ...) rather than a real completion list.
18664
18665 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
18666 lexical-let when encountering ((lambda (...) ...) ...).
18667
18668 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
18669
18670 * progmodes/sh-script.el (sh-mode):
18671 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
18672 * textmodes/picture.el (picture-mode): Update docstrings.
18673
18674 2005-12-17 Eli Zaretskii <eliz@gnu.org>
18675
18676 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
18677 commands enclosed in $(ARGQUOTE)s should not be split between two
18678 lines, as that will break with GNU Make >3.80, when sh.exe is used
18679 and arg quoting is with '..'.
18680 (autoloads): Don't break the quoted --eval expression between
18681 several lines.
18682
18683 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
18684
18685 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
18686 Capture error from printing circular structures.
18687
18688 2005-12-17 Martin Rudalics <rudalics@gmx.at>
18689
18690 * wid-edit.el (widget-checkbox-action): Clear undo info.
18691
18692 2005-12-16 Bill Wohler <wohler@newt.com>
18693
18694 * menu-bar.el (kill-this-buffer): Set a good example by using menu
18695 bar, not menubar in comment.
18696
18697 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
18698
18699 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
18700 After-change-functions should not clobber the match data.
18701
18702 2005-12-16 Juri Linkov <juri@jurta.org>
18703
18704 * simple.el (choose-completion): Use `buffer-substring-no-properties'
18705 instead of `buffer-substring'.
18706 (completion-common-substring): Doc fix.
18707 (completion-setup-function): Use minibuffer-completion-contents
18708 instead of minibuffer-contents. Don't set common-string-length
18709 initially. Remove special handling of partial-completion-mode.
18710 Move computation of completion-base-size into one cond.
18711 Call completion-base-size-function in mainbuf. In computation of
18712 completion-base-size for file name completion don't move point to
18713 the end of the minibuffer. Move computation of common-string-length
18714 into one cond. Start putting faces only when common-string-length>=0.
18715 Add condition to put completions-common-part when
18716 common-string-length>0.
18717
18718 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
18719 place point at the first different character in the minibuffer
18720 even if this position is at the beginning of the minibuffer.
18721
18722 * info.el (Info-read-node-name-1): In completion-base-size-function's
18723 lambda return 1 if common-substring or minibuffer-completion-contents
18724 starts with (, and 0 otherwise.
18725
18726 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
18727 Use `crm-current-element' for second arg of `display-completion-list'.
18728
18729 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
18730
18731 * files.el (set-auto-mode): Look for an interpreter specified on
18732 the first line also if search for mode specification succeeded,
18733 but the mode is not known.
18734
18735 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
18736
18737 * textmodes/org.el (org-tags-match-list-sublevels): New option.
18738 (org-open-at-point): Implement tag searches as links.
18739 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
18740 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
18741 (org-tags-sparse-tree, org-tags-view, org-set-tags)
18742 (org-agenda-dispatch): New commands.
18743 (org-use-tag-inheritance, org-tags-column): New options.
18744 (org-tab-follows-link, org-return-follows-link): New options.
18745 (org-tags): New customize group.
18746 (org-start-icalendar-file): Get local time zone.
18747 (org-tags-completion-function): New function.
18748 (org-set-font-lock-defaults): Make sure links will also be
18749 highlighted inside headlines.
18750
18751 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
18752
18753 * term.el (term-emulate-terminal):
18754 Let term-handle-ansi-terminal-messages override what Bash says about
18755 its current directory.
18756
18757 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
18758
18759 * bindings.el (last-buffer): Move to simple.el.
18760 * simple.el (last-buffer): Move here.
18761 (get-next-valid-buffer): New function.
18762 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
18763 (prev-buffer): Ditto. Rename to `previous-buffer'.
18764
18765 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
18766 * bindings.el (global-map): Ditto.
18767
18768 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
18769
18770 * cus-edit.el: Introductory comment change.
18771 (custom-magic-alist): Change message string for the `rogue' state.
18772
18773 2005-12-15 Richard M. Stallman <rms@gnu.org>
18774
18775 * tooltip.el: Delete defcustom variable :tag names.
18776
18777 * complete.el (partial-completion-mode): Doc fix.
18778
18779 * textmodes/flyspell.el (flyspell-external-point-words):
18780 Use save-excursion to ensure we don't move backward in the
18781 search loop, not even one character.
18782 (flyspell-delete-all-overlays): Use remove-overlays directly.
18783
18784 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
18785 (ispell-start-process): Set that variable.
18786 Clear ispell-buffer-local-name.
18787 (ispell-internal-change-dictionary):
18788 Set ispell-current-dictionary after killing process.
18789 (ispell-buffer-local-dict):
18790 Don't set spell-personal-dictionary after killing process.
18791 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
18792 (ispell-tex-skip-alists, ispell-html-skip-alists)
18793 (ispell-skip-region-alist): Mark as risky.
18794
18795 * net/newsticker.el (newsticker--retrieval-timer-list)
18796 (newsticker--display-timer, newsticker-running-p)
18797 (newsticker-ticker-running-p): Definitions moved up.
18798
18799 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
18800
18801 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
18802
18803 2005-12-15 David Ponce <david@dponce.com>
18804
18805 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
18806 (recentf-edit-list, recentf-open-files): Signal an error when
18807 there is no recent file.
18808
18809 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
18810
18811 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
18812 read-only except for texinfo-format-region evaluation.
18813
18814 2005-12-14 Richard M. Stallman <rms@gnu.org>
18815
18816 * vc.el (vc-default-previous-version, vc-default-next-version)
18817 (vc-do-command): Doc fixes.
18818
18819 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18820
18821 * textmodes/bibtex.el (bibtex-expand-strings)
18822 (bibtex-autokey-expand-string, bibtex-name-part)
18823 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
18824 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
18825 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
18826 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
18827 (bibtex-entry-postfix, bibtex-known-entry-type-re)
18828 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
18829 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
18830 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
18831 (bibtex-beginning-of-last-entry): Remove.
18832 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
18833 message if comma is missing but buffer is read-only.
18834 (bibtex-parse-field-text): Handle whitespaces at the end of field
18835 text. Return 3-element list with beginning and end of field text
18836 and end of field.
18837 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
18838 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
18839 (bibtex-search-forward-field, bibtex-search-backward-field):
18840 Search always delimited by limits of entry. Use more efficient
18841 search algorithms.
18842 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
18843 bibtex-end-of-name-in-field.
18844 (bibtex-text-in-field-bounds): Handle BibTeX strings when
18845 extracting the content of a field.
18846 (bibtex-text-in-field): Use search limits.
18847 (bibtex-parse-string-prefix): Handle empty string keys based on
18848 bibtex-string-empty-key.
18849 (bibtex-parse-string): Fix docstring.
18850 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
18851 (bibtex-preamble-prefix, bibtex-strings): New functions.
18852 (bibtex-skip-to-valid-entry): Include preceding whitespace in
18853 BibTeX entries (consistent with other BibTeX functions).
18854 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
18855 (bibtex-search-entry): Fix docstring. Simplify.
18856 (bibtex-flash-head, bibtex-complete-string-cleanup)
18857 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
18858 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
18859 (bibtex-parse-entry): New optional arg content.
18860 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
18861 Use bibtex-text-in-field-bounds.
18862 (bibtex-print-help-message): Handle BibTeX strings and preambles.
18863 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
18864 bibtex-parse-string-postfix.
18865 (bibtex-find-text-internal): New function.
18866 (bibtex-remove-delimiters): Use it.
18867 (bibtex-find-text): Use it. New optional arg help.
18868 (bibtex-complete): Handle BibTeX string and preamble entries.
18869 (bibtex-Preamble): Fix order of closing delimiters.
18870
18871 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
18872
18873 * vc.el (vc-default-revert): New fun.
18874
18875 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
18876
18877 2005-12-14 Romain Francoise <romain@orebokech.com>
18878
18879 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
18880 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
18881 (font-lock-remove-keywords): Likewise.
18882
18883 2005-12-14 Juri Linkov <juri@jurta.org>
18884
18885 * log-view.el (log-view-diff): Doc fix.
18886
18887 * isearch.el (isearch-query-replace): Use (mark) instead of
18888 isearch-opoint if mark is active in transient-mark-mode.
18889
18890 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
18891
18892 * isearch.el (isearch-query-replace): Check for isearch-other-end.
18893
18894 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
18895
18896 * progmodes/cpp.el (cpp-face): New widget.
18897 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
18898
18899 2005-12-14 Juri Linkov <juri@jurta.org>
18900
18901 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
18902 around `erase-buffer' and `insert'.
18903
18904 * descr-text.el (describe-text-properties): Replace buffer name
18905 "*Help-2*" with "*Help*<2>".
18906 (describe-char): Add functions print-help-return-message,
18907 toggle-read-only. Use help-setup-xref with nil to not store
18908 describe-char in help-xref-stack. Use help-make-xrefs to
18909 make [back] button.
18910
18911 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
18912
18913 * wdired.el (wdired-old-point): New internal variable.
18914 (wdired-change-to-wdired-mode): Set it buffer-locally.
18915 (wdired-abort-changes): Restore point after aborting changes.
18916
18917 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
18918
18919 * vc.el (vc-do-command): Add a new value t for okstatus.
18920
18921 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
18922 frame in case of errors.
18923
18924 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18925
18926 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
18927 so it comes after "On the Left" in the menu.
18928
18929 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
18930
18931 * cus-edit.el (customize-apropos, customize-apropos-options)
18932 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
18933
18934 2005-12-12 Bill Wohler <wohler@newt.com>
18935
18936 * vc-svn.el (vc-svn-registered): Fix problem of visiting
18937 non-writable Subversion-controlled files by saving window
18938 configuration before calling vc-do-command. vc-do-command calls
18939 pop-to-buffer on error which is unexpected during registration.
18940
18941 2005-12-12 Jay Belanger <belanger@truman.edu>
18942
18943 * calc/README: Update the summary of changes.
18944
18945 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
18946
18947 * descr-text.el (describe-char): Rework last fix to solve the problem
18948 is the same way it's solved for everything else in that function
18949 (i.e. by extracting the info before setting up the *Help* buffer).
18950
18951 2005-12-12 Kim F. Storm <storm@cua.dk>
18952
18953 * subr.el (version-regexp-alist): Allow space as separator before
18954 non-numeric part, e.g. "1.0 alpha".
18955 (version-to-list): Interpret .X.Y version as 0.X.Y version.
18956
18957 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
18958
18959 * textmodes/org.el (org-agenda, org-timeline, org-todo):
18960 Implement Logging and the keep-modes setting.
18961 (org-get-category): Make sure a string is returned.
18962 (org-log-done): New function.
18963 (org-log-done, org-closed-string): New options.
18964
18965 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18966
18967 * tooltip.el (tooltip-y-offset): Change default to 20.
18968
18969 2005-12-12 Richard M. Stallman <rms@gnu.org>
18970
18971 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
18972
18973 * frame.el (display-hourglass): Doc fix.
18974
18975 * help.el (help-for-help-internal): Simplify entry for `a'.
18976
18977 * info.el (Info-on-current-buffer): Doc fix.
18978 (info-insert-file-contents): Don't test (featurep 'jka-compr).
18979
18980 * startup.el (inhibit-splash-screen): Make this the real name.
18981 (inhibit-startup-message): Make this the alias.
18982 (command-line): Find only simple.el, and use its directory
18983 to fill in other preloaded files' names.
18984 (command-line): Deactivate the mark if deactivate-mark is set.
18985
18986 * international/mule.el (load-with-code-conversion):
18987 Bind deactivate-mark.
18988
18989 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
18990
18991 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
18992
18993 * cus-edit.el (customize-apropos): Avoid listing an option more
18994 than once under different aliases. No longer list user options
18995 that are not defined with defcustom (unless a prefix arg is given).
18996 Doc fix.
18997 (customize-apropos-options): Doc fix.
18998
18999 2005-12-11 Juri Linkov <juri@jurta.org>
19000
19001 * frame.el (set-background-color, set-foreground-color)
19002 (set-cursor-color, set-mouse-color, set-border-color):
19003 Add explicit prompts to read colors by `facemenu-read-color'.
19004 (show-trailing-whitespace, blink-cursor-delay)
19005 (blink-cursor-interval, display-hourglass, hourglass-delay):
19006 Remove tags.
19007 (display-hourglass, hourglass-delay): Doc fix.
19008 (cursor-in-non-selected-windows): Capitalize words in tag.
19009
19010 * faces.el (frame-background-mode): Replace `choice-item' keywords
19011 with `const' to not make [default] button. Change default value tag
19012 from `default' to `automatic'. Doc fix.
19013 (trailing-whitespace) <defface>: Change group `whitespace' to
19014 `whitespace-faces'.
19015
19016 2005-12-11 Richard M. Stallman <rms@gnu.org>
19017
19018 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
19019
19020 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19021
19022 * term/mac-win.el: Create keymap for mac-apple-event-map.
19023
19024 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
19025
19026 * tooltip.el (tooltip-mode): Move to start of file so that it
19027 appears at top of customize buffer.
19028
19029 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
19030 Add the gud groupname.
19031 (gud-tooltip-mode): Add the tooltip groupname.
19032 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
19033 avoid conflict with tooltip-use-echo-area.
19034
19035 2005-12-10 Romain Francoise <romain@orebokech.com>
19036
19037 * help.el (help-for-help-internal): Add `r' in doc string.
19038
19039 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19040
19041 * align.el (align-regexp, align-highlight-rule):
19042 Use region-beginning and region-end instead of point and mark, so that
19043 repetition (with `repeat-complex-command') recomputes the region
19044 bounds.
19045
19046 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
19047
19048 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
19049 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
19050 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
19051 (balance-windows): Rewrite using the above new functions.
19052
19053 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
19054
19055 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
19056 react if global-hi-lock-mode seems intended.
19057 (global-hi-lock-mode): Renamed from hi-lock-mode.
19058 (hi-lock-archaic-interface-message-used)
19059 (hi-lock-archaic-interface-deduce): New variables.
19060 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
19061 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
19062 (hi-lock-find-patterns, hi-lock-font-lock-hook):
19063 Replace hi-lock-buffer-mode with hi-lock-mode.
19064
19065 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
19066
19067 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
19068 completion list, even after a partial completion has been
19069 inserted in the current buffer. If there are more than 1
19070 completion, redisplay the *Completions* buffer; if the
19071 completion is unique, delete the *Completions* window.
19072
19073 2005-12-10 Eli Zaretskii <eliz@gnu.org>
19074
19075 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
19076 strings and long subject lines that were broken into multiple
19077 lines at arbitrary places. Handle subjects that have "Re: " in
19078 the middle.
19079
19080 2005-12-10 John W. Eaton <jwe@octave.org>
19081
19082 * progmodes/octave-mod.el (octave-electric-space): Don't indent
19083 comments or strings if octave-auto-indent is nil.
19084
19085 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19086
19087 * term/mac-win.el: Require url when compiling.
19088 Call mac-process-deferred-apple-events after loading init files.
19089 (mac-apple-event-map): New defvar. Define event handlers in it.
19090 (core-event, internet-event): New Apple event class symbols.
19091 (open-application, reopen-application, open-documents)
19092 (print-documents, open-contents, quit-application)
19093 (application-died, show-preferences, autosave-now, get-url):
19094 New Apple event ID symbols.
19095 (about): New HICommand ID symbol.
19096 (mac-event-spec, mac-event-ae): New macros.
19097 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
19098 (mac-ae-selection-range, mac-ae-text-for-search)
19099 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
19100 (mac-application-menu-map): Remove keymap. Handlers for HICommand
19101 and Services menu events are now defined in mac-apple-event-map.
19102 (mac-drag-n-drop): Remove selection range handling.
19103
19104 2005-12-10 Kenichi Handa <handa@m17n.org>
19105
19106 * simple.el (zap-to-char):
19107 * isearch.el (isearch-process-search-char): Translate CHAR by
19108 translation-table-for-input.
19109
19110 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
19111
19112 * foldout.el (foldout-exit-fold): Properly hide subtree.
19113
19114 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19115
19116 * files.el (save-buffer):
19117 * international/ucs-tables.el (ucs-set-table-for-input):
19118 * mail/mail-extr.el (mail-extract-address-components):
19119 * mail/sendmail.el (mail-mode): Reformat doc string.
19120
19121 2005-12-09 Juri Linkov <juri@jurta.org>
19122
19123 * isearch.el (isearch-highlight): Change main overlay priority
19124 from 1 to 1001. Simplify.
19125 (isearch-lazy-highlight-update): Change lazy overlay priority
19126 from 0 to 1000.
19127
19128 * replace.el (replace-highlight): Change overlay priority from
19129 1 to 1001.
19130
19131 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
19132 Change overlay priority from 1 to 1001. Reuse existing overlay.
19133
19134 * compare-w.el (compare-windows-highlight): Change overlay
19135 priority from 1 to 1000.
19136
19137 * menu-bar.el (menu-bar-edit-menu): Add listp around
19138 pending-undo-list to disable menu item "undo" when pending
19139 undo list is empty.
19140
19141 * locate.el (locate): Disable undo in *Locate* buffer.
19142
19143 2005-12-09 Kim F. Storm <storm@cua.dk>
19144
19145 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
19146
19147 2005-12-09 David Ponce <david@dponce.com>
19148
19149 * recentf.el: Improvement of the menu code.
19150 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
19151 instead of menu hook.
19152 (recentf-show-menu, recentf-hide-menu): New functions.
19153 (recentf-menu-customization-changed, recentf-mode): Use them.
19154 (recentf-menu-action, recentf-max-menu-items)
19155 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
19156 (recentf-arrange-by-rule-others)
19157 (recentf-arrange-by-rules-min-items)
19158 (recentf-arrange-by-rule-subfilter): Don't use
19159 `recentf-menu-customization-changed'.
19160 (recentf-arrange-rules): Likewise. Accept functions to compute
19161 sub-menu titles.
19162 (recentf-menu-filter): Likewise. Doc fix.
19163 (recentf-menu-value-shortcut): Doc fix.
19164 (recentf-dump-variable): Quote atom value.
19165 (recentf-make-menu-items): Update to use it as a menu filter.
19166 (recentf-match-rule): New function.
19167 (recentf-arrange-by-rule): Use it.
19168 (recentf-indirect-mode-rule): New function.
19169 (recentf-build-mode-rules): Use it.
19170 (recentf-dir-rule): New function.
19171 (recentf-arrange-by-dir): Use it.
19172 (recentf-filter-changer-current): Rename from
19173 `recentf-filter-changer-state'. All references updated.
19174 (recentf-filter-changer-alist): Update filter names.
19175 (recentf-filter-changer-select): New function.
19176 (recentf-filter-changer): Use it. Make a sub-menu from filters
19177 available in `recentf-filter-changer-alist'.
19178 (recentf-data-cache, recentf-clear-data)
19179 (recentf-update-menu): Remove. All references updated.
19180 (recentf-match-rule-p, recentf-build-dir-rules)
19181 (recentf-filter-changer-goto-next)
19182 (recentf-filter-changer-get-current)
19183 (recentf-filter-changer-get-next): Remove.
19184
19185 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
19186
19187 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
19188 buffer "Reset" button to "Reset to Current" for consistency with
19189 the State buttons.
19190
19191 2005-12-08 John Paul Wallington <jpw@pobox.com>
19192
19193 * ibuf-ext.el (define-ibuffer-filter filename):
19194 If `dired-directory' is a list then really use its car.
19195
19196 2005-12-08 Kim F. Storm <storm@cua.dk>
19197
19198 * emulation/cua-rect.el (cua--rectangle-aux-replace):
19199 Fix indention of text on right side of replaced rectangle.
19200
19201 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
19202
19203 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
19204 No need to check gud-comint-buffer is bound.
19205 (gdb): Prevent multiple debugging when first session uses gdba.
19206
19207 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19208
19209 CC Mode update to 5.31.
19210
19211 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
19212 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
19213 We might do this function properly in the future).
19214
19215 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
19216 New macros c-sentence-end and c-default-value-sentence end, to cope
19217 with Emacs 22's new function `sentence-end'.
19218
19219 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19220
19221 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
19222 compat issue using `c-put-overlay' and `c-delete-overlay'.
19223
19224 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
19225 New compat macros to handle overlays/extents.
19226
19227 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19228
19229 * progmodes/cc-fix.el: Add definitions of the macros push and pop
19230 (for GNU Emacs 20.4).
19231
19232 * progmodes/cc-defs.el
19233 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
19234
19235 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
19236 highlighting mechanism so it will work in XEmacs too.
19237
19238 * progmodes/cc-defs.el: Insert c-int-to-char.
19239
19240 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
19241 call to the new macro c-int-to-char. This solves XEmacs's
19242 regarding characters as different from integers.
19243
19244 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19245
19246 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
19247 New internal helper.
19248
19249 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
19250 construct to make the indirect face lookup work in XEmacs.
19251
19252 (c-cpp-matchers): Append the negation char face to the existing
19253 fontification, so that the cpp face doesn't disappear.
19254 Use `c-make-syntactic-matcher' to avoid negation chars in comments
19255 and strings.
19256
19257 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
19258 to map to `font-lock-negation-char-face' in emacsen where it exists.
19259
19260 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19261
19262 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
19263
19264 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
19265 Rename "c-subword-move-mode" as "c-subword-mode".
19266
19267 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
19268 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
19269
19270 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19271
19272 * progmodes/cc-mode.el: Added autoload directive for
19273 `c-subword-move-mode' for use in older emacsen.
19274
19275 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19276
19277 * progmodes/cc-mode.el:
19278 (i): Insert a binding for C-c C-backspace into
19279 c-bind-special-erase-keys which works in TTYs.
19280 (ii): Make sure that when file styles are used, any explicitly
19281 given style variables take priority over those in the style.
19282 Do this by calling `hack-local-variables' a second time.
19283
19284 * progmodes/cc-vars.el: Add language specific customization
19285 widgets for AWK to c-doc-comment-style, c-require-final-newline
19286 and c-default-style. Add a defcustom for awk-mode-hook.
19287 Give c-syntactic-element and c-syntactic-context doc-strings by
19288 directly setting their `variable-documentation' propery.
19289 This allows Emacs 22.1 to read these with C-h v.
19290
19291 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
19292
19293 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19294
19295 * progmodes/cc-fonts.el, cc-vars.el
19296 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
19297 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
19298 Masatake YAMATO.
19299
19300 (c-doc-comment-style): Made GtkDoc default in C mode.
19301
19302 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
19303 and C-c C-<delete>.
19304
19305 (c-bind-special-erase-keys): New function for use on
19306 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
19307
19308 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
19309 <delete> key behavior in XEmacs according to `delete-forward-p'.
19310 C.f. `c-electric-delete'.
19311
19312 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19313
19314 * progmodes/cc-mode.el: Give c-hungry-backspace and
19315 c-hungry-delete-forward permanent key bindings.
19316
19317 * progmodes/cc-cmds.el (c-electric-semi&comma):
19318 Bind c-syntactic-context for calls to "criteria functions", for
19319 consistency with other calls to user functions.
19320
19321 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
19322 `current-prefix-arg', since this might be the prefix arg to a
19323 command which calls c-indent-command as a function. Change the
19324 interactive spec from "p" to "P".
19325
19326 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
19327 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
19328 was difficult to understand.
19329
19330 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19331
19332 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
19333 first char of an identifier.
19334
19335 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
19336 +" syntax in C++.
19337
19338 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19339
19340 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
19341 auto-fill doesn't split a c-comment's last word from a hanging
19342 "*/" when a space is typed between them after fill-column.
19343
19344 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
19345
19346 * progmodes/cc-styles.el (c-set-style)
19347 (c-setup-paragraph-variables): Abort the command if we're not in a
19348 CC Mode buffer.
19349
19350 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
19351 with blank comment-prefix, and a blank line as the comment's
19352 second line.
19353
19354 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19355
19356 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
19357 Incorporate the patterns added in the Emacs development branch
19358 for the new Emacs 22 face `font-lock-negation-char-face'.
19359
19360 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
19361 of "red" since it stands out better in xterms and DOS terminals.
19362
19363 * progmodes/cc-engine.el (c-literal-faces):
19364 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
19365
19366 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19367
19368 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
19369 forcibly enable c-electric-flag.
19370
19371 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
19372 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
19373 after the comment-prefix of a C-style comment will close that comment.
19374
19375 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19376
19377 * progmodes/cc-fonts.el (c-basic-matchers-before)
19378 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
19379 in Pike.
19380
19381 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
19382 digraphs.
19383
19384 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
19385 (c-cpp-message-directives, c-cpp-include-directives)
19386 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
19387 (c-cpp-expr-directives): Introduce new language constants to
19388 control cpp syntax in a cleaner way.
19389
19390 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
19391
19392 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
19393
19394 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
19395 (c-multiline-string-start-char): New language constants and
19396 variables to specify how newlines in string literals work.
19397
19398 (c-font-lock-invalid-string): Use them.
19399
19400 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
19401 unbalanced close brace is entered. Optimization by avoiding going
19402 back over arbitrarily large blocks. Removed hints that this
19403 function only would be relevant/useful in AWK.
19404
19405 (c-electric-brace): Indent syntactically after the cleanups since
19406 lineup functions might do it differently then.
19407
19408 * progmodes/cc-engine.el, cc-langs.el
19409 (c-opt-op-identifier-prefix): New language constant and variable.
19410
19411 (c-just-after-func-arglist-p, c-after-special-operator-id)
19412 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
19413
19414 * progmodes/cc-align.el, cc-engine.el
19415 (c-after-special-operator-id): New helper to handle C++ operator
19416 identifiers.
19417
19418 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
19419 (c-guess-basic-syntax): Handle C++ operator identifiers in
19420 declarations.
19421
19422 * progmodes/cc-langs.el (c-assignment-operators): Add the
19423 trigraph version of ^= too.
19424
19425 * progmodes/cc-langs.el (c-assignment-operators): Add the
19426 trigraph version of |= in C++.
19427
19428 * progmodes/cc-fonts.el (c-font-lock-declarators):
19429 Handle `c-decl-hangon-kwds' after the identifier name.
19430
19431 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
19432 whether an arglist is "nonempty", ignore a comment after the open
19433 paren if it isn't followed by a non-comment token on the same line.
19434
19435 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
19436 Enable heuristics below the point to cope with classes inside special
19437 brace lists in Pike.
19438
19439 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19440
19441 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
19442
19443 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19444
19445 * progmodes/cc-guess.el (cc-guess-install): New function to
19446 install an already guessed style in another buffer.
19447
19448 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
19449 sets `inhibit-read-only' - `c-save-buffer-state' should be used
19450 anyway if the change always is undone.
19451
19452 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19453
19454 Implement togglable electricity:
19455
19456 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
19457 saying when it should be used.
19458
19459 * progmodes/cc-engine.el: Add the new buffer-local variable,
19460 c-electric-flag.
19461
19462 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
19463 c-toggle-auto-newline.
19464
19465 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
19466 c-toggle-auto-newline. Remove the binding for
19467 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
19468 c-toggle-electric-state.
19469
19470 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
19471
19472 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
19473 c-\(forward\|backward\)-subword.
19474 (c-update-modeline): Add the new modeline flag `l' for
19475 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
19476 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
19477 Make the old name an alias of the new name.
19478 (c-toggle-electric-state): New function.
19479 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
19480 Adapt these functions to do electric things only when
19481 c-electric-flag is non-nil.
19482 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
19483 new functions from c-electric-brace.
19484 (c-point-syntax): Add a check for "virtual semicolons" in AWK
19485 mode, so that the tentative extra newline doesn't change the
19486 syntax of the following brace.
19487 (c-electric-brace): Restructure by extracting the above functions.
19488 Tidy up the coding somewhat.
19489 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
19490 restructure a bit.
19491
19492 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19493
19494 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
19495 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
19496
19497 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
19498 (c-submode-indicators): Change name from `c-auto-hungry-string'
19499 since it's now used to track another submode.
19500
19501 (c-update-modeline): Convert to function and extended to check
19502 `c-subword-move-mode'.
19503
19504 (c-forward-into-nomenclature, c-backward-into-nomenclature):
19505 Convert to compat aliases for `c-forward-subword' and
19506 `c-backward-subword'.
19507
19508 * progmodes/cc-subword.el: New functions and minor mode to handle
19509 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
19510
19511 (c-forward-subword, c-backward-subword, c-mark-subword)
19512 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
19513 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
19514 Functions corresponding to the standard word handling functions.
19515
19516 (c-subword-move-mode): Minor mode that replaces all the standard
19517 word handling functions with their subword equivalences.
19518
19519 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19520
19521 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
19522 entry for one-liner-defun.
19523
19524 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
19525 name in its def-edebug-spec.
19526
19527 * progmodes/cc-cmds.el (c-electric-brace): Make the
19528 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
19529 compacts space before a comment, if this will make things fit on
19530 one line.
19531
19532 Introduce an "awk" style, mainly for auto-newline and clean-ups.
19533
19534 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
19535
19536 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
19537 clean-up one-liner-defun.
19538
19539 * progmodes/cc-styles.el: Add the new "awk" style.
19540
19541 * progmodes/cc-vars.el: Add description of one-liner-defun to
19542 c-cleanup-list's doc-string. New user options,
19543 c-max-one-liner-length. In c-default-style, set the default style
19544 for AWK to "awk".
19545
19546 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19547
19548 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
19549 macros inside labels.
19550
19551 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
19552 `c-at-statement-start-p' and `c-at-expression-start-p'.
19553
19554 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
19555 error if the mark isn't set.
19556
19557 * progmodes/cc-engine.el (c-guess-continued-construct)
19558 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
19559 accurately detect functions inside functions.
19560
19561 * progmodes/cc-engine.el (c-at-expression-start-p): New function
19562 like `c-at-statement-start-p' that additionally recognizes commas
19563 and expression parentheses as delimiters.
19564
19565 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
19566 to avoid heuristics that doesn't work for unclosed blocks.
19567 (c-at-statement-start-p): New function.
19568
19569 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
19570 Objective-C directives, e.g. directives spanning lines should work
19571 reasonably well now.
19572
19573 (c-put-c-type-property, c-clear-c-type-property): New helpers.
19574
19575 (c-forward-objc-directive): New function to move over any ObjC
19576 directive.
19577
19578 (c-just-after-func-arglist-p, c-guess-basic-syntax)
19579 (c-basic-matchers-before): Use it.
19580
19581 (c-font-lock-objc-iip-decl): Remove.
19582
19583 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
19584 in the template arglist recognition.
19585
19586 * progmodes/cc-styles.el (c-style-alist): Fix several
19587 inconsistencies in the Whitesmith style.
19588
19589 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
19590 New lineup function to get lines after Whitesmith style blocks
19591 correctly indented.
19592
19593 (c-lineup-whitesmith-in-block): Back out the compensation for
19594 opening parens since it's done using `add' lists in the style
19595 definition instead. Don't use the anchor position since it varies
19596 too much between the syntactic symbols. :P
19597
19598 * progmodes/cc-vars.el (c-valid-offset): Update.
19599
19600 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
19601 lists where the offsets are combined according to several
19602 different methods: `first', `min', `max', and `add'.
19603 Report offset evaluation errors with `c-benign-error' so that some kind
19604 of reindentation still is done.
19605
19606 * progmodes/cc-engine.el (c-guess-basic-syntax):
19607 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
19608 `arglist-close'.
19609
19610 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
19611 situations for `arglist-cont-nonempty' and `arglist-close'.
19612
19613 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
19614
19615 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
19616 cc-bytecomp-boundp' in a number of places.
19617
19618 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
19619 macro related issue.
19620
19621 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19622
19623 * progmodes/cc-awk.el: Change the terminology of regexps: A char
19624 list is now [asdf], a char class [:alpha:].
19625 Include code for char classes.
19626 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
19627 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
19628
19629 Remove (nearly all of) the cruft associated with AWK Mode's former
19630 concept of "virtual semicolons":
19631
19632 Adapt c-beginning-of-statement, c-end-of-statement (together with
19633 subfunctions) to use the new notion of "virtual semicolon" in
19634 place of the old awkward special handling for AWK. There remains
19635 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
19636 * progmodes/cc-cmds.el:
19637 (c-ascertain-adjacent-literal): In the backwards direction, now
19638 recognises AWK regexp delimiters as string delimiters.
19639 (c-after-statement-terminator-p): Adapt for virtual semicolons;
19640 check more rigorously for "end of macro".
19641 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
19642 virtual semicolons;
19643 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
19644 out the code for forward movement into ...
19645 (c-end-of-statement): Now contains the code for forward movement,
19646 adapted for virtual semicolons.
19647
19648 * progmodes/cc-engine.el:
19649 (c-ws*-string-limit-regexp): New regexp.
19650 (c-forward-single-comment, c-backward-single-comment): Comment out
19651 the (now redundant) "special" AWK stuff.
19652
19653 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
19654 c-string-par-start, c-string-par-separate to be more like Text
19655 Mode than Fundamental Mode.
19656
19657 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19658
19659 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
19660 to the fontified region so that fontification doesn't occur
19661 outside it (could happen e.g. when fontifying a line with an
19662 unfinished declaration).
19663
19664 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19665
19666 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
19667 start of the file. ^L now separate sections of the file.
19668 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
19669 (c-awk-one-line-possibly-open-string-re)
19670 (c-awk-regexp-one-line-possibly-open-char-class-re)
19671 (c-awk-one-line-possibly-open-regexp-re)
19672 (c-awk-one-line-non-syn-ws*-re): New defonsts.
19673 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
19674
19675 Amend the concept of "virtual semicolons" (in the indentation
19676 engine) for languages like AWK, such that they are now
19677 conceptually attached to end of the last token of a statement, not
19678 the end of the line. (In AWK Mode, however, the pertinent text
19679 property is still physically set on the EOL.) Remove the specific
19680 tests for awk-mode, thus facilitating the introduction of other
19681 language modes where EOLs can end statements.
19682 (Note: The funtionality in cc-cmds.el, specifically
19683 c-beginning/end-of-statement has yet to be amended.)
19684
19685 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
19686 New macros.
19687
19688 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
19689 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
19690 c-vsemi-status-unknown-p-fn (in a new page).
19691
19692 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
19693 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
19694 numerous awkward forms like
19695 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
19696 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
19697 variable before-ws-ip, the place just after char-before-ip appears.
19698
19699 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
19700 a comment.
19701
19702 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19703
19704 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
19705 `c-tentative-buffer-changes'.
19706
19707 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
19708 convert to macro to choose between Emacs and XEmacs at compile time.
19709
19710 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
19711
19712 (c-tentative-buffer-changes): New macro to handle temporary buffer
19713 changes in a convenient way.
19714
19715 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
19716 for `c-tentative-buffer-changes'.
19717
19718 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
19719 the checks for paren sexps between the point and the keyword, to
19720 avoid some false alarms.
19721
19722 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
19723 Fixed a situation where an error could be thrown for unbalanced
19724 parens. Changed to make use of c-keyword-member' to avoid some
19725 repeated regexp matches.
19726
19727 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
19728 These language variable are no longer necessary.
19729
19730 (c-block-stmt-kwds): New language constant used by
19731 c-looking-at-inexpr-block'.
19732
19733 (c-guess-basic-syntax): Remove an optional check that looked at
19734 the existence of the now removed language variables.
19735
19736 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
19737 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
19738 object instantiation expressions as declarations in some contexts.
19739 This bug only affected languages where the declarator can't be
19740 enclosed in parentheses.
19741
19742 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
19743 insert newlines before and after substatement braces.
19744
19745 * progmodes/cc-engine.el: Improved the heuristics for recognizing
19746 function declaration headers and the handling of C++ style member
19747 init lists.
19748
19749 (c-just-after-func-arglist-p): Rewritten to use
19750 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
19751
19752 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
19753
19754 (c-guess-basic-syntax): Adapt case 5B for the new
19755 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
19756 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
19757 covers all cases now).
19758
19759 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
19760
19761 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19762
19763 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
19764 c-string-par-start/separate c-sentence-end-with-esc-eol,
19765 initialised in c-setup-paragraph-variables, used in string
19766 scanning subroutines of c-beginning-of-statement.
19767
19768 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
19769 which precedes the newly inserted `{'.
19770
19771 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19772
19773 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
19774 function for declaration level blocks. It should now cope with
19775 templates better and also be a lot more comprehensible.
19776
19777 (c-looking-at-decl-block): The new function.
19778
19779 (c-search-uplist-for-classkey): The old one. It's now a wrapper
19780 for compatibility.
19781
19782 (c-add-class-syntax, c-guess-continued-construct)
19783 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
19784
19785 (c-decl-block-key): Change to tell apart ambiguous and
19786 unambiguous keywords. Pike specials are now handled directly in
19787 the code instead.
19788
19789 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
19790 New language constants and variables to make the backward skip in
19791 `c-looking-at-decl-block' as tight as possible.
19792
19793 (c-nonsymbol-token-char-list): New language constant.
19794
19795 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
19796 find balanced template arglists backwards.
19797
19798 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
19799 making char classes for `c-syntactic-skip-backward'.
19800
19801 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
19802 16D - can't be a class-close at that point.
19803
19804 * progmodes/cc-engine.el (c-guess-basic-syntax)
19805 (c-add-class-syntax): Don't narrow out the enclosing declaration
19806 level. This makes everything a lot easier, and it was actually
19807 only four small places that needed it to work. Some places that
19808 previously did `widen' are removed now, which has the effect that
19809 `c-guess-basic-syntax' never will look at things outside the
19810 current narrowment now. The anchor position for `topmost-intro'
19811 is affected by this, but it was so bogus it was basically useless
19812 before, and now it's equally bogus but in a slightly different way.
19813
19814 (c-narrow-out-enclosing-class): Gone.
19815
19816 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
19817 the narrowed region.
19818
19819 (c-least-enclosing-brace): Remove silly optional argument.
19820
19821 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
19822 the point could be left directly after an open paren when finding
19823 the beginning of the first decl in the block.
19824
19825 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
19826 Specify which submatch to use.
19827
19828 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
19829
19830 (c-decl-start-re): No longer any need for special treatment of
19831 ObjC due to the above.
19832
19833 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
19834 presumably follows C in that regard.
19835
19836 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
19837 New language constants to specify operator tokens inside
19838 identifiers in a more high level way.
19839
19840 (c-opt-identifier-prefix-key): New internal language constant.
19841
19842 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
19843 (c-identifier-start, c-identifier-key): Now completely calculated
19844 from other constants.
19845
19846 (c-identifier-last-sym-match): Decommission since it's no longer used.
19847
19848 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
19849
19850 * progmodes/cc-engine.el (c-forward-name): Remove the
19851 optimization when c-identifier-key is equal to c-symbol-key since
19852 it doesn't work in byte compiled files. Don't record empty
19853 regions as identifiers.
19854
19855 * progmodes/cc-langs.el (c-filter-ops): New helper function to
19856 simplify access to `c-operators' and its likes.
19857
19858 (c-operator-list, c-all-op-syntax-tokens)
19859 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
19860 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
19861 (c-primary-expr-regexp, c-cast-parens): Use it.
19862
19863 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
19864 an explicit language in functions.
19865
19866 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
19867 variant of adornment.
19868
19869 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
19870 variable.
19871
19872 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
19873 the Pike value.
19874
19875 * progmodes/cc-engine.el (c-on-identifier)
19876 (c-simple-skip-symbol-backward): Small fix for handling "-"
19877 correctly in `skip-chars-backward'. Affected the operator lfun
19878 syntax in Pike.
19879
19880 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
19881 diagnostic message about precompiled language vars not being used.
19882
19883 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
19884 "__attribute__" is followed by a parenthesis.
19885
19886 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
19887 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
19888 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
19889
19890 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
19891 Internal cleanups to properly detect the declared identifiers in
19892 various declarations.
19893
19894 (c-decl-start-kwds): New language constant to recognize
19895 declarations that can start anywhere. Used for class declarations
19896 in Pike.
19897
19898 (c-specifier-key, c-not-decl-init-keywords)
19899 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
19900 (c-find-decl-spots): Implement `c-decl-start-kwds'.
19901
19902 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
19903 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
19904 handling of the compiler specific extension keywords into a new
19905 language constant `c-decl-hangon-kwds' that defines keyword
19906 clauses to be ignored in declarations.
19907
19908 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
19909 past unrecognized tokens when handling `c-colon-type-list-kwds'.
19910 Necessary to stop at the declared identifier in e.g. IDL valuetype
19911 declarations.
19912
19913 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
19914 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
19915 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
19916 (c-forward-decl-or-cast-1): Recognize the declared identifier in
19917 class and enum declarations as such and not as part of the type.
19918
19919 (c-forward-decl-or-cast-1, c-forward-label): Relax the
19920 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
19921
19922 (c-forward-decl-or-cast-1): Don't disregard sure signs of
19923 declarations when there's some syntax error later on.
19924
19925 (c-complex-decl-matchers): Did away with a reference to
19926 `c-specifier-key'.
19927
19928 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
19929 value - this variable is always dynamically bound.
19930
19931 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
19932 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
19933 * cc-cmds.el, cc-defs.el: Change the policy for marking up
19934 functions that might do hidden buffer changes: All such internal
19935 functions are now marked instead of those that don't.
19936
19937 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
19938 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
19939 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
19940 (c-literal-type): Allow these functions to make hidden buffer changes,
19941 so that they are free to use text property caching later on.
19942
19943 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
19944 (c-electric-brace, c-electric-slash, c-electric-star)
19945 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
19946 (c-electric-paren, c-electric-continued-statement, c-indent-command)
19947 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
19948 (c-context-line-break): Add `c-save-buffer-state' calls to comply
19949 with the changed semantics of the functions above.
19950
19951 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
19952 when macros occur in obscure places. Optimized the sexp movement
19953 a bit.
19954
19955 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19956
19957 Enhancements for c-beginning-of-statement to work in AWK Mode:
19958
19959 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
19960 (completed statement) with `}' (statement completed by closing
19961 brace or semicolon) and `$' (statement completed by EOL).
19962
19963 (c-awk-virtual-semicolon-ends-prev-line-p)
19964 (c-awk-virtual-semicolon-ends-line-p)
19965 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
19966 (c-awk-at-statement-end-p): New functions.
19967
19968 * progmodes/cc-cmds.el: Simplify the structure of functions
19969 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
19970 two functions and c-beginning-of-statement to handle AWK Mode.
19971
19972 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
19973 c-backward-single-comment for AWK mode. Attempt to clarify their
19974 doc-strings.
19975
19976 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
19977
19978 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19979
19980 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
19981 label handling. Labels are now recognized in a uniform and more
19982 robust way, regardless of context. Text properties are put on all
19983 labels to recognize the following declarations better.
19984 Multiword labels are handled both in indentation and fontification for
19985 the benefit of language extensions like Qt. For consistency, keywords
19986 in labels are now fontified with the label face instead.
19987 That also applies to "case" and "default".
19988
19989 (c-beginning-of-statement-1): Fix some bugs in the label
19990 handling. Disregard `c-nonlabel-token-key' in labels that begin
19991 with `c-label-kwds'.
19992
19993 (c-find-decl-spots): Support that the callback adds more
19994 `c-decl-end' spots to find.
19995
19996 (c-forward-decl-or-cast-1): Don't treat a list of plain
19997 identifiers followed by a colon as a declaration.
19998
19999 (c-forward-label): New function to recognize labels.
20000
20001 (c-guess-basic-syntax): Replace uses of `c-label-key' with
20002 `c-forward-label'. Moved the label recognition cases (14 and 15)
20003 earlier since they aren't so context sensitive now. Handle labels
20004 on the top level gracefully. Moved access label recognition to
20005 the generic label case (CASE 15) - removed CASE 5E.
20006
20007 (c-font-lock-declarations): Add recognition of labels in the
20008 same round since we need to handle labels in parallell with other
20009 declarations to recognize both accurately. It should also improve
20010 speed.
20011
20012 (c-simple-decl-matchers, c-basic-matchers-after):
20013 Move `c-font-lock-labels' so that it only is used on decoration level 2
20014 since `c-font-lock-declarations' handles it otherwise.
20015
20016 (c-complex-decl-matchers): Remove the simplistic recognition of
20017 access labels.
20018
20019 (c-decl-prefix-re): Remove the kludges that was necessary to cope
20020 with labels earlier.
20021
20022 (c-decl-start-re): New language variable to make
20023 `c-font-lock-declarations' stop for the special protection labels
20024 in Objective-C that start with `@'.
20025
20026 (c-label-key): Remove since it's no longer used.
20027
20028 (c-recognize-colon-labels, c-label-prefix-re): New language
20029 constants to support recognition of generic colon-terminated labels.
20030
20031 (c-type-decl-end-used): `c-decl-end' is now used whenever there
20032 are colon terminated labels.
20033
20034 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
20035 first argument starts with a special brace list.
20036
20037 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
20038 (c-font-lock-declarations): Break out the declaration and cast
20039 recognition from `c-font-lock-declarations' to a new function, so
20040 that it can be used in the indentation engine.
20041
20042 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
20043 up to the start of the literal. Fixed bug with the point on the
20044 wrong side of the search limit that could happen when the start
20045 position is inside a literal.
20046
20047 * progmodes/cc-engine.el (c-parse-state)
20048 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
20049 so that it's kept a little bit back to increase the hit rate.
20050
20051 (c-parse-state): Change the macro handling and fixed some
20052 glitches. Macro context is checked more often than necessary now,
20053 but otoh less garbage conses are generated.
20054
20055 * progmodes/cc-engine.el (c-parse-state)
20056 (c-invalidate-state-cache): Cache the last position where
20057 `c-state-cache' applies. This can speed up refontification quite
20058 a bit in blocks where there are many non-brace parens before the point.
20059
20060 (c-state-cache-end): New variable for this.
20061
20062 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
20063 cache variable.
20064
20065 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
20066 get close initial continue positions when the start position is
20067 inside a literal or macro. Do not call the callback for spots
20068 before the start position (which can happen e.g. for `c-decl-end'
20069 spots inside comments). Optimize better in special cases when the
20070 region is a single line inside a literal or macro (typically when
20071 the current line is refontified).
20072
20073 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
20074 to `c-add-stmt-syntax' - there's no need to explicitly whack off
20075 entries from the paren state.
20076
20077 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
20078 special case for "else if" clauses.
20079
20080 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
20081 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
20082
20083 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
20084 New language variable to recognize the gcc extension with statement
20085 blocks inside expressions.
20086
20087 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
20088 it somewhat more comprehensible. The argument AT-BLOCK-START is
20089 no longer used and hence removed.
20090
20091 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
20092 to `c-add-stmt-syntax'.
20093
20094 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20095 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
20096 This fixes bogus label recognition.
20097
20098 * progmodes/cc-engine.el (c-add-type, c-check-type)
20099 (c-forward-name, c-forward-type): Improve storage of template
20100 types in `c-found-types' so that they can be recognized better.
20101
20102 (c-syntactic-content): Add option to skip past nested parens.
20103
20104 * progmodes/cc-engine.el (c-forward-name):
20105 Set `c-last-identifier-range' all the time. It's less work that way.
20106 Handle that there might not be an identifier to store in
20107 `c-last-identifier-range'.
20108
20109 (c-forward-type): Handle that `c-last-identifier-range' might be
20110 nil from `c-forward-name'.
20111
20112 * progmodes/cc-defs.el (c-safe-scan-lists)
20113 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
20114
20115 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
20116 to work even if the form fails.
20117
20118 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
20119 down in a large file in one go.
20120
20121 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
20122
20123 * progmodes/cc-align.el (c-lineup-assignments): New lineup
20124 function which is like `c-lineup-math' but returns nil instead of
20125 `c-basic-offset' when it doesn't match.
20126
20127 (c-lineup-math): Change to use `c-lineup-assignments'.
20128
20129 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20130
20131 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
20132 c-beginning-of-statement. New subfunctions
20133 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
20134
20135 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20136
20137 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
20138 hardcoded char classes whereever possible. Changed a couple of
20139 places to use skip by syntax instead of skip by char class.
20140
20141 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
20142 Fix a bug in the regexp that caused extreme backtracking.
20143
20144 * progmodes/cc-langs.el (c-block-comment-starter)
20145 (c-block-comment-ender): New language constants to specify in a
20146 single place how block comments look.
20147
20148 (c-comment-start-regexp, c-block-comment-start-regexp)
20149 (comment-start, comment-end, comment-start-skip)
20150 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
20151 (c-syntactic-ws, c-nonempty-syntactic-ws)
20152 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
20153 `c-line-comment-starter', `c-block-comment-starter' and
20154 `c-block-comment-ender'.
20155
20156 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
20157 New language constants to break up things a bit.
20158
20159 (c-simple-ws): New language constant for simple whitespace.
20160
20161 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
20162
20163 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
20164 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
20165 newlines. Allow and ignore nil elements in the list.
20166
20167 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20168
20169 * progmodes/cc-cmds.el: Comment out a (n almost certainly
20170 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
20171
20172 * progmodes/cc-cmds.el: Tidy up the comments in
20173 c-beginning-of-statement and subfunctions.
20174
20175 * progmodes/cc-awk.el: Replace calls to put-text-property to the
20176 more flexible c-put-char-property and c-clear-char-properties.
20177 Add the author's email address.
20178
20179 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
20180
20181 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
20182 closing "*/" of a block comment.
20183
20184 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
20185 subfunctions) so that it works at BOB and EOB.
20186
20187 * progmodes/cc-cmds.el, cc-vars.el: More updating of
20188 c-beginning-of-statement, including new variable
20189 c-block-comment-start-regexp.
20190
20191 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20192
20193 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
20194 symbols from `*-font-lock-extra-types' so that there's no need to
20195 use `regexp-opt' on those lists.
20196
20197 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
20198 `c-type-modifier-kwds' is empty.
20199
20200 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
20201 there are several strings on the same line.
20202
20203 * progmodes/cc-engine.el (c-literal-limits): Remove the
20204 compatibility function for older emacsen. `c-literal-limits-fast'
20205 has now taken the place of this function.
20206
20207 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
20208 with older emacsen: We now require `pps-extended-state'.
20209
20210 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20211
20212 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
20213 which obviates the need to hack sentence-end. This now handles
20214 escaped newlines in strings correctly. Correct minor bugs in
20215 c-move-over-sentence and in c-beginning-of-statement.
20216
20217 * progmodes/cc-cmds.el (c-beginning-of-statement (and
20218 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
20219 that movement over macros and code are rigorously separated from
20220 eachother. Correct a few incidental bugs.
20221
20222 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
20223 Improve its doc-string. Improve the handling of certain specific cases.
20224
20225 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20226
20227 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
20228 (c-guess-basic-syntax): Change the way class-level labels are
20229 recognized; they can now contain essentially any symbols.
20230
20231 (c-opt-extra-label-key): New language variable to cope with the
20232 special protection label syntax in Objective-C.
20233
20234 (c-opt-access-key): Remove; this is now handled better by
20235 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
20236
20237 (c-complex-decl-matchers): Update to handle that
20238 `c-opt-access-key' no longer exists.
20239
20240 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
20241 improved label recognition in `c-beginning-of-statement-1'.
20242
20243 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
20244 Recognize bitfields better.
20245
20246 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
20247 Remove some cruft and fixed a bug that could cause it to go to a
20248 position further down.
20249
20250 * progmodes/cc-langs.el, cc-engine.el
20251 (c-beginning-of-statement-1): Improve detection of labels in
20252 declaration contexts.
20253
20254 (c-beginning-of-decl-1): Use it.
20255
20256 (c-nonlabel-token-key): New language constant and variable needed
20257 by `c-beginning-of-statement-1'.
20258
20259 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
20260 manifested itself due to the correction in `c-forward-sexp'.
20261
20262 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
20263 Make these behave as documented when used at the buffer limits.
20264
20265 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
20266 (c-type-decl-end-used): Made this a language variable.
20267
20268 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
20269 correctly when `combine-after-change-calls' is used together with
20270 temporary narrowings.
20271
20272 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20273 Report labels correctly when the start point is immediately after the
20274 colon.
20275
20276 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
20277 Remove since it isn't used anymore.
20278
20279 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
20280 bracket arglists such as template parens in C++.
20281
20282 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
20283 in the last check-in. Some optimization.
20284
20285 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
20286 where it could stop at the same level in a preceding sexp when
20287 PAREN-LEVEL is set.
20288
20289 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
20290 text property lookup only when it's needed.
20291
20292 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
20293 Change the policy for paren marked angle brackets to be more
20294 persistent; once marked they remain marked even when they're found
20295 to be unbalanced in the searched region. This should keep the
20296 paren syntax around even when individual lines are refontified in
20297 multiline template arglists.
20298
20299 (c-parse-and-markup-<>-arglists): New dynamically bound variable
20300 to control markup so that incorrect angle bracket arglists aren't
20301 marked in contexts where the correct value for
20302 `c-disallow-comma-in-<>-arglists' isn't known.
20303
20304 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
20305 argument has become `c-parse-and-markup-<>-arglists'.
20306
20307 (c-remove-<>-arglist-properties): Remove - no longer used.
20308
20309 (c-after-change-check-<>-operators): New function used on
20310 `after-change-functions' to avoid that "<" and ">" characters that
20311 are part of longer operators have paren syntax.
20312
20313 (c-<>-multichar-token-regexp): New language variable used by
20314 `c-after-change-check-<>-operators'.
20315
20316 (c-after-change): Call `c-after-change-check-<>-operators'.
20317
20318 (c-font-lock-<>-arglists): Use the context properties set by
20319 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
20320 correctly to avoid doing invalid markup.
20321
20322 (c-font-lock-declarations): Remove code that undoes the invalid
20323 markup done by `c-font-lock-<>-arglists'.
20324
20325 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
20326 after `c-font-lock-declarations'.
20327
20328 * progmodes/cc-engine.el (c-syntactic-skip-backward):
20329 Add paren-level feature.
20330
20331 (c-guess-basic-syntax): Improve the anchor position for
20332 `template-args-cont' in nested template arglists. There's still
20333 much to be desired in this area, though.
20334
20335 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20336
20337 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
20338 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
20339
20340 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20341
20342 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
20343 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
20344
20345 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
20346 it doesn't work no longer are supported.
20347
20348 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
20349 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
20350 requires support for the syntax-table' text property, which rules
20351 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
20352 cruft associated with those versions.
20353
20354 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
20355 for the `syntax-table' text property, which rules out Emacs 19 and
20356 XEmacs < 21.4. Removed various compatibility cruft associated
20357 with those versions.
20358
20359 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
20360 support for the `syntax-table' text property.
20361
20362 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
20363 variable and use an extra quoted face name instead. All the
20364 emacsen flavors handle that correctly.
20365
20366 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
20367 (c-font-lock-declarators, c-font-lock-declarations)
20368 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
20369 property to mark the items in in declarator lists to handle
20370 refontification inside multiline declarations better.
20371
20372 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
20373 construct like "a * b = c;" as a declaration.
20374
20375 2005-12-08 Kim F. Storm <storm@cua.dk>
20376
20377 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
20378 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
20379 select either meta, hyper, or super modifier for rectangle commands.
20380 (cua--rectangle-modifier-key): New defvar.
20381 (cua--M/H-key): Use it. Remove special case for `space'.
20382 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
20383 on X, to meta otherwise. Always bind C-return to toggle
20384 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
20385
20386 * emulation/cua-rect.el (cua-help-for-rectangle):
20387 Use cua--rectangle-modifier-key. Handle super modifier too.
20388 (cua--init-rectangles): Always bind C-return to toggle rectangle.
20389 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
20390
20391 * ido.el: Move Acknowledgements and History after Commentary.
20392 Minor changes to Commentary.
20393
20394 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
20395 keymap if cua--prefix-override-timer is `shift'.
20396 (cua--shift-control-prefix): New function; emulate "type prefix
20397 key twice" functionality to handle shifted prefix key override.
20398 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
20399 New commands.
20400 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
20401
20402 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
20403
20404 * textmodes/org.el (org-insert-heading): Try to do items before
20405 headings.
20406 (org-agenda-mode): Quote `org-agenda-mode-hook'.
20407 (org-insert-item): New function.
20408 (org-renumber-ordered-list): Don't skip to higher level lists.
20409
20410 2005-12-08 Juri Linkov <juri@jurta.org>
20411
20412 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
20413
20414 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
20415
20416 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
20417
20418 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
20419 the constructed function name fun-1.
20420
20421 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
20422 because such links don't lead to parent documentation.
20423
20424 2005-12-08 Kenichi Handa <handa@m17n.org>
20425
20426 * descr-text.el (describe-char): Use *Help-2* buffer if the
20427 current buffer is *Help*. Call describe-text-properties while
20428 setting the original buffer.
20429
20430 2005-12-07 Bill Wohler <wohler@newt.com>
20431
20432 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
20433 and causes problems with non-MH users (such as Gnus users).
20434
20435 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
20436
20437 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
20438 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
20439 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
20440 command "info sources". Move calls to GDB command "list".
20441 (gdb-find-file-hook): Just use gdb-source-file-list.
20442 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
20443 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
20444 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
20445 (gdb-data-list-register-values-handler): Use correct trigger name.
20446
20447 2005-12-07 Kim F. Storm <storm@cua.dk>
20448
20449 * ido.el (ido-completion-map): Rename from ido-mode-map.
20450 (ido-common-completion-map, ido-file-completion-map)
20451 (ido-file-dir-completion-map, ido-buffer-completion-map):
20452 Rename from ido-mode-....-map.
20453 (ido-init-completion-maps): Rename from ido-init-mode-maps.
20454 (ido-setup-completion-map): Rename from ido-define-mode-map.
20455 (ido-read-internal): Bind minibuffer-local-filename-completion-map
20456 to ido-completion-map.
20457
20458 2005-12-07 Kenichi Handa <handa@m17n.org>
20459
20460 * international/mule-cmds.el
20461 (set-display-table-and-terminal-coding-system): If the coding
20462 system specified in `unibyte-display' property is different from
20463 the arg coding-system, don't setup standard-display-table.
20464
20465 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20466
20467 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
20468 that comments end at \n, regardless of selective-display.
20469
20470 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
20471
20472 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
20473 (gdb-version): New variables.
20474 (gdb-source-file-list, gdb-register-names)
20475 (gdb-changed-registers): New variables for use with GDB 6.4+.
20476 (gdb-ann3): Replace with...
20477 (gdb-init-1, gdb-init-2): ...two new functions.
20478 (gdba, gdb-prompt): Call gdb-init-1.
20479 (gdb-get-version): New function. Call gdb-init-2 from here.
20480 (gud-watch): Make it work with mouse events too.
20481 (gdb-post-prompt): Don't add to queue until GDB version is known.
20482 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
20483 (gdb-locals-mode): Use gdb-version.
20484 (gdb-memory-format-map, gdb-memory-unit-map)
20485 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
20486 (gdb-locals-font-lock-keywords-1)
20487 (gdb-locals-font-lock-keywords-2): New variables.
20488 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
20489 (gdb-set-gud-minor-mode-existing-buffers-1)
20490 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
20491 (gdb-var-update-1, gdb-var-update-handler-1)
20492 (gdb-data-list-register-values-handler)
20493 (gdb-data-list-register-values-custom)
20494 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
20495 (gdb-stack-list-locals-handler, gdb-get-register-names):
20496 New functions for use with GDB 6.4+.
20497 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
20498 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
20499 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
20500 (gdb-stack-list-locals-regexp)
20501 (gdb-data-list-register-names-regexp): New regexps for use with
20502 GDB 6.4+.
20503
20504 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20505
20506 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
20507
20508 2005-12-06 Nozomu Ando <nand@mac.com>
20509
20510 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
20511 prompts work for AUTH PLAIN. Also reported by Steve Allan
20512 <seallan@verizon.net>.
20513
20514 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
20515
20516 * frame.el (set-frame-parameter): Add doc string.
20517
20518 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
20519
20520 * textmodes/org.el (org-occur-highlights): New variable.
20521 (org-highlight-new-match, org-remove-occur-highlights): New functions.
20522 (org-highlight-sparse-tree-matches): New option.
20523 (org-do-occur): New function.
20524 (org-get-heading): Make it work also at beginning of line.
20525 (org-category-table): New variable.
20526 (org-get-category-table, org-get-category)
20527 (org-camel-to-words, org-link-search): New functions.
20528 (org-select-this-todo-keyword): New variable.
20529 (org-todo-list): New command.
20530 (org-shiftright, org-shiftleft): New commands.
20531 (org-agenda-todo): Add prefix argument.
20532 (org-show-hierarchy-above): New option.
20533 (org-show-todo-tree): Numerical prefix creates tree for specific
20534 TODO keyword.
20535 (org-outline-level): New function, to assign a level to plain
20536 lists items.
20537 (org-cycle-include-plain-lists): New option.
20538 (org-mode): Use `org-outline-level' as value of `outline-level'.
20539 (org-cycle): Temporarily switch `outline-regexp' if
20540 `org-cycle-include-plain-lists' is non-nil.
20541 (org-start-icalendar-file): Fix format bug.
20542 (org-agenda-get-day-entries): Create category table.
20543 (org-agenda-get-todos, org-agenda-get-timestamps)
20544 (org-agenda-get-deadlines, org-agenda-get-scheduled)
20545 (org-agenda-get-blocks): Use `org-get-category'.
20546 (org-context-in-file-links): Rename from
20547 `org-line-numbers-in-file-links'.
20548
20549 2005-12-06 Romain Francoise <romain@orebokech.com>
20550
20551 * window.el (balance-windows): Delete extraneous third arg in call
20552 to `enlarge-window'.
20553
20554 2005-12-06 Kenichi Handa <handa@m17n.org>
20555
20556 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
20557
20558 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
20559
20560 * progmodes/gdb-ui.el (gdb-var-create-handler)
20561 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
20562 (gdb-var-list-children-handler, gdb-var-update-handler):
20563 Current buffer is already gdb-partial-output-buffer, don't
20564 make it current again.
20565
20566 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
20567
20568 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
20569 (list-buffers-noselect): Use it.
20570
20571 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
20572
20573 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
20574 (mail-yank-ignored-headers): Use regexp-opt.
20575 (mail-mode-map): Move initialization into declaration.
20576 (mail-sent-via): Remove unused shadowed var `to-line'.
20577 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
20578 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
20579 (mail-do-fcc): Use dolist and push.
20580 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
20581 (mail-yank-ignored-headers): Don't autoload.
20582
20583 2005-12-05 Kenichi Handa <handa@m17n.org>
20584
20585 * international/mule-cmds.el (set-language-info-internal): New fun.
20586 (set-language-info): Call set-language-info-internal to update
20587 language-info-alist. If LANG-ENV is the current one, call
20588 set-language-environment to make INFO effective now.
20589 (set-language-info-alist): Likewise.
20590 (locale-language-names): With locale "en", use English
20591 lang. env. but set the default codings to iso-8859-1.
20592
20593 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
20594
20595 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
20596 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
20597 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
20598 for plain strings.
20599 (gdb-frames-mode): Remove redundant call to font-lock-mode.
20600 (gdb-all-registers): Rename from toggle-gdb-all-registers.
20601 Create registers buffer if necessary. Echo new state in minibuffer.
20602 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
20603
20604 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
20605
20606 * info.el (Info-fontify-node): Match external links using
20607 non-directory part of filename.
20608
20609 2005-12-04 Juri Linkov <juri@jurta.org>
20610
20611 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
20612 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
20613 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
20614 because there is no customization option for it.
20615
20616 * font-lock.el (lisp-font-lock-keywords-1):
20617 Add define-global-minor-mode.
20618
20619 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
20620
20621 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
20622 properties on the constructed variable names.
20623
20624 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20625 Put `definition-name' properties on the constructed function names
20626 next-sym and prev-sym.
20627
20628 * emacs-lisp/find-func.el (find-function-regexp):
20629 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
20630 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
20631 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
20632 and easy-menu-define.
20633
20634 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
20635 easy-mmode-define-global-mode and define-global-minor-mode.
20636 (lisp-imenu-generic-expression): Add define-global-minor-mode.
20637
20638 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
20639 instead of easy-mmode-define-global-mode.
20640
20641 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
20642 Use define-minor-mode instead of easy-mmode-define-minor-mode.
20643
20644 * cus-edit.el (customize-group, customize-group-other-window):
20645 Filter out autoloaded options from the group completion list by
20646 using heuristics that autoloaded groups don't have `custom-autoload'
20647 property on their symbols (they have only `custom-loads').
20648
20649 * simple.el (completion-setup-function): Put completions-common-part
20650 face on complete completion string too (i.e. completion string
20651 without completions-first-difference face).
20652
20653 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
20654
20655 2005-12-03 Eli Zaretskii <eliz@gnu.org>
20656
20657 * view.el (view-mode): Doc fix.
20658
20659 * disp-table.el (standard-display-european): Add to the warning
20660 message a reference to the doc string.
20661
20662 * play/yow.el (apropos-zippy): Call print-help-return-message,
20663 similar to other Help and Apropos commands.
20664
20665 * help.el (print-help-return-message): If pop-up-frames is
20666 non-nil, set up help-return-method to delete the help window and,
20667 possibly, its frame as well, and don't display message about
20668 scrolling the help window. Doc fix.
20669 (help-return-method): Doc fix.
20670
20671 2005-12-03 Martin Rudalics <rudalics@gmx.at>
20672
20673 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
20674 whereby names of length one or names starting with a
20675 symbol-constituent character would not be returned.
20676
20677 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20678
20679 * subr.el (atomic-change-group): Add edebug and indentation spec.
20680
20681 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
20682
20683 * completion.el (save-completions-file-name): Fix typo in last change.
20684
20685 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20686
20687 * info.el: Move back/forward history to the beginning of the tool bar.
20688
20689 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
20690
20691 * allout.el (eval-when-compile): Remove unnecessary load of cl.
20692 Add fset of allout-real-isearch-abort during compile to fix
20693 byte-compilation warnings.
20694 (allout-mode-p): Move definition of this macro above all uses, or
20695 byte compilation in barren Emacs (eg, during Emacs build) will
20696 lack the definition.
20697 (allout-mode): Move this variable above any uses, or byte
20698 compilation will fail.
20699 (allout-resolve-xref): Remove use of personal file-reference function.
20700 (allout-toggle-current-subtree-encryption): Do the current (ie,
20701 visible containing) topic, rather than nearest around point. Doc fix.
20702 (allout-toggle-subtree-encryption): New function, workhorse that
20703 works on nearest topic containing point.
20704 (allout-encrypt-string): Signal requirement for newer version of pgg.
20705 (allout-resumptions): Doc fix.
20706
20707 2005-12-02 Eli Zaretskii <eliz@gnu.org>
20708
20709 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
20710
20711 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
20712
20713 * textmodes/flyspell.el (flyspell-external-point-words):
20714 Consider a misspelling as found in the string search if: (a) misspelling
20715 and found string lengths match, or (b) misspelling is found as
20716 element in a boundary-chars separated longer string, or (c)
20717 ispell-program-name is really ispell and misspelling is found as
20718 part of a TeX string. After successful match move beginning of
20719 search region to end of match. Warn about not found misspellings
20720 once the process is done.
20721 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
20722
20723 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
20724
20725 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
20726 tool bar (removed inadvertently).
20727
20728 2005-12-02 Juri Linkov <juri@jurta.org>
20729
20730 * log-view.el (log-view-diff): Clarify doc string.
20731
20732 2005-12-01 Bill Wohler <wohler@newt.com>
20733
20734 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
20735 triggers lm-verify errors.
20736
20737 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
20738
20739 * simple.el (transient-mark-mode, line-number-mode)
20740 (column-number-mode, size-indication-mode): Remove `:require nil'.
20741
20742 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
20743
20744 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
20745 in the margin also.
20746 (gdb-breakpoints-mode-map): Use D instead of d for
20747 gdb-delete-breakpoint.
20748 (gdb-get-frame-number): Require a number to match on.
20749 (gdb-threads-mode-map): Add follow-link binding.
20750
20751 2005-11-30 Jason Rumney <jasonr@gnu.org>
20752
20753 * isearch.el (isearch-mode-map): Avoid exiting search on
20754 language-change event.
20755
20756 2005-11-30 Romain Francoise <romain@orebokech.com>
20757
20758 * speedbar.el (speedbar-default-position): New defcustom.
20759 (speedbar-frame-reposition-smartly): Use it.
20760
20761 * dframe.el (dframe-reposition-frame-emacs): Fix position
20762 computation for `left' location.
20763 Update copyright year.
20764
20765 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
20766
20767 * help.el (help-map): Move initialization into declaration.
20768
20769 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
20770
20771 * help-fns.el (help-argument-name): Don't autoload.
20772 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
20773 to be re-loaded when customizing the `help' group.
20774
20775 2005-11-30 John Paul Wallington <jpw@gnu.org>
20776
20777 * help-fns.el (describe-function-1): Fill arglist output.
20778
20779 2005-11-30 Kim F. Storm <storm@cua.dk>
20780
20781 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
20782 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
20783 after revert-buffer (or anything else which kills all local variables).
20784
20785 * apropos.el (apropos-parse-pattern): Doc fix.
20786 Set apropos-regexp directly, rather than expecting callers to do so.
20787 (apropos-command, apropos, apropos-value, apropos-documentation):
20788 Simplify calls to apropos-parse-pattern.
20789
20790 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
20791
20792 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
20793 (hi-lock-face-phrase-buffer): Use hi-yellow face.
20794 (hi-lock-write-interactive-patterns): Use comment-region.
20795
20796 * longlines.el (longlines-mode): Add mail-setup-hook.
20797
20798 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
20799
20800 * simple.el (sendmail-user-agent-compose, next-line):
20801 Conditionally use hard-newline.
20802
20803 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
20804
20805 * international/latexenc.el (latex-inputenc-coding-alist):
20806 Reword doc string.
20807
20808 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
20809
20810 * help.el (describe-key-briefly, describe-key): Recognize default
20811 bindings.
20812
20813 2005-11-29 Romain Francoise <romain@orebokech.com>
20814
20815 * view.el (view-inhibit-help-message): New defcustom.
20816 (view-mode-enter): Use it.
20817
20818 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
20819
20820 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
20821 Preserve user position.
20822
20823 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
20824
20825 * font-lock.el: Throw error if facemenu is not loaded to prevent
20826 accidental change of loading order in loadup.el. (Suggested by RMS.)
20827
20828 * loadup.el: Add comment explaining why facemenu must be loaded
20829 before font-lock.
20830
20831 2005-11-28 Jay Belanger <belanger@truman.edu>
20832
20833 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
20834 (calc-dispatch-map): Add more keys for `calc-same-interface'.
20835
20836 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
20837
20838 * calc/calc-embed.el (calc-do-embedded): Update help message.
20839
20840 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
20841
20842 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20843
20844 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
20845
20846 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
20847 called-interactively-p.
20848 (elp-profilable-p): Rename from elp-not-profilable-p.
20849 Invert result and take into account macros and autoloaded functions.
20850 (elp-instrument-function): Update call.
20851 (elp-instrument-package): Update call. Add completion.
20852 (elp-pack-number): Use match-string.
20853 (elp-results-jump-to-definition-by-mouse): Merge into
20854 elp-results-jump-to-definition and then remove.
20855 (elp-output-insert-symname): Make help echo text single-line.
20856
20857 * replace.el (query-replace-map): Move initialization into declaration.
20858 (occur-engine): Use with-current-buffer.
20859 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
20860 (occur-mode-mouse-goto): Replace with an alias.
20861
20862 2005-11-28 Juri Linkov <juri@jurta.org>
20863
20864 * simple.el (quoted-insert): Let-bind input-method-function to nil.
20865
20866 * term/w32-win.el: Bind [S-tab] to [backtab].
20867
20868 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
20869 `Info-find-file' to t.
20870
20871 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
20872 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
20873 and same-window-regexps.
20874 (occur-next-error): Don't move point for arg 0.
20875
20876 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
20877
20878 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
20879
20880 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20881
20882 * log-edit.el (log-edit-changelog-use-first): New var.
20883 (log-edit-changelog-ours-p): Use it.
20884 (log-edit-insert-changelog): Set it with new arg `use-first'.
20885 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
20886 (log-edit-hook): Add them to the list of suggested options.
20887
20888 * textmodes/flyspell.el (flyspell-last-buffer): New var.
20889 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
20890 redundant work.
20891 (flyspell-mode-on): Use add-hook for after-change-functions.
20892 (flyspell-mode-off): Use remove-hook for after-change-functions.
20893 (flyspell-changes): Make it buffer-local.
20894 (flyspell-after-change-function): Make it non-interactive. Use push.
20895 (flyspell-post-command-hook): Check input-pending-p while processing
20896 the potentially long list of buffer changes.
20897
20898 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
20899
20900 * buff-menu.el (list-buffers-noselect): Display the selected
20901 frame's buffer list, not the global one.
20902
20903 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
20904
20905 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
20906 that (list last-input-event) works as in interactive spec.
20907
20908 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20909
20910 * loadup.el ("facemenu"): Load facemenu before font-lock, because
20911 `facemenu-keymap' needs to be defined when font-lock is loaded.
20912 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
20913
20914 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
20915
20916 * completion.el: Remove useless leading * in defcustom docstrings.
20917 (save-completions-file-name): Use ~/.emacs.d if available.
20918 (completion-standard-syntax-table): Rename from
20919 cmpl-standard-syntax-table and fold initialization into declaration,
20920 thus removing cmpl-make-standard-completion-syntax-table.
20921 (completion-lisp-syntax-table, completion-c-syntax-table)
20922 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
20923 (cmpl-saved-syntax, cmpl-saved-point): Remove.
20924 (symbol-under-point, symbol-before-point)
20925 (symbol-under-or-before-point, symbol-before-point-for-complete)
20926 (add-completions-from-c-buffer): Use with-syntax-table.
20927 (make-completion): Don't return a list of completion entries.
20928 Update callers.
20929 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
20930 (completion-initialize): Rename from initialize-completions.
20931 (completion-find-file-hook): Rename from cmpl-find-file-hook.
20932 (kill-emacs-save-completions): Collect stats here.
20933 (save-completions-to-file, load-completions-from-file):
20934 Use with-current-buffer.
20935 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
20936 into a function. Move all calls to toplevel.
20937 (completion-lisp-mode-hook): New fun.
20938 (completion-c-mode-hook, completion-setup-fortran-mode):
20939 Set the syntax-table here. Use local-set-key.
20940 (completion-saved-bindings): New var.
20941 (dynamic-completion-mode): Make it into a proper minor mode.
20942 (load-completions-from-file): Remove unused var `num-uses'.
20943
20944 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
20945 constructor if it is explicitly overridden.
20946
20947 * complete.el (PC-completion-as-file-name-predicate):
20948 Use minibuffer-completing-file-name.
20949 (partial-completion-mode): Use find-file-not-found-functions.
20950 (PC-lisp-complete-symbol): Use with-syntax-table.
20951 (PC-look-for-include-file): Remove dead setq.
20952 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
20953 (PC-complete): Use with-current-buffer.
20954
20955 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
20956 escape single quotes.
20957
20958 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20959
20960 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
20961 of `if' whose condition always returned nil. Doc fix.
20962
20963 * buff-menu.el (Buffer-menu-revert-function): Make the selected
20964 window's buffer the current buffer around the call to
20965 `list-buffers-noselect'. This is necessary to mark that buffer
20966 with a `.' in the Buffer Menu when called from Lisp, for instance
20967 by Auto Revert Mode.
20968
20969 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
20970
20971 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
20972 attaching to it.
20973 (gdb-pre-prompt): Make sure gdb-error is reset.
20974
20975 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
20976 with a child process, detect it.
20977 (gud-speedbar-buttons): Match regexp more carefully.
20978
20979 2005-11-27 Richard M. Stallman <rms@gnu.org>
20980
20981 * mouse.el (mouse-drag-move-window-bottom):
20982 Use adjust-window-trailing-edge.
20983
20984 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20985
20986 * simple.el (blink-matching-open): Ignore
20987 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
20988 (blink-matching-paren-on-screen): Update docstring.
20989
20990 * paren.el (show-paren-mode): No longer change
20991 `blink-matching-paren-on-screen'.
20992
20993 2005-11-27 John Paul Wallington <jpw@pobox.com>
20994
20995 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20996 (gdb-threads-select, gdb-edit-register-value):
20997 Use `posn-set-point' instead of `mouse-set-point' because the
20998 latter is not fbound when configured without X.
20999
21000 2005-11-27 Kim F. Storm <storm@cua.dk>
21001
21002 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
21003 existing face when partially highlighting a TAB in a rectangle.
21004
21005 2005-11-26 Kim F. Storm <storm@cua.dk>
21006
21007 * ido.el (ido-mode-map): Doc fix.
21008 (ido-mode-common-map, ido-mode-file-map)
21009 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
21010 (ido-define-mode-map): Rewrite. Select one of the new maps as
21011 parent for ido-mode-map instead of building from scratch.
21012 (ido-init-mode-maps): New defun to initialize new maps.
21013 (ido-mode): Call it.
21014 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
21015 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
21016
21017 2005-11-26 John Paul Wallington <jpw@pobox.com>
21018
21019 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
21020 `mouse-set-point' because the latter is not fbound when configured
21021 without X.
21022
21023 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
21024
21025 * files.el (file-relative-name): Doc fix.
21026
21027 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
21028
21029 * progmodes/octave-inf.el (inferior-octave-startup): Force a
21030 non-empty string for secondary prompt PS2.
21031
21032 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
21033
21034 * progmodes/compile.el (compilation-setup): Fix last change.
21035
21036 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
21037
21038 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21039 (gdb-mouse-toggle-breakpoint-margin)
21040 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
21041 Add gdb-server-prefix to keep out of command history.
21042 (gdb-edit-register-value): New function.
21043 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
21044 (gdb-info-registers-custom): Use above map.
21045
21046 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
21047
21048 * custom.el (enable-theme): Signal error if argument is not a
21049 theme. Don't recalculate a face if it's not loaded yet.
21050
21051 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
21052 the `user' theme is in effect.
21053
21054 * info.el (Info-on-current-buffer): Record actual filename in
21055 Info-current-file, instead of t, or a fake filename if a non-file
21056 buffer. Make autoload.
21057 (Info-find-node, Info-revert-find-node): No need to check for
21058 Info-current-file nil.
21059 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
21060 Info-current-file is now never `t'.
21061 (Info-fontify-node): Many simplifications due to Info-current-file
21062 always being valid. Use Info-find-file to find node filename.
21063
21064 2005-11-25 David Kastrup <dak@gnu.org>
21065
21066 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
21067 new character, then delete" in order to preserve markers.
21068
21069 2005-11-25 David Ponce <david@dponce.com>
21070
21071 * recentf.el (recentf-arrange-by-rule): Handle a special
21072 `auto-mode-alist'-like "strip suffix" rule.
21073 (recentf-build-mode-rules): Handle second level auto-mode entries.
21074
21075 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
21076
21077 * emulation/viper-keym.el (viper-ESC-key): Use different values
21078 in terminal and window modes.
21079
21080 * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
21081 add jde-javadoc-checker-report-mode.
21082
21083 * ediff-wind.el (ediff-make-wide-display): Slight simplification.
21084
21085 * ediff.el (ediff-date): Change the date of last update.
21086
21087 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
21088
21089 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
21090 Use define-minor-mode, and make it a local mode. Turn on font-lock.
21091 (hi-lock-mode): New global minor mode.
21092 (turn-on-hi-lock-if-enabled): New function.
21093 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
21094 Change arguments to regexp and face instead of a font-lock pattern.
21095 Directly set face property, instead of refontifying.
21096 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
21097 (hi-lock-find-patterns): Use line-number-at-pos.
21098
21099 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
21100 arguments for hi-lock-set-pattern.
21101 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
21102 Call font-lock-fontify-buffer.
21103 (hi-lock-find-file-hook, hi-lock-current-line)
21104 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
21105
21106 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
21107 turned off.
21108
21109 * progmodes/compile.el (compilation-setup): Don't fiddle with
21110 font-lock-defaults.
21111
21112 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
21113
21114 * progmodes/gdb-ui.el (gdb-var-create-handler)
21115 (gdb-var-list-children-handler): Find values for all variable
21116 objects. gud-speedbar-buttons decides whether to display them.
21117
21118 2005-11-24 Romain Francoise <romain@orebokech.com>
21119
21120 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
21121 buffer name with a space.
21122
21123 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
21124
21125 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
21126 `org-export-local-list-max-depth'. Change default value to 3.
21127 (org-auto-renumber-ordered-lists)
21128 (org-plain-list-ordered-item-terminator): New options.
21129 (org-at-item-p, org-beginning-of-item, org-end-of-item)
21130 (org-get-indentation, org-get-string-indentation)
21131 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
21132 New functions.
21133 (org-move-item-down, org-move-item-up): New commands.
21134 (org-export-as-html): New classes for CSS support. Bug fix in
21135 regular expression detecting fixed-width regions. Respect
21136 `org-local-list-ordered-item-terminator'.
21137 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
21138 also a list item.
21139 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
21140 New item moving functions.
21141
21142 2005-11-24 Juri Linkov <juri@jurta.org>
21143
21144 * isearch.el (isearch-repeat): With empty search ring set
21145 `isearch-error' to the error string instead of signaling error
21146 with the function `error'.
21147
21148 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21149
21150 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
21151
21152 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
21153
21154 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
21155 and variable.
21156 (gdb-var-create-handler, gdb-var-list-children-handler):
21157 Don't match on "char **...".
21158 (gdb-var-update-handler): Find values for all variable objects.
21159 (gdb-info-frames-custom): Identify frames by leading "#".
21160
21161 * progmodes/gud.el (gud-speedbar-menu-items): Add
21162 gdb-speedbar-auto-raise as radio button.
21163 (gud-speedbar-buttons): Raise speedbar if requested.
21164 Don't match on "char **...".
21165 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
21166 Make it editable.
21167
21168 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
21169
21170 * info.el (Info-fontify-node): Handle the case where
21171 Info-current-file is t.
21172
21173 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
21174
21175 * simple.el (blink-matching-open): Fix off-by-one in last change.
21176
21177 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21178
21179 * term/mac-win.el: Don't change default directory.
21180
21181 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
21182
21183 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
21184 buffers correctly. (It used to throw an error in such buffers.)
21185 Make it ask for confirmation in group buffers and other Custom
21186 buffers containing more than one customization item.
21187
21188 2005-11-22 John Paul Wallington <jpw@gnu.org>
21189
21190 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
21191 property on mail and url overlays.
21192 (goto-address-at-point): Use `posn-set-point' instead of
21193 `mouse-set-point' because the latter is not fbound when configured
21194 without X.
21195
21196 2005-11-22 Lars Hansen <larsh@soem.dk>
21197
21198 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
21199 (ls-lisp-classify, ls-lisp-format): Delete call to
21200 ls-lisp-parse-symlink.
21201 (ls-lisp-handle-switches): Handle symlinks to directories as
21202 directories when ls-lisp-dirs-first in non-nil.
21203
21204 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
21205
21206 * startup.el (command-line): Make sure that loaddefs.el is handled
21207 correctly in load-history.
21208
21209 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
21210
21211 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
21212 (gdb-struct-string, gdb-array-string): New constants.
21213 (gdb-info-locals-handler): Use them.
21214 (gdb-reset): Reset gdb-var-list to nil.
21215
21216 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21217
21218 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
21219 in patterns.
21220
21221 2005-11-21 Juri Linkov <juri@jurta.org>
21222
21223 * custom.el (defcustom): Update link types in docstring.
21224
21225 2005-11-20 Martin Rudalics <rudalics@gmx.at>
21226
21227 * custom.el (defgroup): Add doc-string-elt info.
21228
21229 * widget.el (define-widget): Don't use declare for the doc-string-elt.
21230
21231 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
21232
21233 * newcomment.el (comment-enter-backward): Fix last fix.
21234
21235 * simple.el (blink-matching-open):
21236 * paren.el (show-paren-function): Allow new paren-class info.
21237
21238 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
21239
21240 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
21241 handled automagically.
21242
21243 2005-11-20 Andreas Schwab <schwab@suse.de>
21244
21245 * descr-text.el (describe-char): When copying overlays put them
21246 over the full char description instead of just the first character
21247 of it.
21248
21249 2005-11-20 Juri Linkov <juri@jurta.org>
21250
21251 * simple.el (what-cursor-position):
21252 * descr-text.el (describe-char): Use Lisp-readable syntax
21253 for octal and hex. Reorder decimal, octal and hex values.
21254 Remove excess whitespace in the output. Use `=' in `column='
21255 like in `point=' and `Hscroll='.
21256
21257 * international/mule-cmds.el (encoded-string-description):
21258 Use Lisp-readable syntax for hex.
21259
21260 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
21261
21262 * newcomment.el (comment-enter-backward): Handle the case where the
21263 comment is closed by EOB.
21264
21265 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
21266
21267 * longlines.el (longlines-before-revert-hook)
21268 (longlines-after-revert-hook): New functions.
21269 (longlines-mode): Turn off longlines temporarily when reverting.
21270 Add a message-setup-hook.
21271 (longlines-decode-buffer): New function.
21272 (longlines-wrap-line): Preserve marker positions.
21273
21274 2005-11-19 Andreas Schwab <schwab@suse.de>
21275
21276 * emacs-lisp/shadow.el: Handle compressed files.
21277
21278 2005-11-19 Romain Francoise <romain@orebokech.com>
21279
21280 * net/browse-url.el (browse-url-default-browser): Signal an error
21281 if no usable browser can be found, rather than try to load w3.
21282
21283 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
21284
21285 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
21286 replacing existing properties.
21287 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21288 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
21289 tty specs.
21290 (rcirc-server-prefix, rcirc-server): New faces.
21291 (rcirc-url-regexp): Generate with rx macro.
21292 (rcirc-last-server-message-time): New variable.
21293 (rcirc-filter): Record time of last message.
21294 (rcirc-keepalive): Kill processes that did not send a message
21295 since the last ping.
21296 (rcirc-mode): Give rcirc-topic a local binding here.
21297
21298 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
21299
21300 * subr.el (read-passwd): Fontify the prompt as we do with other
21301 prompts.
21302
21303 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
21304
21305 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
21306 binding buffer-read-only to nil.
21307
21308 2005-11-19 Eli Zaretskii <eliz@gnu.org>
21309
21310 * complete.el (partial-completion-mode):
21311 Mention completion-auto-help in the doc string.
21312
21313 * man.el (Man-highlight-references): Doc fix. Reformat code in a
21314 more Lisp-ish way.
21315
21316 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
21317
21318 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
21319 digits, not 8, to avoid misalignment for files larger than 100MB.
21320
21321 2005-11-19 Eli Zaretskii <eliz@gnu.org>
21322
21323 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
21324 Mention "keyboard shortcuts" in the help text.
21325
21326 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21327
21328 * startup.el (fancy-splash-default-action): Discard only
21329 mouse-down and succeeding mouse-up events in the splash screen
21330 window so that drag-n-drop event can be processed.
21331
21332 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
21333
21334 * longlines.el (longlines-mode): Add hacks for mail-mode and
21335 message-mode.
21336
21337 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
21338
21339 * textmodes/org.el (org-table-sort-lines): New command.
21340 (org-tbl-menu): Add entry for `org-table-sort-lines'.
21341 (org-add-file): Command removed, use `org-agenda-file-to-front'
21342 instead.
21343 (org-export-icalendar): Use `org-icalendar-combined-name'.
21344 (org-cycle-agenda-files, org-agenda-file-to-end)
21345 (org-agenda-file-to-front): New commands.
21346 (org-table-tab-jumps-over-hlines, org-export-html-style):
21347 New options.
21348 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
21349 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
21350 New functions.
21351 (org-fill-paragraph): Call `org-table-align' in tables.
21352 (org-mode): Call `org-set-autofill-regexps'.
21353 (org-export-as-html): Support for local handformatted lists.
21354 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
21355 (org-export-local-list-max-depth): New option.
21356 (org-html-expand): Use `org-html-protect'.
21357
21358 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
21359
21360 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
21361 to "p".
21362 (gdb): Move definition of gud-pp to...
21363
21364 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
21365 speedbar.
21366 (gdb-find-watch-expression): New function.
21367
21368 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21369
21370 * faces.el (face-attribute, set-face-attribute): Mention existence
21371 of `:ignore-defface' setting in docstring.
21372
21373 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
21374
21375 * simple.el (completion-setup-function): Fix last change.
21376
21377 2005-11-17 John Paul Wallington <jpw@pobox.com>
21378
21379 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
21380 Use `posn-set-point' instead of `mouse-set-point' because the
21381 latter is not fbound when configured without X.
21382
21383 * comint.el (comint-insert-input): Likewise.
21384
21385 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21386
21387 * simple.el (hard-newline): New variable.
21388 (sendmail-user-agent-compose, next-line): Use it.
21389
21390 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
21391 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
21392 (mail-mail-reply-to, mail-mail-followup-to)
21393 (mail-position-on-field, mail-signature, mail-yank-original)
21394 (mail-attach-file): Likewise.
21395
21396 * mail/mailheader.el (mail-header-format)
21397 (mail-header-format-function): Likewise.
21398
21399 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
21400
21401 2005-11-17 Juri Linkov <juri@jurta.org>
21402
21403 * font-lock.el (font-lock-faces): Rename this defgroup from
21404 `font-lock-highlighting-faces'.
21405 (font-lock-comment-face, font-lock-comment-delimiter-face)
21406 (font-lock-string-face, font-lock-doc-face)
21407 (font-lock-keyword-face, font-lock-builtin-face)
21408 (font-lock-function-name-face, font-lock-variable-name-face)
21409 (font-lock-type-face, font-lock-constant-face)
21410 (font-lock-warning-face, font-lock-negation-char-face)
21411 (font-lock-preprocessor-face)
21412 (font-lock-regexp-grouping-backslash)
21413 (font-lock-regexp-grouping-construct): Rename :group from
21414 `font-lock-highlighting-faces' to `font-lock-faces'.
21415
21416 * cus-edit.el (lisp, c, tex):
21417 * progmodes/ada-mode.el (ada):
21418 * progmodes/asm-mode.el (asm):
21419 * progmodes/cperl-mode.el (cperl-faces):
21420 * progmodes/cpp.el (cpp):
21421 * progmodes/dcl-mode.el (dcl):
21422 * progmodes/f90.el (f90):
21423 * progmodes/fortran.el (fortran):
21424 * progmodes/icon.el (icon):
21425 * progmodes/idlwave.el (idlwave-misc):
21426 * progmodes/m4-mode.el (m4):
21427 * progmodes/make-mode.el (makefile):
21428 * progmodes/meta-mode.el (meta-font):
21429 * progmodes/modula2.el (modula2):
21430 * progmodes/octave-mod.el (octave):
21431 * progmodes/pascal.el (pascal):
21432 * progmodes/perl-mode.el (perl):
21433 * progmodes/prolog.el (prolog):
21434 * progmodes/ps-mode.el (PostScript-edit):
21435 * progmodes/scheme.el (scheme):
21436 * progmodes/sh-script.el (sh-script):
21437 * progmodes/simula.el (simula):
21438 * progmodes/tcl.el (tcl):
21439 * textmodes/nroff-mode.el (nroff):
21440 * textmodes/reftex-vars.el (reftex-fontification-configurations):
21441 * textmodes/sgml-mode.el (sgml):
21442 * textmodes/texinfo.el (texinfo):
21443 Add :link (custom-group-link font-lock-faces) to defgroup.
21444
21445 * hi-lock.el (hi-lock): Rename this defgroup from
21446 `hi-lock-interactive-text-highlighting'. Change parent group from
21447 `faces' to `font-lock'. Add link to the manual.
21448 (hi-lock-mode, hi-lock-file-patterns-range)
21449 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
21450 `hi-lock-interactive-text-highlighting' to `hi-lock'.
21451 (hi-lock-faces): Add :group `faces'.
21452
21453 * cus-edit.el (custom-variable-prompt): Clarify the code.
21454
21455 * faces.el (face-read-string): Set the default value arg of
21456 completing-read.
21457
21458 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
21459
21460 * rfn-eshadow.el (file-name-shadow-properties)
21461 (file-name-shadow-tty-properties, file-name-shadow-mode):
21462 Remove autoloads, because the file is now preloaded.
21463
21464 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21465
21466 * printing.el (easy-menu-intern): Don't define.
21467 (pr-get-symbol): Use easy-menu-intern only if defined.
21468
21469 * simple.el (blink-matching-open): Simplify a bit.
21470 (completion-setup-function): Fix the case of partial-completion-mode
21471 when the minibuffer's contents start with "-".
21472 Obey completion-base-size-function even when
21473 minibuffer-completing-file-name is non-nil.
21474
21475 2005-11-16 Richard M. Stallman <rms@gnu.org>
21476
21477 * net/eudcb-ph.el (eudc-ph-open-session):
21478 Use set-process-query-on-exit-flag.
21479
21480 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
21481
21482 * international/ucs-tables.el (ucs-set-table-for-input):
21483 Use make-local-variable, not make-variable-buffer-local.
21484
21485 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
21486 Improve warning message text.
21487
21488 * savehist.el (savehist-save-hook): Add :group.
21489
21490 * menu-bar.el (menu-bar-help-menu):
21491 Rename Find Extra Packages to External Packages.
21492
21493 * cus-edit.el (Custom-reset-standard): Verify that
21494 :custom-standard-value prop exists before calling it.
21495
21496 * apropos.el (apropos-calc-scores): Use apropos-pattern.
21497
21498 2005-11-16 Martin Rudalics <rudalics@gmx.at>
21499
21500 * wid-edit.el (color): Enclose %t in %{...%}.
21501
21502 * cus-edit.el (face): Enclose %t in %{...%}.
21503
21504 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
21505
21506 * savehist.el (savehist-mode-hook): Re-add the var.
21507 (savehist-mode): Use it.
21508
21509 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21510
21511 * textmodes/flyspell.el: Fix commenting convention.
21512 Remove unnecessary leading * in custom docstrings.
21513 (flyspell-emacs): Remove unused var.
21514 (flyspell-delete-region-overlays): Use remove-overlays.
21515 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
21516 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
21517 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
21518 (flyspell-debug-signal-word-checked): Use with-current-buffer.
21519 (make-flyspell-overlay): Don't locally reuse a global name.
21520 (flyspell-highlight-incorrect-region)
21521 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
21522 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
21523 (flyspell-notify-misspell): Remove unused args `start' and `end'.
21524 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
21525 Wrap calls to accept-process-output inside with-local-quit since it's
21526 often called from a post-command-hook.
21527 (flyspell-correct-word, flyspell-auto-correct-word):
21528 Use ispell-send-string.
21529 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
21530
21531 * calendar/diary-lib.el (diary-list-entries): Also hide the
21532 terminating newline.
21533
21534 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
21535
21536 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
21537 window-system, to allow fonts on tty.
21538
21539 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
21540
21541 * progmodes/gud.el (gud-speedbar-item-info): New function.
21542 (gud-install-speedbar-variables): Use it to display data type
21543 of watch expression as a tooltip in speedbar.
21544
21545 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
21546
21547 * font-core.el (global-font-lock-mode): Add :version keyword,
21548 because default was changed.
21549
21550 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
21551
21552 * startup.el (command-line): Use `custom-reevaluate-setting' for
21553 `file-name-shadow-mode'.
21554
21555 * loadup.el: Preload rfn-eshadow.
21556
21557 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
21558 Add :version keyword.
21559 (file-name-shadow-properties, file-name-shadow-tty-properties)
21560 (file-name-shadow): Add :version keyword.
21561
21562 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
21563 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
21564 in the custom-group property of the symbol frames and the fringe
21565 group got no link to its parent group frames.
21566 Doc fix.
21567
21568 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21569
21570 * progmodes/gud.el (gud-stop-subjob): New function.
21571 (gud-menu-map, gud-tool-bar-map): Use it.
21572
21573 2005-11-16 Kim F. Storm <storm@cua.dk>
21574
21575 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
21576 than kill it.
21577 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
21578 to a more useful/logical place.
21579
21580 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21581
21582 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
21583 go buttons complementary.
21584
21585 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
21586
21587 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
21588 (rfn-eshadow-sifn-equal): New function.
21589 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
21590
21591 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
21592
21593 * emulation/viper-utils.el (viper-non-word-characters-reformed-vi):
21594 Quote `-' in string.
21595
21596 * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
21597 rcirc-mode buffers come up in Emacs state.
21598
21599 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
21600 operation.
21601
21602 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
21603
21604 * term.el (term-termcap-format): Fix typos.
21605 (term-down): Fix the negative argument case.
21606
21607 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21608
21609 * progmodes/gdb-ui.el: Remove face-alias left over from change on
21610 2005-08-15.
21611 (gdb-ann3): New command gud-go.
21612 (menu): Accomodate gdb-mi.el.
21613 (gdb-assembler-custom): Make buffer of selected window current
21614 so that set-window-point works.
21615
21616 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
21617 buttons and include new ones.
21618
21619 2005-11-16 Kim F. Storm <storm@cua.dk>
21620
21621 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
21622 (gud-menu-map): Use it.
21623
21624 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
21625
21626 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
21627 that works correctly for Custom and that does not override a user
21628 who disables it.
21629
21630 * help-mode.el (help-make-xrefs, help-xref-on-pp)
21631 (help-xref-interned, help-follow): Make hyperlinks for variables
21632 that are unbound, but have a non-nil variable-documentation property.
21633
21634 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
21635 mode hook. (It conflicted with defcustoms for some mode hooks.)
21636 Use the `variable-documentation' property to give the mode hook a
21637 docstring and expand that docstring.
21638
21639 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
21640
21641 * savehist.el (savehist-mode): Don't bother with
21642 `custom-set-minor-mode'.
21643 (savehist-coding-system): Check XEmacs version.
21644 (history-length): Declare also at run time.
21645 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
21646 Don't set the customize state.
21647 (savehist-minibuffer-hook): Special case for when
21648 minibuffer-history-variable is equal to t.
21649
21650 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
21651
21652 * files.el (write-file): Refresh VC status.
21653
21654 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
21655 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
21656 than fundamental-mode to see if the mode was set.
21657
21658 2005-11-14 Romain Francoise <romain@orebokech.com>
21659
21660 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
21661 dummy function in `eval-when-compile' to avoid compiler warning.
21662 Require `man' at compile time.
21663
21664 2005-11-14 Jay Belanger <belanger@truman.edu>
21665
21666 * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
21667 calcFunc-powerexpand.
21668 (math-write-out-power): Rename it to math-powerexpand; have it
21669 handle negative exponents.
21670 (calc-writeoutpower): Rename it to calc-powerexpand.
21671
21672 * calc/calc-ext.el: Change calcFunc-writeoutpower and
21673 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
21674 autoloads.
21675 Add calcFunc-ldiv to autoloads.
21676
21677 * calc/calc-arith.el (calcFunc-ldiv): New function.
21678
21679 * calc/calc.el (calc-left-divide): New function.
21680
21681 2005-11-14 Juri Linkov <juri@jurta.org>
21682
21683 * cus-edit.el (custom-variable-prompt): Set the default value arg
21684 of completing-read.
21685
21686 * cus-dep.el (custom-make-dependencies): Reverse the list of
21687 found dependencies.
21688
21689 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
21690
21691 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
21692 Highlighting" entry, it is on by default now.
21693 (menu-bar-options-save): Do not save global-font-lock-mode.
21694
21695 2005-11-13 Richard M. Stallman <rms@gnu.org>
21696
21697 * textmodes/flyspell.el (flyspell-large-region):
21698 Call flyspell-accept-buffer-local-defs.
21699
21700 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
21701
21702 * textmodes/flyspell.el (flyspell-notify-misspell):
21703 Fix misspelling of "Misspelling".
21704 (flyspell-process-localwords): New function.
21705 (flyspell-large-region): Call flyspell-process-localwords and
21706 flyspell-delete-region-overlays.
21707 (flyspell-delete-region-overlays): New function.
21708 (flyspell-delete-all-overlays): Call that.
21709
21710 2005-11-13 Richard M. Stallman <rms@gnu.org>
21711
21712 * help.el (help-for-help-internal): Improve doc of C-h a.
21713 (describe-key): Improve prompt; doc fix.
21714
21715 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
21716
21717 * vc-svn.el (vc-svn-registered): Catch all errors.
21718
21719 * cus-dep.el (custom-make-dependencies): Typo.
21720
21721 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
21722
21723 * net/tramp-util.el (top): Fix compilation warning.
21724
21725 2005-11-13 Kim F. Storm <storm@cua.dk>
21726
21727 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
21728
21729 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
21730
21731 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
21732 (gud-speedbar-buttons): Match on "const char *" too.
21733
21734 * progmodes/gdb-ui.el (gdb-var-create-handler)
21735 (gdb-var-list-children-handler): Match on "const char *" too.
21736 (gdb-var-evaluate-expression-handler): Match on empty string.
21737 (gdb-var-update-handler): Only call
21738 gdb-var-evaluate-expression-handler when required.
21739
21740 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
21741
21742 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
21743 selected window. This still doesn't work for speedbar.
21744 (gud-speedbar-buttons): Handle string expressions properly.
21745
21746 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
21747 (gdb-var-create-handler): Handle string expressions properly.
21748 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
21749 Handle string expressions properly. Move "type" field into regexp.
21750
21751 2005-11-12 Karl Fogel <kfogel@red-bean.com>
21752
21753 * bookmark.el (bookmark-maybe-message): New function to reduce
21754 code duplication: invokes `message' iff baud-rate is high enough.
21755 (bookmark-write-file): Use above instead of an inline conditional.
21756 (bookmark-load): Same.
21757
21758 2005-11-12 Karl Fogel <kfogel@red-bean.com>
21759
21760 * bookmark.el (bookmark-write-file): Don't visit the destination
21761 file, just write the data to it using write-region. This is
21762 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
21763 change to avoid visiting the file in the first place.
21764
21765 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
21766
21767 * hi-lock.el (hi-lock-mode): Set the default value of
21768 font-lock-defaults.
21769
21770 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
21771
21772 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
21773 arg to `file-attributes'.
21774 (find-lisp-format): The UID and GID can now be strings.
21775
21776 2005-11-12 Kim F. Storm <storm@cua.dk>
21777
21778 * help.el (help-map): Bind C-h d to apropos-documentation.
21779
21780 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
21781 when point is at end-of-buffer.
21782
21783 * apropos.el (apropos-match-face): Doc fix.
21784 (apropos-sort-by-scores): Add new choice `verbose'.
21785 (apropos-documentation-sort-by-scores): New defcustom.
21786 (apropos-pattern): Now contains the pattern entered by the user.
21787 (apropos-pattern-quoted): New defvar.
21788 (apropos-regexp): New defvar, containing the regexp corresponding
21789 to apropos-pattern.
21790 (apropos-all-words-regexp): Rename from apropos-all-regexp.
21791 (apropos-read-pattern): New defun. Use it to read pattern arg in
21792 interactive calls; returns list of words for a word list, and
21793 string for a regexp.
21794 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
21795 parses a list of words or regexp as returned by apropos-read-pattern.
21796 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
21797 (apropos-score-doc): Return a very high score if the string
21798 entered by the user matches literally.
21799 (apropos-variable): Doc fix. Use apropos-read-pattern.
21800 (apropos-command): Doc fix. Use apropos-read-pattern and
21801 apropos-parse-pattern. Call apropos-print with nosubst=t.
21802 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
21803 apropos-parse-pattern.
21804 (apropos-documentation): Doc fix. Use apropos-read-pattern and
21805 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
21806 apropos-documentation-sort-by-scores. Call apropos-print with
21807 nosubst=t.
21808 (apropos-documentation-internal): Pass doc string through
21809 substitute-key-definition before adding text properties.
21810 Highlight substring matching literal user input if possible.
21811 (apropos-documentation-check-doc-file): Remove locals beg and end.
21812 Fix calculation of score (as added twice). Pass doc string through
21813 substitute-key-definition before adding text properties.
21814 (apropos-documentation-check-elc-file): Pass doc string through
21815 substitute-key-definition before adding text properties.
21816 Highlight substring matching literal user input if possible.
21817 (apropos-print): Add new arg NOSUBST; if set, command and variable
21818 doc strings have already been passed through substitute-key-definition.
21819 Add code to handle apropos-accumulator items without score element
21820 for backwards compatibility (e.g. with woman package).
21821 Only show scores if apropos-sort-by-scores is `verbose'.
21822
21823 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21824
21825 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
21826 Add jka-compr-load-suffixes to load-suffixes.
21827
21828 * jka-compr.el: Require jka-cmpr-hook.
21829 (jka-compr-info-compress-message, jka-compr-info-compress-program)
21830 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
21831 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
21832 (jka-compr-info-can-append, jka-compr-info-strip-extension)
21833 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
21834 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
21835 (jka-compr-uninstall): Remove entries from
21836 jka-compr-added-to-file-coding-system-alist after they are used.
21837 (jka-compr-error): Remove unused var `curbuf'.
21838 (jka-compr-file-local-copy): Remove unused var `notfound'.
21839
21840 2005-11-10 Romain Francoise <romain@orebokech.com>
21841
21842 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
21843
21844 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
21845
21846 * progmodes/gud.el (gud-menu-map): Move parentheses.
21847 (gdb): New command gud-pv.
21848
21849 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21850
21851 * tar-mode.el: Remove spurious or unnecessary leading stars
21852 in docstrings.
21853 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
21854 (tar-parse-octal-integer-safe): Use mapc.
21855 (tar-header-block-summarize): Remove unused var `ck'.
21856 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
21857 cleared before. Obey default-enable-multibyte-characters.
21858 Use mapconcat. Simplify setting of tar-header-offset.
21859 (tar-mode-map): Move initialization inside delcaration.
21860 (tar-flag-deleted): Use `abs'.
21861 (tar-expunge-internal): Remove unused var `line'.
21862 (tar-expunge-internal): Don't hardcode point-min==1.
21863 (tar-expunge): Widen while doing set-buffer-multibyte.
21864 (tar-rename-entry): Use file-name-coding-system.
21865 (tar-alter-one-field): Don't hardcode point-min==1.
21866 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
21867 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
21868
21869 2005-11-10 Masatake YAMATO <jet@gyve.org>
21870
21871 * add-log.el (add-log-current-defun): Handle class::method
21872 notation of c++. Fix incorrect comment.
21873
21874 2005-11-10 Alan Mackenzie <acm@muc.de>
21875
21876 * help-fns.el (describe-variable): Make C-h v work when a variable
21877 has variable documentation yet is unbound.
21878
21879 2005-11-10 Masatake YAMATO <jet@gyve.org>
21880
21881 * man.el (Man-highlight-references): Set an empty
21882 string to `Man-arguments' if it is nil.
21883 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
21884
21885 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
21886
21887 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
21888 commenting conventions.
21889
21890 * cus-dep.el (custom-make-dependencies): Simplify.
21891 Better follow the commenting conventions.
21892
21893 2005-11-09 Richard M. Stallman <rms@gnu.org>
21894
21895 * apropos.el (apropos-pattern): Rename from apropos-regexp.
21896 (apropos-orig-pattern): Rename from apropos-orig-regexp.
21897 All uses changed.
21898 (apropos-rewrite-regexp): Doc fix.
21899 (apropos-variable, apropos-command, apropos, apropos-value):
21900 Change prompt; carry through the argument renaming.
21901
21902 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
21903
21904 * find-lisp.el: Require dired.
21905 (find-lisp-find-dired-internal): Do not call
21906 `abbreviate-file-name' on DIR.
21907
21908 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
21909
21910 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
21911
21912 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
21913
21914 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
21915 when using the speedbar.
21916 (gdb): New command gud-pp.
21917 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
21918
21919 2005-11-09 Juri Linkov <juri@jurta.org>
21920
21921 * replace.el (occur-excluded-properties): New defcustom.
21922 (occur-1, occur-engine, occur-accumulate-lines): Use it.
21923
21924 2005-11-08 Jay Belanger <belanger@truman.edu>
21925
21926 * calc/calc-units.el (math-convert-units): Replace any composite
21927 unit by its definition.
21928
21929 2005-11-08 Lars Hansen <larsh@soem.dk>
21930
21931 * emacs-lisp/autoload.el (update-directory-autoloads):
21932 Add obsolete function alias.
21933
21934 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
21935
21936 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
21937 comment-indent-function.
21938 (lisp-comment-indent): Replace by an alias for comment-indent-default.
21939
21940 * reveal.el (reveal-post-command): Rework the handling of
21941 reveal-open-spots, so as to be more reliable. There were several
21942 tricky corner cases where an open spot might be lost, or where
21943 a closed spot might end up on the list of open spots.
21944 Only reveal text that's ellipsised.
21945
21946 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
21947
21948 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
21949
21950 2005-11-07 John Paul Wallington <jpw@gnu.org>
21951
21952 * ibuffer.el (ibuffer): Search iconified frames too when
21953 getting Ibuffer buffer's window.
21954
21955 2005-11-06 Richard M. Stallman <rms@gnu.org>
21956
21957 * progmodes/compile.el (compilation-internal-error-properties):
21958 save-excursion around the computation of MARKER.
21959
21960 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
21961
21962 * textmodes/flyspell.el (flyspell-external-point-words):
21963 flyspell-get-word returns a list, not just a string.
21964
21965 2005-11-06 John Paul Wallington <jpw@pobox.com>
21966
21967 * ibuffer.el (ibuffer): Search all visible frames when getting
21968 Ibuffer buffer's window.
21969
21970 2005-11-07 Masatake YAMATO <jet@gyve.org>
21971
21972 * man.el (Man-reference-regexp): Accept spaces between
21973 `Man-name-regexp' and `Man-section-regexp'.
21974 (Man-apropos-regexp): New variable.
21975 (Man-abstract-xref-man-page): Use value for `Man-target-string'
21976 if available.
21977 (Man-highlight-references, Man-highlight-references0):
21978 Handle the case when `Man-arguments' includes "-k".
21979 (Man-highlight-references0): Rename the argument `TARGET-POS' to
21980 `TARGET'. `TARGET' can be a number, function or nil.
21981
21982 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
21983
21984 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
21985 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
21986 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
21987 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
21988 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
21989 (gdb-send-item): Use buffer-local-value and simplify.
21990
21991 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
21992
21993 * startup.el (command-line): Use `custom-reevaluate-setting' for
21994 `global-font-lock-mode'.
21995
21996 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
21997 by default, except in batch mode or when the -D option is given.
21998
21999 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
22000 specified keyword args on to `define-minor-mode'. Update docstring.
22001
22002 2005-11-05 Romain Francoise <romain@orebokech.com>
22003
22004 * replace.el (occur-engine): Add marker at end of line, too.
22005
22006 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
22007
22008 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
22009 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22010 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22011 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22012 argument to all these routines, so the passphrase can be managed
22013 externally and passed in to the system.
22014 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
22015 pgg-add-passphrase-to-cache function.
22016
22017 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
22018 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
22019 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
22020 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
22021 argument to all these routines, so the passphrase can be managed
22022 externally and passed in to the system.
22023 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
22024 function.
22025
22026 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
22027
22028 * font-lock.el: Don't deal with font-lock-face-attributes here,
22029 move the code ...
22030
22031 * startup.el (command-line): ... here. Use face-spec-set instead
22032 of custom-declare-face.
22033
22034 * faces.el (face-spec-set): Reset the face if spec is not nil.
22035
22036 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
22037
22038 * newcomment.el (comment-region-internal): Box more tightly in the
22039 common case where there's no TAB in the boxed text.
22040
22041 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22042
22043 * info.el (info-tool-bar-map): Use images prev-node, next-node and
22044 up-node.
22045
22046 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
22047
22048 * net/newsticker.el: Commentary updated. Code formatting changed.
22049 (newsticker-version): Change to "1.9".
22050 (newsticker, newsticker-feed): Doc fix.
22051 (newsticker-url-list): Doc fix. Add option "Weekly".
22052 (newsticker-retrieval-interval): Add option "Weekly".
22053 (newsticker-headline-processing): Doc fix.
22054 (newsticker-auto-mark-filter): Remove.
22055 (newsticker-auto-mark-filter-list): New.
22056 (newsticker-layout, newsticker-sort-method): Doc fix.
22057 (newsticker-hide-old-items-in-newsticker-buffer)
22058 (newsticker-heading-format, newsticker-item-format)
22059 (newsticker-desc-format): Doc fix.
22060 (newsticker-show-all-rss-elements): Remove.
22061 (newsticker-show-all-news-elements): New.
22062 (newsticker-faces, newsticker-ticker): Doc fix.
22063 (remove-from-invisibility-spec): Code formatting.
22064 (newsticker--process-ids): New.
22065 (newsticker-mode): Doc fix.
22066 (newsticker-mode): Change mode-line-format.
22067 (newsticker-start): Remove debug output.
22068 (newsticker-start-ticker): Doc fix. Add autoload cookie.
22069 (newsticker-w3m-show-inline-images): Code formatting.
22070 (newsticker-next-item): Call `force-mode-line-update'.
22071 (newsticker-previous-item): Call `force-mode-line-update'.
22072 (newsticker-next-feed): Call `force-mode-line-update'.
22073 (newsticker-previous-feed): Call `force-mode-line-update'.
22074 (newsticker-mark-all-items-at-point-as-read): Code formatting.
22075 (newsticker-show-old-items): Do not show descs.
22076 (newsticker-hide-entry): Hide too much.
22077 (newsticker-hide-entry, newsticker-show-entry)
22078 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
22079 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
22080 (newsticker-toggle-auto-narrow-to-item): Code formatting.
22081 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
22082 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
22083 (newsticker-get-news): Call `force-mode-line-update'.
22084 Collect process ids.
22085 (newsticker--sentinel): Change coding system handling.
22086 Move image retrieval to new functions newsticker--get-logo-url-*.
22087 Move feed parsing to new functions newsticker--parse-*.
22088 Update list of process ids.
22089 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
22090 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
22091 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
22092 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
22093 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
22094 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
22095 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
22096 (newsticker--decode-coding-string): Remove.
22097 (newsticker--decode-numeric-entities): Check input. Format code.
22098 (newsticker--remove-whitespace): Check input.
22099 (newsticker--do-forget-preformatted): Doc fix.
22100 (newsticker--decode-rfc822-date): Allow for missing time.
22101 (newsticker--update-process-ids): New.
22102 (newsticker--image-sentinel): Change comment.
22103 (newsticker--image-read): Change error message.
22104 (newsticker--imenu-goto): Doc fix. Show headline title.
22105 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
22106 (newsticker--buffer-do-insert-text): Clean whitespace in
22107 html-rendered headline title. Code formatting.
22108 Call `newsticker--buffer-print-extra-elements'.
22109 (newsticker--buffer-print-extra-element): Remove.
22110 (newsticker--buffer-print-extra-elements): New.
22111 (newsticker--buffer-do-print-extra-element): New.
22112 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
22113 large sizes.
22114 (newsticker--run-auto-mark-filter)
22115 (newsticker--do-run-auto-mark-filter):
22116 Use `newsticker-auto-mark-filter-list'.
22117
22118 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
22119
22120 * net/rcirc.el: Use split-string OMIT-NULLS argument.
22121 (rcirc-print): Force redisplay before running hooks. Do long
22122 buffer truncation after making new text read-only. Deal with nil
22123 text when decoding strings. If TARGET is nil, use either the
22124 currently selected buffer, if it is an rcirc buffer and of the
22125 same process or the process buffer.
22126 (rcirc-mode): Remove header-line. Recompute short buffer names.
22127 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
22128 (rcirc-short-buffer-name): Add variable.
22129 (rcirc-kill-buffer-hook): Recompute short buffer names.
22130 Remove nick from private channel.
22131 (rcirc-send-input): Send command text to current-buffer.
22132 Don't clear overlay arrow here.
22133 (rcirc-short-buffer-name): Return a short buffer name.
22134 (rcirc-update-short-buffer-names, rcirc-abbreviate)
22135 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
22136 buffer-name abbreviations.
22137 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
22138 Do not touch nick-table when killing a parted channel.
22139 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
22140 Clear arrow from current buffer if it is now hidden.
22141 (rcirc-current-buffer): Add variable.
22142 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
22143 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
22144 Remove -face from names.
22145 (rcirc-update-activity-string): Print "DND" when globally ignoring
22146 activity.
22147 (rcirc-ignore-buffer-activity-flag): Rename from
22148 rcirc-ignore-channel-activity.
22149 (rcirc-ignore-all-activity-flag): Doc fix.
22150 (rcirc-channels): Remove variable.
22151 (rcirc-kill-buffer-hook):
22152 (rcirc-get-buffer-create): Add nick to private channel.
22153 (rcirc-multiline-edit-submit): Remove tabs.
22154 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
22155 folded.
22156 (rcirc-remove-nick-channel): Bug fix.
22157 (rcirc-toggle-ignore-buffer-activity): Rename from
22158 rcirc-toggle-ignore-channel-activity.
22159 (rcirc-record-activity): Add buffers to the front of the list.
22160 (rcirc-update-activity): Remove killed buffers from list.
22161 (rcirc-process-server-response-1): Remove last argument if it is
22162 null before calling handler.
22163 (rcirc): Add "rcirc" defcustom prefix.
22164 (rcirc-prompt): Simplify default prompt.
22165 Use custom-initialize-default.
22166 (rcirc-private-chats): Remove variable.
22167 (rcirc-prompt): Change initialization.
22168 (rcirc-version): Remove function.
22169 (rcirc-id-string): Add constant.
22170 (rcirc-last-buffer): Remove variable.
22171 (rcirc-buffer-alist): Add variable.
22172 (rcirc-connect): Update variable setup.
22173 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
22174 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
22175 default.
22176 (rcirc-handler-generic): Trigger activity.
22177 (rcirc-send-message): Create the buffor of the target.
22178 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
22179 (rcirc-get-buffer): Just return nil if there is no matching buffer.
22180 (rcirc-multiline-edit-cancel): Remove function.
22181 (rcirc-set-last-buffer): Remove function.
22182 (rcirc-get-any-buffer): Add function.
22183 (rcirc-join-channels): Don't print /join text.
22184 (rcirc-toggle-ignore-channel-activity): Add and update echo area
22185 messages.
22186 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
22187 (rcirc-handler-NOTICE): Recognize CTCP responses.
22188 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
22189 constructing TOPIC string for buffers we are not JOINed.
22190 (rcirc-handler-CTCP-response): Add handler.
22191 (rcirc-multiline-edit-submit): Restore the window-configuration
22192 before adjusting point.
22193 (rcirc): Add customization group.
22194 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
22195 (rcirc-user-full-name, rcirc-startup-channels-alist)
22196 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
22197 (rcirc-ignore-all-activity-flag, rcirc-time-format)
22198 (rcirc-input-ring-size, rcirc-read-only-flag)
22199 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
22200 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
22201 Change defvar to defcustom.
22202 (rcirc-update-prompt): Add optional ALL arg, which will update
22203 prompts in all rcirc buffers. Regexp quote replacement text.
22204 (rcirc-fill-column): Accept frame-width as a value.
22205 (rcirc-set-changed): Add function.
22206 (rcirc-next-active-buffer): Write more meaningful messages.
22207 (rcirc-faces): Add customization group.
22208 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
22209 (rcirc-nick-in-message-face, rcirc-prompt-face)
22210 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
22211 (with-rcirc-process-buffer): Move before first usage.
22212 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
22213 (rcirc-debug-flag): Rename from `rcirc-log-p'.
22214 (rcirc-debug): Rename from `rcirc-log'.
22215 (rcirc-format-response-string): Do not print `-' chars for a
22216 NOTICE with no sender. Simplify output of server responses.
22217
22218 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
22219
22220 (rcirc-browse-url-map, rcirc-browse-url-at-point)
22221 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
22222 Make urls mouse and RET clickable.
22223
22224 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
22225
22226 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
22227
22228 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
22229
22230 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
22231 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22232 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22233 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22234 argument to all these routines, so the passphrase can be managed
22235 externally and passed in to the system.
22236 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
22237 pgg-add-passphrase-to-cache function.
22238
22239 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
22240 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
22241 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
22242 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
22243 argument to all these routines, so the passphrase can be managed
22244 externally and passed in to the system.
22245 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
22246 function.
22247
22248 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
22249
22250 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
22251 from goto-address-url-regexp.
22252
22253 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
22254
22255 * textmodes/org.el (org-read-date, org-goto-calendar)
22256 (org-recenter-calendar, org-agenda-goto-calendar):
22257 Temporarily clear `calendar-move-hook'.
22258
22259 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
22260
22261 * ediff-merg.el (ediff-merge-region-is-non-clash):
22262 Return t, if not merging.
22263
22264 * ediff-util.el (ediff-previous-difference): Don't skip regions that
22265 have merge clashes.
22266
22267 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22268
22269 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22270 Undo previous change.
22271
22272 * startup.el (command-line): Use `custom-reevaluate-setting' for
22273 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
22274 tty-register-default-colors on Mac.
22275
22276 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
22277
22278 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
22279 (gdb-buffer-type): Make it automatically buffer local...
22280 (gdb-get-create-buffer): ...and set it accordingly.
22281 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
22282 actually work.
22283
22284 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
22285
22286 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
22287 not red.
22288
22289 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
22290
22291 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
22292 case GUD buffer is not visible.
22293 (gdb-goto-breakpoint): Try to force display in source buffer.
22294 (gdb-frame-gdb-buffer): Copy other similar functions.
22295 (gdb-restore-windows): Don't display source if not asked for.
22296 (gdb-assembler-buffer-name): Don't capitalise.
22297
22298 2005-11-03 Richard M. Stallman <rms@gnu.org>
22299
22300 * wid-edit.el (key-sequence): New widget type.
22301
22302 * simple.el (set-mark-command-repeat-pop): New variable.
22303 (set-mark-command): Only interpret plan C-@ after a pop as a pop
22304 if set-mark-command-repeat-pop is true.
22305
22306 * info.el (Info-fontify-node): Don't display extra "see" if there
22307 already is one here.
22308
22309 * mouse.el: Fix special handling of DEL after dragging a region:
22310 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
22311 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
22312
22313 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
22314
22315 * textmodes/ispell.el (ispell-command-loop): Change `i' description
22316 not to assume it pertains to an affix.
22317
22318 * textmodes/flyspell.el (flyspell-post-command-hook):
22319 Bind deactivate-mark to prevent deactivation.
22320
22321 2005-11-03 Lars Hansen <larsh@soem.dk>
22322
22323 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
22324 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
22325 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
22326
22327 2005-11-03 Romain Francoise <romain@orebokech.com>
22328
22329 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
22330 Update copyright years.
22331
22332 2005-11-03 Sam Steingold <sds@gnu.org>
22333
22334 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22335 Use system-type instead of window-system because window-system is not
22336 correctly defined during loadup.
22337
22338 2005-11-02 Mark A. Hershberger <mah@everybody.org>
22339
22340 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
22341 (xml-parse-tag): Join strings separated by a comment properly.
22342
22343 2005-11-02 Andreas Schwab <schwab@suse.de>
22344
22345 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
22346
22347 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
22348
22349 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
22350 (byte-optimize-pure-func): Quote the eval'd value.
22351
22352 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
22353 Rename from perl-font-lock-syntactic-face-function.
22354 Change the calling convention so it can be used as a font-lock MATCHER.
22355 Do the parse-partial-sexp loop outselves.
22356 (perl-font-lock-syntactic-keywords): Use it.
22357 (perl-mode): Don't set font-lock-syntactic-face-function any more.
22358
22359 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
22360
22361 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
22362 disassembly buffer too.
22363 (gdb-exited): Remove overlay arrows when execution has finished.
22364 (gdb-info-frames-custom, gdb-info-threads-custom)
22365 (gdb-info-registers-custom): Don't add inappropriate text
22366 properties if inferior is not active.
22367
22368 2005-11-02 Glenn Morris <rgm@gnu.org>
22369
22370 * progmodes/fortran.el (fortran-blink-match):
22371 Use `blink-matching-delay'.
22372
22373 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
22374
22375 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
22376
22377 2005-11-02 Lars Hansen <larsh@soem.dk>
22378
22379 * net/tramp.el (tramp-action-out-of-band): Handle scp message
22380 "Permission denied".
22381
22382 2005-11-01 Richard M. Stallman <rms@gnu.org>
22383
22384 * textmodes/flyspell.el (flyspell-external-point-words):
22385 Pass nil to flyspell-get-word.
22386
22387 2005-11-02 Kim F. Storm <storm@cua.dk>
22388
22389 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
22390 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
22391
22392 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22393
22394 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
22395 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
22396 (calendar-mouse-print-dates): Add optional `event' argument.
22397 Update interactive-spec.
22398 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
22399 Use `calendar-event-to-date' instead of `event'.
22400
22401 2005-11-02 Masatake YAMATO <jet@gyve.org>
22402
22403 * progmodes/ld-script.el (ld-script-builtins):
22404 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
22405 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
22406 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
22407
22408 2005-11-01 Romain Francoise <romain@orebokech.com>
22409
22410 * vc-sccs.el: Update copyright year.
22411 * ezimage.el: Likewise.
22412
22413 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
22414
22415 * info.el (Info-fontify-node): Use `string-width' for fontifying
22416 underlined titles.
22417
22418 2005-11-01 Juri Linkov <juri@jurta.org>
22419
22420 * info.el (Info-fontify-node): Downcase node header keywords Node,
22421 Prev, Next, Up before comparison.
22422 (Info-history): Insert absolute directory name, and put invisible
22423 property on it.
22424
22425 2005-11-01 Juri Linkov <juri@jurta.org>
22426
22427 * info.el (Info-file-supports-index-cookies): New variable.
22428 (Info-find-node-2): Check makeinfo version for index cookie support.
22429 (Info-index-nodes): Search for nodes with index cookies only when
22430 Info-file-supports-index-cookies is t. Otherwise, search nodes
22431 with "Index" in the node name.
22432 (Info-index-node): Search index cookie in the current node only when
22433 Info-file-supports-index-cookies is t. Otherwise, check the word
22434 "Index" in the node name.
22435 (Info-find-emacs-command-nodes): Remove code that searches nodes
22436 with "Index" node name in the top menu.
22437
22438 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22439
22440 * progmodes/scheme.el (scheme-mode-variables): Use the default
22441 comment-indent-function.
22442
22443 * faces.el (face-attribute): Handle the case where a face inherits from
22444 a non-existent face.
22445
22446 * simple.el (eval-expression-print-format): Use lisp-readable syntax
22447 for octal and hexa output, and merge the char into the paren.
22448 (kill-new): Use push.
22449 (copy-to-buffer): Use with-current-buffer.
22450 (completion-setup-function): Move code in loop to remove redundancy.
22451 (minibuffer-local-must-match-map): Don't add bindings that duplicate
22452 those inherited from minibuffer-local-completion-map.
22453
22454 * savehist.el (savehist-mode) <defcustom>:
22455 Use custom-set-minor-mode if available.
22456 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
22457 and emit a message if applicable.
22458
22459 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
22460
22461 * savehist.el: Sync up to version 19.
22462 (savehist-mode): New minor mode.
22463 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
22464 (savehist-length): Remove (use history-length instead).
22465 (savehist-file-modes): Rename from savehist-modes.
22466 (savehist-save-hook, savehist-loaded): New vars.
22467 (savehist-load): Use savehist-mode. Try to smooth up transition from
22468 old format to new format.
22469 (savehist-install): Allow savehist-autosave-interval to be nil.
22470 (savehist-save): Run the new hook. Be more careful to only trim the
22471 history variables.
22472 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
22473 (savehist-printable): Print into a buffer rather than char-by-char.
22474
22475 2005-11-01 John Wiegley <johnw@newartisans.com>
22476
22477 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
22478 toggle-ignore keybinding (C-a). The author said it had been
22479 disabled much earlier due to a possible incompatibility, but after
22480 many months of usage I have encountered no problems (and it is a
22481 rather useful option, especially for switching to " *temp*").
22482
22483 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
22484 support for OS/X's AddressBook, by calling out to the open source
22485 program "contacts" (installable through Fink).
22486
22487 * net/eudc.el (eudc-expand-inline): If the
22488 `eudc-multiple-match-handling-method' is set to `all', delete the
22489 query string before inserting the query result.
22490
22491 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
22492 flag, to prevent Eshell from using the system ls when
22493 `eshell-ls-insert-directory' is in used.
22494 (eshell-ls-insert-directory): Disable font-lock in directory
22495 buffer so that Eshell's own fontification is seen. This broke
22496 recently due to changes in font-lock, so this goes back to version
22497 21 behavior.
22498
22499 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
22500
22501 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
22502 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
22503 (gdb-many-windows): Doc fix.
22504
22505 2005-10-31 Romain Francoise <romain@orebokech.com>
22506
22507 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
22508
22509 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
22510
22511 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
22512 that global-font-lock-mode can be enabled by default.
22513
22514 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
22515 (font-lock-add-keywords, font-lock-remove-keywords)
22516 (font-lock-fontify-buffer): Remove autoload cookies.
22517
22518 * jit-lock.el (jit-lock-register): Likewise.
22519
22520 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
22521
22522 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22523
22524 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
22525 intact if there is no gud-comint-buffer.
22526
22527 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
22528
22529 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
22530 old prompt comint-prompt-read-only is t and GDB commands are
22531 issued from tool bar etc.
22532
22533 2005-10-31 Masatake YAMATO <jet@gyve.org>
22534
22535 * vc.el (vc-directory-exclusion-list): Add "{arch}".
22536
22537 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
22538
22539 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
22540 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
22541
22542 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
22543
22544 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
22545 starting at beginning of line. Fontification is messed up when
22546 `open-paren-in-column-0-is-defun-start' set to t.
22547 Reported by John Paul Wallington <jpw@pobox.com>.
22548
22549 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
22550
22551 * comint.el (comint-send-input): Call `comint-update-fence' when
22552 `comint-process-echoes' and `comint-prompt-read-only' are both
22553 non-nil, to avoid leftover read-only newline.
22554
22555 2005-10-30 Richard M. Stallman <rms@gnu.org>
22556
22557 * textmodes/flyspell.el (flyspell-external-point-words):
22558 Detect when WORD can't be checked properly because
22559 flyspell-get-word finds just part of it, and move on.
22560
22561 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
22562 boundarychar for Polish.
22563 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
22564 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
22565
22566 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22567
22568 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
22569 (gdb-registers-font-lock-keywords): Delete.
22570 (gdb-registers-mode): Don't fontify.
22571 (gdb-info-registers-custom): Use text properties instead as, in
22572 future, changed register values will use font-lock-warning-face.
22573 (gdb-local-font-lock-keywords): Rename to...
22574 (gdb-locals-font-lock-keywords): ...for consistency.
22575
22576 2005-10-30 Andre Spiegel <spiegel@gnu.org>
22577
22578 * vc.el (vc-switch-backend): Better error message if the buffer is
22579 not visiting a file under version control.
22580
22581 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
22582
22583 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
22584
22585 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
22586 ~/.emacs.d/.emacs.
22587
22588 2005-10-29 Richard M. Stallman <rms@gnu.org>
22589
22590 * replace.el (occur-mode-mouse-goto): Always go to other window.
22591 (occur-mode-goto-occurrence): Always switch in same window.
22592
22593 * simple.el (undo): Display message at end, not at start.
22594
22595 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
22596 New arg REUSE-CELL.
22597 (cancel-timer-internal): New function.
22598 (timer-event-handler): Use cancel-timer-internal,
22599 and pass the cell it returns to timer-activate...
22600
22601 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
22602 (jit-lock-deferred-fontify, jit-lock-context-fontify)
22603 (jit-lock-after-change): Test memory-full.
22604
22605 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
22606
22607 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22608 part of the decoded armor to find the key-identifier.
22609 (pgg-gpg-lookup-key-owner): New function to return the
22610 human-readable identifier of a key owner.
22611 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22612 key itself.
22613 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22614 the key value) if we have a key and can match it against a secret
22615 key. Also, added a note pointing out fact that the prompt only
22616 indicates the first matching key.
22617
22618 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22619 pgg-decrypt-region.
22620 (pgg-pending-timers): A new hash for tracking the passphrase cache
22621 timers, so that new ones supercede old ones.
22622 (pgg-add-passphrase-to-cache): Rename from
22623 `pgg-add-passphrase-cache' to reduce confusion (all callers
22624 changed). Modified to cancel old timers when new ones are added.
22625 (pgg-remove-passphrase-from-cache): Rename from
22626 `pgg-remove-passphrase-cache' to reduce confusion (all callers
22627 changed). Modified to cancel old timers when their keys are
22628 removed from the cache.
22629 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22630 XEmacs, an indirection to delete-itimer.
22631 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22632 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22633 users can only check cache without risk of prompting. Correct bug in
22634 notruncate behavior.
22635 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22636 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22637 Add informative docstrings.
22638 (pgg-decrypt): Convey provided passphrase in subordinate call to
22639 pgg-decrypt-region.
22640
22641 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22642 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22643 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22644 `passphrase' argument, so the passphrase can be managed externally
22645 and then passed in to the system.
22646
22647 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22648 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22649 so the passphrase cache can be used reliably with identifiers
22650 besides a pgp packet's key id.
22651
22652 * pgg-gpg.el (pgg-pgp-encrypt-region)
22653 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22654 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22655 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22656 argument to all these routines, so the passphrase can be managed
22657 externally and passed in to the system.
22658
22659 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22660 `notruncate' argument, so the passphrase cache can be used
22661 reliably with identifiers besides a pgp packet's key id.
22662
22663 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
22664
22665 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22666 symmetric encryption.
22667 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22668 encrypted session key.
22669 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22670 message ask for the passphrase in a proper way.
22671
22672 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22673 New user commands for symmetric encryption.
22674
22675 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
22676
22677 * textmodes/conf-mode.el (conf-assignment-sign)
22678 (conf-assignment-regexp): Fix docstrings.
22679 (conf-mode-initialize): New function.
22680 (conf-mode): Remove optional args. Use delay-mode-hooks to
22681 recognize recursive calls.
22682 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
22683 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
22684 (conf-xdefaults-mode): Use define-derived-mode and
22685 conf-mode-initialize.
22686
22687 2005-10-29 Romain Francoise <romain@orebokech.com>
22688
22689 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
22690
22691 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
22692
22693 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22694 part of the decoded armor to find the key-identifier.
22695 (pgg-gpg-lookup-key-owner): New function to return the
22696 human-readable identifier of a key owner.
22697 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22698 key itself.
22699 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22700 the key value) if we have a key and can match it against a secret
22701 key. Also, added a note pointing out fact that the prompt only
22702 indicates the first matching key.
22703
22704 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22705 pgg-decrypt-region.
22706 (pgg-pending-timers): A new hash for tracking the passphrase cache
22707 timers, so that new ones supercede old ones.
22708 (pgg-add-passphrase-to-cache): Rename from
22709 `pgg-add-passphrase-cache' to reduce confusion (all callers
22710 changed). Modified to cancel old timers when new ones are added.
22711 (pgg-remove-passphrase-from-cache): Rename from
22712 `pgg-remove-passphrase-cache' to reduce confusion (all callers
22713 changed). Modified to cancel old timers when their keys are
22714 removed from the cache.
22715 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22716 XEmacs, an indirection to delete-itimer.
22717 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22718 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22719 users can only check cache without risk of prompting. Correct bug in
22720 notruncate behavior.
22721 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22722 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22723 Add informative docstrings.
22724 (pgg-decrypt): Convey provided passphrase in subordinate call to
22725 pgg-decrypt-region.
22726
22727 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
22728
22729 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22730 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22731 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22732 `passphrase' argument, so the passphrase can be managed externally
22733 and then passed in to the system.
22734
22735 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22736 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22737 so the passphrase cache can be used reliably with identifiers
22738 besides a pgp packet's key id.
22739
22740 * pgg-gpg.el (pgg-pgp-encrypt-region)
22741 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22742 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22743 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22744 argument to all these routines, so the passphrase can be managed
22745 externally and passed in to the system.
22746
22747 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22748 `notruncate' argument, so the passphrase cache can be used
22749 reliably with identifiers besides a pgp packet's key id.
22750
22751 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
22752
22753 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22754 symmetric encryption.
22755 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22756 encrypted session key.
22757 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22758 message ask for the passphrase in a proper way.
22759
22760 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22761 New user commands for symmetric encryption.
22762
22763 2005-10-28 Bill Wohler <wohler@newt.com>
22764
22765 * help-mode.el (help-url): New button type. Calls browse-url.
22766 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
22767 Similar to Info nodes: URL `url'.
22768 (help-make-xrefs): Create help-url buttons for
22769 help-xref-url-regexp matches.
22770
22771 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
22772
22773 * tool-bar.el (tool-bar-add-item-from-menu)
22774 (tool-bar-local-item-from-menu): Fix doc strings.
22775
22776 2005-10-28 Romain Francoise <romain@orebokech.com>
22777
22778 * ldefs-boot.el: Update.
22779
22780 * subr.el (locate-library): Move from help-fns.el.
22781 * help-fns.el (locate-library): Move to subr.el.
22782
22783 2005-10-28 Richard M. Stallman <rms@gnu.org>
22784
22785 * net/tramp.el (tramp-completion-mode): defvar moved up.
22786
22787 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
22788
22789 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
22790
22791 * files.el (find-file-noselect): Use %d to format large file size.
22792
22793 * bindings.el (mode-line-format): Add %e.
22794
22795 * loadup.el ("facemenu"): Load unconditionally.
22796 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
22797 ("x-dnd"): Load, when appropriate.
22798
22799 * startup.el (command-line): Call before-init-hook earlier.
22800 Warn about some bad characters in -u user name.
22801
22802 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
22803 (flyspell-external-point-words): Error if misspelled word is not found.
22804 Set flyspell-large-region-beg at end of word.
22805
22806 2005-10-28 Andreas Schwab <schwab@suse.de>
22807
22808 * view.el (View-revert-buffer-scroll-page-forward):
22809 Use view-page-size-default.
22810
22811 2005-10-28 Juri Linkov <juri@jurta.org>
22812
22813 * international/quail.el (quail-get-current-str): Translate last
22814 raw character for deterministic input methods.
22815
22816 2005-10-27 Jay Belanger <belanger@truman.edu>
22817
22818 * calc/calc-ext.el: Add functions to autoloads.
22819 (math-identity-matrix-p, math-ident-row-p): New functions.
22820
22821 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
22822 multiplication by an identity matrix; don't turn multiplication by
22823 an inverse matrix into division.
22824 (math-div-symbol-fancy): Replace division by matrices with
22825 multiplication by inverse.
22826
22827 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
22828
22829 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
22830 (calc-writeoutpower): New functions.
22831
22832 2005-10-27 Romain Francoise <romain@orebokech.com>
22833
22834 * replace.el (occur-engine): Include colon in mouse-face highlight.
22835
22836 * dired-x.el: Change Maintainer field.
22837
22838 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
22839
22840 * longlines.el (longlines-mode): Bind after-change-functions to
22841 nil during initial decoding and final encoding.
22842
22843 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
22844
22845 * term.el (term-emulate-terminal, term-handle-colors-array)
22846 (term-handle-ansi-escape): Specify the terminfo capabilities
22847 implemented.
22848
22849 2005-10-26 Richard M. Stallman <rms@gnu.org>
22850
22851 * info.el (Info-fontify-node): Fix detection of sentence-break
22852 before *Note.
22853
22854 2005-10-26 Romain Francoise <romain@orebokech.com>
22855
22856 * smerge-mode.el: Add `tools' to file keywords.
22857
22858 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
22859
22860 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
22861 when the fringe is not available.
22862
22863 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
22864 (def-gdb-auto-update-trigger): Simplify construction.
22865 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
22866 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
22867 defined explicitly.
22868 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
22869 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
22870 defined explicitly.
22871 (gdb-info-locals-custom): Remove as it's a no-op.
22872
22873 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
22874
22875 * longlines.el (longlines-mode): Remove narrowing before
22876 performing the initial decoding or final encoding.
22877
22878 2005-10-25 Romain Francoise <romain@orebokech.com>
22879
22880 * emacs-lisp/find-func.el (find-library-name): Also strip
22881 extension if library name ends in .el, to take advantage of
22882 `find-library-suffixes'.
22883
22884 2005-10-25 Richard M. Stallman <rms@gnu.org>
22885
22886 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
22887
22888 2005-10-25 Juri Linkov <juri@jurta.org>
22889
22890 * textmodes/texinfo.el (texinfo-mode): Change charset of one
22891 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
22892
22893 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22894
22895 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
22896 (blackbox-redefine-key): Add argument `map'.
22897
22898 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
22899 regions when moving the jit-lock-context-unfontify-pos boundary.
22900
22901 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
22902
22903 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
22904
22905 2005-10-25 Masatake YAMATO <jet@gyve.org>
22906
22907 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
22908
22909 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
22910
22911 * play/blackbox.el (blackbox-redefine-key): New function.
22912 (blackbox-mode-map): Use it to remap existing bindings for cursor
22913 motion instead of binding literal keys.
22914
22915 2005-10-25 Glenn Morris <rgm@gnu.org>
22916
22917 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
22918 diary does not end in a newline. Do not assume a blank line at
22919 the start of the diary file.
22920
22921 2005-10-25 Kenichi Handa <handa@m17n.org>
22922
22923 * international/quail.el (quail-translate-key): If the input
22924 method is deterministic and failed to handle the last key, restart
22925 the key handling loop from an appropriate key.
22926
22927 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
22928
22929 * vc.el (vc-dired-mode): Extend comment for binding of
22930 `directory-listing-before-filename-regexp'.
22931
22932 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22933
22934 * textmodes/texinfo.el (texinfo-mode):
22935 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
22936 not to unnecessarily expose emacs-mule's internal char codes.
22937
22938 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
22939
22940 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
22941 Display hand pointer and help-echo on disabled icon too.
22942 (gdb-mouse-until): New function.
22943 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
22944
22945 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
22946
22947 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
22948 with 2005-10-23 change to doctor.el.
22949
22950 * finder.el (finder-mode-map): Add follow-link binding.
22951
22952 2005-10-25 Kim F. Storm <storm@cua.dk>
22953
22954 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
22955 to gdb-mouse-toggle-breakpoint-fringe.
22956 (gdb-mouse-toggle-breakpoint-margin): Rename from
22957 gdb-mouse-toggle-breakpoint. Fix doc.
22958 (gdb-mouse-toggle-breakpoint-fringe): New defun.
22959 (gdb-put-string): Add optional SPROPS arg. Add props to string.
22960 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
22961 string properties also for fringe breakpoint bitmaps.
22962
22963 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
22964
22965 * textmodes/org.el (org-start-icalendar-file): Fix format form.
22966
22967 2005-10-25 Masatake YAMATO <jet@gyve.org>
22968
22969 * simple.el (completion-common-substring):
22970 Use `completion-common-substring' prior to `completion-base-size'.
22971
22972 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
22973
22974 * savehist.el: Require CL while compiling.
22975 (savehist-history-variables): Remove.
22976 (savehist-save-minibuffer-history, savehist-additional-variables)
22977 (savehist-minibuffer-history-variables): New vars.
22978 (savehist-save): Use them.
22979 (savehist-uninstall, savehist-minibuffer-hook): New funs.
22980 (savehist-install): New fun, extracted from savehist-load.
22981 (savehist-load): Use them.
22982
22983 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
22984
22985 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
22986 a dummy doc-string-elt property.
22987 (defalias, defvaralias, define-category): Add a docstring property.
22988
22989 * image.el (defimage):
22990 * widget.el (define-widget):
22991 * custom.el (defface, defcustom): Add `doc-string' declaration.
22992
22993 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
22994 (defadvice): Add `doc-string' declaration.
22995
22996 * emacs-lisp/byte-run.el (macro-declaration-function):
22997 Handle `doc-string' declarations.
22998 (define-obsolete-function-alias, define-obsolete-variable-alias):
22999 Add `doc-string' declaration.
23000
23001 2005-10-24 Kenichi Handa <handa@m17n.org>
23002
23003 * international/utf-7.el (utf-7): Add autoload cookie.
23004
23005 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
23006
23007 2005-10-24 Eli Zaretskii <eliz@gnu.org>
23008
23009 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
23010 list of directories passed to batch-update-autoloads. Add "." to
23011 the list of the echoed directories.
23012
23013 * pgg-def.el:
23014 * pgg-gpg.el:
23015 * pgg-parse.el:
23016 * pgg-pgp.el:
23017 * pgg-pgp5.el:
23018 * pgg.el: Moved here from the gnus subdirectory.
23019
23020 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
23021
23022 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
23023 in case comint-prompt-read-only is set to t.
23024
23025 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
23026 in case comint-prompt-read-only is set to t.
23027
23028 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
23029
23030 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
23031 Now a string.
23032 (icalendar-import-format): Handle CLASS, STATUS, URL.
23033 Rename `subject' to `summary'.
23034 (icalendar-import-format-summary): Rename from
23035 `icalendar-import-format-subject'.
23036 (icalendar-import-format-url, icalendar-import-format-status)
23037 (icalendar-import-format-class): New variables.
23038 (icalendar--rris): Take variable argument list.
23039 (icalendar--datestring-to-isodate): Remove unnecessary
23040 calendar-style check when converting dates with explicit month names.
23041 (icalendar-export-region): Change return type of conversion
23042 subroutines. Bury current buffer unless error occurred.
23043 (icalendar--convert-to-ical)
23044 (icalendar--parse-summary-and-rest): New functions.
23045 (icalendar--convert-ordinary-to-ical)
23046 (icalendar--convert-weekly-to-ical)
23047 (icalendar--convert-yearly-to-ical)
23048 (icalendar--convert-block-to-ical)
23049 (icalendar--convert-cyclic-to-ical)
23050 (icalendar--convert-anniversary-to-ical): Change return type.
23051 Strip trailing blanks from subject.
23052 (icalendar--convert-sexp-to-ical): Change return type.
23053 Strip trailing blanks from subject. Handle simple sexp
23054 entries as generated by icalendar.el.
23055 (icalendar--convert-float-to-ical)
23056 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
23057 (icalendar-import-file): Doc fix.
23058 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
23059 Correct call to icalendar--rris.
23060 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
23061 `summary'.
23062 (icalendar--add-diary-entry): Rename `subject' to `summary'.
23063
23064 2005-10-24 Romain Francoise <romain@orebokech.com>
23065
23066 * server.el (server-sentinel): Set query-on-exit flag to nil on
23067 new client processes (it isn't inherited from the server process).
23068
23069 * replace.el (occur-engine): Rearrange text properties.
23070
23071 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
23072
23073 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
23074 case-fold-search is nil.
23075 (debug-help-follow): Use help-xref-interned directly.
23076
23077 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
23078
23079 * thumbs.el (thumbs-image-type): Add .pbm.
23080
23081 2005-10-23 Richard M. Stallman <rms@gnu.org>
23082
23083 * faces.el (inhibit-face-set-after-frame-default): New variable.
23084 (set-face-attribute): Bind it.
23085 (face-set-after-frame-default): Test it.
23086
23087 * help-fns.el (describe-simplify-lib-file-name): New function.
23088 (describe-function-1, describe-variable): Use it.
23089
23090 * faces.el (describe-face): Use describe-simplify-lib-file-name.
23091
23092 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
23093 Eliminate nil as possible value.
23094 (tooltip-hide-delay): Reduce internal-border-width.
23095
23096 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
23097 (menu-bar-file-menu) <new-file>: Likewise.
23098
23099 * simple.el (line-move-finish): Ignore fields computing LINE-END.
23100
23101 * international/mule.el (load-with-code-conversion):
23102 Pass full file name to `eval-buffer' unless preloading.
23103
23104 * textmodes/flyspell.el (flyspell-large-region):
23105 Call ispell-check-version.
23106
23107 * textmodes/ispell.el (ispell-local-dictionary-overridden):
23108 Fix the make-variable-buffer-local call that was supposed
23109 to be for this variable.
23110 (ispell-aspell-supports-utf8): Doc fix.
23111 (ispell-find-aspell-dictionaries): Preserve elements of
23112 ispell-dictionary-alist for dictionaries that aspell doesn't report.
23113 (ispell-aspell-find-dictionary): Return nil on error.
23114
23115 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
23116 (doctor-symptoms): Likewise.
23117
23118 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
23119
23120 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
23121
23122 * cus-edit.el (custom-button, custom-button-pressed): New vars.
23123 (custom-raised-buttons): Add :set spec.
23124 (custom-button-unraised, custom-button-pressed-unraised):
23125 New faces, so that custom-raised-buttons actually does something.
23126 (custom-mode): Use custom-button and custom-button-pressed.
23127
23128 * wid-edit.el (widget-specify-button): Don't ignore
23129 widget-mouse-face on graphic terminals.
23130 (widget-move-and-invoke): Cleanup.
23131
23132 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
23133
23134 * whitespace.el (whitespace-cleanup): Doc fix.
23135
23136 2005-10-23 Romain Francoise <romain@orebokech.com>
23137
23138 * emulation/viper.el (viper-set-hooks): Quote forms passed to
23139 `eval-after-load' to avoid evaluating their result.
23140
23141 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
23142
23143 * files.el (directory-listing-before-filename-regexp):
23144 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
23145
23146 * dired.el (dired-move-to-filename-regexp): Remove.
23147 All occurrences replaced by `directory-listing-before-filename-regexp'.
23148
23149 * dired-x.el, locate.el, vc.el:
23150 Replace `dired-move-to-filename-regexp' by
23151 `directory-listing-before-filename-regexp'. In vc.el it is
23152 overwritten locally; maybe this can be handled in files.el too.
23153
23154 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
23155 replaced by `directory-listing-before-filename-regexp'.
23156
23157 2005-10-23 Andreas Schwab <schwab@suse.de>
23158
23159 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
23160 and eval-next-after-load.
23161
23162 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
23163
23164 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
23165 exist, create it.
23166
23167 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
23168
23169 * allout.el: Remove autoloads for mailcrypt and crypt++.
23170 Require pgg, pgg-gpg during compilation.
23171 (allout-version): Increment version number to 2.1, and use a literal
23172 rather than RCS Id.
23173 (allout-default-encryption-scheme): Remove.
23174 (allout-passphrase-verifier-handling)
23175 (allout-passphrase-verifier-string)
23176 (allout-file-passphrase-verifier-string)
23177 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
23178 (allout-passphrase-hint-handling): Rename and simplify.
23179 (allout-init): Use `find-file-hook' if available, otherwise
23180 `find-file-hooks'.
23181 (allout-mode): Use `write-file-functions' if available, otherwise
23182 `local-write-file-hooks' and, instead of making auto-save-hook
23183 buffer local, make the write-file-hook activity contingent to
23184 allout-mode.
23185 (allout-mode): Use key-binding substitution in the docstring.
23186 (allout-kill-line): Spell-out kill ring data structure mutation
23187 instead of using byte-compiler-complaint-provoking `pop'.
23188 (allout-insert-listified): Use `insert' rather than `insert-string'
23189 (allout-toggle-current-subtree-encryption): Update docstring, adjust
23190 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
23191 (allout-encrypt-string): Totally revamped vis new underlying
23192 encryption facilities.
23193 (allout-mc-activate-passwd): Remove.
23194 (allout-obtain-passphrase): New, more or less replaces
23195 allout-mc-activate-passwd.
23196 (allout-encrypted-key-info): More or less replaces
23197 allout-encrypted-text-type.
23198 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
23199 (my-mark-marker): Use `(featurep 'xemacs)'.
23200
23201 2005-10-23 Lars Hansen <larsh@soem.dk>
23202
23203 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
23204 (byte-compile-file-form-defmumble, byte-compile-defun)
23205 (byte-compile-defmacro): Use it.
23206 (byte-compile-form): Don't call byte-compile-set-symbol-position
23207 when a byte-compile handler is called.
23208
23209 2005-10-22 Romain Francoise <romain@orebokech.com>
23210
23211 * savehist.el (savehist-history-variables): Add `grep-find-history'.
23212
23213 * subr.el (eval-after-load): Convert library name to an absolute
23214 file name using locate-library, since load-history no longer has
23215 library names in it.
23216
23217 2005-10-22 Richard M. Stallman <rms@gnu.org>
23218
23219 * files.el (make-temp-file): Move from subr.el.
23220 * subr.el (make-temp-file): Move to files.el.
23221
23222 * window.el (get-buffer-window-list): Move from subr.el.
23223 * subr.el (get-buffer-window-list): Move to window.el.
23224
23225 * image.el (image-load-path): Use eval-at-startup to initialize.
23226
23227 * subr.el (eval-at-startup): New macro.
23228
23229 * subr.el: Much rearrangement of functions and division
23230 into pages. No code changes.
23231
23232 2005-10-22 Kenichi Handa <handa@m17n.org>
23233
23234 * tar-mode.el (tar-extract): Be sure to call
23235 find-operation-coding-system if set-auto-coding doesn't find a
23236 coding system.
23237
23238 2005-10-22 Kim F. Storm <storm@cua.dk>
23239
23240 * image.el (image-type-header-regexps): Rename from image-type-regexps.
23241 Change users.
23242 (image-type-file-name-regexps): New defconst.
23243 (image-type-from-data): Simplify loop.
23244 (image-type-from-buffer): New defun.
23245 (image-type-from-file-header): Use it instead of image-type-from-data.
23246 Use image-search-load-path instead of only looking in data-directory.
23247 (image-type-from-file-name): New defun.
23248 (image-search-load-path): Change `pathname' to `filename'.
23249 Make PATH arg optional, default to image-load-path.
23250
23251 2005-10-21 Richard M. Stallman <rms@gnu.org>
23252
23253 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
23254
23255 * textmodes/paragraphs.el (sentence-end-base): New variable.
23256 (sentence-end): Use sentence-end-base.
23257
23258 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
23259
23260 * font-lock.el (font-lock-default-fontify-region): Check the multiline
23261 property independently from the font-lock-multiline variable.
23262
23263 2005-10-21 Richard M. Stallman <rms@gnu.org>
23264
23265 * emacs-lisp/find-func.el (find-library-name): Doc fix.
23266
23267 * startup.el (command-line): Convert library names
23268 in `load-history' to absolute file names.
23269
23270 * subr.el (symbol-file): Doc fix.
23271
23272 * loadhist.el (file-loadhist-lookup): Call locate-library
23273 instead of find-library-name. Don't try converting
23274 abs file names to library names, since load-history no longer
23275 has library names in it.
23276 (file-dependents, file-provides, file-requires): Doc fixes.
23277
23278 2005-10-21 Juri Linkov <juri@jurta.org>
23279
23280 * progmodes/etags.el (tags-table-mode): New function.
23281 (tags-verify-table): Replace initialize-new-tags-table with
23282 tags-table-mode.
23283
23284 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
23285 default value.
23286 (desktop-modes-not-to-save): Add tags-table-mode to the
23287 default value.
23288
23289 * info.el (Info-index-next): Add total number of index
23290 alternatives to the message.
23291
23292 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
23293 backward only space (instead of space and period) before looking
23294 at sentence end.
23295
23296 * simple.el (set-variable): Use user-variable-p instead of symbolp.
23297 Add the old variable value as 4th default-value arg of read-string.
23298
23299 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23300
23301 * cus-face.el (custom-declare-face): Make face from X resources
23302 also on Mac.
23303
23304 * disp-table.el (standard-display-g1, standard-display-graphic):
23305 Refuse to use string glyphs also on Mac.
23306 (standard-display-european): Don't set terminal coding system also
23307 on Mac.
23308
23309 * frame.el (display-screens): Use x-display-screens also on Mac.
23310
23311 2005-10-21 Romain Francoise <romain@orebokech.com>
23312
23313 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
23314
23315 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
23316
23317 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
23318 and $? into sexps.
23319
23320 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
23321 warning face on open-paren-in-column-0.
23322
23323 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
23324 boundary case. Fix typo.
23325 Suggested by Martin Rudalics <rudalics@gmx.at>.
23326
23327 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
23328
23329 * textmodes/org.el (org-combined-agenda-icalendar-file)
23330 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
23331 (org-export-icalendar-this-file)
23332 (org-export-icalendar-all-agenda-files)
23333 (org-export-icalendar-combine-agenda-files): New commands.
23334 (org-export-icalendar, org-print-icalendar-entries)
23335 (org-start-icalendar-file, org-finish-icalendar-file)
23336 (org-ical-ts-to-string): New functions.
23337 (org-read-date, org-goto-calendar)
23338 (org-agenda-goto-calendar): Inhibit displaying diary entries by
23339 call to `calendar'.
23340 (orgtbl-setup): Remove the :keys arguments from the menu description.
23341 (org-after-save-iCalendar-file-hook): New variable.
23342
23343 2005-10-21 Kenichi Handa <handa@m17n.org>
23344
23345 * language/vietnamese.el (tcvn-5712): Make it an alias of
23346 vietnamese-tcvn coding-system.
23347
23348 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
23349
23350 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
23351 group id is given.
23352
23353 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
23354
23355 * progmodes/sh-script.el (sh-escaped-line-re): New var.
23356 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
23357 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
23358 whose line is either continued or ends with a comment.
23359
23360 2005-10-20 Romain Francoise <romain@orebokech.com>
23361
23362 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
23363
23364 * replace.el (occur-engine): Add follow-link property.
23365
23366 * font-core.el (font-lock-mode): Doc fix.
23367
23368 2005-10-20 Richard M. Stallman <rms@gnu.org>
23369
23370 * net/rcirc.el: New file.
23371
23372 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
23373
23374 * term.el (term-term-name): Initialize to "eterm-color".
23375
23376 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
23377
23378 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
23379 for encryption functionality.
23380 Move allout customization subgroup from `editing' to `outlines' group.
23381 Fix commentary keywords to legitimate ones.
23382 Update author info (using my current email address, obscurified).
23383 (allout-encrypt-string, allout-encryption-produce-work-buffer)
23384 (allout-encrypted-topic-p, allout-encrypted-text-type)
23385 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
23386 (allout-situate-encryption-key-verifier)
23387 (allout-get-encryption-key-verifier, allout-verify-key)
23388 (allout-next-topic-pending-encryption)
23389 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
23390 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
23391 (outline-key-verifier-handling, outline-key-hint-handling)
23392 (outline-encrypt-unencrypted-on-saves): New defcustoms.
23393 (allout-file-key-verifier-string, allout-encryption-scheme)
23394 (allout-key-verifier-string, allout-key-hint-string)
23395 (allout-after-save-decrypt): New variables.
23396 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
23397 (allout-after-saves-handler): New hook functions.
23398 (allout-post-command-business): Do allout-after-save-decrypt.
23399 (allout-enable-file-variable-adjustment): Custom var to enable
23400 mechanism for adding and adjusting settings of Emacs file variables.
23401 (allout-adjust-file-variable, allout-file-vars-section-data):
23402 New functions, implement the mechanism.
23403 (outlineify-sticky): Use the file vars mechanism.
23404 (allout-inhibit-protection, allout-during-write-cue)
23405 (allout-override-protect, allout-before-change-protect): Remove.
23406 (allout-flag-region, allout-open-topic): Adjust read-only text.
23407 (allout-open-line-not-read-only): Add to facilitate read-only
23408 text based protection.
23409 (allout-kill-line): Revise to adjust read-only text, clue the
23410 user about the inhibition.
23411 (allout-unprotected): Use unwind-protect.
23412 (allout-shift-in, allout-shift-out): Disallow manually shifting a
23413 topic deeper than the offspring depth of the previous topic -
23414 avoiding confusing "containment discontinuities".
23415 (allout-reindent-bodies): Fix retention of body relative hanging
23416 indent during promotion of collapsed bodies.
23417 (allout-open-topic): Make it easy to open new topic with same
23418 bullet as current topic - topic creation functions provided with
23419 any universal argument provokes now prompt for bullet, defaulting
23420 to the bullet of the previous topic.
23421 (allout-plain-bullets-string, allout-distinctive-bullets-string):
23422 Plain bullet alternates `.' period and `,' comma only. All other
23423 bullets are relegated to special status (but customizable).
23424 (allout-end-of-entry): Rename from allout-end-of-current-entry
23425 since it actually operates w.r.t. most immediately containing
23426 entry, visible or not.
23427 (allout-hide-current-entry, allout-show-current-entry): Use the
23428 revised version.
23429 (allout-old-expose-topic): Solidify deprecation.
23430 (allout-end-of-subtree): Add so we can span concealed as well
23431 as visible topics.
23432 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
23433 (allout-end-of-current-heading): Tweak to just respect the first line.
23434 (allout-get-body-text): Add.
23435 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
23436 when invoked interactively.
23437 (allout-up-current-level): Use `interactive-p'.
23438 (allout-mode, allout-init): Miscellaneous docstring and
23439 operational refinements, as well as hookups of new encryption stuff.
23440 (allout-beginning-of-current-entry): Now works as advertised.
23441 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
23442 (allout-isearch-rectification): Refine condition for isearching.
23443 (allout-isearch-abort, allout-enwrap-isearch)
23444 (allout-flag-region, my-region-active-p): Relocate some macros.
23445 (allout-title): Fallback title is (buffer-name), not
23446 non-existing (current-buffer-name).
23447 (subst-char-in-string): Define if absent (for some XEmacs versions).
23448
23449 2005-10-20 Jari Aalto <jari.aalto@cante.net>
23450
23451 * mail/sendmail.el (mail-setup-hook, mail-aliases)
23452 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
23453 (mail-citation-prefix-regexp, mail-signature-file)
23454 (mail-default-headers, mail-bury-selects-summary)
23455 (mail-send-nonascii): Add autoload cookies.
23456
23457 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23458
23459 * frame.el (blink-cursor-mode): Add `mac' to the list of
23460 window-system's that support blinking cursor.
23461
23462 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
23463
23464 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
23465
23466 2005-10-20 Eli Zaretskii <eliz@gnu.org>
23467
23468 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
23469 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
23470 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
23471
23472 2005-10-20 Kim F. Storm <storm@cua.dk>
23473
23474 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
23475 (ido-set-current-directory): Don't add / after final @.
23476 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
23477 Explicitly handle ange-ftp completion oddities.
23478 (ido-make-file-list): Don't rotate list at tramp root to avoid
23479 triggering tramp file handler for expand-file-name via get-file-buffer.
23480
23481 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
23482
23483 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
23484
23485 2005-10-19 Jay Belanger <belanger@truman.edu>
23486
23487 * calc/calc-units.el (math-standard-units): Add units, adjust
23488 symbols and update values.
23489 (math-unit-prefixes): Add more prefixes.
23490
23491 2005-10-19 Romain Francoise <romain@orebokech.com>
23492
23493 * bookmark.el (bookmark-menu-heading): New face.
23494 (bookmark-bmenu-list): Use it.
23495 Don't fiddle with `baud-rate' at top-level.
23496
23497 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
23498
23499 * image.el (create-image, find-image): Mention max-image-size in
23500 docstring.
23501
23502 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
23503
23504 * savehist.el (savehist-load): Revert to checking XEmacs.
23505
23506 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
23507 Various docstring and line-width fixups.
23508 (conf-mode): Use cond.
23509 Set font-lock-defaults. Don't set comment-use-syntax.
23510
23511 2005-10-18 David Ponce <david@dponce.com>
23512
23513 * tree-widget.el (tree-widget-button-click): New function.
23514 (tree-widget-button-keymap): Use it.
23515
23516 2005-10-18 Romain Francoise <romain@orebokech.com>
23517
23518 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
23519 (bookmark-bmenu-hide-filenames): Add follow-link property.
23520 Improve help-echo text.
23521
23522 * ffap.el (find-file-at-point): Doc fix.
23523
23524 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23525
23526 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
23527
23528 2005-10-18 Masatake YAMATO <jet@gyve.org>
23529
23530 Install to the CVS repository what I forgot to install in my
23531 2005-10-16 changes.
23532
23533 * progmodes/python.el (python-complete-symbol): Pass the common
23534 prefix substring of completion to `display-completion-list'.
23535
23536 * textmodes/org.el (org-complete): Ditto.
23537
23538 2005-10-18 Masatake YAMATO <jet@gyve.org>
23539
23540 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
23541
23542 * woman.el (WoMan-xref-man-page): New button type derived
23543 from `Man-abstract-xref-man-page'.
23544 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
23545
23546 * man.el (Man-abstract-xref-man-page): New button type.
23547 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
23548 (Man-highlight-references): Add new optional argument `xref-man-type'.
23549
23550 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23551
23552 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
23553
23554 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
23555
23556 * cus-edit.el (Custom-move-and-invoke): Delete.
23557 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
23558
23559 * wid-edit.el (widget-move-and-invoke): New function, from
23560 Custom-move-and-invoke.
23561
23562 2005-10-17 Bill Wohler <wohler@newt.com>
23563
23564 Move all remaining images from lisp/toolbar to etc/images, move
23565 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
23566 the low resolution images in their own directory (low-color).
23567
23568 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
23569 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
23570 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
23571 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
23572 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
23573 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
23574 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
23575
23576 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
23577 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
23578 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
23579 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
23580 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
23581 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
23582 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
23583 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
23584 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
23585 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
23586 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
23587 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
23588 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
23589 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
23590 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
23591
23592 To conform with convention, replace the underscore (_) in the
23593 following image names with dash (-) or (/) as appropriate.
23594
23595 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
23596 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
23597 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
23598 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
23599 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
23600 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
23601 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
23602 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
23603 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
23604 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
23605 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
23606 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
23607 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
23608 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
23609 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
23610
23611 * info.el (info-tool-bar-map): Replace underscores in image names
23612 with dashes.
23613
23614 * makefile.w32-in (WINS): Remove toolbar.
23615
23616 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
23617
23618 * tool-bar.el: Move to lisp from toolbar. Now that
23619 toolbar is empty, it should be deleted when folks run "cvs up -P".
23620
23621 2005-10-18 Jay Belanger <belanger@truman.edu>
23622
23623 * calc/calc-store.el (calc-store-into): Get the proper variable name
23624 to display in message.
23625
23626 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23627
23628 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
23629 expressions display in speedbar for all buffers when debugging.
23630 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
23631
23632 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
23633 (speedbar-insert-button, speedbar-make-button):
23634 Use add-text-properties.
23635 (speedbar-update-localized-contents)
23636 (speedbar-update-directory-contents)
23637 (speedbar-update-special-contents): Use dolist.
23638 (speedbar-buffer-easymenu-definition): Add a menu separator.
23639
23640 2005-10-17 Jason Rumney <jasonr@gnu.org>
23641
23642 * makefile.w32-in: Use $(lisp) consistently.
23643 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
23644 for shell specific generation of mh-autoloads.
23645
23646 2005-10-17 Richard M. Stallman <rms@gnu.org>
23647
23648 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
23649
23650 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
23651
23652 * jit-lock.el (jit-lock-fontify-now):
23653 Move jit-lock-context-unfontify-pos to avoid wasted work.
23654
23655 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
23656
23657 * net/tramp.el (tramp-completion-mode): New defvar. Used in
23658 `tramp-completion-mode' for checking if we are in completion mode.
23659 (tramp-completion-handle-file-name-all-completions): Reorder code
23660 in order to complete for file names only in case there are no
23661 method/user/host completions. This is necessary for cooperation
23662 with ido. Reported by Kim F. Storm <storm@cua.dk>.
23663
23664 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
23665
23666 * longlines.el (longlines-search-forward)
23667 (longlines-search-backward): Match any number of spaces.
23668
23669 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
23670
23671 * diff-mode.el (diff-mode): Doc fix.
23672
23673 2005-10-16 David Reitter <david.reitter@gmail.com>
23674
23675 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
23676 as default on darwin and windows systems.
23677
23678 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
23679
23680 * arc-mode.el (archive-zip-extract): Doc fix.
23681
23682 2005-10-16 Romain Francoise <romain@orebokech.com>
23683
23684 * mouse.el (mouse-1-click-follows-link): Doc fix.
23685
23686 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23687
23688 * savehist.el: Don't require CL at runtime.
23689 (savehist-xemacs): Remove.
23690 (savehist-coding-system): Use utf-8 if present, regardless of religion.
23691 (savehist-no-conversion): Use (featurep 'xemacs).
23692 (savehist-load): Check existence of start-itimer rather than XEmacs.
23693 Use an idle timer.
23694 (savehist-process-for-saving): Replace use of CL funs `subseq' and
23695 `delete-if-not'.
23696
23697 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
23698
23699 * savehist.el: Newer version.
23700 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
23701 (savehist-last-checksum, savehist-no-conversion): New vars.
23702 (savehist-autosave, savehist-process-for-saving, savehist-printable):
23703 New functions.
23704 (savehist-load, savehist-save): Use them.
23705 (savehist-delimit): Remove.
23706
23707 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23708
23709 * progmodes/compile.el (compilation-goto-locus): Display the
23710 compilation buffer first and the source buffer second, in case they're
23711 in overlapping frames. Don't raise the compilation frame if it was the
23712 selected window upon entry. Pass the `other-window' arg to
23713 pop-to-buffer.
23714
23715 * info.el (Info-fontify-node): Use dolist.
23716 Change add-text-properties to put-text-property.
23717
23718 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23719
23720 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
23721 bound of search.
23722
23723 2005-10-16 Masatake YAMATO <jet@gyve.org>
23724
23725 * dabbrev.el (dabbrev-completion): Pass the common
23726 prefix substring of completion to `display-completion-list'.
23727
23728 * filecache.el (file-cache-minibuffer-complete)
23729 (file-cache-complete): Ditto.
23730
23731 * tempo.el (tempo-display-completions): Ditto.
23732
23733 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
23734
23735 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
23736
23737 * eshell/em-hist.el (eshell-list-history): Ditto.
23738
23739 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
23740
23741 * mail/mailalias.el (mail-complete): Ditto.
23742
23743 * progmodes/etags.el (complete-tag): Ditto.
23744
23745 * progmodes/make-mode.el (makefile-complete): Ditto.
23746
23747 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
23748
23749 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
23750
23751 * progmodes/pascal.el (pascal-complete-word)
23752 (pascal-show-completions): Ditto.
23753
23754 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
23755
23756 * simple.el (completion-common-substring): New variable.
23757 (completion-setup-function): Use `completion-common-substring'
23758 to put faces.
23759
23760 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23761
23762 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
23763 (x-get-selection, mac-select-convert-to-string): Convert from/to
23764 UTF-16 clipboard data as in native byte order, no BOM.
23765
23766 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
23767
23768 * progmodes/gud.el (gud-tool-bar-map): Rename the images
23769 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
23770 (gud-sentinel): Use speedbar-frame to check for speedbar.
23771
23772 2005-10-15 Richard M. Stallman <rms@gnu.org>
23773
23774 * savehist.el: New file.
23775
23776 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
23777
23778 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
23779 Fix bug in \bf fontification.
23780
23781 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
23782
23783 * pcvs.el (cvs-edit-log-files): New var.
23784 (cvs-mode-edit-log): New arg `file'.
23785 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
23786 Instead force the use of the original file and nothing else.
23787 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
23788 the cvs-minor-wrap-function is set.
23789 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
23790
23791 2005-10-14 Bill Wohler <wohler@newt.com>
23792
23793 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
23794 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
23795 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
23796 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
23797 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
23798 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
23799 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
23800 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
23801 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
23802 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
23803 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
23804 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
23805 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
23806 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
23807 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
23808
23809 * progmodes/gud.el (gud-tool-bar-map): Rename the images
23810 appropriately (for example, gud-break to gud/break).
23811
23812 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
23813
23814 * longlines.el (longlinges-search-function)
23815 (longlines-search-forward, longlines-search-backward): New functions.
23816 (longlines-mode): Set isearch-search-fun-function to
23817 longlinges-search-function.
23818
23819 * mouse.el (mouse-drag-region-1): Handle the case where a
23820 double-click event is bound to an arbitrary function.
23821
23822 2005-10-14 David Ponce <david@dponce.com>
23823
23824 * recentf.el (recentf-track-opened-file)
23825 (recentf-track-closed-file, recentf-update-menu)
23826 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
23827 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
23828 mouse-1-click-follows-link.
23829
23830 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23831
23832 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
23833 Gnome file-manager.png. Suggested by
23834 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
23835
23836 * toolbar/README: Add diropen.xpm.
23837
23838 2005-10-13 Bill Wohler <wohler@newt.com>
23839
23840 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
23841 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
23842
23843 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
23844
23845 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
23846 Don't waste the byte-compiler's time on constant data.
23847
23848 2005-10-13 Kenichi Handa <handa@m17n.org>
23849
23850 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
23851 byte with `escape-glyph' face.
23852
23853 * international/fontset.el (ccl-encode-unicode-font):
23854 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
23855 Handle the case that ucs-mule-to-mule-unicode translates a character to
23856 ASCII (usually for IPA characters).
23857
23858 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
23859
23860 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
23861 Don't hide the underline of titles if font-lock-mode is disabled.
23862
23863 2005-10-12 Bill Wohler <wohler@newt.com>
23864
23865 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
23866 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
23867 files in MH-E-SRC have been updated.
23868 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
23869
23870 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
23871
23872 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
23873 (mixal-mode-syntax-table): Add \n as end-comment.
23874 (mixal-operation-codes-alist): Immediately initialize to full value.
23875 (mixal-add-operation-code): Remove.
23876 (mixal-describe-operation-code): Make the arg non-optional.
23877 Use the interactive spec instead.
23878 Use mixal-operation-codes-alist rather than mixal-operation-codes.
23879 (mixal-font-lock-keywords): Don't highlight comments here any more.
23880 (mixal-font-lock-syntactic-keywords): New var.
23881 (mixal-mode): Use it. Fix comment-start-skip.
23882
23883 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23884
23885 * startup.el (command-line-x-option-alist): -nb => -nbi.
23886
23887 2005-10-12 Kim F. Storm <storm@cua.dk>
23888
23889 * startup.el (fancy-splash-default-action): Discard mouse click in
23890 the splash screen window, as it has no sensible meaning in the
23891 next window to be selected. Fixes error reported by Jan D.
23892
23893 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
23894
23895 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
23896
23897 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
23898
23899 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
23900 Try to fix up minor layout issues like indentation, line break, etc...
23901 (mixal-mode-syntax-table): Don't try to specify comment syntax,
23902 because it doesn't work.
23903 (mixal-operation-codes): Add some more codes.
23904 (mixal-font-lock-keywords): Process comments here.
23905 (mixal-mode): mixasm no longer needs -g option.
23906
23907 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
23908
23909 * progmodes/sh-script.el (sh-tmp-file):
23910 Use mktemp -t. Finish support for es and rc shells.
23911
23912 2005-10-11 Jay Belanger <belanger@truman.edu>
23913
23914 * calc/calcalg2.el (calc-integral): With an argument, compute the
23915 definite integral.
23916
23917 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
23918
23919 * mouse.el (mouse-drag-region-1): Don't try to catch a
23920 double-click when doing follow-link (it's overridden anyway).
23921
23922 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
23923
23924 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
23925 (autoload-print-form-outbuf): Add docstring.
23926
23927 2005-10-11 Juri Linkov <juri@jurta.org>
23928
23929 * info.el (Info-mode-menu): Delete menu item "Edit".
23930 (Info-mode): Delete description of Info-edit from docstring,
23931 and rearrange descriptions of Info commands in the order
23932 they are documented in the Info manual.
23933
23934 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
23935
23936 * calendar/appt.el (appt-check): Use diary-selective-display var.
23937
23938 2005-10-10 Richard M. Stallman <rms@gnu.org>
23939
23940 * net/newsticker.el (newsticker-start, newsticker-show-news):
23941 Add autoload cookies.
23942
23943 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
23944
23945 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
23946
23947 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
23948
23949 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
23950
23951 2005-10-10 Jay Belanger <belanger@truman.edu>
23952
23953 * calc/calc-arith.el (math-check-known-scalarp)
23954 (math-check-known-matrixp): Check the values of arguments that are
23955 variables.
23956 (math-check-known-square-matrixp): New function.
23957 (math-known-square-matrixp): Use math-check-known-square-matrixp.
23958 (math-super-types): Add sqmatrix type.
23959
23960 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
23961 mode name `square' to `sqmatrix'.
23962
23963 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
23964 mode name `square' to `sqmatrix'.
23965
23966 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
23967
23968 * progmodes/etags.el (select-tags-table-mode): Don't use
23969 selective-display.
23970 (tags-select-tags-table): Pass `button' to the action function.
23971 (select-tags-table): Place the side-info on button properties rather
23972 than in hidden text. Abbreviate file names.
23973 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
23974 (select-tags-table-select): Add `button' argument.
23975 Get side-info from the button property rather than from hidden text.
23976
23977 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
23978
23979 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
23980 (gud-speedbar-buttons): Preserve point if possible.
23981 (gud-sentinel): Restore previous speedbar display type.
23982
23983 * progmodes/gdb-ui.el (gdba): Improve diagram.
23984 (def-gdb-auto-update-handler, gdb-info-locals-handler)
23985 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
23986 Call get-buffer-window once.
23987
23988 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
23989
23990 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
23991 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
23992 (pascal-indent-command): Remove unused var `ind'.
23993 (pascal-indent-case): Remove unused var `oldpos'.
23994 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
23995 since it's now used as a proper minor mode map.
23996 (pascal-outline): Rename to pascal-outline-mode.
23997 (pascal-outline-mode): Use define-minor-mode.
23998 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
23999 selective-display.
24000
24001 2005-10-10 Andreas Schwab <schwab@suse.de>
24002
24003 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
24004 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
24005
24006 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
24007 outside source directory.
24008
24009 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
24010
24011 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
24012 C-x' as a prefix.
24013 (orgtbl-mode-map): Full keymap instead of sparse, because all
24014 `self-insert-command' keys are redefined in this map.
24015 (org-export-as-html): Specify charset for HTML file, by taking it
24016 from the coding system.
24017
24018 2005-10-10 Kenichi Handa <handa@m17n.org>
24019
24020 * textmodes/flyspell.el (flyspell-check-word-p):
24021 If unread-command-events is non-empty, don't call sit-for.
24022
24023 2005-10-09 Richard M. Stallman <rms@gnu.org>
24024
24025 * font-lock.el (font-lock-syntactic-keywords)
24026 (font-lock-keywords): Doc fixes.
24027
24028 * textmodes/flyspell.el (flyspell-external-point-words):
24029 Simplify logic, and don't try to check for consecutive appearances
24030 of one incorrect word.
24031
24032 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
24033
24034 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
24035 separator.
24036
24037 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
24038 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
24039 (gud-expansion-speedbar-buttons): New function.
24040 (gud-speedbar-buttons): Check for gud-comint-buffer.
24041
24042 2005-10-09 Bill Wohler <wohler@newt.com>
24043
24044 * Makefile.in (updates): Add mh-loaddefs dependency.
24045
24046 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
24047
24048 * speedbar.el (speedbar-file-key-map): Fix typo.
24049
24050 2005-10-09 Daniel Brockman <daniel@brockman.se>
24051
24052 * cus-start.el (line-spacing): Add custom spec.
24053
24054 2005-10-09 Romain Francoise <romain@orebokech.com>
24055
24056 * textmodes/ispell.el (ispell-check-version): Fix last change.
24057
24058 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24059
24060 * term/x-win.el: Remove -i, --icon-type from comment.
24061
24062 * startup.el (command-line-x-option-alist): Remove options -i,
24063 -itype, --icon-type, added -nb, --no-bitmap-icon.
24064
24065 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
24066
24067 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
24068 instead of :active.
24069
24070 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
24071
24072 * textmodes/ispell.el (ispell-check-version):
24073 Ignore hyphen, and all that follows, in aspell's version text.
24074
24075 2005-10-08 Jay Belanger <belanger@truman.edu>
24076
24077 * calc/calc-arith.el (math-known-square-matrixp): New function.
24078 (math-pow-fancy): Check for matrices before distributing exponent
24079 across products.
24080
24081 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
24082 fullscreen keypad. Suggested by Luc Teirlinck.
24083 (calc-keypad-show-input): Add space for formatting.
24084
24085 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
24086 Add square matrix option.
24087
24088 * calc/calc-poly.el (math-expand-term): Check for matrices instead
24089 of checking calc-matrix-mode when deciding how to expand.
24090
24091 * calc/calc.el (calc-set-mode-line): Add square matrix option.
24092
24093 2005-10-08 Lars Hansen <larsh@soem.dk>
24094
24095 * net/tramp.el (tramp-perl-directory-files-and-attributes):
24096 Add error handling.
24097 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
24098
24099 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
24100
24101 Sync with Tramp 2.0.51.
24102
24103 * net/tramp.el (tramp-handle-set-visited-file-modtime)
24104 (tramp-handle-insert-file-contents, tramp-handle-write-region):
24105 Insert special handling for `last-coding-system-used', again
24106 it still seems to be necessary (unlike stated before).
24107 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
24108 (tramp-password-prompt-regexp): There might be other words before
24109 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
24110 (tramp-chunksize): Improve docstring.
24111 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
24112 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
24113 Christian Joergensen <bugs@razor.dk>.
24114
24115 2005-10-07 Glenn Morris <rgm@gnu.org>
24116
24117 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
24118 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
24119 precision'.
24120
24121 2005-10-07 Romain Francoise <romain@orebokech.com>
24122
24123 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
24124 (ibuffer-do-shell-command-pipe-replace)
24125 (ibuffer-do-shell-command-file, ibuffer-do-eval)
24126 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
24127 (ibuffer-do-revert, ibuffer-do-replace-regexp)
24128 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
24129 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
24130 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
24131 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
24132 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
24133 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
24134 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
24135 Autoload file sans suffix.
24136
24137 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
24138
24139 2005-10-07 David Ponce <david@dponce.com>
24140
24141 * recentf.el (recentf-menu-open-all-flag): New option.
24142 (recentf-digit-shortcut-command-name): New function.
24143 (recentf--shortcuts-keymap): New variable.
24144 (recentf-menu-shortcuts): New variable.
24145 (recentf-make-menu-items): Initialize it. Replace the "More..."
24146 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
24147 (recentf-menu-value-shortcut): New function.
24148 (recentf-make-menu-item): Use it. No more in-lined.
24149 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
24150 (recentf-open-most-recent-file): Rename from
24151 `recentf-open-file-with-key'. Don't depend on key binding.
24152 (recentf-mode-map): New variable.
24153 (recentf-mode): Use it.
24154
24155 2005-10-06 Bill Wohler <wohler@newt.com>
24156
24157 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
24158
24159 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
24160 (MH-E-SRC): New. Used by mh-autoloads.
24161 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
24162 files in MH-E-SRC have been updated.
24163 (compile, recompile, bootstrap): Depend on mh-autoloads.
24164
24165 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
24166
24167 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
24168 gud-break and gud-remove icons when the fringe is not available.
24169
24170 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
24171 Typo.
24172
24173 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
24174
24175 * play/zone.el (zone): Wrap body with save-window-excursion.
24176
24177 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
24178
24179 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
24180 Use the new `list-only' arg to diary-list-entries.
24181
24182 * calendar/diary-lib.el: Use overlays rather than selective-display.
24183 (diary-selective-display): New var.
24184 (diary-header-line-format): Use it.
24185 (diary-list-entries): Add argument `list-only'.
24186 Put the buffer in diary-mode. Don't add \^M at beg and end.
24187 Replace \^M by invisible overlays.
24188 (diary-unhide-everything): Replace \^M by invisible overlays.
24189 (print-diary-entries): Look for overlays rather than \^M.
24190 Add a space to the temp buffer name.
24191 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
24192 Put the buffer in diary-mode.
24193 (list-sexp-diary-entries): Replace \^M by invisible overlays.
24194 (diary-anniversary): Make the year arg optional.
24195 (diary-time-regexp): New const.
24196 (diary-font-lock-keywords): Use it to accept a few more time formats.
24197
24198 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
24199
24200 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
24201
24202 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
24203 Fix bug introduced 2005-07-03: Use (car (last ...))
24204 to faithfully reproduce replaced artist-last.
24205 (artist-set-arrow-points-for-poly): Likewise.
24206 Suggested by Johan Bockg\e,Ae\e(Brd.
24207
24208 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
24209
24210 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
24211 * wid-edit.el (widget):
24212 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
24213 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
24214
24215 2005-10-06 Kenichi Handa <handa@m17n.org>
24216
24217 * international/mule-cmds.el (set-language-environment):
24218 Fix setting up of case-table for unibyte mode.
24219
24220 * simple.el (what-cursor-position): If the character is displayed
24221 by some `display' text property, show that. Don't use
24222 single-key-description for eight-bit characters in multibyte mode.
24223
24224 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
24225
24226 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
24227 (gdb-ann3): Set it.
24228 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
24229 (gdb-info-frames-custom): Use inverse-video for first five
24230 characters of selected frame only.
24231 (gdb-get-frame-number): Select frame even when point is on frame
24232 number.
24233
24234 2005-10-06 Masatake YAMATO <jet@gyve.org>
24235
24236 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
24237 Put `font-lock-function-name-face'.
24238 (gdb-info-frames-custom): Put `font-lock-function-name-face'
24239 and `font-lock-variable-name-face'
24240 (gdb-registers-font-lock-keywords): New font lock keywords definition.
24241 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
24242 (gdb-memory-font-lock-keywords): New font lock keywords definition.
24243 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
24244 (gdb-local-font-lock-keywords): New font lock keywords definition.
24245 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
24246 (gdb-threads-font-lock-keywords): New font lock keywords definition.
24247 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
24248
24249 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
24250
24251 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
24252 (ediff-merge-region-is-non-clash-to-skip): Previously called
24253 ediff-merge-region-is-non-clash.
24254
24255 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
24256 Use insert-buffer-substring.
24257
24258 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
24259 selecting files to patch. Also bug fixes.
24260
24261 * ediff-util.el (ediff-setup): Bug fix.
24262 (ediff-next-difference): Never skip clashes that differ in white
24263 space only.
24264
24265 * ediff-wind.el (ediff-setup-control-frame)
24266 (ediff-destroy-control-frame): Check the menubar feature.
24267
24268 * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
24269 (viper-refresh-mode-line): Use make-local-variable to localize
24270 some vars instead of make-variable-buffer-local. Suggested by
24271 Stefan Monnier.
24272
24273 * emulation/viper-init.el (viper-make-variable-buffer-local):
24274 Delete alias.
24275 (viper-restore-cursor-type, viper-set-insert-cursor-type):
24276 Use make-local-variable instead of make-variable-buffer-local.
24277 Suggested by Stefan Monnier.
24278
24279 * emulation/viper.el (viper-mode): Don't use
24280 viper-make-variable-buffer-local.
24281 (viper-comint-mode-hook): Use make-local-variable on
24282 require-final-newline.
24283 (viper-non-hook-settings): Don't use make-variable-buffer-local.
24284
24285 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
24286
24287 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
24288 also the second char of a comment-start sequence.
24289 (scheme-sexp-comment-syntax-table): New var.
24290 (lambda, define): Set their scheme-doc-string-elt property.
24291 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
24292 Use lisp-font-lock-syntactic-face-function now that it properly
24293 handles |...| symbols.
24294 (scheme-mode-variables): Set lisp-doc-string-elt-property,
24295 parse-sexp-lookup-properties and font-lock-extra-managed-props.
24296
24297 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
24298 bit from # to |.
24299 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
24300
24301 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
24302 (lisp-doc-string-elt-property): New var.
24303 (lisp-font-lock-syntactic-face-function): Use it.
24304 Rewrite to recognize docstrings even for forms not at toplevel.
24305
24306 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
24307 annotation on the | part of #| rather than on the # part.
24308 (scheme-font-lock-syntactic-face-function): New function, to
24309 distinguish strings from |...| symbols.
24310 (scheme-mode-variables): Use it. Also fix up the font-lock-time
24311 syntax-table so that #|...|# is properly highlighted.
24312
24313 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
24314 Don't mark as docstring the 3rd elem of an unknown toplevel form.
24315
24316 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
24317
24318 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
24319 and C-e.
24320
24321 * emacs-lisp/eldoc.el: Move comments into docstrings.
24322 (eldoc-message-commands): Initialize in its declaration.
24323 Add move-beginning-of-line and move-end-of-line.
24324 (eldoc-add-command, eldoc-add-command-completions)
24325 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
24326
24327 * outline.el (outline-mark-subtree): Activate the mark.
24328
24329 * calendar/appt.el (appt-time-regexp): New var.
24330 (appt-add, appt-make-list): Use it.
24331 (appt-convert-time): Clean up.
24332
24333 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
24334 Don't set any syntax-table property here.
24335 (tex-font-lock-verb): New function. Do it here.
24336 (tex-font-lock-syntactic-keywords): Use it.
24337
24338 2005-10-04 Richard M. Stallman <rms@gnu.org>
24339
24340 * wid-edit.el (widget-file-complete): Get the widget start point
24341 the right way. Default directory to `/' if file has none.
24342
24343 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
24344
24345 * textmodes/flyspell.el (flyspell-mode-on):
24346 Call ispell-maybe-find-aspell-dictionaries.
24347
24348 * textmodes/ispell.el (ispell-word, ispell-region):
24349 Call ispell-maybe-find-aspell-dictionaries.
24350 (ispell-accept-buffer-local-defs):
24351 Don't call ispell-maybe-find-aspell-dictionaries.
24352
24353 2005-10-04 Richard M. Stallman <rms@gnu.org>
24354
24355 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
24356
24357 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
24358
24359 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
24360 instead of `fboundp' in order to allow for anonymous functions.
24361
24362 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
24363
24364 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
24365 case the user clicks on the link while another window is selected.
24366 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
24367
24368 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
24369 functionality.
24370 (dframe-help-echo): Save point in case mouse tracking is off.
24371
24372 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
24373
24374 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
24375
24376 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24377
24378 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
24379 not change the global value of those vars.
24380
24381 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
24382 make-local-variable which we do not need any more.
24383
24384 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
24385
24386 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
24387 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
24388 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
24389 (speedbar-path-line): Define obsolete aliases.
24390 (speedbar-line-directory): Doc fix.
24391
24392 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
24393 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
24394 instead of speedbar-line-path.
24395
24396 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24397
24398 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
24399 to nil if dropping on a window. Handle dropping on a minibuffer window
24400 like dropping on a non-window part of Emacs.
24401
24402 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24403
24404 * net/ange-ftp.el: Use with-current-buffer.
24405 (ange-ftp-insert-directory): Do not follow symlinks any more.
24406
24407 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
24408 Remove interactive spec.
24409
24410 2005-10-03 Kim F. Storm <storm@cua.dk>
24411
24412 * ido.el (ido-mode): Use custom-initialize-set.
24413
24414 2005-10-02 Richard M. Stallman <rms@gnu.org>
24415
24416 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
24417 Use insert-buffer-substring.
24418
24419 * net/tramp.el: Pacify byte compiler warnings in pacification code.
24420 (tramp-handle-file-local-copy): Use insert-buffer-substring.
24421
24422 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
24423
24424 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
24425 in last change.
24426 (ange-ftp-insert-directory): Fix up the search for the case where
24427 `file' is absolute.
24428
24429 2005-10-02 Romain Francoise <romain@orebokech.com>
24430
24431 * progmodes/compile.el (compile-goto-error): Delete extra paren.
24432
24433 2005-10-02 Andreas Schwab <schwab@suse.de>
24434
24435 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
24436 directory component in the session info.
24437
24438 2005-10-01 Richard M. Stallman <rms@gnu.org>
24439
24440 * comint.el (comint-redirect-subvert-readonly): Doc fix.
24441
24442 * simple.el (next-error-internal): New function.
24443
24444 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
24445 (compilation-start): Pass new arg to compilation-buffer-name.
24446 (compile-goto-error): Use next-error-internal.
24447
24448 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24449
24450 * speedbar.el: Remove RCS tag.
24451 (speedbar-check-read-only): Handle non-existent files.
24452
24453 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
24454
24455 * info.el (Info-speedbar-hierarchy-buttons)
24456 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
24457
24458 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24459
24460 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
24461 Do not match newline.
24462 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
24463 (bibtex-summary): Remove unnecessary save-excursion.
24464 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
24465
24466 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24467
24468 * term/mac-win.el: Add charset info for "iso10646-1".
24469 Modify default fontset to use ATSUI-compatible fonts for some charsets
24470 if available.
24471
24472 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24473
24474 * speedbar.el: Re-apply arch tag.
24475 (speedbar-version): Rename to version 1.0. Suggested by Eric
24476 M. Ludlam.
24477 Reapply two changes from Emacs CVS' version of speedbar lost
24478 during the merge:
24479 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
24480 (speedbar-frame-parameters): Improve customize type.
24481
24482 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
24483
24484 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
24485 (ange-ftp-file-directory-p): Fix the symlink case.
24486 (ange-ftp-insert-directory): When listing a single file, get a list of
24487 the parent buffer and extract the relevant line. Inspired from a patch
24488 by Katsumi Yamaoka <yamaoka@jpl.org>.
24489 (ange-ftp-file-name-sans-versions): Simplify.
24490
24491 2005-09-30 Bill Wohler <wohler@newt.com>
24492
24493 Move MH-E image files from toolbar and mail directories into
24494 etc/images.
24495
24496 * mail/reply2.*: Move to etc/images/mail/reply*.
24497
24498 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
24499 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
24500 etc/images.
24501
24502 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
24503 * toolbar/reply*: Move to etc/images/mail.
24504
24505 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
24506
24507 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
24508
24509 * speedbar.el: New version 1.0pre3.
24510
24511 Frame management code (including timer, and mouse click specifics)
24512 moved to dframe.el:
24513 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
24514 (speedbar-timer): Removed. Use dframe-timer.
24515 (speedbar-close-frame): Removed. Use dframe-close-frame.
24516 (speedbar-activity-change-focus-flag): Removed. Use
24517 dframe-activity-change-focus-flag.
24518 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
24519 dframe-update-speed.
24520
24521 (speedbar-current-frame): New macro. Use this instead of the
24522 variable speedbar-frame.
24523
24524 (speedbar-use-images, speedbar-expand-image-button-alist)
24525 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
24526
24527 (speedbar-find-image-on-load-path): Removed. Replaced by
24528 defezimage in ezimage.el.
24529 (speedbar-expand-image-button-alist): Removed. Replaced by
24530 ezimage-expand-image-button-alist in ezimage.el.
24531
24532 (speedbar-ignored-directory-regexp)
24533 (speedbar-add-ignored-directory-regexp)
24534 (speedbar-ignored-directory-expressions)
24535 (speedbar-line-directory, speedbar-buffers-line-directory)
24536 (speedbar-directory-line, speedbar-buffers-line-directory):
24537 Renamed, replacing `path' with `directory'.
24538
24539 (speedbar-create-directory, speedbar-expand-line-descendants)
24540 (speedbar-toggle-line-expansion)
24541 (speedbar-contract-line-descendants): New commands.
24542
24543 (speedbar-query-confirmation-method, speedbar-select-frame-method)
24544 (speedbar-use-tool-tips-flag): New options.
24545
24546 (speedbar-check-read-only, speedbar-require-version)
24547 (speedbar-insert-separator, speedbar-buffers-tail-notes)
24548 (speedbar-handle-delete-frame, speedbar-try-completion)
24549 (speedbar-update-localized-contents): New functions.
24550
24551 (speedbar-incompatible-version, speedbar-ro-to-do-point)
24552 (speedbar-object-read-only-indicator): New variables.
24553
24554 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
24555 New hooks.
24556
24557 (speedbar-separator-face): New face.
24558
24559 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
24560 (speedbar-ignored-modes): Add fundamental-mode.
24561 (speedbar-directory-unshown-regexp): Add . directories.
24562
24563 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
24564 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
24565 `]' for full expand/close.
24566 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
24567
24568 (speedbar-check-vc): Support hidden files.
24569 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
24570 (speedbar-this-file-in-vc): Use vc-state if available. If VC
24571 state is nil, it is not checked out.
24572
24573 (speedbar-line-text, speedbar-line-token): Support expand buttons
24574 with no text.
24575 (speedbar-refresh): Universal argument acts as power-click.
24576 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
24577 that buffer to get variable values.
24578
24579 And many other bugfixes.
24580
24581 * dframe.el, ezimage.el, sb-image.el: New files.
24582
24583 * sb-*.xpm: Remove files. New image files installed into
24584 etc/images/ezimage.
24585
24586 2005-09-30 Kenichi Handa <handa@m17n.org>
24587
24588 * ps-mule.el (ps-mule-show-warning): If a character is in
24589 ps-print-translation-table, don't treat it as non-printable.
24590
24591 2005-09-30 David Ponce <david@dponce.com>
24592
24593 * tree-widget.el (tree-widget-themes-load-path): New variable.
24594 (tree-widget-themes-directory): Doc fix.
24595 (tree-widget-image-formats) [Emacs]: Doc fix.
24596 (tree-widget--locate-sub-directory): New function.
24597 (tree-widget-themes-directory): Use it.
24598
24599 * recentf.el (recentf-filename-handlers): Rename from
24600 `recentf-filename-handler'. Allow a list of functions.
24601 (recentf-menu-items-for-commands): Fix :help strings.
24602 (recentf-apply-filename-handlers): New function.
24603 (recentf-expand-file-name): Use it.
24604 (recentf-cleanup): Remove duplicates too.
24605
24606 2005-09-29 Juri Linkov <juri@jurta.org>
24607
24608 * faces.el: Rearrange face definitions to be in the same order as
24609 their face descriptions in "(emacs)Standard Faces".
24610
24611 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
24612
24613 * tooltip.el (tooltip): Add group `basic-faces'.
24614
24615 * buff-menu.el (Buffer-menu-buffer): Remove group
24616 `font-lock-highlighting-faces'.
24617
24618 * progmodes/compile.el (compilation-error, compilation-warning)
24619 (compilation-info, compilation-line-number, compilation-column-number):
24620 Change group from `font-lock-highlighting-faces' to `compilation'.
24621
24622 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
24623 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
24624 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
24625 (vhdl-font-lock-reserved-words-face)
24626 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
24627 `font-lock-highlighting-faces'.
24628
24629 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
24630
24631 2005-09-28 Kim F. Storm <storm@cua.dk>
24632
24633 * emulation/cua-base.el: Set CUA move property on additional commands:
24634 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
24635 forward-sexp, backward-sexp, forward-list, backward-list.
24636
24637 2005-09-28 Romain Francoise <romain@orebokech.com>
24638
24639 * comint.el (comint-show-output): Really set point at the
24640 beginning of the output when not using `comint-use-prompt-regexp'.
24641
24642 2005-09-27 Jay Belanger <belanger@truman.edu>
24643
24644 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
24645 in TeX mode.
24646
24647 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
24648
24649 * textmodes/org.el (org-table-sum): Fix format string.
24650
24651 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
24652 Quote face names.
24653
24654 2005-09-26 Romain Francoise <romain@orebokech.com>
24655
24656 * isearch.el (isearch-forward-regexp): Close doc string.
24657
24658 2005-09-25 Richard M. Stallman <rms@gnu.org>
24659
24660 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
24661
24662 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
24663
24664 * progmodes/compile.el (compilation-error-properties):
24665 When getting the file from the previous error message,
24666 correctly decode the new data format.
24667
24668 * progmodes/cc-cmds.el (c-electric-paren):
24669 Call old-blink-paren only for close-paren.
24670
24671 2005-09-24 Andreas Schwab <schwab@suse.de>
24672
24673 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
24674 condition.
24675
24676 2005-09-25 Romain Francoise <romain@orebokech.com>
24677
24678 * dired-aux.el (dired-copy-file-recursive):
24679 * dired.el (dired-delete-file):
24680 * ediff-mult.el (ediff-dir-diff-copy-file):
24681 * ediff-util.el (ediff-test-save-region):
24682 * forms.el (forms-mode):
24683 * ido.el (ido-file-internal, ido-delete-file-at-head):
24684 * log-edit.el (log-edit-done):
24685 * ses.el (ses-yank-resize):
24686 * play/gomoku.el (gomoku-human-plays, gomoku)
24687 (gomoku-human-resigns, gomoku-prompt-for-other-game)
24688 (gomoku-offer-a-draw):
24689 * play/landmark.el (lm-human-resigns, lm):
24690 * net/eudcb-ldap.el (eudc-ldap-check-base):
24691 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
24692 * progmodes/ebrowse.el (ebrowse-find-pattern):
24693 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
24694 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
24695 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
24696
24697 * vc.el (vc-delete-file):
24698 * play/gomoku.el (gomoku-terminate-game, gomoku)
24699 (gomoku-prompt-for-move, gomoku-human-takes-back):
24700 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
24701 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
24702
24703 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
24704
24705 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
24706 color rxvt terminals by using the code xterm.el used to use before
24707 2005-04-09 in order to match the colors used by rxvt.
24708
24709 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
24710
24711 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
24712 colors rxvt-unicode terminals by using the same code as xterm.el.
24713
24714 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
24715
24716 * textmodes/tex-mode.el (tex-font-lock-append-prop)
24717 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
24718 new symbol used for the tex-verbatim face.
24719
24720 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
24721
24722 * woman.el (woman-file-name):
24723 * wid-edit.el (widget-file-prompt-value)
24724 (widget-coding-system-prompt-value):
24725 * w32-fns.el (set-w32-system-coding-system):
24726 * vc.el (vc-version-diff, vc-annotate):
24727 * textmodes/reftex-auc.el (reftex-arg-cite)
24728 (reftex-arg-index-tag):
24729 * textmodes/refer.el (refer-get-bib-files):
24730 * textmodes/artist.el (artist-figlet-choose-font):
24731 * terminal.el (terminal-emulator):
24732 * replace.el (occur-read-primary-args):
24733 * rect.el (string-rectangle, string-insert-rectangle):
24734 * ps-print.el (ps-print-preprint):
24735 * progmodes/pascal.el (pascal-goto-defun):
24736 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
24737 * progmodes/compile.el (compilation-find-file):
24738 * printing.el (pr-interactive-n-up):
24739 * play/animate.el (animate-birthday-present):
24740 * net/rcompile.el (remote-compile):
24741 * man.el (man, Man-goto-section, Man-follow-manual-reference):
24742 * mail/rmailsum.el (rmail-summary-search-backward)
24743 (rmail-summary-search):
24744 * mail/rmailout.el (rmail-output-read-rmail-file-name)
24745 (rmail-output-read-file-name):
24746 * mail/rmail.el (rmail-search, rmail-search-backwards):
24747 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
24748 * locate.el (locate):
24749 * international/quail.el (quail-show-keyboard-layout):
24750 * international/mule.el (set-buffer-file-coding-system)
24751 (revert-buffer-with-coding-system, set-file-name-coding-system)
24752 (set-terminal-coding-system, set-keyboard-coding-system)
24753 (set-next-selection-coding-system):
24754 * international/mule-diag.el (describe-coding-system)
24755 (describe-font, describe-fontset):
24756 * international/mule-cmds.el (universal-coding-system-argument)
24757 (search-unencodable-char, describe-input-method)
24758 (set-language-environment, describe-language-environment):
24759 * international/codepage.el (codepage-setup):
24760 * international/code-pages.el (codepage-setup):
24761 * info.el (Info-search, Info-follow-reference)
24762 (Info-search-backward):
24763 * emacs-lisp/advice.el (ad-read-advised-function)
24764 (ad-read-advice-class, ad-clear-cache, ad-activate)
24765 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
24766 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
24767 (ad-read-regexp):
24768 * ediff-util.el (ediff-toggle-regexp-match):
24769 * ediff-ptch.el (ediff-prompt-for-patch-file):
24770 * dired-aux.el (dired-diff):
24771 * diff.el (diff):
24772 * cus-edit.el (custom-variable-prompt):
24773 * calendar/timeclock.el (timeclock-ask-for-project):
24774 * calc/calcalg3.el (calc-get-fit-variables):
24775 * calc/calc-store.el (calc-edit-variable)
24776 (calc-permanent-variable):
24777 * vc-mcvs.el (vc-mcvs-register):
24778 * shadowfile.el (shadow-define-literal-group):
24779 * woman.el (woman-file-name):
24780 * vc.el (vc-version-diff, vc-merge):
24781 * textmodes/reftex-index.el (reftex-index-complete-tag):
24782 * format.el (format-decode-buffer, format-decode-region):
24783 * emulation/viper-cmd.el (viper-read-string-with-history):
24784 * emacs-lisp/debug.el (cancel-debug-on-entry):
24785 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
24786 * ediff.el (ediff-merge-revisions)
24787 (ediff-merge-revisions-with-ancestor, ediff-revision):
24788 * completion.el (interactive-completion-string-reader):
24789 * calc/calc-prog.el (calc-user-define-formula):
24790 Follow convention for reading with the minibuffer.
24791
24792 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
24793
24794 * progmodes/python.el (python-describe-symbol): Add globals() and
24795 locals() to the arguments of emacs.ehelp.
24796
24797 2005-09-24 Magnus Henoch <mange@freemail.hu>
24798
24799 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
24800 New function, code extracted from ispell-valid-dictionary-list.
24801 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
24802 Call it.
24803
24804 2005-09-24 Eli Zaretskii <eliz@gnu.org>
24805
24806 * subr.el (version-regexp-alist): Extend valid syntax for version
24807 strings: allow any of the characters -,_,+ to separate the
24808 alpha/beta/rc part from the version part. Doc fix.
24809 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
24810
24811 2005-09-23 David Reitter <david.reitter@gmail.com>
24812
24813 * mail/mailclient.el: New file.
24814
24815 2005-09-23 Richard M. Stallman <rms@gnu.org>
24816
24817 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
24818 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
24819 Doc fixes.
24820
24821 * progmodes/cc-mode.el (c-font-lock-init):
24822 Specify font-lock-lines-before.
24823
24824 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
24825
24826 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
24827 whole conflict.
24828
24829 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
24830
24831 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
24832 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
24833 of `remap' feature when available. Additional key bindings for
24834 better tty support.
24835 (org-mode-restart, org-force-self-insert): New commands.
24836 (org-time-stamp-inactive): New command.
24837 (org-remap): New function.
24838 (org-table-auto-blank-field, org-level-color-stars-only): New options.
24839 (org-enable-fixed-width-editor): Move to `org-structure'
24840 customization group.
24841 (org-self-insert-command, orgtbl-self-insert-command): Modify to
24842 blank field after field motion commands.
24843
24844 2005-09-23 Kenichi Handa <handa@m17n.org>
24845
24846 * international/mule-cmds.el (set-language-environment):
24847 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
24848 have to call utf-translate-cjk-load-tables.
24849
24850 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
24851
24852 * mouse.el (mouse-move-drag-overlay): Fix last change.
24853
24854 2005-09-22 David Ponce <david@dponce.com>
24855
24856 * tree-widget.el (tree-widget-value-create): Fix previous change.
24857
24858 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24859
24860 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
24861
24862 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
24863
24864 * mouse.el (mouse-move-drag-overlay): New function.
24865 (mouse-drag-region-1): Use it.
24866 Try to simplify a bit the state handling. Handle clicks on links
24867 inside intangible areas.
24868 (mouse-save-then-kill): Minor simplification.
24869 (mouse-secondary-overlay): Make it always non-nil instead of
24870 recreating it each time.
24871 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
24872 (mouse-kill-secondary, mouse-secondary-save-then-kill):
24873 Simplify accordingly.
24874
24875 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24876
24877 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
24878
24879 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
24880
24881 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
24882 (ediff-file-name-sans-prefix): Treat nil as an empty string.
24883 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
24884 to patch.
24885
24886 * ediff-util.el: Use insert-buffer-substring.
24887
24888 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
24889
24890 * emulation/viper-cmd.el (viper-change-state): Don't move over the
24891 field boundaries in the minibuffer.
24892 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
24893 (viper-minibuffer-post-command-hook): New hook.
24894 (viper-line): Don't move cursor at bolp.
24895
24896 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
24897
24898 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
24899 avoid compiler warnings.
24900
24901 * emulation/viper-macs.el (ex-map): Better messages.
24902
24903 * emulation/viper-utils.el (viper-beginning-of-field): New function.
24904
24905 * emulation/viper.el: Replace make-variable-buffer-local with
24906 viper-make-variable-buffer-local everywhere, to avoid warnings.
24907
24908 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24909
24910 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
24911 Delete unused var `old-selected-window'.
24912 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
24913 (mouse-drag-secondary): Delete unused var `start-frame'.
24914
24915 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
24916
24917 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
24918
24919 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24920
24921 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
24922 Re-indent within 80 columns. Use inhibit-read-only.
24923
24924 2005-09-19 Romain Francoise <romain@orebokech.com>
24925
24926 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
24927
24928 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24929
24930 * font-lock.el (font-lock-default-fontify-region): Don't add a line
24931 unconditionally, since the after-change-function already did it.
24932
24933 2005-09-19 Miles Bader <miles@gnu.org>
24934
24935 * net/newsticker.el: Get rid of CVS keyword.
24936
24937 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
24938
24939 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
24940 The prompt is formatted later.
24941
24942 2005-09-19 David Ponce <david@dponce.com>
24943
24944 * tree-widget.el (tree-widget-value-create): Save the converted
24945 tree :node widget.
24946
24947 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
24948
24949 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
24950 variable `message'.
24951
24952 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
24953
24954 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
24955 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
24956 <slawomir.nowaczyk.847@student.lu.se>.
24957
24958 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
24959
24960 * image.el (image-load-path): Use symbol `data-directory' instead
24961 of its value, for backward compatibility with packages that bind
24962 it during `find-image'. Suggested by Katsumi Yamaoka.
24963 (image-search-load-path): Handle symbols whose values are strings.
24964
24965 2005-09-18 Romain Francoise <romain@orebokech.com>
24966
24967 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
24968 with-current-buffer form in save-excursion.
24969
24970 2005-09-18 Deepak Goel <deego@gnufans.org>
24971
24972 * apropos.el (apropos-command): Fix `message' call: first arg
24973 should be a format spec. In this and all other cases that appear
24974 below and elsewhere in the source code, I made a change only when
24975 two conditions were satisfied: [1] I can think of a possibility
24976 that the arguments would cause an error, for example, the code in
24977 question relies on external variables such as filenames. [2] I
24978 was sure that the arg to `message' could not have been nil in the code.
24979
24980 * textmodes/tildify.el (tildify-region): Ditto.
24981
24982 * textmodes/reftex-index.el (reftex-index-change-entry)
24983 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
24984 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
24985 * textmodes/org.el (org-complete, org-deadline, org-schedule)
24986 (org-priority, org-table-sum):
24987 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
24988 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
24989 (flyspell-word, flyspell-display-next-corrections):
24990 * textmodes/bibtex.el (bibtex-print-help-message):
24991 * textmodes/artist.el (artist-key-set-point-poly):
24992 * term/mac-win.el (mac-services-insert-text):
24993 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
24994 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
24995 (vhdl-port-paste-testbench, vhdl-compose-new-component)
24996 (vhdl-compose-configuration):
24997 * progmodes/sh-script.el (sh-blink, sh-show-indent)
24998 (sh-set-indent, sh-learn-line-indent):
24999 * progmodes/ps-mode.el (ps-mode-target-column):
25000 * progmodes/idlwave.el (idlwave-make-tags)
25001 (idlwave-scan-library-catalogs):
25002 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
25003 * progmodes/gud.el (gud-jdb-analyze-source):
25004 * progmodes/flymake.el (flymake-log):
25005 * progmodes/ebnf2ps.el (ebnf-generate-region):
25006 * progmodes/cmacexp.el (c-macro-expansion):
25007 * progmodes/ada-xref.el (ada-treat-cmd-string):
25008 * progmodes/ada-mode.el (ada-create-case-exception-substring)
25009 (ada-justified-indent-current, ada-batch-reformat):
25010 * play/zone.el (zone):
25011 * play/landmark.el (lm-move):
25012 * play/decipher.el (decipher-show-alphabet):
25013 * net/newsticker.el (newsticker--display-jump)
25014 (newsticker--display-scroll):
25015 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
25016 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
25017 * mail/feedmail.el (feedmail-dump-message-to-queue):
25018 * eshell/esh-proc.el (eshell-remove-process-entry):
25019 * emulation/ws-mode.el (ws-last-error):
25020 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
25021 (viper-record-kbd-macro):
25022 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
25023 * emacs-lisp/lisp-mnt.el (lm-report-bug):
25024 * emacs-lisp/find-func.el (find-function-noselect):
25025 * calendar/timeclock.el (timeclock-status-string)
25026 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
25027 (timeclock-when-to-leave-string):
25028 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
25029 * calc/calc-units.el (calc-enter-units-table):
25030 * calc/calc-mode.el (calc-mode-record-mode):
25031 * woman.el (woman-mini-help):
25032 * wdired.el (wdired-change-to-wdired-mode):
25033 * vc.el (vc-retrieve-snapshot):
25034 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
25035 * startup.el (display-startup-echo-area-message):
25036 * simple.el (set-goal-column):
25037 * ses.el (ses-command-hook, ses-recalculate-cell):
25038 * server.el (server-process-filter):
25039 * printing.el (pr-interface-txt-print, pr-interface-printify)
25040 (pr-interface-ps):
25041 * pcvs.el (cvs-help):
25042 * log-edit.el (log-edit, log-edit-mode-help):
25043 * iswitchb.el (iswitchb-possible-new-buffer):
25044 * isearch.el (isearch-edit-string):
25045 * image-mode.el (image-mode, image-minor-mode):
25046 * ibuf-macs.el (define-ibuffer-filter):
25047 * hi-lock.el (hi-lock-find-patterns):
25048 * files.el (toggle-read-only):
25049 * ediff-util.el (ediff-copy-diff)
25050 (ediff-write-merge-buffer-and-maybe-kill):
25051 * echistory.el (Electric-history-undefined):
25052 * dnd.el (dnd-insert-text):
25053 * dired-aux.el (dired-query):
25054 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
25055 * bookmark.el (bookmark-bmenu-locate):
25056 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
25057 Fix `message' calls to ensure first arg is a format string.
25058 The change was made only when these two conditions were satisfied:
25059 [1] when there is a possibility that the arguments would cause an error
25060 for example, if the code in question relies on external variables
25061 such as filenames, and
25062 [2] if the arg to `message' could not have been nil in the code.
25063
25064 * pcomplete.el (pcomplete--help): Fix `message' format spec.
25065 Not having a %s would be weird, though not technically wrong.
25066
25067 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25068
25069 * term/mac-win.el (mac-add-charset-info): Doc fix.
25070
25071 2005-09-17 Romain Francoise <romain@orebokech.com>
25072
25073 * shell.el (shell-resync-dirs): Handle echoing processes more
25074 reliably. Don't insert resync command if `comint-process-echoes'
25075 is non-nil.
25076
25077 2005-09-17 Magnus Henoch <mange@freemail.hu>
25078
25079 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
25080 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
25081 aspell versions >= 0.60.
25082 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
25083 only if ispell-aspell-supports-utf8 is non-nil.
25084
25085 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
25086
25087 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
25088 buffer-local value to lisp-indent-function.
25089
25090 2005-09-17 Milan Zamazal <pdm@zamazal.org>
25091
25092 * progmodes/glasses.el (glasses-make-readable): If
25093 glasses-separator differs from underscore, put appropriate
25094 overlays over underscore characters.
25095 (glasses-convert-to-unreadable): If glasses-separator differs from
25096 underscore, try to convert glasses-separator characters to
25097 underscores.
25098
25099 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
25100
25101 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
25102 Use with-syntax-table and dolist.
25103
25104 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
25105
25106 * textmodes/reftex-auc.el:
25107 * textmodes/reftex-cite.el:
25108 * textmodes/reftex-dcr.el:
25109 * textmodes/reftex-global.el:
25110 * textmodes/reftex-parse.el:
25111 * textmodes/reftex-ref.el:
25112 * textmodes/reftex-sel.el:
25113 * textmodes/reftex-toc.el:
25114 * textmodes/reftex-vars.el:
25115 * textmodes/reftex.el: Small changes to remove compiler warnings.
25116
25117 * textmodes/reftex-index.el: Likewise.
25118 (reftex-query-index-phrase): More efficient use of markers.
25119
25120 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
25121
25122 * image.el (image-load-path): New variable.
25123 (image-search-load-path): New function.
25124 (find-image): Search for images in `image-load-path'.
25125
25126 2005-09-15 Richard M. Stallman <rms@gnu.org>
25127
25128 * follow.el: Change Maintainer field.
25129
25130 2005-09-15 David Ponce <david@dponce.com>
25131
25132 * recentf.el (recentf-save-file-modes): New option.
25133 (recentf-save-list): Use it.
25134
25135 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
25136
25137 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
25138 (mode-line-mule-info, mode-line-modified): Move bindings from
25139 mouse-3 to mouse-1.
25140
25141 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
25142
25143 * simple.el (sendmail-user-agent-compose): Revert last change.
25144
25145 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
25146
25147 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
25148 Use with-current-buffer.
25149 (ange-ftp-gwp-start): Remove unused var `gw-user'.
25150 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
25151 (ange-ftp-insert-directory): Remove unused var `short'.
25152 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
25153
25154 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
25155 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
25156
25157 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
25158 (check-calendar-holidays, diary-list-entries): Autoload.
25159 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
25160 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
25161
25162 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
25163 which mistakenly removed a call to display-buffer.
25164
25165 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
25166
25167 * obsolete/iso-insert.el: Move to obsolete/ from international/.
25168
25169 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
25170
25171 * progmodes/hideshow.el
25172 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
25173 (hs-allow-nesting): New user var.
25174 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
25175 (hs-hide-block-at-point): When nesting allowed,
25176 if there is already an overlay in place, delete it.
25177 (hs-safety-is-job-n): Delete func; remove call sites.
25178 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
25179 (hs-overlay-at): New func.
25180 (hs-already-hidden-p, hs-show-block): Use it.
25181 (hs-hide-all): Don't pre-clean if nesting allowed.
25182 (hs-show-all): Temporarily disallow
25183 nesting around call to `hs-discard-overlays'.
25184
25185 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
25186
25187 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
25188 Delete unused local var.
25189
25190 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
25191
25192 * help-fns.el (describe-categories): "?\ " -> "?\s".
25193 (help-do-arg-highlight): Recognize also ARG-n, as in
25194 `move-to-left-margin' (ARG+n is already recognized). Simplify.
25195
25196 * international/codepage.el (dos-unsupported-char-glyph):
25197 * net/newsticker.el (tool-bar-map, w3-mode-map)
25198 (w3m-minor-mode-map):
25199 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
25200 (ent-alist):
25201 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
25202
25203 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
25204
25205 * custom.el (custom-push-theme): Handle the case where a symbol is
25206 bound but face properties have not yet been assigned.
25207
25208 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
25209 Fix behavior if noerase is `t' and there is no mail buffer.
25210
25211 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
25212 if `continue' is nil, rather than signal an error.
25213
25214 2005-09-12 Richard M. Stallman <rms@gnu.org>
25215
25216 * font-lock.el (font-lock-keywords): Add autoload.
25217
25218 * help-fns.el (describe-variable): Rearrange to put source link
25219 in a predictable place.
25220
25221 * net/newsticker.el: New file.
25222
25223 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
25224
25225 * calendar/calendar.el (calendar-for-loop): Add edebug info.
25226 (calendar-basic-setup): Use the new nil arg.
25227 (number-of-diary-entries): Move to diary-lib.el.
25228
25229 * calendar/diary-lib.el: Use with-current-buffer, match-string.
25230 (diary-list-entries): Use with-syntax-table and dolist.
25231 Rename from list-diary-entries.
25232 Use number-of-diary-entries if `number' is nil.
25233 (diary, diary-view-entries): Use this new name and new nil arg value.
25234 (number-of-diary-entries): Move from calendar.el.
25235 (diary-unhide-everything): New function.
25236 (include-other-diary-files, fancy-diary-display)
25237 (diary-show-all-entries, make-diary-entry): Use it.
25238 (diary-mail-entries): Use buffer-string.
25239 (mark-diary-entries): Fix long standing paren typo.
25240 (diary-sexp-entry): Use count-lines.
25241 (make-diary-entry): Avoid `previous-line'.
25242 (diary-mode-map): New var.
25243 (diary-mode): Redraw cal after saving. Setup header-line.
25244 (fancy-diary-display-mode): Use local-set-key.
25245
25246 * startup.el (command-line): Try calling various terminal-init-foo-bar
25247 functions by stripping hyphenated suffixes from $TERM.
25248
25249 * files.el (normal-mode): Check boundness of font-lock-keywords.
25250
25251 2005-09-12 Richard M. Stallman <rms@gnu.org>
25252
25253 * progmodes/compile.el: Don't decide a file's directory
25254 until the user actually tries to go there.
25255 (compilation-next-error-function):
25256 Pass compilation-find-file the directory from the file-struct.
25257 (compilation-internal-error-properties): Separate local FILE-STRUCT
25258 from FILE. Doc the args better. Rename arg FMT to FMTS.
25259 (compilation-find-file): Arg DIR renamed to DIRECTORY.
25260 Expand it, and if nil, use default-directory.
25261 (compilation-get-file-structure): Don't mix specified directory
25262 with default directory. Put specified directory into
25263 file-struct. Don't make the file name absolute.
25264
25265 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
25266 (compile-command): Add autoload.
25267 (compilation-disable-input): Add autoload.
25268
25269 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
25270
25271 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
25272 strings of the variables it can override.
25273 (time-stamp): New (as yet undocumented) time-stamp-format escapes
25274 %Q and %q, for fully-qualified domain name and unqualified host name.
25275
25276 2005-09-11 Kim F. Storm <storm@cua.dk>
25277
25278 * emacs-lisp/authors.el (authors-aliases): Update list.
25279 (authors-fixed-entries): Update mldrag.el entry.
25280
25281 2005-09-10 Alan Mackenzie <acm@muc.de>
25282
25283 * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
25284 delimiter from the region narrowed to.
25285
25286 2005-09-10 Magnus Henoch <mange@freemail.hu>
25287
25288 * textmodes/ispell.el (ispell-check-version): Signal an error if
25289 aspell version is less than 0.60.
25290
25291 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
25292
25293 * progmodes/octave-inf.el (inferior-octave-startup):
25294 Resync current dir at the end.
25295
25296 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
25297
25298 * woman.el (woman-topic-at-point-default):
25299 Rename to woman-use-topic-at-point-default.
25300 (woman-topic-at-point): Rename to woman-use-topic-at-point.
25301 (woman-file-name): Reflect renames above. Automatically use the
25302 word at point as topic if woman-use-topic-at-point is non-nil.
25303 Otherwise offer it as default but don't insert it in the
25304 minibuffer. Also use `test-completion' instead of `assoc' as
25305 suggested by Stefan Monnier.
25306
25307 2005-09-10 Andre Spiegel <spiegel@gnu.org>
25308
25309 * vc.el (vc-directory, vc-update-change-log): Throw an error on
25310 the attempt to do it over Tramp. This is not yet supported.
25311
25312 2005-09-10 Eli Zaretskii <eliz@gnu.org>
25313
25314 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
25315 (menu-bar-non-minibuffer-window-p): New functions.
25316 ("Split Window", "Save As..."): Use them.
25317 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
25318 ("Print Buffer", "Truncate Long Lines in this Buffer"):
25319 Use menu-bar-menu-frame-live-and-visible-p.
25320 ("Save Buffer", "Insert File", "Open Directory...")
25321 ("Open File...", "Visit New File..."):
25322 Use menu-bar-non-minibuffer-window-p.
25323 (kill-this-buffer-enabled-p, dired <menu-enable>):
25324 Use menu-bar-non-minibuffer-window-p.
25325
25326 2005-09-09 Eli Zaretskii <eliz@gnu.org>
25327
25328 * cus-start.el (all): Don't complain about fringe-related
25329 built-ins if fringes are not supported. Ditto about
25330 selection-related built-ins. Fix the test for GTK-related built-ins.
25331
25332 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
25333 ("Postscript Print Buffer", "Print Region", "Save As...")
25334 ("Save", "Insert File...", "Open Directory...")
25335 ("Open File...", "Visit New File..."")
25336 ("Truncate Long Lines in this Buffer"): Don't look at
25337 menu-updating-frame if this display does not support multiple frames.
25338
25339 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25340
25341 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
25342
25343 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
25344
25345 * woman.el: Format- and whitespace-related changes.
25346
25347 2005-09-09 Eli Zaretskii <eliz@gnu.org>
25348
25349 * woman.el: Fix my email address.
25350
25351 2005-09-08 Richard M. Stallman <rms@gnu.org>
25352
25353 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
25354 (sh-mode): Locally set skeleton-pair-default-alist.
25355
25356 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
25357
25358 * progmodes/flymake.el: Require `compile' unconditionally.
25359
25360 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
25361
25362 * woman.el (woman-file-name): Provide a default, not initial input.
25363
25364 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
25365
25366 * font-lock.el (font-lock-support-mode): Doc fix.
25367
25368 * descr-text.el (describe-property-list): Handle non-symbol prop names.
25369
25370 2005-09-08 Richard M. Stallman <rms@gnu.org>
25371
25372 * simple.el (blink-matching-open): Get rid of text props from
25373 the string shown in echo area. Don't permanently set point.
25374 Some rearrangements.
25375
25376 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
25377
25378 * recentf.el (recentf-filename-handler): Add custom choice
25379 `abbreviate-file-name'.
25380
25381 * msb.el (msb--very-many-menus): Fix typo.
25382
25383 * disp-table.el (standard-display-european): Don't set
25384 enable-multibyte-characters to nil.
25385
25386 2005-09-08 David Ponce <david@dponce.com>
25387
25388 * recentf.el (recentf-show-file-shortcuts-flag): New option.
25389 (recentf-expand-file-name): Doc fix.
25390 (recentf-dialog-mode-map): Define digit shortcuts.
25391 (recentf--files-with-key): New variable.
25392 (recentf-show-digit-shortcut-filter): New function.
25393 (recentf-open-files-items): New function.
25394 (recentf-open-files): Use it.
25395 (recentf-open-file-with-key): New command.
25396
25397 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
25398
25399 * buff-menu.el (Buffer-menu-sort-by-column): New function.
25400 Suggested by Kim F. Storm.
25401 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
25402 (Buffer-menu-make-sort-button): Use global keymap.
25403
25404 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
25405
25406 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
25407 (Man-getpage-in-background-advice): Remove defadvice; it isn't
25408 necessary any longer with the remapped command.
25409 (Man-bgproc-sentinel-advice): Remove defadvice which counts
25410 formatting time only.
25411
25412 * net/tramp.el (tramp-action-password)
25413 (tramp-multi-action-password): Compile the password prompt from
25414 `method', `user' and `host'. Sometimes it isn't obvious which
25415 password to enter, for example with remote files offered by
25416 recentf.el, or with multiple steps. Suggested by Robert Marshall
25417 <robert@chezmarshall.freeserve.co.uk>.
25418
25419 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
25420
25421 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
25422 Fix regexp for when "s///" is at the beginning of line.
25423
25424 2005-09-07 Jay Belanger <belanger@truman.edu>
25425
25426 * calc/calc-poly.el (math-expand-term): Multiply out any powers
25427 when in matrix mode.
25428
25429 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
25430
25431 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
25432 non-anonymous functions.
25433
25434 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
25435
25436 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
25437 when using a header line. Otherwise, use mouse-1-click-follows-link.
25438
25439 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
25440 can't be moved; don't signal an error.
25441
25442 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
25443
25444 * cus-theme.el (custom-theme-write-faces): Save the current face
25445 spec, not the defface spec.
25446
25447 * custom.el (custom-known-themes): Clarify meaning of "standard".
25448 (custom-push-theme): Save old values in the standard theme.
25449 (disable-theme): Correct typo.
25450 (custom-face-theme-value): Deleted unused function.
25451 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
25452
25453 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
25454
25455 * progmodes/compile.el (compilation-goto-locus): Take into account
25456 iconified frames when determining whether the buffer is
25457 already visible.
25458 Don't reset window height if the window already existed.
25459
25460 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
25461
25462 * custom.el (load-theme): Rename from require-theme.
25463 Add interactive spec.
25464 (enable-theme): Rename from custom-enable-theme.
25465 Add interactive spec.
25466 (disable-theme): Rename from custom-disable-theme.
25467 Add interactive spec.
25468 (custom-make-theme-feature): Doc fix.
25469 (custom-theme-directory): Doc fix.
25470 (provide-theme): Call enable-theme.
25471
25472 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
25473
25474 * obsolete/lazy-lock.el (lazy-lock-mode):
25475 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
25476 font-lock-mode if it's off. Print a warning instead.
25477
25478 * progmodes/compile.el (compilation-start): Ignore errors if the
25479 process died before we get to send-eof.
25480
25481 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
25482 Undo last change. Enclosing the result in quotes broke things on Unix
25483 since tex-send-command passes it through shell-quote-argument.
25484 (tex-send-command): Pass `file' through convert-standard-filename
25485 when possible.
25486 (tex-uptodate-p): Handle the case where TeX hasn't put additional
25487 info in a transcript.
25488
25489 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
25490
25491 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
25492 fix compilation warning. Reorder the key definitions to group
25493 together keys emitted by the current version of xterm.
25494
25495 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
25496 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
25497 Reorder predicates to correct min-color usage.
25498
25499 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
25500
25501 * longlines.el (longlines-mode): Inhibit read-only when encoding.
25502 Kill local variables when longlines-mode is turned off.
25503
25504 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
25505
25506 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
25507
25508 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
25509
25510 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
25511
25512 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
25513 (font-lock-lines-before): Change default to being inactive.
25514 (font-lock-default-fontify-region): Obey font-lock-lines-before.
25515 (font-lock-after-change-function): Don't handle f-l-lines-before here.
25516
25517 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25518
25519 * net/tramp.el (tramp-handle-make-auto-save-file-name):
25520 Deactivate temporarily advice if active (not needed for Emacs 22,
25521 but for backwards compatibility).
25522 (tramp-exists-file-name-handler): Rewrite. First implementation
25523 was too simple.
25524 (tramp-advice-make-auto-save-file-name):
25525 Call `tramp-handle-make-auto-save-file-name' (again, just for
25526 backwards compatibility).
25527
25528 2005-08-31 Reto Zimmermann <reto@gnu.org>
25529
25530 * progmodes/vhdl-mode.el
25531 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
25532 (vhdl-end-p): Fix indentation bug "else" after "-- when".
25533 (vhdl-set-default-project): New function (easier setting of default).
25534 (vhdl-port-copy): Handle extended identifiers for generics.
25535 (vhdl-compiler-alist): Better description for error message regexp.
25536 (vhdl-make): Query for target, use previous as default.
25537 (vhdl-port-copy): Fix port copy for port names starting with "signal".
25538 (vhdl-font-lock-keywords-2): Fix fontification for record
25539 el. assign.
25540 (vhdl-speedbar-make-subpack-line): Add package body link.
25541 (vhdl-generate-makefile-1): Not include itself as dependency.
25542 (vhdl-font-lock-init): Highlight c-preprocessor directives.
25543 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
25544 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
25545 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
25546 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
25547 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
25548 (vhdl-import-project): Add string argument for `error'.
25549 (vhdl-compose-configuration)
25550 (vhdl-compose-configuration-architecture): Add configuration
25551 declaration generation.
25552 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
25553 (vhdl-trailer-re): Add "record" keyword (better indentation).
25554 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
25555 "[^ \t-\"]+".
25556 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
25557 (vhdl-testbench-entity-file-name)
25558 (vhdl-testbench-architecture-file-name): Allow separate
25559 customization of testbench file names.
25560 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
25561 (vhdl-get-visible-signals): Allow newline within alias declaration.
25562 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
25563 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
25564 (member-ignore-case): Alias for missing function in XEmacs.
25565 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
25566 (vhdl-update-sensitivity-list): Ignore case on read signals.
25567 (vhdl-replace-string): Adjust case only for file names.
25568 (vhdl-update-sensitivity-list): Fix search for read signals.
25569 (vhdl-update-sensitivity-list): Exclude formal parameters.
25570 (vhdl-get-visible-signals): Include aliases of signals.
25571 (vhdl-get-visible-signals): Fix signal name searching.
25572 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
25573 (vhdl-fixup-whitespace-region): Fix for character
25574 literals (e.g. `:').
25575
25576 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
25577
25578 * ansi-color.el (comint-last-output-start):
25579 * bs.el (font-lock-verbose):
25580 * diff-mode.el (add-log-buffer-file-name-function):
25581 * dired-x.el (vm-folder-directory):
25582 * faces.el (help-xref-stack-item):
25583 * files.el (font-lock-keywords):
25584 * find-lisp.el (dired-buffers, dired-subdir-alist):
25585 * ido.el (cua-inhibit-cua-keys):
25586 * log-view.el (cvs-minor-wrap-function):
25587 * outline.el (font-lock-warning-face):
25588 * simple.el (compilation-current-error):
25589 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
25590 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
25591 * tooltip.el (comint-prompt-regexp):
25592 * w32-fns.el (explicit-shell-file-name):
25593 * term/mac-win.el (mac-charset-info-alist)
25594 (mac-services-selection, mac-system-script-code):
25595 * term/tty-colors.el (msdos-color-values):
25596 * term/w32-win.el (xlfd-regexp-registry-subnum):
25597 * term/x-win.el (x-keysym-table, x-selection-timeout)
25598 (x-session-id, x-session-previous-id):
25599 * textmodes/ispell.el (mail-yank-prefix):
25600 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
25601 * textmodes/org.el (calc-embedded-close-formula)
25602 (calc-embedded-open-formula)
25603 (font-lock-unfontify-region-function):
25604 * textmodes/reftex-global.el (isearch-next-buffer-function)
25605 (TeX-master):
25606 * textmodes/reftex.el (font-lock-keywords):
25607 * textmodes/tex-mode.el (font-lock-comment-face)
25608 (font-lock-doc-face):
25609 * textmodes/texinfo.el (outline-heading-alist):
25610 Add defvars.
25611
25612 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
25613 (artist-spray-chars, artist-mode-init, artist-replace-string)
25614 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
25615 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
25616 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
25617
25618 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
25619 (conf-align-assignments): "?\ " -> "?\s".
25620
25621 * textmodes/reftex-index.el (TeX-master): Add defvar.
25622 (reftex-index-phrases-marker): Move up defvar.
25623
25624 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
25625 (reftex-toc-include-labels-indicator)
25626 (reftex-toc-include-index-indicator)
25627 (reftex-toc-max-level-indicator): Move up declarations.
25628
25629 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
25630 of args to `tramp-run-real-handler', even if it's empty in this case.
25631
25632 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25633
25634 * dired.el (dired-move-to-filename-regexp): Add date format for
25635 Mac OS X 10.3 in East Asian locales.
25636
25637 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25638
25639 * files.el (make-auto-save-file-name): Add file name handler call
25640 if applicable.
25641
25642 * net/tramp.el (tramp-file-name-handler-alist)
25643 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
25644 (tramp-handle-make-auto-save-file-name): Rename from
25645 `tramp-make-auto-save-file-name'.
25646 (tramp-exists-file-name-handler): New defun.
25647 (tramp-advice-make-auto-save-file-name): Make defadvice only when
25648 `make-auto-save-file-name' is not a magic file name operation.
25649
25650 2005-08-30 Richard M. Stallman <rms@gnu.org>
25651
25652 * files.el (risky-local-variable-p):
25653 Match `-predicates' and `-commands.
25654
25655 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
25656 (custom-save-all): Visit the file if necessary;
25657 kill the buffer if we created it.
25658 (custom-save-delete): Don't visit file or kill buffer here.
25659
25660 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
25661
25662 * textmodes/org.el (org-special-keyword): New face.
25663 (org-table-copy-down, org-table-eval-formula)
25664 (org-table-recalculate, org-init-section-numbers):
25665 Use `string-to-number' instead of `string-to-int'.
25666 (org-get-location): Use `insert-buffer-substring' instead of
25667 `insert-buffer'.
25668 (org-modify-diary-entry-string): New function.
25669 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
25670 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
25671 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
25672 active region.
25673 (org-export-as-html): Handle QUOTE keyword.
25674 (org-quote-string): New option.
25675 (org-bookmark-jump-unhide): New function, used for
25676 `bookmark-after-jump-hook'.
25677 (org-diary-default-entry): Apply only when not called through
25678 `org-agenda'.
25679
25680 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
25681
25682 * net/eudc.el (mode-popup-menu):
25683 * play/handwrite.el (ps-printer-name, ps-lpr-command):
25684 * progmodes/ada-mode.el (compile-auto-highlight)
25685 (skeleton-further-elements):
25686 * progmodes/autoconf.el (font-lock-syntactic-keywords):
25687 * progmodes/cmacexp.el (msdos-shells):
25688 * progmodes/compile.el (font-lock-extra-managed-props)
25689 (font-lock-keywords, font-lock-maximum-size)
25690 (font-lock-support-mode):
25691 * progmodes/grep.el (font-lock-lines-before):
25692 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
25693 * progmodes/mixal-mode.el (compile-command):
25694 * progmodes/perl-mode.el (font-lock-comment-face)
25695 (font-lock-doc-face, font-lock-string-face):
25696 * progmodes/prolog.el (comint-prompt-regexp):
25697 * progmodes/sh-script.el (font-lock-comment-face)
25698 (font-lock-set-defaults, font-lock-string-face):
25699 * progmodes/sql.el (font-lock-keyword-face)
25700 (font-lock-set-defaults, font-lock-string-face):
25701 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
25702 (itimer-version, lazy-lock-defer-contextually)
25703 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
25704 Add defvars.
25705
25706 * progmodes/cperl-mode.el (cperl-electric-lbrace)
25707 (cperl-electric-keyword, cperl-electric-pod)
25708 (cperl-electric-backspace, cperl-forward-re)
25709 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
25710 (vc-rcs-header, vc-sccs-header): Add defvars.
25711
25712 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
25713 (font-lock-syntactic-keywords, gud-find-expr-function):
25714 Add defvars.
25715
25716 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
25717 (gdb-frame-parameters): Declare before use.
25718
25719 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
25720 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
25721 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
25722 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
25723
25724 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
25725 (idlwave-help-with-source): Use `insert-buffer-substring', not
25726 `insert-buffer'.
25727
25728 2005-08-29 Juri Linkov <juri@jurta.org>
25729
25730 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
25731 Put outline-back-to-heading function call inside save-excursion.
25732
25733 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
25734
25735 * man.el (Man-init-defvars, Man-translate-references)
25736 (Man-support-local-filenames, Man-highlight-references):
25737 * progmodes/sql.el (sql-interactive-mode):
25738 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
25739
25740 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
25741 (compilation-mode-font-lock-keywords): Add defvars.
25742 (checkdoc-interactive-loop): "?\ " -> "?\s".
25743
25744 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
25745 (font-lock-doc-face, font-lock-string-face)
25746 (font-lock-keywords-case-fold-search): Add defvars.
25747 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
25748
25749 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
25750 Don't pass X and Y (they are ignored anyway).
25751 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
25752 (mouse-delete-window): Make arguments optional.
25753
25754 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
25755 (caesar-translate-table, minor-modes, news-buffer-save)
25756 (news-group-name, news-minor-modes): Add defvars.
25757
25758 * emacs-lisp/lselect.el (mouse-highlight-priority)
25759 (x-lost-selection-functions, zmacs-regions):
25760 * emacs-lisp/pp.el (font-lock-verbose):
25761 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
25762 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
25763 (ses-mode-map):
25764 * emacs-lisp/tcover-unsafep.el (safe-functions):
25765 * international/mule-cmds.el (mac-system-coding-system)
25766 (mac-system-locale):
25767 * language/ethio-util.el (rmail-current-message)
25768 (rmail-message-vector):
25769 * language/thai-util.el (thai-auto-composition-mode):
25770 * mail/metamail.el (rmail-current-message, rmail-message-vector):
25771 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
25772 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
25773 (vm-primary-inbox, vm-spool-files):
25774 * mail/rmail.el (deleted-head, font-lock-fontified)
25775 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
25776 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
25777 (total-messages):
25778 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
25779 (rmail-summary-mode-map):
25780 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
25781 (rmail-last-label, rmail-last-multi-labels)
25782 (rmail-summary-vector, rmail-total-messages):
25783 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
25784 * mail/rmailsum.el (msgnum):
25785 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
25786 (rmail-current-message):
25787 * obsolete/fast-lock.el (font-lock-face-list):
25788 * obsolete/rnewspost.el (mail-reply-buffer):
25789 * obsolete/scribe.el (compile-command):
25790 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
25791
25792 2005-08-28 John Paul Wallington <jpw@gnu.org>
25793
25794 * ibuf-ext.el (ibuffer-auto-update-changed):
25795 Use `frame-or-buffer-changed-p' to check whether we need to update.
25796 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
25797 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
25798 as a `frame-or-buffer-changed-p' state vector instead.
25799
25800 2005-08-27 Romain Francoise <romain@orebokech.com>
25801
25802 * textmodes/makeinfo.el (makeinfo-compile):
25803 Use `compilation-start'. Set `next-error-function' according to
25804 `disable-errors'.
25805 (makeinfo-next-error): New function.
25806 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
25807 (makeinfo-buffer): Likewise.
25808
25809 * progmodes/compile.el (compilation-start): Add autoload cookie.
25810
25811 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
25812 * textmodes/sgml-mode.el: Likewise.
25813 * progmodes/python.el: Likewise.
25814
25815 2005-08-27 Eli Zaretskii <eliz@gnu.org>
25816
25817 * simple.el (blink-matching-paren-distance): Document the meaning
25818 of nil value, and allow to customize to nil.
25819
25820 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
25821 command.com, not command.exe.
25822
25823 2005-08-26 John Wiegley <johnw@newartisans.com>
25824
25825 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
25826 code around a bit so that an extraneous nil argument is not added
25827 to a command when no args are given.
25828
25829 * eshell/esh-arg.el (eshell-parse-double-quote): If a
25830 double-quoted argument resolves to nil, return it as an empty
25831 string rather than as nil. This made it impossible to pass "" to
25832 a shell script as a null string argument.
25833
25834 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
25835
25836 * outline.el (outline-invent-heading): New fun.
25837 (outline-promote, outline-demote): Use it.
25838 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
25839 (outline-end-of-subtree): Remove unused var `opoint'.
25840
25841 2005-08-26 David Reitter <david.reitter@gmail.com>
25842
25843 * menu-bar.el (truncate-lines, write-file, print-buffer)
25844 (ps-print-buffer-faces, ps-print-buffer, split-window):
25845 Disable menu items when the frame they refer to is invisible, or when
25846 they refer to a buffer and the minibuffer is selected.
25847
25848 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
25849
25850 * progmodes/flymake.el (flymake-highlight-err-lines):
25851 Use save-excursion around flymake-highlight-line to preserve point.
25852
25853 2005-08-26 Eli Zaretskii <eliz@gnu.org>
25854
25855 * progmodes/octave-mod.el: Change Author and Maintainer address.
25856 (octave-maintainer-address): Change Kurt's email address.
25857 * progmodes/octave-inf.el: Change Author and Maintainer address.
25858 * progmodes/octave-hlp.el: Change Author and Maintainer address.
25859
25860 2005-08-26 Kim F. Storm <storm@cua.dk>
25861
25862 * subr.el (version-list-<, version-list-<=, version-list-=):
25863 Rename from integer-list-*.
25864 (version-list-not-zero): Likewise. Fix while loop.
25865 (version=): Use version-list-= instead of string-equal.
25866
25867 2005-08-26 Richard M. Stallman <rms@gnu.org>
25868
25869 * outline.el (outline-promote): Try shortening the heading.
25870 As last resort, read the heading to use.
25871 (outline-demote): As last resort, read the heading to use.
25872
25873 2005-08-26 Romain Francoise <romain@orebokech.com>
25874
25875 * progmodes/compile.el (compilation-start): Doc fix.
25876
25877 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
25878 (antlr-font-lock-additional-keywords): Fix reference to
25879 `antlr-font-lock-literal-regexp' erroneously changed during the
25880 mass face rename.
25881 (antlr-run-tool): Use `compilation-start'.
25882
25883 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
25884 instead of the obsolete `compile-internal'.
25885
25886 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
25887
25888 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
25889 (number, original-date):
25890 * calendar/cal-china.el (date):
25891 * calendar/cal-coptic.el (date):
25892 * calendar/cal-french.el (date):
25893 * calendar/cal-hebrew.el (date, entry, number, original-date):
25894 * calendar/cal-islam.el (date, number, original-date):
25895 * calendar/cal-iso.el (date):
25896 * calendar/cal-julian.el (date):
25897 * calendar/cal-mayan.el (date):
25898 * calendar/cal-menu.el (date, event):
25899 * calendar/cal-persia.el (date):
25900 * calendar/lunar.el (date):
25901 * calendar/solar.el (date): Add defvars.
25902
25903 * emerge.el:
25904 * ibuffer.el:
25905 * info-xref.el:
25906 * obsolete/bg-mouse.el:
25907 * obsolete/sun-curs.el:
25908 * obsolete/swedish.el: Move the `defvar's to the top level.
25909
25910 * smerge-mode.el (smerge-refined-change): Add :group.
25911
25912 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
25913
25914 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
25915 (smerge-keep-n): Remove props.
25916 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
25917 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
25918 now that it's done in smerge-keep-n.
25919 (smerge-refined-change): New face.
25920 (smerge-refine-chopup-region, smerge-refine-highlight-change)
25921 (smerge-refine): New funs.
25922 (smerge-basic-map): Bind smerge-refine.
25923
25924 2005-08-25 Juri Linkov <juri@jurta.org>
25925
25926 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
25927 compilation-process-setup-function and compilation-disable-input
25928 in grep-mode instead of let-bindings in grep.
25929
25930 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
25931 Delete "Automatic File De/compression" (auto-compression-mode).
25932
25933 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
25934
25935 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
25936 Silence warning about non-existent variable.
25937
25938 2005-08-25 Richard M. Stallman <rms@gnu.org>
25939
25940 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
25941 Rename "Describe Key" to "Describe Key or Mouse Operation".
25942
25943 * mail/mailalias.el (build-mail-aliases): Delete comments
25944 from the contents before processing them.
25945
25946 * isearch.el (isearch-edit-string): Erase the Search prompt
25947 if user enters an empty string and there is no default.
25948
25949 * comint.el (comint-file-name-prefix): Add autoload.
25950
25951 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
25952
25953 * subr.el (play-sound): Rearrange to avoid warning.
25954
25955 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
25956
25957 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
25958 New hook.
25959 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
25960
25961 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
25962
25963 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
25964
25965 * custom.el (custom-theme-set-variables): Sort minor modes last.
25966
25967 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25968
25969 * subr.el (version-separator, version-regexp-alist): New vars used by
25970 version comparison funs.
25971 (integer-list-<, integer-list-=, integer-list-<=)
25972 (integer-list-not-zero): New funs for integer list comparison.
25973 (version-to-list, version=, version<, version<=): New funs for version
25974 comparison.
25975
25976 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
25977
25978 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
25979 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
25980 time to silence the byte-compiler.
25981
25982 * ibuffer.el (ibuffer-compile-make-eliding-form)
25983 (ibuffer-check-formats): Use `with-no-warnings' to hide references
25984 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
25985 so it's silly to get warnings for it).
25986 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
25987 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
25988 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
25989 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
25990 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
25991 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
25992 Defvar at compile time.
25993 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
25994 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
25995 Declare them before use.
25996
25997 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
25998 (info-xref-good, info-xref-bad): Defvar at compile time.
25999
26000 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
26001 Use `let*' instead of `let'.
26002
26003 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
26004 (*mouse-y*, menu, char): Defvar at compile time.
26005 (sc::menu): Declare it before use.
26006 (sc::pack-one-line): Use `let', not `let*'.
26007
26008 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
26009 (mail-send-hook): Defvar at compile time.
26010
26011 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
26012 Defvar at compile time.
26013
26014 * term/sun-mouse.el (current-global-mousemap)
26015 (current-local-mousemap): Declare them before use.
26016
26017 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
26018
26019 * bookmark.el (bookmark-after-jump-hook): New hook.
26020 (bookmark-jump): Run `bookmark-after-jump-hook'.
26021
26022 2005-08-23 Juri Linkov <juri@jurta.org>
26023
26024 * faces.el (minibuffer-prompt): Doc fix.
26025
26026 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
26027
26028 * progmodes/xscheme.el: Trivial changes to silence warnings.
26029 (xscheme-previous-mode, xscheme-previous-process-state):
26030 Add defvars.
26031 (xscheme-last-input-end, xscheme-process-command-line)
26032 (xscheme-process-name, xscheme-buffer-name)
26033 (xscheme-expressions-ring-max, xscheme-expressions-ring)
26034 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
26035 (xscheme-control-g-synchronization-p)
26036 (xscheme-control-g-disabled-p, xscheme-string-receiver)
26037 (default-xscheme-runlight, xscheme-runlight)
26038 (xscheme-runlight-string, xscheme-process-filter-state)
26039 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
26040 Move to beginning of file.
26041 (scheme-interaction-mode-commands-alist)
26042 (scheme-interaction-mode-map, scheme-debugger-mode-map):
26043 Declare them before use. Note: the initialization code for the
26044 variables has not been moved because it uses functions that reference
26045 the variables.
26046 (xscheme-control-g-message-string, xscheme-process-filter-alist)
26047 (xscheme-prompt-for-expression-map): Declare them before use.
26048 (scheme-debugger-mode-commands): "?\ " -> "?\s".
26049
26050 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
26051
26052 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
26053
26054 2005-08-22 Juri Linkov <juri@jurta.org>
26055
26056 * faces.el (set-face-underline): Delete this duplicate function
26057 and make an obsolete alias to set-face-underline-p.
26058 (set-face-underline-p): Use docstring of set-face-underline.
26059 (describe-face): Create hyperlink to parent face.
26060
26061 * info.el (Info-insert-dir): Use save-excursion around
26062 insert-buffer-substring.
26063 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
26064 (Info-escape-percent): Delete function.
26065 (Info-fontify-node): Replace Info-escape-percent by
26066 replace-regexp-in-string with REP arg set to lambda that
26067 duplicates `%' and preserves text properties.
26068
26069 * progmodes/compile.el (compilation-disable-input): Doc fix.
26070 (define-compilation-mode): Doc fix and refill.
26071 (kill-compilation): Use `mode-name' in the error message.
26072 (compilation-find-file): Use `compilation-error' in the
26073 read-file-name's prompt.
26074
26075 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
26076
26077 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
26078 (smerge-auto-leave): Make undo re-enable the mode.
26079 (debug-ignored-errors): Add the user-error of impossible resolution.
26080 (smerge-resolve): Move things around a bit, in preparation for later.
26081 (smerge-diff): Don't fail if the buffer has no associated file.
26082 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
26083 (smerge-conflict-overlay): New function.
26084 (smerge-match-conflict): Don't add text properties here.
26085 (smerge-find-conflict): Instead, add an overlay here.
26086 Also check for the case where we're inside a conflict already, so as to
26087 obviate the need for font-lock-multiline, which is unbearably slow with
26088 large conflicts and ciomplex font-lock patterns.
26089 (smerge-remove-props): Remove overlay rather than text-properties.
26090 (smerge-mode): Don't set font-lock-multiline.
26091 Remove overlays when turned off.
26092
26093 2005-08-21 Kim F. Storm <storm@cua.dk>
26094
26095 * ido.el (ido-ignore-item-p): Use save-match-data.
26096 Bind case-fold-search to ido-case-fold locally.
26097
26098 2005-08-20 Richard M. Stallman <rms@gnu.org>
26099
26100 * files.el (normal-mode): If font lock is on, turn it off and on.
26101
26102 * subr.el (replace-regexp-in-string): Doc fix.
26103
26104 * startup.el (command-line-1): Don't suppress startup screen
26105 due to existing processes.
26106
26107 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
26108
26109 * progmodes/compile.el (compilation-disable-input): Default to nil.
26110
26111 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
26112
26113 * progmodes/compile.el (compilation-disable-input): New defcustom.
26114 (compilation-start): If compilation-disable-input is non-nil, send
26115 EOF to the compilation process.
26116
26117 2005-08-20 Eli Zaretskii <eliz@gnu.org>
26118
26119 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
26120 Run the argument of tex-shell-cd-command through
26121 convert-standard-filename, to get the correct style of slashes on
26122 Windows, and enclose the result in quotes, in case the file name
26123 includes whitespace or other special characters.
26124
26125 2005-08-19 Andreas Schwab <schwab@suse.de>
26126
26127 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
26128 process.
26129
26130 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
26131
26132 * cus-start.el (minibuffer-prompt-properties): Correct typo.
26133
26134 2005-08-18 Kim F. Storm <storm@cua.dk>
26135
26136 * scroll-lock.el: Fix errors due to incorrect line wrapping.
26137
26138 2005-08-18 Richard M. Stallman <rms@gnu.org>
26139
26140 * scroll-lock.el: New file.
26141
26142 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
26143
26144 * dired.el (dired-move-to-end-of-filename):
26145 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
26146
26147 2005-08-18 Kim F. Storm <storm@cua.dk>
26148
26149 * ido.el (ido-everywhere): Fix defcustom :set function to disable
26150 rather than toggle mode when custom value is nil.
26151 (ido-everywhere): Fix defun doc string.
26152
26153 2005-08-17 Richard M. Stallman <rms@gnu.org>
26154
26155 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
26156 as tag instead of "Inviolable".
26157
26158 2005-08-17 Kim F. Storm <storm@cua.dk>
26159
26160 * windmove.el (windmove-coordinates-of-position): Remove.
26161 (windmove-coordinates-of-window-position): Remove.
26162 (windmove-reference-loc): Use posn-at-point instead.
26163
26164 * subr.el (insert-for-yank-1): Doc fix.
26165
26166 * ido.el (ido-enter-matching-directory): Rename from
26167 ido-enter-single-matching-directory. Change `slash' choice to
26168 `only'. Add `first' choice.
26169 (ido-exhibit): Adapt to above changes.
26170
26171 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
26172
26173 * Makefile.in: Expand comment about building loaddefs.el.
26174
26175 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
26176
26177 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
26178 Comment use of defadvice.
26179
26180 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
26181
26182 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
26183
26184 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
26185 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
26186 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
26187 * progmodes/idlw-shell.el, progmodes/ld-script.el,
26188 * progmodes/which-func.el, ruler-mode.el, strokes.el,
26189 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
26190 for backward compatibility for faces that did not appear in the
26191 previous Emacs release.
26192
26193 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
26194
26195 2005-08-15 Kim F. Storm <storm@cua.dk>
26196
26197 * emulation/cua-base.el (cua-delete-region): Return t if
26198 deleted region was non-empty.
26199 (cua-replace-region): Inhibit overwrite-mode for
26200 self-insert-command if replaced region was non-empty.
26201 (cua--explicit-region-start, cua--status-string): Make them
26202 buffer-local at top-level...
26203 (cua-mode): ...rather than when mode is enabled.
26204
26205 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
26206
26207 * progmodes/vhdl-mode.el (vhdl-emacs-21):
26208 Set t for Emacs 21, 22, and so on.
26209
26210 2005-08-15 David Ponce <david@dponce.com>
26211
26212 * tree-widget.el: Update Commentary header.
26213 (tree-widget-theme): Doc fix.
26214 (tree-widget-space-width): New option.
26215 (tree-widget-image-properties): Look up in the default theme too.
26216 (tree-widget--cursors): Only for images with arrow pointer shape.
26217 (tree-widget-lookup-image): Pointer shape is hand by default.
26218 (tree-widget-icon): Rename generic icon widget from
26219 `tree-widget-control'.
26220 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
26221 derive from `tree-widget-icon'.
26222 (tree-widget-handle): Improve default look and feel of the text
26223 representation.
26224 (tree-widget): Rename :*-control properties to :*-icon properties.
26225 Add :action and :help-echo properties.
26226 (tree-widget-after-toggle-functions): Move.
26227 (tree-widget-close-node, tree-widget-open-node): Remove.
26228 (tree-widget-before-create-icon-functions): New hook.
26229 (tree-widget-value-create): Update to allow customization of icons
26230 and nodes at run-time via that new hook.
26231 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
26232 (tree-widget-icon-action, tree-widget-icon-help-echo)
26233 (tree-widget-action, tree-widget-help-echo): New functions.
26234
26235 2005-08-15 Kim F. Storm <storm@cua.dk>
26236
26237 * ido.el (ido-buffer-internal): Use with-no-warnings.
26238 (ido-make-merged-file-list): Use while-no-input.
26239
26240 2005-08-15 Richard M. Stallman <rms@gnu.org>
26241
26242 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
26243 (flyspell-large-region): Fix doc and custom type.
26244
26245 2005-08-14 Richard M. Stallman <rms@gnu.org>
26246
26247 * files.el (interpreter-mode-alist): Doc fix.
26248
26249 * mail/rmail.el (rmail-nonignored-headers): New variable.
26250 (rmail-clear-headers): Use it.
26251 (rmail-reply): Better handling of mail-followup-to header.
26252
26253 * progmodes/sh-script.el (sh-font-lock-keywords-var):
26254 Rename variable from sh-font-lock-keywords. In the `shell' entry,
26255 don't try to refer to executable-font-lock-keywords.
26256 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
26257 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
26258 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
26259 (sh-mode): Set comment-start-skip, local-abbrev-table,
26260 imenu-case-fold-search.
26261 (sh-set-shell): Don't set them here.
26262 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
26263 Don't cache the results in the original alist; don't ever modify
26264 that alist.
26265
26266 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
26267
26268 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
26269 empty.
26270
26271 2005-08-15 Andreas Schwab <schwab@suse.de>
26272
26273 * desktop.el: Put autoload cookie at risky-local-variable declarations.
26274
26275 * dired.el, info.el, mail/rmail.el: Revert last change.
26276
26277 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
26278
26279 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
26280 modification in `eval-after-load' form.
26281 * info.el: Likewise.
26282 * mail/rmail.el: Likewise.
26283
26284 2005-08-14 Juri Linkov <juri@jurta.org>
26285
26286 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26287 Remove highlighting of "Compilation started". Highlight only
26288 the word "finished" in "Compilation finished". Add highlighting
26289 of "interrupt", "killed", "terminated" and the exit code.
26290 (compilation-start): Add newline after header. Use exactly the
26291 same time stamp format as the finishing message.
26292 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
26293
26294 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
26295 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
26296 Add highlighting of "interrupt", "killed", "terminated".
26297
26298 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
26299 enabled and the current command is self-insert-command, call it
26300 explicitly with overwrite-mode bound to nil, to not allow it
26301 to delete the character after the selected region.
26302
26303 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
26304
26305 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
26306 move-end-of-line, end-of-line, and beginning-of-line to the list
26307 of commands after which the echo area is updated.
26308
26309 2005-08-12 Eli Zaretskii <eliz@gnu.org>
26310
26311 * cus-edit.el (custom-save-all, custom-save-delete):
26312 Bind recentf-exclude to exclude custom-file.
26313
26314 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
26315
26316 * mail/rmailsum.el (rmail-summary-end-of-message): New command
26317 to go to the bottom of the mail message. Added to
26318 `rmail-summary-mode-map' with key "/".
26319 (rmail-summary-show-message): New (internal) function for use by
26320 both `rmail-summary-beginning/end-of-message'.
26321 (rmail-summary-beginning-of-message): Change to use
26322 rmail-summary-show-message.
26323
26324 * mail/rmail.el (rmail-end-of-message): New command to go to the
26325 end of the current message. Added to `rmail-mode-map' with key "/".
26326 (rmail-beginning-of-message): Fix to work as documented.
26327 (rmail-mode): Change documentation.
26328
26329 * progmodes/compile.el (compilation-start): Add the line
26330 "Compilation started" with compilation start time.
26331 (compilation-mode-font-lock-keywords): Add `started' to keywords.
26332
26333 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
26334
26335 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
26336 of menu items.
26337
26338 2005-08-11 Richard M. Stallman <rms@gnu.org>
26339
26340 * simple.el (pop-global-mark): Reverse test of widen-automatically.
26341
26342 * battery.el (battery-status-function): Don't use ignore-errors.
26343
26344 2005-08-11 Lute Kamstra <lute@gnu.org>
26345
26346 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
26347 define-obsolete-variable-alias.
26348
26349 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
26350
26351 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
26352 (ange-ftp-send-cmd): Revert last change, and expand
26353 the comment explaining the problem.
26354
26355 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
26356
26357 * ldefs-boot.el: Update.
26358
26359 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
26360 item to "Time, Load and Mail". Change help echo text.
26361
26362 * time.el (display-time-use-mail-icon, display-time-format)
26363 (display-time-string-forms): Shorten first line of docstrings.
26364
26365 2005-08-10 Lars Hansen <larsh@soem.dk>
26366
26367 * desktop.el (desktop-buffer-mode-handlers):
26368 Make non-customizable. Add autoload cookie. Change initial value to
26369 nil; add elements in respective modules instead. Fix doc string.
26370 (desktop-load-file): New function.
26371 (desktop-minor-mode-handlers): New autoloaded variable.
26372 (desktop-create-buffer): Call minor mode handlers.
26373 Use desktop-load-file to load major and minor mode modules prior to
26374 checking for a handler.
26375 (desktop-save): Don't add nil to desktop-minor-modes for minor
26376 modes with nil function in desktop-minor-mode-table. Don't delete
26377 desktop file before rewriting it.
26378 (desktop-locals-to-save): Add autoload cookie. Don't make
26379 automatically buffer-local. Add variables column-number-mode,
26380 size-indication-mode, indent-tabs-mode,
26381 indicate-buffer-boundaries, indicate-empty-lines and
26382 show-trailing-whitespace.
26383 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
26384 regexps. Don't use desktop-clear-preserve-buffers-regexp.
26385 (desktop-clear-preserve-buffers-regexp): Delete.
26386 (desktop-clear-preserve-buffers): Update initial value and docstring.
26387 (desktop-save-buffer): Fix doc string.
26388
26389 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
26390 (hilit-chg-desktop-restore): New function.
26391 (highlight-changes-mode): Add highlight-changes-mode to
26392 desktop-locals-to-save.
26393
26394 * dired.el: Add handler to desktop-buffer-mode-handlers.
26395 (dired-restore-desktop-buffer): Remove autoload cookie.
26396 (dired-mode): Add autoload cookie.
26397
26398 * info.el: Add handler to desktop-buffer-mode-handlers.
26399 (Info-restore-desktop-buffer): Remove autoload cookie.
26400 (Info-mode): Add autoload cookie.
26401
26402 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
26403 (mh-restore-desktop-buffer): Remove autoload cookie.
26404 (mh-folder-mode): Add autoload cookie.
26405
26406 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
26407 (rmail-restore-desktop-buffer): Remove autoload cookie.
26408
26409 2005-08-11 Masatake YAMATO <jet@gyve.org>
26410
26411 * hexl.el (hexl-address-region):
26412 (hexl-ascii-region, hexl-font-lock-keywords):
26413 (hexl-highlight-line-range): Use the term "region"
26414 instead of "area" for consistency with the other symbols
26415 defined in hexl.el.
26416
26417 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
26418
26419 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
26420 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
26421 out by Juri Linkov). Add `display-battery-mode'.
26422
26423 2005-08-09 Juri Linkov <juri@jurta.org>
26424
26425 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26426 Remove `-text' from face variable names.
26427 (compilation-error-file-name, compilation-warning-file-name)
26428 (compilation-info-file-name): Delete faces.
26429 (compilation-line-number, compilation-column-number):
26430 Remove face underlining.
26431 (compilation-message-face): Set to `underline' value by default.
26432 (compilation-error-face, compilation-warning-face)
26433 (compilation-info-face): Remove `-file-name' from face names.
26434 (compilation-error-text-face, compilation-warning-text-face)
26435 (compilation-info-text-face): Delete face variables.
26436 (compilation-text-face): Delete function.
26437
26438 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
26439 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
26440 (grep-error-face): Set to `compilation-error' instead of
26441 `compilation-error-face' (which is redefined to `grep-hit-face' in
26442 grep buffers).
26443 (grep-mode-font-lock-keywords): Remove `-text' from face variable
26444 names. Use `grep-error-face' instead of `compilation-error-text-face'.
26445
26446 * dired-aux.el (dired-do-query-replace-regexp):
26447 Use `query-replace-read-args'.
26448
26449 * replace.el (query-replace-read-from, query-replace-read-to)
26450 (query-replace-read-args): Rename arg `string' to `prompt'.
26451
26452 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
26453
26454 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
26455
26456 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
26457 uploading files.
26458 (ange-ftp-canonize-filename): Handle file names beginning with ~
26459 correctly.
26460
26461 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26462
26463 * textmodes/fill.el (canonically-space-region)
26464 (fill-context-prefix, fill-french-nobreak-p)
26465 (fill-delete-newlines, fill-comment-paragraph)
26466 (justify-current-line): "?\ " -> "?\s".
26467
26468 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
26469
26470 * textmodes/fill.el (fill-nonuniform-paragraphs):
26471 Improve argument/docstring consistency.
26472
26473 2005-08-09 Richard M. Stallman <rms@gnu.org>
26474
26475 * textmodes/ispell.el (ispell-word): More fboundp checks.
26476
26477 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
26478 (find-file-noselect-1): Call it here, only if RAWFILE.
26479 (normal-mode): Always set some major mode.
26480 (save-some-buffers-action-alist): Change some explanation strings.
26481 (file-name-non-special): In the `quote' method, use unwind-protect.
26482
26483 2005-08-09 Magnus Henoch <mange@freemail.hu>
26484
26485 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
26486 (ispell-have-aspell-dictionaries): New variable.
26487 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
26488 (ispell-get-aspell-config-value): New function.
26489 (ispell-aspell-find-dictionary): New function.
26490 (ispell-aspell-add-aliases): New function.
26491 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
26492 appropriate. Don't look for ispell dictionaries if we use aspell.
26493 (ispell-menu-map): Don't build a submenu of dictionaries.
26494
26495 2005-08-09 Richard M. Stallman <rms@gnu.org>
26496
26497 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
26498 (sql-read-passwd): Use read-passwd.
26499
26500 * progmodes/idlw-toolbar.el (idlwave-toolbar)
26501 (idlwave-toolbar-is-possible): Add defvars.
26502
26503 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
26504 Avoid warnings.
26505
26506 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
26507 (idlwave-system-class-info, idlwave-executive-commands-alist):
26508 Use defvar.
26509
26510 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
26511
26512 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
26513 Avoid warnings.
26514
26515 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
26516 and content-type: headers.
26517
26518 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
26519
26520 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
26521 and rename some of them to be more self-explanatory.
26522
26523 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
26524
26525 * startup.el (command-line-1): Implement -scriptload.
26526
26527 * replace.el (occur-engine): Initial *Occur* output not undoable.
26528
26529 * menu-bar.el (menu-bar-file-menu): Rename some menu items
26530 and improve help strings.
26531
26532 * isearch.el (isearch-repeat): When changing direction,
26533 mark search successful.
26534
26535 * ediff-init.el: Use (featurep 'xemacs).
26536
26537 * comint.el (send-invisible): Identify buffer, if not selected.
26538
26539 * align.el: Delete autoload for c-guess-basic-syntax.
26540
26541 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26542
26543 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
26544 Improve argument/docstring consistency. Doc fixes.
26545 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
26546 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
26547 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
26548 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
26549 (r2bv-organization, r2bv-pages, r2bv-primary-author)
26550 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
26551 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
26552 Defvar at compile time.
26553
26554 2005-08-09 Juri Linkov <juri@jurta.org>
26555
26556 * info.el: Replace `info' with upper-case `Info' where appropriate.
26557 (info-title-1, info-title-2, info-title-3, info-title-4)
26558 (info-menu-header): Move up face definitions.
26559 (info-menu-star): Rename from `info-menu-5'.
26560 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
26561 (Info-fontify-visited-nodes): Fix docstring.
26562 (Info-hide-note-references): Fix docstring.
26563 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
26564 menu items in the same way as on cross-references.
26565 (info-apropos): Fix sorting order and formatting to be like in the
26566 stand-alone Info browser. Display error messages for 1 sec.
26567 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
26568 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
26569 from the menu bar.
26570 (Info-insert-dir): Restore point after calling
26571 `insert-buffer-substring'.
26572
26573 2005-08-08 Richard M. Stallman <rms@gnu.org>
26574
26575 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
26576 (recompute-lucid-menubar): Add defvars.
26577
26578 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
26579
26580 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
26581
26582 * net/net-utils.el (run-dig): Rename from `dig'.
26583
26584 * play/gametree.el (gametree-mode): Use make-local-variable,
26585 not make-variable-buffer-local.
26586
26587 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
26588
26589 * ansi-color.el (ansi-color-make-extent)
26590 (ansi-color-set-extent-face): Use fboundp, not functionp.
26591
26592 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
26593 not make-variable-buffer-local.
26594
26595 * bookmark.el (Info-current-file): Add defvar.
26596 (bookmark-jump-noselect): Use with-no-warnings.
26597
26598 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
26599
26600 * ebuff-menu.el (Helper-return-blurb): Add defvar.
26601
26602 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
26603
26604 * find-file.el (ada-procedure-start-regexp)
26605 (ada-package-start-regexp): Add defvars.
26606
26607 * info.el (Info-insert-dir): Use insert-buffer-substring.
26608
26609 * xml.el (xml-att-def-re): Add defvar.
26610
26611 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
26612 calling convention.
26613
26614 * subr.el (while-no-input): Return t if there is input.
26615
26616 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
26617
26618 * cus-start.el (all): Add `overflow-newline-into-fringe'.
26619
26620 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
26621
26622 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
26623 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
26624
26625 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
26626
26627 * cmuscheme.el (scheme-start-file): Replace reference to
26628 `user-emacs-directory' by "~/.emacs.d/".
26629
26630 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
26631
26632 * info.el (Info-dir-remove-duplicates): Avoid case folding
26633 in loop; instead, keep downcased strings for comparison.
26634 Suggested by Helmut Eller.
26635
26636 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
26637
26638 Sync with Tramp 2.0.50.
26639
26640 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
26641 XEmacs case; not necessary anymore.
26642 (tramp-user-regexp): Allow "@" as part of user name.
26643 (tramp-handle-set-visited-file-modtime)
26644 (tramp-handle-insert-file-contents)
26645 (tramp-handle-write-region): No special handling for
26646 `last-coding-system-used, because this is done in
26647 `tramp-accept-process-output' now.
26648 (tramp-accept-process-output): New defun.
26649 (tramp-process-one-action, tramp-process-one-multi-action)
26650 (tramp-wait-for-regexp, tramp-wait-for-output)
26651 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
26652 Howells <dhowells@redhat.com>.
26653 (clear-visited-file-modtime): Defadvice removed. The check for
26654 unset buffer's modtime does not need to be based on
26655 `tramp-buffer-file-attributes'. Suggested by RMS.
26656 (tramp-message): Insert "\n" if not being at beginning of line.
26657 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
26658 sequence with same logic.
26659 (tramp-completion-handle-expand-file-name): Discard call of
26660 `tramp-drop-volume-letter'. It is not necessary, and there have
26661 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
26662 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
26663 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
26664 should always be visible.
26665 (tramp-handle-insert-directory, tramp-setup-complete)
26666 (tramp-set-process-query-on-exit-flag)
26667 (tramp-append-tramp-buffers): Pacify byte-compiler.
26668 (tramp-bug): Delete non-existing variables from list.
26669 Apply `tramp-load-report-modules' as pre-hook.
26670 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
26671 `shell-prompt-pattern' because of non-7bit characters.
26672 Reported by Sebastian Luque <sluque@mun.ca>.
26673 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
26674 (tramp-match-string-list): Remove function.
26675 (tramp-wait-for-regexp): Remove call of that function.
26676 Suggested by Kim F. Storm <storm@cua.dk>.
26677 (tramp-set-auto-save-file-modes): Use octal integer code #o600
26678 instead of octal character code ?\600. The latter resulted in a
26679 syntax error with XEmacs.
26680
26681 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
26682 XEmacs case; not necessary anymore.
26683 (tramp-smb-handle-write-region): No special handling for
26684 `last-coding-system-used, because this is done in
26685 `tramp-accept-process-output' now.
26686 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
26687
26688 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
26689
26690 * wid-edit.el (widget-choice-value-create):
26691 Unconditionally respect user choice. Set :explicit-choice back to nil
26692 when no longer needed.
26693 (widget-choice-action): Unconditionally respect user choice.
26694 Eliminate :explicit-choice-value.
26695
26696 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
26697
26698 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
26699 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
26700 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
26701 running new function `toggle-indicate-empty-lines'.
26702 Rename "Customize" item to "Customize fringe".
26703 Rename "Indicators" item to "Buffer boundaries" and change help echo.
26704 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
26705 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
26706 Delete "Empty lines only" item.
26707 (menu-bar-showhide-fringe-ind-customize): New function.
26708 (menu-bar-showhide-fringe-ind-mixed)
26709 (menu-bar-showhide-fringe-ind-box)
26710 (menu-bar-showhide-fringe-ind-right)
26711 (menu-bar-showhide-fringe-ind-left)
26712 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
26713 instead of `fringe-indicators'.
26714
26715 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
26716
26717 * emulation/viper.el (viper-emacs-state-mode-list):
26718 Add recentf-dialog-mode. Change the date of last update.
26719
26720 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
26721
26722 * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
26723 (viper-exec-yank, viper-put-back): Don't display modification msg
26724 if in the minibuffer.
26725
26726 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
26727 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
26728 Make variables frame local.
26729
26730 * emulation/viper-util.el (viper-append-filter-alist):
26731 Use append instead of nconc.
26732
26733 * emulation/viper.el (viper-vi-state-mode-list)
26734 (viper-emacs-state-mode-list): Move help-mode and
26735 completion-list-mode from the first list to the second.
26736 (viper-mode): Docstring.
26737 (viper-go-away, viper-non-hook-settings): Don't localize
26738 minor-mode-alist in newer Emacsen. Add advice to
26739 set-cursor-color. Don't bind "\C-c\\".
26740
26741 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
26742
26743 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
26744 (scheme-macro-expand-command): New user options.
26745 (scheme-trace-procedure, scheme-expand-current-form): New commands.
26746 (scheme-form-at-point, scheme-start-file)
26747 (scheme-interactively-start-process): New functions.
26748 (scheme-get-process): New function, extracted from `scheme-proc'.
26749 (run-scheme): Call `scheme-start-file' to get start file, and pass
26750 it to `make-comint'.
26751 (switch-to-scheme, scheme-proc):
26752 Call `scheme-interactively-start-process' if no Scheme buffer/process
26753 is available.
26754
26755 2005-08-06 Juri Linkov <juri@jurta.org>
26756
26757 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26758 Use `compilation-text-face', `compilation-info-text-face' and
26759 `compilation-error-text-face' instead of `font-lock-keyword-face'.
26760 (compilation-error): New face.
26761 (compilation-error-file-name): Inherit from
26762 `compilation-error' instead of `font-lock-warning-face'.
26763 (compilation-warning-file-name): Inherit from
26764 `compilation-warning' instead of `font-lock-warning-face'.
26765 (compilation-info, compilation-error-file-name)
26766 (compilation-warning-file-name, compilation-info-file-name)
26767 (compilation-line-number, compilation-column-number): Doc fix.
26768 (compilation-error-text-face, compilation-warning-text-face)
26769 (compilation-info-text-face): New face variables.
26770 (compilation-line-face, compilation-column-face)
26771 (compilation-enter-directory-face)
26772 (compilation-leave-directory-face): Doc fix.
26773 (compilation-text-face): New function.
26774
26775 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
26776 instead of 1 to display binary file names as info file links.
26777 (grep-error-face): Use `compilation-error-face' instead of
26778 `font-lock-keyword-face'.
26779 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
26780 and `compilation-warning-text-face' instead of
26781 `font-lock-keyword-face'. Use `compilation-error-text-face'
26782 instead of `grep-error-face'.
26783
26784 2005-08-05 Kenichi Handa <handa@m17n.org>
26785
26786 * international/code-pages.el: Add autoload cookies for all coding
26787 systems.
26788
26789 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
26790
26791 * cus-start.el (all): Put undo.c where it alphabetically belongs.
26792
26793 2005-08-04 Juri Linkov <juri@jurta.org>
26794
26795 * progmodes/compile.el (compilation-mode-map):
26796 * progmodes/grep.el (grep-mode-map):
26797 Bind TAB to `compilation-next-error' and [backtab] to
26798 `compilation-previous-error'.
26799
26800 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
26801 matching line numbers, column numbers and their ranges with regexp
26802 matching only line numbers.
26803 (grep-context-face): New face variable.
26804 (grep-mode-font-lock-keywords): Use it.
26805
26806 * faces.el (read-face-name): Delete duplicate faces.
26807
26808 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
26809
26810 * thumbs.el (thumbs-find-image): Don't make variables
26811 automatically buffer local.
26812 (thumbs-current-tmp-filename, thumbs-current-image-filename)
26813 (thumbs-image-num): Make automatically buffer local.
26814 (thumbs-show-thumbs-list): Use `make-local-variable', not
26815 `make-variable-buffer-local'.
26816 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
26817
26818 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
26819 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
26820 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
26821 (bother, bye, canyou, chatlst, continue, deathlst, describe)
26822 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
26823 (feelings-about, foullst, found, hello, history, howareyoulst)
26824 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
26825 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
26826 (neglst, obj, object, owner, please, problems, qlist)
26827 (random-adjective, relation, remlst, repetitive-shortness)
26828 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
26829 (shortlst, something, sportslst, stallmanlst, states, subj)
26830 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
26831 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
26832 Defvar at compile time.
26833
26834 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
26835 not `make-variable-buffer-local'.
26836
26837 2005-08-02 Kim F. Storm <storm@cua.dk>
26838
26839 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
26840 rectangle overlay in selected window.
26841
26842 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
26843
26844 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
26845 instead of display group. Make `indicate-buffer-boundaries'
26846 customizable through Custom.
26847
26848 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
26849
26850 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
26851 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
26852 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
26853 (gdb-put-string): Fix typos in docstrings.
26854
26855 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
26856
26857 Update copyright notices of files in progmodes directory for
26858 release of Emacs 22.1.
26859
26860 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
26861
26862 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
26863 Don't barf if the GUD buffer has been killed.
26864
26865 2005-08-01 Kim F. Storm <storm@cua.dk>
26866
26867 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
26868
26869 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
26870
26871 * simple.el (next-error-follow-minor-mode):
26872 make-variable-buffer-local -> make-local-variable.
26873
26874 * emacs-lisp/cl-extra.el: Require CL also when compiling.
26875
26876 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
26877 (byte-compile-form-make-variable-buffer-local): New functions to warn
26878 about misuses of make-variable-buffer-local where make-local-variable
26879 was meant.
26880
26881 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
26882
26883 * bs.el (bs-attributes-list): Doc fix.
26884 (bs): Update url-link.
26885
26886 * desktop.el (desktop-save-buffer): Fix typos in docstring.
26887 (desktop-load-default): Simplify.
26888
26889 * ibuffer.el (ibuffer-columnize-and-insert-list)
26890 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
26891 (ibuffer-unmark-all, ibuffer-toggle-marks)
26892 (ibuffer-unmark-forward, ibuffer-unmark-backward)
26893 (ibuffer-compile-make-format-form, ibuffer-format-column)
26894 (ibuffer-current-buffers-with-marks)
26895 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
26896 (ibuffer): Doc fix.
26897 (ibuffer-mode): Fix typo in docstring.
26898 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
26899 with `define-obsolete-variable-alias'.
26900 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
26901
26902 2005-07-29 Kenichi Handa <handa@m17n.org>
26903
26904 * international/mule-cmds.el (select-message-coding-system):
26905 Be sure to use LF for end-of-line. If no coding system is decided,
26906 return iso-8859-1-unix.
26907
26908 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
26909
26910 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
26911 (ange-ftp-pending-error-line): New vars.
26912 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
26913 to handle the non-fatal no-route-to-host messages.
26914 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
26915
26916 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
26917
26918 * isearch.el (isearch-mode-map, isearch-other-meta-char)
26919 (isearch-quote-char, isearch-printing-char)
26920 (isearch-text-char-description): "?\ " -> "?\s".
26921 (isearch-lazy-highlight-cleanup)
26922 (isearch-lazy-highlight-initial-delay)
26923 (isearch-lazy-highlight-interval)
26924 (isearch-lazy-highlight-max-at-a-time)
26925 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
26926 Declare with define-obsolete-*-alias macros.
26927 (isearch-forward): Fix typo in docstring.
26928 (search-invisible, search-ring-yank-pointer)
26929 (regexp-search-ring-yank-pointer): Doc fixes.
26930
26931 * recentf.el (recentf-menu-append-commands-p): Declare with
26932 `define-obsolete-variable-alias'.
26933 (recentf-max-saved-items, recentf-menu-filter)
26934 (recentf-arrange-by-rule-subfilter): Doc fixes.
26935 (recentf-menu-append-commands-flag)
26936 (recentf-initialize-file-name-history, recentf-expand-file-name)
26937 (recentf-clear-data): Fix typos in docstrings.
26938
26939 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
26940
26941 * progmodes/gdb-ui.el: Smarten comments.
26942 (gdb-info-breakpoints-custom): Use nowarn when finding file.
26943
26944 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
26945
26946 * term/apollo.el (terminal-init-apollo): New function containing
26947 all former top level forms in the file.
26948 * term/bobcat.el (terminal-init-bobcat):
26949 * term/cygwin.el (terminal-init-cygwin):
26950 * term/iris-ansi.el (terminal-init-iris-ansi):
26951 * term/linux.el (terminal-init-linux):
26952 * term/news.el (terminal-init-news):
26953 * term/rxvt.el (terminal-init-rxvt):
26954 * term/sun.el (terminal-init-sun):
26955 * term/tvi970.el (terminal-init-tvi970):
26956 * term/vt100.el (terminal-init-vt100):
26957 * term/vt102.el (terminal-init-vt102):
26958 * term/vt125.el (terminal-init-vt125):
26959 * term/vt200.el (terminal-init-vt200):
26960 * term/vt201.el (terminal-init-vt201):
26961 * term/vt220.el (terminal-init-vt220):
26962 * term/vt240.el (terminal-init-vt240):
26963 * term/vt300.el (terminal-init-vt300):
26964 * term/vt320.el (terminal-init-vt320):
26965 * term/vt400.el (terminal-init-vt400):
26966 * term/vt420.el (terminal-init-vt420):
26967 * term/wyse50.el (terminal-init-wyse50):
26968 * term/xterm.el (terminal-init-xterm): Likewise.
26969
26970 * term/README: Describe the terminal-init-* functionality.
26971
26972 * startup.el (command-line): After loading the terminal initialization
26973 file call the corresponding terminal initialization function.
26974
26975 2005-07-27 Kenichi Handa <handa@m17n.org>
26976
26977 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
26978 negative.
26979
26980 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
26981 (ps-mule-composition-prologue): Fix for the case that
26982 RelativeCompose is false.
26983
26984 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
26985
26986 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
26987
26988 * descr-text.el (describe-char): Handle the case where the list of
26989 chars is displayed in a separate frame.
26990 Be a bit more discriminating when looking for the char.
26991
26992 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
26993
26994 * bookmark.el (bookmark-automatically-show-annotations)
26995 (bookmark-read-annotation-text-func): Doc fixes.
26996 (bookmark-save): Improve argument/docstring consistency.
26997 (bookmark-get-bookmark, bookmark-get-bookmark-record)
26998 (bookmark-alist-from-buffer)
26999 (bookmark-upgrade-file-format-from-0)
27000 (bookmark-grok-file-format-version)
27001 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
27002 (bookmark-read-annotation-mode)
27003 (bookmark-insert-current-bookmark, bookmark-jump)
27004 (bookmark-exit-hook): Fix typos in docstrings.
27005 (bookmark-exit-hooks): Define as obsolete alias.
27006 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
27007 not `bookmark-exit-hooks'. Fix docstring.
27008 (bookmark-bmenu-select): "?\ " -> "?\s".
27009
27010 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
27011
27012 * startup.el (command-line): Fix typo.
27013
27014 2005-07-24 Richard M. Stallman <rms@gnu.org>
27015
27016 * tooltip.el (tooltip-mode): Test emacs-basic-display,
27017 not emacs-quick-startup.
27018
27019 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
27020
27021 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
27022 (reb-next-match, reb-show-subexp): Use `with-selected-window'
27023 instead of `reb-with-current-window'.
27024 (reb-prev-match): Likewise. Also, don't move left if the search
27025 was unsuccessful.
27026 (reb-initialize-buffer): New function.
27027 (re-builder, reb-change-syntax): Use it.
27028
27029 * man.el (Man-goto-page): Make second argument NOERROR optional.
27030
27031 2005-07-23 Richard M. Stallman <rms@gnu.org>
27032
27033 * man.el (Man-bgproc-sentinel): Check here for failure to find
27034 any man page in the output, and report the error here.
27035 (Man-arguments): Make it permanent local.
27036 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
27037 (Man-mode): Pass t for NOERROR.
27038
27039 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
27040 (grep-mode-font-lock-keywords):
27041 Don't use compilation-...-face for messages that are not file names.
27042
27043 * progmodes/compile.el (compilation-mode-font-lock-keywords):
27044 Don't use compilation-...-face for messages that are not file names.
27045
27046 2005-07-22 Juri Linkov <juri@jurta.org>
27047
27048 * startup.el (normal-splash-screen): Update menu name.
27049
27050 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
27051
27052 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
27053
27054 * term/xterm.el: Load term/rxvt if the terminal is actually an
27055 rxvt terminal.
27056 (xterm-rxvt-set-background-mode): Remove, not used anymore.
27057
27058 * term/rxvt.el (function-key-map): Use substitute-key-definition
27059 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
27060
27061 * term/cygwin.el: New file.
27062
27063 2005-07-22 Kim F. Storm <storm@cua.dk>
27064
27065 * image-file.el (insert-image-file, image-file-yank-handler):
27066 Fix last change to maintain a (unique) yank-handler on yanked images.
27067
27068 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
27069
27070 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
27071 of the file size (as in "177B" for 177 bytes). This happens with
27072 "ls -lh" on FreeBSD.
27073
27074 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
27075
27076 * hilit-chg.el (highlight-changes-global-initial-state)
27077 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
27078 (hilit-chg-fixup, highlight-changes-mode):
27079 Fix typos in docstrings.
27080 (highlight-changes-global-modes, highlight-changes-rotate-faces):
27081 Doc fixes.
27082
27083 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
27084
27085 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
27086 mode function using `eval-after-load'.
27087
27088 2005-07-21 Kim F. Storm <storm@cua.dk>
27089
27090 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
27091 included when reporting an Emacs crash, and tell about the DEBUG file.
27092
27093 * image-file.el (insert-image-file): Add yank-handler.
27094 (image-file-yank-handler): Yank handler to make unique copies of
27095 images when they are yanked into a buffer next to each other.
27096
27097 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
27098
27099 * comint.el (comint-use-prompt-regexp, comint-send-input)
27100 (comint-source-default, comint-extract-string)
27101 (comint-get-source, comint-word, comint-completion)
27102 (comint-source, comint-prompt-read-only, comint-update-fence):
27103 Fix typos in docstrings.
27104 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
27105 Declare with define-obsolete-*-alias macros.
27106 (comint-previous-matching-input-from-input)
27107 (comint-next-matching-input-from-input)
27108 (comint-previous-matching-input, comint-next-matching-input)
27109 (comint-forward-matching-input):
27110 Improve argument/docstring consistency.
27111
27112 * desktop.el (desktop-clear-preserve-buffers-regexp):
27113 Also preserve the *server* buffer.
27114
27115 * simple.el (clone-indirect-buffer): Doc fix.
27116 (fixup-whitespace, just-one-space)
27117 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
27118 (next-error, next-error-highlight)
27119 (next-error-highlight-no-select, next-error-last-buffer)
27120 (next-error-buffer-p, next-error-find-buffer, next-error)
27121 (previous-error, next-error-no-select, previous-error-no-select)
27122 (open-line, split-line, minibuffer-prompt-width, kill-new)
27123 (binary-overwrite-mode): Fix typos in docstrings.
27124 (set-fill-column): Fix typo in message.
27125
27126 * skeleton.el (skeleton-proxy-new): Doc fix.
27127
27128 * strokes.el (strokes-load-hook): Doc fix.
27129 (strokes-grid-resolution, strokes-get-grid-position)
27130 (strokes-renormalize-to-grid, strokes-read-stroke)
27131 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
27132 (strokes-global-map): Fix typos in docstrings.
27133 (strokes-help): Doc fix. Fix help message and pass it through
27134 `substitute-command-keys'.
27135
27136 * tempo.el (tempo-insert-prompt, tempo-interactive)
27137 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
27138 (tempo-insert-string-functions, tempo-local-tags)
27139 (tempo-define-template, tempo-insert-template)
27140 (tempo-insert-prompt-compat, tempo-is-user-element)
27141 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
27142 Fix typos in docstrings.
27143
27144 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
27145 (vcursor-key-bindings, vcursor-use-vcursor-map)
27146 (vcursor-find-window, vcursor-scroll-down)
27147 (vcursor-disable, vcursor-beginning-of-buffer)
27148 (vcursor-end-of-buffer): Fix typos in docstrings.
27149 (vcursor-relative-move, vcursor-get-char-count):
27150 Improve argument/docstring consistency.
27151
27152 * version.el: "?\ " -> "?\s".
27153
27154 * wid-edit.el (widget-default-create, widget-after-change)
27155 (widget-default-format-handler, widget-checklist-add-item)
27156 (widget-radio-add-item, widget-choose, widget-specify-secret)
27157 (widget-field-value-create, widget-field-value-get)
27158 (widget-editable-list-format-handler)
27159 (widget-editable-list-entry-create, widget-group-value-create)
27160 (widget-documentation-link-add)
27161 (widget-documentation-string-value-create): "?\ " -> "?\s".
27162 (widget-convert-text): Doc fix.
27163 (widget-narrow-to-field, widget-field-find)
27164 (widget-url-link-action, widget-emacs-library-link-action)
27165 (widget-color-notify): Fix typos in docstrings.
27166
27167 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
27168 (x-select-text, set-w32-system-coding-system)
27169 (w32-add-charset-info): Fix typos in docstrings.
27170
27171 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
27172 (cua-enable-cua-keys, cua-use-hyper-key)
27173 (cua-virtual-rectangle-edges): Fix typos in docstrings.
27174 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
27175
27176 * net/tramp.el (tramp-handle-load): Fix typo in error message.
27177
27178 * emacs-lisp/re-builder.el (regexp-builder): Declare with
27179 `defalias' instead of faking it.
27180
27181 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
27182 (eshell-ls-missing, eshell-ls-dired-initial-args)
27183 (eshell-ls-use-in-dired): Fix typos in docstrings.
27184
27185 2005-07-20 Kim F. Storm <storm@cua.dk>
27186
27187 * emulation/cua-base.el (cua-mode): Improve doc string.
27188
27189 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
27190
27191 * abbrev.el (expand-region-abbrevs): Doc fix.
27192 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
27193 Improve argument/docstring consistency.
27194
27195 * arc-mode.el (archive-get-descr, archive-alternate-display):
27196 Doc fixes.
27197 (archive-l-e): Improve argument/docstring consistency.
27198 (archive-tmpdir, archive-unixdate, archive-unixtime)
27199 (archive-chmod-entry): Fix typos in docstrings.
27200 (archive-unflag, archive-unflag-backwards)
27201 (archive-unmark-all-files): "?\ " -> "?\s".
27202
27203 * buff-menu.el (Buffer-menu-unmark): Doc fix.
27204 (Buffer-menu-not-modified, Buffer-menu-execute)
27205 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
27206 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
27207
27208 * composite.el (compose-string, encode-composition-rule)
27209 (compose-last-chars): Fix typos in docstrings.
27210
27211 * desktop.el (desktop-enable, desktop-basefilename):
27212 Declare with `define-obsolete-variable-alias'.
27213 (desktop-internal-v2s): Don't quote keywords.
27214 (desktop-clear): "?\ " -> "?\s".
27215
27216 * dired.el (dired-align-file, dired-flag-backup-files)
27217 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
27218 (dired-listing-switches, dired-ls-F-marks-symlinks)
27219 (dired-dwim-target, dired-load-hook, dired-mode-hook)
27220 (dired-directory, dired-faces, dired, dired-revert)
27221 (dired-mode, dired-summary, dired-view-file)
27222 (dired-copy-filename-as-kill, dired-delete-file)
27223 (dired-no-confirm, dired-unmark-all-marks)
27224 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
27225 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
27226 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
27227 Fix typos in message strings.
27228
27229 * dired-x.el (virtual-dired): Declare with `defalias'.
27230 (dired-mark-unmarked-files, dired-local-variables-file)
27231 (dired-omit-here-always): Doc fix.
27232 (dired-omit-mode, dired-find-subdir)
27233 (dired-enable-local-variables, dired-clean-up-buffers-too)
27234 (dired-extra-startup, dired-mark-extension, dired-jump)
27235 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
27236 (dired-smart-shell-command, dired-guess-shell-alist-user)
27237 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
27238 (dired-x-bind-find-file, dired-x-submit-report):
27239 Fix typos in docstrings.
27240 (dired-mark-unmarked-files): "?\ " -> "?\s".
27241
27242 * dirtrack.el (dirtrack-list): Fix typos in docstring.
27243
27244 * faces.el (describe-face): "?\ " -> "?\s".
27245 (read-all-face-attributes, read-face-font, modify-face)
27246 (face-attr-construct, italic): Fix typos in docstrings.
27247 (frame-update-face-colors): Declare with
27248 `define-obsolete-function-alias'.
27249
27250 * files.el (find-file-noselect, recode-file-name): Doc fixes.
27251 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
27252 (magic-mode-alist, buffer-file-numbers-unique)
27253 (write-file-functions, get-free-disk-space):
27254 Fix typos in docstrings.
27255 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
27256 (write-contents-hooks, write-file-hooks):
27257 Declare with `define-obsolete-variable-alias'.
27258
27259 * forms-d2.el (arch-rj): Fix typo in docstrings.
27260 (arch-tocol): Likewise. "?\ " -> "?\s".
27261
27262 * frame.el (set-frame-font, cursor-in-non-selected-windows):
27263 Fix typo in docstring.
27264 (set-screen-width, set-screen-height): Delete redundant info in
27265 doctrings.
27266 (new-frame, screen-height, screen-width): Declare with
27267 `define-obsolete-function-alias'.
27268 (delete-frame-hook, blink-cursor): Declare with
27269 `define-obsolete-variable-alias'.
27270
27271 * paths.el (prune-directory-list): Fix typos in docstring.
27272
27273 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
27274 (cvs-prefix-get): Fix typos in docstrings.
27275
27276 * ps-print.el (ps-extend-face-list, ps-extend-face)
27277 (ps-print-background-image): Fix typos in docstrings.
27278 (ps-default-fg, ps-default-bg): Doc fixes.
27279
27280 * s-region.el (s-region-bind): Doc fix.
27281 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
27282
27283 * textmodes/org.el (org-table-formula-substitute-names)
27284 (org-table-get-vertical-vector): Doc fixes.
27285 (org-table-recalculate): Remove unused argument to `message'.
27286
27287 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
27288
27289 * textmodes/org.el (org-table-column-names)
27290 (org-table-column-name-regexp)
27291 (org-table-named-field-locations): New variables.
27292 (org-archive-subtree): Protect `this-command' when calling
27293 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
27294 the kill buffer.
27295 (org-complete): Remove fixed-formula completion.
27296 (org-edit-formulas-map): New variable.
27297 (org-table-edit-formulas): New command.
27298 (org-finish-edit-formulas, org-abort-edit-formulas)
27299 (org-show-variable, org-table-get-vertical-vector): New functions.
27300 (org-table-maybe-eval-formula): Handle `:=' fields.
27301 (org-table-get-stored-formulas, org-table-store-formulas)
27302 (org-table-get-formula, org-table-modify-formulas)
27303 (org-table-replace-in-formulas): Handle named field formulas.
27304 (org-table-get-specials): Store locations of named fields.
27305
27306 2005-07-19 Juri Linkov <juri@jurta.org>
27307
27308 * progmodes/grep.el (grep-regexp-alist)
27309 (grep-mode-font-lock-keywords, grep-process-setup):
27310 Use default GNU grep match color "01;31m" instead of "01;41m".
27311 (grep-regexp-alist, grep-mode-font-lock-keywords):
27312 Use `\\[[0-9]*m' instead of `\\[00m'.
27313 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
27314 sgr_start where its handling is more important. Use the real
27315 length of sgr_start instead of constant 8.
27316 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
27317 specially. Delete all remaining escape sequences.
27318 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
27319 (grep-regexp-alist): Make hyperlink only for binary file name
27320 instead of the whole line.
27321 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
27322 (grep-mode): Add autoload.
27323
27324 * emacs-lisp/find-func.el (find-function-regexp):
27325 Add `define-compilation-mode'.
27326
27327 2005-07-19 Juri Linkov <juri@jurta.org>
27328
27329 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
27330 (compare-windows-sync-string-size, compare-windows-recenter)
27331 (compare-windows-highlight, compare-windows): Add version 22.1.
27332 (compare-windows) <defface>: Inherit from lazy-highlight instead
27333 of duplicating its default value.
27334
27335 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
27336 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
27337
27338 * descr-text.el (describe-char): Create link buttons for `charset'
27339 and `code point'. Add the current input method name with a link
27340 button to `to input' field. Print face names of display table
27341 characters in `The display table entry is displayed by' section
27342 instead of printing face-id in the `display' field.
27343 Guess hardcoded faces and create a link button for them.
27344 Skip empty fields when calculating max-width.
27345 Treat `widget-create' specially while inserting strings from the
27346 collected field list.
27347 (describe-char-after): Made obsolete in version 22.1, not 21.5.
27348
27349 * diff-mode.el (diff-file-header): Change foreground color from
27350 yellow to green on light backgrounds.
27351 (diff-context): Inherit from `shadow' only for color/grayscale
27352 with more than 88 colors.
27353 (diff-indicator-removed, diff-indicator-added)
27354 (diff-indicator-changed): New faces.
27355 (diff-font-lock-keywords): Use new faces. Regroup rules.
27356 Add "^---$" for `normal' diff format. Fontify `#' lines with
27357 font-lock-comment-delimiter-face and font-lock-comment-face.
27358 Add `#' to ^[^...] in the rule for `diff-context-face'.
27359
27360 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
27361 a button-like box. Inherit from `highlight' on low colors.
27362 (shadow): Use shades of gray only for color/grayscale with
27363 more than 88 colors. Use green for light backgrounds with
27364 8 colors, and yellow for dark backgrounds with 8 colors.
27365
27366 * font-lock.el (font-lock-regexp-grouping-backslash):
27367 Don't inherit from escape-glyph (use bold for all cases).
27368
27369 * info.el (info-xref-visited): Use light foreground color `violet'
27370 for dark backgrounds instead of dark color `magenta3'.
27371 (info-title-1): Use `yellow' color for dark backgrounds.
27372
27373 * isearch.el (isearch): Use not-too-dark magenta3 instead of
27374 too-light magenta2.
27375
27376 * replace.el (match): Use slightly more light RoyalBlue3 instead
27377 of dark RoyalBlue4.
27378
27379 * wid-edit.el (widget-inactive): Inherit from `shadow'.
27380
27381 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
27382
27383 * novice.el (disabled-command-hook): Declare it with
27384 `define-obsolete-variable-alias'.
27385
27386 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
27387 (desktop-buffer-misc-functions, desktop-buffer-handlers)
27388 (desktop-load-default): Add release to obsolescence info.
27389 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
27390 (desktop-append-buffer-args, desktop-read):
27391 Fix typos in docstrings.
27392 (desktop-kill): Fix typo in message.
27393 (desktop-save): Doc fix.
27394
27395 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
27396
27397 * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
27398 (viper-envelop-ESC-key): Change the definition of fast
27399 keysequence so it'll work with keyboard macros.
27400
27401 * ediff.el (ediff-patch-buffer): Change the docstring.
27402
27403 2005-07-19 Kenichi Handa <handa@m17n.org>
27404
27405 * international/mule-cmds.el (select-safe-coding-system): Try to
27406 use an auto-coding (if any) before anything else. If the found
27407 auto-coding is invalid, show a warning message.
27408
27409 * international/mule.el (find-auto-coding): New function created
27410 by modifying the body of set-auto-coding.
27411 (set-auto-coding): Use find-auto-coding to find a coding.
27412
27413 2005-07-18 Richard M. Stallman <rms@gnu.org>
27414
27415 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
27416 not isearch-mode-end-hook-error.
27417 (allout-before-change-protect): Fix error message.
27418
27419 2005-07-18 Juri Linkov <juri@jurta.org>
27420
27421 * allout.el (allout-mode):
27422 * calculator.el (calculator-copy):
27423 * custom.el (custom-known-themes):
27424 * dired.el (dired-desktop-buffer-misc-data)
27425 (dired-restore-desktop-buffer):
27426 * dired-x.el (dired-omit-marker-char):
27427 * files.el (basic-save-buffer):
27428 * font-core.el (font-lock-mode):
27429 * calendar/calendar.el (calendar-goto-hebrew-date)
27430 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
27431 (calendar-goto-persian-date):
27432 * language/ethio-util.el (ethio-sera-to-fidel-region):
27433 * textmodes/picture.el (picture-mode):
27434 Delete duplicate duplicate words.
27435
27436 2005-07-18 Juri Linkov <juri@jurta.org>
27437
27438 * isearch.el (isearch-mode-map): Remove key bindings for regexp
27439 chars * ? } |.
27440 (isearch-fallback): Don't call `isearch-process-search-char'.
27441 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
27442 (isearch-process-search-char): Call `isearch-fallback' for regexp
27443 chars * ? } |.
27444 (isearch-return-char): Make obsolete with `make-obsolete' instead
27445 of simply documenting it as obsolete in the docstring.
27446 (isearch-fallback): Refill docstring.
27447
27448 * international/isearch-x.el
27449 (isearch-process-search-multibyte-characters): Remove unneeded
27450 `concat'. Add intermediate values to `junk-hist' instead of
27451 `minibuffer-history'. Test the length of `str'.
27452
27453 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
27454
27455 * allout.el (allout-resolve-xref): Fix typos in error strings.
27456 (allout-before-change-protect): Remove unneeded `concat'.
27457
27458 * array.el (array-mode, array-reconfigure-rows)
27459 (untabify-backward): Fix typos in docstrings.
27460 (array-reconfigure-rows): Use `insert-buffer-substring', not
27461 `insert-buffer'.
27462
27463 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
27464 * progmodes/ada-mode.el (ada-make-body):
27465 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
27466
27467 * dired.el (dired-log):
27468 * tar-mode.el (tar-subfile-save-buffer):
27469 * play/zone.el (zone-pgm-stress-destress):
27470 Use `insert-buffer-substring', not `insert-buffer'.
27471
27472 2005-07-17 Simon Josefsson <jas@extundo.com>
27473
27474 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
27475
27476 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
27477
27478 * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
27479 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
27480
27481 2005-07-17 Kim F. Storm <storm@cua.dk>
27482
27483 * ido.el (dired-other-window): Add ido property.
27484
27485 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
27486
27487 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27488 Fix typo in docstring.
27489 (byte-compile-interactive-only-functions): Add `insert-buffer' and
27490 `insert-file-literally'.
27491
27492 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
27493 info and delete redundant message. Doc fix.
27494 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
27495 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
27496
27497 2005-07-16 Richard M. Stallman <rms@gnu.org>
27498
27499 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
27500 (byte-compile-and): Use byte-compile-and-recursion.
27501 (byte-compile-or-recursion): New function.
27502 (byte-compile-or): Use that.
27503 (byte-compile-if): Guard the else-clause too.
27504 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
27505
27506 * isearch.el (isearch-mode-end-hook-quit): New variable.
27507 (isearch-done): Bind it.
27508 (isearch-mode-end-hook): Doc fix.
27509
27510 * allout.el (allout-isearch-did-quit): Variable deleted.
27511 (allout-real-isearch-abort): Function name no longer used.
27512 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
27513 (allout-isearch-rectification): isearch-mode always exists.
27514 Don't set allout-isearch-did-quit.
27515 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
27516 allout-isearch-did-quit.
27517 (allout-enwrap-isearch): Just add the hook.
27518 (allout-isearch-abort): Function deleted.
27519 (allout-pre-command-business): Avoid warning.
27520
27521 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
27522 Correctly avoid warnings.
27523 (pascal-outline): Likewise.
27524
27525 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
27526
27527 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
27528
27529 * play/tetris.el (tetris-mode): Avoid warning.
27530
27531 * play/snake.el (snake-mode): Avoid warning.
27532
27533 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
27534 (gamegrid-set-display-table): Avoid warning.
27535 (gamegrid-set-timer): Likewise.
27536 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
27537 (gamegrid-add-score-with-update-game-score-1): Take FILE
27538 as argument.
27539 (gamegrid-add-score-with-update-game-score): Pass that argument.
27540 Rename have-shared-game-dir to gamegrid-shared-game-dir.
27541
27542 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
27543
27544 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
27545 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
27546
27547 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
27548 and insert-file.
27549
27550 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
27551 (sc-ask): Avoid warnings.
27552
27553 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
27554 (eshell-hist-initialize): Use that var the natural way.
27555
27556 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
27557
27558 * emacs-lisp/re-builder.el (reb-cook-regexp):
27559 Avoid warning calling lre-compile-string.
27560 (reb-color-display-p): Avoid warning.
27561
27562 * calculator.el (calculator-last-input): Guard uses
27563 of event-key and key-press-event-p.
27564 (event-key, key-press-event-p): Delete definitions.
27565
27566 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
27567 (find-gc-source-directory, find-gc-subrs-callers)
27568 (find-gc-noreturn-list, find-gc-source-files)
27569 (find-gc-subrs-called): Vars renamed and defvar'd.
27570
27571 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
27572 (checkdoc-overlay-put, checkdoc-delete-overlay)
27573 (checkdoc-overlay-start, checkdoc-overlay-end)
27574 (checkdoc-mode-line-update, checkdoc-char=):
27575 Define such that compiler knows they are defined.
27576 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
27577 (checkdoc-read-event): Delete. Use read-event directly.
27578
27579 * whitespace.el (whitespace-make-overlay)
27580 (whitespace-overlay-put, whitespace-delete-overlay)
27581 (whitespace-overlay-start, whitespace-overlay-end):
27582 Define such that compiler knows they are defined.
27583 (whitespace): Move conditional inside.
27584
27585 * tempo.el (tempo-insert-template): Suppress warning.
27586
27587 * ediff-diff.el (longlines-mode): Add defvar.
27588
27589 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
27590
27591 * server.el: Bind "C-x #" in a way that works even if C-x is
27592 redefined to a command key, not a prefix key.
27593
27594 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
27595
27596 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
27597 cl-make-type-test till execution time.
27598
27599 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
27600
27601 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
27602 arg ARG and use it.
27603
27604 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
27605
27606 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
27607
27608 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
27609
27610 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27611 a defcustom with two :set or :type keywords.
27612
27613 2005-07-15 Richard M. Stallman <rms@gnu.org>
27614
27615 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
27616 Don't give ^M comment-end syntax.
27617
27618 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
27619
27620 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
27621 Don't consider gdbmi (gdb-mi.el has its own update functions).
27622 (gdb-var-delete): Make it work for gdbmi as well.
27623 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
27624
27625 * progmodes/gud.el (etags, sdb): Only require etags when needed.
27626 (gud-speedbar-menu-items): Correct logic for enabling items.
27627
27628 2005-07-15 Kim F. Storm <storm@cua.dk>
27629
27630 * ido.el: Fix commentary.
27631 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
27632 Use with-no-warnings around ffap-guesser.
27633 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
27634 Let bind minibuffer-completing-file-name to t.
27635
27636 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
27637
27638 * startup.el (site-run-file, keyboard-type): Doc fixes.
27639 (command-line): Check for "--basic-display" argument; also for
27640 "--quick", not "--bare-bones" (which was renamed).
27641 (fancy-splash-text): Add missing item "Getting New Versions".
27642 (normal-splash-screen): Fix typos and improve consistency with
27643 `fancy-splash-text'. Update copyright year.
27644
27645 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
27646 valid binding for `help-char'.
27647
27648 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
27649
27650 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
27651
27652 * term.el (term-mode): Disable cua-mode for term buffers.
27653
27654 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
27655
27656 * add-log.el (add-log-mailing-address, change-log-merge):
27657 Doc fixes.
27658 (change-log-get-method-definition): Fix typo in docstring.
27659
27660 2005-07-14 Kim F. Storm <storm@cua.dk>
27661
27662 * emulation/cua-base.el:
27663 (cua--pre-command-handler-1, cua--pre-command-handler)
27664 (cua--post-command-handler-1, cua--post-command-handler):
27665 Split in two. Check (buffer local) value of cua-mode.
27666 (cua-selection-mode): New command.
27667
27668 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
27669
27670 * custom.el (custom-initialize-safe-set)
27671 (custom-initialize-safe-default): Doc fixes.
27672
27673 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27674 and simplify :init-value again.
27675
27676 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27677 and simplify :init-value again. Delete autoload.
27678
27679 * startup.el (command-line): Use `custom-reevaluate-setting' again
27680 for tooltip-mode.
27681
27682 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27683 a defcustom with two :initialize keywords.
27684
27685 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
27686
27687 * allout.el (my-mark-marker, allout-isearch-prior-pos)
27688 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
27689 (allout-post-command-business, allout-flag-region)
27690 (isearch-reenable-font-lock, allout-yank)
27691 (allout-insert-latex-header, allout-insert-latex-trailer)
27692 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
27693 (allout-latex-verb-quote): Fix typos in docstrings.
27694 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
27695 (allout-unprotected, allout-prefix-data):
27696 Improve argument/docstring consistency.
27697 (allout-chart-subtree): Fix argument spec.
27698 (allout-open-topic): Rename `use_sib_bullet' argument to
27699 `use-sib-bullet'. Doc fix.
27700
27701 * whitespace.el (whitespace-check-buffer-leading)
27702 (whitespace-check-buffer-trailing)
27703 (whitespace-check-buffer-indent)
27704 (whitespace-check-buffer-spacetab)
27705 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
27706 (whitespace-check-leading-whitespace)
27707 (whitespace-check-trailing-whitespace)
27708 (whitespace-check-spacetab-whitespace)
27709 (whitespace-check-indent-whitespace)
27710 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
27711 (whitespace-modes): Fix typos in docstrings.
27712 (defgroup, defcustom): Doc fixes.
27713
27714 * winner.el (winner-mode, winner-boring-buffers)
27715 (winner-pending-undo-ring): Doc fixes.
27716 (winner-ring): Remove unneeded `progn'.
27717 (winner-equal): `defsubst' it.
27718 (winner-redo): Fix message.
27719
27720 2005-07-13 Kim F. Storm <storm@cua.dk>
27721
27722 * simple.el (line-move-1): Always use vertical-motion to
27723 do the last (or only) line move to ensure some movement.
27724 Undo 2005-06-23 change--don't check for overlays.
27725
27726 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27727
27728 * term/mac-win.el (ccl-encode-mac-roman-font)
27729 (ccl-encode-mac-centraleurroman-font)
27730 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
27731 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
27732 Change charset-id boundary of dimension to ?\xef.
27733 (mac-char-fontspec-list): New constant.
27734 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
27735 argument. Nil uses itself as family in font-spec. Previous
27736 behavior for nil is now provided by non-nil non-string argument.
27737 All callers changed. Add font-specs for Mac fonts to
27738 "fontset-default" unless iso8859-1 fonts are installed.
27739
27740 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
27741
27742 * progmodes/sh-script.el (sh-get-indent-info): Only indent
27743 a continuation line if the \ is preceded by SPC or TAB.
27744 (sh-get-indent-info): Simplify.
27745 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
27746 Use with-current-buffer.
27747
27748 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
27749 when the matched text is empty.
27750
27751 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
27752
27753 * startup.el (command-line): Revert to previous handling of
27754 tooltip-mode. Explain in comment why the complexity is needed.
27755
27756 * tooltip.el (tooltip-mode): Revert to previous implementation of
27757 its defcustom.
27758
27759 * frame.el (blink-cursor-mode): Revert to previous implementation
27760 of its defcustom. Update comment.
27761
27762 2005-07-12 Lars Hansen <larsh@soem.dk>
27763
27764 * desktop.el: Update e-mail address.
27765
27766 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27767
27768 * term/mac-win.el (mac-services-mail-selection)
27769 (mac-services-mail-to): New functions.
27770 (mac-application-menu-map): Bind them.
27771
27772 2005-07-12 wulei <milton@wulei.net> (tiny change)
27773
27774 * progmodes/gdb-ui.el: Add note about buffering with Windows.
27775
27776 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
27777
27778 * custom.el (custom-reevaluate-setting): Doc fix.
27779
27780 2005-07-11 Jay Belanger <belanger@truman.edu>
27781
27782 * calc/calc.el (calc-embedded-announce-formula-alist)
27783 (calc-embedded-open-close-plain-alist)
27784 (calc-embedded-open-close-mode-alist): Add checks for additional
27785 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
27786
27787 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
27788
27789 * custom.el (custom-enable-theme): Don't add theme to
27790 `custom-enabled-themes' with `push' because there is no
27791 setf-method for `delq'.
27792
27793 2005-07-11 Richard M. Stallman <rms@gnu.org>
27794
27795 * custom.el (custom-declare-variable): Doc fix.
27796
27797 * dired-aux.el (dired-compare-directories): Remove "." and ".."
27798 from the alists.
27799
27800 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
27801 Do nothing if edebug-active.
27802
27803 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
27804 (edebug-display): Do it here instead.
27805
27806 2005-07-10 Richard M. Stallman <rms@gnu.org>
27807
27808 * cus-face.el (custom-theme-set-faces): Make it work.
27809 (custom-reset-faces): Doc fix.
27810 (custom-theme-reset-internal-face, custom-theme-face-value):
27811 Functions deleted.
27812
27813 * custom.el (custom-push-theme): Maintain list of the settings
27814 of a given theme in its theme-settings property.
27815 Maintain position of old settings in the theme-value
27816 or theme-face property.
27817 (custom-enabled-themes): New variable.
27818 (custom-theme-enabled-p): New function.
27819 (provide-theme): Update custom-enabled-themes.
27820 Disable and reenable the `user' theme.
27821 (require-theme): Doc fix.
27822 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
27823 (custom-theme-value, custom-theme-variable-value): Likewise.
27824 (custom-theme-reset-internal): Likewise.
27825 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
27826 (custom-enable-theme, custom-disable-theme): New functions.
27827 (custom-variable-theme-value, custom-face-theme-value): Likewise.
27828 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
27829 (custom-theme-reset-variables): Simplify.
27830 (deftheme, custom-declare-theme, custom-make-theme-feature):
27831 Definitions moved.
27832
27833 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
27834
27835 * longlines.el (longlines-show-region)
27836 (longlines-unshow-hard-newlines): Recognize hard newlines by
27837 non-nil hard property, instead of t.
27838
27839 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
27840
27841 * emulation/viper-cmd.el (viper--key-maps): New variable.
27842 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
27843 emulation-mode-map-alists.
27844 (viper-envelop-ESC-key): Use viper-subseq.
27845 (viper-search-forward/backward/next): Disable debug-on-error.
27846
27847 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
27848 (viper-ESC-key): New defcustoms.
27849
27850 * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
27851
27852 * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
27853 (viper-subseq): Copy of subseq from cl.el.
27854
27855 * emulation/viper.el (viper-go-away, viper-set-hooks): Use
27856 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
27857
27858 * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
27859
27860 * emulation/viper-init.el: Get rid of -face in face names.
27861
27862 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
27863 Make it work with longlines mode.
27864
27865 * ediff-mult.el (ediff-meta-mode-hook): New variable.
27866
27867 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
27868
27869 * ediff-init.el: Get rid of -face in face names.
27870
27871 2005-07-10 Richard M. Stallman <rms@gnu.org>
27872
27873 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
27874 and with-timeout-unsuspend.
27875
27876 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
27877 and with-timeout-unsuspend.
27878
27879 * emacs-lisp/timer.el (with-timeout-timers): New variable.
27880 (with-timeout): Bind that variable to record timers.
27881 (with-timeout-suspend, with-timeout-unsuspend): New functions.
27882
27883 * emacs-lisp/debug.el (debug-help-follow): New function.
27884 (debugger-mode-map): Use that instead of help-follow.
27885 (debugger-setup-buffer): Use eval-buffer-list
27886 to handle eval-buffer frames.
27887
27888 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
27889
27890 * timezone.el (timezone-parse-date): Change first regexp
27891 so it will not mistakenly match dates with no time zone.
27892
27893 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
27894
27895 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
27896
27897 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
27898
27899 * custom.el (custom-initialize-safe-set)
27900 (custom-initialize-safe-default): New functions.
27901
27902 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27903 and simplify :init-value.
27904
27905 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27906 and simplify :init-value. Delete obsolete comment.
27907
27908 * startup.el (command-line): Use `custom-reevaluate-setting' to
27909 handle `tooltip-mode'. Delete obsolete comment.
27910
27911 * files.el (set-visited-file-name): Avoid calling
27912 `file-name-nondirectory' with a nil argument.
27913
27914 2005-07-09 Richard M. Stallman <rms@gnu.org>
27915
27916 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
27917 was called with nil for the buffer, handle the read position right.
27918 Handle read position for eval-region, too.
27919
27920 2005-07-09 Juri Linkov <juri@jurta.org>
27921
27922 * fringe.el (fringe-mode): Add period in docstring.
27923 (fringe-query-style): Build prompt depending on `all-frames' arg.
27924
27925 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
27926 to not create links to unrelated functions in the Help buffer.
27927
27928 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
27929 Doc fix.
27930
27931 * simple.el (next-error-hook): New variable.
27932 (next-error): Use it. Doc fix.
27933
27934 * textmodes/ispell.el (ispell-command-loop): Add current
27935 dictionary name and program name to mode-line-format.
27936 (ispell-region, ispell-process-line): Add current dictionary name
27937 and program name to messages.
27938
27939 2005-07-08 Jay Belanger <belanger@truman.edu>
27940
27941 * calc/calc.el (calc-embedded-announce-formula-alist)
27942 (calc-embedded-open-close-formula-alist)
27943 (calc-embedded-open-close-word-alist)
27944 (calc-embedded-open-close-plain-alist)
27945 (calc-embedded-open-close-new-formula-alist)
27946 (calc-embedded-open-close-mode-alist)
27947 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
27948 (calc-embedded-mode-hook): New variables.
27949
27950 * calc/calc-embed.el (calc-embedded-firsttime)
27951 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
27952 New variables.
27953 (calc-do-embedded): Use calc-embedded-firsttime,
27954 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
27955 determine whether or not to run hooks.
27956 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
27957 calc-embedded-firsttime-formula appropriately.
27958 Set calc-embedded delimiter variables according to mode.
27959
27960 2005-07-08 Richard M. Stallman <rms@gnu.org>
27961
27962 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
27963 Check for "emacs", etc., as entire symbol, not just as word.
27964 (checkdoc-file-comments-engine): Use regexp-quote on FN.
27965
27966 * files.el (set-visited-file-name): Report the error
27967 for "empty filename" earlier.
27968 (kill-some-buffers): Ignore buffers already dead.
27969
27970 * fringe.el (fringe-mode): Doc fix.
27971
27972 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27973 Check for (featurep 'xemacs) and turn off warnings in what it guards.
27974 Use unwind-protect to ensure byte-compile-unresolved-functions
27975 is updated.
27976
27977 * whitespace.el (whitespace-buffer-leading-cleanup):
27978 Simplify w/ skip-chars-forward.
27979 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
27980
27981 * mail/rmail.el (rmail-only-expunge): Fix paren error.
27982 Unconditionally try to leave point at the same old place.
27983
27984 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
27985
27986 * comint.el (comint-postoutput-scroll-to-bottom)
27987 (comint-show-maximum-output): Take scroll-margin into consideration.
27988
27989 2005-07-08 Kim F. Storm <storm@cua.dk>
27990
27991 * ido.el (ido-use-filename-at-point): New choice `guess'.
27992 (ido-file-internal): Try ffap-guesser if selected.
27993
27994 * ido.el (ido-before-fallback-functions): New hook.
27995 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
27996 (ido-read-file-name): Run it.
27997
27998 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
27999
28000 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
28001 strings rather than a list of symbols to the completion function.
28002
28003 2005-07-07 Jay Belanger <belanger@truman.edu>
28004
28005 * calc/calc-units.el (math-apply-units): Change the places in
28006 which units are simplified.
28007
28008 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
28009
28010 * cus-edit.el (customize-option, customize-option-other-window):
28011 Make them handle aliases.
28012
28013 * custom.el (custom-variable-p): Make it recursively follow
28014 aliases. Mention that in the docstring.
28015
28016 2005-07-07 Richard M. Stallman <rms@gnu.org>
28017
28018 * cus-start.el (exec-path): Use `directory' instead of `file'.
28019 Fix tag for nil.
28020
28021 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
28022
28023 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
28024 when called non-interactively. Doc fix.
28025
28026 2005-07-07 Lute Kamstra <lute@gnu.org>
28027
28028 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
28029 new address as well.
28030
28031 2005-07-07 Kenichi Handa <handa@m17n.org>
28032
28033 * international/mule.el (make-coding-system):
28034 Describe `ascii-incompatible' property in the docstring.
28035 (set-file-name-coding-system): Signal an error if coding-system is
28036 ascii-incompatible.
28037 (set-keyboard-coding-system): Likewise.
28038
28039 * international/mule-cmds.el (set-default-coding-systems):
28040 Don't set default-file-name-coding-system and
28041 default-keyboard-coding-system if coding-system is ASCII-incompatible.
28042
28043 * international/utf-16.el: Declare that all UTF-16-based coding
28044 systems are ASCII-incompatible.
28045
28046 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
28047
28048 * progmodes/gud.el: Require font-lock for displaying errors.
28049 Used by gdb-ui.el.
28050
28051 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
28052
28053 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
28054 values for the pattern lists which are `read'able but not
28055 `append'able (like symbols).
28056
28057 2005-07-06 Richard M. Stallman <rms@gnu.org>
28058
28059 * progmodes/flymake.el (flymake-float-time): Instead of
28060 with-no-warnings, test for XEmacs.
28061 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
28062 to avoid warning.
28063
28064 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
28065
28066 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
28067
28068 2005-07-05 Lute Kamstra <lute@gnu.org>
28069
28070 * battery.el: Add support for Darwin (with much debugging help
28071 from Samuel Lauber <sam124@operamail.com>).
28072 (battery-status-function, battery-echo-area-format)
28073 (battery-mode-line-format): Add support for pmset on Darwin.
28074 (battery-load-low, battery-load-critical): New user options.
28075 (battery-pmset): New function.
28076
28077 2005-07-05 Lute Kamstra <lute@gnu.org>
28078
28079 Update FSF's address in GPL notices.
28080
28081 * textmodes/page-ext.el: Update FSF's address.
28082
28083 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
28084
28085 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
28086 filling from using prefix when filling a single-line docstring.
28087
28088 * progmodes/flymake.el: Remove useless eval-when-compile.
28089
28090 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
28091
28092 2005-07-04 Richard M. Stallman <rms@gnu.org>
28093
28094 * textmodes/org.el (org-file-apps-defaults-gnu):
28095 Rename from org-file-apps-defaults-linux.
28096 (org-default-apps): Don't test system-type for `linux'.
28097 (org-file-apps): Doc fix.
28098
28099 2005-07-04 David Ponce <david@dponce.com>
28100
28101 * tree-widget.el: Improve header Commentary section.
28102 (tree-widget) [defgroup]
28103 (tree-widget-image-enable, tree-widget-themes-directory)
28104 (tree-widget-theme, tree-widget-image-properties-emacs)
28105 (tree-widget-image-properties-xemacs, tree-widget-create-image)
28106 (tree-widget-image-formats, tree-widget-control)
28107 (tree-widget-empty-control, tree-widget-leaf-control
28108 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
28109 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
28110 (tree-widget-keep, tree-widget-after-toggle-functions)
28111 (tree-widget-open-node, tree-widget-close-node): Doc fix.
28112 (tree-widget-open-control, tree-widget-close-control): Fix doc and
28113 :help-echo message.
28114 (tree-widget-set-theme): Doc fix. Use `string-equal'.
28115 (tree-widget-image-properties): Doc fix. Clearer implementation.
28116 (tree-widget--cursors): New constant.
28117 (tree-widget-lookup-image): New function split from
28118 `tree-widget-find-image'. Clearer implementation.
28119 (tree-widget-find-image): Use it.
28120 (tree-widget-button-keymap): Use `set-keymap-parent'.
28121 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
28122 Define the sub-widgets here.
28123 (tree-widget-node): Check that :node is not a tree-widget.
28124 (tree-widget-get-super, tree-widget-open-control)
28125 (tree-widget-close-control, tree-widget-empty-control)
28126 (tree-widget-leaf-control, tree-widget-guide)
28127 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
28128 (tree-widget-no-handle, tree-widget-value-delete)
28129 (tree-widget-map): Remove.
28130 (tree-widget-children-value-save): Doc fix. Simplified.
28131 (tree-widget-value-create): Update according to previous changes.
28132
28133 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
28134
28135 * textmodes/org.el: Leading space replaced by TABS.
28136 (org-recalc-marks, org-table-rotate-recalc-marks)
28137 (org-table-get-specials): Treat "^" and "_" marks.
28138 (org-table-justify-field-maybe): Optional argument NEW.
28139 (org-table-eval-formula): Parsing of the format simplified.
28140 New modes C,I. Honor the %= parameter in the current table.
28141 Avoid unnecessary re-align by using the NEW argument to
28142 `org-table-justify-field-maybe'.
28143 (org-calc-default-modes): Default for date-format mimicks org-mode.
28144 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
28145
28146 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
28147
28148 * cus-face.el (custom-theme-set-faces): Make it handle face
28149 aliases whose alias declarations are pre- or autoloaded.
28150
28151 2005-07-04 Juri Linkov <juri@jurta.org>
28152
28153 * faces.el (read-face-name): Put the code for getting a face name
28154 from the buffer before adding the faces from the `face' property.
28155 Use `completing-read-multiple' instead of `completing-read'.
28156 Require `crm'. Add default value and post-process the returned
28157 list of faces.
28158
28159 * emacs-lisp/crm.el (crm-find-current-element)
28160 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
28161
28162 * emacs-lisp/lisp-mode.el (eval-defun-1):
28163 * emacs-lisp/edebug.el (edebug-eval-defun):
28164 Remove unnecessary quotes.
28165
28166 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
28167
28168 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
28169 (prolog-indent-level): Fix typo in docstring.
28170
28171 * info.el (Info-history, Info-history-forward)
28172 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
28173
28174 * add-log.el (add-change-log-entry):
28175 * comint.el (comint-dynamic-list-input-ring)
28176 (comint-dynamic-list-completions):
28177 * dabbrev.el (dabbrev-expand):
28178 * delim-col.el (delimit-columns-rectangle-line):
28179 * diff-mode.el (diff-context->unified, diff-reverse-direction)
28180 (diff-unified->context):
28181 * ediff-init.el (ediff-abbrev-jobname):
28182 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
28183 (ediff-replace-session-activity-marker-in-meta-buffer):
28184 * info.el (Info-summary):
28185 * lpr.el (printify-region):
28186 * printing.el (pr-create-interface):
28187 * ps-print.el (ps-print-quote):
28188 * ses.el (ses-column-widths, ses-print-cell)
28189 (ses-adjust-print-width, ses-center):
28190 * shell.el (shell-file-name-quote-list):
28191 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
28192 (strokes-fill-current-buffer-with-whitespace)
28193 (strokes-xpm-for-stroke, strokes-list-strokes)
28194 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
28195 * term.el (term-dynamic-list-input-ring)
28196 (term-dynamic-list-completions):
28197 * calc/calc.el (math-format-stack-value):
28198 * emacs-lisp/edebug.el (edebug-display-freq-count):
28199 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
28200 (delphi-new-comment-line):
28201 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
28202 * progmodes/executable.el (executable-set-magic):
28203 * progmodes/python.el (inferior-python-mode):
28204 * progmodes/scheme.el (scheme-mode-syntax-table):
28205 * progmodes/sh-script.el (sh-maybe-here-document):
28206 * progmodes/sql.el (sql-copy-column):
28207 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
28208 * textmodes/bibtex.el (bibtex-mode):
28209 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
28210 (sgml-auto-attributes):
28211 * textmodes/table.el (table-insert, table-shorten-cell)
28212 (table--generate-source-scan-lines, table-delete-row)
28213 (*table--cell-delete-char, table--spacify-frame)
28214 (table--horizontally-shift-above-and-below)
28215 (table--cell-insert-char, table--cell-blank-str)
28216 (table--fill-region-strictly):
28217 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
28218 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
28219
28220 * add-log.el (change-log):
28221 * apropos.el (apropos):
28222 * comint.el (comint-completion, comint-source):
28223 * dabbrev.el (dabbrev):
28224 * delim-col.el (columns):
28225 * diff-mode.el (diff-mode):
28226 * ediff.el (ediff):
28227 * ediff-diff.el (ediff-diff):
28228 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
28229 * ediff-mult.el (ediff-mult):
28230 * ediff-ptch.el (ediff-ptch):
28231 * ediff-wind.el (ediff-window):
28232 * facemenu.el (facemenu):
28233 * indent.el (indent):
28234 * info.el (info):
28235 * jka-cmpr-hook.el (compression, jka-compr):
28236 * lpr.el (lpr):
28237 * outline.el (outlines):
28238 * pcmpl-cvs.el (pcmpl-cvs):
28239 * pcmpl-rpm.el (pcmpl-rpm):
28240 * printing.el (printing):
28241 * ps-print.el (postscript, ps-print, ps-print-horizontal)
28242 (ps-print-vertical, ps-print-headers, ps-print-font)
28243 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
28244 (ps-print-background, ps-print-printer, ps-print-page)
28245 (ps-print-miscellany):
28246 * ses.el (ses):
28247 * shell.el (shell, shell-directories, shell-faces):
28248 * startup.el (initialization):
28249 * strokes.el (strokes):
28250 * term.el (term):
28251 * uniquify.el (uniquify):
28252 * w32-vars.el (w32):
28253 * calc/calc.el (calc):
28254 * emacs-lisp/bytecomp.el (bytecomp):
28255 * emacs-lisp/cl-indent.el (lisp-indent):
28256 * emacs-lisp/edebug.el (edebug):
28257 * emacs-lisp/elp.el (elp):
28258 * emacs-lisp/testcover.el (testcover):
28259 * emacs-lisp/trace.el (trace):
28260 * emulation/viper-ex.el (viper-ex):
28261 * emulation/viper-mous.el (viper-mouse):
28262 * mail/mailalias.el (mailalias):
28263 * mail/supercite.el (supercite, supercite-frames)
28264 (supercite-attr, supercite-cite, supercite-hooks):
28265 * net/rcompile.el (remote-compile):
28266 * net/rlogin.el (rlogin):
28267 * obsolete/ooutline.el (outlines):
28268 * progmodes/delphi.el (delphi):
28269 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
28270 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
28271 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
28272 (ebnf-optimization):
28273 * progmodes/etags.el (etags):
28274 * progmodes/executable.el (executable):
28275 * progmodes/idlwave.el (idlwave):
28276 * progmodes/pascal.el (pascal):
28277 * progmodes/prolog.el (prolog):
28278 * progmodes/python.el (python):
28279 * progmodes/scheme.el (scheme):
28280 * progmodes/sh-script.el (sh, sh-script):
28281 * progmodes/sql.el (SQL):
28282 * progmodes/tcl.el (tcl):
28283 * textmodes/bibtex.el (bibtex, bibtex-autokey):
28284 * textmodes/enriched.el (enriched):
28285 * textmodes/makeinfo.el (makeinfo):
28286 * textmodes/sgml-mode.el (sgml):
28287 * textmodes/table.el (table-hooks):
28288 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
28289 * textmodes/texinfo.el (texinfo):
28290 * textmodes/two-column.el (two-column):
28291 Finish `defgroup' description with period.
28292
28293 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
28294 * eshell/esh-var.el (eshell-var):
28295 * progmodes/vhdl-mode.el (vhdl-testbench):
28296 * textmodes/org.el (org): Fix typos in docstrings.
28297
28298 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
28299 consistency.
28300
28301 * progmodes/flymake.el (flymake-find-file): Remove.
28302 (flymake-float-time): Use `with-no-warnings'.
28303 (flymake-check-start-time, flymake-check-was-interrupted)
28304 (flymake-err-info, flymake-is-running, flymake-last-change-time)
28305 (flymake-new-err-info): `defvar' at compile time.
28306
28307 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
28308
28309 * replace.el (occur-hook): Doc fix.
28310 (occur-1): Don't call `occur-hook' if there are no matches.
28311
28312 2005-07-03 Richard M. Stallman <rms@gnu.org>
28313
28314 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
28315 global-map, save the same map.
28316 (global-map): Don't alter it at top level.
28317 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
28318 Then alter it here instead.
28319 (tpu-edt-off): Set global-map to the saved one.
28320
28321 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
28322 All references simplified.
28323 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
28324 (zmacs-regions): Add defvar.
28325 (repeat-complex-command-map): Everything about that deleted.
28326
28327 * textmodes/artist.el (artist-key-is-drawing)
28328 (artist-key-endpoint1, artist-key-poly-point-list)
28329 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
28330 (artist-key-compl-table, artist-rb-save-data)
28331 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
28332 Don't put them in eval-when-compile.
28333 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
28334
28335 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
28336 Use with-no-warnings.
28337
28338 * net/browse-url.el (dos-windows-version): Add defvar.
28339
28340 * mail/supercite.el (filladapt-prefix-table): Add defvar.
28341
28342 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
28343 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
28344 (rmail-new-summary-line-count): Rename from new-summary-line-count.
28345 Add defvar.
28346 (rmail-summary-beginning-of-message): Use with-no-warnings.
28347 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
28348
28349 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
28350 Use with-no-warnings.
28351
28352 * emulation/vi.el (vi-mark-region): Use c-mark-function.
28353 (c-mark-function): Add point-moving-unit property.
28354 (vi-goto-line): Use with-no-warnings.
28355
28356 * emulation/edt.el (edt-last-copied-word): Add defvar.
28357 (zmacs-region-stays): Likewise.
28358 (edt-mark-section-wisely): Use c-mark-function for C.
28359 Use makr-defun for Fortran.
28360 (time-string): defvar deleted.
28361 (edt-display-the-time): Don't set time-string.
28362
28363 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
28364
28365 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28366 Don't warn when name is not constant
28367 or for defining the group `emacs'.
28368
28369 * tooltip.el (gud-tooltip-mode): Add defvar.
28370
28371 * startup.el (default-frame-background-mode): Add defvar.
28372
28373 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
28374
28375 * info.el (tool-bar-map): Add defvar.
28376
28377 * dired.el (dnd-protocol-alist): Add defvar.
28378
28379 * dired-aux.el (dired-query): Display question with answer, when
28380 the user answers.
28381
28382 * custom.el (custom-add-option): Doc fix.
28383
28384 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
28385
28386 2005-07-03 Eli Zaretskii <eliz@gnu.org>
28387
28388 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
28389 bogus name from the last change.
28390
28391 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
28392
28393 * custom.el (custom-declare-variable): Fix typos in comment.
28394 (custom-known-themes): Doc fix.
28395 (custom-theme-directory): New defcustom.
28396 (require-theme): Make it check `custom-theme-directory'.
28397
28398 * cus-theme.el (custom-new-theme-mode): New function.
28399 (custom-theme-name, custom-theme-variables, custom-theme-faces)
28400 (custom-theme-description): Add compiler defvars.
28401 (customize-create-theme): Add doc to the "*New Custom Theme*"
28402 buffer. Use `custom-new-theme-mode'.
28403 (custom-theme-write): Put the created buffer in emacs-lisp-mode
28404 and save it to the `custom-theme-directory'. Make this the
28405 default directory of the buffer.
28406
28407 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
28408
28409 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
28410 Fix unbalanced parentheses.
28411
28412 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
28413
28414 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
28415 into flymake-mode and delegate to flymake-mode.
28416
28417 * find-file.el (ff-which-function-are-we-in): Clean up.
28418
28419 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
28420
28421 * replace.el (occur-rename-buffer): Fix docstring.
28422
28423 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
28424 (edt-last-copied-word, edt-learn-macro-count)
28425 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
28426 (edt-rect-start-point, edt-user-global-map, rect-start-point)
28427 (time-string, zmacs-region-stays):
28428 * emulation/edt-mapper.el (edt-save-function-key-map)
28429 (EDT-key-name): `defvar' to silence the byte-compiler.
28430
28431 2005-07-02 Martin Rudalics <rudalics@gmx.at>
28432
28433 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
28434 font-lock-regexp-backslash. Doc fix.
28435 (font-lock-regexp-backslash-grouping-construct): Rename from
28436 font-lock-regexp-backslash-construct. Doc fix.
28437 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
28438 grouping constructs.
28439
28440 2005-07-02 Eli Zaretskii <eliz@gnu.org>
28441
28442 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
28443 updating all the prerequisites.
28444
28445 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
28446
28447 * textmodes/org.el (org-agenda-start-on-weekday)
28448 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
28449 (org-agenda-use-time-grid, org-archive-location)
28450 (org-allow-space-in-links, org-usenet-links-prefer-google)
28451 (org-enable-table-editor, org-export-default-language)
28452 (org-export-html-show-new-buffer, org-fill-paragraph)
28453 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
28454 (org-goto-quit, org-occur, org-eval-in-calendar)
28455 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
28456 (org-agenda-diary-entry, org-remember-help)
28457 (org-table-convert-region, org-at-table-p)
28458 (org-table-move-row-down, org-table-move-row-up)
28459 (org-table-copy-region, org-table-toggle-vline-visibility)
28460 (org-table-get-stored-formulas, org-table-get-specials)
28461 (org-recalc-commands, org-table-eval-formula)
28462 (org-table-formula-substitute-names, orgtbl-make-binding)
28463 (org-format-org-table-html, org-format-table-table-html)
28464 (org-format-table-table-html-using-table-generate-source)
28465 (org-customize): Fix typos in docstrings.
28466 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
28467 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
28468 (org-back-to-heading): Doc fixes.
28469 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
28470 (org-agenda-change-all-lines, org-get-header):
28471 Improve argument/docstring consistency.
28472 (orgtbl-error): Fix error message.
28473
28474 * progmodes/flymake.el (flymake-find-possible-master-files)
28475 (flymake-master-file-compare, flymake-get-line-err-count)
28476 (flymake-highlight-line, flymake-gui-warnings-enabled):
28477 Fix typos in docstrings.
28478 (flymake-parse-line, flymake-get-project-include-dirs-function)
28479 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
28480 Doc fixes.
28481 (flymake-get-project-include-dirs-function)
28482 (flymake-make-err-menu-data):
28483 Improve argument/docstring consistency.
28484
28485 2005-07-01 Lute Kamstra <lute@gnu.org>
28486
28487 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
28488 Catch errors with ignore-errors. Use temporary buffer.
28489 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
28490
28491 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
28492 background color faces.
28493 (facemenu-set-foreground, facemenu-set-background):
28494 Use facemenu-set-face-from-menu.
28495 (facemenu-set-face-from-menu): Treat face names that start with
28496 "fg:" or "bg:" as special.
28497 (facemenu-add-new-color): Don't create faces. Simplify.
28498
28499 2005-06-30 Richard M. Stallman <rms@gnu.org>
28500
28501 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
28502 (crm-find-current-element): Likewise.
28503
28504 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
28505
28506 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
28507
28508 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
28509
28510 * arc-mode.el (archive-extract): Make it work as a mouse binding.
28511 (archive-mouse-extract): Make it an obsolete alias.
28512 (archive-mode-map): Don't use archive-mouse-extract any more.
28513 (archive-mode, archive-extract): write-contents-hooks ->
28514 write-contents-functions.
28515 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
28516 first arg.
28517 (archive-rename-entry): Update the call.
28518 (archive-zip-summarize): Remove unused var `method'.
28519 (archive-lzh-summarize): Remove unused var `creator'.
28520
28521 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
28522 dedicated frame upon exit.
28523
28524 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
28525 (archive-zip-extract, archive-zip-expunge)
28526 (archive-zip-update, archive-zip-update-case): Use executable-find.
28527 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
28528 Use restore-buffer-modified-p.
28529 (archive-extract, archive-add-new-member, archive-write-file-member):
28530 Use with-current-buffer.
28531 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
28532
28533 2005-06-30 Andreas Schwab <schwab@suse.de>
28534
28535 * progmodes/gud.el (gud-filter): Remove unneeded progn.
28536
28537 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
28538
28539 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
28540
28541 2005-06-30 Juri Linkov <juri@jurta.org>
28542
28543 * faces.el (vertical-border): Inherit from mode-line-inactive
28544 only on tty.
28545
28546 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
28547
28548 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
28549 example, -NLINES in the `occur' docstring).
28550
28551 * replace.el (occur-1): When no matches are found, do not set the
28552 `buffer-read-only' and modified flags for the occur buffer,
28553 because it is deleted.
28554
28555 * emulation/cua-base.el (cua-check-pending-input)
28556 (cua-repeat-replace-region, cua-mode, cua-debug)
28557 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
28558 Fix typos in docstrings.
28559
28560 * emulation/cua-gmrk.el (cua-toggle-global-mark)
28561 (cua-cut-region-to-global-mark)
28562 (cua--cut-rectangle-to-global-mark):
28563 Remove period from end of messages.
28564
28565 * emulation/cua-rect.el (cua-do-rectangle-padding):
28566 Remove period from end of messages.
28567 (cua--rectangle-seq-format): Fix typo in docstring.
28568 (cua-sequence-rectangle, cua-fill-char-rectangle):
28569 Improve argument/docstring consistency.
28570
28571 2005-06-29 Juri Linkov <juri@jurta.org>
28572
28573 * faces.el (default-frame-background-mode): New internal variable.
28574 (frame-set-background-mode): Use it.
28575
28576 * startup.el (normal-top-level): Set default-frame-background-mode
28577 instead of frame-background-mode. Before setting it, test for its
28578 nil value. Remove tests for frame-background-mode and frame
28579 parameter `reverse'. Add test for "unspecified-fg".
28580
28581 * term/xterm.el (xterm-rxvt-set-background-mode):
28582 * term/rxvt.el (rxvt-set-background-mode):
28583 Set default-frame-background-mode instead of frame-background-mode.
28584
28585 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
28586
28587 * simple.el (set-variable): Warn about obsolete user variables.
28588
28589 * imenu.el (imenu--completion-buffer):
28590 * mouse.el (mouse-buffer-menu-alist):
28591 * msb.el (msb-invisible-buffer-p):
28592 * calendar/diary-lib.el (diary-header-line-format):
28593 * emacs-lisp/pp.el (pp-buffer):
28594 * progmodes/cperl-mode.el (cperl-do-auto-fill):
28595 * textmodes/picture.el (picture-replace-match):
28596 Change space constants followed by a sexp to "?\s ".
28597
28598 * play/decipher.el (decipher-loop-with-breaks):
28599 * textmodes/texinfo.el (texinfo-insert-@item): Change space
28600 constants "protected" from end of line by a comment to "?\s".
28601
28602 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
28603
28604 * font-lock.el (save-buffer-state): Use `declare'.
28605
28606 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
28607 reset the syntax-table to cperl-mode-syntax-table.
28608 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
28609 "foo_print_bar" is not matched as a reserved keyword.
28610
28611 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
28612
28613 * textmodes/org.el (orgtbl-setup): New function, for delayed
28614 setup for the orgtbl commands.
28615 (org-calc-default-modes): New option.
28616 (orgtbl-make-binding): Use `defun' to get better help display.
28617 (org-diary): Call `org-compile-prefix-format'.
28618 (org-table-formula-substitute-names): New function.
28619 (org-agenda-day-view, org-agenda-week-view): New commands.
28620 (org-agenda-toggle-week-view): Command removed.
28621 (org-tbl-menu): Split off from org-org-menu.
28622 (org-mode): Move removal of outline-mode menus to here.
28623 (org-table-formula-debug): New option.
28624 (org-table-insert-row): Keep first field if just "#" or "*".
28625 (org-mode): Paragraph regexps fixed.
28626 (org-table-recalculate-regexp): New constant.
28627 (org-table-justify-field-maybe): Avoid replace if not necessary.
28628 (org-copy-special, org-cut-special): Use `call-interactively'.
28629 (org-table-copy-region): Take region from `interactive' call.
28630 (org-trim): Return string even if no match.
28631 (org-formula): New face.
28632 (org-set-font-lock-defaults): No longer highlight "FIXME".
28633 But highlight formula-related fields in table.
28634 (org-table-p): Use regexp, not fontification.
28635 (org-table-align): Handle white space at end of line.
28636 (org-table-formula-evaluate-inline): New option.
28637 (org-mode): Auto-wrapping in comment lines turned off.
28638 (org-table-copy-down): Evaluate only in copied field, not in
28639 destination.
28640 (org-table-current-formula): Variable removed.
28641 (org-table-store-formulas, org-table-get-stored-formulas)
28642 (org-table-modify-formulas, org-table-replace-in-formulas)
28643 (org-table-maybe-eval-formula): New functions.
28644 (org-table-get-formula): Modify to use stored formulas.
28645 (org-table-insert-column, org-table-delete-column)
28646 (org-table-move-column): Call `org-table-modify-formulas'.
28647 (org-complete): Add completion for keyword formulas.
28648 (orgtbl-mode): Pull orgtbl-mode-map to start of
28649 minor-mode-map-alist.
28650
28651 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
28652
28653 * progmodes/python.el (python-check): Require `compile' before
28654 modifying its variables.
28655
28656 * newcomment.el (comment-indent-default): Don't get fooled by an early
28657 end of buffer.
28658
28659 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28660
28661 * ps-print.el (ps-print-version): Fix version number.
28662
28663 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
28664
28665 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
28666
28667 2005-06-28 Richard M. Stallman <rms@gnu.org>
28668
28669 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
28670 (flyspell-local-mouse-map): Declaration deleted.
28671 (flyspell-mouse-map): Bind only mouse-2.
28672 (flyspell-mode-map): Don't test flyspell-use-local-map.
28673 (flyspell-overlay-keymap-property-name): Var deleted.
28674 (flyspell-mode-on): Don't make local bindings for
28675 flyspell-mouse-map and flyspell-mode-map.
28676 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
28677
28678 * textmodes/ispell.el (ispell-word): Do not ignore short words.
28679
28680 * progmodes/compile.el (compilation-next-error-function):
28681 Don't switch buffers; operate on the current buffer.
28682
28683 * progmodes/compile.el (compilation-error-file-name)
28684 (compilation-warning-file-name, compilation-info-file-name)
28685 (compilation-line-number, compilation-column-number): New faces.
28686 (compilation-error-face, compilation-warning-face)
28687 (compilation-info-face, compilation-line-face)
28688 (compilation-column-face): Use them.
28689
28690 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
28691
28692 * comint.el (comint-password-prompt-regexp): Accept ", try again".
28693
28694 * bindings.el (global-map): Bind insertchar and its variants.
28695
28696 2005-06-27 Richard M. Stallman <rms@gnu.org>
28697
28698 * textmodes/artist.el (artist-text-overwrite)
28699 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
28700
28701 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28702
28703 * ps-print.el: It was not working the page selection for printing.
28704 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
28705 (ps-print-version): New version 6.6.7.
28706 (ps-end-sheet): New fun.
28707 (ps-header-sheet, ps-end-job): Call it.
28708
28709 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
28710
28711 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
28712
28713 2005-06-27 Lute Kamstra <lute@gnu.org>
28714
28715 * facemenu.el (facemenu-unlisted-faces): Add foreground and
28716 background color faces.
28717 (facemenu-get-face): Delete function.
28718 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
28719 (facemenu-add-new-color): Make second argument mandatory.
28720 Create the appropriate face and return it. Simplify.
28721 (facemenu-set-foreground, facemenu-set-background): Don't check if
28722 color is defined. Use return value of facemenu-add-new-color.
28723
28724 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
28725
28726 * progmodes/gud.el (gud-filter): Add missing argument to
28727 with-selected-window.
28728
28729 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
28730
28731 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
28732 a :require to the defcustom.
28733
28734 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
28735 defcustoms corresponding to minor modes.
28736
28737 2005-06-26 David Ponce <david@dponce.com>
28738
28739 * recentf.el: Require tree-widget instead of wid-edit.
28740 (recentf-filename-handler): Fix widget :type.
28741 (recentf-cancel-dialog, recentf-open-more-files)
28742 (recentf-open-files-action): Doc fix.
28743 (recentf-dialog-goto-first): New function.
28744 (recentf-dialog-mode-map): Set parent keymap first.
28745 (recentf-dialog-mode): Define with define-derived-mode.
28746 Don't display continuation lines in dialogs.
28747 (recentf-edit-list): Rename from recentf-edit-selected-items.
28748 (recentf-edit-list-select): Rename from recentf-edit-list-action.
28749 Simplify.
28750 (recentf-edit-list-validate): New function.
28751 (recentf-edit-list): Update accordingly.
28752 (recentf-open-files-item-shift): Remove.
28753 (recentf-open-files-item): Convert menu elements into tree and
28754 link widgets. Don't create the widgets.
28755 (recentf-open-files): Update accordingly.
28756 (recentf-save-list): Untabify.
28757
28758 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
28759
28760 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
28761 (keep-lines): Add INTERACTIVE arg. Never delete lines only
28762 partially contained in the active region. Do not take active
28763 region into account when called from Lisp, unless INTERACTIVE arg
28764 is non-nil. Use `forward-line' instead of `beginning-of-line' to
28765 avoid trouble with fields. Make marker point nowhere when no
28766 longer used. Always return nil. Doc fix.
28767 (flush-lines): Add INTERACTIVE arg. Do not take active region
28768 into account when called from Lisp, unless INTERACTIVE arg is
28769 non-nil. Use `forward-line' instead of `beginning-of-line' to
28770 avoid trouble with fields. Make marker point nowhere when no
28771 longer used. Always return nil. Doc fix.
28772 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
28773 interchangeable. Do not take active region into account when
28774 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
28775 message in echo area when called from Lisp, unless INTERACTIVE arg
28776 is non-nil. Avoid saying "1 occurrences". Do not use markers.
28777 Return the number of matches. Doc fix.
28778 (occur): Doc fix.
28779 (perform-replace): Make comment follow double space convention for
28780 the sake of `outline-minor-mode'.
28781
28782 * faces.el (facep): Doc fix.
28783
28784 2005-06-25 Richard M. Stallman <rms@gnu.org>
28785
28786 * facemenu.el (facemenu-enable-faces-p): New function.
28787 (facemenu-background-menu, facemenu-foreground-menu)
28788 (facemenu-face-menu): Add menu-enable property.
28789
28790 * jka-compr.el (jka-compr-insert-file-contents):
28791 Special handling if cannot find the uncompression program.
28792
28793 * cus-face.el (custom-face-attributes): Add autoload.
28794
28795 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28796 Bind comment-indent-function locally.
28797
28798 * window.el (save-selected-window): Use save-current-buffer.
28799
28800 * subr.el (with-selected-window): Use save-current-buffer.
28801
28802 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
28803 and with-current-buffer.
28804
28805 2005-06-24 Richard M. Stallman <rms@gnu.org>
28806
28807 * simple.el (line-move-1): Fix previous change.
28808
28809 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
28810
28811 * replace.el (occur-1): Set `buffer-read-only' and the
28812 buffer-modified flag before running `occur-hook' to protect
28813 against unintentional buffer switches that can lead to data loss.
28814
28815 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
28816
28817 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
28818 (gud-gdb-marker-filter): Use font-lock-warning-face for any
28819 initial error.
28820
28821 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
28822 after fresh input.
28823 (gdb-var-create-handler): Put name of expression in quotes.
28824
28825 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
28826
28827 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
28828 elements of RING in order, and without bogus nil elements.
28829
28830 2005-06-23 Richard M. Stallman <rms@gnu.org>
28831
28832 * simple.el (set-variable): Args renamed; doc fix.
28833 (line-move-1): When there are overlays around, use vertical-motion.
28834
28835 * faces.el (escape-glyph): Use brown against light background.
28836 (nobreak-space): Rename from no-break-space.
28837 Fix previous change.
28838
28839 * dired-aux.el (dired-do-copy): Fix arg prompt.
28840
28841 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
28842
28843 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
28844
28845 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
28846 rather than "Distributor".
28847
28848 2005-06-23 Lute Kamstra <lute@gnu.org>
28849
28850 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
28851 (debug-on-entry): Use it. New interactive declaration that uses
28852 function-called-at-point.
28853
28854 2005-06-23 Kim F. Storm <storm@cua.dk>
28855
28856 * subr.el (save-match-data): Add comment about using evaporate arg
28857 to set-match-data.
28858
28859 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
28860
28861 * cus-edit.el (customize-face)
28862 (customize-face-other-window): Handle face aliases.
28863
28864 * faces.el (face-documentation, set-face-attribute)
28865 (face-spec-set): Handle face aliases.
28866
28867 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
28868
28869 * help-mode.el (help-make-xrefs): If a symbol representing a face
28870 name is not followed by the word "face", it could still be a
28871 function or variable name, so don't bypass other checks.
28872
28873 2005-06-22 Juri Linkov <juri@jurta.org>
28874
28875 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
28876 Replace aliased functions with calls where second arg `inherit' is t.
28877
28878 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
28879
28880 * progmodes/gdb-ui.el (gdb-error): New variable.
28881 (gdb-error): New function.
28882 (gdb-annotation-rules): Act on error-begin and error annotations.
28883 (gdb-concat-output): Use font-lock-warning-face for errors.
28884
28885 2005-06-22 Miles Bader <miles@gnu.org>
28886
28887 * bindings.el (propertized-buffer-identification): Use renamed
28888 `Buffer-menu-buffer' face.
28889
28890 * faces.el (vertical-border): Rename from `vertical-divider'.
28891 (escape-glyph): Change dark-background color back to `cyan'.
28892
28893 2005-06-21 Juri Linkov <juri@jurta.org>
28894
28895 * faces.el (face-user-default-spec): Try getting `customized-face'
28896 prior to `saved-face'.
28897 (frame-background-mode): Refill docstring.
28898
28899 * emacs-lisp/lisp-mode.el (eval-defun-1):
28900 * emacs-lisp/edebug.el (edebug-eval-defun):
28901 Set `saved-face' temporarily to nil before calling form.
28902 Set `customized-face' to the new spec after that.
28903
28904 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
28905
28906 * subr.el (1value, lambda, key-substitution-in-progress):
28907 Doc fixes.
28908
28909 * autoinsert.el (auto-insert-alist):
28910 * ses.el (ses-call-printer):
28911 * subr.el (noreturn):
28912 * emacs-lisp/lisp.el (check-parens):
28913 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
28914 * net/browse-url.el (browse-url-mosaic):
28915 * progmodes/cc-defs.el (c-safe-scan-lists):
28916 * progmodes/ebnf-abn.el (ebnf-abn-lex):
28917 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
28918 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
28919 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
28920 * progmodes/ebnf-iso.el (ebnf-iso-lex):
28921 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
28922
28923 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
28924
28925 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
28926
28927 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
28928
28929 * calendar/appt.el (appt-make-list): Activate the package, if
28930 not already active (for backwards compatibility).
28931
28932 2005-06-20 Kim F. Storm <storm@cua.dk>
28933
28934 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
28935
28936 2005-06-20 Miles Bader <miles@gnu.org>
28937
28938 * faces.el (vertical-divider): New face.
28939
28940 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
28941
28942 * simple.el (kill-whole-line): Doc fix.
28943 (next-error-buffer-p, next-error-find-buffer)
28944 (clone-indirect-buffer): Fix typos in docstrings.
28945 (comment-line-break-function): Doc fix: don't say variable
28946 is automatically buffer-local (it isn't).
28947
28948 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
28949
28950 * net/tramp-ftp.el (top):
28951 * net/tramp-smb.el (top):
28952 * net/tramp-util.el (top):
28953 * net/tramp-uu.el (top):
28954 * net/tramp-vc.el (top):
28955 * net/tramp.el (top): Revert copyright years back to original
28956 ones. Tramp has a life outside GNU Emacs.
28957
28958 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
28959
28960 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
28961
28962 2005-06-18 Juri Linkov <juri@jurta.org>
28963
28964 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
28965 end of first regexp to limit the match to the position between
28966 line number and source line with same separator character as used
28967 between file name and line number. In the second regexp limit
28968 mouse-face area to file name and line number by adding new group
28969 for them and referring it in HYPERLINK arg.
28970 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
28971 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
28972 previous line where grep markers may be already removed.
28973
28974 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
28975
28976 * progmodes/ps-mode.el: Update version and maintainer's email address.
28977
28978 2005-06-18 Steve Youngs <steve@xemacs.org>
28979
28980 * net/browse-url.el (browse-url-browser-function)
28981 (browse-url-default-browser): Add firefox.
28982 (browse-url-firefox-program, browse-url-firefox-arguments)
28983 (browse-url-firefox-startup-arguments)
28984 (browse-url-firefox-new-window-is-tab): New defcustoms.
28985 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
28986
28987 2005-06-17 Richard M. Stallman <rms@gnu.org>
28988
28989 * startup.el (command-line): Warn if specified user name has
28990 no home directory.
28991
28992 * term.el (term-get-old-input, term-input-filter, term-input-sender)
28993 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
28994
28995 * longlines.el (longlines-mode, longlines-show-hard-newlines):
28996 Doc fixes.
28997
28998 * faces.el (underline): Try bold if terminal doesn't support underline.
28999
29000 * mail/sendmail.el (mail-setup-with-from): New variable.
29001 (mail-insert-from-field): New function.
29002 (sendmail-send-it): Call it.
29003 (mail-setup): Optionally call it here.
29004
29005 * term/linux.el: Call tty-no-underline.
29006
29007 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
29008
29009 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
29010
29011 2005-06-17 Miles Bader <miles@gnu.org>
29012
29013 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
29014 (ediff-current-diff-C, ediff-current-diff-Ancestor)
29015 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
29016 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
29017 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
29018 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
29019 Remove "-face" suffix from face names.
29020 (ediff-current-diff-face-A, ediff-current-diff-face-B)
29021 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
29022 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
29023 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
29024 (ediff-even-diff-face-A, ediff-even-diff-face-B)
29025 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
29026 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
29027 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
29028 New backward-compatibility aliases for renamed faces.
29029 (ediff-current-diff-face-A, ediff-current-diff-face-B)
29030 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
29031 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
29032 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
29033 (ediff-even-diff-face-A, ediff-even-diff-face-B)
29034 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
29035 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
29036 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
29037 Use renamed ediff faces.
29038
29039 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
29040 Remove "-face" suffix from face names.
29041 (eshell-test-ok-face, eshell-test-failed-face):
29042 New backward-compatibility aliases for renamed faces.
29043 (eshell-run-test): Use renamed eshell-test faces.
29044
29045 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
29046 face name.
29047 (eshell-prompt-face): New backward-compatibility alias for renamed
29048 face.
29049 (eshell-emit-prompt): Use renamed eshell-prompt face.
29050
29051 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
29052 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
29053 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
29054 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
29055 Remove "-face" suffix from face names.
29056 (eshell-ls-directory-face, eshell-ls-symlink-face)
29057 (eshell-ls-executable-face, eshell-ls-readonly-face)
29058 (eshell-ls-unreadable-face, eshell-ls-special-face)
29059 (eshell-ls-missing-face, eshell-ls-archive-face)
29060 (eshell-ls-backup-face, eshell-ls-product-face)
29061 (eshell-ls-clutter-face):
29062 New backward-compatibility aliases for renamed faces.
29063 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
29064
29065 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
29066 Remove "-face" suffix from face name.
29067 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
29068 instead of literal face.
29069
29070 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
29071
29072 * emacs-lisp/warnings.el (display-warning, lwarn)
29073 (warning-minimum-log-level): Doc fixes.
29074 (warning-minimum-level, warning-minimum-log-level):
29075 Add :debug to :type choices.
29076
29077 * progmodes/ada-mode.el (ada-format-paramlist)
29078 (ada-get-indent-case, ada-check-matching-start)
29079 (ada-check-defun-name, ada-goto-matching-decl-start)
29080 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
29081 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
29082 (ada-make-subprogram-body): Follow error conventions.
29083 (ada-case-exception-file, ada-indent-comment-as-code)
29084 (ada-indent-handle-comment-special, ada-indent-renames)
29085 (ada-indent-return, ada-search-directories-internal)
29086 (ada-tab-policy, ada-case-exception-substring)
29087 (ada-other-file-alist, ada-matching-start-re)
29088 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
29089 (ada-imenu-generic-expression, ada-compile-goto-error)
29090 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
29091 (ada-popup-menu, ada-add-extensions, ada-mode)
29092 (ada-region-selected, ada-create-case-exception)
29093 (ada-create-case-exception-substring, ada-after-keyword-p)
29094 (ada-activate-keys-for-case, ada-adjust-case-region)
29095 (ada-adjust-case-buffer, ada-format-paramlist)
29096 (ada-scan-paramlist, ada-insert-paramlist)
29097 (ada-indent-newline-indent)
29098 (ada-indent-newline-indent-conditional)
29099 (ada-justified-indent-current, ada-goto-previous-word)
29100 (ada-indent-current, ada-get-indent-open-paren)
29101 (ada-get-indent-paramlist, ada-get-indent-end)
29102 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
29103 (ada-get-indent-block-start, ada-get-indent-subprog)
29104 (ada-get-indent-noindent, ada-get-indent-label)
29105 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
29106 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
29107 (ada-goto-stmt-end, ada-goto-next-word)
29108 (ada-check-matching-start, ada-check-defun-name)
29109 (ada-goto-matching-decl-start, ada-goto-matching-start)
29110 (ada-goto-matching-end, ada-search-ignore-string-comment)
29111 (ada-in-decl-p, ada-looking-at-semi-or)
29112 (ada-looking-at-semi-private, ada-in-paramlist-p)
29113 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
29114 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
29115 (ada-next-procedure, ada-previous-procedure, ada-next-package)
29116 (ada-previous-package, ada-create-menu)
29117 (ada-fill-comment-paragraph-justify)
29118 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
29119 (ada-other-file-name, ada-last-which-function-line)
29120 (ada-last-which-function-subprog, ada-which-function)
29121 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
29122 (ada-gen-treat-proc, ada-check-emacs-version)
29123 (ada-continuation-indent, ada-align-region-separate):
29124 Fix typos in docstrings.
29125 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
29126
29127 2005-06-16 Lute Kamstra <lute@gnu.org>
29128
29129 * simple.el (fundamental-mode): Run after-change-major-mode-hook
29130 conditionally.
29131
29132 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
29133
29134 * comint.el (comint-replace-by-expanded-filename)
29135 (comint-prompt-regexp, comint-delimiter-argument-list)
29136 (comint-preinput-scroll-to-bottom):
29137 * info.el (Info-hide-cookies-node):
29138 * ls-lisp.el (ls-lisp-classify):
29139 * find-file.el (ff-search-directories, ff-special-constructs)
29140 (ff-find-other-file):
29141 * font-lock.el (font-lock-keywords):
29142 * shell.el (shell-prompt-pattern)
29143 (shell-dynamic-complete-functions, shell-mode)
29144 (shell-delimiter-argument-list):
29145 * term.el (term-replace-by-expanded-filename)
29146 (term-prompt-regexp, term-delimiter-argument-list):
29147 * woman.el (woman-ignore, woman0-if):
29148 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
29149 * emacs-lisp/elint.el (elint-init-env):
29150 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
29151 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
29152 * language/ethio-util.el (ethio-tilde-escape)
29153 (ethio-use-three-dot-question):
29154 * net/zone-mode.el (zone-mode-load-time-setup):
29155 * progmodes/cc-align.el (c-lineup-argcont):
29156 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
29157 * progmodes/cperl-mode.el (cperl-set-style-back):
29158 * progmodes/inf-lisp.el (inferior-lisp-prompt):
29159 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
29160 Fix spellings in docstrings.
29161
29162 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
29163 * progmodes/modula2.el (m2-for): Fix spellings.
29164
29165 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
29166
29167 * simple.el (undo-more): Don't use `format' on `error' arguments.
29168 Improve argument/docstring consistency.
29169 (pending-undo-list): Doc fix.
29170
29171 * smerge-mode.el (smerge-ensure-match):
29172 * emulation/vip.el (vip-ex):
29173 * net/zone-mode.el (zone-mode-update-serial):
29174 * progmodes/idlwave.el (idlwave-complete):
29175 * progmodes/vhdl-mode.el (vhdl-visit-file)
29176 (vhdl-compose-wire-components):
29177 Don't use `format' on `error' arguments.
29178
29179 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
29180 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
29181 (tooltip-help-tips): Fix typos in docstrings.
29182
29183 2005-06-16 David Ponce <david@dponce.com>
29184
29185 * tree-widget.el (tree-widget-value-create): Simplify last change.
29186
29187 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
29188
29189 * ido.el (ido-incomplete-regexp): New variable.
29190 (ido-set-matches-1): Handle invalid-regexp error and set
29191 ido-incomplete-regexp.
29192 (ido-incomplete-regexp): New face.
29193 (ido-completions): Use it.
29194 (ido-complete, ido-exit-minibuffer, ido-completions):
29195 Handle incomplete regexps.
29196 (ido-completions): Add check for complete match when entering a regexp.
29197
29198 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
29199
29200 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
29201
29202 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
29203
29204 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
29205 by field delimiters.
29206
29207 2005-06-15 David Ponce <david@dponce.com>
29208
29209 * tree-widget.el: eval-and-compile inlined functions so they will
29210 be available at run-time too.
29211 (tree-widget-super-format-handler)
29212 (tree-widget-format-handler): Remove.
29213 (tree-widget-value-create): Handle the :indent property.
29214
29215 2005-06-15 Miles Bader <miles@gnu.org>
29216
29217 * progmodes/which-func.el (which-func): Only inherit
29218 `font-lock-function-name-face' when that makes sense against the
29219 default mode-line face, otherwise set the face color explicitly.
29220
29221 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
29222 faces instead of (non-existent) variables.
29223
29224 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
29225
29226 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
29227 (iswitchb-get-matched-buffers): Likewise. Simplify.
29228
29229 2005-06-14 Miles Bader <miles@gnu.org>
29230
29231 * progmodes/ld-script.el (ld-script-location-counter):
29232 Remove "-face" suffix from face name.
29233 (ld-script-location-counter-face):
29234 New backward-compatibility alias for renamed face.
29235 (ld-script-location-counter-face): Use renamed face.
29236
29237 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
29238 (cperl-hash): Remove "-face" suffix from face names.
29239 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
29240 New backward-compatibility aliases for renamed faces.
29241 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
29242 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
29243
29244 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
29245 name.
29246 (which-func-face): New backward-compatibility alias for renamed face.
29247 (which-func-format): Use renamed which-func face.
29248
29249 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
29250 (vhdl-function, vhdl-directive, vhdl-reserved-word)
29251 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
29252 names.
29253 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
29254 (vhdl-speedbar-configuration, vhdl-speedbar-package)
29255 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
29256 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
29257 (vhdl-speedbar-architecture-selected)
29258 (vhdl-speedbar-configuration-selected)
29259 (vhdl-speedbar-package-selected)
29260 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
29261 names.
29262 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
29263 Use renamed faces.
29264 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
29265 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
29266 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
29267 Use renamed faces.
29268 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
29269 names.
29270 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
29271 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
29272 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
29273 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
29274 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
29275 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
29276
29277 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
29278 face name.
29279 (sh-heredoc-face): New backward-compatibility alias for renamed face.
29280 (sh-heredoc-face): Use renamed sh-heredoc face.
29281
29282 * progmodes/idlw-help.el (idlwave-help-link):
29283 Remove "-face" suffix from face name.
29284 (idlwave-help-link-face):
29285 New backward-compatibility alias for renamed face.
29286 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
29287
29288 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
29289 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
29290 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
29291 New backward-compatibility aliases for renamed faces.
29292 (idlwave-shell-disabled-breakpoint-face)
29293 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
29294
29295 * progmodes/flymake.el (flymake-errline, flymake-warnline):
29296 Remove "-face" suffix from face names.
29297 (flymake-errline-face, flymake-warnline-face):
29298 New backward-compatibility aliases for renamed faces.
29299 (flymake-highlight-line): Use renamed flymake faces.
29300
29301 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
29302 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
29303 (ebrowse-member-class, ebrowse-progress):
29304 Remove "-face" suffix from face names.
29305 (ebrowse-tree-mark-face, ebrowse-root-class-face)
29306 (ebrowse-file-name-face, ebrowse-default-face)
29307 (ebrowse-member-attribute-face, ebrowse-member-class-face)
29308 (ebrowse-progress-face):
29309 New backward-compatibility aliases for renamed faces.
29310 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
29311 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
29312 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
29313 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
29314
29315 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
29316 antlr-syntax)
29317 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
29318 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
29319 names.
29320 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
29321 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
29322 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
29323 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
29324 backward-compatibility aliases for renamed faces.
29325 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
29326 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
29327 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
29328 remove "font-lock-". Use renamed antlr-mode faces.
29329 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
29330 literal face-names with face variable references.
29331
29332 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
29333 face name.
29334 (Buffer-menu-buffer-face): New backward-compatibility alias for
29335 renamed face.
29336 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
29337
29338 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
29339
29340 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
29341 Eliminate "-face" suffix.
29342 (makefile-targets): Inherit from font-lock-function-name-face and
29343 eliminate "-face" suffix.
29344 (makefile-shell): Remove attributes and eliminate "-face" suffix.
29345 (makefile-*-font-lock-keywords): Append makefile-targets in rule
29346 actions, instead of prepending, to make it less visible.
29347 (makefile-previous-dependency, makefile-match-dependency):
29348 Don't match a target on a continuation line.
29349
29350 * files.el (auto-mode-alist): Put Makefile in gmake mode.
29351
29352 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
29353
29354 * progmodes/gdb-ui.el (menu): Re-order menu items.
29355 (gdb-tooltip-print): Respect tooltip-use-echo-area.
29356
29357 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
29358 Define in tooltip.el.
29359 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
29360 (gud-tooltip-tips): Respect tooltip-use-echo-area and
29361 gud-tooltip-echo-area.
29362
29363 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
29364 backward compatibility and make obsolete.
29365 (tooltip-help-tips): Use tooltip-use-echo-area.
29366 (tooltip-show-help-function): Rename to...
29367 (tooltip-show-help): ...this, because it is a function.
29368 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
29369
29370 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
29371
29372 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
29373 (edebug-print-length, edebug-print-level, edebug-print-circle)
29374 (edebug-modify-breakpoint, edebug-eval-last-sexp)
29375 (edebug-eval-print-last-sexp): Doc fixes.
29376
29377 2005-06-14 Kim F. Storm <storm@cua.dk>
29378
29379 * ido.el (ido-mode): Make a new keymap every time we enable ido,
29380 as the coverage buffer/file/both may change.
29381
29382 2005-06-14 Lute Kamstra <lute@gnu.org>
29383
29384 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
29385 and run-mode-hooks. Simplify.
29386
29387 * mail/rmailedit.el (rmail-edit-mode):
29388 * progmodes/octave-inf.el (inferior-octave-mode):
29389 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
29390
29391 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
29392 and run-mode-hooks.
29393 (recentf-edit-list, recentf-open-files): Don't call
29394 kill-all-local-variables directly.
29395
29396 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
29397
29398 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
29399
29400 * emacs-lisp/byte-run.el (make-obsolete)
29401 (define-obsolete-function-alias): Rename arguments FUNCTION and
29402 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
29403 (make-obsolete-variable, define-obsolete-variable-alias):
29404 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
29405 respectively.
29406
29407 * isearchb.el (isearchb-activate):
29408 * pcvs.el (cvs-mode):
29409 * ses.el (ses-load):
29410 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
29411 * net/tramp.el (tramp-find-file-exists-command)
29412 (tramp-find-shell):
29413 * progmodes/ada-mode.el (ada-create-case-exception)
29414 (ada-create-case-exception-substring, ada-make-subprogram-body):
29415 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
29416 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
29417 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
29418 * textmodes/org.el (org-promote, org-evaluate-time-range)
29419 (org-agenda-next-date-line, org-agenda-previous-date-line)
29420 (org-agenda-error, org-open-at-point, org-table-move-row)
29421 (org-format-table-table-html-using-table-generate-source)
29422 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
29423 * textmodes/reftex.el (reftex-access-scan-info):
29424 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
29425 (reftex-toc-promote-prepare): Follow error conventions.
29426
29427 * diff-mode.el (diff-mode): Fix typo in docstring.
29428
29429 * forms.el (forms--intuit-from-file): Fix reference to
29430 `forms-number-of-fields' in error message.
29431 (forms-print): Fix quoting in error message.
29432
29433 * forms.el (forms-mode):
29434 * emulation/vi.el (vi-goto-insert-state):
29435 * progmodes/flymake.el (flymake-new-err-info)
29436 (flymake-start-syntax-check-for-current-buffer)
29437 (flymake-simple-cleanup):
29438 * eshell/esh-var.el (eshell/export):
29439 * progmodes/gud.el (xdb):
29440 * textmodes/flyspell.el (flyspell-incorrect-hook)
29441 (flyspell-maybe-correct-transposition)
29442 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
29443
29444 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
29445
29446 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
29447 minibuffer prompt.
29448
29449 2005-06-13 Kim F. Storm <storm@cua.dk>
29450
29451 * subr.el (add-to-ordered-list): New defun.
29452
29453 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
29454 add cua--keymap-alist to emulation-mode-map-alists.
29455
29456 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
29457
29458 * subr.el (complete-in-turn): New macro.
29459 (dynamic-completion-table, lazy-completion-table): Add debug info.
29460
29461 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
29462 in preference to face aliases.
29463
29464 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
29465 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
29466 Remove unused vars `start' and `firstline'.
29467 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
29468 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
29469
29470 2005-06-13 Eli Zaretskii <eliz@gnu.org>
29471
29472 * cus-start.el (all): Don't complain about missing GTK-related
29473 variables, unless either `gtk' is boundp or this isn't a
29474 `windows-nt' build.
29475
29476 2005-06-13 Lute Kamstra <lute@gnu.org>
29477
29478 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
29479 run-mode-hooks.
29480
29481 * ediff-mult.el (ediff-meta-mode):
29482 * ediff-util.el (ediff-mode): Use run-mode-hooks.
29483
29484 * ledit.el (ledit-mode): Use delay-mode-hooks.
29485
29486 * woman.el (woman-mode-line-format): Delete constant.
29487 (woman-mode-map): Initialize it properly.
29488 (woman-mode): Set mode-class property to special.
29489 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
29490 Set major-mode and mode-name. Don't set mode-line-format directly.
29491 (Man-getpage-in-background): Don't reference woman-mode-line-format.
29492
29493 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
29494 string argument obsolete.
29495
29496 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
29497
29498 * textmodes/org.el (org-CUA-compatible): New option.
29499 (org-disputed-keys): New variable.
29500 (org-key): New function.
29501 (orgtbl-make-binding): Add docstring to the created function.
29502 (org-mode): Set paragraph start/separate regexps.
29503 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
29504 (org-archive-location, org-archive-mark-done)
29505 (org-archive-stamp-time): New options.
29506 (org-archive-subtree): New command.
29507 (org-fill-paragraph): New function.
29508 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
29509 (org-fake-empty-table-line): Function removed.
29510 (org-format-org-table-html): Do not create empty table lines at
29511 separator lines. Improved table header treatment.
29512 (org-link-format): New option.
29513 (org-make-link): New function.
29514 (org-insert-link, org-store-link): Use org-make-link.
29515 (org-open-file): Quote file name for shell command, to allow
29516 spaces in file names.
29517 (org-link-regexp): Fix bug with mailto link.
29518 (org-link-maybe-angles-regexp, org-protected-link-regexp):
29519 New constants.
29520 (org-export-as-html): Deal with the optional angles around a link.
29521 Better treatment of file: links.
29522 (org-open-at-point): Replace @{ and @} with < and >.
29523 (org-run-mode-hooks): Function removed.
29524 (org-agenda-mode): No longer use `org-run-mode-hooks'.
29525
29526 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
29527
29528 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
29529 MI command -data-list-register-values.
29530 (gdb-post-prompt): Indent properly.
29531
29532 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
29533
29534 * hilit-chg.el (highlight-changes-colors): Rename from
29535 `highlight-changes-colours'.
29536 (highlight-changes-colours): Keep as obsolete alias.
29537 (highlight-changes-face-list): Doc fix.
29538 (hilit-chg-make-list): Use `highlight-changes-colors'.
29539
29540 2005-06-12 Mark A. Hershberger <mah@everybody.org>
29541
29542 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
29543 defun-prompt-regexp.
29544
29545 2005-06-12 Eli Zaretskii <eliz@gnu.org>
29546
29547 * loadup.el: Don't say we are dumping under 2 names on windows-nt
29548 and cygwin.
29549
29550 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
29551 Don't use an old loaddefs.el, as in Makefile.in.
29552
29553 2005-06-12 Lute Kamstra <lute@gnu.org>
29554
29555 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
29556
29557 * man.el (Man-mode-map): Initialize it properly.
29558 (Man-mode): Set mode-class property to special.
29559
29560 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
29561
29562 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
29563
29564 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
29565 A newline is needed in the docstring there.
29566
29567 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
29568 Doc fixes.
29569
29570 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
29571
29572 * printing.el: Doc fix. The menubar is no more changed when printing
29573 is loaded, it only changes when pr-menu-bind or pr-update-menus is
29574 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
29575 (pr-version): New version number (6.8.4).
29576 (pr-menu-bind): New command.
29577 (pr-update-menus): Docstring and code fix.
29578 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
29579 Docstring fix.
29580 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
29581 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
29582
29583 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
29584
29585 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
29586 "Returns" to "return", document useful return values, etc.
29587
29588 2005-06-11 Alan Mackenzie <acm@muc.de>
29589
29590 * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
29591 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
29592 (adaptive-file-function): Minor amendment to doc-string.
29593
29594 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29595
29596 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
29597 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
29598 Fix :type--it is `integer', not `string'.
29599
29600 * faces.el (modeline-highlight): Rename from (the erroneous)
29601 `modeline-higilight'.
29602
29603 2005-06-11 Lute Kamstra <lute@gnu.org>
29604
29605 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
29606 lisp-interaction-mode-map but make it the parent.
29607 (edebug-eval-mode): Use define-derived-mode.
29608
29609 2005-06-11 Andreas Schwab <schwab@suse.de>
29610
29611 * bindings.el: Add binding of `ESC functionkey' for every
29612 `M-functionkey'.
29613 * hexl.el (hexl-mode-map): Likewise.
29614
29615 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
29616
29617 * progmodes/compile.el (compilation-error-regexp-alist-alist)
29618 [msft]: update regexp for newer msft compilers.
29619
29620 2005-06-10 Mark A. Hershberger <mah@everybody.org>
29621
29622 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
29623 ATTLIST portions of included DTDs.
29624 (xml-parse-dtd): Eliminate use of inefficient match-data.
29625
29626 2005-06-10 Miles Bader <miles@gnu.org>
29627
29628 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
29629 (mpuz-text): Remove "-face" suffix from face names.
29630 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
29631 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
29632 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
29633
29634 * play/gomoku.el (gomoku-O, gomoku-X):
29635 Remove "-face" suffix from face names.
29636 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
29637 New backward-compatibility aliases for renamed faces.
29638 (gomoku-font-lock-keywords): Use renamed gomoku faces.
29639
29640 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
29641
29642 * thumbs.el: Fixes for changes of 2005-06-09.
29643 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
29644 as a directory.
29645 (thumbs-thumbname): Remove directory separator from format string;
29646 `thumbs-thumbsdir' now returns a valid directory name.
29647 (thumbs-temp-dir): New defsubst.
29648 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
29649 Use it.
29650
29651 * cus-edit.el (minibuffer):
29652 * files.el (make-backup-file-name-function):
29653 * filesets.el (filesets-external-viewers):
29654 * hilit-chg.el (highlight-changes-colours)
29655 (highlight-changes-face-list, highlight-changes-rotate-faces):
29656 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
29657 * kmacro.el (kmacro-call-macro):
29658 * log-edit.el (log-edit-changelog-full-paragraphs):
29659 * mouse.el (mouse-1-click-follows-link):
29660 * skeleton.el (skeleton-autowrap):
29661 * subr.el (insert-for-yank-1):
29662 * tempo.el (tempo-insert-region):
29663 * terminal.el (terminal-emulator):
29664 * time.el (display-time-mail-face):
29665 * vc.el (vc-annotate):
29666 * vcursor.el (vcursor-copy-line):
29667 * woman.el (woman-bold-headings, woman-ignore)
29668 (woman-default-faces, woman-monochrome-faces):
29669 * calendar/todo-mode.el (todo-insert-threshold):
29670 * emulation/pc-select.el (pc-select-selection-keys-only)
29671 (pc-selection-mode):
29672 * emulation/vip.el (vip-find-char-forward):
29673 * emulation/viper-cmd.el (viper-find-char-forward):
29674 * international/mule-cmds.el
29675 (select-safe-coding-system-accept-default-p)
29676 (input-method-exit-on-invalid-key):
29677 * international/mule-diag.el (describe-coding-system):
29678 * international/ucs-tables.el (unify-8859-on-encoding-mode):
29679 * net/browse-url.el (browse-url-xterm-program):
29680 * obsolete/lazy-lock.el (lazy-lock-mode):
29681 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
29682 (cperl-mode):
29683 * progmodes/cpp.el (cpp-face-light-name-list)
29684 (cpp-face-dark-name-list):
29685 * progmodes/delphi.el (delphi-newline-always-indents):
29686 Fix spellings in docstrings.
29687
29688 * ido.el (ido-mode, ido-file-extensions-order)
29689 (ido-default-file-method, ido-default-buffer-method)
29690 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
29691 (ido-decorations, ido-read-file-name-as-directory-commands)
29692 (ido-read-file-name-non-ido, ido-work-directory-list)
29693 (ido-ignore-item-temp-list, ido-current-directory)
29694 (ido-magic-forward-char, ido-enter-find-file)
29695 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
29696 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
29697
29698 2005-06-10 Lute Kamstra <lute@gnu.org>
29699
29700 * play/dunnet.el (dun-mode): Use define-derived-mode.
29701 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
29702 obsolete alias.
29703
29704 * play/doctor.el (doctor-mode-map): Remove defvar.
29705 (doctor-mode): Use define-derived-mode.
29706
29707 * mail/mspools.el (mspools-mode):
29708 * net/eudc-hotlist.el (eudc-hotlist-mode):
29709 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
29710
29711 2005-06-10 Miles Bader <miles@gnu.org>
29712
29713 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
29714 Remove "-face" suffix from face names.
29715 (flyspell-incorrect-face, flyspell-duplicate-face):
29716 New backward-compatibility aliases for renamed faces.
29717 (flyspell-mode-on, make-flyspell-overlay)
29718 (flyspell-highlight-incorrect-region)
29719 (flyspell-highlight-duplicate-region)
29720 (flyspell-display-next-corrections)
29721 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
29722
29723 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
29724 from face name.
29725 (texinfo-heading-face): New backward-compatibility alias for
29726 renamed face.
29727 (texinfo-heading-face): Use renamed texinfo-heading face.
29728
29729 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
29730 suffix from face names.
29731 (tex-math-face, tex-verbatim-face):
29732 New backward-compatibility aliases for renamed faces.
29733 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
29734 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
29735 literal face name.
29736
29737 * textmodes/table.el (table-cell): Remove "-face" suffix from face
29738 name.
29739 (table-cell-face): New backward-compatibility alias for renamed face.
29740 (table--put-cell-face-property, table--update-cell-face):
29741 Use renamed table-cell face.
29742
29743 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
29744 from face name.
29745 (sgml-namespace-face): New backward-compatibility alias for
29746 renamed face.
29747 (sgml-namespace-face): Use renamed sgml-namespace face.
29748
29749 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
29750 (org-level-4, org-level-5, org-level-6, org-level-7)
29751 (org-level-8, org-warning, org-headline-done)
29752 (org-deadline-announce, org-scheduled-today)
29753 (org-scheduled-previously, org-link, org-done, org-table)
29754 (org-time-grid): Remove "-face" suffix from face names.
29755 (org-level-1-face, org-level-2-face, org-level-3-face)
29756 (org-level-4-face, org-level-5-face, org-level-6-face)
29757 (org-level-7-face, org-level-8-face, org-warning-face)
29758 (org-headline-done-face, org-deadline-announce-face)
29759 (org-scheduled-today-face, org-scheduled-previously-face)
29760 (org-link-face, org-done-face, org-table-face)
29761 (org-time-grid-face):
29762 New backward-compatibility aliases for renamed faces.
29763 (org-level-faces, org-set-font-lock-defaults, org-timeline)
29764 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
29765 (org-agenda-get-timestamps, org-agenda-get-scheduled)
29766 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
29767
29768 * emulation/viper-init.el (viper-search, viper-replace-overlay)
29769 (viper-minibuffer-emacs, viper-minibuffer-insert)
29770 (viper-minibuffer-vi): Remove "-face" suffix from face names.
29771 (viper-search-face, viper-replace-overlay-face)
29772 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29773 (viper-minibuffer-vi-face):
29774 New backward-compatibility aliases for renamed faces.
29775 (viper-search-face, viper-replace-overlay-face)
29776 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29777 (viper-minibuffer-vi-face): Use renamed viper faces.
29778
29779 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
29780 Remove "-face" suffix from face names.
29781 (testcover-nohits-face, testcover-1value-face):
29782 New backward-compatibility aliases for renamed faces.
29783 (testcover-mark): Use renamed testcover faces.
29784
29785 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
29786 face name.
29787 (diary-button-face): New backward-compatibility alias for renamed face.
29788 (diary-entry): Use renamed diary-button face.
29789
29790 * calendar/calendar.el (diary, calendar-today, holiday)
29791 (mark-visible-calendar-date): Remove "-face" suffix from face names.
29792 (diary-face, calendar-today-face, holiday-face):
29793 New backward-compatibility aliases for renamed faces.
29794 (eval-after-load "facemenu", diary-entry-marker)
29795 (calendar-today-marker, calendar-holiday-marker, diary-face):
29796 Use renamed calendar faces.
29797
29798 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
29799 (compare-windows-face): New backward-compatibility alias for
29800 renamed face.
29801 (compare-windows-highlight): Use renamed compare-windows face.
29802
29803 * strokes.el (strokes-char): Remove "-face" suffix from face name.
29804 (strokes-char-face): New backward-compatibility alias for renamed face.
29805 (strokes-encode-buffer): Use renamed strokes-char face.
29806
29807 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
29808 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
29809 Remove "-face" suffix from face names.
29810 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
29811 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
29812 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
29813 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
29814 Use renamed pcvs faces.
29815 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
29816 * pcvs-defs.el (cvs-mode-map): Likewise.
29817 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
29818
29819 * info.el (info-title-1, info-title-2, info-title-3)
29820 (info-title-4): Remove "-face" suffix from and downcase face names.
29821 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
29822 (Info-title-4-face):
29823 New backward-compatibility aliases for renamed faces.
29824 (Info-fontify-node): Use renamed info faces.
29825
29826 * hilit-chg.el (highlight-changes, highlight-changes-delete):
29827 Remove "-face" suffix from face names.
29828 (highlight-changes-face, highlight-changes-delete-face):
29829 New backward-compatibility aliases for renamed faces.
29830 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
29831 (hilit-chg-make-list): Use renamed highlight-changes faces.
29832
29833 * generic-x.el (show-tabs-tab, show-tabs-space):
29834 Remove "-face" suffix from face names.
29835 (show-tabs-tab-face, show-tabs-space-face):
29836 New backward-compatibility aliases for renamed faces.
29837 (show-tabs-generic-mode-font-lock-defaults-1)
29838 (show-tabs-generic-mode-font-lock-defaults-2):
29839 Use renamed show-tabs faces.
29840
29841 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
29842 (smerge-markers): Remove "-face" suffix from face names.
29843 (smerge-mine-face, smerge-other-face, smerge-base-face)
29844 (smerge-markers-face):
29845 New backward-compatibility aliases for renamed faces.
29846 (smerge-mine-face, smerge-other-face, smerge-base-face)
29847 (smerge-markers-face): Use renamed smerge faces.
29848
29849 * log-view.el (log-view-file, log-view-message): Remove "-face"
29850 suffix from face names.
29851 (log-view-file-face, log-view-message-face):
29852 New backward-compatibility aliases for renamed faces.
29853 (log-view-file-face, log-view-message-face): Use renamed log-view
29854 faces.
29855
29856 * paren.el (show-paren-match, show-paren-mismatch):
29857 Remove "-face" suffix from face names.
29858 (show-paren-match-face, show-paren-mismatch-face):
29859 New backward-compatibility aliases for renamed faces.
29860 (show-paren-function): Use renamed show-paren faces.
29861
29862 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
29863 (ruler-mode-margins, ruler-mode-fringes)
29864 (ruler-mode-column-number, ruler-mode-fill-column)
29865 (ruler-mode-comment-column, ruler-mode-goal-column)
29866 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
29867 suffix from face names.
29868 (ruler-mode-default-face, ruler-mode-pad-face)
29869 (ruler-mode-margins-face, ruler-mode-fringes-face)
29870 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
29871 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
29872 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
29873 New backward-compatibility aliases for renamed faces.
29874 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
29875 (ruler-mode-column-number, ruler-mode-fill-column)
29876 (ruler-mode-comment-column, ruler-mode-goal-column)
29877 (ruler-mode-tab-stop, ruler-mode-current-column)
29878 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
29879 faces.
29880
29881 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
29882 face name.
29883 (whitespace-highlight-the-space): Use renamed face.
29884 (whitespace-highlight-face): New backward-compatibility alias for
29885 renamed face.
29886
29887 * woman.el (woman-italic, woman-bold, woman-unknown)
29888 (woman-addition, woman-symbol-face):
29889 Remove "-face" suffix from face names.
29890 (woman-italic-face, woman-bold-face, woman-unknown-face)
29891 (woman-addition-face):
29892 New backward-compatibility aliases for renamed faces.
29893 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
29894 (woman-decode-region, woman-replace-match)
29895 (woman-display-extended-fonts, woman-special-characters)
29896 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
29897 Use renamed woman faces.
29898
29899 * longlines.el (longlines-visible-face): Face removed.
29900
29901 * diff-mode.el (diff-header, diff-file-header, diff-index)
29902 (diff-hunk-header, diff-removed, diff-added, diff-changed)
29903 (diff-function, diff-context, diff-nonexistent): Remove "-face"
29904 suffix from face names.
29905 (diff-header-face, diff-file-header-face, diff-index-face)
29906 (diff-hunk-header-face, diff-removed-face, diff-added-face)
29907 (diff-changed-face, diff-function-face, diff-context-face)
29908 (diff-nonexistent-face): New backward-compatibility aliases for
29909 renamed faces.
29910 (diff-header-face, diff-file-header-face)
29911 (diff-index, diff-index-face, diff-hunk-header)
29912 (diff-hunk-header-face, diff-removed, diff-removed-face)
29913 (diff-added, diff-added-face, diff-changed-face, diff-function)
29914 (diff-function-face, diff-context-face, diff-nonexistent)
29915 (diff-nonexistent-face): Use renamed diff-mode faces.
29916
29917 * progmodes/compile.el (compilation-warning-face)
29918 (compilation-info-face): Remove "-face" suffix from face names.
29919 (compilation-warning-face, compilation-info-face):
29920 New backward-compatibility aliases for renamed faces.
29921 (compilation-warning-face, compilation-info-face):
29922 Use renamed compilation faces.
29923
29924 * add-log.el (change-log-date, change-log-name)
29925 (change-log-email, change-log-file, change-log-list)
29926 (change-log-conditionals, change-log-function)
29927 (change-log-acknowledgement): Remove "-face" suffix from face names.
29928 (change-log-date-face, change-log-name-face)
29929 (change-log-email-face, change-log-file-face)
29930 (change-log-list-face, change-log-conditionals-face)
29931 (change-log-function-face, change-log-acknowledgement-face):
29932 New backward-compatibility aliases for renamed faces.
29933 (change-log-font-lock-keywords): Use renamed change-log faces.
29934
29935 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
29936 (custom-set, custom-changed, custom-saved, custom-button)
29937 (custom-button-pressed, custom-documentation, custom-state)
29938 (custom-comment, custom-comment-tag, custom-variable-tag)
29939 (custom-variable-button, custom-face-tag, custom-group-tag-1)
29940 (custom-group-tag): Remove "-face" suffix from face names.
29941 (custom-magic-alist, custom-magic-value-create)
29942 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
29943 (custom-invalid-face, custom-rogue-face, custom-modified-face)
29944 (custom-set-face, custom-changed-face, custom-saved-face)
29945 (custom-button-face, custom-button-pressed-face)
29946 (custom-documentation-face, custom-state-face)
29947 (custom-comment-face, custom-comment-tag-face)
29948 (custom-variable-tag-face, custom-variable-button-face)
29949 (custom-face-tag-face, custom-group-tag-face-1)
29950 (custom-group-tag-face):
29951 New backward-compatibility aliases for renamed faces.
29952
29953 * wid-edit.el (widget-documentation, widget-button)
29954 (widget-field, widget-single-line-field, widget-inactive)
29955 (widget-button-pressed): "-face" suffix removed from face names.
29956 (widget-documentation-face, widget-button-face)
29957 (widget-field-face, widget-single-line-field-face)
29958 (widget-inactive-face, widget-button-pressed-face):
29959 New backward-compatibility aliases for renamed faces.
29960 (widget-documentation-face, widget-button-face)
29961 (widget-button-pressed-face, widget-specify-field)
29962 (widget-specify-inactive): Use renamed widget faces.
29963
29964 2005-06-10 Kenichi Handa <handa@m17n.org>
29965
29966 * term/x-win.el (x-clipboard-yank): Remove condition-case
29967 wrapping.
29968
29969 2005-06-11 Kenichi Handa <handa@m17n.org>
29970
29971 * add-log.el (change-log-font-lock-keywords): Make the regexp for
29972 date lines stricter.
29973
29974 2005-06-10 Zhang Wei <id.brep@gmail.com>
29975
29976 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
29977 of x-get-selection.
29978
29979 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
29980
29981 * comint.el (comint-mode, comint-snapshot-last-prompt):
29982 * frame.el (frame-current-scroll-bars):
29983 * term.el (term-mode, term-check-proc, term-input-sender)
29984 (term-simple-send, term-extract-string, term-word)
29985 (term-match-partial-filename):
29986 * window.el (window-current-scroll-bars):
29987 * emulation/cua-base.el (cua-normal-cursor-color)
29988 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
29989 (cua-global-mark-cursor-color):
29990 * mail/undigest.el (rmail-forward-separator-regex):
29991 Fix typos in docstrings.
29992
29993 * comint.el (comint-check-proc, make-comint-in-buffer)
29994 (comint-source-default): Doc fixes.
29995
29996 * term.el (term-send-string): Improve argument/docstring consistency.
29997
29998 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
29999
30000 * comint.el (comint-send-input): Bind `inhibit-read-only' around
30001 call to `delete-region'.
30002 (comint-mode-hook): Do not enable Font Lock by default.
30003
30004 2005-06-09 Lute Kamstra <lute@gnu.org>
30005
30006 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
30007 could be void.
30008
30009 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
30010
30011 * emacs-lisp/debug.el (debugger-will-be-back): New var.
30012 (debug): Use it.
30013 (debugger-step-through, debugger-continue, debugger-jump)
30014 (debugger-return-value): Set it when needed.
30015 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
30016 Use inhibit-read-only.
30017
30018 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
30019
30020 * window.el (shrink-window-if-larger-than-buffer)
30021 (window-size-fixed): Fix typo in docstring.
30022
30023 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
30024 thumbnails directory on loading.
30025 (thumbs-conversion-program): Use `eq' to check the system type,
30026 not `equal'.
30027 (thumbs-temp-dir): Initialize to `temporary-file-directory',
30028 not "/tmp". Fix docstring.
30029 (thumbs-thumbsdir): New function to return the thumbnails
30030 directory, creating it if needed.
30031 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
30032 (thumbs-temp-file): Delete variable and make it into a function.
30033 (thumbs-resize-image, thumbs-modify-image): Use it.
30034 (thumbs-kill-buffer): Simplify.
30035 (thumbs-gensym): Defalias or duplicate CL `gensym'.
30036 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
30037 docstrings.
30038
30039 2005-06-09 Kim F. Storm <storm@cua.dk>
30040
30041 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
30042 set-match-data to free markers in match-data.
30043
30044 * replace.el (replace-match-data): Pass RESEAT arg `t' to
30045 match-data to unchain markers in match-data.
30046
30047 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
30048
30049 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
30050 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
30051 unnecessary now.
30052
30053 2005-06-08 Richard M. Stallman <rms@gnu.org>
30054
30055 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
30056 give the variable a doc string that doesn't say don't set it directly.
30057
30058 * textmodes/ispell.el (ispell-check-version):
30059 Use match-string-no-properties.
30060 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
30061 (ispell-buffer-local-words): Likewise.
30062
30063 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
30064 except on terminals with enough colors to really display it.
30065 (makefile-dependency-regex): Delete spurious `bb'.
30066
30067 * faces.el (escape-glyph): Use blue once again in last case.
30068 (no-break-space): Redefine so that it isn't invisible on a tty.
30069
30070 2005-06-08 Kim F. Storm <storm@cua.dk>
30071
30072 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
30073 also when reading directory name.
30074
30075 2005-06-08 Lute Kamstra <lute@gnu.org>
30076
30077 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
30078 (flyspell-mode-line-string): Remove autoload cookie.
30079 (flyspell-mode): Remove defvar.
30080
30081 2005-06-07 Lute Kamstra <lute@gnu.org>
30082
30083 * textmodes/org.el (org-run-mode-hooks): New function.
30084 (org-agenda-mode): Use it.
30085
30086 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
30087
30088 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
30089
30090 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
30091
30092 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
30093
30094 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
30095
30096 * font-lock.el (font-lock-add-keywords): Doc fix.
30097
30098 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
30099
30100 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
30101 (tex-compile-default): In the absence of any history, use the order in
30102 tex-compile-alist to choose the preferred command.
30103 (tex-compile-commands): Reorder a bit.
30104
30105 * textmodes/flyspell.el (flyspell-auto-correct-binding)
30106 (flyspell-incorrect-face, flyspell-duplicate-face):
30107 Use (X)Emacs-agnostic code.
30108 (flyspell-mode-map): Don't overwrite at each load. Remove code
30109 redundant with the subsequent add-minor-mode. Merge Emacs and
30110 XEmacs code.
30111 (flyspell-word): Minor simplification.
30112 (flyspell-math-tex-command-p): Quieten the byte-compiler.
30113 (flyspell-external-point-words): Remove unused vars `size' and `start'.
30114 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
30115 Merge the corresponding Emacs code.
30116 (flyspell-correct-word, flyspell-xemacs-popup):
30117 Use flyspell-do-correct.
30118
30119 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
30120 a dedicated window.
30121
30122 * international/latexenc.el (latexenc-find-file-coding-system):
30123 Undo part of last patch, to turn off a compiler warning.
30124
30125 2005-06-06 Juri Linkov <juri@jurta.org>
30126
30127 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
30128 Rename `tmm-inactive-face' to `tmm-inactive'.
30129
30130 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
30131
30132 * iswitchb.el: Rename faces.
30133
30134 2005-06-06 Kim F. Storm <storm@cua.dk>
30135
30136 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
30137 (cua-global-mark): Remove -face suffix from face names.
30138
30139 * emulation/cua-gmrk.el (cua--init-global-mark):
30140 Remove cua-global-mark face setup.
30141
30142 2005-06-06 Richard M. Stallman <rms@gnu.org>
30143
30144 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
30145 just like other allowed characters.
30146 (makefile-match-dependency): Exclude leading and training whitespace
30147 from the range of regexp subexp 1.
30148 (makefile-macroassign-regex): Don't try to match the body,
30149 just the name of the macro being defined.
30150
30151 * info.el (Info-read-node-name-2): New function.
30152 (Info-read-node-name-1): Use that.
30153 Add a completion-base-size-function property.
30154
30155 * simple.el (completion-setup-function): Look for
30156 completion-base-size-function property of minibuffer-completion-table.
30157
30158 * files.el (locate-file-completion): Doc fix.
30159
30160 * printing.el: Don't call pr-update-menus; user must do that.
30161
30162 * emacs-lisp/debug.el (debugger-window): New variable.
30163 (debug): Use debugger-window if it is set and still alive.
30164 Record debugger-window for next entry.
30165
30166 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
30167
30168 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
30169
30170 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
30171 (hack-one-local-variable, hack-local-variables)
30172 (hack-local-variables-prop-line): Pass that arg.
30173
30174 2005-06-06 Kim F. Storm <storm@cua.dk>
30175
30176 * ido.el (ido-first-match, ido-only-match, ido-subdir)
30177 (ido-indicator): Remove -face suffix from face names.
30178
30179 2005-06-06 Juri Linkov <juri@jurta.org>
30180
30181 * font-lock.el (font-lock-regexp-backslash)
30182 (font-lock-regexp-backslash-construct): New faces.
30183 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
30184 after `('. Add `while-no-input' to control structures.
30185
30186 * faces.el (no-break-space, shadow): New faces.
30187 (escape-glyph): Use less loud colors pink2 and red4.
30188
30189 * diff-mode.el (diff-context-face)
30190 * dired.el (dired-ignored)
30191 * rfn-eshadow.el (file-name-shadow)
30192 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
30193
30194 * info.el (Info-title-1-face): Use green instead of yellow because
30195 bold yellow is not readable on light backgrounds.
30196
30197 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
30198 before selecting the desired mode to not spend time fontifying
30199 old contents.
30200
30201 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
30202
30203 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
30204 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
30205
30206 * ps-print.el (ps-default-fg, ps-default-bg):
30207 Fix typos in docstrings.
30208
30209 * isearchb.el (isearchb): Don't pass a spurious second argument to
30210 `iswitchb-completions'.
30211
30212 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
30213
30214 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
30215 to preserve point.
30216 (gdb-find-file-hook): Add doc string.
30217
30218 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
30219 C dereferenced pointer expression.
30220 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
30221
30222 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
30223
30224 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
30225 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
30226 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
30227 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
30228 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
30229 Make background transparent.
30230
30231 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
30232
30233 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
30234 (font-lock-remove-keywords): Doc fix.
30235 (font-lock-mode-major-mode): Compiler defvar.
30236 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
30237
30238 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
30239 (font-lock-mode): Update `font-lock-mode-major-mode'.
30240 (font-lock-set-defaults): Compiler defvar.
30241 (font-lock-default-function): Take `font-lock-mode-major-mode'
30242 into account.
30243
30244 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
30245 keep track of which major mode it enabled the minor mode for.
30246 Use find-file-hook again. Update docstring.
30247
30248 * simple.el (eval-expression-print-level)
30249 (eval-expression-print-length, eval-expression-debug-on-error):
30250 Doc fixes.
30251
30252 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
30253
30254 * iswitchb.el (iswitchb-single-match-face)
30255 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
30256 (iswitchb-invalid-regexp-face): New faces.
30257 (iswitchb-completions): Use them.
30258 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
30259 now marked as an obsolete alias.
30260 (iswitchb-read-buffer): Remove check for bound font variables.
30261 (iswitchb-invalid-regexp): New free variable.
30262 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
30263 set iswitchb-invalid-regexp.
30264 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
30265 invalid regexps.
30266 (iswitchb-completions): Add check for complete match when entering
30267 a regexp.
30268 (iswitchb-completions): Remove require-match argument.
30269 (iswitchb-exhibit): Fix caller.
30270 (iswitchb-common-match-inserted): New variable.
30271 (iswitchb-complete, iswitchb-completion-help): Use it.
30272
30273 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
30274
30275 * url/url-http.el (url-http-chunked-encoding-after-change-function):
30276 Use `url-http-debug' instead of `message'.
30277
30278 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
30279
30280 * url/url-http.el (url-http-parse-headers): Pass redirected URL
30281 as a callback argument.
30282
30283 2005-06-04 Kim F. Storm <storm@cua.dk>
30284
30285 * simple.el (line-move): Only call sit-for when moving backwards.
30286
30287 * ido.el (ido-make-merged-file-list-1): New defun split from
30288 ido-make-merged-file-list.
30289 (ido-make-merged-file-list): Bind throw-on-input around call to
30290 ido-make-merged-file-list-1. Return input-pending-p if
30291 interrupted by more input available.
30292 (ido-read-internal): Handle input-pending-p return value from
30293 ido-make-merged-file-list.
30294
30295 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
30296
30297 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
30298 compatibility code.
30299
30300 * international/latexenc.el (latexenc-find-file-coding-system):
30301 Don't inherit the EOL part of the coding-system from the
30302 tex-main buffer. Fit within 80 columns.
30303
30304 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
30305
30306 * tmm.el (tmm-inactive-face): New face.
30307 (tmm-remove-inactive-mouse-face): New function.
30308 (tmm-prompt, tmm-add-one-shortcut)
30309 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
30310 but not selectable.
30311
30312 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
30313
30314 * faces.el (face-equal): Improve argument/docstring consistency.
30315
30316 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
30317
30318 * progmodes/make-mode.el (makefile-targets-face)
30319 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
30320 (makefile-bsdmake-dependency-regex)
30321 (makefile-makepp-rule-action-regex)
30322 (makefile-bsdmake-rule-action-regex): New constants.
30323 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
30324
30325 * progmodes/compile.el (compilation-error-regexp-alist-alist):
30326 Allow (...) within `...' for makepp messages.
30327
30328 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
30329
30330 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
30331
30332 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
30333 "." files are deleted from all file lists before comparison.
30334
30335 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
30336 (viper-ESC-key): Made them customizable.
30337
30338 * emulation/viper.el (viper-non-hook-settings):
30339 Fix the names of defadvices.
30340
30341 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
30342
30343 * autorevert.el (auto-revert-buffers): Use save-match-data.
30344
30345 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
30346
30347 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
30348 menu items with a nil command binding.
30349
30350 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
30351
30352 * emacs-lisp/cl-macs.el (defsetf):
30353 Improve argument/docstring consistency.
30354
30355 * faces.el (list-faces-display): Improve the formatting by
30356 computing the maximum length required for any face-name (reworked
30357 patch of 1999-01-11, accidentally deleted on 1999-07-21).
30358 (internal-find-face): Remove redundant info in docstring.
30359
30360 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
30361
30362 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
30363 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
30364 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
30365 (gdb-assembler-custom): Improve regexps.
30366 (def-gdb-auto-update-handler): Use window point to preserve point.
30367
30368 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
30369
30370 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
30371
30372 2005-05-31 Jay Belanger <belanger@truman.edu>
30373
30374 * calc/calc-embed.el (calc-embedded-word): Change argument passed
30375 to calc-embedded.
30376 (calc-embedded-make-info): Have plain prefix argument select
30377 entire line.
30378
30379 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
30380
30381 * faces.el (list-faces-display): Signal error if passed a regexp
30382 that matches no face name.
30383
30384 * simple.el (filter-buffer-substring): Fix typo in docstring.
30385
30386 2005-05-31 Richard M. Stallman <rms@gnu.org>
30387
30388 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
30389 (vhdl-emacs-21): Doc fix.
30390 (vhdl-mode): Unconditionally set comment-padding.
30391 (vhdl-fixup-whitespace-region): Insert spaces only where
30392 there are none.
30393 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
30394
30395 2005-05-30 John Wiegley <johnw@newartisans.com>
30396
30397 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
30398 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
30399 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
30400 `directory-sep-char' to ?/, and all uses of `string-to-int' to
30401 `string-to-number'.
30402
30403 2005-05-30 Jay Belanger <belanger@truman.edu>
30404
30405 * calc/calc.el (calc-bug-address): Fix docstring.
30406 (calc-window-hook, calc-trail-window-hook): New variables.
30407 (calc-trail-display): Restore use of calc-trail-window-hook.
30408 (calc): Restore use of calc-window-hook.
30409
30410 2005-05-31 Masatake YAMATO <jet@gyve.org>
30411
30412 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
30413
30414 * help-fns.el (help-C-file-name): Add autoload mark for
30415 `find-function-noselect'.
30416
30417 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
30418
30419 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
30420 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
30421
30422 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30423
30424 * calendar/diary-lib.el (mark-included-diary-files): Only kill
30425 included diary buffer if it was not already being visited.
30426 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
30427
30428 * calendar/icalendar.el (top-level): Do not require appt.
30429
30430 * mail/supercite.el (sc-select-attribution): Only use a list
30431 element from sc-attrib-selection-list if it returns a string.
30432 Reported by Davide G. M. Salvetti <salve@debian.org>.
30433
30434 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
30435
30436 * thumbs.el (thumbs-thumbname): The resulting thumbname now
30437 includes a hash value to improve its uniqueness, and has a ".jpg"
30438 extension. Also, it is now a valid filename on all systems.
30439 (thumbs-make-thumb): Use `let', not `let*'.
30440 (thumbs-show-thumbs-list): Check for JPEG availability.
30441
30442 2005-05-30 Richard M. Stallman <rms@gnu.org>
30443
30444 * filesets.el (filesets-menu-ensure-use-cached):
30445 Prevent warning when emacs-version>= is undefined.
30446
30447 * printing.el (pr-interactive-n-up): Use string-to-number.
30448
30449 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
30450
30451 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
30452 Warn only when name to be defined is quoted.
30453
30454 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
30455
30456 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
30457 Make regexp more robust.
30458 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
30459 Force regeneration of disassembly.
30460
30461 2005-05-29 Jay Belanger <belanger@truman.edu>
30462
30463 * calc/calc.el (calc-user-invocation): Check if
30464 calc-invocation-macro is non-nil.
30465
30466 2005-05-29 Juri Linkov <juri@jurta.org>
30467
30468 * add-log.el (change-log-font-lock-keywords):
30469 Add `+' to e-mail regexp to accept mail address with keywords.
30470
30471 * man.el (Man-name-regexp): Add `:' to accept qualified names.
30472
30473 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
30474
30475 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
30476
30477 * ielm.el (inferior-emacs-lisp-mode): Ditto.
30478
30479 2005-05-29 Richard M. Stallman <rms@gnu.org>
30480
30481 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30482 Undo the change that moves to end of the current word.
30483
30484 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30485
30486 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
30487 Throw error when count <= 0 to ensure input is a number.
30488 (gdb-read-memory-custom): Pick up address from buffer.
30489 (gdb-memory-mode): Allow user to increment and decrement
30490 memory address from header line.
30491
30492 2005-05-29 Richard M. Stallman <rms@gnu.org>
30493
30494 * textmoddes/flyspell.el (flyspell-version): Function deleted.
30495 (flyspell-auto-correct-previous-hook): Doc fix.
30496
30497 * jit-lock.el (jit-lock-function, jit-lock-after-change):
30498 Do nothing if memory is full.
30499
30500 * font-lock.el (font-lock-fontify-syntactically-region):
30501 Pass t for GREEDY to looking-back.
30502
30503 * saveplace.el (save-place-alist-to-file): Write the file
30504 using write-region.
30505
30506 * subr.el (looking-back): New argument GREEDY.
30507
30508 * progmodes/compile.el (compilation-start): Set the mode
30509 before inserting the initial text.
30510
30511 * progmodes/which-func.el (which-func-update-1): Turn the mode
30512 off in case of error by setting which-func-mode.
30513
30514 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
30515
30516 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30517 Narrow down to what's on the screen, and recenter overlays
30518 at the end of the next word.
30519
30520 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
30521
30522 * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
30523 8Vars moved up.
30524 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
30525 (flyspell-abbrev-p): Default to nil.
30526 (flyspell-use-global-abbrev-table-p): Doc fix.
30527 (flyspell-large-region): Allow nil as value.
30528 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
30529
30530 (mail-mode-flyspell-verify): More robust handling
30531 of `mail-header-separator'. More efficient signature detection.
30532 Allow for regexp metacharacters in message-header-separator.
30533 Adding `To' not to be checked in mail-mode-flyspell-verify.
30534
30535 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
30536 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
30537 Bind flyspell-auto-correct-binding.
30538 Bind C-. and C-, .
30539 (flyspell-mode-map): Likewise.
30540 (flyspell-mode): Doc fix.
30541 (flyspell-accept-buffer-local-defs): Preserve current buffer.
30542 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
30543 (flyspell-word-cache-result): New var, always local.
30544 (flyspell-check-pre-word-p): Doc fix.
30545 (flyspell-check-changed-word-p): Handle spc like newline.
30546 (flyspell-post-command-hook): Set flyspell-word-cache-result.
30547 (flyspell-word-search-backward, flyspell-word-search-forward):
30548 New functions.
30549 (flyspell-word): Return t if nothing to check.
30550 When parsing TeX code, check for after } or \.
30551 Use flyspell-word-search-backward to find previous word.
30552 Return nil if duplicated word.
30553 For word already checked, return same value as last time.
30554 Set flyspell-word-cache-result after checking.
30555 Don't clobber the return value.
30556 (flyspell-get-word): Major rewrite.
30557 (flyspell-external-point-words): New locals pword, pcount.
30558 Fix size used in progress message.
30559 Find the proper corresponding word in flyspell-large-region-buffer.
30560 (flyspell-region): Check for flyspell-large-region = nil.
30561 (flyspell-highlight-incorrect-region): Clean up overlays in region.
30562 (flyspell-auto-correct-word): Check that WORD is a cons.
30563 (flyspell-correct-word): Likewise.
30564
30565 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
30566
30567 * progmodes/make-mode.el (makefile-rule-action-regex)
30568 (makefile-macroassign-regex, makefile-makepp-mode)
30569 (makefile-bsdmake-mode): Continuation lines may be empty.
30570 Reported by Joshua Varner.
30571 (makefile-makepp-font-lock-keywords): Add $(stem).
30572
30573 2005-05-28 Karl Berry <karl@gnu.org>
30574
30575 * textmodes/tex-mode.el: Now that tex-send-command calls
30576 shell-quote-argument (2005-03-31 change), remove all calls to
30577 shell-quote-argument; they all end up invoking tex-send-command.
30578 The double quoting loses on filenames with non-safe characters,
30579 such as "@". Reported by Frederik Fouvry.
30580
30581 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30582
30583 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
30584 about preserving point.
30585
30586 2005-05-27 Jay Belanger <belanger@truman.edu>
30587
30588 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
30589 Info-goto-node.
30590
30591 * calc/calc-embed.el (calc-embed-arg): New variable.
30592 (calc-do-embedded-activate, calc-embedded-activate-formula)
30593 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
30594 variable by new variable.
30595 (calc-embedded-make-info): Replace undeclared variable by new
30596 variable. When selecting region with positive prefix
30597 argument, use end of previous line instead of beginning of line.
30598
30599 * calc/calc-aent.el (calc-arg-values): Declare it.
30600
30601 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
30602 Declare them.
30603
30604 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
30605
30606 * calc/calc.el (calc-alg-map): Declare it.
30607
30608 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
30609
30610 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
30611
30612 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
30613 (gdb-registers-buffer, toggle-gdb-all-registers):
30614 Toggle display of floating point registers.
30615 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
30616
30617 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
30618 (toggle-gud-tooltip-dereference):
30619 Rename from gud-toggle-tooltip-dereference.
30620
30621 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
30622
30623 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
30624
30625 2005-05-27 Jay Belanger <belanger@truman.edu>
30626
30627 * calc/calc-prog.el (calc-kbd-report): Remove.
30628 (calc-kbd-query): Rewrite.
30629
30630 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
30631
30632 * image.el (image-library-alist): Move to image.c.
30633 (image-type-available-p): Doc fix.
30634
30635 2005-05-27 Lute Kamstra <lute@gnu.org>
30636
30637 * calc/calc.el (calc):
30638 * outline.el (outline-1, outline-2, outline-3, outline-4)
30639 (outline-5, outline-6, outline-7, outline-8):
30640 * textmodes/dns-mode.el (dns-mode):
30641 * textmodes/sgml-mode.el (sgml-namespace-face):
30642 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
30643 (tex-verbatim-face, tex-use-reftex):
30644 * textmodes/texinfo.el (texinfo-heading-face):
30645 Specify customization group.
30646
30647 * longlines.el: Don't require easy-mmode.
30648 (longlines-visible-face): Specify customization group.
30649
30650 2005-05-27 Kenichi Handa <handa@m17n.org>
30651
30652 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
30653 encoding table of windows-1251.
30654
30655 * international/ucs-tables.el (ucs-set-table-for-input):
30656 If translation-table-for-input of a coding system is a symbol, get
30657 its translation-table property.
30658
30659 * international/code-pages.el: Don't register a coding system into
30660 non-iso-charset-alist more than once.
30661 (cp-make-coding-system): Likewise.
30662
30663 2005-05-26 John Wiegley <johnw@newartisans.com>
30664
30665 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
30666 `eshell-resume-eval' is wrapped in a list, it indicates that the
30667 command was run asynchronously. In that case, unwrap the value
30668 before checking the delimiter value.
30669
30670 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
30671 character before a space at the end of a line is \, assume the space
30672 is part of the last argument rather than a final argument separator.
30673
30674 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
30675 is in use, and the target is `t' or `nil' (which are the most common
30676 values), don't assume that the symbol target is a buffer.
30677
30678 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
30679
30680 * calendar/calendar.el (calendar-mode-line-format):
30681 Use mode-line-highlight as mouse-face.
30682
30683 * time.el (display-time-string-forms, display-time-update):
30684 Use mode-line-highlight as mouse-face.
30685
30686 2005-05-26 Jay Belanger <belanger@truman.edu>
30687
30688 * calc/calc.el (calc-language-alist): Remove extra defvar.
30689
30690 2005-05-26 Lute Kamstra <lute@gnu.org>
30691
30692 * arc-mode.el (archive-mode):
30693 * bookmark.el (bookmark-read-annotation-mode)
30694 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
30695 * bs.el (bs-mode):
30696 * calc/calc-yank.el (calc-edit-mode):
30697 * calc/calc.el (calc-mode, calc-trail-mode):
30698 * calculator.el (calculator-mode):
30699 * chistory.el (command-history-mode):
30700 * comint.el:
30701 * cus-edit.el (custom-mode):
30702 * descr-text.el (describe-text-mode):
30703 * ebuff-menu.el (Electric-buffer-menu-mode):
30704 * ediff-util.el (ediff-mode):
30705 * emacs-lisp/re-builder.el (reb-mode):
30706 * emulation/vi.el (vi-mode-setup):
30707 * emulation/ws-mode.el (wordstar-mode):
30708 * eshell/esh-mode.el (eshell-mode):
30709 * forms.el (forms-mode):
30710 * help-mode.el (help-mode):
30711 * hexl.el (hexl-mode):
30712 * ibuffer.el (ibuffer-mode):
30713 * ielm.el (inferior-emacs-lisp-mode):
30714 * info.el (Info-mode, Info-edit-mode):
30715 * international/swedish.el:
30716 * ledit.el (ledit-from-lisp-mode):
30717 * locate.el (locate-mode):
30718 * mail/rmail.el (rmail-mode):
30719 * mail/rmailedit.el (rmail-edit-mode):
30720 * mail/rmailsum.el (rmail-summary-mode):
30721 * mail/supercite.el (sc-electric-mode):
30722 * net/eudc.el (eudc-mode):
30723 * net/quickurl.el (quickurl-list-mode):
30724 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
30725 * obsolete/ooutline.el (outline-mode):
30726 * obsolete/options.el (Edit-options-mode):
30727 * obsolete/rnews.el (news-mode):
30728 * obsolete/rnewspost.el (news-reply-mode):
30729 * play/5x5.el (5x5-mode):
30730 * play/decipher.el (decipher-mode, decipher-stats-mode):
30731 * play/gomoku.el (gomoku-mode):
30732 * play/snake.el (snake-mode):
30733 * play/solitaire.el (solitaire-mode):
30734 * play/tetris.el (tetris-mode):
30735 * progmodes/ada-mode.el (ada-mode):
30736 * progmodes/antlr-mode.el (antlr-mode):
30737 * progmodes/autoconf.el (autoconf-mode):
30738 * progmodes/dcl-mode.el (dcl-mode):
30739 * progmodes/delphi.el (delphi-mode):
30740 * progmodes/ebrowse.el (ebrowse-tree-mode)
30741 (ebrowse-electric-list-mode, ebrowse-member-mode)
30742 (ebrowse-electric-position-mode):
30743 * progmodes/f90.el (f90-mode):
30744 * progmodes/fortran.el (fortran-mode):
30745 * progmodes/icon.el (icon-mode):
30746 * progmodes/idlw-help.el (idlwave-help-mode):
30747 * progmodes/idlw-shell.el (idlwave-shell-mode):
30748 * progmodes/idlwave.el (idlwave-mode):
30749 * progmodes/inf-lisp.el (inferior-lisp-mode):
30750 * progmodes/m4-mode.el (m4-mode):
30751 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
30752 * progmodes/modula2.el (modula-2-mode):
30753 * progmodes/octave-inf.el (inferior-octave-mode):
30754 * progmodes/octave-mod.el (octave-mode):
30755 * progmodes/pascal.el (pascal-mode):
30756 * progmodes/sh-script.el (sh-mode):
30757 * progmodes/sql.el (sql-mode, sql-interactive-mode):
30758 * progmodes/vhdl-mode.el (vhdl-mode):
30759 * progmodes/xscheme.el (scheme-interaction-mode):
30760 * replace.el (occur-mode):
30761 * ses.el (ses-mode):
30762 * simple.el (completion-list-mode):
30763 * skeleton.el:
30764 * speedbar.el (speedbar-mode):
30765 * term.el (term-mode):
30766 * terminal.el (terminal-edit-mode):
30767 * textmodes/reftex-index.el (reftex-index-mode)
30768 (reftex-index-phrases-mode):
30769 * textmodes/reftex-sel.el (reftex-select-label-mode)
30770 (reftex-select-bib-mode):
30771 * textmodes/reftex-toc.el (reftex-toc-mode):
30772 * wdired.el (wdired-change-to-wdired-mode):
30773 * wid-browse.el (widget-browse-mode):
30774 Use run-mode-hooks.
30775
30776 * array.el (array-mode):
30777 * calendar/todo-mode.el (todo-mode):
30778 * man.el (Man-mode):
30779 * play/landmark.el (lm-mode):
30780 * play/mpuz.el (mpuz-mode):
30781 Use kill-all-local-variables and run-mode-hooks.
30782
30783 * subr.el (delay-mode-hooks): Specify indentation.
30784
30785 2005-05-26 Mark A. Hershberger <mah@everybody.org>
30786
30787 * xml.el (xml-substitute-special): Don't die for undefined xml
30788 entities.
30789
30790 2005-05-26 Jay Belanger <belanger@truman.edu>
30791
30792 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
30793 of nil.
30794
30795 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
30796
30797 * progmodes/gdb-ui.el (gdb-frame-address):
30798 Rename from gdb-current-address.
30799 (gdb-previous-frame-address): Rename from gdb-previous-address.
30800 (gdb-selected-frame): Rename from gdb-current-frame.
30801 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
30802 (gdb-frame-number): Rename from gdb-current-stack-level.
30803 (gdb-ann3): Match new mode-name for disassembly buffer.
30804 Extend initialization of variables.
30805 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
30806 (gdb-memory-mode): Use mouse-face in header line.
30807 (gdb-assembler-buffer-name): Call it disassembly and give frame
30808 in mode line.
30809 (gdb-source-spec-regexp, gdb-assembler-custom)
30810 (gdb-invalidate-assembler, gdb-frame-handler):
30811 Make robust to leading zeroes in address format.
30812
30813 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
30814
30815 * textmodes/org.el (org-mode): Use `define-derived-mode' to
30816 define `org-mode'.
30817 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
30818
30819 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
30820
30821 * log-edit.el (log-edit-changelog-entries): Distinguish between
30822 filenames like xfns.c and fns.c.
30823
30824 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
30825
30826 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
30827 point after reverting.
30828 (Buffer-menu-make-sort-button): Handle the case where
30829 `Buffer-menu-use-header-line' is nil.
30830
30831 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
30832
30833 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
30834 New funcs. In minibuffer-local-completion-map bind `]', `/'
30835 and `:' to them.
30836
30837 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
30838
30839 * startup.el (normal-top-level): Allow modification of load-path while
30840 we're iterating over it.
30841
30842 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
30843
30844 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
30845 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
30846 (thumbs-resize-interactive, thumbs-insert-image)
30847 (thumbs-insert-thumb, thumbs-dired-show-marked)
30848 (thumbs-find-image-at-point, thumbs-delete-images)
30849 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
30850 (thumbs-increment-image-size, thumbs-decrement-image-size):
30851 Fix typos in docstrings.
30852
30853 2005-05-24 Andre Spiegel <spiegel@gnu.org>
30854
30855 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
30856 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
30857 (cperl-mode): Use them.
30858
30859 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
30860
30861 * window.el (quit-window, shrink-window-if-larger-than-buffer):
30862 Doc fixes.
30863
30864 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
30865
30866 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
30867 Bind C-d to gdb-inferior-io-eof.
30868
30869 * dired.el (dired-dnd-popup-notice): Use message-box.
30870
30871 2005-05-23 Masatake YAMATO <jet@gyve.org>
30872
30873 * bindings.el (mode-line-major-mode-keymap):
30874 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
30875
30876 * faces.el (mode-line-highlight): New face.
30877
30878 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
30879 as mouse-face.
30880
30881 * bindings.el (top-level, help-echo, mode-line-modified)
30882 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
30883 as mouse-face.
30884
30885 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
30886
30887 * progmodes/cc-engine.el (c-guess-basic-syntax):
30888 Remove spurious call to `zerop'.
30889
30890 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
30891
30892 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
30893
30894 CC Mode update to 5.30.10:
30895
30896 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
30897 the point could go past the limit in decoration level 2, thereby
30898 causing errors during interactive fontification.
30899
30900 * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
30901 bug when the file is evaluated interactively.
30902
30903 * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
30904 declarations somewhat better in C++.
30905
30906 * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
30907 New helper macro to make use of `run-mode-hooks'
30908 which has been added in Emacs 21.1.
30909 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
30910 (awk-mode): Use it.
30911 (make-local-hook): Suppress warning about obsoleteness.
30912
30913 * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
30914 (c-append-backslashes-forward, c-delete-backslashes-forward)
30915 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
30916 Compensate for return value from `forward-line' when it has moved
30917 but not to a different line due to eob.
30918
30919 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
30920 `objc-method-intro' and `objc-method-args-cont'.
30921
30922 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
30923
30924 CC Mode update to 5.30.10:
30925
30926 * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
30927 address in the copyright statement. Incidentally, change "along with
30928 GNU Emacs" to "along with this program" where it occurs.
30929
30930 * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
30931 autoload, so that it is interactive, hence can be found by M-x awk-mode
30932 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
30933 <gmorris+emacs@ast.cam.ac.uk>.
30934
30935 * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
30936 Mode's regexps.
30937
30938 2005-05-23 Kevin Ryde <user42@zip.com.au>
30939
30940 * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
30941 from c-parse-state, to avoid a lisp error (on bad code).
30942
30943 2005-05-23 Lute Kamstra <lute@gnu.org>
30944
30945 * subr.el (font-lock-defaults): Remove defvar as it's already
30946 defined in font-core.el.
30947
30948 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
30949
30950 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
30951
30952 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
30953 more general and work when GDB variable "print pretty" is on,
30954 as with Emacs, for example.
30955
30956 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
30957
30958 * font-core.el: Update comment.
30959
30960 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30961 Use `after-change-major-mode-hook' instead of `find-file-hook'.
30962
30963 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
30964
30965 2005-05-22 Eli Zaretskii <eliz@gnu.org>
30966
30967 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
30968 and `yank-handler' in the doc strings.
30969
30970 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
30971
30972 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
30973
30974 2005-05-22 Richard M. Stallman <rms@gnu.org>
30975
30976 * help.el (describe-key): Move print-help-return-message call
30977 out of conditional.
30978
30979 * progmodes/etags.el (list-tags): Use with-no-warnings.
30980
30981 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
30982 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
30983 (starttls-extra-args, starttls-extra-arguments): Add defvars.
30984
30985 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
30986
30987 * language/viet-util.el (viet-viscii-nonascii-translation-table):
30988 Add defvar.
30989
30990 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
30991 Use defvar, not defconst.
30992
30993 * hexl.el (hexl-follow-line): Use with-no-warnings.
30994
30995 * emulation/tpu-extras.el: Use write-file-functions instead of
30996 write-file-hooks.
30997
30998 * dired.el (dired-font-lock-keywords): Fontify files with junk
30999 extensions even if marked by -F.
31000
31001 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
31002
31003 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
31004 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
31005 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
31006 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
31007 (concatenate, list-length, get*, getf, cl-remprop):
31008 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
31009 (etypecase, progv, lexical-let, lexical-let*)
31010 (multiple-value-bind, multiple-value-setq, shiftf):
31011 Improve argument/docstring consistency.
31012
31013 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
31014
31015 2005-05-22 Andre Spiegel <spiegel@gnu.org>
31016
31017 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
31018 doesn't exist.
31019
31020 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
31021 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
31022
31023 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
31024
31025 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
31026 already deleted variables: auto-fill-hook, blink-paren-hook,
31027 lisp-indent-hook, inhibit-local-variables, unread-command-event,
31028 suspend-hooks, comment-indent-hook, meta-flag,
31029 before-change-function, after-change-function,
31030 font-lock-doc-string-face.
31031
31032 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
31033
31034 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
31035
31036 2005-05-21 Eli Zaretskii <eliz@gnu.org>
31037
31038 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
31039 rmail-dont-reply-to.
31040
31041 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31042
31043 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
31044 literal blank when splitting new-header-values.
31045
31046 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
31047
31048 * calendar/cal-menu.el (cal-menu-update): Add separator as a
31049 string so that tmm doesn't create a completion entry for it.
31050
31051 * textmodes/table.el (table-disable-menu): Ditto.
31052
31053 2005-05-21 Richard M. Stallman <rms@gnu.org>
31054
31055 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
31056
31057 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
31058
31059 * net/rcompile.el (remote-compile): Use compilation-start.
31060
31061 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
31062
31063 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
31064
31065 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
31066 Default to makefile-bsdmake-mode on BSD systems.
31067
31068 * imenu.el (imenu-generic-expression, imenu--generic-function'):
31069 REGEXP may also be a search function now. The part of doc-string
31070 for describing the structure was 95% identical to that of
31071 `imenu--generic-function'. Unify it there.
31072
31073 * progmodes/make-mode.el (makefile-imenu-generic-expression):
31074 Use function to find dependencies, because regexp alone is so complex,
31075 it easily goes into an endless loop.
31076 (makefile-makepp-mode): Also add submenu for Perl functions
31077 defined in the makefile.
31078 (makefile-bsdmake-mode): Special imenu-generic-expression no
31079 longer needed, due to function call.
31080 (makefile-match-dependency): Take BOUND into account when checking
31081 if we're through.
31082
31083 2005-05-20 Jay Belanger <belanger@truman.edu>
31084
31085 * calc/calc-units.el (calc-invalidate-units-table):
31086 Use inhibit-read-only.
31087 (math-build-units-table-buffer): Use view-mode.
31088
31089 2005-05-20 David Kastrup <dak@gnu.org>
31090
31091 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
31092 easy-menu-add is not a nop on Emacs; and clarify when to call it.
31093
31094 2005-05-20 Lute Kamstra <lute@gnu.org>
31095
31096 * diff-mode.el (diff-header-face, diff-file-header-face)
31097 (diff-index-face, diff-hunk-header-face, diff-removed-face)
31098 (diff-added-face, diff-changed-face, diff-function-face)
31099 (diff-context-face, diff-nonexistent-face): Put them in the
31100 diff-mode customization group.
31101
31102 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
31103
31104 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
31105
31106 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
31107
31108 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
31109 Minor regexp-optimization.
31110
31111 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
31112
31113 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
31114 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
31115 (org-agenda-add-time-grid-maybe): New function.
31116 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
31117 (org-table-create): `dotimes' instead of `mapcar'.
31118 (org-xor): Simplify implementation.
31119 (org-agenda): `inhibit-redisplay' turned on.
31120 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
31121 a consistent line after a state change.
31122 (org-agenda-remove-times-when-in-prefix): New option.
31123 (org-prefix-has-time): New variable.
31124 (org-parse-time-string): Optional argument NODEFAULT.
31125 (org-format-agenda-item): Parse items for time-of-day
31126 specifications and move these into the prefix if possible.
31127 (org-agenda-priority): Get current heading, not previous heading
31128 during agenda remote editing.
31129
31130 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
31131
31132 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
31133 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
31134 (remove-duplicates, delete-duplicates, substitute)
31135 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
31136 (nsubstitute-if-not, find, find-if, find-if-not, position)
31137 (position-if, position-if-not, count, count-if, count-if-not)
31138 (mismatch, search, sort*, stable-sort, merge, member*)
31139 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
31140 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
31141 (intersection, nintersection, set-difference, nset-difference)
31142 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
31143 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
31144 (nsublis, tree-equal): Improve argument/docstring consistency.
31145
31146 * subr.el (send-string, send-region): Remove obsolescence declaration.
31147 (window-dot, set-window-dot, read-input, show-buffer)
31148 (eval-current-buffer, string-to-int):
31149 Add release number to obsolescence declarations.
31150
31151 2005-05-19 Kim F. Storm <storm@cua.dk>
31152
31153 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
31154 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
31155
31156 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
31157
31158 * faces.el (list-faces-display): Make back button respect optional
31159 regexp arg.
31160
31161 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
31162
31163 * calculator.el (calculator-radix-grouping-mode)
31164 (calculator-radix-grouping-digits, calculator-displayer)
31165 (calculator-radix-grouping-separator, calculator-copy-displayer):
31166 * dabbrev.el (dabbrev-search-these-buffers-only):
31167 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
31168 (diff-advance-after-apply-hunk, diff-mode-hook)
31169 (diff-minor-mode-prefix):
31170 * imenu.el (imenu-use-popup-menu):
31171 * jit-lock.el (jit-lock-context-time):
31172 * newcomment.el (comment-fill-column, comment-column)
31173 (comment-style, comment-padding, comment-multi-line)
31174 (comment-empty-lines, comment-auto-fill-only-comments):
31175 * reveal.el (reveal-around-mark):
31176 * uniquify.el (uniquify-buffer-name-style)
31177 (uniquify-after-kill-buffer-p)
31178 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
31179 (uniquify-min-dir-content, uniquify-separator)
31180 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
31181 * w32-vars.el (w32-fixed-font-alist):
31182 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
31183 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
31184 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
31185 * progmodes/perl-mode.el (perl-indent-level)
31186 (perl-continued-statement-offset, perl-continued-brace-offset)
31187 (perl-brace-offset, perl-brace-imaginary-offset)
31188 (perl-label-offset, perl-indent-continued-arguments)
31189 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
31190 * progmodes/tcl.el (tcl-indent-level)
31191 (tcl-continued-indent-level, tcl-auto-newline)
31192 (tcl-tab-always-indent, tcl-electric-hash-style)
31193 (tcl-help-directory-list, tcl-use-smart-word-finder)
31194 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
31195 (inferior-tcl-source-command):
31196 * textmodes/fill.el (enable-kinsoku):
31197 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
31198 * textmodes/table.el (table-yank-handler):
31199 Specify missing group (and type, if simple) in defcustom.
31200
31201 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
31202
31203 * progmodes/compile.el (compilation-finish-function): Fix defvar.
31204
31205 2005-05-19 Richard M. Stallman <rms@gnu.org>
31206
31207 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
31208
31209 * subr.el (event-basic-type): Don't get an error.
31210 (left-fringe-p): Function deleted.
31211
31212 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
31213 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
31214
31215 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
31216 in recursive copy.
31217
31218 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
31219
31220 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
31221
31222 * emacs-lisp/bytecomp.el
31223 (byte-compile-file-form-custom-declare-variable):
31224 Call byte-compile-nogroup-warn if appropriate.
31225
31226 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
31227 (compilation-set-window): Don't call left-fringe-p; do it directly.
31228
31229 2005-05-19 Jay Belanger <belanger@truman.edu>
31230
31231 * calc/calc-graph.el (calc-graph-format-data): Make sure
31232 var-PlotRejects is bound before trying to check its value.
31233
31234 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
31235
31236 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
31237 definition of this variable from reftex-global.el to reftex.el,
31238 because it is needed in the menu.
31239
31240 2005-05-19 Lute Kamstra <lute@gnu.org>
31241
31242 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
31243 years are fixed. Don't insert a space after a dash.
31244
31245 2005-05-19 Kim F. Storm <storm@cua.dk>
31246
31247 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
31248
31249 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
31250
31251 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
31252 strings, because (eq ... ?\\) is fairly frequent.
31253
31254 * progmodes/make-mode.el (makefile-add-this-line-targets):
31255 Simplify and integrate into `makefile-pickup-targets'.
31256 (makefile-add-this-line-macro): Simplify and integrate into
31257 `makefile-pickup-macros.
31258 (makefile-pickup-filenames-as-targets): Simplify.
31259 (makefile-previous-dependency, makefile-match-dependency):
31260 Don't stumble over `::'.
31261
31262 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
31263
31264 * subr.el (post-command-idle-hook, post-command-idle-delay):
31265 Remove obsoletion of post-command-idle-hook and
31266 post-command-idle-delay.
31267
31268 * faces.el (list-faces-display): Provide button when describe-face
31269 is called to take user back to the list of faces.
31270
31271 * help-fns.el (describe-variable): Remove hyperlinks in a
31272 variable's value as these are quite frequently inappropriate.
31273
31274 * follow.el (follow-submit-feedback, follow-mode):
31275 Remove references to post-command-idle-hook.
31276
31277 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
31278
31279 * progmodes/make-mode.el (makefile-previous-dependency)
31280 (makefile-match-dependency): Check for := (and in bsd mode also
31281 !=) to give a better result, even when font-lock is not on.
31282
31283 2005-05-18 Jay Belanger <belanger@truman.edu>
31284
31285 * calc/calc-help.el (calc-s-prefix-help):
31286 Add `calc-copy-special-constant' to help string.
31287
31288 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
31289
31290 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31291
31292 2005-05-18 Jay Belanger <belanger@truman.edu>
31293
31294 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
31295 in linear factors are in proper order.
31296
31297 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
31298
31299 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
31300 Support for jurabib.
31301
31302 * textmodes/reftex.el (featurep): Define aliases for overlay
31303 commands, for XEmacs compatibility, and use these aliases in
31304 overlay initializations.
31305 (reftex-highlight): Use `reftex-move-overlay'.
31306 (reftex-unhighlight): Use `reftex-delete-overlay'.
31307 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
31308 (reftex-access-search-path): Use `reftex-uniquify' instead of
31309 `reftex-uniq'.
31310
31311 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
31312 `before-string' property modification enables for Emacs as well.
31313 (reftex-select-item): Use `reftex-delete-overlay'.
31314 (reftex-select-mark): Use `reftex-make-overlay' and
31315 `reftex-overlay-put'.
31316 (reftex-select-unmark): Use `reftex-delete-overlay' and
31317 `reftex-overlay-put'.
31318
31319 2005-05-18 Lute Kamstra <lute@gnu.org>
31320
31321 * emacs-lisp/lisp.el (check-parens): Fix docstring.
31322
31323 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
31324
31325 * add-log.el (add-change-log-entry):
31326 * array.el (array-make-template, array-reconfigure-rows)
31327 (array-init-max-row, array-init-max-column)
31328 (array-init-columns-per-line, array-init-field-width):
31329 * replace.el (replace-match-maybe-edit, perform-replace):
31330 * textmodes/spell.el (spell-region):
31331 Replace `read-input' by `read-string'.
31332
31333 * forms.el (forms-mode):
31334 * finder.el (finder-compile-keywords):
31335 * shadowfile.el (shadow-read-files):
31336 Replace `eval-current-buffer' by `eval-buffer'.
31337
31338 * terminal.el (te-pass-through):
31339 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
31340 (ange-ftp-raw-send-cmd):
31341 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
31342 (send-process-next-char, telnet-initial-filter, telnet):
31343 Replace `send-string' by `process-send-string'.
31344
31345 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
31346 (prolog-consult-region): Replace `send-string' by
31347 `process-send-string'; replace `send-region' by `process-send-region'.
31348
31349 * progmodes/delphi.el (delphi-log-msg):
31350 Replace `set-window-dot' by `set-window-point'.
31351
31352 * subr.el (window-dot, set-window-dot, read-input, send-string)
31353 (send-region, show-buffer, eval-current-buffer):
31354 Make really obsolete, as the comment says.
31355
31356 2005-05-17 Kim F. Storm <storm@cua.dk>
31357
31358 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
31359 (cua--init-keymaps): Bind C-return instead of S-return to set
31360 rectangle mark.
31361
31362 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
31363 instead of S-return to toggle/clear rectangle mark.
31364
31365 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
31366
31367 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
31368 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
31369 Also fontify plain strings assigned to variables, mostly so that a
31370 colon has a face and is thus not taken as a dependency separator.
31371 (makefile-previous-dependency): Inline the new matcher, because it
31372 is too complex to work in both directions.
31373 (makefile-match-dependency): Eliminate `backward' arg (see above).
31374 Completely reimplemented so as to not sometimes go into an endless
31375 loop. It should also be more efficient, because first it only
31376 searches for `:', instead of applying the very complex regexp.
31377 (makefile-mode): Cancel `font-lock-support-mode', because blocks
31378 to be fontified in one piece can be too long for JIT.
31379 Makefiles are never *that* big.
31380
31381 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
31382
31383 * dired.el (dired-mode): Simplify.
31384
31385 2005-05-17 Lute Kamstra <lute@gnu.org>
31386
31387 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
31388 defcustom for the mode hook variable.
31389
31390 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
31391 Emacs Lisp Reference Manual.
31392
31393 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
31394
31395 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
31396 (evenp, list*):
31397 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
31398 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
31399
31400 * net/tramp-smb.el (tramp-smb-open-connection):
31401 Pass `tramp-chunksize' as fifth (required) argument.
31402
31403 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
31404
31405 * font-lock.el (lisp-font-lock-keywords-1):
31406 Set `font-lock-negation-char-face' for [^...] char group.
31407 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
31408
31409 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
31410 a var, and refine it to mask one more level of nested vars.
31411 (makefile-rule-action-regex): Turn it into a var, and refine it so
31412 it recognizes backslashed continuation lines as belonging to the
31413 same command.
31414 (makefile-macroassign-regex): Refine it so it recognizes
31415 backslashed continuation lines as belonging to the same command.
31416 (makefile-var-use-regex): Don't look at the next char, because it
31417 might be the same one to be skipped by the initial [^$], leading
31418 to an overlooked variable use.
31419 (makefile-make-font-lock-keywords): Remove two parameters, which
31420 are now variables that some of the modes set locally.
31421 Handle dependency and rule action matching through functions, because
31422 regexps alone match too often. Dependency matching now comes
31423 last, so it can check, whether a colon already matched something else.
31424 (makefile-mode): Inform that font-lock improves makefile parsing
31425 capabilities.
31426 (makefile-match-dependency, makefile-match-action): New functions.
31427
31428 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
31429
31430 * emacs-lisp/cl-extra.el (equalp): Doc fix.
31431
31432 * align.el (align-regexp):
31433 * ansi-color.el (ansi-color-get-face):
31434 * array.el (array-reconfigure-rows, array-init-max-row)
31435 (array-init-max-column, array-init-columns-per-line)
31436 (array-init-field-width):
31437 * dired-aux.el (dired-trample-file-versions):
31438 * dired-x.el (dired-mark-sexp):
31439 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
31440 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
31441 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
31442 * faces.el (face-read-integer):
31443 * files.el (backup-extract-version, insert-directory):
31444 * hexl.el (hexl-insert-decimal-char):
31445 * server.el (server-process-filter):
31446 * shell.el (shell-extract-num):
31447 * startup.el (command-line-1):
31448 * term.el (term-command-hook):
31449 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
31450 (time-stamp-do-number):
31451 * time.el (display-time-update):
31452 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
31453 (timezone-fix-time):
31454 * vms-patch.el (vms-suspend-resume-hook):
31455 * calendar/appt.el (appt-convert-time):
31456 * calendar/cal-bahai.el (mark-bahai-diary-entries):
31457 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
31458 * calendar/cal-islam.el (mark-islamic-diary-entries):
31459 * calendar/calendar.el (calendar-cursor-to-date)
31460 (calendar-star-date):
31461 * calendar/diary-lib.el (diary-attrtype-convert)
31462 (mark-diary-entries, diary-entry-time):
31463 * calendar/solar.el (solar-get-number):
31464 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
31465 * emacs-lisp/re-builder.el (reb-display-subexp):
31466 * emulation/edt.el (edt-set-scroll-margins):
31467 * emulation/tpu-extras.el (tpu-set-scroll-margins):
31468 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
31469 (vip-get-ex-count):
31470 * emulation/viper-ex.el (viper-get-ex-token)
31471 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
31472 * international/fontset.el (fontset-plain-name):
31473 * mail/feedmail.el (feedmail-look-at-queue-directory):
31474 * mail/mailalias.el (mail-get-names):
31475 * mail/rmail.el (rmail-convert-to-babyl-format):
31476 * mail/rmailsum.el (rmail-make-basic-summary-line)
31477 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
31478 (rmail-summary-goto-msg):
31479 * mail/smtpmail.el (smtpmail-read-response):
31480 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
31481 (ange-ftp-vms-add-file-entry):
31482 * play/gametree.el (gametree-looking-at-ply)
31483 (gametree-current-branch-score):
31484 * progmodes/ada-xref.el (ada-prj-find-prj-file)
31485 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
31486 * progmodes/cperl-mode.el (condition-case):
31487 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
31488 (ebrowse-set-member-buffer-column-width)
31489 (ebrowse-select-1st-to-9nth):
31490 * progmodes/etags.el (etags-snarf-tag):
31491 * progmodes/flymake.el (flymake-parse-line):
31492 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
31493 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
31494 (idlwave-shell-menu-def):
31495 * progmodes/ps-mode.el (ps-run-goto-error):
31496 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
31497 (vhdl-speedbar-contract-level):
31498 * term/mac-win.el (x-handle-numeric-switch):
31499 * term/sun-mouse.el (sun-get-frame-data):
31500 * term/w32-win.el (x-handle-numeric-switch):
31501 * term/x-win.el (x-handle-numeric-switch):
31502 * textmodes/ispell.el (ispell-parse-output):
31503 * textmodes/nroff-mode.el (nroff-outline-level):
31504 * textmodes/reftex-cite.el (reftex-bib-sort-year)
31505 (reftex-bib-sort-year-reverse, reftex-format-citation):
31506 * textmodes/reftex-parse.el (reftex-init-section-numbers)
31507 (reftex-section-number):
31508 * textmodes/texinfmt.el (texinfo-paragraphindent):
31509 Replace `string-to-int' by `string-to-number'.
31510
31511 * international/latexenc.el: Add page marker to force the "Local
31512 Variables:" string out of the last page.
31513
31514 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31515
31516 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
31517 tooltip-change-major-mode.
31518 (gud-tooltip-print-command): Remove case where gud-minor-mode
31519 is gdb ("--fullname").
31520 (gud-tooltip-tips): Turn GUD tooltips off for this case and
31521 explain to user.
31522
31523 2005-05-16 Jay Belanger <belanger@truman.edu>
31524
31525 * calc/calc-store.el (calc-copy-special-constant): New function.
31526
31527 * calc/calc-ext.el (calc-init-extensions): Add binding for
31528 `calc-copy-special-constant'.
31529
31530 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
31531 for the `calc-copy-special-constant' command.
31532
31533 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31534
31535 * subr.el (left-fringe-p): New function.
31536
31537 * progmodes/compile.el (compilation-setup): Set local value of
31538 overlay-arrow-string to "" always.
31539 (compilation-set-window): Left fringe then don't scroll.
31540 No left fringe then no arrow and scroll message to top.
31541 (compilation-context-lines): Adjust doc string accordingly.
31542
31543 2005-05-16 Kim F. Storm <storm@cua.dk>
31544
31545 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
31546 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
31547 (ido-wide-find-dir-or-delete-dir): New command for M-d.
31548 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
31549 (ido-read-file-name): Handle commands with ido property value
31550 equal to find-file as reading a file name, to allow C-d to enter dired.
31551 (ibuffer-find-file): Add ido property with value find-file.
31552
31553 2005-05-15 Kim F. Storm <storm@cua.dk>
31554
31555 * subr.el (open-network-stream-nowait): Remove.
31556 (open-network-stream-server): Remove.
31557
31558 2005-05-15 Richard M. Stallman <rms@gnu.org>
31559
31560 * faces.el (describe-face): Output a definition link button.
31561
31562 * help-mode.el (help-face-def): New button type.
31563
31564 * emacs-lisp/copyright.el (copyright-fix-years):
31565 Match properly if the first year is 2-digit.
31566 Don't mess up the whitespace after the years by filling.
31567
31568 * dired-aux.el (dired-mark-confirm):
31569 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
31570
31571 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
31572 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
31573 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
31574
31575 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
31576 Set font-lock-comment-start-skip.
31577
31578 * font-lock.el (font-lock-comment-start-skip): New variable.
31579 (font-lock-comment-end-skip): New variable.
31580 (font-lock-fontify-syntactically-region): Use them if non-nil.
31581
31582 2005-05-15 Jay Belanger <belanger@truman.edu>
31583
31584 * calc/calc-store.el (calc-store-value): Return a string rather
31585 than display it as a message.
31586 Use calc-var-name for variable name.
31587 (calc-store-into): Add the result of calc-store-value to message.
31588 (calc-copy-variable): Add a message.
31589 (calc-store-exchange): Improve error messages.
31590 (calc-store-binary, calc-store-map): Don't reset the values of
31591 special constants.
31592
31593 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
31594
31595 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
31596 manual to docstring.
31597
31598 * files.el (hack-local-variables-confirm): Add STRING argument.
31599 Make the function handle non file visiting buffers correctly.
31600 (hack-local-variables-prop-line, hack-local-variables)
31601 (hack-one-local-variable): Use STRING arg of
31602 `hack-local-variables-confirm'.
31603
31604 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
31605
31606 Sync with Tramp 2.0.49.
31607
31608 * net/tramp.el (tramp-handle-dired-call-process)
31609 (tramp-handle-insert-directory):`insert-buffer' cannot be used
31610 because the contents of the Tramp buffer is changed before
31611 insertion (`expand-file' and alike).
31612 (tramp-handle-insert-directory): If `localname' has an empty
31613 nondirectory name, it must not be quoted.
31614 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
31615 variable `tramp-chunksize'. Change callees.
31616 (tramp-open-connection-setup-interactive-shell): Check remote host
31617 for buggy `send-process-string' implementation.
31618 Set `tramp-chunksize' if found. Reported by Michael Kifer
31619 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
31620 (tramp-handle-shell-command): `insert-buffer' cannot be used
31621 because the contents of the Tramp buffer is changed before
31622 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
31623 <frederic.bothamy@free.fr>.
31624 (tramp-set-auto-save): Actions should be done for Tramp file name
31625 handler only. Ange-FTP has its own auto-save mechanism.
31626 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
31627 (tramp-set-auto-save-file-modes): Set file modes of
31628 `buffer-auto-save-file-name' to ?\600 as fallback solution.
31629 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
31630 (tramp-bug): Remove obsolete variable.
31631 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
31632 for presence of `mml-mode'. Make it running for older Emacsen as well.
31633
31634 2005-05-14 John Paul Wallington <jpw@pobox.com>
31635
31636 * ibuf-ext.el (define-ibuffer-filter filename):
31637 If `dired-directory' is a list, use its car.
31638
31639 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
31640
31641 * ibuffer.el (define-ibuffer-column filename):
31642 If `dired-directory' is a list, use its car.
31643
31644 2005-05-14 Richard M. Stallman <rms@gnu.org>
31645
31646 * subr.el (symbol-file): Doc fix.
31647
31648 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
31649 (byte-compile-form): Call byte-compile-nogroup-warn.
31650 (byte-compile-warning-types): Doc fix.
31651
31652 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
31653
31654 * progmodes/cc-engine.el (c-literal-faces):
31655 Add font-lock-comment-delimiter-face.
31656
31657 * net/net-utils.el (dig): Use with-no-warnings.
31658
31659 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
31660 (sc-recite-frame-alist, sc-default-cite-frame)
31661 (sc-default-uncite-frame, sc-default-recite-frame)
31662 (sc-attrib-selection-list, sc-rewrite-header-list):
31663 Mark as risky-local-variable.
31664
31665 * international/ogonek.el (ogonek-jak, ogonek-how):
31666 Don't use beginning-of-buffer.
31667
31668 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
31669
31670 * calendar/solar.el (solar-data-list): Move definition up.
31671
31672 * dnd.el (dnd-protocol-alist): Add autoload.
31673
31674 * progmodes/sh-script.el: Many doc usage fixes.
31675 (sh-indent-after-do): Change default to match common styles.
31676
31677 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
31678
31679 * files.el (interpreter-mode-alist)
31680 (auto-mode-interpreter-regexp): Doc fixes.
31681
31682 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
31683
31684 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
31685
31686 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
31687
31688 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31689
31690 * dired.el (dired-mode): make-variable-buffer-local =>
31691 make-local-variable.
31692
31693 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31694
31695 * term/mac-win.el (mac-select-convert-to-string): Try coding
31696 systems in mac-script-code-coding-systems if specified one cannot
31697 encode string for `com.apple.traditional-mac-plain-text'.
31698
31699 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
31700
31701 * progmodes/make-mode.el (makefile-targets-face)
31702 (makefile-shell-face, makefile-makepp-perl-face): New faces.
31703 (makefile-dependency-regex): Fix it to not make the colon in
31704 $(var:a=b) special.
31705 (makefile-rule-action-regex): New regexp for highlighting embedded
31706 Shell strings.
31707 (makefile-macroassign-regex): Handle != for highlighting as
31708 embedded Shell strings.
31709 (makefile-var-use-regex): New const.
31710 (makefile-statements, makefile-automake-statements)
31711 (makefile-gmake-statements, makefile-makepp-statements)
31712 (makefile-bsdmake-statements): New consts.
31713 (makefile-make-font-lock-keywords): New function.
31714 (makefile-automake-font-lock-keywords)
31715 (makefile-gmake-font-lock-keywords)
31716 (makefile-makepp-font-lock-keywords)
31717 (makefile-bsdmake-font-lock-keywords): New consts.
31718 (makefile-mode-map): Add switchers between the various submodes.
31719 (makefile-mode): Document the availability of the variants.
31720 (makefile-automake-mode, makefile-gmake-mode)
31721 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
31722
31723 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
31724 new variants of makefile-mode.
31725
31726 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
31727
31728 * font-lock.el (font-lock-comment-delimiter-face): Fix up
31729 the inheritance.
31730
31731 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
31732
31733 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
31734 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
31735
31736 * files.el (normal-mode): Extend the scope of the
31737 `enable-local-variables' binding to include the `set-auto-mode' call.
31738 (magic-mode-alist): Doc fix.
31739
31740 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
31741
31742 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
31743 font-lock-comment-face rather than copying its setting.
31744
31745 2005-05-12 Andreas Schwab <schwab@suse.de>
31746
31747 * eshell/esh-mode.el (eshell-send-input): Doc fix.
31748
31749 2005-05-12 Lute Kamstra <lute@gnu.org>
31750
31751 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
31752 defcustom for the mode hook variable. Delete the last argument.
31753 * generic-x.el: Fix callers of define-generic-mode.
31754 (generic-x-modes): Delete group.
31755 (show-tabs-tab-face, show-tabs-space-face): Put them in the
31756 generic-x customization group.
31757
31758 2005-05-12 Kim F. Storm <storm@cua.dk>
31759
31760 * font-lock.el (font-lock-negation-char-face): Default to "off".
31761
31762 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
31763 font-lock-negation-char-face to ! in !=.
31764
31765 2005-05-12 Masatake YAMATO <jet@gyve.org>
31766
31767 * add-log.el (find-change-log): Fix typos in the docstring
31768 of function.
31769
31770 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
31771
31772 * international/latexenc.el (latexenc-find-file-coding-system):
31773 Avoid `re-search-forward' when looking for input encoding because
31774 of speed and safety. Better regular expressions for recognizing
31775 input encoding. Limit a search for TeX-master/tex-main-file to
31776 the local variable section.
31777
31778 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
31779
31780 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
31781 syntax of $ to "'" (quote).
31782
31783 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
31784
31785 * dnd.el (dnd-protocol-alist): Improve custom type.
31786
31787 * dired.el (dired-dnd-protocol-alist): New variable.
31788 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
31789 `dired-mode-hook' to the end.
31790
31791 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
31792
31793 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
31794 comment-end if comment-start-skip is not set.
31795 Obey the font-lock-comment-delimiter-face variables.
31796
31797 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
31798
31799 * files.el (executable-find): Move from executable.el. Use
31800 locate-file.
31801 * progmodes/executable.el (executable-find): Move to files.el.
31802
31803 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
31804 when trying to ensure forward progress.
31805
31806 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
31807
31808 * mouse-sel.el (mouse-sel-follow-link-p): New function.
31809 (mouse-select, mouse-select-internal, mouse-extend-internal):
31810 Use it to implement mouse-1-click-follows-link functionality.
31811
31812 2005-05-11 Richard M. Stallman <rms@gnu.org>
31813
31814 * font-lock.el (font-lock-fontify-syntactically-region):
31815 Use font-lock-comment-delimiter-face for comment delimiters.
31816
31817 2005-05-10 Jay Belanger <belanger@truman.edu>
31818
31819 * calc/calc-help.el (calc-m-prefix-help): Add mention of
31820 preserving embedded modes.
31821
31822 2005-05-10 Richard M. Stallman <rms@gnu.org>
31823
31824 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
31825
31826 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
31827 Move from ada-stmt.el.
31828 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
31829
31830 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
31831 Move to ada-mode.el.
31832 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
31833
31834 * cus-edit.el (custom-file): Call file-chase-links.
31835
31836 * files.el (read-directory-name): Fix previous change.
31837 (hack-local-variables-confirm): New function.
31838 (hack-local-variables-prop-line, hack-local-variables)
31839 (hack-one-local-variable): Use it.
31840
31841 2005-05-10 Lute Kamstra <lute@gnu.org>
31842
31843 * font-lock.el (font-lock-keywords-alist)
31844 (font-lock-removed-keywords-alist): Clarify docstrings.
31845
31846 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
31847
31848 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
31849 (gdb-source-info): Check for preprocessor info.
31850 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
31851 a macro for a function.
31852 (gdb-info-breakpoints-custom): Try to find file again if not already
31853 found (user might have used GDB dir command).
31854 (gdb-get-location): Update gdb-location-alist correctly for change
31855 to gdb-info-breakpoints-custom.
31856
31857 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
31858 (gud-tooltip-print-command): Add gdbmi case.
31859 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
31860 preprocessor info.
31861
31862 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
31863
31864 * startup.el (fancy-splash-insert): Fix typo in doc string.
31865
31866 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
31867
31868 * obsolete/float.el (string-to-float):
31869 * obsolete/hilit19.el (hilit-add-pattern):
31870 * obsolete/rnews.el (news-parse-range, news-select-message)
31871 (news-get-pruned-list-of-files): Replace `string-to-int' by
31872 `string-to-number'.
31873
31874 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
31875 `find-file-not-found-hooks'; use `add-hook'.
31876 (uncompress-while-visiting): Set `write-file-functions', not
31877 `write-file-hooks'; use `add-hook'.
31878
31879 2005-05-09 Kim F. Storm <storm@cua.dk>
31880
31881 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
31882 (cua-paste): Handle clipboard action.
31883 (cua--init-keymaps): Remap clipboard-kill-region and
31884 clipboard-kill-ring-save.
31885
31886 2005-05-08 Eli Zaretskii <eliz@gnu.org>
31887
31888 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31889 Improve commentary.
31890
31891 * simple.el (next-error-overlay-arrow-position): Revert the change
31892 made on 2005-04-30.
31893
31894 2005-05-07 Jay Belanger <belanger@truman.edu>
31895
31896 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
31897 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
31898 `calc-sel-reselect'.
31899
31900 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
31901 Calc is in embedded mode.
31902
31903 2005-05-07 Eli Zaretskii <eliz@gnu.org>
31904
31905 * progmodes/compile.el (compilation-setup):
31906 Set overlay-arrow-string to an empty string on text terminals.
31907
31908 * textmodes/ispell.el (ispell-program-name): Try looking for
31909 "aspell" along exec-path, and if found, use it as the default
31910 speller program.
31911
31912 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
31913
31914 * international/mule.el (sgml-xml-auto-coding-function):
31915 Recognize encoding='FOO' in single quotes as well as in double quotes.
31916
31917 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
31918
31919 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
31920 as well as `interactive', so that defmacro* would recognize
31921 `declare' forms.
31922
31923 2005-05-07 Eli Zaretskii <eliz@gnu.org>
31924
31925 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31926 Explain more about the LIGHTER arg's usage in the doc string.
31927 Add commentary to clarify what the code does. Fix the regexp that
31928 strips whitespace from LIGHTER. Quote LIGHTER before using it,
31929 since it could have characters special to regular expressions.
31930
31931 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
31932
31933 * replace.el (occur-1): Bind inhibit-read-only so that
31934 erase-buffer doesn't barf on read-only text properties (likewise
31935 for add-text-properties in occur-engine). Mark buffer as unmodified.
31936 (occur-engine): Don't set buffer-read-only here.
31937
31938 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
31939
31940 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
31941 list-buffers-directory. This caused the *cvs-commit* buffer to be
31942 sometimes mistakenly reused as a *cvs* buffer.
31943
31944 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
31945
31946 * tooltip.el: Move code for GUD tooltips into gud.el.
31947 (require): CL no longer needed to compile case.
31948 (tooltip-mode): Do not toggle functions for GUD tooltips.
31949 (tooltip-gud-tips-p): Remove. Replace with minor mode
31950 gud-tooltip-mode in gud.el.
31951 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
31952 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
31953 tooltip-gud prefix with gud-tooltip and obsolete.
31954 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
31955 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
31956 (tooltip-mouse-motion): Mouse movement functions/variable.
31957 Rename in gud.el by adding gud prefix.
31958 (tooltip-gud-original-filter, tooltip-gud-dereference)
31959 (tooltip-gud-event, tooltip-toggle-gud-tips)
31960 (tooltip-gud-process-output, tooltip-gud-print-command)
31961 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
31962 gud.el by replacing tooltip-gud prefix with gud-tooltip.
31963 (gdb-tooltip-print): Move to gdb-ui.el.
31964
31965 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
31966 (require): CL needed to compile case.
31967 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
31968 tooltip-gud-tips-p. Make it a minor-mode.
31969 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
31970 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
31971 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
31972 (gud-tooltip-change-major-mode)
31973 (gud-tooltip-activate-mouse-motions-if-enabled)
31974 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
31975 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
31976 (gud-tooltip-original-filter, gud-tooltip-dereference)
31977 (gud-tooltip-event, tooltip-toggle-gud-tips)
31978 (gud-tooltip-process-output, gud-tooltip-print-command)
31979 (gud-tooltip-tips): Move from tooltip.el.
31980
31981 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
31982 (gdb-cpp-define-alist-flags): Doc fix.
31983 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
31984 gud-tooltip-mode is t.
31985
31986 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
31987
31988 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
31989 evaporate if their text is deleted.
31990 (goto-address-at-point): Make it work as a mouse binding as well.
31991 (goto-address-at-mouse): Obsolete it. Update users.
31992
31993 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
31994
31995 * calendar/appt.el (top-level): No longer activate on load.
31996
31997 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
31998
31999 * calendar/cal-bahai.el (mark-bahai-diary-entries):
32000 * net/webjump.el (webjump):
32001 * progmodes/idlw-help.el (idlwave-do-context-help1)
32002 (idlwave-highlight-linked-completions):
32003 * textmodes/po.el (po-find-file-coding-system-guts):
32004 Replace `assoc-ignore-case' by `assoc-string'.
32005
32006 2005-05-06 Eli Zaretskii <eliz@gnu.org>
32007
32008 * files.el (locate-file): Doc fix.
32009
32010 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
32011 Remove the redundant test for ms-dos.
32012
32013 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
32014 look for the preprocessor with exec-suffixes. If not found in
32015 standard places, look in exec-path. Remove most of the tests that
32016 used system-type.
32017
32018 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
32019
32020 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
32021
32022 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
32023 file-name clash with jka-compr.el on 8+3 filesystems.
32024
32025 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32026
32027 * term/mac-win.el: Don't define or bind scroll bar functions if
32028 x-toolkit-scroll-bars is t.
32029 (x-select-text, x-get-selection-value): Clear
32030 x-last-selected-text-clipboard if x-select-enable-clipboard is
32031 nil.
32032 (PRIMARY): Put mac-scrap-name property.
32033 (mac-select-convert-to-file-url): New function.
32034 (public.file-url): New selection target type. Add to
32035 selection-converter-alist.
32036 (x-get-selection, x-selection-value): Handle it.
32037 (x-cut-buffer-or-selection-value): New alias.
32038
32039 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32040
32041 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
32042 entry to avoid calling bibtex-find-entry with arg global
32043 being t. Remove arg key.
32044 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
32045 (bibtex-copy-summary-as-kill): Change accordingly.
32046
32047 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
32048
32049 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
32050 (org-agenda-date-later): Use with-current-buffer.
32051
32052 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
32053
32054 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
32055 (define-obsolete-variable-alias): Doc Fixes.
32056
32057 2005-05-06 Kim F. Storm <storm@cua.dk>
32058
32059 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
32060 vertical-motion when selective-display is active.
32061
32062 * ido.el (ido-setup-hook): New hook.
32063 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
32064 (ido-input-stack): New var.
32065 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
32066 ido-next-work-file binding to M-O.
32067 Bind M-f to ido-wide-find-file-or-pop-dir.
32068 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
32069 (ido-read-internal): Run ido-setup-hook.
32070 Catch quit in read-file-name and read-string to cancel edit.
32071 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
32072 Automatically pop-all when completing a directory name (RET).
32073 (ido-file-internal): Add with-no-warnings around ffap and dired code.
32074 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
32075 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
32076 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
32077 New functions for M-b/M-f to move among the directory components.
32078 (ido-make-merged-file-list): Catch quit to cancel merge.
32079 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
32080 (ido-completion-help): No warnings for ido-completion-buffer-full.
32081
32082 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
32083
32084 * font-lock.el (font-lock-negation-char-face): New face and variable.
32085 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
32086 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
32087 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
32088 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
32089
32090 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
32091
32092 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
32093 Fix typo in docstring.
32094
32095 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
32096 (ebrowse-print-statistics-line)
32097 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
32098
32099 * term/w32-win.el (image-library-alist): Add additional name for
32100 Xpm library.
32101
32102 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
32103
32104 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
32105 use gcc instead of cpp.
32106
32107 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
32108 (gdb-create-define-alist): Use it.
32109 (gdb-cpp-define-alist-program): Update for MS-DOS.
32110
32111 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
32112
32113 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
32114
32115 2005-05-04 Richard M. Stallman <rms@gnu.org>
32116
32117 * help.el (describe-key): No error when UNTRANSLATED is nil.
32118
32119 * simple.el (line-move-1): Fix previous change to signal errors
32120 appropriately.
32121
32122 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
32123
32124 * calendar/icalendar.el (icalendar-version): Now at 0.12.
32125 (icalendar-duration-correction): Remove.
32126 (icalendar--get-event-properties): Split result at commas.
32127 (icalendar--decode-isoduration): New optional argument
32128 DURATION-CORRECTION.
32129 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
32130 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
32131 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
32132 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
32133 (icalendar--convert-anniversary-to-ical): New functions, extracted
32134 from icalendar-export-region, with bug fixes.
32135 (icalendar-export-region): Use the above functions.
32136 (icalendar-import-buffer): Check before saving diary file.
32137 (icalendar--convert-recurring-to-diary)
32138 (icalendar--convert-non-recurring-all-day-to-diary)
32139 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
32140 extracted from icalendar--convert-ical-to-diary, with bug fixes.
32141 (icalendar--convert-ical-to-diary): Use the above functions.
32142
32143 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
32144
32145 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
32146 Remove these recent additions.
32147 (c-mode): Restore to before 2005-04-28.
32148
32149 * progmodes/cc-vars.el (cc-define-list-program): Remove this
32150 recent addition.
32151
32152 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
32153 (gdb-define-alist): New variables.
32154 (gdb-create-define-alist): New function.
32155 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
32156 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
32157 with string-to-number.
32158 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
32159
32160 * progmodes/gud.el: Replace string-to-int with string-to-number.
32161 (gud-find-file): Handle gdb-define-alist.
32162
32163 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
32164
32165 2005-05-02 Jay Belanger <belanger@truman.edu>
32166
32167 * calc/calc-aent.el (math-read-token):
32168 * calc/calc-bin.el (calc-word-size):
32169 * calc/calc-ext.el (calc-read-number-fancy):
32170 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
32171 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
32172 * calc/calc-frac.el (calc-over-notation):
32173 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
32174 (calc-graph-num-points, calc-graph-init):
32175 * calc/calc-prog.el (calc-read-parse-table-part)
32176 (calc-edit-macro-repeats):
32177 * calc/calc-yank.el (calc-do-grab-rectangle):
32178 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
32179 Replace `string-to-int' by `string-to-number'.
32180
32181 2005-05-02 Kim F. Storm <storm@cua.dk>
32182
32183 * kmacro.el: Use executing-kbd-macro-index variable.
32184
32185 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
32186
32187 * net/rlogin.el (rlogin-parse-words): Delete func.
32188 (rlogin): Use split-string, not rlogin-parse-words.
32189 Also, if there are option-like elements in the parsed args,
32190 take the host to be the first arg immediately following them.
32191 Suggested by Michael Mauger.
32192
32193 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
32194
32195 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
32196
32197 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
32198
32199 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
32200 (cc-mode-cpp-program): Rename to cc-define-list-program and
32201 move to cc-vars.el.
32202
32203 * progmodes/cc-vars.el (cc-define-list-program):
32204 Change to "gcc -E -dM -". Make customizable.
32205
32206 2005-05-02 Kim F. Storm <storm@cua.dk>
32207
32208 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
32209
32210 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
32211
32212 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
32213
32214 * international/mule-util.el (truncate-string): Remove alias and
32215 obsolete declaration.
32216
32217 * international/mule-cmds.el (update-iso-coding-systems):
32218 Remove alias and obsolete declaration.
32219
32220 * international/mule.el (coding-system-parent): Remove alias and
32221 obsolete declaration.
32222
32223 * subr.el (define-function, sref): Remove aliases and obsolete
32224 declarations.
32225 (chars-in-region): Remove obsolete declaration.
32226
32227 2005-05-01 Richard M. Stallman <rms@gnu.org>
32228
32229 * info.el (Info-mode): Set widen-automatically to nil, locally.
32230
32231 * simple.el (widen-automatically): New variable.
32232 (pop-global-mark): Obey widen-automatically.
32233
32234 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
32235
32236 * term/xterm.el (function-key-map): Call substitute-key-definition
32237 before the keymap size is increased by a lot of define-key calls.
32238
32239 2005-05-01 Richard M. Stallman <rms@gnu.org>
32240
32241 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
32242 Rename ARG to ELEMENT. Doc fix.
32243
32244 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
32245
32246 * allout.el (allout-exposure): Remove macro and obsolete declaration.
32247 Remove references to allout-exposure/change to allout-new-exposure.
32248
32249 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
32250 bytecode symbols.
32251
32252 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
32253 (compiled-function-p, focus-frame, unfocus-frame):
32254 Remove aliases and obsolete declarations.
32255 Back out inadvertent changes from previous commit.
32256
32257 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
32258
32259 * files.el (require-final-newline): Make Custom tags consistent
32260 with mode-require-final-newline.
32261 (mode-require-final-newline): Doc fix.
32262
32263 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
32264
32265 * international/latexenc.el (latexenc-find-file-coding-system):
32266 Fix regular expressions.
32267
32268 2005-05-01 David Kastrup <dak@gnu.org>
32269
32270 * international/latexenc.el (latexenc-find-file-coding-system):
32271 Fix regular expressions.
32272
32273 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
32274
32275 * subr.el (string-to-int): Make obsolete.
32276
32277 2005-04-30 Richard M. Stallman <rms@gnu.org>
32278
32279 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
32280
32281 * loadup.el: Load jka-comp-hook.
32282
32283 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
32284 (jka-compr-handler): Add autoload. `put' calls moved
32285 to jka-comp-hook.el.
32286 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
32287 (jka-compr-inhibit): Autoload.
32288
32289 * jka-comp-hook.el: New file.
32290 Enable the mode by default.
32291
32292 * files.el (backup-buffer-copy): Use copy-file instead
32293 of write-region, and put back the 'excl.
32294
32295 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
32296
32297 * progmodes/flymake.el (flymake-split-string)
32298 (flymake-split-string, flymake-log, flymake-pid-to-names)
32299 (flymake-reg-names, flymake-get-source-buffer-name)
32300 (flymake-unreg-names, flymake-add-line-err-info)
32301 (flymake-add-err-info): Clarify docstrings.
32302 (flymake-popup-menu, flymake-make-emacs-menu)
32303 (flymake-make-xemacs-menu): Add docstrings.
32304 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
32305 Set variables directly throughout.
32306
32307 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
32308
32309 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
32310 exists. Initialize cc-define-alist.
32311 (c-mode): Add cc-create-define-alist locally to after-save-hook.
32312 If there is no file (Macroexpansion) don't create an alist.
32313
32314 2005-04-29 Sam Steingold <sds@gnu.org>
32315
32316 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
32317 (cc-create-define-alist): Use it instead of the hard-coded string.
32318
32319 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
32320
32321 * international/mule-conf.el (file-coding-system-alist): Fix regexp
32322 for latexenc.
32323
32324 2005-04-29 Lute Kamstra <lute@gnu.org>
32325
32326 * emacs-lisp/generic.el: Improve commentary section.
32327 (define-generic-mode): Improve docstring.
32328
32329 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
32330
32331 * textmodes/org.el (many places): Change to quiet the byte compiler.
32332 (org-prefix-format-compiled): New variable.
32333 (org-compile-prefix-format): New function.
32334 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
32335 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
32336 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
32337 (org-get-entries-from-diary): Use `org-get-time-of-day' for
32338 consistency with entries from `org-mode' files.
32339 (org-get-time-of-day): Fix bug with partial matches early in a line.
32340 (org-non-link-chars): New constant.
32341 (org-link-regexp): Respect `org-non-link-chars'.
32342 (org-agenda-day-view): Remove command.
32343 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
32344 (org-follow-bbdb-link, org-store-link): Search also company field.
32345 (org-highlight-overlay): New variable.
32346 (org-highlight, org-unhighlight): New functions.
32347 (org-agenda-mode): Add pre-command-hook to remove highlight.
32348 (org-evaluate-time-range): Behavior depends upon whether time stamp
32349 contains a time or not.
32350 (org-show-subtree, org-show-entry): New functions.
32351 (org-agenda-cleanup-fancy-diary): Remove empty lines.
32352
32353 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
32354
32355 * comint.el (comint-output-filter-functions): Add autoload cookie.
32356
32357 2005-04-28 Kim F. Storm <storm@cua.dk>
32358
32359 * ido.el (ido-everywhere): Fix last change.
32360
32361 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
32362
32363 * international/latexenc.el: New file.
32364 * international/mule-conf.el (file-coding-system-alist): For .tex,
32365 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
32366
32367 2005-04-28 Lute Kamstra <lute@gnu.org>
32368
32369 * font-lock.el (font-lock-add-keywords)
32370 (font-lock-remove-keywords): Clarify docstring.
32371 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
32372 Don't start docstrings with a `*'.
32373 (font-lock-update-removed-keyword-alist): Give it a docstring.
32374
32375 * generic-x.el: Update commentary section.
32376 Only require font-lock when compiling.
32377 Define all modes conditionally.
32378 Place all generic modes in the generic-x-modes customization group.
32379 (generic-x-modes): New customization group.
32380 (generic-default-modes, generic-mswindows-modes)
32381 (generic-unix-modes, generic-other-modes): New constants.
32382 (generic-define-mswindows-modes, generic-define-unix-modes):
32383 Update docstrings. Make them obsolete.
32384 (generic-extras-enable-list): New default value. Update docstring.
32385 Improve :type. Change :set function.
32386 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
32387 Fix docstring.
32388
32389 * emacs-lisp/generic.el (generic-mode-internal):
32390 Simplify font-lock-defaults.
32391 (define-generic-mode): Fix docstring.
32392
32393 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
32394
32395 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
32396 font-lock-face property to highlight matches.
32397
32398 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
32399
32400 * progmodes/cc-mode.el (cc-create-define-alist): New function.
32401 (cc-define-alist): New variable.
32402 (c-mode): Make it local and initialize it.
32403
32404 * progmodes/gdb-ui.el (gdb-active-process): New variable.
32405 (gdb-exited): New function.
32406 (gdb-annotation-rules): Use it.
32407 (gdb-starting): Set gdb-active-process to t.
32408 (gdb-stopping): Amend doc string.
32409 (gdb-reset): Set gdb-active-process to nil.
32410
32411 * tooltip.el (tooltip-gud-tips): Show the associated #define
32412 directives when a C program under GDB is not executing.
32413
32414 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
32415
32416 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
32417 font-lock-fontify-syntactic-keywords.
32418
32419 * font-lock.el (font-lock-default-fontify-region): Don't force
32420 parse-sexp-lookup-properties to nil.
32421
32422 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
32423
32424 * man.el (man-mode-syntax-table): Set up `:' to have
32425 word-constituent syntax.
32426
32427 2005-04-27 Lute Kamstra <lute@gnu.org>
32428
32429 * novice.el (disable-command): Don't add spurious newlines to the
32430 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
32431
32432 2005-04-26 Jay Belanger <belanger@truman.edu>
32433
32434 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
32435 than one window before deleting window.
32436
32437 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
32438
32439 * shell.el (shell-prompt-pattern): Doc fix.
32440 (shell-mode): Set paragraph-separate buffer locally to "\\'".
32441
32442 * comint.el (comint-prompt-regexp, comint-get-old-input)
32443 (comint-use-prompt-regexp)
32444 (comint-use-prompt-regexp-instead-of-fields)
32445 (comint-replace-by-expanded-history, comint-send-input)
32446 (comint-output-filter, comint-get-old-input-default)
32447 (comint-line-beginning-position, comint-bol, comint-show-output)
32448 (comint-backward-matching-input, comint-forward-matching-input)
32449 (comint-next-prompt, comint-previous-prompt):
32450 Rename `comint-use-prompt-regexp-instead-of-fields' to
32451 `comint-use-prompt-regexp'. Keep old name as alias and declare
32452 obsolete.
32453 (comint-use-prompt-regexp): Shorten first line of doc string.
32454
32455 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
32456 Set paragraph-separate buffer locally to "\\'".
32457
32458 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
32459 Adapt to above name change.
32460
32461 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
32462 (smbclient-prompt-regexp): Ditto.
32463
32464 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
32465
32466 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
32467
32468 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
32469 gdb-location-list.
32470 Break lines that are over 80 characters wide.
32471
32472 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
32473
32474 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
32475 New fun and var, to preserve compatibility.
32476
32477 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
32478
32479 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
32480
32481 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
32482 name to file-newer-than-file-p.
32483
32484 2005-04-26 Richard M. Stallman <rms@gnu.org>
32485
32486 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
32487
32488 * progmodes/python.el (python-mode):
32489 Use new name eldoc-documentation-function.
32490
32491 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
32492
32493 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
32494 (eldoc-documentation-function):
32495 Rename from eldoc-print-current-symbol-info-function. Calls changed.
32496
32497 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
32498
32499 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
32500
32501 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32502
32503 * term/xterm.el (function-key-map): Fix strings for
32504 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
32505 {C,S,A,C-S}-{f1-f12}.
32506
32507 2005-04-26 Kenichi Handa <handa@m17n.org>
32508
32509 * international/mule-cmds.el (select-safe-coding-system):
32510 Fix previous change.
32511
32512 2005-04-26 Lute Kamstra <lute@gnu.org>
32513
32514 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
32515
32516 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
32517 (font-lock-comment-delimiter-face): Ditto.
32518
32519 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
32520
32521 2005-04-25 Jay Belanger <belanger@truman.edu>
32522
32523 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
32524 to t while inserting information; use help-mode.
32525
32526 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32527
32528 * term.el (ansi-term-color-vector): Use the xterm colors.
32529 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
32530
32531 2005-04-25 Lute Kamstra <lute@gnu.org>
32532
32533 * font-core.el (font-lock-defaults): Fix docstring.
32534
32535 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
32536
32537 2005-04-25 Kenichi Handa <handa@m17n.org>
32538
32539 * international/mule-cmds.el (select-safe-coding-system):
32540 Don't check consistency with coding: spec, etc if raw-text or
32541 no-conversion was found to be safe.
32542
32543 2005-04-24 Richard M. Stallman <rms@gnu.org>
32544
32545 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
32546 citation markers at start of each line.
32547
32548 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
32549 citation markers at start of each line.
32550
32551 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
32552
32553 * files.el (mode-require-final-newline): Fix previous change.
32554 (require-final-newline): Fix type label.
32555
32556 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
32557
32558 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
32559 statement in buffer (broken by 2004-11-24 change).
32560
32561 2005-04-24 Kim F. Storm <storm@cua.dk>
32562
32563 * ido.el (ido-everywhere): Save and restore old read-buffer-function
32564 and read-file-name-function values. Don't overwrite existing
32565 non-nil values if ido-mode is enabled without ido-everywhere.
32566
32567 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
32568
32569 * files.el (mode-require-final-newline): Minor doc fix.
32570
32571 2005-04-24 Eli Zaretskii <eliz@gnu.org>
32572
32573 * subr.el (syntax-after): Doc fix.
32574 (syntax-class): If argument is nil, return nil. Mask off upper 16
32575 bits, not 8 bits.
32576
32577 * files.el (mode-require-final-newline): Doc fix.
32578 (backup-buffer-copy): Fix last change.
32579
32580 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32581
32582 * term/mac-win.el: Require select. Set selection-coding-system to
32583 mac-system-coding-system. Call menu-bar-enable-clipboard.
32584 (x-last-selected-text-clipboard, x-last-selected-text-primary)
32585 (x-select-enable-clipboard): New variables.
32586 (x-select-text, x-get-selection, x-selection-value)
32587 (x-get-selection-value, mac-select-convert-to-string)
32588 (mac-services-open-file, mac-services-open-selection)
32589 (mac-services-insert-text): New functions.
32590 (CLIPBOARD, FIND): Put mac-scrap-name property.
32591 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
32592 (public.tiff): Put mac-ostype property.
32593 (selection-converter-alist): Add entries for them.
32594 (mac-application-menu-map): New keymap.
32595 (interprogram-cut-function, interprogram-paste-function): Set to
32596 x-select-text and x-get-selection-value, respectively.
32597 (split-window-keep-point): Set to t.
32598
32599 2005-04-23 Richard M. Stallman <rms@gnu.org>
32600
32601 * files.el (read-directory-name): Always pass non-nil
32602 DEFAULT-FILENAME arg to read-file-name.
32603 (backup-buffer-copy, basic-save-buffer-2): Take care against
32604 writing thru an unexpected existing symlink.
32605 (revert-buffer): In indirect buffer, revert the base buffer.
32606 (magic-mode-alist): Doc fix.
32607 (buffer-stale-function): Doc fix.
32608 (minibuffer-with-setup-hook): Avoid warning.
32609 (mode-require-final-newline): Doc and custom fix.
32610
32611 * follow.el (follow-end-of-buffer): Use with-no-warnings.
32612
32613 * font-lock.el (font-lock-comment-face): On terminals with few colors,
32614 use the default appearance.
32615 (font-lock-comment-delimiter-face): New face, new variable.
32616
32617 * imenu.el (imenu--generic-function): The official position of a
32618 definition is the start of the line that BEG is in.
32619
32620 * midnight.el (midnight-timer): Move defvar up.
32621
32622 * mouse.el (mouse-drag-region-1): Delete some debugging code.
32623
32624 * saveplace.el (save-place-to-alist): Use with-no-warnings.
32625
32626 * startup.el (command-line): Use with-no-warnings.
32627
32628 * window.el (window-size-fixed): New defvar.
32629
32630 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
32631
32632 * mail/rmail.el (rmail-font-lock-keywords):
32633 Use font-lock-comment-delimiter-face.
32634
32635 * mail/sendmail.el (mail-font-lock-keywords):
32636 Use font-lock-comment-delimiter-face.
32637
32638 * progmodes/compile.el (next-error-highlight-timer): New defvar.
32639
32640 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
32641
32642 * progmodes/compile.el (compilation-mode-font-lock-keywords):
32643 Specify t for LAXMATCH when matching directories.
32644 Save match data around compilation-compat-error-properties form.
32645
32646 2005-04-23 David Kastrup <dak@gnu.org>
32647
32648 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
32649 Mention that the autoloaded aliases should be kept for AUCTeX.
32650
32651 2005-04-23 Andreas Schwab <schwab@suse.de>
32652
32653 * isearch.el (isearch-forward): Doc fix.
32654
32655 2005-04-23 Eli Zaretskii <eliz@gnu.org>
32656
32657 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
32658 (jit-lock-stealth-nice): Change default value to 0.5.
32659
32660 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
32661
32662 * abbrev.el (write-abbrev-file): Write table entries in
32663 alphabetical order by table name.
32664
32665 2005-04-22 Kim F. Storm <storm@cua.dk>
32666
32667 * ido.el (ido-read-internal): Fix `list' completion.
32668
32669 2005-04-22 Kenichi Handa <handa@m17n.org>
32670
32671 * recentf.el (recentf-save-file-coding-system): New variable.
32672 (recentf-save-list): Encode the file by
32673 recentf-save-file-coding-system and add coding: tag.
32674
32675 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
32676
32677 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
32678
32679 2005-04-21 Lute Kamstra <lute@gnu.org>
32680
32681 * loadhist.el (unload-feature): Don't remove a function from hooks
32682 if it is about to be restored to an autoload . Remove functions
32683 that will become unbound from auto-mode-alist. Simplify the code.
32684
32685 * subr.el (assq-delete-all): New implementation that is linear,
32686 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
32687 (rassq-delete-all): New function.
32688
32689 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32690 Add size-indication-mode.
32691
32692 2005-04-21 Kenichi Handa <handa@m17n.org>
32693
32694 * international/mule-cmds.el: Add autoload for widget-value in
32695 eval-when-compile.
32696
32697 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
32698
32699 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32700 Add tooltip-mode.
32701
32702 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
32703
32704 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
32705
32706 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
32707 (inferior-lisp-filter-regexp, inferior-lisp-program)
32708 (inferior-lisp-load-command, inferior-lisp-prompt)
32709 (inferior-lisp-mode-hook, lisp-source-modes)
32710 (inferior-lisp-load-hook): defvar->defcustom.
32711 (inferior-lisp-program, inferior-lisp-prompt)
32712 (inferior-lisp-load-hook): Doc fixes.
32713 (inferior-lisp-install-letter-bindings): Small change in
32714 introductory comment.
32715
32716 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
32717
32718 * vc.el (vc-annotate-color-map): Change some colors so that text
32719 using them as foreground is readable on both white and black
32720 backgrounds.
32721
32722 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
32723
32724 * international/mule-conf.el (translation-table-for-input):
32725 Remove redundant declaration.
32726
32727 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
32728
32729 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
32730
32731 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
32732 (tooltip-toggle-gud-tips): New function.
32733
32734 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32735
32736 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
32737 right angle brackets.
32738
32739 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
32740
32741 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
32742
32743 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
32744
32745 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
32746 Remove. Update callers to use expand-file-name instead.
32747
32748 * subr.el (syntax-class): New function.
32749
32750 * simple.el (blink-matching-open): Use it.
32751
32752 * paren.el (show-paren-function): Use it to recognize parens that are
32753 also used in 2-char comment markers.
32754
32755 2005-04-19 Lute Kamstra <lute@gnu.org>
32756
32757 * loadhist.el (unload-feature): Update for new format of
32758 load-history. Simplify the code.
32759
32760 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32761
32762 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
32763 (mac-add-charset-info): New function. Initialize variable
32764 mac-charset-info-alist using it.
32765 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
32766 for translation.
32767 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
32768 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
32769 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
32770 New CCL programs.
32771
32772 2005-04-19 Kim F. Storm <storm@cua.dk>
32773
32774 * simple.el (next-buffer, prev-buffer, next-error)
32775 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32776 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
32777
32778 * bindings.el (next-buffer, prev-buffer, next-error)
32779 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32780 (clone-indirect-buffer-other-window): Move bindings from simple.el.
32781 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
32782 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
32783
32784 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
32785
32786 * isearch.el (isearch-edit-string): Make the search-ring available for
32787 minibuffer history commands.
32788 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
32789 the default history commands now work just as well.
32790 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
32791
32792 2005-04-18 Kim F. Storm <storm@cua.dk>
32793
32794 * emulation/cua-base.el (cua--pre-command-handler): Add more
32795 elaborate check for shift modifier on non-window systems.
32796
32797 2005-04-18 Lars Hansen <larsh@math.ku.dk>
32798
32799 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
32800
32801 2005-04-18 Kim F. Storm <storm@cua.dk>
32802
32803 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
32804 and make it optional. Don't test tooltip-gud-echo-area here.
32805 (tooltip-gud-process-output, gdb-tooltip-print):
32806 Pass tooltip-gud-echo-area to tooltip-show.
32807 (tooltip-help-tips): Remove second optional arg to tooltip-show.
32808
32809 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32810
32811 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
32812 `display-graphic-p' may not be bound yet.
32813
32814 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
32815
32816 * startup.el (command-line): No longer enable Xterm Mouse mode by
32817 default in terminals compatible with xterm.
32818
32819 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
32820
32821 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
32822
32823 * tooltip.el (tooltip-gud-echo-area): Rename from
32824 tooltip-use-echo-area.
32825 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
32826 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
32827 area independently of where help tooltips are displayed.
32828
32829 2005-04-17 David Kastrup <dak@gnu.org>
32830
32831 * cus-theme.el (custom-theme-write-variables): Quote variables
32832 where necessary.
32833
32834 2005-04-17 Richard M. Stallman <rms@gnu.org>
32835
32836 * simple.el (yank-excluded-properties): Add follow-link to value.
32837
32838 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
32839
32840 * startup.el (fancy-splash-max-time): Just 30 seconds.
32841 (fancy-splash-delay): Just 7.
32842 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
32843
32844 * loadhist.el (unload-feature): Update for new format of load-history.
32845 Simplify the code.
32846
32847 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
32848 (rmail-font-lock-keywords): Don't fontify the text of a citation.
32849
32850 * mail/sendmail.el (mail-font-lock-keywords):
32851 Don't fontify subject text.
32852 Don't fontify the text of a citation.
32853
32854 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
32855
32856 * comint.el (comint-output-filter): Run comint-output-filter-functions
32857 with point where the user had it.
32858
32859 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
32860
32861 * international/ucs-tables.el (ucs-set-table-for-input):
32862 Disable when using unify-on-decoding.
32863
32864 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
32865
32866 * emulation/cua-base.el (cua-global-mark-face): Add special case
32867 for displays supporting a high number of colors.
32868
32869 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
32870
32871 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
32872
32873 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
32874
32875 * filesets.el (filesets-add-buffer): If user supplies a name of a
32876 non-existing fileset, create a new fileset.
32877
32878 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
32879
32880 * textmodes/org.el (org-up-heading-all): Fix bug with
32881 `outline-up-heading-all'.
32882
32883 2005-04-16 Andreas Schwab <schwab@suse.de>
32884
32885 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
32886 /etc/permissions.d/* and /etc/aliases.d/*.
32887
32888 2005-04-16 Kenichi Handa <handa@m17n.org>
32889
32890 * international/code-pages.el (cp-make-coding-system):
32891 Set `translation-table-for-input' property value to the symbol
32892 ucs-mule-to-mule-unicode, not to that value.
32893 (pt154): Escape guillemet by `\'.
32894
32895 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
32896
32897 * loadup.el: Load tooltip if x-show-tip is fboundp.
32898
32899 * startup.el (command-line): Add comment.
32900
32901 * tooltip.el (tooltip-mode): Specify correct standard value for
32902 Custom in init-value.
32903
32904 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
32905
32906 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
32907 possible.
32908
32909 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
32910
32911 * textmodes/org.el (org-agenda-date-prompt): Rename from
32912 `org-agenda-date-today'.
32913 (org-evaluate-time-range): Insert at point instead of directly
32914 after time range.
32915 (org-first-headline-recenter, org-subtree-end-visible-p)
32916 (org-optimize-window-after-visibility-change): New functions
32917 (org-agenda-post-command-hook): Don't allow point at end of line,
32918 to make sure it always hits the text properties.
32919 (org-agenda-next-date-line, org-agenda-previous-date-line):
32920 New commands.
32921 (org-set-regexps-and-options): Category may contain white space.
32922 (org-agenda-get-deadlines, org-agenda-get-scheduled):
32923 Improve marker positions.
32924 (org-agenda-new-marker): Argument POS made optional.
32925 (org-agenda-get-timestamps): Deadlines which are done are listed
32926 in org-done-face now.
32927 (org-agenda-get-todos, org-agenda-get-timestamps)
32928 (org-agenda-get-deadlines, org-agenda-get-scheduled):
32929 Set `undone-face' and `done-face' properties.
32930 (org-last-todo-state-is-todo): New variable.
32931 (org-todo): Set `org-last-todo-state-is-todo'.
32932 (org-agenda-todo): Change face according to
32933 `org-last-todo-state-is-todo'. And change other lines referring to
32934 the same entry.
32935 (org-calendar-goto-agenda): New command.
32936 (org-calendar-to-agenda-key): New option.
32937 (org-startup-folded): New allowed value `content'.
32938 (org-set-regexps-and-options): Accept new value `content' for
32939 `org-startup-folded'.
32940 (org-get-current-options): Handle new value `content' for
32941 `org-startup-folded'.
32942 (org-insert-todo-heading): New command.
32943 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
32944 interactively in empty file and option
32945 `org-insert-mode-line-in-empty-file' has been set.
32946 (org-agenda-todo, org-agenda-priority): Modify to use
32947 `org-agenda-change-all-lines'.
32948 (org-warning-face): Change color on dark background.
32949
32950 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32951
32952 * international/mule-cmds.el (set-locale-environment): On Mac OS,
32953 use preferences AppleLocale and AppleLanguages, and variable
32954 mac-system-locale for default locale. On Mac OS Classic, use
32955 mac-system-coding-system for default coding systems.
32956
32957 * term/mac-win.el: Don't set file-name-coding-system.
32958 Decode variables system-name, emacs-build-system, user-login-name, and
32959 user-full-name by mac-system-coding-system on Mac OS Classic.
32960 (mac-system-coding-system): New variable.
32961
32962 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
32963
32964 * startup.el (command-line): Handle `xterm-mouse-mode' before
32965 reading init file.
32966
32967 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
32968
32969 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
32970
32971 * progmodes/sh-script.el (sh-here-document-word): Make it a
32972 defcustom. Doc fix.
32973 (sh-add): Bash uses $(( )) for arithmetic.
32974 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
32975 (sh-maybe-here-document): Remove quotes and leading whitespace
32976 from heredoc word when closing. Indent heredoc with tabs if word
32977 starts with "-".
32978
32979 2005-04-13 Richard M. Stallman <rms@gnu.org>
32980
32981 * simple.el (undo): Fix previous change.
32982
32983 * custom.el (defface): Doc fix.
32984
32985 2005-04-13 Lute Kamstra <lute@gnu.org>
32986
32987 * Makefile.in (DONTCOMPILE): Remove list.
32988 (compile, compile-always): Don't use DONTCOMPILE.
32989 (update-authors): Load the library in which batch-update-authors
32990 is defined.
32991 * makefile.w32-in (DONTCOMPILE): Remove list.
32992 (compile, compile-always): Fix comments.
32993 (update-authors): Load the library in which batch-update-authors
32994 is defined.
32995
32996 * generic-x.el (generic-mode-ini-file-find-file-hook):
32997 Rename to ini-generic-mode-find-file-hook.
32998 Keep generic-mode-ini-file-find-file-hook as an alias.
32999 (ini-generic-mode-find-file-hook): Rename from
33000 generic-mode-ini-file-find-file-hook. Fix docstring.
33001 (ini-generic-mode): Docstring change.
33002 (bat-generic-mode-run-as-comint): Silence the byte compiler.
33003
33004 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
33005 called from lisp.
33006
33007 * generic.el: Move to the emacs-lisp subdir.
33008
33009 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
33010
33011 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
33012 and C-S- function and cursor motion keys.
33013
33014 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
33015
33016 * startup.el (command-line): Enable Xterm Mouse mode by default.
33017 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
33018 for Custom. No longer show "Mouse" in mode line when enabled.
33019 Doc fix.
33020
33021 2005-04-12 Kim F. Storm <storm@cua.dk>
33022
33023 * emulation/cua-base.el (cua-rectangle-face)
33024 (cua-rectangle-noselect-face): Define face attributes here.
33025
33026 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
33027
33028 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33029
33030 * startup.el (command-line): Turn off blinking cursor if
33031 cursorBlink in resources is off or false.
33032
33033 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33034
33035 * term/mac-win.el (dnd): Require dnd.
33036 (mac-drag-n-drop): Call dnd-handle-one-url.
33037 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
33038 (kTextEncodingISOLatin2): Remove constants.
33039 (mac-script-code-coding-systems): New constant.
33040 (mac-handle-language-change): New function.
33041 (special-event-map): Bind it to `language-change' event.
33042 (mac-centraleurroman, mac-cyrillic): New coding systems.
33043 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
33044 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
33045 and mac-cyrillic-encoder to encode-mac-centraleurroman and
33046 encode-mac-cyrillic, respectively.
33047
33048 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33049
33050 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
33051 Don't set overlay-arrow-string to "=>" as this is done
33052 globally in C now.
33053
33054 2005-04-12 Lute Kamstra <lute@gnu.org>
33055
33056 * generic-x.el (rc-generic-mode, rul-generic-mode):
33057 Fix auto-mode-alist entries.
33058 (etc-fstab-generic-mode): Tweak fontification.
33059
33060 * generic.el (generic-make-keywords-list): Fix docstring.
33061 (generic-mode-internal): Simplify generic-font-lock-keywords.
33062
33063 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
33064
33065 * whitespace.el (whitespace-buffer-leading)
33066 (whitespace-buffer-trailing): Revert the incorrect test inversion.
33067 However, fix the highlight area for the leading and
33068 trailing whitespaces to show space.
33069
33070 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
33071
33072 * whitespace.el (whitespace-version): Bump to 3.5.
33073
33074 (whitespace-buffer-leading, whitespace-buffer-trailing):
33075 Invert sense of the test to highlight the whitespace.
33076
33077 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33078
33079 * progmodes/gud.el (gud-display-line): GUD uses its own
33080 overlay arrow now so don't set overlay-arrow-string.
33081 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
33082
33083 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
33084
33085 * term.el (term-ansi-current-bold, term-ansi-current-underline)
33086 (term-ansi-current-reverse, term-ansi-current-invisible)
33087 (term-ansi-face-already-done): Change to boolean.
33088 (term-reset-terminal, term-handle-colors-array): Handle the above
33089 vars accordingly.
33090 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
33091 (term-emulate-terminal): Use the new name.
33092
33093 * faces.el (secondary-selection): Use yellow1, not yellow.
33094 (trailing-whitespace): Use red1, not red.
33095
33096 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33097
33098 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
33099 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
33100 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
33101
33102 * cus-edit.el (dnd): New group.
33103
33104 * term/w32-win.el (dnd): Require dnd
33105 (w32-drag-n-drop): Call dnd-handle-one-url.
33106
33107 * x-dnd.el: Require dnd.
33108 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
33109 Call dnd-handle-one-url.
33110 (x-dnd-types-alist, x-dnd-insert-utf8-text)
33111 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
33112 to dnd-insert-text.
33113 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
33114 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
33115 (x-dnd-get-local-file-name, x-dnd-open-local-file)
33116 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
33117
33118 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
33119
33120 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33121
33122 * wdired.el: Doc fixes.
33123 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
33124 (wdired-use-dired-vertical-movement): Rename from
33125 wdired-always-move-to-filename-beginning.
33126 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
33127 (wdired-change-to-wdired-mode): Change mode name.
33128 (wdired-newline): Delete.
33129
33130 2005-04-11 Richard M. Stallman <rms@gnu.org>
33131
33132 * whitespace.el (whitespace-highlight-the-space):
33133 Don't call whitespace-unhighlight-the-space here.
33134
33135 * simple.el (undo): Record t in undo-equiv-table
33136 for the redo record made by an undo-in-region.
33137
33138 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33139
33140 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
33141 (gdb-frame-inferior-io-buffer): New Functions to control
33142 display of separate IO buffer.
33143 (menu): Add them to menu-bar.
33144 (gdb-display-buffer): Check for buffer another frame.
33145 Protect GUD buffer.
33146 (gdb-setup-windows): Create IO buffer if not already there.
33147 (gdb-memory-mode): Remove purecopy noops.
33148
33149 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
33150
33151 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
33152 and pass to self-insert-command.
33153
33154 2005-04-11 Lute Kamstra <lute@gnu.org>
33155
33156 * generic.el: Commentary section cleanup.
33157 (generic): Delete.
33158 (generic-use-find-file-hook, generic-lines-to-scan)
33159 (generic-find-file-regexp, generic-ignore-files-regexp)
33160 (default-generic-mode, generic-mode-find-file-hook)
33161 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
33162 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
33163 (generic-use-find-file-hook, generic-lines-to-scan)
33164 (generic-find-file-regexp, generic-ignore-files-regexp)
33165 (default-generic-mode, generic-mode-find-file-hook)
33166 (generic-mode-ini-file-find-file-hook): Move from generic.el.
33167
33168 2005-04-10 Karl Fogel <kfogel@red-bean.com>
33169
33170 * bookmark.el (bookmark-write-file): Catch errors writing file.
33171 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
33172
33173 2005-04-10 Richard M. Stallman <rms@gnu.org>
33174
33175 * startup.el (fancy-splash-tail): Update copyright year.
33176 (command-line): Split part of -Q into -D.
33177 (emacs-basic-display): New defvar.
33178 (fancy-splash-text): Correct name of menu item.
33179
33180 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
33181
33182 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
33183 lines in one node.
33184
33185 * comint.el (comint-send-input): New arg ARTIFICIAL.
33186 Callers in this file changed.
33187
33188 * abbrev.el (define-abbrevs): Read system abbrevs properly.
33189
33190 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
33191
33192 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
33193
33194 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
33195 `ldap-search-internal'.
33196
33197 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
33198
33199 * files.el (set-auto-mode-1): Use line-end-position.
33200
33201 * international/latin-1.el:
33202 * international/latin-2.el:
33203 * international/latin-3.el:
33204 * international/latin-4.el:
33205 * international/latin-5.el:
33206 * international/latin-8.el:
33207 * international/latin-9.el: Give punctuation syntax to NBSP.
33208
33209 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
33210 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
33211 Use char-classes to accept non-ascii letters, accepted in some recent
33212 bibtex implementations.
33213
33214 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
33215
33216 * custom.el (custom-set-minor-mode): Any non-nil value for the
33217 variable should enable the mode when set through Custom.
33218
33219 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
33220
33221 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
33222 TAB binding so tab-always-indent is obeyed.
33223 (vhdl-minibuffer-local-map): Move initialization into declaration.
33224 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
33225 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
33226 (vhdl-hooked-abbrev): Avoid test for XEmacs.
33227 (vhdl-current-line): Use line-beginning-position.
33228 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
33229 with-output-to-temp-buffer, so the current position can be recorded.
33230
33231 2005-04-10 Masatake YAMATO <jet@gyve.org>
33232
33233 * progmodes/compile.el (compilation-error-regexp-alist-alist):
33234 Add regexp for gcov.
33235
33236 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
33237
33238 * calendar/time-date.el (time-to-seconds, seconds-to-time)
33239 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
33240 syntax which Emacs 20 doesn't support.
33241
33242 2005-04-09 Richard M. Stallman <rms@gnu.org>
33243
33244 * help.el (describe-key-briefly, describe-key):
33245 Replace strings as event types with "(any string)".
33246
33247 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
33248
33249 * arc-mode.el (archive-mode-map): Move initialization into
33250 the declaration. Override *all* bindings of `undo'.
33251 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
33252
33253 2005-04-09 Jay Belanger <belanger@truman.edu>
33254
33255 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
33256
33257 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
33258
33259 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
33260 (xterm-register-default-colors): Update color values computation
33261 to match xterm-200.
33262
33263 2005-04-09 Kenichi Handa <handa@m17n.org>
33264
33265 * international/code-pages.el (iso-latin-7): Fix the map.
33266
33267 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
33268
33269 * emacs-lisp/lisp.el (defun-prompt-regexp)
33270 (parens-require-spaces, buffer-end, end-of-defun)
33271 (insert-parentheses): Doc fixes.
33272
33273 2005-04-08 Kim F. Storm <storm@cua.dk>
33274
33275 * comint.el (comint-highlight-prompt): Fix face spec.
33276 * hi-lock.el (hi-green): Likewise.
33277
33278 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
33279
33280 * cus-edit.el (custom-modified-face):
33281 * comint.el (comint-highlight-input): Fix previous changes.
33282 * term.el (term-handle-ansi-escape): Add a comment.
33283
33284 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
33285
33286 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
33287 in the buffer and in whitespace-highlighted-space.
33288 (whitespace-unhighlight-the-space): Simplify.
33289 (whitespace-buffer): Simplify.
33290
33291 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
33292
33293 * textmodes/table.el (table-cell-face): Add special case for
33294 displays supporting a high number of colors.
33295 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
33296 (vhdl-font-lock-reserved-words-face)
33297 (vhdl-speedbar-architecture-face)
33298 (vhdl-speedbar-instantiation-face)
33299 (vhdl-speedbar-architecture-selected-face)
33300 (vhdl-speedbar-instantiation-selected-face): Likewise.
33301 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
33302 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
33303 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
33304 (ebrowse-root-class-face, ebrowse-member-attribute-face)
33305 (ebrowse-progress-face): Likewise.
33306 * progmodes/compile.el (compilation-info-face): Likewise.
33307 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
33308 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
33309 * calendar/calendar.el (diary-face): Likewise.
33310 * woman.el (woman-italic-face, woman-bold-face)
33311 (woman-unknown-face): Likewise.
33312 * wid-edit.el (widget-button-pressed-face): Likewise.
33313 * whitespace.el (whitespace-highlight-face): Likewise.
33314 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
33315 * pcvs-info.el (cvs-marked-face): Likewise.
33316 * info.el (info-xref): Likewise.
33317 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
33318 * hilit-chg.el (highlight-changes-face)
33319 (highlight-changes-delete-face): Likewise.
33320 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
33321 (hi-red-b): Likewise.
33322 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
33323 * font-lock.el (font-lock-keyword-face)
33324 (font-lock-function-name-face, font-lock-warning-face): Likewise.
33325 * cus-edit.el (custom-invalid-face, custom-modified-face)
33326 (custom-set-face, custom-changed-face, custom-variable-tag-face)
33327 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
33328 * comint.el (comint-highlight-prompt): Likewise.
33329
33330 2005-04-08 Lute Kamstra <lute@gnu.org>
33331
33332 * font-lock.el (font-lock-keywords): Docstring fixes.
33333
33334 2005-04-08 Kenichi Handa <handa@m17n.org>
33335
33336 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
33337 chars are more than a limit, print " and more..." at the tail.
33338
33339 2005-04-08 Kim F. Storm <storm@cua.dk>
33340
33341 * emacs-lisp/authors.el (authors-aliases): Update list.
33342 (authors-ignored-files): New list.
33343 (authors-fixed-entries): Fix typo.
33344 (authors-renamed-files-alist): Update list.
33345 (authors-add): Check authors-ignored-files.
33346
33347 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
33348
33349 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
33350 optional, to ensure backward compatibility.
33351
33352 2005-04-08 Stephen Eglen <stephen@gnu.org>
33353
33354 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
33355
33356 2005-04-08 Kim F. Storm <storm@cua.dk>
33357
33358 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
33359
33360 * mouse.el (mouse-on-link-p): Doc fix.
33361
33362 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
33363
33364 * ielm.el (ielm-prompt-read-only): Doc fix.
33365
33366 * comint.el (comint-prompt-read-only): Doc fix.
33367
33368 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
33369
33370 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
33371 ensure dired always handles wildcards passed to ffap.
33372 (find-file-at-point): Use it.
33373 (ffap-dired-wildcards): Doc fix.
33374
33375 2005-04-07 Juri Linkov <juri@jurta.org>
33376
33377 * simple.el (next-error-overlay-arrow-position): New defvar.
33378 Put "=>" on its property `overlay-arrow-string'. Add it to
33379 `overlay-arrow-variable-list'.
33380
33381 * progmodes/compile.el (compilation-setup):
33382 Set `next-error-overlay-arrow-position' to nil. Also set it to
33383 nil in the local hook `kill-buffer-hook'. Make local variable
33384 `overlay-arrow-string' and set it to "=>".
33385 (compilation-goto-locus): Set BOL position to
33386 `next-error-overlay-arrow-position' instead of
33387 `overlay-arrow-position'.
33388
33389 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
33390 locally instead of adding it to the global hook.
33391 (Info-kill-buffer): Move up.
33392
33393 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
33394
33395 * term/xterm.el (xterm-standard-colors): Update color values from
33396 xterm-200.
33397
33398 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
33399
33400 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
33401
33402 * fast-lock.el:
33403 * lazy-lock.el: Move them to the obsolete subdir.
33404
33405 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33406
33407 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
33408 (wdired-add-replace-advice): Remove.
33409 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
33410
33411 2005-04-06 Kim F. Storm <storm@cua.dk>
33412
33413 * startup.el (command-line): Add --bare-bones alias for -Q.
33414
33415 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33416
33417 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
33418 create the startup fontset if a font specification ends with
33419 `mac-roman'.
33420
33421 2005-04-06 Lute Kamstra <lute@gnu.org>
33422
33423 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
33424 change.
33425
33426 * emacs-lisp/copyright.el (copyright-update-year): Replace the
33427 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
33428
33429 2005-04-05 Lute Kamstra <lute@gnu.org>
33430
33431 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
33432 (define-generic-mode): Ditto. Fix debug declaration.
33433
33434 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
33435 Put them in the generic-x group.
33436
33437 * calendar/timeclock.el (timeclock): Doc fix.
33438
33439 * generic.el (define-generic-mode): Don't use custom-current-group.
33440 Document default :group value.
33441 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
33442 (define-global-minor-mode): Don't use custom-current-group.
33443
33444 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
33445
33446 * startup.el (command-line-1): Display startup-echo-area-message
33447 when fancy splash screen is in use.
33448
33449 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
33450 (sh-escaped-newline): New face.
33451 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
33452 newline, and use sh-escaped-newline face.
33453
33454 * progmodes/tcl.el (tcl-escaped-newline): New face.
33455 (tcl-builtin-list): New variable.
33456 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
33457 newlines. Fix keywords subexpression number.
33458
33459 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
33460
33461 * textmodes/org.el (org-diary-default-entry): Fix call to
33462 `add-to-diary-entry'.
33463
33464 2005-04-05 Kim F. Storm <storm@cua.dk>
33465
33466 * ediff-init.el: Use (featurep 'xemacs).
33467
33468 2005-04-05 David Ponce <david@dponce.com>
33469
33470 * cus-edit.el (face): Derive from symbol widget. Display sample
33471 of the current face on the fly.
33472 (widget-face-sample-face-get, widget-face-notify): New functions.
33473 (widget-face-value-create): Remove.
33474
33475 * wid-edit.el (widget-field-end): Temporarily remove field
33476 narrowing before to call `get-char-property'.
33477
33478 2005-04-04 Jay Belanger <belanger@truman.edu>
33479
33480 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
33481 (math-read-subscripts): New variable.
33482 (math-read-preprocess-string): Process subscripts.
33483
33484 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
33485
33486 * comint.el (comint-prompt-read-only): Doc fix.
33487
33488 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
33489 `-1'. Doc fix.
33490
33491 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
33492
33493 * textmodes/org.el (org-insert-mode-line-in-empty-file):
33494 Change default value to nil.
33495
33496 2005-04-04 Lute Kamstra <lute@gnu.org>
33497
33498 * autorevert.el (auto-revert-mode): Specify :group.
33499 * battery.el (display-battery-mode): Specify :group.
33500 * diff-mode.el (diff-minor-mode): Specify :group.
33501 * font-core.el (font-lock-mode): Specify :group.
33502 * hl-line.el (hl-line-mode): Specify :group.
33503 * iimage.el (iimage): New customization group.
33504 (iimage-mode): Specify :group.
33505 * longlines.el (longlines-mode): Specify :group.
33506 * master.el: Don't require easy-mmode.
33507 (master): New customization group.
33508 (master-mode): Specify :group.
33509 * msb.el (msb-mode): Specify :group.
33510 * reveal.el (reveal-mode): Specify :group.
33511 * simple.el (next-error-follow-minor-mode): Specify :group.
33512 * smerge-mode.el (smerge-mode): Specify :group.
33513 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
33514 * emulation/cua-base.el (cua-mode): Specify :group.
33515 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
33516 * language/thai-util.el (thai-auto-composition-mode)
33517 (thai-word-mode): Specify :group.
33518 * mail/supercite.el (sc-minor-mode): Specify :group.
33519 * progmodes/cwarn.el (cwarn-mode): Specify :group.
33520 * progmodes/flymake.el (flymake-mode): Specify :group.
33521 * progmodes/glasses.el (glasses-mode): Specify :group.
33522 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
33523 * textmodes/enriched.el (enriched-mode): Specify :group.
33524 * textmodes/refill.el (refill-mode): Specify :group.
33525
33526 * add-log.el (change-log-font-lock-keywords): Names in
33527 parenthesized lists can contain spaces.
33528
33529 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
33530
33531 * startup.el (fancy-splash-text): Shorten default text of
33532 "Emacs Tutorial" line. Also, if the current language env
33533 indicates an available tutorial file other than TUTORIAL,
33534 extract its title and append it to the line in parentheses.
33535 (fancy-splash-insert): If arg is a thunk, funcall it.
33536
33537 2005-04-04 Jay Belanger <belanger@truman.edu>
33538
33539 * calc.el (calc-language-alist): Add tags to customization type.
33540
33541 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
33542
33543 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
33544 Doc fix.
33545
33546 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
33547
33548 * add-log.el (change-log-font-lock-keywords): The manual
33549 describing a Change Log entry, says: (...) "Aside from these
33550 header lines, every line in the change log starts with a space or
33551 a tab.". The font-lock was not highlighting lines started with
33552 spaces, added support for it.
33553
33554 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
33555
33556 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
33557 (bibtex-generate-url-list): Update docstring accordingly. Put the
33558 complex example in the docstring.
33559 (bibtex-font-lock-url): Use pop.
33560
33561 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
33562
33563 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
33564
33565 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
33566
33567 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
33568
33569 * filesets.el (filesets-set-default): Doc fix.
33570
33571 2005-04-03 Lute Kamstra <lute@gnu.org>
33572
33573 * generic.el (define-generic-mode): Add argument to specify
33574 keywords for defcustom.
33575 (default-generic-mode): Specify :group.
33576
33577 * generic-x.el: Specify :group for all generic modes.
33578
33579 * desktop.el (desktop-no-desktop-file-hook)
33580 (desktop-after-read-hook): Doc fix.
33581
33582 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
33583
33584 * simple.el (visible-mode): Use explicit :group keyword.
33585 This changes the group of `visible-mode-hook' from paren-blinking
33586 to editing-basics.
33587
33588 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
33589
33590 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
33591 mailbox specifications as well as URLs.
33592 (rmail-insert-inbox-text): Remove unused conditional branches.
33593
33594 2005-04-01 Jay Belanger <belanger@truman.edu>
33595
33596 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
33597 (calc-gnuplot-print-command): Move definitions to calc.el.
33598
33599 * calc/calc-embed.el (calc-embedded-announce-formula)
33600 (calc-embedded-open-formula, calc-embedded-close-formula)
33601 (calc-embedded-open-word, calc-embedded-close-word)
33602 (calc-embedded-open-plain, calc-embedded-close-plain)
33603 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
33604 (calc-embedded-open-mode, calc-embedded-close-mode):
33605 Move definitions to calc.el.
33606
33607 * calc/calc.el (calc-settings-file, calc-language-alist):
33608 Make customizable.
33609 (calc-embedded-announce-formula, calc-embedded-open-formula)
33610 (calc-embedded-close-formula, calc-embedded-open-word)
33611 (calc-embedded-close-word, calc-embedded-open-plain)
33612 (calc-embedded-close-plain, calc-embedded-open-new-formula)
33613 (calc-embedded-close-new-formula, calc-embedded-open-mode)
33614 (calc-embedded-close-mode, calc-gnuplot-name)
33615 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
33616 from other files and make customizable.
33617
33618 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
33619
33620 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
33621 Use buffer-live-p.
33622 (cvs-mode-run): Don't call cvs-update-header here.
33623 (cvs-run-process): Call cvs-update-header.
33624 Use process properties for cvs-postprocess and cvs-buffer so that
33625 the sentinel can behave better if the temp buffer is killed.
33626 Use a pipe rather than a tty, to better handle unexpected prompts.
33627 (cvs-sentinel): Rewrite. Call cvs-update-header.
33628
33629 2005-04-01 Andre Spiegel <spiegel@gnu.org>
33630
33631 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
33632 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
33633
33634 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
33635
33636 * generic.el (define-generic-mode): Add indentation rule.
33637
33638 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
33639
33640 * files.el (mode-require-final-newline): Make Custom correctly
33641 report a nil value and allow to set it to nil via Custom.
33642 Doc fix.
33643
33644 2005-04-01 Kenichi Handa <handa@m17n.org>
33645
33646 * international/characters.el: Enable the correct case setting for
33647 dotless-i and dotted-I.
33648
33649 2005-04-01 Kim F. Storm <storm@cua.dk>
33650
33651 * ido.el (ido-file-internal): Fall back to non-ido command if
33652 initial directory is on slow ftp (or tramp) host.
33653
33654 2005-03-31 Richard M. Stallman <rms@gnu.org>
33655
33656 * emacs-lisp/autoload.el (make-autoload):
33657 Handle define-global-minor-mode.
33658
33659 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
33660 Rename from easy-mmode-define-global-mode.
33661 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
33662
33663 * progmodes/scheme.el (scheme-mode-syntax-table):
33664 Update syntax of | and # for two-character comment syntax.
33665
33666 2005-03-31 Lute Kamstra <lute@gnu.org>
33667
33668 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
33669 (define-minor-mode): Call custom-current-group at load-time.
33670
33671 * generic.el (define-generic-mode): Add debug declaration.
33672 Add defcustom for the mode hook.
33673 (generic-mode-internal): Use run-mode-hooks.
33674
33675 2005-03-31 Kim F. Storm <storm@cua.dk>
33676
33677 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
33678 (mouse-fixup-help-message): New defun called by show_help_echo
33679 to fixup mouse-2 prefix in help messages when applicable.
33680
33681 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
33682
33683 2005-03-31 Kenichi Handa <handa@m17n.org>
33684
33685 * language/thai-word.el (thai-find-word-ends): Pay attention to
33686 the case that we reach the end of buffer.
33687
33688 * textmodes/fill.el (fill-text-properties-at): New function.
33689 (fill-newline): Use fill-text-properties-at instead of
33690 text-properties-at.
33691
33692 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
33693
33694 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
33695 not comint-quote-filename.
33696
33697 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
33698
33699 * help-fns.el (help-with-tutorial): Revert last change.
33700
33701 2005-03-31 Kim F. Storm <storm@cua.dk>
33702
33703 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
33704
33705 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
33706
33707 * calendar/cal-china.el: Update reference to "Calendrical
33708 Calculations" book; there's a new edition.
33709 * calendar/cal-coptic.el: Likewise.
33710 * calendar/cal-french.el: Likewise.
33711 * calendar/cal-hebrew.el: Likewise.
33712 * calendar/cal-islam.el: Likewise.
33713 * calendar/cal-iso.el: Likewise.
33714 * calendar/cal-julian.el: Likewise.
33715 * calendar/cal-mayan.el: Likewise.
33716 * calendar/cal-persia.el: Likewise.
33717 * calendar/calendar.el: Likewise.
33718 * calendar/holidays.el: Likewise.
33719 * calendar/lunar.el: Likewise.
33720 * calendar/solar.el: Likewise.
33721
33722 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
33723 white space from doc string.
33724
33725 2005-03-30 Jay Belanger <belanger@truman.edu>
33726
33727 * calc/calc-help.el (calc-full-help): Remove email address.
33728
33729 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
33730
33731 * help-fns.el (help-with-tutorial): Delete title line.
33732
33733 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
33734
33735 * calendar/cal-x.el (calendar-one-frame-setup)
33736 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
33737 rather than `symbol' for set-window-dedicated-p.
33738
33739 * calendar/appt.el (appt-buffer-name): Make it a constant.
33740 (appt-add): Doc fix.
33741
33742 * filesets.el (filesets-menu-path, filesets-menu-before)
33743 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
33744 (filesets-menu-cache-file): Use directory ~/.emacs.d.
33745 (filesets-add-submenu): Delete and use add-submenu instead.
33746
33747 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
33748
33749 * textmodes/org.el (org-agenda-phases-of-moon)
33750 (org-agenda-sunrise-sunset, org-agenda-convert-date)
33751 (org-agenda-goto-calendar): New commands.
33752 (org-diary-default-entry): New function.
33753 (org-get-entries-from-diary): Better parsing of diary entries.
33754 (org-agenda-check-no-diary): New function.
33755 ("diary-lib"): Advice to function `add-to-diary-list', to allow
33756 linking to diary entries.
33757 (org-agenda-execute-calendar-command): New function.
33758 (org-agenda): Improve visible section in window.
33759 Use `org-fit-agenda-window'.
33760 (org-fit-agenda-window): New option.
33761 (org-move-subtree-down): Better handling of empty lines
33762 at end of subtree.
33763 (org-cycle): Numeric prefix is interpreted now as show-subtree N
33764 levels up.
33765 (org-fontify-done-headline): New option.
33766 (org-headline-done-face): New face.
33767 (org-set-font-lock-defaults): Use `org-headline-done-face'.
33768 (org-table-copy-down): Rename from `org-table-copy-from-above'.
33769 When current field is non-empty, it is copied to next row.
33770 (org-table-copy-from-above): Fix bug which made it
33771 impossible to copy fields containing only a single non-white character.
33772
33773 2005-03-30 Kim F. Storm <storm@cua.dk>
33774
33775 * kmacro.el (kmacro-end-macro): Isearch may store this command
33776 into the macro -- so ignore it when executing keyboard macro.
33777
33778 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
33779
33780 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
33781
33782 2005-03-29 Kenichi Handa <handa@m17n.org>
33783
33784 * language/thai.el ("Thai"): Set setup-function and exit-function
33785 for Thai language environment.
33786
33787 * language/thai-util.el: Require thai-word.
33788 (thai-word-mode-map): New variable.
33789 (thai-word-mode): New minor mode.
33790 (setup-thai-language-environment-internal): New function.
33791 (exit-thai-language-environment-internal): New function.
33792
33793 * language/thai-word.el (thai-word-table): Declare it by defvar,
33794 use dolist to initialize it.
33795 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
33796 (thai-fill-find-break-point): New functions.
33797
33798 2005-03-29 Richard M. Stallman <rms@gnu.org>
33799
33800 * simple.el (idle-update-delay): Move definition up.
33801 (set-mark): Doc fix.
33802
33803 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
33804
33805 * longlines.el: New file.
33806
33807 * simple.el (buffer-substring-filters): New variable.
33808 (filter-buffer-substring): New function.
33809 (kill-region, copy-region-as-kill): Use it.
33810
33811 * register.el (copy-to-register, append-to-register)
33812 (prepend-to-register): Use filter-buffer-substring.
33813
33814 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
33815
33816 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
33817 (gud-filter-pending-text): Move in front of gdb.
33818 (gud-overlay-arrow-position): New variable.
33819 (gud-sentinel, gud-display-line): Use it in place of
33820 overlay-arrow-position.
33821
33822 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
33823
33824 * progmodes/fortran.el (fortran-if-indent): Doc fix.
33825 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
33826 (fortran-font-lock-keywords-4): New variable.
33827 (fortran-blocks-re, fortran-end-block-re)
33828 (fortran-start-block-re): New constants, for hideshow.
33829 (hs-special-modes-alist): Add a Fortran entry.
33830 (fortran-mode-map): Bind fortran-end-of-block,
33831 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
33832 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
33833 (fortran-looking-at-if-then, fortran-end-of-block)
33834 (fortran-beginning-of-block): New functions, for hideshow.
33835
33836 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
33837 Doc fix. Tweak regexp.
33838 (f90-beginning-of-block): Push mark first.
33839
33840 2005-03-29 Jay Belanger <belanger@truman.edu>
33841
33842 * calc/calc.el: Update copyright date.
33843 (calc-version): Increase to 2.1.
33844 (calc-version-date): Remove.
33845
33846 * calc/calc-help.el: Update copyright date.
33847 (calc-full-help): Remove reference to calc-version-date.
33848 Update copyright date.
33849
33850 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
33851
33852 * vc.el (vc-do-command): Use a pipe for async processes, so password
33853 prompts don't show up at places where the user can't reply.
33854
33855 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
33856
33857 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
33858 on the file name we pass to the inferior shell.
33859
33860 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
33861
33862 * progmodes/which-func.el (which-function): Be robust in the face of an
33863 imenu--make-index-alist failure.
33864
33865 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
33866
33867 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
33868
33869 * progmodes/python.el (python-preoutput-filter): Fix last change.
33870
33871 2005-03-29 Lute Kamstra <lute@gnu.org>
33872
33873 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
33874 functions and compiled macros.
33875 (debug-convert-byte-code): Handle macros too.
33876 (debug-on-entry-1): Don't signal an error when trying to clear a
33877 function that is not set to debug on entry.
33878
33879 2005-03-29 Jay Belanger <belanger@truman.edu>
33880
33881 * calc/calc-lang.el: Add functions to math-function-table
33882 properties of tex and math.
33883
33884 2005-03-29 Kenichi Handa <handa@m17n.org>
33885
33886 * ps-mule.el (ps-mule-plot-string): Translate characters by
33887 ps-print-translation-table.
33888 (ps-mule-begin-job): Call find-charset-region/string with
33889 ps-print-translation-table.
33890 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
33891
33892 * ps-print.el (ps-print-translation-table): New variable.
33893 (ps-plot-region): Translate characters by ps-print-translation-table.
33894
33895 2005-03-29 Juri Linkov <juri@jurta.org>
33896
33897 * simple.el (next-error-highlight-timer): New variable.
33898
33899 * progmodes/compile.el (compilation-goto-locus):
33900 Use `next-error-highlight-timer' instead of `sit-for'.
33901
33902 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
33903
33904 * mail/supercite.el (sc-mail-field): Use assoc-string.
33905 (sc-get-address): Simplify regexps.
33906
33907 * files.el (minibuffer-with-setup-hook): New macro.
33908 (find-file-read-args): Use it to avoid let-binding
33909 minibuffer-with-setup-hook (which breaks turning on/off
33910 file-name-shadow-mode while in the prompt).
33911
33912 * complete.el (PC-read-include-file-name-internal):
33913 Use test-completion.
33914
33915 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
33916
33917 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
33918
33919 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
33920
33921 * window.el (window-buffer-height): Use count-screen-lines.
33922
33923 * progmodes/python.el (python-preoutput-leftover): New var.
33924 (python-preoutput-filter): Use it.
33925 (python-send-receive): Loop until all the result has been received.
33926
33927 2005-03-28 Juri Linkov <juri@jurta.org>
33928
33929 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
33930
33931 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
33932 "Recover Crashed Session".
33933 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
33934 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
33935 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
33936 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
33937 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
33938 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
33939 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
33940 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
33941
33942 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
33943 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
33944 Ediff Sessions", "Toggle use of separate control buffer frame",
33945 "Use separate frame for Ediff control buffer".
33946
33947 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
33948 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
33949 "Rename Bookmark", "Delete Bookmark".
33950
33951 * info.el (Info-mode-menu): Remove ellipsis from "Index".
33952 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
33953 Add `:active Info-index-alternatives' to "Next Matching Item".
33954
33955 * wdired.el (wdired-change-to-wdired-mode):
33956 Mention `wdired-abort-changes' key in the initial message.
33957
33958 * international/mule.el (auto-coding-alist): Associate non-ascii
33959 image filename extensions with `no-conversion'.
33960
33961 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
33962
33963 * international/iso-acc.el:
33964 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
33965
33966 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
33967
33968 * textmodes/sgml-mode.el (html-mode): Doc update.
33969
33970 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
33971
33972 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
33973
33974 * term.el (term-move-columns): Fix face after extending a line.
33975 (term-insert-spaces): Likewise.
33976 (term-reset-terminal): Fix off by one error.
33977
33978 2005-03-26 Eli Zaretskii <eliz@gnu.org>
33979
33980 * international/mule.el (auto-coding-alist): Add .xpi files.
33981
33982 * files.el (auto-mode-alist): Add .xpi files.
33983
33984 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
33985
33986 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
33987
33988 2005-03-26 Eli Zaretskii <eliz@gnu.org>
33989
33990 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
33991
33992 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
33993
33994 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
33995 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
33996
33997 * calendar/cal-move.el (calendar-beginning-of-year): Move the
33998 cursor to Jan 1 when needed.
33999 (calendar-end-of-year): Fix -/+ typo.
34000 Reported by Chong Yidong <cyd@stupidchicken.com>.
34001
34002 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
34003
34004 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
34005
34006 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
34007 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
34008
34009 2005-03-25 Richard M. Stallman <rms@gnu.org>
34010
34011 * filesets.el (filesets-init): Add autoload.
34012
34013 * mail/mailalias.el (mail-directory): Doc fix.
34014
34015 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
34016
34017 * mail/mailalias.el (mail-directory-process): Do nothing if
34018 mail-directory-process is an atom.
34019 (mail-get-names): Ignore mail-directory-names if it is an atom.
34020 (mail-directory-process defvar): Doc fix.
34021 (mail-names): Doc fix.
34022
34023 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
34024
34025 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
34026
34027 2005-03-26 Kenichi Handa <handa@m17n.org>
34028
34029 * international/mule-util.el (detect-coding-with-priority):
34030 Call update-coding-systems-internal before detect-coding-region.
34031
34032 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
34033
34034 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
34035 (gdb-frames-mode-map): Add follow-link property.
34036
34037 2005-03-25 Jay Belanger <belanger@truman.edu>
34038
34039 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
34040 for variables.
34041
34042 2005-03-25 Juri Linkov <juri@jurta.org>
34043
34044 * image-mode.el: Optimize image filename extension regexps in
34045 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
34046 in `auto-mode-alist'.
34047 (image-mode): Add `image-toggle-display-text' to local hook
34048 `change-major-mode-hook'. Display the image as an image by
34049 default. Set `cursor-type' and `truncate-lines' if the image
34050 is already displayed. Take into account the current mode (image
34051 or text) in message.
34052 (image-minor-mode): New minor mode.
34053 (image-mode-maybe, image-toggle-display-text): New functions.
34054 (image-toggle-display): Use called-interactively-p.
34055 Let-bind `inhibit-read-only' to t.
34056
34057 * image-mode.el (image-minor-mode): Set `cursor-type' and
34058 `truncate-lines' if the image is already displayed. Add turning
34059 image-minor-mode off to `change-major-mode-hook'. Add message.
34060 Call `image-toggle-display-text' after turning image-minor-mode off.
34061
34062 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
34063
34064 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
34065 Terminal.app, use utf-8.
34066 (set-display-table-and-terminal-coding-system): Add coding-system arg.
34067 (set-locale-environment): Use it.
34068
34069 * term/xterm.el: Undo last change, better done in mule-cmds.el.
34070
34071 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
34072
34073 * progmodes/python.el (python-close-block-statement-p)
34074 (python-outdent-p, python-current-defun): Use symbol-end.
34075
34076 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
34077
34078 * files.el (save-some-buffers): Doc fix.
34079
34080 2005-03-25 Werner Lemberg <wl@gnu.org>
34081
34082 * complete.el, thumbs.el: Replace `legal' with `valid'.
34083 * calendar/calendar.el: Replace `legal' with `valid'.
34084 * emacs-lisp/advice.el: Replace `legal' with `valid'.
34085 * mail/supercite.el: Replace `legal' with `valid'.
34086 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
34087 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
34088 Replace `legal' with `valid'.
34089 * textmodes/reftex-vars.el, textmodes/reftex.el:
34090 Replace `legal' with `valid'.
34091
34092 2005-03-25 Werner Lemberg <wl@gnu.org>
34093
34094 * calc/calc-forms.el, calc/calc-sel.el
34095 * midnight.el, vc-cvs.el
34096 * emacs-lisp/cl-macs.el
34097 * emulation/vip.el
34098 * eshell/esh-io.el, eshell/esh-var.el
34099 * mail/supercite.el
34100 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
34101 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
34102 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
34103 * progmodes/sh-script.el, progmodes/xscheme.el
34104 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
34105 * textmodes/reftex-index.el, textmodes/reftex-parse.el
34106 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
34107 * textmodes/reftex.el, textmodes/org.el:
34108 Replace `illegal' with `invalid'.
34109
34110 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34111
34112 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
34113 (flymake-find-buildfile, flymake-find-possible-master-files)
34114 (flymake-check-include, flymake-parse-line): Replace loops over the
34115 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
34116
34117 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
34118 Substitute file-name-as-directory in the rest of the file.
34119 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
34120 (flymake-replace-region): Remove unused arg `buffer'.
34121 (flymake-check-patch-master-file-buffer): Update calls to it.
34122 (flymake-add-err-info): Remove unused var `count'.
34123 (flymake-mode): Use define-minor-mode.
34124
34125 * progmodes/flymake.el: Use with-current-buffer.
34126 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
34127 flymake-replace-regexp-in-string, flymake-line-beginning-position)
34128 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
34129 Avoid testing for `xemacs'.
34130 (flymake-nop): Move.
34131 (flymake-region-has-flymake-overlays): Return the computed value.
34132 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
34133 Remove unused var `endline'.
34134 (flymake-get-line-count): Remove unused function.
34135 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
34136
34137 * emulation/vi.el:
34138 * generic.el:
34139 * hilit-chg.el (global-highlight-changes):
34140 * hi-lock.el (hi-lock-mode):
34141 * follow.el: find-file-hooks -> find-file-hook.
34142
34143 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
34144
34145 2005-03-24 Juri Linkov <juri@jurta.org>
34146
34147 * dired.el (dired-mode-map): Add menu item "Compare directories"
34148 for dired-compare-directories.
34149
34150 * dired-aux.el (dired-compare-directories): Add autoload cookie.
34151 Doc fix. Replace `read-file-name' with `read-directory-name'.
34152
34153 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34154
34155 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
34156
34157 2005-03-24 Jay Belanger <belanger@truman.edu>
34158
34159 * calc/calc-embed.el (calc-embedded-mode-change): Save all
34160 relevant mode settings in calc-embedded-original-modes when modes
34161 are permanently changed.
34162
34163 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34164
34165 * autoinsert.el: find-file-hooks -> find-file-hook.
34166
34167 2005-03-24 Lute Kamstra <lute@gnu.org>
34168
34169 * generic.el (generic-font-lock-defaults): Make it obsolete.
34170 (generic-font-lock-keywords): New variable to replace
34171 generic-font-lock-defaults.
34172 (generic-mode-set-font-lock): Delete it.
34173 (generic-mode-internal): Don't call generic-mode-set-font-lock.
34174 (generic-bracket-support): Add docstring.
34175
34176 * generic-x.el: Rename generic-font-lock-defaults to
34177 generic-font-lock-keywords throughout.
34178 (mailagent-rules-setup-function): Delete it.
34179 (mailagent-rules-generic-mode): Use anonymous function instead.
34180 (show-tabs-generic-mode-font-lock-defaults-1)
34181 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
34182 Quote faces.
34183 (show-tabs-tab-face, show-tabs-space-face): Specify background,
34184 not foreground.
34185
34186 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
34187 Recognize define-generic-mode.
34188
34189 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
34190
34191 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
34192 if there's no completion table.
34193
34194 2005-03-23 Miles Bader <miles@gnu.org>
34195
34196 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34197 Remove tty-specific variants, as they're no longer needed.
34198
34199 2005-03-23 Lute Kamstra <lute@gnu.org>
34200
34201 * generic-x.el: Code cleanup: make args constant whenever possible.
34202 (installshield-statement-keyword-list)
34203 (installshield-system-functions-list)
34204 (installshield-system-variables-list, installshield-types-list)
34205 (installshield-funarg-constants-list): Make them constants.
34206
34207 * generic.el (generic-make-keywords-list): Add autoload cookie.
34208
34209 * calendar/time-date.el: Add comment on time value formats.
34210 Don't require parse-time.
34211 (with-decoded-time-value): New macro.
34212 (encode-time-value): New function.
34213 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
34214 (days-to-time): Return a valid time value when arg is huge.
34215 (time-since): Use time-subtract.
34216 (time-to-number-of-days): Use time-to-seconds.
34217
34218 2005-03-23 David Ponce <david@dponce.com>
34219
34220 * recentf.el (recentf-keep): New option.
34221 (recentf-menu-action): Default to `find-file'.
34222 (recentf-keep-non-readable-files-flag)
34223 (recentf-keep-non-readable-files-p)
34224 (recentf-file-readable-p, recentf-find-file)
34225 (recentf-cleanup-remote): Remove.
34226 (recentf-include-p): More robust.
34227 (recentf-keep-p): New function.
34228 (recentf-remove-if-non-kept): Rename from
34229 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
34230 All callers updated.
34231 (recentf-menu-items-for-commands): Fix help string.
34232 (recentf-track-closed-file): Update. Doc fix.
34233 (recentf-cleanup): Update. Count removed files. Doc fix.
34234
34235 2005-03-23 Kim F. Storm <storm@cua.dk>
34236
34237 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34238 Don't inherit from fringe face (now happens automatically).
34239
34240 2005-03-22 Kim F. Storm <storm@cua.dk>
34241
34242 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
34243 position values.
34244
34245 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
34246
34247 * menu-bar.el (showhide-date-time): Remove.
34248 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
34249 (menu-bar-make-mm-toggle): Simplify.
34250
34251 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34252
34253 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
34254 Accept qualified variable and function names.
34255
34256 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
34257
34258 * bindings.el (completion-ignored-extensions):
34259 Remove ".lis" for `vax-vms'.
34260
34261 2005-03-22 Andreas Schwab <schwab@suse.de>
34262
34263 * generic-x.el: Revert last change.
34264 * ldefs-boot.el: Update.
34265
34266 2005-03-22 Jay Belanger <belanger@truman.edu>
34267
34268 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
34269 (calc-embedded-save-original-modes)
34270 (calc-embedded-restore-original-modes): New functions.
34271 (calc-do-embedded): Save original modes when entering embedded mode
34272 and restore when leaving embedded mode.
34273 (calc-embedded-modes-change): Change the value of
34274 calc-embedded-original-modes to reflect permanent changes.
34275
34276 2005-03-22 Lute Kamstra <lute@gnu.org>
34277
34278 * generic-x.el: Require generic again.
34279
34280 2005-03-22 Miles Bader <miles@gnu.org>
34281
34282 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34283 Tweak details to look good on both ttys and bitmap displays, light
34284 or dark background, etc.
34285
34286 2005-03-21 Kim F. Storm <storm@cua.dk>
34287
34288 * tooltip.el (tooltip-show-help-function): Check car and cdr of
34289 mouse position.
34290
34291 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
34292
34293 * icomplete.el: Don't forcibly turn on the mode upon load.
34294 (icomplete-mode): Use define-minor-mode.
34295 (icomplete-eoinput): Default to nil.
34296 (icomplete-minibuffer-setup): Remove autoload.
34297 (icomplete-tidy): Simplify.
34298 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
34299 in the initial state or if the user has modified the field.
34300 Fix handling of icomplete-max-delay-chars.
34301 Remove code that handles the oddball case where
34302 minibuffer-completion-table is an integer.
34303 Wrap icomplete-completions in while-no-input in case building
34304 completions takes more time than expected.
34305 (icomplete-completions): Simplify.
34306
34307 2005-03-21 Richard M. Stallman <rms@gnu.org>
34308
34309 * jka-compr.el (jka-compr-really-do-compress):
34310 Make variable buffer-local.
34311
34312 * image-mode.el: Handle .xpm files too.
34313 (image-toggle-display): Preserve modification flag.
34314
34315 * help.el (where-is): Don't mention aliases with no key bindings.
34316
34317 2005-03-21 Lute Kamstra <lute@gnu.org>
34318
34319 * generic.el: Fix commentary section. Don't require cl for
34320 compilation.
34321 (generic-mode-list): Add autoload cookie.
34322 (generic-use-find-file-hook, generic-lines-to-scan)
34323 (generic-find-file-regexp, generic-ignore-files-regexp)
34324 (generic-mode, generic-mode-find-file-hook)
34325 (generic-mode-ini-file-find-file-hook): Fix docstrings.
34326 (define-generic-mode): Make it a defmacro. Fix docstring.
34327 (generic-mode-internal): Code cleanup. Add autoload cookie.
34328 (generic-mode-set-comments): Code cleanup.
34329 * generic-x.el: Don't prevent compilation. Don't require generic.
34330 Follow coding conventions. Minor code cleanup.
34331 (etc-fstab-generic-mode): Add some keywords.
34332 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
34333 define-generic-mode like a function declaration.
34334
34335 2005-03-21 Jay Belanger <belanger@truman.edu>
34336
34337 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
34338 changing modes.
34339
34340 2005-03-21 Sam Steingold <sds@gnu.org>
34341
34342 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
34343
34344 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
34345
34346 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
34347 Add underscore to "f$ lexicals" regexp.
34348
34349 2005-03-20 Juri Linkov <juri@jurta.org>
34350
34351 * subr.el (progress-reporter-do-update): When `min-value' is equal
34352 to `max-value', set `percentage' to 0 and prevent division by zero.
34353
34354 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
34355
34356 Sync with Tramp 2.0.48.
34357
34358 * net/tramp.el (all): Change all addresses to .gnu.org.
34359 (tramp-append-tramp-buffers): New defun.
34360 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
34361 Catch `dont-send' signal.
34362 (tramp-set-auto-save-file-modes): Set always permissions, because
34363 there might be an old auto-saved file belonging to another
34364 original file. This could be a security threat. Reported by
34365 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
34366 Check for Emacs 21.3.50 removed.
34367
34368 * net/tramp-smb.el (all): Remove debug construct for
34369 `with-parsed-tramp-file-name'.
34370 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
34371 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
34372 No error message if DIRECTORY or FILENAME doesn't exist.
34373 (tramp-smb-open-connection): Check existence of
34374 `tramp-smb-program'.
34375
34376 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
34377
34378 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
34379 Properly handle the case where the `m' or `s' command's argument is not
34380 yet terminated.
34381 (perl-indent-new-calculate): New function.
34382 (perl-indent-line): Use it.
34383
34384 2005-03-20 Miles Bader <miles@gnu.org>
34385
34386 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
34387 in text-mode too. Change to new face names.
34388 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
34389 Add `:weight bold' attribute.
34390 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
34391
34392 2005-03-19 Juri Linkov <juri@jurta.org>
34393
34394 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
34395
34396 * international/mule.el (auto-coding-alist): Sync with
34397 `auto-mode-alist' by adding upper case archive file extensions
34398 and adding ear/war to jar extension.
34399
34400 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
34401
34402 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
34403 running, restart it.
34404
34405 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
34406
34407 * finder.el (finder-current-item): Throw an error on an empty line.
34408
34409 * man.el (Man-follow-manual-reference): If current-word returns
34410 nil, use "".
34411
34412 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
34413
34414 * simple.el (goto-line): Doc fix.
34415
34416 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
34417
34418 * files.el (save-buffer): Doc fix.
34419
34420 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
34421
34422 * recentf.el (recentf-cleanup-remote): New variable.
34423 (recentf-cleanup): Use it to conditionally check availability of
34424 remote files.
34425
34426 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
34427
34428 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
34429 function names.
34430
34431 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34432
34433 * language/thai-word.el: New file.
34434
34435 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34436
34437 * files.el (backup-buffer): If the file's directory is not
34438 writable, use copy instead of move to backup the file.
34439
34440 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34441
34442 * obsolete/keyswap.el: Moved to obsolete/ from term/.
34443
34444 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
34445
34446 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
34447 Use functionp instead of symbolp and fboundp. Reported by Drkm
34448 <darkman_spam@yahoo.fr>.
34449 (ps-print-version): New version 6.6.6.
34450
34451 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
34452
34453 * textmodes/table.el (table--line-column-position): New idiom.
34454 (table--row-column-insertion-point-p): New function to test
34455 validity of row and column insertion operation at a location.
34456 (table-global-menu, table-cell-menu): Use above functions for
34457 deterministic test operation.
34458 (table--editable-cell-p): Behave in deterministic fashion.
34459
34460 2005-03-18 Juri Linkov <juri@jurta.org>
34461
34462 * isearch.el (isearch-lazy-highlight-new-loop):
34463 Make arguments beg and end optional.
34464 (isearch-update): Remove optional arguments nil from
34465 isearch-lazy-highlight-new-loop.
34466 (isearch-lazy-highlight-search): Let-bind case-fold-search to
34467 isearch-lazy-highlight-case-fold-search instead of
34468 isearch-case-fold-search, and let-bind isearch-regexp to
34469 isearch-lazy-highlight-regexp.
34470 Use isearch-lazy-highlight-last-string instead of isearch-string.
34471
34472 * replace.el (perform-replace): Remove bindings of global
34473 variables isearch-string, isearch-regexp, isearch-case-fold-search.
34474 Add three new arguments to `replace-highlight'.
34475 (replace-highlight): Add arguments string, regexp, case-fold.
34476 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
34477 to allow isearch-lazy-highlight-new-loop to use these values
34478 to set corresponding isearch-lazy-highlight-* internal
34479 variables whose values lazy highlighting will use regardless of
34480 changes to global variables isearch-string, isearch-regexp,
34481 isearch-case-fold-search during lazy highlighting loop.
34482 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
34483 to `lazy-highlight-cleanup'.
34484
34485 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
34486 (ispell-highlight-face): Set default face to `isearch' when
34487 lazy highlighting is enabled.
34488 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
34489 priority to 1. Add lazy highlighting.
34490 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
34491 from `isearch-dehighlight'.
34492
34493 2005-03-18 David Ponce <david@dponce.com>
34494
34495 * files.el (hack-local-variables): Do a case-insensitive search
34496 for End.
34497
34498 2005-03-18 Juri Linkov <juri@jurta.org>
34499
34500 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
34501 `isearch-lazy-highlight-cleanup', add alias to old name and
34502 declare obsolete. Add release numbers to other obsolete vars.
34503 (isearch-done, isearch-lazy-highlight-new-loop):
34504 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
34505 (lazy-highlight-cleanup) <variable>: Doc fix.
34506 (isearch-lazy-highlight-update): Rename obsolete
34507 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
34508
34509 2005-03-18 Kenichi Handa <handa@m17n.org>
34510
34511 * language/thai-util.el: Fix categorization of Thai characters in
34512 thai-category-table.
34513 (thai-composition-pattern): Adjust it for the above change.
34514 (thai-self-insert-command, thai-compose-syllable): New functions.
34515 (thai-compose-region): Use thai-compose-syllable.
34516 (thai-compose-string): Likewise.
34517 (thai-composition-function): Likewise.
34518 (thai-auto-composition): New function.
34519 (thai-auto-composition-mode): New minor mode.
34520
34521 * language/thai.el: Fix patterns to be registered in
34522 composition-function-table.
34523
34524 * international/quail.el (quail-input-method): Locally bind
34525 inhibit-modification-hooks to t.
34526
34527 2005-03-17 Richard M. Stallman <rms@gnu.org>
34528
34529 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
34530 (perl-mode): Use run-mode-hooks.
34531
34532 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
34533 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
34534 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
34535
34536 * mail/sendmail.el (sendmail-send-it): Reenable the code
34537 to compute resend-to-address and use it.
34538
34539 * tar-mode.el (tar-mode): Turn off undo unconditionally.
34540
34541 * image-mode.el: New file.
34542
34543 * image.el (insert-sliced-image): Add autoload cookie.
34544
34545 * font-lock.el (font-lock-lines-before): New user option.
34546 (font-lock-after-change-function): Obey it.
34547
34548 * bindings.el (esc-map): Make M-g a prefix.
34549 Bind M-g g and M-g M-g to goto-line.
34550
34551 * faces.el (face-id): Doc fix.
34552
34553 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
34554
34555 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
34556 (rmail-show-message): Use rmail-unknown-mail-followup-to.
34557 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
34558
34559 * mail/sendmail.el (mail-yank-ignored-headers)
34560 (mail-font-lock-keywords, mail-mode-fill-paragraph):
34561 Add Mail-Followup-To and Mail-Reply-To headers.
34562 (mail-citation-hook): Add autoload cookie.
34563 (mail-mode): Doc fix.
34564 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
34565 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
34566 (mail-mode-fill-paragraph): Handle those headers.
34567 (mail-mailing-lists): New variable.
34568 (mail-mail-reply-to, mail-mail-followup-to): New functions.
34569
34570 2005-03-17 Juri Linkov <juri@jurta.org>
34571
34572 * isearch.el (isearch-fallback): Check for `(car previous)'
34573 before calling `isearch-other-end-state'.
34574
34575 2005-03-17 Kim F. Storm <storm@cua.dk>
34576
34577 * simple.el (move-beginning-of-line): Move to beginning of buffer
34578 line, as well as beginning of screen line.
34579
34580 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
34581
34582 * calendar/diary-lib.el (mark-diary-entries): Use new optional
34583 argument REDRAW rather than calendar-redrawing variable.
34584 * calendar/calendar.el (calendar-redrawing): Delete.
34585 (redraw-calendar): Do not bind calendar-redrawing.
34586
34587 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
34588
34589 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
34590 diary-file buffer.
34591
34592 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
34593
34594 * help.el (describe-mode): Allow a :minor-mode-function property to
34595 specify a different minor mode toggle function than the variable.
34596 * simple.el (auto-fill-function):
34597 * subr.el (add-minor-mode): Use it.
34598
34599 2005-03-16 Kenichi Handa <handa@m17n.org>
34600
34601 * language/ethio-util.el (sera-being-called-by-w3): New variable.
34602 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
34603 (ethio-fidel-to-sera-buffer): Likewise.
34604
34605 2005-03-16 Juri Linkov <juri@jurta.org>
34606
34607 * emacs-lisp/find-func.el (find-function-regexp):
34608 Add defun-emitting macro `menu-bar-make-toggle'.
34609
34610 * isearch.el: Put `isearch-scroll' property to
34611 `split-window-horizontally'.
34612
34613 * info.el: Update error messages for `debug-ignored-errors'.
34614 (Info-isearch-search): Doc fix.
34615 (Info-find-node): Move up code to go into info buffer before
34616 recording the node to the history.
34617 (Info-fontify-node): Fontify titles only if the next line
34618 has two or more `*', `=', `-', `.'.
34619 Display "go to this node" for empty (match-string 3).
34620
34621 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34622
34623 * term/mac-win.el: Add mouse pointer shape constants.
34624
34625 2005-03-15 Kim F. Storm <storm@cua.dk>
34626
34627 * simple.el (move-beginning-of-line): Use vertical-motion.
34628
34629 2005-03-15 Juri Linkov <juri@jurta.org>
34630
34631 * isearch.el (isearch-error): New variable.
34632 (isearch-invalid-regexp, isearch-within-brackets): Remove.
34633 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
34634 (isearch-within-brackets-state): Remove.
34635 (isearch-case-fold-search-state, isearch-pop-fun-state):
34636 Decrease frame index.
34637 (isearch-mode, isearch-top-state, isearch-push-state)
34638 (isearch-edit-string, isearch-abort, isearch-search-and-update)
34639 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
34640 (isearch-search, isearch-lazy-highlight-new-loop):
34641 Replace `isearch-invalid-regexp' with `isearch-error'.
34642 Remove `isearch-within-brackets'.
34643 (isearch-search): Add `search-failed' handler to `condition-case'.
34644 (isearch-lazy-highlight-search): Add `condition-case' to catch
34645 errors and allow `isearch-lazy-highlight-update' to try
34646 highlighting from the beginning of the window.
34647 (isearch-repeat): Move up code to set isearch-wrapped to t
34648 before calling isearch-wrap-function.
34649
34650 * info.el (Info-isearch-initial-node): New internal variable.
34651 (Info-search): Signal an error in isearch mode when search leaves
34652 the initial node. Signal an error when `bound' is non-nil and
34653 nothing was found in the current subfile.
34654 (Info-isearch-search): Remove `condition-case'.
34655 (Info-isearch-wrap): Don't wrap when search failed during leaving
34656 the initial node. If `Info-isearch-search' is nil, wrap around
34657 the current node.
34658 (Info-isearch-start): New fun.
34659 (Info-mode): Add buffer-local hook `Info-isearch-start' to
34660 `isearch-mode-hook'.
34661
34662 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34663
34664 * simple.el (normal-erase-is-backspace): Set default to t if
34665 running on Mac.
34666
34667 * term/mac-win.el (function-key-map): Sync with x-win.el.
34668
34669 2005-03-15 Kenichi Handa <handa@m17n.org>
34670
34671 * international/mule-cmds.el (locale-language-names): Modify the
34672 format of elements and add more entries.
34673 (locale-preferred-coding-systems): Add more entries.
34674 (set-locale-environment): Adjust for the change of
34675 locale-language-names.
34676
34677 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
34678
34679 * pcvs.el (smerge-ediff): Remove bogus autoload.
34680
34681 2005-03-14 Lute Kamstra <lute@gnu.org>
34682
34683 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
34684 Ignore a `*' at the beginning of a line.
34685
34686 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
34687 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
34688 subr.el.
34689 (dont-compile, eval-when-compile, eval-and-compile): Use declare
34690 to specify indentation.
34691
34692 * generic.el (define-generic-mode): Let generic-mode-list be a
34693 list of strings; test membership with equal.
34694
34695 2005-03-14 Kim F. Storm <storm@cua.dk>
34696
34697 * simple.el (next-line, previous-line): Add optional try-vscroll
34698 arg to recognize interactive use. Pass it on to line-move.
34699 (line-move): Don't perform auto-window-vscroll when defining or
34700 executing keyboard macro to ensure consistent behavior.
34701
34702 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
34703
34704 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
34705
34706 2005-03-13 Lute Kamstra <lute@gnu.org>
34707
34708 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
34709 debugger-setup-buffer so that backtrace marks the frames set to
34710 debug-on-exit and we don't have to do it manually. Set an extra
34711 debug-on-exit for macro's.
34712 (debugger-setup-buffer): Don't mark the top frame manually.
34713
34714 2005-03-12 Lute Kamstra <lute@gnu.org>
34715
34716 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
34717 lisp-indent-function throughout.
34718 (with-no-warnings): Set lisp-indent-function property.
34719
34720 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
34721
34722 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
34723 Add entry for backslash.
34724
34725 2005-03-12 Juri Linkov <juri@jurta.org>
34726
34727 * info.el (Info-search): Four fixes for backward search.
34728
34729 2005-03-11 Jay Belanger <belanger@truman.edu>
34730
34731 * calc/calc.el (calc-language-alist): New variable.
34732 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
34733 (calc-embedded-find-modes): Use calc-language-alist instead of
34734 calc-embedded-language-alist.
34735
34736 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
34737
34738 * calendar/calendar.el (calendar-redrawing): New internal
34739 variable.
34740 (redraw-calendar): Remove bogus save-excursion from previous
34741 change. Bind calendar-redrawing to t for mark-diary-entries.
34742 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
34743 calendar if that is why we were called.
34744
34745 2005-03-11 Kenichi Handa <handa@m17n.org>
34746
34747 * international/mule.el (make-coding-system): Set property
34748 coding-system-define-form to nil.
34749 (define-coding-system-alias): Likewise.
34750
34751 2005-03-11 Kenichi Handa <handa@m17n.org>
34752
34753 These changes are suggested by Dave Love <fx@gnu.org>.
34754
34755 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
34756 coding: tag.
34757 (adaptive-fill-regexp): Add more bullets.
34758 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
34759 regexps.
34760
34761 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
34762
34763 * help.el (describe-mode): Properly handle non-trivial lighters.
34764 Don't ignore minor modes that are not listed in minor-mode-list.
34765
34766 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
34767 feature ON when the user requests to turn it OFF.
34768
34769 2005-03-10 Lute Kamstra <lute@gnu.org>
34770
34771 * emacs-lisp/debug.el (debug-entry-code): Delete it.
34772 (implement-debug-on-entry): New function to replace debug-entry-code.
34773 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
34774 second argument as the 2005-03-07 change makes it obsolete.
34775 (debug-on-entry, cancel-debug-on-entry): Update call to
34776 debug-on-entry-1.
34777 (debug, debugger-setup-buffer): Comment update.
34778 (debugger-frame-number): Update to work with implement-debug-on-entry.
34779
34780 2005-03-10 Jay Belanger <belanger@truman.edu>
34781
34782 * calc/calc-embed.el (math-ms-args): Declare it.
34783 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
34784 math-ms-args.
34785 (calc-embedded-subst): Use math-multi-subst-rec to substitute
34786 variables.
34787
34788 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
34789
34790 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
34791 Use message-box.
34792
34793 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
34794 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
34795 (tooltip-gud-tips): Simplify.
34796 (tooltip-gud-tips-p): Remove superfluous :set.
34797 (tooltip-gud-modes): Add fortran-mode.
34798 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
34799
34800 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
34801
34802 2005-03-09 Kim F. Storm <storm@cua.dk>
34803
34804 * play/animate.el (animate-place-char): Use forward-line instead
34805 of next-line to improve performance.
34806
34807 2005-03-09 Simon Josefsson <jas@extundo.com>
34808
34809 * net/browse-url.el (browse-url-default-browser): Doc fix.
34810
34811 2005-03-09 Miles Bader <miles@gnu.org>
34812
34813 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
34814 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
34815
34816 2005-03-09 Kenichi Handa <handa@m17n.org>
34817
34818 * international/latin-1.el: Set case and syntax for 255 only if
34819 set-case-syntax-set-multibyte is nil.
34820
34821 * textmodes/ispell.el (ispell-insert-word): New function.
34822 (ispell-word): Use ispell-insert-word to insert a new word.
34823 (ispell-process-line): Likewise.
34824 (ispell-complete-word): Likewise.
34825
34826 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
34827
34828 * calendar/calendar.el (redraw-calendar): Preserve point.
34829 Reported by Matt Hodges <MPHodges@member.fsf.org>.
34830 (calendar-week-start-day): Move after definition of
34831 redraw-calendar. Delete buffer test, since redraw-calendar has
34832 that now.
34833
34834 * calendar/diary-lib.el (mark-diary-entries): Only call
34835 redraw-calendar in the first of any recursive calls.
34836 Reported by Alan Shutko <ats@acm.org>.
34837
34838 2005-03-08 Juri Linkov <juri@jurta.org>
34839
34840 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
34841 (html-horizontal-rule, html-line, html-image, html-checkboxes)
34842 (html-radio-buttons): Add a space before the trailing `/>' where
34843 sgml-xml-mode is non-nil.
34844 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
34845 the subsequent tag of the empty XML tag.
34846 (html-href-anchor): Don't set initial input to "http:".
34847 (html-image): Ask for the image URL and set point inside alt="".
34848 (html-name-anchor): Duplicate the name in the `id' attribute when
34849 sgml-xml-mode is non-nil.
34850 (html-paragraph): Remove \n before <p>.
34851 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
34852 instead of `checked' when sgml-xml-mode is non-nil.
34853
34854 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
34855 Remove 1 space before #RRGGBB to not truncate it on terminal
34856 windows w/o fringes. Remove 1 space between bg and fg examples
34857 to get more space.
34858 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
34859 avoid byte-compile warnings.
34860
34861 * image-file.el (image-file-handler): Put `safe-magic' property to
34862 `image-file-handler'.
34863
34864 * info.el (Info-isearch-search): Emulate word search in
34865 isearching through multiple Info nodes with Info-search.
34866 (Info-isearch-wrap): Allow isearch-word.
34867
34868 2005-03-08 Lute Kamstra <lute@gnu.org>
34869
34870 * emacs-lisp/debug.el (debugger-step-through): Make sure that
34871 stepping into the debugger's code is not possible.
34872 (debugger-jumping-flag): Docstring update.
34873
34874 2005-03-08 Jay Belanger <belanger@truman.edu>
34875
34876 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
34877 embedded mode begins.
34878 (calc-embedded-language-alist): New variable.
34879 (calc-embedded-find-modes): Use calc-embedded-language-alist to
34880 set default language mode.
34881
34882 2005-03-08 Kenichi Handa <handa@m17n.org>
34883
34884 * international/ccl.el (define-ccl-program): Fix docstring about
34885 extra 256 bytes assured for the output buffer.
34886
34887 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34888 Fix BUFFER_MAGNIFICATION to 2.
34889 (ccl-encode-mule-utf-16be-with-signature): Likewise.
34890
34891 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
34892
34893 * align.el (align-rules-list): Added an alignment rule for CSS
34894 declarations (applies to css-mode and html-mode buffers).
34895
34896 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
34897
34898 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
34899
34900 2005-03-07 Kim F. Storm <storm@cua.dk>
34901
34902 * simple.el (move-beginning-of-line): New command.
34903
34904 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
34905
34906 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
34907
34908 * emulation/cua-base.el: Put CUA move property on move-end-of-line
34909 and move-beginning-of-line.
34910
34911 * apropos.el (apropos-print): Omit command from M-x ... RET.
34912
34913 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
34914
34915 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
34916 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
34917
34918 2005-03-06 Richard M. Stallman <rms@gnu.org>
34919
34920 * bindings.el (esc-map): Bind M-g to goto-line.
34921
34922 * facemenu.el (global-map): Bind M-o, not M-g.
34923
34924 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
34925
34926 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
34927 "Open Directory" as for "Open File".
34928
34929 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
34930
34931 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
34932 (push-mark-command): Run activate-mark-hook.
34933
34934 2005-03-06 Richard M. Stallman <rms@gnu.org>
34935
34936 * help-mode.el (help-mode-finish): Don't alter the element
34937 in view-return-to-alist if there already is one.
34938
34939 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
34940 make sure the current buffer is the expected one.
34941
34942 * novice.el (disabled-command-function): Output in *Disabled Command*.
34943 Explicitly ignore non-keyboard events, and explicitly handle C-g.
34944
34945 * textmodes/flyspell.el (flyspell-large-region):
34946 Pass args differently for aspell.
34947
34948 * files.el (mode-require-final-newline): Doc fix.
34949
34950 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
34951
34952 * progmodes/which-func.el (which-function):
34953 Specify NOERROR when calling imenu--make-index-alist.
34954
34955 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
34956
34957 * simple.el (normal-erase-is-backspace): Define default value.
34958
34959 * custom.el (custom-theme-set-variables): Remove unused var
34960 `immediate'.
34961 (custom-reevaluate-setting): Simple function to handle variables
34962 that are defined before their default value can really be
34963 computed.
34964
34965 * startup.el (command-line): Use it for temporary-file-directory,
34966 small-emporary-file-directory, auto-save-file-name-transforms,
34967 blink-cursor-mode, and normal-erase-is-backspace.
34968
34969 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
34970 progress, even with buggy anchored keywords.
34971
34972 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
34973
34974 * simple.el (goto-line): Remove unbalanced final parenthesis.
34975
34976 2005-03-05 Richard M. Stallman <rms@gnu.org>
34977
34978 * simple.el (goto-line): Use a number at point as the default.
34979 With C-u as arg, switch buffers.
34980
34981 2005-03-05 Juri Linkov <juri@jurta.org>
34982
34983 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
34984 with `no-blinking-cursor'.
34985
34986 * startup.el (no-blinking-cursor): New defvar.
34987 (command-line): Add `--no-blinking-cursor' to longopts.
34988 Set `no-blinking-cursor' to t for command line arguments
34989 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
34990 with `no-blinking-cursor' in the condition for calling
34991 `blink-cursor-mode'.
34992
34993 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
34994
34995 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
34996 (menu-bar-options-save): Add blink-cursor-mode.
34997 (menu-bar-options-menu): Add blink-cursor-mode.
34998
34999 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
35000
35001 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
35002 (icalendar-export-file, icalendar-export-region)
35003 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
35004 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
35005
35006 2005-03-04 Lute Kamstra <lute@gnu.org>
35007
35008 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
35009 (debug-function-list): Ditto.
35010
35011 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
35012
35013 * textmodes/texinfmt.el (texinfo-append-refill):
35014 Redefine the types of line to which @refill
35015 is not appended by replacing a search for `@refill\\|@bye' with
35016 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
35017 itemize@refill' bug and the unfilled long lines bug.
35018 (texinfmt-version): Update number and date.
35019
35020 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
35021
35022 * international/code-pages.el (windows-1250, windows-125[2-8])
35023 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
35024
35025 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
35026
35027 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
35028 bound yet.
35029
35030 2005-03-02 Romain Francoise <romain@orebokech.com>
35031
35032 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
35033 buffer after removing limits.
35034 (ibuffer-pop-filter): Ditto.
35035 Update copyright.
35036
35037 2005-03-02 Miles Bader <miles@gnu.org>
35038
35039 * button.el (make-text-button): If the user doesn't specify a
35040 type, use the default. Rewrite to use `add-text-properties' and
35041 plist functions.
35042
35043 2005-03-01 Lute Kamstra <lute@gnu.org>
35044
35045 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
35046 (debugger-jumping-flag): New var.
35047 (debug-entry-code): Use it.
35048 (debugger-jump): Use debugger-jumping-flag and add
35049 debugger-reenable to post-command-hook.
35050 (debugger-reenable): Use debugger-jumping-flag and remove itself
35051 from post-command-hook.
35052 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
35053 debugger-reenable.
35054
35055 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
35056
35057 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
35058 inclusion of "itemize\\|", which may be unnecessary, is certainly
35059 inelegant, and stops refilling in itemize lists when formatting
35060 Japanese Texinfo files to Info.
35061 Update copyright to 2005.
35062
35063 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
35064
35065 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
35066 of an error if GDB can't find the source file.
35067
35068 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
35069
35070 * calendar/calendar.el (redraw-calendar): Work from any buffer,
35071 not just the calendar.
35072
35073 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
35074 first.
35075 (diary-redraw-calendar): New function.
35076 (make-diary-entry): Add diary-redraw-calendar to local
35077 write-contents-functions. Turn off selective display before
35078 inserting in diary.
35079
35080 2005-03-01 Kim F. Storm <storm@cua.dk>
35081
35082 * emacs-lisp/copyright.el (copyright-fix-years): New command.
35083
35084 2005-03-01 Lute Kamstra <lute@gnu.org>
35085
35086 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
35087 that debug-entry-code can be safely removed from a function while
35088 this code is being evaluated. Revert the 2005-02-27 change as the
35089 new implementation no longer requires it. Make sure that a
35090 function body containing just a string is not mistaken for a docstring.
35091 (debug): Skip one more frame in case of debug on entry.
35092 (debugger-setup-buffer): Delete one more frame line in case of
35093 debug on entry.
35094 (debugger-frame-number): Update to use the new text introduced by
35095 the 1999-11-03 change. Skip one more frame in case of debug on entry.
35096
35097 2005-02-28 Kim F. Storm <storm@cua.dk>
35098
35099 * double.el (double-translate-key): Call force-window-update after
35100 read-event to avoid crash in redisplay.
35101
35102 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
35103
35104 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
35105 (debug): Use it. Move the inhibit-trace earlier.
35106 (debug-entry-code): New const.
35107 (debug-on-entry-1): Use it.
35108
35109 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
35110
35111 * international/utf-16.el (ccl-encode-mule-utf-16le):
35112 Fix BUFFER_MAGNIFICATION to 2.
35113 (ccl-encode-mule-utf-16be): Likewise.
35114
35115 2005-02-28 Kenichi Handa <handa@m17n.org>
35116
35117 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
35118 Fix BUFFER_MAGNIFICATION to 4.
35119 (ccl-encode-mule-utf-16be-with-signature): Likewise.
35120
35121 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
35122
35123 * speedbar.el (speedbar-update-flag): Doc fix.
35124 (speedbar-show-info-under-mouse): Give set-mouse-position the right
35125 argument.
35126
35127 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
35128
35129 * reveal.el (reveal-post-command): Don't try to reveal overlays which
35130 have a non-nil `invisible' property but are actually visible.
35131
35132 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
35133 for perldoc sections.
35134 (perl-outline-regexp, perl-outline-level): New var and function.
35135 (perl-mode): Use them.
35136
35137 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
35138
35139 * calendar/diary-lib.el (diary-remind): Discard any mark portion
35140 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
35141
35142 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
35143
35144 * cus-edit.el: Comment change.
35145 (custom-buffer-create-internal): Slightly reword text at top of
35146 Custom buffers. Mention there that saving an option edits the
35147 init file. Add link to Emacs manual node on `custom-file'.
35148 (custom-magic-alist): Rewrite individual State messages to use
35149 capitalized keywords. Doc fix.
35150
35151 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
35152
35153 * calendar/calendar.el (calendar-buffer): Move above
35154 calendar-week-start-day.
35155 (calendar-week-start-day): Doc fix. Add :set function.
35156 (calendar-minimum-window-height): New variable.
35157 (generate-calendar-window): Only resize window if selected-window
35158 is displaying the calendar buffer. Use new variable
35159 calendar-minimum-window-height.
35160 (generate-calendar): Reword error message.
35161 (calendar-mode-map): Bind DEL to scroll-other-window-down.
35162
35163 2005-02-27 Andreas Schwab <schwab@suse.de>
35164
35165 * vc.el (vc-do-command): Don't run command asynchronously when
35166 operating in a remote directory.
35167
35168 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
35169 change from sync with Tramp 2.0.47.
35170
35171 2005-02-27 Richard M. Stallman <rms@gnu.org>
35172
35173 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
35174
35175 * textmodes/flyspell.el (flyspell-mode-on):
35176 Call ispell-change-dictionary only if necessary.
35177
35178 * emacs-lisp/re-builder.el (regexp-builder): New function.
35179
35180 * register.el (describe-register-1): Explicitly handle
35181 yank-excluded-properties = t.
35182
35183 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
35184 (custom-magic-alist): Change the status descriptions again.
35185 (face widget-type): Total rewrite based on `restricted-sexp'
35186 to eliminate the confusing double hiding levels.
35187
35188 * emacs-lisp/debug.el (debug-on-entry-1):
35189 If function body is empty, add nil as body form.
35190
35191 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
35192
35193 * emacs-lisp/trace.el (inhibit-trace): New var.
35194 (trace-make-advice): Use it.
35195
35196 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
35197
35198 2005-02-26 Kim F. Storm <storm@cua.dk>
35199
35200 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
35201 (mouse-on-link-p, mouse-drag-region-1): Use it.
35202
35203 2005-02-25 Lute Kamstra <lute@gnu.org>
35204
35205 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
35206
35207 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
35208
35209 * frame.el (blink-cursor-mode): Add :group keyword.
35210
35211 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
35212
35213 * calendar/icalendar.el (icalendar--decode-isodatetime):
35214 New optional argument DAY-SHIFT.
35215 (icalendar-export-region): Fix coding-system-for-write.
35216 (icalendar--convert-ical-to-diary): Shift end-day of all-day
35217 events by one.
35218
35219 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
35220
35221 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
35222
35223 2005-02-24 Kim F. Storm <storm@cua.dk>
35224
35225 * international/iso-acc.el (iso-accents-compose): Fix crash
35226 during redisplay. Call force-window-update after read-event
35227 and delete-region to signal that window is not accurate.
35228
35229 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
35230
35231 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
35232 Remove unused and inexistent var `inhibit-trace'.
35233 (debugger-mode): Use run-mode-hooks.
35234 (debugger-list-functions): Add buttons; setup xref stack.
35235
35236 2005-02-23 Richard M. Stallman <rms@gnu.org>
35237
35238 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
35239 appointment says it was explicitly made.
35240 (appt-add): Set the 3rd element.
35241 (appt-make-list): Preserve explicit appointments.
35242
35243 * subr.el (find-tag-default): Catch errors in forward-sexp.
35244
35245 2005-02-23 Juri Linkov <juri@jurta.org>
35246
35247 * info.el (Info-isearch-search): New defcustom.
35248 (Info-isearch-search): Call the default isearch function
35249 when Info-isearch-search is nil.
35250 (Info-isearch-wrap): Use variable Info-isearch-search.
35251
35252 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
35253
35254 * cus-edit.el: Comment change.
35255
35256 2005-02-22 Kim F. Storm <storm@cua.dk>
35257
35258 * progmodes/hideif.el (hide-ifdef-use-define-alist):
35259 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
35260
35261 2005-02-22 Simon Josefsson <jas@extundo.com>
35262
35263 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
35264 New variable.
35265 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
35266 Oskarsson" <myrkraverk@users.sourceforget.net>.
35267
35268 2005-02-22 Kim F. Storm <storm@cua.dk>
35269
35270 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
35271 check that window of that event is the selected window.
35272 (mouse-drag-region-1): Compare mouse event window to selected
35273 window before setting point.
35274
35275 * tooltip.el (tooltip-show-help-function): Pass event to
35276 mouse-on-link-p so it can check selected window.
35277
35278 2005-02-22 Kenichi Handa <handa@m17n.org>
35279
35280 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
35281 (ps-mule-show-warning): New function.
35282 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
35283 characters are found.
35284
35285 * ps-print.el (ps-header-footer-string): Return a list of header
35286 and footer strings.
35287
35288 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
35289
35290 * pcvs.el (cvs-retrieve-revision): Fix thinko.
35291
35292 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
35293
35294 * frame.el (blink-cursor-mode): Use define-minor-mode.
35295
35296 * term/mac-win.el (function-key-map): Use char-names more consistently.
35297 (file-name-coding-system): Only set it for MacOS-9. The other case is
35298 already handled in mule-cmds.el (where it also works when mac-win.el
35299 is not used).
35300
35301 2005-02-21 Kenichi Handa <handa@m17n.org>
35302
35303 * international/mule.el (ctext-pre-write-conversion): Always use
35304 " *code-converting-work*" buffer for work.
35305
35306 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
35307
35308 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
35309
35310 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
35311
35312 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
35313
35314 * ses.el (undo-more): Restore defadvice, but only the part that
35315 allows changes outside the restricted area of the buffer.
35316
35317 2005-02-20 Kim F. Storm <storm@cua.dk>
35318
35319 * simple.el (line-move): Add fourth optional arg try-vscroll which
35320 must be set to perform auto-window-vscroll.
35321 When moving backwards and doing auto-window-vscroll, automatically
35322 vscroll to the last part of lines which are taller than the window.
35323 (next-line, previous-line): Set try-vscroll arg on line-move.
35324
35325 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
35326
35327 * replace.el (query-replace, query-replace-regexp)
35328 (replace-string, replace-regexp): When operating on region, make
35329 the minibuffer prompt say so.
35330
35331 * isearch.el (isearch-forward): Document isearch-query-replace and
35332 isearch-query-replace-regexp keybindings.
35333
35334 2005-02-19 Jay Belanger <belanger@truman.edu>
35335
35336 * calc/calc-aent.el (math-read-token): Add local variable.
35337
35338 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
35339 (calc-edit-top): Move declaration to earlier in file.
35340 (calc-edit-macro-repeats): Add local variables.
35341
35342 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
35343 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
35344 calcFunc-tanh.
35345 Adjust integration rule for calcFunc-tan.
35346
35347 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35348
35349 * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
35350 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
35351 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
35352 (viper-skip-separators): Bug fix.
35353 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
35354 particular major mode.
35355 (viper-del-backward-char-in-replace): Don't put deleted char on the
35356 kill ring.
35357
35358 * emulation/viper-ex.el (viper-color-display-p): New function.
35359 (viper-has-face-support-p): Use viper-color-display-p.
35360
35361 * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
35362
35363 * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
35364
35365 * emulation/viper-util.el (viper-glob-unix-files):
35366 Fix shell status check.
35367 (viper-file-remote-p): Make equivalent to file-remote-p.
35368
35369 * emulation/viper.el (viper-major-mode-modifier-list):
35370 Use viper-gnus-modifier-map.
35371
35372 2005-02-19 David Kastrup <dak@gnu.org>
35373
35374 * subr.el (subregexp-context-p): Fix garbled doc string by adding
35375 quoting.
35376
35377 2005-02-19 Jay Belanger <belanger@truman.edu>
35378
35379 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
35380 Remove extra definitions.
35381 (calc-coth): New function.
35382 (calcFunc-cot): Fix `let'.
35383
35384 2005-02-19 Eli Zaretskii <eliz@gnu.org>
35385
35386 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
35387 the reasons we use "type pc" in these faces.
35388
35389 * button.el (button): Ditto.
35390
35391 2005-02-19 Michael Mauger <mmaug@yahoo.com>
35392
35393 * replace.el (query-replace-read-from): Set the value of
35394 query-replace-from-history-variable to handle the case of an empty
35395 string entered to accept the suggested default.
35396
35397 * net/tramp.el (tramp-file-name-for-operation):
35398 Use dired-call-process instead of dired-call-process-command.
35399
35400 2005-02-19 Jay Belanger <belanger@truman.edu>
35401
35402 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
35403 (math-div-non-trig): New variables.
35404 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
35405 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
35406 (math-combine-prod, math-div-symb-fancy): Add simplifications for
35407 trig expressions.
35408
35409 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
35410
35411 * progmodes/gdb-ui.el (gdb-var-update-handler)
35412 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
35413 for watch expressions,
35414 (gdb-var-create-handler): Don't set speedbar-update-flag.
35415 (gdb-post-prompt): Simplify test for speedbar.
35416
35417 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35418
35419 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
35420 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
35421 we use the syntax table of the correct buffer.
35422 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
35423 Felix Gatzemeier.
35424
35425 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
35426 (ediff-file-remote-p): Make synonymous with file-remote-p.
35427 In all deffaces ediff-*-face-*, use min-colors.
35428
35429 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
35430 ediff-recurse-to-subdirectories.
35431 (ediff-mark-if-equal): Check that the arguments are strings, use
35432 ediff-same-contents (after to Felix Gatzemeier).
35433
35434 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
35435 nil.
35436
35437 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
35438
35439 * log-view.el (log-view-message-re): Fix up Subversion regexp.
35440
35441 2005-02-18 David Kastrup <dak@gnu.org>
35442
35443 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
35444 use `mark-active' when defined.
35445
35446 2005-02-18 Kenichi Handa <handa@m17n.org>
35447
35448 * ps-print.el (ps-font-info-database): New entry
35449 ZapfChancery-MediumItalic with correct font name. Fix font name
35450 of the entry Zapf-Chancery-MediumItalic.
35451
35452 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
35453
35454 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
35455
35456 2005-02-16 Kim F. Storm <storm@cua.dk>
35457
35458 * ido.el (ido-fallback-command): Pass user input to fallback command.
35459
35460 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
35461
35462 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
35463 (gdb-find-file-hook): Add server prefix.
35464
35465 2005-02-16 Richard M. Stallman <rms@gnu.org>
35466
35467 * replace.el (perform-replace): Pass new args to replace-highlight.
35468 (replace-highlight): Take region args,
35469 and pass them to isearch-lazy-highlight-new-loop.
35470
35471 * novice.el (disabled-command-hook): Autoload the defalias
35472 and the make-obsolete-variable call.
35473
35474 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
35475
35476 * isearch.el (isearch-lazy-highlight-start-limit)
35477 (isearch-lazy-highlight-end-limit): New variables limit
35478 the region for highlighting.
35479 (isearch-lazy-highlight-new-loop): New args BEG and END.
35480 (isearch-lazy-highlight-search): Use the new vars.
35481 (isearch-lazy-highlight-update): Likewise.
35482
35483 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
35484
35485 * cus-start.el (all): Use default-boundp.
35486
35487 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
35488
35489 * menu-bar.el (menu-bar-select-frame): Handle current frame.
35490
35491 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
35492
35493 * autorevert.el (auto-revert-stop-on-user-input)
35494 (auto-revert-verbose): Doc fixes.
35495
35496 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
35497
35498 * international/mule-cmds.el (set-locale-environment): Remove call
35499 to set-selection-coding-system on Windows.
35500
35501 2005-02-15 Jay Belanger <belanger@truman.edu>
35502
35503 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
35504 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
35505 calcFunc-coth.
35506 (math-simplify-sqrt): Add simplifications.
35507
35508 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
35509 to list.
35510
35511 * calc/calc-ext.el: Add functions to autoloads.
35512
35513 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
35514 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
35515 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
35516 (math-csc-raw, math-cot-raw): New functions.
35517
35518 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
35519
35520 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
35521 the variable name in a message.
35522
35523 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
35524 calcFunc-csc, calcFunc-cot.
35525
35526 * calc/calcalg2.el: Add derivative and integration rules for
35527 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
35528 calcFunc-csch, calcFunc-coth.
35529 (math-do-integral-methods): Add to checks for when to use
35530 substitutions.
35531
35532 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
35533
35534 2005-02-15 Lute Kamstra <lute@gnu.org>
35535
35536 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
35537 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
35538 <monnier@iro.umontreal.ca>.
35539 (lisp-outline-level): Improve efficiency. Suggested by David
35540 Kastrup <dak@gnu.org>.
35541
35542 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
35543
35544 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
35545 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
35546 (gdb-set-gud-minor-mode-existing-buffers): New functions.
35547 (gdb-find-file-hook): New hook. Add it to find-file-hook.
35548 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
35549
35550 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
35551
35552 * cus-start.el (all): Comment change.
35553
35554 2005-02-14 Lute Kamstra <lute@gnu.org>
35555
35556 * cus-start.el (all): Check if symbol is void.
35557
35558 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
35559
35560 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
35561 optional argument to \cite.
35562
35563 2005-02-14 Richard M. Stallman <rms@gnu.org>
35564
35565 * cus-edit.el (custom-buffer-create-internal): Update help message.
35566 (custom-magic-alist): Update help messages.
35567
35568 * cus-start.el (all): Allow a var to specify a standard value.
35569
35570 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
35571
35572 * custom.el (custom-theme-set-variables): Handle variable aliases.
35573
35574 * frame.el (blink-cursor-timer): Doc fix.
35575 (blink-cursor): Make it an alias for `blink-cursor-mode' and
35576 declare obsolete.
35577 (blink-cursor-mode): Define with defcustom and use correct
35578 standard expression in that defcustom.
35579 * startup.el (command-line): Adapt to above changes in frame.el.
35580
35581 2005-02-11 Lute Kamstra <lute@gnu.org>
35582
35583 * apropos.el (apropos-score-doc): Prevent division by zero.
35584
35585 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
35586
35587 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
35588 (icalendar--get-event-property-attributes)
35589 (icalendar--get-event-properties)
35590 (icalendar--datetime-to-diary-date): New functions.
35591 (icalendar--split-value): Doc fix.
35592 (icalendar--datetime-to-noneuropean-date)
35593 (icalendar--datetime-to-european-date): New optional argument
35594 SEPARATOR. Return result as a string instead of a list.
35595 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
35596 (icalendar--convert-string-for-export): Rename arg S to STRING.
35597 (icalendar-export-region): Doc fix. Change name of error buffer.
35598 Save output buffer.
35599 (icalendar-import-file): Add blank at end of prompt.
35600 (icalendar-import-buffer): Doc fix. Do not switch to error
35601 buffer. Indicate status in return value.
35602 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
35603 buffer. Save output buffer. Handle exception from recurrence
35604 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
35605 events. Fix problems with weekly all-day events.
35606
35607 2005-02-10 Richard M. Stallman <rms@gnu.org>
35608
35609 * simple.el (eval-expression-print-format):
35610 Avoid warning about edebug-active.
35611
35612 * help.el (help-for-help-internal): Rename from help-for-help.
35613 (help-for-help): Define with defalias.
35614
35615 * font-core.el (font-lock-default-function): Use with-no-warnings.
35616
35617 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
35618
35619 * custom.el (defface): Doc fix.
35620
35621 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
35622
35623 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
35624 width 0" to prevent word wrapping problems.
35625
35626 2005-02-09 Kim F. Storm <storm@cua.dk>
35627
35628 * ido.el (ido-file-extensions-order): New defcustom.
35629 (ido-file-extension-lessp, ido-file-extension-aux)
35630 (ido-file-extension-order): New advanced file ordering.
35631 (ido-file-lessp): New simple file ordering.
35632 (ido-sort-list): Remove.
35633 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
35634 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
35635
35636 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
35637
35638 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
35639 that some versions of grep produce.
35640 (grep-mode-font-lock-keywords): Likewise.
35641
35642 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
35643
35644 * progmodes/gdb-ui.el (gdb-location-list): New variable.
35645 (gdb-cdir): Delete.
35646 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
35647 (gdb-source-info): Treat case when source file is in another
35648 directory properly.
35649 (gdb-get-location): New function.
35650
35651 2005-02-07 Jay Belanger <belanger@truman.edu>
35652
35653 * calc/calc-prog.el (calc-write-parse-table-part)
35654 (calc-fix-token-name): Fix a check for language type.
35655
35656 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
35657
35658 2005-02-07 Andre Spiegel <spiegel@gnu.org>
35659
35660 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
35661 as directory not writable.
35662
35663 2005-02-07 Kim F. Storm <storm@cua.dk>
35664
35665 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
35666 (cua--standard-movement-commands): Remove list.
35667 Instead, set CUA property value to move for movement commands.
35668 (cua-movement-commands): Remove. Users must set CUA prop instead.
35669 (cua--pre-command-handler): Check CUA property.
35670 (cua--init-keymaps): Don't remap undo commands.
35671 (cua-mode): Don't call cua--rectangle-on-off.
35672
35673 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
35674 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
35675 (cua--rect-undo-set-point): New var.
35676 (cua--rectangle-undo-boundary): Setup undo apply entry.
35677 (cua--rect-undo-handler): New function for rectangle undo.
35678 (cua--rect-start-position, cua--rect-end-position): Add.
35679 (cua--rectangle-post-command): Call cua--rectangle-set-corners
35680 for restored rectangle. Set point if cua--rect-undo-set-point.
35681
35682 2005-02-06 Jay Belanger <belanger@truman.edu>
35683
35684 * calc/calc-lang.el (calc-tex-language): Display more information
35685 in messages.
35686
35687 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
35688 in TeX mode.
35689
35690 2005-02-06 Richard M. Stallman <rms@gnu.org>
35691
35692 * emacs-lisp/lisp.el (buffer-end): Doc fix.
35693
35694 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
35695
35696 * net/ldap.el (ldap-search-internal): Support attributes with
35697 optional descriptions separated by a semi-colon, as in
35698 "userCertificate;binary".
35699
35700 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
35701
35702 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
35703 isn't a cons (i.e. the version is 0).
35704
35705 2005-02-05 Eli Zaretskii <eliz@gnu.org>
35706
35707 * help.el (help-for-help): Doc fix.
35708
35709 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
35710
35711 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
35712 GDB-Windows on the menu-bar as this works better.
35713
35714 2005-02-04 Jay Belanger <belanger@truman.edu>
35715
35716 * calc/calc-embed.el (calc-embedded-update): Don't put in
35717 unnecessary newlines. Adjust the end of formula marker.
35718
35719 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
35720 (math-latex-parse-two-args): New function.
35721
35722 2005-02-03 Lute Kamstra <lute@gnu.org>
35723
35724 * help-fns.el (help-with-tutorial): Make sure that users cannot
35725 remove the entire text of the tutorial by means of `undo'.
35726
35727 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
35728
35729 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
35730 in recent changes, where the ispell process was repeatedly
35731 killed & restarted.
35732
35733 * international/mule-cmds.el (set-locale-environment): Set file-name
35734 coding system to utf-8 on Darwin systems.
35735 (set-default-coding-systems): Don't set default-file-name-coding-system
35736 on Darwin systems.
35737
35738 2005-02-03 Richard M. Stallman <rms@gnu.org>
35739
35740 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
35741
35742 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
35743
35744 * faces.el (list-faces-display): Add optional argument.
35745
35746 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
35747
35748 * font-core.el (font-lock-default-function): Handle the rare case where
35749 only font-lock-keywords is set.
35750
35751 2005-02-02 Kenichi Handa <handa@m17n.org>
35752
35753 * international/characters.el: Cancel previous change for
35754 I-WITH-DOT-ABOVE and DOTLESS-i.
35755
35756 * international/latin-5.el: Cancel previous change.
35757
35758 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
35759
35760 * progmodes/gud.el: Correction to syntax in gud-menu-map.
35761
35762 2005-02-02 Kenichi Handa <handa@m17n.org>
35763
35764 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
35765 DOTLESS-i.
35766
35767 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
35768 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
35769
35770 * case-table.el (get-upcase-table): New function.
35771 (copy-case-table): Copy upcaes table too if non-nil.
35772 (set-case-syntax-delims): Maintain upcase table too.
35773 (set-case-syntax-pair): Likewise.
35774 (set-upcase-syntax, set-downcase-syntax): New functions.
35775 (set-case-syntax): Maintain upcase table too.
35776
35777 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
35778
35779 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
35780
35781 * progmodes/gud.el (gud-goto-info): New function.
35782 (gud-tool-bar-map): Use correct icon.
35783
35784 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
35785
35786 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
35787 When delegating, order args in the funcall correctly.
35788
35789 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
35790
35791 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
35792
35793 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
35794
35795 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
35796 buffer not visiting a file.
35797
35798 2005-01-31 Jay Belanger <belanger@truman.edu>
35799
35800 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
35801 bound on the line with the formula.
35802
35803 2005-01-31 Kim F. Storm <storm@cua.dk>
35804
35805 * ses.el (ses-create-cell-variable-range)
35806 (ses-destroy-cell-variable-range, ses-reset-header-string)
35807 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
35808 (ses-insert-row): Fix format of apply undo entries.
35809
35810 2005-01-31 Jay Belanger <belanger@truman.edu>
35811
35812 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
35813 parts.
35814
35815 * calc/calc-embed.el (calc-embedded-open-formula)
35816 (calc-embedded-close-formula): Ignore matrix environments.
35817
35818 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
35819 TeX mode.
35820
35821 * calc/calc-lang.el (math-function-table, math-oper-table)
35822 (math-variable-table): Adjust the LaTeX portions.
35823
35824 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
35825 (math-latex-ignore-words): New constant.
35826
35827 2005-01-31 Richard M. Stallman <rms@gnu.org>
35828
35829 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
35830 (ispell-local-dictionary): Doc fix.
35831 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
35832 Don't reinitialize at run time. Don't defcustom.
35833 All uses changed to append ispell-local-dictionary-alist,
35834 or check it first.
35835 (ispell-current-dictionary): New variable for dictionary in use.
35836 (ispell-dictionary): Now used only for global default.
35837 (ispell-start-process): Set ispell-current-dictionary,
35838 not ispell-dictionary.
35839 (ispell-change-dictionary): Use this only for setting
35840 user preferences.
35841 (ispell-internal-change-dictionary): New function
35842 to change the current dictionary in use.
35843 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
35844 Use ispell-current-dictionary.
35845 Handle ispell-local-dictionary-overridden.
35846 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
35847
35848 2005-01-31 Jay Belanger <belanger@truman.edu>
35849
35850 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
35851
35852 * calc/calc-ext.el: Add calc-latex-language to autoloads.
35853 (calc-mode-map): Add calc-latex-language.
35854
35855 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
35856 (math-latex-print-frac): New functions.
35857 (math-oper-table, math-function-table, math-variable-table)
35858 (math-complex-format, math-input-filter): Add latex properties.
35859 (calc-set-language): Set math-expr-special-function-mapping.
35860
35861 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
35862 (calc-write-parse-table-part): Add LaTeX support.
35863
35864 * calc/calc.el (calc-language): Adjust docstring.
35865 (calc-set-mode-line): Add LaTeX support.
35866 (math-expr-special-function-mapping): New variable.
35867 (math-tex-ignore-words): Add to list.
35868
35869 * calc/calccomp.el (math-compose-expr, math-compose-rows):
35870 Add LaTeX support.
35871 (math-compose-expr): Add support for special functions.
35872
35873 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
35874
35875 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
35876
35877 * progmodes/gdb-ui.el (gdb-memory-address)
35878 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
35879 (gdb-memory-mode-map, gdb-memory-format-keymap)
35880 (gdb-memory-format-menu, gdb-memory-unit-keymap)
35881 (gdb-memory-unit-menu): New variables for a buffer
35882 that lets the user examine program memory.
35883 (gdb-memory-set-address, gdb-memory-set-repeat-count)
35884 (gdb-memory-format-binary, gdb-memory-format-octal)
35885 (gdb-memory-format-unsigned, gdb-memory-format-signed)
35886 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
35887 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
35888 (gdb-memory-unit-word, gdb-memory-unit-halfword)
35889 (gdb-memory-unit-byte, gdb-memory-unit-menu)
35890 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
35891 (gdb-memory-mode, gdb-memory-buffer-name)
35892 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
35893 New functions for above buffer.
35894
35895 2005-01-30 Richard M. Stallman <rms@gnu.org>
35896
35897 * cus-edit.el (custom-bury-buffer): Function deleted.
35898 (custom-buffer-done-function): Option deleted.
35899 (custom-buffer-done-kill): New replacement option.
35900 (Custom-buffer-done): Call quit-window.
35901 (custom-buffer-create-internal): Update for above changes.
35902
35903 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
35904
35905 * simple.el (undo-ask-before-discard): New var.
35906 (undo-outer-limit-truncate): Implement it.
35907 (undo-extra-outer-limit): Doc update.
35908
35909 2005-01-29 Richard M. Stallman <rms@gnu.org>
35910
35911 * ses.el (undo-more): Delete defadvice.
35912 (ses-begin-change): Doc fix.
35913
35914 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
35915 instead of rebinding C-x u and C-_.
35916
35917 * files.el (normal-backup-enable-predicate): Return nil for files
35918 in /tmp, regardless of temporary-file-directory.
35919
35920 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
35921
35922 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
35923 (open-rectangle, delete-whitespace-rectangle-line)
35924 (clear-rectangle-line): If FILL, pass t instead of FILL
35925 for move-to-column's 2nd arg.
35926
35927 * simple.el (undo): Fix the test for continuing a series of undos.
35928 (undo-more): Set pending-undo-list to t when we reach end.
35929 (pending-undo-list): Move up defvar.
35930
35931 * wid-edit.el (widget-button-click):
35932 Shorten the range of the track-mouse binding.
35933
35934 * comint.el (comint-insert-input): Undo previous changes;
35935 use last-input-event in interactive spec.
35936
35937 2005-01-29 Eli Zaretskii <eliz@gnu.org>
35938
35939 * progmodes/compile.el (compilation-start): Bind buffer-read-only
35940 to nil before invoking call-process. Reset buffer's modified flag
35941 after fontifying it in the no-async branch.
35942
35943 * wid-edit.el (widget-specify-button): If mouse pointer shape
35944 cannot be changed, use mouse face instead.
35945
35946 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
35947
35948 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
35949 (gdb-goto-breakpoint): Make breakpoint handling work on template
35950 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
35951 (gdb-assembler-custom): Update to recognize breakpoint information
35952 added on 2005-01-19.
35953
35954 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
35955
35956 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
35957 (dsssl-mode): Use define-derived-mode.
35958 (scheme-mode-initialize): Remove.
35959 (scheme-mode): Use run-mode-hooks.
35960
35961 * cus-edit.el (customize-group-other-window)
35962 (custom-buffer-create-other-window): Don't override special-display-*.
35963 (custom-mode-map): Make it dense.
35964
35965 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
35966 sets the default value.
35967
35968 2005-01-28 Eli Zaretskii <eliz@gnu.org>
35969
35970 * descr-text.el: Add more keywords.
35971
35972 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
35973
35974 * speedbar.el: Avoid unnecessary use of locate-library.
35975
35976 * international/mule-cmds.el (standard-display-european-internal):
35977 Don't fiddle with latin-1 non-break space any more since it's now
35978 special cased in the C code.
35979 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
35980
35981 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
35982
35983 * cus-start.el (all): Add `undo-outer-limit'.
35984
35985 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
35986
35987 * textmodes/bibtex.el (bibtex-format-entry):
35988 Use `bibtex-empty-field-re' only on the text of fields, not on entire
35989 field lines.
35990 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
35991 not on part of a buffer.
35992
35993 2005-01-25 Lute Kamstra <lute@gnu.org>
35994
35995 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
35996 nonempty field text strings like "{letters\\macro{}more letters}".
35997 Clarify docstring.
35998 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
35999 (bibtex-entry-offset, bibtex-parse-association)
36000 (bibtex-parse-field-name): Fix typos in docstrings.
36001 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
36002
36003 2005-01-24 Dan Nicolaescu <dann@ics.uci.edu>
36004 Juri Linkov <juri@jurta.org>
36005
36006 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
36007 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
36008 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
36009 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
36010
36011 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
36012 isearch minor mode.
36013
36014 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
36015
36016 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
36017
36018 2005-01-24 Lute Kamstra <lute@gnu.org>
36019
36020 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
36021 CASECHARS and NOT-CASECHARS regular expressions of the
36022 "nederlands" and "nederlands8" dictionaries to prevent a "Range
36023 striding over charsets" error.
36024
36025 2005-01-24 Jay Belanger <belanger@truman.edu>
36026
36027 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
36028 display variable name.
36029
36030 2005-01-24 Kenichi Handa <handa@m17n.org>
36031
36032 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
36033 Fix setting of the element of encoded-kbd-iso2022-invocations.
36034
36035 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
36036
36037 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
36038 (gdb-threads-select): Change to also accept mouse events.
36039 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
36040 (gdb-threads-mouse-select): Delete.
36041
36042 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
36043
36044 * files.el (insert-directory): Take care of empty directory,
36045 listed without -a switch.
36046
36047 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
36048
36049 * textmodes/refill.el (refill-post-command-function):
36050 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
36051 to the list of functions that we should be careful not to undo.
36052 (refill-late-fill-paragraph-function): Remove.
36053 (refill-saved-state): New var.
36054 (refill-mode): Use it to save fill-paragraph-function.
36055 Save also the value of auto-fill-function.
36056
36057 * term/w32-win.el: Simplify code.
36058
36059 2005-01-23 Kim F. Storm <storm@cua.dk>
36060
36061 * simple.el (line-move): Adapt to new return value from
36062 pos-visible-in-window-p.
36063
36064 * simple.el (line-move): Fix last change. Check partial
36065 visibility at point rather than at window-start.
36066
36067 2005-01-22 Jason Rumney <jasonr@gnu.org>
36068
36069 * term/w32-win.el (xw-defined-colors): Remove debug-message.
36070
36071 2005-01-22 David Kastrup <dak@gnu.org>
36072
36073 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
36074
36075 2005-01-22 Eli Zaretskii <eliz@gnu.org>
36076
36077 * type-break.el (type-break-mode): Add a test for
36078 type-break-file-name being non-nil.
36079
36080 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
36081
36082 * net/eudc.el (top level): Call (message "") via progn, so that
36083 eudc-options-file is loaded.
36084
36085 2005-01-22 Kim F. Storm <storm@cua.dk>
36086
36087 * simple.el (line-move-1): Rename from line-move.
36088 (line-move): New function that adjusts vscroll for partially
36089 visible rows, and calls line-move-1 otherwise.
36090
36091 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
36092
36093 * pcomplete.el: Define pcomplete-read-event instead of read-event,
36094 since it's not a complete read-event implementation.
36095
36096 2005-01-20 Jay Belanger <belanger@truman.edu>
36097
36098 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
36099 for called function.
36100
36101 2005-01-20 Steven Tamm <steventamm@mac.com>
36102
36103 * term/mac-win.el (process-connection-type): Remove.
36104 Controlled now by s/darwin.h:PTY_ITERATION.
36105
36106 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
36107
36108 * window.el (handle-select-window): Don't switch window when we're
36109 in the minibuffer.
36110
36111 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
36112
36113 * subr.el (dotimes-with-progress-reporter): New macro.
36114
36115 * ses.el (ses-dotimes-msg): Remove macro.
36116 Use `dotimes-with-progress-reporter' instead.
36117
36118 2005-01-19 Steven Tamm <steventamm@mac.com>
36119
36120 * term/mac-win.el (process-connection-type): Use new
36121 operating-system-release variable to use ptys on Darwin 7 (OS X
36122 10.3) when using carbon build.
36123
36124 2005-01-19 Jay Belanger <belanger@truman.edu>
36125
36126 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
36127 flags if the last command was a tab or M-tab.
36128
36129 * calc/calc-prog.el (calc-user-define-edit): Put original formula
36130 in formula editing buffer.
36131
36132 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
36133
36134 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
36135 breakpoint image symbol in margin.
36136
36137 2005-01-19 Jay Belanger <belanger@truman.edu>
36138
36139 * calc/calc-prog.el (calc-execute-kbd-macro):
36140 Ignore calc-keep-arg-flag.
36141
36142 2005-01-19 Kenichi Handa <handa@m17n.org>
36143
36144 * textmodes/ispell.el (ispell-looking-at): New function.
36145 (ispell-process-line): Use ispell-looking-at to compare the ispell
36146 output and the buffer contents.
36147
36148 2005-01-18 Jay Belanger <belanger@truman.edu>
36149
36150 * calc/calc.el (calc-display-raw): Fix docstring.
36151
36152 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
36153
36154 * simple.el (blink-matching-open): Strip extra info from syntax.
36155
36156 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
36157 funny chars in the end-of-here-doc marker.
36158
36159 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
36160
36161 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
36162 that enable/disabled state of breakpoints is shown correctly in
36163 fringe and on ttys.
36164 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
36165 Add breakpoint information as text properties.
36166 (gdb-mouse-toggle-breakpoint):
36167 Rename to gdb-mouse-set-clear-breakpoint.
36168 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
36169 breakpoints in the margin.
36170 (gdb-remove-strings): Simplify.
36171
36172 2005-01-17 Jay Belanger <belanger@truman.edu>
36173
36174 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
36175 erasing buffer.
36176
36177 2005-01-17 Richard M. Stallman <rms@gnu.org>
36178
36179 * progmodes/grep.el (grep-find): Copy from `grep' the condition
36180 for calling grep-compute-defaults.
36181
36182 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
36183 if buffer is empty.
36184
36185 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
36186
36187 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
36188
36189 * hilit-chg.el (highlight-changes-mode): Don't autoload.
36190
36191 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
36192 non-preloaded variables.
36193
36194 2005-01-17 Steven Tamm <steventamm@mac.com>
36195
36196 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
36197 tex-shell cause to force interactivity when using pipes.
36198
36199 2005-01-17 Kim F. Storm <storm@cua.dk>
36200
36201 * simple.el (just-one-space): Make arg optional.
36202
36203 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
36204
36205 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
36206 posn-at-x-y to t to access left-margin.
36207
36208 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
36209
36210 Sync with Tramp 2.0.47.
36211
36212 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
36213 catching keep-date problems in cp/scp operations.
36214 (tramp-handle-copy-file): Don't call `set-file-modes'
36215 unconditionally. Specialized functions should know better what is
36216 necessary. This improves performance a little bit, and the
36217 functions could catch errors with `cp -p' and `scp -p'.
36218 (tramp-do-copy-or-rename-file-via-buffer)
36219 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
36220 when appropriate.
36221 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
36222 Call `set-file-modes' when appropriate.
36223 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
36224 Johnsson <isak@hypergene.com>.
36225 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
36226 of both Tramp buffer and debug buffer. Reported by Joakim Verona
36227 <joakim@verona.se>.
36228 (tramp-file-name-for-operation): Mark `shell-command' as magic for
36229 Emacs only.
36230
36231 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
36232 `find-file-hooks' and `dired-mode-hook'.
36233 (tramp-minor-mode-map): Respective map. Add remapping for
36234 `compile' and `recompile'.
36235 (tramp-remap-command, tramp-recompile): New defuns.
36236 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
36237 in buffer "*Compilation*". Call the commands asynchronously.
36238
36239 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
36240 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
36241 `shell-command', because it isn't magic in XEmacs. Reported by
36242 Adrian Aichner <adrian@xemacs.org>.
36243
36244 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
36245 `substitute-in-file-name.
36246 (tramp-smb-handle-substitute-in-file-name): New defun.
36247 (tramp-smb-advice-PC-do-completion): Delete advice.
36248
36249 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
36250
36251 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
36252 Fix error in deleting region.
36253
36254 2005-01-15 Richard M. Stallman <rms@gnu.org>
36255
36256 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
36257 In non-temp buffer, switch syntax table temporarily.
36258
36259 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
36260
36261 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
36262
36263 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
36264
36265 * imenu.el (imenu--split-menu): Copy menulist before sorting.
36266 (imenu--generic-function): Use START, not BEG, as pos of definition.
36267
36268 * simple.el (just-one-space): Argument specifies number of spaces.
36269
36270 * simple.el (eval-expression-print-format): Avoid warning
36271 about edebug-active.
36272
36273 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
36274
36275 * progmodes/sh-script.el: Code copied from make-mode.el
36276 with small changes,
36277 (sh-mode-map): Bind C-c C-\.
36278 (sh-backslash-column, sh-backslash-align): New variables.
36279 (sh-backslash-region, sh-append-backslash): New functions.
36280
36281 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
36282
36283 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
36284 (rmail-pop-password, rmail-pop-password-required): Move to
36285 rmail-obsolete group.
36286 (rmail-set-pop-password): Rename to rmail-set-remote-password.
36287 All callers updated.
36288 (rmail-get-pop-password): Rename to rmail-get-remote-password.
36289 Take an argument specifying whether it is POP or IMAP mailbox we
36290 are using. All callers updated.
36291 (rmail-pop-password-error): Rename to
36292 rmail-remote-password-error. Added mailutils-specific error message.
36293 (rmail-movemail-search-path)
36294 (rmail-movemail-variant-in-use): New variables.
36295 (rmail-remote-password, rmail-remote-password-required):
36296 New customization variables.
36297 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
36298 (rmail-parse-url): New function.
36299 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
36300 with GNU mailutils movemail.
36301
36302 2005-01-15 Kevin Ryde <user42@zip.com.au>
36303
36304 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
36305 suffix to space, $ or '$, to correctly position point when going
36306 to @table style constants like DBL_MAX.
36307
36308 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
36309
36310 * type-break.el (type-break-mode, type-break-file-time)
36311 (type-break-file-keystroke-count, type-break-choose-file):
36312 Don't store data in or load data from the file if type-break-file-name
36313 is nil.
36314 (type-break-file-name): Doc update as per the above.
36315
36316 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
36317
36318 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
36319 lookup-key might return nil; handle that.
36320
36321 2005-01-15 Alan Mackenzie <acm@muc.de>
36322
36323 * progmodes/ebrowse.el (ebrowse-class-in-tree):
36324 Return the tail of the tree rather than the element found,
36325 thus enabling the tree to be setcar'd.
36326
36327 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
36328
36329 * textmodes/org.el (org-show-following-heading): New option.
36330 (org-show-hierarchy-above): Use `org-show-following-heading'.
36331 (org-cycle): Documentation fix.
36332
36333 * textmodes/org.el (orgtbl-optimized): New option.
36334 (orgtbl-mode): New command, a minor mode.
36335 (orgtbl-mode-map): New variable.
36336 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
36337 (orgtbl-error, orgtbl-self-insert-command)
36338 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
36339
36340 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
36341 a local variable in each org-mode buffer.
36342
36343 * textmodes/org.el (org-set-regexps-and-options): Rename from
36344 `org-set-regexps'. Added checking for STARTUP keyword.
36345 (org-get-current-options): Add STARTUP options.
36346 (org-table-insert-row): Make mode intelligent about when
36347 realignment is needed.
36348 (org-self-insert-command, org-delete-backward-char, org-delete-char):
36349 New commands.
36350 (org-enable-table-editor): New default value `optimized'.
36351 (org-table-blank-field): Support blanking regions if active.
36352
36353 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
36354
36355 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
36356 if the year is not given.
36357
36358 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
36359 Add new escapes %m and %M, fixed bug with %F by adding
36360 save-match-data.
36361 (reftex-reference): Remove ?. from list of spaces.
36362 (reftex-label-info): Add automatic label prefix recognition.
36363
36364 * textmodes/reftex-index.el (reftex-index-next-phrase):
36365 Add slave parameter to call of `reftex-index-this-phrase'.
36366 (reftex-index-this-phrase): New optional argument.
36367 (reftex-index-region-phrases): Add slave parameter to call of
36368 `reftex-index-this-phrase'.
36369 (reftex-display-index): New argument redo.
36370 (reftex-index-rescan): Add `redo' to arguments of
36371 `reftex-display-index'.
36372 (reftex-index-Rescan, reftex-index-revert)
36373 (reftex-index-switch-index-tag): Add `redo' to arguments of
36374 `reftex-display-index'.
36375 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
36376 indexing. Fix bug with matching is there is a quote before or
36377 after the word.
36378
36379 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
36380 Fix bug when collecting citation keys in lines with comments.
36381 (reftex-citation): Prefix argument no longer rescans the document,
36382 but forces prompting for optional arguments of cite macros.
36383 (reftex-do-citation): Prompting for optional arguments implemented.
36384
36385 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
36386 Add optional arguments to most cite commands.
36387 (reftex-cite-cleanup-optional-args): New option
36388 (reftex-cite-prompt-optional-args): New option.
36389 (reftex-trust-label-prefix): New option.
36390
36391 * textmodes/reftex-toc.el (reftex-toc-find-section):
36392 Add push-mark before changing the position in the buffer.
36393
36394 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
36395 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
36396
36397 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
36398
36399 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
36400 more carefully.
36401
36402 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
36403
36404 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
36405 (sgml-mode): Use it.
36406 (sgml-get-context): Better keep track of implicitly closed tags.
36407
36408 2005-01-13 Kenichi Handa <handa@m17n.org>
36409
36410 * textmodes/ispell.el: These changes are to fix misalignment error
36411 caused by equivalent characters of different Emacs charsets.
36412 (ispell-unified-chars-table): New variable.
36413 (ispell-get-decoded-string): New function.
36414 (ispell-get-casechars, ispell-get-not-casechars)
36415 (ispell-get-otherchars): Call ispell-get-decoded-string.
36416
36417 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
36418
36419 * custom.el (custom-declare-variable): Just put symbol instead
36420 of (defvar . symbol) in `current-load-list'.
36421
36422 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
36423
36424 * emacs-lisp/elint.el: Fixed typo in Commentary section.
36425
36426 2005-01-12 Jay Belanger <belanger@truman.edu>
36427
36428 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
36429 to create a Calc summary.
36430
36431 2005-01-12 Kim F. Storm <storm@cua.dk>
36432
36433 * mouse.el (mouse-on-link-p): Change functionality and doc
36434 string to comply with latest description in lisp ref.
36435
36436 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
36437
36438 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
36439 Enable mouse clicks on mode-line, header-line and margin.
36440 (event-type): Give mouse event symbols an `event-kind' property
36441 with value `mouse-click'.
36442
36443 2005-01-12 Juri Linkov <juri@jurta.org>
36444
36445 * facemenu.el (list-colors-display): Add new arg buffer-name.
36446 Use it. Fix docstring. Replace code for identifying duplicate
36447 colors by the name with call to `list-colors-duplicates' which
36448 identifies duplicate colors by the value unless the color
36449 is one of special Windows colors. Set truncate-lines to t.
36450 Print sorted duplicate color names on each line. Indent to 22
36451 \(the longest color name in rgb.txt) instead of 20. Optimize.
36452 (list-colors-duplicates): New function.
36453 (facemenu-color-name-equal): Delete function.
36454
36455 * facemenu.el (list-colors-print): New function created from code
36456 in list-colors-display. Print #RRGGBB at the window right edge.
36457 (list-colors-display): When temp-buffer-show-function is not
36458 defined, call list-colors-print from temp-buffer-show-hook
36459 to get the right value of window-width in list-colors-print
36460 after the buffer is displayed.
36461
36462 * simple.el (pop-mark): Move deactivate-mark out of conditional
36463 part to deactivate the active mark regardless of the state of the
36464 mark ring.
36465
36466 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
36467 variables line in desktop files.
36468
36469 2005-01-12 Juri Linkov <juri@jurta.org>
36470
36471 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
36472 Bring together isearch highlight related options.
36473 (lazy-highlight): Replace group `replace' by `matching'.
36474 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36475 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36476 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
36477 and declare them obsolete.
36478 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
36479 (isearch-faces): Remove defgroup.
36480 (isearch-overlay, isearch-highlight, isearch-dehighlight):
36481 Move isearch highlighting code closer to lazy highlighting code.
36482
36483 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
36484 (query-replace-highlight, query-replace-lazy-highlight)
36485 (query-replace): Move definitions to the beginning of the file.
36486
36487 2005-01-11 Juri Linkov <juri@jurta.org>
36488
36489 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
36490 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
36491 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
36492
36493 * info.el (Info-history-forward): New variable.
36494 (Info-select-node): Reset Info-history-forward to nil.
36495 (Info-last): Turn into defalias.
36496 (Info-history-back): Rename from Info-last.
36497 Add current node to Info-history-forward.
36498 (Info-history-forward): New fun.
36499 (Info-mode-map): Replace Info-last by Info-history-back.
36500 Bind Info-history-forward to "r".
36501 (Info-mode-menu): Replace Info-last by Info-history-back.
36502 Fix menu item text. Add menu item for Info-history-forward.
36503 (info-tool-bar-map): Replace Info-last by Info-history-back.
36504 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
36505 for Info-history-forward.
36506 (Info-mode): Replace Info-last by Info-history-back in docstring.
36507 Add local variable Info-history-forward.
36508 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
36509
36510 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
36511
36512 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
36513 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
36514 Ignore select-window events rather than fiddle with
36515 mouse-autoselect-window.
36516
36517 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
36518
36519 * type-break.el (type-break-mode): Fix previous change.
36520
36521 2005-01-10 Jay Belanger <belanger@truman.edu>
36522
36523 * calc/calc-ext.el (calc-reset): Reset when inside embedded
36524 calculator; only reset when point is inside a calculator.
36525 Don't adjust the window height if the window takes up the whole height
36526 of the frame.
36527
36528 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
36529
36530 * ebuff-menu.el (Electric-buffer-menu-mode):
36531 Preserve value of buffer-local var header-line-format.
36532
36533 2005-01-09 Jay Belanger <belanger@truman.edu>
36534
36535 * calc/calc.el (calc-mode-var-list-restore-saved-values):
36536 Make sure settings file exists before accessing it.
36537
36538 * calc/calc-embed.el (calc-embedded-subst):
36539 Replace math-multi-subst-rec, which is only supposed to be called
36540 by math-multi-subst, by math-multi-subst.
36541
36542 2005-01-09 Andre Spiegel <spiegel@gnu.org>
36543
36544 * vc.el (vc-allow-async-revert): New user option.
36545 (vc-disable-async-diff): New internal variable.
36546 (vc-revert-buffer): Use them to disable asynchronous diff.
36547
36548 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
36549 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
36550 asynchronously if vc-disable-async-diff is t.
36551
36552 2005-01-09 Jay Belanger <belanger@truman.edu>
36553
36554 * calc/calc.el (defcalcmodevar): New macro.
36555 (calc-mode-var-list-restore-default-values)
36556 (calc-mode-var-list-restore-saved-values): New functions.
36557 (calc-mode-var-list): Use defcalcmodevar to define it.
36558 (calc-always-load-extensions, calc-line-numbering)
36559 (calc-line-breaking, calc-display-just, calc-display-origin)
36560 (calc-number-radix, calc-leading-zeros, calc-group-digits)
36561 (calc-group-char, calc-point-char, calc-frac-format)
36562 (calc-prefer-frac, calc-hms-format, calc-date-format)
36563 (calc-float-format, calc-full-float-format, calc-complex-format)
36564 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
36565 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
36566 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
36567 (calc-matrix-brackets, calc-language, calc-language-option)
36568 (calc-left-label, calc-right-label, calc-word-size)
36569 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
36570 (calc-display-raw, calc-internal-prec, calc-angle-mode)
36571 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
36572 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
36573 (calc-window-height, calc-display-trail, calc-show-selections)
36574 (calc-use-selections, calc-assoc-selections)
36575 (calc-display-working-message, calc-auto-why, calc-timing)
36576 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
36577 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
36578 (calc-gnuplot-default-device, calc-gnuplot-default-output)
36579 (calc-gnuplot-print-device, calc-gnuplot-print-output)
36580 (calc-gnuplot-geometry, calc-graph-default-resolution)
36581 (calc-graph-default-resolution-3d, calc-invocation-macro)
36582 (calc-show-banner): Use defcalcmodevar to declare them and set
36583 their default values.
36584
36585 * calc/calc-ext.el (calc-reset): Restore saved values of variables
36586 instead of default values (but restore default values if there is
36587 an argument of 0).
36588
36589 2005-01-09 David Kastrup <dak@gnu.org>
36590
36591 * desktop.el (desktop-restore-eager): Fix typo in type.
36592
36593 2005-01-08 Richard M. Stallman <rms@gnu.org>
36594
36595 * cus-edit.el (customize): Delete :link.
36596
36597 2005-01-08 Jay Belanger <belanger@truman.edu>
36598
36599 * calc/calc.el (calc-mode): Remove the extension from the
36600 `calc-settings-file' file name when loading it.
36601
36602 2005-01-08 Kim F. Storm <storm@cua.dk>
36603
36604 * info.el (Info-mode-map, Info-next-link-keymap)
36605 (Info-prev-link-keymap, Info-up-link-keymap):
36606 Map follow-link to mouse-face.
36607 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
36608
36609 2005-01-08 Jay Belanger <belanger@truman.edu>
36610
36611 * calc/calc.el (calc-settings-file): Change default value.
36612 Suggested by cgw in a comment in calc-mode.el.
36613
36614 * calc/calc-mode.el (calc-settings-file-name):
36615 Compare calc-settings-file to user-init-file instead of ~/.emacs.
36616 Replace ~/.emacs in a prompt by calc-settings-file.
36617
36618 2005-01-07 Lars Hansen <larsh@math.ku.dk>
36619
36620 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
36621 (desktop-lazy-idle-delay): New customizable variables.
36622 (desktop-buffer-args-list): New variable.
36623 (desktop-append-buffer-args): New function.
36624 (desktop-save): Call desktop-append-buffer-args for some buffers.
36625 (desktop-lazy-create-buffer): New function.
36626 (desktop-idle-create-buffers): New function.
36627 (desktop-read): Add message about buffers to restore lazily.
36628 (desktop-lazy-abort): New command.
36629 (desktop-clear): Call desktop-lazy-abort.
36630 (desktop-lazy-complete): New command.
36631
36632 2005-01-06 Richard M. Stallman <rms@gnu.org>
36633
36634 * emacs-lisp/find-func.el (find-face-definition):
36635 Rename from find-face.
36636
36637 2005-01-06 Kim F. Storm <storm@cua.dk>
36638
36639 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
36640
36641 * man.el (Man-xref-man-page, Man-xref-header-file)
36642 (Man-xref-normal-file): Add follow-link property.
36643
36644 2005-01-06 Jay Belanger <belanger@truman.edu>
36645
36646 * calc/calc-units.el: Make sure the proper macro definitions are
36647 available when compiling.
36648
36649 2005-01-06 Juri Linkov <juri@jurta.org>
36650
36651 * isearch.el (isearch-lazy-highlight-update):
36652 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
36653
36654 2005-01-06 Miles Bader <miles@gnu.org>
36655
36656 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
36657 (isearch-lazy-highlight-face): Use new name.
36658
36659 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
36660
36661 * uniquify.el (uniquify-rationalize-file-buffer-names):
36662 Re-add an interactive spec.
36663 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
36664 to the same name.
36665
36666 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
36667 (isearch-update, isearch-done): Adjust calls accordingly.
36668
36669 2005-01-05 Richard M. Stallman <rms@gnu.org>
36670
36671 * custom.el (custom-set-variables, custom-theme-set-variables):
36672 Clarify documentation.
36673
36674 * emacs-lisp/find-func.el (find-variable)
36675 (find-variable-other-window, find-variable-other-frame):
36676 Fix the TYPE args to find-function-read and find-function-do-it.
36677 (find-function): Doc fix.
36678 (find-function-at-point): Replace function-at-point alias.
36679
36680 2005-01-04 Richard M. Stallman <rms@gnu.org>
36681
36682 * cus-face.el (custom-declare-face):
36683 Record defface in current-load-list.
36684
36685 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
36686
36687 * emacs-lisp/find-func.el: Doc fixes.
36688 (find-face-regexp): New variable.
36689 (find-function-regexp-alist): New variable.
36690 (find-function-C-source): Third arg is now TYPE.
36691 (find-function-search-for-symbol): Handle general TYPE.
36692 (find-function-read, find-function-do-it): Handle general TYPE.
36693 (find-definition-noselect, find-face): New functions.
36694 (function-at-point): Alias deleted.
36695
36696 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
36697
36698 * battery.el (display-battery-mode): Rename from display-battery.
36699 Handle the case where it gets turned off.
36700
36701 2005-01-04 Richard M. Stallman <rms@gnu.org>
36702
36703 * cus-edit.el (customize): Make :link point to user doc.
36704
36705 * man.el (Man-fontify-manpage): Turn off undo generation.
36706
36707 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
36708
36709 2005-01-04 Andreas Schwab <schwab@suse.de>
36710
36711 * files.el (insert-directory): Only look for error lines in
36712 inserted text. Don't move too far after processing --dired markers.
36713
36714 2005-01-04 Richard M. Stallman <rms@gnu.org>
36715
36716 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
36717 Don't expand if the character is @, period, dash, etc.
36718 (define-mail-abbrev): Quote names that contain problem characters.
36719
36720 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
36721
36722 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
36723
36724 2005-01-03 Richard M. Stallman <rms@gnu.org>
36725
36726 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
36727 (query-replace-highlight, query-replace-lazy-highlight)
36728 (query-replace): Definitions moved up. Doc fix.
36729
36730 2005-01-03 Richard M. Stallman <rms@gnu.org>
36731
36732 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
36733 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36734 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36735 (lazy-highlight-face): Rename from isearch-lazy-...
36736 Change all references to them.
36737
36738 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
36739
36740 * cus-edit.el (custom-file): Doc fix for defcustom.
36741 (custom-file): The function no longer sets the variable
36742 `custom-file' to its return value.
36743
36744 * startup.el (command-line): No longer load `custom-file'.
36745
36746 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
36747
36748 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
36749
36750 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
36751 Don't confuse module-prefixed identifiers for labels.
36752 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
36753
36754 2005-01-02 Richard M. Stallman <rms@gnu.org>
36755
36756 * files.el (basic-save-buffer-1): Fix previous change.
36757
36758 * loadhist.el (file-loadhist-lookup): New function.
36759 (file-provides, file-requires): Use it.
36760
36761 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
36762 instead of calculating the right size.
36763
36764 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
36765
36766 * vc-svn.el (vc-svn-diff): Stay local if possible.
36767
36768 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
36769
36770 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
36771
36772 * files.el (hack-local-variables): Fix last change.
36773
36774 2005-01-02 Jay Belanger <belanger@truman.edu>
36775
36776 * calc/calc-yank.el (calc-edit-top): New variable.
36777 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
36778 object. Change header properties.
36779 (calc-edit-finish, calc-edit-finish-stack-object)
36780 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
36781 edited object.
36782 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
36783 for the beginning of the edited object.
36784 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
36785 for the beginning of the edited object.
36786 * calc/calc-prog.el (calc-edit-macro-finish-edit)
36787 (calc-finish-formula-edit, calc-macro-repeats)
36788 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
36789 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
36790 beginning of the edited object.
36791 (calc-user-define-edit): Change the header for editing macros.
36792 Remove unnecessary variable.
36793
36794 2005-01-01 Jay Belanger <belanger@truman.edu>
36795
36796 * calc/calc-yank.el (calc-edit-mode): Change default header.
36797 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
36798 * calc/calc-store.el (calc-edit-variable): Change title to match new
36799 header.
36800 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
36801 mode to match new header.
36802 (calc-user-define-edit): Change titles to include names of commands.
36803 (calc-finish-formula-edit): Adjust to handle new header.
36804 (calc-finish-macro-edit): Remove.
36805 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
36806 (calc-edit-macro-command, calc-edit-macro-command-type)
36807 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
36808 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
36809 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
36810 (calc-edit-macro-finish-edit): New functions.
36811 (calc-user-define-edit): Use new functions to edit named calc macros.
36812
36813 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
36814
36815 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
36816
36817 * ses.el (copy-region-as-kill): Deactivate mark.
36818
36819 2005-01-01 Richard M. Stallman <rms@gnu.org>
36820
36821 * replace.el (occur-1): If the output buffer is also an input,
36822 don't kill it, rename it.
36823
36824 * faces.el (set-face-background, set-face-foreground): Doc fix.
36825
36826 * cus-face.el (custom-face-attributes): Fix :help-echo strings
36827 for :foreground and :background.
36828
36829 * dired.el (dired-view-command-alist): Variable deleted.
36830 (dired-view-file, dired-mouse-find-file-other-window):
36831 Delete the code to use it.
36832
36833 2005-01-01 Kim F. Storm <storm@cua.dk>
36834
36835 * image.el (insert-sliced-image): Use t for line-height property.
36836
36837 See ChangeLog.11 for earlier changes.
36838
36839 ;; Local Variables:
36840 ;; coding: iso-2022-7bit
36841 ;; add-log-time-zone-rule: t
36842 ;; End:
36843
36844 Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
36845
36846 This file is part of GNU Emacs.
36847
36848 GNU Emacs is free software; you can redistribute it and/or modify
36849 it under the terms of the GNU General Public License as published by
36850 the Free Software Foundation; either version 3, or (at your option)
36851 any later version.
36852
36853 GNU Emacs is distributed in the hope that it will be useful,
36854 but WITHOUT ANY WARRANTY; without even the implied warranty of
36855 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
36856 GNU General Public License for more details.
36857
36858 You should have received a copy of the GNU General Public License
36859 along with GNU Emacs; see the file COPYING. If not, write to the
36860 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
36861 Boston, MA 02110-1301, USA.
36862
36863 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1